diff --git a/redbot/cogs/admin/locales/it-IT.po b/redbot/cogs/admin/locales/it-IT.po index 66ce3e28d..a1a616dc1 100644 --- a/redbot/cogs/admin/locales/it-IT.po +++ b/redbot/cogs/admin/locales/it-IT.po @@ -45,7 +45,7 @@ msgstr "Non posso permetterti di modificare {role.name} perché quel ruolo è su #: redbot/cogs/admin/admin.py:59 msgid "I need the \"Manage Roles\" permission to do that." -msgstr "" +msgstr "Mi serve l'autorizzazione \"Gestisci Ruoli\" per farlo." #: redbot/cogs/admin/admin.py:61 msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." diff --git a/redbot/cogs/alias/locales/es-ES.po b/redbot/cogs/alias/locales/es-ES.po index 4e5514232..281c6aecb 100644 --- a/redbot/cogs/alias/locales/es-ES.po +++ b/redbot/cogs/alias/locales/es-ES.po @@ -40,7 +40,7 @@ msgstr "Alias:\n" msgid "\n\n" "Page {page}/{total}" msgstr "\n\n" -"Pagina {page}/{total}" +"Página {page}/{total}" #: redbot/cogs/alias/alias.py:215 #, docstring diff --git a/redbot/cogs/audio/core/commands/locales/es-ES.po b/redbot/cogs/audio/core/commands/locales/es-ES.po index f85bf4fd1..1a8ff6af8 100644 --- a/redbot/cogs/audio/core/commands/locales/es-ES.po +++ b/redbot/cogs/audio/core/commands/locales/es-ES.po @@ -767,7 +767,11 @@ msgid "Toggle the domain restriction on Audio.\n\n" " When toggled on, users are restricted to YouTube, SoundCloud, Vimeo, Twitch, and\n" " Bandcamp links.\n" " " -msgstr "" +msgstr "Cambie la restricción de dominio en Audio.\n\n" +" Cuando está desactivado, los usuarios podrán reproducir canciones desde sitios web y enlaces no comerciales.\n" +" Cuando está activado, los usuarios están restringidos a YouTube, SoundCloud, Mixer, Vimeo, Twitch, y\n" +" enlaces de Bandcamp.\n" +" " #: redbot/cogs/audio/core/commands/audioset.py:934 msgid "Commercial links only: {true_or_false}." @@ -950,7 +954,7 @@ msgstr "Versión de Cog: [{version}]\n" #: redbot/cogs/audio/core/commands/audioset.py:1110 msgid "Red-Lavalink: [{lavalink_version}]\n" -msgstr "" +msgstr "Red-Lavalink: [{lavalink_version}]\n" #: redbot/cogs/audio/core/commands/audioset.py:1111 msgid "External server: [{use_external_lavalink}]\n" @@ -1564,7 +1568,7 @@ msgstr "Necesitas el rol del DJ para invocar al bot." #: redbot/cogs/audio/core/commands/player.py:695 #: redbot/cogs/audio/core/commands/queue.py:339 msgid "I don't have permission to connect and speak in your channel." -msgstr "" +msgstr "No tengo permisos para conectarme o hablar en tu canal." #: redbot/cogs/audio/core/commands/controller.py:680 #: redbot/cogs/audio/core/commands/player.py:95 @@ -1712,7 +1716,12 @@ msgid "Equalizer management.\n\n" " 6.3k, 10k, and 16k Hz.\n" " Setting a band value to -0.25 nullifies it while +0.25 is double.\n" " " -msgstr "" +msgstr "Gestión del ecualizador.\n\n" +" Las posiciones de la banda son 1-15 y los valores tienen un rango de -0.25 a 1.0.\n" +" Los nombres de las bandas son 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6 k, 2.5k, 4k,\n" +" 6.3k, 10k y 16k Hz.\n" +" Estableciendo un valor de banda a -0.25 lo nulifica mientras que +0.25 lo duplica.\n" +" " #: redbot/cogs/audio/core/commands/equalizer.py:72 #, docstring @@ -2015,7 +2024,13 @@ msgid "Play all songs in a localtracks folder.\n\n" " ​ ​ `[p]local folder folder_name`\n" " ​ ​ ​ ​ ​ ​ ​ ​ Queues all of the tracks inside the folder_name folder.\n" " " -msgstr "" +msgstr "Reproducir todas las canciones de una carpeta de pistas local.\n\n" +" **Uso**:\n" +" ​ ​ ​ ​ `[p]local folder`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Abre un menú para elegir una carpeta en cola.\n\n" +" ​ ​ `[p]local folder nombre_carpeta`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Pon en cola todas las pistas dentro de la carpeta.\n" +" " #: redbot/cogs/audio/core/commands/localtracks.py:50 msgid "Folder Not Found" @@ -2037,7 +2052,16 @@ msgid "Play a local track.\n\n" " ​ ​ ​ ​ `[p]play album_folder\\song_name.mp3`\n" " ​ ​ ​ ​ ​ ​ ​ ​ Use a direct link relative to the localtracks folder.\n" " " -msgstr "" +msgstr "Reproducir una pista local.\n\n" +" Para reproducir una pista local, o bien utilice el menú para elegir una pista o introduzca la ruta de la pista directamente con el comando de reproducción.\n" +" Para reproducir una carpeta completa, usa `[p]help local folder` para las instrucciones.\n\n" +" **Uso**:\n" +" ​ ​ ​ ​ `[p]local play`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Abrir un menú para elegir una pista.\n\n" +" ​ ​ ​ `[p]play localtracks\\carpeta_album\\titulo_canción.mp3`\n" +" ​ ​ ​ `[p]play carpeta_album\\titulo_canción.mp3`\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Utilice un enlace directo en relación a la carpeta localtracks.\n" +" " #: redbot/cogs/audio/core/commands/localtracks.py:79 #: redbot/cogs/audio/core/commands/localtracks.py:135 @@ -2095,7 +2119,10 @@ msgid "Play the specified track or search for a close match.\n\n" " To play a local track, the query should be `\\`.\n" " If you are the bot owner, use `[p]audioset info` to display your localtracks path.\n" " " -msgstr "" +msgstr "Reproducir la pista especificada o buscar un resultado similar.\n\n" +" Para reproducir una pista local, la consulta debe ser `\\`.\n" +" Si eres el propietario del bot, usa `[p]audioset info` para mostrar tu ruta de pistas locales.\n" +" " #: redbot/cogs/audio/core/commands/player.py:54 #: redbot/cogs/audio/core/commands/player.py:162 diff --git a/redbot/cogs/audio/core/commands/locales/fr-FR.po b/redbot/cogs/audio/core/commands/locales/fr-FR.po index 1a1e1f44d..24b182094 100644 --- a/redbot/cogs/audio/core/commands/locales/fr-FR.po +++ b/redbot/cogs/audio/core/commands/locales/fr-FR.po @@ -503,7 +503,7 @@ msgstr "La playlist {name} (`{id}`) [**{scope}**] sera utilisé pour la lecture #: redbot/cogs/audio/core/commands/audioset.py:560 #, docstring msgid "Resets auto-play to the default playlist." -msgstr "" +msgstr "Réinitialise la lecture automatique à la playlist par défaut." #: redbot/cogs/audio/core/commands/audioset.py:572 msgid "Set auto-play playlist to play recently played tracks." @@ -518,7 +518,7 @@ msgstr "" #: redbot/cogs/audio/core/commands/audioset.py:590 msgid "Global daily queues: {true_or_false}." -msgstr "" +msgstr "Liste globale de lecture journalière: {true_or_false}." #: redbot/cogs/audio/core/commands/audioset.py:599 #, docstring @@ -896,7 +896,7 @@ msgstr "Cache Lavalink local : [{lavalink_status}]\n" #: redbot/cogs/audio/core/commands/audioset.py:1088 msgid "Global cache status: [{global_cache}]\n" -msgstr "" +msgstr "Statut du cache global : [{global_cache}]\n" #: redbot/cogs/audio/core/commands/audioset.py:1089 msgid "Global timeout: [{num_seconds}]\n" @@ -962,11 +962,11 @@ msgstr "Aucun log trouvé dans votre dossier de données." #: redbot/cogs/audio/core/commands/audioset.py:1166 msgid "Logs are too large, you can find them in {path}" -msgstr "" +msgstr "Les logs sont trop volumineux, vous pouvez les trouver dans {path}" #: redbot/cogs/audio/core/commands/audioset.py:1176 msgid "I need to be able to DM you to send you the logs." -msgstr "" +msgstr "Je dois pouvoir vous envoyer des messages privés pour envoyer les logs." #: redbot/cogs/audio/core/commands/audioset.py:1185 #, docstring @@ -1524,7 +1524,7 @@ msgstr "Vous avez besoin du rôle DJ pour invoquer le bot." #: redbot/cogs/audio/core/commands/player.py:695 #: redbot/cogs/audio/core/commands/queue.py:339 msgid "I don't have permission to connect and speak in your channel." -msgstr "" +msgstr "Je n'ai pas la permission de me connecter et de parler dans votre salon vocal." #: redbot/cogs/audio/core/commands/controller.py:680 #: redbot/cogs/audio/core/commands/player.py:95 @@ -1879,12 +1879,12 @@ msgstr "" #: redbot/cogs/audio/core/commands/llset.py:93 #, docstring msgid "Toggle using external Lavalink servers." -msgstr "" +msgstr "Activer/désactiver l'usage de serveurs Lavalink externes ." #: redbot/cogs/audio/core/commands/llset.py:100 #: redbot/cogs/audio/core/commands/llset.py:126 msgid "External Lavalink server: {true_or_false}." -msgstr "" +msgstr "Serveur Lavalink externe : {true_or_false}." #: redbot/cogs/audio/core/commands/llset.py:113 msgid "External Lavalink server: {true_or_false}\n" @@ -1927,7 +1927,7 @@ msgstr "Port websocket défini sur {port}." #: redbot/cogs/audio/core/commands/llset.py:217 #, docstring msgid "Display Lavalink connection settings." -msgstr "" +msgstr "Affiche les paramètres de connexion de Lavalink." #: redbot/cogs/audio/core/commands/llset.py:223 msgid "Connection Settings" @@ -1939,11 +1939,11 @@ msgstr "Hôte : [{host}]\n" #: redbot/cogs/audio/core/commands/llset.py:225 msgid "WS Port: [{port}]\n" -msgstr "" +msgstr "Port WS : [{port}]\n" #: redbot/cogs/audio/core/commands/llset.py:227 msgid "Rest Port: [{port}]\n" -msgstr "" +msgstr "Port Rest : [{port}]\n" #: redbot/cogs/audio/core/commands/llset.py:228 msgid "Password: [{password}]\n" @@ -2369,7 +2369,8 @@ msgstr "{num} pistes ajoutées à {playlist} (`{id}`) [**{scope}**]." #: redbot/cogs/audio/core/commands/playlists.py:204 msgid "\n" "{existing} {plural} already in the playlist and were skipped." -msgstr "" +msgstr "\n" +"{existing} {plural} étaient déjà dans la playlist et ont été ignorés." #: redbot/cogs/audio/core/commands/playlists.py:206 msgid "tracks are" @@ -2683,7 +2684,7 @@ msgstr "Auteur : {name}" #: redbot/cogs/audio/core/commands/playlists.py:1058 msgid "Scope: {scope}\n" -msgstr "" +msgstr "Portée : {scope}\n" #: redbot/cogs/audio/core/commands/playlists.py:1078 #, docstring diff --git a/redbot/cogs/audio/core/events/locales/es-ES.po b/redbot/cogs/audio/core/events/locales/es-ES.po index 27e1179e6..15aa7ac78 100644 --- a/redbot/cogs/audio/core/events/locales/es-ES.po +++ b/redbot/cogs/audio/core/events/locales/es-ES.po @@ -123,7 +123,8 @@ msgstr "Rastreo atascado" #: redbot/cogs/audio/core/events/lavalink.py:280 msgid "Playback of the song has stopped due to an unexpected error.\n" "{error}" -msgstr "" +msgstr "La reproducción de la canción se ha detenido debido a un error inesperado.\n" +"{error}" #: redbot/cogs/audio/core/events/lavalink.py:286 msgid "Track Error" diff --git a/redbot/cogs/audio/core/tasks/locales/fr-FR.po b/redbot/cogs/audio/core/tasks/locales/fr-FR.po index f5e7117a0..f98965e5f 100644 --- a/redbot/cogs/audio/core/tasks/locales/fr-FR.po +++ b/redbot/cogs/audio/core/tasks/locales/fr-FR.po @@ -37,5 +37,13 @@ msgid "Hello, this message brings you an important update regarding the core Aud "Note: by using this service you accept that your bot's IP address will be disclosed to the Cog-Creators organization and used only for the purpose of providing the Global API service.\n\n" "On a related note, it is highly recommended that you enable your local cache if you haven't yet.\n" "To do so, run `[p]audioset cache 5`. This cache, which stores only metadata, will make repeated audio requests faster and further reduce the likelihood of YouTube rate-limiting your bot. Since it's only metadata the required disk space for this cache is expected to be negligible." -msgstr "" +msgstr "Bonjour, ce message vous apporte une mise à jour importante concernant le cog core Audio :\n" +" \n" +"À partir de la version d'Audio 2.3. et +, vous pouvez profiter de l'**API Audio Globale**, un nouveau service offert par l'organisation Cog-Creators qui permet à votre bot de réduire considérablement le nombre de requêtes faites à YouTube / Spotify. Cela réduit la probabilité que YouTube limite votre bot pour cause de requête trop fréquente (erreur 429).\n" +"Veulliez voir `[p]help audioset globalapi` pour plus d'informations.\n" +"L'accès à ce service est désactivé par défaut et **vous oblige à vous inscrire** pour commencer à l'utiliser.\n\n" +"Un jeton d'accès (token) est **requis** pour utiliser cette API. Pour obtenir ce jeton, vous pouvez rejoindre le serveur et exécuter la commande `?audioapi register` dans le canal #testing.\n" +"Note : en utilisant ce service, vous acceptez que l'adresse IP de votre bot soit divulguée à l'organisation Cog-Creators et utilisée uniquement dans le but de fournir le service d'API Globale.\n\n" +"Dans le même registre, il vous est fortement recommandé d'activer votre cache local si vous ne l'avez pas encore fait.\n" +"Pour ce faire, exécutez `[p]audioset cache 5`. Ce cache, qui stocke uniquement les métadonnées, rendra les requêtes audio répétées plus rapide et réduira encore la probabilité que Youtube limite votre bot. Comme ce n'est que des métadonnées, l'espace disque requis pour ce cache devrait être négligeable." diff --git a/redbot/cogs/audio/core/utilities/locales/es-ES.po b/redbot/cogs/audio/core/utilities/locales/es-ES.po index 1291f4dc7..e42b6e66e 100644 --- a/redbot/cogs/audio/core/utilities/locales/es-ES.po +++ b/redbot/cogs/audio/core/utilities/locales/es-ES.po @@ -402,7 +402,7 @@ msgstr "No se puede obtener listas de reproducción" #: redbot/cogs/audio/core/utilities/playlists.py:542 msgid "I don't have permission to connect and speak in your channel." -msgstr "" +msgstr "No tengo permisos para conectarme o hablar en tu canal." #: redbot/cogs/audio/core/utilities/playlists.py:573 msgid "You must be in the voice channel to use the playlist command." diff --git a/redbot/cogs/audio/core/utilities/locales/fr-FR.po b/redbot/cogs/audio/core/utilities/locales/fr-FR.po index 229ec246c..9f8a30775 100644 --- a/redbot/cogs/audio/core/utilities/locales/fr-FR.po +++ b/redbot/cogs/audio/core/utilities/locales/fr-FR.po @@ -110,7 +110,11 @@ msgid " - Name: <{pname}>\n" " - ID: < {pid} >\n" " - Tracks: < {ptracks} >\n" " - Author: < {author} >\n\n" -msgstr "" +msgstr " - Nom : <{pname}>\n" +" - Portée : < {scope} >\n" +" - ID : < {pid} >\n" +" - Pistes : < {ptracks} >\n" +" - Auteur : < {author} >\n\n" #: redbot/cogs/audio/core/utilities/local_tracks.py:109 #: redbot/cogs/audio/core/utilities/player.py:235 @@ -130,7 +134,7 @@ msgstr "Pas assez de {currency}" #: redbot/cogs/audio/core/utilities/miscellaneous.py:54 msgid "{required_credits} {currency} required, but you have {bal}." -msgstr "" +msgstr "{required_credits} {currency} requis, mais vous avez {bal}." #: redbot/cogs/audio/core/utilities/player.py:78 msgid "music in {} servers" @@ -170,12 +174,14 @@ msgstr "{skip_to_track} pistes sautées" #: redbot/cogs/audio/core/utilities/player.py:236 msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" "See `{prefix}audioset spotifyapi` for instructions." -msgstr "" +msgstr "Le propriétaire doit rentrer le \"Client ID\" Spotify et le \"Client Secret\" Spotify avant de pouvoir utiliser les URL ou les codes Spotify. \n" +"Voir `{prefix}audioset spotifyapi` pour les instructions." #: redbot/cogs/audio/core/utilities/player.py:246 msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" "See `{prefix}audioset youtubeapi` for instructions." -msgstr "" +msgstr "Le propriétaire doit définir la clé d'API YouTube avant de pouvoir utiliser les URLs ou les codes Spotify.\n" +"Voir `{prefix}audioset youtubeapi` pour les instructions." #: redbot/cogs/audio/core/utilities/player.py:255 #: redbot/cogs/audio/core/utilities/player.py:364 @@ -319,7 +325,7 @@ msgstr "Vous n'avez pas les permissions de gérer la playlist appartenant à {us #: redbot/cogs/audio/core/utilities/playlists.py:113 msgid "You do not have the permissions to manage playlists in {scope} scope." -msgstr "" +msgstr "Vous n'avez pas les permissions pour gérer les playlists dans la portée {scope}." #: redbot/cogs/audio/core/utilities/playlists.py:117 msgid "No access to playlist." @@ -335,16 +341,20 @@ msgid "{number}. <{playlist.name}>\n" " - ID: < {playlist.id} >\n" " - Tracks: < {tracks} >\n" " - Author: < {author} >\n\n" -msgstr "" +msgstr "{number}. <{playlist.name}>\n" +" - Portée : < {scope} >\n" +" - ID : < {playlist.id} >\n" +" - Pistes : < {tracks} >\n" +" - Auteur : < {author} >\n\n" #: redbot/cogs/audio/core/utilities/playlists.py:259 msgid "{playlists} playlists found, which one would you like?" -msgstr "" +msgstr "{playlists} playlistes trouvées, laquelle voulez-vous ?" #: redbot/cogs/audio/core/utilities/playlists.py:278 #: redbot/cogs/audio/core/utilities/playlists.py:284 msgid "Too many matches found and you did not select which one you wanted." -msgstr "" +msgstr "Trop de correspondances trouvées et vous n'avez pas sélectionné celle que vous vouliez." #: redbot/cogs/audio/core/utilities/playlists.py:309 msgid "Playlists you can access in this server:" @@ -392,7 +402,7 @@ msgstr "Impossible d'obtenir des playlists" #: redbot/cogs/audio/core/utilities/playlists.py:542 msgid "I don't have permission to connect and speak in your channel." -msgstr "" +msgstr "Je n'ai pas la permission de me connecter et de parler dans votre salon vocal." #: redbot/cogs/audio/core/utilities/playlists.py:573 msgid "You must be in the voice channel to use the playlist command." @@ -449,7 +459,7 @@ msgstr "File d'attente pour __{guild_name}__" #: redbot/cogs/audio/core/utilities/queue.py:88 msgid "Page {page_num}/{total_pages} | {num_tracks} tracks, {num_remaining} remaining\n" -msgstr "" +msgstr "Page {page_num}/{total_pages} | {num_tracks} musiques, {num_remaining} restantes\n" #: redbot/cogs/audio/core/utilities/queue.py:97 msgid "Auto-Play" @@ -469,5 +479,5 @@ msgstr "Pistes correspondantes :" #: redbot/cogs/audio/core/utilities/queue.py:164 msgid "Page {page_num}/{total_pages} | {num_tracks} tracks" -msgstr "" +msgstr "Page {page_num}/{total_pages} | {num_tracks} pistes" diff --git a/redbot/cogs/audio/locales/fr-FR.po b/redbot/cogs/audio/locales/fr-FR.po index 517cebd6a..a0fd2e118 100644 --- a/redbot/cogs/audio/locales/fr-FR.po +++ b/redbot/cogs/audio/locales/fr-FR.po @@ -21,7 +21,11 @@ msgid "\n" "​ ​ ​ ​ Global\n" "​ ​ ​ ​ Guild\n" "​ ​ ​ ​ User\n" -msgstr "" +msgstr "\n" +"Scope doit être un des éléments suivant:\n" +"​ ​ ​ ​ Global\n" +"​ ​ ​ ​ Guild\n" +"​ ​ ​ ​ User\n" #: redbot/cogs/audio/converters.py:43 msgid "\n" @@ -29,14 +33,21 @@ msgid "\n" "​ ​ ​ ​ User ID\n" "​ ​ ​ ​ User Mention\n" "​ ​ ​ ​ User Name#123\n" -msgstr "" +msgstr "\n" +"Author doit être un des éléments suivant:\n" +"​ ​ ​ ​ Id d'un utilisateur\n" +"​ ​ ​ ​ Mention d'un utilisateur\n" +"​ ​ ​ ​ Nom d'utilisateur#123\n" #: redbot/cogs/audio/converters.py:51 msgid "\n" "Guild must be a valid version of one of the following:\n" "​ ​ ​ ​ Guild ID\n" "​ ​ ​ ​ Exact guild name\n" -msgstr "" +msgstr "\n" +"Guild doit être une version valide d'un des éléments suivant :\n" +"​ ​ ​ ​ Id d'un serveur\n" +"​ ​ ​ ​ Nom exact d'un serveur\n" #: redbot/cogs/audio/converters.py:87 msgid "\"{arg}\" was not found. It must be the ID or complete name of a server which the bot can see." diff --git a/redbot/cogs/cleanup/locales/es-ES.po b/redbot/cogs/cleanup/locales/es-ES.po index efe2a1f65..9f92c8bcb 100644 --- a/redbot/cogs/cleanup/locales/es-ES.po +++ b/redbot/cogs/cleanup/locales/es-ES.po @@ -53,7 +53,14 @@ msgid "Delete the last X messages matching the specified text in the current cha " - `` The max number of messages to cleanup. Must be a positive integer.\n" " - `` Whether to delete pinned messages or not. Defaults to False\n" " " -msgstr "" +msgstr "Elimina los últimos x mensajes que coincidían con el texto que has especificado en este canal. \n\n" +" Ejemplo:\n" +" - `[p]cleanup text \"prueba\" 5`\n\n" +" Recuerda usar las doble comillas.\n\n" +" **Argumentos:**\n\n" +" - ``El número máximo de mensajes para borrar. Tiene que ser un numero entero positivo.\n" +" - `` Para eliminar un mensaje fijado o no. Por defecto es false \n" +" " #: redbot/cogs/cleanup/cleanup.py:209 #, docstring @@ -66,7 +73,15 @@ msgid "Delete the last X messages from a specified user in the current channel.\ " - `` The max number of messages to cleanup. Must be a positive integer.\n" " - `` Whether to delete pinned messages or not. Defaults to False\n" " " -msgstr "" +msgstr "Eliminar los últimos X mensajes de un usuario especificado.\n\n" +" Ejemplos:\n" +" - `[p]cleanup user @Twentysix 2`\n" +" - `[p]cleanup user Red 6`\n\n" +" **Argumentos:**\n\n" +" - `` El usuario cuyos mensajes serán limpiados.\n" +" - `` El número máximo de mensajes a limpiar. Debe ser un entero positivo.\n" +" - `` Si eliminar mensajes fijados o no. Por defecto es False\n" +" " #: redbot/cogs/cleanup/cleanup.py:282 #, docstring @@ -79,7 +94,15 @@ msgid "Delete all messages after a specified message.\n\n" " - `` The id of the message to cleanup after. This message won't be deleted.\n" " - `` Whether to delete pinned messages or not. Defaults to False\n" " " -msgstr "" +msgstr "Borrar todos los mensajes después de un mensaje especificado.\n\n" +" Para obtener un id de mensaje habilitar el modo de desarrollador en la configuración\n" +" de Discord, pestaña de 'apariencia'. Luego haga clic derecho en un mensaje\n" +" y copie su id.\n" +" Responder a un mensaje limpiará todos los mensajes después de él.\n\n" +" **Argumentos:**\n\n" +" - `` El id del mensaje a limpiar después. Este mensaje no se eliminará.\n" +" - `` Si borrar o no los mensajes fijados. Por defecto es False\n" +" " #: redbot/cogs/cleanup/cleanup.py:303 redbot/cogs/cleanup/cleanup.py:357 msgid "Message not found." @@ -97,7 +120,16 @@ msgid "Deletes X messages before the specified message.\n\n" " - `` The max number of messages to cleanup. Must be a positive integer.\n" " - `` Whether to delete pinned messages or not. Defaults to False\n" " " -msgstr "" +msgstr "Elimina X mensajes antes del mensaje especificado.\n\n" +" Para obtener un id de mensaje habilitar el modo de desarrollador en la configuración\n" +" de Discord, pestaña de 'apariencia'. Luego haga clic derecho en un mensaje\n" +" y copie su id.\n" +" Responder a un mensaje limpiará todos los mensajes antes de él.\n\n" +" **Argumentos:**\n\n" +" - `` El id del mensaje a limpiar antes. Este mensaje no se eliminará.\n" +" - `` El número máximo de mensajes a limpiar. Debe ser un entero positivo.\n" +" - `` Si eliminar o no los mensajes fijos. Por defecto es False\n" +" " #: redbot/cogs/cleanup/cleanup.py:390 #, docstring @@ -129,7 +161,13 @@ msgid "Delete the last X messages in the current channel.\n\n" " - `` The max number of messages to cleanup. Must be a positive integer.\n" " - `` Whether to delete pinned messages or not. Defaults to False\n" " " -msgstr "" +msgstr "Eliminar los últimos mensajes X en el canal actual.\n\n" +" Ejemplo:\n" +" - `[p]cleanup message 26`\n\n" +" **Argumentos:**\n\n" +" - `` El número máximo de mensajes a limpiar. Debe ser un entero positivo.\n" +" - `` Si desea eliminar mensajes fijados o no. Por defecto es False\n" +" " #: redbot/cogs/cleanup/cleanup.py:476 #, docstring @@ -139,7 +177,12 @@ msgid "Clean up command messages and messages from the bot in the current channe " - `` The max number of messages to cleanup. Must be a positive integer.\n" " - `` Whether to delete pinned messages or not. Defaults to False\n" " " -msgstr "" +msgstr "Limpiar mensajes de comandos y mensajes del bot en el canal actual.\n\n" +" Sólo puede limpiar comandos personalizados y comandos de alias si se cargan esos programas.\n\n" +" **Argumentos:**\n\n" +" - `` El número máximo de mensajes a limpiar. Debe ser un entero positivo.\n" +" - `` Si eliminar mensajes fijados o no. Por defecto es False\n" +" " #: redbot/cogs/cleanup/cleanup.py:564 #, docstring @@ -155,7 +198,18 @@ msgid "Clean up messages owned by the bot in the current channel.\n\n" " - `` The text that messages must contain to be deleted. Use \"\" to skip this.\n" " - `` Whether to delete pinned messages or not. Defaults to False\n" " " -msgstr "" +msgstr "Limpia los mensajes enviados por el bot en el canal actual.\n\n" +" Por defecto, todos los mensajes se limpian. Si se especifica un segundo argumento,\n" +" se utiliza para la coincidencia de patrones - sólo los mensajes que contengan el texto dado serán eliminados.\n\n" +" Ejemplos:\n" +" - `[p]cleanup self 6`\n" +" - `[p]cleanup self 10 Pong`\n" +" - `[p]cleanup self 7 \"\" True`\n\n" +" **Argumentos:**\n\n" +" - `` El número máximo de mensajes a limpiar. Debe ser un entero positivo.\n" +" - `` El texto que los mensajes deben contener para ser eliminados. Usa \"\" para omitir esto.\n" +" - `` Si eliminar mensajes fijados o no. Por defecto es False\n" +" " #: redbot/cogs/cleanup/cleanup.py:650 #, docstring @@ -164,7 +218,7 @@ msgid "Deletes duplicate messages in the channel from the last X messages and ke " **Arguments:**\n\n" " - `` The number of messages to check for duplicates. Must be a positive integer.\n" " " -msgstr "Elimina mensajes duplicados en el canal de los últimos mensajes X y conserva sólo una copia.\n\n" +msgstr "Elimina mensajes duplicados en el canal de los últimos X mensajes y conserva sólo una copia.\n\n" " Por defecto es 50.\n\n" " **Argumentos:**\n\n" " - `` El número de mensajes a buscar duplicados. Debe ser un entero positivo.\n" @@ -172,7 +226,7 @@ msgstr "Elimina mensajes duplicados en el canal de los últimos mensajes X y con #: redbot/cogs/cleanup/converters.py:17 msgid "{} doesn't look like a valid message ID." -msgstr "{} no parece un ID de mensaje válido." +msgstr "{} no parece una ID de mensaje válido." #: redbot/cogs/cleanup/converters.py:29 msgid "{arg} is not an integer." diff --git a/redbot/cogs/cleanup/locales/tr-TR.po b/redbot/cogs/cleanup/locales/tr-TR.po index 375166ff6..466d8ec78 100644 --- a/redbot/cogs/cleanup/locales/tr-TR.po +++ b/redbot/cogs/cleanup/locales/tr-TR.po @@ -53,7 +53,14 @@ msgid "Delete the last X messages matching the specified text in the current cha " - `` The max number of messages to cleanup. Must be a positive integer.\n" " - `` Whether to delete pinned messages or not. Defaults to False\n" " " -msgstr "" +msgstr "Belirtilen yazıyla uyuşan, şu anki kanalda bulunan son X adet mesajı siler.\n\n" +" Örnek:\n" +" - `[p]cleanup text \"test\" 5`\n\n" +" Çift tırnak kullanmayı unutmayın.\n\n" +" **Seçenekler:**\n\n" +" - `` Maksimum kaç mesaj silineceği, pozitif tam sayı olmak zorundadır.\n" +" - `` Sabitlenmiş mesajların silinip silinmeyeceği, varsayılan olarak silinmezler (False)\n" +" " #: redbot/cogs/cleanup/cleanup.py:209 #, docstring @@ -66,7 +73,15 @@ msgid "Delete the last X messages from a specified user in the current channel.\ " - `` The max number of messages to cleanup. Must be a positive integer.\n" " - `` Whether to delete pinned messages or not. Defaults to False\n" " " -msgstr "" +msgstr "Belirtilen kullanıcının göndermiş olduğu şu anki kanalda bulunan son X adet mesajı siler.\n\n" +" Örnek:\n" +" - `[p]cleanup user @Twentysix 2`\n" +" - `[p]cleanup user Red 6`\n\n" +" **Seçenekler:**\n\n" +" - `` Mesajları silinecek olan kullanıcı\n" +" - `` Maksimum kaç mesaj silineceği, pozitif tam sayı olmak zorundadır.\n" +" - `` Sabitlenmiş mesajların silinip silinmeyeceği, varsayılan olarak silinmezler (False)\n" +" " #: redbot/cogs/cleanup/cleanup.py:282 #, docstring @@ -144,7 +159,13 @@ msgid "Delete the last X messages in the current channel.\n\n" " - `` The max number of messages to cleanup. Must be a positive integer.\n" " - `` Whether to delete pinned messages or not. Defaults to False\n" " " -msgstr "" +msgstr "Şu anki kanalda bulunan son X mesajı siler.\n\n" +" Örnek:\n" +" - `[p]cleanup messages 26`\n\n" +" **Seçenekler:**\n\n" +" - `` Maksimum kaç mesaj silineceği, pozitif tam sayı olmak zorundadır.\n" +" - `` Sabitlenmiş mesajların silinip silinmeyeceği, varsayılan olarak silinmezler (False)\n" +" " #: redbot/cogs/cleanup/cleanup.py:476 #, docstring @@ -154,7 +175,12 @@ msgid "Clean up command messages and messages from the bot in the current channe " - `` The max number of messages to cleanup. Must be a positive integer.\n" " - `` Whether to delete pinned messages or not. Defaults to False\n" " " -msgstr "" +msgstr "Botun şu anki kanala göndermiş olduğu mesajları ve komut yanıtlarını siler.\n\n" +" Customcom veya alias ile oluşturulmuş komutların yanıtları, sadece cog yüklüyse silinir.\n\n" +" **Seçenekler:**\n\n" +" - `` Maksimum kaç mesaj silineceği, pozitif tam sayı olmak zorundadır.\n" +" - `` Sabitlenmiş mesajların silinip silinmeyeceği, varsayılan olarak silinmezler (False)\n" +" " #: redbot/cogs/cleanup/cleanup.py:564 #, docstring @@ -170,7 +196,17 @@ msgid "Clean up messages owned by the bot in the current channel.\n\n" " - `` The text that messages must contain to be deleted. Use \"\" to skip this.\n" " - `` Whether to delete pinned messages or not. Defaults to False\n" " " -msgstr "" +msgstr "Şu anki kanalda bota ait olan mesajları siler.\n\n" +" Varsayılan olarak bütün mesajlar silinir. Eğer ikinci seçenek olarak komuta herhangi bir şey verilirse, eşleştirme yapılır ve sadece verilen yazıyı içeren mesajlar silinir.\n\n" +" Örnekler:\n" +" - `[p]cleanup self 6`\n" +" - `[p]cleanup self 10 Pong`\n" +" - `[p]cleanup self 7 \"\" True`\n\n" +" **Seçenekler:**\n\n\n" +" - `` Maksimum kaç mesaj silineceği, pozitif tam sayı olmak zorundadır.\n" +" - `` Bir mesajın silinmesi için bulundurması gereken yazı, eğer bunu atlamak isterseniz \"\" (iki tane çift tırnak) kullanın.\n" +" - `` Sabitlenmiş mesajların silinip silinmeyeceği, varsayılan olarak silinmezler (False)\n" +" " #: redbot/cogs/cleanup/cleanup.py:650 #, docstring diff --git a/redbot/cogs/customcom/locales/fr-FR.po b/redbot/cogs/customcom/locales/fr-FR.po index 258af7a5d..e456fea67 100644 --- a/redbot/cogs/customcom/locales/fr-FR.po +++ b/redbot/cogs/customcom/locales/fr-FR.po @@ -54,7 +54,7 @@ msgstr "" #: redbot/cogs/customcom/customcom.py:247 #, docstring msgid "Base command for Custom Commands management." -msgstr "" +msgstr "Commande de base pour la gestion des commandes personnalisées." #: redbot/cogs/customcom/customcom.py:252 #, docstring diff --git a/redbot/cogs/downloader/locales/es-ES.po b/redbot/cogs/downloader/locales/es-ES.po index 421df7730..f583f38b3 100644 --- a/redbot/cogs/downloader/locales/es-ES.po +++ b/redbot/cogs/downloader/locales/es-ES.po @@ -90,7 +90,7 @@ msgstr "Librerías instaladas." #: redbot/cogs/downloader/downloader.py:502 msgid "Library installed." -msgstr "" +msgstr "Librerías instaladas." #: redbot/cogs/downloader/downloader.py:505 msgid "Some libraries failed to install. Please check your logs for a complete list." @@ -98,7 +98,7 @@ msgstr "Fallo la instalación de algunas librerías. Por favor revisa tus logs p #: redbot/cogs/downloader/downloader.py:510 msgid "The library failed to install. Please check your logs for a complete list." -msgstr "" +msgstr "Fallo la instalación de algunas librerías. Por favor revisa tus logs para ver la lista completa." #: redbot/cogs/downloader/downloader.py:518 #, docstring @@ -160,15 +160,22 @@ msgid "\n" " **Arguments**\n\n" " - `` The repo or repos to remove.\n" " " -msgstr "" +msgstr "\n" +" Eliminar repositorios y sus archivos.\n\n" +" Ejemplos:\n" +" - `[p]repo delete 26-Cogs`\n" +" - `[p]repo delete 26-Cogs Laggrons-Dumb-Cogs`\n\n" +" **Argumentos**\n\n" +" - `` El repositorio o los repositorios a eliminar.\n" +" " #: redbot/cogs/downloader/downloader.py:604 msgid "Successfully deleted repos: " -msgstr "" +msgstr "Reposts eliminados con éxito: " #: redbot/cogs/downloader/downloader.py:606 msgid "Successfully deleted the repo: " -msgstr "" +msgstr "¡Se ha eliminado el repositorio con éxito: " #: redbot/cogs/downloader/downloader.py:613 #, docstring @@ -177,7 +184,7 @@ msgstr "Listar todos los repositorios instalados." #: redbot/cogs/downloader/downloader.py:617 msgid "There are no repos installed." -msgstr "" +msgstr "No hay repositorios instalados." #: redbot/cogs/downloader/downloader.py:620 msgid "Installed Repos:\n\n" @@ -185,7 +192,7 @@ msgstr "Repositorios Instalados: \n\n" #: redbot/cogs/downloader/downloader.py:622 msgid "Installed Repo:\n\n" -msgstr "" +msgstr "Repositorio instalado:\n\n" #: redbot/cogs/downloader/downloader.py:631 #, docstring @@ -300,7 +307,7 @@ msgstr "Error al instalar los requisitos: " #: redbot/cogs/downloader/downloader.py:732 #: redbot/cogs/downloader/downloader.py:1562 msgid "Failed to install the requirement: " -msgstr "" +msgstr "Error al instalar los requisitos: " #: redbot/cogs/downloader/downloader.py:737 #: redbot/cogs/downloader/downloader.py:1622 @@ -313,7 +320,8 @@ msgstr "\n" #: redbot/cogs/downloader/downloader.py:1624 msgid "\n" "Failed to install shared library: " -msgstr "" +msgstr "\n" +"Error al instalar librería compartida: " #: redbot/cogs/downloader/downloader.py:744 msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\n" @@ -355,7 +363,17 @@ msgid "Install a cog from the specified revision of given repo.\n\n" " - `` The revision to install from.\n" " - `` The cog or cogs to install.\n" " " -msgstr "" +msgstr "Instale un módulo desde la revisión especificada del repositorio dado.\n\n" +" Las revisiones son \"identificadores de confirmación\" que apuntan al punto en el código cuando se hizo un cambio específico.\n" +" La última revisión se puede encontrar en la barra de URL para cualquier repositorio de GitHub [presionando \"y\" en ese repositorio](https://docs. ithub.com/es/free-pro-team@latest/github/managing-files-in-a-repository/getting-permanent-links-to-files#press-y-to-permalink-to-a-file-in-a-specific-commit).\n\n" +" Las revisiones más antiguas se pueden encontrar en la barra de URL [viendo el historial de confirmación de cualquier repositorio](https://cdn. iscordapp.com/attachments/133251234164375552/775760247787749406/unknown. ng)\n\n" +" Ejemplo:\n" +" - `[p]cog installversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\n\n" +" **Argumentos**\n\n" +" - `` El nombre del repositorio del que instalar programas.\n" +" - `` La revisión desde la que instalar.\n" +" - `` El cog o los cogs a instalar.\n" +" " #: redbot/cogs/downloader/downloader.py:806 #: redbot/cogs/downloader/downloader.py:1193 @@ -376,7 +394,8 @@ msgstr "\n" #: redbot/cogs/downloader/downloader.py:835 msgid "\n" "Failed to install the requirement: " -msgstr "" +msgstr "\n" +"Error al instalar los requisitos: " #: redbot/cogs/downloader/downloader.py:856 msgid "\n" @@ -387,7 +406,8 @@ msgstr "\n" #: redbot/cogs/downloader/downloader.py:858 msgid "\n" "Failed to install shared library for `{repo.name}` repo: " -msgstr "" +msgstr "\n" +"Error al instalar librería compartida para el repositorio `{repo.name}`: " #: redbot/cogs/downloader/downloader.py:867 msgid "\n" @@ -398,7 +418,8 @@ msgstr "\n" #: redbot/cogs/downloader/downloader.py:869 msgid "\n" "Failed to install the cog: " -msgstr "" +msgstr "\n" +"Error al instalar el cog: " #: redbot/cogs/downloader/downloader.py:878 msgid "Successfully installed cogs: " @@ -406,7 +427,7 @@ msgstr "Coaches instalados con éxito: " #: redbot/cogs/downloader/downloader.py:880 msgid "Successfully installed the cog: " -msgstr "" +msgstr "Cog instalado con éxito: " #: redbot/cogs/downloader/downloader.py:884 msgid "\n" @@ -431,7 +452,15 @@ msgid "Uninstall cogs.\n\n" " **Arguments**\n\n" " - `` The cog or cogs to uninstall.\n" " " -msgstr "" +msgstr "Desinstalar cogs.\n\n" +" Solo puedes desinstalar cogs que fueron instalados previamente\n" +" por el Descargador.\n\n" +" Ejemplos:\n" +" - `[p]cog uninstall defender`\n" +" - `[p]cog uninstall say roleinvite`\n\n" +" **Argumentos**\n\n" +" - `` El cogs o cogs a desinstalar.\n" +" " #: redbot/cogs/downloader/downloader.py:941 msgid "Successfully uninstalled cogs: " @@ -439,7 +468,7 @@ msgstr "Desinstalados con éxito: " #: redbot/cogs/downloader/downloader.py:943 msgid "Successfully uninstalled the cog: " -msgstr "" +msgstr "El cog se desinstaló correctamente: " #: redbot/cogs/downloader/downloader.py:948 msgid "\n" @@ -451,18 +480,23 @@ msgstr "\n" msgid "\n" "They were most likely removed without using {command_1}.\n" "You may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with {command_2}." -msgstr "" +msgstr "\n" +"Probablemente fueron eliminados sin usar {command_1}.\n" +"Puede que necesite eliminar esos archivos manualmente si los archivos son todavía utilizables. Si es así, asegúrese de que los programas han sido descargados con {command_2}." #: redbot/cogs/downloader/downloader.py:964 msgid "\n" "Downloader has removed this cog from the installed cogs list but it wasn't able to find its files: " -msgstr "" +msgstr "\n" +"El instalador ha eliminado este cog de la lista de programas instalados pero no pudo encontrar sus archivos: " #: redbot/cogs/downloader/downloader.py:969 msgid "\n" "It was most likely removed without using {command_1}.\n" "You may need to remove those files manually if the cog is still usable. If so, ensure the cog has been unloaded with {command_2}." -msgstr "" +msgstr "\n" +"Probablemente fue eliminado sin usar {command_1}.\n" +"Puede que necesite eliminar esos archivos manualmente si el cog todavía es utilizable. Si es así, asegúrese de que el engranaje ha sido descargado con {command_2}." #: redbot/cogs/downloader/downloader.py:982 #, docstring @@ -473,7 +507,13 @@ msgid "Pin cogs - this will lock cogs on their current version.\n\n" " **Arguments**\n\n" " - `` The cog or cogs to pin. Must already be installed.\n" " " -msgstr "" +msgstr "Anclar cogs - esto bloqueará a los cogs en su versión actual.\n\n" +" Ejemplos:\n" +" - `[p]cog pin defender`\n" +" - `[p]cog pin outdated_cog1 outdated_cog2`\n\n" +" **Argumentos**\n\n" +" - `` El cog o los cogs a anclar. Debe estar instalado.\n" +" " #: redbot/cogs/downloader/downloader.py:1005 msgid "Pinned cogs: " @@ -481,7 +521,7 @@ msgstr "Piñas fijadas: " #: redbot/cogs/downloader/downloader.py:1005 msgid "Pinned cog: " -msgstr "" +msgstr "Cog fijado: " #: redbot/cogs/downloader/downloader.py:1009 msgid "\n" @@ -492,7 +532,8 @@ msgstr "\n" #: redbot/cogs/downloader/downloader.py:1011 msgid "\n" "This cog was already pinned: " -msgstr "" +msgstr "\n" +"Este cog ya estaba fijado: " #: redbot/cogs/downloader/downloader.py:1017 #, docstring @@ -502,7 +543,12 @@ msgid "Unpin cogs - this will remove the update lock from those cogs.\n\n" " - `[p]cog unpin updated_cog1 updated_cog2`\n\n" " **Arguments**\n\n" " - `` The cog or cogs to unpin. Must already be installed and pinned." -msgstr "" +msgstr "Desanclar cogs - esto eliminará el bloqueo de actualización de los cogs.\n\n" +" Ejemplos:\n" +" - `[p]cog unpin defender`\n" +" - `[p]cog unpin outdated_cog1 outdated_cog2`\n\n" +" **Argumentos**\n\n" +" - `` El cog o los cogs a desanclar. Debe estar instalado y fijado." #: redbot/cogs/downloader/downloader.py:1039 msgid "Unpinned cogs: " @@ -510,7 +556,7 @@ msgstr "Cogs de desanclado: " #: redbot/cogs/downloader/downloader.py:1039 msgid "Unpinned cog: " -msgstr "" +msgstr "Cog desfijado: " #: redbot/cogs/downloader/downloader.py:1043 msgid "\n" @@ -521,7 +567,8 @@ msgstr "\n" #: redbot/cogs/downloader/downloader.py:1045 msgid "\n" "This cog was already not pinned: " -msgstr "" +msgstr "\n" +"Este cog ya no estaba fijado: " #: redbot/cogs/downloader/downloader.py:1051 #, docstring @@ -563,7 +610,7 @@ msgstr "Estos programas pueden ser actualizados: " #: redbot/cogs/downloader/downloader.py:1094 msgid "This cog can be updated: " -msgstr "" +msgstr "Este cog puede ser actualizado: " #: redbot/cogs/downloader/downloader.py:1099 msgid "\n" @@ -574,7 +621,8 @@ msgstr "\n" #: redbot/cogs/downloader/downloader.py:1101 msgid "\n" "This shared library can be updated: " -msgstr "" +msgstr "\n" +"Esta librería compartida puede ser actualizada: " #: redbot/cogs/downloader/downloader.py:1104 msgid "No cogs can be updated." @@ -610,7 +658,13 @@ msgid "Update all cogs from repos of your choosing.\n\n" " **Arguments**\n\n" " - `` The repo or repos to update all cogs from.\n" " " -msgstr "" +msgstr "Actualiza todos los cogs desde repositorios de tu elección.\n\n" +" Ejemplos:\n" +" - `[p]cog updateallfromrepos 26-Cogs`\n" +" - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\n\n" +" **Argumentos**\n\n" +" - `` El repositorio o los repositorios de los que actualizar todos los archivos.\n" +" " #: redbot/cogs/downloader/downloader.py:1147 #, docstring @@ -626,7 +680,18 @@ msgid "Update all cogs, or ones of your choosing to chosen revision of one repo. " - `` The revision to update to.\n" " - `[cogs...]` The cog or cogs to update.\n" " " -msgstr "" +msgstr "Actualiza todos los cogs, o los de tu elección para la revisión elegida de un solo repositorio.\n\n" +" Tenga en cuenta que actualizar no significa downgrade y por lo tanto `revision`\n" +" tiene que ser más reciente que la versión que el cog tiene instalada actualmente. Si quieres\n" +" downgradear el cog, desinstalalo e instalalo de nuevo.\n\n" +" Mira `[p]cog installversion` para una explicación de `revision`.\n\n" +" Ejemplo:\n" +" - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\n\n" +" **Argumentos**\n\n" +" - `` El repositorio o los repositorios de los que actualizar todos los cogs.\n" +" - `` La revisión a actualizar.\n" +" - `[cogs...]` El cog o los cogs a actualizar.\n" +" " #: redbot/cogs/downloader/downloader.py:1225 msgid "There were no cogs to check." @@ -643,7 +708,8 @@ msgstr "\n" #: redbot/cogs/downloader/downloader.py:1267 msgid "\n" "This cog is pinned and therefore wasn't checked: " -msgstr "" +msgstr "\n" +"Este engranaje está fijado y por lo tanto no fue revisado: " #: redbot/cogs/downloader/downloader.py:1245 msgid "Cogs from provided repos are already up to date." @@ -683,27 +749,32 @@ msgstr "Listar todos los cogs disponibles de un solo dominio.\n\n" #: redbot/cogs/downloader/downloader.py:1306 msgid "Installed Cogs:\n" "{text}" -msgstr "" +msgstr "Cogs instalados:\n" +"{text}" #: redbot/cogs/downloader/downloader.py:1308 msgid "Installed Cog:\n" "{text}" -msgstr "" +msgstr "Cog instalado:\n" +"{text}" #: redbot/cogs/downloader/downloader.py:1319 msgid "Available Cogs:\n" "No cogs are available." -msgstr "" +msgstr "Cogs disponibles:\n" +"No hay cogs disponibles." #: redbot/cogs/downloader/downloader.py:1321 msgid "Available Cogs:\n" "{text}" -msgstr "" +msgstr "Cogs disponibles:\n" +"{text}" #: redbot/cogs/downloader/downloader.py:1323 msgid "Available Cog:\n" "{text}" -msgstr "" +msgstr "Cog disponible:\n" +"{text}" #: redbot/cogs/downloader/downloader.py:1330 #, docstring @@ -753,7 +824,8 @@ msgstr "\n" #: redbot/cogs/downloader/downloader.py:1432 msgid "\n" "Couldn't find this cog in {repo.name}: " -msgstr "" +msgstr "\n" +"No he podido encontrar este cog en {repo.name}: " #: redbot/cogs/downloader/downloader.py:1436 msgid "\n" @@ -764,7 +836,8 @@ msgstr "\n" #: redbot/cogs/downloader/downloader.py:1438 msgid "\n" "This cog was already installed: " -msgstr "" +msgstr "\n" +"Este cog ya estaba instalado: " #: redbot/cogs/downloader/downloader.py:1442 msgid "\n" @@ -774,7 +847,7 @@ msgstr "\n" #: redbot/cogs/downloader/downloader.py:1444 msgid "Cog with this name is already installed from a different repo." -msgstr "" +msgstr "Un cog con este nombre ya está instalado desde un repositorio diferente." #: redbot/cogs/downloader/downloader.py:1461 msgid " (Minimum: {min_version})" @@ -796,7 +869,7 @@ msgstr "\n" #: redbot/cogs/downloader/downloader.py:1489 msgid "This cog requires higher python version than you have: " -msgstr "" +msgstr "Este cog necesita una versión de python superior a la que tiene: " #: redbot/cogs/downloader/downloader.py:1493 msgid "\n" @@ -806,7 +879,7 @@ msgstr "\n" #: redbot/cogs/downloader/downloader.py:1498 msgid "This cog requires different Red version than you currently have ({current_version}): " -msgstr "" +msgstr "Este cog requiere una versión de Red diferente de la que tiene actualmente ({current_version}): " #: redbot/cogs/downloader/downloader.py:1569 msgid "Cog update completed successfully." @@ -826,12 +899,13 @@ msgstr "\n" #: redbot/cogs/downloader/downloader.py:1592 msgid "End user data statement of this cog has changed:" -msgstr "" +msgstr "La declaración de datos del usuario final de este cog ha cambiado:" #: redbot/cogs/downloader/downloader.py:1594 msgid "\n" "You can use {command} to see the updated statement.\n" -msgstr "" +msgstr "\n" +"Puedes usar {command} para ver las instrucciones actualizadas.\n" #: redbot/cogs/downloader/downloader.py:1601 msgid "\n" @@ -842,7 +916,8 @@ msgstr "\n" #: redbot/cogs/downloader/downloader.py:1603 msgid "\n" "Failed to update cog: " -msgstr "" +msgstr "\n" +"Error al actualizar el cog: " #: redbot/cogs/downloader/downloader.py:1606 msgid "No cogs were updated." @@ -857,7 +932,8 @@ msgstr "\n" #: redbot/cogs/downloader/downloader.py:1614 msgid "\n" "A shared library was updated, you should restart the bot to bring the changes into effect." -msgstr "" +msgstr "\n" +"Una librería compartida fue actualizada, deberías reiniciar el bot para que los cambios hagan efecto." #: redbot/cogs/downloader/downloader.py:1631 msgid "None of the updated cogs were previously loaded. Update complete." @@ -869,7 +945,7 @@ msgstr "¿Quieres recargar los cogs actualizados?" #: redbot/cogs/downloader/downloader.py:1638 msgid "Would you like to reload the updated cog?" -msgstr "" +msgstr "¿Le gustaría recargar el cog actualizado?" #: redbot/cogs/downloader/downloader.py:1662 msgid "OK then." diff --git a/redbot/cogs/downloader/locales/fr-FR.po b/redbot/cogs/downloader/locales/fr-FR.po index ff8526d2c..d08098519 100644 --- a/redbot/cogs/downloader/locales/fr-FR.po +++ b/redbot/cogs/downloader/locales/fr-FR.po @@ -141,7 +141,14 @@ msgid "\n" " **Arguments**\n\n" " - `` The repo or repos to remove.\n" " " -msgstr "" +msgstr "\n" +" Supprime des repos et leurs fichiers.\n\n" +" Exemples :\n" +" - `[p]repo delete 26-Cogs`\n" +" - `[p]repo delete 26-Cogs Laggrons-Dumb-Cogs`\n\n" +" **Arguments**\n\n" +" - `` Le ou les repos à supprimer.\n" +" " #: redbot/cogs/downloader/downloader.py:604 msgid "Successfully deleted repos: " @@ -248,7 +255,7 @@ msgstr "Ce repo est déjà à jour." #: redbot/cogs/downloader/downloader.py:695 #, docstring msgid "Base command for cog installation management commands." -msgstr "" +msgstr "Des commandes pour l'installation et la gestion de cog." #: redbot/cogs/downloader/downloader.py:700 #, docstring @@ -258,7 +265,12 @@ msgid "\n" " Red might ask the owner to use this when it clears contents of the lib folder\n" " because of change in minor version of Python.\n" " " -msgstr "" +msgstr "\n" +" Cette commande ne devrait pas être exécuté sauf si Red le demande explicitement.\n\n" +" Cette commande va réinstaller les pré-requis et les bibliothèques partagées pour tous les cogs installés.\n\n" +" Red peut demander au propriétaire d'utiliser cette commande quand il efface le contenu du dossier des bibliothèque\n" +" à cause d'un changement de version mineure de Python.\n" +" " #: redbot/cogs/downloader/downloader.py:730 #: redbot/cogs/downloader/downloader.py:1560 @@ -416,18 +428,23 @@ msgstr "\n" msgid "\n" "They were most likely removed without using {command_1}.\n" "You may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with {command_2}." -msgstr "" +msgstr "\n" +"Ils ont très probablement été supprimés sans utiliser {command_1}.\n" +"Vous devrez peut-être supprimer ces fichiers manuellement si les cogs sont toujours utilisables. Si c'est le cas, assurez-vous que les cogs ont été déchargés avec {command_2}." #: redbot/cogs/downloader/downloader.py:964 msgid "\n" "Downloader has removed this cog from the installed cogs list but it wasn't able to find its files: " -msgstr "" +msgstr "\n" +"Le cog Downloader a supprimé ce cog de la liste des cogs installés, mais il n'a pas pu trouver ses fichiers : " #: redbot/cogs/downloader/downloader.py:969 msgid "\n" "It was most likely removed without using {command_1}.\n" "You may need to remove those files manually if the cog is still usable. If so, ensure the cog has been unloaded with {command_2}." -msgstr "" +msgstr "\n" +"Il a très probablement été supprimés sans utiliser {command_1}.\n" +"Vous devrez peut-être supprimer ces fichiers manuellement si le cog est toujours utilisable. Si c'est le cas, assurez-vous que le cog a été déchargé avec {command_2}." #: redbot/cogs/downloader/downloader.py:982 #, docstring @@ -438,7 +455,13 @@ msgid "Pin cogs - this will lock cogs on their current version.\n\n" " **Arguments**\n\n" " - `` The cog or cogs to pin. Must already be installed.\n" " " -msgstr "" +msgstr "Épingle des cogs - cela les bloquera sur leur version actuelle.\n\n" +" Exemples:\n" +" - `[p]cog pin defender`\n" +" - `[p]cog pin outdated_cog1 outdated_cog2`\n\n" +" **Arguments**\n\n" +" - `` Le ou les cogs à épingler. Ils doivent être déjà installé.\n" +" " #: redbot/cogs/downloader/downloader.py:1005 msgid "Pinned cogs: " @@ -446,7 +469,7 @@ msgstr "Cogs épinglés : " #: redbot/cogs/downloader/downloader.py:1005 msgid "Pinned cog: " -msgstr "" +msgstr "Cog épinglé : " #: redbot/cogs/downloader/downloader.py:1009 msgid "\n" @@ -838,7 +861,13 @@ msgid "Find which cog a command comes from.\n\n" " **Arguments**\n\n" " - `` The command to search for.\n" " " -msgstr "" +msgstr "Trouvez de quel cog provient une commande.\n\n" +" Cela fonctionnera uniquement avec les cogs chargés.\n\n" +" Exemple:\n" +" - `[p]findcog ping`\n\n" +" **Arguments**\n\n" +" - `` la commande à rechercher.\n" +" " #: redbot/cogs/downloader/downloader.py:1706 msgid "That command doesn't seem to exist." diff --git a/redbot/cogs/downloader/locales/tr-TR.po b/redbot/cogs/downloader/locales/tr-TR.po index ee4a5e209..1ed93b289 100644 --- a/redbot/cogs/downloader/locales/tr-TR.po +++ b/redbot/cogs/downloader/locales/tr-TR.po @@ -158,15 +158,22 @@ msgid "\n" " **Arguments**\n\n" " - `` The repo or repos to remove.\n" " " -msgstr "" +msgstr "\n" +" Depoları dosyalarıyla birlikte kaldırır.\n\n" +" Örnekler:\n" +" - `[p]repo delete 26-Cogs`\n" +" - `[p]repo delete 26-Cogs Laggrons-Dumb-Cogs`\n\n" +" **Seçenekler**\n\n" +" - `` Kaldırılacak depo veya depolar.\n" +" " #: redbot/cogs/downloader/downloader.py:604 msgid "Successfully deleted repos: " -msgstr "" +msgstr "Şu depolar başarıyla silindi: " #: redbot/cogs/downloader/downloader.py:606 msgid "Successfully deleted the repo: " -msgstr "" +msgstr "Şu depo başarıyla silindi: " #: redbot/cogs/downloader/downloader.py:613 #, docstring @@ -385,7 +392,8 @@ msgstr "\n" #: redbot/cogs/downloader/downloader.py:835 msgid "\n" "Failed to install the requirement: " -msgstr "" +msgstr "\n" +"Şu gereksinim yüklenirken hata oluştu: " #: redbot/cogs/downloader/downloader.py:856 msgid "\n" @@ -837,7 +845,7 @@ msgstr "\n" #: redbot/cogs/downloader/downloader.py:1444 msgid "Cog with this name is already installed from a different repo." -msgstr "" +msgstr "Bu ada sahip bir cog başka bir depodan zaten kurulmuş." #: redbot/cogs/downloader/downloader.py:1461 msgid " (Minimum: {min_version})" diff --git a/redbot/cogs/economy/locales/es-ES.po b/redbot/cogs/economy/locales/es-ES.po index e67e53613..16b38ba2a 100644 --- a/redbot/cogs/economy/locales/es-ES.po +++ b/redbot/cogs/economy/locales/es-ES.po @@ -212,7 +212,14 @@ msgid "Prune bank accounts for users no longer in the server.\n\n" " **Arguments**\n\n" " - `` This will default to false unless specified.\n" " " -msgstr "" +msgstr "Limpiar cuentas bancarias para usuarios que ya no están en el servidor.\n\n" +" No se puede utilizar con un banco global. Vea `[p]bank prune global`.\n\n" +" Ejemplos:\n" +" - `[p]bank prune server` - No confirmar. Muestra el mensaje de ayuda.\n" +" - `[p]bank prune server yes`\n\n" +" **Argumentos**\n\n" +" - `` Esto será por defecto falso a menos que se especifique.\n" +" " #: redbot/cogs/economy/economy.py:351 msgid "This command cannot be used with a global bank." @@ -238,7 +245,14 @@ msgid "Prune bank accounts for users who no longer share a server with the bot.\ " **Arguments**\n\n" " - `` This will default to false unless specified.\n" " " -msgstr "" +msgstr "Limpiar cuentas bancarias para usuarios que ya no están en el servidor.\n\n" +" No se puede utilizar sin un banco global. Ver `[p]bank prune server``.\n\n" +" Ejemplos:\n" +" - `[p]bank prune global` - No confirmar. Muestra el mensaje de ayuda.\n" +" - `[p]bank prune global yes`\n\n" +" **Argumentos**\n\n" +" - `` Esto por defecto es falso a menos que se especifique.\n" +" " #: redbot/cogs/economy/economy.py:384 msgid "This command cannot be used with a local bank." @@ -264,7 +278,14 @@ msgid "Delete the bank account of a specified user.\n\n" " - `` The user to delete the bank of. Takes mentions, names, and user ids.\n" " - `` This will default to false unless specified.\n" " " -msgstr "" +msgstr "Eliminar la cuenta bancaria de un usuario especificado.\n\n" +" Ejemplos:\n" +" - `[p]bank prune user @TwentySix` - No confirmar. Muestra el mensaje de ayuda.\n" +" - `[p]bank prune user @TwentySix yes`\n\n" +" **Argumentos**\n\n" +" - `` El usuario del que eliminar el banco. Toma menciones, nombres e identificadores de usuario.\n" +" - `` Esto por defecto es falso a menos que se especifique.\n" +" " #: redbot/cogs/economy/economy.py:419 msgid "This command cannot be used in DMs with a local bank." @@ -285,7 +306,9 @@ msgstr "La cuenta bancaria de {name} ha sido podada." msgid "Get some free currency.\n\n" " The amount awarded and frequency can be configured.\n" " " -msgstr "" +msgstr "Obtenga efectivo gratuitamente.\n\n" +" La cantidad otorgada y la frecuencia se pueden configurar.\n" +" " #: redbot/cogs/economy/economy.py:463 redbot/cogs/economy/economy.py:518 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\n\n" @@ -317,7 +340,16 @@ msgid "Print the leaderboard.\n\n" " - `` How many positions on the leaderboard to show. Defaults to 10 if omitted.\n" " - `` Whether to include results from all servers. This will default to false unless specified.\n" " " -msgstr "" +msgstr "Muestra la tabla de clasificaciones.\n\n" +" Por defecto es el top 10.\n\n" +" Ejemplos:\n" +" - `[p]leaderboard`\n" +" - `[p]leaderboard 50` - Muestra el top 50 en lugar del top 10.\n" +" - `[p]leaderboard 100 yes` - Muestra los 100 mejores de todos los servidores.\n\n" +" **Argumentos**\n\n" +" - `` ¿Cuántas posiciones se mostrarán en la tabla de clasificación. Por defecto es 10 si se omite.\n" +" - `` Si quieres incluir resultados de todos los servidores. Esto será por defecto falso a menos que se especifique.\n" +" " #: redbot/cogs/economy/economy.py:575 msgid "Page {page_num}/{page_len}." @@ -360,7 +392,12 @@ msgid "Use the slot machine.\n\n" " **Arguments**\n\n" " - `` The amount to bet on the slot machine. Winning payouts are higher when you bet more.\n" " " -msgstr "" +msgstr "Utilizar la máquina tragaperras.\n\n" +" Ejemplo:\n" +" - `[p]slot 50`\n\n" +" **Argumentos**\n\n" +" - `` La cantidad a apostar en la máquina tragaperras. Los pagos ganadores son más altos cuando apuestas más.\n" +" " #: redbot/cogs/economy/economy.py:714 msgid "You're on cooldown, try again in a bit." @@ -397,7 +434,7 @@ msgstr "\n" #: redbot/cogs/economy/economy.py:812 #, docstring msgid "Base command to manage Economy settings." -msgstr "" +msgstr "Comando base para administrar la configuración de economía." #: redbot/cogs/economy/economy.py:816 #, docstring @@ -434,11 +471,16 @@ msgid "Set the minimum slot machine bid.\n\n" " **Arguments**\n\n" " - `` The new minimum bid for using the slot machine. Default is 5.\n" " " -msgstr "" +msgstr "Ajuste la oferta mínima de la máquina tragaperras.\n\n" +" Ejemplo:\n" +" - `[p]economyset slotmin 10`\n\n" +" **Argumentos**\n\n" +" - `` La nueva oferta mínima para usar la máquina tragaperras. Por defecto es 5.\n" +" " #: redbot/cogs/economy/economy.py:866 msgid "Warning: Minimum bid is greater than the maximum bid ({max_bid}). Slots will not work." -msgstr "" +msgstr "Advertencia: La puja mínima es mayor que la máxima ({max_bid}). Las pujas no funcionarán." #: redbot/cogs/economy/economy.py:877 msgid "Minimum bid is now {bid} {currency}." @@ -452,11 +494,16 @@ msgid "Set the maximum slot machine bid.\n\n" " **Arguments**\n\n" " - `` The new maximum bid for using the slot machine. Default is 100.\n" " " -msgstr "" +msgstr "Ajuste la oferta máxima de la máquina tragaperras.\n\n" +" Ejemplo:\n" +" - `[p]economyset slotmax 50`\n\n" +" **Argumentos**\n\n" +" - `` La nueva oferta máxima para usar la máquina tragaperras. Por defecto es 100.\n" +" " #: redbot/cogs/economy/economy.py:901 msgid "Warning: Maximum bid is less than the minimum bid ({min_bid}). Slots will not work." -msgstr "" +msgstr "Advertencia: La oferta máxima es menor que la mínima ({min_bid}). Las pujas no funcionarán." #: redbot/cogs/economy/economy.py:912 msgid "Maximum bid is now {bid} {currency}." @@ -472,7 +519,14 @@ msgid "Set the cooldown for the slot machine.\n\n" " - `` The new duration to wait in between uses of the slot machine. Default is 5 seconds.\n" " Accepts: seconds, minutes, hours, days, weeks (if no unit is specified, the duration is assumed to be given in seconds)\n" " " -msgstr "" +msgstr "Establece el tiempo de enfriamiento para la máquina tragaperras.\n\n" +" Ejemplos:\n" +" - `[p]economyset slottime 10`\n" +" - `[p]economyset slottime 10m`\n\n" +" **Argumentos**\n\n" +" - `` La nueva duración a esperar entre los usos de la máquina tragaperras. Por defecto es 5 segundos.\n" +" Acepta: segundos, minutos, horas, días, semanas (si no se especifica ninguna unidad, la duración se asume que se da en segundos)\n" +" " #: redbot/cogs/economy/economy.py:938 msgid "Cooldown is now {num} seconds." @@ -488,7 +542,14 @@ msgid "Set the cooldown for the payday command.\n\n" " - `` The new duration to wait in between uses of payday. Default is 5 minutes.\n" " Accepts: seconds, minutes, hours, days, weeks (if no unit is specified, the duration is assumed to be given in seconds)\n" " " -msgstr "" +msgstr "Establece el tiempo de espera para el comando payday.\n\n" +" Ejemplos:\n" +" - `[p]economyset paydaytime 86400`\n" +" - `[p]economyset paydaytime 1d`\n\n" +" **Argumentos**\n\n" +" - `` La nueva duración a esperar entre los usos de pago. Por defecto es 5 minutos.\n" +" Acepta: segundos, minutos, horas, días, semanas (si no se especifica ninguna unidad, la duración se asume que se da en segundos)\n" +" " #: redbot/cogs/economy/economy.py:962 msgid "Value modified. At least {num} seconds must pass between each payday." @@ -502,7 +563,12 @@ msgid "Set the amount earned each payday.\n\n" " **Arguments**\n\n" " - `` The new amount to give when using the payday command. Default is 120.\n" " " -msgstr "" +msgstr "Establecer la cantidad ganada cada día de pago.\n\n" +" Ejemplo:\n" +" - `[p]economyset paydayamount 400`\n\n" +" **Argumentos**\n\n" +" - `` La nueva cantidad a dar al usar el comando payday. Por defecto es 120.\n" +" " #: redbot/cogs/economy/economy.py:982 msgid "Amount must be greater than zero and less than {maxbal}." @@ -523,11 +589,19 @@ msgid "Set the amount earned each payday for a role.\n" " - `` The role to assign a custom payday amount to.\n" " - `` The new amount to give when using the payday command.\n" " " -msgstr "" +msgstr "Establecer la cantidad ganada cada día de pago para un rol.\n" +" Establece a `0` para eliminar la cantidad del día de pago que has establecido para ese rol.\n\n" +" Sólo disponible cuando no se utiliza un banco global.\n\n" +" Ejemplo:\n" +" - `[p]economyset rolepaydayamount @Members 400`\n\n" +" **Argumentos**\n\n" +" - `` El rol al que asignar una cantidad personalizada del día de pago.\n" +" - `` La nueva cantidad a dar al usar el comando de día de pago.\n" +" " #: redbot/cogs/economy/economy.py:1016 msgid "The bank requires that you set the payday to be less than its maximum balance of {maxbal}." -msgstr "" +msgstr "El banco requiere que establezcas el día de pago para que sea menor que su saldo máximo de {maxbal}." #: redbot/cogs/economy/economy.py:1023 msgid "The bank must be per-server for per-role paydays to work." @@ -535,7 +609,7 @@ msgstr "El banco debe ser por servidor para que los días de pago por rol funcio #: redbot/cogs/economy/economy.py:1029 msgid "The payday value attached to role has been removed. Users with this role will now receive the default pay of {num} {currency}." -msgstr "" +msgstr "El valor del día de pago adjunto al rol ha sido eliminado. Los usuarios con este rol recibirán ahora el pago predeterminado de {num} {currency}." #: redbot/cogs/economy/economy.py:1038 msgid "Every payday will now give {num} {currency} to people with the role {role_name}." @@ -549,7 +623,12 @@ msgid "Set the initial balance for new bank accounts.\n\n" " **Arguments**\n\n" " - `` The new initial balance amount. Default is 0.\n" " " -msgstr "" +msgstr "Establezca el saldo inicial para nuevas cuentas bancarias.\n\n" +" Ejemplo:\n" +" - `[p]economyset registeramount 5000`\n\n" +" **Argumentos**\n\n" +" - `` La nueva cantidad de saldo inicial. Por defecto es 0.\n" +" " #: redbot/cogs/economy/economy.py:1064 msgid "Amount must be greater than or equal to zero and less than {maxbal}." diff --git a/redbot/cogs/economy/locales/fr-FR.po b/redbot/cogs/economy/locales/fr-FR.po index b4b7d5bb0..d9824a57e 100644 --- a/redbot/cogs/economy/locales/fr-FR.po +++ b/redbot/cogs/economy/locales/fr-FR.po @@ -71,7 +71,7 @@ msgstr "Gains de la machine à sous :\n" #: redbot/cogs/economy/economy.py:108 msgid "Invalid value, the argument must be an integer, optionally preceded with a `+` or `-` sign." -msgstr "" +msgstr "Valeur invalide, l'argument doit être un entier, éventuellement précédé d'un signe `+` ou `-`." #: redbot/cogs/economy/economy.py:120 msgid "Invalid value, the amount of currency to increase or decrease must be an integer different from zero." @@ -332,7 +332,12 @@ msgid "Use the slot machine.\n\n" " **Arguments**\n\n" " - `` The amount to bet on the slot machine. Winning payouts are higher when you bet more.\n" " " -msgstr "" +msgstr "Utilise la machine à sous.\n\n" +" Exemple:\n" +" - `[p]slot 50`\n\n" +" **Arguments**\n\n" +" - `` La somme à miser dans la machine à sous. Les gains gagnant sont plus haut quand votre mise est haute.\n" +" " #: redbot/cogs/economy/economy.py:714 msgid "You're on cooldown, try again in a bit." diff --git a/redbot/cogs/economy/locales/zh-CN.po b/redbot/cogs/economy/locales/zh-CN.po index 74ed3ab9b..fa49b36bb 100644 --- a/redbot/cogs/economy/locales/zh-CN.po +++ b/redbot/cogs/economy/locales/zh-CN.po @@ -320,7 +320,7 @@ msgstr "你已经达到了 {currency} 的最大金额!请多花点钱 😬\n\n msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\n\n" "You currently have {new_balance} {currency}.\n\n" "You are currently #{pos} on the global leaderboard!" -msgstr "这里{author.mention}, 拿走一些 {currency}. 享受!(+{amount} {currency}!)\n\n" +msgstr "{author.mention}这里, 拿走一些 {currency}去享受吧!(+{amount} {currency}!)\n\n" "你目前有 {new_balance} {currency}\n\n" "你目前在全球排行榜上排名第 #{pos}!" diff --git a/redbot/cogs/filter/locales/es-ES.po b/redbot/cogs/filter/locales/es-ES.po index f424a4ce6..6dd2ece4c 100644 --- a/redbot/cogs/filter/locales/es-ES.po +++ b/redbot/cogs/filter/locales/es-ES.po @@ -21,12 +21,15 @@ msgid "This cog is designed for \"filtering\" unwanted words and phrases from a " It provides tools to manage a list of words or sentences, and to customize automatic actions to be taken against users who use those words in channels or in their name/nickname.\n\n" " This can be used to prevent inappropriate language, off-topic discussions, invite links, and more.\n" " " -msgstr "" +msgstr "Este cog está diseñado para \"filtrar\" palabras y frases no deseadas de un servidor.\n\n" +" Proporciona herramientas para administrar una lista de palabras o frases, y personalizar las acciones automáticas que se deben realizar contra los usuarios que utilizan esas palabras en los canales o en su nombre/apodo.\n\n" +" Esto se puede utilizar para prevenir el lenguaje inapropiado, discusiones fuera de tema, enlaces de invitación y más.\n" +" " #: redbot/cogs/filter/filter.py:83 #, docstring msgid "Base command to manage filter settings." -msgstr "" +msgstr "Comando base para administrar los ajustes de filtro." #: redbot/cogs/filter/filter.py:88 #, docstring @@ -39,7 +42,15 @@ msgid "Set the nickname for users with a filtered name.\n\n" " **Arguments:**\n\n" " - `` The new nickname to assign.\n" " " -msgstr "" +msgstr "Establezca el nick para los usuarios con un nombre filtrado.\n\n" +" Tenga en cuenta que esto no tiene efecto si los nombres de filtro están deshabilitados\n" +" (para alternar, ejecutar `[p]filter names`).\n\n" +" El nombre por defecto usado es *John Doe*.\n\n" +" Ejemplo:\n" +" - `[p]filterset defaultname Missingno`\n\n" +" **Argumentos:**\n\n" +" - `` El nuevo apodo a asignar.\n" +" " #: redbot/cogs/filter/filter.py:104 msgid "The name to use on filtered names has been set." @@ -58,7 +69,17 @@ msgid "Set the filter's autoban conditions.\n\n" " - `` The amount of filtered words required to trigger a ban.\n" " - `` The period of time in which too many filtered words will trigger a ban.\n" " " -msgstr "" +msgstr "Establecer las condiciones del filtro de autoban.\n\n" +" Los usuarios serán baneados si envían `` palabras filtradas en\n" +" `` segundos.\n\n" +" Establecer ambos en cero para desactivar el análisis.\n\n" +" Ejemplos:\n" +" - `[p]filterset ban 5 5` - Banear a los usuarios que dicen 5 palabras filtradas en 5 segundos.\n" +" - `[p]filterset ban 2 20` - Banear a los usuarios que dicen 2 palabras filtradas en 20 segundos.\n\n" +" **Argumentos:**\n\n" +" - `` La cantidad de palabras filtradas necesarias para activar un baneo.\n" +" - `` El período de tiempo en el que demasiadas palabras filtradas activarán un baneo.\n" +" " #: redbot/cogs/filter/filter.py:126 msgid "Count and timeframe either both need to be 0 or both need to be greater than 0!" @@ -77,12 +98,14 @@ msgstr "Cuenta y tiempo establecidos." msgid "Base command to add or remove words from the server filter.\n\n" " Use double quotes to add or remove sentences.\n" " " -msgstr "" +msgstr "Comando base para agregar o eliminar palabras del filtro del servidor.\n\n" +" Use comillas dobles para añadir o eliminar frases.\n" +" " #: redbot/cogs/filter/filter.py:155 #, docstring msgid "Send a list of this server's filtered words." -msgstr "" +msgstr "Enviar la lista de las palabras filtradas de este servidor." #: redbot/cogs/filter/filter.py:160 msgid "There is no current words setup to be filtered in this server." @@ -101,12 +124,14 @@ msgstr "No puedo enviarte mensajes directos." msgid "Base command to add or remove words from the channel filter.\n\n" " Use double quotes to add or remove sentences.\n" " " -msgstr "" +msgstr "Comando base para añadir o eliminar palabras del filtro del canal.\n\n" +" Utilice comillas dobles para añadir o eliminar frases.\n" +" " #: redbot/cogs/filter/filter.py:180 #, docstring msgid "Send a list of the channel's filtered words." -msgstr "" +msgstr "Enviar una lista de las palabras filtradas del canal." #: redbot/cogs/filter/filter.py:185 msgid "There is no current words setup to be filtered in this channel." @@ -126,7 +151,14 @@ msgid "Add words to the filter.\n\n" " **Arguments:**\n\n" " - `[words...]` The words or sentences to filter.\n" " " -msgstr "" +msgstr "Añadir palabras al filtro.\n\n" +" Utilice comillas dobles para añadir frases.\n\n" +" Ejemplos:\n" +" - `[p]filter channel add palabra1 palabra2 palabra3`\n" +" - `[p]filter channel add \"Esto es una frase\"`\n\n" +" **Argumentos:**\n\n" +" - `[words...]` Las palabras o frases para filtrar.\n" +" " #: redbot/cogs/filter/filter.py:213 msgid "Words added to filter." @@ -146,7 +178,14 @@ msgid "Remove words from the filter.\n\n" " **Arguments:**\n\n" " - `[words...]` The words or sentences to no longer filter.\n" " " -msgstr "" +msgstr "Eliminar palabras del filtro.\n\n" +" Utilice comillas dobles para eliminar frases.\n\n" +" Ejemplos:\n" +" - `[p]filter channel remove palabra1 palabra2 palabra3`\n" +" - `[p]filter channel remove \"Esto es una frase\"`\n\n" +" **Argumentos:**\n\n" +" - `[words...]` Las palabras o frases para dejar de filtrar.\n" +" " #: redbot/cogs/filter/filter.py:234 msgid "Words removed from filter." @@ -166,7 +205,14 @@ msgid "Add words to the filter.\n\n" " **Arguments:**\n\n" " - `[words...]` The words or sentences to filter.\n" " " -msgstr "" +msgstr "Añadir palabras al filtro.\n\n" +" Utilice comillas dobles para añadir frases.\n\n" +" Ejemplos:\n" +" - `[p]filter add palabra1 palabra2 palabra3`\n" +" - `[p]filter add \"Esto es una frase\"`\n\n" +" **Argumentos:**\n\n" +" - `[words...]` Las palabras o frases para filtrar.\n" +" " #: redbot/cogs/filter/filter.py:257 msgid "Words successfully added to filter." @@ -186,7 +232,14 @@ msgid "Remove words from the filter.\n\n" " **Arguments:**\n\n" " - `[words...]` The words or sentences to no longer filter.\n" " " -msgstr "" +msgstr "Eliminar palabras del filtro.\n\n" +" Utilice comillas dobles para eliminar frases.\n\n" +" Ejemplos:\n" +" - `[p]filter remove palabra1 palabra2 palabra3`\n" +" - `[p]filter remove \"Esto es una frase\"`\n\n" +" **Argumentos:**\n\n" +" - `[words...]` Las palabras o frases para no filtrar.\n" +" " #: redbot/cogs/filter/filter.py:279 msgid "Words successfully removed from filter." @@ -211,11 +264,11 @@ msgstr "Ahora se filtrarán los nombres y los apodos." #: redbot/cogs/filter/filter.py:411 msgid "Filtered words used: {words}" -msgstr "" +msgstr "Palabras filtradas utilizadas: {words}" #: redbot/cogs/filter/filter.py:413 msgid "Filtered word used: {word}" -msgstr "" +msgstr "Palabra filtrada utilizada: {word}" #: redbot/cogs/filter/filter.py:427 msgid "Autoban (too many filtered messages.)" diff --git a/redbot/cogs/filter/locales/fr-FR.po b/redbot/cogs/filter/locales/fr-FR.po index d439b7f62..5219dabb4 100644 --- a/redbot/cogs/filter/locales/fr-FR.po +++ b/redbot/cogs/filter/locales/fr-FR.po @@ -211,11 +211,11 @@ msgstr "Les noms et les pseudos seront maintenant filtrés." #: redbot/cogs/filter/filter.py:411 msgid "Filtered words used: {words}" -msgstr "" +msgstr "Mots filtrés utilisés : {words}" #: redbot/cogs/filter/filter.py:413 msgid "Filtered word used: {word}" -msgstr "" +msgstr "Mot filtré utilisé : {word}" #: redbot/cogs/filter/filter.py:427 msgid "Autoban (too many filtered messages.)" diff --git a/redbot/cogs/general/locales/tr-TR.po b/redbot/cogs/general/locales/tr-TR.po index 4a825500c..1592f7705 100644 --- a/redbot/cogs/general/locales/tr-TR.po +++ b/redbot/cogs/general/locales/tr-TR.po @@ -107,7 +107,11 @@ msgid "Choose between multiple options.\n\n" " Options are separated by spaces.\n\n" " To denote options which include whitespace, you should enclose the options in double quotes.\n" " " -msgstr "" +msgstr "Çok sayıda seçenek arasından bir seçim yapar.\n\n" +" Arasından seçim yapılacak en az 2 seçenek olmalıdır.\n" +" Seçenekler birbirlerinden boşluklarla ayrılırlar.\n\n" +" İçinde boşluk barındıran seçenekler girmek için, seçenekleri tırnak işaretleri içine almanız gerekir.\n" +" " #: redbot/cogs/general/general.py:94 msgid "Not enough options to pick from." diff --git a/redbot/cogs/image/locales/es-ES.po b/redbot/cogs/image/locales/es-ES.po index 049e31a01..e0e7f165b 100644 --- a/redbot/cogs/image/locales/es-ES.po +++ b/redbot/cogs/image/locales/es-ES.po @@ -35,7 +35,10 @@ msgid "Search Imgur for the specified term.\n\n" " - `[count]`: How many images should be returned (maximum 5). Defaults to 1.\n" " - ``: The terms used to search Imgur.\n" " " -msgstr "" +msgstr "Buscar en Imgur para el término especificado.\n\n" +" - `[count]`: Cuantas imágenes deben ser devueltas (máximo 5). Por defecto es 1.\n" +" - ``: Los términos utilizados para buscar Imgur.\n" +" " #: redbot/cogs/image/image.py:58 redbot/cogs/image/image.py:107 msgid "Image count has to be between 1 and 5." @@ -65,7 +68,12 @@ msgid "Get images from a subreddit.\n\n" " - `[sort_type]`: New, or top results. Defaults to top.\n" " - `[window]`: The timeframe, can be the past day, week, month, year or all. Defaults to day.\n" " " -msgstr "" +msgstr "Obtener imágenes de un subreddit.\n\n" +" - ``: El subreddit del que obtener imágenes.\n" +" - `[count]`: El número de imágenes a devolver (máximo 5). Por defecto es 1.\n" +" - `[sort_type]`: Resultados nuevos o superiores. Por defecto es el top.\n" +" - `[window]`: El marco temporal, puede ser el último día, semana, mes, año o todo. Por defecto al día.\n" +" " #: redbot/cogs/image/image.py:117 msgid "Only 'new' and 'top' are a valid sort type." @@ -110,7 +118,9 @@ msgstr "Para obtener un ID de cliente de Imgur:\n" msgid "Retrieve the first search result from Giphy.\n\n" " - ``: The keywords used to search Giphy.\n" " " -msgstr "" +msgstr "Devuelve el primer resultado de la búsqueda de Giphy.\n\n" +" - ``: Las palabras clave utilizadas para buscar en Giphy.\n" +" " #: redbot/cogs/image/image.py:187 redbot/cogs/image/image.py:214 msgid "An API key has not been set! Please set one with `{prefix}giphycreds`." @@ -125,7 +135,9 @@ msgstr "Error al contactar con la API de Giphy." msgid "Retrieve a random GIF from a Giphy search.\n\n" " - ``: The keywords used to generate a random GIF.\n" " " -msgstr "" +msgstr "Devuelve un GIF aleatorio de una búsqueda en Giphy.\n\n" +" - ``: Las palabras clave utilizadas para generar un GIF aleatorio.\n" +" " #: redbot/cogs/image/image.py:229 msgid "Error contacting the API." diff --git a/redbot/cogs/mod/locales/es-ES.po b/redbot/cogs/mod/locales/es-ES.po index 99efeed0d..af817d595 100644 --- a/redbot/cogs/mod/locales/es-ES.po +++ b/redbot/cogs/mod/locales/es-ES.po @@ -127,7 +127,16 @@ msgid "\n" " If a reason is specified, it will be the reason that shows up\n" " in the audit log.\n" " " -msgstr "" +msgstr "\n" +" Expulsar a un usuario.\n\n" +" Ejemplos:\n" +" - `[p]kick 428675506947227648 quería ser expulsado.\n" +" Esto expulsará a Twentysix del servidor.\n" +" - `[p]kick @Twentysix quería ser expulsado.\n" +" Esto expulsará a Twentysix del servidor.\n\n" +" Si se especifica una razón, será la razón por la que aparecerá\n" +" en el registro de auditoría.\n" +" " #: redbot/cogs/mod/kickban.py:311 redbot/cogs/mod/kickban.py:684 msgid "I cannot let you do that. Self-harm is bad {emoji}" @@ -150,7 +159,17 @@ msgid "Ban a user from this server and optionally delete days of messages.\n\n" " If days is not a number, it's treated as the first word of the reason.\n" " Minimum 0 days, maximum 7. If not specified, the defaultdays setting will be used instead.\n" " " -msgstr "" +msgstr "Banear a un usuario de este servidor y opcionalmente eliminar los mensajes de unos días.\n\n" +" `días` es la cantidad de días a limpiar al banear.\n\n" +" Ejemplos:\n" +" - `[p]ban 428675506947227648 7 Ha continuado con el spam después de decirle que se detuviera.\n" +" Esto baneará Twentysix y eliminará los mensajes de hace 7 días.\n" +" - `[p]ban @Twentysix 7 Ha continuado con el spam después de decirle que se detuviera.\n" +" Esto baneará Twentysix y eliminará los mensajes de hace 7 días.\n\n" +" Se debe proporcionar un ID de usuario si el usuario no es miembro de este servidor.\n" +" Si los días no son un número, se trata como la primera palabra de la razón.\n" +" Mínimo 0 días, máximo 7. Si no se especifica, se utilizará la configuración por defecto en su lugar.\n" +" " #: redbot/cogs/mod/kickban.py:417 #, docstring @@ -162,7 +181,14 @@ msgid "Mass bans user(s) from the server.\n\n" " User IDs need to be provided in order to ban\n" " using this command.\n" " " -msgstr "" +msgstr "Banea en masa a usuarios(s) del servidor.\n\n" +" `días` es la cantidad de días a limpiar al baneo masivo.\n\n" +" Ejemplo:\n" +" - `[p]massban 345628097929936898 57287406247743488 7 rompieron todas las reglas.\n" +" Esto baneará a todos los usuarios añadidos y eliminará los mensajes de hace 7 días.\n\n" +" Las ID de usuario necesitan ser proporcionados para banear\n" +" usando este comando.\n" +" " #: redbot/cogs/mod/kickban.py:433 msgid "Banned {num} users from the server." @@ -205,7 +231,17 @@ msgid "Temporarily ban a user from this server.\n\n" " - `[p]tempban 428675506947227648 1d2h15m 5 Evil person`\n" " This will ban the user for 1 day 2 hours 15 minutes and will delete the last 5 days of their messages.\n" " " -msgstr "" +msgstr "Banear temporalmente a un usuario de este servidor.\n\n" +" `duración` es el tiempo por el que el usuario debe ser baneado.\n" +" `días` es la cantidad de días a limpiar al baneo temporal.\n\n" +" Ejemplos:\n" +" - `[p]tempban @Twentysix Porque yo lo digo`\n" +" Esto baneará a Twentysix por la cantidad predeterminada de tiempo establecida por un administrador.\n" +" - `[p]tempban @Twentysix 15m Necesitas un tiempo de descanso`\n" +" Esto baneará a Twentysix durante 15 minutos.\n" +" - `[p]tempban 428675506947227648 1d2h15m 5 persona malvada`\n" +" Esto baneará al usuario por 1 día 2 horas 15 minutos y eliminará los últimos 5 días de sus mensajes.\n" +" " #: redbot/cogs/mod/kickban.py:643 msgid "You have been temporarily banned from {server_name} until {date}." @@ -370,7 +406,9 @@ msgstr "Ajustes de retraso de borrado restaurados." msgid "Change a member's nickname.\n\n" " Leaving the nickname empty will remove it.\n" " " -msgstr "" +msgstr "Cambiar el nick de un usuario.\n\n" +" Dejar el nick vacío lo eliminará.\n" +" " #: redbot/cogs/mod/names.py:45 msgid "Nicknames must be between 2 and 32 characters long." @@ -444,7 +482,12 @@ msgid "Show information about a member.\n\n" " If the member has no roles, previous names or previous nicknames,\n" " these fields will be omitted.\n" " " -msgstr "" +msgstr "Mostrar información sobre un miembro.\n\n" +" Esto incluye campos para el estado, fecha de registro de discord, servidor\n" +" fecha de unión, estado de voz y nombres/apodos anteriores.\n\n" +" Si el miembro no tiene roles, nombres anteriores o apodos anteriores,\n" +" estos campos serán omitidos.\n" +" " #: redbot/cogs/mod/names.py:192 msgid "Unknown" @@ -507,7 +550,7 @@ msgstr "Miembro #{} | ID de usuario: {}" #: redbot/cogs/mod/names.py:298 #, docstring msgid "Show previous names and nicknames of a member." -msgstr "" +msgstr "Muestra nombres y apodos anteriores de un usuario." #: redbot/cogs/mod/names.py:302 msgid "**Past 20 names**:" @@ -519,7 +562,7 @@ msgstr "**Últimos 20 nombres**:" #: redbot/cogs/mod/names.py:315 msgid "That member doesn't have any recorded name or nickname change." -msgstr "" +msgstr "Ese miembro no tiene ningún cambio de nombre o apodo registrado." #: redbot/cogs/mod/settings.py:23 #, docstring @@ -533,7 +576,7 @@ msgstr "Mostrar la configuración actual de la administración del servidor." #: redbot/cogs/mod/settings.py:31 msgid "Track name changes: {yes_or_no}\n" -msgstr "" +msgstr "Rastrear cambios de nombres: {yes_or_no}\n" #: redbot/cogs/mod/settings.py:32 redbot/cogs/mod/settings.py:55 #: redbot/cogs/mod/settings.py:83 redbot/cogs/mod/settings.py:91 @@ -551,11 +594,11 @@ msgstr "No" #: redbot/cogs/mod/settings.py:53 msgid "Overridden by another setting" -msgstr "" +msgstr "Anulado por otra configuración" #: redbot/cogs/mod/settings.py:56 msgid "Track nickname changes: {yes_or_no}\n" -msgstr "" +msgstr "Rastrear cambios de apodos: {yes_or_no}\n" #: redbot/cogs/mod/settings.py:57 msgid "Delete repeats: {num_repeats}\n" @@ -934,23 +977,26 @@ msgid "\n" " Toggle whether nickname changes should be tracked.\n\n" " This setting will be overridden if trackallnames is disabled.\n" " " -msgstr "" +msgstr "\n" +" Alterna si los cambios de nick deben ser rastreados.\n\n" +" Esta configuración será anulada si los nombres de nick están desactivados.\n" +" " #: redbot/cogs/mod/settings.py:430 msgid "Nickname changes are currently being tracked." -msgstr "" +msgstr "Los cambios de apodo están siendo rastreados." #: redbot/cogs/mod/settings.py:432 msgid "Nickname changes are not currently being tracked." -msgstr "" +msgstr "Los cambios de apodo no están siendo rastreados." #: redbot/cogs/mod/settings.py:437 msgid "Nickname changes will now be tracked." -msgstr "" +msgstr "Los cambios de apodo ahora serán rastreados." #: redbot/cogs/mod/settings.py:439 msgid "Nickname changes will no longer be tracked." -msgstr "" +msgstr "Los cambios de apodo ya no serán rastreados." #: redbot/cogs/mod/settings.py:446 #, docstring @@ -958,24 +1004,28 @@ msgid "\n" " Toggle whether all name changes should be tracked.\n\n" " Toggling this off also overrides the tracknicknames setting.\n" " " -msgstr "" +msgstr "\n" +" Alternar si todos los cambios de nombre deben ser rastreados.\n\n" +" Desactivar esto también anula la configuración de los nombres de rastreo.\n" +" " #: redbot/cogs/mod/settings.py:454 msgid "Name changes are currently being tracked." -msgstr "" +msgstr "Los cambios de apodo están siendo rastreados." #: redbot/cogs/mod/settings.py:456 msgid "All name changes are currently not being tracked." -msgstr "" +msgstr "Todos los cambios de nombre están siendo rastreados." #: redbot/cogs/mod/settings.py:461 msgid "Name changes will now be tracked." -msgstr "" +msgstr "Los cambios de nombre ahora serán rastreados." #: redbot/cogs/mod/settings.py:463 msgid "All name changes will no longer be tracked.\n" "To delete existing name data, use {command}." -msgstr "" +msgstr "Ya no se rastrearán todos los cambios de nombre.\n" +"Para eliminar los datos de nombres existentes, utilice {command}." #: redbot/cogs/mod/settings.py:474 #, docstring @@ -986,16 +1036,23 @@ msgid "Delete all stored usernames and nicknames.\n\n" " **Arguments**\n\n" " - `` This will default to false unless specified.\n" " " -msgstr "" +msgstr "Eliminar todos los nombres de usuario y apodos almacenados.\n\n" +" Ejemplos:\n" +" - `[p]modset deletenames` - No confirmado. Muestra el mensaje de ayuda.\n" +" - `[p]modset deletenames yes` - Elimina todos los nombres de usuario y apodos almacenados.\n\n" +" **Argumentos**\n\n" +" - `` Esto será por defecto falso a menos que se especifique.\n" +" " #: redbot/cogs/mod/settings.py:486 msgid "This will delete all stored usernames and nicknames the bot has stored.\n" "If you're sure, type {command}" -msgstr "" +msgstr "Esto eliminará todos los nombres de usuario y apodos almacenados por el bot.\n" +"Si estás seguro, escribe {command}" #: redbot/cogs/mod/settings.py:527 msgid "Usernames and nicknames have been deleted from Mod config." -msgstr "" +msgstr "Los nombres de usuario y apodos han sido eliminados de la configuración de Mod." #: redbot/cogs/mod/slowmode.py:27 #, docstring diff --git a/redbot/cogs/mod/locales/fr-FR.po b/redbot/cogs/mod/locales/fr-FR.po index acae0f093..75d48f864 100644 --- a/redbot/cogs/mod/locales/fr-FR.po +++ b/redbot/cogs/mod/locales/fr-FR.po @@ -181,7 +181,14 @@ msgid "Mass bans user(s) from the server.\n\n" " User IDs need to be provided in order to ban\n" " using this command.\n" " " -msgstr "" +msgstr "Banni massivement un ou des utilisateurs du serveur.\n\n" +" `days` est le nombre de jours de messages à supprimer en cas de ban.\n\n" +" Exemple :\n" +" - `[p]massban 345628097929936898 57287406247743488 7 ils ont enfreint toutes les règles.`\n" +" Cela bannira tous les userids donnés et supprimera 7 jours de leurs messages.\n\n" +" Les identifiants des utilisateurs doivent être fournis pour bannir\n" +" à l'aide de cette commande.\n" +" " #: redbot/cogs/mod/kickban.py:433 msgid "Banned {num} users from the server." @@ -962,7 +969,7 @@ msgstr "Les changements de nom sont actuellement suivi." #: redbot/cogs/mod/settings.py:456 msgid "All name changes are currently not being tracked." -msgstr "" +msgstr "Les changements de nom d'utilisateur ne sont pas actuellement suivi." #: redbot/cogs/mod/settings.py:461 msgid "Name changes will now be tracked." diff --git a/redbot/cogs/modlog/locales/es-ES.po b/redbot/cogs/modlog/locales/es-ES.po index 7bb3429d0..7a7dba65b 100644 --- a/redbot/cogs/modlog/locales/es-ES.po +++ b/redbot/cogs/modlog/locales/es-ES.po @@ -35,7 +35,9 @@ msgstr "Comando para corregir los casos de mal comportamiento." msgid "Set a channel as the modlog.\n\n" " Omit `[channel]` to disable the modlog.\n" " " -msgstr "" +msgstr "Establece un canal para el modlog.\n\n" +" Omitir `[channel]` para desactivar el modlog.\n" +" " #: redbot/cogs/modlog/modlog.py:55 msgid "Mod events will be sent to {channel}." @@ -85,11 +87,11 @@ msgstr "Restablecer todos los casos de moderación en este servidor." #: redbot/cogs/modlog/modlog.py:107 msgid "Are you sure you would like to reset all modlog cases in this server?" -msgstr "" +msgstr "¿Está seguro de que desea restablecer todos los casos de modlog en este servidor?" #: redbot/cogs/modlog/modlog.py:114 msgid "You took too long to respond." -msgstr "" +msgstr "Has tardado demasiado en responder." #: redbot/cogs/modlog/modlog.py:118 msgid "Cases have been reset." @@ -97,7 +99,7 @@ msgstr "Casos han sido reseteados." #: redbot/cogs/modlog/modlog.py:120 msgid "No changes have been made." -msgstr "" +msgstr "No se han realizado cambios." #: redbot/cogs/modlog/modlog.py:125 #, docstring @@ -134,12 +136,13 @@ msgstr "Ese usuario no tiene ningún caso." #: redbot/cogs/modlog/modlog.py:186 #, docstring msgid "List cases for the specified member." -msgstr "" +msgstr "Lista los casos para el miembro especificado." #: redbot/cogs/modlog/modlog.py:209 msgid "{case}\n" "**Timestamp:** {timestamp}\n\n" -msgstr "" +msgstr "{case}\n" +"**Marca de tiempo:** {timestamp}\n\n" #: redbot/cogs/modlog/modlog.py:222 #, docstring diff --git a/redbot/cogs/modlog/locales/fr-FR.po b/redbot/cogs/modlog/locales/fr-FR.po index 094dbff00..33461ebeb 100644 --- a/redbot/cogs/modlog/locales/fr-FR.po +++ b/redbot/cogs/modlog/locales/fr-FR.po @@ -35,7 +35,9 @@ msgstr "Commande pour réparer les cas de mauvaise conduite." msgid "Set a channel as the modlog.\n\n" " Omit `[channel]` to disable the modlog.\n" " " -msgstr "" +msgstr "Définir un salon comme modlog.\n\n" +" Omettre `[channel]` pour désactiver le modlog.\n" +" " #: redbot/cogs/modlog/modlog.py:55 msgid "Mod events will be sent to {channel}." @@ -97,7 +99,7 @@ msgstr "Les arguments ont été réinitialisés." #: redbot/cogs/modlog/modlog.py:120 msgid "No changes have been made." -msgstr "" +msgstr "Aucune modification n'a été faite." #: redbot/cogs/modlog/modlog.py:125 #, docstring diff --git a/redbot/cogs/modlog/locales/tr-TR.po b/redbot/cogs/modlog/locales/tr-TR.po index 6408b7ac6..3445b52bc 100644 --- a/redbot/cogs/modlog/locales/tr-TR.po +++ b/redbot/cogs/modlog/locales/tr-TR.po @@ -35,7 +35,9 @@ msgstr "Hatalı vaka türlerini düzeltmek için komut." msgid "Set a channel as the modlog.\n\n" " Omit `[channel]` to disable the modlog.\n" " " -msgstr "" +msgstr "Bir kanalı modlog olarak ayarla.\n\n" +" Modlog'u kapamak için `[channel]` yerini boş bırakın.\n" +" " #: redbot/cogs/modlog/modlog.py:55 msgid "Mod events will be sent to {channel}." diff --git a/redbot/cogs/mutes/locales/de-DE.po b/redbot/cogs/mutes/locales/de-DE.po index 1509c3778..6b992ec6a 100644 --- a/redbot/cogs/mutes/locales/de-DE.po +++ b/redbot/cogs/mutes/locales/de-DE.po @@ -161,68 +161,72 @@ msgstr "" #: redbot/cogs/mutes/mutes.py:641 redbot/cogs/mutes/mutes.py:1184 msgid "Server mute" -msgstr "" +msgstr "Server Stummschaltung" #: redbot/cogs/mutes/mutes.py:702 redbot/cogs/mutes/mutes.py:711 msgid "Manually removed channel overwrites" -msgstr "" +msgstr "Manuell entfernte Kanal Überschreibungen" #: redbot/cogs/mutes/mutes.py:745 msgid "Previously muted in this server." -msgstr "" +msgstr "Zuvor in diesem Server stummgeschaltet." #: redbot/cogs/mutes/mutes.py:751 #, docstring msgid "Mute settings." -msgstr "" +msgstr "Stummschaltungseinstellungen." #: redbot/cogs/mutes/mutes.py:758 #, docstring msgid "Set whether mute notifications should be sent to users in DMs." -msgstr "" +msgstr "Legen Sie fest, ob Benachrichtigungen über Stummschaltungen an den Benutzer per Privatnachricht gesendet werden sollen." #: redbot/cogs/mutes/mutes.py:761 msgid "I will now try to send mute notifications to users DMs." -msgstr "" +msgstr "Ich werde nun versuchen stummgeschaltete Nutzer per Privatnachricht zu informieren." #: redbot/cogs/mutes/mutes.py:763 msgid "Mute notifications will no longer be sent to users DMs." -msgstr "" +msgstr "Stummschaltungs-Benachrichtigungen werden in Zukunft nicht mehr per Privatnachricht an Nutzer gesendet." #: redbot/cogs/mutes/mutes.py:769 #, docstring msgid "Decide whether the name of the moderator muting a user should be included in the DM to that user." -msgstr "" +msgstr "Lege fest, ob der Name des Moderators, der die Stummschaltung durchgeführt hat, in der Privatnachricht an den Nutzer enthalten sein sollte." #: redbot/cogs/mutes/mutes.py:773 msgid "I will include the name of the moderator who issued the mute when sending a DM to a user." -msgstr "" +msgstr "Ich werde den Namen des Moderators, der die Stummschaltung durchgeführt hat, in der Privatnachricht nennen." #: redbot/cogs/mutes/mutes.py:779 msgid "I will not include the name of the moderator who issued the mute when sending a DM to a user." -msgstr "" +msgstr "Ich werde den Namen des Moderators, der die Stummschaltung durchgeführt hat, nicht in der Privatnachricht nennen." #: redbot/cogs/mutes/mutes.py:787 #, docstring msgid "\n" " Whether or not to force role only mutes on the bot\n" " " -msgstr "" +msgstr "\n" +" Ob Rollen exklusive Stummschaltungen auf dem Bot erzwungen werden sollen\n" +" " #: redbot/cogs/mutes/mutes.py:792 msgid "Okay I will enforce role mutes before muting users." -msgstr "" +msgstr "Okay, ich erzwinge Rollen Stummschaltungen bevor ich Nutzer Stumm schalte." #: redbot/cogs/mutes/mutes.py:794 msgid "Okay I will allow channel overwrites for muting users." -msgstr "" +msgstr "Okay, ich werde Kanal Überschreibungen zum Stummschalten von Nutzern erlauben." #: redbot/cogs/mutes/mutes.py:799 #, docstring msgid "\n" " Shows the current mute settings for this guild.\n" " " -msgstr "" +msgstr "\n" +" Zeigt die aktuellen Stummschaltungseinstellungen in diesem Server.\n" +" " #: redbot/cogs/mutes/mutes.py:807 msgid "Mute Role: {role}\n" @@ -230,7 +234,11 @@ msgid "Mute Role: {role}\n" "Default Time: {time}\n" "Send DM: {dm}\n" "Show moderator: {show_mod}" -msgstr "" +msgstr "Stummschaltungsrolle: {role}\n" +"Benachrichtigungskanal: {channel}\n" +"Standard Zeit: {time}\n" +"Sende Privatnachricht: {dm}\n" +"Nenne Moderator: {show_mod}" #: redbot/cogs/mutes/mutes.py:814 redbot/cogs/mutes/mutes.py:815 #: redbot/cogs/mutes/mutes.py:816 @@ -244,15 +252,19 @@ msgid "\n" " If no channel is provided this will be cleared and notifications\n" " about issues when unmuting users will not be sent anywhere.\n" " " -msgstr "" +msgstr "\n" +" Legen Sie den Benachrichtigungskanal für Fehler bei automatischen Aufhebungen einer Stummschaltung fest.\n\n" +" Wenn kein Kanal angegeben wird, wird diese Einstellung gelöscht und Benachrichtigungen\n" +" über Probleme, wenn Stummschaltungen von Nutzern aufgehoben werden sollen, werden nirgendwo hin gesendet.\n" +" " #: redbot/cogs/mutes/mutes.py:835 msgid "Notification channel for unmute issues has been cleared." -msgstr "" +msgstr "Die Einstellung für den Benachrichtigungskanal bei Fehlern bei Aufhebungen von Stummschaltungen wurde gelöscht." #: redbot/cogs/mutes/mutes.py:839 msgid "I will post unmute issues in {channel}." -msgstr "" +msgstr "Ich werde Fehler bei Aufhebungen von Stummschaltungen in {channel} veröffentlichen." #: redbot/cogs/mutes/mutes.py:846 #, docstring @@ -262,19 +274,24 @@ msgid "Sets the role to be applied when muting a user.\n\n" " Note: If no role is setup a user may be able to leave the server\n" " and rejoin no longer being muted.\n" " " -msgstr "" +msgstr "Legt die Rolle fest, die beim Stummschalten eines Benutzers angewendet werden soll.\n\n" +" Wenn keine Rolle eingerichtet ist, versucht der Bot, einen Benutzer stummschalten, indem er\n" +" Kanal Überschreibungen in allen Kanälen vornimmt, um zu verhindern, dass der Benutzer Nachrichten versendet.\n\n" +" Hinweis: Wenn keine Rolle eingerichtet wurde, kann ein Benutzer den Server\n" +" verlassen und wieder beitreten ohne stummgeschaltet zu sein.\n" +" " #: redbot/cogs/mutes/mutes.py:861 msgid "Channel overwrites will be used for mutes instead." -msgstr "" +msgstr "Kanal-Überschreibungen werden stattdessen für Stummschaltungen verwendet." #: redbot/cogs/mutes/mutes.py:865 msgid "You can't set this role as it is not lower than you in the role hierarchy." -msgstr "" +msgstr "Du kannst diese Rolle nicht festlegen, da diese in der Rollenhierarchie nicht niedriger als du ist." #: redbot/cogs/mutes/mutes.py:870 redbot/cogs/mutes/mutes.py:925 msgid "Mute role set to {role}" -msgstr "" +msgstr "Stummschaltungs-Rolle gesetzt auf {role}" #: redbot/cogs/mutes/mutes.py:874 redbot/cogs/mutes/mutes.py:929 msgid "No notification channel has been setup, use {command_1} to be updated when there's an issue in automatic unmutes." @@ -430,23 +447,30 @@ msgid "Mute a user in the current text channel.\n\n" " `[p]mutechannel @member1 @member2 spam 5 hours`\n" " `[p]mutechannel @member1 3 days`\n" " " -msgstr "" +msgstr "Stummschalten eines Benutzers in seinem aktuellen Sprachkanal.\n\n" +" `` ist eine durch Leerzeichen getrennte Liste von Benutzernamen, IDs oder Erwähnungen.\n" +" `[time_and_reason]` ist die Länge der Stummschaltung und der Grund für diese. Die Zeit ist\n" +" eine gültige Zeitspanne wie z.B. `30 Minuten` oder `2 Tage`. Wenn keine Dauer angegeben wurde, wird mute die Standardzeit, oder wenn diese nicht definiert ist, eine unbegrenzte Dauer verwenden.\n\n" +" Beispiele:\n" +" `[p]voicemute @member1 @member2 spam 5 Stunden`\n" +" `[p]voicemute @member1 3 Tage`\n" +" " #: redbot/cogs/mutes/mutes.py:1331 msgid "Channel mute" -msgstr "" +msgstr "Kanal Stummschaltung" #: redbot/cogs/mutes/mutes.py:1339 redbot/cogs/mutes/voicemutes.py:156 msgid "{users} has been muted in this channel{time}." -msgstr "" +msgstr "{users} wurde{time} in diesem Kanal stummgeschaltet." #: redbot/cogs/mutes/mutes.py:1341 redbot/cogs/mutes/voicemutes.py:158 msgid "{users} have been muted in this channel{time}." -msgstr "" +msgstr "{users} wurden in diesem Kanal stummgeschaltet{time}." #: redbot/cogs/mutes/mutes.py:1346 redbot/cogs/mutes/voicemutes.py:163 msgid "The following users could not be muted\n" -msgstr "" +msgstr "Der folgende Benutzer konnte nicht stummgeschaltet werden\n" #: redbot/cogs/mutes/mutes.py:1361 #, docstring @@ -454,21 +478,24 @@ msgid "Unmute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" " `[reason]` is the reason for the unmute.\n" " " -msgstr "" +msgstr "Hebe die Stummschaltung für Benutzer auf.\n\n" +" `` ist eine durch Leerzeichen getrennte Liste von Nutzernamen, IDs oder Erwähnungen.\n" +" `[reason]` ist der Grund für die Aufhebung der Stummschaltung.\n" +" " #: redbot/cogs/mutes/mutes.py:1369 redbot/cogs/mutes/mutes.py:1438 #: redbot/cogs/mutes/voicemutes.py:184 msgid "You cannot unmute me." -msgstr "" +msgstr "Du kannst meine Stummschaltung nicht aufheben." #: redbot/cogs/mutes/mutes.py:1371 redbot/cogs/mutes/mutes.py:1440 #: redbot/cogs/mutes/voicemutes.py:186 msgid "You cannot unmute yourself." -msgstr "" +msgstr "Du kannst deine Stummschaltung nicht selber aufheben." #: redbot/cogs/mutes/mutes.py:1413 msgid "{users} unmuted in this server." -msgstr "" +msgstr "Für {users} wurde die Stummschaltung in diesem Server aufgehoben." #: redbot/cogs/mutes/mutes.py:1430 #, docstring @@ -476,15 +503,18 @@ msgid "Unmute a user in this channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" " `[reason]` is the reason for the unmute.\n" " " -msgstr "" +msgstr "Die Stummschaltung für einen Nutzer in diesem Kanal aufheben.\n\n" +" `` ist eine durch Leerzeichen getrennte Liste von Nutzernamen, IDs oder Erwähnungen.\n" +" `[reason]` ist der Grund für die Aufhebung der Stummschaltung.\n" +" " #: redbot/cogs/mutes/mutes.py:1477 redbot/cogs/mutes/voicemutes.py:234 msgid "{users} unmuted in this channel." -msgstr "" +msgstr "Für {users} wurde die Stummschaltung in diesem Kanal aufgehoben." #: redbot/cogs/mutes/mutes.py:1482 redbot/cogs/mutes/voicemutes.py:239 msgid "The following users could not be unmuted\n" -msgstr "" +msgstr "Für die folgenden Nutzer konnte die Stummschaltung nicht aufgehoben werden\n" #: redbot/cogs/mutes/voicemutes.py:43 msgid "That user is not in a voice channel." @@ -508,16 +538,24 @@ msgid "Mute a user in their current voice channel.\n\n" " Examples:\n" " `[p]voicemute @member1 @member2 spam 5 hours`\n" " `[p]voicemute @member1 3 days`" -msgstr "" +msgstr "Stummschalten eines Benutzers in seinem aktuellen Sprachkanal.\n\n" +" `` ist eine durch Leerzeichen getrennte Liste von Benutzernamen, IDs oder Erwähnungen.\n" +" `[time_and_reason]` ist die Länge der Stummschaltung und der Grund für diese. Die Zeit ist\n" +" eine gültige Zeitspanne wie z.B. `30 Minuten` oder `2 Tage`. Wenn keine Dauer angegeben wurde, wird mute die Standardzeit, oder wenn diese nicht definiert ist, eine unbegrenzte Dauer verwenden.\n\n" +" Beispiele:\n" +" `[p]voicemute @member1 @member2 spam 5 Stunden `\n" +" `[p]voicemute @member1 3 Tage`" #: redbot/cogs/mutes/voicemutes.py:148 msgid "Voice mute" -msgstr "" +msgstr "Sprach-Stummschaltung" #: redbot/cogs/mutes/voicemutes.py:177 #, docstring msgid "Unmute a user in their current voice channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" " `[reason]` is the reason for the unmute." -msgstr "" +msgstr "Die Stummschaltung für einen Nutzer in seinem aktuellen Sprach-Kanal aufheben.\n\n" +" `` ist eine durch Leerzeichen getrennte Liste von Nutzernamen, IDs oder Erwähnungen.\n" +" `[reason]` ist der Grund für die Aufhebung der Stummschaltung." diff --git a/redbot/cogs/mutes/locales/es-ES.po b/redbot/cogs/mutes/locales/es-ES.po index d0ae4de71..ad226a7ed 100644 --- a/redbot/cogs/mutes/locales/es-ES.po +++ b/redbot/cogs/mutes/locales/es-ES.po @@ -29,11 +29,11 @@ msgstr "No puedo dejarte hacer eso. No eres más alto que el usuario en la jerar #: redbot/cogs/mutes/mutes.py:31 msgid "I cannot let you do that. You are not higher than the mute role in the role hierarchy." -msgstr "" +msgstr "No puedo dejarte hacer eso. No eres más alto que el usuario en la jerarquía de roles." #: redbot/cogs/mutes/mutes.py:34 msgid "That user cannot be (un)muted, as they have the Administrator permission." -msgstr "" +msgstr "Ese usuario no puede estar (des)silenciado, ya que tiene el permiso de administrador." #: redbot/cogs/mutes/mutes.py:35 msgid "Failed to mute or unmute user. I need the Manage Roles permission and the user I'm muting must be lower than myself in the role hierarchy." @@ -64,7 +64,9 @@ msgstr "Debido a que no tengo el permiso de Mover miembros, esto entrará en vig msgid "\n" " Mute users temporarily or indefinitely.\n" " " -msgstr "" +msgstr "\n" +" Mutear a los usuarios temporal o indefinidamente.\n" +" " #: redbot/cogs/mutes/mutes.py:286 redbot/cogs/mutes/mutes.py:298 #: redbot/cogs/mutes/mutes.py:302 redbot/cogs/mutes/mutes.py:392 @@ -76,7 +78,7 @@ msgstr "Desilenciar automáticamente" #: redbot/cogs/mutes/mutes.py:302 redbot/cogs/mutes/mutes.py:409 #: redbot/cogs/mutes/mutes.py:617 redbot/cogs/mutes/mutes.py:1400 msgid "Server unmute" -msgstr "" +msgstr "Mutear servidor" #: redbot/cogs/mutes/mutes.py:311 msgid "I am unable to unmute {user} for the following reason:\n" @@ -101,12 +103,12 @@ msgstr "{reason} en los siguientes canales: {channels}\n" #: redbot/cogs/mutes/mutes.py:472 redbot/cogs/mutes/mutes.py:692 #: redbot/cogs/mutes/voicemutes.py:224 msgid "Voice unmute" -msgstr "" +msgstr "Voz desmuteada" #: redbot/cogs/mutes/mutes.py:475 redbot/cogs/mutes/mutes.py:695 #: redbot/cogs/mutes/mutes.py:1467 msgid "Channel unmute" -msgstr "" +msgstr "Canal desmuteado" #: redbot/cogs/mutes/mutes.py:492 msgid "I am unable to unmute {user} in {channel} for the following reason:\n" @@ -120,7 +122,7 @@ msgstr "Desconocido" #: redbot/cogs/mutes/mutes.py:538 msgid "No reason provided." -msgstr "" +msgstr "Ningún motivo proporcionado." #: redbot/cogs/mutes/mutes.py:549 msgid "Until" @@ -132,7 +134,7 @@ msgstr "Duración" #: redbot/cogs/mutes/mutes.py:551 msgid "Guild" -msgstr "" +msgstr "Servidor" #: redbot/cogs/mutes/mutes.py:553 msgid "Moderator" @@ -141,18 +143,22 @@ msgstr "Moderador" #: redbot/cogs/mutes/mutes.py:562 msgid "\n" "**Moderator**: {moderator}" -msgstr "" +msgstr "\n" +"**Moderador**: {moderator}" #: redbot/cogs/mutes/mutes.py:567 msgid "\n" "**Until**: {until}\n" "**Duration**: {duration}" -msgstr "" +msgstr "\n" +"**Hasta**: {until}\n" +"**Duración**: {duration}" #: redbot/cogs/mutes/mutes.py:573 msgid "\n" "**Guild**: {guild_name}" -msgstr "" +msgstr "\n" +"**Servidor**: {guild_name}" #: redbot/cogs/mutes/mutes.py:612 redbot/cogs/mutes/mutes.py:617 msgid "Manually removed mute role" @@ -164,7 +170,7 @@ msgstr "Se ha aplicado manualmente el rol de silencio" #: redbot/cogs/mutes/mutes.py:641 redbot/cogs/mutes/mutes.py:1184 msgid "Server mute" -msgstr "" +msgstr "Servidor muteado" #: redbot/cogs/mutes/mutes.py:702 redbot/cogs/mutes/mutes.py:711 msgid "Manually removed channel overwrites" @@ -182,11 +188,11 @@ msgstr "Ajustes de Silenciado." #: redbot/cogs/mutes/mutes.py:758 #, docstring msgid "Set whether mute notifications should be sent to users in DMs." -msgstr "" +msgstr "Establecer si las notificaciones de muteos deben ser enviadas a los usuarios en DMs." #: redbot/cogs/mutes/mutes.py:761 msgid "I will now try to send mute notifications to users DMs." -msgstr "" +msgstr "Ahora intentaré enviar notificaciones de muteos a los DM de los usuarios." #: redbot/cogs/mutes/mutes.py:763 msgid "Mute notifications will no longer be sent to users DMs." diff --git a/redbot/cogs/mutes/locales/fr-FR.po b/redbot/cogs/mutes/locales/fr-FR.po index e899d079a..8880b2d98 100644 --- a/redbot/cogs/mutes/locales/fr-FR.po +++ b/redbot/cogs/mutes/locales/fr-FR.po @@ -21,7 +21,7 @@ msgstr "Cet utilisateur est déjà muet dans ce salon." #: redbot/cogs/mutes/mutes.py:27 msgid "That user is not muted in this channel." -msgstr "" +msgstr "Cet utilisateur n'est pas muet dans ce salon." #: redbot/cogs/mutes/mutes.py:28 msgid "I cannot let you do that. You are not higher than the user in the role hierarchy." @@ -29,7 +29,7 @@ msgstr "Je ne peux pas vous laisser faire ça. Vous n'êtes pas supérieur à l' #: redbot/cogs/mutes/mutes.py:31 msgid "I cannot let you do that. You are not higher than the mute role in the role hierarchy." -msgstr "" +msgstr "Je ne peux pas vous laisser faire ça. Vous n'êtes pas supérieur au rôle muet dans la hiérarchie des rôles." #: redbot/cogs/mutes/mutes.py:34 msgid "That user cannot be (un)muted, as they have the Administrator permission." @@ -53,7 +53,7 @@ msgstr "" #: redbot/cogs/mutes/mutes.py:45 msgid "The mute role no longer exists." -msgstr "" +msgstr "Le rôle muet n'existe plus." #: redbot/cogs/mutes/mutes.py:46 msgid "Because I don't have the Move Members permission, this will take into effect when the user rejoins." @@ -117,7 +117,7 @@ msgstr "Inconnu" #: redbot/cogs/mutes/mutes.py:538 msgid "No reason provided." -msgstr "" +msgstr "Aucune raison n'a été fournie." #: redbot/cogs/mutes/mutes.py:549 msgid "Until" @@ -129,7 +129,7 @@ msgstr "Durée" #: redbot/cogs/mutes/mutes.py:551 msgid "Guild" -msgstr "" +msgstr "Serveur" #: redbot/cogs/mutes/mutes.py:553 msgid "Moderator" @@ -138,26 +138,30 @@ msgstr "Modérateur" #: redbot/cogs/mutes/mutes.py:562 msgid "\n" "**Moderator**: {moderator}" -msgstr "" +msgstr "\n" +"**Modérateur** : {moderator}" #: redbot/cogs/mutes/mutes.py:567 msgid "\n" "**Until**: {until}\n" "**Duration**: {duration}" -msgstr "" +msgstr "\n" +"**Jusqu'à ** : {until}\n" +"**Durée** : {duration}" #: redbot/cogs/mutes/mutes.py:573 msgid "\n" "**Guild**: {guild_name}" -msgstr "" +msgstr "\n" +"**Serveur** : {guild_name}" #: redbot/cogs/mutes/mutes.py:612 redbot/cogs/mutes/mutes.py:617 msgid "Manually removed mute role" -msgstr "" +msgstr "Rôle muet enlevé manuellement" #: redbot/cogs/mutes/mutes.py:632 redbot/cogs/mutes/mutes.py:641 msgid "Manually applied mute role" -msgstr "" +msgstr "Rôle muet appliqué manuellement" #: redbot/cogs/mutes/mutes.py:641 redbot/cogs/mutes/mutes.py:1184 msgid "Server mute" diff --git a/redbot/cogs/permissions/locales/es-ES.po b/redbot/cogs/permissions/locales/es-ES.po index e5f2abe96..e8de05fc0 100644 --- a/redbot/cogs/permissions/locales/es-ES.po +++ b/redbot/cogs/permissions/locales/es-ES.po @@ -94,7 +94,16 @@ msgid "This cog extends the default permission model of the bot. By default, man " 4. Rules about a role the user has (The highest role they have with a rule will be used).\n" " 5. Rules about the server a user is in (Global rules only).\n\n" "For more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)." -msgstr "" +msgstr "Este módulo extiende el modelo de permisos por defecto del bot. Por defecto, muchos comandos están restringidos en base a lo que el comando puede hacer.\n" +"Este engranaje te permite refinar algunas de esas restricciones. Puedes permitir un acceso más ancho o más estrecho a la mayoría de los comandos usándolos. Sin embargo, no se pueden cambiar las restricciones sobre los comandos sólo de propietarios.\n\n" +"Cuando se establecen reglas adicionales utilizando este módulo, esas reglas se comprobarán antes de comprobar las restricciones predeterminadas del comando.\n" +"Las reglas globales (establecidas por el propietario) se comprueban primero, luego las reglas establecidas para los servidores. Si se aplican múltiples reglas globales o de servidor, el orden que se comprueban es:\n" +" 1. Reglas sobre un usuario.\n" +" 2. Reglas sobre el canal de voz en el que está un usuario.\n" +" 3. Reglas sobre el canal de texto en las que se emitió un comando.\n" +" 4. Reglas sobre un rol que el usuario tiene (el rol más alto que tiene con una regla será usado).\n" +" 5. Reglas sobre el servidor en el que se encuentra un usuario (sólo reglas globales).\n\n" +"Para más detalles, por favor lea la [documentación oficial](https://docs.discord.red/en/stable/cog_permissions.html)." #: redbot/cogs/permissions/permissions.py:241 #, docstring diff --git a/redbot/cogs/permissions/locales/tr-TR.po b/redbot/cogs/permissions/locales/tr-TR.po index 8675c703c..780fd7860 100644 --- a/redbot/cogs/permissions/locales/tr-TR.po +++ b/redbot/cogs/permissions/locales/tr-TR.po @@ -94,7 +94,16 @@ msgid "This cog extends the default permission model of the bot. By default, man " 4. Rules about a role the user has (The highest role they have with a rule will be used).\n" " 5. Rules about the server a user is in (Global rules only).\n\n" "For more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)." -msgstr "" +msgstr "Bu cog botun varsayılan izin modelini geliştirir. Varsayılan olarak, birçok komut ne yapabildiğine dayalı olarak sınırlıdır.\n" +"Bu cog, bu izinlerden bazılarını özelleştirmenizi sağlar. Bu cog sayesinde bir çok komutun daha dar veya geniş bir kitle tarafından kullanılmasını sağlayabilirsiniz. Fakat sadece bot sahibinin kullanabildiği komutlar üzerinde değişiklik yapamazsınız.\n\n" +"Bu cog kullanılarak ek kurallar ayarlandığında, komutun varsayılan kısıtlamaları uygulanmandan önce bu kısıtlamalar uygulanır.\n" +"Önce (bot sahibi tarafından ayarlanan) küresel kısıtlamalar, sonra da sunucu için ayarlanan kısıtlamalar denetlenir. Eğer bir durumda birden çok küresel veya sunucu ayarı etkili ise aşağıdaki sıra ile uygulanırlar:\n" +" 1. Bir kullanıcı hakkındaki kısıtlamalar.\n" +" 2. Kullanıcının içinde olduğu ses kanalı hakkındaki kısıtlamalar.\n" +" 3. Bir komutun kullanıldığı metin kanalı hakkındaki kısıtlamalar.\n" +" 4. Bir kullanıcının sahip olduğu roller hakkındaki kısıtlamalar (hakkında kısıtlama ayarlanmış olan rollerden kullanıcının sahip olduğu en üst sıradaki rol kullanılır).\n" +" 5. Kullanıcının içinde olduğu bir sunucu hakkındaki kısıtlamalar.\n\n" +"Daha çok detay için lütfen[resmi kılavuzları](https://docs.discord.red/en/stable/cog_permissions.html) okuyun." #: redbot/cogs/permissions/permissions.py:241 #, docstring diff --git a/redbot/cogs/reports/locales/fr-FR.po b/redbot/cogs/reports/locales/fr-FR.po index 329d1a427..c8f4936ea 100644 --- a/redbot/cogs/reports/locales/fr-FR.po +++ b/redbot/cogs/reports/locales/fr-FR.po @@ -41,7 +41,7 @@ msgstr "Le salon des rapports a été défini." #: redbot/cogs/reports/reports.py:117 #, docstring msgid "Enable or disable reporting for this server." -msgstr "" +msgstr "Activer ou désactiver les signalements pour ce serveur." #: redbot/cogs/reports/reports.py:122 msgid "Reporting is now enabled" @@ -77,7 +77,10 @@ msgid "Send a report.\n\n" " Use without arguments for interactive reporting, or do\n" " `[p]report [text]` to use it non-interactively.\n" " " -msgstr "" +msgstr "Envoyer un signalement.\n\n" +" Utiliser sans arguments pour un signalement interactif, ou faire\n" +" `[p]report [text]` pour l'utiliser non-interactivement.\n" +" " #: redbot/cogs/reports/reports.py:250 msgid "Select a server to make a report in by number." @@ -111,7 +114,7 @@ msgstr "Vous avez pris trop de temps. Réessayez plus tard." #: redbot/cogs/reports/reports.py:309 msgid "This server has no reports channel set up. Please contact a server admin." -msgstr "" +msgstr "Ce serveur n'a pas de salon pour les signalements configuré. Veuillez contacter un administrateur du serveur." #: redbot/cogs/reports/reports.py:315 msgid "There was an error sending your report, please contact a server admin." @@ -127,7 +130,7 @@ msgstr "{closer} a fermé la correspondance" #: redbot/cogs/reports/reports.py:371 msgid "Re: ticket# {ticket_number} in {guild.name}" -msgstr "" +msgstr "Re : ticket# {ticket_number} dans {guild.name}" #: redbot/cogs/reports/reports.py:384 msgid "Correspondence about ticket# {ticket_number} in {guild.name} has been ended due to reports being disabled in that server." diff --git a/redbot/cogs/streams/locales/fr-FR.po b/redbot/cogs/streams/locales/fr-FR.po index 755573d18..f47115d4e 100644 --- a/redbot/cogs/streams/locales/fr-FR.po +++ b/redbot/cogs/streams/locales/fr-FR.po @@ -21,7 +21,10 @@ msgid "Various commands relating to streaming platforms.\n\n" " You can check if a Twitch, YouTube or Picarto stream is\n" " currently live.\n" " " -msgstr "" +msgstr "Diverses commandes lié aux plateformes de streaming.\n\n" +" Vous pouvez vérifier si un stream Twitch, YouTube ou Picarto est\n" +" actuellement en direct.\n" +" " #: redbot/cogs/streams/streams.py:141 msgid "You need a client secret key if you want to use the Twitch API on this cog.\n" @@ -32,7 +35,14 @@ msgid "You need a client secret key if you want to use the Twitch API on this co "5. Copy your client ID and your client secret into:\n" "{command}\n\n" "Note: These tokens are sensitive and should only be used in a private channel or in DM with the bot." -msgstr "" +msgstr "Vous avez besoin d'une clée de secret client si vous vouluez utiliser l'API Twitch sur ce cog.\n" +"Suivez ces étapes :\n" +"1. Rendez vous sur cette page : https://dev.twitch.tv/console/apps.\n" +"2. Cliquez sur \"Gérer\" sur votre application.\n" +"3. Cliquez sur \"Nouveau secret\".\n" +"5. Copiez votre ID de client et votre secret de client dans :\n" +"{command}\n\n" +"Note : Ces tokens sont sensibles et devrait être utiliser dans un salon privé ou en message privé avec le bot." #: redbot/cogs/streams/streams.py:154 redbot/cogs/streams/streams.py:488 msgid "" @@ -63,11 +73,11 @@ msgstr "Cet utilisateur est hors ligne." #: redbot/cogs/streams/streams.py:255 redbot/cogs/streams/streams.py:447 msgid "That channel doesn't seem to exist." -msgstr "Ce salon ne semble pas exister." +msgstr "Cette chaine ne semble pas exister." #: redbot/cogs/streams/streams.py:258 redbot/cogs/streams/streams.py:415 msgid "The Twitch token is either invalid or has not been set. See {command}." -msgstr "" +msgstr "Le token Twitch est soit invalide, soit non défini. Voir {command}." #: redbot/cogs/streams/streams.py:264 redbot/cogs/streams/streams.py:422 msgid "The YouTube API key is either invalid or has not been set. See {command}." @@ -75,7 +85,7 @@ msgstr "Le token de l'API YouTube est soit invalide, soit il n'a pas été défi #: redbot/cogs/streams/streams.py:270 redbot/cogs/streams/streams.py:430 msgid "YouTube quota has been exceeded. Try again later or contact the owner if this continues." -msgstr "" +msgstr "Le quota YouTube a été dépassé. Réessayez plus tard ou contactez le propriétaire si cela continue." #: redbot/cogs/streams/streams.py:282 redbot/cogs/streams/streams.py:442 msgid "Something went wrong whilst trying to contact the stream service's API." @@ -226,7 +236,12 @@ msgid "Set stream alert message when mentions are enabled.\n\n" " Use `{stream.display_name}` in the message to insert the channel's display name (on Twitch, this may be different from `{stream}`).\n\n" " For example: `[p]streamset message mention {mention}, {stream.display_name} is live!`\n" " " -msgstr "" +msgstr "Défini le message d'alerte lorsque les mentions sont activées.\n\n" +" Utilisez `{mention}` dans le message pour insérer les mentions sélectionnées.\n" +" Utilisez `{stream}` dans le message pour insérer la chaine ou le nom d'utilisateur.\n" +" Utilisez `{stream.display_name}` dans le message pour insérer le nom affiché sur la chaine (sur Twitch, cela pourrait être différent de `{stream}`) .\n\n" +" Par exemple : `[p]streamset message mention {mention}, {stream.display_name} est en live !\"`\n" +" " #: redbot/cogs/streams/streams.py:538 redbot/cogs/streams/streams.py:552 msgid "Stream alert message set!" @@ -239,7 +254,11 @@ msgid "Set stream alert message when mentions are disabled.\n\n" " Use `{stream.display_name}` in the message to insert the channel's display name (on Twitch, this may be different from `{stream}`).\n\n" " For example: `[p]streamset message nomention {stream.display_name} is live!`\n" " " -msgstr "" +msgstr "Défini le message d'alerte lorsque les mentions sont désactivées.\n\n" +" Utilisez `{stream}` dans le message pour insérer la chaine ou le nom d'utilisateur.\n" +" Utilisez `{stream.display_name}` dans le message pour insérer le nom affiché sur la chaine (sur Twitch, cela pourrait être différent de `{stream}`) .\n\n" +" Par exemple : `[p]streamset message nomention {stream.display_name} est en live !\"`\n" +" " #: redbot/cogs/streams/streams.py:557 #, docstring @@ -327,15 +346,15 @@ msgstr "Les flux de type 'rerun' n'enverront plus d'alerte." #: redbot/cogs/streams/streams.py:647 #, docstring msgid "Toggle excluding YouTube streams schedules from alerts." -msgstr "" +msgstr "Activer/désactiver l'exclusion des streams programmés Youtube des alertes." #: redbot/cogs/streams/streams.py:652 msgid "Streams schedules will be included in alerts." -msgstr "" +msgstr "Les streams programmés seront inclus dans les alertes." #: redbot/cogs/streams/streams.py:655 msgid "Streams schedules will no longer send an alert." -msgstr "" +msgstr "Les streams programmés n'enverront plus d'alerte." #: redbot/cogs/streams/streams.py:663 msgid "I'll now send a notification in this channel when {stream.name} is live." @@ -359,7 +378,7 @@ msgstr "Ce stream va commencer dans {time}" #: redbot/cogs/streams/streamtypes.py:225 msgid "This stream was scheduled for {min} minutes ago" -msgstr "" +msgstr "Ce stream était prévu pour il y a {min} minutes" #: redbot/cogs/streams/streamtypes.py:435 msgid "Untitled broadcast" diff --git a/redbot/cogs/streams/locales/tr-TR.po b/redbot/cogs/streams/locales/tr-TR.po index 6fdf11dfd..55097d565 100644 --- a/redbot/cogs/streams/locales/tr-TR.po +++ b/redbot/cogs/streams/locales/tr-TR.po @@ -239,7 +239,12 @@ msgid "Set stream alert message when mentions are enabled.\n\n" " Use `{stream.display_name}` in the message to insert the channel's display name (on Twitch, this may be different from `{stream}`).\n\n" " For example: `[p]streamset message mention {mention}, {stream.display_name} is live!`\n" " " -msgstr "" +msgstr "Etiketler etkinleştirildiğinde kullanılacak yayın haber mesajını ayarlar.\n\n" +" Seçilen etiketleri yerleştirmek için mesajın içinde `{mention}` kullanın.\n" +" Kanal veya kullanıcı adı yerleştirmek için mesajın içinde `{stream}` kullanın.\n" +" Kanalın gösterilen adını (Twitch'deki, bu `{stream}` ile aynı olmayabilir) yerleştirmek için mesajın içinde `{stream.display_name}` kulanın.\n\n" +" Örneğin: `[p]streamset message mention {mention}, {stream.display_name} şimdi canlı yayında!`\n" +" " #: redbot/cogs/streams/streams.py:538 redbot/cogs/streams/streams.py:552 msgid "Stream alert message set!" @@ -252,7 +257,11 @@ msgid "Set stream alert message when mentions are disabled.\n\n" " Use `{stream.display_name}` in the message to insert the channel's display name (on Twitch, this may be different from `{stream}`).\n\n" " For example: `[p]streamset message nomention {stream.display_name} is live!`\n" " " -msgstr "" +msgstr "Etiketler devre dışı bırakıldığında kullanılacak yayın haber mesajını ayarlar.\n\n" +" Kanal veya kullanıcı adı yerleştirmek için mesajın içinde `{stream}` kullanın.\n" +" Kanalın gösterilen adını (Twitch'deki, bu `{stream}` ile aynı olmayabilir) yerleştirmek için mesajın içinde `{stream.display_name}` kulanın.\n\n" +" Örneğin: `[p]streamset message nomention {stream.display_name} şimdi canlı yayında!`\n" +" " #: redbot/cogs/streams/streams.py:557 #, docstring @@ -360,11 +369,11 @@ msgstr "Artık bu kanalda {stream.name} hakkında bildirim göndermeyeceğim." #: redbot/cogs/streams/streams.py:819 msgid "{mention}, {display_name} is live!" -msgstr "" +msgstr "{mention}, {display_name} canlı yayında!" #: redbot/cogs/streams/streams.py:841 msgid "{display_name} is live!" -msgstr "" +msgstr "{display_name} canlı yayında!" #: redbot/cogs/streams/streamtypes.py:219 msgid "This stream will start in {time}" diff --git a/redbot/cogs/trivia/locales/es-ES.po b/redbot/cogs/trivia/locales/es-ES.po index f3543f00c..461b8d444 100644 --- a/redbot/cogs/trivia/locales/es-ES.po +++ b/redbot/cogs/trivia/locales/es-ES.po @@ -41,15 +41,15 @@ msgstr "¿Oh, en serio? Es {answer}, por supuesto." #: redbot/cogs/trivia/session.py:26 msgid "I know this one! ||{answer}!||" -msgstr "" +msgstr "¡Esta me la sé! ||{answer}!||" #: redbot/cogs/trivia/session.py:27 msgid "Easy: ||{answer}.||" -msgstr "" +msgstr "Fácil: ||{answer}.||" #: redbot/cogs/trivia/session.py:28 msgid "Oh really? It's ||{answer}|| of course." -msgstr "" +msgstr "¿Oh, en serio? Es ||{answer}|| por supuesto." #: redbot/cogs/trivia/session.py:32 msgid "To the next one I guess..." @@ -103,11 +103,11 @@ msgstr "¡Lo tienes, {user}! ¡**+1** para ti!" #: redbot/cogs/trivia/session.py:329 msgid "Congratulations {users}! You have each received {num} {currency} for winning!" -msgstr "" +msgstr "¡Enhorabuena {users}! ¡Cada uno ha recibido {num} {currency} por ganar!" #: redbot/cogs/trivia/session.py:337 msgid "Congratulations {user}! You have received {num} {currency} for winning!" -msgstr "" +msgstr "¡Enhorabuena {user}! ¡Has recibido {num} {currency} por ganar!" #: redbot/cogs/trivia/trivia.py:41 #, docstring @@ -134,7 +134,15 @@ msgid "Current settings\n" "Payout multiplier: {payout_multiplier}\n" "Allow lists to override settings: {allow_override}\n" "Use Spoilers in answers: {use_spoilers}" -msgstr "" +msgstr "Configuración actual\n" +"Bot gana puntos: {bot_plays}\n" +"Tiempo de respuesta: {delay} segundos\n" +"Falta de tiempo de respuesta: {timeout} segundos\n" +"Puntos para ganar: {max_score}\n" +"Revela respuesta al finalizar el tiempo: {reveal_answer}\n" +"Multiplicador de pago: {payout_multiplier}\n" +"Permitir a las listas anular la configuración: {allow_override}\n" +"Utilizar spoilers en respuestas: {use_spoilers}" #: redbot/cogs/trivia/trivia.py:105 #, docstring @@ -193,15 +201,17 @@ msgstr "Hecho. Las listas de Trivial ya no pueden reemplazar la configuración d msgid "Set if bot will display the answers in spoilers.\n\n" " If enabled, the bot will use spoilers to hide answers.\n" " " -msgstr "" +msgstr "Establece si el bot mostrará las respuestas en spoilers.\n\n" +" Si está habilitado, el bot usará spoilers para ocultar las respuestas.\n" +" " #: redbot/cogs/trivia/trivia.py:163 msgid "Done. I'll put the answers in spoilers next time." -msgstr "" +msgstr "Listo. La próxima vez pondré las respuestas en spoilers." #: redbot/cogs/trivia/trivia.py:165 msgid "Alright, I won't use spoilers to hide answers anymore." -msgstr "" +msgstr "De acuerdo, ya no usaré spoilers para ocultar las respuestas." #: redbot/cogs/trivia/trivia.py:169 #, docstring diff --git a/redbot/cogs/trivia/locales/fr-FR.po b/redbot/cogs/trivia/locales/fr-FR.po index 0891dcff3..f7cd719a4 100644 --- a/redbot/cogs/trivia/locales/fr-FR.po +++ b/redbot/cogs/trivia/locales/fr-FR.po @@ -103,11 +103,11 @@ msgstr "Bonne réponse {user} ! **+1** pour vous !" #: redbot/cogs/trivia/session.py:329 msgid "Congratulations {users}! You have each received {num} {currency} for winning!" -msgstr "" +msgstr "Félicitations {users} ! Vous avez tous reçu {num} {currency} pour avoir gagné !" #: redbot/cogs/trivia/session.py:337 msgid "Congratulations {user}! You have received {num} {currency} for winning!" -msgstr "" +msgstr "Félicitations {user} ! Vous avez reçu {num} {currency} pour avoir gagné !" #: redbot/cogs/trivia/trivia.py:41 #, docstring @@ -134,7 +134,15 @@ msgid "Current settings\n" "Payout multiplier: {payout_multiplier}\n" "Allow lists to override settings: {allow_override}\n" "Use Spoilers in answers: {use_spoilers}" -msgstr "" +msgstr "Paramètres actuels\n" +"Le bot gagne des points : {bot_plays}\n" +"Délai de réponse : {delay} secondes\n" +"Délai de non-réponse : {timeout} secondes\n" +"Points pour gagner : {max_score}\n" +"Révéler la réponse à la fin du délai : {reveal_answer}\n" +"Multiplicateur des gains : {payout_multiplier}\n" +"Autoriser les listes à remplacer les paramètres : {allow_override}\n" +"Utiliser des \"spoilers\" dans les réponses : {use_spoilers}" #: redbot/cogs/trivia/trivia.py:105 #, docstring @@ -201,7 +209,7 @@ msgstr "Fait. Je mettrai les réponses dans des spoilers la prochaine fois." #: redbot/cogs/trivia/trivia.py:165 msgid "Alright, I won't use spoilers to hide answers anymore." -msgstr "" +msgstr "D'accord, je n'utiliserai plus de \"spoilers\" pour cacher les réponses." #: redbot/cogs/trivia/trivia.py:169 #, docstring @@ -218,7 +226,7 @@ msgstr "Fait. Je vais maintenant gagné un point si les utilisateurs ne réponde #: redbot/cogs/trivia/trivia.py:178 msgid "Alright, I won't embarrass you at trivia anymore." -msgstr "" +msgstr "D'accord, je ne vous dérangerais plus pour les Trivia." #: redbot/cogs/trivia/trivia.py:182 #, docstring diff --git a/redbot/cogs/warnings/locales/ca-ES.po b/redbot/cogs/warnings/locales/ca-ES.po index b5833305e..d587b102f 100644 --- a/redbot/cogs/warnings/locales/ca-ES.po +++ b/redbot/cogs/warnings/locales/ca-ES.po @@ -219,7 +219,7 @@ msgstr "" #: redbot/cogs/warnings/warnings.py:337 msgid "Action: {name}" -msgstr "" +msgstr "Acció: {name}" #: redbot/cogs/warnings/warnings.py:342 msgid "Exceed command" diff --git a/redbot/cogs/warnings/locales/es-ES.po b/redbot/cogs/warnings/locales/es-ES.po index cfff431a5..0d28540d5 100644 --- a/redbot/cogs/warnings/locales/es-ES.po +++ b/redbot/cogs/warnings/locales/es-ES.po @@ -17,11 +17,11 @@ msgstr "" #: redbot/cogs/warnings/helpers.py:72 msgid "I could not find a command from that input!" -msgstr "¡No he podido encontrar ningún comando para tu respuesta!" +msgstr "¡No he podido encontrar ningún comando para tu entrada!" #: redbot/cogs/warnings/helpers.py:77 msgid "That command requires bot owner. I can't allow you to use that for an action" -msgstr "Este comando requiere ser el dueño del bot. No puedo permitirte usarlo para una acción" +msgstr "Ese comando requiere ser propietario del bot. No puedo permitir que lo utilices para una acción" #: redbot/cogs/warnings/helpers.py:86 msgid "Enter the command to be run when the user **exceeds the points for this action to occur.**\n" @@ -29,11 +29,15 @@ msgid "Enter the command to be run when the user **exceeds the points for this a "Enter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\n\n" "WARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\n\n" "Please wait 15 seconds before entering your response." -msgstr "" +msgstr "Introduzca el comando a ejecutar cuando el usuario **excede los puntos para que esta acción ocurra. **\n" +"**Si no deseas ejecutar un comando, introduzca** `none`.\n\n" +"Escríbelo exactamente como lo harías si estuvieras intentando ejecutar el comando, excepto sin poner un prefijo y usar `{user}` en lugar de cualquier argumento de usuario/miembro\n\n" +"ADVERTENCIA: El comando introducido se ejecutará sin tener en cuenta los chequeos o tiempos de espera. Los comandos que requieren ser el propietario del bot no están permitidos por razones de seguridad.\n\n" +"Por favor espera 15 segundos antes de escribir tu respuesta." #: redbot/cogs/warnings/helpers.py:99 redbot/cogs/warnings/helpers.py:143 msgid "You may enter your response now." -msgstr "Ya puede escribir su respuesta." +msgstr "Puede introducir su respuesta ahora." #: redbot/cogs/warnings/helpers.py:128 msgid "Enter the command to be run when the user **returns to a value below the points for this action to occur.** Please note that this is intended to be used for reversal of the action taken when the user exceeded the action's point value.\n" @@ -41,86 +45,94 @@ msgid "Enter the command to be run when the user **returns to a value below the "Enter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\n\n" "WARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\n\n" "Please wait 15 seconds before entering your response." -msgstr "" +msgstr "Introduzca el comando a ejecutar cuando el usuario **regrese a un valor por debajo de los puntos para que esta acción ocurra.** Tenga en cuenta que esto está destinado a ser utilizado para revertir la acción realizada cuando el usuario excedió el valor de la acción.\n" +"**Si no deseas tener un comando ejecutado en caída de puntos, introduzca** `none`.\n\n" +"Escríbelo exactamente como lo harías si estuvieras intentando ejecutar el comando, excepto no poner un prefijo y usar `{user}` en lugar de cualquier argumento de usuario/miembro\n\n" +"ADVERTENCIA: El comando introducido se ejecutará sin tener en cuenta los chequeos o tiempos de espera. Los comandos que requieren ser el propietario del bot no están permitidos por razones de seguridad.\n\n" +"Por favor espera 15 segundos antes de escribir tu respuesta." #: redbot/cogs/warnings/warnings.py:30 #, docstring msgid "Warn misbehaving users and take automated actions." -msgstr "" +msgstr "Avisar a los usuarios que se comportan mal y tomar acciones automatizadas." #: redbot/cogs/warnings/warnings.py:113 #, docstring msgid "Manage settings for Warnings." -msgstr "" +msgstr "Administrar ajustes para Advertencias." #: redbot/cogs/warnings/warnings.py:119 #, docstring msgid "Enable or disable custom reasons for a warning." -msgstr "" +msgstr "Activar o desactivar razones personalizadas para una advertencia." #: redbot/cogs/warnings/warnings.py:123 msgid "Custom reasons have been enabled." -msgstr "" +msgstr "Las razones personalizadas han sido habilitadas." #: redbot/cogs/warnings/warnings.py:125 msgid "Custom reasons have been disabled." -msgstr "" +msgstr "Las razones personalizadas han sido desactivadas." #: redbot/cogs/warnings/warnings.py:130 #, docstring msgid "Set whether warnings should be sent to users in DMs." -msgstr "" +msgstr "Establecer si las advertencias deben ser enviadas a los usuarios en DMs." #: redbot/cogs/warnings/warnings.py:133 msgid "I will now try to send warnings to users DMs." -msgstr "" +msgstr "Ahora intentaré enviar advertencias a los DMs de los usuarios." #: redbot/cogs/warnings/warnings.py:135 msgid "Warnings will no longer be sent to users DMs." -msgstr "" +msgstr "Las advertencias ya no se enviarán a los DM de los usuarios." #: redbot/cogs/warnings/warnings.py:140 #, docstring msgid "Decide whether the name of the moderator warning a user should be included in the DM to that user." -msgstr "" +msgstr "Decide si el nombre del moderador que realiza una advertencia a un usuario debe ser incluido en el DM a ese usuario." #: redbot/cogs/warnings/warnings.py:144 msgid "I will include the name of the moderator who issued the warning when sending a DM to a user." -msgstr "" +msgstr "Incluiré el nombre del moderador que emitió la advertencia al enviar un DM a un usuario." #: redbot/cogs/warnings/warnings.py:150 msgid "I will not include the name of the moderator who issued the warning when sending a DM to a user." -msgstr "" +msgstr "No incluiré el nombre del moderador que emitió la advertencia al enviar un DM a un usuario." #: redbot/cogs/warnings/warnings.py:158 #, docstring msgid "Set the channel where warnings should be sent to.\n" " Leave empty to use the channel `[p]warn` command was called in.\n" " " -msgstr "" +msgstr "Establece el canal al que se deben enviar las advertencias.\n" +" Deje en blanco para usar el canal donde el comando `[p]warn` fue usado.\n" +" " #: redbot/cogs/warnings/warnings.py:165 msgid "The warn channel has been set to {channel}." -msgstr "" +msgstr "El canal de advertencia se ha establecido en {channel}." #: redbot/cogs/warnings/warnings.py:169 redbot/cogs/warnings/warnings.py:185 msgid "Warnings will now be sent in the channel command was used in." -msgstr "" +msgstr "Ahora se enviarán advertencias en el canal del comando." #: redbot/cogs/warnings/warnings.py:174 #, docstring msgid "\n" " Set if warnings should be sent to a channel set with `[p]warningset warnchannel`.\n" " " -msgstr "" +msgstr "\n" +" Establecer si las advertencias deben ser enviadas a un canal establecido con `[p]warningset warnchannel`.\n" +" " #: redbot/cogs/warnings/warnings.py:182 msgid "Warnings will now be sent to {channel}." -msgstr "" +msgstr "Las advertencias se enviarán ahora a {channel}." #: redbot/cogs/warnings/warnings.py:187 msgid "Toggle channel has been disabled." -msgstr "" +msgstr "El canal ha sido desactivado." #: redbot/cogs/warnings/warnings.py:193 #, docstring @@ -132,31 +144,40 @@ msgid "Manage automated actions for Warnings.\n" " user is warned enough so that their points go over this\n" " threshold, the action will be executed.\n" " " -msgstr "" +msgstr "Administrar acciones automatizadas para Advertencias.\n" +" Las acciones son esencialmente macros de comandos. Cualquier comando se puede ejecutar\n" +" cuando la acción se activa inicialmente, y/o cuando la acción\n" +" sea levantada.\n" +" Las acciones deben tener un nombre y un umbral de puntos. Cuando un usuario\n" +" es advertido lo suficiente para que sus puntos superen este\n" +" umbral, la acción será ejecutada.\n" +" " #: redbot/cogs/warnings/warnings.py:206 #, docstring msgid "Create an automated action.\n" " Duplicate action names are not allowed.\n" " " -msgstr "" +msgstr "Crear una acción automatizada.\n" +" No se permiten nombres de acciones duplicadas.\n" +" " #: redbot/cogs/warnings/warnings.py:226 msgid "Duplicate action name found!" -msgstr "" +msgstr "Nombre de acción duplicado encontrado!" #: redbot/cogs/warnings/warnings.py:233 msgid "Action {name} has been added." -msgstr "" +msgstr "La acción {name} ha sido añadida." #: redbot/cogs/warnings/warnings.py:238 #, docstring msgid "Delete the action with the specified name." -msgstr "" +msgstr "Eliminar la acción con el nombre especificado." #: redbot/cogs/warnings/warnings.py:251 msgid "No action named {name} exists!" -msgstr "" +msgstr "¡No existe ninguna acción llamada {name}!" #: redbot/cogs/warnings/warnings.py:257 #, docstring @@ -164,38 +185,41 @@ msgid "Manage warning reasons.\n" " Reasons must be given a name, description and points value. The\n" " name of the reason must be given when a user is warned.\n" " " -msgstr "" +msgstr "Administrar razones de advertencia.\n" +" Las razones deben tener un nombre, una descripción y un valor de puntos. El nombre\n" +" de la razón debe ser dado cuando un usuario es advertido.\n" +" " #: redbot/cogs/warnings/warnings.py:268 #, docstring msgid "Create a warning reason." -msgstr "" +msgstr "Crear una razón de advertencia." #: redbot/cogs/warnings/warnings.py:272 msgid "*Custom* cannot be used as a reason name!" -msgstr "" +msgstr "*Personalizado* no puede ser usado como un nombre de razón!" #: redbot/cogs/warnings/warnings.py:282 msgid "The new reason has been registered." -msgstr "" +msgstr "La nueva razón ha sido registrada." #: redbot/cogs/warnings/warnings.py:287 #, docstring msgid "Delete a warning reason." -msgstr "" +msgstr "Eliminar una razón de advertencia." #: redbot/cogs/warnings/warnings.py:294 msgid "That is not a registered reason name." -msgstr "" +msgstr "Ese no es un nombre de razón registrado." #: redbot/cogs/warnings/warnings.py:300 #, docstring msgid "List all configured reasons for Warnings." -msgstr "" +msgstr "Listar todas las razones configuradas para Advertencias." #: redbot/cogs/warnings/warnings.py:308 msgid "Reason: {name}" -msgstr "" +msgstr "Razón: {name}" #: redbot/cogs/warnings/warnings.py:312 redbot/cogs/warnings/warnings.py:340 #: redbot/cogs/warnings/warnings.py:438 redbot/cogs/warnings/warnings.py:471 @@ -206,7 +230,9 @@ msgstr "Puntos" msgid "Name: {reason_name}\n" "Points: {points}\n" "Description: {description}" -msgstr "" +msgstr "Nombre: {reason_name}\n" +"Puntos: {points}\n" +"Descripción: {description}" #: redbot/cogs/warnings/warnings.py:323 msgid "There are no reasons configured!" @@ -215,30 +241,33 @@ msgstr "¡No hay razones configuradas!" #: redbot/cogs/warnings/warnings.py:329 #, docstring msgid "List all configured automated actions for Warnings." -msgstr "" +msgstr "Listar todas las acciones automatizadas configuradas para Advertencias." #: redbot/cogs/warnings/warnings.py:337 msgid "Action: {name}" -msgstr "" +msgstr "Acción: {name}" #: redbot/cogs/warnings/warnings.py:342 msgid "Exceed command" -msgstr "" +msgstr "Comando excedido" #: redbot/cogs/warnings/warnings.py:346 msgid "Drop command" -msgstr "" +msgstr "Descartar comando" #: redbot/cogs/warnings/warnings.py:350 msgid "Name: {action_name}\n" "Points: {points}\n" "Exceed command: {exceed_command}\n" "Drop command: {drop_command}" -msgstr "" +msgstr "Nombre: {action_name}\n" +"Puntos: {points}\n" +"Comando excedido: {exceed_command}\n" +"Comando descartado: {drop_command}" #: redbot/cogs/warnings/warnings.py:358 msgid "There are no actions configured!" -msgstr "" +msgstr "¡No hay acciones configuradas!" #: redbot/cogs/warnings/warnings.py:371 #, docstring @@ -248,7 +277,12 @@ msgid "Warn the user for the specified reason.\n" " `` is reason for the warning. This can be a registered reason,\n" " or a custom reason if ``[p]warningset allowcustomreasons`` is set.\n" " " -msgstr "" +msgstr "Advierte al usuario por la razón especificada.\n" +" `` número de puntos para los que debe ser la advertencia. Si no se proporciona ningún número\n" +" se dará 1 punto. Las advertencias preestablecidas hacen caso omiso de esto.\n" +" `` es la razón de la advertencia. Esta puede ser una razón registrada,\n" +" o una razón personalizada si ``[p]warningset allowcustomreasons`` está establecido.\n" +" " #: redbot/cogs/warnings/warnings.py:379 msgid "You cannot warn yourself." @@ -256,15 +290,15 @@ msgstr "No puedes advertirte a ti mismo." #: redbot/cogs/warnings/warnings.py:381 msgid "You cannot warn other bots." -msgstr "" +msgstr "No puedes advertir a otros bots." #: redbot/cogs/warnings/warnings.py:383 msgid "You cannot warn the server owner." -msgstr "" +msgstr "No puedes advertir al propietario del servidor." #: redbot/cogs/warnings/warnings.py:386 msgid "The person you're trying to warn is equal or higher than you in the discord hierarchy, you cannot warn them." -msgstr "" +msgstr "La persona que intentas advertir es igual o superior a la que estás en la jerarquía de discord, no puedes advertirles." #: redbot/cogs/warnings/warnings.py:396 msgid "That is not a registered reason!" @@ -272,15 +306,15 @@ msgstr "¡Esa no es una razón registrada!" #: redbot/cogs/warnings/warnings.py:411 msgid "Do `{prefix}warningset allowcustomreasons true` to enable custom reasons." -msgstr "" +msgstr "Utiliza `{prefix}warningset allowcustomreasons true` para habilitar razones personalizadas." #: redbot/cogs/warnings/warnings.py:432 redbot/cogs/warnings/warnings.py:465 msgid "Warning from {user}" -msgstr "" +msgstr "Advertencia de {user}" #: redbot/cogs/warnings/warnings.py:434 redbot/cogs/warnings/warnings.py:467 msgid "Warning" -msgstr "" +msgstr "Advertencia" #: redbot/cogs/warnings/warnings.py:441 msgid "You have received a warning in {guild_name}." @@ -288,26 +322,28 @@ msgstr "Has recibido un aviso en {guild_name}." #: redbot/cogs/warnings/warnings.py:451 msgid "A warning for {user} has been issued, but I wasn't able to send them a warn message." -msgstr "" +msgstr "Se ha emitido una advertencia para {user}, pero no pude enviarle un mensaje de advertencia." #: redbot/cogs/warnings/warnings.py:477 redbot/cogs/warnings/warnings.py:486 msgid "{user} has been warned." -msgstr "" +msgstr "{user} ha sido advertido." #: redbot/cogs/warnings/warnings.py:491 msgid "{reason}\n\n" "Use `{prefix}unwarn {user} {message}` to remove this warning." -msgstr "" +msgstr "{reason}\n\n" +"Usa `{prefix}unwarn {user} {message}` para eliminar esta advertencia." #: redbot/cogs/warnings/warnings.py:494 msgid "{description}\n" "Points: {points}" -msgstr "" +msgstr "{description}\n" +"Puntos: {points}" #: redbot/cogs/warnings/warnings.py:517 #, docstring msgid "List the warnings for the specified user." -msgstr "" +msgstr "Listar las advertencias para el usuario especificado." #: redbot/cogs/warnings/warnings.py:530 msgid "That user has no warnings!" @@ -315,33 +351,33 @@ msgstr "¡El usuario no tiene ningún aviso!" #: redbot/cogs/warnings/warnings.py:535 redbot/cogs/warnings/warnings.py:571 msgid "Deleted Moderator" -msgstr "" +msgstr "Moderador eliminado" #: redbot/cogs/warnings/warnings.py:538 redbot/cogs/warnings/warnings.py:574 msgid "Unknown Moderator ({})" -msgstr "" +msgstr "Moderador desconocido ({})" #: redbot/cogs/warnings/warnings.py:539 redbot/cogs/warnings/warnings.py:575 msgid "{num_points} point warning {reason_name} issued by {user} for {description}\n" -msgstr "" +msgstr "{num_points} puntos de advertencia {reason_name} emitida por {user} con motivo {description}\n" #: redbot/cogs/warnings/warnings.py:550 redbot/cogs/warnings/warnings.py:586 msgid "Warnings for {user}" -msgstr "" +msgstr "Advertencias de {user}" #: redbot/cogs/warnings/warnings.py:558 #, docstring msgid "List warnings for yourself." -msgstr "" +msgstr "Listar tus propias advertencias." #: redbot/cogs/warnings/warnings.py:566 msgid "You have no warnings!" -msgstr "" +msgstr "¡No tienes advertencias!" #: redbot/cogs/warnings/warnings.py:600 #, docstring msgid "Remove a warning from a user." -msgstr "" +msgstr "Eliminar una advertencia de un usuario." #: redbot/cogs/warnings/warnings.py:613 msgid "You cannot remove warnings from yourself." @@ -349,5 +385,5 @@ msgstr "No puedes quitarte avisos a ti mismo." #: redbot/cogs/warnings/warnings.py:620 msgid "That warning doesn't exist!" -msgstr "" +msgstr "¡Esa advertencia no existe!" diff --git a/redbot/cogs/warnings/locales/tr-TR.po b/redbot/cogs/warnings/locales/tr-TR.po index 31a4209f0..d30ad31ab 100644 --- a/redbot/cogs/warnings/locales/tr-TR.po +++ b/redbot/cogs/warnings/locales/tr-TR.po @@ -105,7 +105,9 @@ msgstr "Kullanıcıya özel mesaj gönderirken uyarıyı yazan moderatörün ad msgid "Set the channel where warnings should be sent to.\n" " Leave empty to use the channel `[p]warn` command was called in.\n" " " -msgstr "" +msgstr "Uyarıların gönderileceği kanalı ayarla.\n" +" `[p]warn` komutunun çalıştırıldığı kanalı kullanmak için boş bırakın.\n" +" " #: redbot/cogs/warnings/warnings.py:165 msgid "The warn channel has been set to {channel}." @@ -142,14 +144,23 @@ msgid "Manage automated actions for Warnings.\n" " user is warned enough so that their points go over this\n" " threshold, the action will be executed.\n" " " -msgstr "" +msgstr "Uyarılar için otomatik eylemleri yönet.\n" +" Otomatik eylemler bir nevi komutlar için makrolardır, bir eylem\n" +" ilk tetiklendiğinde ve/veya sona erdiğinde herhangi bir komut\n" +" çalıştırılabilir.\n" +" Her eyleme birer ad ve puan sınırı verilmelidir. Bir kullnıcı\n" +" puanları bu sınırı geçecek kadar çok uyarıldığında eylem\n" +" tetiklenir.\n" +" " #: redbot/cogs/warnings/warnings.py:206 #, docstring msgid "Create an automated action.\n" " Duplicate action names are not allowed.\n" " " -msgstr "" +msgstr "Otomatik eylem oluştur.\n" +" Eylemlerin isimleri aynı olamaz.\n" +" " #: redbot/cogs/warnings/warnings.py:226 msgid "Duplicate action name found!" @@ -174,7 +185,10 @@ msgid "Manage warning reasons.\n" " Reasons must be given a name, description and points value. The\n" " name of the reason must be given when a user is warned.\n" " " -msgstr "" +msgstr "Uyarı sebeplerini yönet.\n" +" Sebeplere birer ad, açıklama ve puan değeri verilmelidir. Bir\n" +" kullanıcı uyarıldığında sebebin de isminin verilmesi zorunludur.\n" +" " #: redbot/cogs/warnings/warnings.py:268 #, docstring @@ -263,7 +277,12 @@ msgid "Warn the user for the specified reason.\n" " `` is reason for the warning. This can be a registered reason,\n" " or a custom reason if ``[p]warningset allowcustomreasons`` is set.\n" " " -msgstr "" +msgstr "Kullanıcıyı belirtilen sebeple uyar.\n" +" `` Uyarının kullanıcıya vereceği ceza puanı. Eğer herhangi\n" +" bir rakam girilmezse 1 puan verilir. Önceden ayarlanmış uyarılar bunu yok sayar.\n" +" `` ise uyarının verilme sebebidir. Bu önceden kayıtlı bir sebep,\n" +" veya ``[p]warningset allowcustomreasons`` ayarlanmışsa herhangi bir sebep olabilir.\n" +" " #: redbot/cogs/warnings/warnings.py:379 msgid "You cannot warn yourself." diff --git a/redbot/core/commands/locales/ca-ES.po b/redbot/core/commands/locales/ca-ES.po index 250f65bf0..24f1e900a 100644 --- a/redbot/core/commands/locales/ca-ES.po +++ b/redbot/core/commands/locales/ca-ES.po @@ -45,15 +45,15 @@ msgstr "" #: redbot/core/commands/help.py:105 msgid "No" -msgstr "" +msgstr "No" #: redbot/core/commands/help.py:107 msgid "Yes" -msgstr "" +msgstr "Si" #: redbot/core/commands/help.py:113 msgid "Disabled" -msgstr "" +msgstr "Desactivat" #: redbot/core/commands/help.py:118 msgid "\n" @@ -82,7 +82,7 @@ msgstr "" #: redbot/core/commands/help.py:324 msgid "Aliases" -msgstr "" +msgstr "Alies" #: redbot/core/commands/help.py:324 msgid "Alias" @@ -98,7 +98,7 @@ msgstr "" #: redbot/core/commands/help.py:391 msgid "**__Subcommands:__**" -msgstr "" +msgstr "**__Subcomands:__**" #: redbot/core/commands/help.py:393 msgid "**__Subcommands:__** (continued)" @@ -140,7 +140,7 @@ msgstr "" #: redbot/core/commands/help.py:649 redbot/core/commands/help.py:663 msgid "No Category:" -msgstr "" +msgstr "Sense categoria:" #: redbot/core/commands/help.py:732 msgid "Help topic for *{command_name}* not found." diff --git a/redbot/core/commands/locales/fr-FR.po b/redbot/core/commands/locales/fr-FR.po index 26033430b..d96ba70e4 100644 --- a/redbot/core/commands/locales/fr-FR.po +++ b/redbot/core/commands/locales/fr-FR.po @@ -173,9 +173,9 @@ msgid "\n" " (Help!)\n" " " msgstr "\n" -"J'ai besoin de quelqu'un\n" -"(Aide) pas n'importe qui\n" -"(Aide) tu sais que j'ai besoin de quelqu'un\n" -"(Aide!)\n" +" I need somebody\n" +" (Help) not just anybody\n" +" (Help) you know I need someone\n" +" (Help!)\n" " " diff --git a/redbot/core/locales/af-ZA.po b/redbot/core/locales/af-ZA.po index 7b2017f02..d6b45bdb9 100644 --- a/redbot/core/locales/af-ZA.po +++ b/redbot/core/locales/af-ZA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-05-25 16:04+0000\n" +"POT-Creation-Date: 2021-06-12 15:52+0000\n" "Last-Translator: \n" "Language-Team: Afrikaans\n" "MIME-Version: 1.0\n" @@ -126,15 +126,15 @@ msgstr "" msgid "**{} unloaded:**\n" msgstr "" -#: redbot/core/core_commands.py:179 +#: redbot/core/core_commands.py:181 msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:184 +#: redbot/core/core_commands.py:186 msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:393 +#: redbot/core/core_commands.py:398 #, docstring msgid "\n" " The Core cog has many commands related to core functions.\n\n" @@ -142,93 +142,93 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:410 #, docstring msgid "Pong." msgstr "" -#: redbot/core/core_commands.py:410 +#: redbot/core/core_commands.py:415 #, docstring msgid "Shows info about [botname].\n\n" " See `[p]set custominfo` to customize.\n" " " msgstr "" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:445 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by team" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:456 +#: redbot/core/core_commands.py:461 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:459 redbot/core/core_commands.py:515 +#: redbot/core/core_commands.py:464 redbot/core/core_commands.py:520 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:463 redbot/core/core_commands.py:519 +#: redbot/core/core_commands.py:468 redbot/core/core_commands.py:524 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:464 +#: redbot/core/core_commands.py:469 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:466 +#: redbot/core/core_commands.py:471 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:467 +#: redbot/core/core_commands.py:472 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:470 redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:475 redbot/core/core_commands.py:533 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:483 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:489 +#: redbot/core/core_commands.py:494 msgid "Instance owned by team: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:501 +#: redbot/core/core_commands.py:506 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:520 +#: redbot/core/core_commands.py:525 msgid "Outdated: [{state}]\n" msgstr "" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:528 msgid "**About Red**\n" msgstr "" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:539 msgid "**About this instance**\n" msgstr "" -#: redbot/core/core_commands.py:536 +#: redbot/core/core_commands.py:541 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -239,20 +239,20 @@ msgid "**References**\n" "7. <{}>\n" msgstr "" -#: redbot/core/core_commands.py:552 +#: redbot/core/core_commands.py:557 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:555 +#: redbot/core/core_commands.py:560 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:557 +#: redbot/core/core_commands.py:562 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:564 +#: redbot/core/core_commands.py:569 #, docstring msgid "\n" " Commands which interact with the data [botname] has about you.\n\n" @@ -260,7 +260,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:575 +#: redbot/core/core_commands.py:580 #, docstring msgid "\n" " Find out what type of data [botname] stores and why.\n\n" @@ -269,12 +269,12 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:585 +#: redbot/core/core_commands.py:590 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:604 +#: redbot/core/core_commands.py:609 #, docstring msgid "View the End User Data statements of each 3rd-party module.\n\n" " This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" @@ -283,39 +283,39 @@ msgid "View the End User Data statements of each 3rd-party module.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:615 +#: redbot/core/core_commands.py:620 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:625 +#: redbot/core/core_commands.py:630 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:645 +#: redbot/core/core_commands.py:650 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:647 +#: redbot/core/core_commands.py:652 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:652 +#: redbot/core/core_commands.py:657 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:668 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:679 +#: redbot/core/core_commands.py:684 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:684 +#: redbot/core/core_commands.py:689 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:695 +#: redbot/core/core_commands.py:700 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -327,63 +327,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:710 +#: redbot/core/core_commands.py:715 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:717 +#: redbot/core/core_commands.py:722 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:727 +#: redbot/core/core_commands.py:732 msgid "This may take some time." msgstr "" -#: redbot/core/core_commands.py:740 +#: redbot/core/core_commands.py:745 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:755 +#: redbot/core/core_commands.py:760 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:765 +#: redbot/core/core_commands.py:770 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:775 +#: redbot/core/core_commands.py:780 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:783 redbot/core/core_commands.py:950 -#: redbot/core/core_commands.py:1036 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:788 redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:1041 redbot/core/core_commands.py:1112 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:793 +#: redbot/core/core_commands.py:798 #, docstring msgid "[Coming Soon] Get what data [botname] has about you." msgstr "" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:800 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:804 +#: redbot/core/core_commands.py:809 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:810 +#: redbot/core/core_commands.py:815 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -394,11 +394,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:821 +#: redbot/core/core_commands.py:826 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:834 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n\n" @@ -408,11 +408,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:838 +#: redbot/core/core_commands.py:843 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:847 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -426,15 +426,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:859 +#: redbot/core/core_commands.py:864 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:867 +#: redbot/core/core_commands.py:872 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:878 +#: redbot/core/core_commands.py:883 #, docstring msgid "\n" " Handle a deletion request from Discord.\n\n" @@ -447,34 +447,34 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:892 +#: redbot/core/core_commands.py:897 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:915 redbot/core/core_commands.py:1072 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +#: redbot/core/core_commands.py:930 redbot/core/core_commands.py:1087 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +#: redbot/core/core_commands.py:941 redbot/core/core_commands.py:1098 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +#: redbot/core/core_commands.py:951 redbot/core/core_commands.py:1108 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:957 +#: redbot/core/core_commands.py:962 #, docstring msgid "Delete data [botname] has about a user for a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" @@ -485,34 +485,34 @@ msgid "Delete data [botname] has about a user for a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:973 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:991 +#: redbot/core/core_commands.py:996 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1006 +#: redbot/core/core_commands.py:1011 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1017 +#: redbot/core/core_commands.py:1022 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1033 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1048 #, docstring msgid "Delete data [botname] has about a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" @@ -522,12 +522,12 @@ msgid "Delete data [botname] has about a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1053 +#: redbot/core/core_commands.py:1058 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1114 +#: redbot/core/core_commands.py:1119 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -547,7 +547,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1136 +#: redbot/core/core_commands.py:1141 #, docstring msgid "\n" " Show the current embed settings.\n\n" @@ -561,42 +561,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1153 redbot/core/core_commands.py:1309 -#: redbot/core/core_commands.py:1360 redbot/core/core_commands.py:4236 -#: redbot/core/core_commands.py:4279 redbot/core/core_commands.py:4345 -#: redbot/core/core_commands.py:4376 +#: redbot/core/core_commands.py:1158 redbot/core/core_commands.py:1314 +#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:4282 +#: redbot/core/core_commands.py:4325 redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4422 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:1159 +#: redbot/core/core_commands.py:1164 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1161 +#: redbot/core/core_commands.py:1166 msgid "Global default: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1171 msgid "Global command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1172 +#: redbot/core/core_commands.py:1177 msgid "Guild setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1177 +#: redbot/core/core_commands.py:1182 msgid "Server command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1183 +#: redbot/core/core_commands.py:1188 msgid "Channel setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1191 msgid "User setting: {value}" msgstr "" -#: redbot/core/core_commands.py:1192 +#: redbot/core/core_commands.py:1197 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -608,15 +608,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1206 +#: redbot/core/core_commands.py:1211 msgid "Embeds are now disabled by default." msgstr "" -#: redbot/core/core_commands.py:1209 +#: redbot/core/core_commands.py:1214 msgid "Embeds are now enabled by default." msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1220 #, docstring msgid "\n" " Set the server's embed setting.\n\n" @@ -632,20 +632,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1234 redbot/core/core_commands.py:1318 -#: redbot/core/core_commands.py:1409 redbot/core/core_commands.py:1440 +#: redbot/core/core_commands.py:1239 redbot/core/core_commands.py:1323 +#: redbot/core/core_commands.py:1414 redbot/core/core_commands.py:1445 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1239 +#: redbot/core/core_commands.py:1244 msgid "Embeds are now enabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1241 +#: redbot/core/core_commands.py:1246 msgid "Embeds are now disabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1249 +#: redbot/core/core_commands.py:1254 #, docstring msgid "\n" " Sets a command's embed setting.\n\n" @@ -662,11 +662,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1278 +#: redbot/core/core_commands.py:1283 msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." msgstr "" -#: redbot/core/core_commands.py:1289 +#: redbot/core/core_commands.py:1294 #, docstring msgid "\n" " Sets a command's embed setting globally.\n\n" @@ -682,15 +682,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1375 +#: redbot/core/core_commands.py:1329 redbot/core/core_commands.py:1380 msgid "Embeds are now enabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1330 redbot/core/core_commands.py:1381 +#: redbot/core/core_commands.py:1335 redbot/core/core_commands.py:1386 msgid "Embeds are now disabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1340 +#: redbot/core/core_commands.py:1345 #, docstring msgid "\n" " Sets a commmand's embed setting for the current server.\n\n" @@ -706,11 +706,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1369 +#: redbot/core/core_commands.py:1374 msgid "Embeds will now fall back to the server setting." msgstr "" -#: redbot/core/core_commands.py:1390 +#: redbot/core/core_commands.py:1395 #, docstring msgid "\n" " Set's a channel's embed setting.\n\n" @@ -726,21 +726,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1419 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1426 #, docstring msgid "\n" " Sets personal embed setting for DMs.\n\n" @@ -756,15 +756,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1450 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1452 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1453 +#: redbot/core/core_commands.py:1458 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead.\n\n" @@ -777,11 +777,11 @@ msgid "Sends to the owner the last command exception that has occurred.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:1487 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1487 +#: redbot/core/core_commands.py:1492 #, docstring msgid "Shows [botname]'s invite url.\n\n" " This will always send the invite to DMs to keep it private.\n\n" @@ -791,12 +791,12 @@ msgid "Shows [botname]'s invite url.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1512 #, docstring msgid "Commands to setup [botname]'s invite settings." msgstr "" -#: redbot/core/core_commands.py:1512 +#: redbot/core/core_commands.py:1517 #, docstring msgid "\n" " Toggles if `[p]invite` should be accessible for the average user.\n\n" @@ -808,7 +808,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1549 +#: redbot/core/core_commands.py:1554 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -823,7 +823,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 #, docstring msgid "\n" " Leaves servers.\n\n" @@ -838,43 +855,43 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1588 +#: redbot/core/core_commands.py:1613 msgid "You need to specify at least one server ID." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:1620 msgid "You haven't passed any server ID. Do you want me to leave this server?" msgstr "" -#: redbot/core/core_commands.py:1600 +#: redbot/core/core_commands.py:1625 msgid "Are you sure you want me to leave these servers?" msgstr "" -#: redbot/core/core_commands.py:1608 +#: redbot/core/core_commands.py:1633 msgid "I cannot leave the server `{server_name}`: I am the owner of it." msgstr "" -#: redbot/core/core_commands.py:1619 +#: redbot/core/core_commands.py:1644 redbot/core/core_commands.py:2711 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:1624 +#: redbot/core/core_commands.py:1649 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1652 msgid "Alright. Leaving {number} servers..." msgstr "" -#: redbot/core/core_commands.py:1634 +#: redbot/core/core_commands.py:1659 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1636 +#: redbot/core/core_commands.py:1661 msgid "Alright, I'm not leaving those servers." msgstr "" -#: redbot/core/core_commands.py:1641 +#: redbot/core/core_commands.py:1666 #, docstring msgid "\n" " Lists the servers [botname] is currently in.\n\n" @@ -882,7 +899,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:1684 #, docstring msgid "Loads cog packages from the local paths and installed cogs.\n\n" " See packages available to load with `[p]cogs`.\n\n" @@ -895,67 +912,67 @@ msgid "Loads cog packages from the local paths and installed cogs.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1688 +#: redbot/core/core_commands.py:1713 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1693 +#: redbot/core/core_commands.py:1718 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1722 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1729 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1709 +#: redbot/core/core_commands.py:1734 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1717 redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1742 redbot/core/core_commands.py:1898 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1723 redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1748 redbot/core/core_commands.py:1904 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1732 redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1757 redbot/core/core_commands.py:1913 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1736 redbot/core/core_commands.py:1892 +#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1744 +#: redbot/core/core_commands.py:1769 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1748 +#: redbot/core/core_commands.py:1773 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1755 +#: redbot/core/core_commands.py:1780 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1786 redbot/core/core_commands.py:1942 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1780 +#: redbot/core/core_commands.py:1805 #, docstring msgid "Unloads previously loaded cog packages.\n\n" " See packages available to unload with `[p]cogs`.\n\n" @@ -967,23 +984,23 @@ msgid "Unloads previously loaded cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1798 +#: redbot/core/core_commands.py:1823 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1827 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1809 +#: redbot/core/core_commands.py:1834 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1813 +#: redbot/core/core_commands.py:1838 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1826 +#: redbot/core/core_commands.py:1851 #, docstring msgid "Reloads cog packages.\n\n" " This will unload and then load the specified cogs.\n\n" @@ -996,36 +1013,36 @@ msgid "Reloads cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:1880 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1860 +#: redbot/core/core_commands.py:1885 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1890 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1900 +#: redbot/core/core_commands.py:1925 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1904 +#: redbot/core/core_commands.py:1929 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1936 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Shuts down the bot.\n\n" " Allows [botname] to shut down gracefully.\n\n" @@ -1038,11 +1055,11 @@ msgid "Shuts down the bot.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1974 msgid "Shutting down... " msgstr "" -#: redbot/core/core_commands.py:1955 +#: redbot/core/core_commands.py:1980 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -1055,30 +1072,30 @@ msgid "Attempts to restart [botname].\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1969 +#: redbot/core/core_commands.py:1994 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:1974 +#: redbot/core/core_commands.py:1999 #, docstring msgid "Commands for changing [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1978 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1996 +#: redbot/core/core_commands.py:2021 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2042 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -1086,7 +1103,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:2039 +#: redbot/core/core_commands.py:2064 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -1101,23 +1118,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2060 +#: redbot/core/core_commands.py:2085 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:2062 +#: redbot/core/core_commands.py:2087 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2092 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2099 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2104 #, docstring msgid "\n" " Sets the bot's description.\n\n" @@ -1133,15 +1150,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2099 +#: redbot/core/core_commands.py:2124 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:2102 +#: redbot/core/core_commands.py:2127 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2141 #, docstring msgid "\n" " Adds an admin role for this guild.\n\n" @@ -1159,15 +1176,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2136 +#: redbot/core/core_commands.py:2161 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:2138 +#: redbot/core/core_commands.py:2163 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2144 +#: redbot/core/core_commands.py:2169 #, docstring msgid "\n" " Adds a moderator role for this guild.\n\n" @@ -1184,15 +1201,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2188 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:2165 +#: redbot/core/core_commands.py:2190 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2171 +#: redbot/core/core_commands.py:2196 #, docstring msgid "\n" " Removes an admin role for this guild.\n\n" @@ -1204,15 +1221,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2208 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:2185 +#: redbot/core/core_commands.py:2210 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2191 +#: redbot/core/core_commands.py:2216 #, docstring msgid "\n" " Removes a mod role for this guild.\n\n" @@ -1224,15 +1241,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2228 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2230 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2211 +#: redbot/core/core_commands.py:2236 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -1243,19 +1260,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2248 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will" msgstr "" -#: redbot/core/core_commands.py:2232 +#: redbot/core/core_commands.py:2257 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -1267,11 +1284,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2247 +#: redbot/core/core_commands.py:2272 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2280 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -1282,11 +1299,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2268 +#: redbot/core/core_commands.py:2293 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:2276 +#: redbot/core/core_commands.py:2301 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1303,15 +1320,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2321 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:2299 +#: redbot/core/core_commands.py:2324 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:2304 +#: redbot/core/core_commands.py:2329 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL.\n\n" @@ -1324,28 +1341,28 @@ msgid "Sets [botname]'s avatar\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2327 +#: redbot/core/core_commands.py:2352 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:2329 +#: redbot/core/core_commands.py:2354 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:2339 +#: redbot/core/core_commands.py:2364 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:2346 +#: redbot/core/core_commands.py:2371 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:2348 redbot/core/core_commands.py:2575 -#: redbot/core/core_commands.py:2631 redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:2373 redbot/core/core_commands.py:2600 +#: redbot/core/core_commands.py:2656 redbot/core/core_commands.py:2680 msgid "Done." msgstr "" -#: redbot/core/core_commands.py:2353 +#: redbot/core/core_commands.py:2378 #, docstring msgid "\n" " Removes [botname]'s avatar.\n\n" @@ -1354,11 +1371,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2386 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2392 #, docstring msgid "Sets [botname]'s playing status.\n\n" " This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" @@ -1371,19 +1388,19 @@ msgid "Sets [botname]'s playing status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2383 +#: redbot/core/core_commands.py:2408 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2391 +#: redbot/core/core_commands.py:2416 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:2393 +#: redbot/core/core_commands.py:2418 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:2399 +#: redbot/core/core_commands.py:2424 #, docstring msgid "Sets [botname]'s listening status.\n\n" " This will appear as `Listening to `.\n\n" @@ -1395,19 +1412,19 @@ msgid "Sets [botname]'s listening status.\n\n" " - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2416 +#: redbot/core/core_commands.py:2441 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2425 +#: redbot/core/core_commands.py:2450 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2453 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2459 #, docstring msgid "Sets [botname]'s watching status.\n\n" " This will appear as `Watching `.\n\n" @@ -1419,19 +1436,19 @@ msgid "Sets [botname]'s watching status.\n\n" " - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2475 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2482 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:2459 +#: redbot/core/core_commands.py:2484 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:2465 +#: redbot/core/core_commands.py:2490 #, docstring msgid "Sets [botname]'s competing status.\n\n" " This will appear as `Competing in `.\n\n" @@ -1443,19 +1460,19 @@ msgid "Sets [botname]'s competing status.\n\n" " - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2482 +#: redbot/core/core_commands.py:2507 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2491 +#: redbot/core/core_commands.py:2516 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:2494 +#: redbot/core/core_commands.py:2519 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:2500 +#: redbot/core/core_commands.py:2525 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1471,11 +1488,11 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:2555 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:2538 +#: redbot/core/core_commands.py:2563 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" @@ -1491,15 +1508,15 @@ msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " - `` - The text to follow `Streaming` in the status." msgstr "" -#: redbot/core/core_commands.py:2563 +#: redbot/core/core_commands.py:2588 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2591 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2580 +#: redbot/core/core_commands.py:2605 #, docstring msgid "Sets [botname]'s username.\n\n" " Maximum length for a username is 32 characters.\n\n" @@ -1512,28 +1529,28 @@ msgid "Sets [botname]'s username.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2596 +#: redbot/core/core_commands.py:2621 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2603 +#: redbot/core/core_commands.py:2628 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2609 +#: redbot/core/core_commands.py:2634 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2619 +#: redbot/core/core_commands.py:2644 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2629 +#: redbot/core/core_commands.py:2654 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2662 #, docstring msgid "Sets [botname]'s nickname for the current server.\n\n" " Maximum length for a nickname is 32 characters.\n\n" @@ -1544,15 +1561,15 @@ msgid "Sets [botname]'s nickname for the current server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2649 +#: redbot/core/core_commands.py:2674 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2653 +#: redbot/core/core_commands.py:2678 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:2660 +#: redbot/core/core_commands.py:2685 #, docstring msgid "Sets [botname]'s global prefix(es).\n\n" " Warning: This is not additive. It will replace all current prefixes.\n\n" @@ -1567,20 +1584,30 @@ msgid "Sets [botname]'s global prefix(es).\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2677 +#: redbot/core/core_commands.py:2702 +msgid "Warning: A prefix is above the recommended length (20 characters).\n" +"Do you want to continue? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:2715 +msgid "Cancelled." +msgstr "" + +#: redbot/core/core_commands.py:2719 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:2721 msgid "Prefixes set." msgstr "" -#: redbot/core/core_commands.py:2685 +#: redbot/core/core_commands.py:2727 #, docstring msgid "\n" " Sets [botname]'s server prefix(es).\n\n" " Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" -" This is not additive. It will replace all current server prefixes.\n\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 20 characters.\n\n" " **Examples:**\n" " - `[p]set serverprefix !`\n" " - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" @@ -1591,19 +1618,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2702 +#: redbot/core/core_commands.py:2745 msgid "Server prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2748 +msgid "You cannot have a prefix longer than 20 characters." +msgstr "" + +#: redbot/core/core_commands.py:2753 msgid "Server prefix set." msgstr "" -#: redbot/core/core_commands.py:2709 +#: redbot/core/core_commands.py:2755 msgid "Server prefixes set." msgstr "" -#: redbot/core/core_commands.py:2714 +#: redbot/core/core_commands.py:2760 #, docstring msgid "\n" " Changes the bot's default locale.\n\n" @@ -1620,21 +1651,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2735 redbot/core/core_commands.py:2779 -#: redbot/core/core_commands.py:2818 redbot/core/core_commands.py:2862 +#: redbot/core/core_commands.py:2781 redbot/core/core_commands.py:2825 +#: redbot/core/core_commands.py:2864 redbot/core/core_commands.py:2908 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2739 redbot/core/core_commands.py:2783 -#: redbot/core/core_commands.py:2822 redbot/core/core_commands.py:2866 +#: redbot/core/core_commands.py:2785 redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2868 redbot/core/core_commands.py:2912 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:2792 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2752 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1652,15 +1683,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2774 +#: redbot/core/core_commands.py:2820 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2789 +#: redbot/core/core_commands.py:2835 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:2795 +#: redbot/core/core_commands.py:2841 #, docstring msgid "\n" " Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1675,15 +1706,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2812 +#: redbot/core/core_commands.py:2858 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2875 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2837 +#: redbot/core/core_commands.py:2883 #, docstring msgid "\n" " Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1698,15 +1729,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2855 +#: redbot/core/core_commands.py:2901 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2873 +#: redbot/core/core_commands.py:2919 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2881 +#: redbot/core/core_commands.py:2927 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1721,19 +1752,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2898 +#: redbot/core/core_commands.py:2944 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2948 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2905 +#: redbot/core/core_commands.py:2951 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2956 #, docstring msgid "\n" " Commands to set, list or remove various external API tokens.\n\n" @@ -1750,11 +1781,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2931 +#: redbot/core/core_commands.py:2977 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2935 +#: redbot/core/core_commands.py:2981 #, docstring msgid "\n" " Show all external API services along with their keys that have been set.\n\n" @@ -1764,19 +1795,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2946 +#: redbot/core/core_commands.py:2992 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2961 +#: redbot/core/core_commands.py:3007 #, docstring msgid "\n" " Remove the given services with all their keys and tokens.\n\n" @@ -1787,20 +1818,20 @@ msgid "\n" " - `` - The services to remove." msgstr "" -#: redbot/core/core_commands.py:2976 +#: redbot/core/core_commands.py:3022 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2980 +#: redbot/core/core_commands.py:3026 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2985 +#: redbot/core/core_commands.py:3031 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2990 +#: redbot/core/core_commands.py:3036 #, docstring msgid "\n" " Commands to manage settings for the help command.\n\n" @@ -1808,7 +1839,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2999 +#: redbot/core/core_commands.py:3045 #, docstring msgid "\n" " Show the current help settings.\n\n" @@ -1818,11 +1849,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3013 +#: redbot/core/core_commands.py:3059 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:3023 +#: redbot/core/core_commands.py:3069 #, docstring msgid "\n" " This resets [botname]'s help formatter to the default formatter.\n\n" @@ -1831,11 +1862,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3032 +#: redbot/core/core_commands.py:3078 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:3041 +#: redbot/core/core_commands.py:3087 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1845,11 +1876,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3051 +#: redbot/core/core_commands.py:3097 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3105 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1865,15 +1896,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3079 +#: redbot/core/core_commands.py:3125 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:3081 +#: redbot/core/core_commands.py:3127 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:3085 +#: redbot/core/core_commands.py:3131 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1887,15 +1918,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3102 +#: redbot/core/core_commands.py:3148 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3104 +#: redbot/core/core_commands.py:3150 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3154 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1909,15 +1940,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3125 +#: redbot/core/core_commands.py:3171 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3127 +#: redbot/core/core_commands.py:3173 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3131 +#: redbot/core/core_commands.py:3177 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent to a DM.\n\n" @@ -1933,15 +1964,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3152 +#: redbot/core/core_commands.py:3198 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3154 +#: redbot/core/core_commands.py:3200 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3158 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be filtered from help.\n\n" @@ -1955,15 +1986,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3175 +#: redbot/core/core_commands.py:3221 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:3177 +#: redbot/core/core_commands.py:3223 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:3181 +#: redbot/core/core_commands.py:3227 #, docstring msgid "\n" " Sets whether the bot should respond to help commands for nonexistent topics.\n\n" @@ -1979,15 +2010,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3202 +#: redbot/core/core_commands.py:3248 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3251 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:3213 +#: redbot/core/core_commands.py:3259 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " Note: This setting only applies to embedded help.\n\n" @@ -2002,15 +2033,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3230 +#: redbot/core/core_commands.py:3276 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:3234 +#: redbot/core/core_commands.py:3280 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3238 +#: redbot/core/core_commands.py:3284 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " Note: This setting does not apply to menu help.\n\n" @@ -2026,15 +2057,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3283 +#: redbot/core/core_commands.py:3302 redbot/core/core_commands.py:3329 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:3260 +#: redbot/core/core_commands.py:3306 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3265 +#: redbot/core/core_commands.py:3311 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -2051,19 +2082,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3332 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3337 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:3293 +#: redbot/core/core_commands.py:3339 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:3297 +#: redbot/core/core_commands.py:3343 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -2077,19 +2108,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3312 +#: redbot/core/core_commands.py:3358 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:3316 +#: redbot/core/core_commands.py:3362 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:3324 +#: redbot/core/core_commands.py:3370 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:3329 +#: redbot/core/core_commands.py:3375 #, docstring msgid "Sends a message to the owner.\n\n" " This is limited to one message every 60 seconds per person.\n\n" @@ -2100,43 +2131,43 @@ msgid "Sends a message to the owner.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3341 +#: redbot/core/core_commands.py:3387 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:3344 +#: redbot/core/core_commands.py:3390 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3392 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:3347 +#: redbot/core/core_commands.py:3393 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:3352 +#: redbot/core/core_commands.py:3398 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:3354 +#: redbot/core/core_commands.py:3400 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:3359 +#: redbot/core/core_commands.py:3405 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:3430 +#: redbot/core/core_commands.py:3476 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:3432 +#: redbot/core/core_commands.py:3478 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:3437 +#: redbot/core/core_commands.py:3483 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n\n" @@ -2149,41 +2180,41 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3453 +#: redbot/core/core_commands.py:3499 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3509 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:3464 +#: redbot/core/core_commands.py:3510 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:3478 redbot/core/core_commands.py:3488 +#: redbot/core/core_commands.py:3524 redbot/core/core_commands.py:3534 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:3481 redbot/core/core_commands.py:3491 +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3537 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:3496 +#: redbot/core/core_commands.py:3542 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:3500 +#: redbot/core/core_commands.py:3546 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:3506 +#: redbot/core/core_commands.py:3552 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:3593 +#: redbot/core/core_commands.py:3639 #, docstring msgid "\n" " Commands to manage the allowlist.\n\n" @@ -2192,7 +2223,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3604 +#: redbot/core/core_commands.py:3650 #, docstring msgid "\n" " Adds users to the allowlist.\n\n" @@ -2204,15 +2235,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3663 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3619 +#: redbot/core/core_commands.py:3665 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3623 +#: redbot/core/core_commands.py:3669 #, docstring msgid "\n" " Lists users on the allowlist.\n\n" @@ -2221,21 +2252,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3635 +#: redbot/core/core_commands.py:3681 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3637 +#: redbot/core/core_commands.py:3683 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3641 redbot/core/core_commands.py:3739 +#: redbot/core/core_commands.py:3687 redbot/core/core_commands.py:3785 #: redbot/core/modlog.py:428 redbot/core/modlog.py:450 #: redbot/core/modlog.py:466 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/core_commands.py:3649 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Removes users from the allowlist.\n\n" @@ -2248,15 +2279,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3664 +#: redbot/core/core_commands.py:3710 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3666 +#: redbot/core/core_commands.py:3712 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3670 +#: redbot/core/core_commands.py:3716 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2266,11 +2297,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3725 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3684 +#: redbot/core/core_commands.py:3730 #, docstring msgid "\n" " Commands to manage the blocklist.\n\n" @@ -2278,7 +2309,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3693 +#: redbot/core/core_commands.py:3739 #, docstring msgid "\n" " Adds users to the blocklist.\n\n" @@ -2290,19 +2321,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3709 +#: redbot/core/core_commands.py:3755 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3715 +#: redbot/core/core_commands.py:3761 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3717 +#: redbot/core/core_commands.py:3763 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3721 +#: redbot/core/core_commands.py:3767 #, docstring msgid "\n" " Lists users on the blocklist.\n\n" @@ -2311,15 +2342,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3733 +#: redbot/core/core_commands.py:3779 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3735 +#: redbot/core/core_commands.py:3781 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3747 +#: redbot/core/core_commands.py:3793 #, docstring msgid "\n" " Removes users from the blocklist.\n\n" @@ -2331,15 +2362,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3760 +#: redbot/core/core_commands.py:3806 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3762 +#: redbot/core/core_commands.py:3808 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3766 +#: redbot/core/core_commands.py:3812 #, docstring msgid "\n" " Clears the blocklist.\n\n" @@ -2348,11 +2379,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3773 +#: redbot/core/core_commands.py:3819 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3779 +#: redbot/core/core_commands.py:3825 #, docstring msgid "\n" " Commands to manage the server specific allowlist.\n\n" @@ -2361,7 +2392,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3792 +#: redbot/core/core_commands.py:3838 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n\n" @@ -2374,19 +2405,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3811 +#: redbot/core/core_commands.py:3857 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:3820 +#: redbot/core/core_commands.py:3866 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3822 +#: redbot/core/core_commands.py:3868 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3826 +#: redbot/core/core_commands.py:3872 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n\n" @@ -2395,19 +2426,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3838 +#: redbot/core/core_commands.py:3884 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3840 +#: redbot/core/core_commands.py:3886 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:3844 redbot/core/core_commands.py:3966 +#: redbot/core/core_commands.py:3890 redbot/core/core_commands.py:4012 msgid "Unknown or Deleted User/Role" msgstr "" -#: redbot/core/core_commands.py:3854 +#: redbot/core/core_commands.py:3900 #, docstring msgid "\n" " Removes user or role from the allowlist.\n\n" @@ -2421,19 +2452,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3875 +#: redbot/core/core_commands.py:3921 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3883 +#: redbot/core/core_commands.py:3929 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3885 +#: redbot/core/core_commands.py:3931 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3889 +#: redbot/core/core_commands.py:3935 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2443,11 +2474,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3898 +#: redbot/core/core_commands.py:3944 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3904 +#: redbot/core/core_commands.py:3950 #, docstring msgid "\n" " Commands to manage the server specific blocklist.\n\n" @@ -2455,7 +2486,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3915 +#: redbot/core/core_commands.py:3961 #, docstring msgid "\n" " Adds a user or role to the local blocklist.\n\n" @@ -2468,27 +2499,27 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3929 +#: redbot/core/core_commands.py:3975 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3932 +#: redbot/core/core_commands.py:3978 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3935 +#: redbot/core/core_commands.py:3981 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3942 +#: redbot/core/core_commands.py:3988 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3944 +#: redbot/core/core_commands.py:3990 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3948 +#: redbot/core/core_commands.py:3994 #, docstring msgid "\n" " Lists users and roles on the server blocklist.\n\n" @@ -2497,15 +2528,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3960 +#: redbot/core/core_commands.py:4006 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3962 +#: redbot/core/core_commands.py:4008 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3976 +#: redbot/core/core_commands.py:4022 #, docstring msgid "\n" " Removes user or role from local blocklist.\n\n" @@ -2518,15 +2549,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3992 +#: redbot/core/core_commands.py:4038 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3994 +#: redbot/core/core_commands.py:4040 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3998 +#: redbot/core/core_commands.py:4044 #, docstring msgid "\n" " Clears the server blocklist.\n\n" @@ -2536,16 +2567,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4007 +#: redbot/core/core_commands.py:4053 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:4012 +#: redbot/core/core_commands.py:4058 #, docstring msgid "Commands to enable and disable commands and cogs." msgstr "" -#: redbot/core/core_commands.py:4018 +#: redbot/core/core_commands.py:4064 #, docstring msgid "Set the default state for a cog as disabled.\n\n" " This will disable the cog for all servers by default.\n" @@ -2559,20 +2590,20 @@ msgid "Set the default state for a cog as disabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4034 redbot/core/core_commands.py:4059 -#: redbot/core/core_commands.py:4079 redbot/core/core_commands.py:4109 +#: redbot/core/core_commands.py:4080 redbot/core/core_commands.py:4105 +#: redbot/core/core_commands.py:4125 redbot/core/core_commands.py:4155 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:4036 +#: redbot/core/core_commands.py:4082 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:4038 +#: redbot/core/core_commands.py:4084 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:4043 +#: redbot/core/core_commands.py:4089 #, docstring msgid "Set the default state for a cog as enabled.\n\n" " This will re-enable the cog for all servers by default.\n" @@ -2586,11 +2617,11 @@ msgid "Set the default state for a cog as enabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4061 +#: redbot/core/core_commands.py:4107 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:4066 +#: redbot/core/core_commands.py:4112 #, docstring msgid "Disable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2602,19 +2633,19 @@ msgid "Disable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4081 +#: redbot/core/core_commands.py:4127 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:4083 +#: redbot/core/core_commands.py:4129 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4086 +#: redbot/core/core_commands.py:4132 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4092 +#: redbot/core/core_commands.py:4138 #, docstring msgid "Enable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2626,15 +2657,15 @@ msgid "Enable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4104 +#: redbot/core/core_commands.py:4150 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4112 +#: redbot/core/core_commands.py:4158 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4118 +#: redbot/core/core_commands.py:4164 #, docstring msgid "List the cogs which are disabled in this server.\n\n" " **Example:**\n" @@ -2642,15 +2673,15 @@ msgid "List the cogs which are disabled in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4131 +#: redbot/core/core_commands.py:4177 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:4137 +#: redbot/core/core_commands.py:4183 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:4141 +#: redbot/core/core_commands.py:4187 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2661,7 +2692,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4158 +#: redbot/core/core_commands.py:4204 #, docstring msgid "List disabled commands globally.\n\n" " **Example:**\n" @@ -2669,19 +2700,19 @@ msgid "List disabled commands globally.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4165 +#: redbot/core/core_commands.py:4211 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:4168 +#: redbot/core/core_commands.py:4214 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4172 +#: redbot/core/core_commands.py:4218 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4180 +#: redbot/core/core_commands.py:4226 #, docstring msgid "List disabled commands in this server.\n\n" " **Example:**\n" @@ -2689,19 +2720,19 @@ msgid "List disabled commands in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4187 +#: redbot/core/core_commands.py:4233 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:4190 +#: redbot/core/core_commands.py:4236 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4194 +#: redbot/core/core_commands.py:4240 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4201 +#: redbot/core/core_commands.py:4247 #, docstring msgid "\n" " Disable a command.\n\n" @@ -2715,7 +2746,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4223 +#: redbot/core/core_commands.py:4269 #, docstring msgid "\n" " Disable a command globally.\n\n" @@ -2727,19 +2758,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4242 redbot/core/core_commands.py:4285 +#: redbot/core/core_commands.py:4288 redbot/core/core_commands.py:4331 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:4248 redbot/core/core_commands.py:4291 +#: redbot/core/core_commands.py:4294 redbot/core/core_commands.py:4337 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:4257 +#: redbot/core/core_commands.py:4303 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:4266 +#: redbot/core/core_commands.py:4312 #, docstring msgid "\n" " Disable a command in this server only.\n\n" @@ -2751,15 +2782,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4296 +#: redbot/core/core_commands.py:4342 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:4306 +#: redbot/core/core_commands.py:4352 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:4312 +#: redbot/core/core_commands.py:4358 #, docstring msgid "Enable a command.\n\n" " If you're the bot owner, this will try to enable a globally disabled command by default.\n" @@ -2772,7 +2803,7 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4332 +#: redbot/core/core_commands.py:4378 #, docstring msgid "\n" " Enable a command globally.\n\n" @@ -2784,11 +2815,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4354 +#: redbot/core/core_commands.py:4400 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:4363 +#: redbot/core/core_commands.py:4409 #, docstring msgid "\n" " Enable a command in this server.\n\n" @@ -2800,15 +2831,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4381 +#: redbot/core/core_commands.py:4427 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4437 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:4398 +#: redbot/core/core_commands.py:4444 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2822,7 +2853,7 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4419 +#: redbot/core/core_commands.py:4465 #, docstring msgid "\n" " Commands to manage server settings for immunity from automated actions.\n\n" @@ -2830,7 +2861,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4428 +#: redbot/core/core_commands.py:4474 #, docstring msgid "\n" " Gets the current members and roles configured for automatic moderation action immunity.\n\n" @@ -2839,19 +2870,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4441 +#: redbot/core/core_commands.py:4487 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4446 +#: redbot/core/core_commands.py:4492 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4450 +#: redbot/core/core_commands.py:4496 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:4459 +#: redbot/core/core_commands.py:4505 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n\n" @@ -2863,11 +2894,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4471 +#: redbot/core/core_commands.py:4517 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:4479 +#: redbot/core/core_commands.py:4525 #, docstring msgid "\n" " Remove a user or role from being immune to automated moderation actions.\n\n" @@ -2879,11 +2910,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4491 +#: redbot/core/core_commands.py:4537 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:4499 +#: redbot/core/core_commands.py:4545 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n\n" @@ -2895,15 +2926,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4511 +#: redbot/core/core_commands.py:4557 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:4513 +#: redbot/core/core_commands.py:4559 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:4518 +#: redbot/core/core_commands.py:4564 #, docstring msgid "\n" " Commands for configuring owner notifications.\n\n" @@ -2911,7 +2942,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4527 +#: redbot/core/core_commands.py:4573 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2923,7 +2954,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4546 +#: redbot/core/core_commands.py:4592 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n\n" @@ -2934,7 +2965,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4565 +#: redbot/core/core_commands.py:4611 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n\n" @@ -2946,7 +2977,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4591 +#: redbot/core/core_commands.py:4637 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n\n" @@ -2958,7 +2989,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4615 +#: redbot/core/core_commands.py:4661 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n\n" @@ -2967,15 +2998,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4625 +#: redbot/core/core_commands.py:4671 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:4636 +#: redbot/core/core_commands.py:4682 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:4667 +#: redbot/core/core_commands.py:4713 #, docstring msgid "\n" " Commands to add servers or channels to the ignore list.\n\n" @@ -2984,7 +3015,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4677 +#: redbot/core/core_commands.py:4723 #, docstring msgid "\n" " List the currently ignored servers and channels.\n\n" @@ -2993,7 +3024,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4692 +#: redbot/core/core_commands.py:4738 #, docstring msgid "\n" " Ignore commands in the channel or category.\n\n" @@ -3009,15 +3040,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4712 +#: redbot/core/core_commands.py:4758 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:4714 +#: redbot/core/core_commands.py:4760 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:4719 +#: redbot/core/core_commands.py:4765 #, docstring msgid "\n" " Ignore commands in this server.\n\n" @@ -3027,20 +3058,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4730 +#: redbot/core/core_commands.py:4776 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:4732 +#: redbot/core/core_commands.py:4778 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:4738 +#: redbot/core/core_commands.py:4784 #, docstring msgid "Commands to remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4746 +#: redbot/core/core_commands.py:4792 #, docstring msgid "\n" " Remove a channel or category from the ignore list.\n\n" @@ -3055,15 +3086,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4765 +#: redbot/core/core_commands.py:4811 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:4767 +#: redbot/core/core_commands.py:4813 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4772 +#: redbot/core/core_commands.py:4818 #, docstring msgid "\n" " Remove this server from the ignore list.\n\n" @@ -3072,24 +3103,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4781 +#: redbot/core/core_commands.py:4827 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4783 +#: redbot/core/core_commands.py:4829 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4789 +#: redbot/core/core_commands.py:4835 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:4801 +#: redbot/core/core_commands.py:4847 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:4816 +#: redbot/core/core_commands.py:4862 #, docstring msgid "\n" " Get info about Red's licenses.\n" @@ -3122,7 +3153,7 @@ msgid "Evaluate a statement of python code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:166 +#: redbot/core/dev_commands.py:167 #, docstring msgid "Execute asynchronous code.\n\n" " This command wraps code into the body of an async function and then\n" @@ -3142,7 +3173,7 @@ msgid "Execute asynchronous code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:220 +#: redbot/core/dev_commands.py:221 #, docstring msgid "Open an interactive REPL.\n\n" " The REPL will only recognise code as messages which start with a\n" @@ -3151,51 +3182,51 @@ msgid "Open an interactive REPL.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:229 +#: redbot/core/dev_commands.py:230 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "" -#: redbot/core/dev_commands.py:233 +#: redbot/core/dev_commands.py:234 msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." msgstr "" -#: redbot/core/dev_commands.py:244 +#: redbot/core/dev_commands.py:245 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." msgstr "" -#: redbot/core/dev_commands.py:258 +#: redbot/core/dev_commands.py:259 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:309 +#: redbot/core/dev_commands.py:310 msgid "Unexpected error: `{}`" msgstr "" -#: redbot/core/dev_commands.py:313 +#: redbot/core/dev_commands.py:314 #, docstring msgid "Pauses/resumes the REPL running in the current channel" msgstr "" -#: redbot/core/dev_commands.py:315 +#: redbot/core/dev_commands.py:316 msgid "There is no currently running REPL session in this channel." msgstr "" -#: redbot/core/dev_commands.py:323 +#: redbot/core/dev_commands.py:324 msgid "The REPL session in this channel has been resumed." msgstr "" -#: redbot/core/dev_commands.py:325 +#: redbot/core/dev_commands.py:326 msgid "The REPL session in this channel is now paused." msgstr "" -#: redbot/core/dev_commands.py:330 +#: redbot/core/dev_commands.py:331 #, docstring msgid "Mock another user invoking a command.\n\n" " The prefix must not be entered.\n" " " msgstr "" -#: redbot/core/dev_commands.py:343 +#: redbot/core/dev_commands.py:344 #, docstring msgid "Dispatch a message event as if it were sent by a different user.\n\n" " Only reads the raw content of the message. Attachments, embeds etc. are\n" @@ -3203,17 +3234,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:364 +#: redbot/core/dev_commands.py:365 #, docstring msgid "Give bot owners the ability to bypass cooldowns.\n\n" " Does not persist through restarts." msgstr "" -#: redbot/core/dev_commands.py:372 +#: redbot/core/dev_commands.py:373 msgid "Bot owners will now bypass all commands with cooldowns." msgstr "" -#: redbot/core/dev_commands.py:374 +#: redbot/core/dev_commands.py:375 msgid "Bot owners will no longer bypass all commands with cooldowns." msgstr "" diff --git a/redbot/core/locales/ar-SA.po b/redbot/core/locales/ar-SA.po index 5bbbf8c52..d745d3352 100644 --- a/redbot/core/locales/ar-SA.po +++ b/redbot/core/locales/ar-SA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-05-25 16:04+0000\n" +"POT-Creation-Date: 2021-06-12 15:52+0000\n" "Last-Translator: \n" "Language-Team: Arabic\n" "MIME-Version: 1.0\n" @@ -142,15 +142,15 @@ msgstr "**{} تم تحميل:**\n" msgid "**{} unloaded:**\n" msgstr "**{} تم تحميل:**\n" -#: redbot/core/core_commands.py:179 +#: redbot/core/core_commands.py:181 msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:184 +#: redbot/core/core_commands.py:186 msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:393 +#: redbot/core/core_commands.py:398 #, docstring msgid "\n" " The Core cog has many commands related to core functions.\n\n" @@ -158,95 +158,95 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:410 #, docstring msgid "Pong." msgstr "البوت يعمل!" -#: redbot/core/core_commands.py:410 +#: redbot/core/core_commands.py:415 #, docstring msgid "Shows info about [botname].\n\n" " See `[p]set custominfo` to customize.\n" " " msgstr "" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:445 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by team" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by" msgstr "مالك البوت" -#: redbot/core/core_commands.py:456 +#: redbot/core/core_commands.py:461 msgid "Red version" msgstr "discord Bot by Lord_X\n" "#1770" -#: redbot/core/core_commands.py:459 redbot/core/core_commands.py:515 +#: redbot/core/core_commands.py:464 redbot/core/core_commands.py:520 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:463 redbot/core/core_commands.py:519 +#: redbot/core/core_commands.py:468 redbot/core/core_commands.py:524 msgid "Checking for updates failed." msgstr "فشل التحقق من وجود تحديث." -#: redbot/core/core_commands.py:464 +#: redbot/core/core_commands.py:469 msgid "Outdated" msgstr "عفا عليها الزمن!" -#: redbot/core/core_commands.py:466 +#: redbot/core/core_commands.py:471 msgid "About this instance" msgstr "عن مثيل الخادوم هذا" -#: redbot/core/core_commands.py:467 +#: redbot/core/core_commands.py:472 msgid "About Red" msgstr "حول discord bot by Lord_X\n" "#1770" -#: redbot/core/core_commands.py:470 redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:475 redbot/core/core_commands.py:533 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "جلب الفرحة منذ 02 يان 2016 (أكثر من {} أيام مضت!)" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:483 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:489 +#: redbot/core/core_commands.py:494 msgid "Instance owned by team: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:501 +#: redbot/core/core_commands.py:506 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:520 +#: redbot/core/core_commands.py:525 msgid "Outdated: [{state}]\n" msgstr "" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:528 msgid "**About Red**\n" msgstr "" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:539 msgid "**About this instance**\n" msgstr "" -#: redbot/core/core_commands.py:536 +#: redbot/core/core_commands.py:541 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -257,20 +257,20 @@ msgid "**References**\n" "7. <{}>\n" msgstr "" -#: redbot/core/core_commands.py:552 +#: redbot/core/core_commands.py:557 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:555 +#: redbot/core/core_commands.py:560 msgid "Less than one second" msgstr "أقل من ثانية واحدة" -#: redbot/core/core_commands.py:557 +#: redbot/core/core_commands.py:562 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "تم إنشاؤه: **{time_quantity}** (منذ {timestamp} UTC)" -#: redbot/core/core_commands.py:564 +#: redbot/core/core_commands.py:569 #, docstring msgid "\n" " Commands which interact with the data [botname] has about you.\n\n" @@ -278,7 +278,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:575 +#: redbot/core/core_commands.py:580 #, docstring msgid "\n" " Find out what type of data [botname] stores and why.\n\n" @@ -287,12 +287,12 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:585 +#: redbot/core/core_commands.py:590 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:604 +#: redbot/core/core_commands.py:609 #, docstring msgid "View the End User Data statements of each 3rd-party module.\n\n" " This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" @@ -301,39 +301,39 @@ msgid "View the End User Data statements of each 3rd-party module.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:615 +#: redbot/core/core_commands.py:620 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:625 +#: redbot/core/core_commands.py:630 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:645 +#: redbot/core/core_commands.py:650 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:647 +#: redbot/core/core_commands.py:652 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:652 +#: redbot/core/core_commands.py:657 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:668 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:679 +#: redbot/core/core_commands.py:684 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:684 +#: redbot/core/core_commands.py:689 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:695 +#: redbot/core/core_commands.py:700 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -345,63 +345,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:710 +#: redbot/core/core_commands.py:715 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:717 +#: redbot/core/core_commands.py:722 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:727 +#: redbot/core/core_commands.py:732 msgid "This may take some time." msgstr "" -#: redbot/core/core_commands.py:740 +#: redbot/core/core_commands.py:745 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:755 +#: redbot/core/core_commands.py:760 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:765 +#: redbot/core/core_commands.py:770 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:775 +#: redbot/core/core_commands.py:780 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:783 redbot/core/core_commands.py:950 -#: redbot/core/core_commands.py:1036 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:788 redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:1041 redbot/core/core_commands.py:1112 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:793 +#: redbot/core/core_commands.py:798 #, docstring msgid "[Coming Soon] Get what data [botname] has about you." msgstr "" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:800 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:804 +#: redbot/core/core_commands.py:809 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:810 +#: redbot/core/core_commands.py:815 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -412,11 +412,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:821 +#: redbot/core/core_commands.py:826 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:834 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n\n" @@ -426,11 +426,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:838 +#: redbot/core/core_commands.py:843 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:847 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -444,15 +444,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:859 +#: redbot/core/core_commands.py:864 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:867 +#: redbot/core/core_commands.py:872 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:878 +#: redbot/core/core_commands.py:883 #, docstring msgid "\n" " Handle a deletion request from Discord.\n\n" @@ -465,34 +465,34 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:892 +#: redbot/core/core_commands.py:897 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:915 redbot/core/core_commands.py:1072 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +#: redbot/core/core_commands.py:930 redbot/core/core_commands.py:1087 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +#: redbot/core/core_commands.py:941 redbot/core/core_commands.py:1098 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +#: redbot/core/core_commands.py:951 redbot/core/core_commands.py:1108 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:957 +#: redbot/core/core_commands.py:962 #, docstring msgid "Delete data [botname] has about a user for a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" @@ -503,34 +503,34 @@ msgid "Delete data [botname] has about a user for a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:973 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:991 +#: redbot/core/core_commands.py:996 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1006 +#: redbot/core/core_commands.py:1011 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1017 +#: redbot/core/core_commands.py:1022 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1033 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1048 #, docstring msgid "Delete data [botname] has about a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" @@ -540,12 +540,12 @@ msgid "Delete data [botname] has about a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1053 +#: redbot/core/core_commands.py:1058 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1114 +#: redbot/core/core_commands.py:1119 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -565,7 +565,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1136 +#: redbot/core/core_commands.py:1141 #, docstring msgid "\n" " Show the current embed settings.\n\n" @@ -579,42 +579,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1153 redbot/core/core_commands.py:1309 -#: redbot/core/core_commands.py:1360 redbot/core/core_commands.py:4236 -#: redbot/core/core_commands.py:4279 redbot/core/core_commands.py:4345 -#: redbot/core/core_commands.py:4376 +#: redbot/core/core_commands.py:1158 redbot/core/core_commands.py:1314 +#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:4282 +#: redbot/core/core_commands.py:4325 redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4422 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "لم أستطع العثور على هذا الأمر. يرجى ملاحظة أنه حساس لحالة الأحرف." -#: redbot/core/core_commands.py:1159 +#: redbot/core/core_commands.py:1164 msgid "Embed settings:\n\n" msgstr "تضمين الإعدادات:\n\n" -#: redbot/core/core_commands.py:1161 +#: redbot/core/core_commands.py:1166 msgid "Global default: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1171 msgid "Global command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1172 +#: redbot/core/core_commands.py:1177 msgid "Guild setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1177 +#: redbot/core/core_commands.py:1182 msgid "Server command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1183 +#: redbot/core/core_commands.py:1188 msgid "Channel setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1191 msgid "User setting: {value}" msgstr "" -#: redbot/core/core_commands.py:1192 +#: redbot/core/core_commands.py:1197 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -626,15 +626,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1206 +#: redbot/core/core_commands.py:1211 msgid "Embeds are now disabled by default." msgstr "" -#: redbot/core/core_commands.py:1209 +#: redbot/core/core_commands.py:1214 msgid "Embeds are now enabled by default." msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1220 #, docstring msgid "\n" " Set the server's embed setting.\n\n" @@ -650,20 +650,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1234 redbot/core/core_commands.py:1318 -#: redbot/core/core_commands.py:1409 redbot/core/core_commands.py:1440 +#: redbot/core/core_commands.py:1239 redbot/core/core_commands.py:1323 +#: redbot/core/core_commands.py:1414 redbot/core/core_commands.py:1445 msgid "Embeds will now fall back to the global setting." msgstr "وستعود المداخن الآن إلى الوضع العالمي." -#: redbot/core/core_commands.py:1239 +#: redbot/core/core_commands.py:1244 msgid "Embeds are now enabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1241 +#: redbot/core/core_commands.py:1246 msgid "Embeds are now disabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1249 +#: redbot/core/core_commands.py:1254 #, docstring msgid "\n" " Sets a command's embed setting.\n\n" @@ -680,11 +680,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1278 +#: redbot/core/core_commands.py:1283 msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." msgstr "" -#: redbot/core/core_commands.py:1289 +#: redbot/core/core_commands.py:1294 #, docstring msgid "\n" " Sets a command's embed setting globally.\n\n" @@ -700,15 +700,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1375 +#: redbot/core/core_commands.py:1329 redbot/core/core_commands.py:1380 msgid "Embeds are now enabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1330 redbot/core/core_commands.py:1381 +#: redbot/core/core_commands.py:1335 redbot/core/core_commands.py:1386 msgid "Embeds are now disabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1340 +#: redbot/core/core_commands.py:1345 #, docstring msgid "\n" " Sets a commmand's embed setting for the current server.\n\n" @@ -724,11 +724,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1369 +#: redbot/core/core_commands.py:1374 msgid "Embeds will now fall back to the server setting." msgstr "" -#: redbot/core/core_commands.py:1390 +#: redbot/core/core_commands.py:1395 #, docstring msgid "\n" " Set's a channel's embed setting.\n\n" @@ -744,21 +744,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1419 msgid "Embeds are now {} for this channel." msgstr "مضمن الآن {} لهذه القناة." -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "enabled" msgstr "مفعّل" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "disabled" msgstr "معطل" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1426 #, docstring msgid "\n" " Sets personal embed setting for DMs.\n\n" @@ -774,15 +774,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1450 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1452 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1453 +#: redbot/core/core_commands.py:1458 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead.\n\n" @@ -795,11 +795,11 @@ msgid "Sends to the owner the last command exception that has occurred.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:1487 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1487 +#: redbot/core/core_commands.py:1492 #, docstring msgid "Shows [botname]'s invite url.\n\n" " This will always send the invite to DMs to keep it private.\n\n" @@ -809,12 +809,12 @@ msgid "Shows [botname]'s invite url.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1512 #, docstring msgid "Commands to setup [botname]'s invite settings." msgstr "" -#: redbot/core/core_commands.py:1512 +#: redbot/core/core_commands.py:1517 #, docstring msgid "\n" " Toggles if `[p]invite` should be accessible for the average user.\n\n" @@ -826,7 +826,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1549 +#: redbot/core/core_commands.py:1554 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -841,7 +841,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 #, docstring msgid "\n" " Leaves servers.\n\n" @@ -856,43 +873,43 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1588 +#: redbot/core/core_commands.py:1613 msgid "You need to specify at least one server ID." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:1620 msgid "You haven't passed any server ID. Do you want me to leave this server?" msgstr "" -#: redbot/core/core_commands.py:1600 +#: redbot/core/core_commands.py:1625 msgid "Are you sure you want me to leave these servers?" msgstr "" -#: redbot/core/core_commands.py:1608 +#: redbot/core/core_commands.py:1633 msgid "I cannot leave the server `{server_name}`: I am the owner of it." msgstr "" -#: redbot/core/core_commands.py:1619 +#: redbot/core/core_commands.py:1644 redbot/core/core_commands.py:2711 msgid "Response timed out." msgstr "انتهت مهلة الرد." -#: redbot/core/core_commands.py:1624 +#: redbot/core/core_commands.py:1649 msgid "Alright. Bye :wave:" msgstr "حسناً. باي :wave:" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1652 msgid "Alright. Leaving {number} servers..." msgstr "" -#: redbot/core/core_commands.py:1634 +#: redbot/core/core_commands.py:1659 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1636 +#: redbot/core/core_commands.py:1661 msgid "Alright, I'm not leaving those servers." msgstr "" -#: redbot/core/core_commands.py:1641 +#: redbot/core/core_commands.py:1666 #, docstring msgid "\n" " Lists the servers [botname] is currently in.\n\n" @@ -900,7 +917,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:1684 #, docstring msgid "Loads cog packages from the local paths and installed cogs.\n\n" " See packages available to load with `[p]cogs`.\n\n" @@ -913,71 +930,71 @@ msgid "Loads cog packages from the local paths and installed cogs.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1688 +#: redbot/core/core_commands.py:1713 msgid "Loaded {packs}." msgstr "تم تحميل {packs}." -#: redbot/core/core_commands.py:1693 +#: redbot/core/core_commands.py:1718 msgid "The following package is already loaded: {pack}" msgstr "تم تحميل الحزمة التالية مسبقاً: {pack}" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1722 msgid "The following packages are already loaded: {packs}" msgstr "الحزم التالية تم تحميلها بالفعل: {packs}" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1729 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "فشل تحميل الحزمة التالية: {pack}.\n" "تحقق من وحدة التحكم الخاصة بك أو سجلات للحصول على التفاصيل." -#: redbot/core/core_commands.py:1709 +#: redbot/core/core_commands.py:1734 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "فشل تحميل الحزم التالية: {packs}\n" "تحقق من وحدة التحكم الخاصة بك أو سجلات للحصول على التفاصيل." -#: redbot/core/core_commands.py:1717 redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1742 redbot/core/core_commands.py:1898 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1723 redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1748 redbot/core/core_commands.py:1904 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1732 redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1757 redbot/core/core_commands.py:1913 msgid "The following package was not found in any cog path: {pack}." msgstr "لم يتم العثور على الحزمة التالية في أي مسار الكود: {pack}." -#: redbot/core/core_commands.py:1736 redbot/core/core_commands.py:1892 +#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 msgid "The following packages were not found in any cog path: {packs}" msgstr "لم يتم العثور على الحزم التالية في أي مسار الكود: {packs}" -#: redbot/core/core_commands.py:1744 +#: redbot/core/core_commands.py:1769 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "تعذر تحميل هذه الحزمة للسبب التالي:\n\n" "{reason}" -#: redbot/core/core_commands.py:1748 +#: redbot/core/core_commands.py:1773 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "لا يمكن تحميل هذه الحزم للأسباب التالية:\n\n" "{reasons}" -#: redbot/core/core_commands.py:1755 +#: redbot/core/core_commands.py:1780 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1786 redbot/core/core_commands.py:1942 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1780 +#: redbot/core/core_commands.py:1805 #, docstring msgid "Unloads previously loaded cog packages.\n\n" " See packages available to unload with `[p]cogs`.\n\n" @@ -989,23 +1006,23 @@ msgid "Unloads previously loaded cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1798 +#: redbot/core/core_commands.py:1823 msgid "The following package was unloaded: {pack}." msgstr "الحزم التالية تم تحميلها بالفعل: {pack}." -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1827 msgid "The following packages were unloaded: {packs}." msgstr "تم تحميل الحزمة التالية مسبقاً: {packs}." -#: redbot/core/core_commands.py:1809 +#: redbot/core/core_commands.py:1834 msgid "The following package was not loaded: {pack}." msgstr "تم تحميل الحزمة التالية مسبقاً: {pack}." -#: redbot/core/core_commands.py:1813 +#: redbot/core/core_commands.py:1838 msgid "The following packages were not loaded: {packs}." msgstr "تم تحميل الحزمة التالية مسبقاً: {packs}." -#: redbot/core/core_commands.py:1826 +#: redbot/core/core_commands.py:1851 #, docstring msgid "Reloads cog packages.\n\n" " This will unload and then load the specified cogs.\n\n" @@ -1018,40 +1035,40 @@ msgid "Reloads cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:1880 msgid "Reloaded {packs}." msgstr "تم تحميله {packs}." -#: redbot/core/core_commands.py:1860 +#: redbot/core/core_commands.py:1885 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "فشل في إعادة تحميل الحزمة التالية: {pack}.\n" "تحقق من وحدة التحكم الخاصة بك أو سجلات للحصول على التفاصيل." -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1890 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "فشل في إعادة تحميل الحزم التالية: {packs}\n" "تحقق من وحدة التحكم الخاصة بك أو سجلات للحصول على التفاصيل." -#: redbot/core/core_commands.py:1900 +#: redbot/core/core_commands.py:1925 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "تعذر إعادة تحميل هذه الحزمة للسبب التالي:\n\n" "{reason}" -#: redbot/core/core_commands.py:1904 +#: redbot/core/core_commands.py:1929 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "لا يمكن إعادة تحميل هذه الحزم للأسباب التالية:\n\n" "{reasons}" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1936 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Shuts down the bot.\n\n" " Allows [botname] to shut down gracefully.\n\n" @@ -1064,11 +1081,11 @@ msgid "Shuts down the bot.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1974 msgid "Shutting down... " msgstr "إيقاف التشغيل... " -#: redbot/core/core_commands.py:1955 +#: redbot/core/core_commands.py:1980 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -1081,30 +1098,30 @@ msgid "Attempts to restart [botname].\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1969 +#: redbot/core/core_commands.py:1994 msgid "Restarting..." msgstr "جاري إعادة التشغيل..." -#: redbot/core/core_commands.py:1974 +#: redbot/core/core_commands.py:1999 #, docstring msgid "Commands for changing [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1978 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1996 +#: redbot/core/core_commands.py:2021 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2042 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -1112,7 +1129,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:2039 +#: redbot/core/core_commands.py:2064 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -1127,23 +1144,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2060 +#: redbot/core/core_commands.py:2085 msgid "Command deleting disabled." msgstr "تم تعطيل حذف الأمر." -#: redbot/core/core_commands.py:2062 +#: redbot/core/core_commands.py:2087 msgid "Delete delay set to {num} seconds." msgstr "حذف تعيين التأخير إلى {num} ثانية." -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2092 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "بوت سيقوم بحذف رسائل الأوامر بعد {num} ثانية. قم بتعيين هذه القيمة إلى -1 لإيقاف حذف الرسائل" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2099 msgid "I will not delete command messages." msgstr "لن أحذف رسائل الأوامر." -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2104 #, docstring msgid "\n" " Sets the bot's description.\n\n" @@ -1159,15 +1176,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2099 +#: redbot/core/core_commands.py:2124 msgid "Description reset." msgstr "إعادة تعيين الوصف." -#: redbot/core/core_commands.py:2102 +#: redbot/core/core_commands.py:2127 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2141 #, docstring msgid "\n" " Adds an admin role for this guild.\n\n" @@ -1185,15 +1202,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2136 +#: redbot/core/core_commands.py:2161 msgid "This role is already an admin role." msgstr "وهذا الدور هو بالفعل دور المدير." -#: redbot/core/core_commands.py:2138 +#: redbot/core/core_commands.py:2163 msgid "That role is now considered an admin role." msgstr "وهذا الدور يعتبر الآن دور admin." -#: redbot/core/core_commands.py:2144 +#: redbot/core/core_commands.py:2169 #, docstring msgid "\n" " Adds a moderator role for this guild.\n\n" @@ -1210,15 +1227,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2188 msgid "This role is already a mod role." msgstr "وهذا الرتبة هى بالفعل دور admin." -#: redbot/core/core_commands.py:2165 +#: redbot/core/core_commands.py:2190 msgid "That role is now considered a mod role." msgstr "وهذا الدور يعتبر الآن دور mod." -#: redbot/core/core_commands.py:2171 +#: redbot/core/core_commands.py:2196 #, docstring msgid "\n" " Removes an admin role for this guild.\n\n" @@ -1230,15 +1247,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2208 msgid "That role was not an admin role to begin with." msgstr "وهذا الدور ليس رتبة admin في البداية." -#: redbot/core/core_commands.py:2185 +#: redbot/core/core_commands.py:2210 msgid "That role is no longer considered an admin role." msgstr "وهذا الرتبة يعتبر الآن دور admin." -#: redbot/core/core_commands.py:2191 +#: redbot/core/core_commands.py:2216 #, docstring msgid "\n" " Removes a mod role for this guild.\n\n" @@ -1250,15 +1267,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2228 msgid "That role was not a mod role to begin with." msgstr "وهذا الدور ليس رتبة admin في البداية." -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2230 msgid "That role is no longer considered a mod role." msgstr "وهذا الرتبة يعتبر الآن دور mod." -#: redbot/core/core_commands.py:2211 +#: redbot/core/core_commands.py:2236 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -1269,19 +1286,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2248 msgid "The bot {} use its configured color for embeds." msgstr "يستخدم البوت {} لون التكوين الخاص به للتضمينات." -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will not" msgstr "لن" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will" msgstr "سوف" -#: redbot/core/core_commands.py:2232 +#: redbot/core/core_commands.py:2257 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -1293,11 +1310,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2247 +#: redbot/core/core_commands.py:2272 msgid "Fuzzy command search has been {} for this server." msgstr "تم البحث عن أمر غامض {} لهذا الخادم." -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2280 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -1308,11 +1325,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2268 +#: redbot/core/core_commands.py:2293 msgid "Fuzzy command search has been {} in DMs." msgstr "تم البحث عن أمر غامض {} لهذا الخادم." -#: redbot/core/core_commands.py:2276 +#: redbot/core/core_commands.py:2301 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1329,15 +1346,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2321 msgid "The color has been reset." msgstr "تم إعادة تعيين اللون." -#: redbot/core/core_commands.py:2299 +#: redbot/core/core_commands.py:2324 msgid "The color has been set." msgstr "تم تعيين اللون." -#: redbot/core/core_commands.py:2304 +#: redbot/core/core_commands.py:2329 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL.\n\n" @@ -1350,28 +1367,28 @@ msgid "Sets [botname]'s avatar\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2327 +#: redbot/core/core_commands.py:2352 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:2329 +#: redbot/core/core_commands.py:2354 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:2339 +#: redbot/core/core_commands.py:2364 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:2346 +#: redbot/core/core_commands.py:2371 msgid "JPG / PNG format only." msgstr "صيغة JPG / PNG فقط." -#: redbot/core/core_commands.py:2348 redbot/core/core_commands.py:2575 -#: redbot/core/core_commands.py:2631 redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:2373 redbot/core/core_commands.py:2600 +#: redbot/core/core_commands.py:2656 redbot/core/core_commands.py:2680 msgid "Done." msgstr "تم." -#: redbot/core/core_commands.py:2353 +#: redbot/core/core_commands.py:2378 #, docstring msgid "\n" " Removes [botname]'s avatar.\n\n" @@ -1380,11 +1397,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2386 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2392 #, docstring msgid "Sets [botname]'s playing status.\n\n" " This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" @@ -1397,19 +1414,19 @@ msgid "Sets [botname]'s playing status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2383 +#: redbot/core/core_commands.py:2408 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2391 +#: redbot/core/core_commands.py:2416 msgid "Status set to ``Playing {game.name}``." msgstr "تم تعيين الحالة إلى ``تشغيل {game.name}``." -#: redbot/core/core_commands.py:2393 +#: redbot/core/core_commands.py:2418 msgid "Game cleared." msgstr "تم مسح اللعبة." -#: redbot/core/core_commands.py:2399 +#: redbot/core/core_commands.py:2424 #, docstring msgid "Sets [botname]'s listening status.\n\n" " This will appear as `Listening to `.\n\n" @@ -1421,19 +1438,19 @@ msgid "Sets [botname]'s listening status.\n\n" " - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2416 +#: redbot/core/core_commands.py:2441 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2425 +#: redbot/core/core_commands.py:2450 msgid "Status set to ``Listening to {listening}``." msgstr "تم تعيين الحالة إلى ``الاستماع إلى {listening}``." -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2453 msgid "Listening cleared." msgstr "تم مسح الإستماع." -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2459 #, docstring msgid "Sets [botname]'s watching status.\n\n" " This will appear as `Watching `.\n\n" @@ -1445,19 +1462,19 @@ msgid "Sets [botname]'s watching status.\n\n" " - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2475 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2482 msgid "Status set to ``Watching {watching}``." msgstr "تم تعيين الحالة إلى ``تشغيل {watching}``." -#: redbot/core/core_commands.py:2459 +#: redbot/core/core_commands.py:2484 msgid "Watching cleared." msgstr "تم مسح المشاهدة." -#: redbot/core/core_commands.py:2465 +#: redbot/core/core_commands.py:2490 #, docstring msgid "Sets [botname]'s competing status.\n\n" " This will appear as `Competing in `.\n\n" @@ -1469,19 +1486,19 @@ msgid "Sets [botname]'s competing status.\n\n" " - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2482 +#: redbot/core/core_commands.py:2507 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2491 +#: redbot/core/core_commands.py:2516 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:2494 +#: redbot/core/core_commands.py:2519 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:2500 +#: redbot/core/core_commands.py:2525 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1497,11 +1514,11 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:2555 msgid "Status changed to {}." msgstr "تغيرت الحالة إلى {}." -#: redbot/core/core_commands.py:2538 +#: redbot/core/core_commands.py:2563 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" @@ -1517,15 +1534,15 @@ msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " - `` - The text to follow `Streaming` in the status." msgstr "" -#: redbot/core/core_commands.py:2563 +#: redbot/core/core_commands.py:2588 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2591 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2580 +#: redbot/core/core_commands.py:2605 #, docstring msgid "Sets [botname]'s username.\n\n" " Maximum length for a username is 32 characters.\n\n" @@ -1538,28 +1555,28 @@ msgid "Sets [botname]'s username.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2596 +#: redbot/core/core_commands.py:2621 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2603 +#: redbot/core/core_commands.py:2628 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2609 +#: redbot/core/core_commands.py:2634 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2619 +#: redbot/core/core_commands.py:2644 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2629 +#: redbot/core/core_commands.py:2654 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2662 #, docstring msgid "Sets [botname]'s nickname for the current server.\n\n" " Maximum length for a nickname is 32 characters.\n\n" @@ -1570,15 +1587,15 @@ msgid "Sets [botname]'s nickname for the current server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2649 +#: redbot/core/core_commands.py:2674 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2653 +#: redbot/core/core_commands.py:2678 msgid "I lack the permissions to change my own nickname." msgstr "أنت تفتقر إلى الصلاحيات لتغيير اسمي المستعار." -#: redbot/core/core_commands.py:2660 +#: redbot/core/core_commands.py:2685 #, docstring msgid "Sets [botname]'s global prefix(es).\n\n" " Warning: This is not additive. It will replace all current prefixes.\n\n" @@ -1593,20 +1610,30 @@ msgid "Sets [botname]'s global prefix(es).\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2677 +#: redbot/core/core_commands.py:2702 +msgid "Warning: A prefix is above the recommended length (20 characters).\n" +"Do you want to continue? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:2715 +msgid "Cancelled." +msgstr "تم الإلغاء." + +#: redbot/core/core_commands.py:2719 msgid "Prefix set." msgstr "تم تعيين prefix." -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:2721 msgid "Prefixes set." msgstr "" -#: redbot/core/core_commands.py:2685 +#: redbot/core/core_commands.py:2727 #, docstring msgid "\n" " Sets [botname]'s server prefix(es).\n\n" " Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" -" This is not additive. It will replace all current server prefixes.\n\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 20 characters.\n\n" " **Examples:**\n" " - `[p]set serverprefix !`\n" " - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" @@ -1617,19 +1644,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2702 +#: redbot/core/core_commands.py:2745 msgid "Server prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2748 +msgid "You cannot have a prefix longer than 20 characters." +msgstr "" + +#: redbot/core/core_commands.py:2753 msgid "Server prefix set." msgstr "" -#: redbot/core/core_commands.py:2709 +#: redbot/core/core_commands.py:2755 msgid "Server prefixes set." msgstr "" -#: redbot/core/core_commands.py:2714 +#: redbot/core/core_commands.py:2760 #, docstring msgid "\n" " Changes the bot's default locale.\n\n" @@ -1646,21 +1677,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2735 redbot/core/core_commands.py:2779 -#: redbot/core/core_commands.py:2818 redbot/core/core_commands.py:2862 +#: redbot/core/core_commands.py:2781 redbot/core/core_commands.py:2825 +#: redbot/core/core_commands.py:2864 redbot/core/core_commands.py:2908 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2739 redbot/core/core_commands.py:2783 -#: redbot/core/core_commands.py:2822 redbot/core/core_commands.py:2866 +#: redbot/core/core_commands.py:2785 redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2868 redbot/core/core_commands.py:2912 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:2792 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2752 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1678,15 +1709,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2774 +#: redbot/core/core_commands.py:2820 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2789 +#: redbot/core/core_commands.py:2835 msgid "Locale has been set." msgstr "تم تعيين الان." -#: redbot/core/core_commands.py:2795 +#: redbot/core/core_commands.py:2841 #, docstring msgid "\n" " Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1701,15 +1732,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2812 +#: redbot/core/core_commands.py:2858 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2875 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2837 +#: redbot/core/core_commands.py:2883 #, docstring msgid "\n" " Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1724,15 +1755,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2855 +#: redbot/core/core_commands.py:2901 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2873 +#: redbot/core/core_commands.py:2919 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2881 +#: redbot/core/core_commands.py:2927 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1747,19 +1778,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2898 +#: redbot/core/core_commands.py:2944 msgid "The custom text has been cleared." msgstr "تم مسح سجل النظام." -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2948 msgid "The custom text has been set." msgstr "تم تعيين النص المخصص." -#: redbot/core/core_commands.py:2905 +#: redbot/core/core_commands.py:2951 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2956 #, docstring msgid "\n" " Commands to set, list or remove various external API tokens.\n\n" @@ -1776,11 +1807,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2931 +#: redbot/core/core_commands.py:2977 msgid "`{service}` API tokens have been set." msgstr "تم تعيين رمز API{service}." -#: redbot/core/core_commands.py:2935 +#: redbot/core/core_commands.py:2981 #, docstring msgid "\n" " Show all external API services along with their keys that have been set.\n\n" @@ -1790,19 +1821,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2946 +#: redbot/core/core_commands.py:2992 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2961 +#: redbot/core/core_commands.py:3007 #, docstring msgid "\n" " Remove the given services with all their keys and tokens.\n\n" @@ -1813,20 +1844,20 @@ msgid "\n" " - `` - The services to remove." msgstr "" -#: redbot/core/core_commands.py:2976 +#: redbot/core/core_commands.py:3022 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2980 +#: redbot/core/core_commands.py:3026 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2985 +#: redbot/core/core_commands.py:3031 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2990 +#: redbot/core/core_commands.py:3036 #, docstring msgid "\n" " Commands to manage settings for the help command.\n\n" @@ -1834,7 +1865,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2999 +#: redbot/core/core_commands.py:3045 #, docstring msgid "\n" " Show the current help settings.\n\n" @@ -1844,11 +1875,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3013 +#: redbot/core/core_commands.py:3059 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:3023 +#: redbot/core/core_commands.py:3069 #, docstring msgid "\n" " This resets [botname]'s help formatter to the default formatter.\n\n" @@ -1857,11 +1888,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3032 +#: redbot/core/core_commands.py:3078 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:3041 +#: redbot/core/core_commands.py:3087 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1871,11 +1902,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3051 +#: redbot/core/core_commands.py:3097 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3105 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1891,15 +1922,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3079 +#: redbot/core/core_commands.py:3125 msgid "Help will use menus." msgstr "المساعدة سوف تستخدم القوائم." -#: redbot/core/core_commands.py:3081 +#: redbot/core/core_commands.py:3127 msgid "Help will not use menus." msgstr "المساعدة لن تستخدم القوائم." -#: redbot/core/core_commands.py:3085 +#: redbot/core/core_commands.py:3131 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1913,15 +1944,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3102 +#: redbot/core/core_commands.py:3148 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3104 +#: redbot/core/core_commands.py:3150 msgid "Help will filter hidden commands." msgstr "المساعدة ستقوم بتصفية الأوامر المخفية." -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3154 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1935,15 +1966,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3125 +#: redbot/core/core_commands.py:3171 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3127 +#: redbot/core/core_commands.py:3173 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3131 +#: redbot/core/core_commands.py:3177 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent to a DM.\n\n" @@ -1959,15 +1990,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3152 +#: redbot/core/core_commands.py:3198 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3154 +#: redbot/core/core_commands.py:3200 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3158 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be filtered from help.\n\n" @@ -1981,15 +2012,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3175 +#: redbot/core/core_commands.py:3221 msgid "Help will only show for commands which can be run." msgstr "المساعدة سوف تظهر فقط للأوامر التي يمكن تشغيلها." -#: redbot/core/core_commands.py:3177 +#: redbot/core/core_commands.py:3223 msgid "Help will show up without checking if the commands can be run." msgstr "سوف تظهر المساعدة دون التحقق مما إذا كان يمكن تشغيل الأوامر." -#: redbot/core/core_commands.py:3181 +#: redbot/core/core_commands.py:3227 #, docstring msgid "\n" " Sets whether the bot should respond to help commands for nonexistent topics.\n\n" @@ -2005,15 +2036,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3202 +#: redbot/core/core_commands.py:3248 msgid "Help will verify the existence of help topics." msgstr "المساعدة سوف تتحقق من وجود مواضيع المساعدة." -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3251 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "المساعدة سوف تتحقق فقط من وجود مواضيع المساعدة عبر مساعدة غامضة (إذا تم تفعيلها)." -#: redbot/core/core_commands.py:3213 +#: redbot/core/core_commands.py:3259 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " Note: This setting only applies to embedded help.\n\n" @@ -2028,15 +2059,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3230 +#: redbot/core/core_commands.py:3276 msgid "You must give a value of at least 500 characters." msgstr "يجب عليك إعطاء قيمة لا تقل عن 500 حرف." -#: redbot/core/core_commands.py:3234 +#: redbot/core/core_commands.py:3280 msgid "Done. The character limit per page has been set to {}." msgstr "تم. تم تعيين حد الحرف لكل صفحة إلى {}." -#: redbot/core/core_commands.py:3238 +#: redbot/core/core_commands.py:3284 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " Note: This setting does not apply to menu help.\n\n" @@ -2052,15 +2083,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3283 +#: redbot/core/core_commands.py:3302 redbot/core/core_commands.py:3329 msgid "You must give a value of zero or greater!" msgstr "يجب أن تعطي قيمة صفر أو أكثر!" -#: redbot/core/core_commands.py:3260 +#: redbot/core/core_commands.py:3306 msgid "Done. The page limit has been set to {}." msgstr "تم. تم تعيين الحد الأقصى للصفحة إلى {}." -#: redbot/core/core_commands.py:3265 +#: redbot/core/core_commands.py:3311 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -2077,19 +2108,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3332 msgid "The delay cannot be longer than 14 days!" msgstr "لا يمكن أن يكون التأخير أطول من 14 يوماً!" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3337 msgid "Done. Help messages will not be deleted now." msgstr "تم. لن يتم حذف رسائل المساعدة الآن." -#: redbot/core/core_commands.py:3293 +#: redbot/core/core_commands.py:3339 msgid "Done. The delete delay has been set to {} seconds." msgstr "تم. تم تعيين تأخير الحذف إلى {} ثانية." -#: redbot/core/core_commands.py:3297 +#: redbot/core/core_commands.py:3343 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -2103,19 +2134,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3312 +#: redbot/core/core_commands.py:3358 msgid "The tagline has been reset." msgstr "تم إعادة تعيين العلامة." -#: redbot/core/core_commands.py:3316 +#: redbot/core/core_commands.py:3362 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "العلامة الخاصة بك طويلة جداً! الرجاء اختصارها بحيث لا يتجاوز طولها 2048 حرفاً." -#: redbot/core/core_commands.py:3324 +#: redbot/core/core_commands.py:3370 msgid "The tagline has been set." msgstr "تم إعادة تعيين العلامة." -#: redbot/core/core_commands.py:3329 +#: redbot/core/core_commands.py:3375 #, docstring msgid "Sends a message to the owner.\n\n" " This is limited to one message every 60 seconds per person.\n\n" @@ -2126,43 +2157,43 @@ msgid "Sends a message to the owner.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3341 +#: redbot/core/core_commands.py:3387 msgid "User ID: {}" msgstr "معرف المستخدم: {}" -#: redbot/core/core_commands.py:3344 +#: redbot/core/core_commands.py:3390 msgid "through DM" msgstr "عبر DM" -#: redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3392 msgid "from {}" msgstr "من {}" -#: redbot/core/core_commands.py:3347 +#: redbot/core/core_commands.py:3393 msgid " | Server ID: {}" msgstr " مُعرّف الخادم: {}" -#: redbot/core/core_commands.py:3352 +#: redbot/core/core_commands.py:3398 msgid "Use `{}dm {} ` to reply to this user" msgstr "استخدم `{}dm {} للرد على هذا المستخدم" -#: redbot/core/core_commands.py:3354 +#: redbot/core/core_commands.py:3400 msgid "Sent by {} {}" msgstr "أرسلت من {} {}" -#: redbot/core/core_commands.py:3359 +#: redbot/core/core_commands.py:3405 msgid "I've been configured not to send this anywhere." msgstr "لقد تم تكويني لعدم إرسال هذا في أي مكان." -#: redbot/core/core_commands.py:3430 +#: redbot/core/core_commands.py:3476 msgid "Your message has been sent." msgstr "تم إرسال رسالتك." -#: redbot/core/core_commands.py:3432 +#: redbot/core/core_commands.py:3478 msgid "I'm unable to deliver your message. Sorry." msgstr "أنا غير قادر على تسليم رسالتك. عذراً." -#: redbot/core/core_commands.py:3437 +#: redbot/core/core_commands.py:3483 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n\n" @@ -2175,41 +2206,41 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3453 +#: redbot/core/core_commands.py:3499 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "معرف غير صالح، المستخدم غير موجود، أو المستخدم هو بوت. يمكنك فقط إرسال رسائل إلى الأشخاص الذين أشاركهم الخادم معهم." -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3509 msgid "Owner of {}" msgstr "مالك هو {}" -#: redbot/core/core_commands.py:3464 +#: redbot/core/core_commands.py:3510 msgid "You can reply to this message with {}contact" msgstr "يمكنك الرد على هذه الرسالة باستخدام {}جهة اتصال" -#: redbot/core/core_commands.py:3478 redbot/core/core_commands.py:3488 +#: redbot/core/core_commands.py:3524 redbot/core/core_commands.py:3534 msgid "Sorry, I couldn't deliver your message to {}" msgstr "عذراً، لم أستطع تسليم رسالتك إلى {}" -#: redbot/core/core_commands.py:3481 redbot/core/core_commands.py:3491 +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3537 msgid "Message delivered to {}" msgstr "تم ارسال الرسالة إلى {}" -#: redbot/core/core_commands.py:3496 +#: redbot/core/core_commands.py:3542 #, docstring msgid "Prints the bot's data path." msgstr "يطبع مسار بيانات البوت." -#: redbot/core/core_commands.py:3500 +#: redbot/core/core_commands.py:3546 msgid "Data path: {path}" msgstr "مسار البيانات: {path}" -#: redbot/core/core_commands.py:3506 +#: redbot/core/core_commands.py:3552 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:3593 +#: redbot/core/core_commands.py:3639 #, docstring msgid "\n" " Commands to manage the allowlist.\n\n" @@ -2218,7 +2249,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3604 +#: redbot/core/core_commands.py:3650 #, docstring msgid "\n" " Adds users to the allowlist.\n\n" @@ -2230,15 +2261,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3663 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3619 +#: redbot/core/core_commands.py:3665 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3623 +#: redbot/core/core_commands.py:3669 #, docstring msgid "\n" " Lists users on the allowlist.\n\n" @@ -2247,21 +2278,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3635 +#: redbot/core/core_commands.py:3681 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3637 +#: redbot/core/core_commands.py:3683 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3641 redbot/core/core_commands.py:3739 +#: redbot/core/core_commands.py:3687 redbot/core/core_commands.py:3785 #: redbot/core/modlog.py:428 redbot/core/modlog.py:450 #: redbot/core/modlog.py:466 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/core_commands.py:3649 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Removes users from the allowlist.\n\n" @@ -2274,15 +2305,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3664 +#: redbot/core/core_commands.py:3710 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3666 +#: redbot/core/core_commands.py:3712 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3670 +#: redbot/core/core_commands.py:3716 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2292,11 +2323,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3725 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3684 +#: redbot/core/core_commands.py:3730 #, docstring msgid "\n" " Commands to manage the blocklist.\n\n" @@ -2304,7 +2335,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3693 +#: redbot/core/core_commands.py:3739 #, docstring msgid "\n" " Adds users to the blocklist.\n\n" @@ -2316,19 +2347,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3709 +#: redbot/core/core_commands.py:3755 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3715 +#: redbot/core/core_commands.py:3761 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3717 +#: redbot/core/core_commands.py:3763 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3721 +#: redbot/core/core_commands.py:3767 #, docstring msgid "\n" " Lists users on the blocklist.\n\n" @@ -2337,15 +2368,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3733 +#: redbot/core/core_commands.py:3779 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3735 +#: redbot/core/core_commands.py:3781 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3747 +#: redbot/core/core_commands.py:3793 #, docstring msgid "\n" " Removes users from the blocklist.\n\n" @@ -2357,15 +2388,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3760 +#: redbot/core/core_commands.py:3806 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3762 +#: redbot/core/core_commands.py:3808 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3766 +#: redbot/core/core_commands.py:3812 #, docstring msgid "\n" " Clears the blocklist.\n\n" @@ -2374,11 +2405,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3773 +#: redbot/core/core_commands.py:3819 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3779 +#: redbot/core/core_commands.py:3825 #, docstring msgid "\n" " Commands to manage the server specific allowlist.\n\n" @@ -2387,7 +2418,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3792 +#: redbot/core/core_commands.py:3838 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n\n" @@ -2400,19 +2431,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3811 +#: redbot/core/core_commands.py:3857 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:3820 +#: redbot/core/core_commands.py:3866 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3822 +#: redbot/core/core_commands.py:3868 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3826 +#: redbot/core/core_commands.py:3872 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n\n" @@ -2421,19 +2452,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3838 +#: redbot/core/core_commands.py:3884 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3840 +#: redbot/core/core_commands.py:3886 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:3844 redbot/core/core_commands.py:3966 +#: redbot/core/core_commands.py:3890 redbot/core/core_commands.py:4012 msgid "Unknown or Deleted User/Role" msgstr "" -#: redbot/core/core_commands.py:3854 +#: redbot/core/core_commands.py:3900 #, docstring msgid "\n" " Removes user or role from the allowlist.\n\n" @@ -2447,19 +2478,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3875 +#: redbot/core/core_commands.py:3921 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3883 +#: redbot/core/core_commands.py:3929 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3885 +#: redbot/core/core_commands.py:3931 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3889 +#: redbot/core/core_commands.py:3935 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2469,11 +2500,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3898 +#: redbot/core/core_commands.py:3944 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3904 +#: redbot/core/core_commands.py:3950 #, docstring msgid "\n" " Commands to manage the server specific blocklist.\n\n" @@ -2481,7 +2512,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3915 +#: redbot/core/core_commands.py:3961 #, docstring msgid "\n" " Adds a user or role to the local blocklist.\n\n" @@ -2494,27 +2525,27 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3929 +#: redbot/core/core_commands.py:3975 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3932 +#: redbot/core/core_commands.py:3978 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3935 +#: redbot/core/core_commands.py:3981 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3942 +#: redbot/core/core_commands.py:3988 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3944 +#: redbot/core/core_commands.py:3990 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3948 +#: redbot/core/core_commands.py:3994 #, docstring msgid "\n" " Lists users and roles on the server blocklist.\n\n" @@ -2523,15 +2554,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3960 +#: redbot/core/core_commands.py:4006 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3962 +#: redbot/core/core_commands.py:4008 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3976 +#: redbot/core/core_commands.py:4022 #, docstring msgid "\n" " Removes user or role from local blocklist.\n\n" @@ -2544,15 +2575,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3992 +#: redbot/core/core_commands.py:4038 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3994 +#: redbot/core/core_commands.py:4040 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3998 +#: redbot/core/core_commands.py:4044 #, docstring msgid "\n" " Clears the server blocklist.\n\n" @@ -2562,16 +2593,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4007 +#: redbot/core/core_commands.py:4053 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:4012 +#: redbot/core/core_commands.py:4058 #, docstring msgid "Commands to enable and disable commands and cogs." msgstr "" -#: redbot/core/core_commands.py:4018 +#: redbot/core/core_commands.py:4064 #, docstring msgid "Set the default state for a cog as disabled.\n\n" " This will disable the cog for all servers by default.\n" @@ -2585,20 +2616,20 @@ msgid "Set the default state for a cog as disabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4034 redbot/core/core_commands.py:4059 -#: redbot/core/core_commands.py:4079 redbot/core/core_commands.py:4109 +#: redbot/core/core_commands.py:4080 redbot/core/core_commands.py:4105 +#: redbot/core/core_commands.py:4125 redbot/core/core_commands.py:4155 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:4036 +#: redbot/core/core_commands.py:4082 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:4038 +#: redbot/core/core_commands.py:4084 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:4043 +#: redbot/core/core_commands.py:4089 #, docstring msgid "Set the default state for a cog as enabled.\n\n" " This will re-enable the cog for all servers by default.\n" @@ -2612,11 +2643,11 @@ msgid "Set the default state for a cog as enabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4061 +#: redbot/core/core_commands.py:4107 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:4066 +#: redbot/core/core_commands.py:4112 #, docstring msgid "Disable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2628,19 +2659,19 @@ msgid "Disable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4081 +#: redbot/core/core_commands.py:4127 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:4083 +#: redbot/core/core_commands.py:4129 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4086 +#: redbot/core/core_commands.py:4132 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4092 +#: redbot/core/core_commands.py:4138 #, docstring msgid "Enable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2652,15 +2683,15 @@ msgid "Enable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4104 +#: redbot/core/core_commands.py:4150 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4112 +#: redbot/core/core_commands.py:4158 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4118 +#: redbot/core/core_commands.py:4164 #, docstring msgid "List the cogs which are disabled in this server.\n\n" " **Example:**\n" @@ -2668,15 +2699,15 @@ msgid "List the cogs which are disabled in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4131 +#: redbot/core/core_commands.py:4177 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:4137 +#: redbot/core/core_commands.py:4183 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:4141 +#: redbot/core/core_commands.py:4187 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2687,7 +2718,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4158 +#: redbot/core/core_commands.py:4204 #, docstring msgid "List disabled commands globally.\n\n" " **Example:**\n" @@ -2695,19 +2726,19 @@ msgid "List disabled commands globally.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4165 +#: redbot/core/core_commands.py:4211 msgid "There aren't any globally disabled commands." msgstr "ليس هناك أي أوامر معطلة عالميا." -#: redbot/core/core_commands.py:4168 +#: redbot/core/core_commands.py:4214 msgid "{} commands are disabled globally.\n" msgstr "ليس هناك أي أوامر معطلة عالميا." -#: redbot/core/core_commands.py:4172 +#: redbot/core/core_commands.py:4218 msgid "1 command is disabled globally.\n" msgstr "أمر واحد معطل عالمياً.\n" -#: redbot/core/core_commands.py:4180 +#: redbot/core/core_commands.py:4226 #, docstring msgid "List disabled commands in this server.\n\n" " **Example:**\n" @@ -2715,19 +2746,19 @@ msgid "List disabled commands in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4187 +#: redbot/core/core_commands.py:4233 msgid "There aren't any disabled commands in {}." msgstr "ليس هناك أي أوامر معطلة في {}." -#: redbot/core/core_commands.py:4190 +#: redbot/core/core_commands.py:4236 msgid "{} commands are disabled in {}.\n" msgstr "{} الأوامر معطلة في {}.\n" -#: redbot/core/core_commands.py:4194 +#: redbot/core/core_commands.py:4240 msgid "1 command is disabled in {}.\n" msgstr "تم تعطيل أمر واحد في {}.\n" -#: redbot/core/core_commands.py:4201 +#: redbot/core/core_commands.py:4247 #, docstring msgid "\n" " Disable a command.\n\n" @@ -2741,7 +2772,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4223 +#: redbot/core/core_commands.py:4269 #, docstring msgid "\n" " Disable a command globally.\n\n" @@ -2753,19 +2784,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4242 redbot/core/core_commands.py:4285 +#: redbot/core/core_commands.py:4288 redbot/core/core_commands.py:4331 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "الأمر لتعطيل لا يمكن أن يكون \"أمر\" أو أي من الأوامر الفرعية الخاصة به." -#: redbot/core/core_commands.py:4248 redbot/core/core_commands.py:4291 +#: redbot/core/core_commands.py:4294 redbot/core/core_commands.py:4337 msgid "This command is designated as being always available and cannot be disabled." msgstr "يتم تعيين هذا الأمر على أنه متاح دائمًا ولا يمكن تعطيله." -#: redbot/core/core_commands.py:4257 +#: redbot/core/core_commands.py:4303 msgid "That command is already disabled globally." msgstr "وهذا الأمر معطل بالفعل على الصعيد العالمي." -#: redbot/core/core_commands.py:4266 +#: redbot/core/core_commands.py:4312 #, docstring msgid "\n" " Disable a command in this server only.\n\n" @@ -2777,15 +2808,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4296 +#: redbot/core/core_commands.py:4342 msgid "You are not allowed to disable that command." msgstr "غير مسموح لك بتعطيل هذا الأمر." -#: redbot/core/core_commands.py:4306 +#: redbot/core/core_commands.py:4352 msgid "That command is already disabled in this server." msgstr "هذا الأمر معطل بالفعل في هذا الخادم." -#: redbot/core/core_commands.py:4312 +#: redbot/core/core_commands.py:4358 #, docstring msgid "Enable a command.\n\n" " If you're the bot owner, this will try to enable a globally disabled command by default.\n" @@ -2798,7 +2829,7 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4332 +#: redbot/core/core_commands.py:4378 #, docstring msgid "\n" " Enable a command globally.\n\n" @@ -2810,11 +2841,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4354 +#: redbot/core/core_commands.py:4400 msgid "That command is already enabled globally." msgstr "وقد تم بالفعل تمكين هذه القيادة على الصعيد العالمي." -#: redbot/core/core_commands.py:4363 +#: redbot/core/core_commands.py:4409 #, docstring msgid "\n" " Enable a command in this server.\n\n" @@ -2826,15 +2857,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4381 +#: redbot/core/core_commands.py:4427 msgid "You are not allowed to enable that command." msgstr "غير مسموح لك بتمكين هذا الأمر." -#: redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4437 msgid "That command is already enabled in this server." msgstr "هذا الأمر مفعل بالفعل في هذا السيرفر." -#: redbot/core/core_commands.py:4398 +#: redbot/core/core_commands.py:4444 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2848,7 +2879,7 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4419 +#: redbot/core/core_commands.py:4465 #, docstring msgid "\n" " Commands to manage server settings for immunity from automated actions.\n\n" @@ -2856,7 +2887,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4428 +#: redbot/core/core_commands.py:4474 #, docstring msgid "\n" " Gets the current members and roles configured for automatic moderation action immunity.\n\n" @@ -2865,19 +2896,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4441 +#: redbot/core/core_commands.py:4487 msgid "Roles immune from automated moderation actions:\n" msgstr "الأدوار المناعية من إجراءات الاعتدال الآلية:\n" -#: redbot/core/core_commands.py:4446 +#: redbot/core/core_commands.py:4492 msgid "Members immune from automated moderation actions:\n" msgstr "الأعضاء المناصرين من إجراءات الاعتدال الآلية:\n" -#: redbot/core/core_commands.py:4450 +#: redbot/core/core_commands.py:4496 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:4459 +#: redbot/core/core_commands.py:4505 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n\n" @@ -2889,11 +2920,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4471 +#: redbot/core/core_commands.py:4517 msgid "Already added." msgstr "تمت الإضافة بالفعل." -#: redbot/core/core_commands.py:4479 +#: redbot/core/core_commands.py:4525 #, docstring msgid "\n" " Remove a user or role from being immune to automated moderation actions.\n\n" @@ -2905,11 +2936,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4491 +#: redbot/core/core_commands.py:4537 msgid "Not in list." msgstr "ليس في القائمة." -#: redbot/core/core_commands.py:4499 +#: redbot/core/core_commands.py:4545 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n\n" @@ -2921,15 +2952,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4511 +#: redbot/core/core_commands.py:4557 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:4513 +#: redbot/core/core_commands.py:4559 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:4518 +#: redbot/core/core_commands.py:4564 #, docstring msgid "\n" " Commands for configuring owner notifications.\n\n" @@ -2937,7 +2968,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4527 +#: redbot/core/core_commands.py:4573 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2949,7 +2980,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4546 +#: redbot/core/core_commands.py:4592 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n\n" @@ -2960,7 +2991,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4565 +#: redbot/core/core_commands.py:4611 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n\n" @@ -2972,7 +3003,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4591 +#: redbot/core/core_commands.py:4637 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n\n" @@ -2984,7 +3015,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4615 +#: redbot/core/core_commands.py:4661 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n\n" @@ -2993,15 +3024,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4625 +#: redbot/core/core_commands.py:4671 msgid "There are no extra channels being sent to." msgstr "لا توجد قنوات إضافية يتم إرسالها إليها." -#: redbot/core/core_commands.py:4636 +#: redbot/core/core_commands.py:4682 msgid "Unknown channel with id: {id}" msgstr "قناة غير معروفة بالمعرفة: {id}" -#: redbot/core/core_commands.py:4667 +#: redbot/core/core_commands.py:4713 #, docstring msgid "\n" " Commands to add servers or channels to the ignore list.\n\n" @@ -3010,7 +3041,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4677 +#: redbot/core/core_commands.py:4723 #, docstring msgid "\n" " List the currently ignored servers and channels.\n\n" @@ -3019,7 +3050,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4692 +#: redbot/core/core_commands.py:4738 #, docstring msgid "\n" " Ignore commands in the channel or category.\n\n" @@ -3035,15 +3066,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4712 +#: redbot/core/core_commands.py:4758 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:4714 +#: redbot/core/core_commands.py:4760 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:4719 +#: redbot/core/core_commands.py:4765 #, docstring msgid "\n" " Ignore commands in this server.\n\n" @@ -3053,20 +3084,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4730 +#: redbot/core/core_commands.py:4776 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:4732 +#: redbot/core/core_commands.py:4778 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:4738 +#: redbot/core/core_commands.py:4784 #, docstring msgid "Commands to remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4746 +#: redbot/core/core_commands.py:4792 #, docstring msgid "\n" " Remove a channel or category from the ignore list.\n\n" @@ -3081,15 +3112,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4765 +#: redbot/core/core_commands.py:4811 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:4767 +#: redbot/core/core_commands.py:4813 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4772 +#: redbot/core/core_commands.py:4818 #, docstring msgid "\n" " Remove this server from the ignore list.\n\n" @@ -3098,24 +3129,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4781 +#: redbot/core/core_commands.py:4827 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4783 +#: redbot/core/core_commands.py:4829 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4789 +#: redbot/core/core_commands.py:4835 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:4801 +#: redbot/core/core_commands.py:4847 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:4816 +#: redbot/core/core_commands.py:4862 #, docstring msgid "\n" " Get info about Red's licenses.\n" @@ -3148,7 +3179,7 @@ msgid "Evaluate a statement of python code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:166 +#: redbot/core/dev_commands.py:167 #, docstring msgid "Execute asynchronous code.\n\n" " This command wraps code into the body of an async function and then\n" @@ -3168,7 +3199,7 @@ msgid "Execute asynchronous code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:220 +#: redbot/core/dev_commands.py:221 #, docstring msgid "Open an interactive REPL.\n\n" " The REPL will only recognise code as messages which start with a\n" @@ -3177,51 +3208,51 @@ msgid "Open an interactive REPL.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:229 +#: redbot/core/dev_commands.py:230 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "" -#: redbot/core/dev_commands.py:233 +#: redbot/core/dev_commands.py:234 msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." msgstr "" -#: redbot/core/dev_commands.py:244 +#: redbot/core/dev_commands.py:245 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." msgstr "" -#: redbot/core/dev_commands.py:258 +#: redbot/core/dev_commands.py:259 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:309 +#: redbot/core/dev_commands.py:310 msgid "Unexpected error: `{}`" msgstr "" -#: redbot/core/dev_commands.py:313 +#: redbot/core/dev_commands.py:314 #, docstring msgid "Pauses/resumes the REPL running in the current channel" msgstr "" -#: redbot/core/dev_commands.py:315 +#: redbot/core/dev_commands.py:316 msgid "There is no currently running REPL session in this channel." msgstr "" -#: redbot/core/dev_commands.py:323 +#: redbot/core/dev_commands.py:324 msgid "The REPL session in this channel has been resumed." msgstr "" -#: redbot/core/dev_commands.py:325 +#: redbot/core/dev_commands.py:326 msgid "The REPL session in this channel is now paused." msgstr "" -#: redbot/core/dev_commands.py:330 +#: redbot/core/dev_commands.py:331 #, docstring msgid "Mock another user invoking a command.\n\n" " The prefix must not be entered.\n" " " msgstr "" -#: redbot/core/dev_commands.py:343 +#: redbot/core/dev_commands.py:344 #, docstring msgid "Dispatch a message event as if it were sent by a different user.\n\n" " Only reads the raw content of the message. Attachments, embeds etc. are\n" @@ -3229,17 +3260,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:364 +#: redbot/core/dev_commands.py:365 #, docstring msgid "Give bot owners the ability to bypass cooldowns.\n\n" " Does not persist through restarts." msgstr "" -#: redbot/core/dev_commands.py:372 +#: redbot/core/dev_commands.py:373 msgid "Bot owners will now bypass all commands with cooldowns." msgstr "" -#: redbot/core/dev_commands.py:374 +#: redbot/core/dev_commands.py:375 msgid "Bot owners will no longer bypass all commands with cooldowns." msgstr "" diff --git a/redbot/core/locales/bg-BG.po b/redbot/core/locales/bg-BG.po index d2d98d063..6a8ca0414 100644 --- a/redbot/core/locales/bg-BG.po +++ b/redbot/core/locales/bg-BG.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-05-25 16:04+0000\n" +"POT-Creation-Date: 2021-06-12 15:52+0000\n" "Last-Translator: \n" "Language-Team: Bulgarian\n" "MIME-Version: 1.0\n" @@ -126,15 +126,15 @@ msgstr "" msgid "**{} unloaded:**\n" msgstr "" -#: redbot/core/core_commands.py:179 +#: redbot/core/core_commands.py:181 msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:184 +#: redbot/core/core_commands.py:186 msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:393 +#: redbot/core/core_commands.py:398 #, docstring msgid "\n" " The Core cog has many commands related to core functions.\n\n" @@ -142,93 +142,93 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:410 #, docstring msgid "Pong." msgstr "" -#: redbot/core/core_commands.py:410 +#: redbot/core/core_commands.py:415 #, docstring msgid "Shows info about [botname].\n\n" " See `[p]set custominfo` to customize.\n" " " msgstr "" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:445 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by team" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:456 +#: redbot/core/core_commands.py:461 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:459 redbot/core/core_commands.py:515 +#: redbot/core/core_commands.py:464 redbot/core/core_commands.py:520 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:463 redbot/core/core_commands.py:519 +#: redbot/core/core_commands.py:468 redbot/core/core_commands.py:524 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:464 +#: redbot/core/core_commands.py:469 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:466 +#: redbot/core/core_commands.py:471 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:467 +#: redbot/core/core_commands.py:472 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:470 redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:475 redbot/core/core_commands.py:533 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:483 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:489 +#: redbot/core/core_commands.py:494 msgid "Instance owned by team: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:501 +#: redbot/core/core_commands.py:506 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:520 +#: redbot/core/core_commands.py:525 msgid "Outdated: [{state}]\n" msgstr "" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:528 msgid "**About Red**\n" msgstr "" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:539 msgid "**About this instance**\n" msgstr "" -#: redbot/core/core_commands.py:536 +#: redbot/core/core_commands.py:541 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -239,20 +239,20 @@ msgid "**References**\n" "7. <{}>\n" msgstr "" -#: redbot/core/core_commands.py:552 +#: redbot/core/core_commands.py:557 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:555 +#: redbot/core/core_commands.py:560 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:557 +#: redbot/core/core_commands.py:562 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:564 +#: redbot/core/core_commands.py:569 #, docstring msgid "\n" " Commands which interact with the data [botname] has about you.\n\n" @@ -260,7 +260,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:575 +#: redbot/core/core_commands.py:580 #, docstring msgid "\n" " Find out what type of data [botname] stores and why.\n\n" @@ -269,12 +269,12 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:585 +#: redbot/core/core_commands.py:590 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:604 +#: redbot/core/core_commands.py:609 #, docstring msgid "View the End User Data statements of each 3rd-party module.\n\n" " This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" @@ -283,39 +283,39 @@ msgid "View the End User Data statements of each 3rd-party module.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:615 +#: redbot/core/core_commands.py:620 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:625 +#: redbot/core/core_commands.py:630 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:645 +#: redbot/core/core_commands.py:650 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:647 +#: redbot/core/core_commands.py:652 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:652 +#: redbot/core/core_commands.py:657 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:668 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:679 +#: redbot/core/core_commands.py:684 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:684 +#: redbot/core/core_commands.py:689 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:695 +#: redbot/core/core_commands.py:700 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -327,63 +327,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:710 +#: redbot/core/core_commands.py:715 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:717 +#: redbot/core/core_commands.py:722 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:727 +#: redbot/core/core_commands.py:732 msgid "This may take some time." msgstr "" -#: redbot/core/core_commands.py:740 +#: redbot/core/core_commands.py:745 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:755 +#: redbot/core/core_commands.py:760 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:765 +#: redbot/core/core_commands.py:770 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:775 +#: redbot/core/core_commands.py:780 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:783 redbot/core/core_commands.py:950 -#: redbot/core/core_commands.py:1036 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:788 redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:1041 redbot/core/core_commands.py:1112 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:793 +#: redbot/core/core_commands.py:798 #, docstring msgid "[Coming Soon] Get what data [botname] has about you." msgstr "" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:800 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:804 +#: redbot/core/core_commands.py:809 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:810 +#: redbot/core/core_commands.py:815 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -394,11 +394,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:821 +#: redbot/core/core_commands.py:826 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:834 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n\n" @@ -408,11 +408,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:838 +#: redbot/core/core_commands.py:843 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:847 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -426,15 +426,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:859 +#: redbot/core/core_commands.py:864 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:867 +#: redbot/core/core_commands.py:872 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:878 +#: redbot/core/core_commands.py:883 #, docstring msgid "\n" " Handle a deletion request from Discord.\n\n" @@ -447,34 +447,34 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:892 +#: redbot/core/core_commands.py:897 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:915 redbot/core/core_commands.py:1072 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +#: redbot/core/core_commands.py:930 redbot/core/core_commands.py:1087 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +#: redbot/core/core_commands.py:941 redbot/core/core_commands.py:1098 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +#: redbot/core/core_commands.py:951 redbot/core/core_commands.py:1108 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:957 +#: redbot/core/core_commands.py:962 #, docstring msgid "Delete data [botname] has about a user for a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" @@ -485,34 +485,34 @@ msgid "Delete data [botname] has about a user for a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:973 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:991 +#: redbot/core/core_commands.py:996 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1006 +#: redbot/core/core_commands.py:1011 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1017 +#: redbot/core/core_commands.py:1022 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1033 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1048 #, docstring msgid "Delete data [botname] has about a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" @@ -522,12 +522,12 @@ msgid "Delete data [botname] has about a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1053 +#: redbot/core/core_commands.py:1058 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1114 +#: redbot/core/core_commands.py:1119 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -547,7 +547,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1136 +#: redbot/core/core_commands.py:1141 #, docstring msgid "\n" " Show the current embed settings.\n\n" @@ -561,42 +561,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1153 redbot/core/core_commands.py:1309 -#: redbot/core/core_commands.py:1360 redbot/core/core_commands.py:4236 -#: redbot/core/core_commands.py:4279 redbot/core/core_commands.py:4345 -#: redbot/core/core_commands.py:4376 +#: redbot/core/core_commands.py:1158 redbot/core/core_commands.py:1314 +#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:4282 +#: redbot/core/core_commands.py:4325 redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4422 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:1159 +#: redbot/core/core_commands.py:1164 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1161 +#: redbot/core/core_commands.py:1166 msgid "Global default: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1171 msgid "Global command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1172 +#: redbot/core/core_commands.py:1177 msgid "Guild setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1177 +#: redbot/core/core_commands.py:1182 msgid "Server command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1183 +#: redbot/core/core_commands.py:1188 msgid "Channel setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1191 msgid "User setting: {value}" msgstr "" -#: redbot/core/core_commands.py:1192 +#: redbot/core/core_commands.py:1197 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -608,15 +608,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1206 +#: redbot/core/core_commands.py:1211 msgid "Embeds are now disabled by default." msgstr "" -#: redbot/core/core_commands.py:1209 +#: redbot/core/core_commands.py:1214 msgid "Embeds are now enabled by default." msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1220 #, docstring msgid "\n" " Set the server's embed setting.\n\n" @@ -632,20 +632,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1234 redbot/core/core_commands.py:1318 -#: redbot/core/core_commands.py:1409 redbot/core/core_commands.py:1440 +#: redbot/core/core_commands.py:1239 redbot/core/core_commands.py:1323 +#: redbot/core/core_commands.py:1414 redbot/core/core_commands.py:1445 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1239 +#: redbot/core/core_commands.py:1244 msgid "Embeds are now enabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1241 +#: redbot/core/core_commands.py:1246 msgid "Embeds are now disabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1249 +#: redbot/core/core_commands.py:1254 #, docstring msgid "\n" " Sets a command's embed setting.\n\n" @@ -662,11 +662,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1278 +#: redbot/core/core_commands.py:1283 msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." msgstr "" -#: redbot/core/core_commands.py:1289 +#: redbot/core/core_commands.py:1294 #, docstring msgid "\n" " Sets a command's embed setting globally.\n\n" @@ -682,15 +682,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1375 +#: redbot/core/core_commands.py:1329 redbot/core/core_commands.py:1380 msgid "Embeds are now enabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1330 redbot/core/core_commands.py:1381 +#: redbot/core/core_commands.py:1335 redbot/core/core_commands.py:1386 msgid "Embeds are now disabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1340 +#: redbot/core/core_commands.py:1345 #, docstring msgid "\n" " Sets a commmand's embed setting for the current server.\n\n" @@ -706,11 +706,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1369 +#: redbot/core/core_commands.py:1374 msgid "Embeds will now fall back to the server setting." msgstr "" -#: redbot/core/core_commands.py:1390 +#: redbot/core/core_commands.py:1395 #, docstring msgid "\n" " Set's a channel's embed setting.\n\n" @@ -726,21 +726,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1419 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1426 #, docstring msgid "\n" " Sets personal embed setting for DMs.\n\n" @@ -756,15 +756,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1450 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1452 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1453 +#: redbot/core/core_commands.py:1458 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead.\n\n" @@ -777,11 +777,11 @@ msgid "Sends to the owner the last command exception that has occurred.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:1487 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1487 +#: redbot/core/core_commands.py:1492 #, docstring msgid "Shows [botname]'s invite url.\n\n" " This will always send the invite to DMs to keep it private.\n\n" @@ -791,12 +791,12 @@ msgid "Shows [botname]'s invite url.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1512 #, docstring msgid "Commands to setup [botname]'s invite settings." msgstr "" -#: redbot/core/core_commands.py:1512 +#: redbot/core/core_commands.py:1517 #, docstring msgid "\n" " Toggles if `[p]invite` should be accessible for the average user.\n\n" @@ -808,7 +808,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1549 +#: redbot/core/core_commands.py:1554 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -823,7 +823,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 #, docstring msgid "\n" " Leaves servers.\n\n" @@ -838,43 +855,43 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1588 +#: redbot/core/core_commands.py:1613 msgid "You need to specify at least one server ID." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:1620 msgid "You haven't passed any server ID. Do you want me to leave this server?" msgstr "" -#: redbot/core/core_commands.py:1600 +#: redbot/core/core_commands.py:1625 msgid "Are you sure you want me to leave these servers?" msgstr "" -#: redbot/core/core_commands.py:1608 +#: redbot/core/core_commands.py:1633 msgid "I cannot leave the server `{server_name}`: I am the owner of it." msgstr "" -#: redbot/core/core_commands.py:1619 +#: redbot/core/core_commands.py:1644 redbot/core/core_commands.py:2711 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:1624 +#: redbot/core/core_commands.py:1649 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1652 msgid "Alright. Leaving {number} servers..." msgstr "" -#: redbot/core/core_commands.py:1634 +#: redbot/core/core_commands.py:1659 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1636 +#: redbot/core/core_commands.py:1661 msgid "Alright, I'm not leaving those servers." msgstr "" -#: redbot/core/core_commands.py:1641 +#: redbot/core/core_commands.py:1666 #, docstring msgid "\n" " Lists the servers [botname] is currently in.\n\n" @@ -882,7 +899,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:1684 #, docstring msgid "Loads cog packages from the local paths and installed cogs.\n\n" " See packages available to load with `[p]cogs`.\n\n" @@ -895,67 +912,67 @@ msgid "Loads cog packages from the local paths and installed cogs.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1688 +#: redbot/core/core_commands.py:1713 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1693 +#: redbot/core/core_commands.py:1718 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1722 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1729 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1709 +#: redbot/core/core_commands.py:1734 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1717 redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1742 redbot/core/core_commands.py:1898 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1723 redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1748 redbot/core/core_commands.py:1904 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1732 redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1757 redbot/core/core_commands.py:1913 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1736 redbot/core/core_commands.py:1892 +#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1744 +#: redbot/core/core_commands.py:1769 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1748 +#: redbot/core/core_commands.py:1773 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1755 +#: redbot/core/core_commands.py:1780 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1786 redbot/core/core_commands.py:1942 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1780 +#: redbot/core/core_commands.py:1805 #, docstring msgid "Unloads previously loaded cog packages.\n\n" " See packages available to unload with `[p]cogs`.\n\n" @@ -967,23 +984,23 @@ msgid "Unloads previously loaded cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1798 +#: redbot/core/core_commands.py:1823 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1827 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1809 +#: redbot/core/core_commands.py:1834 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1813 +#: redbot/core/core_commands.py:1838 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1826 +#: redbot/core/core_commands.py:1851 #, docstring msgid "Reloads cog packages.\n\n" " This will unload and then load the specified cogs.\n\n" @@ -996,36 +1013,36 @@ msgid "Reloads cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:1880 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1860 +#: redbot/core/core_commands.py:1885 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1890 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1900 +#: redbot/core/core_commands.py:1925 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1904 +#: redbot/core/core_commands.py:1929 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1936 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Shuts down the bot.\n\n" " Allows [botname] to shut down gracefully.\n\n" @@ -1038,11 +1055,11 @@ msgid "Shuts down the bot.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1974 msgid "Shutting down... " msgstr "Изключване... " -#: redbot/core/core_commands.py:1955 +#: redbot/core/core_commands.py:1980 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -1055,30 +1072,30 @@ msgid "Attempts to restart [botname].\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1969 +#: redbot/core/core_commands.py:1994 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:1974 +#: redbot/core/core_commands.py:1999 #, docstring msgid "Commands for changing [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1978 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1996 +#: redbot/core/core_commands.py:2021 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2042 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -1086,7 +1103,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:2039 +#: redbot/core/core_commands.py:2064 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -1101,23 +1118,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2060 +#: redbot/core/core_commands.py:2085 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:2062 +#: redbot/core/core_commands.py:2087 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2092 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2099 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2104 #, docstring msgid "\n" " Sets the bot's description.\n\n" @@ -1133,15 +1150,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2099 +#: redbot/core/core_commands.py:2124 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:2102 +#: redbot/core/core_commands.py:2127 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2141 #, docstring msgid "\n" " Adds an admin role for this guild.\n\n" @@ -1159,15 +1176,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2136 +#: redbot/core/core_commands.py:2161 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:2138 +#: redbot/core/core_commands.py:2163 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2144 +#: redbot/core/core_commands.py:2169 #, docstring msgid "\n" " Adds a moderator role for this guild.\n\n" @@ -1184,15 +1201,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2188 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:2165 +#: redbot/core/core_commands.py:2190 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2171 +#: redbot/core/core_commands.py:2196 #, docstring msgid "\n" " Removes an admin role for this guild.\n\n" @@ -1204,15 +1221,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2208 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:2185 +#: redbot/core/core_commands.py:2210 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2191 +#: redbot/core/core_commands.py:2216 #, docstring msgid "\n" " Removes a mod role for this guild.\n\n" @@ -1224,15 +1241,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2228 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2230 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2211 +#: redbot/core/core_commands.py:2236 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -1243,19 +1260,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2248 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will" msgstr "" -#: redbot/core/core_commands.py:2232 +#: redbot/core/core_commands.py:2257 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -1267,11 +1284,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2247 +#: redbot/core/core_commands.py:2272 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2280 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -1282,11 +1299,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2268 +#: redbot/core/core_commands.py:2293 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:2276 +#: redbot/core/core_commands.py:2301 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1303,15 +1320,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2321 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:2299 +#: redbot/core/core_commands.py:2324 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:2304 +#: redbot/core/core_commands.py:2329 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL.\n\n" @@ -1324,28 +1341,28 @@ msgid "Sets [botname]'s avatar\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2327 +#: redbot/core/core_commands.py:2352 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:2329 +#: redbot/core/core_commands.py:2354 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:2339 +#: redbot/core/core_commands.py:2364 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:2346 +#: redbot/core/core_commands.py:2371 msgid "JPG / PNG format only." msgstr "Поддържа се JPG / PNG формат само." -#: redbot/core/core_commands.py:2348 redbot/core/core_commands.py:2575 -#: redbot/core/core_commands.py:2631 redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:2373 redbot/core/core_commands.py:2600 +#: redbot/core/core_commands.py:2656 redbot/core/core_commands.py:2680 msgid "Done." msgstr "Завършено." -#: redbot/core/core_commands.py:2353 +#: redbot/core/core_commands.py:2378 #, docstring msgid "\n" " Removes [botname]'s avatar.\n\n" @@ -1354,11 +1371,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2386 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2392 #, docstring msgid "Sets [botname]'s playing status.\n\n" " This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" @@ -1371,19 +1388,19 @@ msgid "Sets [botname]'s playing status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2383 +#: redbot/core/core_commands.py:2408 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2391 +#: redbot/core/core_commands.py:2416 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:2393 +#: redbot/core/core_commands.py:2418 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:2399 +#: redbot/core/core_commands.py:2424 #, docstring msgid "Sets [botname]'s listening status.\n\n" " This will appear as `Listening to `.\n\n" @@ -1395,19 +1412,19 @@ msgid "Sets [botname]'s listening status.\n\n" " - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2416 +#: redbot/core/core_commands.py:2441 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2425 +#: redbot/core/core_commands.py:2450 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2453 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2459 #, docstring msgid "Sets [botname]'s watching status.\n\n" " This will appear as `Watching `.\n\n" @@ -1419,19 +1436,19 @@ msgid "Sets [botname]'s watching status.\n\n" " - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2475 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2482 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:2459 +#: redbot/core/core_commands.py:2484 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:2465 +#: redbot/core/core_commands.py:2490 #, docstring msgid "Sets [botname]'s competing status.\n\n" " This will appear as `Competing in `.\n\n" @@ -1443,19 +1460,19 @@ msgid "Sets [botname]'s competing status.\n\n" " - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2482 +#: redbot/core/core_commands.py:2507 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2491 +#: redbot/core/core_commands.py:2516 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:2494 +#: redbot/core/core_commands.py:2519 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:2500 +#: redbot/core/core_commands.py:2525 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1471,11 +1488,11 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:2555 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:2538 +#: redbot/core/core_commands.py:2563 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" @@ -1491,15 +1508,15 @@ msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " - `` - The text to follow `Streaming` in the status." msgstr "" -#: redbot/core/core_commands.py:2563 +#: redbot/core/core_commands.py:2588 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2591 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2580 +#: redbot/core/core_commands.py:2605 #, docstring msgid "Sets [botname]'s username.\n\n" " Maximum length for a username is 32 characters.\n\n" @@ -1512,28 +1529,28 @@ msgid "Sets [botname]'s username.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2596 +#: redbot/core/core_commands.py:2621 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2603 +#: redbot/core/core_commands.py:2628 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2609 +#: redbot/core/core_commands.py:2634 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2619 +#: redbot/core/core_commands.py:2644 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2629 +#: redbot/core/core_commands.py:2654 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2662 #, docstring msgid "Sets [botname]'s nickname for the current server.\n\n" " Maximum length for a nickname is 32 characters.\n\n" @@ -1544,15 +1561,15 @@ msgid "Sets [botname]'s nickname for the current server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2649 +#: redbot/core/core_commands.py:2674 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2653 +#: redbot/core/core_commands.py:2678 msgid "I lack the permissions to change my own nickname." msgstr "Нямам правомощието да променя псевдонима си." -#: redbot/core/core_commands.py:2660 +#: redbot/core/core_commands.py:2685 #, docstring msgid "Sets [botname]'s global prefix(es).\n\n" " Warning: This is not additive. It will replace all current prefixes.\n\n" @@ -1567,20 +1584,30 @@ msgid "Sets [botname]'s global prefix(es).\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2677 +#: redbot/core/core_commands.py:2702 +msgid "Warning: A prefix is above the recommended length (20 characters).\n" +"Do you want to continue? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:2715 +msgid "Cancelled." +msgstr "" + +#: redbot/core/core_commands.py:2719 msgid "Prefix set." msgstr "Префиксът е зададен." -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:2721 msgid "Prefixes set." msgstr "" -#: redbot/core/core_commands.py:2685 +#: redbot/core/core_commands.py:2727 #, docstring msgid "\n" " Sets [botname]'s server prefix(es).\n\n" " Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" -" This is not additive. It will replace all current server prefixes.\n\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 20 characters.\n\n" " **Examples:**\n" " - `[p]set serverprefix !`\n" " - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" @@ -1591,19 +1618,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2702 +#: redbot/core/core_commands.py:2745 msgid "Server prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2748 +msgid "You cannot have a prefix longer than 20 characters." +msgstr "" + +#: redbot/core/core_commands.py:2753 msgid "Server prefix set." msgstr "" -#: redbot/core/core_commands.py:2709 +#: redbot/core/core_commands.py:2755 msgid "Server prefixes set." msgstr "" -#: redbot/core/core_commands.py:2714 +#: redbot/core/core_commands.py:2760 #, docstring msgid "\n" " Changes the bot's default locale.\n\n" @@ -1620,21 +1651,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2735 redbot/core/core_commands.py:2779 -#: redbot/core/core_commands.py:2818 redbot/core/core_commands.py:2862 +#: redbot/core/core_commands.py:2781 redbot/core/core_commands.py:2825 +#: redbot/core/core_commands.py:2864 redbot/core/core_commands.py:2908 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2739 redbot/core/core_commands.py:2783 -#: redbot/core/core_commands.py:2822 redbot/core/core_commands.py:2866 +#: redbot/core/core_commands.py:2785 redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2868 redbot/core/core_commands.py:2912 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:2792 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2752 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1652,15 +1683,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2774 +#: redbot/core/core_commands.py:2820 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2789 +#: redbot/core/core_commands.py:2835 msgid "Locale has been set." msgstr "Локализирането е настроено." -#: redbot/core/core_commands.py:2795 +#: redbot/core/core_commands.py:2841 #, docstring msgid "\n" " Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1675,15 +1706,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2812 +#: redbot/core/core_commands.py:2858 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2875 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2837 +#: redbot/core/core_commands.py:2883 #, docstring msgid "\n" " Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1698,15 +1729,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2855 +#: redbot/core/core_commands.py:2901 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2873 +#: redbot/core/core_commands.py:2919 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2881 +#: redbot/core/core_commands.py:2927 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1721,19 +1752,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2898 +#: redbot/core/core_commands.py:2944 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2948 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2905 +#: redbot/core/core_commands.py:2951 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2956 #, docstring msgid "\n" " Commands to set, list or remove various external API tokens.\n\n" @@ -1750,11 +1781,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2931 +#: redbot/core/core_commands.py:2977 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2935 +#: redbot/core/core_commands.py:2981 #, docstring msgid "\n" " Show all external API services along with their keys that have been set.\n\n" @@ -1764,19 +1795,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2946 +#: redbot/core/core_commands.py:2992 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2961 +#: redbot/core/core_commands.py:3007 #, docstring msgid "\n" " Remove the given services with all their keys and tokens.\n\n" @@ -1787,20 +1818,20 @@ msgid "\n" " - `` - The services to remove." msgstr "" -#: redbot/core/core_commands.py:2976 +#: redbot/core/core_commands.py:3022 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2980 +#: redbot/core/core_commands.py:3026 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2985 +#: redbot/core/core_commands.py:3031 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2990 +#: redbot/core/core_commands.py:3036 #, docstring msgid "\n" " Commands to manage settings for the help command.\n\n" @@ -1808,7 +1839,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2999 +#: redbot/core/core_commands.py:3045 #, docstring msgid "\n" " Show the current help settings.\n\n" @@ -1818,11 +1849,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3013 +#: redbot/core/core_commands.py:3059 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:3023 +#: redbot/core/core_commands.py:3069 #, docstring msgid "\n" " This resets [botname]'s help formatter to the default formatter.\n\n" @@ -1831,11 +1862,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3032 +#: redbot/core/core_commands.py:3078 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:3041 +#: redbot/core/core_commands.py:3087 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1845,11 +1876,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3051 +#: redbot/core/core_commands.py:3097 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3105 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1865,15 +1896,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3079 +#: redbot/core/core_commands.py:3125 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:3081 +#: redbot/core/core_commands.py:3127 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:3085 +#: redbot/core/core_commands.py:3131 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1887,15 +1918,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3102 +#: redbot/core/core_commands.py:3148 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3104 +#: redbot/core/core_commands.py:3150 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3154 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1909,15 +1940,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3125 +#: redbot/core/core_commands.py:3171 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3127 +#: redbot/core/core_commands.py:3173 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3131 +#: redbot/core/core_commands.py:3177 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent to a DM.\n\n" @@ -1933,15 +1964,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3152 +#: redbot/core/core_commands.py:3198 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3154 +#: redbot/core/core_commands.py:3200 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3158 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be filtered from help.\n\n" @@ -1955,15 +1986,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3175 +#: redbot/core/core_commands.py:3221 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:3177 +#: redbot/core/core_commands.py:3223 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:3181 +#: redbot/core/core_commands.py:3227 #, docstring msgid "\n" " Sets whether the bot should respond to help commands for nonexistent topics.\n\n" @@ -1979,15 +2010,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3202 +#: redbot/core/core_commands.py:3248 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3251 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:3213 +#: redbot/core/core_commands.py:3259 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " Note: This setting only applies to embedded help.\n\n" @@ -2002,15 +2033,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3230 +#: redbot/core/core_commands.py:3276 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:3234 +#: redbot/core/core_commands.py:3280 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3238 +#: redbot/core/core_commands.py:3284 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " Note: This setting does not apply to menu help.\n\n" @@ -2026,15 +2057,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3283 +#: redbot/core/core_commands.py:3302 redbot/core/core_commands.py:3329 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:3260 +#: redbot/core/core_commands.py:3306 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3265 +#: redbot/core/core_commands.py:3311 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -2051,19 +2082,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3332 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3337 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:3293 +#: redbot/core/core_commands.py:3339 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:3297 +#: redbot/core/core_commands.py:3343 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -2077,19 +2108,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3312 +#: redbot/core/core_commands.py:3358 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:3316 +#: redbot/core/core_commands.py:3362 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:3324 +#: redbot/core/core_commands.py:3370 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:3329 +#: redbot/core/core_commands.py:3375 #, docstring msgid "Sends a message to the owner.\n\n" " This is limited to one message every 60 seconds per person.\n\n" @@ -2100,43 +2131,43 @@ msgid "Sends a message to the owner.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3341 +#: redbot/core/core_commands.py:3387 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:3344 +#: redbot/core/core_commands.py:3390 msgid "through DM" msgstr "чрез ЛС" -#: redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3392 msgid "from {}" msgstr "от {}" -#: redbot/core/core_commands.py:3347 +#: redbot/core/core_commands.py:3393 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:3352 +#: redbot/core/core_commands.py:3398 msgid "Use `{}dm {} ` to reply to this user" msgstr "Използвайте `{} dm {} `, за да отговорите на този потребител" -#: redbot/core/core_commands.py:3354 +#: redbot/core/core_commands.py:3400 msgid "Sent by {} {}" msgstr "Изпратено от {} {}" -#: redbot/core/core_commands.py:3359 +#: redbot/core/core_commands.py:3405 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:3430 +#: redbot/core/core_commands.py:3476 msgid "Your message has been sent." msgstr "Вашето съобщение е изпратено." -#: redbot/core/core_commands.py:3432 +#: redbot/core/core_commands.py:3478 msgid "I'm unable to deliver your message. Sorry." msgstr "Аз не съм в състояние да доставя Вашето съобщение. Съжалявам." -#: redbot/core/core_commands.py:3437 +#: redbot/core/core_commands.py:3483 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n\n" @@ -2149,41 +2180,41 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3453 +#: redbot/core/core_commands.py:3499 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3509 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:3464 +#: redbot/core/core_commands.py:3510 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:3478 redbot/core/core_commands.py:3488 +#: redbot/core/core_commands.py:3524 redbot/core/core_commands.py:3534 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:3481 redbot/core/core_commands.py:3491 +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3537 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:3496 +#: redbot/core/core_commands.py:3542 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:3500 +#: redbot/core/core_commands.py:3546 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:3506 +#: redbot/core/core_commands.py:3552 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:3593 +#: redbot/core/core_commands.py:3639 #, docstring msgid "\n" " Commands to manage the allowlist.\n\n" @@ -2192,7 +2223,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3604 +#: redbot/core/core_commands.py:3650 #, docstring msgid "\n" " Adds users to the allowlist.\n\n" @@ -2204,15 +2235,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3663 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3619 +#: redbot/core/core_commands.py:3665 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3623 +#: redbot/core/core_commands.py:3669 #, docstring msgid "\n" " Lists users on the allowlist.\n\n" @@ -2221,21 +2252,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3635 +#: redbot/core/core_commands.py:3681 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3637 +#: redbot/core/core_commands.py:3683 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3641 redbot/core/core_commands.py:3739 +#: redbot/core/core_commands.py:3687 redbot/core/core_commands.py:3785 #: redbot/core/modlog.py:428 redbot/core/modlog.py:450 #: redbot/core/modlog.py:466 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/core_commands.py:3649 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Removes users from the allowlist.\n\n" @@ -2248,15 +2279,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3664 +#: redbot/core/core_commands.py:3710 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3666 +#: redbot/core/core_commands.py:3712 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3670 +#: redbot/core/core_commands.py:3716 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2266,11 +2297,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3725 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3684 +#: redbot/core/core_commands.py:3730 #, docstring msgid "\n" " Commands to manage the blocklist.\n\n" @@ -2278,7 +2309,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3693 +#: redbot/core/core_commands.py:3739 #, docstring msgid "\n" " Adds users to the blocklist.\n\n" @@ -2290,19 +2321,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3709 +#: redbot/core/core_commands.py:3755 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3715 +#: redbot/core/core_commands.py:3761 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3717 +#: redbot/core/core_commands.py:3763 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3721 +#: redbot/core/core_commands.py:3767 #, docstring msgid "\n" " Lists users on the blocklist.\n\n" @@ -2311,15 +2342,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3733 +#: redbot/core/core_commands.py:3779 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3735 +#: redbot/core/core_commands.py:3781 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3747 +#: redbot/core/core_commands.py:3793 #, docstring msgid "\n" " Removes users from the blocklist.\n\n" @@ -2331,15 +2362,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3760 +#: redbot/core/core_commands.py:3806 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3762 +#: redbot/core/core_commands.py:3808 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3766 +#: redbot/core/core_commands.py:3812 #, docstring msgid "\n" " Clears the blocklist.\n\n" @@ -2348,11 +2379,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3773 +#: redbot/core/core_commands.py:3819 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3779 +#: redbot/core/core_commands.py:3825 #, docstring msgid "\n" " Commands to manage the server specific allowlist.\n\n" @@ -2361,7 +2392,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3792 +#: redbot/core/core_commands.py:3838 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n\n" @@ -2374,19 +2405,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3811 +#: redbot/core/core_commands.py:3857 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:3820 +#: redbot/core/core_commands.py:3866 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3822 +#: redbot/core/core_commands.py:3868 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3826 +#: redbot/core/core_commands.py:3872 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n\n" @@ -2395,19 +2426,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3838 +#: redbot/core/core_commands.py:3884 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3840 +#: redbot/core/core_commands.py:3886 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:3844 redbot/core/core_commands.py:3966 +#: redbot/core/core_commands.py:3890 redbot/core/core_commands.py:4012 msgid "Unknown or Deleted User/Role" msgstr "" -#: redbot/core/core_commands.py:3854 +#: redbot/core/core_commands.py:3900 #, docstring msgid "\n" " Removes user or role from the allowlist.\n\n" @@ -2421,19 +2452,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3875 +#: redbot/core/core_commands.py:3921 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3883 +#: redbot/core/core_commands.py:3929 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3885 +#: redbot/core/core_commands.py:3931 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3889 +#: redbot/core/core_commands.py:3935 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2443,11 +2474,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3898 +#: redbot/core/core_commands.py:3944 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3904 +#: redbot/core/core_commands.py:3950 #, docstring msgid "\n" " Commands to manage the server specific blocklist.\n\n" @@ -2455,7 +2486,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3915 +#: redbot/core/core_commands.py:3961 #, docstring msgid "\n" " Adds a user or role to the local blocklist.\n\n" @@ -2468,27 +2499,27 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3929 +#: redbot/core/core_commands.py:3975 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3932 +#: redbot/core/core_commands.py:3978 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3935 +#: redbot/core/core_commands.py:3981 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3942 +#: redbot/core/core_commands.py:3988 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3944 +#: redbot/core/core_commands.py:3990 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3948 +#: redbot/core/core_commands.py:3994 #, docstring msgid "\n" " Lists users and roles on the server blocklist.\n\n" @@ -2497,15 +2528,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3960 +#: redbot/core/core_commands.py:4006 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3962 +#: redbot/core/core_commands.py:4008 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3976 +#: redbot/core/core_commands.py:4022 #, docstring msgid "\n" " Removes user or role from local blocklist.\n\n" @@ -2518,15 +2549,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3992 +#: redbot/core/core_commands.py:4038 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3994 +#: redbot/core/core_commands.py:4040 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3998 +#: redbot/core/core_commands.py:4044 #, docstring msgid "\n" " Clears the server blocklist.\n\n" @@ -2536,16 +2567,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4007 +#: redbot/core/core_commands.py:4053 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:4012 +#: redbot/core/core_commands.py:4058 #, docstring msgid "Commands to enable and disable commands and cogs." msgstr "" -#: redbot/core/core_commands.py:4018 +#: redbot/core/core_commands.py:4064 #, docstring msgid "Set the default state for a cog as disabled.\n\n" " This will disable the cog for all servers by default.\n" @@ -2559,20 +2590,20 @@ msgid "Set the default state for a cog as disabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4034 redbot/core/core_commands.py:4059 -#: redbot/core/core_commands.py:4079 redbot/core/core_commands.py:4109 +#: redbot/core/core_commands.py:4080 redbot/core/core_commands.py:4105 +#: redbot/core/core_commands.py:4125 redbot/core/core_commands.py:4155 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:4036 +#: redbot/core/core_commands.py:4082 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:4038 +#: redbot/core/core_commands.py:4084 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:4043 +#: redbot/core/core_commands.py:4089 #, docstring msgid "Set the default state for a cog as enabled.\n\n" " This will re-enable the cog for all servers by default.\n" @@ -2586,11 +2617,11 @@ msgid "Set the default state for a cog as enabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4061 +#: redbot/core/core_commands.py:4107 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:4066 +#: redbot/core/core_commands.py:4112 #, docstring msgid "Disable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2602,19 +2633,19 @@ msgid "Disable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4081 +#: redbot/core/core_commands.py:4127 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:4083 +#: redbot/core/core_commands.py:4129 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4086 +#: redbot/core/core_commands.py:4132 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4092 +#: redbot/core/core_commands.py:4138 #, docstring msgid "Enable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2626,15 +2657,15 @@ msgid "Enable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4104 +#: redbot/core/core_commands.py:4150 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4112 +#: redbot/core/core_commands.py:4158 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4118 +#: redbot/core/core_commands.py:4164 #, docstring msgid "List the cogs which are disabled in this server.\n\n" " **Example:**\n" @@ -2642,15 +2673,15 @@ msgid "List the cogs which are disabled in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4131 +#: redbot/core/core_commands.py:4177 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:4137 +#: redbot/core/core_commands.py:4183 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:4141 +#: redbot/core/core_commands.py:4187 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2661,7 +2692,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4158 +#: redbot/core/core_commands.py:4204 #, docstring msgid "List disabled commands globally.\n\n" " **Example:**\n" @@ -2669,19 +2700,19 @@ msgid "List disabled commands globally.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4165 +#: redbot/core/core_commands.py:4211 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:4168 +#: redbot/core/core_commands.py:4214 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4172 +#: redbot/core/core_commands.py:4218 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4180 +#: redbot/core/core_commands.py:4226 #, docstring msgid "List disabled commands in this server.\n\n" " **Example:**\n" @@ -2689,19 +2720,19 @@ msgid "List disabled commands in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4187 +#: redbot/core/core_commands.py:4233 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:4190 +#: redbot/core/core_commands.py:4236 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4194 +#: redbot/core/core_commands.py:4240 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4201 +#: redbot/core/core_commands.py:4247 #, docstring msgid "\n" " Disable a command.\n\n" @@ -2715,7 +2746,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4223 +#: redbot/core/core_commands.py:4269 #, docstring msgid "\n" " Disable a command globally.\n\n" @@ -2727,19 +2758,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4242 redbot/core/core_commands.py:4285 +#: redbot/core/core_commands.py:4288 redbot/core/core_commands.py:4331 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:4248 redbot/core/core_commands.py:4291 +#: redbot/core/core_commands.py:4294 redbot/core/core_commands.py:4337 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:4257 +#: redbot/core/core_commands.py:4303 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:4266 +#: redbot/core/core_commands.py:4312 #, docstring msgid "\n" " Disable a command in this server only.\n\n" @@ -2751,15 +2782,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4296 +#: redbot/core/core_commands.py:4342 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:4306 +#: redbot/core/core_commands.py:4352 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:4312 +#: redbot/core/core_commands.py:4358 #, docstring msgid "Enable a command.\n\n" " If you're the bot owner, this will try to enable a globally disabled command by default.\n" @@ -2772,7 +2803,7 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4332 +#: redbot/core/core_commands.py:4378 #, docstring msgid "\n" " Enable a command globally.\n\n" @@ -2784,11 +2815,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4354 +#: redbot/core/core_commands.py:4400 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:4363 +#: redbot/core/core_commands.py:4409 #, docstring msgid "\n" " Enable a command in this server.\n\n" @@ -2800,15 +2831,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4381 +#: redbot/core/core_commands.py:4427 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4437 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:4398 +#: redbot/core/core_commands.py:4444 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2822,7 +2853,7 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4419 +#: redbot/core/core_commands.py:4465 #, docstring msgid "\n" " Commands to manage server settings for immunity from automated actions.\n\n" @@ -2830,7 +2861,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4428 +#: redbot/core/core_commands.py:4474 #, docstring msgid "\n" " Gets the current members and roles configured for automatic moderation action immunity.\n\n" @@ -2839,19 +2870,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4441 +#: redbot/core/core_commands.py:4487 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4446 +#: redbot/core/core_commands.py:4492 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4450 +#: redbot/core/core_commands.py:4496 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:4459 +#: redbot/core/core_commands.py:4505 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n\n" @@ -2863,11 +2894,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4471 +#: redbot/core/core_commands.py:4517 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:4479 +#: redbot/core/core_commands.py:4525 #, docstring msgid "\n" " Remove a user or role from being immune to automated moderation actions.\n\n" @@ -2879,11 +2910,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4491 +#: redbot/core/core_commands.py:4537 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:4499 +#: redbot/core/core_commands.py:4545 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n\n" @@ -2895,15 +2926,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4511 +#: redbot/core/core_commands.py:4557 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:4513 +#: redbot/core/core_commands.py:4559 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:4518 +#: redbot/core/core_commands.py:4564 #, docstring msgid "\n" " Commands for configuring owner notifications.\n\n" @@ -2911,7 +2942,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4527 +#: redbot/core/core_commands.py:4573 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2923,7 +2954,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4546 +#: redbot/core/core_commands.py:4592 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n\n" @@ -2934,7 +2965,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4565 +#: redbot/core/core_commands.py:4611 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n\n" @@ -2946,7 +2977,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4591 +#: redbot/core/core_commands.py:4637 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n\n" @@ -2958,7 +2989,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4615 +#: redbot/core/core_commands.py:4661 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n\n" @@ -2967,15 +2998,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4625 +#: redbot/core/core_commands.py:4671 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:4636 +#: redbot/core/core_commands.py:4682 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:4667 +#: redbot/core/core_commands.py:4713 #, docstring msgid "\n" " Commands to add servers or channels to the ignore list.\n\n" @@ -2984,7 +3015,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4677 +#: redbot/core/core_commands.py:4723 #, docstring msgid "\n" " List the currently ignored servers and channels.\n\n" @@ -2993,7 +3024,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4692 +#: redbot/core/core_commands.py:4738 #, docstring msgid "\n" " Ignore commands in the channel or category.\n\n" @@ -3009,15 +3040,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4712 +#: redbot/core/core_commands.py:4758 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:4714 +#: redbot/core/core_commands.py:4760 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:4719 +#: redbot/core/core_commands.py:4765 #, docstring msgid "\n" " Ignore commands in this server.\n\n" @@ -3027,20 +3058,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4730 +#: redbot/core/core_commands.py:4776 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:4732 +#: redbot/core/core_commands.py:4778 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:4738 +#: redbot/core/core_commands.py:4784 #, docstring msgid "Commands to remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4746 +#: redbot/core/core_commands.py:4792 #, docstring msgid "\n" " Remove a channel or category from the ignore list.\n\n" @@ -3055,15 +3086,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4765 +#: redbot/core/core_commands.py:4811 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:4767 +#: redbot/core/core_commands.py:4813 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4772 +#: redbot/core/core_commands.py:4818 #, docstring msgid "\n" " Remove this server from the ignore list.\n\n" @@ -3072,24 +3103,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4781 +#: redbot/core/core_commands.py:4827 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4783 +#: redbot/core/core_commands.py:4829 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4789 +#: redbot/core/core_commands.py:4835 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:4801 +#: redbot/core/core_commands.py:4847 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:4816 +#: redbot/core/core_commands.py:4862 #, docstring msgid "\n" " Get info about Red's licenses.\n" @@ -3122,7 +3153,7 @@ msgid "Evaluate a statement of python code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:166 +#: redbot/core/dev_commands.py:167 #, docstring msgid "Execute asynchronous code.\n\n" " This command wraps code into the body of an async function and then\n" @@ -3142,7 +3173,7 @@ msgid "Execute asynchronous code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:220 +#: redbot/core/dev_commands.py:221 #, docstring msgid "Open an interactive REPL.\n\n" " The REPL will only recognise code as messages which start with a\n" @@ -3151,51 +3182,51 @@ msgid "Open an interactive REPL.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:229 +#: redbot/core/dev_commands.py:230 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "Вече се провежда REPL сесия в този канал. Напуснете я с `quit`." -#: redbot/core/dev_commands.py:233 +#: redbot/core/dev_commands.py:234 msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." msgstr "" -#: redbot/core/dev_commands.py:244 +#: redbot/core/dev_commands.py:245 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." msgstr "" -#: redbot/core/dev_commands.py:258 +#: redbot/core/dev_commands.py:259 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:309 +#: redbot/core/dev_commands.py:310 msgid "Unexpected error: `{}`" msgstr "Неочаквана грешка: `{}`" -#: redbot/core/dev_commands.py:313 +#: redbot/core/dev_commands.py:314 #, docstring msgid "Pauses/resumes the REPL running in the current channel" msgstr "" -#: redbot/core/dev_commands.py:315 +#: redbot/core/dev_commands.py:316 msgid "There is no currently running REPL session in this channel." msgstr "" -#: redbot/core/dev_commands.py:323 +#: redbot/core/dev_commands.py:324 msgid "The REPL session in this channel has been resumed." msgstr "" -#: redbot/core/dev_commands.py:325 +#: redbot/core/dev_commands.py:326 msgid "The REPL session in this channel is now paused." msgstr "" -#: redbot/core/dev_commands.py:330 +#: redbot/core/dev_commands.py:331 #, docstring msgid "Mock another user invoking a command.\n\n" " The prefix must not be entered.\n" " " msgstr "" -#: redbot/core/dev_commands.py:343 +#: redbot/core/dev_commands.py:344 #, docstring msgid "Dispatch a message event as if it were sent by a different user.\n\n" " Only reads the raw content of the message. Attachments, embeds etc. are\n" @@ -3203,17 +3234,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:364 +#: redbot/core/dev_commands.py:365 #, docstring msgid "Give bot owners the ability to bypass cooldowns.\n\n" " Does not persist through restarts." msgstr "" -#: redbot/core/dev_commands.py:372 +#: redbot/core/dev_commands.py:373 msgid "Bot owners will now bypass all commands with cooldowns." msgstr "" -#: redbot/core/dev_commands.py:374 +#: redbot/core/dev_commands.py:375 msgid "Bot owners will no longer bypass all commands with cooldowns." msgstr "" diff --git a/redbot/core/locales/bs-BA.po b/redbot/core/locales/bs-BA.po index 26bce4f5b..3f2dc8279 100644 --- a/redbot/core/locales/bs-BA.po +++ b/redbot/core/locales/bs-BA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-05-25 16:04+0000\n" +"POT-Creation-Date: 2021-06-12 15:52+0000\n" "Last-Translator: \n" "Language-Team: Bosnian\n" "MIME-Version: 1.0\n" @@ -126,15 +126,15 @@ msgstr "" msgid "**{} unloaded:**\n" msgstr "" -#: redbot/core/core_commands.py:179 +#: redbot/core/core_commands.py:181 msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:184 +#: redbot/core/core_commands.py:186 msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:393 +#: redbot/core/core_commands.py:398 #, docstring msgid "\n" " The Core cog has many commands related to core functions.\n\n" @@ -142,93 +142,93 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:410 #, docstring msgid "Pong." msgstr "" -#: redbot/core/core_commands.py:410 +#: redbot/core/core_commands.py:415 #, docstring msgid "Shows info about [botname].\n\n" " See `[p]set custominfo` to customize.\n" " " msgstr "" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:445 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by team" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:456 +#: redbot/core/core_commands.py:461 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:459 redbot/core/core_commands.py:515 +#: redbot/core/core_commands.py:464 redbot/core/core_commands.py:520 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:463 redbot/core/core_commands.py:519 +#: redbot/core/core_commands.py:468 redbot/core/core_commands.py:524 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:464 +#: redbot/core/core_commands.py:469 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:466 +#: redbot/core/core_commands.py:471 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:467 +#: redbot/core/core_commands.py:472 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:470 redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:475 redbot/core/core_commands.py:533 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:483 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:489 +#: redbot/core/core_commands.py:494 msgid "Instance owned by team: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:501 +#: redbot/core/core_commands.py:506 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:520 +#: redbot/core/core_commands.py:525 msgid "Outdated: [{state}]\n" msgstr "" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:528 msgid "**About Red**\n" msgstr "" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:539 msgid "**About this instance**\n" msgstr "" -#: redbot/core/core_commands.py:536 +#: redbot/core/core_commands.py:541 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -239,20 +239,20 @@ msgid "**References**\n" "7. <{}>\n" msgstr "" -#: redbot/core/core_commands.py:552 +#: redbot/core/core_commands.py:557 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:555 +#: redbot/core/core_commands.py:560 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:557 +#: redbot/core/core_commands.py:562 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:564 +#: redbot/core/core_commands.py:569 #, docstring msgid "\n" " Commands which interact with the data [botname] has about you.\n\n" @@ -260,7 +260,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:575 +#: redbot/core/core_commands.py:580 #, docstring msgid "\n" " Find out what type of data [botname] stores and why.\n\n" @@ -269,12 +269,12 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:585 +#: redbot/core/core_commands.py:590 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:604 +#: redbot/core/core_commands.py:609 #, docstring msgid "View the End User Data statements of each 3rd-party module.\n\n" " This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" @@ -283,39 +283,39 @@ msgid "View the End User Data statements of each 3rd-party module.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:615 +#: redbot/core/core_commands.py:620 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:625 +#: redbot/core/core_commands.py:630 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:645 +#: redbot/core/core_commands.py:650 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:647 +#: redbot/core/core_commands.py:652 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:652 +#: redbot/core/core_commands.py:657 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:668 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:679 +#: redbot/core/core_commands.py:684 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:684 +#: redbot/core/core_commands.py:689 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:695 +#: redbot/core/core_commands.py:700 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -327,63 +327,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:710 +#: redbot/core/core_commands.py:715 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:717 +#: redbot/core/core_commands.py:722 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:727 +#: redbot/core/core_commands.py:732 msgid "This may take some time." msgstr "" -#: redbot/core/core_commands.py:740 +#: redbot/core/core_commands.py:745 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:755 +#: redbot/core/core_commands.py:760 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:765 +#: redbot/core/core_commands.py:770 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:775 +#: redbot/core/core_commands.py:780 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:783 redbot/core/core_commands.py:950 -#: redbot/core/core_commands.py:1036 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:788 redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:1041 redbot/core/core_commands.py:1112 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:793 +#: redbot/core/core_commands.py:798 #, docstring msgid "[Coming Soon] Get what data [botname] has about you." msgstr "" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:800 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:804 +#: redbot/core/core_commands.py:809 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:810 +#: redbot/core/core_commands.py:815 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -394,11 +394,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:821 +#: redbot/core/core_commands.py:826 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:834 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n\n" @@ -408,11 +408,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:838 +#: redbot/core/core_commands.py:843 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:847 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -426,15 +426,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:859 +#: redbot/core/core_commands.py:864 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:867 +#: redbot/core/core_commands.py:872 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:878 +#: redbot/core/core_commands.py:883 #, docstring msgid "\n" " Handle a deletion request from Discord.\n\n" @@ -447,34 +447,34 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:892 +#: redbot/core/core_commands.py:897 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:915 redbot/core/core_commands.py:1072 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +#: redbot/core/core_commands.py:930 redbot/core/core_commands.py:1087 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +#: redbot/core/core_commands.py:941 redbot/core/core_commands.py:1098 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +#: redbot/core/core_commands.py:951 redbot/core/core_commands.py:1108 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:957 +#: redbot/core/core_commands.py:962 #, docstring msgid "Delete data [botname] has about a user for a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" @@ -485,34 +485,34 @@ msgid "Delete data [botname] has about a user for a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:973 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:991 +#: redbot/core/core_commands.py:996 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1006 +#: redbot/core/core_commands.py:1011 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1017 +#: redbot/core/core_commands.py:1022 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1033 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1048 #, docstring msgid "Delete data [botname] has about a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" @@ -522,12 +522,12 @@ msgid "Delete data [botname] has about a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1053 +#: redbot/core/core_commands.py:1058 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1114 +#: redbot/core/core_commands.py:1119 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -547,7 +547,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1136 +#: redbot/core/core_commands.py:1141 #, docstring msgid "\n" " Show the current embed settings.\n\n" @@ -561,42 +561,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1153 redbot/core/core_commands.py:1309 -#: redbot/core/core_commands.py:1360 redbot/core/core_commands.py:4236 -#: redbot/core/core_commands.py:4279 redbot/core/core_commands.py:4345 -#: redbot/core/core_commands.py:4376 +#: redbot/core/core_commands.py:1158 redbot/core/core_commands.py:1314 +#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:4282 +#: redbot/core/core_commands.py:4325 redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4422 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:1159 +#: redbot/core/core_commands.py:1164 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1161 +#: redbot/core/core_commands.py:1166 msgid "Global default: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1171 msgid "Global command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1172 +#: redbot/core/core_commands.py:1177 msgid "Guild setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1177 +#: redbot/core/core_commands.py:1182 msgid "Server command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1183 +#: redbot/core/core_commands.py:1188 msgid "Channel setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1191 msgid "User setting: {value}" msgstr "" -#: redbot/core/core_commands.py:1192 +#: redbot/core/core_commands.py:1197 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -608,15 +608,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1206 +#: redbot/core/core_commands.py:1211 msgid "Embeds are now disabled by default." msgstr "" -#: redbot/core/core_commands.py:1209 +#: redbot/core/core_commands.py:1214 msgid "Embeds are now enabled by default." msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1220 #, docstring msgid "\n" " Set the server's embed setting.\n\n" @@ -632,20 +632,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1234 redbot/core/core_commands.py:1318 -#: redbot/core/core_commands.py:1409 redbot/core/core_commands.py:1440 +#: redbot/core/core_commands.py:1239 redbot/core/core_commands.py:1323 +#: redbot/core/core_commands.py:1414 redbot/core/core_commands.py:1445 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1239 +#: redbot/core/core_commands.py:1244 msgid "Embeds are now enabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1241 +#: redbot/core/core_commands.py:1246 msgid "Embeds are now disabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1249 +#: redbot/core/core_commands.py:1254 #, docstring msgid "\n" " Sets a command's embed setting.\n\n" @@ -662,11 +662,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1278 +#: redbot/core/core_commands.py:1283 msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." msgstr "" -#: redbot/core/core_commands.py:1289 +#: redbot/core/core_commands.py:1294 #, docstring msgid "\n" " Sets a command's embed setting globally.\n\n" @@ -682,15 +682,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1375 +#: redbot/core/core_commands.py:1329 redbot/core/core_commands.py:1380 msgid "Embeds are now enabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1330 redbot/core/core_commands.py:1381 +#: redbot/core/core_commands.py:1335 redbot/core/core_commands.py:1386 msgid "Embeds are now disabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1340 +#: redbot/core/core_commands.py:1345 #, docstring msgid "\n" " Sets a commmand's embed setting for the current server.\n\n" @@ -706,11 +706,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1369 +#: redbot/core/core_commands.py:1374 msgid "Embeds will now fall back to the server setting." msgstr "" -#: redbot/core/core_commands.py:1390 +#: redbot/core/core_commands.py:1395 #, docstring msgid "\n" " Set's a channel's embed setting.\n\n" @@ -726,21 +726,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1419 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1426 #, docstring msgid "\n" " Sets personal embed setting for DMs.\n\n" @@ -756,15 +756,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1450 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1452 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1453 +#: redbot/core/core_commands.py:1458 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead.\n\n" @@ -777,11 +777,11 @@ msgid "Sends to the owner the last command exception that has occurred.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:1487 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1487 +#: redbot/core/core_commands.py:1492 #, docstring msgid "Shows [botname]'s invite url.\n\n" " This will always send the invite to DMs to keep it private.\n\n" @@ -791,12 +791,12 @@ msgid "Shows [botname]'s invite url.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1512 #, docstring msgid "Commands to setup [botname]'s invite settings." msgstr "" -#: redbot/core/core_commands.py:1512 +#: redbot/core/core_commands.py:1517 #, docstring msgid "\n" " Toggles if `[p]invite` should be accessible for the average user.\n\n" @@ -808,7 +808,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1549 +#: redbot/core/core_commands.py:1554 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -823,7 +823,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 #, docstring msgid "\n" " Leaves servers.\n\n" @@ -838,43 +855,43 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1588 +#: redbot/core/core_commands.py:1613 msgid "You need to specify at least one server ID." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:1620 msgid "You haven't passed any server ID. Do you want me to leave this server?" msgstr "" -#: redbot/core/core_commands.py:1600 +#: redbot/core/core_commands.py:1625 msgid "Are you sure you want me to leave these servers?" msgstr "" -#: redbot/core/core_commands.py:1608 +#: redbot/core/core_commands.py:1633 msgid "I cannot leave the server `{server_name}`: I am the owner of it." msgstr "" -#: redbot/core/core_commands.py:1619 +#: redbot/core/core_commands.py:1644 redbot/core/core_commands.py:2711 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:1624 +#: redbot/core/core_commands.py:1649 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1652 msgid "Alright. Leaving {number} servers..." msgstr "" -#: redbot/core/core_commands.py:1634 +#: redbot/core/core_commands.py:1659 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1636 +#: redbot/core/core_commands.py:1661 msgid "Alright, I'm not leaving those servers." msgstr "" -#: redbot/core/core_commands.py:1641 +#: redbot/core/core_commands.py:1666 #, docstring msgid "\n" " Lists the servers [botname] is currently in.\n\n" @@ -882,7 +899,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:1684 #, docstring msgid "Loads cog packages from the local paths and installed cogs.\n\n" " See packages available to load with `[p]cogs`.\n\n" @@ -895,67 +912,67 @@ msgid "Loads cog packages from the local paths and installed cogs.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1688 +#: redbot/core/core_commands.py:1713 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1693 +#: redbot/core/core_commands.py:1718 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1722 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1729 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1709 +#: redbot/core/core_commands.py:1734 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1717 redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1742 redbot/core/core_commands.py:1898 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1723 redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1748 redbot/core/core_commands.py:1904 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1732 redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1757 redbot/core/core_commands.py:1913 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1736 redbot/core/core_commands.py:1892 +#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1744 +#: redbot/core/core_commands.py:1769 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1748 +#: redbot/core/core_commands.py:1773 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1755 +#: redbot/core/core_commands.py:1780 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1786 redbot/core/core_commands.py:1942 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1780 +#: redbot/core/core_commands.py:1805 #, docstring msgid "Unloads previously loaded cog packages.\n\n" " See packages available to unload with `[p]cogs`.\n\n" @@ -967,23 +984,23 @@ msgid "Unloads previously loaded cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1798 +#: redbot/core/core_commands.py:1823 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1827 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1809 +#: redbot/core/core_commands.py:1834 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1813 +#: redbot/core/core_commands.py:1838 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1826 +#: redbot/core/core_commands.py:1851 #, docstring msgid "Reloads cog packages.\n\n" " This will unload and then load the specified cogs.\n\n" @@ -996,36 +1013,36 @@ msgid "Reloads cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:1880 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1860 +#: redbot/core/core_commands.py:1885 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1890 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1900 +#: redbot/core/core_commands.py:1925 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1904 +#: redbot/core/core_commands.py:1929 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1936 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Shuts down the bot.\n\n" " Allows [botname] to shut down gracefully.\n\n" @@ -1038,11 +1055,11 @@ msgid "Shuts down the bot.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1974 msgid "Shutting down... " msgstr "" -#: redbot/core/core_commands.py:1955 +#: redbot/core/core_commands.py:1980 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -1055,30 +1072,30 @@ msgid "Attempts to restart [botname].\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1969 +#: redbot/core/core_commands.py:1994 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:1974 +#: redbot/core/core_commands.py:1999 #, docstring msgid "Commands for changing [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1978 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1996 +#: redbot/core/core_commands.py:2021 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2042 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -1086,7 +1103,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:2039 +#: redbot/core/core_commands.py:2064 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -1101,23 +1118,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2060 +#: redbot/core/core_commands.py:2085 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:2062 +#: redbot/core/core_commands.py:2087 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2092 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2099 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2104 #, docstring msgid "\n" " Sets the bot's description.\n\n" @@ -1133,15 +1150,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2099 +#: redbot/core/core_commands.py:2124 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:2102 +#: redbot/core/core_commands.py:2127 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2141 #, docstring msgid "\n" " Adds an admin role for this guild.\n\n" @@ -1159,15 +1176,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2136 +#: redbot/core/core_commands.py:2161 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:2138 +#: redbot/core/core_commands.py:2163 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2144 +#: redbot/core/core_commands.py:2169 #, docstring msgid "\n" " Adds a moderator role for this guild.\n\n" @@ -1184,15 +1201,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2188 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:2165 +#: redbot/core/core_commands.py:2190 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2171 +#: redbot/core/core_commands.py:2196 #, docstring msgid "\n" " Removes an admin role for this guild.\n\n" @@ -1204,15 +1221,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2208 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:2185 +#: redbot/core/core_commands.py:2210 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2191 +#: redbot/core/core_commands.py:2216 #, docstring msgid "\n" " Removes a mod role for this guild.\n\n" @@ -1224,15 +1241,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2228 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2230 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2211 +#: redbot/core/core_commands.py:2236 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -1243,19 +1260,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2248 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will" msgstr "" -#: redbot/core/core_commands.py:2232 +#: redbot/core/core_commands.py:2257 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -1267,11 +1284,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2247 +#: redbot/core/core_commands.py:2272 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2280 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -1282,11 +1299,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2268 +#: redbot/core/core_commands.py:2293 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:2276 +#: redbot/core/core_commands.py:2301 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1303,15 +1320,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2321 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:2299 +#: redbot/core/core_commands.py:2324 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:2304 +#: redbot/core/core_commands.py:2329 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL.\n\n" @@ -1324,28 +1341,28 @@ msgid "Sets [botname]'s avatar\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2327 +#: redbot/core/core_commands.py:2352 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:2329 +#: redbot/core/core_commands.py:2354 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:2339 +#: redbot/core/core_commands.py:2364 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:2346 +#: redbot/core/core_commands.py:2371 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:2348 redbot/core/core_commands.py:2575 -#: redbot/core/core_commands.py:2631 redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:2373 redbot/core/core_commands.py:2600 +#: redbot/core/core_commands.py:2656 redbot/core/core_commands.py:2680 msgid "Done." msgstr "" -#: redbot/core/core_commands.py:2353 +#: redbot/core/core_commands.py:2378 #, docstring msgid "\n" " Removes [botname]'s avatar.\n\n" @@ -1354,11 +1371,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2386 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2392 #, docstring msgid "Sets [botname]'s playing status.\n\n" " This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" @@ -1371,19 +1388,19 @@ msgid "Sets [botname]'s playing status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2383 +#: redbot/core/core_commands.py:2408 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2391 +#: redbot/core/core_commands.py:2416 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:2393 +#: redbot/core/core_commands.py:2418 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:2399 +#: redbot/core/core_commands.py:2424 #, docstring msgid "Sets [botname]'s listening status.\n\n" " This will appear as `Listening to `.\n\n" @@ -1395,19 +1412,19 @@ msgid "Sets [botname]'s listening status.\n\n" " - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2416 +#: redbot/core/core_commands.py:2441 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2425 +#: redbot/core/core_commands.py:2450 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2453 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2459 #, docstring msgid "Sets [botname]'s watching status.\n\n" " This will appear as `Watching `.\n\n" @@ -1419,19 +1436,19 @@ msgid "Sets [botname]'s watching status.\n\n" " - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2475 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2482 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:2459 +#: redbot/core/core_commands.py:2484 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:2465 +#: redbot/core/core_commands.py:2490 #, docstring msgid "Sets [botname]'s competing status.\n\n" " This will appear as `Competing in `.\n\n" @@ -1443,19 +1460,19 @@ msgid "Sets [botname]'s competing status.\n\n" " - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2482 +#: redbot/core/core_commands.py:2507 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2491 +#: redbot/core/core_commands.py:2516 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:2494 +#: redbot/core/core_commands.py:2519 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:2500 +#: redbot/core/core_commands.py:2525 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1471,11 +1488,11 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:2555 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:2538 +#: redbot/core/core_commands.py:2563 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" @@ -1491,15 +1508,15 @@ msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " - `` - The text to follow `Streaming` in the status." msgstr "" -#: redbot/core/core_commands.py:2563 +#: redbot/core/core_commands.py:2588 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2591 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2580 +#: redbot/core/core_commands.py:2605 #, docstring msgid "Sets [botname]'s username.\n\n" " Maximum length for a username is 32 characters.\n\n" @@ -1512,28 +1529,28 @@ msgid "Sets [botname]'s username.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2596 +#: redbot/core/core_commands.py:2621 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2603 +#: redbot/core/core_commands.py:2628 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2609 +#: redbot/core/core_commands.py:2634 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2619 +#: redbot/core/core_commands.py:2644 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2629 +#: redbot/core/core_commands.py:2654 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2662 #, docstring msgid "Sets [botname]'s nickname for the current server.\n\n" " Maximum length for a nickname is 32 characters.\n\n" @@ -1544,15 +1561,15 @@ msgid "Sets [botname]'s nickname for the current server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2649 +#: redbot/core/core_commands.py:2674 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2653 +#: redbot/core/core_commands.py:2678 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:2660 +#: redbot/core/core_commands.py:2685 #, docstring msgid "Sets [botname]'s global prefix(es).\n\n" " Warning: This is not additive. It will replace all current prefixes.\n\n" @@ -1567,20 +1584,30 @@ msgid "Sets [botname]'s global prefix(es).\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2677 +#: redbot/core/core_commands.py:2702 +msgid "Warning: A prefix is above the recommended length (20 characters).\n" +"Do you want to continue? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:2715 +msgid "Cancelled." +msgstr "" + +#: redbot/core/core_commands.py:2719 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:2721 msgid "Prefixes set." msgstr "" -#: redbot/core/core_commands.py:2685 +#: redbot/core/core_commands.py:2727 #, docstring msgid "\n" " Sets [botname]'s server prefix(es).\n\n" " Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" -" This is not additive. It will replace all current server prefixes.\n\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 20 characters.\n\n" " **Examples:**\n" " - `[p]set serverprefix !`\n" " - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" @@ -1591,19 +1618,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2702 +#: redbot/core/core_commands.py:2745 msgid "Server prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2748 +msgid "You cannot have a prefix longer than 20 characters." +msgstr "" + +#: redbot/core/core_commands.py:2753 msgid "Server prefix set." msgstr "" -#: redbot/core/core_commands.py:2709 +#: redbot/core/core_commands.py:2755 msgid "Server prefixes set." msgstr "" -#: redbot/core/core_commands.py:2714 +#: redbot/core/core_commands.py:2760 #, docstring msgid "\n" " Changes the bot's default locale.\n\n" @@ -1620,21 +1651,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2735 redbot/core/core_commands.py:2779 -#: redbot/core/core_commands.py:2818 redbot/core/core_commands.py:2862 +#: redbot/core/core_commands.py:2781 redbot/core/core_commands.py:2825 +#: redbot/core/core_commands.py:2864 redbot/core/core_commands.py:2908 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2739 redbot/core/core_commands.py:2783 -#: redbot/core/core_commands.py:2822 redbot/core/core_commands.py:2866 +#: redbot/core/core_commands.py:2785 redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2868 redbot/core/core_commands.py:2912 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:2792 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2752 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1652,15 +1683,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2774 +#: redbot/core/core_commands.py:2820 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2789 +#: redbot/core/core_commands.py:2835 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:2795 +#: redbot/core/core_commands.py:2841 #, docstring msgid "\n" " Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1675,15 +1706,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2812 +#: redbot/core/core_commands.py:2858 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2875 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2837 +#: redbot/core/core_commands.py:2883 #, docstring msgid "\n" " Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1698,15 +1729,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2855 +#: redbot/core/core_commands.py:2901 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2873 +#: redbot/core/core_commands.py:2919 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2881 +#: redbot/core/core_commands.py:2927 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1721,19 +1752,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2898 +#: redbot/core/core_commands.py:2944 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2948 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2905 +#: redbot/core/core_commands.py:2951 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2956 #, docstring msgid "\n" " Commands to set, list or remove various external API tokens.\n\n" @@ -1750,11 +1781,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2931 +#: redbot/core/core_commands.py:2977 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2935 +#: redbot/core/core_commands.py:2981 #, docstring msgid "\n" " Show all external API services along with their keys that have been set.\n\n" @@ -1764,19 +1795,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2946 +#: redbot/core/core_commands.py:2992 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2961 +#: redbot/core/core_commands.py:3007 #, docstring msgid "\n" " Remove the given services with all their keys and tokens.\n\n" @@ -1787,20 +1818,20 @@ msgid "\n" " - `` - The services to remove." msgstr "" -#: redbot/core/core_commands.py:2976 +#: redbot/core/core_commands.py:3022 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2980 +#: redbot/core/core_commands.py:3026 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2985 +#: redbot/core/core_commands.py:3031 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2990 +#: redbot/core/core_commands.py:3036 #, docstring msgid "\n" " Commands to manage settings for the help command.\n\n" @@ -1808,7 +1839,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2999 +#: redbot/core/core_commands.py:3045 #, docstring msgid "\n" " Show the current help settings.\n\n" @@ -1818,11 +1849,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3013 +#: redbot/core/core_commands.py:3059 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:3023 +#: redbot/core/core_commands.py:3069 #, docstring msgid "\n" " This resets [botname]'s help formatter to the default formatter.\n\n" @@ -1831,11 +1862,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3032 +#: redbot/core/core_commands.py:3078 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:3041 +#: redbot/core/core_commands.py:3087 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1845,11 +1876,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3051 +#: redbot/core/core_commands.py:3097 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3105 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1865,15 +1896,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3079 +#: redbot/core/core_commands.py:3125 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:3081 +#: redbot/core/core_commands.py:3127 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:3085 +#: redbot/core/core_commands.py:3131 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1887,15 +1918,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3102 +#: redbot/core/core_commands.py:3148 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3104 +#: redbot/core/core_commands.py:3150 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3154 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1909,15 +1940,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3125 +#: redbot/core/core_commands.py:3171 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3127 +#: redbot/core/core_commands.py:3173 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3131 +#: redbot/core/core_commands.py:3177 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent to a DM.\n\n" @@ -1933,15 +1964,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3152 +#: redbot/core/core_commands.py:3198 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3154 +#: redbot/core/core_commands.py:3200 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3158 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be filtered from help.\n\n" @@ -1955,15 +1986,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3175 +#: redbot/core/core_commands.py:3221 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:3177 +#: redbot/core/core_commands.py:3223 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:3181 +#: redbot/core/core_commands.py:3227 #, docstring msgid "\n" " Sets whether the bot should respond to help commands for nonexistent topics.\n\n" @@ -1979,15 +2010,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3202 +#: redbot/core/core_commands.py:3248 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3251 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:3213 +#: redbot/core/core_commands.py:3259 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " Note: This setting only applies to embedded help.\n\n" @@ -2002,15 +2033,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3230 +#: redbot/core/core_commands.py:3276 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:3234 +#: redbot/core/core_commands.py:3280 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3238 +#: redbot/core/core_commands.py:3284 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " Note: This setting does not apply to menu help.\n\n" @@ -2026,15 +2057,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3283 +#: redbot/core/core_commands.py:3302 redbot/core/core_commands.py:3329 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:3260 +#: redbot/core/core_commands.py:3306 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3265 +#: redbot/core/core_commands.py:3311 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -2051,19 +2082,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3332 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3337 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:3293 +#: redbot/core/core_commands.py:3339 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:3297 +#: redbot/core/core_commands.py:3343 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -2077,19 +2108,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3312 +#: redbot/core/core_commands.py:3358 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:3316 +#: redbot/core/core_commands.py:3362 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:3324 +#: redbot/core/core_commands.py:3370 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:3329 +#: redbot/core/core_commands.py:3375 #, docstring msgid "Sends a message to the owner.\n\n" " This is limited to one message every 60 seconds per person.\n\n" @@ -2100,43 +2131,43 @@ msgid "Sends a message to the owner.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3341 +#: redbot/core/core_commands.py:3387 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:3344 +#: redbot/core/core_commands.py:3390 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3392 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:3347 +#: redbot/core/core_commands.py:3393 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:3352 +#: redbot/core/core_commands.py:3398 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:3354 +#: redbot/core/core_commands.py:3400 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:3359 +#: redbot/core/core_commands.py:3405 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:3430 +#: redbot/core/core_commands.py:3476 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:3432 +#: redbot/core/core_commands.py:3478 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:3437 +#: redbot/core/core_commands.py:3483 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n\n" @@ -2149,41 +2180,41 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3453 +#: redbot/core/core_commands.py:3499 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3509 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:3464 +#: redbot/core/core_commands.py:3510 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:3478 redbot/core/core_commands.py:3488 +#: redbot/core/core_commands.py:3524 redbot/core/core_commands.py:3534 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:3481 redbot/core/core_commands.py:3491 +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3537 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:3496 +#: redbot/core/core_commands.py:3542 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:3500 +#: redbot/core/core_commands.py:3546 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:3506 +#: redbot/core/core_commands.py:3552 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:3593 +#: redbot/core/core_commands.py:3639 #, docstring msgid "\n" " Commands to manage the allowlist.\n\n" @@ -2192,7 +2223,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3604 +#: redbot/core/core_commands.py:3650 #, docstring msgid "\n" " Adds users to the allowlist.\n\n" @@ -2204,15 +2235,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3663 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3619 +#: redbot/core/core_commands.py:3665 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3623 +#: redbot/core/core_commands.py:3669 #, docstring msgid "\n" " Lists users on the allowlist.\n\n" @@ -2221,21 +2252,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3635 +#: redbot/core/core_commands.py:3681 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3637 +#: redbot/core/core_commands.py:3683 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3641 redbot/core/core_commands.py:3739 +#: redbot/core/core_commands.py:3687 redbot/core/core_commands.py:3785 #: redbot/core/modlog.py:428 redbot/core/modlog.py:450 #: redbot/core/modlog.py:466 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/core_commands.py:3649 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Removes users from the allowlist.\n\n" @@ -2248,15 +2279,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3664 +#: redbot/core/core_commands.py:3710 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3666 +#: redbot/core/core_commands.py:3712 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3670 +#: redbot/core/core_commands.py:3716 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2266,11 +2297,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3725 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3684 +#: redbot/core/core_commands.py:3730 #, docstring msgid "\n" " Commands to manage the blocklist.\n\n" @@ -2278,7 +2309,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3693 +#: redbot/core/core_commands.py:3739 #, docstring msgid "\n" " Adds users to the blocklist.\n\n" @@ -2290,19 +2321,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3709 +#: redbot/core/core_commands.py:3755 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3715 +#: redbot/core/core_commands.py:3761 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3717 +#: redbot/core/core_commands.py:3763 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3721 +#: redbot/core/core_commands.py:3767 #, docstring msgid "\n" " Lists users on the blocklist.\n\n" @@ -2311,15 +2342,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3733 +#: redbot/core/core_commands.py:3779 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3735 +#: redbot/core/core_commands.py:3781 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3747 +#: redbot/core/core_commands.py:3793 #, docstring msgid "\n" " Removes users from the blocklist.\n\n" @@ -2331,15 +2362,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3760 +#: redbot/core/core_commands.py:3806 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3762 +#: redbot/core/core_commands.py:3808 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3766 +#: redbot/core/core_commands.py:3812 #, docstring msgid "\n" " Clears the blocklist.\n\n" @@ -2348,11 +2379,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3773 +#: redbot/core/core_commands.py:3819 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3779 +#: redbot/core/core_commands.py:3825 #, docstring msgid "\n" " Commands to manage the server specific allowlist.\n\n" @@ -2361,7 +2392,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3792 +#: redbot/core/core_commands.py:3838 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n\n" @@ -2374,19 +2405,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3811 +#: redbot/core/core_commands.py:3857 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:3820 +#: redbot/core/core_commands.py:3866 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3822 +#: redbot/core/core_commands.py:3868 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3826 +#: redbot/core/core_commands.py:3872 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n\n" @@ -2395,19 +2426,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3838 +#: redbot/core/core_commands.py:3884 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3840 +#: redbot/core/core_commands.py:3886 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:3844 redbot/core/core_commands.py:3966 +#: redbot/core/core_commands.py:3890 redbot/core/core_commands.py:4012 msgid "Unknown or Deleted User/Role" msgstr "" -#: redbot/core/core_commands.py:3854 +#: redbot/core/core_commands.py:3900 #, docstring msgid "\n" " Removes user or role from the allowlist.\n\n" @@ -2421,19 +2452,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3875 +#: redbot/core/core_commands.py:3921 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3883 +#: redbot/core/core_commands.py:3929 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3885 +#: redbot/core/core_commands.py:3931 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3889 +#: redbot/core/core_commands.py:3935 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2443,11 +2474,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3898 +#: redbot/core/core_commands.py:3944 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3904 +#: redbot/core/core_commands.py:3950 #, docstring msgid "\n" " Commands to manage the server specific blocklist.\n\n" @@ -2455,7 +2486,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3915 +#: redbot/core/core_commands.py:3961 #, docstring msgid "\n" " Adds a user or role to the local blocklist.\n\n" @@ -2468,27 +2499,27 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3929 +#: redbot/core/core_commands.py:3975 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3932 +#: redbot/core/core_commands.py:3978 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3935 +#: redbot/core/core_commands.py:3981 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3942 +#: redbot/core/core_commands.py:3988 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3944 +#: redbot/core/core_commands.py:3990 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3948 +#: redbot/core/core_commands.py:3994 #, docstring msgid "\n" " Lists users and roles on the server blocklist.\n\n" @@ -2497,15 +2528,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3960 +#: redbot/core/core_commands.py:4006 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3962 +#: redbot/core/core_commands.py:4008 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3976 +#: redbot/core/core_commands.py:4022 #, docstring msgid "\n" " Removes user or role from local blocklist.\n\n" @@ -2518,15 +2549,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3992 +#: redbot/core/core_commands.py:4038 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3994 +#: redbot/core/core_commands.py:4040 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3998 +#: redbot/core/core_commands.py:4044 #, docstring msgid "\n" " Clears the server blocklist.\n\n" @@ -2536,16 +2567,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4007 +#: redbot/core/core_commands.py:4053 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:4012 +#: redbot/core/core_commands.py:4058 #, docstring msgid "Commands to enable and disable commands and cogs." msgstr "" -#: redbot/core/core_commands.py:4018 +#: redbot/core/core_commands.py:4064 #, docstring msgid "Set the default state for a cog as disabled.\n\n" " This will disable the cog for all servers by default.\n" @@ -2559,20 +2590,20 @@ msgid "Set the default state for a cog as disabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4034 redbot/core/core_commands.py:4059 -#: redbot/core/core_commands.py:4079 redbot/core/core_commands.py:4109 +#: redbot/core/core_commands.py:4080 redbot/core/core_commands.py:4105 +#: redbot/core/core_commands.py:4125 redbot/core/core_commands.py:4155 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:4036 +#: redbot/core/core_commands.py:4082 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:4038 +#: redbot/core/core_commands.py:4084 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:4043 +#: redbot/core/core_commands.py:4089 #, docstring msgid "Set the default state for a cog as enabled.\n\n" " This will re-enable the cog for all servers by default.\n" @@ -2586,11 +2617,11 @@ msgid "Set the default state for a cog as enabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4061 +#: redbot/core/core_commands.py:4107 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:4066 +#: redbot/core/core_commands.py:4112 #, docstring msgid "Disable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2602,19 +2633,19 @@ msgid "Disable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4081 +#: redbot/core/core_commands.py:4127 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:4083 +#: redbot/core/core_commands.py:4129 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4086 +#: redbot/core/core_commands.py:4132 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4092 +#: redbot/core/core_commands.py:4138 #, docstring msgid "Enable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2626,15 +2657,15 @@ msgid "Enable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4104 +#: redbot/core/core_commands.py:4150 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4112 +#: redbot/core/core_commands.py:4158 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4118 +#: redbot/core/core_commands.py:4164 #, docstring msgid "List the cogs which are disabled in this server.\n\n" " **Example:**\n" @@ -2642,15 +2673,15 @@ msgid "List the cogs which are disabled in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4131 +#: redbot/core/core_commands.py:4177 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:4137 +#: redbot/core/core_commands.py:4183 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:4141 +#: redbot/core/core_commands.py:4187 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2661,7 +2692,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4158 +#: redbot/core/core_commands.py:4204 #, docstring msgid "List disabled commands globally.\n\n" " **Example:**\n" @@ -2669,19 +2700,19 @@ msgid "List disabled commands globally.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4165 +#: redbot/core/core_commands.py:4211 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:4168 +#: redbot/core/core_commands.py:4214 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4172 +#: redbot/core/core_commands.py:4218 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4180 +#: redbot/core/core_commands.py:4226 #, docstring msgid "List disabled commands in this server.\n\n" " **Example:**\n" @@ -2689,19 +2720,19 @@ msgid "List disabled commands in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4187 +#: redbot/core/core_commands.py:4233 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:4190 +#: redbot/core/core_commands.py:4236 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4194 +#: redbot/core/core_commands.py:4240 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4201 +#: redbot/core/core_commands.py:4247 #, docstring msgid "\n" " Disable a command.\n\n" @@ -2715,7 +2746,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4223 +#: redbot/core/core_commands.py:4269 #, docstring msgid "\n" " Disable a command globally.\n\n" @@ -2727,19 +2758,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4242 redbot/core/core_commands.py:4285 +#: redbot/core/core_commands.py:4288 redbot/core/core_commands.py:4331 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:4248 redbot/core/core_commands.py:4291 +#: redbot/core/core_commands.py:4294 redbot/core/core_commands.py:4337 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:4257 +#: redbot/core/core_commands.py:4303 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:4266 +#: redbot/core/core_commands.py:4312 #, docstring msgid "\n" " Disable a command in this server only.\n\n" @@ -2751,15 +2782,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4296 +#: redbot/core/core_commands.py:4342 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:4306 +#: redbot/core/core_commands.py:4352 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:4312 +#: redbot/core/core_commands.py:4358 #, docstring msgid "Enable a command.\n\n" " If you're the bot owner, this will try to enable a globally disabled command by default.\n" @@ -2772,7 +2803,7 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4332 +#: redbot/core/core_commands.py:4378 #, docstring msgid "\n" " Enable a command globally.\n\n" @@ -2784,11 +2815,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4354 +#: redbot/core/core_commands.py:4400 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:4363 +#: redbot/core/core_commands.py:4409 #, docstring msgid "\n" " Enable a command in this server.\n\n" @@ -2800,15 +2831,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4381 +#: redbot/core/core_commands.py:4427 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4437 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:4398 +#: redbot/core/core_commands.py:4444 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2822,7 +2853,7 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4419 +#: redbot/core/core_commands.py:4465 #, docstring msgid "\n" " Commands to manage server settings for immunity from automated actions.\n\n" @@ -2830,7 +2861,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4428 +#: redbot/core/core_commands.py:4474 #, docstring msgid "\n" " Gets the current members and roles configured for automatic moderation action immunity.\n\n" @@ -2839,19 +2870,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4441 +#: redbot/core/core_commands.py:4487 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4446 +#: redbot/core/core_commands.py:4492 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4450 +#: redbot/core/core_commands.py:4496 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:4459 +#: redbot/core/core_commands.py:4505 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n\n" @@ -2863,11 +2894,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4471 +#: redbot/core/core_commands.py:4517 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:4479 +#: redbot/core/core_commands.py:4525 #, docstring msgid "\n" " Remove a user or role from being immune to automated moderation actions.\n\n" @@ -2879,11 +2910,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4491 +#: redbot/core/core_commands.py:4537 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:4499 +#: redbot/core/core_commands.py:4545 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n\n" @@ -2895,15 +2926,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4511 +#: redbot/core/core_commands.py:4557 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:4513 +#: redbot/core/core_commands.py:4559 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:4518 +#: redbot/core/core_commands.py:4564 #, docstring msgid "\n" " Commands for configuring owner notifications.\n\n" @@ -2911,7 +2942,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4527 +#: redbot/core/core_commands.py:4573 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2923,7 +2954,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4546 +#: redbot/core/core_commands.py:4592 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n\n" @@ -2934,7 +2965,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4565 +#: redbot/core/core_commands.py:4611 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n\n" @@ -2946,7 +2977,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4591 +#: redbot/core/core_commands.py:4637 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n\n" @@ -2958,7 +2989,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4615 +#: redbot/core/core_commands.py:4661 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n\n" @@ -2967,15 +2998,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4625 +#: redbot/core/core_commands.py:4671 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:4636 +#: redbot/core/core_commands.py:4682 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:4667 +#: redbot/core/core_commands.py:4713 #, docstring msgid "\n" " Commands to add servers or channels to the ignore list.\n\n" @@ -2984,7 +3015,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4677 +#: redbot/core/core_commands.py:4723 #, docstring msgid "\n" " List the currently ignored servers and channels.\n\n" @@ -2993,7 +3024,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4692 +#: redbot/core/core_commands.py:4738 #, docstring msgid "\n" " Ignore commands in the channel or category.\n\n" @@ -3009,15 +3040,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4712 +#: redbot/core/core_commands.py:4758 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:4714 +#: redbot/core/core_commands.py:4760 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:4719 +#: redbot/core/core_commands.py:4765 #, docstring msgid "\n" " Ignore commands in this server.\n\n" @@ -3027,20 +3058,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4730 +#: redbot/core/core_commands.py:4776 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:4732 +#: redbot/core/core_commands.py:4778 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:4738 +#: redbot/core/core_commands.py:4784 #, docstring msgid "Commands to remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4746 +#: redbot/core/core_commands.py:4792 #, docstring msgid "\n" " Remove a channel or category from the ignore list.\n\n" @@ -3055,15 +3086,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4765 +#: redbot/core/core_commands.py:4811 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:4767 +#: redbot/core/core_commands.py:4813 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4772 +#: redbot/core/core_commands.py:4818 #, docstring msgid "\n" " Remove this server from the ignore list.\n\n" @@ -3072,24 +3103,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4781 +#: redbot/core/core_commands.py:4827 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4783 +#: redbot/core/core_commands.py:4829 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4789 +#: redbot/core/core_commands.py:4835 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:4801 +#: redbot/core/core_commands.py:4847 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:4816 +#: redbot/core/core_commands.py:4862 #, docstring msgid "\n" " Get info about Red's licenses.\n" @@ -3122,7 +3153,7 @@ msgid "Evaluate a statement of python code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:166 +#: redbot/core/dev_commands.py:167 #, docstring msgid "Execute asynchronous code.\n\n" " This command wraps code into the body of an async function and then\n" @@ -3142,7 +3173,7 @@ msgid "Execute asynchronous code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:220 +#: redbot/core/dev_commands.py:221 #, docstring msgid "Open an interactive REPL.\n\n" " The REPL will only recognise code as messages which start with a\n" @@ -3151,51 +3182,51 @@ msgid "Open an interactive REPL.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:229 +#: redbot/core/dev_commands.py:230 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "" -#: redbot/core/dev_commands.py:233 +#: redbot/core/dev_commands.py:234 msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." msgstr "" -#: redbot/core/dev_commands.py:244 +#: redbot/core/dev_commands.py:245 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." msgstr "" -#: redbot/core/dev_commands.py:258 +#: redbot/core/dev_commands.py:259 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:309 +#: redbot/core/dev_commands.py:310 msgid "Unexpected error: `{}`" msgstr "" -#: redbot/core/dev_commands.py:313 +#: redbot/core/dev_commands.py:314 #, docstring msgid "Pauses/resumes the REPL running in the current channel" msgstr "" -#: redbot/core/dev_commands.py:315 +#: redbot/core/dev_commands.py:316 msgid "There is no currently running REPL session in this channel." msgstr "" -#: redbot/core/dev_commands.py:323 +#: redbot/core/dev_commands.py:324 msgid "The REPL session in this channel has been resumed." msgstr "" -#: redbot/core/dev_commands.py:325 +#: redbot/core/dev_commands.py:326 msgid "The REPL session in this channel is now paused." msgstr "" -#: redbot/core/dev_commands.py:330 +#: redbot/core/dev_commands.py:331 #, docstring msgid "Mock another user invoking a command.\n\n" " The prefix must not be entered.\n" " " msgstr "" -#: redbot/core/dev_commands.py:343 +#: redbot/core/dev_commands.py:344 #, docstring msgid "Dispatch a message event as if it were sent by a different user.\n\n" " Only reads the raw content of the message. Attachments, embeds etc. are\n" @@ -3203,17 +3234,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:364 +#: redbot/core/dev_commands.py:365 #, docstring msgid "Give bot owners the ability to bypass cooldowns.\n\n" " Does not persist through restarts." msgstr "" -#: redbot/core/dev_commands.py:372 +#: redbot/core/dev_commands.py:373 msgid "Bot owners will now bypass all commands with cooldowns." msgstr "" -#: redbot/core/dev_commands.py:374 +#: redbot/core/dev_commands.py:375 msgid "Bot owners will no longer bypass all commands with cooldowns." msgstr "" diff --git a/redbot/core/locales/ca-ES.po b/redbot/core/locales/ca-ES.po index 91e6930b4..129c2d267 100644 --- a/redbot/core/locales/ca-ES.po +++ b/redbot/core/locales/ca-ES.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-05-25 16:04+0000\n" +"POT-Creation-Date: 2021-06-12 15:52+0000\n" "Last-Translator: \n" "Language-Team: Catalan\n" "MIME-Version: 1.0\n" @@ -126,15 +126,15 @@ msgstr "" msgid "**{} unloaded:**\n" msgstr "" -#: redbot/core/core_commands.py:179 +#: redbot/core/core_commands.py:181 msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:184 +#: redbot/core/core_commands.py:186 msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:393 +#: redbot/core/core_commands.py:398 #, docstring msgid "\n" " The Core cog has many commands related to core functions.\n\n" @@ -142,93 +142,93 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:410 #, docstring msgid "Pong." msgstr "" -#: redbot/core/core_commands.py:410 +#: redbot/core/core_commands.py:415 #, docstring msgid "Shows info about [botname].\n\n" " See `[p]set custominfo` to customize.\n" " " msgstr "" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:445 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by team" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:456 +#: redbot/core/core_commands.py:461 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:459 redbot/core/core_commands.py:515 +#: redbot/core/core_commands.py:464 redbot/core/core_commands.py:520 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:463 redbot/core/core_commands.py:519 +#: redbot/core/core_commands.py:468 redbot/core/core_commands.py:524 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:464 +#: redbot/core/core_commands.py:469 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:466 +#: redbot/core/core_commands.py:471 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:467 +#: redbot/core/core_commands.py:472 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:470 redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:475 redbot/core/core_commands.py:533 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:483 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:489 +#: redbot/core/core_commands.py:494 msgid "Instance owned by team: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:501 +#: redbot/core/core_commands.py:506 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:520 +#: redbot/core/core_commands.py:525 msgid "Outdated: [{state}]\n" msgstr "" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:528 msgid "**About Red**\n" msgstr "" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:539 msgid "**About this instance**\n" msgstr "" -#: redbot/core/core_commands.py:536 +#: redbot/core/core_commands.py:541 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -239,20 +239,20 @@ msgid "**References**\n" "7. <{}>\n" msgstr "" -#: redbot/core/core_commands.py:552 +#: redbot/core/core_commands.py:557 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:555 +#: redbot/core/core_commands.py:560 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:557 +#: redbot/core/core_commands.py:562 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:564 +#: redbot/core/core_commands.py:569 #, docstring msgid "\n" " Commands which interact with the data [botname] has about you.\n\n" @@ -260,7 +260,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:575 +#: redbot/core/core_commands.py:580 #, docstring msgid "\n" " Find out what type of data [botname] stores and why.\n\n" @@ -269,12 +269,12 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:585 +#: redbot/core/core_commands.py:590 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:604 +#: redbot/core/core_commands.py:609 #, docstring msgid "View the End User Data statements of each 3rd-party module.\n\n" " This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" @@ -283,39 +283,39 @@ msgid "View the End User Data statements of each 3rd-party module.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:615 +#: redbot/core/core_commands.py:620 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:625 +#: redbot/core/core_commands.py:630 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:645 +#: redbot/core/core_commands.py:650 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:647 +#: redbot/core/core_commands.py:652 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:652 +#: redbot/core/core_commands.py:657 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:668 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:679 +#: redbot/core/core_commands.py:684 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:684 +#: redbot/core/core_commands.py:689 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:695 +#: redbot/core/core_commands.py:700 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -327,63 +327,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:710 +#: redbot/core/core_commands.py:715 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:717 +#: redbot/core/core_commands.py:722 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:727 +#: redbot/core/core_commands.py:732 msgid "This may take some time." msgstr "" -#: redbot/core/core_commands.py:740 +#: redbot/core/core_commands.py:745 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:755 +#: redbot/core/core_commands.py:760 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:765 +#: redbot/core/core_commands.py:770 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:775 +#: redbot/core/core_commands.py:780 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:783 redbot/core/core_commands.py:950 -#: redbot/core/core_commands.py:1036 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:788 redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:1041 redbot/core/core_commands.py:1112 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:793 +#: redbot/core/core_commands.py:798 #, docstring msgid "[Coming Soon] Get what data [botname] has about you." msgstr "" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:800 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:804 +#: redbot/core/core_commands.py:809 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:810 +#: redbot/core/core_commands.py:815 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -394,11 +394,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:821 +#: redbot/core/core_commands.py:826 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:834 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n\n" @@ -408,11 +408,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:838 +#: redbot/core/core_commands.py:843 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:847 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -426,15 +426,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:859 +#: redbot/core/core_commands.py:864 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:867 +#: redbot/core/core_commands.py:872 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:878 +#: redbot/core/core_commands.py:883 #, docstring msgid "\n" " Handle a deletion request from Discord.\n\n" @@ -447,34 +447,34 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:892 +#: redbot/core/core_commands.py:897 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:915 redbot/core/core_commands.py:1072 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +#: redbot/core/core_commands.py:930 redbot/core/core_commands.py:1087 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +#: redbot/core/core_commands.py:941 redbot/core/core_commands.py:1098 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +#: redbot/core/core_commands.py:951 redbot/core/core_commands.py:1108 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:957 +#: redbot/core/core_commands.py:962 #, docstring msgid "Delete data [botname] has about a user for a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" @@ -485,34 +485,34 @@ msgid "Delete data [botname] has about a user for a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:973 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:991 +#: redbot/core/core_commands.py:996 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1006 +#: redbot/core/core_commands.py:1011 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1017 +#: redbot/core/core_commands.py:1022 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1033 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1048 #, docstring msgid "Delete data [botname] has about a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" @@ -522,12 +522,12 @@ msgid "Delete data [botname] has about a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1053 +#: redbot/core/core_commands.py:1058 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1114 +#: redbot/core/core_commands.py:1119 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -547,7 +547,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1136 +#: redbot/core/core_commands.py:1141 #, docstring msgid "\n" " Show the current embed settings.\n\n" @@ -561,42 +561,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1153 redbot/core/core_commands.py:1309 -#: redbot/core/core_commands.py:1360 redbot/core/core_commands.py:4236 -#: redbot/core/core_commands.py:4279 redbot/core/core_commands.py:4345 -#: redbot/core/core_commands.py:4376 +#: redbot/core/core_commands.py:1158 redbot/core/core_commands.py:1314 +#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:4282 +#: redbot/core/core_commands.py:4325 redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4422 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:1159 +#: redbot/core/core_commands.py:1164 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1161 +#: redbot/core/core_commands.py:1166 msgid "Global default: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1171 msgid "Global command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1172 +#: redbot/core/core_commands.py:1177 msgid "Guild setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1177 +#: redbot/core/core_commands.py:1182 msgid "Server command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1183 +#: redbot/core/core_commands.py:1188 msgid "Channel setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1191 msgid "User setting: {value}" msgstr "" -#: redbot/core/core_commands.py:1192 +#: redbot/core/core_commands.py:1197 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -608,15 +608,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1206 +#: redbot/core/core_commands.py:1211 msgid "Embeds are now disabled by default." msgstr "" -#: redbot/core/core_commands.py:1209 +#: redbot/core/core_commands.py:1214 msgid "Embeds are now enabled by default." msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1220 #, docstring msgid "\n" " Set the server's embed setting.\n\n" @@ -632,20 +632,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1234 redbot/core/core_commands.py:1318 -#: redbot/core/core_commands.py:1409 redbot/core/core_commands.py:1440 +#: redbot/core/core_commands.py:1239 redbot/core/core_commands.py:1323 +#: redbot/core/core_commands.py:1414 redbot/core/core_commands.py:1445 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1239 +#: redbot/core/core_commands.py:1244 msgid "Embeds are now enabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1241 +#: redbot/core/core_commands.py:1246 msgid "Embeds are now disabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1249 +#: redbot/core/core_commands.py:1254 #, docstring msgid "\n" " Sets a command's embed setting.\n\n" @@ -662,11 +662,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1278 +#: redbot/core/core_commands.py:1283 msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." msgstr "" -#: redbot/core/core_commands.py:1289 +#: redbot/core/core_commands.py:1294 #, docstring msgid "\n" " Sets a command's embed setting globally.\n\n" @@ -682,15 +682,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1375 +#: redbot/core/core_commands.py:1329 redbot/core/core_commands.py:1380 msgid "Embeds are now enabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1330 redbot/core/core_commands.py:1381 +#: redbot/core/core_commands.py:1335 redbot/core/core_commands.py:1386 msgid "Embeds are now disabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1340 +#: redbot/core/core_commands.py:1345 #, docstring msgid "\n" " Sets a commmand's embed setting for the current server.\n\n" @@ -706,11 +706,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1369 +#: redbot/core/core_commands.py:1374 msgid "Embeds will now fall back to the server setting." msgstr "" -#: redbot/core/core_commands.py:1390 +#: redbot/core/core_commands.py:1395 #, docstring msgid "\n" " Set's a channel's embed setting.\n\n" @@ -726,21 +726,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1419 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1426 #, docstring msgid "\n" " Sets personal embed setting for DMs.\n\n" @@ -756,15 +756,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1450 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1452 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1453 +#: redbot/core/core_commands.py:1458 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead.\n\n" @@ -777,11 +777,11 @@ msgid "Sends to the owner the last command exception that has occurred.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:1487 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1487 +#: redbot/core/core_commands.py:1492 #, docstring msgid "Shows [botname]'s invite url.\n\n" " This will always send the invite to DMs to keep it private.\n\n" @@ -791,12 +791,12 @@ msgid "Shows [botname]'s invite url.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1512 #, docstring msgid "Commands to setup [botname]'s invite settings." msgstr "" -#: redbot/core/core_commands.py:1512 +#: redbot/core/core_commands.py:1517 #, docstring msgid "\n" " Toggles if `[p]invite` should be accessible for the average user.\n\n" @@ -808,7 +808,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1549 +#: redbot/core/core_commands.py:1554 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -823,7 +823,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 #, docstring msgid "\n" " Leaves servers.\n\n" @@ -838,43 +855,43 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1588 +#: redbot/core/core_commands.py:1613 msgid "You need to specify at least one server ID." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:1620 msgid "You haven't passed any server ID. Do you want me to leave this server?" msgstr "" -#: redbot/core/core_commands.py:1600 +#: redbot/core/core_commands.py:1625 msgid "Are you sure you want me to leave these servers?" msgstr "" -#: redbot/core/core_commands.py:1608 +#: redbot/core/core_commands.py:1633 msgid "I cannot leave the server `{server_name}`: I am the owner of it." msgstr "" -#: redbot/core/core_commands.py:1619 +#: redbot/core/core_commands.py:1644 redbot/core/core_commands.py:2711 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:1624 +#: redbot/core/core_commands.py:1649 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1652 msgid "Alright. Leaving {number} servers..." msgstr "" -#: redbot/core/core_commands.py:1634 +#: redbot/core/core_commands.py:1659 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1636 +#: redbot/core/core_commands.py:1661 msgid "Alright, I'm not leaving those servers." msgstr "" -#: redbot/core/core_commands.py:1641 +#: redbot/core/core_commands.py:1666 #, docstring msgid "\n" " Lists the servers [botname] is currently in.\n\n" @@ -882,7 +899,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:1684 #, docstring msgid "Loads cog packages from the local paths and installed cogs.\n\n" " See packages available to load with `[p]cogs`.\n\n" @@ -895,67 +912,67 @@ msgid "Loads cog packages from the local paths and installed cogs.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1688 +#: redbot/core/core_commands.py:1713 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1693 +#: redbot/core/core_commands.py:1718 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1722 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1729 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1709 +#: redbot/core/core_commands.py:1734 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1717 redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1742 redbot/core/core_commands.py:1898 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1723 redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1748 redbot/core/core_commands.py:1904 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1732 redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1757 redbot/core/core_commands.py:1913 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1736 redbot/core/core_commands.py:1892 +#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1744 +#: redbot/core/core_commands.py:1769 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1748 +#: redbot/core/core_commands.py:1773 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1755 +#: redbot/core/core_commands.py:1780 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1786 redbot/core/core_commands.py:1942 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1780 +#: redbot/core/core_commands.py:1805 #, docstring msgid "Unloads previously loaded cog packages.\n\n" " See packages available to unload with `[p]cogs`.\n\n" @@ -967,23 +984,23 @@ msgid "Unloads previously loaded cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1798 +#: redbot/core/core_commands.py:1823 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1827 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1809 +#: redbot/core/core_commands.py:1834 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1813 +#: redbot/core/core_commands.py:1838 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1826 +#: redbot/core/core_commands.py:1851 #, docstring msgid "Reloads cog packages.\n\n" " This will unload and then load the specified cogs.\n\n" @@ -996,36 +1013,36 @@ msgid "Reloads cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:1880 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1860 +#: redbot/core/core_commands.py:1885 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1890 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1900 +#: redbot/core/core_commands.py:1925 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1904 +#: redbot/core/core_commands.py:1929 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1936 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Shuts down the bot.\n\n" " Allows [botname] to shut down gracefully.\n\n" @@ -1038,11 +1055,11 @@ msgid "Shuts down the bot.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1974 msgid "Shutting down... " msgstr "" -#: redbot/core/core_commands.py:1955 +#: redbot/core/core_commands.py:1980 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -1055,30 +1072,30 @@ msgid "Attempts to restart [botname].\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1969 +#: redbot/core/core_commands.py:1994 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:1974 +#: redbot/core/core_commands.py:1999 #, docstring msgid "Commands for changing [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1978 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1996 +#: redbot/core/core_commands.py:2021 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2042 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -1086,7 +1103,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:2039 +#: redbot/core/core_commands.py:2064 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -1101,23 +1118,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2060 +#: redbot/core/core_commands.py:2085 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:2062 +#: redbot/core/core_commands.py:2087 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2092 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2099 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2104 #, docstring msgid "\n" " Sets the bot's description.\n\n" @@ -1133,15 +1150,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2099 +#: redbot/core/core_commands.py:2124 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:2102 +#: redbot/core/core_commands.py:2127 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2141 #, docstring msgid "\n" " Adds an admin role for this guild.\n\n" @@ -1159,15 +1176,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2136 +#: redbot/core/core_commands.py:2161 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:2138 +#: redbot/core/core_commands.py:2163 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2144 +#: redbot/core/core_commands.py:2169 #, docstring msgid "\n" " Adds a moderator role for this guild.\n\n" @@ -1184,15 +1201,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2188 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:2165 +#: redbot/core/core_commands.py:2190 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2171 +#: redbot/core/core_commands.py:2196 #, docstring msgid "\n" " Removes an admin role for this guild.\n\n" @@ -1204,15 +1221,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2208 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:2185 +#: redbot/core/core_commands.py:2210 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2191 +#: redbot/core/core_commands.py:2216 #, docstring msgid "\n" " Removes a mod role for this guild.\n\n" @@ -1224,15 +1241,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2228 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2230 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2211 +#: redbot/core/core_commands.py:2236 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -1243,19 +1260,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2248 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will" msgstr "" -#: redbot/core/core_commands.py:2232 +#: redbot/core/core_commands.py:2257 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -1267,11 +1284,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2247 +#: redbot/core/core_commands.py:2272 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2280 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -1282,11 +1299,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2268 +#: redbot/core/core_commands.py:2293 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:2276 +#: redbot/core/core_commands.py:2301 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1303,15 +1320,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2321 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:2299 +#: redbot/core/core_commands.py:2324 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:2304 +#: redbot/core/core_commands.py:2329 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL.\n\n" @@ -1324,28 +1341,28 @@ msgid "Sets [botname]'s avatar\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2327 +#: redbot/core/core_commands.py:2352 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:2329 +#: redbot/core/core_commands.py:2354 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:2339 +#: redbot/core/core_commands.py:2364 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:2346 +#: redbot/core/core_commands.py:2371 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:2348 redbot/core/core_commands.py:2575 -#: redbot/core/core_commands.py:2631 redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:2373 redbot/core/core_commands.py:2600 +#: redbot/core/core_commands.py:2656 redbot/core/core_commands.py:2680 msgid "Done." msgstr "" -#: redbot/core/core_commands.py:2353 +#: redbot/core/core_commands.py:2378 #, docstring msgid "\n" " Removes [botname]'s avatar.\n\n" @@ -1354,11 +1371,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2386 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2392 #, docstring msgid "Sets [botname]'s playing status.\n\n" " This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" @@ -1371,19 +1388,19 @@ msgid "Sets [botname]'s playing status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2383 +#: redbot/core/core_commands.py:2408 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2391 +#: redbot/core/core_commands.py:2416 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:2393 +#: redbot/core/core_commands.py:2418 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:2399 +#: redbot/core/core_commands.py:2424 #, docstring msgid "Sets [botname]'s listening status.\n\n" " This will appear as `Listening to `.\n\n" @@ -1395,19 +1412,19 @@ msgid "Sets [botname]'s listening status.\n\n" " - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2416 +#: redbot/core/core_commands.py:2441 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2425 +#: redbot/core/core_commands.py:2450 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2453 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2459 #, docstring msgid "Sets [botname]'s watching status.\n\n" " This will appear as `Watching `.\n\n" @@ -1419,19 +1436,19 @@ msgid "Sets [botname]'s watching status.\n\n" " - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2475 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2482 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:2459 +#: redbot/core/core_commands.py:2484 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:2465 +#: redbot/core/core_commands.py:2490 #, docstring msgid "Sets [botname]'s competing status.\n\n" " This will appear as `Competing in `.\n\n" @@ -1443,19 +1460,19 @@ msgid "Sets [botname]'s competing status.\n\n" " - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2482 +#: redbot/core/core_commands.py:2507 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2491 +#: redbot/core/core_commands.py:2516 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:2494 +#: redbot/core/core_commands.py:2519 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:2500 +#: redbot/core/core_commands.py:2525 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1471,11 +1488,11 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:2555 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:2538 +#: redbot/core/core_commands.py:2563 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" @@ -1491,15 +1508,15 @@ msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " - `` - The text to follow `Streaming` in the status." msgstr "" -#: redbot/core/core_commands.py:2563 +#: redbot/core/core_commands.py:2588 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2591 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2580 +#: redbot/core/core_commands.py:2605 #, docstring msgid "Sets [botname]'s username.\n\n" " Maximum length for a username is 32 characters.\n\n" @@ -1512,28 +1529,28 @@ msgid "Sets [botname]'s username.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2596 +#: redbot/core/core_commands.py:2621 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2603 +#: redbot/core/core_commands.py:2628 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2609 +#: redbot/core/core_commands.py:2634 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2619 +#: redbot/core/core_commands.py:2644 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2629 +#: redbot/core/core_commands.py:2654 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2662 #, docstring msgid "Sets [botname]'s nickname for the current server.\n\n" " Maximum length for a nickname is 32 characters.\n\n" @@ -1544,15 +1561,15 @@ msgid "Sets [botname]'s nickname for the current server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2649 +#: redbot/core/core_commands.py:2674 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2653 +#: redbot/core/core_commands.py:2678 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:2660 +#: redbot/core/core_commands.py:2685 #, docstring msgid "Sets [botname]'s global prefix(es).\n\n" " Warning: This is not additive. It will replace all current prefixes.\n\n" @@ -1567,20 +1584,30 @@ msgid "Sets [botname]'s global prefix(es).\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2677 +#: redbot/core/core_commands.py:2702 +msgid "Warning: A prefix is above the recommended length (20 characters).\n" +"Do you want to continue? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:2715 +msgid "Cancelled." +msgstr "" + +#: redbot/core/core_commands.py:2719 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:2721 msgid "Prefixes set." msgstr "" -#: redbot/core/core_commands.py:2685 +#: redbot/core/core_commands.py:2727 #, docstring msgid "\n" " Sets [botname]'s server prefix(es).\n\n" " Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" -" This is not additive. It will replace all current server prefixes.\n\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 20 characters.\n\n" " **Examples:**\n" " - `[p]set serverprefix !`\n" " - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" @@ -1591,19 +1618,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2702 +#: redbot/core/core_commands.py:2745 msgid "Server prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2748 +msgid "You cannot have a prefix longer than 20 characters." +msgstr "" + +#: redbot/core/core_commands.py:2753 msgid "Server prefix set." msgstr "" -#: redbot/core/core_commands.py:2709 +#: redbot/core/core_commands.py:2755 msgid "Server prefixes set." msgstr "" -#: redbot/core/core_commands.py:2714 +#: redbot/core/core_commands.py:2760 #, docstring msgid "\n" " Changes the bot's default locale.\n\n" @@ -1620,21 +1651,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2735 redbot/core/core_commands.py:2779 -#: redbot/core/core_commands.py:2818 redbot/core/core_commands.py:2862 +#: redbot/core/core_commands.py:2781 redbot/core/core_commands.py:2825 +#: redbot/core/core_commands.py:2864 redbot/core/core_commands.py:2908 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2739 redbot/core/core_commands.py:2783 -#: redbot/core/core_commands.py:2822 redbot/core/core_commands.py:2866 +#: redbot/core/core_commands.py:2785 redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2868 redbot/core/core_commands.py:2912 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:2792 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2752 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1652,15 +1683,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2774 +#: redbot/core/core_commands.py:2820 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2789 +#: redbot/core/core_commands.py:2835 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:2795 +#: redbot/core/core_commands.py:2841 #, docstring msgid "\n" " Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1675,15 +1706,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2812 +#: redbot/core/core_commands.py:2858 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2875 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2837 +#: redbot/core/core_commands.py:2883 #, docstring msgid "\n" " Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1698,15 +1729,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2855 +#: redbot/core/core_commands.py:2901 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2873 +#: redbot/core/core_commands.py:2919 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2881 +#: redbot/core/core_commands.py:2927 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1721,19 +1752,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2898 +#: redbot/core/core_commands.py:2944 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2948 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2905 +#: redbot/core/core_commands.py:2951 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2956 #, docstring msgid "\n" " Commands to set, list or remove various external API tokens.\n\n" @@ -1750,11 +1781,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2931 +#: redbot/core/core_commands.py:2977 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2935 +#: redbot/core/core_commands.py:2981 #, docstring msgid "\n" " Show all external API services along with their keys that have been set.\n\n" @@ -1764,19 +1795,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2946 +#: redbot/core/core_commands.py:2992 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2961 +#: redbot/core/core_commands.py:3007 #, docstring msgid "\n" " Remove the given services with all their keys and tokens.\n\n" @@ -1787,20 +1818,20 @@ msgid "\n" " - `` - The services to remove." msgstr "" -#: redbot/core/core_commands.py:2976 +#: redbot/core/core_commands.py:3022 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2980 +#: redbot/core/core_commands.py:3026 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2985 +#: redbot/core/core_commands.py:3031 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2990 +#: redbot/core/core_commands.py:3036 #, docstring msgid "\n" " Commands to manage settings for the help command.\n\n" @@ -1808,7 +1839,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2999 +#: redbot/core/core_commands.py:3045 #, docstring msgid "\n" " Show the current help settings.\n\n" @@ -1818,11 +1849,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3013 +#: redbot/core/core_commands.py:3059 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:3023 +#: redbot/core/core_commands.py:3069 #, docstring msgid "\n" " This resets [botname]'s help formatter to the default formatter.\n\n" @@ -1831,11 +1862,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3032 +#: redbot/core/core_commands.py:3078 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:3041 +#: redbot/core/core_commands.py:3087 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1845,11 +1876,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3051 +#: redbot/core/core_commands.py:3097 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3105 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1865,15 +1896,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3079 +#: redbot/core/core_commands.py:3125 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:3081 +#: redbot/core/core_commands.py:3127 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:3085 +#: redbot/core/core_commands.py:3131 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1887,15 +1918,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3102 +#: redbot/core/core_commands.py:3148 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3104 +#: redbot/core/core_commands.py:3150 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3154 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1909,15 +1940,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3125 +#: redbot/core/core_commands.py:3171 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3127 +#: redbot/core/core_commands.py:3173 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3131 +#: redbot/core/core_commands.py:3177 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent to a DM.\n\n" @@ -1933,15 +1964,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3152 +#: redbot/core/core_commands.py:3198 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3154 +#: redbot/core/core_commands.py:3200 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3158 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be filtered from help.\n\n" @@ -1955,15 +1986,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3175 +#: redbot/core/core_commands.py:3221 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:3177 +#: redbot/core/core_commands.py:3223 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:3181 +#: redbot/core/core_commands.py:3227 #, docstring msgid "\n" " Sets whether the bot should respond to help commands for nonexistent topics.\n\n" @@ -1979,15 +2010,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3202 +#: redbot/core/core_commands.py:3248 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3251 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:3213 +#: redbot/core/core_commands.py:3259 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " Note: This setting only applies to embedded help.\n\n" @@ -2002,15 +2033,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3230 +#: redbot/core/core_commands.py:3276 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:3234 +#: redbot/core/core_commands.py:3280 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3238 +#: redbot/core/core_commands.py:3284 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " Note: This setting does not apply to menu help.\n\n" @@ -2026,15 +2057,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3283 +#: redbot/core/core_commands.py:3302 redbot/core/core_commands.py:3329 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:3260 +#: redbot/core/core_commands.py:3306 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3265 +#: redbot/core/core_commands.py:3311 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -2051,19 +2082,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3332 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3337 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:3293 +#: redbot/core/core_commands.py:3339 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:3297 +#: redbot/core/core_commands.py:3343 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -2077,19 +2108,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3312 +#: redbot/core/core_commands.py:3358 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:3316 +#: redbot/core/core_commands.py:3362 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:3324 +#: redbot/core/core_commands.py:3370 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:3329 +#: redbot/core/core_commands.py:3375 #, docstring msgid "Sends a message to the owner.\n\n" " This is limited to one message every 60 seconds per person.\n\n" @@ -2100,43 +2131,43 @@ msgid "Sends a message to the owner.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3341 +#: redbot/core/core_commands.py:3387 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:3344 +#: redbot/core/core_commands.py:3390 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3392 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:3347 +#: redbot/core/core_commands.py:3393 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:3352 +#: redbot/core/core_commands.py:3398 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:3354 +#: redbot/core/core_commands.py:3400 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:3359 +#: redbot/core/core_commands.py:3405 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:3430 +#: redbot/core/core_commands.py:3476 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:3432 +#: redbot/core/core_commands.py:3478 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:3437 +#: redbot/core/core_commands.py:3483 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n\n" @@ -2149,41 +2180,41 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3453 +#: redbot/core/core_commands.py:3499 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3509 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:3464 +#: redbot/core/core_commands.py:3510 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:3478 redbot/core/core_commands.py:3488 +#: redbot/core/core_commands.py:3524 redbot/core/core_commands.py:3534 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:3481 redbot/core/core_commands.py:3491 +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3537 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:3496 +#: redbot/core/core_commands.py:3542 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:3500 +#: redbot/core/core_commands.py:3546 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:3506 +#: redbot/core/core_commands.py:3552 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:3593 +#: redbot/core/core_commands.py:3639 #, docstring msgid "\n" " Commands to manage the allowlist.\n\n" @@ -2192,7 +2223,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3604 +#: redbot/core/core_commands.py:3650 #, docstring msgid "\n" " Adds users to the allowlist.\n\n" @@ -2204,15 +2235,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3663 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3619 +#: redbot/core/core_commands.py:3665 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3623 +#: redbot/core/core_commands.py:3669 #, docstring msgid "\n" " Lists users on the allowlist.\n\n" @@ -2221,21 +2252,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3635 +#: redbot/core/core_commands.py:3681 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3637 +#: redbot/core/core_commands.py:3683 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3641 redbot/core/core_commands.py:3739 +#: redbot/core/core_commands.py:3687 redbot/core/core_commands.py:3785 #: redbot/core/modlog.py:428 redbot/core/modlog.py:450 #: redbot/core/modlog.py:466 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/core_commands.py:3649 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Removes users from the allowlist.\n\n" @@ -2248,15 +2279,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3664 +#: redbot/core/core_commands.py:3710 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3666 +#: redbot/core/core_commands.py:3712 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3670 +#: redbot/core/core_commands.py:3716 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2266,11 +2297,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3725 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3684 +#: redbot/core/core_commands.py:3730 #, docstring msgid "\n" " Commands to manage the blocklist.\n\n" @@ -2278,7 +2309,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3693 +#: redbot/core/core_commands.py:3739 #, docstring msgid "\n" " Adds users to the blocklist.\n\n" @@ -2290,19 +2321,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3709 +#: redbot/core/core_commands.py:3755 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3715 +#: redbot/core/core_commands.py:3761 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3717 +#: redbot/core/core_commands.py:3763 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3721 +#: redbot/core/core_commands.py:3767 #, docstring msgid "\n" " Lists users on the blocklist.\n\n" @@ -2311,15 +2342,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3733 +#: redbot/core/core_commands.py:3779 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3735 +#: redbot/core/core_commands.py:3781 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3747 +#: redbot/core/core_commands.py:3793 #, docstring msgid "\n" " Removes users from the blocklist.\n\n" @@ -2331,15 +2362,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3760 +#: redbot/core/core_commands.py:3806 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3762 +#: redbot/core/core_commands.py:3808 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3766 +#: redbot/core/core_commands.py:3812 #, docstring msgid "\n" " Clears the blocklist.\n\n" @@ -2348,11 +2379,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3773 +#: redbot/core/core_commands.py:3819 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3779 +#: redbot/core/core_commands.py:3825 #, docstring msgid "\n" " Commands to manage the server specific allowlist.\n\n" @@ -2361,7 +2392,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3792 +#: redbot/core/core_commands.py:3838 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n\n" @@ -2374,19 +2405,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3811 +#: redbot/core/core_commands.py:3857 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:3820 +#: redbot/core/core_commands.py:3866 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3822 +#: redbot/core/core_commands.py:3868 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3826 +#: redbot/core/core_commands.py:3872 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n\n" @@ -2395,19 +2426,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3838 +#: redbot/core/core_commands.py:3884 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3840 +#: redbot/core/core_commands.py:3886 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:3844 redbot/core/core_commands.py:3966 +#: redbot/core/core_commands.py:3890 redbot/core/core_commands.py:4012 msgid "Unknown or Deleted User/Role" msgstr "" -#: redbot/core/core_commands.py:3854 +#: redbot/core/core_commands.py:3900 #, docstring msgid "\n" " Removes user or role from the allowlist.\n\n" @@ -2421,19 +2452,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3875 +#: redbot/core/core_commands.py:3921 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3883 +#: redbot/core/core_commands.py:3929 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3885 +#: redbot/core/core_commands.py:3931 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3889 +#: redbot/core/core_commands.py:3935 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2443,11 +2474,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3898 +#: redbot/core/core_commands.py:3944 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3904 +#: redbot/core/core_commands.py:3950 #, docstring msgid "\n" " Commands to manage the server specific blocklist.\n\n" @@ -2455,7 +2486,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3915 +#: redbot/core/core_commands.py:3961 #, docstring msgid "\n" " Adds a user or role to the local blocklist.\n\n" @@ -2468,27 +2499,27 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3929 +#: redbot/core/core_commands.py:3975 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3932 +#: redbot/core/core_commands.py:3978 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3935 +#: redbot/core/core_commands.py:3981 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3942 +#: redbot/core/core_commands.py:3988 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3944 +#: redbot/core/core_commands.py:3990 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3948 +#: redbot/core/core_commands.py:3994 #, docstring msgid "\n" " Lists users and roles on the server blocklist.\n\n" @@ -2497,15 +2528,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3960 +#: redbot/core/core_commands.py:4006 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3962 +#: redbot/core/core_commands.py:4008 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3976 +#: redbot/core/core_commands.py:4022 #, docstring msgid "\n" " Removes user or role from local blocklist.\n\n" @@ -2518,15 +2549,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3992 +#: redbot/core/core_commands.py:4038 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3994 +#: redbot/core/core_commands.py:4040 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3998 +#: redbot/core/core_commands.py:4044 #, docstring msgid "\n" " Clears the server blocklist.\n\n" @@ -2536,16 +2567,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4007 +#: redbot/core/core_commands.py:4053 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:4012 +#: redbot/core/core_commands.py:4058 #, docstring msgid "Commands to enable and disable commands and cogs." msgstr "" -#: redbot/core/core_commands.py:4018 +#: redbot/core/core_commands.py:4064 #, docstring msgid "Set the default state for a cog as disabled.\n\n" " This will disable the cog for all servers by default.\n" @@ -2559,20 +2590,20 @@ msgid "Set the default state for a cog as disabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4034 redbot/core/core_commands.py:4059 -#: redbot/core/core_commands.py:4079 redbot/core/core_commands.py:4109 +#: redbot/core/core_commands.py:4080 redbot/core/core_commands.py:4105 +#: redbot/core/core_commands.py:4125 redbot/core/core_commands.py:4155 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:4036 +#: redbot/core/core_commands.py:4082 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:4038 +#: redbot/core/core_commands.py:4084 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:4043 +#: redbot/core/core_commands.py:4089 #, docstring msgid "Set the default state for a cog as enabled.\n\n" " This will re-enable the cog for all servers by default.\n" @@ -2586,11 +2617,11 @@ msgid "Set the default state for a cog as enabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4061 +#: redbot/core/core_commands.py:4107 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:4066 +#: redbot/core/core_commands.py:4112 #, docstring msgid "Disable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2602,19 +2633,19 @@ msgid "Disable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4081 +#: redbot/core/core_commands.py:4127 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:4083 +#: redbot/core/core_commands.py:4129 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4086 +#: redbot/core/core_commands.py:4132 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4092 +#: redbot/core/core_commands.py:4138 #, docstring msgid "Enable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2626,15 +2657,15 @@ msgid "Enable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4104 +#: redbot/core/core_commands.py:4150 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4112 +#: redbot/core/core_commands.py:4158 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4118 +#: redbot/core/core_commands.py:4164 #, docstring msgid "List the cogs which are disabled in this server.\n\n" " **Example:**\n" @@ -2642,15 +2673,15 @@ msgid "List the cogs which are disabled in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4131 +#: redbot/core/core_commands.py:4177 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:4137 +#: redbot/core/core_commands.py:4183 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:4141 +#: redbot/core/core_commands.py:4187 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2661,7 +2692,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4158 +#: redbot/core/core_commands.py:4204 #, docstring msgid "List disabled commands globally.\n\n" " **Example:**\n" @@ -2669,19 +2700,19 @@ msgid "List disabled commands globally.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4165 +#: redbot/core/core_commands.py:4211 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:4168 +#: redbot/core/core_commands.py:4214 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4172 +#: redbot/core/core_commands.py:4218 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4180 +#: redbot/core/core_commands.py:4226 #, docstring msgid "List disabled commands in this server.\n\n" " **Example:**\n" @@ -2689,19 +2720,19 @@ msgid "List disabled commands in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4187 +#: redbot/core/core_commands.py:4233 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:4190 +#: redbot/core/core_commands.py:4236 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4194 +#: redbot/core/core_commands.py:4240 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4201 +#: redbot/core/core_commands.py:4247 #, docstring msgid "\n" " Disable a command.\n\n" @@ -2715,7 +2746,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4223 +#: redbot/core/core_commands.py:4269 #, docstring msgid "\n" " Disable a command globally.\n\n" @@ -2727,19 +2758,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4242 redbot/core/core_commands.py:4285 +#: redbot/core/core_commands.py:4288 redbot/core/core_commands.py:4331 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:4248 redbot/core/core_commands.py:4291 +#: redbot/core/core_commands.py:4294 redbot/core/core_commands.py:4337 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:4257 +#: redbot/core/core_commands.py:4303 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:4266 +#: redbot/core/core_commands.py:4312 #, docstring msgid "\n" " Disable a command in this server only.\n\n" @@ -2751,15 +2782,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4296 +#: redbot/core/core_commands.py:4342 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:4306 +#: redbot/core/core_commands.py:4352 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:4312 +#: redbot/core/core_commands.py:4358 #, docstring msgid "Enable a command.\n\n" " If you're the bot owner, this will try to enable a globally disabled command by default.\n" @@ -2772,7 +2803,7 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4332 +#: redbot/core/core_commands.py:4378 #, docstring msgid "\n" " Enable a command globally.\n\n" @@ -2784,11 +2815,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4354 +#: redbot/core/core_commands.py:4400 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:4363 +#: redbot/core/core_commands.py:4409 #, docstring msgid "\n" " Enable a command in this server.\n\n" @@ -2800,15 +2831,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4381 +#: redbot/core/core_commands.py:4427 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4437 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:4398 +#: redbot/core/core_commands.py:4444 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2822,7 +2853,7 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4419 +#: redbot/core/core_commands.py:4465 #, docstring msgid "\n" " Commands to manage server settings for immunity from automated actions.\n\n" @@ -2830,7 +2861,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4428 +#: redbot/core/core_commands.py:4474 #, docstring msgid "\n" " Gets the current members and roles configured for automatic moderation action immunity.\n\n" @@ -2839,19 +2870,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4441 +#: redbot/core/core_commands.py:4487 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4446 +#: redbot/core/core_commands.py:4492 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4450 +#: redbot/core/core_commands.py:4496 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:4459 +#: redbot/core/core_commands.py:4505 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n\n" @@ -2863,11 +2894,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4471 +#: redbot/core/core_commands.py:4517 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:4479 +#: redbot/core/core_commands.py:4525 #, docstring msgid "\n" " Remove a user or role from being immune to automated moderation actions.\n\n" @@ -2879,11 +2910,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4491 +#: redbot/core/core_commands.py:4537 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:4499 +#: redbot/core/core_commands.py:4545 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n\n" @@ -2895,15 +2926,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4511 +#: redbot/core/core_commands.py:4557 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:4513 +#: redbot/core/core_commands.py:4559 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:4518 +#: redbot/core/core_commands.py:4564 #, docstring msgid "\n" " Commands for configuring owner notifications.\n\n" @@ -2911,7 +2942,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4527 +#: redbot/core/core_commands.py:4573 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2923,7 +2954,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4546 +#: redbot/core/core_commands.py:4592 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n\n" @@ -2934,7 +2965,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4565 +#: redbot/core/core_commands.py:4611 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n\n" @@ -2946,7 +2977,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4591 +#: redbot/core/core_commands.py:4637 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n\n" @@ -2958,7 +2989,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4615 +#: redbot/core/core_commands.py:4661 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n\n" @@ -2967,15 +2998,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4625 +#: redbot/core/core_commands.py:4671 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:4636 +#: redbot/core/core_commands.py:4682 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:4667 +#: redbot/core/core_commands.py:4713 #, docstring msgid "\n" " Commands to add servers or channels to the ignore list.\n\n" @@ -2984,7 +3015,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4677 +#: redbot/core/core_commands.py:4723 #, docstring msgid "\n" " List the currently ignored servers and channels.\n\n" @@ -2993,7 +3024,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4692 +#: redbot/core/core_commands.py:4738 #, docstring msgid "\n" " Ignore commands in the channel or category.\n\n" @@ -3009,15 +3040,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4712 +#: redbot/core/core_commands.py:4758 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:4714 +#: redbot/core/core_commands.py:4760 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:4719 +#: redbot/core/core_commands.py:4765 #, docstring msgid "\n" " Ignore commands in this server.\n\n" @@ -3027,20 +3058,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4730 +#: redbot/core/core_commands.py:4776 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:4732 +#: redbot/core/core_commands.py:4778 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:4738 +#: redbot/core/core_commands.py:4784 #, docstring msgid "Commands to remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4746 +#: redbot/core/core_commands.py:4792 #, docstring msgid "\n" " Remove a channel or category from the ignore list.\n\n" @@ -3055,15 +3086,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4765 +#: redbot/core/core_commands.py:4811 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:4767 +#: redbot/core/core_commands.py:4813 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4772 +#: redbot/core/core_commands.py:4818 #, docstring msgid "\n" " Remove this server from the ignore list.\n\n" @@ -3072,24 +3103,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4781 +#: redbot/core/core_commands.py:4827 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4783 +#: redbot/core/core_commands.py:4829 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4789 +#: redbot/core/core_commands.py:4835 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:4801 +#: redbot/core/core_commands.py:4847 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:4816 +#: redbot/core/core_commands.py:4862 #, docstring msgid "\n" " Get info about Red's licenses.\n" @@ -3122,7 +3153,7 @@ msgid "Evaluate a statement of python code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:166 +#: redbot/core/dev_commands.py:167 #, docstring msgid "Execute asynchronous code.\n\n" " This command wraps code into the body of an async function and then\n" @@ -3142,7 +3173,7 @@ msgid "Execute asynchronous code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:220 +#: redbot/core/dev_commands.py:221 #, docstring msgid "Open an interactive REPL.\n\n" " The REPL will only recognise code as messages which start with a\n" @@ -3151,51 +3182,51 @@ msgid "Open an interactive REPL.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:229 +#: redbot/core/dev_commands.py:230 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "" -#: redbot/core/dev_commands.py:233 +#: redbot/core/dev_commands.py:234 msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." msgstr "" -#: redbot/core/dev_commands.py:244 +#: redbot/core/dev_commands.py:245 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." msgstr "" -#: redbot/core/dev_commands.py:258 +#: redbot/core/dev_commands.py:259 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:309 +#: redbot/core/dev_commands.py:310 msgid "Unexpected error: `{}`" msgstr "" -#: redbot/core/dev_commands.py:313 +#: redbot/core/dev_commands.py:314 #, docstring msgid "Pauses/resumes the REPL running in the current channel" msgstr "" -#: redbot/core/dev_commands.py:315 +#: redbot/core/dev_commands.py:316 msgid "There is no currently running REPL session in this channel." msgstr "" -#: redbot/core/dev_commands.py:323 +#: redbot/core/dev_commands.py:324 msgid "The REPL session in this channel has been resumed." msgstr "" -#: redbot/core/dev_commands.py:325 +#: redbot/core/dev_commands.py:326 msgid "The REPL session in this channel is now paused." msgstr "" -#: redbot/core/dev_commands.py:330 +#: redbot/core/dev_commands.py:331 #, docstring msgid "Mock another user invoking a command.\n\n" " The prefix must not be entered.\n" " " msgstr "" -#: redbot/core/dev_commands.py:343 +#: redbot/core/dev_commands.py:344 #, docstring msgid "Dispatch a message event as if it were sent by a different user.\n\n" " Only reads the raw content of the message. Attachments, embeds etc. are\n" @@ -3203,17 +3234,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:364 +#: redbot/core/dev_commands.py:365 #, docstring msgid "Give bot owners the ability to bypass cooldowns.\n\n" " Does not persist through restarts." msgstr "" -#: redbot/core/dev_commands.py:372 +#: redbot/core/dev_commands.py:373 msgid "Bot owners will now bypass all commands with cooldowns." msgstr "" -#: redbot/core/dev_commands.py:374 +#: redbot/core/dev_commands.py:375 msgid "Bot owners will no longer bypass all commands with cooldowns." msgstr "" diff --git a/redbot/core/locales/cs-CZ.po b/redbot/core/locales/cs-CZ.po index 637aee866..ac0ebc9af 100644 --- a/redbot/core/locales/cs-CZ.po +++ b/redbot/core/locales/cs-CZ.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-05-25 16:04+0000\n" +"POT-Creation-Date: 2021-06-12 15:52+0000\n" "Last-Translator: \n" "Language-Team: Czech\n" "MIME-Version: 1.0\n" @@ -131,15 +131,15 @@ msgstr "**{} načteno:**\n" msgid "**{} unloaded:**\n" msgstr "**{} odnačteno:**\n" -#: redbot/core/core_commands.py:179 +#: redbot/core/core_commands.py:181 msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:184 +#: redbot/core/core_commands.py:186 msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:393 +#: redbot/core/core_commands.py:398 #, docstring msgid "\n" " The Core cog has many commands related to core functions.\n\n" @@ -147,93 +147,93 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:410 #, docstring msgid "Pong." msgstr "Pong." -#: redbot/core/core_commands.py:410 +#: redbot/core/core_commands.py:415 #, docstring msgid "Shows info about [botname].\n\n" " See `[p]set custominfo` to customize.\n" " " msgstr "" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:445 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by team" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by" msgstr "Instanci Red bota vlastní" -#: redbot/core/core_commands.py:456 +#: redbot/core/core_commands.py:461 msgid "Red version" msgstr "Verze Red" -#: redbot/core/core_commands.py:459 redbot/core/core_commands.py:515 +#: redbot/core/core_commands.py:464 redbot/core/core_commands.py:520 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:463 redbot/core/core_commands.py:519 +#: redbot/core/core_commands.py:468 redbot/core/core_commands.py:524 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:464 +#: redbot/core/core_commands.py:469 msgid "Outdated" msgstr "Zastaralé" -#: redbot/core/core_commands.py:466 +#: redbot/core/core_commands.py:471 msgid "About this instance" msgstr "O této instanci bota" -#: redbot/core/core_commands.py:467 +#: redbot/core/core_commands.py:472 msgid "About Red" msgstr "O Red" -#: redbot/core/core_commands.py:470 redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:475 redbot/core/core_commands.py:533 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "Přináší radost od 02 Ledna 2016 (již {} dní!)" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:483 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:489 +#: redbot/core/core_commands.py:494 msgid "Instance owned by team: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:501 +#: redbot/core/core_commands.py:506 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:520 +#: redbot/core/core_commands.py:525 msgid "Outdated: [{state}]\n" msgstr "" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:528 msgid "**About Red**\n" msgstr "" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:539 msgid "**About this instance**\n" msgstr "" -#: redbot/core/core_commands.py:536 +#: redbot/core/core_commands.py:541 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -244,20 +244,20 @@ msgid "**References**\n" "7. <{}>\n" msgstr "" -#: redbot/core/core_commands.py:552 +#: redbot/core/core_commands.py:557 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:555 +#: redbot/core/core_commands.py:560 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:557 +#: redbot/core/core_commands.py:562 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:564 +#: redbot/core/core_commands.py:569 #, docstring msgid "\n" " Commands which interact with the data [botname] has about you.\n\n" @@ -265,7 +265,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:575 +#: redbot/core/core_commands.py:580 #, docstring msgid "\n" " Find out what type of data [botname] stores and why.\n\n" @@ -274,12 +274,12 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:585 +#: redbot/core/core_commands.py:590 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:604 +#: redbot/core/core_commands.py:609 #, docstring msgid "View the End User Data statements of each 3rd-party module.\n\n" " This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" @@ -288,39 +288,39 @@ msgid "View the End User Data statements of each 3rd-party module.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:615 +#: redbot/core/core_commands.py:620 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:625 +#: redbot/core/core_commands.py:630 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:645 +#: redbot/core/core_commands.py:650 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:647 +#: redbot/core/core_commands.py:652 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:652 +#: redbot/core/core_commands.py:657 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:668 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:679 +#: redbot/core/core_commands.py:684 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:684 +#: redbot/core/core_commands.py:689 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:695 +#: redbot/core/core_commands.py:700 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -332,63 +332,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:710 +#: redbot/core/core_commands.py:715 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:717 +#: redbot/core/core_commands.py:722 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:727 +#: redbot/core/core_commands.py:732 msgid "This may take some time." msgstr "" -#: redbot/core/core_commands.py:740 +#: redbot/core/core_commands.py:745 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:755 +#: redbot/core/core_commands.py:760 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:765 +#: redbot/core/core_commands.py:770 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:775 +#: redbot/core/core_commands.py:780 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:783 redbot/core/core_commands.py:950 -#: redbot/core/core_commands.py:1036 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:788 redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:1041 redbot/core/core_commands.py:1112 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:793 +#: redbot/core/core_commands.py:798 #, docstring msgid "[Coming Soon] Get what data [botname] has about you." msgstr "" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:800 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:804 +#: redbot/core/core_commands.py:809 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:810 +#: redbot/core/core_commands.py:815 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -399,11 +399,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:821 +#: redbot/core/core_commands.py:826 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:834 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n\n" @@ -413,11 +413,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:838 +#: redbot/core/core_commands.py:843 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:847 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -431,15 +431,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:859 +#: redbot/core/core_commands.py:864 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:867 +#: redbot/core/core_commands.py:872 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:878 +#: redbot/core/core_commands.py:883 #, docstring msgid "\n" " Handle a deletion request from Discord.\n\n" @@ -452,34 +452,34 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:892 +#: redbot/core/core_commands.py:897 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:915 redbot/core/core_commands.py:1072 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +#: redbot/core/core_commands.py:930 redbot/core/core_commands.py:1087 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +#: redbot/core/core_commands.py:941 redbot/core/core_commands.py:1098 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +#: redbot/core/core_commands.py:951 redbot/core/core_commands.py:1108 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:957 +#: redbot/core/core_commands.py:962 #, docstring msgid "Delete data [botname] has about a user for a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" @@ -490,34 +490,34 @@ msgid "Delete data [botname] has about a user for a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:973 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:991 +#: redbot/core/core_commands.py:996 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1006 +#: redbot/core/core_commands.py:1011 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1017 +#: redbot/core/core_commands.py:1022 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1033 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1048 #, docstring msgid "Delete data [botname] has about a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" @@ -527,12 +527,12 @@ msgid "Delete data [botname] has about a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1053 +#: redbot/core/core_commands.py:1058 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1114 +#: redbot/core/core_commands.py:1119 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -552,7 +552,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1136 +#: redbot/core/core_commands.py:1141 #, docstring msgid "\n" " Show the current embed settings.\n\n" @@ -566,42 +566,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1153 redbot/core/core_commands.py:1309 -#: redbot/core/core_commands.py:1360 redbot/core/core_commands.py:4236 -#: redbot/core/core_commands.py:4279 redbot/core/core_commands.py:4345 -#: redbot/core/core_commands.py:4376 +#: redbot/core/core_commands.py:1158 redbot/core/core_commands.py:1314 +#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:4282 +#: redbot/core/core_commands.py:4325 redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4422 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "Nenašel jsem daný příkaz. Poznámka: Velká/malá písmena jsou důležitá." -#: redbot/core/core_commands.py:1159 +#: redbot/core/core_commands.py:1164 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1161 +#: redbot/core/core_commands.py:1166 msgid "Global default: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1171 msgid "Global command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1172 +#: redbot/core/core_commands.py:1177 msgid "Guild setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1177 +#: redbot/core/core_commands.py:1182 msgid "Server command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1183 +#: redbot/core/core_commands.py:1188 msgid "Channel setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1191 msgid "User setting: {value}" msgstr "" -#: redbot/core/core_commands.py:1192 +#: redbot/core/core_commands.py:1197 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -613,15 +613,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1206 +#: redbot/core/core_commands.py:1211 msgid "Embeds are now disabled by default." msgstr "" -#: redbot/core/core_commands.py:1209 +#: redbot/core/core_commands.py:1214 msgid "Embeds are now enabled by default." msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1220 #, docstring msgid "\n" " Set the server's embed setting.\n\n" @@ -637,20 +637,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1234 redbot/core/core_commands.py:1318 -#: redbot/core/core_commands.py:1409 redbot/core/core_commands.py:1440 +#: redbot/core/core_commands.py:1239 redbot/core/core_commands.py:1323 +#: redbot/core/core_commands.py:1414 redbot/core/core_commands.py:1445 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1239 +#: redbot/core/core_commands.py:1244 msgid "Embeds are now enabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1241 +#: redbot/core/core_commands.py:1246 msgid "Embeds are now disabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1249 +#: redbot/core/core_commands.py:1254 #, docstring msgid "\n" " Sets a command's embed setting.\n\n" @@ -667,11 +667,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1278 +#: redbot/core/core_commands.py:1283 msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." msgstr "" -#: redbot/core/core_commands.py:1289 +#: redbot/core/core_commands.py:1294 #, docstring msgid "\n" " Sets a command's embed setting globally.\n\n" @@ -687,15 +687,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1375 +#: redbot/core/core_commands.py:1329 redbot/core/core_commands.py:1380 msgid "Embeds are now enabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1330 redbot/core/core_commands.py:1381 +#: redbot/core/core_commands.py:1335 redbot/core/core_commands.py:1386 msgid "Embeds are now disabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1340 +#: redbot/core/core_commands.py:1345 #, docstring msgid "\n" " Sets a commmand's embed setting for the current server.\n\n" @@ -711,11 +711,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1369 +#: redbot/core/core_commands.py:1374 msgid "Embeds will now fall back to the server setting." msgstr "" -#: redbot/core/core_commands.py:1390 +#: redbot/core/core_commands.py:1395 #, docstring msgid "\n" " Set's a channel's embed setting.\n\n" @@ -731,21 +731,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1419 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "enabled" msgstr "povoleno" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "disabled" msgstr "zakázáno" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1426 #, docstring msgid "\n" " Sets personal embed setting for DMs.\n\n" @@ -761,15 +761,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1450 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1452 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1453 +#: redbot/core/core_commands.py:1458 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead.\n\n" @@ -782,11 +782,11 @@ msgid "Sends to the owner the last command exception that has occurred.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:1487 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1487 +#: redbot/core/core_commands.py:1492 #, docstring msgid "Shows [botname]'s invite url.\n\n" " This will always send the invite to DMs to keep it private.\n\n" @@ -796,12 +796,12 @@ msgid "Shows [botname]'s invite url.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1512 #, docstring msgid "Commands to setup [botname]'s invite settings." msgstr "" -#: redbot/core/core_commands.py:1512 +#: redbot/core/core_commands.py:1517 #, docstring msgid "\n" " Toggles if `[p]invite` should be accessible for the average user.\n\n" @@ -813,7 +813,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1549 +#: redbot/core/core_commands.py:1554 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -828,7 +828,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 #, docstring msgid "\n" " Leaves servers.\n\n" @@ -843,43 +860,43 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1588 +#: redbot/core/core_commands.py:1613 msgid "You need to specify at least one server ID." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:1620 msgid "You haven't passed any server ID. Do you want me to leave this server?" msgstr "" -#: redbot/core/core_commands.py:1600 +#: redbot/core/core_commands.py:1625 msgid "Are you sure you want me to leave these servers?" msgstr "" -#: redbot/core/core_commands.py:1608 +#: redbot/core/core_commands.py:1633 msgid "I cannot leave the server `{server_name}`: I am the owner of it." msgstr "" -#: redbot/core/core_commands.py:1619 +#: redbot/core/core_commands.py:1644 redbot/core/core_commands.py:2711 msgid "Response timed out." msgstr "Vypršel časový limit odpovědi." -#: redbot/core/core_commands.py:1624 +#: redbot/core/core_commands.py:1649 msgid "Alright. Bye :wave:" msgstr "Dobře. Sbohem :wave:" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1652 msgid "Alright. Leaving {number} servers..." msgstr "" -#: redbot/core/core_commands.py:1634 +#: redbot/core/core_commands.py:1659 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1636 +#: redbot/core/core_commands.py:1661 msgid "Alright, I'm not leaving those servers." msgstr "" -#: redbot/core/core_commands.py:1641 +#: redbot/core/core_commands.py:1666 #, docstring msgid "\n" " Lists the servers [botname] is currently in.\n\n" @@ -887,7 +904,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:1684 #, docstring msgid "Loads cog packages from the local paths and installed cogs.\n\n" " See packages available to load with `[p]cogs`.\n\n" @@ -900,67 +917,67 @@ msgid "Loads cog packages from the local paths and installed cogs.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1688 +#: redbot/core/core_commands.py:1713 msgid "Loaded {packs}." msgstr "Načteno {packs}." -#: redbot/core/core_commands.py:1693 +#: redbot/core/core_commands.py:1718 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1722 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1729 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1709 +#: redbot/core/core_commands.py:1734 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1717 redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1742 redbot/core/core_commands.py:1898 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1723 redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1748 redbot/core/core_commands.py:1904 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1732 redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1757 redbot/core/core_commands.py:1913 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1736 redbot/core/core_commands.py:1892 +#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1744 +#: redbot/core/core_commands.py:1769 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1748 +#: redbot/core/core_commands.py:1773 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1755 +#: redbot/core/core_commands.py:1780 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1786 redbot/core/core_commands.py:1942 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1780 +#: redbot/core/core_commands.py:1805 #, docstring msgid "Unloads previously loaded cog packages.\n\n" " See packages available to unload with `[p]cogs`.\n\n" @@ -972,23 +989,23 @@ msgid "Unloads previously loaded cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1798 +#: redbot/core/core_commands.py:1823 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1827 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1809 +#: redbot/core/core_commands.py:1834 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1813 +#: redbot/core/core_commands.py:1838 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1826 +#: redbot/core/core_commands.py:1851 #, docstring msgid "Reloads cog packages.\n\n" " This will unload and then load the specified cogs.\n\n" @@ -1001,36 +1018,36 @@ msgid "Reloads cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:1880 msgid "Reloaded {packs}." msgstr "Znovu načteno {packs}." -#: redbot/core/core_commands.py:1860 +#: redbot/core/core_commands.py:1885 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1890 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1900 +#: redbot/core/core_commands.py:1925 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1904 +#: redbot/core/core_commands.py:1929 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1936 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Shuts down the bot.\n\n" " Allows [botname] to shut down gracefully.\n\n" @@ -1043,11 +1060,11 @@ msgid "Shuts down the bot.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1974 msgid "Shutting down... " msgstr "Vypínání... " -#: redbot/core/core_commands.py:1955 +#: redbot/core/core_commands.py:1980 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -1060,30 +1077,30 @@ msgid "Attempts to restart [botname].\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1969 +#: redbot/core/core_commands.py:1994 msgid "Restarting..." msgstr "Restartování..." -#: redbot/core/core_commands.py:1974 +#: redbot/core/core_commands.py:1999 #, docstring msgid "Commands for changing [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1978 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1996 +#: redbot/core/core_commands.py:2021 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2042 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -1091,7 +1108,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:2039 +#: redbot/core/core_commands.py:2064 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -1106,23 +1123,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2060 +#: redbot/core/core_commands.py:2085 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:2062 +#: redbot/core/core_commands.py:2087 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2092 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2099 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2104 #, docstring msgid "\n" " Sets the bot's description.\n\n" @@ -1138,15 +1155,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2099 +#: redbot/core/core_commands.py:2124 msgid "Description reset." msgstr "Popis obnoven." -#: redbot/core/core_commands.py:2102 +#: redbot/core/core_commands.py:2127 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2141 #, docstring msgid "\n" " Adds an admin role for this guild.\n\n" @@ -1164,15 +1181,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2136 +#: redbot/core/core_commands.py:2161 msgid "This role is already an admin role." msgstr "Tato role je již administrátorskou rolí." -#: redbot/core/core_commands.py:2138 +#: redbot/core/core_commands.py:2163 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2144 +#: redbot/core/core_commands.py:2169 #, docstring msgid "\n" " Adds a moderator role for this guild.\n\n" @@ -1189,15 +1206,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2188 msgid "This role is already a mod role." msgstr "Tato role je již moderátorská role." -#: redbot/core/core_commands.py:2165 +#: redbot/core/core_commands.py:2190 msgid "That role is now considered a mod role." msgstr "Tato role je nyní považována za moderátorskou roli." -#: redbot/core/core_commands.py:2171 +#: redbot/core/core_commands.py:2196 #, docstring msgid "\n" " Removes an admin role for this guild.\n\n" @@ -1209,15 +1226,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2208 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:2185 +#: redbot/core/core_commands.py:2210 msgid "That role is no longer considered an admin role." msgstr "Tato role již není považována za administrátorskou roli." -#: redbot/core/core_commands.py:2191 +#: redbot/core/core_commands.py:2216 #, docstring msgid "\n" " Removes a mod role for this guild.\n\n" @@ -1229,15 +1246,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2228 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2230 msgid "That role is no longer considered a mod role." msgstr "Tato role již není považována za administrátorskou roli." -#: redbot/core/core_commands.py:2211 +#: redbot/core/core_commands.py:2236 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -1248,19 +1265,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2248 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will not" msgstr "nebude" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will" msgstr "bude" -#: redbot/core/core_commands.py:2232 +#: redbot/core/core_commands.py:2257 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -1272,11 +1289,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2247 +#: redbot/core/core_commands.py:2272 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2280 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -1287,11 +1304,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2268 +#: redbot/core/core_commands.py:2293 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:2276 +#: redbot/core/core_commands.py:2301 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1308,15 +1325,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2321 msgid "The color has been reset." msgstr "Barva byla resetována." -#: redbot/core/core_commands.py:2299 +#: redbot/core/core_commands.py:2324 msgid "The color has been set." msgstr "Barva byla nastavena." -#: redbot/core/core_commands.py:2304 +#: redbot/core/core_commands.py:2329 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL.\n\n" @@ -1329,28 +1346,28 @@ msgid "Sets [botname]'s avatar\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2327 +#: redbot/core/core_commands.py:2352 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:2329 +#: redbot/core/core_commands.py:2354 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:2339 +#: redbot/core/core_commands.py:2364 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:2346 +#: redbot/core/core_commands.py:2371 msgid "JPG / PNG format only." msgstr "Pouze formát JPG / PNG." -#: redbot/core/core_commands.py:2348 redbot/core/core_commands.py:2575 -#: redbot/core/core_commands.py:2631 redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:2373 redbot/core/core_commands.py:2600 +#: redbot/core/core_commands.py:2656 redbot/core/core_commands.py:2680 msgid "Done." msgstr "Hotovo." -#: redbot/core/core_commands.py:2353 +#: redbot/core/core_commands.py:2378 #, docstring msgid "\n" " Removes [botname]'s avatar.\n\n" @@ -1359,11 +1376,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2386 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2392 #, docstring msgid "Sets [botname]'s playing status.\n\n" " This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" @@ -1376,19 +1393,19 @@ msgid "Sets [botname]'s playing status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2383 +#: redbot/core/core_commands.py:2408 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2391 +#: redbot/core/core_commands.py:2416 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:2393 +#: redbot/core/core_commands.py:2418 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:2399 +#: redbot/core/core_commands.py:2424 #, docstring msgid "Sets [botname]'s listening status.\n\n" " This will appear as `Listening to `.\n\n" @@ -1400,19 +1417,19 @@ msgid "Sets [botname]'s listening status.\n\n" " - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2416 +#: redbot/core/core_commands.py:2441 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2425 +#: redbot/core/core_commands.py:2450 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2453 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2459 #, docstring msgid "Sets [botname]'s watching status.\n\n" " This will appear as `Watching `.\n\n" @@ -1424,19 +1441,19 @@ msgid "Sets [botname]'s watching status.\n\n" " - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2475 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2482 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:2459 +#: redbot/core/core_commands.py:2484 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:2465 +#: redbot/core/core_commands.py:2490 #, docstring msgid "Sets [botname]'s competing status.\n\n" " This will appear as `Competing in `.\n\n" @@ -1448,19 +1465,19 @@ msgid "Sets [botname]'s competing status.\n\n" " - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2482 +#: redbot/core/core_commands.py:2507 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2491 +#: redbot/core/core_commands.py:2516 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:2494 +#: redbot/core/core_commands.py:2519 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:2500 +#: redbot/core/core_commands.py:2525 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1476,11 +1493,11 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:2555 msgid "Status changed to {}." msgstr "Stav změněn na {}." -#: redbot/core/core_commands.py:2538 +#: redbot/core/core_commands.py:2563 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" @@ -1496,15 +1513,15 @@ msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " - `` - The text to follow `Streaming` in the status." msgstr "" -#: redbot/core/core_commands.py:2563 +#: redbot/core/core_commands.py:2588 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2591 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2580 +#: redbot/core/core_commands.py:2605 #, docstring msgid "Sets [botname]'s username.\n\n" " Maximum length for a username is 32 characters.\n\n" @@ -1517,28 +1534,28 @@ msgid "Sets [botname]'s username.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2596 +#: redbot/core/core_commands.py:2621 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2603 +#: redbot/core/core_commands.py:2628 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2609 +#: redbot/core/core_commands.py:2634 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2619 +#: redbot/core/core_commands.py:2644 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2629 +#: redbot/core/core_commands.py:2654 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2662 #, docstring msgid "Sets [botname]'s nickname for the current server.\n\n" " Maximum length for a nickname is 32 characters.\n\n" @@ -1549,15 +1566,15 @@ msgid "Sets [botname]'s nickname for the current server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2649 +#: redbot/core/core_commands.py:2674 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2653 +#: redbot/core/core_commands.py:2678 msgid "I lack the permissions to change my own nickname." msgstr "Nemám oprávnění ke změně své přezdívky." -#: redbot/core/core_commands.py:2660 +#: redbot/core/core_commands.py:2685 #, docstring msgid "Sets [botname]'s global prefix(es).\n\n" " Warning: This is not additive. It will replace all current prefixes.\n\n" @@ -1572,20 +1589,30 @@ msgid "Sets [botname]'s global prefix(es).\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2677 +#: redbot/core/core_commands.py:2702 +msgid "Warning: A prefix is above the recommended length (20 characters).\n" +"Do you want to continue? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:2715 +msgid "Cancelled." +msgstr "Zrušeno." + +#: redbot/core/core_commands.py:2719 msgid "Prefix set." msgstr "Prefix příkazů nastaven." -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:2721 msgid "Prefixes set." msgstr "" -#: redbot/core/core_commands.py:2685 +#: redbot/core/core_commands.py:2727 #, docstring msgid "\n" " Sets [botname]'s server prefix(es).\n\n" " Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" -" This is not additive. It will replace all current server prefixes.\n\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 20 characters.\n\n" " **Examples:**\n" " - `[p]set serverprefix !`\n" " - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" @@ -1596,19 +1623,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2702 +#: redbot/core/core_commands.py:2745 msgid "Server prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2748 +msgid "You cannot have a prefix longer than 20 characters." +msgstr "" + +#: redbot/core/core_commands.py:2753 msgid "Server prefix set." msgstr "" -#: redbot/core/core_commands.py:2709 +#: redbot/core/core_commands.py:2755 msgid "Server prefixes set." msgstr "" -#: redbot/core/core_commands.py:2714 +#: redbot/core/core_commands.py:2760 #, docstring msgid "\n" " Changes the bot's default locale.\n\n" @@ -1625,21 +1656,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2735 redbot/core/core_commands.py:2779 -#: redbot/core/core_commands.py:2818 redbot/core/core_commands.py:2862 +#: redbot/core/core_commands.py:2781 redbot/core/core_commands.py:2825 +#: redbot/core/core_commands.py:2864 redbot/core/core_commands.py:2908 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2739 redbot/core/core_commands.py:2783 -#: redbot/core/core_commands.py:2822 redbot/core/core_commands.py:2866 +#: redbot/core/core_commands.py:2785 redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2868 redbot/core/core_commands.py:2912 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:2792 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2752 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1657,15 +1688,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2774 +#: redbot/core/core_commands.py:2820 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2789 +#: redbot/core/core_commands.py:2835 msgid "Locale has been set." msgstr "Jazyk byl nastaven." -#: redbot/core/core_commands.py:2795 +#: redbot/core/core_commands.py:2841 #, docstring msgid "\n" " Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1680,15 +1711,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2812 +#: redbot/core/core_commands.py:2858 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2875 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2837 +#: redbot/core/core_commands.py:2883 #, docstring msgid "\n" " Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1703,15 +1734,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2855 +#: redbot/core/core_commands.py:2901 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2873 +#: redbot/core/core_commands.py:2919 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2881 +#: redbot/core/core_commands.py:2927 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1726,19 +1757,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2898 +#: redbot/core/core_commands.py:2944 msgid "The custom text has been cleared." msgstr "Vlastní text byl vymazán." -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2948 msgid "The custom text has been set." msgstr "Vlastní text byl nastaven." -#: redbot/core/core_commands.py:2905 +#: redbot/core/core_commands.py:2951 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2956 #, docstring msgid "\n" " Commands to set, list or remove various external API tokens.\n\n" @@ -1755,11 +1786,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2931 +#: redbot/core/core_commands.py:2977 msgid "`{service}` API tokens have been set." msgstr "`{service} API tokeny byly nastaveny." -#: redbot/core/core_commands.py:2935 +#: redbot/core/core_commands.py:2981 #, docstring msgid "\n" " Show all external API services along with their keys that have been set.\n\n" @@ -1769,19 +1800,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2946 +#: redbot/core/core_commands.py:2992 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2961 +#: redbot/core/core_commands.py:3007 #, docstring msgid "\n" " Remove the given services with all their keys and tokens.\n\n" @@ -1792,20 +1823,20 @@ msgid "\n" " - `` - The services to remove." msgstr "" -#: redbot/core/core_commands.py:2976 +#: redbot/core/core_commands.py:3022 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2980 +#: redbot/core/core_commands.py:3026 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2985 +#: redbot/core/core_commands.py:3031 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2990 +#: redbot/core/core_commands.py:3036 #, docstring msgid "\n" " Commands to manage settings for the help command.\n\n" @@ -1813,7 +1844,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2999 +#: redbot/core/core_commands.py:3045 #, docstring msgid "\n" " Show the current help settings.\n\n" @@ -1823,11 +1854,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3013 +#: redbot/core/core_commands.py:3059 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:3023 +#: redbot/core/core_commands.py:3069 #, docstring msgid "\n" " This resets [botname]'s help formatter to the default formatter.\n\n" @@ -1836,11 +1867,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3032 +#: redbot/core/core_commands.py:3078 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:3041 +#: redbot/core/core_commands.py:3087 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1850,11 +1881,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3051 +#: redbot/core/core_commands.py:3097 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3105 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1870,15 +1901,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3079 +#: redbot/core/core_commands.py:3125 msgid "Help will use menus." msgstr "Help bude používat stránkovaná menu." -#: redbot/core/core_commands.py:3081 +#: redbot/core/core_commands.py:3127 msgid "Help will not use menus." msgstr "Help nebude používat stránkovaná menu." -#: redbot/core/core_commands.py:3085 +#: redbot/core/core_commands.py:3131 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1892,15 +1923,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3102 +#: redbot/core/core_commands.py:3148 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3104 +#: redbot/core/core_commands.py:3150 msgid "Help will filter hidden commands." msgstr "Pomoc bude filtrovat skryté příkazy." -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3154 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1914,15 +1945,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3125 +#: redbot/core/core_commands.py:3171 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3127 +#: redbot/core/core_commands.py:3173 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3131 +#: redbot/core/core_commands.py:3177 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent to a DM.\n\n" @@ -1938,15 +1969,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3152 +#: redbot/core/core_commands.py:3198 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3154 +#: redbot/core/core_commands.py:3200 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3158 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be filtered from help.\n\n" @@ -1960,15 +1991,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3175 +#: redbot/core/core_commands.py:3221 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:3177 +#: redbot/core/core_commands.py:3223 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:3181 +#: redbot/core/core_commands.py:3227 #, docstring msgid "\n" " Sets whether the bot should respond to help commands for nonexistent topics.\n\n" @@ -1984,15 +2015,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3202 +#: redbot/core/core_commands.py:3248 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3251 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:3213 +#: redbot/core/core_commands.py:3259 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " Note: This setting only applies to embedded help.\n\n" @@ -2007,15 +2038,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3230 +#: redbot/core/core_commands.py:3276 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:3234 +#: redbot/core/core_commands.py:3280 msgid "Done. The character limit per page has been set to {}." msgstr "Hotovo. Limit znaků na stránku byl nastaven na {}." -#: redbot/core/core_commands.py:3238 +#: redbot/core/core_commands.py:3284 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " Note: This setting does not apply to menu help.\n\n" @@ -2031,15 +2062,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3283 +#: redbot/core/core_commands.py:3302 redbot/core/core_commands.py:3329 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:3260 +#: redbot/core/core_commands.py:3306 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3265 +#: redbot/core/core_commands.py:3311 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -2056,19 +2087,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3332 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3337 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:3293 +#: redbot/core/core_commands.py:3339 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:3297 +#: redbot/core/core_commands.py:3343 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -2082,19 +2113,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3312 +#: redbot/core/core_commands.py:3358 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:3316 +#: redbot/core/core_commands.py:3362 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:3324 +#: redbot/core/core_commands.py:3370 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:3329 +#: redbot/core/core_commands.py:3375 #, docstring msgid "Sends a message to the owner.\n\n" " This is limited to one message every 60 seconds per person.\n\n" @@ -2105,43 +2136,43 @@ msgid "Sends a message to the owner.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3341 +#: redbot/core/core_commands.py:3387 msgid "User ID: {}" msgstr "ID uživatele: {}" -#: redbot/core/core_commands.py:3344 +#: redbot/core/core_commands.py:3390 msgid "through DM" msgstr "prostřednictvím DM" -#: redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3392 msgid "from {}" msgstr "od {}" -#: redbot/core/core_commands.py:3347 +#: redbot/core/core_commands.py:3393 msgid " | Server ID: {}" msgstr " | ID serveru: {}" -#: redbot/core/core_commands.py:3352 +#: redbot/core/core_commands.py:3398 msgid "Use `{}dm {} ` to reply to this user" msgstr "Použijte `{}dm {} ` pro odpověď tomuto uživateli" -#: redbot/core/core_commands.py:3354 +#: redbot/core/core_commands.py:3400 msgid "Sent by {} {}" msgstr "Odesláno od {} {}" -#: redbot/core/core_commands.py:3359 +#: redbot/core/core_commands.py:3405 msgid "I've been configured not to send this anywhere." msgstr "Byl jsem nakonfigurován, abych ho nikam neodeslal." -#: redbot/core/core_commands.py:3430 +#: redbot/core/core_commands.py:3476 msgid "Your message has been sent." msgstr "Vaše zpráva byla odeslána." -#: redbot/core/core_commands.py:3432 +#: redbot/core/core_commands.py:3478 msgid "I'm unable to deliver your message. Sorry." msgstr "Nemohu doručit vaši zprávu. Omlouváme se." -#: redbot/core/core_commands.py:3437 +#: redbot/core/core_commands.py:3483 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n\n" @@ -2154,41 +2185,41 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3453 +#: redbot/core/core_commands.py:3499 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3509 msgid "Owner of {}" msgstr "Vlastník {}" -#: redbot/core/core_commands.py:3464 +#: redbot/core/core_commands.py:3510 msgid "You can reply to this message with {}contact" msgstr "Na tuto zprávu můžete odpovědět {}contact" -#: redbot/core/core_commands.py:3478 redbot/core/core_commands.py:3488 +#: redbot/core/core_commands.py:3524 redbot/core/core_commands.py:3534 msgid "Sorry, I couldn't deliver your message to {}" msgstr "Omlouvám se, ale nepodařilo se mi doručit vaši zprávu na {}" -#: redbot/core/core_commands.py:3481 redbot/core/core_commands.py:3491 +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3537 msgid "Message delivered to {}" msgstr "Zpráva byla doručena uživateli {}" -#: redbot/core/core_commands.py:3496 +#: redbot/core/core_commands.py:3542 #, docstring msgid "Prints the bot's data path." msgstr "Vypíše datovou cestu bota." -#: redbot/core/core_commands.py:3500 +#: redbot/core/core_commands.py:3546 msgid "Data path: {path}" msgstr "Cesta k datům: {path}" -#: redbot/core/core_commands.py:3506 +#: redbot/core/core_commands.py:3552 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:3593 +#: redbot/core/core_commands.py:3639 #, docstring msgid "\n" " Commands to manage the allowlist.\n\n" @@ -2197,7 +2228,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3604 +#: redbot/core/core_commands.py:3650 #, docstring msgid "\n" " Adds users to the allowlist.\n\n" @@ -2209,15 +2240,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3663 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3619 +#: redbot/core/core_commands.py:3665 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3623 +#: redbot/core/core_commands.py:3669 #, docstring msgid "\n" " Lists users on the allowlist.\n\n" @@ -2226,21 +2257,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3635 +#: redbot/core/core_commands.py:3681 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3637 +#: redbot/core/core_commands.py:3683 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3641 redbot/core/core_commands.py:3739 +#: redbot/core/core_commands.py:3687 redbot/core/core_commands.py:3785 #: redbot/core/modlog.py:428 redbot/core/modlog.py:450 #: redbot/core/modlog.py:466 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/core_commands.py:3649 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Removes users from the allowlist.\n\n" @@ -2253,15 +2284,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3664 +#: redbot/core/core_commands.py:3710 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3666 +#: redbot/core/core_commands.py:3712 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3670 +#: redbot/core/core_commands.py:3716 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2271,11 +2302,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3725 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3684 +#: redbot/core/core_commands.py:3730 #, docstring msgid "\n" " Commands to manage the blocklist.\n\n" @@ -2283,7 +2314,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3693 +#: redbot/core/core_commands.py:3739 #, docstring msgid "\n" " Adds users to the blocklist.\n\n" @@ -2295,19 +2326,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3709 +#: redbot/core/core_commands.py:3755 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3715 +#: redbot/core/core_commands.py:3761 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3717 +#: redbot/core/core_commands.py:3763 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3721 +#: redbot/core/core_commands.py:3767 #, docstring msgid "\n" " Lists users on the blocklist.\n\n" @@ -2316,15 +2347,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3733 +#: redbot/core/core_commands.py:3779 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3735 +#: redbot/core/core_commands.py:3781 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3747 +#: redbot/core/core_commands.py:3793 #, docstring msgid "\n" " Removes users from the blocklist.\n\n" @@ -2336,15 +2367,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3760 +#: redbot/core/core_commands.py:3806 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3762 +#: redbot/core/core_commands.py:3808 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3766 +#: redbot/core/core_commands.py:3812 #, docstring msgid "\n" " Clears the blocklist.\n\n" @@ -2353,11 +2384,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3773 +#: redbot/core/core_commands.py:3819 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3779 +#: redbot/core/core_commands.py:3825 #, docstring msgid "\n" " Commands to manage the server specific allowlist.\n\n" @@ -2366,7 +2397,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3792 +#: redbot/core/core_commands.py:3838 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n\n" @@ -2379,19 +2410,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3811 +#: redbot/core/core_commands.py:3857 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:3820 +#: redbot/core/core_commands.py:3866 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3822 +#: redbot/core/core_commands.py:3868 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3826 +#: redbot/core/core_commands.py:3872 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n\n" @@ -2400,19 +2431,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3838 +#: redbot/core/core_commands.py:3884 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3840 +#: redbot/core/core_commands.py:3886 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:3844 redbot/core/core_commands.py:3966 +#: redbot/core/core_commands.py:3890 redbot/core/core_commands.py:4012 msgid "Unknown or Deleted User/Role" msgstr "" -#: redbot/core/core_commands.py:3854 +#: redbot/core/core_commands.py:3900 #, docstring msgid "\n" " Removes user or role from the allowlist.\n\n" @@ -2426,19 +2457,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3875 +#: redbot/core/core_commands.py:3921 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3883 +#: redbot/core/core_commands.py:3929 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3885 +#: redbot/core/core_commands.py:3931 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3889 +#: redbot/core/core_commands.py:3935 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2448,11 +2479,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3898 +#: redbot/core/core_commands.py:3944 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3904 +#: redbot/core/core_commands.py:3950 #, docstring msgid "\n" " Commands to manage the server specific blocklist.\n\n" @@ -2460,7 +2491,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3915 +#: redbot/core/core_commands.py:3961 #, docstring msgid "\n" " Adds a user or role to the local blocklist.\n\n" @@ -2473,27 +2504,27 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3929 +#: redbot/core/core_commands.py:3975 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3932 +#: redbot/core/core_commands.py:3978 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3935 +#: redbot/core/core_commands.py:3981 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3942 +#: redbot/core/core_commands.py:3988 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3944 +#: redbot/core/core_commands.py:3990 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3948 +#: redbot/core/core_commands.py:3994 #, docstring msgid "\n" " Lists users and roles on the server blocklist.\n\n" @@ -2502,15 +2533,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3960 +#: redbot/core/core_commands.py:4006 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3962 +#: redbot/core/core_commands.py:4008 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3976 +#: redbot/core/core_commands.py:4022 #, docstring msgid "\n" " Removes user or role from local blocklist.\n\n" @@ -2523,15 +2554,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3992 +#: redbot/core/core_commands.py:4038 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3994 +#: redbot/core/core_commands.py:4040 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3998 +#: redbot/core/core_commands.py:4044 #, docstring msgid "\n" " Clears the server blocklist.\n\n" @@ -2541,16 +2572,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4007 +#: redbot/core/core_commands.py:4053 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:4012 +#: redbot/core/core_commands.py:4058 #, docstring msgid "Commands to enable and disable commands and cogs." msgstr "" -#: redbot/core/core_commands.py:4018 +#: redbot/core/core_commands.py:4064 #, docstring msgid "Set the default state for a cog as disabled.\n\n" " This will disable the cog for all servers by default.\n" @@ -2564,20 +2595,20 @@ msgid "Set the default state for a cog as disabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4034 redbot/core/core_commands.py:4059 -#: redbot/core/core_commands.py:4079 redbot/core/core_commands.py:4109 +#: redbot/core/core_commands.py:4080 redbot/core/core_commands.py:4105 +#: redbot/core/core_commands.py:4125 redbot/core/core_commands.py:4155 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:4036 +#: redbot/core/core_commands.py:4082 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:4038 +#: redbot/core/core_commands.py:4084 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:4043 +#: redbot/core/core_commands.py:4089 #, docstring msgid "Set the default state for a cog as enabled.\n\n" " This will re-enable the cog for all servers by default.\n" @@ -2591,11 +2622,11 @@ msgid "Set the default state for a cog as enabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4061 +#: redbot/core/core_commands.py:4107 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:4066 +#: redbot/core/core_commands.py:4112 #, docstring msgid "Disable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2607,19 +2638,19 @@ msgid "Disable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4081 +#: redbot/core/core_commands.py:4127 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:4083 +#: redbot/core/core_commands.py:4129 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4086 +#: redbot/core/core_commands.py:4132 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4092 +#: redbot/core/core_commands.py:4138 #, docstring msgid "Enable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2631,15 +2662,15 @@ msgid "Enable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4104 +#: redbot/core/core_commands.py:4150 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4112 +#: redbot/core/core_commands.py:4158 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4118 +#: redbot/core/core_commands.py:4164 #, docstring msgid "List the cogs which are disabled in this server.\n\n" " **Example:**\n" @@ -2647,15 +2678,15 @@ msgid "List the cogs which are disabled in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4131 +#: redbot/core/core_commands.py:4177 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:4137 +#: redbot/core/core_commands.py:4183 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:4141 +#: redbot/core/core_commands.py:4187 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2666,7 +2697,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4158 +#: redbot/core/core_commands.py:4204 #, docstring msgid "List disabled commands globally.\n\n" " **Example:**\n" @@ -2674,19 +2705,19 @@ msgid "List disabled commands globally.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4165 +#: redbot/core/core_commands.py:4211 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:4168 +#: redbot/core/core_commands.py:4214 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4172 +#: redbot/core/core_commands.py:4218 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4180 +#: redbot/core/core_commands.py:4226 #, docstring msgid "List disabled commands in this server.\n\n" " **Example:**\n" @@ -2694,19 +2725,19 @@ msgid "List disabled commands in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4187 +#: redbot/core/core_commands.py:4233 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:4190 +#: redbot/core/core_commands.py:4236 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4194 +#: redbot/core/core_commands.py:4240 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4201 +#: redbot/core/core_commands.py:4247 #, docstring msgid "\n" " Disable a command.\n\n" @@ -2720,7 +2751,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4223 +#: redbot/core/core_commands.py:4269 #, docstring msgid "\n" " Disable a command globally.\n\n" @@ -2732,19 +2763,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4242 redbot/core/core_commands.py:4285 +#: redbot/core/core_commands.py:4288 redbot/core/core_commands.py:4331 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:4248 redbot/core/core_commands.py:4291 +#: redbot/core/core_commands.py:4294 redbot/core/core_commands.py:4337 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:4257 +#: redbot/core/core_commands.py:4303 msgid "That command is already disabled globally." msgstr "Tento příkaz je již globálně vypnutý." -#: redbot/core/core_commands.py:4266 +#: redbot/core/core_commands.py:4312 #, docstring msgid "\n" " Disable a command in this server only.\n\n" @@ -2756,15 +2787,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4296 +#: redbot/core/core_commands.py:4342 msgid "You are not allowed to disable that command." msgstr "Nemáš dovoleno tento příkaz zakázat." -#: redbot/core/core_commands.py:4306 +#: redbot/core/core_commands.py:4352 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:4312 +#: redbot/core/core_commands.py:4358 #, docstring msgid "Enable a command.\n\n" " If you're the bot owner, this will try to enable a globally disabled command by default.\n" @@ -2777,7 +2808,7 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4332 +#: redbot/core/core_commands.py:4378 #, docstring msgid "\n" " Enable a command globally.\n\n" @@ -2789,11 +2820,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4354 +#: redbot/core/core_commands.py:4400 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:4363 +#: redbot/core/core_commands.py:4409 #, docstring msgid "\n" " Enable a command in this server.\n\n" @@ -2805,15 +2836,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4381 +#: redbot/core/core_commands.py:4427 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4437 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:4398 +#: redbot/core/core_commands.py:4444 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2827,7 +2858,7 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4419 +#: redbot/core/core_commands.py:4465 #, docstring msgid "\n" " Commands to manage server settings for immunity from automated actions.\n\n" @@ -2835,7 +2866,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4428 +#: redbot/core/core_commands.py:4474 #, docstring msgid "\n" " Gets the current members and roles configured for automatic moderation action immunity.\n\n" @@ -2844,19 +2875,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4441 +#: redbot/core/core_commands.py:4487 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4446 +#: redbot/core/core_commands.py:4492 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4450 +#: redbot/core/core_commands.py:4496 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:4459 +#: redbot/core/core_commands.py:4505 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n\n" @@ -2868,11 +2899,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4471 +#: redbot/core/core_commands.py:4517 msgid "Already added." msgstr "Již přidáno." -#: redbot/core/core_commands.py:4479 +#: redbot/core/core_commands.py:4525 #, docstring msgid "\n" " Remove a user or role from being immune to automated moderation actions.\n\n" @@ -2884,11 +2915,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4491 +#: redbot/core/core_commands.py:4537 msgid "Not in list." msgstr "Není v seznamu." -#: redbot/core/core_commands.py:4499 +#: redbot/core/core_commands.py:4545 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n\n" @@ -2900,15 +2931,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4511 +#: redbot/core/core_commands.py:4557 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:4513 +#: redbot/core/core_commands.py:4559 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:4518 +#: redbot/core/core_commands.py:4564 #, docstring msgid "\n" " Commands for configuring owner notifications.\n\n" @@ -2916,7 +2947,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4527 +#: redbot/core/core_commands.py:4573 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2928,7 +2959,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4546 +#: redbot/core/core_commands.py:4592 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n\n" @@ -2939,7 +2970,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4565 +#: redbot/core/core_commands.py:4611 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n\n" @@ -2951,7 +2982,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4591 +#: redbot/core/core_commands.py:4637 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n\n" @@ -2963,7 +2994,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4615 +#: redbot/core/core_commands.py:4661 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n\n" @@ -2972,15 +3003,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4625 +#: redbot/core/core_commands.py:4671 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:4636 +#: redbot/core/core_commands.py:4682 msgid "Unknown channel with id: {id}" msgstr "Neznámý kanál s id: {id}" -#: redbot/core/core_commands.py:4667 +#: redbot/core/core_commands.py:4713 #, docstring msgid "\n" " Commands to add servers or channels to the ignore list.\n\n" @@ -2989,7 +3020,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4677 +#: redbot/core/core_commands.py:4723 #, docstring msgid "\n" " List the currently ignored servers and channels.\n\n" @@ -2998,7 +3029,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4692 +#: redbot/core/core_commands.py:4738 #, docstring msgid "\n" " Ignore commands in the channel or category.\n\n" @@ -3014,15 +3045,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4712 +#: redbot/core/core_commands.py:4758 msgid "Channel added to ignore list." msgstr "Kanál přidán do seznamu ignorovaných." -#: redbot/core/core_commands.py:4714 +#: redbot/core/core_commands.py:4760 msgid "Channel already in ignore list." msgstr "Kanál je již v seznamu ignorovaný." -#: redbot/core/core_commands.py:4719 +#: redbot/core/core_commands.py:4765 #, docstring msgid "\n" " Ignore commands in this server.\n\n" @@ -3032,20 +3063,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4730 +#: redbot/core/core_commands.py:4776 msgid "This server has been added to the ignore list." msgstr "Tento server byl přidán do ignorovaného seznamu." -#: redbot/core/core_commands.py:4732 +#: redbot/core/core_commands.py:4778 msgid "This server is already being ignored." msgstr "Tento server je již ignorován." -#: redbot/core/core_commands.py:4738 +#: redbot/core/core_commands.py:4784 #, docstring msgid "Commands to remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4746 +#: redbot/core/core_commands.py:4792 #, docstring msgid "\n" " Remove a channel or category from the ignore list.\n\n" @@ -3060,15 +3091,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4765 +#: redbot/core/core_commands.py:4811 msgid "Channel removed from ignore list." msgstr "Kanál byl odebrán ze seznamu ignorovaných." -#: redbot/core/core_commands.py:4767 +#: redbot/core/core_commands.py:4813 msgid "That channel is not in the ignore list." msgstr "Tento kanál není v seznamu ignorovaných." -#: redbot/core/core_commands.py:4772 +#: redbot/core/core_commands.py:4818 #, docstring msgid "\n" " Remove this server from the ignore list.\n\n" @@ -3077,24 +3108,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4781 +#: redbot/core/core_commands.py:4827 msgid "This server has been removed from the ignore list." msgstr "Tento server byl odebrán z ignorovaného seznamu." -#: redbot/core/core_commands.py:4783 +#: redbot/core/core_commands.py:4829 msgid "This server is not in the ignore list." msgstr "Tento server není v seznamu ignorovaných." -#: redbot/core/core_commands.py:4789 +#: redbot/core/core_commands.py:4835 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:4801 +#: redbot/core/core_commands.py:4847 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:4816 +#: redbot/core/core_commands.py:4862 #, docstring msgid "\n" " Get info about Red's licenses.\n" @@ -3127,7 +3158,7 @@ msgid "Evaluate a statement of python code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:166 +#: redbot/core/dev_commands.py:167 #, docstring msgid "Execute asynchronous code.\n\n" " This command wraps code into the body of an async function and then\n" @@ -3147,7 +3178,7 @@ msgid "Execute asynchronous code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:220 +#: redbot/core/dev_commands.py:221 #, docstring msgid "Open an interactive REPL.\n\n" " The REPL will only recognise code as messages which start with a\n" @@ -3156,51 +3187,51 @@ msgid "Open an interactive REPL.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:229 +#: redbot/core/dev_commands.py:230 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "" -#: redbot/core/dev_commands.py:233 +#: redbot/core/dev_commands.py:234 msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." msgstr "" -#: redbot/core/dev_commands.py:244 +#: redbot/core/dev_commands.py:245 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." msgstr "" -#: redbot/core/dev_commands.py:258 +#: redbot/core/dev_commands.py:259 msgid "Exiting." msgstr "Ukončování." -#: redbot/core/dev_commands.py:309 +#: redbot/core/dev_commands.py:310 msgid "Unexpected error: `{}`" msgstr "Neočekávaná chyba: '{0}'" -#: redbot/core/dev_commands.py:313 +#: redbot/core/dev_commands.py:314 #, docstring msgid "Pauses/resumes the REPL running in the current channel" msgstr "" -#: redbot/core/dev_commands.py:315 +#: redbot/core/dev_commands.py:316 msgid "There is no currently running REPL session in this channel." msgstr "" -#: redbot/core/dev_commands.py:323 +#: redbot/core/dev_commands.py:324 msgid "The REPL session in this channel has been resumed." msgstr "" -#: redbot/core/dev_commands.py:325 +#: redbot/core/dev_commands.py:326 msgid "The REPL session in this channel is now paused." msgstr "" -#: redbot/core/dev_commands.py:330 +#: redbot/core/dev_commands.py:331 #, docstring msgid "Mock another user invoking a command.\n\n" " The prefix must not be entered.\n" " " msgstr "" -#: redbot/core/dev_commands.py:343 +#: redbot/core/dev_commands.py:344 #, docstring msgid "Dispatch a message event as if it were sent by a different user.\n\n" " Only reads the raw content of the message. Attachments, embeds etc. are\n" @@ -3208,17 +3239,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:364 +#: redbot/core/dev_commands.py:365 #, docstring msgid "Give bot owners the ability to bypass cooldowns.\n\n" " Does not persist through restarts." msgstr "" -#: redbot/core/dev_commands.py:372 +#: redbot/core/dev_commands.py:373 msgid "Bot owners will now bypass all commands with cooldowns." msgstr "" -#: redbot/core/dev_commands.py:374 +#: redbot/core/dev_commands.py:375 msgid "Bot owners will no longer bypass all commands with cooldowns." msgstr "" diff --git a/redbot/core/locales/da-DK.po b/redbot/core/locales/da-DK.po index f56f4d0e3..4ee097ff8 100644 --- a/redbot/core/locales/da-DK.po +++ b/redbot/core/locales/da-DK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-05-25 16:04+0000\n" +"POT-Creation-Date: 2021-06-12 15:52+0000\n" "Last-Translator: \n" "Language-Team: Danish\n" "MIME-Version: 1.0\n" @@ -142,15 +142,15 @@ msgstr "**{} indlæst:**\n" msgid "**{} unloaded:**\n" msgstr "**{} aflæst:**\n" -#: redbot/core/core_commands.py:179 +#: redbot/core/core_commands.py:181 msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." msgstr "Alias {alias_name} er allerede en eksisterende kommando eller alias i en af de indlæste cogs." -#: redbot/core/core_commands.py:184 +#: redbot/core/core_commands.py:186 msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." msgstr "Kommando {command_name} er allerede en eksisterende kommando eller alias i en af de indlæste cogs." -#: redbot/core/core_commands.py:393 +#: redbot/core/core_commands.py:398 #, docstring msgid "\n" " The Core cog has many commands related to core functions.\n\n" @@ -158,19 +158,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:410 #, docstring msgid "Pong." msgstr "Pong." -#: redbot/core/core_commands.py:410 +#: redbot/core/core_commands.py:415 #, docstring msgid "Shows info about [botname].\n\n" " See `[p]set custominfo` to customize.\n" " " msgstr "" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:445 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" "(c) Cog Creators" @@ -178,75 +178,75 @@ msgstr "Denne bot er et instans af [Red, an open source Discord bot]({}) lavet a "Red bakkes op af et lidenskabeligt fællesskab, der bidrager og skaber indhold, som alle kan nyde. [Tilmeld dig i dag]({}) og hjælp os med at forbedre!\n\n" "(c) Cog Creators" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by team" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by" msgstr "Instans ejet af" -#: redbot/core/core_commands.py:456 +#: redbot/core/core_commands.py:461 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:459 redbot/core/core_commands.py:515 +#: redbot/core/core_commands.py:464 redbot/core/core_commands.py:520 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:463 redbot/core/core_commands.py:519 +#: redbot/core/core_commands.py:468 redbot/core/core_commands.py:524 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:464 +#: redbot/core/core_commands.py:469 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:466 +#: redbot/core/core_commands.py:471 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:467 +#: redbot/core/core_commands.py:472 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:470 redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:475 redbot/core/core_commands.py:533 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:483 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:489 +#: redbot/core/core_commands.py:494 msgid "Instance owned by team: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:501 +#: redbot/core/core_commands.py:506 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:520 +#: redbot/core/core_commands.py:525 msgid "Outdated: [{state}]\n" msgstr "" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:528 msgid "**About Red**\n" msgstr "" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:539 msgid "**About this instance**\n" msgstr "" -#: redbot/core/core_commands.py:536 +#: redbot/core/core_commands.py:541 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -257,20 +257,20 @@ msgid "**References**\n" "7. <{}>\n" msgstr "" -#: redbot/core/core_commands.py:552 +#: redbot/core/core_commands.py:557 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:555 +#: redbot/core/core_commands.py:560 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:557 +#: redbot/core/core_commands.py:562 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:564 +#: redbot/core/core_commands.py:569 #, docstring msgid "\n" " Commands which interact with the data [botname] has about you.\n\n" @@ -278,7 +278,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:575 +#: redbot/core/core_commands.py:580 #, docstring msgid "\n" " Find out what type of data [botname] stores and why.\n\n" @@ -287,12 +287,12 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:585 +#: redbot/core/core_commands.py:590 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:604 +#: redbot/core/core_commands.py:609 #, docstring msgid "View the End User Data statements of each 3rd-party module.\n\n" " This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" @@ -301,39 +301,39 @@ msgid "View the End User Data statements of each 3rd-party module.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:615 +#: redbot/core/core_commands.py:620 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:625 +#: redbot/core/core_commands.py:630 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:645 +#: redbot/core/core_commands.py:650 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:647 +#: redbot/core/core_commands.py:652 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:652 +#: redbot/core/core_commands.py:657 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:668 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:679 +#: redbot/core/core_commands.py:684 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:684 +#: redbot/core/core_commands.py:689 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:695 +#: redbot/core/core_commands.py:700 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -345,63 +345,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:710 +#: redbot/core/core_commands.py:715 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:717 +#: redbot/core/core_commands.py:722 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:727 +#: redbot/core/core_commands.py:732 msgid "This may take some time." msgstr "" -#: redbot/core/core_commands.py:740 +#: redbot/core/core_commands.py:745 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:755 +#: redbot/core/core_commands.py:760 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:765 +#: redbot/core/core_commands.py:770 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:775 +#: redbot/core/core_commands.py:780 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:783 redbot/core/core_commands.py:950 -#: redbot/core/core_commands.py:1036 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:788 redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:1041 redbot/core/core_commands.py:1112 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:793 +#: redbot/core/core_commands.py:798 #, docstring msgid "[Coming Soon] Get what data [botname] has about you." msgstr "" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:800 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:804 +#: redbot/core/core_commands.py:809 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:810 +#: redbot/core/core_commands.py:815 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -412,11 +412,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:821 +#: redbot/core/core_commands.py:826 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:834 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n\n" @@ -426,11 +426,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:838 +#: redbot/core/core_commands.py:843 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:847 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -444,15 +444,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:859 +#: redbot/core/core_commands.py:864 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:867 +#: redbot/core/core_commands.py:872 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:878 +#: redbot/core/core_commands.py:883 #, docstring msgid "\n" " Handle a deletion request from Discord.\n\n" @@ -465,34 +465,34 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:892 +#: redbot/core/core_commands.py:897 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:915 redbot/core/core_commands.py:1072 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +#: redbot/core/core_commands.py:930 redbot/core/core_commands.py:1087 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +#: redbot/core/core_commands.py:941 redbot/core/core_commands.py:1098 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +#: redbot/core/core_commands.py:951 redbot/core/core_commands.py:1108 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:957 +#: redbot/core/core_commands.py:962 #, docstring msgid "Delete data [botname] has about a user for a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" @@ -503,34 +503,34 @@ msgid "Delete data [botname] has about a user for a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:973 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:991 +#: redbot/core/core_commands.py:996 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1006 +#: redbot/core/core_commands.py:1011 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1017 +#: redbot/core/core_commands.py:1022 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1033 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1048 #, docstring msgid "Delete data [botname] has about a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" @@ -540,12 +540,12 @@ msgid "Delete data [botname] has about a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1053 +#: redbot/core/core_commands.py:1058 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1114 +#: redbot/core/core_commands.py:1119 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -565,7 +565,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1136 +#: redbot/core/core_commands.py:1141 #, docstring msgid "\n" " Show the current embed settings.\n\n" @@ -579,42 +579,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1153 redbot/core/core_commands.py:1309 -#: redbot/core/core_commands.py:1360 redbot/core/core_commands.py:4236 -#: redbot/core/core_commands.py:4279 redbot/core/core_commands.py:4345 -#: redbot/core/core_commands.py:4376 +#: redbot/core/core_commands.py:1158 redbot/core/core_commands.py:1314 +#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:4282 +#: redbot/core/core_commands.py:4325 redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4422 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:1159 +#: redbot/core/core_commands.py:1164 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1161 +#: redbot/core/core_commands.py:1166 msgid "Global default: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1171 msgid "Global command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1172 +#: redbot/core/core_commands.py:1177 msgid "Guild setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1177 +#: redbot/core/core_commands.py:1182 msgid "Server command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1183 +#: redbot/core/core_commands.py:1188 msgid "Channel setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1191 msgid "User setting: {value}" msgstr "" -#: redbot/core/core_commands.py:1192 +#: redbot/core/core_commands.py:1197 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -626,15 +626,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1206 +#: redbot/core/core_commands.py:1211 msgid "Embeds are now disabled by default." msgstr "" -#: redbot/core/core_commands.py:1209 +#: redbot/core/core_commands.py:1214 msgid "Embeds are now enabled by default." msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1220 #, docstring msgid "\n" " Set the server's embed setting.\n\n" @@ -650,20 +650,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1234 redbot/core/core_commands.py:1318 -#: redbot/core/core_commands.py:1409 redbot/core/core_commands.py:1440 +#: redbot/core/core_commands.py:1239 redbot/core/core_commands.py:1323 +#: redbot/core/core_commands.py:1414 redbot/core/core_commands.py:1445 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1239 +#: redbot/core/core_commands.py:1244 msgid "Embeds are now enabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1241 +#: redbot/core/core_commands.py:1246 msgid "Embeds are now disabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1249 +#: redbot/core/core_commands.py:1254 #, docstring msgid "\n" " Sets a command's embed setting.\n\n" @@ -680,11 +680,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1278 +#: redbot/core/core_commands.py:1283 msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." msgstr "" -#: redbot/core/core_commands.py:1289 +#: redbot/core/core_commands.py:1294 #, docstring msgid "\n" " Sets a command's embed setting globally.\n\n" @@ -700,15 +700,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1375 +#: redbot/core/core_commands.py:1329 redbot/core/core_commands.py:1380 msgid "Embeds are now enabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1330 redbot/core/core_commands.py:1381 +#: redbot/core/core_commands.py:1335 redbot/core/core_commands.py:1386 msgid "Embeds are now disabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1340 +#: redbot/core/core_commands.py:1345 #, docstring msgid "\n" " Sets a commmand's embed setting for the current server.\n\n" @@ -724,11 +724,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1369 +#: redbot/core/core_commands.py:1374 msgid "Embeds will now fall back to the server setting." msgstr "" -#: redbot/core/core_commands.py:1390 +#: redbot/core/core_commands.py:1395 #, docstring msgid "\n" " Set's a channel's embed setting.\n\n" @@ -744,21 +744,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1419 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "enabled" msgstr "aktiveret" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "disabled" msgstr "deaktiveret" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1426 #, docstring msgid "\n" " Sets personal embed setting for DMs.\n\n" @@ -774,15 +774,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1450 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1452 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1453 +#: redbot/core/core_commands.py:1458 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead.\n\n" @@ -795,11 +795,11 @@ msgid "Sends to the owner the last command exception that has occurred.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:1487 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1487 +#: redbot/core/core_commands.py:1492 #, docstring msgid "Shows [botname]'s invite url.\n\n" " This will always send the invite to DMs to keep it private.\n\n" @@ -809,12 +809,12 @@ msgid "Shows [botname]'s invite url.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1512 #, docstring msgid "Commands to setup [botname]'s invite settings." msgstr "" -#: redbot/core/core_commands.py:1512 +#: redbot/core/core_commands.py:1517 #, docstring msgid "\n" " Toggles if `[p]invite` should be accessible for the average user.\n\n" @@ -826,7 +826,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1549 +#: redbot/core/core_commands.py:1554 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -841,7 +841,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 #, docstring msgid "\n" " Leaves servers.\n\n" @@ -856,43 +873,43 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1588 +#: redbot/core/core_commands.py:1613 msgid "You need to specify at least one server ID." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:1620 msgid "You haven't passed any server ID. Do you want me to leave this server?" msgstr "" -#: redbot/core/core_commands.py:1600 +#: redbot/core/core_commands.py:1625 msgid "Are you sure you want me to leave these servers?" msgstr "" -#: redbot/core/core_commands.py:1608 +#: redbot/core/core_commands.py:1633 msgid "I cannot leave the server `{server_name}`: I am the owner of it." msgstr "" -#: redbot/core/core_commands.py:1619 +#: redbot/core/core_commands.py:1644 redbot/core/core_commands.py:2711 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:1624 +#: redbot/core/core_commands.py:1649 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1652 msgid "Alright. Leaving {number} servers..." msgstr "" -#: redbot/core/core_commands.py:1634 +#: redbot/core/core_commands.py:1659 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1636 +#: redbot/core/core_commands.py:1661 msgid "Alright, I'm not leaving those servers." msgstr "" -#: redbot/core/core_commands.py:1641 +#: redbot/core/core_commands.py:1666 #, docstring msgid "\n" " Lists the servers [botname] is currently in.\n\n" @@ -900,7 +917,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:1684 #, docstring msgid "Loads cog packages from the local paths and installed cogs.\n\n" " See packages available to load with `[p]cogs`.\n\n" @@ -913,67 +930,67 @@ msgid "Loads cog packages from the local paths and installed cogs.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1688 +#: redbot/core/core_commands.py:1713 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1693 +#: redbot/core/core_commands.py:1718 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1722 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1729 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1709 +#: redbot/core/core_commands.py:1734 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1717 redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1742 redbot/core/core_commands.py:1898 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1723 redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1748 redbot/core/core_commands.py:1904 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1732 redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1757 redbot/core/core_commands.py:1913 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1736 redbot/core/core_commands.py:1892 +#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1744 +#: redbot/core/core_commands.py:1769 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1748 +#: redbot/core/core_commands.py:1773 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1755 +#: redbot/core/core_commands.py:1780 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1786 redbot/core/core_commands.py:1942 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1780 +#: redbot/core/core_commands.py:1805 #, docstring msgid "Unloads previously loaded cog packages.\n\n" " See packages available to unload with `[p]cogs`.\n\n" @@ -985,23 +1002,23 @@ msgid "Unloads previously loaded cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1798 +#: redbot/core/core_commands.py:1823 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1827 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1809 +#: redbot/core/core_commands.py:1834 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1813 +#: redbot/core/core_commands.py:1838 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1826 +#: redbot/core/core_commands.py:1851 #, docstring msgid "Reloads cog packages.\n\n" " This will unload and then load the specified cogs.\n\n" @@ -1014,36 +1031,36 @@ msgid "Reloads cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:1880 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1860 +#: redbot/core/core_commands.py:1885 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1890 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1900 +#: redbot/core/core_commands.py:1925 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1904 +#: redbot/core/core_commands.py:1929 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1936 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Shuts down the bot.\n\n" " Allows [botname] to shut down gracefully.\n\n" @@ -1056,11 +1073,11 @@ msgid "Shuts down the bot.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1974 msgid "Shutting down... " msgstr "" -#: redbot/core/core_commands.py:1955 +#: redbot/core/core_commands.py:1980 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -1073,30 +1090,30 @@ msgid "Attempts to restart [botname].\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1969 +#: redbot/core/core_commands.py:1994 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:1974 +#: redbot/core/core_commands.py:1999 #, docstring msgid "Commands for changing [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1978 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1996 +#: redbot/core/core_commands.py:2021 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2042 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -1104,7 +1121,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:2039 +#: redbot/core/core_commands.py:2064 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -1119,23 +1136,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2060 +#: redbot/core/core_commands.py:2085 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:2062 +#: redbot/core/core_commands.py:2087 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2092 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2099 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2104 #, docstring msgid "\n" " Sets the bot's description.\n\n" @@ -1151,15 +1168,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2099 +#: redbot/core/core_commands.py:2124 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:2102 +#: redbot/core/core_commands.py:2127 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2141 #, docstring msgid "\n" " Adds an admin role for this guild.\n\n" @@ -1177,15 +1194,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2136 +#: redbot/core/core_commands.py:2161 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:2138 +#: redbot/core/core_commands.py:2163 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2144 +#: redbot/core/core_commands.py:2169 #, docstring msgid "\n" " Adds a moderator role for this guild.\n\n" @@ -1202,15 +1219,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2188 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:2165 +#: redbot/core/core_commands.py:2190 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2171 +#: redbot/core/core_commands.py:2196 #, docstring msgid "\n" " Removes an admin role for this guild.\n\n" @@ -1222,15 +1239,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2208 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:2185 +#: redbot/core/core_commands.py:2210 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2191 +#: redbot/core/core_commands.py:2216 #, docstring msgid "\n" " Removes a mod role for this guild.\n\n" @@ -1242,15 +1259,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2228 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2230 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2211 +#: redbot/core/core_commands.py:2236 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -1261,19 +1278,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2248 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will" msgstr "" -#: redbot/core/core_commands.py:2232 +#: redbot/core/core_commands.py:2257 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -1285,11 +1302,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2247 +#: redbot/core/core_commands.py:2272 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2280 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -1300,11 +1317,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2268 +#: redbot/core/core_commands.py:2293 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:2276 +#: redbot/core/core_commands.py:2301 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1321,15 +1338,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2321 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:2299 +#: redbot/core/core_commands.py:2324 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:2304 +#: redbot/core/core_commands.py:2329 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL.\n\n" @@ -1342,28 +1359,28 @@ msgid "Sets [botname]'s avatar\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2327 +#: redbot/core/core_commands.py:2352 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:2329 +#: redbot/core/core_commands.py:2354 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:2339 +#: redbot/core/core_commands.py:2364 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:2346 +#: redbot/core/core_commands.py:2371 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:2348 redbot/core/core_commands.py:2575 -#: redbot/core/core_commands.py:2631 redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:2373 redbot/core/core_commands.py:2600 +#: redbot/core/core_commands.py:2656 redbot/core/core_commands.py:2680 msgid "Done." msgstr "Færdig." -#: redbot/core/core_commands.py:2353 +#: redbot/core/core_commands.py:2378 #, docstring msgid "\n" " Removes [botname]'s avatar.\n\n" @@ -1372,11 +1389,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2386 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2392 #, docstring msgid "Sets [botname]'s playing status.\n\n" " This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" @@ -1389,19 +1406,19 @@ msgid "Sets [botname]'s playing status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2383 +#: redbot/core/core_commands.py:2408 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2391 +#: redbot/core/core_commands.py:2416 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:2393 +#: redbot/core/core_commands.py:2418 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:2399 +#: redbot/core/core_commands.py:2424 #, docstring msgid "Sets [botname]'s listening status.\n\n" " This will appear as `Listening to `.\n\n" @@ -1413,19 +1430,19 @@ msgid "Sets [botname]'s listening status.\n\n" " - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2416 +#: redbot/core/core_commands.py:2441 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2425 +#: redbot/core/core_commands.py:2450 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2453 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2459 #, docstring msgid "Sets [botname]'s watching status.\n\n" " This will appear as `Watching `.\n\n" @@ -1437,19 +1454,19 @@ msgid "Sets [botname]'s watching status.\n\n" " - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2475 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2482 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:2459 +#: redbot/core/core_commands.py:2484 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:2465 +#: redbot/core/core_commands.py:2490 #, docstring msgid "Sets [botname]'s competing status.\n\n" " This will appear as `Competing in `.\n\n" @@ -1461,19 +1478,19 @@ msgid "Sets [botname]'s competing status.\n\n" " - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2482 +#: redbot/core/core_commands.py:2507 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2491 +#: redbot/core/core_commands.py:2516 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:2494 +#: redbot/core/core_commands.py:2519 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:2500 +#: redbot/core/core_commands.py:2525 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1489,11 +1506,11 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:2555 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:2538 +#: redbot/core/core_commands.py:2563 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" @@ -1509,15 +1526,15 @@ msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " - `` - The text to follow `Streaming` in the status." msgstr "" -#: redbot/core/core_commands.py:2563 +#: redbot/core/core_commands.py:2588 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2591 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2580 +#: redbot/core/core_commands.py:2605 #, docstring msgid "Sets [botname]'s username.\n\n" " Maximum length for a username is 32 characters.\n\n" @@ -1530,28 +1547,28 @@ msgid "Sets [botname]'s username.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2596 +#: redbot/core/core_commands.py:2621 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2603 +#: redbot/core/core_commands.py:2628 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2609 +#: redbot/core/core_commands.py:2634 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2619 +#: redbot/core/core_commands.py:2644 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2629 +#: redbot/core/core_commands.py:2654 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2662 #, docstring msgid "Sets [botname]'s nickname for the current server.\n\n" " Maximum length for a nickname is 32 characters.\n\n" @@ -1562,15 +1579,15 @@ msgid "Sets [botname]'s nickname for the current server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2649 +#: redbot/core/core_commands.py:2674 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2653 +#: redbot/core/core_commands.py:2678 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:2660 +#: redbot/core/core_commands.py:2685 #, docstring msgid "Sets [botname]'s global prefix(es).\n\n" " Warning: This is not additive. It will replace all current prefixes.\n\n" @@ -1585,20 +1602,30 @@ msgid "Sets [botname]'s global prefix(es).\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2677 +#: redbot/core/core_commands.py:2702 +msgid "Warning: A prefix is above the recommended length (20 characters).\n" +"Do you want to continue? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:2715 +msgid "Cancelled." +msgstr "" + +#: redbot/core/core_commands.py:2719 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:2721 msgid "Prefixes set." msgstr "" -#: redbot/core/core_commands.py:2685 +#: redbot/core/core_commands.py:2727 #, docstring msgid "\n" " Sets [botname]'s server prefix(es).\n\n" " Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" -" This is not additive. It will replace all current server prefixes.\n\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 20 characters.\n\n" " **Examples:**\n" " - `[p]set serverprefix !`\n" " - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" @@ -1609,19 +1636,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2702 +#: redbot/core/core_commands.py:2745 msgid "Server prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2748 +msgid "You cannot have a prefix longer than 20 characters." +msgstr "" + +#: redbot/core/core_commands.py:2753 msgid "Server prefix set." msgstr "" -#: redbot/core/core_commands.py:2709 +#: redbot/core/core_commands.py:2755 msgid "Server prefixes set." msgstr "" -#: redbot/core/core_commands.py:2714 +#: redbot/core/core_commands.py:2760 #, docstring msgid "\n" " Changes the bot's default locale.\n\n" @@ -1638,21 +1669,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2735 redbot/core/core_commands.py:2779 -#: redbot/core/core_commands.py:2818 redbot/core/core_commands.py:2862 +#: redbot/core/core_commands.py:2781 redbot/core/core_commands.py:2825 +#: redbot/core/core_commands.py:2864 redbot/core/core_commands.py:2908 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2739 redbot/core/core_commands.py:2783 -#: redbot/core/core_commands.py:2822 redbot/core/core_commands.py:2866 +#: redbot/core/core_commands.py:2785 redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2868 redbot/core/core_commands.py:2912 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:2792 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2752 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1670,15 +1701,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2774 +#: redbot/core/core_commands.py:2820 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2789 +#: redbot/core/core_commands.py:2835 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:2795 +#: redbot/core/core_commands.py:2841 #, docstring msgid "\n" " Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1693,15 +1724,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2812 +#: redbot/core/core_commands.py:2858 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2875 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2837 +#: redbot/core/core_commands.py:2883 #, docstring msgid "\n" " Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1716,15 +1747,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2855 +#: redbot/core/core_commands.py:2901 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2873 +#: redbot/core/core_commands.py:2919 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2881 +#: redbot/core/core_commands.py:2927 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1739,19 +1770,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2898 +#: redbot/core/core_commands.py:2944 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2948 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2905 +#: redbot/core/core_commands.py:2951 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2956 #, docstring msgid "\n" " Commands to set, list or remove various external API tokens.\n\n" @@ -1768,11 +1799,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2931 +#: redbot/core/core_commands.py:2977 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2935 +#: redbot/core/core_commands.py:2981 #, docstring msgid "\n" " Show all external API services along with their keys that have been set.\n\n" @@ -1782,19 +1813,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2946 +#: redbot/core/core_commands.py:2992 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2961 +#: redbot/core/core_commands.py:3007 #, docstring msgid "\n" " Remove the given services with all their keys and tokens.\n\n" @@ -1805,20 +1836,20 @@ msgid "\n" " - `` - The services to remove." msgstr "" -#: redbot/core/core_commands.py:2976 +#: redbot/core/core_commands.py:3022 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2980 +#: redbot/core/core_commands.py:3026 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2985 +#: redbot/core/core_commands.py:3031 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2990 +#: redbot/core/core_commands.py:3036 #, docstring msgid "\n" " Commands to manage settings for the help command.\n\n" @@ -1826,7 +1857,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2999 +#: redbot/core/core_commands.py:3045 #, docstring msgid "\n" " Show the current help settings.\n\n" @@ -1836,11 +1867,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3013 +#: redbot/core/core_commands.py:3059 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:3023 +#: redbot/core/core_commands.py:3069 #, docstring msgid "\n" " This resets [botname]'s help formatter to the default formatter.\n\n" @@ -1849,11 +1880,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3032 +#: redbot/core/core_commands.py:3078 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:3041 +#: redbot/core/core_commands.py:3087 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1863,11 +1894,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3051 +#: redbot/core/core_commands.py:3097 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3105 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1883,15 +1914,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3079 +#: redbot/core/core_commands.py:3125 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:3081 +#: redbot/core/core_commands.py:3127 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:3085 +#: redbot/core/core_commands.py:3131 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1905,15 +1936,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3102 +#: redbot/core/core_commands.py:3148 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3104 +#: redbot/core/core_commands.py:3150 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3154 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1927,15 +1958,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3125 +#: redbot/core/core_commands.py:3171 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3127 +#: redbot/core/core_commands.py:3173 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3131 +#: redbot/core/core_commands.py:3177 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent to a DM.\n\n" @@ -1951,15 +1982,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3152 +#: redbot/core/core_commands.py:3198 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3154 +#: redbot/core/core_commands.py:3200 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3158 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be filtered from help.\n\n" @@ -1973,15 +2004,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3175 +#: redbot/core/core_commands.py:3221 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:3177 +#: redbot/core/core_commands.py:3223 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:3181 +#: redbot/core/core_commands.py:3227 #, docstring msgid "\n" " Sets whether the bot should respond to help commands for nonexistent topics.\n\n" @@ -1997,15 +2028,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3202 +#: redbot/core/core_commands.py:3248 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3251 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:3213 +#: redbot/core/core_commands.py:3259 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " Note: This setting only applies to embedded help.\n\n" @@ -2020,15 +2051,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3230 +#: redbot/core/core_commands.py:3276 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:3234 +#: redbot/core/core_commands.py:3280 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3238 +#: redbot/core/core_commands.py:3284 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " Note: This setting does not apply to menu help.\n\n" @@ -2044,15 +2075,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3283 +#: redbot/core/core_commands.py:3302 redbot/core/core_commands.py:3329 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:3260 +#: redbot/core/core_commands.py:3306 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3265 +#: redbot/core/core_commands.py:3311 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -2069,19 +2100,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3332 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3337 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:3293 +#: redbot/core/core_commands.py:3339 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:3297 +#: redbot/core/core_commands.py:3343 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -2095,19 +2126,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3312 +#: redbot/core/core_commands.py:3358 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:3316 +#: redbot/core/core_commands.py:3362 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:3324 +#: redbot/core/core_commands.py:3370 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:3329 +#: redbot/core/core_commands.py:3375 #, docstring msgid "Sends a message to the owner.\n\n" " This is limited to one message every 60 seconds per person.\n\n" @@ -2118,43 +2149,43 @@ msgid "Sends a message to the owner.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3341 +#: redbot/core/core_commands.py:3387 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:3344 +#: redbot/core/core_commands.py:3390 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3392 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:3347 +#: redbot/core/core_commands.py:3393 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:3352 +#: redbot/core/core_commands.py:3398 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:3354 +#: redbot/core/core_commands.py:3400 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:3359 +#: redbot/core/core_commands.py:3405 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:3430 +#: redbot/core/core_commands.py:3476 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:3432 +#: redbot/core/core_commands.py:3478 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:3437 +#: redbot/core/core_commands.py:3483 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n\n" @@ -2167,41 +2198,41 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3453 +#: redbot/core/core_commands.py:3499 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3509 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:3464 +#: redbot/core/core_commands.py:3510 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:3478 redbot/core/core_commands.py:3488 +#: redbot/core/core_commands.py:3524 redbot/core/core_commands.py:3534 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:3481 redbot/core/core_commands.py:3491 +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3537 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:3496 +#: redbot/core/core_commands.py:3542 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:3500 +#: redbot/core/core_commands.py:3546 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:3506 +#: redbot/core/core_commands.py:3552 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:3593 +#: redbot/core/core_commands.py:3639 #, docstring msgid "\n" " Commands to manage the allowlist.\n\n" @@ -2210,7 +2241,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3604 +#: redbot/core/core_commands.py:3650 #, docstring msgid "\n" " Adds users to the allowlist.\n\n" @@ -2222,15 +2253,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3663 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3619 +#: redbot/core/core_commands.py:3665 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3623 +#: redbot/core/core_commands.py:3669 #, docstring msgid "\n" " Lists users on the allowlist.\n\n" @@ -2239,21 +2270,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3635 +#: redbot/core/core_commands.py:3681 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3637 +#: redbot/core/core_commands.py:3683 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3641 redbot/core/core_commands.py:3739 +#: redbot/core/core_commands.py:3687 redbot/core/core_commands.py:3785 #: redbot/core/modlog.py:428 redbot/core/modlog.py:450 #: redbot/core/modlog.py:466 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/core_commands.py:3649 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Removes users from the allowlist.\n\n" @@ -2266,15 +2297,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3664 +#: redbot/core/core_commands.py:3710 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3666 +#: redbot/core/core_commands.py:3712 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3670 +#: redbot/core/core_commands.py:3716 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2284,11 +2315,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3725 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3684 +#: redbot/core/core_commands.py:3730 #, docstring msgid "\n" " Commands to manage the blocklist.\n\n" @@ -2296,7 +2327,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3693 +#: redbot/core/core_commands.py:3739 #, docstring msgid "\n" " Adds users to the blocklist.\n\n" @@ -2308,19 +2339,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3709 +#: redbot/core/core_commands.py:3755 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3715 +#: redbot/core/core_commands.py:3761 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3717 +#: redbot/core/core_commands.py:3763 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3721 +#: redbot/core/core_commands.py:3767 #, docstring msgid "\n" " Lists users on the blocklist.\n\n" @@ -2329,15 +2360,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3733 +#: redbot/core/core_commands.py:3779 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3735 +#: redbot/core/core_commands.py:3781 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3747 +#: redbot/core/core_commands.py:3793 #, docstring msgid "\n" " Removes users from the blocklist.\n\n" @@ -2349,15 +2380,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3760 +#: redbot/core/core_commands.py:3806 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3762 +#: redbot/core/core_commands.py:3808 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3766 +#: redbot/core/core_commands.py:3812 #, docstring msgid "\n" " Clears the blocklist.\n\n" @@ -2366,11 +2397,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3773 +#: redbot/core/core_commands.py:3819 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3779 +#: redbot/core/core_commands.py:3825 #, docstring msgid "\n" " Commands to manage the server specific allowlist.\n\n" @@ -2379,7 +2410,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3792 +#: redbot/core/core_commands.py:3838 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n\n" @@ -2392,19 +2423,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3811 +#: redbot/core/core_commands.py:3857 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:3820 +#: redbot/core/core_commands.py:3866 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3822 +#: redbot/core/core_commands.py:3868 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3826 +#: redbot/core/core_commands.py:3872 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n\n" @@ -2413,19 +2444,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3838 +#: redbot/core/core_commands.py:3884 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3840 +#: redbot/core/core_commands.py:3886 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:3844 redbot/core/core_commands.py:3966 +#: redbot/core/core_commands.py:3890 redbot/core/core_commands.py:4012 msgid "Unknown or Deleted User/Role" msgstr "" -#: redbot/core/core_commands.py:3854 +#: redbot/core/core_commands.py:3900 #, docstring msgid "\n" " Removes user or role from the allowlist.\n\n" @@ -2439,19 +2470,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3875 +#: redbot/core/core_commands.py:3921 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3883 +#: redbot/core/core_commands.py:3929 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3885 +#: redbot/core/core_commands.py:3931 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3889 +#: redbot/core/core_commands.py:3935 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2461,11 +2492,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3898 +#: redbot/core/core_commands.py:3944 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3904 +#: redbot/core/core_commands.py:3950 #, docstring msgid "\n" " Commands to manage the server specific blocklist.\n\n" @@ -2473,7 +2504,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3915 +#: redbot/core/core_commands.py:3961 #, docstring msgid "\n" " Adds a user or role to the local blocklist.\n\n" @@ -2486,27 +2517,27 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3929 +#: redbot/core/core_commands.py:3975 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3932 +#: redbot/core/core_commands.py:3978 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3935 +#: redbot/core/core_commands.py:3981 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3942 +#: redbot/core/core_commands.py:3988 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3944 +#: redbot/core/core_commands.py:3990 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3948 +#: redbot/core/core_commands.py:3994 #, docstring msgid "\n" " Lists users and roles on the server blocklist.\n\n" @@ -2515,15 +2546,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3960 +#: redbot/core/core_commands.py:4006 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3962 +#: redbot/core/core_commands.py:4008 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3976 +#: redbot/core/core_commands.py:4022 #, docstring msgid "\n" " Removes user or role from local blocklist.\n\n" @@ -2536,15 +2567,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3992 +#: redbot/core/core_commands.py:4038 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3994 +#: redbot/core/core_commands.py:4040 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3998 +#: redbot/core/core_commands.py:4044 #, docstring msgid "\n" " Clears the server blocklist.\n\n" @@ -2554,16 +2585,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4007 +#: redbot/core/core_commands.py:4053 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:4012 +#: redbot/core/core_commands.py:4058 #, docstring msgid "Commands to enable and disable commands and cogs." msgstr "" -#: redbot/core/core_commands.py:4018 +#: redbot/core/core_commands.py:4064 #, docstring msgid "Set the default state for a cog as disabled.\n\n" " This will disable the cog for all servers by default.\n" @@ -2577,20 +2608,20 @@ msgid "Set the default state for a cog as disabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4034 redbot/core/core_commands.py:4059 -#: redbot/core/core_commands.py:4079 redbot/core/core_commands.py:4109 +#: redbot/core/core_commands.py:4080 redbot/core/core_commands.py:4105 +#: redbot/core/core_commands.py:4125 redbot/core/core_commands.py:4155 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:4036 +#: redbot/core/core_commands.py:4082 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:4038 +#: redbot/core/core_commands.py:4084 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:4043 +#: redbot/core/core_commands.py:4089 #, docstring msgid "Set the default state for a cog as enabled.\n\n" " This will re-enable the cog for all servers by default.\n" @@ -2604,11 +2635,11 @@ msgid "Set the default state for a cog as enabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4061 +#: redbot/core/core_commands.py:4107 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:4066 +#: redbot/core/core_commands.py:4112 #, docstring msgid "Disable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2620,19 +2651,19 @@ msgid "Disable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4081 +#: redbot/core/core_commands.py:4127 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:4083 +#: redbot/core/core_commands.py:4129 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4086 +#: redbot/core/core_commands.py:4132 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4092 +#: redbot/core/core_commands.py:4138 #, docstring msgid "Enable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2644,15 +2675,15 @@ msgid "Enable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4104 +#: redbot/core/core_commands.py:4150 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4112 +#: redbot/core/core_commands.py:4158 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4118 +#: redbot/core/core_commands.py:4164 #, docstring msgid "List the cogs which are disabled in this server.\n\n" " **Example:**\n" @@ -2660,15 +2691,15 @@ msgid "List the cogs which are disabled in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4131 +#: redbot/core/core_commands.py:4177 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:4137 +#: redbot/core/core_commands.py:4183 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:4141 +#: redbot/core/core_commands.py:4187 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2679,7 +2710,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4158 +#: redbot/core/core_commands.py:4204 #, docstring msgid "List disabled commands globally.\n\n" " **Example:**\n" @@ -2687,19 +2718,19 @@ msgid "List disabled commands globally.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4165 +#: redbot/core/core_commands.py:4211 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:4168 +#: redbot/core/core_commands.py:4214 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4172 +#: redbot/core/core_commands.py:4218 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4180 +#: redbot/core/core_commands.py:4226 #, docstring msgid "List disabled commands in this server.\n\n" " **Example:**\n" @@ -2707,19 +2738,19 @@ msgid "List disabled commands in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4187 +#: redbot/core/core_commands.py:4233 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:4190 +#: redbot/core/core_commands.py:4236 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4194 +#: redbot/core/core_commands.py:4240 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4201 +#: redbot/core/core_commands.py:4247 #, docstring msgid "\n" " Disable a command.\n\n" @@ -2733,7 +2764,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4223 +#: redbot/core/core_commands.py:4269 #, docstring msgid "\n" " Disable a command globally.\n\n" @@ -2745,19 +2776,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4242 redbot/core/core_commands.py:4285 +#: redbot/core/core_commands.py:4288 redbot/core/core_commands.py:4331 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:4248 redbot/core/core_commands.py:4291 +#: redbot/core/core_commands.py:4294 redbot/core/core_commands.py:4337 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:4257 +#: redbot/core/core_commands.py:4303 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:4266 +#: redbot/core/core_commands.py:4312 #, docstring msgid "\n" " Disable a command in this server only.\n\n" @@ -2769,15 +2800,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4296 +#: redbot/core/core_commands.py:4342 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:4306 +#: redbot/core/core_commands.py:4352 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:4312 +#: redbot/core/core_commands.py:4358 #, docstring msgid "Enable a command.\n\n" " If you're the bot owner, this will try to enable a globally disabled command by default.\n" @@ -2790,7 +2821,7 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4332 +#: redbot/core/core_commands.py:4378 #, docstring msgid "\n" " Enable a command globally.\n\n" @@ -2802,11 +2833,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4354 +#: redbot/core/core_commands.py:4400 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:4363 +#: redbot/core/core_commands.py:4409 #, docstring msgid "\n" " Enable a command in this server.\n\n" @@ -2818,15 +2849,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4381 +#: redbot/core/core_commands.py:4427 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4437 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:4398 +#: redbot/core/core_commands.py:4444 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2840,7 +2871,7 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4419 +#: redbot/core/core_commands.py:4465 #, docstring msgid "\n" " Commands to manage server settings for immunity from automated actions.\n\n" @@ -2848,7 +2879,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4428 +#: redbot/core/core_commands.py:4474 #, docstring msgid "\n" " Gets the current members and roles configured for automatic moderation action immunity.\n\n" @@ -2857,19 +2888,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4441 +#: redbot/core/core_commands.py:4487 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4446 +#: redbot/core/core_commands.py:4492 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4450 +#: redbot/core/core_commands.py:4496 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:4459 +#: redbot/core/core_commands.py:4505 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n\n" @@ -2881,11 +2912,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4471 +#: redbot/core/core_commands.py:4517 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:4479 +#: redbot/core/core_commands.py:4525 #, docstring msgid "\n" " Remove a user or role from being immune to automated moderation actions.\n\n" @@ -2897,11 +2928,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4491 +#: redbot/core/core_commands.py:4537 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:4499 +#: redbot/core/core_commands.py:4545 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n\n" @@ -2913,15 +2944,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4511 +#: redbot/core/core_commands.py:4557 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:4513 +#: redbot/core/core_commands.py:4559 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:4518 +#: redbot/core/core_commands.py:4564 #, docstring msgid "\n" " Commands for configuring owner notifications.\n\n" @@ -2929,7 +2960,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4527 +#: redbot/core/core_commands.py:4573 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2941,7 +2972,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4546 +#: redbot/core/core_commands.py:4592 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n\n" @@ -2952,7 +2983,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4565 +#: redbot/core/core_commands.py:4611 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n\n" @@ -2964,7 +2995,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4591 +#: redbot/core/core_commands.py:4637 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n\n" @@ -2976,7 +3007,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4615 +#: redbot/core/core_commands.py:4661 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n\n" @@ -2985,15 +3016,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4625 +#: redbot/core/core_commands.py:4671 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:4636 +#: redbot/core/core_commands.py:4682 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:4667 +#: redbot/core/core_commands.py:4713 #, docstring msgid "\n" " Commands to add servers or channels to the ignore list.\n\n" @@ -3002,7 +3033,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4677 +#: redbot/core/core_commands.py:4723 #, docstring msgid "\n" " List the currently ignored servers and channels.\n\n" @@ -3011,7 +3042,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4692 +#: redbot/core/core_commands.py:4738 #, docstring msgid "\n" " Ignore commands in the channel or category.\n\n" @@ -3027,15 +3058,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4712 +#: redbot/core/core_commands.py:4758 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:4714 +#: redbot/core/core_commands.py:4760 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:4719 +#: redbot/core/core_commands.py:4765 #, docstring msgid "\n" " Ignore commands in this server.\n\n" @@ -3045,20 +3076,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4730 +#: redbot/core/core_commands.py:4776 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:4732 +#: redbot/core/core_commands.py:4778 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:4738 +#: redbot/core/core_commands.py:4784 #, docstring msgid "Commands to remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4746 +#: redbot/core/core_commands.py:4792 #, docstring msgid "\n" " Remove a channel or category from the ignore list.\n\n" @@ -3073,15 +3104,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4765 +#: redbot/core/core_commands.py:4811 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:4767 +#: redbot/core/core_commands.py:4813 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4772 +#: redbot/core/core_commands.py:4818 #, docstring msgid "\n" " Remove this server from the ignore list.\n\n" @@ -3090,24 +3121,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4781 +#: redbot/core/core_commands.py:4827 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4783 +#: redbot/core/core_commands.py:4829 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4789 +#: redbot/core/core_commands.py:4835 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:4801 +#: redbot/core/core_commands.py:4847 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:4816 +#: redbot/core/core_commands.py:4862 #, docstring msgid "\n" " Get info about Red's licenses.\n" @@ -3140,7 +3171,7 @@ msgid "Evaluate a statement of python code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:166 +#: redbot/core/dev_commands.py:167 #, docstring msgid "Execute asynchronous code.\n\n" " This command wraps code into the body of an async function and then\n" @@ -3160,7 +3191,7 @@ msgid "Execute asynchronous code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:220 +#: redbot/core/dev_commands.py:221 #, docstring msgid "Open an interactive REPL.\n\n" " The REPL will only recognise code as messages which start with a\n" @@ -3169,51 +3200,51 @@ msgid "Open an interactive REPL.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:229 +#: redbot/core/dev_commands.py:230 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "" -#: redbot/core/dev_commands.py:233 +#: redbot/core/dev_commands.py:234 msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." msgstr "" -#: redbot/core/dev_commands.py:244 +#: redbot/core/dev_commands.py:245 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." msgstr "" -#: redbot/core/dev_commands.py:258 +#: redbot/core/dev_commands.py:259 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:309 +#: redbot/core/dev_commands.py:310 msgid "Unexpected error: `{}`" msgstr "" -#: redbot/core/dev_commands.py:313 +#: redbot/core/dev_commands.py:314 #, docstring msgid "Pauses/resumes the REPL running in the current channel" msgstr "" -#: redbot/core/dev_commands.py:315 +#: redbot/core/dev_commands.py:316 msgid "There is no currently running REPL session in this channel." msgstr "" -#: redbot/core/dev_commands.py:323 +#: redbot/core/dev_commands.py:324 msgid "The REPL session in this channel has been resumed." msgstr "" -#: redbot/core/dev_commands.py:325 +#: redbot/core/dev_commands.py:326 msgid "The REPL session in this channel is now paused." msgstr "" -#: redbot/core/dev_commands.py:330 +#: redbot/core/dev_commands.py:331 #, docstring msgid "Mock another user invoking a command.\n\n" " The prefix must not be entered.\n" " " msgstr "" -#: redbot/core/dev_commands.py:343 +#: redbot/core/dev_commands.py:344 #, docstring msgid "Dispatch a message event as if it were sent by a different user.\n\n" " Only reads the raw content of the message. Attachments, embeds etc. are\n" @@ -3221,17 +3252,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:364 +#: redbot/core/dev_commands.py:365 #, docstring msgid "Give bot owners the ability to bypass cooldowns.\n\n" " Does not persist through restarts." msgstr "" -#: redbot/core/dev_commands.py:372 +#: redbot/core/dev_commands.py:373 msgid "Bot owners will now bypass all commands with cooldowns." msgstr "" -#: redbot/core/dev_commands.py:374 +#: redbot/core/dev_commands.py:375 msgid "Bot owners will no longer bypass all commands with cooldowns." msgstr "" diff --git a/redbot/core/locales/de-DE.po b/redbot/core/locales/de-DE.po index 894afdca7..a3da6ea35 100644 --- a/redbot/core/locales/de-DE.po +++ b/redbot/core/locales/de-DE.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-05-25 16:04+0000\n" +"POT-Creation-Date: 2021-06-12 15:52+0000\n" "Last-Translator: \n" "Language-Team: German\n" "MIME-Version: 1.0\n" @@ -142,28 +142,31 @@ msgstr "**{} geladen.**\n" msgid "**{} unloaded:**\n" msgstr "**{} nicht geladen.**\n" -#: redbot/core/core_commands.py:179 +#: redbot/core/core_commands.py:181 msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." msgstr "Alias {alias_name} ist ein bereits existierender Befehl oder Alias in einem der geladenen Cogs." -#: redbot/core/core_commands.py:184 +#: redbot/core/core_commands.py:186 msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." msgstr "Befehl {command_name}, ist ein bereits existierender Befehl oder Alias in einem der geladenen cogs." -#: redbot/core/core_commands.py:393 +#: redbot/core/core_commands.py:398 #, docstring msgid "\n" " The Core cog has many commands related to core functions.\n\n" " These commands come loaded with every Red bot, and cover some of the most basic usage of the bot.\n" " " -msgstr "" +msgstr "\n" +" Der Basis Cog hat viele Befehle die sich auf Grundfunktionen beziehen.\n\n" +" Diese Befehle sind bei jedem Red Bot standardmässig geladen und decken die Grundlegende Nutzung des Bots ab.\n" +" " -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:410 #, docstring msgid "Pong." msgstr "Pong." -#: redbot/core/core_commands.py:410 +#: redbot/core/core_commands.py:415 #, docstring msgid "Shows info about [botname].\n\n" " See `[p]set custominfo` to customize.\n" @@ -172,7 +175,7 @@ msgstr "Zeigt Informationen über [botname].\n\n" " Siehe `[p]set custominfo` zum Anpassen.\n" " " -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:445 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" "(c) Cog Creators" @@ -180,43 +183,43 @@ msgstr "Dieser Bot ist eine Instanz von [Red, ein open source Discord bot]({}) e "Red wird von einer aktiven Community unterstützt, welche sich am Code beteiligt und Inhalte für andere erstellt. [Werde auch du ein Teil der Community]({}) und hilf uns noch besser zu werden!\n\n" "(C) Cog Creators" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by team" msgstr "Diese Instanz gehört einem Team" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by" msgstr "Diese Instanz gehört" -#: redbot/core/core_commands.py:456 +#: redbot/core/core_commands.py:461 msgid "Red version" msgstr "Red Version" -#: redbot/core/core_commands.py:459 redbot/core/core_commands.py:515 +#: redbot/core/core_commands.py:464 redbot/core/core_commands.py:520 msgid "Yes, {version} is available." msgstr "Ja, {version} ist verfügbar." -#: redbot/core/core_commands.py:463 redbot/core/core_commands.py:519 +#: redbot/core/core_commands.py:468 redbot/core/core_commands.py:524 msgid "Checking for updates failed." msgstr "Die Suche nach einem Update ist fehlgeschlagen." -#: redbot/core/core_commands.py:464 +#: redbot/core/core_commands.py:469 msgid "Outdated" msgstr "Veraltet" -#: redbot/core/core_commands.py:466 +#: redbot/core/core_commands.py:471 msgid "About this instance" msgstr "Über diese Instanz" -#: redbot/core/core_commands.py:467 +#: redbot/core/core_commands.py:472 msgid "About Red" msgstr "Über Red" -#: redbot/core/core_commands.py:470 redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:475 redbot/core/core_commands.py:533 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "Freude seit 02. Jan 2016 (vor {} Tagen!)" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:483 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" @@ -224,7 +227,7 @@ msgstr "Dieser Bot ist eine Instanz von Rot, einem Open-Source-Discord Bot (1) e "Red wird von einer leidenschaftlichen Community unterstützt, welche sich am Code beteiligt und Inhalte schafft, die jeder genießen kann. Werde auch du ein Teil der Cimmunity (4) und huns noch besser zu werden!\n\n" "(c) Cog Creators" -#: redbot/core/core_commands.py:489 +#: redbot/core/core_commands.py:494 msgid "Instance owned by team: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" @@ -234,7 +237,7 @@ msgstr "Diese Instanz gehört Team: [{owner}]\n" "discord.py: [{dpy_version}] (6)\n" "Red Version: [{red_version}] (7)\n" -#: redbot/core/core_commands.py:501 +#: redbot/core/core_commands.py:506 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" @@ -244,19 +247,19 @@ msgstr "Instanz im Besitz von: [{owner}]\n" "discord.py: [{dpy_version}] (6)\n" "Red Version: [{red_version}] (7)\n" -#: redbot/core/core_commands.py:520 +#: redbot/core/core_commands.py:525 msgid "Outdated: [{state}]\n" msgstr "Veraltet: [{state}]\n" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:528 msgid "**About Red**\n" msgstr "**Über Red**\n" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:539 msgid "**About this instance**\n" msgstr "**Über diese Instanz**\n" -#: redbot/core/core_commands.py:536 +#: redbot/core/core_commands.py:541 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -274,28 +277,31 @@ msgstr "**Referenzen**\n" "6. <{}>\n" "7. <{}>\n" -#: redbot/core/core_commands.py:552 +#: redbot/core/core_commands.py:557 #, docstring msgid "Shows [botname]'s uptime." msgstr "Zeigt die Laufzeit von [botname] an." -#: redbot/core/core_commands.py:555 +#: redbot/core/core_commands.py:560 msgid "Less than one second" msgstr "Weniger als eine Sekunde" -#: redbot/core/core_commands.py:557 +#: redbot/core/core_commands.py:562 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "Erhalten für: **{time_quantity}** (seit {timestamp} UTC)" -#: redbot/core/core_commands.py:564 +#: redbot/core/core_commands.py:569 #, docstring msgid "\n" " Commands which interact with the data [botname] has about you.\n\n" " More information can be found in the [End User Data Documentation.](https://docs.discord.red/en/stable/red_core_data_statement.html)\n" " " -msgstr "" +msgstr "\n" +" Befehle, die mit den Daten interagieren, die [botname] über dich hat.\n\n" +" Mehr Informationen können in der [End User Data Documentation] (https://docs.discord.red/en/stable/red_core_data_statement.html) gefunden werden.\n" +" " -#: redbot/core/core_commands.py:575 +#: redbot/core/core_commands.py:580 #, docstring msgid "\n" " Find out what type of data [botname] stores and why.\n\n" @@ -308,54 +314,58 @@ msgstr "\n" " - `[p]mydata whatdata`\n" " " -#: redbot/core/core_commands.py:585 +#: redbot/core/core_commands.py:590 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "Für die nötige Funktionalität speichert dieser Bot speichert einige Daten über Benutzer. Hierbei handelt es sich i.d.R. um die ID, welche Discord dem Benutzer zuweist und mit verschiedensten Dingen verbunden ist, abhängig davon wie du mit dem Bot interagierst. Es gibt ein paar Befehle welche diese speichern um nachvollziehen zu können wer etwas erstellt hat (zum Beispiel Playlists). Für weitere Informationen und ausführliche Details was gespeichert wird und warum, rufe bitte {link} auf.\n\n" "Darüber hinaus kann es sein, dass 3rd-party Erweiterungen, die der Bot Besitzer installiert, zusätzliche Daten speichert oder nicht. Du kannst `{prefix}mydata 3rdparty` verwenden um hierzu Angaben der jeweiligen 3rd Party Erweiterung einzusehen." -#: redbot/core/core_commands.py:604 +#: redbot/core/core_commands.py:609 #, docstring msgid "View the End User Data statements of each 3rd-party module.\n\n" " This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" " **Example:**\n" " - `[p]mydata 3rdparty`\n" " " -msgstr "" +msgstr "Zeigt die Endbenutzer Daten-Erklärung jedes 3. Anbieter Moduls an.\n\n" +" Dies wird einen Anhang mit den Endbenutzer Daten-Erklärungen jedes geladenen 3. Anbieter Cogs senden.\n\n" +" **Beispiel:**\n" +" - `[p]mydata 3rdparty`\n" +" " -#: redbot/core/core_commands.py:615 +#: redbot/core/core_commands.py:620 msgid "I need to be able to attach files (try in DMs?)." msgstr "Ich muss in der Lage sein Dateien anzuhängen (versuche es in den Direktnachrichten?)." -#: redbot/core/core_commands.py:625 +#: redbot/core/core_commands.py:630 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "Diese Instanz scheint keine 3rd-party Erweiterung geladen zu haben." -#: redbot/core/core_commands.py:645 +#: redbot/core/core_commands.py:650 msgid "3rd party End User Data statements" msgstr "3rd party Endbenutzer Daten Angaben" -#: redbot/core/core_commands.py:647 +#: redbot/core/core_commands.py:652 msgid "The following are statements provided by 3rd-party extensions." msgstr "Nachfolgendes sind Angaben der 3rd-party Erweiterungen." -#: redbot/core/core_commands.py:652 +#: redbot/core/core_commands.py:657 msgid "3rd-party extensions without statements\n" msgstr "3rd-party Erweiterungen ohne Angaben\n" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:668 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "Hier ist eine erstellte Seite mit den Angaben der 3rd-party Erweiterungen." -#: redbot/core/core_commands.py:679 +#: redbot/core/core_commands.py:684 msgid "Did not get confirmation, cancelling." msgstr "Keine Bestätigung erhalten, breche ab." -#: redbot/core/core_commands.py:684 +#: redbot/core/core_commands.py:689 msgid "Did not get a matching confirmation, cancelling." msgstr "Keine passende Bestätigung erhalten, breche ab." -#: redbot/core/core_commands.py:695 +#: redbot/core/core_commands.py:700 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -365,21 +375,28 @@ msgid "\n" " **Example:**\n" " - `[p]mydata forgetme`\n" " " -msgstr "" +msgstr "\n" +" Lass [botname] vergessen, was er über dich weiß.\n\n" +" Dies wird unter Umständen nicht alle Daten über dich entfernen. Daten die zum weiteren Betrieb benötigt werden,\n" +" wie zum Beispiel Abklingzeiten von Befehlen, werden so lange weiterhin gespeichert bleiben, bis diese nicht mehr benötigt werden.\n\n" +" Weitere Interaktionen mit [botname] führen unter Umständen dazu, dass der Bot erneut Dinge über dich lernt.\n\n" +" **Beispiel:**\n" +" - `[p]mydata forgetme`\n" +" " -#: redbot/core/core_commands.py:710 +#: redbot/core/core_commands.py:715 msgid "This command ({command}) does not support non-interactive usage." msgstr "Dieser Befehl ({command}) unterstützt keine nicht-interaktive Verwendung." -#: redbot/core/core_commands.py:717 +#: redbot/core/core_commands.py:722 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "Dies wird den Bot veranlassen Daten von dir zu entfernen und/oder zu trennen. Es wird keine für den Betrieb notwendigen Daten, wie etwa modlog Einträge, Warnungen oder Stummschaltungen entfernen. Wenn du dir sicher bist, dass du dies möchtest, antworte bitte wie folgt:" -#: redbot/core/core_commands.py:727 +#: redbot/core/core_commands.py:732 msgid "This may take some time." msgstr "Dies kann einige Zeit dauern." -#: redbot/core/core_commands.py:740 +#: redbot/core/core_commands.py:745 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." @@ -387,7 +404,7 @@ msgstr "Ich habe versucht alle nicht-funktionalen Daten über dich (von denen ic "Bitte kontaktiere den Besitzer des Bots und weise darauf hin.\n" "Hinweis: Abseits dieser Fehler sollten die Daten gelöscht worden sein." -#: redbot/core/core_commands.py:755 +#: redbot/core/core_commands.py:760 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." @@ -395,7 +412,7 @@ msgstr "Ich habe versucht alle nicht-funktionalen Daten über dich (von denen ic "Bitte kontaktiere den Besitzer des Bots und weise darauf hin.\n" "Hinweis: Abseits dieser Fehler sollten die Daten gelöscht worden sein." -#: redbot/core/core_commands.py:765 +#: redbot/core/core_commands.py:770 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." @@ -403,27 +420,27 @@ msgstr "Ich habe versucht alle nicht-funktionalen Daten über dich (von denen ic "Bitte kontaktiere den Besitzer des Bots und weise darauf hin.\n" "Hinweis: Abseits dieser Fehler sollten die Daten gelöscht worden sein." -#: redbot/core/core_commands.py:775 +#: redbot/core/core_commands.py:780 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "Ich habe alle nicht-funktionalen Daten über dich (von denen ich weiß wie man sie löscht) gelöscht {mention}" -#: redbot/core/core_commands.py:783 redbot/core/core_commands.py:950 -#: redbot/core/core_commands.py:1036 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:788 redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:1041 redbot/core/core_commands.py:1112 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "{mention} Die folgenden cogs konnten nicht gelöscht werden:\n" "{cogs}." -#: redbot/core/core_commands.py:793 +#: redbot/core/core_commands.py:798 #, docstring msgid "[Coming Soon] Get what data [botname] has about you." -msgstr "" +msgstr "[Bald Verfügbar] Rufe ab, welche Daten [botname] über dich gesammelt hat." -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:800 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "Dieser Befehl führt derzeit nichts aus, aber wir arbeiten daran das es unterstützt wird." -#: redbot/core/core_commands.py:804 +#: redbot/core/core_commands.py:809 #, docstring msgid "\n" " Commands for more complete data handling.\n" @@ -432,7 +449,7 @@ msgstr "\n" " Befehle für vollständigere Datenverarbeitung.\n" " " -#: redbot/core/core_commands.py:810 +#: redbot/core/core_commands.py:815 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -443,11 +460,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:821 +#: redbot/core/core_commands.py:826 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:834 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n\n" @@ -457,11 +474,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:838 +#: redbot/core/core_commands.py:843 msgid "User can not delete their own data." msgstr "Benutzer kann seine eigenen Daten nicht löschen." -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:847 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -475,15 +492,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:859 +#: redbot/core/core_commands.py:864 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:867 +#: redbot/core/core_commands.py:872 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:878 +#: redbot/core/core_commands.py:883 #, docstring msgid "\n" " Handle a deletion request from Discord.\n\n" @@ -496,34 +513,34 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:892 +#: redbot/core/core_commands.py:897 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:915 redbot/core/core_commands.py:1072 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +#: redbot/core/core_commands.py:930 redbot/core/core_commands.py:1087 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +#: redbot/core/core_commands.py:941 redbot/core/core_commands.py:1098 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +#: redbot/core/core_commands.py:951 redbot/core/core_commands.py:1108 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:957 +#: redbot/core/core_commands.py:962 #, docstring msgid "Delete data [botname] has about a user for a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" @@ -534,34 +551,34 @@ msgid "Delete data [botname] has about a user for a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:973 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:991 +#: redbot/core/core_commands.py:996 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1006 +#: redbot/core/core_commands.py:1011 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1017 +#: redbot/core/core_commands.py:1022 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1033 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1048 #, docstring msgid "Delete data [botname] has about a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" @@ -571,12 +588,12 @@ msgid "Delete data [botname] has about a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1053 +#: redbot/core/core_commands.py:1058 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1114 +#: redbot/core/core_commands.py:1119 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -596,7 +613,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1136 +#: redbot/core/core_commands.py:1141 #, docstring msgid "\n" " Show the current embed settings.\n\n" @@ -610,42 +627,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1153 redbot/core/core_commands.py:1309 -#: redbot/core/core_commands.py:1360 redbot/core/core_commands.py:4236 -#: redbot/core/core_commands.py:4279 redbot/core/core_commands.py:4345 -#: redbot/core/core_commands.py:4376 +#: redbot/core/core_commands.py:1158 redbot/core/core_commands.py:1314 +#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:4282 +#: redbot/core/core_commands.py:4325 redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4422 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "Ich konnte diesen Befehl nicht finden. Bitte achte auf Groß- und Kleinschreibung." -#: redbot/core/core_commands.py:1159 +#: redbot/core/core_commands.py:1164 msgid "Embed settings:\n\n" msgstr "Einbettungseinstellungen: \n\n" -#: redbot/core/core_commands.py:1161 +#: redbot/core/core_commands.py:1166 msgid "Global default: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1171 msgid "Global command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1172 +#: redbot/core/core_commands.py:1177 msgid "Guild setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1177 +#: redbot/core/core_commands.py:1182 msgid "Server command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1183 +#: redbot/core/core_commands.py:1188 msgid "Channel setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1191 msgid "User setting: {value}" msgstr "" -#: redbot/core/core_commands.py:1192 +#: redbot/core/core_commands.py:1197 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -657,15 +674,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1206 +#: redbot/core/core_commands.py:1211 msgid "Embeds are now disabled by default." msgstr "" -#: redbot/core/core_commands.py:1209 +#: redbot/core/core_commands.py:1214 msgid "Embeds are now enabled by default." msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1220 #, docstring msgid "\n" " Set the server's embed setting.\n\n" @@ -681,20 +698,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1234 redbot/core/core_commands.py:1318 -#: redbot/core/core_commands.py:1409 redbot/core/core_commands.py:1440 +#: redbot/core/core_commands.py:1239 redbot/core/core_commands.py:1323 +#: redbot/core/core_commands.py:1414 redbot/core/core_commands.py:1445 msgid "Embeds will now fall back to the global setting." msgstr "Einbettungen werden jetzt auf die globalen Einstellungen zurückgreifen." -#: redbot/core/core_commands.py:1239 +#: redbot/core/core_commands.py:1244 msgid "Embeds are now enabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1241 +#: redbot/core/core_commands.py:1246 msgid "Embeds are now disabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1249 +#: redbot/core/core_commands.py:1254 #, docstring msgid "\n" " Sets a command's embed setting.\n\n" @@ -711,11 +728,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1278 +#: redbot/core/core_commands.py:1283 msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." msgstr "" -#: redbot/core/core_commands.py:1289 +#: redbot/core/core_commands.py:1294 #, docstring msgid "\n" " Sets a command's embed setting globally.\n\n" @@ -731,15 +748,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1375 +#: redbot/core/core_commands.py:1329 redbot/core/core_commands.py:1380 msgid "Embeds are now enabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1330 redbot/core/core_commands.py:1381 +#: redbot/core/core_commands.py:1335 redbot/core/core_commands.py:1386 msgid "Embeds are now disabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1340 +#: redbot/core/core_commands.py:1345 #, docstring msgid "\n" " Sets a commmand's embed setting for the current server.\n\n" @@ -755,11 +772,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1369 +#: redbot/core/core_commands.py:1374 msgid "Embeds will now fall back to the server setting." msgstr "" -#: redbot/core/core_commands.py:1390 +#: redbot/core/core_commands.py:1395 #, docstring msgid "\n" " Set's a channel's embed setting.\n\n" @@ -775,21 +792,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1419 msgid "Embeds are now {} for this channel." msgstr "Einbettungen für diesen Discord Server sind jetzt {}." -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "enabled" msgstr "aktiviert" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "disabled" msgstr "deaktiviert" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1426 #, docstring msgid "\n" " Sets personal embed setting for DMs.\n\n" @@ -805,15 +822,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1450 msgid "Embeds are now enabled for you in DMs." msgstr "Einbettungen sind jetzt in Privatnachrichten für Sie aktiviert." -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1452 msgid "Embeds are now disabled for you in DMs." msgstr "Einbettungen sind jetzt in Privatnachrichten für Sie deaktiviert." -#: redbot/core/core_commands.py:1453 +#: redbot/core/core_commands.py:1458 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead.\n\n" @@ -826,11 +843,11 @@ msgid "Sends to the owner the last command exception that has occurred.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:1487 msgid "No exception has occurred yet." msgstr "Bisher ist keine Ausnahme aufgetreten." -#: redbot/core/core_commands.py:1487 +#: redbot/core/core_commands.py:1492 #, docstring msgid "Shows [botname]'s invite url.\n\n" " This will always send the invite to DMs to keep it private.\n\n" @@ -840,12 +857,12 @@ msgid "Shows [botname]'s invite url.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1512 #, docstring msgid "Commands to setup [botname]'s invite settings." msgstr "" -#: redbot/core/core_commands.py:1512 +#: redbot/core/core_commands.py:1517 #, docstring msgid "\n" " Toggles if `[p]invite` should be accessible for the average user.\n\n" @@ -857,7 +874,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1549 +#: redbot/core/core_commands.py:1554 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -872,7 +889,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 #, docstring msgid "\n" " Leaves servers.\n\n" @@ -887,51 +921,54 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1588 +#: redbot/core/core_commands.py:1613 msgid "You need to specify at least one server ID." -msgstr "" +msgstr "Du musst mindestens eine Server-ID angeben." -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:1620 msgid "You haven't passed any server ID. Do you want me to leave this server?" msgstr "" -#: redbot/core/core_commands.py:1600 +#: redbot/core/core_commands.py:1625 msgid "Are you sure you want me to leave these servers?" -msgstr "" +msgstr "Bist du sicher, dass ich diesen Server verlassen soll?" -#: redbot/core/core_commands.py:1608 +#: redbot/core/core_commands.py:1633 msgid "I cannot leave the server `{server_name}`: I am the owner of it." -msgstr "" +msgstr "Ich kann den Server `{server_name}` nicht verlassen: Ich bin der Besitzer von ihm." -#: redbot/core/core_commands.py:1619 +#: redbot/core/core_commands.py:1644 redbot/core/core_commands.py:2711 msgid "Response timed out." msgstr "Antwortzeitlimit erreicht." -#: redbot/core/core_commands.py:1624 +#: redbot/core/core_commands.py:1649 msgid "Alright. Bye :wave:" msgstr "Oke. Bye :wave:" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1652 msgid "Alright. Leaving {number} servers..." -msgstr "" +msgstr "Alles klar. Verlasse {number} Server..." -#: redbot/core/core_commands.py:1634 +#: redbot/core/core_commands.py:1659 msgid "Alright, I'll stay then. :)" msgstr "Na gut, dann bleibe ich. :)" -#: redbot/core/core_commands.py:1636 +#: redbot/core/core_commands.py:1661 msgid "Alright, I'm not leaving those servers." -msgstr "" +msgstr "Alles klar, ich werde diese Server nicht verlassen." -#: redbot/core/core_commands.py:1641 +#: redbot/core/core_commands.py:1666 #, docstring msgid "\n" " Lists the servers [botname] is currently in.\n\n" " Note: This command is interactive.\n" " " -msgstr "" +msgstr "\n" +" Listet die Server auf, in denen [botname] momentan Mitglied ist.\n\n" +" Hinweis: Dieser Befehl ist interaktiv.\n" +" " -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:1684 #, docstring msgid "Loads cog packages from the local paths and installed cogs.\n\n" " See packages available to load with `[p]cogs`.\n\n" @@ -944,73 +981,73 @@ msgid "Loads cog packages from the local paths and installed cogs.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1688 +#: redbot/core/core_commands.py:1713 msgid "Loaded {packs}." msgstr "Lade {packs}." -#: redbot/core/core_commands.py:1693 +#: redbot/core/core_commands.py:1718 msgid "The following package is already loaded: {pack}" msgstr "Das folgende Paket ist bereits geladen: {pack}" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1722 msgid "The following packages are already loaded: {packs}" msgstr "Das folgende Paket ist bereits geladen: {packs}" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1729 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "Fehler beim Laden des Pakets {pack}. \n" "Überprüfen Sie Ihre Konsole oder Protokolle für weitere Details." -#: redbot/core/core_commands.py:1709 +#: redbot/core/core_commands.py:1734 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "Fehler beim Laden des Pakets {packs}. \n" "Überprüfen Sie Ihre Konsole oder Protokolle für weitere Details." -#: redbot/core/core_commands.py:1717 redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1742 redbot/core/core_commands.py:1898 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1723 redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1748 redbot/core/core_commands.py:1904 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1732 redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1757 redbot/core/core_commands.py:1913 msgid "The following package was not found in any cog path: {pack}." msgstr "Das folgende Paket wurde nicht in irgendeinem cog-Pfad gefunden: {pack}." -#: redbot/core/core_commands.py:1736 redbot/core/core_commands.py:1892 +#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 msgid "The following packages were not found in any cog path: {packs}" msgstr "Das folgende Paket wurde nicht in irgendeinem cog-Pfad gefunden: {packs}" -#: redbot/core/core_commands.py:1744 +#: redbot/core/core_commands.py:1769 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "Paket konnte aus dem folgenden Grund nicht geladen werden:\n\n" "{reason}" -#: redbot/core/core_commands.py:1748 +#: redbot/core/core_commands.py:1773 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "Paket konnte aus dem folgenden Grund nicht geladen werden:\n\n" "{reasons}" -#: redbot/core/core_commands.py:1755 +#: redbot/core/core_commands.py:1780 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "**ACHTUNG**: Das folgende repo verwendet \"shared libraries\", welche in Red 3.4 entfernt werden. Du solltest den Verwalter des repos über diese Nachricht informieren.\n" "{repo}." -#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1786 redbot/core/core_commands.py:1942 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "**ACHTUNG**: Die folgenden repos verwenden \"shared libraries\", welche in Red 3.4 entfernt werden. Du solltest die Verwalter der repos über diese Nachricht informieren.\n" "{repos}." -#: redbot/core/core_commands.py:1780 +#: redbot/core/core_commands.py:1805 #, docstring msgid "Unloads previously loaded cog packages.\n\n" " See packages available to unload with `[p]cogs`.\n\n" @@ -1022,23 +1059,23 @@ msgid "Unloads previously loaded cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1798 +#: redbot/core/core_commands.py:1823 msgid "The following package was unloaded: {pack}." msgstr "Das folgende Paket ist bereits geladen: {pack}." -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1827 msgid "The following packages were unloaded: {packs}." msgstr "Die folgenden Pakete wurden entfernt: {packs}." -#: redbot/core/core_commands.py:1809 +#: redbot/core/core_commands.py:1834 msgid "The following package was not loaded: {pack}." msgstr "Das folgende Paket wurde nicht geladen: {pack}." -#: redbot/core/core_commands.py:1813 +#: redbot/core/core_commands.py:1838 msgid "The following packages were not loaded: {packs}." msgstr "Die folgenden Pakete wurden nicht geladen: {packs}." -#: redbot/core/core_commands.py:1826 +#: redbot/core/core_commands.py:1851 #, docstring msgid "Reloads cog packages.\n\n" " This will unload and then load the specified cogs.\n\n" @@ -1051,41 +1088,41 @@ msgid "Reloads cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:1880 msgid "Reloaded {packs}." msgstr "Neu geladen {packs}." -#: redbot/core/core_commands.py:1860 +#: redbot/core/core_commands.py:1885 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "Fehler beim Laden des folgenden Pakets: {pack}.\n" "Überprüfen Sie Ihre Konsole oder Protokolle für Details." -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1890 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "Fehler beim Laden der folgenden Pakete: {packs}\n" "Überprüfen Sie Ihre Konsole oder Protokolle für Details." -#: redbot/core/core_commands.py:1900 +#: redbot/core/core_commands.py:1925 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "Dieses Paket konnte aus folgendem Grund nicht neu geladen werden:\n\n" "{reason}" -#: redbot/core/core_commands.py:1904 +#: redbot/core/core_commands.py:1929 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "Diese Pakete konnten aus folgenden Gründen nicht neu geladen werden:\n\n" "{reasons}" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1936 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "**ACHTUNG**: Das folgende repo verwendet \"shared libraries\", welche in Red 3.4 entfernt werden. Du solltest den Verwalter des repos über diese Nachricht informieren.\n" "{repo}." -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Shuts down the bot.\n\n" " Allows [botname] to shut down gracefully.\n\n" @@ -1098,11 +1135,11 @@ msgid "Shuts down the bot.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1974 msgid "Shutting down... " msgstr "Herunterfahren... " -#: redbot/core/core_commands.py:1955 +#: redbot/core/core_commands.py:1980 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -1115,16 +1152,16 @@ msgid "Attempts to restart [botname].\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1969 +#: redbot/core/core_commands.py:1994 msgid "Restarting..." msgstr "Neustart..." -#: redbot/core/core_commands.py:1974 +#: redbot/core/core_commands.py:1999 #, docstring msgid "Commands for changing [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1978 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\n" " Show the current settings for [botname].\n" @@ -1132,14 +1169,14 @@ msgid "\n" msgstr "\n" "Zeige die aktuellen Einstellungen für [botname]. " -#: redbot/core/core_commands.py:1996 +#: redbot/core/core_commands.py:2021 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2042 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -1147,7 +1184,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:2039 +#: redbot/core/core_commands.py:2064 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -1162,23 +1199,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2060 +#: redbot/core/core_commands.py:2085 msgid "Command deleting disabled." msgstr "Löschen von Befehlen deaktiviert." -#: redbot/core/core_commands.py:2062 +#: redbot/core/core_commands.py:2087 msgid "Delete delay set to {num} seconds." msgstr "Löschverzögerung auf {num} Sekunden eingestellt." -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2092 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "Der Bot wird Nachrichten die einen Befehl enthalten nach {num} Sekunden löschen. Setze diesen Wert auf -1, um das Löschen von Nachrichten zu stoppen" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2099 msgid "I will not delete command messages." msgstr "Ich werde keine Nachrichten die Befehle enthalten löschen." -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2104 #, docstring msgid "\n" " Sets the bot's description.\n\n" @@ -1194,15 +1231,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2099 +#: redbot/core/core_commands.py:2124 msgid "Description reset." msgstr "Beschreibung zurückgesetzt." -#: redbot/core/core_commands.py:2102 +#: redbot/core/core_commands.py:2127 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2141 #, docstring msgid "\n" " Adds an admin role for this guild.\n\n" @@ -1220,15 +1257,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2136 +#: redbot/core/core_commands.py:2161 msgid "This role is already an admin role." msgstr "Diese Rolle ist bereits eine Admin-Rolle." -#: redbot/core/core_commands.py:2138 +#: redbot/core/core_commands.py:2163 msgid "That role is now considered an admin role." msgstr "Diese Rolle wird nun als Admin-Rolle angesehen." -#: redbot/core/core_commands.py:2144 +#: redbot/core/core_commands.py:2169 #, docstring msgid "\n" " Adds a moderator role for this guild.\n\n" @@ -1245,15 +1282,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2188 msgid "This role is already a mod role." msgstr "Diese Rolle ist bereits eine mod Rolle." -#: redbot/core/core_commands.py:2165 +#: redbot/core/core_commands.py:2190 msgid "That role is now considered a mod role." msgstr "Diese Rolle wird jetzt als eine Mod Rolle betrachtet." -#: redbot/core/core_commands.py:2171 +#: redbot/core/core_commands.py:2196 #, docstring msgid "\n" " Removes an admin role for this guild.\n\n" @@ -1265,15 +1302,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2208 msgid "That role was not an admin role to begin with." msgstr "Diese Rolle war keine Admin-Rolle, mit der man anfangen sollte." -#: redbot/core/core_commands.py:2185 +#: redbot/core/core_commands.py:2210 msgid "That role is no longer considered an admin role." msgstr "Diese Rolle wird nicht mehr als Admin-Rolle angesehen." -#: redbot/core/core_commands.py:2191 +#: redbot/core/core_commands.py:2216 #, docstring msgid "\n" " Removes a mod role for this guild.\n\n" @@ -1285,15 +1322,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2228 msgid "That role was not a mod role to begin with." msgstr "Diese Rolle war keine Mod-Rolle, mit der man anfangen sollte." -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2230 msgid "That role is no longer considered a mod role." msgstr "Diese Rolle wird nicht mehr als Mod-Rolle betrachtet." -#: redbot/core/core_commands.py:2211 +#: redbot/core/core_commands.py:2236 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -1304,19 +1341,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2248 msgid "The bot {} use its configured color for embeds." msgstr "Der Bot {} verwendet seine eingestellten Farben für Einbettungen." -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will not" msgstr "wird nicht" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will" msgstr "wird" -#: redbot/core/core_commands.py:2232 +#: redbot/core/core_commands.py:2257 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -1328,11 +1365,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2247 +#: redbot/core/core_commands.py:2272 msgid "Fuzzy command search has been {} for this server." msgstr "Ungenaue Befehlssuche wurde für diesen Server {}." -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2280 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -1343,11 +1380,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2268 +#: redbot/core/core_commands.py:2293 msgid "Fuzzy command search has been {} in DMs." msgstr "Ungenaue Befehlssuche wurde für Direktnachrichten {}." -#: redbot/core/core_commands.py:2276 +#: redbot/core/core_commands.py:2301 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1364,15 +1401,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2321 msgid "The color has been reset." msgstr "Die Farbe wurde zurückgesetzt." -#: redbot/core/core_commands.py:2299 +#: redbot/core/core_commands.py:2324 msgid "The color has been set." msgstr "Die Farbe wurde eingestellt." -#: redbot/core/core_commands.py:2304 +#: redbot/core/core_commands.py:2329 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL.\n\n" @@ -1385,28 +1422,28 @@ msgid "Sets [botname]'s avatar\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2327 +#: redbot/core/core_commands.py:2352 msgid "That URL is invalid." msgstr "Diese URL ist ungültig." -#: redbot/core/core_commands.py:2329 +#: redbot/core/core_commands.py:2354 msgid "Something went wrong while trying to get the image." msgstr "Beim Abrufen des Bilds ist etwas schiefgegangen." -#: redbot/core/core_commands.py:2339 +#: redbot/core/core_commands.py:2364 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "Fehlgeschlagen. Denke daran, dass du meinen Avatar bis zu zwei Mal pro Stunde bearbeiten kannst. Die URL oder der Anhang muss ein gültiges Bild im JPG oder PNG-Format sein." -#: redbot/core/core_commands.py:2346 +#: redbot/core/core_commands.py:2371 msgid "JPG / PNG format only." msgstr "Nur JPG oder PNG Format." -#: redbot/core/core_commands.py:2348 redbot/core/core_commands.py:2575 -#: redbot/core/core_commands.py:2631 redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:2373 redbot/core/core_commands.py:2600 +#: redbot/core/core_commands.py:2656 redbot/core/core_commands.py:2680 msgid "Done." msgstr "Erledigt." -#: redbot/core/core_commands.py:2353 +#: redbot/core/core_commands.py:2378 #, docstring msgid "\n" " Removes [botname]'s avatar.\n\n" @@ -1415,11 +1452,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2386 msgid "Avatar removed." msgstr "Profilbild entfernt." -#: redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2392 #, docstring msgid "Sets [botname]'s playing status.\n\n" " This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" @@ -1432,19 +1469,19 @@ msgid "Sets [botname]'s playing status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2383 +#: redbot/core/core_commands.py:2408 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2391 +#: redbot/core/core_commands.py:2416 msgid "Status set to ``Playing {game.name}``." msgstr "Status auf ``Spielt von {game.name}`` gesetzt." -#: redbot/core/core_commands.py:2393 +#: redbot/core/core_commands.py:2418 msgid "Game cleared." msgstr "Spiel-Status entfernt." -#: redbot/core/core_commands.py:2399 +#: redbot/core/core_commands.py:2424 #, docstring msgid "Sets [botname]'s listening status.\n\n" " This will appear as `Listening to `.\n\n" @@ -1456,19 +1493,19 @@ msgid "Sets [botname]'s listening status.\n\n" " - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2416 +#: redbot/core/core_commands.py:2441 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2425 +#: redbot/core/core_commands.py:2450 msgid "Status set to ``Listening to {listening}``." msgstr "Status auf ``Hört {listening}`` gesetzt." -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2453 msgid "Listening cleared." msgstr "``Hört``-Status gelöscht." -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2459 #, docstring msgid "Sets [botname]'s watching status.\n\n" " This will appear as `Watching `.\n\n" @@ -1480,19 +1517,19 @@ msgid "Sets [botname]'s watching status.\n\n" " - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2475 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2482 msgid "Status set to ``Watching {watching}``." msgstr "Status auf ``Schaut {watching}`` gesetzt." -#: redbot/core/core_commands.py:2459 +#: redbot/core/core_commands.py:2484 msgid "Watching cleared." msgstr "``Schaut``-Status entfernt." -#: redbot/core/core_commands.py:2465 +#: redbot/core/core_commands.py:2490 #, docstring msgid "Sets [botname]'s competing status.\n\n" " This will appear as `Competing in `.\n\n" @@ -1504,19 +1541,19 @@ msgid "Sets [botname]'s competing status.\n\n" " - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2482 +#: redbot/core/core_commands.py:2507 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2491 +#: redbot/core/core_commands.py:2516 msgid "Status set to ``Competing in {competing}``." msgstr "Status auf ``Nimmt teil an {competing}`` gesetzt." -#: redbot/core/core_commands.py:2494 +#: redbot/core/core_commands.py:2519 msgid "Competing cleared." msgstr "Teilnahme gelöscht." -#: redbot/core/core_commands.py:2500 +#: redbot/core/core_commands.py:2525 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1532,11 +1569,11 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:2555 msgid "Status changed to {}." msgstr "Status zu {} geändert." -#: redbot/core/core_commands.py:2538 +#: redbot/core/core_commands.py:2563 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" @@ -1552,15 +1589,15 @@ msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " - `` - The text to follow `Streaming` in the status." msgstr "" -#: redbot/core/core_commands.py:2563 +#: redbot/core/core_commands.py:2588 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2591 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2580 +#: redbot/core/core_commands.py:2605 #, docstring msgid "Sets [botname]'s username.\n\n" " Maximum length for a username is 32 characters.\n\n" @@ -1573,28 +1610,28 @@ msgid "Sets [botname]'s username.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2596 +#: redbot/core/core_commands.py:2621 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2603 +#: redbot/core/core_commands.py:2628 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2609 +#: redbot/core/core_commands.py:2634 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2619 +#: redbot/core/core_commands.py:2644 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2629 +#: redbot/core/core_commands.py:2654 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2662 #, docstring msgid "Sets [botname]'s nickname for the current server.\n\n" " Maximum length for a nickname is 32 characters.\n\n" @@ -1605,15 +1642,15 @@ msgid "Sets [botname]'s nickname for the current server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2649 +#: redbot/core/core_commands.py:2674 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2653 +#: redbot/core/core_commands.py:2678 msgid "I lack the permissions to change my own nickname." msgstr "Mir fehlen die Berechtigungen zum Ändern meines eigenen Spitznamen." -#: redbot/core/core_commands.py:2660 +#: redbot/core/core_commands.py:2685 #, docstring msgid "Sets [botname]'s global prefix(es).\n\n" " Warning: This is not additive. It will replace all current prefixes.\n\n" @@ -1628,20 +1665,30 @@ msgid "Sets [botname]'s global prefix(es).\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2677 +#: redbot/core/core_commands.py:2702 +msgid "Warning: A prefix is above the recommended length (20 characters).\n" +"Do you want to continue? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:2715 +msgid "Cancelled." +msgstr "Abgebrochen." + +#: redbot/core/core_commands.py:2719 msgid "Prefix set." msgstr "Der Präfix wurde festgelegt." -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:2721 msgid "Prefixes set." msgstr "" -#: redbot/core/core_commands.py:2685 +#: redbot/core/core_commands.py:2727 #, docstring msgid "\n" " Sets [botname]'s server prefix(es).\n\n" " Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" -" This is not additive. It will replace all current server prefixes.\n\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 20 characters.\n\n" " **Examples:**\n" " - `[p]set serverprefix !`\n" " - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" @@ -1652,19 +1699,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2702 +#: redbot/core/core_commands.py:2745 msgid "Server prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2748 +msgid "You cannot have a prefix longer than 20 characters." +msgstr "" + +#: redbot/core/core_commands.py:2753 msgid "Server prefix set." msgstr "" -#: redbot/core/core_commands.py:2709 +#: redbot/core/core_commands.py:2755 msgid "Server prefixes set." msgstr "" -#: redbot/core/core_commands.py:2714 +#: redbot/core/core_commands.py:2760 #, docstring msgid "\n" " Changes the bot's default locale.\n\n" @@ -1681,21 +1732,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2735 redbot/core/core_commands.py:2779 -#: redbot/core/core_commands.py:2818 redbot/core/core_commands.py:2862 +#: redbot/core/core_commands.py:2781 redbot/core/core_commands.py:2825 +#: redbot/core/core_commands.py:2864 redbot/core/core_commands.py:2908 msgid "Invalid language code. Use format: `en-US`" msgstr "Ungültiger Sprachcode. Verwende das Format: `en-US`" -#: redbot/core/core_commands.py:2739 redbot/core/core_commands.py:2783 -#: redbot/core/core_commands.py:2822 redbot/core/core_commands.py:2866 +#: redbot/core/core_commands.py:2785 redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2868 redbot/core/core_commands.py:2912 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "Ungültiges Format - Sprachcode muss Ländercode enthalten, z.B. `en-US`" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:2792 msgid "Global locale has been set." msgstr "Globale Sprache wurde eingestellt." -#: redbot/core/core_commands.py:2752 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1713,15 +1764,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2774 +#: redbot/core/core_commands.py:2820 msgid "Locale has been set to the default." msgstr "Sprache wurde auf standard gestellt." -#: redbot/core/core_commands.py:2789 +#: redbot/core/core_commands.py:2835 msgid "Locale has been set." msgstr "Sprache wurde geändert." -#: redbot/core/core_commands.py:2795 +#: redbot/core/core_commands.py:2841 #, docstring msgid "\n" " Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1736,15 +1787,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2812 +#: redbot/core/core_commands.py:2858 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2875 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2837 +#: redbot/core/core_commands.py:2883 #, docstring msgid "\n" " Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1759,15 +1810,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2855 +#: redbot/core/core_commands.py:2901 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2873 +#: redbot/core/core_commands.py:2919 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "Regionale Formatierung wird nun auf der Sprache `{language_code}` basieren." -#: redbot/core/core_commands.py:2881 +#: redbot/core/core_commands.py:2927 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1782,19 +1833,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2898 +#: redbot/core/core_commands.py:2944 msgid "The custom text has been cleared." msgstr "Der benutzerdefinierte Text wurde gelöscht." -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2948 msgid "The custom text has been set." msgstr "Der benutzerdefinierte Text wurde festgelegt." -#: redbot/core/core_commands.py:2905 +#: redbot/core/core_commands.py:2951 msgid "Text must be fewer than 1024 characters long." msgstr "Text muss weniger als 1024 Zeichen lang sein." -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2956 #, docstring msgid "\n" " Commands to set, list or remove various external API tokens.\n\n" @@ -1811,11 +1862,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2931 +#: redbot/core/core_commands.py:2977 msgid "`{service}` API tokens have been set." msgstr "`{service}` API-Token wurden gesetzt." -#: redbot/core/core_commands.py:2935 +#: redbot/core/core_commands.py:2981 #, docstring msgid "\n" " Show all external API services along with their keys that have been set.\n\n" @@ -1825,19 +1876,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2946 +#: redbot/core/core_commands.py:2992 msgid "No API services have been set yet." msgstr "Bisher wurden keine API-Dienste eingerichtet." -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API services:\n" msgstr "API-Dienste festlegen:\n" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API service:\n" msgstr "API-Dienst festlegen:\n" -#: redbot/core/core_commands.py:2961 +#: redbot/core/core_commands.py:3007 #, docstring msgid "\n" " Remove the given services with all their keys and tokens.\n\n" @@ -1848,21 +1899,21 @@ msgid "\n" " - `` - The services to remove." msgstr "" -#: redbot/core/core_commands.py:2976 +#: redbot/core/core_commands.py:3022 msgid "Services deleted successfully:\n" "{services_list}" msgstr "Dienste erfolgreich gelöscht:\n" "{services_list}" -#: redbot/core/core_commands.py:2980 +#: redbot/core/core_commands.py:3026 msgid "Service deleted successfully: {service_name}" msgstr "Dienst erfolgreich gelöscht: {service_name}" -#: redbot/core/core_commands.py:2985 +#: redbot/core/core_commands.py:3031 msgid "None of the services you provided had any keys set." msgstr "Keinem der angegebenen Dienste wurden Schlüssel zugewiesen." -#: redbot/core/core_commands.py:2990 +#: redbot/core/core_commands.py:3036 #, docstring msgid "\n" " Commands to manage settings for the help command.\n\n" @@ -1870,7 +1921,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2999 +#: redbot/core/core_commands.py:3045 #, docstring msgid "\n" " Show the current help settings.\n\n" @@ -1880,11 +1931,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3013 +#: redbot/core/core_commands.py:3059 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "Warnung: Der Standard-Formatierer ist nicht in Verwendung, diese Einstellung treten möglicherweise nicht ein." -#: redbot/core/core_commands.py:3023 +#: redbot/core/core_commands.py:3069 #, docstring msgid "\n" " This resets [botname]'s help formatter to the default formatter.\n\n" @@ -1893,11 +1944,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3032 +#: redbot/core/core_commands.py:3078 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:3041 +#: redbot/core/core_commands.py:3087 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1907,11 +1958,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3051 +#: redbot/core/core_commands.py:3097 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3105 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1927,15 +1978,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3079 +#: redbot/core/core_commands.py:3125 msgid "Help will use menus." msgstr "Hilfe wird Menüs verwenden." -#: redbot/core/core_commands.py:3081 +#: redbot/core/core_commands.py:3127 msgid "Help will not use menus." msgstr "Die Hilfe verwendet keine Menüs." -#: redbot/core/core_commands.py:3085 +#: redbot/core/core_commands.py:3131 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1949,15 +2000,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3102 +#: redbot/core/core_commands.py:3148 msgid "Help will not filter hidden commands." msgstr "Die Hilfe wird keine versteckten Befehle filtern." -#: redbot/core/core_commands.py:3104 +#: redbot/core/core_commands.py:3150 msgid "Help will filter hidden commands." msgstr "Hilfe filtert versteckte Befehle." -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3154 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1971,15 +2022,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3125 +#: redbot/core/core_commands.py:3171 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3127 +#: redbot/core/core_commands.py:3173 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3131 +#: redbot/core/core_commands.py:3177 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent to a DM.\n\n" @@ -1995,15 +2046,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3152 +#: redbot/core/core_commands.py:3198 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3154 +#: redbot/core/core_commands.py:3200 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3158 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be filtered from help.\n\n" @@ -2017,15 +2068,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3175 +#: redbot/core/core_commands.py:3221 msgid "Help will only show for commands which can be run." msgstr "Hilfe wird nur für Befehle angezeigt, die ausgeführt werden können." -#: redbot/core/core_commands.py:3177 +#: redbot/core/core_commands.py:3223 msgid "Help will show up without checking if the commands can be run." msgstr "Hilfe wird angezeigt, ohne zu überprüfen, ob die Befehle ausgeführt werden können." -#: redbot/core/core_commands.py:3181 +#: redbot/core/core_commands.py:3227 #, docstring msgid "\n" " Sets whether the bot should respond to help commands for nonexistent topics.\n\n" @@ -2041,15 +2092,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3202 +#: redbot/core/core_commands.py:3248 msgid "Help will verify the existence of help topics." msgstr "Die Hilfe überprüft, ob Hilfethemen vorhanden sind." -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3251 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "Die Hilfe überprüft das Vorhandensein von Hilfethemen nur über die Fuzzy-Hilfe (falls aktiviert)." -#: redbot/core/core_commands.py:3213 +#: redbot/core/core_commands.py:3259 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " Note: This setting only applies to embedded help.\n\n" @@ -2064,15 +2115,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3230 +#: redbot/core/core_commands.py:3276 msgid "You must give a value of at least 500 characters." msgstr "Du musst einen Wert von mindestens 500 Zeichen eingeben." -#: redbot/core/core_commands.py:3234 +#: redbot/core/core_commands.py:3280 msgid "Done. The character limit per page has been set to {}." msgstr "Erledigt. Das Zeichenlimit pro Seite wurde auf {} gesetzt." -#: redbot/core/core_commands.py:3238 +#: redbot/core/core_commands.py:3284 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " Note: This setting does not apply to menu help.\n\n" @@ -2088,15 +2139,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3283 +#: redbot/core/core_commands.py:3302 redbot/core/core_commands.py:3329 msgid "You must give a value of zero or greater!" msgstr "Du musst einen Wert von 0 oder mehr angeben!" -#: redbot/core/core_commands.py:3260 +#: redbot/core/core_commands.py:3306 msgid "Done. The page limit has been set to {}." msgstr "Erledigt. Das Seitenlimit wurde auf {} gesetzt." -#: redbot/core/core_commands.py:3265 +#: redbot/core/core_commands.py:3311 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -2113,19 +2164,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3332 msgid "The delay cannot be longer than 14 days!" msgstr "Die Verzögerung darf nicht länger als 14 Tage sein!" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3337 msgid "Done. Help messages will not be deleted now." msgstr "Fertig. Hilfe-Nachrichten werden jetzt nicht gelöscht." -#: redbot/core/core_commands.py:3293 +#: redbot/core/core_commands.py:3339 msgid "Done. The delete delay has been set to {} seconds." msgstr "Fertig. Die Löschverzögerung wurde auf {} Sekunden gesetzt." -#: redbot/core/core_commands.py:3297 +#: redbot/core/core_commands.py:3343 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -2139,19 +2190,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3312 +#: redbot/core/core_commands.py:3358 msgid "The tagline has been reset." msgstr "Der Slogan wurde zurückgesetzt." -#: redbot/core/core_commands.py:3316 +#: redbot/core/core_commands.py:3362 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "Dein Slogan ist zu lang! Bitte kürze diesen damit er nicht länger als 2048 Zeichen ist." -#: redbot/core/core_commands.py:3324 +#: redbot/core/core_commands.py:3370 msgid "The tagline has been set." msgstr "Das Schlagwort wurde gesetzt." -#: redbot/core/core_commands.py:3329 +#: redbot/core/core_commands.py:3375 #, docstring msgid "Sends a message to the owner.\n\n" " This is limited to one message every 60 seconds per person.\n\n" @@ -2162,43 +2213,43 @@ msgid "Sends a message to the owner.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3341 +#: redbot/core/core_commands.py:3387 msgid "User ID: {}" msgstr "User ID: {}" -#: redbot/core/core_commands.py:3344 +#: redbot/core/core_commands.py:3390 msgid "through DM" msgstr "über DM" -#: redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3392 msgid "from {}" msgstr "von {}" -#: redbot/core/core_commands.py:3347 +#: redbot/core/core_commands.py:3393 msgid " | Server ID: {}" msgstr " | Server ID: {}" -#: redbot/core/core_commands.py:3352 +#: redbot/core/core_commands.py:3398 msgid "Use `{}dm {} ` to reply to this user" msgstr "Nutze `{}dm {} ` um dem Benutzer zu antworten" -#: redbot/core/core_commands.py:3354 +#: redbot/core/core_commands.py:3400 msgid "Sent by {} {}" msgstr "Gesendet von {} {}" -#: redbot/core/core_commands.py:3359 +#: redbot/core/core_commands.py:3405 msgid "I've been configured not to send this anywhere." msgstr "Ich wurde konfiguriert, das nirgendwo zu senden." -#: redbot/core/core_commands.py:3430 +#: redbot/core/core_commands.py:3476 msgid "Your message has been sent." msgstr "Deine Nachricht wurde gesendet." -#: redbot/core/core_commands.py:3432 +#: redbot/core/core_commands.py:3478 msgid "I'm unable to deliver your message. Sorry." msgstr "Ich bin nicht in der Lage, deine Nachricht zu überbringen. Tut mir Leid." -#: redbot/core/core_commands.py:3437 +#: redbot/core/core_commands.py:3483 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n\n" @@ -2211,41 +2262,41 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3453 +#: redbot/core/core_commands.py:3499 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "Ungültige ID, Benutzer nicht gefunden oder Benutzer ist ein Bot. Du kannst nur Nachrichten an Personen senden, mit denen ich einen Server teile." -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3509 msgid "Owner of {}" msgstr "Inhaber von {}" -#: redbot/core/core_commands.py:3464 +#: redbot/core/core_commands.py:3510 msgid "You can reply to this message with {}contact" msgstr "Du kannst auf diese Nachricht mit {}contact antworten" -#: redbot/core/core_commands.py:3478 redbot/core/core_commands.py:3488 +#: redbot/core/core_commands.py:3524 redbot/core/core_commands.py:3534 msgid "Sorry, I couldn't deliver your message to {}" msgstr "Die Nachricht konnte leider nicht an {} gesendet werden." -#: redbot/core/core_commands.py:3481 redbot/core/core_commands.py:3491 +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3537 msgid "Message delivered to {}" msgstr "Nachricht an {} zugestellt." -#: redbot/core/core_commands.py:3496 +#: redbot/core/core_commands.py:3542 #, docstring msgid "Prints the bot's data path." msgstr "Druckt den Bot-Datenpfad." -#: redbot/core/core_commands.py:3500 +#: redbot/core/core_commands.py:3546 msgid "Data path: {path}" msgstr "Datenpfad: {path}" -#: redbot/core/core_commands.py:3506 +#: redbot/core/core_commands.py:3552 #, docstring msgid "Shows debug information useful for debugging." msgstr "Zeigt nützliche Informationen zum Debuggen an." -#: redbot/core/core_commands.py:3593 +#: redbot/core/core_commands.py:3639 #, docstring msgid "\n" " Commands to manage the allowlist.\n\n" @@ -2254,7 +2305,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3604 +#: redbot/core/core_commands.py:3650 #, docstring msgid "\n" " Adds users to the allowlist.\n\n" @@ -2266,15 +2317,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3663 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3619 +#: redbot/core/core_commands.py:3665 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3623 +#: redbot/core/core_commands.py:3669 #, docstring msgid "\n" " Lists users on the allowlist.\n\n" @@ -2283,21 +2334,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3635 +#: redbot/core/core_commands.py:3681 msgid "Users on the allowlist:" msgstr "Benutzer auf der Erlaubnis-Liste:" -#: redbot/core/core_commands.py:3637 +#: redbot/core/core_commands.py:3683 msgid "User on the allowlist:" msgstr "Benutzer auf der Erlaubnis-Liste:" -#: redbot/core/core_commands.py:3641 redbot/core/core_commands.py:3739 +#: redbot/core/core_commands.py:3687 redbot/core/core_commands.py:3785 #: redbot/core/modlog.py:428 redbot/core/modlog.py:450 #: redbot/core/modlog.py:466 msgid "Unknown or Deleted User" msgstr "Unbekannter oder gelöschter Benutzer" -#: redbot/core/core_commands.py:3649 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Removes users from the allowlist.\n\n" @@ -2310,15 +2361,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3664 +#: redbot/core/core_commands.py:3710 msgid "Users have been removed from the allowlist." msgstr "Benutzer wurden von der Erlaubnis-Liste entfernt." -#: redbot/core/core_commands.py:3666 +#: redbot/core/core_commands.py:3712 msgid "User has been removed from the allowlist." msgstr "Der Benutzer wurde von der Erlaubnis-Liste entfernt." -#: redbot/core/core_commands.py:3670 +#: redbot/core/core_commands.py:3716 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2328,11 +2379,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3725 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3684 +#: redbot/core/core_commands.py:3730 #, docstring msgid "\n" " Commands to manage the blocklist.\n\n" @@ -2340,7 +2391,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3693 +#: redbot/core/core_commands.py:3739 #, docstring msgid "\n" " Adds users to the blocklist.\n\n" @@ -2352,19 +2403,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3709 +#: redbot/core/core_commands.py:3755 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3715 +#: redbot/core/core_commands.py:3761 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3717 +#: redbot/core/core_commands.py:3763 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3721 +#: redbot/core/core_commands.py:3767 #, docstring msgid "\n" " Lists users on the blocklist.\n\n" @@ -2373,15 +2424,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3733 +#: redbot/core/core_commands.py:3779 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3735 +#: redbot/core/core_commands.py:3781 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3747 +#: redbot/core/core_commands.py:3793 #, docstring msgid "\n" " Removes users from the blocklist.\n\n" @@ -2393,15 +2444,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3760 +#: redbot/core/core_commands.py:3806 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3762 +#: redbot/core/core_commands.py:3808 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3766 +#: redbot/core/core_commands.py:3812 #, docstring msgid "\n" " Clears the blocklist.\n\n" @@ -2410,11 +2461,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3773 +#: redbot/core/core_commands.py:3819 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3779 +#: redbot/core/core_commands.py:3825 #, docstring msgid "\n" " Commands to manage the server specific allowlist.\n\n" @@ -2423,7 +2474,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3792 +#: redbot/core/core_commands.py:3838 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n\n" @@ -2436,19 +2487,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3811 +#: redbot/core/core_commands.py:3857 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "Ich kann dir nicht erlauben dies zu tun, da dies verhindern würde das du Befehle ausführen kannst. Bitte stelle zuerst sicher dich selbst zur Erlaubnis-Liste hinzugefügt zu haben." -#: redbot/core/core_commands.py:3820 +#: redbot/core/core_commands.py:3866 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3822 +#: redbot/core/core_commands.py:3868 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3826 +#: redbot/core/core_commands.py:3872 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n\n" @@ -2457,19 +2508,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3838 +#: redbot/core/core_commands.py:3884 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3840 +#: redbot/core/core_commands.py:3886 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:3844 redbot/core/core_commands.py:3966 +#: redbot/core/core_commands.py:3890 redbot/core/core_commands.py:4012 msgid "Unknown or Deleted User/Role" msgstr "" -#: redbot/core/core_commands.py:3854 +#: redbot/core/core_commands.py:3900 #, docstring msgid "\n" " Removes user or role from the allowlist.\n\n" @@ -2483,19 +2534,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3875 +#: redbot/core/core_commands.py:3921 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "Ich kann dir nicht erlauben dies zu tun, da dies verhindern würde das du Befehle ausführen kannst." -#: redbot/core/core_commands.py:3883 +#: redbot/core/core_commands.py:3929 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3885 +#: redbot/core/core_commands.py:3931 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3889 +#: redbot/core/core_commands.py:3935 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2505,11 +2556,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3898 +#: redbot/core/core_commands.py:3944 msgid "Server allowlist has been cleared." msgstr "Server Erlaubnis-Liste wurde geleert." -#: redbot/core/core_commands.py:3904 +#: redbot/core/core_commands.py:3950 #, docstring msgid "\n" " Commands to manage the server specific blocklist.\n\n" @@ -2517,7 +2568,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3915 +#: redbot/core/core_commands.py:3961 #, docstring msgid "\n" " Adds a user or role to the local blocklist.\n\n" @@ -2530,27 +2581,27 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3929 +#: redbot/core/core_commands.py:3975 msgid "You cannot add yourself to the blocklist!" msgstr "Du kannst dich nicht selbst zur Blockier-Liste hinzufügen!" -#: redbot/core/core_commands.py:3932 +#: redbot/core/core_commands.py:3978 msgid "You cannot add the guild owner to the blocklist!" msgstr "Du kannst den Gildenbesitzer nicht der Blockier-Liste hinzufügen!" -#: redbot/core/core_commands.py:3935 +#: redbot/core/core_commands.py:3981 msgid "You cannot add a bot owner to the blocklist!" msgstr "Du kannst den Bot-Besitzer nicht zur Blockier-Liste hinzufügen!" -#: redbot/core/core_commands.py:3942 +#: redbot/core/core_commands.py:3988 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3944 +#: redbot/core/core_commands.py:3990 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3948 +#: redbot/core/core_commands.py:3994 #, docstring msgid "\n" " Lists users and roles on the server blocklist.\n\n" @@ -2559,15 +2610,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3960 +#: redbot/core/core_commands.py:4006 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3962 +#: redbot/core/core_commands.py:4008 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3976 +#: redbot/core/core_commands.py:4022 #, docstring msgid "\n" " Removes user or role from local blocklist.\n\n" @@ -2580,15 +2631,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3992 +#: redbot/core/core_commands.py:4038 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3994 +#: redbot/core/core_commands.py:4040 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3998 +#: redbot/core/core_commands.py:4044 #, docstring msgid "\n" " Clears the server blocklist.\n\n" @@ -2598,16 +2649,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4007 +#: redbot/core/core_commands.py:4053 msgid "Server blocklist has been cleared." msgstr "Blockier-Liste des Servers wurde geleert." -#: redbot/core/core_commands.py:4012 +#: redbot/core/core_commands.py:4058 #, docstring msgid "Commands to enable and disable commands and cogs." msgstr "" -#: redbot/core/core_commands.py:4018 +#: redbot/core/core_commands.py:4064 #, docstring msgid "Set the default state for a cog as disabled.\n\n" " This will disable the cog for all servers by default.\n" @@ -2621,20 +2672,20 @@ msgid "Set the default state for a cog as disabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4034 redbot/core/core_commands.py:4059 -#: redbot/core/core_commands.py:4079 redbot/core/core_commands.py:4109 +#: redbot/core/core_commands.py:4080 redbot/core/core_commands.py:4105 +#: redbot/core/core_commands.py:4125 redbot/core/core_commands.py:4155 msgid "Cog with the given name doesn't exist." msgstr "Cog mit dem angegebenen Namen existiert nicht." -#: redbot/core/core_commands.py:4036 +#: redbot/core/core_commands.py:4082 msgid "You can't disable this cog by default." msgstr "Du kannst dieses Cog standardmässig nicht deaktivieren." -#: redbot/core/core_commands.py:4038 +#: redbot/core/core_commands.py:4084 msgid "{cogname} has been set as disabled by default." msgstr "{cogname} wurde standardmässig auf deaktiviert gestellt." -#: redbot/core/core_commands.py:4043 +#: redbot/core/core_commands.py:4089 #, docstring msgid "Set the default state for a cog as enabled.\n\n" " This will re-enable the cog for all servers by default.\n" @@ -2648,11 +2699,11 @@ msgid "Set the default state for a cog as enabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4061 +#: redbot/core/core_commands.py:4107 msgid "{cogname} has been set as enabled by default." msgstr "{cogname} wurde standardmässig auf aktiviert gestellt." -#: redbot/core/core_commands.py:4066 +#: redbot/core/core_commands.py:4112 #, docstring msgid "Disable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2664,19 +2715,19 @@ msgid "Disable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4081 +#: redbot/core/core_commands.py:4127 msgid "You can't disable this cog as you would lock yourself out." msgstr "Du kannst dieses Cog nicht deaktivieren, sonst würdest du dich selbst aussperren." -#: redbot/core/core_commands.py:4083 +#: redbot/core/core_commands.py:4129 msgid "{cogname} has been disabled in this guild." msgstr "{cogname} wurde in dieser Gilde deaktiviert." -#: redbot/core/core_commands.py:4086 +#: redbot/core/core_commands.py:4132 msgid "{cogname} was already disabled (nothing to do)." msgstr "{cogname} wurde bereits deaktiviert (nichts zu tun)." -#: redbot/core/core_commands.py:4092 +#: redbot/core/core_commands.py:4138 #, docstring msgid "Enable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2688,15 +2739,15 @@ msgid "Enable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4104 +#: redbot/core/core_commands.py:4150 msgid "{cogname} has been enabled in this guild." msgstr "{cogname} wurde in dieser Gilde aktiviert." -#: redbot/core/core_commands.py:4112 +#: redbot/core/core_commands.py:4158 msgid "{cogname} was not disabled (nothing to do)." msgstr "{cogname} wurde nicht deaktiviert (nichts zu tun)." -#: redbot/core/core_commands.py:4118 +#: redbot/core/core_commands.py:4164 #, docstring msgid "List the cogs which are disabled in this server.\n\n" " **Example:**\n" @@ -2704,15 +2755,15 @@ msgid "List the cogs which are disabled in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4131 +#: redbot/core/core_commands.py:4177 msgid "The following cogs are disabled in this guild:\n" msgstr "Die folgenden Cogs sind in dieser Gilde deaktiviert:\n" -#: redbot/core/core_commands.py:4137 +#: redbot/core/core_commands.py:4183 msgid "There are no disabled cogs in this guild." msgstr "Es existieren keine deaktivierten Cogs in dieser Gilde." -#: redbot/core/core_commands.py:4141 +#: redbot/core/core_commands.py:4187 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2723,7 +2774,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4158 +#: redbot/core/core_commands.py:4204 #, docstring msgid "List disabled commands globally.\n\n" " **Example:**\n" @@ -2731,19 +2782,19 @@ msgid "List disabled commands globally.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4165 +#: redbot/core/core_commands.py:4211 msgid "There aren't any globally disabled commands." msgstr "Es gibt keine global deaktivierten Befehle." -#: redbot/core/core_commands.py:4168 +#: redbot/core/core_commands.py:4214 msgid "{} commands are disabled globally.\n" msgstr "{} Befehle sind global deaktiviert.\n" -#: redbot/core/core_commands.py:4172 +#: redbot/core/core_commands.py:4218 msgid "1 command is disabled globally.\n" msgstr "1 Befehl ist global deaktiviert.\n" -#: redbot/core/core_commands.py:4180 +#: redbot/core/core_commands.py:4226 #, docstring msgid "List disabled commands in this server.\n\n" " **Example:**\n" @@ -2751,19 +2802,19 @@ msgid "List disabled commands in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4187 +#: redbot/core/core_commands.py:4233 msgid "There aren't any disabled commands in {}." msgstr "Es gibt in {} keine deaktivierten Befehle." -#: redbot/core/core_commands.py:4190 +#: redbot/core/core_commands.py:4236 msgid "{} commands are disabled in {}.\n" msgstr "{} Befehle sind in {} deaktiviert.\n" -#: redbot/core/core_commands.py:4194 +#: redbot/core/core_commands.py:4240 msgid "1 command is disabled in {}.\n" msgstr "Ein Befehl ist in {} deaktiviert.\n" -#: redbot/core/core_commands.py:4201 +#: redbot/core/core_commands.py:4247 #, docstring msgid "\n" " Disable a command.\n\n" @@ -2777,7 +2828,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4223 +#: redbot/core/core_commands.py:4269 #, docstring msgid "\n" " Disable a command globally.\n\n" @@ -2789,19 +2840,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4242 redbot/core/core_commands.py:4285 +#: redbot/core/core_commands.py:4288 redbot/core/core_commands.py:4331 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "Der zu deaktivierende Befehl kann nicht `command` oder eine seiner Unterbefehle sein." -#: redbot/core/core_commands.py:4248 redbot/core/core_commands.py:4291 +#: redbot/core/core_commands.py:4294 redbot/core/core_commands.py:4337 msgid "This command is designated as being always available and cannot be disabled." msgstr "Diser Befehl soll immer verfügbar sein und kann nicht deaktiviert werden." -#: redbot/core/core_commands.py:4257 +#: redbot/core/core_commands.py:4303 msgid "That command is already disabled globally." msgstr "Dieser Befehl ist bereits global deaktiviert." -#: redbot/core/core_commands.py:4266 +#: redbot/core/core_commands.py:4312 #, docstring msgid "\n" " Disable a command in this server only.\n\n" @@ -2813,15 +2864,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4296 +#: redbot/core/core_commands.py:4342 msgid "You are not allowed to disable that command." msgstr "Du darfst diesen Befehl nicht deaktivieren." -#: redbot/core/core_commands.py:4306 +#: redbot/core/core_commands.py:4352 msgid "That command is already disabled in this server." msgstr "Dieser Befehl ist bereits auf diesem Server deaktiviert." -#: redbot/core/core_commands.py:4312 +#: redbot/core/core_commands.py:4358 #, docstring msgid "Enable a command.\n\n" " If you're the bot owner, this will try to enable a globally disabled command by default.\n" @@ -2834,7 +2885,7 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4332 +#: redbot/core/core_commands.py:4378 #, docstring msgid "\n" " Enable a command globally.\n\n" @@ -2846,11 +2897,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4354 +#: redbot/core/core_commands.py:4400 msgid "That command is already enabled globally." msgstr "Dieser Befehl ist bereits global aktiviert." -#: redbot/core/core_commands.py:4363 +#: redbot/core/core_commands.py:4409 #, docstring msgid "\n" " Enable a command in this server.\n\n" @@ -2862,15 +2913,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4381 +#: redbot/core/core_commands.py:4427 msgid "You are not allowed to enable that command." msgstr "Du darfst diesen Befehl nicht aktivieren." -#: redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4437 msgid "That command is already enabled in this server." msgstr "Dieser Befehl ist bereits auf diesem Server aktiviert." -#: redbot/core/core_commands.py:4398 +#: redbot/core/core_commands.py:4444 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2884,7 +2935,7 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4419 +#: redbot/core/core_commands.py:4465 #, docstring msgid "\n" " Commands to manage server settings for immunity from automated actions.\n\n" @@ -2892,7 +2943,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4428 +#: redbot/core/core_commands.py:4474 #, docstring msgid "\n" " Gets the current members and roles configured for automatic moderation action immunity.\n\n" @@ -2901,19 +2952,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4441 +#: redbot/core/core_commands.py:4487 msgid "Roles immune from automated moderation actions:\n" msgstr "Rollen, die vor automatisierten Moderationsaktionen immun sind: \n" -#: redbot/core/core_commands.py:4446 +#: redbot/core/core_commands.py:4492 msgid "Members immune from automated moderation actions:\n" msgstr "Mitglieder, die vor automatisierten Moderationsaktionen immun sind: \n" -#: redbot/core/core_commands.py:4450 +#: redbot/core/core_commands.py:4496 msgid "No immunity settings here." msgstr "Keine Immunität-Einstellungen vorhanden." -#: redbot/core/core_commands.py:4459 +#: redbot/core/core_commands.py:4505 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n\n" @@ -2925,11 +2976,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4471 +#: redbot/core/core_commands.py:4517 msgid "Already added." msgstr "Bereits vorhanden." -#: redbot/core/core_commands.py:4479 +#: redbot/core/core_commands.py:4525 #, docstring msgid "\n" " Remove a user or role from being immune to automated moderation actions.\n\n" @@ -2941,11 +2992,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4491 +#: redbot/core/core_commands.py:4537 msgid "Not in list." msgstr "Nicht in der Liste." -#: redbot/core/core_commands.py:4499 +#: redbot/core/core_commands.py:4545 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n\n" @@ -2957,15 +3008,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4511 +#: redbot/core/core_commands.py:4557 msgid "They are immune." msgstr "Sie sind immun." -#: redbot/core/core_commands.py:4513 +#: redbot/core/core_commands.py:4559 msgid "They are not immune." msgstr "Sie sind nicht immun." -#: redbot/core/core_commands.py:4518 +#: redbot/core/core_commands.py:4564 #, docstring msgid "\n" " Commands for configuring owner notifications.\n\n" @@ -2973,7 +3024,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4527 +#: redbot/core/core_commands.py:4573 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2985,7 +3036,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4546 +#: redbot/core/core_commands.py:4592 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n\n" @@ -2996,7 +3047,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4565 +#: redbot/core/core_commands.py:4611 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n\n" @@ -3008,7 +3059,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4591 +#: redbot/core/core_commands.py:4637 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n\n" @@ -3020,7 +3071,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4615 +#: redbot/core/core_commands.py:4661 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n\n" @@ -3029,15 +3080,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4625 +#: redbot/core/core_commands.py:4671 msgid "There are no extra channels being sent to." msgstr "Es werden keine zusätzlichen Kanäle gesendet." -#: redbot/core/core_commands.py:4636 +#: redbot/core/core_commands.py:4682 msgid "Unknown channel with id: {id}" msgstr "Unbekannter Kanal mit Id: {id}" -#: redbot/core/core_commands.py:4667 +#: redbot/core/core_commands.py:4713 #, docstring msgid "\n" " Commands to add servers or channels to the ignore list.\n\n" @@ -3046,7 +3097,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4677 +#: redbot/core/core_commands.py:4723 #, docstring msgid "\n" " List the currently ignored servers and channels.\n\n" @@ -3055,7 +3106,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4692 +#: redbot/core/core_commands.py:4738 #, docstring msgid "\n" " Ignore commands in the channel or category.\n\n" @@ -3071,15 +3122,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4712 +#: redbot/core/core_commands.py:4758 msgid "Channel added to ignore list." msgstr "Kanal zur ignorierten Liste hinzugefügt." -#: redbot/core/core_commands.py:4714 +#: redbot/core/core_commands.py:4760 msgid "Channel already in ignore list." msgstr "Kanal ist bereits in der ignorierten Liste." -#: redbot/core/core_commands.py:4719 +#: redbot/core/core_commands.py:4765 #, docstring msgid "\n" " Ignore commands in this server.\n\n" @@ -3089,20 +3140,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4730 +#: redbot/core/core_commands.py:4776 msgid "This server has been added to the ignore list." msgstr "Der Server wurde zur ignorierten Liste hinzugefügt." -#: redbot/core/core_commands.py:4732 +#: redbot/core/core_commands.py:4778 msgid "This server is already being ignored." msgstr "Der Server wird bereits ignoriert." -#: redbot/core/core_commands.py:4738 +#: redbot/core/core_commands.py:4784 #, docstring msgid "Commands to remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4746 +#: redbot/core/core_commands.py:4792 #, docstring msgid "\n" " Remove a channel or category from the ignore list.\n\n" @@ -3117,15 +3168,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4765 +#: redbot/core/core_commands.py:4811 msgid "Channel removed from ignore list." msgstr "Kanal von der ignorierten Liste entfernt." -#: redbot/core/core_commands.py:4767 +#: redbot/core/core_commands.py:4813 msgid "That channel is not in the ignore list." msgstr "Der Kanal ist nicht auf der ignorierten Liste." -#: redbot/core/core_commands.py:4772 +#: redbot/core/core_commands.py:4818 #, docstring msgid "\n" " Remove this server from the ignore list.\n\n" @@ -3134,25 +3185,25 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4781 +#: redbot/core/core_commands.py:4827 msgid "This server has been removed from the ignore list." msgstr "Der Server wurde von der ignorierten Liste entfernt." -#: redbot/core/core_commands.py:4783 +#: redbot/core/core_commands.py:4829 msgid "This server is not in the ignore list." msgstr "Der Server ist nicht auf der ignorierten Liste." -#: redbot/core/core_commands.py:4789 +#: redbot/core/core_commands.py:4835 msgid "This server is currently being ignored." msgstr "Der Server wird aktuell ignoriert." -#: redbot/core/core_commands.py:4801 +#: redbot/core/core_commands.py:4847 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "Derzeit ignorierte Kategorien: {categories}\n" "Kanäle: {channels}" -#: redbot/core/core_commands.py:4816 +#: redbot/core/core_commands.py:4862 #, docstring msgid "\n" " Get info about Red's licenses.\n" @@ -3185,7 +3236,7 @@ msgid "Evaluate a statement of python code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:166 +#: redbot/core/dev_commands.py:167 #, docstring msgid "Execute asynchronous code.\n\n" " This command wraps code into the body of an async function and then\n" @@ -3205,7 +3256,7 @@ msgid "Execute asynchronous code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:220 +#: redbot/core/dev_commands.py:221 #, docstring msgid "Open an interactive REPL.\n\n" " The REPL will only recognise code as messages which start with a\n" @@ -3218,45 +3269,45 @@ msgstr "Öffne eine interaktive REPL.\n\n" ".\n" " " -#: redbot/core/dev_commands.py:229 +#: redbot/core/dev_commands.py:230 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "In diesem Kanal ist bereits eine aktive REPL-Sitzung. \n" "Mit `quit` kannst du diese verlassen." -#: redbot/core/dev_commands.py:233 +#: redbot/core/dev_commands.py:234 msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." msgstr "" -#: redbot/core/dev_commands.py:244 +#: redbot/core/dev_commands.py:245 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." msgstr "" -#: redbot/core/dev_commands.py:258 +#: redbot/core/dev_commands.py:259 msgid "Exiting." msgstr "Schließen." -#: redbot/core/dev_commands.py:309 +#: redbot/core/dev_commands.py:310 msgid "Unexpected error: `{}`" msgstr "Unerwarteter Fehler: `{}`" -#: redbot/core/dev_commands.py:313 +#: redbot/core/dev_commands.py:314 #, docstring msgid "Pauses/resumes the REPL running in the current channel" msgstr "" -#: redbot/core/dev_commands.py:315 +#: redbot/core/dev_commands.py:316 msgid "There is no currently running REPL session in this channel." msgstr "" -#: redbot/core/dev_commands.py:323 +#: redbot/core/dev_commands.py:324 msgid "The REPL session in this channel has been resumed." msgstr "" -#: redbot/core/dev_commands.py:325 +#: redbot/core/dev_commands.py:326 msgid "The REPL session in this channel is now paused." msgstr "" -#: redbot/core/dev_commands.py:330 +#: redbot/core/dev_commands.py:331 #, docstring msgid "Mock another user invoking a command.\n\n" " The prefix must not be entered.\n" @@ -3265,7 +3316,7 @@ msgstr "Verspotte einen Benutzer, der einen Befehl aufruft.\n\n" " Der Präfix darf nicht eingegeben werden.\n" " " -#: redbot/core/dev_commands.py:343 +#: redbot/core/dev_commands.py:344 #, docstring msgid "Dispatch a message event as if it were sent by a different user.\n\n" " Only reads the raw content of the message. Attachments, embeds etc. are\n" @@ -3276,17 +3327,17 @@ msgstr "Sende ein Nachrichtenereignis als würde es von einem anderen Benutzer g " ignoriert.\n" " " -#: redbot/core/dev_commands.py:364 +#: redbot/core/dev_commands.py:365 #, docstring msgid "Give bot owners the ability to bypass cooldowns.\n\n" " Does not persist through restarts." msgstr "" -#: redbot/core/dev_commands.py:372 +#: redbot/core/dev_commands.py:373 msgid "Bot owners will now bypass all commands with cooldowns." msgstr "" -#: redbot/core/dev_commands.py:374 +#: redbot/core/dev_commands.py:375 msgid "Bot owners will no longer bypass all commands with cooldowns." msgstr "" diff --git a/redbot/core/locales/el-GR.po b/redbot/core/locales/el-GR.po index 57e8cf5c5..6ec75321b 100644 --- a/redbot/core/locales/el-GR.po +++ b/redbot/core/locales/el-GR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-05-25 16:04+0000\n" +"POT-Creation-Date: 2021-06-12 15:52+0000\n" "Last-Translator: \n" "Language-Team: Greek\n" "MIME-Version: 1.0\n" @@ -126,15 +126,15 @@ msgstr "" msgid "**{} unloaded:**\n" msgstr "" -#: redbot/core/core_commands.py:179 +#: redbot/core/core_commands.py:181 msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:184 +#: redbot/core/core_commands.py:186 msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:393 +#: redbot/core/core_commands.py:398 #, docstring msgid "\n" " The Core cog has many commands related to core functions.\n\n" @@ -142,93 +142,93 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:410 #, docstring msgid "Pong." msgstr "" -#: redbot/core/core_commands.py:410 +#: redbot/core/core_commands.py:415 #, docstring msgid "Shows info about [botname].\n\n" " See `[p]set custominfo` to customize.\n" " " msgstr "" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:445 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by team" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:456 +#: redbot/core/core_commands.py:461 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:459 redbot/core/core_commands.py:515 +#: redbot/core/core_commands.py:464 redbot/core/core_commands.py:520 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:463 redbot/core/core_commands.py:519 +#: redbot/core/core_commands.py:468 redbot/core/core_commands.py:524 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:464 +#: redbot/core/core_commands.py:469 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:466 +#: redbot/core/core_commands.py:471 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:467 +#: redbot/core/core_commands.py:472 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:470 redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:475 redbot/core/core_commands.py:533 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:483 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:489 +#: redbot/core/core_commands.py:494 msgid "Instance owned by team: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:501 +#: redbot/core/core_commands.py:506 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:520 +#: redbot/core/core_commands.py:525 msgid "Outdated: [{state}]\n" msgstr "" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:528 msgid "**About Red**\n" msgstr "" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:539 msgid "**About this instance**\n" msgstr "" -#: redbot/core/core_commands.py:536 +#: redbot/core/core_commands.py:541 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -239,20 +239,20 @@ msgid "**References**\n" "7. <{}>\n" msgstr "" -#: redbot/core/core_commands.py:552 +#: redbot/core/core_commands.py:557 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:555 +#: redbot/core/core_commands.py:560 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:557 +#: redbot/core/core_commands.py:562 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:564 +#: redbot/core/core_commands.py:569 #, docstring msgid "\n" " Commands which interact with the data [botname] has about you.\n\n" @@ -260,7 +260,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:575 +#: redbot/core/core_commands.py:580 #, docstring msgid "\n" " Find out what type of data [botname] stores and why.\n\n" @@ -269,12 +269,12 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:585 +#: redbot/core/core_commands.py:590 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:604 +#: redbot/core/core_commands.py:609 #, docstring msgid "View the End User Data statements of each 3rd-party module.\n\n" " This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" @@ -283,39 +283,39 @@ msgid "View the End User Data statements of each 3rd-party module.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:615 +#: redbot/core/core_commands.py:620 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:625 +#: redbot/core/core_commands.py:630 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:645 +#: redbot/core/core_commands.py:650 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:647 +#: redbot/core/core_commands.py:652 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:652 +#: redbot/core/core_commands.py:657 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:668 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:679 +#: redbot/core/core_commands.py:684 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:684 +#: redbot/core/core_commands.py:689 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:695 +#: redbot/core/core_commands.py:700 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -327,63 +327,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:710 +#: redbot/core/core_commands.py:715 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:717 +#: redbot/core/core_commands.py:722 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:727 +#: redbot/core/core_commands.py:732 msgid "This may take some time." msgstr "" -#: redbot/core/core_commands.py:740 +#: redbot/core/core_commands.py:745 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:755 +#: redbot/core/core_commands.py:760 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:765 +#: redbot/core/core_commands.py:770 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:775 +#: redbot/core/core_commands.py:780 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:783 redbot/core/core_commands.py:950 -#: redbot/core/core_commands.py:1036 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:788 redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:1041 redbot/core/core_commands.py:1112 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:793 +#: redbot/core/core_commands.py:798 #, docstring msgid "[Coming Soon] Get what data [botname] has about you." msgstr "" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:800 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:804 +#: redbot/core/core_commands.py:809 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:810 +#: redbot/core/core_commands.py:815 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -394,11 +394,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:821 +#: redbot/core/core_commands.py:826 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:834 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n\n" @@ -408,11 +408,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:838 +#: redbot/core/core_commands.py:843 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:847 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -426,15 +426,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:859 +#: redbot/core/core_commands.py:864 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:867 +#: redbot/core/core_commands.py:872 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:878 +#: redbot/core/core_commands.py:883 #, docstring msgid "\n" " Handle a deletion request from Discord.\n\n" @@ -447,34 +447,34 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:892 +#: redbot/core/core_commands.py:897 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:915 redbot/core/core_commands.py:1072 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +#: redbot/core/core_commands.py:930 redbot/core/core_commands.py:1087 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +#: redbot/core/core_commands.py:941 redbot/core/core_commands.py:1098 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +#: redbot/core/core_commands.py:951 redbot/core/core_commands.py:1108 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:957 +#: redbot/core/core_commands.py:962 #, docstring msgid "Delete data [botname] has about a user for a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" @@ -485,34 +485,34 @@ msgid "Delete data [botname] has about a user for a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:973 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:991 +#: redbot/core/core_commands.py:996 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1006 +#: redbot/core/core_commands.py:1011 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1017 +#: redbot/core/core_commands.py:1022 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1033 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1048 #, docstring msgid "Delete data [botname] has about a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" @@ -522,12 +522,12 @@ msgid "Delete data [botname] has about a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1053 +#: redbot/core/core_commands.py:1058 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1114 +#: redbot/core/core_commands.py:1119 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -547,7 +547,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1136 +#: redbot/core/core_commands.py:1141 #, docstring msgid "\n" " Show the current embed settings.\n\n" @@ -561,42 +561,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1153 redbot/core/core_commands.py:1309 -#: redbot/core/core_commands.py:1360 redbot/core/core_commands.py:4236 -#: redbot/core/core_commands.py:4279 redbot/core/core_commands.py:4345 -#: redbot/core/core_commands.py:4376 +#: redbot/core/core_commands.py:1158 redbot/core/core_commands.py:1314 +#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:4282 +#: redbot/core/core_commands.py:4325 redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4422 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:1159 +#: redbot/core/core_commands.py:1164 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1161 +#: redbot/core/core_commands.py:1166 msgid "Global default: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1171 msgid "Global command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1172 +#: redbot/core/core_commands.py:1177 msgid "Guild setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1177 +#: redbot/core/core_commands.py:1182 msgid "Server command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1183 +#: redbot/core/core_commands.py:1188 msgid "Channel setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1191 msgid "User setting: {value}" msgstr "" -#: redbot/core/core_commands.py:1192 +#: redbot/core/core_commands.py:1197 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -608,15 +608,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1206 +#: redbot/core/core_commands.py:1211 msgid "Embeds are now disabled by default." msgstr "" -#: redbot/core/core_commands.py:1209 +#: redbot/core/core_commands.py:1214 msgid "Embeds are now enabled by default." msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1220 #, docstring msgid "\n" " Set the server's embed setting.\n\n" @@ -632,20 +632,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1234 redbot/core/core_commands.py:1318 -#: redbot/core/core_commands.py:1409 redbot/core/core_commands.py:1440 +#: redbot/core/core_commands.py:1239 redbot/core/core_commands.py:1323 +#: redbot/core/core_commands.py:1414 redbot/core/core_commands.py:1445 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1239 +#: redbot/core/core_commands.py:1244 msgid "Embeds are now enabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1241 +#: redbot/core/core_commands.py:1246 msgid "Embeds are now disabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1249 +#: redbot/core/core_commands.py:1254 #, docstring msgid "\n" " Sets a command's embed setting.\n\n" @@ -662,11 +662,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1278 +#: redbot/core/core_commands.py:1283 msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." msgstr "" -#: redbot/core/core_commands.py:1289 +#: redbot/core/core_commands.py:1294 #, docstring msgid "\n" " Sets a command's embed setting globally.\n\n" @@ -682,15 +682,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1375 +#: redbot/core/core_commands.py:1329 redbot/core/core_commands.py:1380 msgid "Embeds are now enabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1330 redbot/core/core_commands.py:1381 +#: redbot/core/core_commands.py:1335 redbot/core/core_commands.py:1386 msgid "Embeds are now disabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1340 +#: redbot/core/core_commands.py:1345 #, docstring msgid "\n" " Sets a commmand's embed setting for the current server.\n\n" @@ -706,11 +706,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1369 +#: redbot/core/core_commands.py:1374 msgid "Embeds will now fall back to the server setting." msgstr "" -#: redbot/core/core_commands.py:1390 +#: redbot/core/core_commands.py:1395 #, docstring msgid "\n" " Set's a channel's embed setting.\n\n" @@ -726,21 +726,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1419 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1426 #, docstring msgid "\n" " Sets personal embed setting for DMs.\n\n" @@ -756,15 +756,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1450 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1452 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1453 +#: redbot/core/core_commands.py:1458 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead.\n\n" @@ -777,11 +777,11 @@ msgid "Sends to the owner the last command exception that has occurred.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:1487 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1487 +#: redbot/core/core_commands.py:1492 #, docstring msgid "Shows [botname]'s invite url.\n\n" " This will always send the invite to DMs to keep it private.\n\n" @@ -791,12 +791,12 @@ msgid "Shows [botname]'s invite url.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1512 #, docstring msgid "Commands to setup [botname]'s invite settings." msgstr "" -#: redbot/core/core_commands.py:1512 +#: redbot/core/core_commands.py:1517 #, docstring msgid "\n" " Toggles if `[p]invite` should be accessible for the average user.\n\n" @@ -808,7 +808,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1549 +#: redbot/core/core_commands.py:1554 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -823,7 +823,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 #, docstring msgid "\n" " Leaves servers.\n\n" @@ -838,43 +855,43 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1588 +#: redbot/core/core_commands.py:1613 msgid "You need to specify at least one server ID." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:1620 msgid "You haven't passed any server ID. Do you want me to leave this server?" msgstr "" -#: redbot/core/core_commands.py:1600 +#: redbot/core/core_commands.py:1625 msgid "Are you sure you want me to leave these servers?" msgstr "" -#: redbot/core/core_commands.py:1608 +#: redbot/core/core_commands.py:1633 msgid "I cannot leave the server `{server_name}`: I am the owner of it." msgstr "" -#: redbot/core/core_commands.py:1619 +#: redbot/core/core_commands.py:1644 redbot/core/core_commands.py:2711 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:1624 +#: redbot/core/core_commands.py:1649 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1652 msgid "Alright. Leaving {number} servers..." msgstr "" -#: redbot/core/core_commands.py:1634 +#: redbot/core/core_commands.py:1659 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1636 +#: redbot/core/core_commands.py:1661 msgid "Alright, I'm not leaving those servers." msgstr "" -#: redbot/core/core_commands.py:1641 +#: redbot/core/core_commands.py:1666 #, docstring msgid "\n" " Lists the servers [botname] is currently in.\n\n" @@ -882,7 +899,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:1684 #, docstring msgid "Loads cog packages from the local paths and installed cogs.\n\n" " See packages available to load with `[p]cogs`.\n\n" @@ -895,67 +912,67 @@ msgid "Loads cog packages from the local paths and installed cogs.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1688 +#: redbot/core/core_commands.py:1713 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1693 +#: redbot/core/core_commands.py:1718 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1722 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1729 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1709 +#: redbot/core/core_commands.py:1734 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1717 redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1742 redbot/core/core_commands.py:1898 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1723 redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1748 redbot/core/core_commands.py:1904 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1732 redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1757 redbot/core/core_commands.py:1913 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1736 redbot/core/core_commands.py:1892 +#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1744 +#: redbot/core/core_commands.py:1769 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1748 +#: redbot/core/core_commands.py:1773 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1755 +#: redbot/core/core_commands.py:1780 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1786 redbot/core/core_commands.py:1942 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1780 +#: redbot/core/core_commands.py:1805 #, docstring msgid "Unloads previously loaded cog packages.\n\n" " See packages available to unload with `[p]cogs`.\n\n" @@ -967,23 +984,23 @@ msgid "Unloads previously loaded cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1798 +#: redbot/core/core_commands.py:1823 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1827 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1809 +#: redbot/core/core_commands.py:1834 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1813 +#: redbot/core/core_commands.py:1838 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1826 +#: redbot/core/core_commands.py:1851 #, docstring msgid "Reloads cog packages.\n\n" " This will unload and then load the specified cogs.\n\n" @@ -996,36 +1013,36 @@ msgid "Reloads cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:1880 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1860 +#: redbot/core/core_commands.py:1885 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1890 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1900 +#: redbot/core/core_commands.py:1925 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1904 +#: redbot/core/core_commands.py:1929 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1936 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Shuts down the bot.\n\n" " Allows [botname] to shut down gracefully.\n\n" @@ -1038,11 +1055,11 @@ msgid "Shuts down the bot.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1974 msgid "Shutting down... " msgstr "" -#: redbot/core/core_commands.py:1955 +#: redbot/core/core_commands.py:1980 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -1055,30 +1072,30 @@ msgid "Attempts to restart [botname].\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1969 +#: redbot/core/core_commands.py:1994 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:1974 +#: redbot/core/core_commands.py:1999 #, docstring msgid "Commands for changing [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1978 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1996 +#: redbot/core/core_commands.py:2021 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2042 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -1086,7 +1103,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:2039 +#: redbot/core/core_commands.py:2064 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -1101,23 +1118,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2060 +#: redbot/core/core_commands.py:2085 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:2062 +#: redbot/core/core_commands.py:2087 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2092 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2099 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2104 #, docstring msgid "\n" " Sets the bot's description.\n\n" @@ -1133,15 +1150,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2099 +#: redbot/core/core_commands.py:2124 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:2102 +#: redbot/core/core_commands.py:2127 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2141 #, docstring msgid "\n" " Adds an admin role for this guild.\n\n" @@ -1159,15 +1176,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2136 +#: redbot/core/core_commands.py:2161 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:2138 +#: redbot/core/core_commands.py:2163 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2144 +#: redbot/core/core_commands.py:2169 #, docstring msgid "\n" " Adds a moderator role for this guild.\n\n" @@ -1184,15 +1201,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2188 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:2165 +#: redbot/core/core_commands.py:2190 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2171 +#: redbot/core/core_commands.py:2196 #, docstring msgid "\n" " Removes an admin role for this guild.\n\n" @@ -1204,15 +1221,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2208 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:2185 +#: redbot/core/core_commands.py:2210 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2191 +#: redbot/core/core_commands.py:2216 #, docstring msgid "\n" " Removes a mod role for this guild.\n\n" @@ -1224,15 +1241,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2228 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2230 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2211 +#: redbot/core/core_commands.py:2236 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -1243,19 +1260,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2248 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will" msgstr "" -#: redbot/core/core_commands.py:2232 +#: redbot/core/core_commands.py:2257 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -1267,11 +1284,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2247 +#: redbot/core/core_commands.py:2272 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2280 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -1282,11 +1299,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2268 +#: redbot/core/core_commands.py:2293 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:2276 +#: redbot/core/core_commands.py:2301 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1303,15 +1320,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2321 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:2299 +#: redbot/core/core_commands.py:2324 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:2304 +#: redbot/core/core_commands.py:2329 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL.\n\n" @@ -1324,28 +1341,28 @@ msgid "Sets [botname]'s avatar\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2327 +#: redbot/core/core_commands.py:2352 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:2329 +#: redbot/core/core_commands.py:2354 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:2339 +#: redbot/core/core_commands.py:2364 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:2346 +#: redbot/core/core_commands.py:2371 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:2348 redbot/core/core_commands.py:2575 -#: redbot/core/core_commands.py:2631 redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:2373 redbot/core/core_commands.py:2600 +#: redbot/core/core_commands.py:2656 redbot/core/core_commands.py:2680 msgid "Done." msgstr "" -#: redbot/core/core_commands.py:2353 +#: redbot/core/core_commands.py:2378 #, docstring msgid "\n" " Removes [botname]'s avatar.\n\n" @@ -1354,11 +1371,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2386 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2392 #, docstring msgid "Sets [botname]'s playing status.\n\n" " This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" @@ -1371,19 +1388,19 @@ msgid "Sets [botname]'s playing status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2383 +#: redbot/core/core_commands.py:2408 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2391 +#: redbot/core/core_commands.py:2416 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:2393 +#: redbot/core/core_commands.py:2418 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:2399 +#: redbot/core/core_commands.py:2424 #, docstring msgid "Sets [botname]'s listening status.\n\n" " This will appear as `Listening to `.\n\n" @@ -1395,19 +1412,19 @@ msgid "Sets [botname]'s listening status.\n\n" " - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2416 +#: redbot/core/core_commands.py:2441 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2425 +#: redbot/core/core_commands.py:2450 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2453 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2459 #, docstring msgid "Sets [botname]'s watching status.\n\n" " This will appear as `Watching `.\n\n" @@ -1419,19 +1436,19 @@ msgid "Sets [botname]'s watching status.\n\n" " - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2475 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2482 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:2459 +#: redbot/core/core_commands.py:2484 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:2465 +#: redbot/core/core_commands.py:2490 #, docstring msgid "Sets [botname]'s competing status.\n\n" " This will appear as `Competing in `.\n\n" @@ -1443,19 +1460,19 @@ msgid "Sets [botname]'s competing status.\n\n" " - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2482 +#: redbot/core/core_commands.py:2507 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2491 +#: redbot/core/core_commands.py:2516 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:2494 +#: redbot/core/core_commands.py:2519 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:2500 +#: redbot/core/core_commands.py:2525 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1471,11 +1488,11 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:2555 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:2538 +#: redbot/core/core_commands.py:2563 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" @@ -1491,15 +1508,15 @@ msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " - `` - The text to follow `Streaming` in the status." msgstr "" -#: redbot/core/core_commands.py:2563 +#: redbot/core/core_commands.py:2588 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2591 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2580 +#: redbot/core/core_commands.py:2605 #, docstring msgid "Sets [botname]'s username.\n\n" " Maximum length for a username is 32 characters.\n\n" @@ -1512,28 +1529,28 @@ msgid "Sets [botname]'s username.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2596 +#: redbot/core/core_commands.py:2621 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2603 +#: redbot/core/core_commands.py:2628 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2609 +#: redbot/core/core_commands.py:2634 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2619 +#: redbot/core/core_commands.py:2644 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2629 +#: redbot/core/core_commands.py:2654 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2662 #, docstring msgid "Sets [botname]'s nickname for the current server.\n\n" " Maximum length for a nickname is 32 characters.\n\n" @@ -1544,15 +1561,15 @@ msgid "Sets [botname]'s nickname for the current server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2649 +#: redbot/core/core_commands.py:2674 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2653 +#: redbot/core/core_commands.py:2678 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:2660 +#: redbot/core/core_commands.py:2685 #, docstring msgid "Sets [botname]'s global prefix(es).\n\n" " Warning: This is not additive. It will replace all current prefixes.\n\n" @@ -1567,20 +1584,30 @@ msgid "Sets [botname]'s global prefix(es).\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2677 +#: redbot/core/core_commands.py:2702 +msgid "Warning: A prefix is above the recommended length (20 characters).\n" +"Do you want to continue? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:2715 +msgid "Cancelled." +msgstr "" + +#: redbot/core/core_commands.py:2719 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:2721 msgid "Prefixes set." msgstr "" -#: redbot/core/core_commands.py:2685 +#: redbot/core/core_commands.py:2727 #, docstring msgid "\n" " Sets [botname]'s server prefix(es).\n\n" " Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" -" This is not additive. It will replace all current server prefixes.\n\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 20 characters.\n\n" " **Examples:**\n" " - `[p]set serverprefix !`\n" " - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" @@ -1591,19 +1618,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2702 +#: redbot/core/core_commands.py:2745 msgid "Server prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2748 +msgid "You cannot have a prefix longer than 20 characters." +msgstr "" + +#: redbot/core/core_commands.py:2753 msgid "Server prefix set." msgstr "" -#: redbot/core/core_commands.py:2709 +#: redbot/core/core_commands.py:2755 msgid "Server prefixes set." msgstr "" -#: redbot/core/core_commands.py:2714 +#: redbot/core/core_commands.py:2760 #, docstring msgid "\n" " Changes the bot's default locale.\n\n" @@ -1620,21 +1651,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2735 redbot/core/core_commands.py:2779 -#: redbot/core/core_commands.py:2818 redbot/core/core_commands.py:2862 +#: redbot/core/core_commands.py:2781 redbot/core/core_commands.py:2825 +#: redbot/core/core_commands.py:2864 redbot/core/core_commands.py:2908 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2739 redbot/core/core_commands.py:2783 -#: redbot/core/core_commands.py:2822 redbot/core/core_commands.py:2866 +#: redbot/core/core_commands.py:2785 redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2868 redbot/core/core_commands.py:2912 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:2792 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2752 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1652,15 +1683,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2774 +#: redbot/core/core_commands.py:2820 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2789 +#: redbot/core/core_commands.py:2835 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:2795 +#: redbot/core/core_commands.py:2841 #, docstring msgid "\n" " Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1675,15 +1706,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2812 +#: redbot/core/core_commands.py:2858 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2875 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2837 +#: redbot/core/core_commands.py:2883 #, docstring msgid "\n" " Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1698,15 +1729,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2855 +#: redbot/core/core_commands.py:2901 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2873 +#: redbot/core/core_commands.py:2919 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2881 +#: redbot/core/core_commands.py:2927 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1721,19 +1752,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2898 +#: redbot/core/core_commands.py:2944 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2948 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2905 +#: redbot/core/core_commands.py:2951 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2956 #, docstring msgid "\n" " Commands to set, list or remove various external API tokens.\n\n" @@ -1750,11 +1781,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2931 +#: redbot/core/core_commands.py:2977 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2935 +#: redbot/core/core_commands.py:2981 #, docstring msgid "\n" " Show all external API services along with their keys that have been set.\n\n" @@ -1764,19 +1795,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2946 +#: redbot/core/core_commands.py:2992 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2961 +#: redbot/core/core_commands.py:3007 #, docstring msgid "\n" " Remove the given services with all their keys and tokens.\n\n" @@ -1787,20 +1818,20 @@ msgid "\n" " - `` - The services to remove." msgstr "" -#: redbot/core/core_commands.py:2976 +#: redbot/core/core_commands.py:3022 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2980 +#: redbot/core/core_commands.py:3026 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2985 +#: redbot/core/core_commands.py:3031 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2990 +#: redbot/core/core_commands.py:3036 #, docstring msgid "\n" " Commands to manage settings for the help command.\n\n" @@ -1808,7 +1839,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2999 +#: redbot/core/core_commands.py:3045 #, docstring msgid "\n" " Show the current help settings.\n\n" @@ -1818,11 +1849,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3013 +#: redbot/core/core_commands.py:3059 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:3023 +#: redbot/core/core_commands.py:3069 #, docstring msgid "\n" " This resets [botname]'s help formatter to the default formatter.\n\n" @@ -1831,11 +1862,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3032 +#: redbot/core/core_commands.py:3078 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:3041 +#: redbot/core/core_commands.py:3087 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1845,11 +1876,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3051 +#: redbot/core/core_commands.py:3097 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3105 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1865,15 +1896,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3079 +#: redbot/core/core_commands.py:3125 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:3081 +#: redbot/core/core_commands.py:3127 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:3085 +#: redbot/core/core_commands.py:3131 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1887,15 +1918,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3102 +#: redbot/core/core_commands.py:3148 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3104 +#: redbot/core/core_commands.py:3150 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3154 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1909,15 +1940,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3125 +#: redbot/core/core_commands.py:3171 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3127 +#: redbot/core/core_commands.py:3173 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3131 +#: redbot/core/core_commands.py:3177 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent to a DM.\n\n" @@ -1933,15 +1964,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3152 +#: redbot/core/core_commands.py:3198 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3154 +#: redbot/core/core_commands.py:3200 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3158 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be filtered from help.\n\n" @@ -1955,15 +1986,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3175 +#: redbot/core/core_commands.py:3221 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:3177 +#: redbot/core/core_commands.py:3223 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:3181 +#: redbot/core/core_commands.py:3227 #, docstring msgid "\n" " Sets whether the bot should respond to help commands for nonexistent topics.\n\n" @@ -1979,15 +2010,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3202 +#: redbot/core/core_commands.py:3248 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3251 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:3213 +#: redbot/core/core_commands.py:3259 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " Note: This setting only applies to embedded help.\n\n" @@ -2002,15 +2033,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3230 +#: redbot/core/core_commands.py:3276 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:3234 +#: redbot/core/core_commands.py:3280 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3238 +#: redbot/core/core_commands.py:3284 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " Note: This setting does not apply to menu help.\n\n" @@ -2026,15 +2057,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3283 +#: redbot/core/core_commands.py:3302 redbot/core/core_commands.py:3329 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:3260 +#: redbot/core/core_commands.py:3306 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3265 +#: redbot/core/core_commands.py:3311 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -2051,19 +2082,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3332 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3337 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:3293 +#: redbot/core/core_commands.py:3339 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:3297 +#: redbot/core/core_commands.py:3343 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -2077,19 +2108,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3312 +#: redbot/core/core_commands.py:3358 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:3316 +#: redbot/core/core_commands.py:3362 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:3324 +#: redbot/core/core_commands.py:3370 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:3329 +#: redbot/core/core_commands.py:3375 #, docstring msgid "Sends a message to the owner.\n\n" " This is limited to one message every 60 seconds per person.\n\n" @@ -2100,43 +2131,43 @@ msgid "Sends a message to the owner.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3341 +#: redbot/core/core_commands.py:3387 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:3344 +#: redbot/core/core_commands.py:3390 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3392 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:3347 +#: redbot/core/core_commands.py:3393 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:3352 +#: redbot/core/core_commands.py:3398 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:3354 +#: redbot/core/core_commands.py:3400 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:3359 +#: redbot/core/core_commands.py:3405 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:3430 +#: redbot/core/core_commands.py:3476 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:3432 +#: redbot/core/core_commands.py:3478 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:3437 +#: redbot/core/core_commands.py:3483 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n\n" @@ -2149,41 +2180,41 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3453 +#: redbot/core/core_commands.py:3499 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3509 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:3464 +#: redbot/core/core_commands.py:3510 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:3478 redbot/core/core_commands.py:3488 +#: redbot/core/core_commands.py:3524 redbot/core/core_commands.py:3534 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:3481 redbot/core/core_commands.py:3491 +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3537 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:3496 +#: redbot/core/core_commands.py:3542 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:3500 +#: redbot/core/core_commands.py:3546 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:3506 +#: redbot/core/core_commands.py:3552 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:3593 +#: redbot/core/core_commands.py:3639 #, docstring msgid "\n" " Commands to manage the allowlist.\n\n" @@ -2192,7 +2223,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3604 +#: redbot/core/core_commands.py:3650 #, docstring msgid "\n" " Adds users to the allowlist.\n\n" @@ -2204,15 +2235,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3663 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3619 +#: redbot/core/core_commands.py:3665 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3623 +#: redbot/core/core_commands.py:3669 #, docstring msgid "\n" " Lists users on the allowlist.\n\n" @@ -2221,21 +2252,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3635 +#: redbot/core/core_commands.py:3681 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3637 +#: redbot/core/core_commands.py:3683 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3641 redbot/core/core_commands.py:3739 +#: redbot/core/core_commands.py:3687 redbot/core/core_commands.py:3785 #: redbot/core/modlog.py:428 redbot/core/modlog.py:450 #: redbot/core/modlog.py:466 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/core_commands.py:3649 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Removes users from the allowlist.\n\n" @@ -2248,15 +2279,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3664 +#: redbot/core/core_commands.py:3710 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3666 +#: redbot/core/core_commands.py:3712 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3670 +#: redbot/core/core_commands.py:3716 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2266,11 +2297,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3725 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3684 +#: redbot/core/core_commands.py:3730 #, docstring msgid "\n" " Commands to manage the blocklist.\n\n" @@ -2278,7 +2309,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3693 +#: redbot/core/core_commands.py:3739 #, docstring msgid "\n" " Adds users to the blocklist.\n\n" @@ -2290,19 +2321,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3709 +#: redbot/core/core_commands.py:3755 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3715 +#: redbot/core/core_commands.py:3761 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3717 +#: redbot/core/core_commands.py:3763 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3721 +#: redbot/core/core_commands.py:3767 #, docstring msgid "\n" " Lists users on the blocklist.\n\n" @@ -2311,15 +2342,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3733 +#: redbot/core/core_commands.py:3779 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3735 +#: redbot/core/core_commands.py:3781 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3747 +#: redbot/core/core_commands.py:3793 #, docstring msgid "\n" " Removes users from the blocklist.\n\n" @@ -2331,15 +2362,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3760 +#: redbot/core/core_commands.py:3806 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3762 +#: redbot/core/core_commands.py:3808 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3766 +#: redbot/core/core_commands.py:3812 #, docstring msgid "\n" " Clears the blocklist.\n\n" @@ -2348,11 +2379,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3773 +#: redbot/core/core_commands.py:3819 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3779 +#: redbot/core/core_commands.py:3825 #, docstring msgid "\n" " Commands to manage the server specific allowlist.\n\n" @@ -2361,7 +2392,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3792 +#: redbot/core/core_commands.py:3838 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n\n" @@ -2374,19 +2405,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3811 +#: redbot/core/core_commands.py:3857 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:3820 +#: redbot/core/core_commands.py:3866 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3822 +#: redbot/core/core_commands.py:3868 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3826 +#: redbot/core/core_commands.py:3872 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n\n" @@ -2395,19 +2426,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3838 +#: redbot/core/core_commands.py:3884 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3840 +#: redbot/core/core_commands.py:3886 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:3844 redbot/core/core_commands.py:3966 +#: redbot/core/core_commands.py:3890 redbot/core/core_commands.py:4012 msgid "Unknown or Deleted User/Role" msgstr "" -#: redbot/core/core_commands.py:3854 +#: redbot/core/core_commands.py:3900 #, docstring msgid "\n" " Removes user or role from the allowlist.\n\n" @@ -2421,19 +2452,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3875 +#: redbot/core/core_commands.py:3921 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3883 +#: redbot/core/core_commands.py:3929 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3885 +#: redbot/core/core_commands.py:3931 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3889 +#: redbot/core/core_commands.py:3935 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2443,11 +2474,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3898 +#: redbot/core/core_commands.py:3944 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3904 +#: redbot/core/core_commands.py:3950 #, docstring msgid "\n" " Commands to manage the server specific blocklist.\n\n" @@ -2455,7 +2486,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3915 +#: redbot/core/core_commands.py:3961 #, docstring msgid "\n" " Adds a user or role to the local blocklist.\n\n" @@ -2468,27 +2499,27 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3929 +#: redbot/core/core_commands.py:3975 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3932 +#: redbot/core/core_commands.py:3978 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3935 +#: redbot/core/core_commands.py:3981 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3942 +#: redbot/core/core_commands.py:3988 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3944 +#: redbot/core/core_commands.py:3990 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3948 +#: redbot/core/core_commands.py:3994 #, docstring msgid "\n" " Lists users and roles on the server blocklist.\n\n" @@ -2497,15 +2528,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3960 +#: redbot/core/core_commands.py:4006 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3962 +#: redbot/core/core_commands.py:4008 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3976 +#: redbot/core/core_commands.py:4022 #, docstring msgid "\n" " Removes user or role from local blocklist.\n\n" @@ -2518,15 +2549,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3992 +#: redbot/core/core_commands.py:4038 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3994 +#: redbot/core/core_commands.py:4040 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3998 +#: redbot/core/core_commands.py:4044 #, docstring msgid "\n" " Clears the server blocklist.\n\n" @@ -2536,16 +2567,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4007 +#: redbot/core/core_commands.py:4053 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:4012 +#: redbot/core/core_commands.py:4058 #, docstring msgid "Commands to enable and disable commands and cogs." msgstr "" -#: redbot/core/core_commands.py:4018 +#: redbot/core/core_commands.py:4064 #, docstring msgid "Set the default state for a cog as disabled.\n\n" " This will disable the cog for all servers by default.\n" @@ -2559,20 +2590,20 @@ msgid "Set the default state for a cog as disabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4034 redbot/core/core_commands.py:4059 -#: redbot/core/core_commands.py:4079 redbot/core/core_commands.py:4109 +#: redbot/core/core_commands.py:4080 redbot/core/core_commands.py:4105 +#: redbot/core/core_commands.py:4125 redbot/core/core_commands.py:4155 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:4036 +#: redbot/core/core_commands.py:4082 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:4038 +#: redbot/core/core_commands.py:4084 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:4043 +#: redbot/core/core_commands.py:4089 #, docstring msgid "Set the default state for a cog as enabled.\n\n" " This will re-enable the cog for all servers by default.\n" @@ -2586,11 +2617,11 @@ msgid "Set the default state for a cog as enabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4061 +#: redbot/core/core_commands.py:4107 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:4066 +#: redbot/core/core_commands.py:4112 #, docstring msgid "Disable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2602,19 +2633,19 @@ msgid "Disable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4081 +#: redbot/core/core_commands.py:4127 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:4083 +#: redbot/core/core_commands.py:4129 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4086 +#: redbot/core/core_commands.py:4132 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4092 +#: redbot/core/core_commands.py:4138 #, docstring msgid "Enable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2626,15 +2657,15 @@ msgid "Enable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4104 +#: redbot/core/core_commands.py:4150 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4112 +#: redbot/core/core_commands.py:4158 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4118 +#: redbot/core/core_commands.py:4164 #, docstring msgid "List the cogs which are disabled in this server.\n\n" " **Example:**\n" @@ -2642,15 +2673,15 @@ msgid "List the cogs which are disabled in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4131 +#: redbot/core/core_commands.py:4177 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:4137 +#: redbot/core/core_commands.py:4183 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:4141 +#: redbot/core/core_commands.py:4187 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2661,7 +2692,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4158 +#: redbot/core/core_commands.py:4204 #, docstring msgid "List disabled commands globally.\n\n" " **Example:**\n" @@ -2669,19 +2700,19 @@ msgid "List disabled commands globally.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4165 +#: redbot/core/core_commands.py:4211 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:4168 +#: redbot/core/core_commands.py:4214 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4172 +#: redbot/core/core_commands.py:4218 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4180 +#: redbot/core/core_commands.py:4226 #, docstring msgid "List disabled commands in this server.\n\n" " **Example:**\n" @@ -2689,19 +2720,19 @@ msgid "List disabled commands in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4187 +#: redbot/core/core_commands.py:4233 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:4190 +#: redbot/core/core_commands.py:4236 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4194 +#: redbot/core/core_commands.py:4240 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4201 +#: redbot/core/core_commands.py:4247 #, docstring msgid "\n" " Disable a command.\n\n" @@ -2715,7 +2746,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4223 +#: redbot/core/core_commands.py:4269 #, docstring msgid "\n" " Disable a command globally.\n\n" @@ -2727,19 +2758,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4242 redbot/core/core_commands.py:4285 +#: redbot/core/core_commands.py:4288 redbot/core/core_commands.py:4331 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:4248 redbot/core/core_commands.py:4291 +#: redbot/core/core_commands.py:4294 redbot/core/core_commands.py:4337 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:4257 +#: redbot/core/core_commands.py:4303 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:4266 +#: redbot/core/core_commands.py:4312 #, docstring msgid "\n" " Disable a command in this server only.\n\n" @@ -2751,15 +2782,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4296 +#: redbot/core/core_commands.py:4342 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:4306 +#: redbot/core/core_commands.py:4352 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:4312 +#: redbot/core/core_commands.py:4358 #, docstring msgid "Enable a command.\n\n" " If you're the bot owner, this will try to enable a globally disabled command by default.\n" @@ -2772,7 +2803,7 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4332 +#: redbot/core/core_commands.py:4378 #, docstring msgid "\n" " Enable a command globally.\n\n" @@ -2784,11 +2815,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4354 +#: redbot/core/core_commands.py:4400 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:4363 +#: redbot/core/core_commands.py:4409 #, docstring msgid "\n" " Enable a command in this server.\n\n" @@ -2800,15 +2831,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4381 +#: redbot/core/core_commands.py:4427 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4437 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:4398 +#: redbot/core/core_commands.py:4444 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2822,7 +2853,7 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4419 +#: redbot/core/core_commands.py:4465 #, docstring msgid "\n" " Commands to manage server settings for immunity from automated actions.\n\n" @@ -2830,7 +2861,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4428 +#: redbot/core/core_commands.py:4474 #, docstring msgid "\n" " Gets the current members and roles configured for automatic moderation action immunity.\n\n" @@ -2839,19 +2870,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4441 +#: redbot/core/core_commands.py:4487 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4446 +#: redbot/core/core_commands.py:4492 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4450 +#: redbot/core/core_commands.py:4496 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:4459 +#: redbot/core/core_commands.py:4505 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n\n" @@ -2863,11 +2894,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4471 +#: redbot/core/core_commands.py:4517 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:4479 +#: redbot/core/core_commands.py:4525 #, docstring msgid "\n" " Remove a user or role from being immune to automated moderation actions.\n\n" @@ -2879,11 +2910,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4491 +#: redbot/core/core_commands.py:4537 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:4499 +#: redbot/core/core_commands.py:4545 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n\n" @@ -2895,15 +2926,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4511 +#: redbot/core/core_commands.py:4557 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:4513 +#: redbot/core/core_commands.py:4559 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:4518 +#: redbot/core/core_commands.py:4564 #, docstring msgid "\n" " Commands for configuring owner notifications.\n\n" @@ -2911,7 +2942,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4527 +#: redbot/core/core_commands.py:4573 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2923,7 +2954,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4546 +#: redbot/core/core_commands.py:4592 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n\n" @@ -2934,7 +2965,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4565 +#: redbot/core/core_commands.py:4611 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n\n" @@ -2946,7 +2977,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4591 +#: redbot/core/core_commands.py:4637 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n\n" @@ -2958,7 +2989,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4615 +#: redbot/core/core_commands.py:4661 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n\n" @@ -2967,15 +2998,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4625 +#: redbot/core/core_commands.py:4671 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:4636 +#: redbot/core/core_commands.py:4682 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:4667 +#: redbot/core/core_commands.py:4713 #, docstring msgid "\n" " Commands to add servers or channels to the ignore list.\n\n" @@ -2984,7 +3015,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4677 +#: redbot/core/core_commands.py:4723 #, docstring msgid "\n" " List the currently ignored servers and channels.\n\n" @@ -2993,7 +3024,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4692 +#: redbot/core/core_commands.py:4738 #, docstring msgid "\n" " Ignore commands in the channel or category.\n\n" @@ -3009,15 +3040,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4712 +#: redbot/core/core_commands.py:4758 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:4714 +#: redbot/core/core_commands.py:4760 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:4719 +#: redbot/core/core_commands.py:4765 #, docstring msgid "\n" " Ignore commands in this server.\n\n" @@ -3027,20 +3058,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4730 +#: redbot/core/core_commands.py:4776 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:4732 +#: redbot/core/core_commands.py:4778 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:4738 +#: redbot/core/core_commands.py:4784 #, docstring msgid "Commands to remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4746 +#: redbot/core/core_commands.py:4792 #, docstring msgid "\n" " Remove a channel or category from the ignore list.\n\n" @@ -3055,15 +3086,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4765 +#: redbot/core/core_commands.py:4811 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:4767 +#: redbot/core/core_commands.py:4813 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4772 +#: redbot/core/core_commands.py:4818 #, docstring msgid "\n" " Remove this server from the ignore list.\n\n" @@ -3072,24 +3103,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4781 +#: redbot/core/core_commands.py:4827 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4783 +#: redbot/core/core_commands.py:4829 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4789 +#: redbot/core/core_commands.py:4835 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:4801 +#: redbot/core/core_commands.py:4847 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:4816 +#: redbot/core/core_commands.py:4862 #, docstring msgid "\n" " Get info about Red's licenses.\n" @@ -3122,7 +3153,7 @@ msgid "Evaluate a statement of python code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:166 +#: redbot/core/dev_commands.py:167 #, docstring msgid "Execute asynchronous code.\n\n" " This command wraps code into the body of an async function and then\n" @@ -3142,7 +3173,7 @@ msgid "Execute asynchronous code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:220 +#: redbot/core/dev_commands.py:221 #, docstring msgid "Open an interactive REPL.\n\n" " The REPL will only recognise code as messages which start with a\n" @@ -3151,51 +3182,51 @@ msgid "Open an interactive REPL.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:229 +#: redbot/core/dev_commands.py:230 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "" -#: redbot/core/dev_commands.py:233 +#: redbot/core/dev_commands.py:234 msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." msgstr "" -#: redbot/core/dev_commands.py:244 +#: redbot/core/dev_commands.py:245 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." msgstr "" -#: redbot/core/dev_commands.py:258 +#: redbot/core/dev_commands.py:259 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:309 +#: redbot/core/dev_commands.py:310 msgid "Unexpected error: `{}`" msgstr "" -#: redbot/core/dev_commands.py:313 +#: redbot/core/dev_commands.py:314 #, docstring msgid "Pauses/resumes the REPL running in the current channel" msgstr "" -#: redbot/core/dev_commands.py:315 +#: redbot/core/dev_commands.py:316 msgid "There is no currently running REPL session in this channel." msgstr "" -#: redbot/core/dev_commands.py:323 +#: redbot/core/dev_commands.py:324 msgid "The REPL session in this channel has been resumed." msgstr "" -#: redbot/core/dev_commands.py:325 +#: redbot/core/dev_commands.py:326 msgid "The REPL session in this channel is now paused." msgstr "" -#: redbot/core/dev_commands.py:330 +#: redbot/core/dev_commands.py:331 #, docstring msgid "Mock another user invoking a command.\n\n" " The prefix must not be entered.\n" " " msgstr "" -#: redbot/core/dev_commands.py:343 +#: redbot/core/dev_commands.py:344 #, docstring msgid "Dispatch a message event as if it were sent by a different user.\n\n" " Only reads the raw content of the message. Attachments, embeds etc. are\n" @@ -3203,17 +3234,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:364 +#: redbot/core/dev_commands.py:365 #, docstring msgid "Give bot owners the ability to bypass cooldowns.\n\n" " Does not persist through restarts." msgstr "" -#: redbot/core/dev_commands.py:372 +#: redbot/core/dev_commands.py:373 msgid "Bot owners will now bypass all commands with cooldowns." msgstr "" -#: redbot/core/dev_commands.py:374 +#: redbot/core/dev_commands.py:375 msgid "Bot owners will no longer bypass all commands with cooldowns." msgstr "" diff --git a/redbot/core/locales/es-ES.po b/redbot/core/locales/es-ES.po index 8fbc29fe2..648658edf 100644 --- a/redbot/core/locales/es-ES.po +++ b/redbot/core/locales/es-ES.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-05-25 16:04+0000\n" +"POT-Creation-Date: 2021-06-12 15:52+0000\n" "Last-Translator: \n" "Language-Team: Spanish\n" "MIME-Version: 1.0\n" @@ -17,7 +17,7 @@ msgstr "" #: redbot/core/bank.py:1019 msgid "Can't pay for this command in DM without a global bank." -msgstr "No se puede pagar por este comando en DM sin un banco global." +msgstr "No se puede pagar con este comando en DM sin un banco global." #: redbot/core/bank.py:1026 msgid "You need at least {cost} {currency} to use this command." @@ -142,35 +142,40 @@ msgstr "**{} cargado/s:**\n" msgid "**{} unloaded:**\n" msgstr "**{} sin cargar:**\n" -#: redbot/core/core_commands.py:179 +#: redbot/core/core_commands.py:181 msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." msgstr "El alias {alias_name} ya es un comando o alias existente en uno de los cogs cargados." -#: redbot/core/core_commands.py:184 +#: redbot/core/core_commands.py:186 msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." msgstr "El comando {command_name} ya es un comando o alias existente en uno de los cogs cargados." -#: redbot/core/core_commands.py:393 +#: redbot/core/core_commands.py:398 #, docstring msgid "\n" " The Core cog has many commands related to core functions.\n\n" " These commands come loaded with every Red bot, and cover some of the most basic usage of the bot.\n" " " -msgstr "" +msgstr "\n" +" El cog núcleo tiene muchos comandos relacionados con las funciones del núcleo.\n\n" +" Estos comandos vienen cargados con cada bot Red, y cubren algunos de los usos más básicos del bot.\n" +" " -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:410 #, docstring msgid "Pong." msgstr "Pong." -#: redbot/core/core_commands.py:410 +#: redbot/core/core_commands.py:415 #, docstring msgid "Shows info about [botname].\n\n" " See `[p]set custominfo` to customize.\n" " " -msgstr "" +msgstr "Muestra información sobre [botname].\n\n" +" Ver `[p]set custominfo` para personalizar.\n" +" " -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:445 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" "(c) Cog Creators" @@ -178,43 +183,43 @@ msgstr "Este bot es una instancia de [Red, un bot de código abierto de Discord] "Rojo está respaldado por una comunidad pasionada que contribuye y crea contenido para que todos disfruten. [Únete hoy a nosotros]({}) y ayúdanos incompatible!\n\n" "(c) Creadores de Cog" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by team" msgstr "Instancia propiedad del equipo" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by" msgstr "Instancia de" -#: redbot/core/core_commands.py:456 +#: redbot/core/core_commands.py:461 msgid "Red version" msgstr "Versión de Red" -#: redbot/core/core_commands.py:459 redbot/core/core_commands.py:515 +#: redbot/core/core_commands.py:464 redbot/core/core_commands.py:520 msgid "Yes, {version} is available." msgstr "Si, {version} está disponible." -#: redbot/core/core_commands.py:463 redbot/core/core_commands.py:519 +#: redbot/core/core_commands.py:468 redbot/core/core_commands.py:524 msgid "Checking for updates failed." msgstr "Error al buscar actualizaciones." -#: redbot/core/core_commands.py:464 +#: redbot/core/core_commands.py:469 msgid "Outdated" msgstr "Desactualizado" -#: redbot/core/core_commands.py:466 +#: redbot/core/core_commands.py:471 msgid "About this instance" msgstr "Acerca de esta instancia" -#: redbot/core/core_commands.py:467 +#: redbot/core/core_commands.py:472 msgid "About Red" msgstr "Acerca de Red" -#: redbot/core/core_commands.py:470 redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:475 redbot/core/core_commands.py:533 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "Trayendo alegría desde el 02 de enero de 2016 (¡hace más de {} días!)" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:483 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" @@ -222,7 +227,7 @@ msgstr "Este bot es una instancia de Red, un bot Discord (1) de código abierto "Red es apoyado por una comunidad apasionada que contribuye y crea contenido para que todos lo disfruten. Únete hoy (4) y ayúdanos a mejorar!\n\n" "(c) Cog Creators" -#: redbot/core/core_commands.py:489 +#: redbot/core/core_commands.py:494 msgid "Instance owned by team: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" @@ -232,7 +237,7 @@ msgstr "Instancia propiedad del equipo: [{owner}]\n" "discord.py: [{dpy_version}] (6)\n" "Versión roja: [{red_version}] (7)\n" -#: redbot/core/core_commands.py:501 +#: redbot/core/core_commands.py:506 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" @@ -242,19 +247,19 @@ msgstr "Instancia propiedad de: [{owner}]\n" "discord. y: [{dpy_version}] (6)\n" "Versión roja: [{red_version}] (7)\n" -#: redbot/core/core_commands.py:520 +#: redbot/core/core_commands.py:525 msgid "Outdated: [{state}]\n" msgstr "Obsoleto: [{state}]\n" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:528 msgid "**About Red**\n" msgstr "**Acerca de Red**\n" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:539 msgid "**About this instance**\n" msgstr "**Acerca de esta instancia**\n" -#: redbot/core/core_commands.py:536 +#: redbot/core/core_commands.py:541 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -272,84 +277,95 @@ msgstr "**Referencias**\n" "6. <{}>\n" "7. <{}>\n" -#: redbot/core/core_commands.py:552 +#: redbot/core/core_commands.py:557 #, docstring msgid "Shows [botname]'s uptime." msgstr "Muestra el tiempo de actividad de [botname]." -#: redbot/core/core_commands.py:555 +#: redbot/core/core_commands.py:560 msgid "Less than one second" msgstr "Menos de 1 segundo" -#: redbot/core/core_commands.py:557 +#: redbot/core/core_commands.py:562 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "Activo durante: **{time_quantity}** (desde {timestamp} UTC)" -#: redbot/core/core_commands.py:564 +#: redbot/core/core_commands.py:569 #, docstring msgid "\n" " Commands which interact with the data [botname] has about you.\n\n" " More information can be found in the [End User Data Documentation.](https://docs.discord.red/en/stable/red_core_data_statement.html)\n" " " -msgstr "" +msgstr "\n" +" Los comandos que interactúan con los datos que [botname] conoce sobre ti.\n\n" +" Puedes encontrar más información en la [Documentación de datos del usuario final.](https://docs.discord.red/en/stable/red_core_data_statement.html)\n" +" " -#: redbot/core/core_commands.py:575 +#: redbot/core/core_commands.py:580 #, docstring msgid "\n" " Find out what type of data [botname] stores and why.\n\n" " **Example:**\n" " - `[p]mydata whatdata`\n" " " -msgstr "" +msgstr "\n" +" Averigua qué tipo de datos [botname] almacena y por qué.\n\n" +" **Ejemplo:**\n" +" - `[p]mydata whatdata`\n" +" " -#: redbot/core/core_commands.py:585 +#: redbot/core/core_commands.py:590 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "Este bot almacena algunos datos sobre los usuarios cuando sea necesario para funcionar. Esto es principalmente el ID que tu usuario está asignado por Discord, enlazado a un puñado de cosas dependiendo de con lo que interactúes en el bot. Hay algunos comandos que lo almacenan para mantener un seguimiento de quién creó algo. (como las listas de reproducción) Para obtener más detalles sobre esto y más detalles sobre lo que se almacena y por qué, consulte {link}.\n\n" "Además, los complementos de terceros cargados por el propietario del bot pueden o no almacenar cosas adicionales. Puedes usar `{prefix}mydata 3rdparty` para ver las sentencias proporcionadas por cada adición de terceros." -#: redbot/core/core_commands.py:604 +#: redbot/core/core_commands.py:609 #, docstring msgid "View the End User Data statements of each 3rd-party module.\n\n" " This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" " **Example:**\n" " - `[p]mydata 3rdparty`\n" " " -msgstr "" +msgstr "Ver las declaraciones de datos de usuario final de cada módulo de terceros.\n\n" +" Esto enviará un archivo adjunto con las declaraciones de datos del usuario final de todos los cogs de terceros cargados.\n\n" +" **Ejemplo:**\n" +" - `[p]mydata 3rdparty`\n" +" " -#: redbot/core/core_commands.py:615 +#: redbot/core/core_commands.py:620 msgid "I need to be able to attach files (try in DMs?)." msgstr "Necesito adjuntar archivos (¿intentando en Mensajes privados?)." -#: redbot/core/core_commands.py:625 +#: redbot/core/core_commands.py:630 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "Esta instancia no parece tener ninguna extensión de terceros cargada." -#: redbot/core/core_commands.py:645 +#: redbot/core/core_commands.py:650 msgid "3rd party End User Data statements" msgstr "Declaraciones de datos de terceros a usuarios finales" -#: redbot/core/core_commands.py:647 +#: redbot/core/core_commands.py:652 msgid "The following are statements provided by 3rd-party extensions." msgstr "Las siguientes afirmaciones son proporcionadas por extensiones de terceros." -#: redbot/core/core_commands.py:652 +#: redbot/core/core_commands.py:657 msgid "3rd-party extensions without statements\n" msgstr "Extensiones de terceros sin sentencias\n" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:668 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "Aquí hay una página generada con las declaraciones proporcionadas por extensiones de terceros." -#: redbot/core/core_commands.py:679 +#: redbot/core/core_commands.py:684 msgid "Did not get confirmation, cancelling." msgstr "No se ha recibido confirmación, cancelando." -#: redbot/core/core_commands.py:684 +#: redbot/core/core_commands.py:689 msgid "Did not get a matching confirmation, cancelling." msgstr "No se ha recibido confirmación, cancelando." -#: redbot/core/core_commands.py:695 +#: redbot/core/core_commands.py:700 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -359,21 +375,28 @@ msgid "\n" " **Example:**\n" " - `[p]mydata forgetme`\n" " " -msgstr "" +msgstr "\n" +" Haz que [botname] olvide lo que sabe de ti.\n\n" +" Esto no puede eliminar todos los datos sobre usted, los datos necesarios para su operación,\n" +" como los tiempos de enfriamiento de comandos se mantendrán hasta que ya no sea necesario.\n\n" +" Otras interacciones con [botname] pueden hacer que aprenda sobre usted de nuevo.\n\n" +" **Ejemplo:**\n" +" - `[p]mydata forgetme`\n" +" " -#: redbot/core/core_commands.py:710 +#: redbot/core/core_commands.py:715 msgid "This command ({command}) does not support non-interactive usage." msgstr "Este comando ({command}) no soporta un uso no interactivo." -#: redbot/core/core_commands.py:717 +#: redbot/core/core_commands.py:722 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "Esto hará que el bot se deshaga y/o disocie de todos sus datos. No se deshará de los datos operativos como entradas de modlog, advertencias o mutes. Si estás seguro de que esto es lo que quieres, por favor responde con lo siguiente:" -#: redbot/core/core_commands.py:727 +#: redbot/core/core_commands.py:732 msgid "This may take some time." msgstr "Esto puede tardar un poco." -#: redbot/core/core_commands.py:740 +#: redbot/core/core_commands.py:745 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." @@ -381,7 +404,7 @@ msgstr "He intentado eliminar todos los datos no operativos sobre usted (que sé "Por favor, contacte con el propietario de este bot para resolver esto.\n" "Nota: Fuera de estos fallos, los datos deberían haber sido eliminados." -#: redbot/core/core_commands.py:755 +#: redbot/core/core_commands.py:760 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." @@ -389,7 +412,7 @@ msgstr "He intentado eliminar todos los datos no operativos sobre usted (que sé "Por favor, contacte con el propietario de este bot para resolver esto.\n" "Nota: Fuera de estos fallos, los datos deberían haber sido eliminados." -#: redbot/core/core_commands.py:765 +#: redbot/core/core_commands.py:770 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." @@ -397,27 +420,27 @@ msgstr "He intentado eliminar todos los datos no operativos sobre usted (que sé "Por favor contacta al dueño de este bot para direccionar esto.\n" "Nota: Fuera de estos fallos, los datos deberían haber sido eliminados." -#: redbot/core/core_commands.py:775 +#: redbot/core/core_commands.py:780 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "He eliminado cualquier dato no operativo sobre usted (que sé cómo eliminar) {mention}" -#: redbot/core/core_commands.py:783 redbot/core/core_commands.py:950 -#: redbot/core/core_commands.py:1036 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:788 redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:1041 redbot/core/core_commands.py:1112 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "{mention} Los siguientes cogs no han sido eliminados:\n" "{cogs}." -#: redbot/core/core_commands.py:793 +#: redbot/core/core_commands.py:798 #, docstring msgid "[Coming Soon] Get what data [botname] has about you." -msgstr "" +msgstr "[Próximamente] Obtenga qué datos [botname] tiene sobre usted." -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:800 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "Este comando no hace nada todavía, pero estamos trabajando en añadir soporte para esto." -#: redbot/core/core_commands.py:804 +#: redbot/core/core_commands.py:809 #, docstring msgid "\n" " Commands for more complete data handling.\n" @@ -426,7 +449,7 @@ msgstr "\n" " Comandos para un manejo más completo de datos.\n" " " -#: redbot/core/core_commands.py:810 +#: redbot/core/core_commands.py:815 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -435,13 +458,19 @@ msgid "\n" " **Example:**\n" " - `[p]mydata ownermanagement allowuserdeletions`\n" " " -msgstr "" +msgstr "\n" +" Establece el bot para permitir a los usuarios solicitar una eliminación de datos.\n\n" +" Esto está activado por defecto.\n" +" Lo opuesto a `[p]mydata ownermanagement disallowuserdeletions`\n\n" +" **Ejemplo:**\n" +" - `[p]mydata ownermanagement allowuserdeletions`\n" +" " -#: redbot/core/core_commands.py:821 +#: redbot/core/core_commands.py:826 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "El usuario puede eliminar sus propios datos. Esto no incluirá datos operativos como los bloqueados." -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:834 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n\n" @@ -449,13 +478,18 @@ msgid "\n" " **Example:**\n" " - `[p]mydata ownermanagement disallowuserdeletions`\n" " " -msgstr "" +msgstr "\n" +" Establece el bot para no permitir a los usuarios solicitar una eliminación de datos.\n\n" +" Lo opuesto a `[p]mydata ownermanagement allowuserdeletions`\n\n" +" **Ejemplo:**\n" +" - `[p]mydata ownermanagement disallowuserdeletions`\n" +" " -#: redbot/core/core_commands.py:838 +#: redbot/core/core_commands.py:843 msgid "User can not delete their own data." msgstr "El usuario no puede eliminar sus propios datos." -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:847 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -467,17 +501,26 @@ msgid "\n" " - `0`: What users can delete is left entirely up to each cog.\n" " - `1`: Cogs should delete anything the cog doesn't need about the user.\n" " " -msgstr "" +msgstr "\n" +" Establece cómo se tratan las eliminaciones del usuario.\n\n" +" **Ejemplo:**\n" +" - `[p]mydata ownermanagement setuserdeletionlevel 1`\n\n" +" **Argumentos:**\n" +" - `` - El nivel de rigor para la eliminación del usuario. Ver la guía de nivel abajo.\n\n" +" Nivel:\n" +" - `0`: Lo que los usuarios pueden eliminar queda totalmente en manos de cada cog.\n" +" - `1`: Los cogs deberían eliminar cualquier cosa que el cog no necesite del usuario.\n" +" " -#: redbot/core/core_commands.py:859 +#: redbot/core/core_commands.py:864 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "Se le pedirá a los programadores que eliminen todos los datos no operacionales a petición del usuario." -#: redbot/core/core_commands.py:867 +#: redbot/core/core_commands.py:872 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "Los programadores serán informados de que un usuario ha realizado una solicitud de eliminación de datos y los detalles de qué eliminar se dejarán a discreción del autor de la codificación." -#: redbot/core/core_commands.py:878 +#: redbot/core/core_commands.py:883 #, docstring msgid "\n" " Handle a deletion request from Discord.\n\n" @@ -488,36 +531,51 @@ msgid "\n" " **Arguments:**\n" " - `` - The id of the user whose data would be deleted.\n" " " -msgstr "" +msgstr "\n" +" Manejar una solicitud de eliminación de Discord.\n\n" +" Esto hará que el bot se deshaga o desasocie todos los datos del ID de usuario especificado.\n" +" No deberías usar esto a menos que Discord lo haya solicitado específicamente con respecto a un usuario eliminado.\n" +" Esto eliminará al usuario de varias medidas anti-abuso.\n" +" Si está procesando una solicitud manual de un usuario, puedes usar `[p]mydata ownermanagement deleteforuser` en su lugar.\n\n" +" **Argumentos:**\n" +" - `` - El id del usuario cuyos datos serían eliminados.\n" +" " -#: redbot/core/core_commands.py:892 +#: redbot/core/core_commands.py:897 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" "If you are sure this is what you intend to do please respond with the following:" -msgstr "" +msgstr "Esto causará que el bot se deshaga o desasocie todos los datos del ID de usuario especificado. No debes usar esto a menos que Discord haya solicitado esto específicamente con respecto a un usuario eliminado. Esto eliminará al usuario de varias medidas anti-abuso. Si estás procesando una solicitud manual de un usuario, puedes usar `{prefix}{command_name}` en su lugar.\n\n" +"Si estás seguro de que esto es lo que quieres hacer, por favor responde con lo siguiente:" -#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:915 redbot/core/core_commands.py:1072 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." -msgstr "" +msgstr "He intentado eliminar todos los datos sobre ese usuario, (yo sé cómo eliminar-los) sin embargo los siguientes módulos han fallado: {modules}. Adicionalmente, los siguientes cogs han fallado: {cogs}\n" +"Por favor, comprueba tus registros y contacta con los creadores de estos cogs y módulos.\n" +"Nota: Fuera de estos fallos, los datos deberían haber sido eliminados." -#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +#: redbot/core/core_commands.py:930 redbot/core/core_commands.py:1087 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." -msgstr "" +msgstr "He intentado eliminar todos los datos sobre ese usuario, (y sé cómo eliminar-los) sin embargo los siguientes cogs han fallado: {cogs}.\n" +"Comprueba tus registros y contacta con los creadores de estos cogs y módulos.\n" +"Nota: Aparte de estos fallos, los datos deberían haber sido eliminados." -#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +#: redbot/core/core_commands.py:941 redbot/core/core_commands.py:1098 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." -msgstr "" +msgstr "He intentado eliminar todos los datos sobre ese usuario, (y sé cómo eliminar-los) sin embargo los siguientes cogs han fallado: {modules}.\n" +"Comprueba tus registros y contacta con los creadores de estos cogs y módulos.\n" +"Nota: Aparte de estos fallos, los datos deberían haber sido eliminados." -#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +#: redbot/core/core_commands.py:951 redbot/core/core_commands.py:1108 msgid "I've deleted all data about that user that I know how to delete." msgstr "He eliminado todos los datos de ese usuario que sé cómo eliminar." -#: redbot/core/core_commands.py:957 +#: redbot/core/core_commands.py:962 #, docstring msgid "Delete data [botname] has about a user for a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" @@ -528,34 +586,41 @@ msgid "Delete data [botname] has about a user for a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:973 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" -msgstr "" +msgstr "Esto hará que el bot se deshaga o desasocie una gran cantidad de datos no operacionales del usuario especificado. Los usuarios tienen acceso a un comando diferente para esto a menos que no puedan interactuar con el bot en absoluto. Esta es una operación en su mayoría segura, pero no deberías usarlo a menos que se procese una solicitud de este usuario ya que puede afectar su uso del bot. \n\n" +"Si estás seguro de que es lo que quieres hacer, por favor responde con lo siguiente:" -#: redbot/core/core_commands.py:991 +#: redbot/core/core_commands.py:996 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." -msgstr "" +msgstr "He intentado eliminar todos los datos no operativos sobre ese usuario, (y sé cómo eliminar-los) sin embargo los siguientes modulos han fallado: {modules}. Adicionalmente, los siguientes cogs han fallado: {cogs}\n" +"Por favor, comprueba tus registros y contacta con los creadores de estos cogs y módulos.\n" +"Nota: Aparte de estos fallos, los datos deberían haber sido eliminados." -#: redbot/core/core_commands.py:1006 +#: redbot/core/core_commands.py:1011 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." -msgstr "" +msgstr "He intentado eliminar todos los datos no operativos sobre ese usuario, (y sé cómo eliminar-los) sin embargo los siguientes cogs han fallado: {cogs}.\n" +"Comprueba tus registros y contacta con los creadores de estos cogs y módulos.\n" +"Nota: Aparte de estos fallos, los datos deberían haber sido eliminados." -#: redbot/core/core_commands.py:1017 +#: redbot/core/core_commands.py:1022 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." -msgstr "" +msgstr "He intentado eliminar todos los datos no operativos sobre ese usuario, (y sé cómo eliminar-los) sin embargo los siguientes módulos han fallado: {modules}.\n" +"Comprueba tus registros y contacta con los creadores de estos cogs y módulos.\n" +"Nota: Aparte de estos fallos, los datos deberían haber sido eliminados." -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1033 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "He eliminado todos los datos no operacionales sobre ese usuario que sé cómo eliminar." -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1048 #, docstring msgid "Delete data [botname] has about a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" @@ -563,14 +628,20 @@ msgid "Delete data [botname] has about a user.\n\n" " **Arguments:**\n" " - `` - The id of the user whose data would be deleted.\n" " " -msgstr "" +msgstr "Eliminar los datos que [botname] tiene acerca de un usuario.\n\n" +" Esto hará que el bot se deshaga o desasocie un montón de datos sobre el usuario especificado.\n" +" Esto puede incluir más que datos del usuario final, incluyendo registros anti-abuso.\n\n" +" **Argumentos:**\n" +" - `` - El id del usuario cuyos datos serían eliminados.\n" +" " -#: redbot/core/core_commands.py:1053 +#: redbot/core/core_commands.py:1058 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" -msgstr "" +msgstr "Esto hará que el bot se deshaga o desasocie un montón de datos sobre el usuario especificado. Esto puede incluir más que datos del usuario final, incluyendo registros anti-abuso.\n\n" +"Si estás seguro de que es lo que quieres hacer, por favor responde con lo siguiente:" -#: redbot/core/core_commands.py:1114 +#: redbot/core/core_commands.py:1119 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -590,7 +661,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1136 +#: redbot/core/core_commands.py:1141 #, docstring msgid "\n" " Show the current embed settings.\n\n" @@ -604,42 +675,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1153 redbot/core/core_commands.py:1309 -#: redbot/core/core_commands.py:1360 redbot/core/core_commands.py:4236 -#: redbot/core/core_commands.py:4279 redbot/core/core_commands.py:4345 -#: redbot/core/core_commands.py:4376 +#: redbot/core/core_commands.py:1158 redbot/core/core_commands.py:1314 +#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:4282 +#: redbot/core/core_commands.py:4325 redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4422 msgid "I couldn't find that command. Please note that it is case sensitive." -msgstr "" +msgstr "No pude encontrar ese comando. Tenga en cuenta que es sensible a mayúsculas y minúsculas." -#: redbot/core/core_commands.py:1159 +#: redbot/core/core_commands.py:1164 msgid "Embed settings:\n\n" msgstr "Ajustes de embed:\n\n" -#: redbot/core/core_commands.py:1161 -msgid "Global default: {value}\n" -msgstr "" - #: redbot/core/core_commands.py:1166 -msgid "Global command setting for {command} command: {value}\n" -msgstr "" +msgid "Global default: {value}\n" +msgstr "{value} global por defecto.\n" -#: redbot/core/core_commands.py:1172 -msgid "Guild setting: {value}\n" -msgstr "" +#: redbot/core/core_commands.py:1171 +msgid "Global command setting for {command} command: {value}\n" +msgstr "Configuración global de comandos para el comando {command}: {value}\n" #: redbot/core/core_commands.py:1177 +msgid "Guild setting: {value}\n" +msgstr "Configuración del servidor: {value}\n" + +#: redbot/core/core_commands.py:1182 msgid "Server command setting for {command} command: {value}\n" -msgstr "" +msgstr "Ajuste de comandos del servidor para el comando {command}: {value}\n" -#: redbot/core/core_commands.py:1183 +#: redbot/core/core_commands.py:1188 msgid "Channel setting: {value}\n" -msgstr "" +msgstr "Configuración del canal: {value}\n" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1191 msgid "User setting: {value}" -msgstr "" +msgstr "Configuración del usuario: {value}" -#: redbot/core/core_commands.py:1192 +#: redbot/core/core_commands.py:1197 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -651,15 +722,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1206 +#: redbot/core/core_commands.py:1211 msgid "Embeds are now disabled by default." -msgstr "" +msgstr "Los textos incrustados ahora están deshabilitados por defecto." -#: redbot/core/core_commands.py:1209 +#: redbot/core/core_commands.py:1214 msgid "Embeds are now enabled by default." -msgstr "" +msgstr "Los textos incrustados ahora están habilitados por defecto." -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1220 #, docstring msgid "\n" " Set the server's embed setting.\n\n" @@ -675,20 +746,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1234 redbot/core/core_commands.py:1318 -#: redbot/core/core_commands.py:1409 redbot/core/core_commands.py:1440 +#: redbot/core/core_commands.py:1239 redbot/core/core_commands.py:1323 +#: redbot/core/core_commands.py:1414 redbot/core/core_commands.py:1445 msgid "Embeds will now fall back to the global setting." msgstr "Inserciones ahora volverá a la configuración global." -#: redbot/core/core_commands.py:1239 +#: redbot/core/core_commands.py:1244 msgid "Embeds are now enabled for this guild." -msgstr "" +msgstr "Los textos incrustados ahora están habilitados para este grupo." -#: redbot/core/core_commands.py:1241 +#: redbot/core/core_commands.py:1246 msgid "Embeds are now disabled for this guild." -msgstr "" +msgstr "Los textos incrustados ahora están deshabilitados para este grupo." -#: redbot/core/core_commands.py:1249 +#: redbot/core/core_commands.py:1254 #, docstring msgid "\n" " Sets a command's embed setting.\n\n" @@ -705,11 +776,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1278 +#: redbot/core/core_commands.py:1283 msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." -msgstr "" +msgstr "El comando anterior requiere el permiso Insertar Enlaces y por lo tanto no puede configurarse para no usar textos incrustados." -#: redbot/core/core_commands.py:1289 +#: redbot/core/core_commands.py:1294 #, docstring msgid "\n" " Sets a command's embed setting globally.\n\n" @@ -725,15 +796,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1375 +#: redbot/core/core_commands.py:1329 redbot/core/core_commands.py:1380 msgid "Embeds are now enabled for {command_name} command." -msgstr "" +msgstr "Los textos incrustados están ahora habilitados para el comando {command_name}." -#: redbot/core/core_commands.py:1330 redbot/core/core_commands.py:1381 +#: redbot/core/core_commands.py:1335 redbot/core/core_commands.py:1386 msgid "Embeds are now disabled for {command_name} command." -msgstr "" +msgstr "Los textos incrustados están ahora deshabilitados para el comando {command_name}." -#: redbot/core/core_commands.py:1340 +#: redbot/core/core_commands.py:1345 #, docstring msgid "\n" " Sets a commmand's embed setting for the current server.\n\n" @@ -749,11 +820,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1369 +#: redbot/core/core_commands.py:1374 msgid "Embeds will now fall back to the server setting." -msgstr "" +msgstr "Ahora los incrustados volverán a la configuración del servidor." -#: redbot/core/core_commands.py:1390 +#: redbot/core/core_commands.py:1395 #, docstring msgid "\n" " Set's a channel's embed setting.\n\n" @@ -769,21 +840,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1419 msgid "Embeds are now {} for this channel." -msgstr "" +msgstr "Los textos incrustados ahora son {} para este canal." -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "enabled" msgstr "activado" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "disabled" msgstr "desactivado" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1426 #, docstring msgid "\n" " Sets personal embed setting for DMs.\n\n" @@ -799,15 +870,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1450 msgid "Embeds are now enabled for you in DMs." -msgstr "" +msgstr "Los textos incrustados están ahora habilitados para usted en DMs." -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1452 msgid "Embeds are now disabled for you in DMs." -msgstr "" +msgstr "Los textos incrustados están ahora deshabilitados para usted en DMs." -#: redbot/core/core_commands.py:1453 +#: redbot/core/core_commands.py:1458 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead.\n\n" @@ -820,11 +891,11 @@ msgid "Sends to the owner the last command exception that has occurred.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:1487 msgid "No exception has occurred yet." msgstr "Aún no ha ocurrido ninguna excepción." -#: redbot/core/core_commands.py:1487 +#: redbot/core/core_commands.py:1492 #, docstring msgid "Shows [botname]'s invite url.\n\n" " This will always send the invite to DMs to keep it private.\n\n" @@ -832,15 +903,20 @@ msgid "Shows [botname]'s invite url.\n\n" " **Example:**\n" " - `[p]invite`\n" " " -msgstr "" - -#: redbot/core/core_commands.py:1507 -#, docstring -msgid "Commands to setup [botname]'s invite settings." -msgstr "" +msgstr "Muestra la url de invitación de [botname].\n\n" +" Esto siempre enviará la invitación a DMs para mantenerla privada.\n\n" +" Este comando está bloqueado soloa para el propietario a menos que `[p]inviteset public` esté establecido en True.\n\n" +" **Ejemplo:**\n" +" - `[p]invite`\n" +" " #: redbot/core/core_commands.py:1512 #, docstring +msgid "Commands to setup [botname]'s invite settings." +msgstr "Comandos para configurar la configuración de invitación de [botname]." + +#: redbot/core/core_commands.py:1517 +#, docstring msgid "\n" " Toggles if `[p]invite` should be accessible for the average user.\n\n" " The bot must be made into a `Public bot` in the developer dashboard for public invites to work.\n\n" @@ -851,7 +927,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1549 +#: redbot/core/core_commands.py:1554 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -866,7 +942,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "El ámbito `applications.commands` ha sido añadido a la URL de invitación." + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "El ámbito `applications.commands` ha sido eliminado de la URL de invitación." + +#: redbot/core/core_commands.py:1596 #, docstring msgid "\n" " Leaves servers.\n\n" @@ -881,51 +974,54 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1588 +#: redbot/core/core_commands.py:1613 msgid "You need to specify at least one server ID." -msgstr "" +msgstr "Debes especificar al menos un ID de servidor." -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:1620 msgid "You haven't passed any server ID. Do you want me to leave this server?" -msgstr "" +msgstr "No has pasado ningún ID de servidor. ¿Quieres que salga de este servidor?" -#: redbot/core/core_commands.py:1600 +#: redbot/core/core_commands.py:1625 msgid "Are you sure you want me to leave these servers?" -msgstr "" +msgstr "¿Estás seguro de que quieres que deje estos servidores?" -#: redbot/core/core_commands.py:1608 +#: redbot/core/core_commands.py:1633 msgid "I cannot leave the server `{server_name}`: I am the owner of it." -msgstr "" +msgstr "No puedo dejar el servidor `{server_name}`: Soy el dueño de él." -#: redbot/core/core_commands.py:1619 +#: redbot/core/core_commands.py:1644 redbot/core/core_commands.py:2711 msgid "Response timed out." msgstr "No hay respuesta; se ha agotado el tiempo de espera" -#: redbot/core/core_commands.py:1624 +#: redbot/core/core_commands.py:1649 msgid "Alright. Bye :wave:" msgstr "Bien. Adiós :wave:" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1652 msgid "Alright. Leaving {number} servers..." -msgstr "" +msgstr "Muy bien, dejando {number} servidores..." -#: redbot/core/core_commands.py:1634 +#: redbot/core/core_commands.py:1659 msgid "Alright, I'll stay then. :)" msgstr "Bien, me quedaré entonces:)" -#: redbot/core/core_commands.py:1636 +#: redbot/core/core_commands.py:1661 msgid "Alright, I'm not leaving those servers." -msgstr "" +msgstr "Bien, no me voy de esos servidores." -#: redbot/core/core_commands.py:1641 +#: redbot/core/core_commands.py:1666 #, docstring msgid "\n" " Lists the servers [botname] is currently in.\n\n" " Note: This command is interactive.\n" " " -msgstr "" +msgstr "\n" +" Lista de los servidores que [botname] está actualmente en.\n\n" +" Nota: Este comando es interactivo.\n" +" " -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:1684 #, docstring msgid "Loads cog packages from the local paths and installed cogs.\n\n" " See packages available to load with `[p]cogs`.\n\n" @@ -938,75 +1034,75 @@ msgid "Loads cog packages from the local paths and installed cogs.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1688 +#: redbot/core/core_commands.py:1713 msgid "Loaded {packs}." msgstr "{packs} cargado." -#: redbot/core/core_commands.py:1693 +#: redbot/core/core_commands.py:1718 msgid "The following package is already loaded: {pack}" msgstr "El siguiente paquete ya está cargado: {pack}" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1722 msgid "The following packages are already loaded: {packs}" msgstr "Los siguientes paquetes ya están cargados: {packs}" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1729 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "Error al cargar el paquete: {pack}.\n" " Revise su consola o registros para más detalles." -#: redbot/core/core_commands.py:1709 +#: redbot/core/core_commands.py:1734 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "Error al cargar el paquete: {packs}.\n" " Revise su consola o registros para más detalles." -#: redbot/core/core_commands.py:1717 redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1742 redbot/core/core_commands.py:1898 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "El siguiente nombre no es un nombre válido del paquete: {pack}\n" "Los nombres de los paquetes no pueden comenzar con un número y solo pueden contener números ascii, letras, y guiones bajos." -#: redbot/core/core_commands.py:1723 redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1748 redbot/core/core_commands.py:1904 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "Los siguientes nombres no son nombres de paquetes válidos: {packs}\n" "Los nombres de los paquetes no pueden comenzar con un número y solo pueden contener números ascii, letras, y guiones bajos." -#: redbot/core/core_commands.py:1732 redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1757 redbot/core/core_commands.py:1913 msgid "The following package was not found in any cog path: {pack}." msgstr "El siguiente paquete no se encontró en ninguna ruta de cog: {pack}." -#: redbot/core/core_commands.py:1736 redbot/core/core_commands.py:1892 +#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 msgid "The following packages were not found in any cog path: {packs}" msgstr "No se han encontrado los siguientes paquetes en ninguna ruta de cog: {packs}" -#: redbot/core/core_commands.py:1744 +#: redbot/core/core_commands.py:1769 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "Este paquete no pudo ser cargado por la siguiente razón:\n\n" "{reason}" -#: redbot/core/core_commands.py:1748 +#: redbot/core/core_commands.py:1773 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "Estos paquetes no fueron cargados por las siguientes razones:\n\n" "{reasons}" -#: redbot/core/core_commands.py:1755 +#: redbot/core/core_commands.py:1780 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "**ADVERTENCIA**: El siguiente repositorio utiliza librerías compartidas que están marcadas para su eliminación en el futuro: {repo}.\n" "Deberías informar al mantenedor del repositorio sobre este mensaje." -#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1786 redbot/core/core_commands.py:1942 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "**ADVERTENCIA**: Los siguientes repositorios utilizan librerías compartidas que están marcadas para su eliminación en el futuro: {repos}.\n" "Deberías informar a los mantenedores de estos repositorios sobre este mensaje." -#: redbot/core/core_commands.py:1780 +#: redbot/core/core_commands.py:1805 #, docstring msgid "Unloads previously loaded cog packages.\n\n" " See packages available to unload with `[p]cogs`.\n\n" @@ -1018,23 +1114,23 @@ msgid "Unloads previously loaded cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1798 +#: redbot/core/core_commands.py:1823 msgid "The following package was unloaded: {pack}." msgstr "El siguiente paquete ya no está cargado: {pack}." -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1827 msgid "The following packages were unloaded: {packs}." msgstr "Los siguientes paquetes no estaban cargados: {packs}." -#: redbot/core/core_commands.py:1809 +#: redbot/core/core_commands.py:1834 msgid "The following package was not loaded: {pack}." msgstr "El siguiente paquete no está cargado: {pack}." -#: redbot/core/core_commands.py:1813 +#: redbot/core/core_commands.py:1838 msgid "The following packages were not loaded: {packs}." msgstr "El siguiente paquete no está descargado: {packs}." -#: redbot/core/core_commands.py:1826 +#: redbot/core/core_commands.py:1851 #, docstring msgid "Reloads cog packages.\n\n" " This will unload and then load the specified cogs.\n\n" @@ -1047,41 +1143,41 @@ msgid "Reloads cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:1880 msgid "Reloaded {packs}." msgstr "Recargando {packs}." -#: redbot/core/core_commands.py:1860 +#: redbot/core/core_commands.py:1885 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "Error al cargar el paquete: {pack}.\n" " Revise su consola o registros para más detalles." -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1890 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "Error al cargar el paquete: {packs}.\n" " Revise su consola o registros para más detalles." -#: redbot/core/core_commands.py:1900 +#: redbot/core/core_commands.py:1925 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "Este paquete no pudo ser recargado por la siguiente razón:\n\n" "{reason}" -#: redbot/core/core_commands.py:1904 +#: redbot/core/core_commands.py:1929 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "Estos paquetes no pudieron ser recargados por las siguientes razones:\n\n" "{reasons}" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1936 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "**ADVERTENCIA**: El siguiente repositorio utiliza librerías compartidas que están marcadas para su eliminación en el futuro: {repo}.\n" "Deberías informar a los mantenedores de estos repos sobre este mensaje." -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Shuts down the bot.\n\n" " Allows [botname] to shut down gracefully.\n\n" @@ -1094,11 +1190,11 @@ msgid "Shuts down the bot.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1974 msgid "Shutting down... " msgstr "Apagando... " -#: redbot/core/core_commands.py:1955 +#: redbot/core/core_commands.py:1980 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -1111,16 +1207,16 @@ msgid "Attempts to restart [botname].\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1969 +#: redbot/core/core_commands.py:1994 msgid "Restarting..." msgstr "Reiniciando..." -#: redbot/core/core_commands.py:1974 +#: redbot/core/core_commands.py:1999 #, docstring msgid "Commands for changing [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1978 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\n" " Show the current settings for [botname].\n" @@ -1129,7 +1225,7 @@ msgstr "\n" " Mostrar la configuración actual para [botname].\n" " " -#: redbot/core/core_commands.py:1996 +#: redbot/core/core_commands.py:2021 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" @@ -1139,7 +1235,7 @@ msgstr "Roles de Admin: {admin}\n" "Idioma: {guild_locale}\n" "Formato regional: {guild_regional_format}\n" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2042 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -1151,7 +1247,7 @@ msgstr "Configuración de {bot_name}:\n\n" "Formato regional global: {regional_format}\n" "Color de los embed predeterminado: {colour}" -#: redbot/core/core_commands.py:2039 +#: redbot/core/core_commands.py:2064 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -1166,23 +1262,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2060 +#: redbot/core/core_commands.py:2085 msgid "Command deleting disabled." msgstr "Eliminación de comandos desactivada." -#: redbot/core/core_commands.py:2062 +#: redbot/core/core_commands.py:2087 msgid "Delete delay set to {num} seconds." msgstr "Eliminar el retraso conjunto a {num} segundos." -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2092 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "Bot eliminará mensajes de comando después {} segundos. Establezca este valor en -1 para detener la eliminación de mensajes" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2099 msgid "I will not delete command messages." msgstr "No borraré los mensajes de comando." -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2104 #, docstring msgid "\n" " Sets the bot's description.\n\n" @@ -1198,15 +1294,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2099 +#: redbot/core/core_commands.py:2124 msgid "Description reset." msgstr "Descripción reiniciada." -#: redbot/core/core_commands.py:2102 +#: redbot/core/core_commands.py:2127 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "Esta descripción es demasiado larga para mostrarla correctamente. Por favor, inténtalo de nuevo con menos de 250 caracteres." -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2141 #, docstring msgid "\n" " Adds an admin role for this guild.\n\n" @@ -1224,15 +1320,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2136 +#: redbot/core/core_commands.py:2161 msgid "This role is already an admin role." msgstr "`{item}`ya es un rol de administrador." -#: redbot/core/core_commands.py:2138 +#: redbot/core/core_commands.py:2163 msgid "That role is now considered an admin role." msgstr "Ese rol ahora se considera un rol de administrador." -#: redbot/core/core_commands.py:2144 +#: redbot/core/core_commands.py:2169 #, docstring msgid "\n" " Adds a moderator role for this guild.\n\n" @@ -1249,15 +1345,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2188 msgid "This role is already a mod role." msgstr "Este rol ya es un rol de mod." -#: redbot/core/core_commands.py:2165 +#: redbot/core/core_commands.py:2190 msgid "That role is now considered a mod role." msgstr "Ese rol se considera ahora un rol de mod." -#: redbot/core/core_commands.py:2171 +#: redbot/core/core_commands.py:2196 #, docstring msgid "\n" " Removes an admin role for this guild.\n\n" @@ -1269,15 +1365,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2208 msgid "That role was not an admin role to begin with." msgstr "Ese rol no era un rol de administrador para empezar." -#: redbot/core/core_commands.py:2185 +#: redbot/core/core_commands.py:2210 msgid "That role is no longer considered an admin role." msgstr "Ese rol ya no se considera un rol de administrador." -#: redbot/core/core_commands.py:2191 +#: redbot/core/core_commands.py:2216 #, docstring msgid "\n" " Removes a mod role for this guild.\n\n" @@ -1289,15 +1385,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2228 msgid "That role was not a mod role to begin with." msgstr "Ese rol no era un rol de mod para empezar." -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2230 msgid "That role is no longer considered a mod role." msgstr "Ese rol ya no se considera un rol de mod." -#: redbot/core/core_commands.py:2211 +#: redbot/core/core_commands.py:2236 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -1308,19 +1404,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2248 msgid "The bot {} use its configured color for embeds." msgstr "El bot {} utiliza su color configurado para embeds." -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will not" msgstr "no será" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will" msgstr "será" -#: redbot/core/core_commands.py:2232 +#: redbot/core/core_commands.py:2257 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -1332,11 +1428,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2247 +#: redbot/core/core_commands.py:2272 msgid "Fuzzy command search has been {} for this server." msgstr "La búsqueda de comandos Fuzzy ha sido {} para este servidor." -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2280 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -1347,11 +1443,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2268 +#: redbot/core/core_commands.py:2293 msgid "Fuzzy command search has been {} in DMs." msgstr "La búsqueda de comandos Fuzzy ha sido {} en MDs." -#: redbot/core/core_commands.py:2276 +#: redbot/core/core_commands.py:2301 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1368,15 +1464,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2321 msgid "The color has been reset." msgstr "El color ha sido restablecido." -#: redbot/core/core_commands.py:2299 +#: redbot/core/core_commands.py:2324 msgid "The color has been set." msgstr "El color ha sido establecido." -#: redbot/core/core_commands.py:2304 +#: redbot/core/core_commands.py:2329 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL.\n\n" @@ -1389,28 +1485,28 @@ msgid "Sets [botname]'s avatar\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2327 +#: redbot/core/core_commands.py:2352 msgid "That URL is invalid." msgstr "Esa URL no es válida." -#: redbot/core/core_commands.py:2329 +#: redbot/core/core_commands.py:2354 msgid "Something went wrong while trying to get the image." msgstr "Algo salió mal al intentar obtener la imagen." -#: redbot/core/core_commands.py:2339 +#: redbot/core/core_commands.py:2364 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "Error. Recuerda que puedes editar mi avatar hasta dos veces por hora. La URL o el archivo adjunto deben ser una imagen válida en formato JPG o PNG." -#: redbot/core/core_commands.py:2346 +#: redbot/core/core_commands.py:2371 msgid "JPG / PNG format only." msgstr "Únicamente formatos JPG o PNG." -#: redbot/core/core_commands.py:2348 redbot/core/core_commands.py:2575 -#: redbot/core/core_commands.py:2631 redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:2373 redbot/core/core_commands.py:2600 +#: redbot/core/core_commands.py:2656 redbot/core/core_commands.py:2680 msgid "Done." msgstr "Listo." -#: redbot/core/core_commands.py:2353 +#: redbot/core/core_commands.py:2378 #, docstring msgid "\n" " Removes [botname]'s avatar.\n\n" @@ -1419,11 +1515,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2386 msgid "Avatar removed." msgstr "Avatar eliminado." -#: redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2392 #, docstring msgid "Sets [botname]'s playing status.\n\n" " This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" @@ -1436,19 +1532,19 @@ msgid "Sets [botname]'s playing status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2383 +#: redbot/core/core_commands.py:2408 msgid "The maximum length of game descriptions is 128 characters." -msgstr "" +msgstr "La longitud máxima de las descripciones del juego es de 128 caracteres." -#: redbot/core/core_commands.py:2391 +#: redbot/core/core_commands.py:2416 msgid "Status set to ``Playing {game.name}``." msgstr "Estado establecido a ``Jugando {game.name}``." -#: redbot/core/core_commands.py:2393 +#: redbot/core/core_commands.py:2418 msgid "Game cleared." msgstr "Juego quitado." -#: redbot/core/core_commands.py:2399 +#: redbot/core/core_commands.py:2424 #, docstring msgid "Sets [botname]'s listening status.\n\n" " This will appear as `Listening to `.\n\n" @@ -1460,19 +1556,19 @@ msgid "Sets [botname]'s listening status.\n\n" " - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2416 +#: redbot/core/core_commands.py:2441 msgid "The maximum length of listening descriptions is 128 characters." -msgstr "" +msgstr "La longitud máxima de las descripciones de escucha es de 128 caracteres." -#: redbot/core/core_commands.py:2425 +#: redbot/core/core_commands.py:2450 msgid "Status set to ``Listening to {listening}``." msgstr "Estado establecido a ``Escuchando a {listening}``." -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2453 msgid "Listening cleared." msgstr "Estado de escucha quitado." -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2459 #, docstring msgid "Sets [botname]'s watching status.\n\n" " This will appear as `Watching `.\n\n" @@ -1484,19 +1580,19 @@ msgid "Sets [botname]'s watching status.\n\n" " - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2475 msgid "The maximum length of watching descriptions is 128 characters." -msgstr "" +msgstr "La longitud máxima de las descripciones de visualización es de 128 caracteres." -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2482 msgid "Status set to ``Watching {watching}``." msgstr "Estado establecido a ``Viendo {watching}``." -#: redbot/core/core_commands.py:2459 +#: redbot/core/core_commands.py:2484 msgid "Watching cleared." msgstr "Estado de visualización quitado." -#: redbot/core/core_commands.py:2465 +#: redbot/core/core_commands.py:2490 #, docstring msgid "Sets [botname]'s competing status.\n\n" " This will appear as `Competing in `.\n\n" @@ -1508,19 +1604,19 @@ msgid "Sets [botname]'s competing status.\n\n" " - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2482 +#: redbot/core/core_commands.py:2507 msgid "The maximum length of competing descriptions is 128 characters." -msgstr "" +msgstr "La longitud máxima de las descripciones de la competición es de 128 caracteres." -#: redbot/core/core_commands.py:2491 +#: redbot/core/core_commands.py:2516 msgid "Status set to ``Competing in {competing}``." msgstr "Estado establecido a ``Compitiendo en {competing}``." -#: redbot/core/core_commands.py:2494 +#: redbot/core/core_commands.py:2519 msgid "Competing cleared." msgstr "Estado de competición eliminado." -#: redbot/core/core_commands.py:2500 +#: redbot/core/core_commands.py:2525 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1536,11 +1632,11 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:2555 msgid "Status changed to {}." msgstr "Estado cambiado a {}." -#: redbot/core/core_commands.py:2538 +#: redbot/core/core_commands.py:2563 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" @@ -1556,15 +1652,15 @@ msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " - `` - The text to follow `Streaming` in the status." msgstr "" -#: redbot/core/core_commands.py:2563 +#: redbot/core/core_commands.py:2588 msgid "The maximum length of the streamer url is 511 characters." -msgstr "" +msgstr "La longitud máxima de la url del streamer es de 511 caracteres." -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2591 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2580 +#: redbot/core/core_commands.py:2605 #, docstring msgid "Sets [botname]'s username.\n\n" " Maximum length for a username is 32 characters.\n\n" @@ -1577,29 +1673,29 @@ msgid "Sets [botname]'s username.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2596 +#: redbot/core/core_commands.py:2621 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "El nombre de usuario de un bot verificado no se puede cambiar manualmente. Por favor, contacta con el soporte de Discord para cambiarlo." -#: redbot/core/core_commands.py:2603 +#: redbot/core/core_commands.py:2628 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "No se pudo cambiar el nombre. Debe tener 32 caracteres o menos." -#: redbot/core/core_commands.py:2609 +#: redbot/core/core_commands.py:2634 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "Tiempo para cambiar el nombre acabado. Recuerda que sólo puedes hacerlo hasta 2 veces por hora. Usa apodos si necesitas cambios frecuentes: {command}" -#: redbot/core/core_commands.py:2619 +#: redbot/core/core_commands.py:2644 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "Error al cambiar el nombre de usuario. Discord devolvió el siguiente error:\n" "{error_message}" -#: redbot/core/core_commands.py:2629 +#: redbot/core/core_commands.py:2654 msgid "Unexpected error occurred when trying to change the username." msgstr "Ocurrió un error inesperado al intentar cambiar el nombre de usuario." -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2662 #, docstring msgid "Sets [botname]'s nickname for the current server.\n\n" " Maximum length for a nickname is 32 characters.\n\n" @@ -1610,15 +1706,15 @@ msgid "Sets [botname]'s nickname for the current server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2649 +#: redbot/core/core_commands.py:2674 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "No se pudo cambiar el apodo. Debe tener 32 caracteres o menos." -#: redbot/core/core_commands.py:2653 +#: redbot/core/core_commands.py:2678 msgid "I lack the permissions to change my own nickname." msgstr "No tengo permisos para cambiar mi propio apodo." -#: redbot/core/core_commands.py:2660 +#: redbot/core/core_commands.py:2685 #, docstring msgid "Sets [botname]'s global prefix(es).\n\n" " Warning: This is not additive. It will replace all current prefixes.\n\n" @@ -1633,20 +1729,30 @@ msgid "Sets [botname]'s global prefix(es).\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2677 +#: redbot/core/core_commands.py:2702 +msgid "Warning: A prefix is above the recommended length (20 characters).\n" +"Do you want to continue? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:2715 +msgid "Cancelled." +msgstr "Cancelado." + +#: redbot/core/core_commands.py:2719 msgid "Prefix set." msgstr "Prefijo establecido." -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:2721 msgid "Prefixes set." -msgstr "" +msgstr "Prefijos establecidos." -#: redbot/core/core_commands.py:2685 +#: redbot/core/core_commands.py:2727 #, docstring msgid "\n" " Sets [botname]'s server prefix(es).\n\n" " Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" -" This is not additive. It will replace all current server prefixes.\n\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 20 characters.\n\n" " **Examples:**\n" " - `[p]set serverprefix !`\n" " - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" @@ -1657,19 +1763,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2702 +#: redbot/core/core_commands.py:2745 msgid "Server prefixes have been reset." +msgstr "Se han restablecido los prefijos del servidor." + +#: redbot/core/core_commands.py:2748 +msgid "You cannot have a prefix longer than 20 characters." msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2753 msgid "Server prefix set." -msgstr "" +msgstr "Prefijo del servidor establecido." -#: redbot/core/core_commands.py:2709 +#: redbot/core/core_commands.py:2755 msgid "Server prefixes set." -msgstr "" +msgstr "Prefijos de servidor establecidos." -#: redbot/core/core_commands.py:2714 +#: redbot/core/core_commands.py:2760 #, docstring msgid "\n" " Changes the bot's default locale.\n\n" @@ -1686,21 +1796,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2735 redbot/core/core_commands.py:2779 -#: redbot/core/core_commands.py:2818 redbot/core/core_commands.py:2862 +#: redbot/core/core_commands.py:2781 redbot/core/core_commands.py:2825 +#: redbot/core/core_commands.py:2864 redbot/core/core_commands.py:2908 msgid "Invalid language code. Use format: `en-US`" msgstr "Código de idioma no válido. Usa el formato: `en-US`" -#: redbot/core/core_commands.py:2739 redbot/core/core_commands.py:2783 -#: redbot/core/core_commands.py:2822 redbot/core/core_commands.py:2866 +#: redbot/core/core_commands.py:2785 redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2868 redbot/core/core_commands.py:2912 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "Formato no válido - el código de idioma debe incluir el código del país, por ejemplo, `en-US`" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:2792 msgid "Global locale has been set." msgstr "Se ha establecido un idioma global." -#: redbot/core/core_commands.py:2752 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1718,15 +1828,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2774 +#: redbot/core/core_commands.py:2820 msgid "Locale has been set to the default." msgstr "El idioma se ha establecido en el valor predeterminado." -#: redbot/core/core_commands.py:2789 +#: redbot/core/core_commands.py:2835 msgid "Locale has been set." msgstr "Configuración regional establecida." -#: redbot/core/core_commands.py:2795 +#: redbot/core/core_commands.py:2841 #, docstring msgid "\n" " Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1741,15 +1851,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2812 +#: redbot/core/core_commands.py:2858 msgid "Global regional formatting will now be based on bot's locale." msgstr "El formato regional global ahora se basará en el idioma del bot." -#: redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2875 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "El formato regional global ahora se basará en el idioma `{language_code}`." -#: redbot/core/core_commands.py:2837 +#: redbot/core/core_commands.py:2883 #, docstring msgid "\n" " Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1764,15 +1874,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2855 +#: redbot/core/core_commands.py:2901 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "El formato regional ahora se basará en la localización del bot en este servidor." -#: redbot/core/core_commands.py:2873 +#: redbot/core/core_commands.py:2919 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "El formato regional ahora se basará en el idioma `{language_code}`." -#: redbot/core/core_commands.py:2881 +#: redbot/core/core_commands.py:2927 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1787,19 +1897,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2898 +#: redbot/core/core_commands.py:2944 msgid "The custom text has been cleared." msgstr "El texto personalizado ha sido borrado." -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2948 msgid "The custom text has been set." msgstr "Se ha establecido el texto personalizado." -#: redbot/core/core_commands.py:2905 +#: redbot/core/core_commands.py:2951 msgid "Text must be fewer than 1024 characters long." msgstr "El texto debe tener menos de 1024 caracteres." -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2956 #, docstring msgid "\n" " Commands to set, list or remove various external API tokens.\n\n" @@ -1816,11 +1926,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2931 +#: redbot/core/core_commands.py:2977 msgid "`{service}` API tokens have been set." msgstr "`{service}` Los tokens de la API han sido establecidos." -#: redbot/core/core_commands.py:2935 +#: redbot/core/core_commands.py:2981 #, docstring msgid "\n" " Show all external API services along with their keys that have been set.\n\n" @@ -1830,19 +1940,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2946 +#: redbot/core/core_commands.py:2992 msgid "No API services have been set yet." msgstr "Aún no se han establecido servicios de API." -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API services:\n" msgstr "Establecer servicios API:\n" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API service:\n" msgstr "Establecer servicio API:\n" -#: redbot/core/core_commands.py:2961 +#: redbot/core/core_commands.py:3007 #, docstring msgid "\n" " Remove the given services with all their keys and tokens.\n\n" @@ -1853,21 +1963,21 @@ msgid "\n" " - `` - The services to remove." msgstr "" -#: redbot/core/core_commands.py:2976 +#: redbot/core/core_commands.py:3022 msgid "Services deleted successfully:\n" "{services_list}" msgstr "Servicios eliminados con éxito:\n" "{services_list}" -#: redbot/core/core_commands.py:2980 +#: redbot/core/core_commands.py:3026 msgid "Service deleted successfully: {service_name}" msgstr "Servicio eliminado con éxito: {service_name}" -#: redbot/core/core_commands.py:2985 +#: redbot/core/core_commands.py:3031 msgid "None of the services you provided had any keys set." msgstr "Ninguno de los servicios proporcionados tenía claves establecidas." -#: redbot/core/core_commands.py:2990 +#: redbot/core/core_commands.py:3036 #, docstring msgid "\n" " Commands to manage settings for the help command.\n\n" @@ -1875,7 +1985,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2999 +#: redbot/core/core_commands.py:3045 #, docstring msgid "\n" " Show the current help settings.\n\n" @@ -1885,11 +1995,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3013 +#: redbot/core/core_commands.py:3059 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "Advertencia: El formato por defecto no está en uso, estos ajustes pueden no aplicarse." -#: redbot/core/core_commands.py:3023 +#: redbot/core/core_commands.py:3069 #, docstring msgid "\n" " This resets [botname]'s help formatter to the default formatter.\n\n" @@ -1898,11 +2008,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3032 +#: redbot/core/core_commands.py:3078 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "El formato de ayuda ha sido restablecido. Esto no impedirá que los cogs modifiquen la ayuda, puede que necesite eliminar un cog si esto ha sido un problema." -#: redbot/core/core_commands.py:3041 +#: redbot/core/core_commands.py:3087 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1912,11 +2022,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3051 +#: redbot/core/core_commands.py:3097 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "Los ajustes de ayuda se han restablecido a sus valores predeterminados. Esto puede no tener un impacto al usar formateadores de ayuda de terceros." -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3105 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1932,15 +2042,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3079 +#: redbot/core/core_commands.py:3125 msgid "Help will use menus." msgstr "La ayuda usará menús." -#: redbot/core/core_commands.py:3081 +#: redbot/core/core_commands.py:3127 msgid "Help will not use menus." msgstr "La ayuda no usará menús." -#: redbot/core/core_commands.py:3085 +#: redbot/core/core_commands.py:3131 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1954,15 +2064,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3102 +#: redbot/core/core_commands.py:3148 msgid "Help will not filter hidden commands." msgstr "La ayuda no filtrará los comandos ocultos." -#: redbot/core/core_commands.py:3104 +#: redbot/core/core_commands.py:3150 msgid "Help will filter hidden commands." msgstr "La ayuda filtrará los comandos ocultos." -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3154 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1976,15 +2086,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3125 +#: redbot/core/core_commands.py:3171 msgid "Help will show commands aliases." -msgstr "" +msgstr "La ayuda mostrará los alias de comandos." -#: redbot/core/core_commands.py:3127 +#: redbot/core/core_commands.py:3173 msgid "Help will not show commands aliases." -msgstr "" +msgstr "La ayuda no mostrará los alias de comandos." -#: redbot/core/core_commands.py:3131 +#: redbot/core/core_commands.py:3177 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent to a DM.\n\n" @@ -2000,15 +2110,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3152 +#: redbot/core/core_commands.py:3198 msgid "Help will now tick the command when sent in a DM." msgstr "La ayuda ahora marcará el comando cuando se envíe en un DM." -#: redbot/core/core_commands.py:3154 +#: redbot/core/core_commands.py:3200 msgid "Help will not tick the command when sent in a DM." msgstr "La ayuda no marcará el comando cuando se envíe en un DM." -#: redbot/core/core_commands.py:3158 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be filtered from help.\n\n" @@ -2022,15 +2132,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3175 +#: redbot/core/core_commands.py:3221 msgid "Help will only show for commands which can be run." -msgstr "" +msgstr "La ayuda sólo se mostrará para comandos que se pueden ejecutar." -#: redbot/core/core_commands.py:3177 +#: redbot/core/core_commands.py:3223 msgid "Help will show up without checking if the commands can be run." -msgstr "" +msgstr "La ayuda se mostrará sin comprobar si los comandos se pueden ejecutar." -#: redbot/core/core_commands.py:3181 +#: redbot/core/core_commands.py:3227 #, docstring msgid "\n" " Sets whether the bot should respond to help commands for nonexistent topics.\n\n" @@ -2046,15 +2156,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3202 +#: redbot/core/core_commands.py:3248 msgid "Help will verify the existence of help topics." -msgstr "" +msgstr "La ayuda verificará la existencia de temas de ayuda." -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3251 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." -msgstr "" +msgstr "La ayuda sólo verificará la existencia de temas de ayuda a través de ayuda difusa (si está habilitada)." -#: redbot/core/core_commands.py:3213 +#: redbot/core/core_commands.py:3259 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " Note: This setting only applies to embedded help.\n\n" @@ -2069,15 +2179,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3230 +#: redbot/core/core_commands.py:3276 msgid "You must give a value of at least 500 characters." -msgstr "" +msgstr "Debes dar un valor de al menos 500 caracteres." -#: redbot/core/core_commands.py:3234 +#: redbot/core/core_commands.py:3280 msgid "Done. The character limit per page has been set to {}." -msgstr "" +msgstr "Hecho. El límite de caracteres por página se ha establecido en {}." -#: redbot/core/core_commands.py:3238 +#: redbot/core/core_commands.py:3284 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " Note: This setting does not apply to menu help.\n\n" @@ -2093,15 +2203,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3283 +#: redbot/core/core_commands.py:3302 redbot/core/core_commands.py:3329 msgid "You must give a value of zero or greater!" -msgstr "" +msgstr "¡Debe dar un valor de cero o mayor!" -#: redbot/core/core_commands.py:3260 +#: redbot/core/core_commands.py:3306 msgid "Done. The page limit has been set to {}." -msgstr "" +msgstr "Hecho. El límite de página se ha establecido a {}." -#: redbot/core/core_commands.py:3265 +#: redbot/core/core_commands.py:3311 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -2118,19 +2228,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3332 msgid "The delay cannot be longer than 14 days!" msgstr "¡El retraso no puede ser superior a 14 días!" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3337 msgid "Done. Help messages will not be deleted now." -msgstr "" +msgstr "Hecho. Los mensajes de ayuda no se eliminarán ahora." -#: redbot/core/core_commands.py:3293 +#: redbot/core/core_commands.py:3339 msgid "Done. The delete delay has been set to {} seconds." -msgstr "" +msgstr "Hecho. El retraso de borrado se ha establecido en {} segundos." -#: redbot/core/core_commands.py:3297 +#: redbot/core/core_commands.py:3343 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -2144,19 +2254,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3312 +#: redbot/core/core_commands.py:3358 msgid "The tagline has been reset." -msgstr "" +msgstr "La etiqueta se ha restablecido." -#: redbot/core/core_commands.py:3316 +#: redbot/core/core_commands.py:3362 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." -msgstr "" +msgstr "¡Tu etiqueta es demasiado larga! Por favor, acorde a no más de 2048 caracteres." -#: redbot/core/core_commands.py:3324 +#: redbot/core/core_commands.py:3370 msgid "The tagline has been set." -msgstr "" +msgstr "La etiqueta se ha establecido." -#: redbot/core/core_commands.py:3329 +#: redbot/core/core_commands.py:3375 #, docstring msgid "Sends a message to the owner.\n\n" " This is limited to one message every 60 seconds per person.\n\n" @@ -2167,43 +2277,43 @@ msgid "Sends a message to the owner.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3341 +#: redbot/core/core_commands.py:3387 msgid "User ID: {}" msgstr "ID de usuario: {}" -#: redbot/core/core_commands.py:3344 +#: redbot/core/core_commands.py:3390 msgid "through DM" msgstr "a través de MP" -#: redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3392 msgid "from {}" msgstr "de {}" -#: redbot/core/core_commands.py:3347 +#: redbot/core/core_commands.py:3393 msgid " | Server ID: {}" msgstr " | ID del servidor: {}" -#: redbot/core/core_commands.py:3352 +#: redbot/core/core_commands.py:3398 msgid "Use `{}dm {} ` to reply to this user" msgstr "Utilice `{}dm {} ` para responder a este usuario" -#: redbot/core/core_commands.py:3354 +#: redbot/core/core_commands.py:3400 msgid "Sent by {} {}" msgstr "Enviado por {} {}" -#: redbot/core/core_commands.py:3359 +#: redbot/core/core_commands.py:3405 msgid "I've been configured not to send this anywhere." -msgstr "" +msgstr "He sido configurado para no enviar esto a ninguna parte." -#: redbot/core/core_commands.py:3430 +#: redbot/core/core_commands.py:3476 msgid "Your message has been sent." msgstr "Su mensaje ha sido enviado." -#: redbot/core/core_commands.py:3432 +#: redbot/core/core_commands.py:3478 msgid "I'm unable to deliver your message. Sorry." msgstr "No soy capaz de entregar su mensaje. Lo siento." -#: redbot/core/core_commands.py:3437 +#: redbot/core/core_commands.py:3483 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n\n" @@ -2216,41 +2326,41 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3453 +#: redbot/core/core_commands.py:3499 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." -msgstr "" +msgstr "ID no válida, usuario no encontrado, o el usuario es un bot. Solo puedes enviar mensajes a personas con las que comparto un servidor." -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3509 msgid "Owner of {}" msgstr "Dueño de {}" -#: redbot/core/core_commands.py:3464 +#: redbot/core/core_commands.py:3510 msgid "You can reply to this message with {}contact" msgstr "Puedes responder este mensaje con {}contacto" -#: redbot/core/core_commands.py:3478 redbot/core/core_commands.py:3488 +#: redbot/core/core_commands.py:3524 redbot/core/core_commands.py:3534 msgid "Sorry, I couldn't deliver your message to {}" msgstr "Lo siento, no pude enviar su mensaje a {}" -#: redbot/core/core_commands.py:3481 redbot/core/core_commands.py:3491 +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3537 msgid "Message delivered to {}" msgstr "Mensaje enviado a {}" -#: redbot/core/core_commands.py:3496 +#: redbot/core/core_commands.py:3542 #, docstring msgid "Prints the bot's data path." msgstr "Imprime la ruta de datos del bot." -#: redbot/core/core_commands.py:3500 +#: redbot/core/core_commands.py:3546 msgid "Data path: {path}" msgstr "Ruta de datos: {path}" -#: redbot/core/core_commands.py:3506 +#: redbot/core/core_commands.py:3552 #, docstring msgid "Shows debug information useful for debugging." msgstr "Muestra información de depuración útil para la depuración." -#: redbot/core/core_commands.py:3593 +#: redbot/core/core_commands.py:3639 #, docstring msgid "\n" " Commands to manage the allowlist.\n\n" @@ -2259,7 +2369,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3604 +#: redbot/core/core_commands.py:3650 #, docstring msgid "\n" " Adds users to the allowlist.\n\n" @@ -2271,15 +2381,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3663 msgid "Users have been added to the allowlist." -msgstr "" +msgstr "Los usuarios han sido añadidos a la lista permitida." -#: redbot/core/core_commands.py:3619 +#: redbot/core/core_commands.py:3665 msgid "User has been added to the allowlist." -msgstr "" +msgstr "El usuario ha sido añadido a la lista permitida." -#: redbot/core/core_commands.py:3623 +#: redbot/core/core_commands.py:3669 #, docstring msgid "\n" " Lists users on the allowlist.\n\n" @@ -2288,21 +2398,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3635 +#: redbot/core/core_commands.py:3681 msgid "Users on the allowlist:" -msgstr "" +msgstr "Usuarios en la lista permitida:" -#: redbot/core/core_commands.py:3637 +#: redbot/core/core_commands.py:3683 msgid "User on the allowlist:" -msgstr "" +msgstr "Usuario en la lista permitida:" -#: redbot/core/core_commands.py:3641 redbot/core/core_commands.py:3739 +#: redbot/core/core_commands.py:3687 redbot/core/core_commands.py:3785 #: redbot/core/modlog.py:428 redbot/core/modlog.py:450 #: redbot/core/modlog.py:466 msgid "Unknown or Deleted User" msgstr "Usuario desconocido o eliminado" -#: redbot/core/core_commands.py:3649 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Removes users from the allowlist.\n\n" @@ -2315,15 +2425,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3664 +#: redbot/core/core_commands.py:3710 msgid "Users have been removed from the allowlist." msgstr "Los usuarios han sido eliminados de la lista permitida." -#: redbot/core/core_commands.py:3666 +#: redbot/core/core_commands.py:3712 msgid "User has been removed from the allowlist." -msgstr "" +msgstr "El usuario ha sido eliminado de la lista permitida." -#: redbot/core/core_commands.py:3670 +#: redbot/core/core_commands.py:3716 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2333,11 +2443,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3725 msgid "Allowlist has been cleared." msgstr "La lista de permisos ha sido borrada." -#: redbot/core/core_commands.py:3684 +#: redbot/core/core_commands.py:3730 #, docstring msgid "\n" " Commands to manage the blocklist.\n\n" @@ -2345,7 +2455,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3693 +#: redbot/core/core_commands.py:3739 #, docstring msgid "\n" " Adds users to the blocklist.\n\n" @@ -2357,19 +2467,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3709 +#: redbot/core/core_commands.py:3755 msgid "You cannot add an owner to the blocklist!" msgstr "¡No puedes agregar un dueño a la lista de bloqueos!" -#: redbot/core/core_commands.py:3715 +#: redbot/core/core_commands.py:3761 msgid "Users have been added to the blocklist." -msgstr "" +msgstr "Los usuarios han sido añadidos a la lista de bloqueos." -#: redbot/core/core_commands.py:3717 +#: redbot/core/core_commands.py:3763 msgid "User has been added to the blocklist." -msgstr "" +msgstr "El usuario ha sido añadido a la lista de bloqueos." -#: redbot/core/core_commands.py:3721 +#: redbot/core/core_commands.py:3767 #, docstring msgid "\n" " Lists users on the blocklist.\n\n" @@ -2378,15 +2488,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3733 +#: redbot/core/core_commands.py:3779 msgid "Users on the blocklist:" -msgstr "" +msgstr "Usuarios en la lista de bloqueos:" -#: redbot/core/core_commands.py:3735 +#: redbot/core/core_commands.py:3781 msgid "User on the blocklist:" -msgstr "" +msgstr "Usuario en la lista de bloqueos:" -#: redbot/core/core_commands.py:3747 +#: redbot/core/core_commands.py:3793 #, docstring msgid "\n" " Removes users from the blocklist.\n\n" @@ -2398,15 +2508,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3760 +#: redbot/core/core_commands.py:3806 msgid "Users have been removed from the blocklist." -msgstr "" +msgstr "Los usuarios han sido eliminados de la lista de bloqueos." -#: redbot/core/core_commands.py:3762 +#: redbot/core/core_commands.py:3808 msgid "User has been removed from the blocklist." -msgstr "" +msgstr "El usuario ha sido eliminado de la lista de bloqueos." -#: redbot/core/core_commands.py:3766 +#: redbot/core/core_commands.py:3812 #, docstring msgid "\n" " Clears the blocklist.\n\n" @@ -2415,11 +2525,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3773 +#: redbot/core/core_commands.py:3819 msgid "Blocklist has been cleared." msgstr "Se ha borrado la lista de bloqueos." -#: redbot/core/core_commands.py:3779 +#: redbot/core/core_commands.py:3825 #, docstring msgid "\n" " Commands to manage the server specific allowlist.\n\n" @@ -2428,7 +2538,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3792 +#: redbot/core/core_commands.py:3838 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n\n" @@ -2441,19 +2551,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3811 +#: redbot/core/core_commands.py:3857 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "No puedo permitirte hacer esto, ya que eliminaría tu capacidad para ejecutar comandos, por favor asegúrate de añadirte a ti mismo a la lista permitida primero." -#: redbot/core/core_commands.py:3820 +#: redbot/core/core_commands.py:3866 msgid "Users and/or roles have been added to the allowlist." -msgstr "" +msgstr "Usuarios y/o roles han sido añadidos a la lista permitida." -#: redbot/core/core_commands.py:3822 +#: redbot/core/core_commands.py:3868 msgid "User or role has been added to the allowlist." -msgstr "" +msgstr "El usuario o el rol han sido añadidos a la lista permitida." -#: redbot/core/core_commands.py:3826 +#: redbot/core/core_commands.py:3872 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n\n" @@ -2462,19 +2572,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3838 +#: redbot/core/core_commands.py:3884 msgid "Allowed users and/or roles:" -msgstr "" +msgstr "Usuarios y/o roles permitidos:" -#: redbot/core/core_commands.py:3840 +#: redbot/core/core_commands.py:3886 msgid "Allowed user or role:" -msgstr "" +msgstr "Usuario o rol permitido:" -#: redbot/core/core_commands.py:3844 redbot/core/core_commands.py:3966 +#: redbot/core/core_commands.py:3890 redbot/core/core_commands.py:4012 msgid "Unknown or Deleted User/Role" -msgstr "" +msgstr "Usuario/Rol borrado o desconocido" -#: redbot/core/core_commands.py:3854 +#: redbot/core/core_commands.py:3900 #, docstring msgid "\n" " Removes user or role from the allowlist.\n\n" @@ -2488,19 +2598,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3875 +#: redbot/core/core_commands.py:3921 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "No puedo permitirte que hagas esto, ya que eliminaría tu capacidad para ejecutar comandos." -#: redbot/core/core_commands.py:3883 +#: redbot/core/core_commands.py:3929 msgid "Users and/or roles have been removed from the server allowlist." -msgstr "" +msgstr "Los usuarios y/o roles han sido eliminados de la lista permitida del servidor." -#: redbot/core/core_commands.py:3885 +#: redbot/core/core_commands.py:3931 msgid "User or role has been removed from the server allowlist." -msgstr "" +msgstr "El usuario o el rol han sido removidos de la lista permitida del servidor." -#: redbot/core/core_commands.py:3889 +#: redbot/core/core_commands.py:3935 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2510,11 +2620,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3898 +#: redbot/core/core_commands.py:3944 msgid "Server allowlist has been cleared." msgstr "La lista permitida del servidor ha sido borrada." -#: redbot/core/core_commands.py:3904 +#: redbot/core/core_commands.py:3950 #, docstring msgid "\n" " Commands to manage the server specific blocklist.\n\n" @@ -2522,7 +2632,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3915 +#: redbot/core/core_commands.py:3961 #, docstring msgid "\n" " Adds a user or role to the local blocklist.\n\n" @@ -2535,27 +2645,27 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3929 +#: redbot/core/core_commands.py:3975 msgid "You cannot add yourself to the blocklist!" msgstr "¡No puedes añadirte a ti mismo a la lista de bloqueos!" -#: redbot/core/core_commands.py:3932 +#: redbot/core/core_commands.py:3978 msgid "You cannot add the guild owner to the blocklist!" msgstr "¡No puedes añadir al propietario del servidor a la lista de bloqueos!" -#: redbot/core/core_commands.py:3935 +#: redbot/core/core_commands.py:3981 msgid "You cannot add a bot owner to the blocklist!" -msgstr "" +msgstr "¡No puedes añadir un propietario de bot a la lista de bloqueos!" -#: redbot/core/core_commands.py:3942 +#: redbot/core/core_commands.py:3988 msgid "Users and/or roles have been added from the server blocklist." -msgstr "" +msgstr "Usuarios y/o roles han sido añadidos desde la lista de bloqueos del servidor." -#: redbot/core/core_commands.py:3944 +#: redbot/core/core_commands.py:3990 msgid "User or role has been added from the server blocklist." -msgstr "" +msgstr "El usuario o el rol han sido añadidos de la lista de bloqueo del servidor." -#: redbot/core/core_commands.py:3948 +#: redbot/core/core_commands.py:3994 #, docstring msgid "\n" " Lists users and roles on the server blocklist.\n\n" @@ -2564,15 +2674,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3960 +#: redbot/core/core_commands.py:4006 msgid "Blocked users and/or roles:" -msgstr "" +msgstr "Usuarios y/o roles bloqueados:" -#: redbot/core/core_commands.py:3962 +#: redbot/core/core_commands.py:4008 msgid "Blocked user or role:" -msgstr "" +msgstr "Usuario o rol bloqueado:" -#: redbot/core/core_commands.py:3976 +#: redbot/core/core_commands.py:4022 #, docstring msgid "\n" " Removes user or role from local blocklist.\n\n" @@ -2585,15 +2695,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3992 +#: redbot/core/core_commands.py:4038 msgid "Users and/or roles have been removed from the server blocklist." -msgstr "" +msgstr "Los usuarios y/o roles han sido eliminados de la lista de bloqueos del servidor." -#: redbot/core/core_commands.py:3994 +#: redbot/core/core_commands.py:4040 msgid "User or role has been removed from the server blocklist." -msgstr "" +msgstr "El usuario o el rol han sido eliminados de la lista de bloqueo del servidor." -#: redbot/core/core_commands.py:3998 +#: redbot/core/core_commands.py:4044 #, docstring msgid "\n" " Clears the server blocklist.\n\n" @@ -2603,16 +2713,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4007 +#: redbot/core/core_commands.py:4053 msgid "Server blocklist has been cleared." -msgstr "" +msgstr "La lista de bloqueo del servidor ha sido borrada." -#: redbot/core/core_commands.py:4012 +#: redbot/core/core_commands.py:4058 #, docstring msgid "Commands to enable and disable commands and cogs." -msgstr "" +msgstr "Comandos para activar y desactivar comandos y cogs." -#: redbot/core/core_commands.py:4018 +#: redbot/core/core_commands.py:4064 #, docstring msgid "Set the default state for a cog as disabled.\n\n" " This will disable the cog for all servers by default.\n" @@ -2626,20 +2736,20 @@ msgid "Set the default state for a cog as disabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4034 redbot/core/core_commands.py:4059 -#: redbot/core/core_commands.py:4079 redbot/core/core_commands.py:4109 +#: redbot/core/core_commands.py:4080 redbot/core/core_commands.py:4105 +#: redbot/core/core_commands.py:4125 redbot/core/core_commands.py:4155 msgid "Cog with the given name doesn't exist." -msgstr "" +msgstr "El cog con el nombre dado no existe." -#: redbot/core/core_commands.py:4036 +#: redbot/core/core_commands.py:4082 msgid "You can't disable this cog by default." -msgstr "" +msgstr "No puedes desactivar este cog por defecto." -#: redbot/core/core_commands.py:4038 +#: redbot/core/core_commands.py:4084 msgid "{cogname} has been set as disabled by default." -msgstr "" +msgstr "{cogname} ha sido establecido como deshabilitado por defecto." -#: redbot/core/core_commands.py:4043 +#: redbot/core/core_commands.py:4089 #, docstring msgid "Set the default state for a cog as enabled.\n\n" " This will re-enable the cog for all servers by default.\n" @@ -2653,11 +2763,11 @@ msgid "Set the default state for a cog as enabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4061 +#: redbot/core/core_commands.py:4107 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:4066 +#: redbot/core/core_commands.py:4112 #, docstring msgid "Disable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2669,19 +2779,19 @@ msgid "Disable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4081 +#: redbot/core/core_commands.py:4127 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:4083 +#: redbot/core/core_commands.py:4129 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4086 +#: redbot/core/core_commands.py:4132 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4092 +#: redbot/core/core_commands.py:4138 #, docstring msgid "Enable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2693,15 +2803,15 @@ msgid "Enable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4104 +#: redbot/core/core_commands.py:4150 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4112 +#: redbot/core/core_commands.py:4158 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4118 +#: redbot/core/core_commands.py:4164 #, docstring msgid "List the cogs which are disabled in this server.\n\n" " **Example:**\n" @@ -2709,15 +2819,15 @@ msgid "List the cogs which are disabled in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4131 +#: redbot/core/core_commands.py:4177 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:4137 +#: redbot/core/core_commands.py:4183 msgid "There are no disabled cogs in this guild." -msgstr "" +msgstr "No hay cogs deshabilitados en este servidor." -#: redbot/core/core_commands.py:4141 +#: redbot/core/core_commands.py:4187 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2728,7 +2838,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4158 +#: redbot/core/core_commands.py:4204 #, docstring msgid "List disabled commands globally.\n\n" " **Example:**\n" @@ -2736,19 +2846,19 @@ msgid "List disabled commands globally.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4165 +#: redbot/core/core_commands.py:4211 msgid "There aren't any globally disabled commands." -msgstr "" +msgstr "No hay ningún comando desactivado globalmente." -#: redbot/core/core_commands.py:4168 +#: redbot/core/core_commands.py:4214 msgid "{} commands are disabled globally.\n" -msgstr "" +msgstr "Los comandos {} están deshabilitados globalmente.\n" -#: redbot/core/core_commands.py:4172 +#: redbot/core/core_commands.py:4218 msgid "1 command is disabled globally.\n" -msgstr "" +msgstr "1 comando está deshabilitado globalmente.\n" -#: redbot/core/core_commands.py:4180 +#: redbot/core/core_commands.py:4226 #, docstring msgid "List disabled commands in this server.\n\n" " **Example:**\n" @@ -2756,19 +2866,19 @@ msgid "List disabled commands in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4187 +#: redbot/core/core_commands.py:4233 msgid "There aren't any disabled commands in {}." -msgstr "" +msgstr "No hay ningún comando deshabilitado en {}." -#: redbot/core/core_commands.py:4190 +#: redbot/core/core_commands.py:4236 msgid "{} commands are disabled in {}.\n" -msgstr "" +msgstr "{} comandos están deshabilitados en {}.\n" -#: redbot/core/core_commands.py:4194 +#: redbot/core/core_commands.py:4240 msgid "1 command is disabled in {}.\n" -msgstr "" +msgstr "1 comando está deshabilitado en {}.\n" -#: redbot/core/core_commands.py:4201 +#: redbot/core/core_commands.py:4247 #, docstring msgid "\n" " Disable a command.\n\n" @@ -2782,7 +2892,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4223 +#: redbot/core/core_commands.py:4269 #, docstring msgid "\n" " Disable a command globally.\n\n" @@ -2794,19 +2904,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4242 redbot/core/core_commands.py:4285 +#: redbot/core/core_commands.py:4288 redbot/core/core_commands.py:4331 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:4248 redbot/core/core_commands.py:4291 +#: redbot/core/core_commands.py:4294 redbot/core/core_commands.py:4337 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:4257 +#: redbot/core/core_commands.py:4303 msgid "That command is already disabled globally." -msgstr "" +msgstr "Ese comando ya está deshabilitado globalmente." -#: redbot/core/core_commands.py:4266 +#: redbot/core/core_commands.py:4312 #, docstring msgid "\n" " Disable a command in this server only.\n\n" @@ -2818,15 +2928,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4296 +#: redbot/core/core_commands.py:4342 msgid "You are not allowed to disable that command." -msgstr "" +msgstr "No tienes permisos para desactivar ese comando." -#: redbot/core/core_commands.py:4306 +#: redbot/core/core_commands.py:4352 msgid "That command is already disabled in this server." -msgstr "" +msgstr "Ese comando ya está desactivado en este servidor." -#: redbot/core/core_commands.py:4312 +#: redbot/core/core_commands.py:4358 #, docstring msgid "Enable a command.\n\n" " If you're the bot owner, this will try to enable a globally disabled command by default.\n" @@ -2839,7 +2949,7 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4332 +#: redbot/core/core_commands.py:4378 #, docstring msgid "\n" " Enable a command globally.\n\n" @@ -2851,11 +2961,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4354 +#: redbot/core/core_commands.py:4400 msgid "That command is already enabled globally." -msgstr "" +msgstr "Ese comando ya está habilitado globalmente." -#: redbot/core/core_commands.py:4363 +#: redbot/core/core_commands.py:4409 #, docstring msgid "\n" " Enable a command in this server.\n\n" @@ -2867,15 +2977,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4381 +#: redbot/core/core_commands.py:4427 msgid "You are not allowed to enable that command." -msgstr "" +msgstr "No tienes permisos para activar ese comando." -#: redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4437 msgid "That command is already enabled in this server." -msgstr "" +msgstr "Ese comando ya está habilitado en este servidor." -#: redbot/core/core_commands.py:4398 +#: redbot/core/core_commands.py:4444 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2889,7 +2999,7 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4419 +#: redbot/core/core_commands.py:4465 #, docstring msgid "\n" " Commands to manage server settings for immunity from automated actions.\n\n" @@ -2897,7 +3007,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4428 +#: redbot/core/core_commands.py:4474 #, docstring msgid "\n" " Gets the current members and roles configured for automatic moderation action immunity.\n\n" @@ -2906,19 +3016,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4441 +#: redbot/core/core_commands.py:4487 msgid "Roles immune from automated moderation actions:\n" -msgstr "" +msgstr "Rol inmune de las acciones automatizadas de moderación:\n" -#: redbot/core/core_commands.py:4446 +#: redbot/core/core_commands.py:4492 msgid "Members immune from automated moderation actions:\n" -msgstr "" +msgstr "Miembros inmunes de las acciones de moderación automatizadas:\n" -#: redbot/core/core_commands.py:4450 +#: redbot/core/core_commands.py:4496 msgid "No immunity settings here." -msgstr "" +msgstr "Aquí no hay ajustes de inmunidad." -#: redbot/core/core_commands.py:4459 +#: redbot/core/core_commands.py:4505 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n\n" @@ -2930,11 +3040,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4471 +#: redbot/core/core_commands.py:4517 msgid "Already added." -msgstr "" +msgstr "Ya se ha añadido." -#: redbot/core/core_commands.py:4479 +#: redbot/core/core_commands.py:4525 #, docstring msgid "\n" " Remove a user or role from being immune to automated moderation actions.\n\n" @@ -2946,11 +3056,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4491 +#: redbot/core/core_commands.py:4537 msgid "Not in list." msgstr "No esta en lista." -#: redbot/core/core_commands.py:4499 +#: redbot/core/core_commands.py:4545 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n\n" @@ -2962,15 +3072,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4511 +#: redbot/core/core_commands.py:4557 msgid "They are immune." -msgstr "" +msgstr "Son inmunes." -#: redbot/core/core_commands.py:4513 +#: redbot/core/core_commands.py:4559 msgid "They are not immune." -msgstr "" +msgstr "No son inmunes." -#: redbot/core/core_commands.py:4518 +#: redbot/core/core_commands.py:4564 #, docstring msgid "\n" " Commands for configuring owner notifications.\n\n" @@ -2978,7 +3088,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4527 +#: redbot/core/core_commands.py:4573 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2990,7 +3100,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4546 +#: redbot/core/core_commands.py:4592 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n\n" @@ -3001,7 +3111,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4565 +#: redbot/core/core_commands.py:4611 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n\n" @@ -3013,7 +3123,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4591 +#: redbot/core/core_commands.py:4637 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n\n" @@ -3025,7 +3135,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4615 +#: redbot/core/core_commands.py:4661 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n\n" @@ -3034,15 +3144,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4625 +#: redbot/core/core_commands.py:4671 msgid "There are no extra channels being sent to." -msgstr "" +msgstr "No se ha enviado a canales adicionales." -#: redbot/core/core_commands.py:4636 +#: redbot/core/core_commands.py:4682 msgid "Unknown channel with id: {id}" -msgstr "" +msgstr "Canal desconocido con id: {id}" -#: redbot/core/core_commands.py:4667 +#: redbot/core/core_commands.py:4713 #, docstring msgid "\n" " Commands to add servers or channels to the ignore list.\n\n" @@ -3051,7 +3161,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4677 +#: redbot/core/core_commands.py:4723 #, docstring msgid "\n" " List the currently ignored servers and channels.\n\n" @@ -3060,7 +3170,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4692 +#: redbot/core/core_commands.py:4738 #, docstring msgid "\n" " Ignore commands in the channel or category.\n\n" @@ -3076,15 +3186,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4712 +#: redbot/core/core_commands.py:4758 msgid "Channel added to ignore list." msgstr "Canal añadido a ignorados." -#: redbot/core/core_commands.py:4714 +#: redbot/core/core_commands.py:4760 msgid "Channel already in ignore list." msgstr "El canal ya está en ignorados." -#: redbot/core/core_commands.py:4719 +#: redbot/core/core_commands.py:4765 #, docstring msgid "\n" " Ignore commands in this server.\n\n" @@ -3094,20 +3204,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4730 +#: redbot/core/core_commands.py:4776 msgid "This server has been added to the ignore list." msgstr "Este servidor ha sido añadido a la lista de ignorar." -#: redbot/core/core_commands.py:4732 +#: redbot/core/core_commands.py:4778 msgid "This server is already being ignored." msgstr "Este servidor ya está siendo ignorado." -#: redbot/core/core_commands.py:4738 +#: redbot/core/core_commands.py:4784 #, docstring msgid "Commands to remove servers or channels from the ignore list." -msgstr "" +msgstr "Comandos para eliminar servidores o canales de la lista de ignorados." -#: redbot/core/core_commands.py:4746 +#: redbot/core/core_commands.py:4792 #, docstring msgid "\n" " Remove a channel or category from the ignore list.\n\n" @@ -3122,15 +3232,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4765 +#: redbot/core/core_commands.py:4811 msgid "Channel removed from ignore list." msgstr "Canal removido de la lista ignorada." -#: redbot/core/core_commands.py:4767 +#: redbot/core/core_commands.py:4813 msgid "That channel is not in the ignore list." msgstr "Ese canal no está en la lista ignorarda." -#: redbot/core/core_commands.py:4772 +#: redbot/core/core_commands.py:4818 #, docstring msgid "\n" " Remove this server from the ignore list.\n\n" @@ -3139,34 +3249,37 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4781 +#: redbot/core/core_commands.py:4827 msgid "This server has been removed from the ignore list." msgstr "Este servidor ha sido eliminado de la lista de ignorar." -#: redbot/core/core_commands.py:4783 +#: redbot/core/core_commands.py:4829 msgid "This server is not in the ignore list." msgstr "Este servidor no está en la lista de ignorar." -#: redbot/core/core_commands.py:4789 +#: redbot/core/core_commands.py:4835 msgid "This server is currently being ignored." -msgstr "" +msgstr "Este servidor está siendo ignorado actualmente." -#: redbot/core/core_commands.py:4801 +#: redbot/core/core_commands.py:4847 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" -msgstr "" +msgstr "Categorías ignoradas actualmente: {categories}\n" +"Canales: {channels}" -#: redbot/core/core_commands.py:4816 +#: redbot/core/core_commands.py:4862 #, docstring msgid "\n" " Get info about Red's licenses.\n" " " -msgstr "" +msgstr "\n" +" Obtén información sobre las licencias de Red.\n" +" " #: redbot/core/dev_commands.py:36 #, docstring msgid "Various development focused utilities." -msgstr "" +msgstr "El desarrollo variado se centró en utilidades." #: redbot/core/dev_commands.py:123 #, docstring @@ -3189,7 +3302,7 @@ msgid "Evaluate a statement of python code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:166 +#: redbot/core/dev_commands.py:167 #, docstring msgid "Execute asynchronous code.\n\n" " This command wraps code into the body of an async function and then\n" @@ -3209,7 +3322,7 @@ msgid "Execute asynchronous code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:220 +#: redbot/core/dev_commands.py:221 #, docstring msgid "Open an interactive REPL.\n\n" " The REPL will only recognise code as messages which start with a\n" @@ -3218,51 +3331,51 @@ msgid "Open an interactive REPL.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:229 +#: redbot/core/dev_commands.py:230 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "Este canal ya está ejecutando una sesión REPL. Salga usando `quit`." -#: redbot/core/dev_commands.py:233 +#: redbot/core/dev_commands.py:234 msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." -msgstr "" +msgstr "Ya ejecutando una sesión REPL en este canal. Reanuda el REPL con `{}repl resume`." -#: redbot/core/dev_commands.py:244 +#: redbot/core/dev_commands.py:245 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." -msgstr "" +msgstr "Introduzca el código para ejecutar o evaluar. `exit()` o `quit` para salir. `{}repl pause` para pausar." -#: redbot/core/dev_commands.py:258 +#: redbot/core/dev_commands.py:259 msgid "Exiting." msgstr "Saliendo." -#: redbot/core/dev_commands.py:309 +#: redbot/core/dev_commands.py:310 msgid "Unexpected error: `{}`" msgstr "Error inesperado: `{}`" -#: redbot/core/dev_commands.py:313 +#: redbot/core/dev_commands.py:314 #, docstring msgid "Pauses/resumes the REPL running in the current channel" -msgstr "" +msgstr "Pausa/reanuda el REPL en uso en el canal actual" -#: redbot/core/dev_commands.py:315 +#: redbot/core/dev_commands.py:316 msgid "There is no currently running REPL session in this channel." -msgstr "" +msgstr "Actualmente no hay ninguna sesión REPL en este canal." -#: redbot/core/dev_commands.py:323 +#: redbot/core/dev_commands.py:324 msgid "The REPL session in this channel has been resumed." -msgstr "" +msgstr "Se ha reanudado la sesión REPL en este canal." -#: redbot/core/dev_commands.py:325 +#: redbot/core/dev_commands.py:326 msgid "The REPL session in this channel is now paused." -msgstr "" +msgstr "La sesión REPL en este canal ahora está pausada." -#: redbot/core/dev_commands.py:330 +#: redbot/core/dev_commands.py:331 #, docstring msgid "Mock another user invoking a command.\n\n" " The prefix must not be entered.\n" " " msgstr "" -#: redbot/core/dev_commands.py:343 +#: redbot/core/dev_commands.py:344 #, docstring msgid "Dispatch a message event as if it were sent by a different user.\n\n" " Only reads the raw content of the message. Attachments, embeds etc. are\n" @@ -3270,37 +3383,39 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:364 +#: redbot/core/dev_commands.py:365 #, docstring msgid "Give bot owners the ability to bypass cooldowns.\n\n" " Does not persist through restarts." msgstr "" -#: redbot/core/dev_commands.py:372 +#: redbot/core/dev_commands.py:373 msgid "Bot owners will now bypass all commands with cooldowns." -msgstr "" +msgstr "Los propietarios de bots ahora saltarán todos los comandos con tiempos de espera." -#: redbot/core/dev_commands.py:374 +#: redbot/core/dev_commands.py:375 msgid "Bot owners will no longer bypass all commands with cooldowns." -msgstr "" +msgstr "Los propietarios de bots ya no pasarán por alto todos los comandos con tiempos de espera." #: redbot/core/errors.py:49 msgid "{user}'s balance cannot rise above {max} {currency}." -msgstr "" +msgstr "El saldo de {user} no puede subir por encima de {max} {currency}." #: redbot/core/events.py:112 msgid "Your Red instance is out of date! {} is the current version, however you are using {}!" -msgstr "" +msgstr "¡Tu instancia Red está desactualizada! ¡{} es la versión actual, sin embargo estás usando {}!" #: redbot/core/events.py:122 msgid "\n\n" "While the following command should work in most scenarios as it is based on your current OS, environment, and Python version, **we highly recommend you to read the update docs at <{docs}> and make sure there is nothing else that needs to be done during the update.**" -msgstr "" +msgstr "\n\n" +"Parece que el siguiente comando debería funcionar en la mayoría de escenarios ya que está basado en su versión actual de SO, entorno y Python, **te recomendamos que leas los documentos de actualización en <{docs}> y asegúrate de que no hay nada más que hacer durante la actualización.**" #: redbot/core/events.py:146 msgid "\n\n" "To update your bot, first shutdown your bot then open a window of {console} (Not as admin) and run the following:\n\n" -msgstr "" +msgstr "\n\n" +"Para actualizar tu bot, primero apaga tu bot y luego abre una ventana de {console} (no como administrador) y ejecuta lo siguiente:\n\n" #: redbot/core/events.py:151 msgid "Command Prompt" @@ -3313,13 +3428,16 @@ msgstr "Terminal" #: redbot/core/events.py:160 msgid "\n" "Once you've started up your bot again, if you have any 3rd-party cogs installed we then highly recommend you update them with this command in Discord: `[p]cog update`" -msgstr "" +msgstr "\n" +"Una vez que hayas iniciado tu bot de nuevo, si tienes algún cog de terceros instalado, te recomendamos que lo actualices con este comando en Discord: `[p]cog update`" #: redbot/core/events.py:167 msgid "\n\n" "You have Python `{py_version}` and this update requires `{req_py}`; you cannot simply run the update command.\n\n" "You will need to follow the update instructions in our docs above, if you still need help updating after following the docs go to our #support channel in " -msgstr "" +msgstr "\n\n" +"Tienes Python `{py_version}` y esta actualización requiere `{req_py}`; no puedes simplemente ejecutar el comando de actualización.\n\n" +"Necesitarás seguir las instrucciones de actualización en nuestros documentos anteriores si todavía necesitas ayuda para actualizar después de seguir los documentos ve a nuestro canal #support en " #: redbot/core/events.py:232 msgid "`{user_input}` is not a valid value for `{command}`" @@ -3327,27 +3445,27 @@ msgstr "`{user_input}` no es un valor válido para `{command}`" #: redbot/core/events.py:257 msgid "Error in command '{command}'. Check your console or logs for details." -msgstr "" +msgstr "Error en el comando '{command}'. Comprueba tu consola o registros para más detalles." #: redbot/core/events.py:282 msgid "I require the {permission} permission to execute that command." -msgstr "" +msgstr "Necesito el permiso {permission} para ejecutar ese comando." #: redbot/core/events.py:286 msgid "I require {permission_list} permissions to execute that command." -msgstr "" +msgstr "Necesito el permiso {permission_list} para ejecutar este comando." #: redbot/core/events.py:294 msgid "That command is not available in DMs." -msgstr "" +msgstr "Ese comando no está disponible en DMs." #: redbot/core/events.py:296 msgid "That command is only available in DMs." -msgstr "" +msgstr "Ese comando sólo está disponible en DMs." #: redbot/core/events.py:298 msgid "That command is only available in NSFW channels." -msgstr "" +msgstr "Este comando sólo está disponible en canales NSFW." #: redbot/core/events.py:308 msgid "This command is on cooldown. Try again in {delay}." diff --git a/redbot/core/locales/fi-FI.po b/redbot/core/locales/fi-FI.po index e68f49415..865bc8a3e 100644 --- a/redbot/core/locales/fi-FI.po +++ b/redbot/core/locales/fi-FI.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-05-25 16:04+0000\n" +"POT-Creation-Date: 2021-06-12 15:52+0000\n" "Last-Translator: \n" "Language-Team: Finnish\n" "MIME-Version: 1.0\n" @@ -126,15 +126,15 @@ msgstr "**{} ladattu:**\n" msgid "**{} unloaded:**\n" msgstr "**{} lataus poistettu:**\n" -#: redbot/core/core_commands.py:179 +#: redbot/core/core_commands.py:181 msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:184 +#: redbot/core/core_commands.py:186 msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:393 +#: redbot/core/core_commands.py:398 #, docstring msgid "\n" " The Core cog has many commands related to core functions.\n\n" @@ -142,93 +142,93 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:410 #, docstring msgid "Pong." msgstr "Pong." -#: redbot/core/core_commands.py:410 +#: redbot/core/core_commands.py:415 #, docstring msgid "Shows info about [botname].\n\n" " See `[p]set custominfo` to customize.\n" " " msgstr "" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:445 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by team" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:456 +#: redbot/core/core_commands.py:461 msgid "Red version" msgstr "Red-versio" -#: redbot/core/core_commands.py:459 redbot/core/core_commands.py:515 +#: redbot/core/core_commands.py:464 redbot/core/core_commands.py:520 msgid "Yes, {version} is available." msgstr "Kyllä, {version} on saatavilla." -#: redbot/core/core_commands.py:463 redbot/core/core_commands.py:519 +#: redbot/core/core_commands.py:468 redbot/core/core_commands.py:524 msgid "Checking for updates failed." msgstr "Päivitysten tarkistus epäonnistui." -#: redbot/core/core_commands.py:464 +#: redbot/core/core_commands.py:469 msgid "Outdated" msgstr "Vanhentunut" -#: redbot/core/core_commands.py:466 +#: redbot/core/core_commands.py:471 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:467 +#: redbot/core/core_commands.py:472 msgid "About Red" msgstr "Tietoa Redistä" -#: redbot/core/core_commands.py:470 redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:475 redbot/core/core_commands.py:533 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:483 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:489 +#: redbot/core/core_commands.py:494 msgid "Instance owned by team: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:501 +#: redbot/core/core_commands.py:506 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:520 +#: redbot/core/core_commands.py:525 msgid "Outdated: [{state}]\n" msgstr "" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:528 msgid "**About Red**\n" msgstr "" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:539 msgid "**About this instance**\n" msgstr "" -#: redbot/core/core_commands.py:536 +#: redbot/core/core_commands.py:541 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -239,20 +239,20 @@ msgid "**References**\n" "7. <{}>\n" msgstr "" -#: redbot/core/core_commands.py:552 +#: redbot/core/core_commands.py:557 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:555 +#: redbot/core/core_commands.py:560 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:557 +#: redbot/core/core_commands.py:562 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:564 +#: redbot/core/core_commands.py:569 #, docstring msgid "\n" " Commands which interact with the data [botname] has about you.\n\n" @@ -260,7 +260,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:575 +#: redbot/core/core_commands.py:580 #, docstring msgid "\n" " Find out what type of data [botname] stores and why.\n\n" @@ -269,12 +269,12 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:585 +#: redbot/core/core_commands.py:590 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:604 +#: redbot/core/core_commands.py:609 #, docstring msgid "View the End User Data statements of each 3rd-party module.\n\n" " This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" @@ -283,39 +283,39 @@ msgid "View the End User Data statements of each 3rd-party module.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:615 +#: redbot/core/core_commands.py:620 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:625 +#: redbot/core/core_commands.py:630 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:645 +#: redbot/core/core_commands.py:650 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:647 +#: redbot/core/core_commands.py:652 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:652 +#: redbot/core/core_commands.py:657 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:668 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:679 +#: redbot/core/core_commands.py:684 msgid "Did not get confirmation, cancelling." msgstr "Vahvistusta ei saatu, peruutetaan." -#: redbot/core/core_commands.py:684 +#: redbot/core/core_commands.py:689 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:695 +#: redbot/core/core_commands.py:700 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -327,63 +327,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:710 +#: redbot/core/core_commands.py:715 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:717 +#: redbot/core/core_commands.py:722 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:727 +#: redbot/core/core_commands.py:732 msgid "This may take some time." msgstr "Tässä voi kestää jonkin aikaa." -#: redbot/core/core_commands.py:740 +#: redbot/core/core_commands.py:745 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:755 +#: redbot/core/core_commands.py:760 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:765 +#: redbot/core/core_commands.py:770 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:775 +#: redbot/core/core_commands.py:780 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:783 redbot/core/core_commands.py:950 -#: redbot/core/core_commands.py:1036 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:788 redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:1041 redbot/core/core_commands.py:1112 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:793 +#: redbot/core/core_commands.py:798 #, docstring msgid "[Coming Soon] Get what data [botname] has about you." msgstr "" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:800 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:804 +#: redbot/core/core_commands.py:809 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:810 +#: redbot/core/core_commands.py:815 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -394,11 +394,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:821 +#: redbot/core/core_commands.py:826 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:834 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n\n" @@ -408,11 +408,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:838 +#: redbot/core/core_commands.py:843 msgid "User can not delete their own data." msgstr "Käyttäjä ei voi poistaa omaa dataansa." -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:847 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -426,15 +426,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:859 +#: redbot/core/core_commands.py:864 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:867 +#: redbot/core/core_commands.py:872 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:878 +#: redbot/core/core_commands.py:883 #, docstring msgid "\n" " Handle a deletion request from Discord.\n\n" @@ -447,34 +447,34 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:892 +#: redbot/core/core_commands.py:897 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:915 redbot/core/core_commands.py:1072 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +#: redbot/core/core_commands.py:930 redbot/core/core_commands.py:1087 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +#: redbot/core/core_commands.py:941 redbot/core/core_commands.py:1098 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +#: redbot/core/core_commands.py:951 redbot/core/core_commands.py:1108 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:957 +#: redbot/core/core_commands.py:962 #, docstring msgid "Delete data [botname] has about a user for a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" @@ -485,34 +485,34 @@ msgid "Delete data [botname] has about a user for a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:973 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:991 +#: redbot/core/core_commands.py:996 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1006 +#: redbot/core/core_commands.py:1011 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1017 +#: redbot/core/core_commands.py:1022 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1033 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1048 #, docstring msgid "Delete data [botname] has about a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" @@ -522,12 +522,12 @@ msgid "Delete data [botname] has about a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1053 +#: redbot/core/core_commands.py:1058 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1114 +#: redbot/core/core_commands.py:1119 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -547,7 +547,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1136 +#: redbot/core/core_commands.py:1141 #, docstring msgid "\n" " Show the current embed settings.\n\n" @@ -561,42 +561,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1153 redbot/core/core_commands.py:1309 -#: redbot/core/core_commands.py:1360 redbot/core/core_commands.py:4236 -#: redbot/core/core_commands.py:4279 redbot/core/core_commands.py:4345 -#: redbot/core/core_commands.py:4376 +#: redbot/core/core_commands.py:1158 redbot/core/core_commands.py:1314 +#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:4282 +#: redbot/core/core_commands.py:4325 redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4422 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:1159 +#: redbot/core/core_commands.py:1164 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1161 +#: redbot/core/core_commands.py:1166 msgid "Global default: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1171 msgid "Global command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1172 +#: redbot/core/core_commands.py:1177 msgid "Guild setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1177 +#: redbot/core/core_commands.py:1182 msgid "Server command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1183 +#: redbot/core/core_commands.py:1188 msgid "Channel setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1191 msgid "User setting: {value}" msgstr "" -#: redbot/core/core_commands.py:1192 +#: redbot/core/core_commands.py:1197 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -608,15 +608,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1206 +#: redbot/core/core_commands.py:1211 msgid "Embeds are now disabled by default." msgstr "" -#: redbot/core/core_commands.py:1209 +#: redbot/core/core_commands.py:1214 msgid "Embeds are now enabled by default." msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1220 #, docstring msgid "\n" " Set the server's embed setting.\n\n" @@ -632,20 +632,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1234 redbot/core/core_commands.py:1318 -#: redbot/core/core_commands.py:1409 redbot/core/core_commands.py:1440 +#: redbot/core/core_commands.py:1239 redbot/core/core_commands.py:1323 +#: redbot/core/core_commands.py:1414 redbot/core/core_commands.py:1445 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1239 +#: redbot/core/core_commands.py:1244 msgid "Embeds are now enabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1241 +#: redbot/core/core_commands.py:1246 msgid "Embeds are now disabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1249 +#: redbot/core/core_commands.py:1254 #, docstring msgid "\n" " Sets a command's embed setting.\n\n" @@ -662,11 +662,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1278 +#: redbot/core/core_commands.py:1283 msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." msgstr "" -#: redbot/core/core_commands.py:1289 +#: redbot/core/core_commands.py:1294 #, docstring msgid "\n" " Sets a command's embed setting globally.\n\n" @@ -682,15 +682,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1375 +#: redbot/core/core_commands.py:1329 redbot/core/core_commands.py:1380 msgid "Embeds are now enabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1330 redbot/core/core_commands.py:1381 +#: redbot/core/core_commands.py:1335 redbot/core/core_commands.py:1386 msgid "Embeds are now disabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1340 +#: redbot/core/core_commands.py:1345 #, docstring msgid "\n" " Sets a commmand's embed setting for the current server.\n\n" @@ -706,11 +706,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1369 +#: redbot/core/core_commands.py:1374 msgid "Embeds will now fall back to the server setting." msgstr "" -#: redbot/core/core_commands.py:1390 +#: redbot/core/core_commands.py:1395 #, docstring msgid "\n" " Set's a channel's embed setting.\n\n" @@ -726,21 +726,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1419 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "enabled" msgstr "käytössä" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "disabled" msgstr "ei käytössä" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1426 #, docstring msgid "\n" " Sets personal embed setting for DMs.\n\n" @@ -756,15 +756,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1450 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1452 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1453 +#: redbot/core/core_commands.py:1458 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead.\n\n" @@ -777,11 +777,11 @@ msgid "Sends to the owner the last command exception that has occurred.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:1487 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1487 +#: redbot/core/core_commands.py:1492 #, docstring msgid "Shows [botname]'s invite url.\n\n" " This will always send the invite to DMs to keep it private.\n\n" @@ -791,12 +791,12 @@ msgid "Shows [botname]'s invite url.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1512 #, docstring msgid "Commands to setup [botname]'s invite settings." msgstr "" -#: redbot/core/core_commands.py:1512 +#: redbot/core/core_commands.py:1517 #, docstring msgid "\n" " Toggles if `[p]invite` should be accessible for the average user.\n\n" @@ -808,7 +808,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1549 +#: redbot/core/core_commands.py:1554 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -823,7 +823,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 #, docstring msgid "\n" " Leaves servers.\n\n" @@ -838,43 +855,43 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1588 +#: redbot/core/core_commands.py:1613 msgid "You need to specify at least one server ID." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:1620 msgid "You haven't passed any server ID. Do you want me to leave this server?" msgstr "" -#: redbot/core/core_commands.py:1600 +#: redbot/core/core_commands.py:1625 msgid "Are you sure you want me to leave these servers?" msgstr "" -#: redbot/core/core_commands.py:1608 +#: redbot/core/core_commands.py:1633 msgid "I cannot leave the server `{server_name}`: I am the owner of it." msgstr "" -#: redbot/core/core_commands.py:1619 +#: redbot/core/core_commands.py:1644 redbot/core/core_commands.py:2711 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:1624 +#: redbot/core/core_commands.py:1649 msgid "Alright. Bye :wave:" msgstr "Selvä. Näkemiin :wave:" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1652 msgid "Alright. Leaving {number} servers..." msgstr "" -#: redbot/core/core_commands.py:1634 +#: redbot/core/core_commands.py:1659 msgid "Alright, I'll stay then. :)" msgstr "Okei, jään sitten :)" -#: redbot/core/core_commands.py:1636 +#: redbot/core/core_commands.py:1661 msgid "Alright, I'm not leaving those servers." msgstr "" -#: redbot/core/core_commands.py:1641 +#: redbot/core/core_commands.py:1666 #, docstring msgid "\n" " Lists the servers [botname] is currently in.\n\n" @@ -882,7 +899,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:1684 #, docstring msgid "Loads cog packages from the local paths and installed cogs.\n\n" " See packages available to load with `[p]cogs`.\n\n" @@ -895,67 +912,67 @@ msgid "Loads cog packages from the local paths and installed cogs.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1688 +#: redbot/core/core_commands.py:1713 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1693 +#: redbot/core/core_commands.py:1718 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1722 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1729 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1709 +#: redbot/core/core_commands.py:1734 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1717 redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1742 redbot/core/core_commands.py:1898 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1723 redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1748 redbot/core/core_commands.py:1904 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1732 redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1757 redbot/core/core_commands.py:1913 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1736 redbot/core/core_commands.py:1892 +#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1744 +#: redbot/core/core_commands.py:1769 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1748 +#: redbot/core/core_commands.py:1773 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1755 +#: redbot/core/core_commands.py:1780 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1786 redbot/core/core_commands.py:1942 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1780 +#: redbot/core/core_commands.py:1805 #, docstring msgid "Unloads previously loaded cog packages.\n\n" " See packages available to unload with `[p]cogs`.\n\n" @@ -967,23 +984,23 @@ msgid "Unloads previously loaded cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1798 +#: redbot/core/core_commands.py:1823 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1827 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1809 +#: redbot/core/core_commands.py:1834 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1813 +#: redbot/core/core_commands.py:1838 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1826 +#: redbot/core/core_commands.py:1851 #, docstring msgid "Reloads cog packages.\n\n" " This will unload and then load the specified cogs.\n\n" @@ -996,36 +1013,36 @@ msgid "Reloads cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:1880 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1860 +#: redbot/core/core_commands.py:1885 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1890 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1900 +#: redbot/core/core_commands.py:1925 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1904 +#: redbot/core/core_commands.py:1929 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1936 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Shuts down the bot.\n\n" " Allows [botname] to shut down gracefully.\n\n" @@ -1038,11 +1055,11 @@ msgid "Shuts down the bot.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1974 msgid "Shutting down... " msgstr "Sammutetaan... " -#: redbot/core/core_commands.py:1955 +#: redbot/core/core_commands.py:1980 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -1055,30 +1072,30 @@ msgid "Attempts to restart [botname].\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1969 +#: redbot/core/core_commands.py:1994 msgid "Restarting..." msgstr "Käynnistetään uudelleen..." -#: redbot/core/core_commands.py:1974 +#: redbot/core/core_commands.py:1999 #, docstring msgid "Commands for changing [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1978 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1996 +#: redbot/core/core_commands.py:2021 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2042 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -1086,7 +1103,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:2039 +#: redbot/core/core_commands.py:2064 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -1101,23 +1118,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2060 +#: redbot/core/core_commands.py:2085 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:2062 +#: redbot/core/core_commands.py:2087 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2092 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2099 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2104 #, docstring msgid "\n" " Sets the bot's description.\n\n" @@ -1133,15 +1150,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2099 +#: redbot/core/core_commands.py:2124 msgid "Description reset." msgstr "Kuvaus nollattu." -#: redbot/core/core_commands.py:2102 +#: redbot/core/core_commands.py:2127 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2141 #, docstring msgid "\n" " Adds an admin role for this guild.\n\n" @@ -1159,15 +1176,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2136 +#: redbot/core/core_commands.py:2161 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:2138 +#: redbot/core/core_commands.py:2163 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2144 +#: redbot/core/core_commands.py:2169 #, docstring msgid "\n" " Adds a moderator role for this guild.\n\n" @@ -1184,15 +1201,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2188 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:2165 +#: redbot/core/core_commands.py:2190 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2171 +#: redbot/core/core_commands.py:2196 #, docstring msgid "\n" " Removes an admin role for this guild.\n\n" @@ -1204,15 +1221,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2208 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:2185 +#: redbot/core/core_commands.py:2210 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2191 +#: redbot/core/core_commands.py:2216 #, docstring msgid "\n" " Removes a mod role for this guild.\n\n" @@ -1224,15 +1241,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2228 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2230 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2211 +#: redbot/core/core_commands.py:2236 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -1243,19 +1260,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2248 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will" msgstr "" -#: redbot/core/core_commands.py:2232 +#: redbot/core/core_commands.py:2257 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -1267,11 +1284,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2247 +#: redbot/core/core_commands.py:2272 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2280 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -1282,11 +1299,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2268 +#: redbot/core/core_commands.py:2293 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:2276 +#: redbot/core/core_commands.py:2301 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1303,15 +1320,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2321 msgid "The color has been reset." msgstr "Väri nollattiin." -#: redbot/core/core_commands.py:2299 +#: redbot/core/core_commands.py:2324 msgid "The color has been set." msgstr "Väri asetettiin." -#: redbot/core/core_commands.py:2304 +#: redbot/core/core_commands.py:2329 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL.\n\n" @@ -1324,28 +1341,28 @@ msgid "Sets [botname]'s avatar\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2327 +#: redbot/core/core_commands.py:2352 msgid "That URL is invalid." msgstr "URL-osoite on virheellinen." -#: redbot/core/core_commands.py:2329 +#: redbot/core/core_commands.py:2354 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:2339 +#: redbot/core/core_commands.py:2364 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:2346 +#: redbot/core/core_commands.py:2371 msgid "JPG / PNG format only." msgstr "Vain JPG / PNG muotoja." -#: redbot/core/core_commands.py:2348 redbot/core/core_commands.py:2575 -#: redbot/core/core_commands.py:2631 redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:2373 redbot/core/core_commands.py:2600 +#: redbot/core/core_commands.py:2656 redbot/core/core_commands.py:2680 msgid "Done." msgstr "Valmista." -#: redbot/core/core_commands.py:2353 +#: redbot/core/core_commands.py:2378 #, docstring msgid "\n" " Removes [botname]'s avatar.\n\n" @@ -1354,11 +1371,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2386 msgid "Avatar removed." msgstr "Avatar poistettu." -#: redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2392 #, docstring msgid "Sets [botname]'s playing status.\n\n" " This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" @@ -1371,19 +1388,19 @@ msgid "Sets [botname]'s playing status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2383 +#: redbot/core/core_commands.py:2408 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2391 +#: redbot/core/core_commands.py:2416 msgid "Status set to ``Playing {game.name}``." msgstr "Tilaksi asetettiin ``Playing {game.name}``." -#: redbot/core/core_commands.py:2393 +#: redbot/core/core_commands.py:2418 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:2399 +#: redbot/core/core_commands.py:2424 #, docstring msgid "Sets [botname]'s listening status.\n\n" " This will appear as `Listening to `.\n\n" @@ -1395,19 +1412,19 @@ msgid "Sets [botname]'s listening status.\n\n" " - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2416 +#: redbot/core/core_commands.py:2441 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2425 +#: redbot/core/core_commands.py:2450 msgid "Status set to ``Listening to {listening}``." msgstr "Tilaksi asetettiin ``Listening to {listening}``." -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2453 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2459 #, docstring msgid "Sets [botname]'s watching status.\n\n" " This will appear as `Watching `.\n\n" @@ -1419,19 +1436,19 @@ msgid "Sets [botname]'s watching status.\n\n" " - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2475 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2482 msgid "Status set to ``Watching {watching}``." msgstr "Tilaksi asetettiin ``Watching {watching}``." -#: redbot/core/core_commands.py:2459 +#: redbot/core/core_commands.py:2484 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:2465 +#: redbot/core/core_commands.py:2490 #, docstring msgid "Sets [botname]'s competing status.\n\n" " This will appear as `Competing in `.\n\n" @@ -1443,19 +1460,19 @@ msgid "Sets [botname]'s competing status.\n\n" " - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2482 +#: redbot/core/core_commands.py:2507 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2491 +#: redbot/core/core_commands.py:2516 msgid "Status set to ``Competing in {competing}``." msgstr "Tilaksi asetettiin ``Competing in {competing}``." -#: redbot/core/core_commands.py:2494 +#: redbot/core/core_commands.py:2519 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:2500 +#: redbot/core/core_commands.py:2525 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1471,11 +1488,11 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:2555 msgid "Status changed to {}." msgstr "Tilaksi asetettiin {}." -#: redbot/core/core_commands.py:2538 +#: redbot/core/core_commands.py:2563 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" @@ -1491,15 +1508,15 @@ msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " - `` - The text to follow `Streaming` in the status." msgstr "" -#: redbot/core/core_commands.py:2563 +#: redbot/core/core_commands.py:2588 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2591 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2580 +#: redbot/core/core_commands.py:2605 #, docstring msgid "Sets [botname]'s username.\n\n" " Maximum length for a username is 32 characters.\n\n" @@ -1512,29 +1529,29 @@ msgid "Sets [botname]'s username.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2596 +#: redbot/core/core_commands.py:2621 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "Vahvistetun botin nimeä ei voida muokata manuaalisesti. Ota yhteyttä Discord-tukeen vaihtaaksesi sen." -#: redbot/core/core_commands.py:2603 +#: redbot/core/core_commands.py:2628 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "Nimen vaihtaminen ei onnistunut. Sen tulee olla 32 kirjainta pitkä tai lyhyempi." -#: redbot/core/core_commands.py:2609 +#: redbot/core/core_commands.py:2634 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2619 +#: redbot/core/core_commands.py:2644 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "Käyttäjänimen vaihto ei onnistunut. Discord palautti seuraavan virheen:\n" "{error_message}" -#: redbot/core/core_commands.py:2629 +#: redbot/core/core_commands.py:2654 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2662 #, docstring msgid "Sets [botname]'s nickname for the current server.\n\n" " Maximum length for a nickname is 32 characters.\n\n" @@ -1545,15 +1562,15 @@ msgid "Sets [botname]'s nickname for the current server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2649 +#: redbot/core/core_commands.py:2674 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2653 +#: redbot/core/core_commands.py:2678 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:2660 +#: redbot/core/core_commands.py:2685 #, docstring msgid "Sets [botname]'s global prefix(es).\n\n" " Warning: This is not additive. It will replace all current prefixes.\n\n" @@ -1568,20 +1585,30 @@ msgid "Sets [botname]'s global prefix(es).\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2677 +#: redbot/core/core_commands.py:2702 +msgid "Warning: A prefix is above the recommended length (20 characters).\n" +"Do you want to continue? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:2715 +msgid "Cancelled." +msgstr "" + +#: redbot/core/core_commands.py:2719 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:2721 msgid "Prefixes set." msgstr "" -#: redbot/core/core_commands.py:2685 +#: redbot/core/core_commands.py:2727 #, docstring msgid "\n" " Sets [botname]'s server prefix(es).\n\n" " Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" -" This is not additive. It will replace all current server prefixes.\n\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 20 characters.\n\n" " **Examples:**\n" " - `[p]set serverprefix !`\n" " - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" @@ -1592,19 +1619,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2702 +#: redbot/core/core_commands.py:2745 msgid "Server prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2748 +msgid "You cannot have a prefix longer than 20 characters." +msgstr "" + +#: redbot/core/core_commands.py:2753 msgid "Server prefix set." msgstr "" -#: redbot/core/core_commands.py:2709 +#: redbot/core/core_commands.py:2755 msgid "Server prefixes set." msgstr "" -#: redbot/core/core_commands.py:2714 +#: redbot/core/core_commands.py:2760 #, docstring msgid "\n" " Changes the bot's default locale.\n\n" @@ -1621,21 +1652,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2735 redbot/core/core_commands.py:2779 -#: redbot/core/core_commands.py:2818 redbot/core/core_commands.py:2862 +#: redbot/core/core_commands.py:2781 redbot/core/core_commands.py:2825 +#: redbot/core/core_commands.py:2864 redbot/core/core_commands.py:2908 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2739 redbot/core/core_commands.py:2783 -#: redbot/core/core_commands.py:2822 redbot/core/core_commands.py:2866 +#: redbot/core/core_commands.py:2785 redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2868 redbot/core/core_commands.py:2912 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:2792 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2752 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1653,15 +1684,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2774 +#: redbot/core/core_commands.py:2820 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2789 +#: redbot/core/core_commands.py:2835 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:2795 +#: redbot/core/core_commands.py:2841 #, docstring msgid "\n" " Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1676,15 +1707,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2812 +#: redbot/core/core_commands.py:2858 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2875 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2837 +#: redbot/core/core_commands.py:2883 #, docstring msgid "\n" " Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1699,15 +1730,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2855 +#: redbot/core/core_commands.py:2901 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2873 +#: redbot/core/core_commands.py:2919 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2881 +#: redbot/core/core_commands.py:2927 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1722,19 +1753,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2898 +#: redbot/core/core_commands.py:2944 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2948 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2905 +#: redbot/core/core_commands.py:2951 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2956 #, docstring msgid "\n" " Commands to set, list or remove various external API tokens.\n\n" @@ -1751,11 +1782,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2931 +#: redbot/core/core_commands.py:2977 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2935 +#: redbot/core/core_commands.py:2981 #, docstring msgid "\n" " Show all external API services along with their keys that have been set.\n\n" @@ -1765,19 +1796,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2946 +#: redbot/core/core_commands.py:2992 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2961 +#: redbot/core/core_commands.py:3007 #, docstring msgid "\n" " Remove the given services with all their keys and tokens.\n\n" @@ -1788,20 +1819,20 @@ msgid "\n" " - `` - The services to remove." msgstr "" -#: redbot/core/core_commands.py:2976 +#: redbot/core/core_commands.py:3022 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2980 +#: redbot/core/core_commands.py:3026 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2985 +#: redbot/core/core_commands.py:3031 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2990 +#: redbot/core/core_commands.py:3036 #, docstring msgid "\n" " Commands to manage settings for the help command.\n\n" @@ -1809,7 +1840,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2999 +#: redbot/core/core_commands.py:3045 #, docstring msgid "\n" " Show the current help settings.\n\n" @@ -1819,11 +1850,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3013 +#: redbot/core/core_commands.py:3059 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:3023 +#: redbot/core/core_commands.py:3069 #, docstring msgid "\n" " This resets [botname]'s help formatter to the default formatter.\n\n" @@ -1832,11 +1863,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3032 +#: redbot/core/core_commands.py:3078 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:3041 +#: redbot/core/core_commands.py:3087 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1846,11 +1877,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3051 +#: redbot/core/core_commands.py:3097 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3105 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1866,15 +1897,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3079 +#: redbot/core/core_commands.py:3125 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:3081 +#: redbot/core/core_commands.py:3127 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:3085 +#: redbot/core/core_commands.py:3131 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1888,15 +1919,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3102 +#: redbot/core/core_commands.py:3148 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3104 +#: redbot/core/core_commands.py:3150 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3154 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1910,15 +1941,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3125 +#: redbot/core/core_commands.py:3171 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3127 +#: redbot/core/core_commands.py:3173 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3131 +#: redbot/core/core_commands.py:3177 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent to a DM.\n\n" @@ -1934,15 +1965,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3152 +#: redbot/core/core_commands.py:3198 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3154 +#: redbot/core/core_commands.py:3200 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3158 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be filtered from help.\n\n" @@ -1956,15 +1987,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3175 +#: redbot/core/core_commands.py:3221 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:3177 +#: redbot/core/core_commands.py:3223 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:3181 +#: redbot/core/core_commands.py:3227 #, docstring msgid "\n" " Sets whether the bot should respond to help commands for nonexistent topics.\n\n" @@ -1980,15 +2011,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3202 +#: redbot/core/core_commands.py:3248 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3251 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:3213 +#: redbot/core/core_commands.py:3259 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " Note: This setting only applies to embedded help.\n\n" @@ -2003,15 +2034,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3230 +#: redbot/core/core_commands.py:3276 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:3234 +#: redbot/core/core_commands.py:3280 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3238 +#: redbot/core/core_commands.py:3284 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " Note: This setting does not apply to menu help.\n\n" @@ -2027,15 +2058,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3283 +#: redbot/core/core_commands.py:3302 redbot/core/core_commands.py:3329 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:3260 +#: redbot/core/core_commands.py:3306 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3265 +#: redbot/core/core_commands.py:3311 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -2052,19 +2083,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3332 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3337 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:3293 +#: redbot/core/core_commands.py:3339 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:3297 +#: redbot/core/core_commands.py:3343 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -2078,19 +2109,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3312 +#: redbot/core/core_commands.py:3358 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:3316 +#: redbot/core/core_commands.py:3362 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:3324 +#: redbot/core/core_commands.py:3370 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:3329 +#: redbot/core/core_commands.py:3375 #, docstring msgid "Sends a message to the owner.\n\n" " This is limited to one message every 60 seconds per person.\n\n" @@ -2101,43 +2132,43 @@ msgid "Sends a message to the owner.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3341 +#: redbot/core/core_commands.py:3387 msgid "User ID: {}" msgstr "Käyttäjä-ID: {}" -#: redbot/core/core_commands.py:3344 +#: redbot/core/core_commands.py:3390 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3392 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:3347 +#: redbot/core/core_commands.py:3393 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:3352 +#: redbot/core/core_commands.py:3398 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:3354 +#: redbot/core/core_commands.py:3400 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:3359 +#: redbot/core/core_commands.py:3405 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:3430 +#: redbot/core/core_commands.py:3476 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:3432 +#: redbot/core/core_commands.py:3478 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:3437 +#: redbot/core/core_commands.py:3483 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n\n" @@ -2150,41 +2181,41 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3453 +#: redbot/core/core_commands.py:3499 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3509 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:3464 +#: redbot/core/core_commands.py:3510 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:3478 redbot/core/core_commands.py:3488 +#: redbot/core/core_commands.py:3524 redbot/core/core_commands.py:3534 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:3481 redbot/core/core_commands.py:3491 +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3537 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:3496 +#: redbot/core/core_commands.py:3542 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:3500 +#: redbot/core/core_commands.py:3546 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:3506 +#: redbot/core/core_commands.py:3552 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:3593 +#: redbot/core/core_commands.py:3639 #, docstring msgid "\n" " Commands to manage the allowlist.\n\n" @@ -2193,7 +2224,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3604 +#: redbot/core/core_commands.py:3650 #, docstring msgid "\n" " Adds users to the allowlist.\n\n" @@ -2205,15 +2236,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3663 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3619 +#: redbot/core/core_commands.py:3665 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3623 +#: redbot/core/core_commands.py:3669 #, docstring msgid "\n" " Lists users on the allowlist.\n\n" @@ -2222,21 +2253,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3635 +#: redbot/core/core_commands.py:3681 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3637 +#: redbot/core/core_commands.py:3683 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3641 redbot/core/core_commands.py:3739 +#: redbot/core/core_commands.py:3687 redbot/core/core_commands.py:3785 #: redbot/core/modlog.py:428 redbot/core/modlog.py:450 #: redbot/core/modlog.py:466 msgid "Unknown or Deleted User" msgstr "Tuntematon tai poistettu käyttäjä" -#: redbot/core/core_commands.py:3649 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Removes users from the allowlist.\n\n" @@ -2249,15 +2280,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3664 +#: redbot/core/core_commands.py:3710 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3666 +#: redbot/core/core_commands.py:3712 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3670 +#: redbot/core/core_commands.py:3716 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2267,11 +2298,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3725 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3684 +#: redbot/core/core_commands.py:3730 #, docstring msgid "\n" " Commands to manage the blocklist.\n\n" @@ -2279,7 +2310,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3693 +#: redbot/core/core_commands.py:3739 #, docstring msgid "\n" " Adds users to the blocklist.\n\n" @@ -2291,19 +2322,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3709 +#: redbot/core/core_commands.py:3755 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3715 +#: redbot/core/core_commands.py:3761 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3717 +#: redbot/core/core_commands.py:3763 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3721 +#: redbot/core/core_commands.py:3767 #, docstring msgid "\n" " Lists users on the blocklist.\n\n" @@ -2312,15 +2343,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3733 +#: redbot/core/core_commands.py:3779 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3735 +#: redbot/core/core_commands.py:3781 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3747 +#: redbot/core/core_commands.py:3793 #, docstring msgid "\n" " Removes users from the blocklist.\n\n" @@ -2332,15 +2363,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3760 +#: redbot/core/core_commands.py:3806 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3762 +#: redbot/core/core_commands.py:3808 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3766 +#: redbot/core/core_commands.py:3812 #, docstring msgid "\n" " Clears the blocklist.\n\n" @@ -2349,11 +2380,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3773 +#: redbot/core/core_commands.py:3819 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3779 +#: redbot/core/core_commands.py:3825 #, docstring msgid "\n" " Commands to manage the server specific allowlist.\n\n" @@ -2362,7 +2393,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3792 +#: redbot/core/core_commands.py:3838 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n\n" @@ -2375,19 +2406,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3811 +#: redbot/core/core_commands.py:3857 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:3820 +#: redbot/core/core_commands.py:3866 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3822 +#: redbot/core/core_commands.py:3868 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3826 +#: redbot/core/core_commands.py:3872 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n\n" @@ -2396,19 +2427,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3838 +#: redbot/core/core_commands.py:3884 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3840 +#: redbot/core/core_commands.py:3886 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:3844 redbot/core/core_commands.py:3966 +#: redbot/core/core_commands.py:3890 redbot/core/core_commands.py:4012 msgid "Unknown or Deleted User/Role" msgstr "" -#: redbot/core/core_commands.py:3854 +#: redbot/core/core_commands.py:3900 #, docstring msgid "\n" " Removes user or role from the allowlist.\n\n" @@ -2422,19 +2453,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3875 +#: redbot/core/core_commands.py:3921 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "En voi antaa sinun tehdä noin, sillä sen jälkeen et voisi enää käyttää komentoja." -#: redbot/core/core_commands.py:3883 +#: redbot/core/core_commands.py:3929 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3885 +#: redbot/core/core_commands.py:3931 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3889 +#: redbot/core/core_commands.py:3935 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2444,11 +2475,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3898 +#: redbot/core/core_commands.py:3944 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3904 +#: redbot/core/core_commands.py:3950 #, docstring msgid "\n" " Commands to manage the server specific blocklist.\n\n" @@ -2456,7 +2487,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3915 +#: redbot/core/core_commands.py:3961 #, docstring msgid "\n" " Adds a user or role to the local blocklist.\n\n" @@ -2469,27 +2500,27 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3929 +#: redbot/core/core_commands.py:3975 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3932 +#: redbot/core/core_commands.py:3978 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3935 +#: redbot/core/core_commands.py:3981 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3942 +#: redbot/core/core_commands.py:3988 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3944 +#: redbot/core/core_commands.py:3990 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3948 +#: redbot/core/core_commands.py:3994 #, docstring msgid "\n" " Lists users and roles on the server blocklist.\n\n" @@ -2498,15 +2529,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3960 +#: redbot/core/core_commands.py:4006 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3962 +#: redbot/core/core_commands.py:4008 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3976 +#: redbot/core/core_commands.py:4022 #, docstring msgid "\n" " Removes user or role from local blocklist.\n\n" @@ -2519,15 +2550,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3992 +#: redbot/core/core_commands.py:4038 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3994 +#: redbot/core/core_commands.py:4040 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3998 +#: redbot/core/core_commands.py:4044 #, docstring msgid "\n" " Clears the server blocklist.\n\n" @@ -2537,16 +2568,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4007 +#: redbot/core/core_commands.py:4053 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:4012 +#: redbot/core/core_commands.py:4058 #, docstring msgid "Commands to enable and disable commands and cogs." msgstr "" -#: redbot/core/core_commands.py:4018 +#: redbot/core/core_commands.py:4064 #, docstring msgid "Set the default state for a cog as disabled.\n\n" " This will disable the cog for all servers by default.\n" @@ -2560,20 +2591,20 @@ msgid "Set the default state for a cog as disabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4034 redbot/core/core_commands.py:4059 -#: redbot/core/core_commands.py:4079 redbot/core/core_commands.py:4109 +#: redbot/core/core_commands.py:4080 redbot/core/core_commands.py:4105 +#: redbot/core/core_commands.py:4125 redbot/core/core_commands.py:4155 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:4036 +#: redbot/core/core_commands.py:4082 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:4038 +#: redbot/core/core_commands.py:4084 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:4043 +#: redbot/core/core_commands.py:4089 #, docstring msgid "Set the default state for a cog as enabled.\n\n" " This will re-enable the cog for all servers by default.\n" @@ -2587,11 +2618,11 @@ msgid "Set the default state for a cog as enabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4061 +#: redbot/core/core_commands.py:4107 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:4066 +#: redbot/core/core_commands.py:4112 #, docstring msgid "Disable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2603,19 +2634,19 @@ msgid "Disable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4081 +#: redbot/core/core_commands.py:4127 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:4083 +#: redbot/core/core_commands.py:4129 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4086 +#: redbot/core/core_commands.py:4132 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4092 +#: redbot/core/core_commands.py:4138 #, docstring msgid "Enable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2627,15 +2658,15 @@ msgid "Enable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4104 +#: redbot/core/core_commands.py:4150 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4112 +#: redbot/core/core_commands.py:4158 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4118 +#: redbot/core/core_commands.py:4164 #, docstring msgid "List the cogs which are disabled in this server.\n\n" " **Example:**\n" @@ -2643,15 +2674,15 @@ msgid "List the cogs which are disabled in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4131 +#: redbot/core/core_commands.py:4177 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:4137 +#: redbot/core/core_commands.py:4183 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:4141 +#: redbot/core/core_commands.py:4187 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2662,7 +2693,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4158 +#: redbot/core/core_commands.py:4204 #, docstring msgid "List disabled commands globally.\n\n" " **Example:**\n" @@ -2670,19 +2701,19 @@ msgid "List disabled commands globally.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4165 +#: redbot/core/core_commands.py:4211 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:4168 +#: redbot/core/core_commands.py:4214 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4172 +#: redbot/core/core_commands.py:4218 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4180 +#: redbot/core/core_commands.py:4226 #, docstring msgid "List disabled commands in this server.\n\n" " **Example:**\n" @@ -2690,19 +2721,19 @@ msgid "List disabled commands in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4187 +#: redbot/core/core_commands.py:4233 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:4190 +#: redbot/core/core_commands.py:4236 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4194 +#: redbot/core/core_commands.py:4240 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4201 +#: redbot/core/core_commands.py:4247 #, docstring msgid "\n" " Disable a command.\n\n" @@ -2716,7 +2747,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4223 +#: redbot/core/core_commands.py:4269 #, docstring msgid "\n" " Disable a command globally.\n\n" @@ -2728,19 +2759,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4242 redbot/core/core_commands.py:4285 +#: redbot/core/core_commands.py:4288 redbot/core/core_commands.py:4331 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:4248 redbot/core/core_commands.py:4291 +#: redbot/core/core_commands.py:4294 redbot/core/core_commands.py:4337 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:4257 +#: redbot/core/core_commands.py:4303 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:4266 +#: redbot/core/core_commands.py:4312 #, docstring msgid "\n" " Disable a command in this server only.\n\n" @@ -2752,15 +2783,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4296 +#: redbot/core/core_commands.py:4342 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:4306 +#: redbot/core/core_commands.py:4352 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:4312 +#: redbot/core/core_commands.py:4358 #, docstring msgid "Enable a command.\n\n" " If you're the bot owner, this will try to enable a globally disabled command by default.\n" @@ -2773,7 +2804,7 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4332 +#: redbot/core/core_commands.py:4378 #, docstring msgid "\n" " Enable a command globally.\n\n" @@ -2785,11 +2816,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4354 +#: redbot/core/core_commands.py:4400 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:4363 +#: redbot/core/core_commands.py:4409 #, docstring msgid "\n" " Enable a command in this server.\n\n" @@ -2801,15 +2832,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4381 +#: redbot/core/core_commands.py:4427 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4437 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:4398 +#: redbot/core/core_commands.py:4444 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2823,7 +2854,7 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4419 +#: redbot/core/core_commands.py:4465 #, docstring msgid "\n" " Commands to manage server settings for immunity from automated actions.\n\n" @@ -2831,7 +2862,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4428 +#: redbot/core/core_commands.py:4474 #, docstring msgid "\n" " Gets the current members and roles configured for automatic moderation action immunity.\n\n" @@ -2840,19 +2871,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4441 +#: redbot/core/core_commands.py:4487 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4446 +#: redbot/core/core_commands.py:4492 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4450 +#: redbot/core/core_commands.py:4496 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:4459 +#: redbot/core/core_commands.py:4505 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n\n" @@ -2864,11 +2895,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4471 +#: redbot/core/core_commands.py:4517 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:4479 +#: redbot/core/core_commands.py:4525 #, docstring msgid "\n" " Remove a user or role from being immune to automated moderation actions.\n\n" @@ -2880,11 +2911,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4491 +#: redbot/core/core_commands.py:4537 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:4499 +#: redbot/core/core_commands.py:4545 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n\n" @@ -2896,15 +2927,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4511 +#: redbot/core/core_commands.py:4557 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:4513 +#: redbot/core/core_commands.py:4559 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:4518 +#: redbot/core/core_commands.py:4564 #, docstring msgid "\n" " Commands for configuring owner notifications.\n\n" @@ -2912,7 +2943,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4527 +#: redbot/core/core_commands.py:4573 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2924,7 +2955,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4546 +#: redbot/core/core_commands.py:4592 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n\n" @@ -2935,7 +2966,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4565 +#: redbot/core/core_commands.py:4611 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n\n" @@ -2947,7 +2978,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4591 +#: redbot/core/core_commands.py:4637 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n\n" @@ -2959,7 +2990,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4615 +#: redbot/core/core_commands.py:4661 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n\n" @@ -2968,15 +2999,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4625 +#: redbot/core/core_commands.py:4671 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:4636 +#: redbot/core/core_commands.py:4682 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:4667 +#: redbot/core/core_commands.py:4713 #, docstring msgid "\n" " Commands to add servers or channels to the ignore list.\n\n" @@ -2985,7 +3016,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4677 +#: redbot/core/core_commands.py:4723 #, docstring msgid "\n" " List the currently ignored servers and channels.\n\n" @@ -2994,7 +3025,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4692 +#: redbot/core/core_commands.py:4738 #, docstring msgid "\n" " Ignore commands in the channel or category.\n\n" @@ -3010,15 +3041,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4712 +#: redbot/core/core_commands.py:4758 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:4714 +#: redbot/core/core_commands.py:4760 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:4719 +#: redbot/core/core_commands.py:4765 #, docstring msgid "\n" " Ignore commands in this server.\n\n" @@ -3028,20 +3059,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4730 +#: redbot/core/core_commands.py:4776 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:4732 +#: redbot/core/core_commands.py:4778 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:4738 +#: redbot/core/core_commands.py:4784 #, docstring msgid "Commands to remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4746 +#: redbot/core/core_commands.py:4792 #, docstring msgid "\n" " Remove a channel or category from the ignore list.\n\n" @@ -3056,15 +3087,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4765 +#: redbot/core/core_commands.py:4811 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:4767 +#: redbot/core/core_commands.py:4813 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4772 +#: redbot/core/core_commands.py:4818 #, docstring msgid "\n" " Remove this server from the ignore list.\n\n" @@ -3073,24 +3104,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4781 +#: redbot/core/core_commands.py:4827 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4783 +#: redbot/core/core_commands.py:4829 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4789 +#: redbot/core/core_commands.py:4835 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:4801 +#: redbot/core/core_commands.py:4847 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:4816 +#: redbot/core/core_commands.py:4862 #, docstring msgid "\n" " Get info about Red's licenses.\n" @@ -3123,7 +3154,7 @@ msgid "Evaluate a statement of python code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:166 +#: redbot/core/dev_commands.py:167 #, docstring msgid "Execute asynchronous code.\n\n" " This command wraps code into the body of an async function and then\n" @@ -3143,7 +3174,7 @@ msgid "Execute asynchronous code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:220 +#: redbot/core/dev_commands.py:221 #, docstring msgid "Open an interactive REPL.\n\n" " The REPL will only recognise code as messages which start with a\n" @@ -3152,51 +3183,51 @@ msgid "Open an interactive REPL.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:229 +#: redbot/core/dev_commands.py:230 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "" -#: redbot/core/dev_commands.py:233 +#: redbot/core/dev_commands.py:234 msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." msgstr "" -#: redbot/core/dev_commands.py:244 +#: redbot/core/dev_commands.py:245 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." msgstr "" -#: redbot/core/dev_commands.py:258 +#: redbot/core/dev_commands.py:259 msgid "Exiting." msgstr "Poistutaan." -#: redbot/core/dev_commands.py:309 +#: redbot/core/dev_commands.py:310 msgid "Unexpected error: `{}`" msgstr "" -#: redbot/core/dev_commands.py:313 +#: redbot/core/dev_commands.py:314 #, docstring msgid "Pauses/resumes the REPL running in the current channel" msgstr "" -#: redbot/core/dev_commands.py:315 +#: redbot/core/dev_commands.py:316 msgid "There is no currently running REPL session in this channel." msgstr "" -#: redbot/core/dev_commands.py:323 +#: redbot/core/dev_commands.py:324 msgid "The REPL session in this channel has been resumed." msgstr "" -#: redbot/core/dev_commands.py:325 +#: redbot/core/dev_commands.py:326 msgid "The REPL session in this channel is now paused." msgstr "" -#: redbot/core/dev_commands.py:330 +#: redbot/core/dev_commands.py:331 #, docstring msgid "Mock another user invoking a command.\n\n" " The prefix must not be entered.\n" " " msgstr "" -#: redbot/core/dev_commands.py:343 +#: redbot/core/dev_commands.py:344 #, docstring msgid "Dispatch a message event as if it were sent by a different user.\n\n" " Only reads the raw content of the message. Attachments, embeds etc. are\n" @@ -3204,17 +3235,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:364 +#: redbot/core/dev_commands.py:365 #, docstring msgid "Give bot owners the ability to bypass cooldowns.\n\n" " Does not persist through restarts." msgstr "" -#: redbot/core/dev_commands.py:372 +#: redbot/core/dev_commands.py:373 msgid "Bot owners will now bypass all commands with cooldowns." msgstr "" -#: redbot/core/dev_commands.py:374 +#: redbot/core/dev_commands.py:375 msgid "Bot owners will no longer bypass all commands with cooldowns." msgstr "" diff --git a/redbot/core/locales/fr-FR.po b/redbot/core/locales/fr-FR.po index db017203f..e315e1073 100644 --- a/redbot/core/locales/fr-FR.po +++ b/redbot/core/locales/fr-FR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-05-25 16:04+0000\n" +"POT-Creation-Date: 2021-06-12 15:52+0000\n" "Last-Translator: \n" "Language-Team: French\n" "MIME-Version: 1.0\n" @@ -142,15 +142,15 @@ msgstr "**{} chargé :**\n" msgid "**{} unloaded:**\n" msgstr "**{} déchargé :**\n" -#: redbot/core/core_commands.py:179 +#: redbot/core/core_commands.py:181 msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." msgstr "L'alias {alias_name} est une commande ou un alias qui existe déjà dans l'un des cogs chargés." -#: redbot/core/core_commands.py:184 +#: redbot/core/core_commands.py:186 msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." msgstr "La commande {command_name} est une commande ou un alias qui existe déjà dans l'un des cogs chargés." -#: redbot/core/core_commands.py:393 +#: redbot/core/core_commands.py:398 #, docstring msgid "\n" " The Core cog has many commands related to core functions.\n\n" @@ -161,12 +161,12 @@ msgstr "\n" " Ces commandes viennent chargées avec chaque bot Red, et couvrent certaines des utilisations les plus basiques du bot.\n" " " -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:410 #, docstring msgid "Pong." msgstr "Pong." -#: redbot/core/core_commands.py:410 +#: redbot/core/core_commands.py:415 #, docstring msgid "Shows info about [botname].\n\n" " See `[p]set custominfo` to customize.\n" @@ -175,7 +175,7 @@ msgstr "Affiche des infos à propos de [botname].\n\n" " Voir `[p]set custominfo` pour ajouter une ligne personnalisé.\n" " " -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:445 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" "(c) Cog Creators" @@ -183,43 +183,43 @@ msgstr "Ce bot est une instance de [Red, un bot Discord open source]({}) créé "Red est soutenu par une communauté passionnée qui contribue et crée du contenu pour tout le monde. [Rejoignez nous]({}) et aidez-nous à améliorer Red !\n\n" "(c) Cog Creators" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by team" msgstr "Instance appartenant à l'équipe" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by" msgstr "Instance appartenant à" -#: redbot/core/core_commands.py:456 +#: redbot/core/core_commands.py:461 msgid "Red version" msgstr "Version de Red" -#: redbot/core/core_commands.py:459 redbot/core/core_commands.py:515 +#: redbot/core/core_commands.py:464 redbot/core/core_commands.py:520 msgid "Yes, {version} is available." msgstr "Oui, {version} est disponible." -#: redbot/core/core_commands.py:463 redbot/core/core_commands.py:519 +#: redbot/core/core_commands.py:468 redbot/core/core_commands.py:524 msgid "Checking for updates failed." msgstr "La vérification des mises à jour a échoué." -#: redbot/core/core_commands.py:464 +#: redbot/core/core_commands.py:469 msgid "Outdated" msgstr "Obsolète" -#: redbot/core/core_commands.py:466 +#: redbot/core/core_commands.py:471 msgid "About this instance" msgstr "À propos de cette instance" -#: redbot/core/core_commands.py:467 +#: redbot/core/core_commands.py:472 msgid "About Red" msgstr "À propos de Red" -#: redbot/core/core_commands.py:470 redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:475 redbot/core/core_commands.py:533 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "Apporte de la joie depuis le 2 janvier 2016 (Depuis {} jours !)" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:483 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" @@ -227,7 +227,7 @@ msgstr "Ce bot est une instance de Red, un bot Discord open source (1) créé pa "Red est soutenu par une communauté passionnée qui contribue et crée du contenu que tout le monde puisse profiter. Rejoignez-nous aujourd'hui (4) et aidez-nous à l'améliorer !\n\n" "(c) Cog Creators" -#: redbot/core/core_commands.py:489 +#: redbot/core/core_commands.py:494 msgid "Instance owned by team: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" @@ -237,7 +237,7 @@ msgstr "Instance appartenant à l'équipe : [{owner}]\n" "discord.py : [{dpy_version}] (6)\n" "Version de Red : [{red_version}] (7)\n" -#: redbot/core/core_commands.py:501 +#: redbot/core/core_commands.py:506 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" @@ -247,19 +247,19 @@ msgstr "Instance appartenant à : [{owner}]\n" "discord.py : [{dpy_version}] (6)\n" "Version de Red : [{red_version}] (7)\n" -#: redbot/core/core_commands.py:520 +#: redbot/core/core_commands.py:525 msgid "Outdated: [{state}]\n" msgstr "Obsolète : [{state}]\n" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:528 msgid "**About Red**\n" msgstr "**À propos de Red**\n" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:539 msgid "**About this instance**\n" msgstr "**À propos de cette instance**\n" -#: redbot/core/core_commands.py:536 +#: redbot/core/core_commands.py:541 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -277,28 +277,31 @@ msgstr "**Références**\n" "6. <{}>\n" "7. <{}>\n" -#: redbot/core/core_commands.py:552 +#: redbot/core/core_commands.py:557 #, docstring msgid "Shows [botname]'s uptime." msgstr "Affiche le temps de disponibilité de [botname]." -#: redbot/core/core_commands.py:555 +#: redbot/core/core_commands.py:560 msgid "Less than one second" msgstr "Moins d'une seconde" -#: redbot/core/core_commands.py:557 +#: redbot/core/core_commands.py:562 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "En ligne depuis : **{time_quantity}** (Depuis {timestamp} UTC)" -#: redbot/core/core_commands.py:564 +#: redbot/core/core_commands.py:569 #, docstring msgid "\n" " Commands which interact with the data [botname] has about you.\n\n" " More information can be found in the [End User Data Documentation.](https://docs.discord.red/en/stable/red_core_data_statement.html)\n" " " -msgstr "" +msgstr "\n" +" Des commandes qui interagissent avec les données que [botname] a sur vous.\n\n" +" Plus d'informations peuvent être trouvées dans la [Documentation des données utilisateur.](https://docs.discord.red/fr/stable/red_core_data_statement.html)\n" +" " -#: redbot/core/core_commands.py:575 +#: redbot/core/core_commands.py:580 #, docstring msgid "\n" " Find out what type of data [botname] stores and why.\n\n" @@ -307,13 +310,13 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:585 +#: redbot/core/core_commands.py:590 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "Ce bot garde des données à propos des utilisateurs nécessaires pour son fonctionnement. Cela consiste principalement en l'ID que Discord assigne à votre utilisateur, lié à une poignée d'autres choses selon ce avec quoi vous interagissez dans le bot. Quelques commandes gardent ces données pour savoir qui a créé quelque chose (notamment les listes de lecture). Pour tous les détails à ce propos ainsi que des infos plus précises sur ce qui est gardé, voyez {link}.\n\n" "En plus, des ajouts tiers chargés par le propriétaire du bot peuvent ou non garder des infos additionnelles. Vous pouvez utiliser `{prefix}mydata 3rdparty` pour voir les déclarations fournies par chaque ajout tiers." -#: redbot/core/core_commands.py:604 +#: redbot/core/core_commands.py:609 #, docstring msgid "View the End User Data statements of each 3rd-party module.\n\n" " This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" @@ -322,39 +325,39 @@ msgid "View the End User Data statements of each 3rd-party module.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:615 +#: redbot/core/core_commands.py:620 msgid "I need to be able to attach files (try in DMs?)." msgstr "Je dois pouvoir être capable de joindre des fichiers (essayez en Messages Privés (DM) ?)." -#: redbot/core/core_commands.py:625 +#: redbot/core/core_commands.py:630 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "Ce cas ne semble pas avoir d'extension tierce chargée." -#: redbot/core/core_commands.py:645 +#: redbot/core/core_commands.py:650 msgid "3rd party End User Data statements" msgstr "Déclarations tierces des Données de l'Utilisateur Final" -#: redbot/core/core_commands.py:647 +#: redbot/core/core_commands.py:652 msgid "The following are statements provided by 3rd-party extensions." msgstr "Ce qui suit sont les déclarations fournies par les extensions tierces." -#: redbot/core/core_commands.py:652 +#: redbot/core/core_commands.py:657 msgid "3rd-party extensions without statements\n" msgstr "Extensions tierces sans déclarations\n" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:668 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "Voici une page générée avec les déclarations fournies par les extensions tierces." -#: redbot/core/core_commands.py:679 +#: redbot/core/core_commands.py:684 msgid "Did not get confirmation, cancelling." msgstr "Nous n'avons pas reçu de confirmation, annulation." -#: redbot/core/core_commands.py:684 +#: redbot/core/core_commands.py:689 msgid "Did not get a matching confirmation, cancelling." msgstr "Nous n'avons pas reçu de confirmation correspondante, annulation." -#: redbot/core/core_commands.py:695 +#: redbot/core/core_commands.py:700 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -373,19 +376,19 @@ msgstr "\n" " - `[p]mydata forgetme`\n" " " -#: redbot/core/core_commands.py:710 +#: redbot/core/core_commands.py:715 msgid "This command ({command}) does not support non-interactive usage." msgstr "Cette commande ({command}) ne supporte pas l'utilisation non interactive." -#: redbot/core/core_commands.py:717 +#: redbot/core/core_commands.py:722 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "Cela forcera le bot à se débarrasser et/ou se désassocier de vos données. Il ne se débarrassera pas des données opérationnelles telles que les entrées de modlog, les avertissements ou les mises en sourdine. Si vous êtes sûr que c'est ce que vous voulez, veuillez répondre avec ce qui suit :" -#: redbot/core/core_commands.py:727 +#: redbot/core/core_commands.py:732 msgid "This may take some time." msgstr "Cela peut prendre du temps." -#: redbot/core/core_commands.py:740 +#: redbot/core/core_commands.py:745 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." @@ -393,7 +396,7 @@ msgstr "J'ai essayé de supprimer toutes les données non opérationnelles vous "Veuillez contacter le propriétaire de ce bot pour résoudre ce problème.\n" "Remarque : En dehors de ces échecs, les données devraient avoir été supprimées." -#: redbot/core/core_commands.py:755 +#: redbot/core/core_commands.py:760 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." @@ -401,7 +404,7 @@ msgstr "J'ai essayé de supprimer toutes les données non opérationnelles vous "Veuillez contacter le propriétaire de ce bot pour résoudre ce problème.\n" "Note : En dehors de ces échecs, les données devraient avoir été supprimées." -#: redbot/core/core_commands.py:765 +#: redbot/core/core_commands.py:770 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." @@ -409,27 +412,27 @@ msgstr "J'ai essayé de supprimer toutes les données non opérationnelles vous "Veuillez contacter le propriétaire de ce bot pour résoudre ce problème.\n" "Note : En dehors de ces échecs, les données devraient avoir été supprimées." -#: redbot/core/core_commands.py:775 +#: redbot/core/core_commands.py:780 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "J'ai supprimé toutes les données non opérationnelles vous concernant (que je sais supprimer) {mention}" -#: redbot/core/core_commands.py:783 redbot/core/core_commands.py:950 -#: redbot/core/core_commands.py:1036 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:788 redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:1041 redbot/core/core_commands.py:1112 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "{mention} Les cogs suivants n'ont pas géré la suppression :\n" "{cogs}." -#: redbot/core/core_commands.py:793 +#: redbot/core/core_commands.py:798 #, docstring msgid "[Coming Soon] Get what data [botname] has about you." msgstr "[Bientôt] Obtenez les données que [botname] a sur vous." -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:800 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "Cette commande ne fait rien pour le moment, mais nous travaillons à ajouter le support pour cela." -#: redbot/core/core_commands.py:804 +#: redbot/core/core_commands.py:809 #, docstring msgid "\n" " Commands for more complete data handling.\n" @@ -438,7 +441,7 @@ msgstr "\n" " Commandes pour un traitement de données plus complet.\n" " " -#: redbot/core/core_commands.py:810 +#: redbot/core/core_commands.py:815 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -449,11 +452,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:821 +#: redbot/core/core_commands.py:826 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "L'utilisateur peut supprimer ses propres données. Cela n'inclura pas les données opérationnelles telles que les utilisateurs bloqués." -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:834 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n\n" @@ -463,11 +466,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:838 +#: redbot/core/core_commands.py:843 msgid "User can not delete their own data." msgstr "L'utilisateur ne peut pas supprimer ses propres données." -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:847 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -481,15 +484,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:859 +#: redbot/core/core_commands.py:864 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "Les Cogs seront chargés de supprimer toutes les données non opérationnelles à la demande de l'utilisateur." -#: redbot/core/core_commands.py:867 +#: redbot/core/core_commands.py:872 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "Les cogs seront informés qu'un utilisateur a fait une demande de suppression de données, et les détails de ce qu'il faut supprimer seront laissés à la discrétion de l'auteur du cog." -#: redbot/core/core_commands.py:878 +#: redbot/core/core_commands.py:883 #, docstring msgid "\n" " Handle a deletion request from Discord.\n\n" @@ -502,12 +505,12 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:892 +#: redbot/core/core_commands.py:897 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:915 redbot/core/core_commands.py:1072 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." @@ -515,7 +518,7 @@ msgstr "J'ai essayé de supprimer toutes les données concernant cet utilisateur "Veuillez verifier vos logs et contactez les créateurs de ces cogs et ces modules.\n" "Remarque : En dehors de ces échecs, les données devraient avoir été supprimées." -#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +#: redbot/core/core_commands.py:930 redbot/core/core_commands.py:1087 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." @@ -523,7 +526,7 @@ msgstr "J'ai essayé de supprimer toutes les données concernant cet utilisateur "Veuillez verifier vos logs et contactez les créateurs de ces cogs et ces modules.\n" "Remarque : En dehors de ces échecs, les données devraient avoir été supprimées." -#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +#: redbot/core/core_commands.py:941 redbot/core/core_commands.py:1098 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." @@ -531,11 +534,11 @@ msgstr "J'ai essayé de supprimer toutes les données concernant cet utilisateur "Veuillez verifier vos logs et contactez les créateurs de ces cogs et ces modules.\n" "Remarque : En dehors de ces échecs, les données devraient avoir été supprimées." -#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +#: redbot/core/core_commands.py:951 redbot/core/core_commands.py:1108 msgid "I've deleted all data about that user that I know how to delete." msgstr "J'ai supprimé toutes les données sur cet utilisateur que je sais supprimer." -#: redbot/core/core_commands.py:957 +#: redbot/core/core_commands.py:962 #, docstring msgid "Delete data [botname] has about a user for a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" @@ -546,12 +549,12 @@ msgid "Delete data [botname] has about a user for a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:973 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:991 +#: redbot/core/core_commands.py:996 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." @@ -559,7 +562,7 @@ msgstr "J'ai essayé de supprimer toutes les données non opérationnelles conce "Veuillez verifier vos logs et contactez les créateurs de ces cogs et ces modules.\n" "Remarque : En dehors de ces échecs, les données devraient avoir été supprimées." -#: redbot/core/core_commands.py:1006 +#: redbot/core/core_commands.py:1011 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." @@ -567,7 +570,7 @@ msgstr "J'ai essayé de supprimer toutes les données non opérationnelles conce "Veuillez verifier vos logs et contactez les créateurs de ces cogs et ces modules.\n" "Remarque : En dehors de ces échecs, les données devraient avoir été supprimées." -#: redbot/core/core_commands.py:1017 +#: redbot/core/core_commands.py:1022 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." @@ -575,11 +578,11 @@ msgstr "J'ai essayé de supprimer toutes les données non opérationnelles conce "Veuillez verifier vos logs et contactez les créateurs de ces cogs et ces modules.\n" "Remarque : En dehors de ces échecs, les données devraient avoir été supprimées." -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1033 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "J'ai supprimé toutes les données non opérationnelles sur cet utilisateur que je sais supprimer." -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1048 #, docstring msgid "Delete data [botname] has about a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" @@ -589,12 +592,12 @@ msgid "Delete data [botname] has about a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1053 +#: redbot/core/core_commands.py:1058 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1114 +#: redbot/core/core_commands.py:1119 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -614,7 +617,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1136 +#: redbot/core/core_commands.py:1141 #, docstring msgid "\n" " Show the current embed settings.\n\n" @@ -626,44 +629,53 @@ msgid "\n" " **Arguments:**\n" " - `[command_name]` - Checks this command for command specific embed settings.\n" " " -msgstr "" +msgstr "\n" +" Affiche les paramètres d'embed actuels.\n\n" +" Fournissez un nom de commande pour verifiez les paramètre d'embed de cette commande\n\n" +" **Exemples :**\n" +" - `[p]embedset showsettings` - Affiche la configuration actuelle des embeds.\n" +" - `[p]embedset showsettings info` - Affiche aussi la configuration pour la commande 'info'.\n" +" - `[p]embedset showsettings \"ignore list\"` - Regarder une sous-commande, requiert des guillemets.\n\n" +" **Arguments:**\n" +" - `[command_name]` - Affiche la configuration des embeds de cette commande.\n" +" " -#: redbot/core/core_commands.py:1153 redbot/core/core_commands.py:1309 -#: redbot/core/core_commands.py:1360 redbot/core/core_commands.py:4236 -#: redbot/core/core_commands.py:4279 redbot/core/core_commands.py:4345 -#: redbot/core/core_commands.py:4376 +#: redbot/core/core_commands.py:1158 redbot/core/core_commands.py:1314 +#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:4282 +#: redbot/core/core_commands.py:4325 redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4422 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "Je n'ai pas trouvé cette commande. Veuillez noter qu'elle est sensible aux caractères." -#: redbot/core/core_commands.py:1159 +#: redbot/core/core_commands.py:1164 msgid "Embed settings:\n\n" msgstr "Paramètre des embeds :\n\n" -#: redbot/core/core_commands.py:1161 +#: redbot/core/core_commands.py:1166 msgid "Global default: {value}\n" msgstr "Paramètre par défaut global : {value}\n" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1171 msgid "Global command setting for {command} command: {value}\n" msgstr "Paramètre global de la commande {command} : {value}\n" -#: redbot/core/core_commands.py:1172 +#: redbot/core/core_commands.py:1177 msgid "Guild setting: {value}\n" msgstr "Paramètre du serveur : {value}\n" -#: redbot/core/core_commands.py:1177 +#: redbot/core/core_commands.py:1182 msgid "Server command setting for {command} command: {value}\n" msgstr "Paramètre du serveur pour la commande {command} : {value}\n" -#: redbot/core/core_commands.py:1183 +#: redbot/core/core_commands.py:1188 msgid "Channel setting: {value}\n" msgstr "Paramètres du salon : {value}\n" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1191 msgid "User setting: {value}" msgstr "Paramètre utilisateur : {value}" -#: redbot/core/core_commands.py:1192 +#: redbot/core/core_commands.py:1197 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -675,15 +687,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1206 +#: redbot/core/core_commands.py:1211 msgid "Embeds are now disabled by default." -msgstr "Les incorporations sont maintenant désactivées par défaut." +msgstr "Les embeds sont maintenant désactivées par défaut." -#: redbot/core/core_commands.py:1209 +#: redbot/core/core_commands.py:1214 msgid "Embeds are now enabled by default." -msgstr "Les incorporations sont maintenant activées par défaut." +msgstr "Les embeds sont maintenant activées par défaut." -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1220 #, docstring msgid "\n" " Set the server's embed setting.\n\n" @@ -699,20 +711,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1234 redbot/core/core_commands.py:1318 -#: redbot/core/core_commands.py:1409 redbot/core/core_commands.py:1440 +#: redbot/core/core_commands.py:1239 redbot/core/core_commands.py:1323 +#: redbot/core/core_commands.py:1414 redbot/core/core_commands.py:1445 msgid "Embeds will now fall back to the global setting." msgstr "Les embeds vont maintenant revenir au paramètre global." -#: redbot/core/core_commands.py:1239 +#: redbot/core/core_commands.py:1244 msgid "Embeds are now enabled for this guild." -msgstr "Les incorporations sont maintenant activées pour ce serveur." +msgstr "Les embeds sont maintenant activées pour ce serveur." -#: redbot/core/core_commands.py:1241 +#: redbot/core/core_commands.py:1246 msgid "Embeds are now disabled for this guild." -msgstr "Les incorporations sont maintenant désactivées pour ce serveur." +msgstr "Les embeds sont maintenant désactivées pour ce serveur." -#: redbot/core/core_commands.py:1249 +#: redbot/core/core_commands.py:1254 #, docstring msgid "\n" " Sets a command's embed setting.\n\n" @@ -729,11 +741,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1278 +#: redbot/core/core_commands.py:1283 msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." msgstr "" -#: redbot/core/core_commands.py:1289 +#: redbot/core/core_commands.py:1294 #, docstring msgid "\n" " Sets a command's embed setting globally.\n\n" @@ -749,15 +761,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1375 +#: redbot/core/core_commands.py:1329 redbot/core/core_commands.py:1380 msgid "Embeds are now enabled for {command_name} command." -msgstr "Les incorporations sont maintenant activés pour la commande {command_name}." +msgstr "Les embeds sont maintenant activés pour la commande {command_name}." -#: redbot/core/core_commands.py:1330 redbot/core/core_commands.py:1381 +#: redbot/core/core_commands.py:1335 redbot/core/core_commands.py:1386 msgid "Embeds are now disabled for {command_name} command." -msgstr "Les incorporations sont maintenant désactivés pour la commande {command_name}." +msgstr "Les embeds sont maintenant désactivés pour la commande {command_name}." -#: redbot/core/core_commands.py:1340 +#: redbot/core/core_commands.py:1345 #, docstring msgid "\n" " Sets a commmand's embed setting for the current server.\n\n" @@ -773,11 +785,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1369 +#: redbot/core/core_commands.py:1374 msgid "Embeds will now fall back to the server setting." -msgstr "" +msgstr "Les embeds vont maintenant revenir au paramètre serveur." -#: redbot/core/core_commands.py:1390 +#: redbot/core/core_commands.py:1395 #, docstring msgid "\n" " Set's a channel's embed setting.\n\n" @@ -793,21 +805,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1419 msgid "Embeds are now {} for this channel." msgstr "Les embeds sont maintenant {} pour ce salon." -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "enabled" msgstr "activé" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "disabled" msgstr "désactivé" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1426 #, docstring msgid "\n" " Sets personal embed setting for DMs.\n\n" @@ -823,15 +835,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1450 msgid "Embeds are now enabled for you in DMs." msgstr "Les embeds sont maintenant activés pour vous en messages privés." -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1452 msgid "Embeds are now disabled for you in DMs." msgstr "Les embeds sont maintenant désactivés pour vous en messages privés." -#: redbot/core/core_commands.py:1453 +#: redbot/core/core_commands.py:1458 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead.\n\n" @@ -844,11 +856,11 @@ msgid "Sends to the owner the last command exception that has occurred.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:1487 msgid "No exception has occurred yet." msgstr "Aucune exception n'a eu lieu pour le moment." -#: redbot/core/core_commands.py:1487 +#: redbot/core/core_commands.py:1492 #, docstring msgid "Shows [botname]'s invite url.\n\n" " This will always send the invite to DMs to keep it private.\n\n" @@ -858,12 +870,12 @@ msgid "Shows [botname]'s invite url.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1512 #, docstring msgid "Commands to setup [botname]'s invite settings." msgstr "Des commandes pour configurer les paramètres d'invitation de [botname]." -#: redbot/core/core_commands.py:1512 +#: redbot/core/core_commands.py:1517 #, docstring msgid "\n" " Toggles if `[p]invite` should be accessible for the average user.\n\n" @@ -875,7 +887,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1549 +#: redbot/core/core_commands.py:1554 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -890,7 +902,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 #, docstring msgid "\n" " Leaves servers.\n\n" @@ -905,43 +934,43 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1588 +#: redbot/core/core_commands.py:1613 msgid "You need to specify at least one server ID." msgstr "Vous devez spécifier au moins un id de serveur." -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:1620 msgid "You haven't passed any server ID. Do you want me to leave this server?" msgstr "Vous n'avez donné aucun ID de serveur. Voulez-vous que je quitte ce serveur ?" -#: redbot/core/core_commands.py:1600 +#: redbot/core/core_commands.py:1625 msgid "Are you sure you want me to leave these servers?" msgstr "Êtes-vous sûr de vouloir que je quitte ces serveurs ?" -#: redbot/core/core_commands.py:1608 +#: redbot/core/core_commands.py:1633 msgid "I cannot leave the server `{server_name}`: I am the owner of it." msgstr "Je ne peux pas quitter le serveur `{server_name}`: j'en suis le propriétaire." -#: redbot/core/core_commands.py:1619 +#: redbot/core/core_commands.py:1644 redbot/core/core_commands.py:2711 msgid "Response timed out." msgstr "Réponse expirée." -#: redbot/core/core_commands.py:1624 +#: redbot/core/core_commands.py:1649 msgid "Alright. Bye :wave:" msgstr "Très bien. Bye :wave:" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1652 msgid "Alright. Leaving {number} servers..." msgstr "D'accord. Je quitte {number} serveurs..." -#: redbot/core/core_commands.py:1634 +#: redbot/core/core_commands.py:1659 msgid "Alright, I'll stay then. :)" msgstr "D'accord, je reste alors. :)" -#: redbot/core/core_commands.py:1636 +#: redbot/core/core_commands.py:1661 msgid "Alright, I'm not leaving those servers." msgstr "D'accord, je ne quitte pas ces serveurs." -#: redbot/core/core_commands.py:1641 +#: redbot/core/core_commands.py:1666 #, docstring msgid "\n" " Lists the servers [botname] is currently in.\n\n" @@ -952,7 +981,7 @@ msgstr "\n" " Note : Cette commande est interactive.\n" " " -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:1684 #, docstring msgid "Loads cog packages from the local paths and installed cogs.\n\n" " See packages available to load with `[p]cogs`.\n\n" @@ -965,73 +994,74 @@ msgid "Loads cog packages from the local paths and installed cogs.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1688 +#: redbot/core/core_commands.py:1713 msgid "Loaded {packs}." msgstr "Chargé {packs}." -#: redbot/core/core_commands.py:1693 +#: redbot/core/core_commands.py:1718 msgid "The following package is already loaded: {pack}" msgstr "Le paquet suivant est déjà chargé : {pack}" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1722 msgid "The following packages are already loaded: {packs}" msgstr "Les paquets suivants sont déjà chargés : {packs}" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1729 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "Impossible de charger le paquet suivant:{pack}.\n" "Vérifiez votre console ou les logs pour plus de détails." -#: redbot/core/core_commands.py:1709 +#: redbot/core/core_commands.py:1734 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "Impossible de charger le paquet suivant:{packs}.\n" "Vérifiez votre console ou les logs pour plus de détails." -#: redbot/core/core_commands.py:1717 redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1742 redbot/core/core_commands.py:1898 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1723 redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1748 redbot/core/core_commands.py:1904 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." -msgstr "" +msgstr "Les noms suivants ne sont pas des noms de paquets valides : {packs}\n" +"Les noms de paquets ne peuvent pas commencer par un chiffre et ne peuvent contenir que des chiffres, des lettres et des tirets du bas ascii." -#: redbot/core/core_commands.py:1732 redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1757 redbot/core/core_commands.py:1913 msgid "The following package was not found in any cog path: {pack}." msgstr "Le paquet suivant n'a été trouvé dans aucun chemin de cog : {pack}." -#: redbot/core/core_commands.py:1736 redbot/core/core_commands.py:1892 +#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 msgid "The following packages were not found in any cog path: {packs}" msgstr "Les paquets suivant n'ont pas été trouvé dans aucun chemin de cog : {packs}" -#: redbot/core/core_commands.py:1744 +#: redbot/core/core_commands.py:1769 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "Ce paquet n'a pas pu être chargé pour la raison suivante :\n\n" "{reason}" -#: redbot/core/core_commands.py:1748 +#: redbot/core/core_commands.py:1773 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "Ces paquets n'ont pas pu être chargés pour les raisons suivantes :\n\n" "{reasons}" -#: redbot/core/core_commands.py:1755 +#: redbot/core/core_commands.py:1780 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "**AVERTISSEMENT** : Le repo suivant utilise des bibliothèques partagées qui sont marquées pour être supprimées dans le futur : {repo}.\n" " Vous devriez informer le responsable de ce dépôt de ce message." -#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1786 redbot/core/core_commands.py:1942 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "**AVERTISSEMENT**: Les dépôts suivants utilisent des bibliothèques partagées qui sont marquées pour être supprimées dans le futur : {repos}.\n" " Vous devriez informer les responsables de ces dépôts à propos de ce message." -#: redbot/core/core_commands.py:1780 +#: redbot/core/core_commands.py:1805 #, docstring msgid "Unloads previously loaded cog packages.\n\n" " See packages available to unload with `[p]cogs`.\n\n" @@ -1043,23 +1073,23 @@ msgid "Unloads previously loaded cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1798 +#: redbot/core/core_commands.py:1823 msgid "The following package was unloaded: {pack}." msgstr "Le paquet suivant a été déchargé : {pack}." -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1827 msgid "The following packages were unloaded: {packs}." msgstr "Les paquets suivants ont été déchargés : {packs}." -#: redbot/core/core_commands.py:1809 +#: redbot/core/core_commands.py:1834 msgid "The following package was not loaded: {pack}." msgstr "Le paquet suivant n'étais pas chargé : {pack}." -#: redbot/core/core_commands.py:1813 +#: redbot/core/core_commands.py:1838 msgid "The following packages were not loaded: {packs}." msgstr "Les paquets suivants n'étais pas chargés : {packs}." -#: redbot/core/core_commands.py:1826 +#: redbot/core/core_commands.py:1851 #, docstring msgid "Reloads cog packages.\n\n" " This will unload and then load the specified cogs.\n\n" @@ -1072,41 +1102,41 @@ msgid "Reloads cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:1880 msgid "Reloaded {packs}." msgstr "Rechargé {packs}." -#: redbot/core/core_commands.py:1860 +#: redbot/core/core_commands.py:1885 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "Impossible de recharger le paquet suivant :{pack}.\n" "Vérifiez votre console ou les logs pour plus de détails." -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1890 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "Impossible de recharger les paquets suivants :{packs}.\n" "Vérifiez votre console ou les logs pour plus de détails." -#: redbot/core/core_commands.py:1900 +#: redbot/core/core_commands.py:1925 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "Ce paquet n'a pas pu être rechargé pour la raison suivante :\n\n" "{reason}" -#: redbot/core/core_commands.py:1904 +#: redbot/core/core_commands.py:1929 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "Ces paquets n'ont pas pu être rechargés pour les raisons suivantes :\n\n" "{reasons}" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1936 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "**AVERTISSEMENT** : Le repo suivant utilise des bibliothèques partagées qui sont marquées pour être supprimées dans le futur : {repo}.\n" " Vous devriez informer les responsables de ce dépôt de ce message." -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Shuts down the bot.\n\n" " Allows [botname] to shut down gracefully.\n\n" @@ -1127,11 +1157,11 @@ msgstr "Arrête le bot.\n\n" " - `[silently]` - Pour sauter l'envoi du message d'arrêt. Par défaut, Faux.\n" " " -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1974 msgid "Shutting down... " msgstr "Arrêt... " -#: redbot/core/core_commands.py:1955 +#: redbot/core/core_commands.py:1980 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -1144,16 +1174,16 @@ msgid "Attempts to restart [botname].\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1969 +#: redbot/core/core_commands.py:1994 msgid "Restarting..." msgstr "Redémarrage..." -#: redbot/core/core_commands.py:1974 +#: redbot/core/core_commands.py:1999 #, docstring msgid "Commands for changing [botname]'s settings." msgstr "Des commandes pour modifier les paramètres de [botname]." -#: redbot/core/core_commands.py:1978 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\n" " Show the current settings for [botname].\n" @@ -1162,7 +1192,7 @@ msgstr "\n" " Afficher les paramètres actuels de [botname].\n" " " -#: redbot/core/core_commands.py:1996 +#: redbot/core/core_commands.py:2021 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" @@ -1172,7 +1202,7 @@ msgstr "Roles d'administrateurs: {admin}\n" "Localisation: {guild_locale}\n" "Format régional d'écriture: {guild_regional_format}\n" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2042 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -1184,7 +1214,7 @@ msgstr "{bot_name} Paramètres:\n\n" "Format d'écriture régionale global : {regional_format}\n" "Couleur d'embed par défaut : {colour}" -#: redbot/core/core_commands.py:2039 +#: redbot/core/core_commands.py:2064 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -1199,23 +1229,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2060 +#: redbot/core/core_commands.py:2085 msgid "Command deleting disabled." msgstr "Suppression de la commande désactivée." -#: redbot/core/core_commands.py:2062 +#: redbot/core/core_commands.py:2087 msgid "Delete delay set to {num} seconds." msgstr "Délai de suppression défini à {num} secondes." -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2092 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "Le bot supprimera les messages de commandes après {num} secondes. Définissez cette valeur sur -1 pour arrêter la suppression des messages" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2099 msgid "I will not delete command messages." msgstr "Je ne supprimerai pas les messages de commande." -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2104 #, docstring msgid "\n" " Sets the bot's description.\n\n" @@ -1231,15 +1261,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2099 +#: redbot/core/core_commands.py:2124 msgid "Description reset." msgstr "Description réinitialisée." -#: redbot/core/core_commands.py:2102 +#: redbot/core/core_commands.py:2127 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "Cette description est trop longue pour être affichée correctement. Veuillez réessayer avec moins de 250 caractères." -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2141 #, docstring msgid "\n" " Adds an admin role for this guild.\n\n" @@ -1270,15 +1300,15 @@ msgstr "\n" " - `` - Le rôle à ajouter en tant qu'administrateur.\n" " " -#: redbot/core/core_commands.py:2136 +#: redbot/core/core_commands.py:2161 msgid "This role is already an admin role." msgstr "Ce rôle est déjà un rôle admin." -#: redbot/core/core_commands.py:2138 +#: redbot/core/core_commands.py:2163 msgid "That role is now considered an admin role." msgstr "Ce rôle est désormais considéré comme un rôle administrateur." -#: redbot/core/core_commands.py:2144 +#: redbot/core/core_commands.py:2169 #, docstring msgid "\n" " Adds a moderator role for this guild.\n\n" @@ -1307,15 +1337,15 @@ msgstr "\n" " - `` - Le rôle à ajouter en tant que modérateur.\n" " " -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2188 msgid "This role is already a mod role." msgstr "Ce rôle est déjà un rôle modérateur." -#: redbot/core/core_commands.py:2165 +#: redbot/core/core_commands.py:2190 msgid "That role is now considered a mod role." msgstr "Ce rôle est désormais considéré comme un rôle modérateur." -#: redbot/core/core_commands.py:2171 +#: redbot/core/core_commands.py:2196 #, docstring msgid "\n" " Removes an admin role for this guild.\n\n" @@ -1325,17 +1355,24 @@ msgid "\n" " **Arguments:**\n" " - `` - The role to remove from being an admin.\n" " " -msgstr "" +msgstr "\n" +" Enlève le droit admin d'un rôle pour ce serveur.\n\n" +" **Exemples:**\n" +" - `[p]set removeadminrole @Admins`\n" +" - `[p]set removeadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - le rôle auquel le droit admin doit être enlevé.\n" +" " -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2208 msgid "That role was not an admin role to begin with." msgstr "Ce rôle n’était pas un rôle administrateur." -#: redbot/core/core_commands.py:2185 +#: redbot/core/core_commands.py:2210 msgid "That role is no longer considered an admin role." msgstr "Ce rôle n’est désormais plus considéré comme un rôle administrateur." -#: redbot/core/core_commands.py:2191 +#: redbot/core/core_commands.py:2216 #, docstring msgid "\n" " Removes a mod role for this guild.\n\n" @@ -1345,17 +1382,24 @@ msgid "\n" " **Arguments:**\n" " - `` - The role to remove from being a moderator.\n" " " -msgstr "" +msgstr "\n" +" Enlève le droit de modération d'un rôle pour ce serveur.\n\n" +" **Exemples:**\n" +" - `[p]set removemodrole @Mods`\n" +" - `[p]set removemodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - le rôle auquel le droit de modération doit être enlevé.\n" +" " -#: redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2228 msgid "That role was not a mod role to begin with." msgstr "Ce rôle n’était pas un rôle modérateur." -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2230 msgid "That role is no longer considered a mod role." msgstr "Ce rôle n’est désormais plus considéré comme un rôle modérateur." -#: redbot/core/core_commands.py:2211 +#: redbot/core/core_commands.py:2236 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -1364,21 +1408,27 @@ msgid "\n" " **Example:**\n" " - `[p]set usebotcolour`\n" " " -msgstr "" +msgstr "\n" +" Permet d'utiliser ou non la couleur configurée par le propriétaire du bot pour les embeds.\n\n" +" Par défaut, la couleur configurée du bot est utilisée.\n" +" Sinon, la couleur utilisée sera la couleur du rôle principal du bot.\n\n" +" **Exemple :**\n" +" - `[p]set usebotcolour`\n" +" " -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2248 msgid "The bot {} use its configured color for embeds." msgstr "Le bot {} utilise sa couleur configurée pour les embeds." -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will not" msgstr "ne sera pas" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will" msgstr "sera" -#: redbot/core/core_commands.py:2232 +#: redbot/core/core_commands.py:2257 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -1390,11 +1440,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2247 +#: redbot/core/core_commands.py:2272 msgid "Fuzzy command search has been {} for this server." msgstr "La recherche de commande par fuzzy a été {} pour ce serveur." -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2280 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -1405,11 +1455,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2268 +#: redbot/core/core_commands.py:2293 msgid "Fuzzy command search has been {} in DMs." msgstr "La recherche de commande par fuzzy a été {} en DMs." -#: redbot/core/core_commands.py:2276 +#: redbot/core/core_commands.py:2301 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1426,15 +1476,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2321 msgid "The color has been reset." msgstr "La couleur a été réinitialisée." -#: redbot/core/core_commands.py:2299 +#: redbot/core/core_commands.py:2324 msgid "The color has been set." msgstr "La couleur a été définie." -#: redbot/core/core_commands.py:2304 +#: redbot/core/core_commands.py:2329 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL.\n\n" @@ -1445,30 +1495,38 @@ msgid "Sets [botname]'s avatar\n\n" " **Arguments:**\n" " - `[url]` - An image url to be used as an avatar. Leave blank when uploading an attachment.\n" " " -msgstr "" +msgstr "Définit l'avatar de [botname]\n\n" +" Prend en charge l'utilisation d'une pièce jointe ou d'une URL vers une image.\n\n" +" **Exemples:**\n" +" - `[p]set avatar` - Avec une pièce jointe d'image, cela définira l'avatar.\n" +" - `[p]définir avatar` - Sans pièce jointe, cela montrera l'aide de la commande.\n" +" - `[p]définir l'avatar https://links.flaree.xyz/k95` - Définit l'avatar à l'image de l'URL fournie.\n\n" +" **Arguments:**\n" +" - `[url]` - Une url vers image à utiliser comme avatar. À laisser vide si vous fournissez une pièce jointe.\n" +" " -#: redbot/core/core_commands.py:2327 +#: redbot/core/core_commands.py:2352 msgid "That URL is invalid." msgstr "Cette URL est invalide." -#: redbot/core/core_commands.py:2329 +#: redbot/core/core_commands.py:2354 msgid "Something went wrong while trying to get the image." msgstr "Quelque chose s'est mal passé au moment de récupérer l'image." -#: redbot/core/core_commands.py:2339 +#: redbot/core/core_commands.py:2364 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "Échec. N'oubliez pas que vous pouvez éditer mon avatar que 2 fois par heure. L'URL et la pièce jointe doit être une image valide au format JPG ou PNG." -#: redbot/core/core_commands.py:2346 +#: redbot/core/core_commands.py:2371 msgid "JPG / PNG format only." msgstr "Format JPG/PNG uniquement." -#: redbot/core/core_commands.py:2348 redbot/core/core_commands.py:2575 -#: redbot/core/core_commands.py:2631 redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:2373 redbot/core/core_commands.py:2600 +#: redbot/core/core_commands.py:2656 redbot/core/core_commands.py:2680 msgid "Done." msgstr "Terminé." -#: redbot/core/core_commands.py:2353 +#: redbot/core/core_commands.py:2378 #, docstring msgid "\n" " Removes [botname]'s avatar.\n\n" @@ -1481,11 +1539,11 @@ msgstr "\n" " - `[p]set avatar remove`\n" " " -#: redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2386 msgid "Avatar removed." msgstr "Avatar supprimé." -#: redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2392 #, docstring msgid "Sets [botname]'s playing status.\n\n" " This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" @@ -1506,19 +1564,19 @@ msgstr "Définit le statut de jeu de [botname].\n\n" " - `[game]` - Le texte qui suit `Joue à`. Laissez vide pour effacer le statut d'activité actuel.\n" " " -#: redbot/core/core_commands.py:2383 +#: redbot/core/core_commands.py:2408 msgid "The maximum length of game descriptions is 128 characters." msgstr "La longueur maximale d'une description de jeu est de 128 caractères." -#: redbot/core/core_commands.py:2391 +#: redbot/core/core_commands.py:2416 msgid "Status set to ``Playing {game.name}``." msgstr "Statut défini à ``Joue à {game.name}``." -#: redbot/core/core_commands.py:2393 +#: redbot/core/core_commands.py:2418 msgid "Game cleared." msgstr "Jeu effacé." -#: redbot/core/core_commands.py:2399 +#: redbot/core/core_commands.py:2424 #, docstring msgid "Sets [botname]'s listening status.\n\n" " This will appear as `Listening to `.\n\n" @@ -1528,28 +1586,28 @@ msgid "Sets [botname]'s listening status.\n\n" " - `[p]set listening jams`\n\n" " **Arguments:**\n" " - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status." -msgstr "Définit l'état d'écoute de [botname].\n\n" +msgstr "Définit le statut d'écoute de [botname].\n\n" " Cela apparaîtra comme ceci `Écoute `.\n\n" -" La longueur maximale pour un état d'écoute est de 128 caractères.\n\n" +" La longueur maximale pour un statut d'écoute est de 128 caractères.\n\n" " **Exemples:**\n" " - `[p]set listening` - Efface le statut de l'activité.\n" " - `[p]set listening jams`\n\n" " **Arguments:**\n" -" - `[listening]` - Le texte qui suit `Écouter`. Laisser vide pour effacer le statut de l'activité actuelle." +" - `[listening]` - Le texte qui suit `Écoute`. Laisser vide pour effacer le statut de l'activité actuelle." -#: redbot/core/core_commands.py:2416 +#: redbot/core/core_commands.py:2441 msgid "The maximum length of listening descriptions is 128 characters." msgstr "La longueur maximale d'une description d'écoute est de 128 caractères." -#: redbot/core/core_commands.py:2425 +#: redbot/core/core_commands.py:2450 msgid "Status set to ``Listening to {listening}``." msgstr "Statut défini à ``Écoute {listening}``." -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2453 msgid "Listening cleared." msgstr "Écoute éffacé." -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2459 #, docstring msgid "Sets [botname]'s watching status.\n\n" " This will appear as `Watching `.\n\n" @@ -1559,21 +1617,28 @@ msgid "Sets [botname]'s watching status.\n\n" " - `[p]set watching [p]help`\n\n" " **Arguments:**\n" " - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status." -msgstr "" +msgstr "Définit le statut de visionnage de [botname].\n\n" +" Cela apparaîtra comme ceci `Regarde `.\n\n" +" La longueur maximale pour un statut de visionnage est de 128 caractères.\n\n" +" **Exemples:**\n" +" - `[p]set watching` - Efface le statut de l'activité.\n" +" - `[p]set watching [p]help`\n\n" +" **Arguments:**\n" +" - `[watching]` - Le texte qui suit `Regarde`. Laisser vide pour effacer le statut de l'activité actuelle." -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2475 msgid "The maximum length of watching descriptions is 128 characters." msgstr "La longueur maximale d'une description de visionnage est de 128 caractères." -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2482 msgid "Status set to ``Watching {watching}``." msgstr "Statut défini à ``Regarde {watching}``." -#: redbot/core/core_commands.py:2459 +#: redbot/core/core_commands.py:2484 msgid "Watching cleared." msgstr "Status de Visionnage effacé." -#: redbot/core/core_commands.py:2465 +#: redbot/core/core_commands.py:2490 #, docstring msgid "Sets [botname]'s competing status.\n\n" " This will appear as `Competing in `.\n\n" @@ -1585,19 +1650,19 @@ msgid "Sets [botname]'s competing status.\n\n" " - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2482 +#: redbot/core/core_commands.py:2507 msgid "The maximum length of competing descriptions is 128 characters." msgstr "La longueur maximale d'une description de participation est de 128 caractères." -#: redbot/core/core_commands.py:2491 +#: redbot/core/core_commands.py:2516 msgid "Status set to ``Competing in {competing}``." msgstr "Statut défini à ``Participant à : {competing}``." -#: redbot/core/core_commands.py:2494 +#: redbot/core/core_commands.py:2519 msgid "Competing cleared." msgstr "Statut de participation effacé." -#: redbot/core/core_commands.py:2500 +#: redbot/core/core_commands.py:2525 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1624,11 +1689,11 @@ msgstr "Définit le statut de [botname] .\n\n" " - `` - Un des statuts disponibles.\n" " " -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:2555 msgid "Status changed to {}." msgstr "Statut changé à {}." -#: redbot/core/core_commands.py:2538 +#: redbot/core/core_commands.py:2563 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" @@ -1644,15 +1709,15 @@ msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " - `` - The text to follow `Streaming` in the status." msgstr "" -#: redbot/core/core_commands.py:2563 +#: redbot/core/core_commands.py:2588 msgid "The maximum length of the streamer url is 511 characters." msgstr "La longueur maximale de l'url pour un streamer est de 511 caractères." -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2591 msgid "The maximum length of the stream title is 128 characters." msgstr "La longueur maximale d'un titre de stream est de 128 caractères." -#: redbot/core/core_commands.py:2580 +#: redbot/core/core_commands.py:2605 #, docstring msgid "Sets [botname]'s username.\n\n" " Maximum length for a username is 32 characters.\n\n" @@ -1673,29 +1738,29 @@ msgstr "Définit le nom d'utilisateur de [botname].\n\n" " - `` - Le nom d'utilisateur à donner au bot.\n" " " -#: redbot/core/core_commands.py:2596 +#: redbot/core/core_commands.py:2621 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "Le nom d'utilisateur d'un bot vérifié ne peut pas être modifié manuellement. Veuillez contacter le support Discord pour le modifier." -#: redbot/core/core_commands.py:2603 +#: redbot/core/core_commands.py:2628 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "Impossible de changer le nom. Doit être de 32 caractères ou moins." -#: redbot/core/core_commands.py:2609 +#: redbot/core/core_commands.py:2634 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "Le changement de nom d'utilisateur a échoué. N'oubliez pas que vous pouvez changer mon nom jusqu'à 2 fois par heure. Utilisez les pseudos si vous avez besoin de changements fréquents: {command}" -#: redbot/core/core_commands.py:2619 +#: redbot/core/core_commands.py:2644 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "Impossible de changer le nom d'utilisateur. Discord a renvoyé l'erreur suivante :\n" "{error_message}" -#: redbot/core/core_commands.py:2629 +#: redbot/core/core_commands.py:2654 msgid "Unexpected error occurred when trying to change the username." msgstr "Une erreur inattendue s'est produite au moment de changer le nom d'utilisateur." -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2662 #, docstring msgid "Sets [botname]'s nickname for the current server.\n\n" " Maximum length for a nickname is 32 characters.\n\n" @@ -1712,15 +1777,15 @@ msgstr "Définit le peudo de [botname] pour ce serveur.\n\n" " - `[nickname]` - Le pseudo à donner au bot. Laisser vide pour effacer le pseudo actuel.\n" " " -#: redbot/core/core_commands.py:2649 +#: redbot/core/core_commands.py:2674 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "Impossible de changer le pseudo. Doit être de 32 caractères ou moins." -#: redbot/core/core_commands.py:2653 +#: redbot/core/core_commands.py:2678 msgid "I lack the permissions to change my own nickname." msgstr "Je n'ai pas la permission de changer mon propre surnom." -#: redbot/core/core_commands.py:2660 +#: redbot/core/core_commands.py:2685 #, docstring msgid "Sets [botname]'s global prefix(es).\n\n" " Warning: This is not additive. It will replace all current prefixes.\n\n" @@ -1735,20 +1800,30 @@ msgid "Sets [botname]'s global prefix(es).\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2677 +#: redbot/core/core_commands.py:2702 +msgid "Warning: A prefix is above the recommended length (20 characters).\n" +"Do you want to continue? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:2715 +msgid "Cancelled." +msgstr "Annulé." + +#: redbot/core/core_commands.py:2719 msgid "Prefix set." msgstr "Préfixe réglé." -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:2721 msgid "Prefixes set." msgstr "Préfixes défini." -#: redbot/core/core_commands.py:2685 +#: redbot/core/core_commands.py:2727 #, docstring msgid "\n" " Sets [botname]'s server prefix(es).\n\n" " Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" -" This is not additive. It will replace all current server prefixes.\n\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 20 characters.\n\n" " **Examples:**\n" " - `[p]set serverprefix !`\n" " - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" @@ -1759,19 +1834,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2702 +#: redbot/core/core_commands.py:2745 msgid "Server prefixes have been reset." msgstr "Les préfixes du serveur ont été réinitialisées." -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2748 +msgid "You cannot have a prefix longer than 20 characters." +msgstr "" + +#: redbot/core/core_commands.py:2753 msgid "Server prefix set." msgstr "Préfixe du serveur défini." -#: redbot/core/core_commands.py:2709 +#: redbot/core/core_commands.py:2755 msgid "Server prefixes set." msgstr "Préfixes du serveur défini." -#: redbot/core/core_commands.py:2714 +#: redbot/core/core_commands.py:2760 #, docstring msgid "\n" " Changes the bot's default locale.\n\n" @@ -1788,21 +1867,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2735 redbot/core/core_commands.py:2779 -#: redbot/core/core_commands.py:2818 redbot/core/core_commands.py:2862 +#: redbot/core/core_commands.py:2781 redbot/core/core_commands.py:2825 +#: redbot/core/core_commands.py:2864 redbot/core/core_commands.py:2908 msgid "Invalid language code. Use format: `en-US`" msgstr "Code de langue invalide. Utilisez le format `en-US`" -#: redbot/core/core_commands.py:2739 redbot/core/core_commands.py:2783 -#: redbot/core/core_commands.py:2822 redbot/core/core_commands.py:2866 +#: redbot/core/core_commands.py:2785 redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2868 redbot/core/core_commands.py:2912 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "Format invalide - le code de langue doit inclure le code du pays, par exemple `en-US`" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:2792 msgid "Global locale has been set." msgstr "Le langage global a été définie." -#: redbot/core/core_commands.py:2752 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1833,15 +1912,15 @@ msgstr "\n" " - `` - La langue par défaut à utiliser pour le bot. Cette langue peut être n'importe quel code de langue avec l'indicatif du pays.\n" " " -#: redbot/core/core_commands.py:2774 +#: redbot/core/core_commands.py:2820 msgid "Locale has been set to the default." msgstr "Le langage a été défini sur le paramètre par défaut." -#: redbot/core/core_commands.py:2789 +#: redbot/core/core_commands.py:2835 msgid "Locale has been set." msgstr "Le langage a été défini." -#: redbot/core/core_commands.py:2795 +#: redbot/core/core_commands.py:2841 #, docstring msgid "\n" " Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1856,15 +1935,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2812 +#: redbot/core/core_commands.py:2858 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2875 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2837 +#: redbot/core/core_commands.py:2883 #, docstring msgid "\n" " Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1879,15 +1958,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2855 +#: redbot/core/core_commands.py:2901 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "Le formatage régional sera maintenant basé sur la localisation du bot dans ce serveur." -#: redbot/core/core_commands.py:2873 +#: redbot/core/core_commands.py:2919 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "Le formatage régional sera maintenant basé sur le langage `{language_code}`." -#: redbot/core/core_commands.py:2881 +#: redbot/core/core_commands.py:2927 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1900,21 +1979,31 @@ msgid "Customizes a section of `[p]info`.\n\n" " **Arguments:**\n" " - `[text]` - The custom info text.\n" " " -msgstr "" +msgstr "Personnalise une section de `[p]info`.\n\n" +" Le nombre maximum de caractères autorisés est de 1024.\n" +" Supporte le language markdown, les liens et les \"mentions\".\n\n" +" Exemple de lien : `[Mon lien](https://exemple.com)`\n\n" +" **Exemples:**\n" +" - `[p]set custominfo >>> Je peux utiliser **markdown** pour des citations, des ||spoilers|| et plusieurs lignes.\n" +" - `[p]set custominfo Rejoignez mon [serveur de support](discord.gg/discord)!`\n" +" - `[p]set custominfo` - Supprime le texte d'information personnalisé.\n\n" +" **Arguments:**\n" +" - `[text]` - Le texte à mettre dans la section personnalisée.\n" +" " -#: redbot/core/core_commands.py:2898 +#: redbot/core/core_commands.py:2944 msgid "The custom text has been cleared." msgstr "Le texte personnalisé a été effacé." -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2948 msgid "The custom text has been set." msgstr "Le texte personnalisé a été défini." -#: redbot/core/core_commands.py:2905 +#: redbot/core/core_commands.py:2951 msgid "Text must be fewer than 1024 characters long." msgstr "Le texte doit être long de moins de 1024 caractères." -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2956 #, docstring msgid "\n" " Commands to set, list or remove various external API tokens.\n\n" @@ -1931,11 +2020,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2931 +#: redbot/core/core_commands.py:2977 msgid "`{service}` API tokens have been set." msgstr "`{service}` les tokens API ont été définis." -#: redbot/core/core_commands.py:2935 +#: redbot/core/core_commands.py:2981 #, docstring msgid "\n" " Show all external API services along with their keys that have been set.\n\n" @@ -1943,21 +2032,26 @@ msgid "\n" " **Example:**\n" " - `[p]set api list``\n" " " -msgstr "" +msgstr "\n" +" Affiche les services d'API externes ainsi que leurs clés qui ont été définies.\n\n" +" Les secrets ne sont pas affichés.\n\n" +" **Exemple :**\n" +" - `[p]set api list`\n" +" " -#: redbot/core/core_commands.py:2946 +#: redbot/core/core_commands.py:2992 msgid "No API services have been set yet." msgstr "Aucun service d'API n'a encore été défini." -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API services:\n" msgstr "Services d'API définis:\n" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API service:\n" msgstr "Service d'API défini:\n" -#: redbot/core/core_commands.py:2961 +#: redbot/core/core_commands.py:3007 #, docstring msgid "\n" " Remove the given services with all their keys and tokens.\n\n" @@ -1966,23 +2060,29 @@ msgid "\n" " - `[p]set api remove github audiodb`\n\n" " **Arguments:**\n" " - `` - The services to remove." -msgstr "" +msgstr "\n" +" Retire les services donnés avec toutes leurs clés et jetons.\n\n" +" **Exemples:**\n" +" - `[p]set api remove Spotify`\n" +" - `[p]set api remove github audiodb`\n\n" +" **Arguments:**\n" +" - `` - Les services à supprimer." -#: redbot/core/core_commands.py:2976 +#: redbot/core/core_commands.py:3022 msgid "Services deleted successfully:\n" "{services_list}" msgstr "Services supprimés avec succès :\n" "{services_list}" -#: redbot/core/core_commands.py:2980 +#: redbot/core/core_commands.py:3026 msgid "Service deleted successfully: {service_name}" msgstr "Service supprimé avec succès :{service_name}" -#: redbot/core/core_commands.py:2985 +#: redbot/core/core_commands.py:3031 msgid "None of the services you provided had any keys set." msgstr "Aucun des services que vous avez fournis n'a de clés de défini." -#: redbot/core/core_commands.py:2990 +#: redbot/core/core_commands.py:3036 #, docstring msgid "\n" " Commands to manage settings for the help command.\n\n" @@ -1990,7 +2090,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2999 +#: redbot/core/core_commands.py:3045 #, docstring msgid "\n" " Show the current help settings.\n\n" @@ -2000,11 +2100,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3013 +#: redbot/core/core_commands.py:3059 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:3023 +#: redbot/core/core_commands.py:3069 #, docstring msgid "\n" " This resets [botname]'s help formatter to the default formatter.\n\n" @@ -2013,11 +2113,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3032 +#: redbot/core/core_commands.py:3078 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:3041 +#: redbot/core/core_commands.py:3087 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -2027,11 +2127,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3051 +#: redbot/core/core_commands.py:3097 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3105 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -2047,15 +2147,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3079 +#: redbot/core/core_commands.py:3125 msgid "Help will use menus." msgstr "L'aide utilisera les menus." -#: redbot/core/core_commands.py:3081 +#: redbot/core/core_commands.py:3127 msgid "Help will not use menus." msgstr "L'aide n'utilisera pas les menus." -#: redbot/core/core_commands.py:3085 +#: redbot/core/core_commands.py:3131 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -2069,15 +2169,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3102 +#: redbot/core/core_commands.py:3148 msgid "Help will not filter hidden commands." msgstr "L'aide ne filtrera pas les commandes cachées." -#: redbot/core/core_commands.py:3104 +#: redbot/core/core_commands.py:3150 msgid "Help will filter hidden commands." msgstr "L'aide filtrera les commandes cachées." -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3154 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -2091,15 +2191,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3125 +#: redbot/core/core_commands.py:3171 msgid "Help will show commands aliases." msgstr "Le menu d'aide affichera les alias de commandes." -#: redbot/core/core_commands.py:3127 +#: redbot/core/core_commands.py:3173 msgid "Help will not show commands aliases." msgstr "Le menu d'aide n'affichera pas les alias de commandes." -#: redbot/core/core_commands.py:3131 +#: redbot/core/core_commands.py:3177 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent to a DM.\n\n" @@ -2115,15 +2215,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3152 +#: redbot/core/core_commands.py:3198 msgid "Help will now tick the command when sent in a DM." msgstr "L'aide cochera maintenant la commande lorsqu'elle est envoyée en DM." -#: redbot/core/core_commands.py:3154 +#: redbot/core/core_commands.py:3200 msgid "Help will not tick the command when sent in a DM." msgstr "L'aide ne cochera pas la commande lorsqu'elle est envoyée en DM." -#: redbot/core/core_commands.py:3158 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be filtered from help.\n\n" @@ -2137,15 +2237,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3175 +#: redbot/core/core_commands.py:3221 msgid "Help will only show for commands which can be run." msgstr "L'aide ne s'affichera que pour les commandes qui peuvent être exécutées." -#: redbot/core/core_commands.py:3177 +#: redbot/core/core_commands.py:3223 msgid "Help will show up without checking if the commands can be run." msgstr "L'aide s'affichera sans vérifier si les commandes peuvent être exécutées." -#: redbot/core/core_commands.py:3181 +#: redbot/core/core_commands.py:3227 #, docstring msgid "\n" " Sets whether the bot should respond to help commands for nonexistent topics.\n\n" @@ -2161,15 +2261,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3202 +#: redbot/core/core_commands.py:3248 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3251 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:3213 +#: redbot/core/core_commands.py:3259 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " Note: This setting only applies to embedded help.\n\n" @@ -2184,15 +2284,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3230 +#: redbot/core/core_commands.py:3276 msgid "You must give a value of at least 500 characters." msgstr "Vous devez donner une valeur d'au moins 500 caractères." -#: redbot/core/core_commands.py:3234 +#: redbot/core/core_commands.py:3280 msgid "Done. The character limit per page has been set to {}." msgstr "Terminé. La limite de caractères par page a été définie à {}." -#: redbot/core/core_commands.py:3238 +#: redbot/core/core_commands.py:3284 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " Note: This setting does not apply to menu help.\n\n" @@ -2208,15 +2308,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3283 +#: redbot/core/core_commands.py:3302 redbot/core/core_commands.py:3329 msgid "You must give a value of zero or greater!" msgstr "Vous devez donner une valeur de zéro ou plus !" -#: redbot/core/core_commands.py:3260 +#: redbot/core/core_commands.py:3306 msgid "Done. The page limit has been set to {}." msgstr "Terminé. La limite de page a été définie à {}." -#: redbot/core/core_commands.py:3265 +#: redbot/core/core_commands.py:3311 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -2245,19 +2345,19 @@ msgstr "Défini le délai après lequel les pages d'aide seront supprimées.\n\n " - `` - Les secondes à attendre avant de supprimer les pages d'aide.\n" " " -#: redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3332 msgid "The delay cannot be longer than 14 days!" msgstr "Le délai ne peut pas être supérieur à 14 jours !" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3337 msgid "Done. Help messages will not be deleted now." msgstr "Fait. Les messages d'aide ne seront pas supprimés maintenant." -#: redbot/core/core_commands.py:3293 +#: redbot/core/core_commands.py:3339 msgid "Done. The delete delay has been set to {} seconds." msgstr "Terminé. Le délai de suppression a été réglé sur {} secondes." -#: redbot/core/core_commands.py:3297 +#: redbot/core/core_commands.py:3343 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -2271,19 +2371,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3312 +#: redbot/core/core_commands.py:3358 msgid "The tagline has been reset." msgstr "Le tag a été réinitialisé." -#: redbot/core/core_commands.py:3316 +#: redbot/core/core_commands.py:3362 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "Votre tag est trop long ! Veuillez raccourcir ce type de tag pour ne pas dépasser 2048 caractères." -#: redbot/core/core_commands.py:3324 +#: redbot/core/core_commands.py:3370 msgid "The tagline has been set." msgstr "Le tag a été défini." -#: redbot/core/core_commands.py:3329 +#: redbot/core/core_commands.py:3375 #, docstring msgid "Sends a message to the owner.\n\n" " This is limited to one message every 60 seconds per person.\n\n" @@ -2300,43 +2400,43 @@ msgstr "Envoie un message au propriétaire.\n\n" " - `[message]` - Le message à envoyer au propriétaire.\n" " " -#: redbot/core/core_commands.py:3341 +#: redbot/core/core_commands.py:3387 msgid "User ID: {}" msgstr "ID utilisateur : {}" -#: redbot/core/core_commands.py:3344 +#: redbot/core/core_commands.py:3390 msgid "through DM" msgstr "par message privé" -#: redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3392 msgid "from {}" msgstr "de {}" -#: redbot/core/core_commands.py:3347 +#: redbot/core/core_commands.py:3393 msgid " | Server ID: {}" msgstr " | ID du serveur : {}" -#: redbot/core/core_commands.py:3352 +#: redbot/core/core_commands.py:3398 msgid "Use `{}dm {} ` to reply to this user" msgstr "Utilisez `{}dm {} ` pour répondre à cet utilisateur" -#: redbot/core/core_commands.py:3354 +#: redbot/core/core_commands.py:3400 msgid "Sent by {} {}" msgstr "Envoyé par {} {}" -#: redbot/core/core_commands.py:3359 +#: redbot/core/core_commands.py:3405 msgid "I've been configured not to send this anywhere." msgstr "J'ai été configuré pour envoyer cela nulle part." -#: redbot/core/core_commands.py:3430 +#: redbot/core/core_commands.py:3476 msgid "Your message has been sent." msgstr "Votre message a été envoyé." -#: redbot/core/core_commands.py:3432 +#: redbot/core/core_commands.py:3478 msgid "I'm unable to deliver your message. Sorry." msgstr "Je ne parviens pas à envoyer votre message. Désolé." -#: redbot/core/core_commands.py:3437 +#: redbot/core/core_commands.py:3483 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n\n" @@ -2357,41 +2457,41 @@ msgstr "Envoie un message privé à un utilisateur.\n\n" " - `[message]` - Le message à envoyer en message privé à l'utilisateur.\n" " " -#: redbot/core/core_commands.py:3453 +#: redbot/core/core_commands.py:3499 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "ID invalide, utilisateur non trouvé ou l'utilisateur est un bot. Vous pouvez seulement envoyer des messages avec des personnes avec qui je partage un serveur." -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3509 msgid "Owner of {}" msgstr "Propriétaire de {}" -#: redbot/core/core_commands.py:3464 +#: redbot/core/core_commands.py:3510 msgid "You can reply to this message with {}contact" msgstr "Vous pouvez répondre à ce message avec {} contact" -#: redbot/core/core_commands.py:3478 redbot/core/core_commands.py:3488 +#: redbot/core/core_commands.py:3524 redbot/core/core_commands.py:3534 msgid "Sorry, I couldn't deliver your message to {}" msgstr "Désolé, je n'ai pas pu transmettre votre message à {}" -#: redbot/core/core_commands.py:3481 redbot/core/core_commands.py:3491 +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3537 msgid "Message delivered to {}" msgstr "Message envoyé a {}" -#: redbot/core/core_commands.py:3496 +#: redbot/core/core_commands.py:3542 #, docstring msgid "Prints the bot's data path." msgstr "Envoie le chemin des données du bot." -#: redbot/core/core_commands.py:3500 +#: redbot/core/core_commands.py:3546 msgid "Data path: {path}" msgstr "Chemin des données: {path}" -#: redbot/core/core_commands.py:3506 +#: redbot/core/core_commands.py:3552 #, docstring msgid "Shows debug information useful for debugging." msgstr "Affiche les informations de débogage utiles pour le débogage." -#: redbot/core/core_commands.py:3593 +#: redbot/core/core_commands.py:3639 #, docstring msgid "\n" " Commands to manage the allowlist.\n\n" @@ -2400,7 +2500,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3604 +#: redbot/core/core_commands.py:3650 #, docstring msgid "\n" " Adds users to the allowlist.\n\n" @@ -2412,15 +2512,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3663 msgid "Users have been added to the allowlist." msgstr "Les utilisateurs ont été ajoutés à la liste des utilisateurs autorisés." -#: redbot/core/core_commands.py:3619 +#: redbot/core/core_commands.py:3665 msgid "User has been added to the allowlist." msgstr "L'utilisateur a été ajouté à la liste des utilisateurs autorisés." -#: redbot/core/core_commands.py:3623 +#: redbot/core/core_commands.py:3669 #, docstring msgid "\n" " Lists users on the allowlist.\n\n" @@ -2433,21 +2533,21 @@ msgstr "\n" " - `[p]allowlist list`\n" " " -#: redbot/core/core_commands.py:3635 +#: redbot/core/core_commands.py:3681 msgid "Users on the allowlist:" msgstr "Utilisateurs sur la liste des utilisateurs autorisés :" -#: redbot/core/core_commands.py:3637 +#: redbot/core/core_commands.py:3683 msgid "User on the allowlist:" msgstr "Utilisateur sur la liste des utilisateurs autorisés :" -#: redbot/core/core_commands.py:3641 redbot/core/core_commands.py:3739 +#: redbot/core/core_commands.py:3687 redbot/core/core_commands.py:3785 #: redbot/core/modlog.py:428 redbot/core/modlog.py:450 #: redbot/core/modlog.py:466 msgid "Unknown or Deleted User" msgstr "Utilisateur inconnu ou supprimé" -#: redbot/core/core_commands.py:3649 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Removes users from the allowlist.\n\n" @@ -2460,15 +2560,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3664 +#: redbot/core/core_commands.py:3710 msgid "Users have been removed from the allowlist." msgstr "Les utilisateurs ont été enlevés de la liste des utilisateurs autorisés." -#: redbot/core/core_commands.py:3666 +#: redbot/core/core_commands.py:3712 msgid "User has been removed from the allowlist." msgstr "L'utilisateur a été enlevé de la liste des utilisateurs autorisés." -#: redbot/core/core_commands.py:3670 +#: redbot/core/core_commands.py:3716 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2476,13 +2576,18 @@ msgid "\n" " **Example:**\n" " - `[p]allowlist clear`\n" " " -msgstr "" +msgstr "\n" +" Vide la liste des utilisateurs/rôles autorisés.\n\n" +" Cela désactive la liste des utilisateurs/rôles autorisés.\n\n" +" **Exemple:**\n" +" - `[p]allowlist clear`\n" +" " -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3725 msgid "Allowlist has been cleared." msgstr "La liste des autorisés a été effacée." -#: redbot/core/core_commands.py:3684 +#: redbot/core/core_commands.py:3730 #, docstring msgid "\n" " Commands to manage the blocklist.\n\n" @@ -2490,7 +2595,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3693 +#: redbot/core/core_commands.py:3739 #, docstring msgid "\n" " Adds users to the blocklist.\n\n" @@ -2502,19 +2607,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3709 +#: redbot/core/core_commands.py:3755 msgid "You cannot add an owner to the blocklist!" msgstr "Vous ne pouvez pas ajouter un des propriétaires du bot à la liste des utilisateurs bloqués !" -#: redbot/core/core_commands.py:3715 +#: redbot/core/core_commands.py:3761 msgid "Users have been added to the blocklist." msgstr "Les utilisateurs ont été ajoutés à la liste des utilisateurs bloqués." -#: redbot/core/core_commands.py:3717 +#: redbot/core/core_commands.py:3763 msgid "User has been added to the blocklist." msgstr "L'utilisateur a été ajouté à la liste des utilisateurs bloqués." -#: redbot/core/core_commands.py:3721 +#: redbot/core/core_commands.py:3767 #, docstring msgid "\n" " Lists users on the blocklist.\n\n" @@ -2527,15 +2632,15 @@ msgstr "\n" " - `[p]blocklist list`\n" " " -#: redbot/core/core_commands.py:3733 +#: redbot/core/core_commands.py:3779 msgid "Users on the blocklist:" msgstr "Utilisateurs sur la liste des utilisateurs bloqués :" -#: redbot/core/core_commands.py:3735 +#: redbot/core/core_commands.py:3781 msgid "User on the blocklist:" msgstr "Utilisateur sur la liste des utilisateurs bloqués :" -#: redbot/core/core_commands.py:3747 +#: redbot/core/core_commands.py:3793 #, docstring msgid "\n" " Removes users from the blocklist.\n\n" @@ -2554,15 +2659,15 @@ msgstr "\n" " - `` - L'utilisateur ou les utilisateurs à supprimer de la liste des utilisateurs bloqués.\n" " " -#: redbot/core/core_commands.py:3760 +#: redbot/core/core_commands.py:3806 msgid "Users have been removed from the blocklist." msgstr "Les utilisateurs ont été enlevé de la liste des utilisateurs bloqués." -#: redbot/core/core_commands.py:3762 +#: redbot/core/core_commands.py:3808 msgid "User has been removed from the blocklist." msgstr "L'utilisateur a été enlevé de la liste des utilisateurs bloqués." -#: redbot/core/core_commands.py:3766 +#: redbot/core/core_commands.py:3812 #, docstring msgid "\n" " Clears the blocklist.\n\n" @@ -2575,11 +2680,11 @@ msgstr "\n" " - `[p]blocklist clear`\n" " " -#: redbot/core/core_commands.py:3773 +#: redbot/core/core_commands.py:3819 msgid "Blocklist has been cleared." msgstr "La liste des bloqués a été effacée." -#: redbot/core/core_commands.py:3779 +#: redbot/core/core_commands.py:3825 #, docstring msgid "\n" " Commands to manage the server specific allowlist.\n\n" @@ -2588,7 +2693,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3792 +#: redbot/core/core_commands.py:3838 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n\n" @@ -2601,19 +2706,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3811 +#: redbot/core/core_commands.py:3857 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "Je ne peux pas vous permettre de faire cela, car vous ne pourriez plus exécuter de commandes, ajoutez-vous à la liste des utilisateurs autorisées avant." -#: redbot/core/core_commands.py:3820 +#: redbot/core/core_commands.py:3866 msgid "Users and/or roles have been added to the allowlist." msgstr "Les utilisateurs et/ou les rôles ont été ajoutés à la liste des utilisateurs/rôles autorisés du serveur." -#: redbot/core/core_commands.py:3822 +#: redbot/core/core_commands.py:3868 msgid "User or role has been added to the allowlist." msgstr "L'utilisateur ou le rôle a été ajouté à la liste des utilisateurs autorisés." -#: redbot/core/core_commands.py:3826 +#: redbot/core/core_commands.py:3872 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n\n" @@ -2626,19 +2731,19 @@ msgstr "\n" " - `[p]localallowlist list`\n" " " -#: redbot/core/core_commands.py:3838 +#: redbot/core/core_commands.py:3884 msgid "Allowed users and/or roles:" msgstr "Utilisateurs et/ou rôles autorisés :" -#: redbot/core/core_commands.py:3840 +#: redbot/core/core_commands.py:3886 msgid "Allowed user or role:" msgstr "Utilisateur ou rôle autorisé :" -#: redbot/core/core_commands.py:3844 redbot/core/core_commands.py:3966 +#: redbot/core/core_commands.py:3890 redbot/core/core_commands.py:4012 msgid "Unknown or Deleted User/Role" msgstr "Utilisateur / Role inconnu ou supprimé" -#: redbot/core/core_commands.py:3854 +#: redbot/core/core_commands.py:3900 #, docstring msgid "\n" " Removes user or role from the allowlist.\n\n" @@ -2652,19 +2757,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3875 +#: redbot/core/core_commands.py:3921 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "Je ne peux pas vous laisser faire cela, car cela vous empêcherais d’exécuter des commandes." -#: redbot/core/core_commands.py:3883 +#: redbot/core/core_commands.py:3929 msgid "Users and/or roles have been removed from the server allowlist." msgstr "Les utilisateurs et/ou les rôles ont été retirés de la liste des utilisateurs/rôles autorisés du serveur." -#: redbot/core/core_commands.py:3885 +#: redbot/core/core_commands.py:3931 msgid "User or role has been removed from the server allowlist." msgstr "L'utilisateur ou le rôle a été retiré de la liste des utilisateurs/rôles autorisés du serveur." -#: redbot/core/core_commands.py:3889 +#: redbot/core/core_commands.py:3935 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2674,11 +2779,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3898 +#: redbot/core/core_commands.py:3944 msgid "Server allowlist has been cleared." msgstr "La liste d'autorisations du serveur a été effacée." -#: redbot/core/core_commands.py:3904 +#: redbot/core/core_commands.py:3950 #, docstring msgid "\n" " Commands to manage the server specific blocklist.\n\n" @@ -2686,7 +2791,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3915 +#: redbot/core/core_commands.py:3961 #, docstring msgid "\n" " Adds a user or role to the local blocklist.\n\n" @@ -2699,27 +2804,27 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3929 +#: redbot/core/core_commands.py:3975 msgid "You cannot add yourself to the blocklist!" msgstr "Vous ne pouvez pas vous ajouter vous-même à la liste de blocages !" -#: redbot/core/core_commands.py:3932 +#: redbot/core/core_commands.py:3978 msgid "You cannot add the guild owner to the blocklist!" msgstr "Vous ne pouvez pas ajouter le propriétaire du serveur à la liste de blocages!" -#: redbot/core/core_commands.py:3935 +#: redbot/core/core_commands.py:3981 msgid "You cannot add a bot owner to the blocklist!" msgstr "Vous ne pouvez pas ajouter un propriétaire de bot à la liste de blocages!" -#: redbot/core/core_commands.py:3942 +#: redbot/core/core_commands.py:3988 msgid "Users and/or roles have been added from the server blocklist." msgstr "Les utilisateurs et/ou les rôles ont été ajoutés à la liste des utilisateurs/rôles bloqués du serveur." -#: redbot/core/core_commands.py:3944 +#: redbot/core/core_commands.py:3990 msgid "User or role has been added from the server blocklist." msgstr "L'utilisateur ou le rôle a été retiré de la liste des utilisateurs/rôles bloqués du serveur." -#: redbot/core/core_commands.py:3948 +#: redbot/core/core_commands.py:3994 #, docstring msgid "\n" " Lists users and roles on the server blocklist.\n\n" @@ -2732,15 +2837,15 @@ msgstr "\n" " - `[p]localblocklist list`\n" " " -#: redbot/core/core_commands.py:3960 +#: redbot/core/core_commands.py:4006 msgid "Blocked users and/or roles:" msgstr "Utilisateurs et/ou rôles bloqués :" -#: redbot/core/core_commands.py:3962 +#: redbot/core/core_commands.py:4008 msgid "Blocked user or role:" msgstr "Utilisateur ou rôle bloqué :" -#: redbot/core/core_commands.py:3976 +#: redbot/core/core_commands.py:4022 #, docstring msgid "\n" " Removes user or role from local blocklist.\n\n" @@ -2753,15 +2858,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3992 +#: redbot/core/core_commands.py:4038 msgid "Users and/or roles have been removed from the server blocklist." msgstr "Les utilisateurs et/ou les rôles ont été retirés de la liste des bloqués du serveur." -#: redbot/core/core_commands.py:3994 +#: redbot/core/core_commands.py:4040 msgid "User or role has been removed from the server blocklist." msgstr "L'utilisateur ou le rôle a été retiré de la liste des utilisateurs/rôles bloqués du serveur." -#: redbot/core/core_commands.py:3998 +#: redbot/core/core_commands.py:4044 #, docstring msgid "\n" " Clears the server blocklist.\n\n" @@ -2771,16 +2876,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4007 +#: redbot/core/core_commands.py:4053 msgid "Server blocklist has been cleared." msgstr "La liste des utilisateurs bloqués du serveur a été effacée." -#: redbot/core/core_commands.py:4012 +#: redbot/core/core_commands.py:4058 #, docstring msgid "Commands to enable and disable commands and cogs." msgstr "Des commandes pour activer et désactiver les commandes et les cogs." -#: redbot/core/core_commands.py:4018 +#: redbot/core/core_commands.py:4064 #, docstring msgid "Set the default state for a cog as disabled.\n\n" " This will disable the cog for all servers by default.\n" @@ -2794,20 +2899,20 @@ msgid "Set the default state for a cog as disabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4034 redbot/core/core_commands.py:4059 -#: redbot/core/core_commands.py:4079 redbot/core/core_commands.py:4109 +#: redbot/core/core_commands.py:4080 redbot/core/core_commands.py:4105 +#: redbot/core/core_commands.py:4125 redbot/core/core_commands.py:4155 msgid "Cog with the given name doesn't exist." msgstr "Un cog avec ce nom n'existe pas." -#: redbot/core/core_commands.py:4036 +#: redbot/core/core_commands.py:4082 msgid "You can't disable this cog by default." msgstr "Vous ne pouvez pas désactiver ce cog par défaut." -#: redbot/core/core_commands.py:4038 +#: redbot/core/core_commands.py:4084 msgid "{cogname} has been set as disabled by default." msgstr "{cogname} a été défini comme désactivé par défaut." -#: redbot/core/core_commands.py:4043 +#: redbot/core/core_commands.py:4089 #, docstring msgid "Set the default state for a cog as enabled.\n\n" " This will re-enable the cog for all servers by default.\n" @@ -2821,11 +2926,11 @@ msgid "Set the default state for a cog as enabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4061 +#: redbot/core/core_commands.py:4107 msgid "{cogname} has been set as enabled by default." msgstr "{cogname} a été défini comme activé par défaut." -#: redbot/core/core_commands.py:4066 +#: redbot/core/core_commands.py:4112 #, docstring msgid "Disable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2837,19 +2942,19 @@ msgid "Disable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4081 +#: redbot/core/core_commands.py:4127 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:4083 +#: redbot/core/core_commands.py:4129 msgid "{cogname} has been disabled in this guild." msgstr "{cogname} a été désactivé dans ce serveur." -#: redbot/core/core_commands.py:4086 +#: redbot/core/core_commands.py:4132 msgid "{cogname} was already disabled (nothing to do)." msgstr "{cogname} a déjà été désactivé (rien à faire)." -#: redbot/core/core_commands.py:4092 +#: redbot/core/core_commands.py:4138 #, docstring msgid "Enable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2861,31 +2966,34 @@ msgid "Enable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4104 +#: redbot/core/core_commands.py:4150 msgid "{cogname} has been enabled in this guild." msgstr "{cogname} a été activé dans ce serveur." -#: redbot/core/core_commands.py:4112 +#: redbot/core/core_commands.py:4158 msgid "{cogname} was not disabled (nothing to do)." msgstr "{cogname} n'était pas désactivé (rien à faire)." -#: redbot/core/core_commands.py:4118 +#: redbot/core/core_commands.py:4164 #, docstring msgid "List the cogs which are disabled in this server.\n\n" " **Example:**\n" " - `[p]command listdisabledcogs`\n" " " -msgstr "" +msgstr "Liste les cogs qui sont désactivés sur ce serveur.\n\n" +" **Exemple :**\n" +" - `[p]command listdisabledcogs`\n" +" " -#: redbot/core/core_commands.py:4131 +#: redbot/core/core_commands.py:4177 msgid "The following cogs are disabled in this guild:\n" msgstr "Les cogs suivants sont désactivés dans ce serveur :\n" -#: redbot/core/core_commands.py:4137 +#: redbot/core/core_commands.py:4183 msgid "There are no disabled cogs in this guild." msgstr "Il n'y a pas de cogs désactivés dans ce serveur." -#: redbot/core/core_commands.py:4141 +#: redbot/core/core_commands.py:4187 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2894,9 +3002,15 @@ msgid "\n" " **Example:**\n" " - `[p]command listdisabled`\n" " " -msgstr "" +msgstr "\n" +" Liste les commandes désactivées.\n\n" +" Si vous êtes le propriétaire du bot, par défaut, cela affichera les commandes désactivées globalement.\n" +" Sinon, cela affichera les commandes désactivées sur le serveur actuel.\n\n" +" **Exemple:**\n" +" - `[p]commande listdisabled`\n" +" " -#: redbot/core/core_commands.py:4158 +#: redbot/core/core_commands.py:4204 #, docstring msgid "List disabled commands globally.\n\n" " **Example:**\n" @@ -2907,19 +3021,19 @@ msgstr "Liste les commandes désactivées globalement.\n\n" " - `[p]command listdisabled global`\n" " " -#: redbot/core/core_commands.py:4165 +#: redbot/core/core_commands.py:4211 msgid "There aren't any globally disabled commands." msgstr "Il n'y a aucune commande désactivée globalement." -#: redbot/core/core_commands.py:4168 +#: redbot/core/core_commands.py:4214 msgid "{} commands are disabled globally.\n" msgstr "{} commandes sont désactivées globalement.\n" -#: redbot/core/core_commands.py:4172 +#: redbot/core/core_commands.py:4218 msgid "1 command is disabled globally.\n" msgstr "1 commande est désactivée globalement.\n" -#: redbot/core/core_commands.py:4180 +#: redbot/core/core_commands.py:4226 #, docstring msgid "List disabled commands in this server.\n\n" " **Example:**\n" @@ -2930,19 +3044,19 @@ msgstr "Liste les commandes désactivées sur ce serveur.\n\n" " - `[p]command listdisabled guild`\n" " " -#: redbot/core/core_commands.py:4187 +#: redbot/core/core_commands.py:4233 msgid "There aren't any disabled commands in {}." msgstr "Il n'y a aucune commande désactivée dans {}." -#: redbot/core/core_commands.py:4190 +#: redbot/core/core_commands.py:4236 msgid "{} commands are disabled in {}.\n" msgstr "{} commandes sont désactivées dans {}.\n" -#: redbot/core/core_commands.py:4194 +#: redbot/core/core_commands.py:4240 msgid "1 command is disabled in {}.\n" msgstr "1 commande est désactivée dans {}.\n" -#: redbot/core/core_commands.py:4201 +#: redbot/core/core_commands.py:4247 #, docstring msgid "\n" " Disable a command.\n\n" @@ -2954,9 +3068,18 @@ msgid "\n" " **Arguments:**\n" " - `` - The command to disable.\n" " " -msgstr "" +msgstr "\n" +" Désactive une commande.\n\n" +" Si vous êtes le propriétaire du bot, par défaut, cela désactivera les commandes globalement.\n" +" Sinon, cela désactivera les commandes sur le serveur actuel.\n\n" +" **Exemples:**\n" +" - `[p]command disable userinfo` - Désactive la commande `userinfo` du cog Mod.\n" +" - `[p]command disable urban` - Désactive la commande `urban` du Cog General.\n\n" +" **Arguments:**\n" +" - `` - La commande à désactiver.\n" +" " -#: redbot/core/core_commands.py:4223 +#: redbot/core/core_commands.py:4269 #, docstring msgid "\n" " Disable a command globally.\n\n" @@ -2968,19 +3091,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4242 redbot/core/core_commands.py:4285 +#: redbot/core/core_commands.py:4288 redbot/core/core_commands.py:4331 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "La commande à désactiver ne peut pas être `command` ou l'une de ses sous-commandes." -#: redbot/core/core_commands.py:4248 redbot/core/core_commands.py:4291 +#: redbot/core/core_commands.py:4294 redbot/core/core_commands.py:4337 msgid "This command is designated as being always available and cannot be disabled." msgstr "Cette commande est désignée comme étant toujours disponible et ne peut pas être désactivée." -#: redbot/core/core_commands.py:4257 +#: redbot/core/core_commands.py:4303 msgid "That command is already disabled globally." msgstr "Cette commande est déjà globalement désactivée." -#: redbot/core/core_commands.py:4266 +#: redbot/core/core_commands.py:4312 #, docstring msgid "\n" " Disable a command in this server only.\n\n" @@ -2992,15 +3115,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4296 +#: redbot/core/core_commands.py:4342 msgid "You are not allowed to disable that command." msgstr "Vous n'êtes pas autorisé à désactiver cette commande." -#: redbot/core/core_commands.py:4306 +#: redbot/core/core_commands.py:4352 msgid "That command is already disabled in this server." msgstr "Cette commande est déjà désactivée sur ce serveur." -#: redbot/core/core_commands.py:4312 +#: redbot/core/core_commands.py:4358 #, docstring msgid "Enable a command.\n\n" " If you're the bot owner, this will try to enable a globally disabled command by default.\n" @@ -3013,7 +3136,7 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4332 +#: redbot/core/core_commands.py:4378 #, docstring msgid "\n" " Enable a command globally.\n\n" @@ -3025,11 +3148,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4354 +#: redbot/core/core_commands.py:4400 msgid "That command is already enabled globally." msgstr "Cette commande est déjà activée globalement." -#: redbot/core/core_commands.py:4363 +#: redbot/core/core_commands.py:4409 #, docstring msgid "\n" " Enable a command in this server.\n\n" @@ -3041,15 +3164,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4381 +#: redbot/core/core_commands.py:4427 msgid "You are not allowed to enable that command." msgstr "Vous n'êtes pas autorisé à activer cette commande." -#: redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4437 msgid "That command is already enabled in this server." msgstr "Cette commande est déjà activée sur ce serveur." -#: redbot/core/core_commands.py:4398 +#: redbot/core/core_commands.py:4444 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -3061,9 +3184,18 @@ msgid "Set the bot's response to disabled commands.\n\n" " **Arguments:**\n" " - `[message]` - The message to send when a disabled command is attempted.\n" " " -msgstr "" +msgstr "Définit la réponse du bot aux commandes désactivées.\n\n" +" Laissez vide pour ne rien envoyer.\n\n" +" Pour inclure le nom de la commande dans le message, mettez la balise `{command}`.\n\n" +" **Exemples:**\n" +" - `[p]commande disabledmsg Cette commande est désactivée`\n" +" - `[p]commande disabledmsg {command} est désactivée`\n" +" - `[p]commande disabledmsg` - N'envoie rien lorsqu'une commande désactivée est essayée.\n\n" +" **Arguments:**\n" +" - `[message]` - Le message à envoyer lorsqu'une commande désactivée est essayée.\n" +" " -#: redbot/core/core_commands.py:4419 +#: redbot/core/core_commands.py:4465 #, docstring msgid "\n" " Commands to manage server settings for immunity from automated actions.\n\n" @@ -3071,7 +3203,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4428 +#: redbot/core/core_commands.py:4474 #, docstring msgid "\n" " Gets the current members and roles configured for automatic moderation action immunity.\n\n" @@ -3080,19 +3212,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4441 +#: redbot/core/core_commands.py:4487 msgid "Roles immune from automated moderation actions:\n" msgstr "Rôles immunisés contre les actions de modération automatisées : \n" -#: redbot/core/core_commands.py:4446 +#: redbot/core/core_commands.py:4492 msgid "Members immune from automated moderation actions:\n" msgstr "Membres immunisés contre les actions de modération automatisées :\n" -#: redbot/core/core_commands.py:4450 +#: redbot/core/core_commands.py:4496 msgid "No immunity settings here." msgstr "Aucun paramètre d'immunité ici." -#: redbot/core/core_commands.py:4459 +#: redbot/core/core_commands.py:4505 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n\n" @@ -3104,11 +3236,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4471 +#: redbot/core/core_commands.py:4517 msgid "Already added." msgstr "Déjà ajouté." -#: redbot/core/core_commands.py:4479 +#: redbot/core/core_commands.py:4525 #, docstring msgid "\n" " Remove a user or role from being immune to automated moderation actions.\n\n" @@ -3120,11 +3252,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4491 +#: redbot/core/core_commands.py:4537 msgid "Not in list." msgstr "Pas dans la liste." -#: redbot/core/core_commands.py:4499 +#: redbot/core/core_commands.py:4545 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n\n" @@ -3136,15 +3268,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4511 +#: redbot/core/core_commands.py:4557 msgid "They are immune." msgstr "Ils sont immunisés." -#: redbot/core/core_commands.py:4513 +#: redbot/core/core_commands.py:4559 msgid "They are not immune." msgstr "Ils ne sont pas immunisés." -#: redbot/core/core_commands.py:4518 +#: redbot/core/core_commands.py:4564 #, docstring msgid "\n" " Commands for configuring owner notifications.\n\n" @@ -3152,7 +3284,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4527 +#: redbot/core/core_commands.py:4573 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -3164,7 +3296,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4546 +#: redbot/core/core_commands.py:4592 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n\n" @@ -3175,7 +3307,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4565 +#: redbot/core/core_commands.py:4611 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n\n" @@ -3187,7 +3319,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4591 +#: redbot/core/core_commands.py:4637 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n\n" @@ -3199,7 +3331,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4615 +#: redbot/core/core_commands.py:4661 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n\n" @@ -3208,15 +3340,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4625 +#: redbot/core/core_commands.py:4671 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:4636 +#: redbot/core/core_commands.py:4682 msgid "Unknown channel with id: {id}" msgstr "Salon inconnu avec l'id : {id}" -#: redbot/core/core_commands.py:4667 +#: redbot/core/core_commands.py:4713 #, docstring msgid "\n" " Commands to add servers or channels to the ignore list.\n\n" @@ -3225,7 +3357,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4677 +#: redbot/core/core_commands.py:4723 #, docstring msgid "\n" " List the currently ignored servers and channels.\n\n" @@ -3234,7 +3366,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4692 +#: redbot/core/core_commands.py:4738 #, docstring msgid "\n" " Ignore commands in the channel or category.\n\n" @@ -3250,15 +3382,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4712 +#: redbot/core/core_commands.py:4758 msgid "Channel added to ignore list." msgstr "Salon ajouté à la liste des ignorés." -#: redbot/core/core_commands.py:4714 +#: redbot/core/core_commands.py:4760 msgid "Channel already in ignore list." msgstr "Salon déjà dans la liste des ignorés." -#: redbot/core/core_commands.py:4719 +#: redbot/core/core_commands.py:4765 #, docstring msgid "\n" " Ignore commands in this server.\n\n" @@ -3268,20 +3400,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4730 +#: redbot/core/core_commands.py:4776 msgid "This server has been added to the ignore list." msgstr "Ce serveur a été ajouté à la liste des ignorés." -#: redbot/core/core_commands.py:4732 +#: redbot/core/core_commands.py:4778 msgid "This server is already being ignored." msgstr "Ce serveur est déjà ignoré." -#: redbot/core/core_commands.py:4738 +#: redbot/core/core_commands.py:4784 #, docstring msgid "Commands to remove servers or channels from the ignore list." msgstr "Des commandes pour supprimer les serveurs ou les salons de la liste des ignorés." -#: redbot/core/core_commands.py:4746 +#: redbot/core/core_commands.py:4792 #, docstring msgid "\n" " Remove a channel or category from the ignore list.\n\n" @@ -3296,15 +3428,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4765 +#: redbot/core/core_commands.py:4811 msgid "Channel removed from ignore list." msgstr "Salon supprimé de la liste des ignorés." -#: redbot/core/core_commands.py:4767 +#: redbot/core/core_commands.py:4813 msgid "That channel is not in the ignore list." msgstr "Ce salon n'est pas dans la liste des ignorés." -#: redbot/core/core_commands.py:4772 +#: redbot/core/core_commands.py:4818 #, docstring msgid "\n" " Remove this server from the ignore list.\n\n" @@ -3313,25 +3445,25 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4781 +#: redbot/core/core_commands.py:4827 msgid "This server has been removed from the ignore list." msgstr "Ce serveur a été supprimer de la liste ignorés." -#: redbot/core/core_commands.py:4783 +#: redbot/core/core_commands.py:4829 msgid "This server is not in the ignore list." msgstr "Ce serveur n'est pas dans la liste des ignorés." -#: redbot/core/core_commands.py:4789 +#: redbot/core/core_commands.py:4835 msgid "This server is currently being ignored." msgstr "Ce serveur est actuellement ignoré." -#: redbot/core/core_commands.py:4801 +#: redbot/core/core_commands.py:4847 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "Catégories actuellement ignorées : {categories}\n" "Chaînes : {channels}" -#: redbot/core/core_commands.py:4816 +#: redbot/core/core_commands.py:4862 #, docstring msgid "\n" " Get info about Red's licenses.\n" @@ -3364,9 +3496,25 @@ msgid "Evaluate a statement of python code.\n\n" " commands - redbot.core.commands\n" " _ - The result of the last dev command.\n" " " -msgstr "" +msgstr "Évaluer une partie de code Python.\n\n" +" Le bot répondra toujours avec la valeur de retour du code.\n" +" Si la valeur de retour du code est une coroutine, elle sera attendue,\n" +" et le résultat sera la réponse du bot.\n\n" +" Note : Une seule instruction peut être évalué. Utiliser certain mot-clée, par ex. yield\n" +" provoquera une erreur de syntaxe. Pour évaluer plusieurs lignes ou du code\n" +" asynchrone, voir [p]repl ou [p]eval.\n\n" +" Variables d'environnement :\n" +" ctx - contexte d'invocation de commande\n" +" bot - objet bot\n" +" channel - l'objet de salon courant\n" +" author - commande objet du membre auteur\n" +" message - l'objet du message de la commande\n" +" discord - bibliothèque discord.py\n" +" commandes - redbot.core.commands\n" +" _ - Le résultat de la dernière commande dev.\n" +" " -#: redbot/core/dev_commands.py:166 +#: redbot/core/dev_commands.py:167 #, docstring msgid "Execute asynchronous code.\n\n" " This command wraps code into the body of an async function and then\n" @@ -3386,7 +3534,7 @@ msgid "Execute asynchronous code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:220 +#: redbot/core/dev_commands.py:221 #, docstring msgid "Open an interactive REPL.\n\n" " The REPL will only recognise code as messages which start with a\n" @@ -3395,44 +3543,44 @@ msgid "Open an interactive REPL.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:229 +#: redbot/core/dev_commands.py:230 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "Déjà en cours d'exécution d'une session REPL dans ce canal. Quittez-la avec `quit`." -#: redbot/core/dev_commands.py:233 +#: redbot/core/dev_commands.py:234 msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." msgstr "" -#: redbot/core/dev_commands.py:244 +#: redbot/core/dev_commands.py:245 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." msgstr "Entrez du code à exécuter ou évaluer. Entrez `exit()` ou `quit` pour quitter. `{}repl pause` pour mettre en pause." -#: redbot/core/dev_commands.py:258 +#: redbot/core/dev_commands.py:259 msgid "Exiting." msgstr "Fermeture en cours." -#: redbot/core/dev_commands.py:309 +#: redbot/core/dev_commands.py:310 msgid "Unexpected error: `{}`" msgstr "Erreur inattendue : `{}`" -#: redbot/core/dev_commands.py:313 +#: redbot/core/dev_commands.py:314 #, docstring msgid "Pauses/resumes the REPL running in the current channel" msgstr "Pauses/reprise du REPL en cours d'exécution dans le salon actuel" -#: redbot/core/dev_commands.py:315 +#: redbot/core/dev_commands.py:316 msgid "There is no currently running REPL session in this channel." msgstr "Il n'y a pas de session REPL en cours d'exécution dans ce salon." -#: redbot/core/dev_commands.py:323 +#: redbot/core/dev_commands.py:324 msgid "The REPL session in this channel has been resumed." msgstr "La session REPL dans ce salon a été reprise." -#: redbot/core/dev_commands.py:325 +#: redbot/core/dev_commands.py:326 msgid "The REPL session in this channel is now paused." msgstr "La session REPL dans ce salon est maintenant en pause." -#: redbot/core/dev_commands.py:330 +#: redbot/core/dev_commands.py:331 #, docstring msgid "Mock another user invoking a command.\n\n" " The prefix must not be entered.\n" @@ -3441,7 +3589,7 @@ msgstr "Faire comme si un autre utilisateur invoquait une commande.\n\n" " Le préfixe ne doit pas être saisi.\n" " " -#: redbot/core/dev_commands.py:343 +#: redbot/core/dev_commands.py:344 #, docstring msgid "Dispatch a message event as if it were sent by a different user.\n\n" " Only reads the raw content of the message. Attachments, embeds etc. are\n" @@ -3452,17 +3600,17 @@ msgstr "Envoyer un message comme s'il avait été envoyé par un autre utilisate " ignorées.\n" " " -#: redbot/core/dev_commands.py:364 +#: redbot/core/dev_commands.py:365 #, docstring msgid "Give bot owners the ability to bypass cooldowns.\n\n" " Does not persist through restarts." msgstr "" -#: redbot/core/dev_commands.py:372 +#: redbot/core/dev_commands.py:373 msgid "Bot owners will now bypass all commands with cooldowns." msgstr "Les propriétaires du bots passeront désormais au travers des délais de réutilisation des commandes." -#: redbot/core/dev_commands.py:374 +#: redbot/core/dev_commands.py:375 msgid "Bot owners will no longer bypass all commands with cooldowns." msgstr "Les propriétaires du bots ne passeront désormais plus au travers des délais de réutilisation des commandes." @@ -3503,7 +3651,9 @@ msgstr "" msgid "\n\n" "You have Python `{py_version}` and this update requires `{req_py}`; you cannot simply run the update command.\n\n" "You will need to follow the update instructions in our docs above, if you still need help updating after following the docs go to our #support channel in " -msgstr "" +msgstr "\n\n" +"Vous avez Python version `{py_version}` et cette mise à jour nécessite la version `{req_py}` ; vous ne pouvez pas simplement exécuter la commande de mise à jour.\n\n" +"Vous devrez suivre les instructions de mise à jour dans notre documentation ci-dessus, si vous avez toujours besoin d'aide pour la mise à jour après avoir suivi la documentation, vous pouvez aller sur notre canal de #support dans " #: redbot/core/events.py:232 msgid "`{user_input}` is not a valid value for `{command}`" diff --git a/redbot/core/locales/he-IL.po b/redbot/core/locales/he-IL.po index ca2ee073f..89f49dc20 100644 --- a/redbot/core/locales/he-IL.po +++ b/redbot/core/locales/he-IL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-05-25 16:04+0000\n" +"POT-Creation-Date: 2021-06-12 15:52+0000\n" "Last-Translator: \n" "Language-Team: Hebrew\n" "MIME-Version: 1.0\n" @@ -126,15 +126,15 @@ msgstr "" msgid "**{} unloaded:**\n" msgstr "" -#: redbot/core/core_commands.py:179 +#: redbot/core/core_commands.py:181 msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:184 +#: redbot/core/core_commands.py:186 msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:393 +#: redbot/core/core_commands.py:398 #, docstring msgid "\n" " The Core cog has many commands related to core functions.\n\n" @@ -142,93 +142,93 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:410 #, docstring msgid "Pong." msgstr "" -#: redbot/core/core_commands.py:410 +#: redbot/core/core_commands.py:415 #, docstring msgid "Shows info about [botname].\n\n" " See `[p]set custominfo` to customize.\n" " " msgstr "" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:445 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by team" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:456 +#: redbot/core/core_commands.py:461 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:459 redbot/core/core_commands.py:515 +#: redbot/core/core_commands.py:464 redbot/core/core_commands.py:520 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:463 redbot/core/core_commands.py:519 +#: redbot/core/core_commands.py:468 redbot/core/core_commands.py:524 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:464 +#: redbot/core/core_commands.py:469 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:466 +#: redbot/core/core_commands.py:471 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:467 +#: redbot/core/core_commands.py:472 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:470 redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:475 redbot/core/core_commands.py:533 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:483 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:489 +#: redbot/core/core_commands.py:494 msgid "Instance owned by team: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:501 +#: redbot/core/core_commands.py:506 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:520 +#: redbot/core/core_commands.py:525 msgid "Outdated: [{state}]\n" msgstr "" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:528 msgid "**About Red**\n" msgstr "" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:539 msgid "**About this instance**\n" msgstr "" -#: redbot/core/core_commands.py:536 +#: redbot/core/core_commands.py:541 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -239,20 +239,20 @@ msgid "**References**\n" "7. <{}>\n" msgstr "" -#: redbot/core/core_commands.py:552 +#: redbot/core/core_commands.py:557 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:555 +#: redbot/core/core_commands.py:560 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:557 +#: redbot/core/core_commands.py:562 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:564 +#: redbot/core/core_commands.py:569 #, docstring msgid "\n" " Commands which interact with the data [botname] has about you.\n\n" @@ -260,7 +260,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:575 +#: redbot/core/core_commands.py:580 #, docstring msgid "\n" " Find out what type of data [botname] stores and why.\n\n" @@ -269,12 +269,12 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:585 +#: redbot/core/core_commands.py:590 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:604 +#: redbot/core/core_commands.py:609 #, docstring msgid "View the End User Data statements of each 3rd-party module.\n\n" " This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" @@ -283,39 +283,39 @@ msgid "View the End User Data statements of each 3rd-party module.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:615 +#: redbot/core/core_commands.py:620 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:625 +#: redbot/core/core_commands.py:630 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:645 +#: redbot/core/core_commands.py:650 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:647 +#: redbot/core/core_commands.py:652 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:652 +#: redbot/core/core_commands.py:657 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:668 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:679 +#: redbot/core/core_commands.py:684 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:684 +#: redbot/core/core_commands.py:689 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:695 +#: redbot/core/core_commands.py:700 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -327,63 +327,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:710 +#: redbot/core/core_commands.py:715 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:717 +#: redbot/core/core_commands.py:722 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:727 +#: redbot/core/core_commands.py:732 msgid "This may take some time." msgstr "" -#: redbot/core/core_commands.py:740 +#: redbot/core/core_commands.py:745 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:755 +#: redbot/core/core_commands.py:760 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:765 +#: redbot/core/core_commands.py:770 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:775 +#: redbot/core/core_commands.py:780 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:783 redbot/core/core_commands.py:950 -#: redbot/core/core_commands.py:1036 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:788 redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:1041 redbot/core/core_commands.py:1112 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:793 +#: redbot/core/core_commands.py:798 #, docstring msgid "[Coming Soon] Get what data [botname] has about you." msgstr "" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:800 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:804 +#: redbot/core/core_commands.py:809 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:810 +#: redbot/core/core_commands.py:815 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -394,11 +394,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:821 +#: redbot/core/core_commands.py:826 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:834 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n\n" @@ -408,11 +408,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:838 +#: redbot/core/core_commands.py:843 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:847 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -426,15 +426,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:859 +#: redbot/core/core_commands.py:864 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:867 +#: redbot/core/core_commands.py:872 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:878 +#: redbot/core/core_commands.py:883 #, docstring msgid "\n" " Handle a deletion request from Discord.\n\n" @@ -447,34 +447,34 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:892 +#: redbot/core/core_commands.py:897 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:915 redbot/core/core_commands.py:1072 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +#: redbot/core/core_commands.py:930 redbot/core/core_commands.py:1087 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +#: redbot/core/core_commands.py:941 redbot/core/core_commands.py:1098 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +#: redbot/core/core_commands.py:951 redbot/core/core_commands.py:1108 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:957 +#: redbot/core/core_commands.py:962 #, docstring msgid "Delete data [botname] has about a user for a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" @@ -485,34 +485,34 @@ msgid "Delete data [botname] has about a user for a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:973 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:991 +#: redbot/core/core_commands.py:996 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1006 +#: redbot/core/core_commands.py:1011 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1017 +#: redbot/core/core_commands.py:1022 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1033 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1048 #, docstring msgid "Delete data [botname] has about a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" @@ -522,12 +522,12 @@ msgid "Delete data [botname] has about a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1053 +#: redbot/core/core_commands.py:1058 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1114 +#: redbot/core/core_commands.py:1119 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -547,7 +547,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1136 +#: redbot/core/core_commands.py:1141 #, docstring msgid "\n" " Show the current embed settings.\n\n" @@ -561,42 +561,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1153 redbot/core/core_commands.py:1309 -#: redbot/core/core_commands.py:1360 redbot/core/core_commands.py:4236 -#: redbot/core/core_commands.py:4279 redbot/core/core_commands.py:4345 -#: redbot/core/core_commands.py:4376 +#: redbot/core/core_commands.py:1158 redbot/core/core_commands.py:1314 +#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:4282 +#: redbot/core/core_commands.py:4325 redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4422 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:1159 +#: redbot/core/core_commands.py:1164 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1161 +#: redbot/core/core_commands.py:1166 msgid "Global default: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1171 msgid "Global command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1172 +#: redbot/core/core_commands.py:1177 msgid "Guild setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1177 +#: redbot/core/core_commands.py:1182 msgid "Server command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1183 +#: redbot/core/core_commands.py:1188 msgid "Channel setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1191 msgid "User setting: {value}" msgstr "" -#: redbot/core/core_commands.py:1192 +#: redbot/core/core_commands.py:1197 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -608,15 +608,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1206 +#: redbot/core/core_commands.py:1211 msgid "Embeds are now disabled by default." msgstr "" -#: redbot/core/core_commands.py:1209 +#: redbot/core/core_commands.py:1214 msgid "Embeds are now enabled by default." msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1220 #, docstring msgid "\n" " Set the server's embed setting.\n\n" @@ -632,20 +632,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1234 redbot/core/core_commands.py:1318 -#: redbot/core/core_commands.py:1409 redbot/core/core_commands.py:1440 +#: redbot/core/core_commands.py:1239 redbot/core/core_commands.py:1323 +#: redbot/core/core_commands.py:1414 redbot/core/core_commands.py:1445 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1239 +#: redbot/core/core_commands.py:1244 msgid "Embeds are now enabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1241 +#: redbot/core/core_commands.py:1246 msgid "Embeds are now disabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1249 +#: redbot/core/core_commands.py:1254 #, docstring msgid "\n" " Sets a command's embed setting.\n\n" @@ -662,11 +662,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1278 +#: redbot/core/core_commands.py:1283 msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." msgstr "" -#: redbot/core/core_commands.py:1289 +#: redbot/core/core_commands.py:1294 #, docstring msgid "\n" " Sets a command's embed setting globally.\n\n" @@ -682,15 +682,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1375 +#: redbot/core/core_commands.py:1329 redbot/core/core_commands.py:1380 msgid "Embeds are now enabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1330 redbot/core/core_commands.py:1381 +#: redbot/core/core_commands.py:1335 redbot/core/core_commands.py:1386 msgid "Embeds are now disabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1340 +#: redbot/core/core_commands.py:1345 #, docstring msgid "\n" " Sets a commmand's embed setting for the current server.\n\n" @@ -706,11 +706,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1369 +#: redbot/core/core_commands.py:1374 msgid "Embeds will now fall back to the server setting." msgstr "" -#: redbot/core/core_commands.py:1390 +#: redbot/core/core_commands.py:1395 #, docstring msgid "\n" " Set's a channel's embed setting.\n\n" @@ -726,21 +726,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1419 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1426 #, docstring msgid "\n" " Sets personal embed setting for DMs.\n\n" @@ -756,15 +756,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1450 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1452 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1453 +#: redbot/core/core_commands.py:1458 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead.\n\n" @@ -777,11 +777,11 @@ msgid "Sends to the owner the last command exception that has occurred.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:1487 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1487 +#: redbot/core/core_commands.py:1492 #, docstring msgid "Shows [botname]'s invite url.\n\n" " This will always send the invite to DMs to keep it private.\n\n" @@ -791,12 +791,12 @@ msgid "Shows [botname]'s invite url.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1512 #, docstring msgid "Commands to setup [botname]'s invite settings." msgstr "" -#: redbot/core/core_commands.py:1512 +#: redbot/core/core_commands.py:1517 #, docstring msgid "\n" " Toggles if `[p]invite` should be accessible for the average user.\n\n" @@ -808,7 +808,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1549 +#: redbot/core/core_commands.py:1554 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -823,7 +823,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 #, docstring msgid "\n" " Leaves servers.\n\n" @@ -838,43 +855,43 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1588 +#: redbot/core/core_commands.py:1613 msgid "You need to specify at least one server ID." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:1620 msgid "You haven't passed any server ID. Do you want me to leave this server?" msgstr "" -#: redbot/core/core_commands.py:1600 +#: redbot/core/core_commands.py:1625 msgid "Are you sure you want me to leave these servers?" msgstr "" -#: redbot/core/core_commands.py:1608 +#: redbot/core/core_commands.py:1633 msgid "I cannot leave the server `{server_name}`: I am the owner of it." msgstr "" -#: redbot/core/core_commands.py:1619 +#: redbot/core/core_commands.py:1644 redbot/core/core_commands.py:2711 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:1624 +#: redbot/core/core_commands.py:1649 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1652 msgid "Alright. Leaving {number} servers..." msgstr "" -#: redbot/core/core_commands.py:1634 +#: redbot/core/core_commands.py:1659 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1636 +#: redbot/core/core_commands.py:1661 msgid "Alright, I'm not leaving those servers." msgstr "" -#: redbot/core/core_commands.py:1641 +#: redbot/core/core_commands.py:1666 #, docstring msgid "\n" " Lists the servers [botname] is currently in.\n\n" @@ -882,7 +899,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:1684 #, docstring msgid "Loads cog packages from the local paths and installed cogs.\n\n" " See packages available to load with `[p]cogs`.\n\n" @@ -895,67 +912,67 @@ msgid "Loads cog packages from the local paths and installed cogs.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1688 +#: redbot/core/core_commands.py:1713 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1693 +#: redbot/core/core_commands.py:1718 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1722 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1729 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1709 +#: redbot/core/core_commands.py:1734 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1717 redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1742 redbot/core/core_commands.py:1898 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1723 redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1748 redbot/core/core_commands.py:1904 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1732 redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1757 redbot/core/core_commands.py:1913 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1736 redbot/core/core_commands.py:1892 +#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1744 +#: redbot/core/core_commands.py:1769 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1748 +#: redbot/core/core_commands.py:1773 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1755 +#: redbot/core/core_commands.py:1780 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1786 redbot/core/core_commands.py:1942 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1780 +#: redbot/core/core_commands.py:1805 #, docstring msgid "Unloads previously loaded cog packages.\n\n" " See packages available to unload with `[p]cogs`.\n\n" @@ -967,23 +984,23 @@ msgid "Unloads previously loaded cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1798 +#: redbot/core/core_commands.py:1823 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1827 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1809 +#: redbot/core/core_commands.py:1834 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1813 +#: redbot/core/core_commands.py:1838 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1826 +#: redbot/core/core_commands.py:1851 #, docstring msgid "Reloads cog packages.\n\n" " This will unload and then load the specified cogs.\n\n" @@ -996,36 +1013,36 @@ msgid "Reloads cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:1880 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1860 +#: redbot/core/core_commands.py:1885 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1890 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1900 +#: redbot/core/core_commands.py:1925 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1904 +#: redbot/core/core_commands.py:1929 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1936 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Shuts down the bot.\n\n" " Allows [botname] to shut down gracefully.\n\n" @@ -1038,11 +1055,11 @@ msgid "Shuts down the bot.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1974 msgid "Shutting down... " msgstr "" -#: redbot/core/core_commands.py:1955 +#: redbot/core/core_commands.py:1980 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -1055,30 +1072,30 @@ msgid "Attempts to restart [botname].\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1969 +#: redbot/core/core_commands.py:1994 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:1974 +#: redbot/core/core_commands.py:1999 #, docstring msgid "Commands for changing [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1978 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1996 +#: redbot/core/core_commands.py:2021 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2042 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -1086,7 +1103,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:2039 +#: redbot/core/core_commands.py:2064 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -1101,23 +1118,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2060 +#: redbot/core/core_commands.py:2085 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:2062 +#: redbot/core/core_commands.py:2087 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2092 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2099 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2104 #, docstring msgid "\n" " Sets the bot's description.\n\n" @@ -1133,15 +1150,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2099 +#: redbot/core/core_commands.py:2124 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:2102 +#: redbot/core/core_commands.py:2127 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2141 #, docstring msgid "\n" " Adds an admin role for this guild.\n\n" @@ -1159,15 +1176,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2136 +#: redbot/core/core_commands.py:2161 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:2138 +#: redbot/core/core_commands.py:2163 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2144 +#: redbot/core/core_commands.py:2169 #, docstring msgid "\n" " Adds a moderator role for this guild.\n\n" @@ -1184,15 +1201,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2188 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:2165 +#: redbot/core/core_commands.py:2190 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2171 +#: redbot/core/core_commands.py:2196 #, docstring msgid "\n" " Removes an admin role for this guild.\n\n" @@ -1204,15 +1221,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2208 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:2185 +#: redbot/core/core_commands.py:2210 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2191 +#: redbot/core/core_commands.py:2216 #, docstring msgid "\n" " Removes a mod role for this guild.\n\n" @@ -1224,15 +1241,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2228 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2230 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2211 +#: redbot/core/core_commands.py:2236 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -1243,19 +1260,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2248 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will" msgstr "" -#: redbot/core/core_commands.py:2232 +#: redbot/core/core_commands.py:2257 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -1267,11 +1284,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2247 +#: redbot/core/core_commands.py:2272 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2280 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -1282,11 +1299,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2268 +#: redbot/core/core_commands.py:2293 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:2276 +#: redbot/core/core_commands.py:2301 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1303,15 +1320,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2321 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:2299 +#: redbot/core/core_commands.py:2324 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:2304 +#: redbot/core/core_commands.py:2329 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL.\n\n" @@ -1324,28 +1341,28 @@ msgid "Sets [botname]'s avatar\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2327 +#: redbot/core/core_commands.py:2352 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:2329 +#: redbot/core/core_commands.py:2354 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:2339 +#: redbot/core/core_commands.py:2364 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:2346 +#: redbot/core/core_commands.py:2371 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:2348 redbot/core/core_commands.py:2575 -#: redbot/core/core_commands.py:2631 redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:2373 redbot/core/core_commands.py:2600 +#: redbot/core/core_commands.py:2656 redbot/core/core_commands.py:2680 msgid "Done." msgstr "" -#: redbot/core/core_commands.py:2353 +#: redbot/core/core_commands.py:2378 #, docstring msgid "\n" " Removes [botname]'s avatar.\n\n" @@ -1354,11 +1371,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2386 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2392 #, docstring msgid "Sets [botname]'s playing status.\n\n" " This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" @@ -1371,19 +1388,19 @@ msgid "Sets [botname]'s playing status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2383 +#: redbot/core/core_commands.py:2408 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2391 +#: redbot/core/core_commands.py:2416 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:2393 +#: redbot/core/core_commands.py:2418 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:2399 +#: redbot/core/core_commands.py:2424 #, docstring msgid "Sets [botname]'s listening status.\n\n" " This will appear as `Listening to `.\n\n" @@ -1395,19 +1412,19 @@ msgid "Sets [botname]'s listening status.\n\n" " - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2416 +#: redbot/core/core_commands.py:2441 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2425 +#: redbot/core/core_commands.py:2450 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2453 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2459 #, docstring msgid "Sets [botname]'s watching status.\n\n" " This will appear as `Watching `.\n\n" @@ -1419,19 +1436,19 @@ msgid "Sets [botname]'s watching status.\n\n" " - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2475 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2482 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:2459 +#: redbot/core/core_commands.py:2484 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:2465 +#: redbot/core/core_commands.py:2490 #, docstring msgid "Sets [botname]'s competing status.\n\n" " This will appear as `Competing in `.\n\n" @@ -1443,19 +1460,19 @@ msgid "Sets [botname]'s competing status.\n\n" " - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2482 +#: redbot/core/core_commands.py:2507 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2491 +#: redbot/core/core_commands.py:2516 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:2494 +#: redbot/core/core_commands.py:2519 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:2500 +#: redbot/core/core_commands.py:2525 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1471,11 +1488,11 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:2555 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:2538 +#: redbot/core/core_commands.py:2563 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" @@ -1491,15 +1508,15 @@ msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " - `` - The text to follow `Streaming` in the status." msgstr "" -#: redbot/core/core_commands.py:2563 +#: redbot/core/core_commands.py:2588 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2591 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2580 +#: redbot/core/core_commands.py:2605 #, docstring msgid "Sets [botname]'s username.\n\n" " Maximum length for a username is 32 characters.\n\n" @@ -1512,28 +1529,28 @@ msgid "Sets [botname]'s username.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2596 +#: redbot/core/core_commands.py:2621 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2603 +#: redbot/core/core_commands.py:2628 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2609 +#: redbot/core/core_commands.py:2634 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2619 +#: redbot/core/core_commands.py:2644 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2629 +#: redbot/core/core_commands.py:2654 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2662 #, docstring msgid "Sets [botname]'s nickname for the current server.\n\n" " Maximum length for a nickname is 32 characters.\n\n" @@ -1544,15 +1561,15 @@ msgid "Sets [botname]'s nickname for the current server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2649 +#: redbot/core/core_commands.py:2674 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2653 +#: redbot/core/core_commands.py:2678 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:2660 +#: redbot/core/core_commands.py:2685 #, docstring msgid "Sets [botname]'s global prefix(es).\n\n" " Warning: This is not additive. It will replace all current prefixes.\n\n" @@ -1567,20 +1584,30 @@ msgid "Sets [botname]'s global prefix(es).\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2677 +#: redbot/core/core_commands.py:2702 +msgid "Warning: A prefix is above the recommended length (20 characters).\n" +"Do you want to continue? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:2715 +msgid "Cancelled." +msgstr "" + +#: redbot/core/core_commands.py:2719 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:2721 msgid "Prefixes set." msgstr "" -#: redbot/core/core_commands.py:2685 +#: redbot/core/core_commands.py:2727 #, docstring msgid "\n" " Sets [botname]'s server prefix(es).\n\n" " Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" -" This is not additive. It will replace all current server prefixes.\n\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 20 characters.\n\n" " **Examples:**\n" " - `[p]set serverprefix !`\n" " - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" @@ -1591,19 +1618,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2702 +#: redbot/core/core_commands.py:2745 msgid "Server prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2748 +msgid "You cannot have a prefix longer than 20 characters." +msgstr "" + +#: redbot/core/core_commands.py:2753 msgid "Server prefix set." msgstr "" -#: redbot/core/core_commands.py:2709 +#: redbot/core/core_commands.py:2755 msgid "Server prefixes set." msgstr "" -#: redbot/core/core_commands.py:2714 +#: redbot/core/core_commands.py:2760 #, docstring msgid "\n" " Changes the bot's default locale.\n\n" @@ -1620,21 +1651,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2735 redbot/core/core_commands.py:2779 -#: redbot/core/core_commands.py:2818 redbot/core/core_commands.py:2862 +#: redbot/core/core_commands.py:2781 redbot/core/core_commands.py:2825 +#: redbot/core/core_commands.py:2864 redbot/core/core_commands.py:2908 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2739 redbot/core/core_commands.py:2783 -#: redbot/core/core_commands.py:2822 redbot/core/core_commands.py:2866 +#: redbot/core/core_commands.py:2785 redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2868 redbot/core/core_commands.py:2912 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:2792 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2752 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1652,15 +1683,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2774 +#: redbot/core/core_commands.py:2820 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2789 +#: redbot/core/core_commands.py:2835 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:2795 +#: redbot/core/core_commands.py:2841 #, docstring msgid "\n" " Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1675,15 +1706,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2812 +#: redbot/core/core_commands.py:2858 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2875 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2837 +#: redbot/core/core_commands.py:2883 #, docstring msgid "\n" " Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1698,15 +1729,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2855 +#: redbot/core/core_commands.py:2901 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2873 +#: redbot/core/core_commands.py:2919 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2881 +#: redbot/core/core_commands.py:2927 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1721,19 +1752,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2898 +#: redbot/core/core_commands.py:2944 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2948 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2905 +#: redbot/core/core_commands.py:2951 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2956 #, docstring msgid "\n" " Commands to set, list or remove various external API tokens.\n\n" @@ -1750,11 +1781,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2931 +#: redbot/core/core_commands.py:2977 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2935 +#: redbot/core/core_commands.py:2981 #, docstring msgid "\n" " Show all external API services along with their keys that have been set.\n\n" @@ -1764,19 +1795,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2946 +#: redbot/core/core_commands.py:2992 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2961 +#: redbot/core/core_commands.py:3007 #, docstring msgid "\n" " Remove the given services with all their keys and tokens.\n\n" @@ -1787,20 +1818,20 @@ msgid "\n" " - `` - The services to remove." msgstr "" -#: redbot/core/core_commands.py:2976 +#: redbot/core/core_commands.py:3022 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2980 +#: redbot/core/core_commands.py:3026 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2985 +#: redbot/core/core_commands.py:3031 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2990 +#: redbot/core/core_commands.py:3036 #, docstring msgid "\n" " Commands to manage settings for the help command.\n\n" @@ -1808,7 +1839,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2999 +#: redbot/core/core_commands.py:3045 #, docstring msgid "\n" " Show the current help settings.\n\n" @@ -1818,11 +1849,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3013 +#: redbot/core/core_commands.py:3059 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:3023 +#: redbot/core/core_commands.py:3069 #, docstring msgid "\n" " This resets [botname]'s help formatter to the default formatter.\n\n" @@ -1831,11 +1862,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3032 +#: redbot/core/core_commands.py:3078 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:3041 +#: redbot/core/core_commands.py:3087 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1845,11 +1876,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3051 +#: redbot/core/core_commands.py:3097 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3105 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1865,15 +1896,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3079 +#: redbot/core/core_commands.py:3125 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:3081 +#: redbot/core/core_commands.py:3127 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:3085 +#: redbot/core/core_commands.py:3131 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1887,15 +1918,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3102 +#: redbot/core/core_commands.py:3148 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3104 +#: redbot/core/core_commands.py:3150 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3154 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1909,15 +1940,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3125 +#: redbot/core/core_commands.py:3171 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3127 +#: redbot/core/core_commands.py:3173 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3131 +#: redbot/core/core_commands.py:3177 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent to a DM.\n\n" @@ -1933,15 +1964,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3152 +#: redbot/core/core_commands.py:3198 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3154 +#: redbot/core/core_commands.py:3200 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3158 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be filtered from help.\n\n" @@ -1955,15 +1986,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3175 +#: redbot/core/core_commands.py:3221 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:3177 +#: redbot/core/core_commands.py:3223 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:3181 +#: redbot/core/core_commands.py:3227 #, docstring msgid "\n" " Sets whether the bot should respond to help commands for nonexistent topics.\n\n" @@ -1979,15 +2010,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3202 +#: redbot/core/core_commands.py:3248 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3251 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:3213 +#: redbot/core/core_commands.py:3259 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " Note: This setting only applies to embedded help.\n\n" @@ -2002,15 +2033,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3230 +#: redbot/core/core_commands.py:3276 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:3234 +#: redbot/core/core_commands.py:3280 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3238 +#: redbot/core/core_commands.py:3284 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " Note: This setting does not apply to menu help.\n\n" @@ -2026,15 +2057,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3283 +#: redbot/core/core_commands.py:3302 redbot/core/core_commands.py:3329 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:3260 +#: redbot/core/core_commands.py:3306 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3265 +#: redbot/core/core_commands.py:3311 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -2051,19 +2082,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3332 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3337 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:3293 +#: redbot/core/core_commands.py:3339 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:3297 +#: redbot/core/core_commands.py:3343 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -2077,19 +2108,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3312 +#: redbot/core/core_commands.py:3358 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:3316 +#: redbot/core/core_commands.py:3362 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:3324 +#: redbot/core/core_commands.py:3370 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:3329 +#: redbot/core/core_commands.py:3375 #, docstring msgid "Sends a message to the owner.\n\n" " This is limited to one message every 60 seconds per person.\n\n" @@ -2100,43 +2131,43 @@ msgid "Sends a message to the owner.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3341 +#: redbot/core/core_commands.py:3387 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:3344 +#: redbot/core/core_commands.py:3390 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3392 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:3347 +#: redbot/core/core_commands.py:3393 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:3352 +#: redbot/core/core_commands.py:3398 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:3354 +#: redbot/core/core_commands.py:3400 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:3359 +#: redbot/core/core_commands.py:3405 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:3430 +#: redbot/core/core_commands.py:3476 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:3432 +#: redbot/core/core_commands.py:3478 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:3437 +#: redbot/core/core_commands.py:3483 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n\n" @@ -2149,41 +2180,41 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3453 +#: redbot/core/core_commands.py:3499 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3509 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:3464 +#: redbot/core/core_commands.py:3510 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:3478 redbot/core/core_commands.py:3488 +#: redbot/core/core_commands.py:3524 redbot/core/core_commands.py:3534 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:3481 redbot/core/core_commands.py:3491 +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3537 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:3496 +#: redbot/core/core_commands.py:3542 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:3500 +#: redbot/core/core_commands.py:3546 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:3506 +#: redbot/core/core_commands.py:3552 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:3593 +#: redbot/core/core_commands.py:3639 #, docstring msgid "\n" " Commands to manage the allowlist.\n\n" @@ -2192,7 +2223,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3604 +#: redbot/core/core_commands.py:3650 #, docstring msgid "\n" " Adds users to the allowlist.\n\n" @@ -2204,15 +2235,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3663 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3619 +#: redbot/core/core_commands.py:3665 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3623 +#: redbot/core/core_commands.py:3669 #, docstring msgid "\n" " Lists users on the allowlist.\n\n" @@ -2221,21 +2252,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3635 +#: redbot/core/core_commands.py:3681 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3637 +#: redbot/core/core_commands.py:3683 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3641 redbot/core/core_commands.py:3739 +#: redbot/core/core_commands.py:3687 redbot/core/core_commands.py:3785 #: redbot/core/modlog.py:428 redbot/core/modlog.py:450 #: redbot/core/modlog.py:466 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/core_commands.py:3649 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Removes users from the allowlist.\n\n" @@ -2248,15 +2279,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3664 +#: redbot/core/core_commands.py:3710 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3666 +#: redbot/core/core_commands.py:3712 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3670 +#: redbot/core/core_commands.py:3716 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2266,11 +2297,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3725 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3684 +#: redbot/core/core_commands.py:3730 #, docstring msgid "\n" " Commands to manage the blocklist.\n\n" @@ -2278,7 +2309,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3693 +#: redbot/core/core_commands.py:3739 #, docstring msgid "\n" " Adds users to the blocklist.\n\n" @@ -2290,19 +2321,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3709 +#: redbot/core/core_commands.py:3755 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3715 +#: redbot/core/core_commands.py:3761 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3717 +#: redbot/core/core_commands.py:3763 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3721 +#: redbot/core/core_commands.py:3767 #, docstring msgid "\n" " Lists users on the blocklist.\n\n" @@ -2311,15 +2342,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3733 +#: redbot/core/core_commands.py:3779 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3735 +#: redbot/core/core_commands.py:3781 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3747 +#: redbot/core/core_commands.py:3793 #, docstring msgid "\n" " Removes users from the blocklist.\n\n" @@ -2331,15 +2362,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3760 +#: redbot/core/core_commands.py:3806 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3762 +#: redbot/core/core_commands.py:3808 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3766 +#: redbot/core/core_commands.py:3812 #, docstring msgid "\n" " Clears the blocklist.\n\n" @@ -2348,11 +2379,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3773 +#: redbot/core/core_commands.py:3819 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3779 +#: redbot/core/core_commands.py:3825 #, docstring msgid "\n" " Commands to manage the server specific allowlist.\n\n" @@ -2361,7 +2392,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3792 +#: redbot/core/core_commands.py:3838 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n\n" @@ -2374,19 +2405,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3811 +#: redbot/core/core_commands.py:3857 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:3820 +#: redbot/core/core_commands.py:3866 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3822 +#: redbot/core/core_commands.py:3868 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3826 +#: redbot/core/core_commands.py:3872 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n\n" @@ -2395,19 +2426,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3838 +#: redbot/core/core_commands.py:3884 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3840 +#: redbot/core/core_commands.py:3886 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:3844 redbot/core/core_commands.py:3966 +#: redbot/core/core_commands.py:3890 redbot/core/core_commands.py:4012 msgid "Unknown or Deleted User/Role" msgstr "" -#: redbot/core/core_commands.py:3854 +#: redbot/core/core_commands.py:3900 #, docstring msgid "\n" " Removes user or role from the allowlist.\n\n" @@ -2421,19 +2452,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3875 +#: redbot/core/core_commands.py:3921 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3883 +#: redbot/core/core_commands.py:3929 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3885 +#: redbot/core/core_commands.py:3931 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3889 +#: redbot/core/core_commands.py:3935 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2443,11 +2474,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3898 +#: redbot/core/core_commands.py:3944 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3904 +#: redbot/core/core_commands.py:3950 #, docstring msgid "\n" " Commands to manage the server specific blocklist.\n\n" @@ -2455,7 +2486,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3915 +#: redbot/core/core_commands.py:3961 #, docstring msgid "\n" " Adds a user or role to the local blocklist.\n\n" @@ -2468,27 +2499,27 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3929 +#: redbot/core/core_commands.py:3975 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3932 +#: redbot/core/core_commands.py:3978 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3935 +#: redbot/core/core_commands.py:3981 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3942 +#: redbot/core/core_commands.py:3988 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3944 +#: redbot/core/core_commands.py:3990 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3948 +#: redbot/core/core_commands.py:3994 #, docstring msgid "\n" " Lists users and roles on the server blocklist.\n\n" @@ -2497,15 +2528,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3960 +#: redbot/core/core_commands.py:4006 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3962 +#: redbot/core/core_commands.py:4008 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3976 +#: redbot/core/core_commands.py:4022 #, docstring msgid "\n" " Removes user or role from local blocklist.\n\n" @@ -2518,15 +2549,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3992 +#: redbot/core/core_commands.py:4038 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3994 +#: redbot/core/core_commands.py:4040 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3998 +#: redbot/core/core_commands.py:4044 #, docstring msgid "\n" " Clears the server blocklist.\n\n" @@ -2536,16 +2567,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4007 +#: redbot/core/core_commands.py:4053 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:4012 +#: redbot/core/core_commands.py:4058 #, docstring msgid "Commands to enable and disable commands and cogs." msgstr "" -#: redbot/core/core_commands.py:4018 +#: redbot/core/core_commands.py:4064 #, docstring msgid "Set the default state for a cog as disabled.\n\n" " This will disable the cog for all servers by default.\n" @@ -2559,20 +2590,20 @@ msgid "Set the default state for a cog as disabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4034 redbot/core/core_commands.py:4059 -#: redbot/core/core_commands.py:4079 redbot/core/core_commands.py:4109 +#: redbot/core/core_commands.py:4080 redbot/core/core_commands.py:4105 +#: redbot/core/core_commands.py:4125 redbot/core/core_commands.py:4155 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:4036 +#: redbot/core/core_commands.py:4082 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:4038 +#: redbot/core/core_commands.py:4084 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:4043 +#: redbot/core/core_commands.py:4089 #, docstring msgid "Set the default state for a cog as enabled.\n\n" " This will re-enable the cog for all servers by default.\n" @@ -2586,11 +2617,11 @@ msgid "Set the default state for a cog as enabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4061 +#: redbot/core/core_commands.py:4107 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:4066 +#: redbot/core/core_commands.py:4112 #, docstring msgid "Disable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2602,19 +2633,19 @@ msgid "Disable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4081 +#: redbot/core/core_commands.py:4127 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:4083 +#: redbot/core/core_commands.py:4129 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4086 +#: redbot/core/core_commands.py:4132 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4092 +#: redbot/core/core_commands.py:4138 #, docstring msgid "Enable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2626,15 +2657,15 @@ msgid "Enable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4104 +#: redbot/core/core_commands.py:4150 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4112 +#: redbot/core/core_commands.py:4158 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4118 +#: redbot/core/core_commands.py:4164 #, docstring msgid "List the cogs which are disabled in this server.\n\n" " **Example:**\n" @@ -2642,15 +2673,15 @@ msgid "List the cogs which are disabled in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4131 +#: redbot/core/core_commands.py:4177 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:4137 +#: redbot/core/core_commands.py:4183 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:4141 +#: redbot/core/core_commands.py:4187 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2661,7 +2692,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4158 +#: redbot/core/core_commands.py:4204 #, docstring msgid "List disabled commands globally.\n\n" " **Example:**\n" @@ -2669,19 +2700,19 @@ msgid "List disabled commands globally.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4165 +#: redbot/core/core_commands.py:4211 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:4168 +#: redbot/core/core_commands.py:4214 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4172 +#: redbot/core/core_commands.py:4218 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4180 +#: redbot/core/core_commands.py:4226 #, docstring msgid "List disabled commands in this server.\n\n" " **Example:**\n" @@ -2689,19 +2720,19 @@ msgid "List disabled commands in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4187 +#: redbot/core/core_commands.py:4233 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:4190 +#: redbot/core/core_commands.py:4236 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4194 +#: redbot/core/core_commands.py:4240 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4201 +#: redbot/core/core_commands.py:4247 #, docstring msgid "\n" " Disable a command.\n\n" @@ -2715,7 +2746,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4223 +#: redbot/core/core_commands.py:4269 #, docstring msgid "\n" " Disable a command globally.\n\n" @@ -2727,19 +2758,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4242 redbot/core/core_commands.py:4285 +#: redbot/core/core_commands.py:4288 redbot/core/core_commands.py:4331 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:4248 redbot/core/core_commands.py:4291 +#: redbot/core/core_commands.py:4294 redbot/core/core_commands.py:4337 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:4257 +#: redbot/core/core_commands.py:4303 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:4266 +#: redbot/core/core_commands.py:4312 #, docstring msgid "\n" " Disable a command in this server only.\n\n" @@ -2751,15 +2782,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4296 +#: redbot/core/core_commands.py:4342 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:4306 +#: redbot/core/core_commands.py:4352 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:4312 +#: redbot/core/core_commands.py:4358 #, docstring msgid "Enable a command.\n\n" " If you're the bot owner, this will try to enable a globally disabled command by default.\n" @@ -2772,7 +2803,7 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4332 +#: redbot/core/core_commands.py:4378 #, docstring msgid "\n" " Enable a command globally.\n\n" @@ -2784,11 +2815,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4354 +#: redbot/core/core_commands.py:4400 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:4363 +#: redbot/core/core_commands.py:4409 #, docstring msgid "\n" " Enable a command in this server.\n\n" @@ -2800,15 +2831,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4381 +#: redbot/core/core_commands.py:4427 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4437 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:4398 +#: redbot/core/core_commands.py:4444 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2822,7 +2853,7 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4419 +#: redbot/core/core_commands.py:4465 #, docstring msgid "\n" " Commands to manage server settings for immunity from automated actions.\n\n" @@ -2830,7 +2861,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4428 +#: redbot/core/core_commands.py:4474 #, docstring msgid "\n" " Gets the current members and roles configured for automatic moderation action immunity.\n\n" @@ -2839,19 +2870,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4441 +#: redbot/core/core_commands.py:4487 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4446 +#: redbot/core/core_commands.py:4492 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4450 +#: redbot/core/core_commands.py:4496 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:4459 +#: redbot/core/core_commands.py:4505 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n\n" @@ -2863,11 +2894,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4471 +#: redbot/core/core_commands.py:4517 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:4479 +#: redbot/core/core_commands.py:4525 #, docstring msgid "\n" " Remove a user or role from being immune to automated moderation actions.\n\n" @@ -2879,11 +2910,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4491 +#: redbot/core/core_commands.py:4537 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:4499 +#: redbot/core/core_commands.py:4545 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n\n" @@ -2895,15 +2926,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4511 +#: redbot/core/core_commands.py:4557 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:4513 +#: redbot/core/core_commands.py:4559 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:4518 +#: redbot/core/core_commands.py:4564 #, docstring msgid "\n" " Commands for configuring owner notifications.\n\n" @@ -2911,7 +2942,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4527 +#: redbot/core/core_commands.py:4573 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2923,7 +2954,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4546 +#: redbot/core/core_commands.py:4592 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n\n" @@ -2934,7 +2965,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4565 +#: redbot/core/core_commands.py:4611 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n\n" @@ -2946,7 +2977,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4591 +#: redbot/core/core_commands.py:4637 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n\n" @@ -2958,7 +2989,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4615 +#: redbot/core/core_commands.py:4661 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n\n" @@ -2967,15 +2998,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4625 +#: redbot/core/core_commands.py:4671 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:4636 +#: redbot/core/core_commands.py:4682 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:4667 +#: redbot/core/core_commands.py:4713 #, docstring msgid "\n" " Commands to add servers or channels to the ignore list.\n\n" @@ -2984,7 +3015,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4677 +#: redbot/core/core_commands.py:4723 #, docstring msgid "\n" " List the currently ignored servers and channels.\n\n" @@ -2993,7 +3024,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4692 +#: redbot/core/core_commands.py:4738 #, docstring msgid "\n" " Ignore commands in the channel or category.\n\n" @@ -3009,15 +3040,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4712 +#: redbot/core/core_commands.py:4758 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:4714 +#: redbot/core/core_commands.py:4760 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:4719 +#: redbot/core/core_commands.py:4765 #, docstring msgid "\n" " Ignore commands in this server.\n\n" @@ -3027,20 +3058,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4730 +#: redbot/core/core_commands.py:4776 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:4732 +#: redbot/core/core_commands.py:4778 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:4738 +#: redbot/core/core_commands.py:4784 #, docstring msgid "Commands to remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4746 +#: redbot/core/core_commands.py:4792 #, docstring msgid "\n" " Remove a channel or category from the ignore list.\n\n" @@ -3055,15 +3086,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4765 +#: redbot/core/core_commands.py:4811 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:4767 +#: redbot/core/core_commands.py:4813 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4772 +#: redbot/core/core_commands.py:4818 #, docstring msgid "\n" " Remove this server from the ignore list.\n\n" @@ -3072,24 +3103,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4781 +#: redbot/core/core_commands.py:4827 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4783 +#: redbot/core/core_commands.py:4829 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4789 +#: redbot/core/core_commands.py:4835 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:4801 +#: redbot/core/core_commands.py:4847 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:4816 +#: redbot/core/core_commands.py:4862 #, docstring msgid "\n" " Get info about Red's licenses.\n" @@ -3122,7 +3153,7 @@ msgid "Evaluate a statement of python code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:166 +#: redbot/core/dev_commands.py:167 #, docstring msgid "Execute asynchronous code.\n\n" " This command wraps code into the body of an async function and then\n" @@ -3142,7 +3173,7 @@ msgid "Execute asynchronous code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:220 +#: redbot/core/dev_commands.py:221 #, docstring msgid "Open an interactive REPL.\n\n" " The REPL will only recognise code as messages which start with a\n" @@ -3151,51 +3182,51 @@ msgid "Open an interactive REPL.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:229 +#: redbot/core/dev_commands.py:230 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "" -#: redbot/core/dev_commands.py:233 +#: redbot/core/dev_commands.py:234 msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." msgstr "" -#: redbot/core/dev_commands.py:244 +#: redbot/core/dev_commands.py:245 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." msgstr "" -#: redbot/core/dev_commands.py:258 +#: redbot/core/dev_commands.py:259 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:309 +#: redbot/core/dev_commands.py:310 msgid "Unexpected error: `{}`" msgstr "" -#: redbot/core/dev_commands.py:313 +#: redbot/core/dev_commands.py:314 #, docstring msgid "Pauses/resumes the REPL running in the current channel" msgstr "" -#: redbot/core/dev_commands.py:315 +#: redbot/core/dev_commands.py:316 msgid "There is no currently running REPL session in this channel." msgstr "" -#: redbot/core/dev_commands.py:323 +#: redbot/core/dev_commands.py:324 msgid "The REPL session in this channel has been resumed." msgstr "" -#: redbot/core/dev_commands.py:325 +#: redbot/core/dev_commands.py:326 msgid "The REPL session in this channel is now paused." msgstr "" -#: redbot/core/dev_commands.py:330 +#: redbot/core/dev_commands.py:331 #, docstring msgid "Mock another user invoking a command.\n\n" " The prefix must not be entered.\n" " " msgstr "" -#: redbot/core/dev_commands.py:343 +#: redbot/core/dev_commands.py:344 #, docstring msgid "Dispatch a message event as if it were sent by a different user.\n\n" " Only reads the raw content of the message. Attachments, embeds etc. are\n" @@ -3203,17 +3234,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:364 +#: redbot/core/dev_commands.py:365 #, docstring msgid "Give bot owners the ability to bypass cooldowns.\n\n" " Does not persist through restarts." msgstr "" -#: redbot/core/dev_commands.py:372 +#: redbot/core/dev_commands.py:373 msgid "Bot owners will now bypass all commands with cooldowns." msgstr "" -#: redbot/core/dev_commands.py:374 +#: redbot/core/dev_commands.py:375 msgid "Bot owners will no longer bypass all commands with cooldowns." msgstr "" diff --git a/redbot/core/locales/hi-IN.po b/redbot/core/locales/hi-IN.po index a29453f5d..ec80fc0a7 100644 --- a/redbot/core/locales/hi-IN.po +++ b/redbot/core/locales/hi-IN.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-05-25 16:04+0000\n" +"POT-Creation-Date: 2021-06-12 15:52+0000\n" "Last-Translator: \n" "Language-Team: Hindi\n" "MIME-Version: 1.0\n" @@ -126,15 +126,15 @@ msgstr "" msgid "**{} unloaded:**\n" msgstr "" -#: redbot/core/core_commands.py:179 +#: redbot/core/core_commands.py:181 msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:184 +#: redbot/core/core_commands.py:186 msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:393 +#: redbot/core/core_commands.py:398 #, docstring msgid "\n" " The Core cog has many commands related to core functions.\n\n" @@ -142,93 +142,93 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:410 #, docstring msgid "Pong." msgstr "" -#: redbot/core/core_commands.py:410 +#: redbot/core/core_commands.py:415 #, docstring msgid "Shows info about [botname].\n\n" " See `[p]set custominfo` to customize.\n" " " msgstr "" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:445 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by team" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:456 +#: redbot/core/core_commands.py:461 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:459 redbot/core/core_commands.py:515 +#: redbot/core/core_commands.py:464 redbot/core/core_commands.py:520 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:463 redbot/core/core_commands.py:519 +#: redbot/core/core_commands.py:468 redbot/core/core_commands.py:524 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:464 +#: redbot/core/core_commands.py:469 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:466 +#: redbot/core/core_commands.py:471 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:467 +#: redbot/core/core_commands.py:472 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:470 redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:475 redbot/core/core_commands.py:533 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:483 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:489 +#: redbot/core/core_commands.py:494 msgid "Instance owned by team: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:501 +#: redbot/core/core_commands.py:506 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:520 +#: redbot/core/core_commands.py:525 msgid "Outdated: [{state}]\n" msgstr "" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:528 msgid "**About Red**\n" msgstr "" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:539 msgid "**About this instance**\n" msgstr "" -#: redbot/core/core_commands.py:536 +#: redbot/core/core_commands.py:541 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -239,20 +239,20 @@ msgid "**References**\n" "7. <{}>\n" msgstr "" -#: redbot/core/core_commands.py:552 +#: redbot/core/core_commands.py:557 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:555 +#: redbot/core/core_commands.py:560 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:557 +#: redbot/core/core_commands.py:562 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:564 +#: redbot/core/core_commands.py:569 #, docstring msgid "\n" " Commands which interact with the data [botname] has about you.\n\n" @@ -260,7 +260,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:575 +#: redbot/core/core_commands.py:580 #, docstring msgid "\n" " Find out what type of data [botname] stores and why.\n\n" @@ -269,12 +269,12 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:585 +#: redbot/core/core_commands.py:590 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:604 +#: redbot/core/core_commands.py:609 #, docstring msgid "View the End User Data statements of each 3rd-party module.\n\n" " This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" @@ -283,39 +283,39 @@ msgid "View the End User Data statements of each 3rd-party module.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:615 +#: redbot/core/core_commands.py:620 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:625 +#: redbot/core/core_commands.py:630 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:645 +#: redbot/core/core_commands.py:650 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:647 +#: redbot/core/core_commands.py:652 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:652 +#: redbot/core/core_commands.py:657 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:668 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:679 +#: redbot/core/core_commands.py:684 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:684 +#: redbot/core/core_commands.py:689 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:695 +#: redbot/core/core_commands.py:700 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -327,63 +327,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:710 +#: redbot/core/core_commands.py:715 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:717 +#: redbot/core/core_commands.py:722 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:727 +#: redbot/core/core_commands.py:732 msgid "This may take some time." msgstr "" -#: redbot/core/core_commands.py:740 +#: redbot/core/core_commands.py:745 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:755 +#: redbot/core/core_commands.py:760 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:765 +#: redbot/core/core_commands.py:770 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:775 +#: redbot/core/core_commands.py:780 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:783 redbot/core/core_commands.py:950 -#: redbot/core/core_commands.py:1036 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:788 redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:1041 redbot/core/core_commands.py:1112 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:793 +#: redbot/core/core_commands.py:798 #, docstring msgid "[Coming Soon] Get what data [botname] has about you." msgstr "" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:800 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:804 +#: redbot/core/core_commands.py:809 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:810 +#: redbot/core/core_commands.py:815 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -394,11 +394,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:821 +#: redbot/core/core_commands.py:826 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:834 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n\n" @@ -408,11 +408,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:838 +#: redbot/core/core_commands.py:843 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:847 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -426,15 +426,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:859 +#: redbot/core/core_commands.py:864 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:867 +#: redbot/core/core_commands.py:872 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:878 +#: redbot/core/core_commands.py:883 #, docstring msgid "\n" " Handle a deletion request from Discord.\n\n" @@ -447,34 +447,34 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:892 +#: redbot/core/core_commands.py:897 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:915 redbot/core/core_commands.py:1072 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +#: redbot/core/core_commands.py:930 redbot/core/core_commands.py:1087 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +#: redbot/core/core_commands.py:941 redbot/core/core_commands.py:1098 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +#: redbot/core/core_commands.py:951 redbot/core/core_commands.py:1108 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:957 +#: redbot/core/core_commands.py:962 #, docstring msgid "Delete data [botname] has about a user for a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" @@ -485,34 +485,34 @@ msgid "Delete data [botname] has about a user for a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:973 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:991 +#: redbot/core/core_commands.py:996 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1006 +#: redbot/core/core_commands.py:1011 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1017 +#: redbot/core/core_commands.py:1022 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1033 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1048 #, docstring msgid "Delete data [botname] has about a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" @@ -522,12 +522,12 @@ msgid "Delete data [botname] has about a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1053 +#: redbot/core/core_commands.py:1058 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1114 +#: redbot/core/core_commands.py:1119 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -547,7 +547,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1136 +#: redbot/core/core_commands.py:1141 #, docstring msgid "\n" " Show the current embed settings.\n\n" @@ -561,42 +561,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1153 redbot/core/core_commands.py:1309 -#: redbot/core/core_commands.py:1360 redbot/core/core_commands.py:4236 -#: redbot/core/core_commands.py:4279 redbot/core/core_commands.py:4345 -#: redbot/core/core_commands.py:4376 +#: redbot/core/core_commands.py:1158 redbot/core/core_commands.py:1314 +#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:4282 +#: redbot/core/core_commands.py:4325 redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4422 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:1159 +#: redbot/core/core_commands.py:1164 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1161 +#: redbot/core/core_commands.py:1166 msgid "Global default: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1171 msgid "Global command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1172 +#: redbot/core/core_commands.py:1177 msgid "Guild setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1177 +#: redbot/core/core_commands.py:1182 msgid "Server command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1183 +#: redbot/core/core_commands.py:1188 msgid "Channel setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1191 msgid "User setting: {value}" msgstr "" -#: redbot/core/core_commands.py:1192 +#: redbot/core/core_commands.py:1197 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -608,15 +608,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1206 +#: redbot/core/core_commands.py:1211 msgid "Embeds are now disabled by default." msgstr "" -#: redbot/core/core_commands.py:1209 +#: redbot/core/core_commands.py:1214 msgid "Embeds are now enabled by default." msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1220 #, docstring msgid "\n" " Set the server's embed setting.\n\n" @@ -632,20 +632,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1234 redbot/core/core_commands.py:1318 -#: redbot/core/core_commands.py:1409 redbot/core/core_commands.py:1440 +#: redbot/core/core_commands.py:1239 redbot/core/core_commands.py:1323 +#: redbot/core/core_commands.py:1414 redbot/core/core_commands.py:1445 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1239 +#: redbot/core/core_commands.py:1244 msgid "Embeds are now enabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1241 +#: redbot/core/core_commands.py:1246 msgid "Embeds are now disabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1249 +#: redbot/core/core_commands.py:1254 #, docstring msgid "\n" " Sets a command's embed setting.\n\n" @@ -662,11 +662,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1278 +#: redbot/core/core_commands.py:1283 msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." msgstr "" -#: redbot/core/core_commands.py:1289 +#: redbot/core/core_commands.py:1294 #, docstring msgid "\n" " Sets a command's embed setting globally.\n\n" @@ -682,15 +682,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1375 +#: redbot/core/core_commands.py:1329 redbot/core/core_commands.py:1380 msgid "Embeds are now enabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1330 redbot/core/core_commands.py:1381 +#: redbot/core/core_commands.py:1335 redbot/core/core_commands.py:1386 msgid "Embeds are now disabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1340 +#: redbot/core/core_commands.py:1345 #, docstring msgid "\n" " Sets a commmand's embed setting for the current server.\n\n" @@ -706,11 +706,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1369 +#: redbot/core/core_commands.py:1374 msgid "Embeds will now fall back to the server setting." msgstr "" -#: redbot/core/core_commands.py:1390 +#: redbot/core/core_commands.py:1395 #, docstring msgid "\n" " Set's a channel's embed setting.\n\n" @@ -726,21 +726,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1419 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1426 #, docstring msgid "\n" " Sets personal embed setting for DMs.\n\n" @@ -756,15 +756,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1450 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1452 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1453 +#: redbot/core/core_commands.py:1458 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead.\n\n" @@ -777,11 +777,11 @@ msgid "Sends to the owner the last command exception that has occurred.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:1487 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1487 +#: redbot/core/core_commands.py:1492 #, docstring msgid "Shows [botname]'s invite url.\n\n" " This will always send the invite to DMs to keep it private.\n\n" @@ -791,12 +791,12 @@ msgid "Shows [botname]'s invite url.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1512 #, docstring msgid "Commands to setup [botname]'s invite settings." msgstr "" -#: redbot/core/core_commands.py:1512 +#: redbot/core/core_commands.py:1517 #, docstring msgid "\n" " Toggles if `[p]invite` should be accessible for the average user.\n\n" @@ -808,7 +808,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1549 +#: redbot/core/core_commands.py:1554 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -823,7 +823,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 #, docstring msgid "\n" " Leaves servers.\n\n" @@ -838,43 +855,43 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1588 +#: redbot/core/core_commands.py:1613 msgid "You need to specify at least one server ID." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:1620 msgid "You haven't passed any server ID. Do you want me to leave this server?" msgstr "" -#: redbot/core/core_commands.py:1600 +#: redbot/core/core_commands.py:1625 msgid "Are you sure you want me to leave these servers?" msgstr "" -#: redbot/core/core_commands.py:1608 +#: redbot/core/core_commands.py:1633 msgid "I cannot leave the server `{server_name}`: I am the owner of it." msgstr "" -#: redbot/core/core_commands.py:1619 +#: redbot/core/core_commands.py:1644 redbot/core/core_commands.py:2711 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:1624 +#: redbot/core/core_commands.py:1649 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1652 msgid "Alright. Leaving {number} servers..." msgstr "" -#: redbot/core/core_commands.py:1634 +#: redbot/core/core_commands.py:1659 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1636 +#: redbot/core/core_commands.py:1661 msgid "Alright, I'm not leaving those servers." msgstr "" -#: redbot/core/core_commands.py:1641 +#: redbot/core/core_commands.py:1666 #, docstring msgid "\n" " Lists the servers [botname] is currently in.\n\n" @@ -882,7 +899,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:1684 #, docstring msgid "Loads cog packages from the local paths and installed cogs.\n\n" " See packages available to load with `[p]cogs`.\n\n" @@ -895,67 +912,67 @@ msgid "Loads cog packages from the local paths and installed cogs.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1688 +#: redbot/core/core_commands.py:1713 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1693 +#: redbot/core/core_commands.py:1718 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1722 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1729 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1709 +#: redbot/core/core_commands.py:1734 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1717 redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1742 redbot/core/core_commands.py:1898 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1723 redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1748 redbot/core/core_commands.py:1904 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1732 redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1757 redbot/core/core_commands.py:1913 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1736 redbot/core/core_commands.py:1892 +#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1744 +#: redbot/core/core_commands.py:1769 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1748 +#: redbot/core/core_commands.py:1773 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1755 +#: redbot/core/core_commands.py:1780 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1786 redbot/core/core_commands.py:1942 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1780 +#: redbot/core/core_commands.py:1805 #, docstring msgid "Unloads previously loaded cog packages.\n\n" " See packages available to unload with `[p]cogs`.\n\n" @@ -967,23 +984,23 @@ msgid "Unloads previously loaded cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1798 +#: redbot/core/core_commands.py:1823 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1827 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1809 +#: redbot/core/core_commands.py:1834 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1813 +#: redbot/core/core_commands.py:1838 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1826 +#: redbot/core/core_commands.py:1851 #, docstring msgid "Reloads cog packages.\n\n" " This will unload and then load the specified cogs.\n\n" @@ -996,36 +1013,36 @@ msgid "Reloads cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:1880 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1860 +#: redbot/core/core_commands.py:1885 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1890 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1900 +#: redbot/core/core_commands.py:1925 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1904 +#: redbot/core/core_commands.py:1929 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1936 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Shuts down the bot.\n\n" " Allows [botname] to shut down gracefully.\n\n" @@ -1038,11 +1055,11 @@ msgid "Shuts down the bot.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1974 msgid "Shutting down... " msgstr "" -#: redbot/core/core_commands.py:1955 +#: redbot/core/core_commands.py:1980 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -1055,30 +1072,30 @@ msgid "Attempts to restart [botname].\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1969 +#: redbot/core/core_commands.py:1994 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:1974 +#: redbot/core/core_commands.py:1999 #, docstring msgid "Commands for changing [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1978 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1996 +#: redbot/core/core_commands.py:2021 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2042 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -1086,7 +1103,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:2039 +#: redbot/core/core_commands.py:2064 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -1101,23 +1118,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2060 +#: redbot/core/core_commands.py:2085 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:2062 +#: redbot/core/core_commands.py:2087 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2092 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2099 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2104 #, docstring msgid "\n" " Sets the bot's description.\n\n" @@ -1133,15 +1150,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2099 +#: redbot/core/core_commands.py:2124 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:2102 +#: redbot/core/core_commands.py:2127 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2141 #, docstring msgid "\n" " Adds an admin role for this guild.\n\n" @@ -1159,15 +1176,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2136 +#: redbot/core/core_commands.py:2161 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:2138 +#: redbot/core/core_commands.py:2163 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2144 +#: redbot/core/core_commands.py:2169 #, docstring msgid "\n" " Adds a moderator role for this guild.\n\n" @@ -1184,15 +1201,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2188 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:2165 +#: redbot/core/core_commands.py:2190 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2171 +#: redbot/core/core_commands.py:2196 #, docstring msgid "\n" " Removes an admin role for this guild.\n\n" @@ -1204,15 +1221,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2208 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:2185 +#: redbot/core/core_commands.py:2210 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2191 +#: redbot/core/core_commands.py:2216 #, docstring msgid "\n" " Removes a mod role for this guild.\n\n" @@ -1224,15 +1241,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2228 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2230 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2211 +#: redbot/core/core_commands.py:2236 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -1243,19 +1260,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2248 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will" msgstr "" -#: redbot/core/core_commands.py:2232 +#: redbot/core/core_commands.py:2257 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -1267,11 +1284,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2247 +#: redbot/core/core_commands.py:2272 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2280 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -1282,11 +1299,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2268 +#: redbot/core/core_commands.py:2293 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:2276 +#: redbot/core/core_commands.py:2301 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1303,15 +1320,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2321 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:2299 +#: redbot/core/core_commands.py:2324 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:2304 +#: redbot/core/core_commands.py:2329 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL.\n\n" @@ -1324,28 +1341,28 @@ msgid "Sets [botname]'s avatar\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2327 +#: redbot/core/core_commands.py:2352 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:2329 +#: redbot/core/core_commands.py:2354 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:2339 +#: redbot/core/core_commands.py:2364 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:2346 +#: redbot/core/core_commands.py:2371 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:2348 redbot/core/core_commands.py:2575 -#: redbot/core/core_commands.py:2631 redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:2373 redbot/core/core_commands.py:2600 +#: redbot/core/core_commands.py:2656 redbot/core/core_commands.py:2680 msgid "Done." msgstr "" -#: redbot/core/core_commands.py:2353 +#: redbot/core/core_commands.py:2378 #, docstring msgid "\n" " Removes [botname]'s avatar.\n\n" @@ -1354,11 +1371,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2386 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2392 #, docstring msgid "Sets [botname]'s playing status.\n\n" " This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" @@ -1371,19 +1388,19 @@ msgid "Sets [botname]'s playing status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2383 +#: redbot/core/core_commands.py:2408 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2391 +#: redbot/core/core_commands.py:2416 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:2393 +#: redbot/core/core_commands.py:2418 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:2399 +#: redbot/core/core_commands.py:2424 #, docstring msgid "Sets [botname]'s listening status.\n\n" " This will appear as `Listening to `.\n\n" @@ -1395,19 +1412,19 @@ msgid "Sets [botname]'s listening status.\n\n" " - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2416 +#: redbot/core/core_commands.py:2441 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2425 +#: redbot/core/core_commands.py:2450 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2453 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2459 #, docstring msgid "Sets [botname]'s watching status.\n\n" " This will appear as `Watching `.\n\n" @@ -1419,19 +1436,19 @@ msgid "Sets [botname]'s watching status.\n\n" " - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2475 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2482 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:2459 +#: redbot/core/core_commands.py:2484 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:2465 +#: redbot/core/core_commands.py:2490 #, docstring msgid "Sets [botname]'s competing status.\n\n" " This will appear as `Competing in `.\n\n" @@ -1443,19 +1460,19 @@ msgid "Sets [botname]'s competing status.\n\n" " - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2482 +#: redbot/core/core_commands.py:2507 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2491 +#: redbot/core/core_commands.py:2516 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:2494 +#: redbot/core/core_commands.py:2519 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:2500 +#: redbot/core/core_commands.py:2525 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1471,11 +1488,11 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:2555 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:2538 +#: redbot/core/core_commands.py:2563 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" @@ -1491,15 +1508,15 @@ msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " - `` - The text to follow `Streaming` in the status." msgstr "" -#: redbot/core/core_commands.py:2563 +#: redbot/core/core_commands.py:2588 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2591 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2580 +#: redbot/core/core_commands.py:2605 #, docstring msgid "Sets [botname]'s username.\n\n" " Maximum length for a username is 32 characters.\n\n" @@ -1512,28 +1529,28 @@ msgid "Sets [botname]'s username.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2596 +#: redbot/core/core_commands.py:2621 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2603 +#: redbot/core/core_commands.py:2628 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2609 +#: redbot/core/core_commands.py:2634 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2619 +#: redbot/core/core_commands.py:2644 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2629 +#: redbot/core/core_commands.py:2654 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2662 #, docstring msgid "Sets [botname]'s nickname for the current server.\n\n" " Maximum length for a nickname is 32 characters.\n\n" @@ -1544,15 +1561,15 @@ msgid "Sets [botname]'s nickname for the current server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2649 +#: redbot/core/core_commands.py:2674 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2653 +#: redbot/core/core_commands.py:2678 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:2660 +#: redbot/core/core_commands.py:2685 #, docstring msgid "Sets [botname]'s global prefix(es).\n\n" " Warning: This is not additive. It will replace all current prefixes.\n\n" @@ -1567,20 +1584,30 @@ msgid "Sets [botname]'s global prefix(es).\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2677 +#: redbot/core/core_commands.py:2702 +msgid "Warning: A prefix is above the recommended length (20 characters).\n" +"Do you want to continue? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:2715 +msgid "Cancelled." +msgstr "" + +#: redbot/core/core_commands.py:2719 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:2721 msgid "Prefixes set." msgstr "" -#: redbot/core/core_commands.py:2685 +#: redbot/core/core_commands.py:2727 #, docstring msgid "\n" " Sets [botname]'s server prefix(es).\n\n" " Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" -" This is not additive. It will replace all current server prefixes.\n\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 20 characters.\n\n" " **Examples:**\n" " - `[p]set serverprefix !`\n" " - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" @@ -1591,19 +1618,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2702 +#: redbot/core/core_commands.py:2745 msgid "Server prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2748 +msgid "You cannot have a prefix longer than 20 characters." +msgstr "" + +#: redbot/core/core_commands.py:2753 msgid "Server prefix set." msgstr "" -#: redbot/core/core_commands.py:2709 +#: redbot/core/core_commands.py:2755 msgid "Server prefixes set." msgstr "" -#: redbot/core/core_commands.py:2714 +#: redbot/core/core_commands.py:2760 #, docstring msgid "\n" " Changes the bot's default locale.\n\n" @@ -1620,21 +1651,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2735 redbot/core/core_commands.py:2779 -#: redbot/core/core_commands.py:2818 redbot/core/core_commands.py:2862 +#: redbot/core/core_commands.py:2781 redbot/core/core_commands.py:2825 +#: redbot/core/core_commands.py:2864 redbot/core/core_commands.py:2908 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2739 redbot/core/core_commands.py:2783 -#: redbot/core/core_commands.py:2822 redbot/core/core_commands.py:2866 +#: redbot/core/core_commands.py:2785 redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2868 redbot/core/core_commands.py:2912 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:2792 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2752 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1652,15 +1683,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2774 +#: redbot/core/core_commands.py:2820 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2789 +#: redbot/core/core_commands.py:2835 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:2795 +#: redbot/core/core_commands.py:2841 #, docstring msgid "\n" " Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1675,15 +1706,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2812 +#: redbot/core/core_commands.py:2858 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2875 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2837 +#: redbot/core/core_commands.py:2883 #, docstring msgid "\n" " Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1698,15 +1729,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2855 +#: redbot/core/core_commands.py:2901 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2873 +#: redbot/core/core_commands.py:2919 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2881 +#: redbot/core/core_commands.py:2927 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1721,19 +1752,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2898 +#: redbot/core/core_commands.py:2944 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2948 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2905 +#: redbot/core/core_commands.py:2951 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2956 #, docstring msgid "\n" " Commands to set, list or remove various external API tokens.\n\n" @@ -1750,11 +1781,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2931 +#: redbot/core/core_commands.py:2977 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2935 +#: redbot/core/core_commands.py:2981 #, docstring msgid "\n" " Show all external API services along with their keys that have been set.\n\n" @@ -1764,19 +1795,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2946 +#: redbot/core/core_commands.py:2992 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2961 +#: redbot/core/core_commands.py:3007 #, docstring msgid "\n" " Remove the given services with all their keys and tokens.\n\n" @@ -1787,20 +1818,20 @@ msgid "\n" " - `` - The services to remove." msgstr "" -#: redbot/core/core_commands.py:2976 +#: redbot/core/core_commands.py:3022 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2980 +#: redbot/core/core_commands.py:3026 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2985 +#: redbot/core/core_commands.py:3031 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2990 +#: redbot/core/core_commands.py:3036 #, docstring msgid "\n" " Commands to manage settings for the help command.\n\n" @@ -1808,7 +1839,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2999 +#: redbot/core/core_commands.py:3045 #, docstring msgid "\n" " Show the current help settings.\n\n" @@ -1818,11 +1849,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3013 +#: redbot/core/core_commands.py:3059 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:3023 +#: redbot/core/core_commands.py:3069 #, docstring msgid "\n" " This resets [botname]'s help formatter to the default formatter.\n\n" @@ -1831,11 +1862,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3032 +#: redbot/core/core_commands.py:3078 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:3041 +#: redbot/core/core_commands.py:3087 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1845,11 +1876,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3051 +#: redbot/core/core_commands.py:3097 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3105 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1865,15 +1896,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3079 +#: redbot/core/core_commands.py:3125 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:3081 +#: redbot/core/core_commands.py:3127 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:3085 +#: redbot/core/core_commands.py:3131 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1887,15 +1918,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3102 +#: redbot/core/core_commands.py:3148 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3104 +#: redbot/core/core_commands.py:3150 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3154 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1909,15 +1940,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3125 +#: redbot/core/core_commands.py:3171 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3127 +#: redbot/core/core_commands.py:3173 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3131 +#: redbot/core/core_commands.py:3177 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent to a DM.\n\n" @@ -1933,15 +1964,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3152 +#: redbot/core/core_commands.py:3198 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3154 +#: redbot/core/core_commands.py:3200 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3158 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be filtered from help.\n\n" @@ -1955,15 +1986,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3175 +#: redbot/core/core_commands.py:3221 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:3177 +#: redbot/core/core_commands.py:3223 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:3181 +#: redbot/core/core_commands.py:3227 #, docstring msgid "\n" " Sets whether the bot should respond to help commands for nonexistent topics.\n\n" @@ -1979,15 +2010,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3202 +#: redbot/core/core_commands.py:3248 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3251 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:3213 +#: redbot/core/core_commands.py:3259 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " Note: This setting only applies to embedded help.\n\n" @@ -2002,15 +2033,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3230 +#: redbot/core/core_commands.py:3276 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:3234 +#: redbot/core/core_commands.py:3280 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3238 +#: redbot/core/core_commands.py:3284 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " Note: This setting does not apply to menu help.\n\n" @@ -2026,15 +2057,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3283 +#: redbot/core/core_commands.py:3302 redbot/core/core_commands.py:3329 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:3260 +#: redbot/core/core_commands.py:3306 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3265 +#: redbot/core/core_commands.py:3311 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -2051,19 +2082,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3332 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3337 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:3293 +#: redbot/core/core_commands.py:3339 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:3297 +#: redbot/core/core_commands.py:3343 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -2077,19 +2108,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3312 +#: redbot/core/core_commands.py:3358 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:3316 +#: redbot/core/core_commands.py:3362 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:3324 +#: redbot/core/core_commands.py:3370 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:3329 +#: redbot/core/core_commands.py:3375 #, docstring msgid "Sends a message to the owner.\n\n" " This is limited to one message every 60 seconds per person.\n\n" @@ -2100,43 +2131,43 @@ msgid "Sends a message to the owner.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3341 +#: redbot/core/core_commands.py:3387 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:3344 +#: redbot/core/core_commands.py:3390 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3392 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:3347 +#: redbot/core/core_commands.py:3393 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:3352 +#: redbot/core/core_commands.py:3398 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:3354 +#: redbot/core/core_commands.py:3400 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:3359 +#: redbot/core/core_commands.py:3405 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:3430 +#: redbot/core/core_commands.py:3476 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:3432 +#: redbot/core/core_commands.py:3478 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:3437 +#: redbot/core/core_commands.py:3483 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n\n" @@ -2149,41 +2180,41 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3453 +#: redbot/core/core_commands.py:3499 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3509 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:3464 +#: redbot/core/core_commands.py:3510 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:3478 redbot/core/core_commands.py:3488 +#: redbot/core/core_commands.py:3524 redbot/core/core_commands.py:3534 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:3481 redbot/core/core_commands.py:3491 +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3537 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:3496 +#: redbot/core/core_commands.py:3542 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:3500 +#: redbot/core/core_commands.py:3546 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:3506 +#: redbot/core/core_commands.py:3552 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:3593 +#: redbot/core/core_commands.py:3639 #, docstring msgid "\n" " Commands to manage the allowlist.\n\n" @@ -2192,7 +2223,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3604 +#: redbot/core/core_commands.py:3650 #, docstring msgid "\n" " Adds users to the allowlist.\n\n" @@ -2204,15 +2235,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3663 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3619 +#: redbot/core/core_commands.py:3665 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3623 +#: redbot/core/core_commands.py:3669 #, docstring msgid "\n" " Lists users on the allowlist.\n\n" @@ -2221,21 +2252,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3635 +#: redbot/core/core_commands.py:3681 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3637 +#: redbot/core/core_commands.py:3683 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3641 redbot/core/core_commands.py:3739 +#: redbot/core/core_commands.py:3687 redbot/core/core_commands.py:3785 #: redbot/core/modlog.py:428 redbot/core/modlog.py:450 #: redbot/core/modlog.py:466 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/core_commands.py:3649 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Removes users from the allowlist.\n\n" @@ -2248,15 +2279,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3664 +#: redbot/core/core_commands.py:3710 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3666 +#: redbot/core/core_commands.py:3712 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3670 +#: redbot/core/core_commands.py:3716 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2266,11 +2297,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3725 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3684 +#: redbot/core/core_commands.py:3730 #, docstring msgid "\n" " Commands to manage the blocklist.\n\n" @@ -2278,7 +2309,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3693 +#: redbot/core/core_commands.py:3739 #, docstring msgid "\n" " Adds users to the blocklist.\n\n" @@ -2290,19 +2321,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3709 +#: redbot/core/core_commands.py:3755 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3715 +#: redbot/core/core_commands.py:3761 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3717 +#: redbot/core/core_commands.py:3763 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3721 +#: redbot/core/core_commands.py:3767 #, docstring msgid "\n" " Lists users on the blocklist.\n\n" @@ -2311,15 +2342,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3733 +#: redbot/core/core_commands.py:3779 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3735 +#: redbot/core/core_commands.py:3781 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3747 +#: redbot/core/core_commands.py:3793 #, docstring msgid "\n" " Removes users from the blocklist.\n\n" @@ -2331,15 +2362,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3760 +#: redbot/core/core_commands.py:3806 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3762 +#: redbot/core/core_commands.py:3808 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3766 +#: redbot/core/core_commands.py:3812 #, docstring msgid "\n" " Clears the blocklist.\n\n" @@ -2348,11 +2379,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3773 +#: redbot/core/core_commands.py:3819 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3779 +#: redbot/core/core_commands.py:3825 #, docstring msgid "\n" " Commands to manage the server specific allowlist.\n\n" @@ -2361,7 +2392,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3792 +#: redbot/core/core_commands.py:3838 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n\n" @@ -2374,19 +2405,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3811 +#: redbot/core/core_commands.py:3857 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:3820 +#: redbot/core/core_commands.py:3866 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3822 +#: redbot/core/core_commands.py:3868 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3826 +#: redbot/core/core_commands.py:3872 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n\n" @@ -2395,19 +2426,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3838 +#: redbot/core/core_commands.py:3884 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3840 +#: redbot/core/core_commands.py:3886 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:3844 redbot/core/core_commands.py:3966 +#: redbot/core/core_commands.py:3890 redbot/core/core_commands.py:4012 msgid "Unknown or Deleted User/Role" msgstr "" -#: redbot/core/core_commands.py:3854 +#: redbot/core/core_commands.py:3900 #, docstring msgid "\n" " Removes user or role from the allowlist.\n\n" @@ -2421,19 +2452,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3875 +#: redbot/core/core_commands.py:3921 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3883 +#: redbot/core/core_commands.py:3929 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3885 +#: redbot/core/core_commands.py:3931 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3889 +#: redbot/core/core_commands.py:3935 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2443,11 +2474,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3898 +#: redbot/core/core_commands.py:3944 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3904 +#: redbot/core/core_commands.py:3950 #, docstring msgid "\n" " Commands to manage the server specific blocklist.\n\n" @@ -2455,7 +2486,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3915 +#: redbot/core/core_commands.py:3961 #, docstring msgid "\n" " Adds a user or role to the local blocklist.\n\n" @@ -2468,27 +2499,27 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3929 +#: redbot/core/core_commands.py:3975 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3932 +#: redbot/core/core_commands.py:3978 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3935 +#: redbot/core/core_commands.py:3981 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3942 +#: redbot/core/core_commands.py:3988 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3944 +#: redbot/core/core_commands.py:3990 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3948 +#: redbot/core/core_commands.py:3994 #, docstring msgid "\n" " Lists users and roles on the server blocklist.\n\n" @@ -2497,15 +2528,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3960 +#: redbot/core/core_commands.py:4006 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3962 +#: redbot/core/core_commands.py:4008 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3976 +#: redbot/core/core_commands.py:4022 #, docstring msgid "\n" " Removes user or role from local blocklist.\n\n" @@ -2518,15 +2549,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3992 +#: redbot/core/core_commands.py:4038 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3994 +#: redbot/core/core_commands.py:4040 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3998 +#: redbot/core/core_commands.py:4044 #, docstring msgid "\n" " Clears the server blocklist.\n\n" @@ -2536,16 +2567,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4007 +#: redbot/core/core_commands.py:4053 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:4012 +#: redbot/core/core_commands.py:4058 #, docstring msgid "Commands to enable and disable commands and cogs." msgstr "" -#: redbot/core/core_commands.py:4018 +#: redbot/core/core_commands.py:4064 #, docstring msgid "Set the default state for a cog as disabled.\n\n" " This will disable the cog for all servers by default.\n" @@ -2559,20 +2590,20 @@ msgid "Set the default state for a cog as disabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4034 redbot/core/core_commands.py:4059 -#: redbot/core/core_commands.py:4079 redbot/core/core_commands.py:4109 +#: redbot/core/core_commands.py:4080 redbot/core/core_commands.py:4105 +#: redbot/core/core_commands.py:4125 redbot/core/core_commands.py:4155 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:4036 +#: redbot/core/core_commands.py:4082 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:4038 +#: redbot/core/core_commands.py:4084 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:4043 +#: redbot/core/core_commands.py:4089 #, docstring msgid "Set the default state for a cog as enabled.\n\n" " This will re-enable the cog for all servers by default.\n" @@ -2586,11 +2617,11 @@ msgid "Set the default state for a cog as enabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4061 +#: redbot/core/core_commands.py:4107 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:4066 +#: redbot/core/core_commands.py:4112 #, docstring msgid "Disable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2602,19 +2633,19 @@ msgid "Disable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4081 +#: redbot/core/core_commands.py:4127 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:4083 +#: redbot/core/core_commands.py:4129 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4086 +#: redbot/core/core_commands.py:4132 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4092 +#: redbot/core/core_commands.py:4138 #, docstring msgid "Enable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2626,15 +2657,15 @@ msgid "Enable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4104 +#: redbot/core/core_commands.py:4150 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4112 +#: redbot/core/core_commands.py:4158 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4118 +#: redbot/core/core_commands.py:4164 #, docstring msgid "List the cogs which are disabled in this server.\n\n" " **Example:**\n" @@ -2642,15 +2673,15 @@ msgid "List the cogs which are disabled in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4131 +#: redbot/core/core_commands.py:4177 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:4137 +#: redbot/core/core_commands.py:4183 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:4141 +#: redbot/core/core_commands.py:4187 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2661,7 +2692,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4158 +#: redbot/core/core_commands.py:4204 #, docstring msgid "List disabled commands globally.\n\n" " **Example:**\n" @@ -2669,19 +2700,19 @@ msgid "List disabled commands globally.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4165 +#: redbot/core/core_commands.py:4211 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:4168 +#: redbot/core/core_commands.py:4214 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4172 +#: redbot/core/core_commands.py:4218 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4180 +#: redbot/core/core_commands.py:4226 #, docstring msgid "List disabled commands in this server.\n\n" " **Example:**\n" @@ -2689,19 +2720,19 @@ msgid "List disabled commands in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4187 +#: redbot/core/core_commands.py:4233 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:4190 +#: redbot/core/core_commands.py:4236 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4194 +#: redbot/core/core_commands.py:4240 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4201 +#: redbot/core/core_commands.py:4247 #, docstring msgid "\n" " Disable a command.\n\n" @@ -2715,7 +2746,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4223 +#: redbot/core/core_commands.py:4269 #, docstring msgid "\n" " Disable a command globally.\n\n" @@ -2727,19 +2758,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4242 redbot/core/core_commands.py:4285 +#: redbot/core/core_commands.py:4288 redbot/core/core_commands.py:4331 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:4248 redbot/core/core_commands.py:4291 +#: redbot/core/core_commands.py:4294 redbot/core/core_commands.py:4337 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:4257 +#: redbot/core/core_commands.py:4303 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:4266 +#: redbot/core/core_commands.py:4312 #, docstring msgid "\n" " Disable a command in this server only.\n\n" @@ -2751,15 +2782,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4296 +#: redbot/core/core_commands.py:4342 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:4306 +#: redbot/core/core_commands.py:4352 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:4312 +#: redbot/core/core_commands.py:4358 #, docstring msgid "Enable a command.\n\n" " If you're the bot owner, this will try to enable a globally disabled command by default.\n" @@ -2772,7 +2803,7 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4332 +#: redbot/core/core_commands.py:4378 #, docstring msgid "\n" " Enable a command globally.\n\n" @@ -2784,11 +2815,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4354 +#: redbot/core/core_commands.py:4400 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:4363 +#: redbot/core/core_commands.py:4409 #, docstring msgid "\n" " Enable a command in this server.\n\n" @@ -2800,15 +2831,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4381 +#: redbot/core/core_commands.py:4427 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4437 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:4398 +#: redbot/core/core_commands.py:4444 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2822,7 +2853,7 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4419 +#: redbot/core/core_commands.py:4465 #, docstring msgid "\n" " Commands to manage server settings for immunity from automated actions.\n\n" @@ -2830,7 +2861,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4428 +#: redbot/core/core_commands.py:4474 #, docstring msgid "\n" " Gets the current members and roles configured for automatic moderation action immunity.\n\n" @@ -2839,19 +2870,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4441 +#: redbot/core/core_commands.py:4487 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4446 +#: redbot/core/core_commands.py:4492 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4450 +#: redbot/core/core_commands.py:4496 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:4459 +#: redbot/core/core_commands.py:4505 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n\n" @@ -2863,11 +2894,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4471 +#: redbot/core/core_commands.py:4517 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:4479 +#: redbot/core/core_commands.py:4525 #, docstring msgid "\n" " Remove a user or role from being immune to automated moderation actions.\n\n" @@ -2879,11 +2910,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4491 +#: redbot/core/core_commands.py:4537 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:4499 +#: redbot/core/core_commands.py:4545 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n\n" @@ -2895,15 +2926,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4511 +#: redbot/core/core_commands.py:4557 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:4513 +#: redbot/core/core_commands.py:4559 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:4518 +#: redbot/core/core_commands.py:4564 #, docstring msgid "\n" " Commands for configuring owner notifications.\n\n" @@ -2911,7 +2942,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4527 +#: redbot/core/core_commands.py:4573 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2923,7 +2954,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4546 +#: redbot/core/core_commands.py:4592 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n\n" @@ -2934,7 +2965,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4565 +#: redbot/core/core_commands.py:4611 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n\n" @@ -2946,7 +2977,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4591 +#: redbot/core/core_commands.py:4637 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n\n" @@ -2958,7 +2989,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4615 +#: redbot/core/core_commands.py:4661 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n\n" @@ -2967,15 +2998,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4625 +#: redbot/core/core_commands.py:4671 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:4636 +#: redbot/core/core_commands.py:4682 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:4667 +#: redbot/core/core_commands.py:4713 #, docstring msgid "\n" " Commands to add servers or channels to the ignore list.\n\n" @@ -2984,7 +3015,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4677 +#: redbot/core/core_commands.py:4723 #, docstring msgid "\n" " List the currently ignored servers and channels.\n\n" @@ -2993,7 +3024,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4692 +#: redbot/core/core_commands.py:4738 #, docstring msgid "\n" " Ignore commands in the channel or category.\n\n" @@ -3009,15 +3040,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4712 +#: redbot/core/core_commands.py:4758 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:4714 +#: redbot/core/core_commands.py:4760 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:4719 +#: redbot/core/core_commands.py:4765 #, docstring msgid "\n" " Ignore commands in this server.\n\n" @@ -3027,20 +3058,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4730 +#: redbot/core/core_commands.py:4776 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:4732 +#: redbot/core/core_commands.py:4778 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:4738 +#: redbot/core/core_commands.py:4784 #, docstring msgid "Commands to remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4746 +#: redbot/core/core_commands.py:4792 #, docstring msgid "\n" " Remove a channel or category from the ignore list.\n\n" @@ -3055,15 +3086,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4765 +#: redbot/core/core_commands.py:4811 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:4767 +#: redbot/core/core_commands.py:4813 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4772 +#: redbot/core/core_commands.py:4818 #, docstring msgid "\n" " Remove this server from the ignore list.\n\n" @@ -3072,24 +3103,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4781 +#: redbot/core/core_commands.py:4827 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4783 +#: redbot/core/core_commands.py:4829 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4789 +#: redbot/core/core_commands.py:4835 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:4801 +#: redbot/core/core_commands.py:4847 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:4816 +#: redbot/core/core_commands.py:4862 #, docstring msgid "\n" " Get info about Red's licenses.\n" @@ -3122,7 +3153,7 @@ msgid "Evaluate a statement of python code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:166 +#: redbot/core/dev_commands.py:167 #, docstring msgid "Execute asynchronous code.\n\n" " This command wraps code into the body of an async function and then\n" @@ -3142,7 +3173,7 @@ msgid "Execute asynchronous code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:220 +#: redbot/core/dev_commands.py:221 #, docstring msgid "Open an interactive REPL.\n\n" " The REPL will only recognise code as messages which start with a\n" @@ -3151,51 +3182,51 @@ msgid "Open an interactive REPL.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:229 +#: redbot/core/dev_commands.py:230 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "" -#: redbot/core/dev_commands.py:233 +#: redbot/core/dev_commands.py:234 msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." msgstr "" -#: redbot/core/dev_commands.py:244 +#: redbot/core/dev_commands.py:245 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." msgstr "" -#: redbot/core/dev_commands.py:258 +#: redbot/core/dev_commands.py:259 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:309 +#: redbot/core/dev_commands.py:310 msgid "Unexpected error: `{}`" msgstr "" -#: redbot/core/dev_commands.py:313 +#: redbot/core/dev_commands.py:314 #, docstring msgid "Pauses/resumes the REPL running in the current channel" msgstr "" -#: redbot/core/dev_commands.py:315 +#: redbot/core/dev_commands.py:316 msgid "There is no currently running REPL session in this channel." msgstr "" -#: redbot/core/dev_commands.py:323 +#: redbot/core/dev_commands.py:324 msgid "The REPL session in this channel has been resumed." msgstr "" -#: redbot/core/dev_commands.py:325 +#: redbot/core/dev_commands.py:326 msgid "The REPL session in this channel is now paused." msgstr "" -#: redbot/core/dev_commands.py:330 +#: redbot/core/dev_commands.py:331 #, docstring msgid "Mock another user invoking a command.\n\n" " The prefix must not be entered.\n" " " msgstr "" -#: redbot/core/dev_commands.py:343 +#: redbot/core/dev_commands.py:344 #, docstring msgid "Dispatch a message event as if it were sent by a different user.\n\n" " Only reads the raw content of the message. Attachments, embeds etc. are\n" @@ -3203,17 +3234,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:364 +#: redbot/core/dev_commands.py:365 #, docstring msgid "Give bot owners the ability to bypass cooldowns.\n\n" " Does not persist through restarts." msgstr "" -#: redbot/core/dev_commands.py:372 +#: redbot/core/dev_commands.py:373 msgid "Bot owners will now bypass all commands with cooldowns." msgstr "" -#: redbot/core/dev_commands.py:374 +#: redbot/core/dev_commands.py:375 msgid "Bot owners will no longer bypass all commands with cooldowns." msgstr "" diff --git a/redbot/core/locales/hu-HU.po b/redbot/core/locales/hu-HU.po index 79f91f36c..7e8506d51 100644 --- a/redbot/core/locales/hu-HU.po +++ b/redbot/core/locales/hu-HU.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-05-25 16:04+0000\n" +"POT-Creation-Date: 2021-06-12 15:52+0000\n" "Last-Translator: \n" "Language-Team: Hungarian\n" "MIME-Version: 1.0\n" @@ -140,15 +140,15 @@ msgstr "**{} betöltve:**\n" msgid "**{} unloaded:**\n" msgstr "**{} kirakva:**\n" -#: redbot/core/core_commands.py:179 +#: redbot/core/core_commands.py:181 msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:184 +#: redbot/core/core_commands.py:186 msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:393 +#: redbot/core/core_commands.py:398 #, docstring msgid "\n" " The Core cog has many commands related to core functions.\n\n" @@ -156,74 +156,74 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:410 #, docstring msgid "Pong." msgstr "Pong." -#: redbot/core/core_commands.py:410 +#: redbot/core/core_commands.py:415 #, docstring msgid "Shows info about [botname].\n\n" " See `[p]set custominfo` to customize.\n" " " msgstr "" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:445 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by team" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by" msgstr "Példány tulajdonosa" -#: redbot/core/core_commands.py:456 +#: redbot/core/core_commands.py:461 msgid "Red version" msgstr "Red verzió" -#: redbot/core/core_commands.py:459 redbot/core/core_commands.py:515 +#: redbot/core/core_commands.py:464 redbot/core/core_commands.py:520 msgid "Yes, {version} is available." msgstr "Igen, {version} elérhető." -#: redbot/core/core_commands.py:463 redbot/core/core_commands.py:519 +#: redbot/core/core_commands.py:468 redbot/core/core_commands.py:524 msgid "Checking for updates failed." msgstr "Frissítések keresése sikertelen." -#: redbot/core/core_commands.py:464 +#: redbot/core/core_commands.py:469 msgid "Outdated" msgstr "Elavult" -#: redbot/core/core_commands.py:466 +#: redbot/core/core_commands.py:471 msgid "About this instance" msgstr "Erről a példányról" -#: redbot/core/core_commands.py:467 +#: redbot/core/core_commands.py:472 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:470 redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:475 redbot/core/core_commands.py:533 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:483 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:489 +#: redbot/core/core_commands.py:494 msgid "Instance owned by team: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:501 +#: redbot/core/core_commands.py:506 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" @@ -233,19 +233,19 @@ msgstr "Példány tulajdonosa: [{owner}]\n" "discord.py: [{dpy_version}] (6)\n" "Red verziója: [{red_version}] (7)\n" -#: redbot/core/core_commands.py:520 +#: redbot/core/core_commands.py:525 msgid "Outdated: [{state}]\n" msgstr "Elavult: [{state}]\n" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:528 msgid "**About Red**\n" msgstr "" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:539 msgid "**About this instance**\n" msgstr "**Erről a példányról**\n" -#: redbot/core/core_commands.py:536 +#: redbot/core/core_commands.py:541 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -256,20 +256,20 @@ msgid "**References**\n" "7. <{}>\n" msgstr "" -#: redbot/core/core_commands.py:552 +#: redbot/core/core_commands.py:557 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:555 +#: redbot/core/core_commands.py:560 msgid "Less than one second" msgstr "Kevesebb, mint 1 másodperc" -#: redbot/core/core_commands.py:557 +#: redbot/core/core_commands.py:562 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:564 +#: redbot/core/core_commands.py:569 #, docstring msgid "\n" " Commands which interact with the data [botname] has about you.\n\n" @@ -277,7 +277,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:575 +#: redbot/core/core_commands.py:580 #, docstring msgid "\n" " Find out what type of data [botname] stores and why.\n\n" @@ -286,12 +286,12 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:585 +#: redbot/core/core_commands.py:590 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:604 +#: redbot/core/core_commands.py:609 #, docstring msgid "View the End User Data statements of each 3rd-party module.\n\n" " This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" @@ -300,39 +300,39 @@ msgid "View the End User Data statements of each 3rd-party module.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:615 +#: redbot/core/core_commands.py:620 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:625 +#: redbot/core/core_commands.py:630 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:645 +#: redbot/core/core_commands.py:650 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:647 +#: redbot/core/core_commands.py:652 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:652 +#: redbot/core/core_commands.py:657 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:668 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:679 +#: redbot/core/core_commands.py:684 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:684 +#: redbot/core/core_commands.py:689 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:695 +#: redbot/core/core_commands.py:700 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -344,63 +344,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:710 +#: redbot/core/core_commands.py:715 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:717 +#: redbot/core/core_commands.py:722 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:727 +#: redbot/core/core_commands.py:732 msgid "This may take some time." msgstr "Ez eltarthat egy darabig." -#: redbot/core/core_commands.py:740 +#: redbot/core/core_commands.py:745 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:755 +#: redbot/core/core_commands.py:760 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:765 +#: redbot/core/core_commands.py:770 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:775 +#: redbot/core/core_commands.py:780 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:783 redbot/core/core_commands.py:950 -#: redbot/core/core_commands.py:1036 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:788 redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:1041 redbot/core/core_commands.py:1112 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:793 +#: redbot/core/core_commands.py:798 #, docstring msgid "[Coming Soon] Get what data [botname] has about you." msgstr "" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:800 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:804 +#: redbot/core/core_commands.py:809 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:810 +#: redbot/core/core_commands.py:815 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -411,11 +411,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:821 +#: redbot/core/core_commands.py:826 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:834 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n\n" @@ -425,11 +425,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:838 +#: redbot/core/core_commands.py:843 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:847 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -443,15 +443,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:859 +#: redbot/core/core_commands.py:864 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:867 +#: redbot/core/core_commands.py:872 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:878 +#: redbot/core/core_commands.py:883 #, docstring msgid "\n" " Handle a deletion request from Discord.\n\n" @@ -464,34 +464,34 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:892 +#: redbot/core/core_commands.py:897 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:915 redbot/core/core_commands.py:1072 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +#: redbot/core/core_commands.py:930 redbot/core/core_commands.py:1087 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +#: redbot/core/core_commands.py:941 redbot/core/core_commands.py:1098 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +#: redbot/core/core_commands.py:951 redbot/core/core_commands.py:1108 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:957 +#: redbot/core/core_commands.py:962 #, docstring msgid "Delete data [botname] has about a user for a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" @@ -502,34 +502,34 @@ msgid "Delete data [botname] has about a user for a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:973 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:991 +#: redbot/core/core_commands.py:996 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1006 +#: redbot/core/core_commands.py:1011 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1017 +#: redbot/core/core_commands.py:1022 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1033 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1048 #, docstring msgid "Delete data [botname] has about a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" @@ -539,12 +539,12 @@ msgid "Delete data [botname] has about a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1053 +#: redbot/core/core_commands.py:1058 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1114 +#: redbot/core/core_commands.py:1119 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -564,7 +564,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1136 +#: redbot/core/core_commands.py:1141 #, docstring msgid "\n" " Show the current embed settings.\n\n" @@ -578,42 +578,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1153 redbot/core/core_commands.py:1309 -#: redbot/core/core_commands.py:1360 redbot/core/core_commands.py:4236 -#: redbot/core/core_commands.py:4279 redbot/core/core_commands.py:4345 -#: redbot/core/core_commands.py:4376 +#: redbot/core/core_commands.py:1158 redbot/core/core_commands.py:1314 +#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:4282 +#: redbot/core/core_commands.py:4325 redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4422 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:1159 +#: redbot/core/core_commands.py:1164 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1161 +#: redbot/core/core_commands.py:1166 msgid "Global default: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1171 msgid "Global command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1172 +#: redbot/core/core_commands.py:1177 msgid "Guild setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1177 +#: redbot/core/core_commands.py:1182 msgid "Server command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1183 +#: redbot/core/core_commands.py:1188 msgid "Channel setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1191 msgid "User setting: {value}" msgstr "" -#: redbot/core/core_commands.py:1192 +#: redbot/core/core_commands.py:1197 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -625,15 +625,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1206 +#: redbot/core/core_commands.py:1211 msgid "Embeds are now disabled by default." msgstr "" -#: redbot/core/core_commands.py:1209 +#: redbot/core/core_commands.py:1214 msgid "Embeds are now enabled by default." msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1220 #, docstring msgid "\n" " Set the server's embed setting.\n\n" @@ -649,20 +649,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1234 redbot/core/core_commands.py:1318 -#: redbot/core/core_commands.py:1409 redbot/core/core_commands.py:1440 +#: redbot/core/core_commands.py:1239 redbot/core/core_commands.py:1323 +#: redbot/core/core_commands.py:1414 redbot/core/core_commands.py:1445 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1239 +#: redbot/core/core_commands.py:1244 msgid "Embeds are now enabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1241 +#: redbot/core/core_commands.py:1246 msgid "Embeds are now disabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1249 +#: redbot/core/core_commands.py:1254 #, docstring msgid "\n" " Sets a command's embed setting.\n\n" @@ -679,11 +679,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1278 +#: redbot/core/core_commands.py:1283 msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." msgstr "" -#: redbot/core/core_commands.py:1289 +#: redbot/core/core_commands.py:1294 #, docstring msgid "\n" " Sets a command's embed setting globally.\n\n" @@ -699,15 +699,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1375 +#: redbot/core/core_commands.py:1329 redbot/core/core_commands.py:1380 msgid "Embeds are now enabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1330 redbot/core/core_commands.py:1381 +#: redbot/core/core_commands.py:1335 redbot/core/core_commands.py:1386 msgid "Embeds are now disabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1340 +#: redbot/core/core_commands.py:1345 #, docstring msgid "\n" " Sets a commmand's embed setting for the current server.\n\n" @@ -723,11 +723,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1369 +#: redbot/core/core_commands.py:1374 msgid "Embeds will now fall back to the server setting." msgstr "" -#: redbot/core/core_commands.py:1390 +#: redbot/core/core_commands.py:1395 #, docstring msgid "\n" " Set's a channel's embed setting.\n\n" @@ -743,21 +743,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1419 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "enabled" msgstr "engedélyezve" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "disabled" msgstr "nincs engedélyezve" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1426 #, docstring msgid "\n" " Sets personal embed setting for DMs.\n\n" @@ -773,15 +773,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1450 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1452 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1453 +#: redbot/core/core_commands.py:1458 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead.\n\n" @@ -794,11 +794,11 @@ msgid "Sends to the owner the last command exception that has occurred.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:1487 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1487 +#: redbot/core/core_commands.py:1492 #, docstring msgid "Shows [botname]'s invite url.\n\n" " This will always send the invite to DMs to keep it private.\n\n" @@ -808,12 +808,12 @@ msgid "Shows [botname]'s invite url.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1512 #, docstring msgid "Commands to setup [botname]'s invite settings." msgstr "" -#: redbot/core/core_commands.py:1512 +#: redbot/core/core_commands.py:1517 #, docstring msgid "\n" " Toggles if `[p]invite` should be accessible for the average user.\n\n" @@ -825,7 +825,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1549 +#: redbot/core/core_commands.py:1554 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -840,7 +840,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 #, docstring msgid "\n" " Leaves servers.\n\n" @@ -855,43 +872,43 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1588 +#: redbot/core/core_commands.py:1613 msgid "You need to specify at least one server ID." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:1620 msgid "You haven't passed any server ID. Do you want me to leave this server?" msgstr "" -#: redbot/core/core_commands.py:1600 +#: redbot/core/core_commands.py:1625 msgid "Are you sure you want me to leave these servers?" msgstr "" -#: redbot/core/core_commands.py:1608 +#: redbot/core/core_commands.py:1633 msgid "I cannot leave the server `{server_name}`: I am the owner of it." msgstr "" -#: redbot/core/core_commands.py:1619 +#: redbot/core/core_commands.py:1644 redbot/core/core_commands.py:2711 msgid "Response timed out." msgstr "Időtúllépés." -#: redbot/core/core_commands.py:1624 +#: redbot/core/core_commands.py:1649 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1652 msgid "Alright. Leaving {number} servers..." msgstr "" -#: redbot/core/core_commands.py:1634 +#: redbot/core/core_commands.py:1659 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1636 +#: redbot/core/core_commands.py:1661 msgid "Alright, I'm not leaving those servers." msgstr "" -#: redbot/core/core_commands.py:1641 +#: redbot/core/core_commands.py:1666 #, docstring msgid "\n" " Lists the servers [botname] is currently in.\n\n" @@ -899,7 +916,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:1684 #, docstring msgid "Loads cog packages from the local paths and installed cogs.\n\n" " See packages available to load with `[p]cogs`.\n\n" @@ -912,67 +929,67 @@ msgid "Loads cog packages from the local paths and installed cogs.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1688 +#: redbot/core/core_commands.py:1713 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1693 +#: redbot/core/core_commands.py:1718 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1722 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1729 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1709 +#: redbot/core/core_commands.py:1734 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1717 redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1742 redbot/core/core_commands.py:1898 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1723 redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1748 redbot/core/core_commands.py:1904 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1732 redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1757 redbot/core/core_commands.py:1913 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1736 redbot/core/core_commands.py:1892 +#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1744 +#: redbot/core/core_commands.py:1769 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1748 +#: redbot/core/core_commands.py:1773 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1755 +#: redbot/core/core_commands.py:1780 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1786 redbot/core/core_commands.py:1942 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1780 +#: redbot/core/core_commands.py:1805 #, docstring msgid "Unloads previously loaded cog packages.\n\n" " See packages available to unload with `[p]cogs`.\n\n" @@ -984,23 +1001,23 @@ msgid "Unloads previously loaded cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1798 +#: redbot/core/core_commands.py:1823 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1827 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1809 +#: redbot/core/core_commands.py:1834 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1813 +#: redbot/core/core_commands.py:1838 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1826 +#: redbot/core/core_commands.py:1851 #, docstring msgid "Reloads cog packages.\n\n" " This will unload and then load the specified cogs.\n\n" @@ -1013,36 +1030,36 @@ msgid "Reloads cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:1880 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1860 +#: redbot/core/core_commands.py:1885 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1890 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1900 +#: redbot/core/core_commands.py:1925 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1904 +#: redbot/core/core_commands.py:1929 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1936 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Shuts down the bot.\n\n" " Allows [botname] to shut down gracefully.\n\n" @@ -1055,11 +1072,11 @@ msgid "Shuts down the bot.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1974 msgid "Shutting down... " msgstr "Leállítás... " -#: redbot/core/core_commands.py:1955 +#: redbot/core/core_commands.py:1980 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -1072,30 +1089,30 @@ msgid "Attempts to restart [botname].\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1969 +#: redbot/core/core_commands.py:1994 msgid "Restarting..." msgstr "Újraindítás..." -#: redbot/core/core_commands.py:1974 +#: redbot/core/core_commands.py:1999 #, docstring msgid "Commands for changing [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1978 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1996 +#: redbot/core/core_commands.py:2021 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2042 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -1103,7 +1120,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:2039 +#: redbot/core/core_commands.py:2064 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -1118,23 +1135,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2060 +#: redbot/core/core_commands.py:2085 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:2062 +#: redbot/core/core_commands.py:2087 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2092 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2099 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2104 #, docstring msgid "\n" " Sets the bot's description.\n\n" @@ -1150,15 +1167,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2099 +#: redbot/core/core_commands.py:2124 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:2102 +#: redbot/core/core_commands.py:2127 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2141 #, docstring msgid "\n" " Adds an admin role for this guild.\n\n" @@ -1176,15 +1193,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2136 +#: redbot/core/core_commands.py:2161 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:2138 +#: redbot/core/core_commands.py:2163 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2144 +#: redbot/core/core_commands.py:2169 #, docstring msgid "\n" " Adds a moderator role for this guild.\n\n" @@ -1201,15 +1218,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2188 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:2165 +#: redbot/core/core_commands.py:2190 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2171 +#: redbot/core/core_commands.py:2196 #, docstring msgid "\n" " Removes an admin role for this guild.\n\n" @@ -1221,15 +1238,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2208 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:2185 +#: redbot/core/core_commands.py:2210 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2191 +#: redbot/core/core_commands.py:2216 #, docstring msgid "\n" " Removes a mod role for this guild.\n\n" @@ -1241,15 +1258,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2228 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2230 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2211 +#: redbot/core/core_commands.py:2236 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -1260,19 +1277,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2248 msgid "The bot {} use its configured color for embeds." msgstr "A bot {} a beállított színeket használja az embedsekhez." -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will not" msgstr "nem fogja" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will" msgstr "fogja" -#: redbot/core/core_commands.py:2232 +#: redbot/core/core_commands.py:2257 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -1284,11 +1301,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2247 +#: redbot/core/core_commands.py:2272 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2280 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -1299,11 +1316,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2268 +#: redbot/core/core_commands.py:2293 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:2276 +#: redbot/core/core_commands.py:2301 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1320,15 +1337,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2321 msgid "The color has been reset." msgstr "A szín resetelve." -#: redbot/core/core_commands.py:2299 +#: redbot/core/core_commands.py:2324 msgid "The color has been set." msgstr "A szín be lett állítva." -#: redbot/core/core_commands.py:2304 +#: redbot/core/core_commands.py:2329 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL.\n\n" @@ -1341,28 +1358,28 @@ msgid "Sets [botname]'s avatar\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2327 +#: redbot/core/core_commands.py:2352 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:2329 +#: redbot/core/core_commands.py:2354 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:2339 +#: redbot/core/core_commands.py:2364 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:2346 +#: redbot/core/core_commands.py:2371 msgid "JPG / PNG format only." msgstr "JPG / PNG formátum az elfogadott." -#: redbot/core/core_commands.py:2348 redbot/core/core_commands.py:2575 -#: redbot/core/core_commands.py:2631 redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:2373 redbot/core/core_commands.py:2600 +#: redbot/core/core_commands.py:2656 redbot/core/core_commands.py:2680 msgid "Done." msgstr "Kész." -#: redbot/core/core_commands.py:2353 +#: redbot/core/core_commands.py:2378 #, docstring msgid "\n" " Removes [botname]'s avatar.\n\n" @@ -1371,11 +1388,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2386 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2392 #, docstring msgid "Sets [botname]'s playing status.\n\n" " This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" @@ -1388,19 +1405,19 @@ msgid "Sets [botname]'s playing status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2383 +#: redbot/core/core_commands.py:2408 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2391 +#: redbot/core/core_commands.py:2416 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:2393 +#: redbot/core/core_commands.py:2418 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:2399 +#: redbot/core/core_commands.py:2424 #, docstring msgid "Sets [botname]'s listening status.\n\n" " This will appear as `Listening to `.\n\n" @@ -1412,19 +1429,19 @@ msgid "Sets [botname]'s listening status.\n\n" " - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2416 +#: redbot/core/core_commands.py:2441 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2425 +#: redbot/core/core_commands.py:2450 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2453 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2459 #, docstring msgid "Sets [botname]'s watching status.\n\n" " This will appear as `Watching `.\n\n" @@ -1436,19 +1453,19 @@ msgid "Sets [botname]'s watching status.\n\n" " - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2475 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2482 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:2459 +#: redbot/core/core_commands.py:2484 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:2465 +#: redbot/core/core_commands.py:2490 #, docstring msgid "Sets [botname]'s competing status.\n\n" " This will appear as `Competing in `.\n\n" @@ -1460,19 +1477,19 @@ msgid "Sets [botname]'s competing status.\n\n" " - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2482 +#: redbot/core/core_commands.py:2507 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2491 +#: redbot/core/core_commands.py:2516 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:2494 +#: redbot/core/core_commands.py:2519 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:2500 +#: redbot/core/core_commands.py:2525 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1488,11 +1505,11 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:2555 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:2538 +#: redbot/core/core_commands.py:2563 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" @@ -1508,15 +1525,15 @@ msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " - `` - The text to follow `Streaming` in the status." msgstr "" -#: redbot/core/core_commands.py:2563 +#: redbot/core/core_commands.py:2588 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2591 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2580 +#: redbot/core/core_commands.py:2605 #, docstring msgid "Sets [botname]'s username.\n\n" " Maximum length for a username is 32 characters.\n\n" @@ -1529,28 +1546,28 @@ msgid "Sets [botname]'s username.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2596 +#: redbot/core/core_commands.py:2621 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2603 +#: redbot/core/core_commands.py:2628 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2609 +#: redbot/core/core_commands.py:2634 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2619 +#: redbot/core/core_commands.py:2644 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2629 +#: redbot/core/core_commands.py:2654 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2662 #, docstring msgid "Sets [botname]'s nickname for the current server.\n\n" " Maximum length for a nickname is 32 characters.\n\n" @@ -1561,15 +1578,15 @@ msgid "Sets [botname]'s nickname for the current server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2649 +#: redbot/core/core_commands.py:2674 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2653 +#: redbot/core/core_commands.py:2678 msgid "I lack the permissions to change my own nickname." msgstr "Nincs jogom hogy megváltoztassam a nevem." -#: redbot/core/core_commands.py:2660 +#: redbot/core/core_commands.py:2685 #, docstring msgid "Sets [botname]'s global prefix(es).\n\n" " Warning: This is not additive. It will replace all current prefixes.\n\n" @@ -1584,20 +1601,30 @@ msgid "Sets [botname]'s global prefix(es).\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2677 +#: redbot/core/core_commands.py:2702 +msgid "Warning: A prefix is above the recommended length (20 characters).\n" +"Do you want to continue? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:2715 +msgid "Cancelled." +msgstr "Megszakítva." + +#: redbot/core/core_commands.py:2719 msgid "Prefix set." msgstr "Prefix beállítva." -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:2721 msgid "Prefixes set." msgstr "" -#: redbot/core/core_commands.py:2685 +#: redbot/core/core_commands.py:2727 #, docstring msgid "\n" " Sets [botname]'s server prefix(es).\n\n" " Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" -" This is not additive. It will replace all current server prefixes.\n\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 20 characters.\n\n" " **Examples:**\n" " - `[p]set serverprefix !`\n" " - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" @@ -1608,19 +1635,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2702 +#: redbot/core/core_commands.py:2745 msgid "Server prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2748 +msgid "You cannot have a prefix longer than 20 characters." +msgstr "" + +#: redbot/core/core_commands.py:2753 msgid "Server prefix set." msgstr "" -#: redbot/core/core_commands.py:2709 +#: redbot/core/core_commands.py:2755 msgid "Server prefixes set." msgstr "" -#: redbot/core/core_commands.py:2714 +#: redbot/core/core_commands.py:2760 #, docstring msgid "\n" " Changes the bot's default locale.\n\n" @@ -1637,21 +1668,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2735 redbot/core/core_commands.py:2779 -#: redbot/core/core_commands.py:2818 redbot/core/core_commands.py:2862 +#: redbot/core/core_commands.py:2781 redbot/core/core_commands.py:2825 +#: redbot/core/core_commands.py:2864 redbot/core/core_commands.py:2908 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2739 redbot/core/core_commands.py:2783 -#: redbot/core/core_commands.py:2822 redbot/core/core_commands.py:2866 +#: redbot/core/core_commands.py:2785 redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2868 redbot/core/core_commands.py:2912 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:2792 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2752 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1669,15 +1700,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2774 +#: redbot/core/core_commands.py:2820 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2789 +#: redbot/core/core_commands.py:2835 msgid "Locale has been set." msgstr "A helyszín be lett állítva." -#: redbot/core/core_commands.py:2795 +#: redbot/core/core_commands.py:2841 #, docstring msgid "\n" " Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1692,15 +1723,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2812 +#: redbot/core/core_commands.py:2858 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2875 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2837 +#: redbot/core/core_commands.py:2883 #, docstring msgid "\n" " Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1715,15 +1746,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2855 +#: redbot/core/core_commands.py:2901 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2873 +#: redbot/core/core_commands.py:2919 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2881 +#: redbot/core/core_commands.py:2927 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1738,19 +1769,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2898 +#: redbot/core/core_commands.py:2944 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2948 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2905 +#: redbot/core/core_commands.py:2951 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2956 #, docstring msgid "\n" " Commands to set, list or remove various external API tokens.\n\n" @@ -1767,11 +1798,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2931 +#: redbot/core/core_commands.py:2977 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2935 +#: redbot/core/core_commands.py:2981 #, docstring msgid "\n" " Show all external API services along with their keys that have been set.\n\n" @@ -1781,19 +1812,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2946 +#: redbot/core/core_commands.py:2992 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2961 +#: redbot/core/core_commands.py:3007 #, docstring msgid "\n" " Remove the given services with all their keys and tokens.\n\n" @@ -1804,20 +1835,20 @@ msgid "\n" " - `` - The services to remove." msgstr "" -#: redbot/core/core_commands.py:2976 +#: redbot/core/core_commands.py:3022 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2980 +#: redbot/core/core_commands.py:3026 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2985 +#: redbot/core/core_commands.py:3031 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2990 +#: redbot/core/core_commands.py:3036 #, docstring msgid "\n" " Commands to manage settings for the help command.\n\n" @@ -1825,7 +1856,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2999 +#: redbot/core/core_commands.py:3045 #, docstring msgid "\n" " Show the current help settings.\n\n" @@ -1835,11 +1866,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3013 +#: redbot/core/core_commands.py:3059 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:3023 +#: redbot/core/core_commands.py:3069 #, docstring msgid "\n" " This resets [botname]'s help formatter to the default formatter.\n\n" @@ -1848,11 +1879,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3032 +#: redbot/core/core_commands.py:3078 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:3041 +#: redbot/core/core_commands.py:3087 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1862,11 +1893,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3051 +#: redbot/core/core_commands.py:3097 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3105 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1882,15 +1913,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3079 +#: redbot/core/core_commands.py:3125 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:3081 +#: redbot/core/core_commands.py:3127 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:3085 +#: redbot/core/core_commands.py:3131 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1904,15 +1935,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3102 +#: redbot/core/core_commands.py:3148 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3104 +#: redbot/core/core_commands.py:3150 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3154 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1926,15 +1957,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3125 +#: redbot/core/core_commands.py:3171 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3127 +#: redbot/core/core_commands.py:3173 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3131 +#: redbot/core/core_commands.py:3177 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent to a DM.\n\n" @@ -1950,15 +1981,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3152 +#: redbot/core/core_commands.py:3198 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3154 +#: redbot/core/core_commands.py:3200 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3158 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be filtered from help.\n\n" @@ -1972,15 +2003,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3175 +#: redbot/core/core_commands.py:3221 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:3177 +#: redbot/core/core_commands.py:3223 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:3181 +#: redbot/core/core_commands.py:3227 #, docstring msgid "\n" " Sets whether the bot should respond to help commands for nonexistent topics.\n\n" @@ -1996,15 +2027,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3202 +#: redbot/core/core_commands.py:3248 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3251 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:3213 +#: redbot/core/core_commands.py:3259 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " Note: This setting only applies to embedded help.\n\n" @@ -2019,15 +2050,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3230 +#: redbot/core/core_commands.py:3276 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:3234 +#: redbot/core/core_commands.py:3280 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3238 +#: redbot/core/core_commands.py:3284 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " Note: This setting does not apply to menu help.\n\n" @@ -2043,15 +2074,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3283 +#: redbot/core/core_commands.py:3302 redbot/core/core_commands.py:3329 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:3260 +#: redbot/core/core_commands.py:3306 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3265 +#: redbot/core/core_commands.py:3311 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -2068,19 +2099,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3332 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3337 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:3293 +#: redbot/core/core_commands.py:3339 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:3297 +#: redbot/core/core_commands.py:3343 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -2094,19 +2125,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3312 +#: redbot/core/core_commands.py:3358 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:3316 +#: redbot/core/core_commands.py:3362 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:3324 +#: redbot/core/core_commands.py:3370 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:3329 +#: redbot/core/core_commands.py:3375 #, docstring msgid "Sends a message to the owner.\n\n" " This is limited to one message every 60 seconds per person.\n\n" @@ -2117,43 +2148,43 @@ msgid "Sends a message to the owner.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3341 +#: redbot/core/core_commands.py:3387 msgid "User ID: {}" msgstr "User ID: {}" -#: redbot/core/core_commands.py:3344 +#: redbot/core/core_commands.py:3390 msgid "through DM" msgstr "privát üzeneten keresztül" -#: redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3392 msgid "from {}" msgstr "{}-től" -#: redbot/core/core_commands.py:3347 +#: redbot/core/core_commands.py:3393 msgid " | Server ID: {}" msgstr " | Server ID: {}" -#: redbot/core/core_commands.py:3352 +#: redbot/core/core_commands.py:3398 msgid "Use `{}dm {} ` to reply to this user" msgstr "Használd a `{}dm {} ` üzenetet hogy válaszolj ennek a felhasználónak" -#: redbot/core/core_commands.py:3354 +#: redbot/core/core_commands.py:3400 msgid "Sent by {} {}" msgstr "Küldve {} {} által" -#: redbot/core/core_commands.py:3359 +#: redbot/core/core_commands.py:3405 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:3430 +#: redbot/core/core_commands.py:3476 msgid "Your message has been sent." msgstr "Az üzeneted el lett küldve." -#: redbot/core/core_commands.py:3432 +#: redbot/core/core_commands.py:3478 msgid "I'm unable to deliver your message. Sorry." msgstr "Nem tudom kézbesíteni az üzeneted. Bocsi." -#: redbot/core/core_commands.py:3437 +#: redbot/core/core_commands.py:3483 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n\n" @@ -2166,41 +2197,41 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3453 +#: redbot/core/core_commands.py:3499 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3509 msgid "Owner of {}" msgstr "Tulajdonosa ennek: {}" -#: redbot/core/core_commands.py:3464 +#: redbot/core/core_commands.py:3510 msgid "You can reply to this message with {}contact" msgstr "Válaszolhatsz erre az üzenetre {}contact -vel" -#: redbot/core/core_commands.py:3478 redbot/core/core_commands.py:3488 +#: redbot/core/core_commands.py:3524 redbot/core/core_commands.py:3534 msgid "Sorry, I couldn't deliver your message to {}" msgstr "Sajnálom, de nem tudtam elküldeni az üzeneted {} -nek" -#: redbot/core/core_commands.py:3481 redbot/core/core_commands.py:3491 +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3537 msgid "Message delivered to {}" msgstr "Üzenet elküldve {} -nek" -#: redbot/core/core_commands.py:3496 +#: redbot/core/core_commands.py:3542 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:3500 +#: redbot/core/core_commands.py:3546 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:3506 +#: redbot/core/core_commands.py:3552 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:3593 +#: redbot/core/core_commands.py:3639 #, docstring msgid "\n" " Commands to manage the allowlist.\n\n" @@ -2209,7 +2240,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3604 +#: redbot/core/core_commands.py:3650 #, docstring msgid "\n" " Adds users to the allowlist.\n\n" @@ -2221,15 +2252,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3663 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3619 +#: redbot/core/core_commands.py:3665 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3623 +#: redbot/core/core_commands.py:3669 #, docstring msgid "\n" " Lists users on the allowlist.\n\n" @@ -2238,21 +2269,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3635 +#: redbot/core/core_commands.py:3681 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3637 +#: redbot/core/core_commands.py:3683 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3641 redbot/core/core_commands.py:3739 +#: redbot/core/core_commands.py:3687 redbot/core/core_commands.py:3785 #: redbot/core/modlog.py:428 redbot/core/modlog.py:450 #: redbot/core/modlog.py:466 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/core_commands.py:3649 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Removes users from the allowlist.\n\n" @@ -2265,15 +2296,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3664 +#: redbot/core/core_commands.py:3710 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3666 +#: redbot/core/core_commands.py:3712 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3670 +#: redbot/core/core_commands.py:3716 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2283,11 +2314,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3725 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3684 +#: redbot/core/core_commands.py:3730 #, docstring msgid "\n" " Commands to manage the blocklist.\n\n" @@ -2295,7 +2326,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3693 +#: redbot/core/core_commands.py:3739 #, docstring msgid "\n" " Adds users to the blocklist.\n\n" @@ -2307,19 +2338,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3709 +#: redbot/core/core_commands.py:3755 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3715 +#: redbot/core/core_commands.py:3761 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3717 +#: redbot/core/core_commands.py:3763 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3721 +#: redbot/core/core_commands.py:3767 #, docstring msgid "\n" " Lists users on the blocklist.\n\n" @@ -2328,15 +2359,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3733 +#: redbot/core/core_commands.py:3779 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3735 +#: redbot/core/core_commands.py:3781 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3747 +#: redbot/core/core_commands.py:3793 #, docstring msgid "\n" " Removes users from the blocklist.\n\n" @@ -2348,15 +2379,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3760 +#: redbot/core/core_commands.py:3806 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3762 +#: redbot/core/core_commands.py:3808 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3766 +#: redbot/core/core_commands.py:3812 #, docstring msgid "\n" " Clears the blocklist.\n\n" @@ -2365,11 +2396,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3773 +#: redbot/core/core_commands.py:3819 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3779 +#: redbot/core/core_commands.py:3825 #, docstring msgid "\n" " Commands to manage the server specific allowlist.\n\n" @@ -2378,7 +2409,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3792 +#: redbot/core/core_commands.py:3838 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n\n" @@ -2391,19 +2422,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3811 +#: redbot/core/core_commands.py:3857 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:3820 +#: redbot/core/core_commands.py:3866 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3822 +#: redbot/core/core_commands.py:3868 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3826 +#: redbot/core/core_commands.py:3872 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n\n" @@ -2412,19 +2443,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3838 +#: redbot/core/core_commands.py:3884 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3840 +#: redbot/core/core_commands.py:3886 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:3844 redbot/core/core_commands.py:3966 +#: redbot/core/core_commands.py:3890 redbot/core/core_commands.py:4012 msgid "Unknown or Deleted User/Role" msgstr "" -#: redbot/core/core_commands.py:3854 +#: redbot/core/core_commands.py:3900 #, docstring msgid "\n" " Removes user or role from the allowlist.\n\n" @@ -2438,19 +2469,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3875 +#: redbot/core/core_commands.py:3921 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3883 +#: redbot/core/core_commands.py:3929 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3885 +#: redbot/core/core_commands.py:3931 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3889 +#: redbot/core/core_commands.py:3935 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2460,11 +2491,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3898 +#: redbot/core/core_commands.py:3944 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3904 +#: redbot/core/core_commands.py:3950 #, docstring msgid "\n" " Commands to manage the server specific blocklist.\n\n" @@ -2472,7 +2503,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3915 +#: redbot/core/core_commands.py:3961 #, docstring msgid "\n" " Adds a user or role to the local blocklist.\n\n" @@ -2485,27 +2516,27 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3929 +#: redbot/core/core_commands.py:3975 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3932 +#: redbot/core/core_commands.py:3978 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3935 +#: redbot/core/core_commands.py:3981 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3942 +#: redbot/core/core_commands.py:3988 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3944 +#: redbot/core/core_commands.py:3990 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3948 +#: redbot/core/core_commands.py:3994 #, docstring msgid "\n" " Lists users and roles on the server blocklist.\n\n" @@ -2514,15 +2545,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3960 +#: redbot/core/core_commands.py:4006 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3962 +#: redbot/core/core_commands.py:4008 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3976 +#: redbot/core/core_commands.py:4022 #, docstring msgid "\n" " Removes user or role from local blocklist.\n\n" @@ -2535,15 +2566,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3992 +#: redbot/core/core_commands.py:4038 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3994 +#: redbot/core/core_commands.py:4040 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3998 +#: redbot/core/core_commands.py:4044 #, docstring msgid "\n" " Clears the server blocklist.\n\n" @@ -2553,16 +2584,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4007 +#: redbot/core/core_commands.py:4053 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:4012 +#: redbot/core/core_commands.py:4058 #, docstring msgid "Commands to enable and disable commands and cogs." msgstr "" -#: redbot/core/core_commands.py:4018 +#: redbot/core/core_commands.py:4064 #, docstring msgid "Set the default state for a cog as disabled.\n\n" " This will disable the cog for all servers by default.\n" @@ -2576,20 +2607,20 @@ msgid "Set the default state for a cog as disabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4034 redbot/core/core_commands.py:4059 -#: redbot/core/core_commands.py:4079 redbot/core/core_commands.py:4109 +#: redbot/core/core_commands.py:4080 redbot/core/core_commands.py:4105 +#: redbot/core/core_commands.py:4125 redbot/core/core_commands.py:4155 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:4036 +#: redbot/core/core_commands.py:4082 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:4038 +#: redbot/core/core_commands.py:4084 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:4043 +#: redbot/core/core_commands.py:4089 #, docstring msgid "Set the default state for a cog as enabled.\n\n" " This will re-enable the cog for all servers by default.\n" @@ -2603,11 +2634,11 @@ msgid "Set the default state for a cog as enabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4061 +#: redbot/core/core_commands.py:4107 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:4066 +#: redbot/core/core_commands.py:4112 #, docstring msgid "Disable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2619,19 +2650,19 @@ msgid "Disable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4081 +#: redbot/core/core_commands.py:4127 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:4083 +#: redbot/core/core_commands.py:4129 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4086 +#: redbot/core/core_commands.py:4132 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4092 +#: redbot/core/core_commands.py:4138 #, docstring msgid "Enable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2643,15 +2674,15 @@ msgid "Enable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4104 +#: redbot/core/core_commands.py:4150 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4112 +#: redbot/core/core_commands.py:4158 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4118 +#: redbot/core/core_commands.py:4164 #, docstring msgid "List the cogs which are disabled in this server.\n\n" " **Example:**\n" @@ -2659,15 +2690,15 @@ msgid "List the cogs which are disabled in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4131 +#: redbot/core/core_commands.py:4177 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:4137 +#: redbot/core/core_commands.py:4183 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:4141 +#: redbot/core/core_commands.py:4187 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2678,7 +2709,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4158 +#: redbot/core/core_commands.py:4204 #, docstring msgid "List disabled commands globally.\n\n" " **Example:**\n" @@ -2686,19 +2717,19 @@ msgid "List disabled commands globally.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4165 +#: redbot/core/core_commands.py:4211 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:4168 +#: redbot/core/core_commands.py:4214 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4172 +#: redbot/core/core_commands.py:4218 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4180 +#: redbot/core/core_commands.py:4226 #, docstring msgid "List disabled commands in this server.\n\n" " **Example:**\n" @@ -2706,19 +2737,19 @@ msgid "List disabled commands in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4187 +#: redbot/core/core_commands.py:4233 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:4190 +#: redbot/core/core_commands.py:4236 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4194 +#: redbot/core/core_commands.py:4240 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4201 +#: redbot/core/core_commands.py:4247 #, docstring msgid "\n" " Disable a command.\n\n" @@ -2732,7 +2763,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4223 +#: redbot/core/core_commands.py:4269 #, docstring msgid "\n" " Disable a command globally.\n\n" @@ -2744,19 +2775,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4242 redbot/core/core_commands.py:4285 +#: redbot/core/core_commands.py:4288 redbot/core/core_commands.py:4331 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:4248 redbot/core/core_commands.py:4291 +#: redbot/core/core_commands.py:4294 redbot/core/core_commands.py:4337 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:4257 +#: redbot/core/core_commands.py:4303 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:4266 +#: redbot/core/core_commands.py:4312 #, docstring msgid "\n" " Disable a command in this server only.\n\n" @@ -2768,15 +2799,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4296 +#: redbot/core/core_commands.py:4342 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:4306 +#: redbot/core/core_commands.py:4352 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:4312 +#: redbot/core/core_commands.py:4358 #, docstring msgid "Enable a command.\n\n" " If you're the bot owner, this will try to enable a globally disabled command by default.\n" @@ -2789,7 +2820,7 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4332 +#: redbot/core/core_commands.py:4378 #, docstring msgid "\n" " Enable a command globally.\n\n" @@ -2801,11 +2832,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4354 +#: redbot/core/core_commands.py:4400 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:4363 +#: redbot/core/core_commands.py:4409 #, docstring msgid "\n" " Enable a command in this server.\n\n" @@ -2817,15 +2848,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4381 +#: redbot/core/core_commands.py:4427 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4437 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:4398 +#: redbot/core/core_commands.py:4444 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2839,7 +2870,7 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4419 +#: redbot/core/core_commands.py:4465 #, docstring msgid "\n" " Commands to manage server settings for immunity from automated actions.\n\n" @@ -2847,7 +2878,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4428 +#: redbot/core/core_commands.py:4474 #, docstring msgid "\n" " Gets the current members and roles configured for automatic moderation action immunity.\n\n" @@ -2856,19 +2887,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4441 +#: redbot/core/core_commands.py:4487 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4446 +#: redbot/core/core_commands.py:4492 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4450 +#: redbot/core/core_commands.py:4496 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:4459 +#: redbot/core/core_commands.py:4505 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n\n" @@ -2880,11 +2911,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4471 +#: redbot/core/core_commands.py:4517 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:4479 +#: redbot/core/core_commands.py:4525 #, docstring msgid "\n" " Remove a user or role from being immune to automated moderation actions.\n\n" @@ -2896,11 +2927,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4491 +#: redbot/core/core_commands.py:4537 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:4499 +#: redbot/core/core_commands.py:4545 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n\n" @@ -2912,15 +2943,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4511 +#: redbot/core/core_commands.py:4557 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:4513 +#: redbot/core/core_commands.py:4559 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:4518 +#: redbot/core/core_commands.py:4564 #, docstring msgid "\n" " Commands for configuring owner notifications.\n\n" @@ -2928,7 +2959,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4527 +#: redbot/core/core_commands.py:4573 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2940,7 +2971,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4546 +#: redbot/core/core_commands.py:4592 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n\n" @@ -2951,7 +2982,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4565 +#: redbot/core/core_commands.py:4611 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n\n" @@ -2963,7 +2994,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4591 +#: redbot/core/core_commands.py:4637 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n\n" @@ -2975,7 +3006,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4615 +#: redbot/core/core_commands.py:4661 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n\n" @@ -2984,15 +3015,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4625 +#: redbot/core/core_commands.py:4671 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:4636 +#: redbot/core/core_commands.py:4682 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:4667 +#: redbot/core/core_commands.py:4713 #, docstring msgid "\n" " Commands to add servers or channels to the ignore list.\n\n" @@ -3001,7 +3032,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4677 +#: redbot/core/core_commands.py:4723 #, docstring msgid "\n" " List the currently ignored servers and channels.\n\n" @@ -3010,7 +3041,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4692 +#: redbot/core/core_commands.py:4738 #, docstring msgid "\n" " Ignore commands in the channel or category.\n\n" @@ -3026,15 +3057,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4712 +#: redbot/core/core_commands.py:4758 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:4714 +#: redbot/core/core_commands.py:4760 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:4719 +#: redbot/core/core_commands.py:4765 #, docstring msgid "\n" " Ignore commands in this server.\n\n" @@ -3044,20 +3075,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4730 +#: redbot/core/core_commands.py:4776 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:4732 +#: redbot/core/core_commands.py:4778 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:4738 +#: redbot/core/core_commands.py:4784 #, docstring msgid "Commands to remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4746 +#: redbot/core/core_commands.py:4792 #, docstring msgid "\n" " Remove a channel or category from the ignore list.\n\n" @@ -3072,15 +3103,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4765 +#: redbot/core/core_commands.py:4811 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:4767 +#: redbot/core/core_commands.py:4813 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4772 +#: redbot/core/core_commands.py:4818 #, docstring msgid "\n" " Remove this server from the ignore list.\n\n" @@ -3089,24 +3120,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4781 +#: redbot/core/core_commands.py:4827 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4783 +#: redbot/core/core_commands.py:4829 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4789 +#: redbot/core/core_commands.py:4835 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:4801 +#: redbot/core/core_commands.py:4847 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:4816 +#: redbot/core/core_commands.py:4862 #, docstring msgid "\n" " Get info about Red's licenses.\n" @@ -3139,7 +3170,7 @@ msgid "Evaluate a statement of python code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:166 +#: redbot/core/dev_commands.py:167 #, docstring msgid "Execute asynchronous code.\n\n" " This command wraps code into the body of an async function and then\n" @@ -3159,7 +3190,7 @@ msgid "Execute asynchronous code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:220 +#: redbot/core/dev_commands.py:221 #, docstring msgid "Open an interactive REPL.\n\n" " The REPL will only recognise code as messages which start with a\n" @@ -3168,51 +3199,51 @@ msgid "Open an interactive REPL.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:229 +#: redbot/core/dev_commands.py:230 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "Már most is fut egy REPL értekezlet ebben a csatornában. Lépj ki a `quit` használatával." -#: redbot/core/dev_commands.py:233 +#: redbot/core/dev_commands.py:234 msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." msgstr "" -#: redbot/core/dev_commands.py:244 +#: redbot/core/dev_commands.py:245 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." msgstr "" -#: redbot/core/dev_commands.py:258 +#: redbot/core/dev_commands.py:259 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:309 +#: redbot/core/dev_commands.py:310 msgid "Unexpected error: `{}`" msgstr "Váratlan hiba: `{}`" -#: redbot/core/dev_commands.py:313 +#: redbot/core/dev_commands.py:314 #, docstring msgid "Pauses/resumes the REPL running in the current channel" msgstr "" -#: redbot/core/dev_commands.py:315 +#: redbot/core/dev_commands.py:316 msgid "There is no currently running REPL session in this channel." msgstr "" -#: redbot/core/dev_commands.py:323 +#: redbot/core/dev_commands.py:324 msgid "The REPL session in this channel has been resumed." msgstr "" -#: redbot/core/dev_commands.py:325 +#: redbot/core/dev_commands.py:326 msgid "The REPL session in this channel is now paused." msgstr "" -#: redbot/core/dev_commands.py:330 +#: redbot/core/dev_commands.py:331 #, docstring msgid "Mock another user invoking a command.\n\n" " The prefix must not be entered.\n" " " msgstr "" -#: redbot/core/dev_commands.py:343 +#: redbot/core/dev_commands.py:344 #, docstring msgid "Dispatch a message event as if it were sent by a different user.\n\n" " Only reads the raw content of the message. Attachments, embeds etc. are\n" @@ -3220,17 +3251,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:364 +#: redbot/core/dev_commands.py:365 #, docstring msgid "Give bot owners the ability to bypass cooldowns.\n\n" " Does not persist through restarts." msgstr "" -#: redbot/core/dev_commands.py:372 +#: redbot/core/dev_commands.py:373 msgid "Bot owners will now bypass all commands with cooldowns." msgstr "" -#: redbot/core/dev_commands.py:374 +#: redbot/core/dev_commands.py:375 msgid "Bot owners will no longer bypass all commands with cooldowns." msgstr "" diff --git a/redbot/core/locales/id-ID.po b/redbot/core/locales/id-ID.po index f071ba30c..c5c4b1059 100644 --- a/redbot/core/locales/id-ID.po +++ b/redbot/core/locales/id-ID.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-05-25 16:04+0000\n" +"POT-Creation-Date: 2021-06-12 15:52+0000\n" "Last-Translator: \n" "Language-Team: Indonesian\n" "MIME-Version: 1.0\n" @@ -126,15 +126,15 @@ msgstr "" msgid "**{} unloaded:**\n" msgstr "" -#: redbot/core/core_commands.py:179 +#: redbot/core/core_commands.py:181 msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:184 +#: redbot/core/core_commands.py:186 msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:393 +#: redbot/core/core_commands.py:398 #, docstring msgid "\n" " The Core cog has many commands related to core functions.\n\n" @@ -142,93 +142,93 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:410 #, docstring msgid "Pong." msgstr "" -#: redbot/core/core_commands.py:410 +#: redbot/core/core_commands.py:415 #, docstring msgid "Shows info about [botname].\n\n" " See `[p]set custominfo` to customize.\n" " " msgstr "" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:445 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by team" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:456 +#: redbot/core/core_commands.py:461 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:459 redbot/core/core_commands.py:515 +#: redbot/core/core_commands.py:464 redbot/core/core_commands.py:520 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:463 redbot/core/core_commands.py:519 +#: redbot/core/core_commands.py:468 redbot/core/core_commands.py:524 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:464 +#: redbot/core/core_commands.py:469 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:466 +#: redbot/core/core_commands.py:471 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:467 +#: redbot/core/core_commands.py:472 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:470 redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:475 redbot/core/core_commands.py:533 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:483 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:489 +#: redbot/core/core_commands.py:494 msgid "Instance owned by team: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:501 +#: redbot/core/core_commands.py:506 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:520 +#: redbot/core/core_commands.py:525 msgid "Outdated: [{state}]\n" msgstr "" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:528 msgid "**About Red**\n" msgstr "" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:539 msgid "**About this instance**\n" msgstr "" -#: redbot/core/core_commands.py:536 +#: redbot/core/core_commands.py:541 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -239,20 +239,20 @@ msgid "**References**\n" "7. <{}>\n" msgstr "" -#: redbot/core/core_commands.py:552 +#: redbot/core/core_commands.py:557 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:555 +#: redbot/core/core_commands.py:560 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:557 +#: redbot/core/core_commands.py:562 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:564 +#: redbot/core/core_commands.py:569 #, docstring msgid "\n" " Commands which interact with the data [botname] has about you.\n\n" @@ -260,7 +260,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:575 +#: redbot/core/core_commands.py:580 #, docstring msgid "\n" " Find out what type of data [botname] stores and why.\n\n" @@ -269,12 +269,12 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:585 +#: redbot/core/core_commands.py:590 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:604 +#: redbot/core/core_commands.py:609 #, docstring msgid "View the End User Data statements of each 3rd-party module.\n\n" " This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" @@ -283,39 +283,39 @@ msgid "View the End User Data statements of each 3rd-party module.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:615 +#: redbot/core/core_commands.py:620 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:625 +#: redbot/core/core_commands.py:630 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:645 +#: redbot/core/core_commands.py:650 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:647 +#: redbot/core/core_commands.py:652 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:652 +#: redbot/core/core_commands.py:657 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:668 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:679 +#: redbot/core/core_commands.py:684 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:684 +#: redbot/core/core_commands.py:689 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:695 +#: redbot/core/core_commands.py:700 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -327,63 +327,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:710 +#: redbot/core/core_commands.py:715 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:717 +#: redbot/core/core_commands.py:722 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:727 +#: redbot/core/core_commands.py:732 msgid "This may take some time." msgstr "" -#: redbot/core/core_commands.py:740 +#: redbot/core/core_commands.py:745 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:755 +#: redbot/core/core_commands.py:760 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:765 +#: redbot/core/core_commands.py:770 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:775 +#: redbot/core/core_commands.py:780 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:783 redbot/core/core_commands.py:950 -#: redbot/core/core_commands.py:1036 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:788 redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:1041 redbot/core/core_commands.py:1112 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:793 +#: redbot/core/core_commands.py:798 #, docstring msgid "[Coming Soon] Get what data [botname] has about you." msgstr "" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:800 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:804 +#: redbot/core/core_commands.py:809 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:810 +#: redbot/core/core_commands.py:815 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -394,11 +394,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:821 +#: redbot/core/core_commands.py:826 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:834 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n\n" @@ -408,11 +408,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:838 +#: redbot/core/core_commands.py:843 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:847 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -426,15 +426,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:859 +#: redbot/core/core_commands.py:864 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:867 +#: redbot/core/core_commands.py:872 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:878 +#: redbot/core/core_commands.py:883 #, docstring msgid "\n" " Handle a deletion request from Discord.\n\n" @@ -447,34 +447,34 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:892 +#: redbot/core/core_commands.py:897 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:915 redbot/core/core_commands.py:1072 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +#: redbot/core/core_commands.py:930 redbot/core/core_commands.py:1087 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +#: redbot/core/core_commands.py:941 redbot/core/core_commands.py:1098 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +#: redbot/core/core_commands.py:951 redbot/core/core_commands.py:1108 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:957 +#: redbot/core/core_commands.py:962 #, docstring msgid "Delete data [botname] has about a user for a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" @@ -485,34 +485,34 @@ msgid "Delete data [botname] has about a user for a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:973 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:991 +#: redbot/core/core_commands.py:996 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1006 +#: redbot/core/core_commands.py:1011 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1017 +#: redbot/core/core_commands.py:1022 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1033 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1048 #, docstring msgid "Delete data [botname] has about a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" @@ -522,12 +522,12 @@ msgid "Delete data [botname] has about a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1053 +#: redbot/core/core_commands.py:1058 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1114 +#: redbot/core/core_commands.py:1119 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -547,7 +547,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1136 +#: redbot/core/core_commands.py:1141 #, docstring msgid "\n" " Show the current embed settings.\n\n" @@ -561,42 +561,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1153 redbot/core/core_commands.py:1309 -#: redbot/core/core_commands.py:1360 redbot/core/core_commands.py:4236 -#: redbot/core/core_commands.py:4279 redbot/core/core_commands.py:4345 -#: redbot/core/core_commands.py:4376 +#: redbot/core/core_commands.py:1158 redbot/core/core_commands.py:1314 +#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:4282 +#: redbot/core/core_commands.py:4325 redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4422 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:1159 +#: redbot/core/core_commands.py:1164 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1161 +#: redbot/core/core_commands.py:1166 msgid "Global default: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1171 msgid "Global command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1172 +#: redbot/core/core_commands.py:1177 msgid "Guild setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1177 +#: redbot/core/core_commands.py:1182 msgid "Server command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1183 +#: redbot/core/core_commands.py:1188 msgid "Channel setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1191 msgid "User setting: {value}" msgstr "" -#: redbot/core/core_commands.py:1192 +#: redbot/core/core_commands.py:1197 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -608,15 +608,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1206 +#: redbot/core/core_commands.py:1211 msgid "Embeds are now disabled by default." msgstr "" -#: redbot/core/core_commands.py:1209 +#: redbot/core/core_commands.py:1214 msgid "Embeds are now enabled by default." msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1220 #, docstring msgid "\n" " Set the server's embed setting.\n\n" @@ -632,20 +632,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1234 redbot/core/core_commands.py:1318 -#: redbot/core/core_commands.py:1409 redbot/core/core_commands.py:1440 +#: redbot/core/core_commands.py:1239 redbot/core/core_commands.py:1323 +#: redbot/core/core_commands.py:1414 redbot/core/core_commands.py:1445 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1239 +#: redbot/core/core_commands.py:1244 msgid "Embeds are now enabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1241 +#: redbot/core/core_commands.py:1246 msgid "Embeds are now disabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1249 +#: redbot/core/core_commands.py:1254 #, docstring msgid "\n" " Sets a command's embed setting.\n\n" @@ -662,11 +662,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1278 +#: redbot/core/core_commands.py:1283 msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." msgstr "" -#: redbot/core/core_commands.py:1289 +#: redbot/core/core_commands.py:1294 #, docstring msgid "\n" " Sets a command's embed setting globally.\n\n" @@ -682,15 +682,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1375 +#: redbot/core/core_commands.py:1329 redbot/core/core_commands.py:1380 msgid "Embeds are now enabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1330 redbot/core/core_commands.py:1381 +#: redbot/core/core_commands.py:1335 redbot/core/core_commands.py:1386 msgid "Embeds are now disabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1340 +#: redbot/core/core_commands.py:1345 #, docstring msgid "\n" " Sets a commmand's embed setting for the current server.\n\n" @@ -706,11 +706,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1369 +#: redbot/core/core_commands.py:1374 msgid "Embeds will now fall back to the server setting." msgstr "" -#: redbot/core/core_commands.py:1390 +#: redbot/core/core_commands.py:1395 #, docstring msgid "\n" " Set's a channel's embed setting.\n\n" @@ -726,21 +726,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1419 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "enabled" msgstr "diaktifkan" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "disabled" msgstr "dinonaktifkan" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1426 #, docstring msgid "\n" " Sets personal embed setting for DMs.\n\n" @@ -756,15 +756,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1450 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1452 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1453 +#: redbot/core/core_commands.py:1458 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead.\n\n" @@ -777,11 +777,11 @@ msgid "Sends to the owner the last command exception that has occurred.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:1487 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1487 +#: redbot/core/core_commands.py:1492 #, docstring msgid "Shows [botname]'s invite url.\n\n" " This will always send the invite to DMs to keep it private.\n\n" @@ -791,12 +791,12 @@ msgid "Shows [botname]'s invite url.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1512 #, docstring msgid "Commands to setup [botname]'s invite settings." msgstr "" -#: redbot/core/core_commands.py:1512 +#: redbot/core/core_commands.py:1517 #, docstring msgid "\n" " Toggles if `[p]invite` should be accessible for the average user.\n\n" @@ -808,7 +808,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1549 +#: redbot/core/core_commands.py:1554 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -823,7 +823,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 #, docstring msgid "\n" " Leaves servers.\n\n" @@ -838,43 +855,43 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1588 +#: redbot/core/core_commands.py:1613 msgid "You need to specify at least one server ID." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:1620 msgid "You haven't passed any server ID. Do you want me to leave this server?" msgstr "" -#: redbot/core/core_commands.py:1600 +#: redbot/core/core_commands.py:1625 msgid "Are you sure you want me to leave these servers?" msgstr "" -#: redbot/core/core_commands.py:1608 +#: redbot/core/core_commands.py:1633 msgid "I cannot leave the server `{server_name}`: I am the owner of it." msgstr "" -#: redbot/core/core_commands.py:1619 +#: redbot/core/core_commands.py:1644 redbot/core/core_commands.py:2711 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:1624 +#: redbot/core/core_commands.py:1649 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1652 msgid "Alright. Leaving {number} servers..." msgstr "" -#: redbot/core/core_commands.py:1634 +#: redbot/core/core_commands.py:1659 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1636 +#: redbot/core/core_commands.py:1661 msgid "Alright, I'm not leaving those servers." msgstr "" -#: redbot/core/core_commands.py:1641 +#: redbot/core/core_commands.py:1666 #, docstring msgid "\n" " Lists the servers [botname] is currently in.\n\n" @@ -882,7 +899,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:1684 #, docstring msgid "Loads cog packages from the local paths and installed cogs.\n\n" " See packages available to load with `[p]cogs`.\n\n" @@ -895,67 +912,67 @@ msgid "Loads cog packages from the local paths and installed cogs.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1688 +#: redbot/core/core_commands.py:1713 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1693 +#: redbot/core/core_commands.py:1718 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1722 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1729 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1709 +#: redbot/core/core_commands.py:1734 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1717 redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1742 redbot/core/core_commands.py:1898 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1723 redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1748 redbot/core/core_commands.py:1904 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1732 redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1757 redbot/core/core_commands.py:1913 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1736 redbot/core/core_commands.py:1892 +#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1744 +#: redbot/core/core_commands.py:1769 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1748 +#: redbot/core/core_commands.py:1773 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1755 +#: redbot/core/core_commands.py:1780 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1786 redbot/core/core_commands.py:1942 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1780 +#: redbot/core/core_commands.py:1805 #, docstring msgid "Unloads previously loaded cog packages.\n\n" " See packages available to unload with `[p]cogs`.\n\n" @@ -967,23 +984,23 @@ msgid "Unloads previously loaded cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1798 +#: redbot/core/core_commands.py:1823 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1827 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1809 +#: redbot/core/core_commands.py:1834 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1813 +#: redbot/core/core_commands.py:1838 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1826 +#: redbot/core/core_commands.py:1851 #, docstring msgid "Reloads cog packages.\n\n" " This will unload and then load the specified cogs.\n\n" @@ -996,36 +1013,36 @@ msgid "Reloads cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:1880 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1860 +#: redbot/core/core_commands.py:1885 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1890 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1900 +#: redbot/core/core_commands.py:1925 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1904 +#: redbot/core/core_commands.py:1929 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1936 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Shuts down the bot.\n\n" " Allows [botname] to shut down gracefully.\n\n" @@ -1038,11 +1055,11 @@ msgid "Shuts down the bot.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1974 msgid "Shutting down... " msgstr "Mematikan... " -#: redbot/core/core_commands.py:1955 +#: redbot/core/core_commands.py:1980 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -1055,30 +1072,30 @@ msgid "Attempts to restart [botname].\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1969 +#: redbot/core/core_commands.py:1994 msgid "Restarting..." msgstr "Memulai ulang..." -#: redbot/core/core_commands.py:1974 +#: redbot/core/core_commands.py:1999 #, docstring msgid "Commands for changing [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1978 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1996 +#: redbot/core/core_commands.py:2021 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2042 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -1086,7 +1103,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:2039 +#: redbot/core/core_commands.py:2064 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -1101,23 +1118,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2060 +#: redbot/core/core_commands.py:2085 msgid "Command deleting disabled." msgstr "Perintah menghapus dinonaktifkan." -#: redbot/core/core_commands.py:2062 +#: redbot/core/core_commands.py:2087 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2092 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2099 msgid "I will not delete command messages." msgstr "Saya tidak akan menghapus pesan perintah." -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2104 #, docstring msgid "\n" " Sets the bot's description.\n\n" @@ -1133,15 +1150,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2099 +#: redbot/core/core_commands.py:2124 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:2102 +#: redbot/core/core_commands.py:2127 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2141 #, docstring msgid "\n" " Adds an admin role for this guild.\n\n" @@ -1159,15 +1176,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2136 +#: redbot/core/core_commands.py:2161 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:2138 +#: redbot/core/core_commands.py:2163 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2144 +#: redbot/core/core_commands.py:2169 #, docstring msgid "\n" " Adds a moderator role for this guild.\n\n" @@ -1184,15 +1201,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2188 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:2165 +#: redbot/core/core_commands.py:2190 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2171 +#: redbot/core/core_commands.py:2196 #, docstring msgid "\n" " Removes an admin role for this guild.\n\n" @@ -1204,15 +1221,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2208 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:2185 +#: redbot/core/core_commands.py:2210 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2191 +#: redbot/core/core_commands.py:2216 #, docstring msgid "\n" " Removes a mod role for this guild.\n\n" @@ -1224,15 +1241,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2228 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2230 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2211 +#: redbot/core/core_commands.py:2236 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -1243,19 +1260,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2248 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will" msgstr "" -#: redbot/core/core_commands.py:2232 +#: redbot/core/core_commands.py:2257 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -1267,11 +1284,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2247 +#: redbot/core/core_commands.py:2272 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2280 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -1282,11 +1299,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2268 +#: redbot/core/core_commands.py:2293 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:2276 +#: redbot/core/core_commands.py:2301 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1303,15 +1320,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2321 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:2299 +#: redbot/core/core_commands.py:2324 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:2304 +#: redbot/core/core_commands.py:2329 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL.\n\n" @@ -1324,28 +1341,28 @@ msgid "Sets [botname]'s avatar\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2327 +#: redbot/core/core_commands.py:2352 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:2329 +#: redbot/core/core_commands.py:2354 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:2339 +#: redbot/core/core_commands.py:2364 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:2346 +#: redbot/core/core_commands.py:2371 msgid "JPG / PNG format only." msgstr "Format JPG / PNG saja." -#: redbot/core/core_commands.py:2348 redbot/core/core_commands.py:2575 -#: redbot/core/core_commands.py:2631 redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:2373 redbot/core/core_commands.py:2600 +#: redbot/core/core_commands.py:2656 redbot/core/core_commands.py:2680 msgid "Done." msgstr "Selesai." -#: redbot/core/core_commands.py:2353 +#: redbot/core/core_commands.py:2378 #, docstring msgid "\n" " Removes [botname]'s avatar.\n\n" @@ -1354,11 +1371,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2386 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2392 #, docstring msgid "Sets [botname]'s playing status.\n\n" " This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" @@ -1371,19 +1388,19 @@ msgid "Sets [botname]'s playing status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2383 +#: redbot/core/core_commands.py:2408 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2391 +#: redbot/core/core_commands.py:2416 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:2393 +#: redbot/core/core_commands.py:2418 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:2399 +#: redbot/core/core_commands.py:2424 #, docstring msgid "Sets [botname]'s listening status.\n\n" " This will appear as `Listening to `.\n\n" @@ -1395,19 +1412,19 @@ msgid "Sets [botname]'s listening status.\n\n" " - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2416 +#: redbot/core/core_commands.py:2441 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2425 +#: redbot/core/core_commands.py:2450 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2453 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2459 #, docstring msgid "Sets [botname]'s watching status.\n\n" " This will appear as `Watching `.\n\n" @@ -1419,19 +1436,19 @@ msgid "Sets [botname]'s watching status.\n\n" " - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2475 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2482 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:2459 +#: redbot/core/core_commands.py:2484 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:2465 +#: redbot/core/core_commands.py:2490 #, docstring msgid "Sets [botname]'s competing status.\n\n" " This will appear as `Competing in `.\n\n" @@ -1443,19 +1460,19 @@ msgid "Sets [botname]'s competing status.\n\n" " - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2482 +#: redbot/core/core_commands.py:2507 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2491 +#: redbot/core/core_commands.py:2516 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:2494 +#: redbot/core/core_commands.py:2519 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:2500 +#: redbot/core/core_commands.py:2525 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1471,11 +1488,11 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:2555 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:2538 +#: redbot/core/core_commands.py:2563 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" @@ -1491,15 +1508,15 @@ msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " - `` - The text to follow `Streaming` in the status." msgstr "" -#: redbot/core/core_commands.py:2563 +#: redbot/core/core_commands.py:2588 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2591 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2580 +#: redbot/core/core_commands.py:2605 #, docstring msgid "Sets [botname]'s username.\n\n" " Maximum length for a username is 32 characters.\n\n" @@ -1512,28 +1529,28 @@ msgid "Sets [botname]'s username.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2596 +#: redbot/core/core_commands.py:2621 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2603 +#: redbot/core/core_commands.py:2628 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2609 +#: redbot/core/core_commands.py:2634 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2619 +#: redbot/core/core_commands.py:2644 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2629 +#: redbot/core/core_commands.py:2654 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2662 #, docstring msgid "Sets [botname]'s nickname for the current server.\n\n" " Maximum length for a nickname is 32 characters.\n\n" @@ -1544,15 +1561,15 @@ msgid "Sets [botname]'s nickname for the current server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2649 +#: redbot/core/core_commands.py:2674 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2653 +#: redbot/core/core_commands.py:2678 msgid "I lack the permissions to change my own nickname." msgstr "Saya kurang memiliki izin untuk mengganti nama panggilan saya sendiri." -#: redbot/core/core_commands.py:2660 +#: redbot/core/core_commands.py:2685 #, docstring msgid "Sets [botname]'s global prefix(es).\n\n" " Warning: This is not additive. It will replace all current prefixes.\n\n" @@ -1567,20 +1584,30 @@ msgid "Sets [botname]'s global prefix(es).\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2677 +#: redbot/core/core_commands.py:2702 +msgid "Warning: A prefix is above the recommended length (20 characters).\n" +"Do you want to continue? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:2715 +msgid "Cancelled." +msgstr "Dibatalkan." + +#: redbot/core/core_commands.py:2719 msgid "Prefix set." msgstr "Set awalan." -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:2721 msgid "Prefixes set." msgstr "" -#: redbot/core/core_commands.py:2685 +#: redbot/core/core_commands.py:2727 #, docstring msgid "\n" " Sets [botname]'s server prefix(es).\n\n" " Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" -" This is not additive. It will replace all current server prefixes.\n\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 20 characters.\n\n" " **Examples:**\n" " - `[p]set serverprefix !`\n" " - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" @@ -1591,19 +1618,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2702 +#: redbot/core/core_commands.py:2745 msgid "Server prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2748 +msgid "You cannot have a prefix longer than 20 characters." +msgstr "" + +#: redbot/core/core_commands.py:2753 msgid "Server prefix set." msgstr "" -#: redbot/core/core_commands.py:2709 +#: redbot/core/core_commands.py:2755 msgid "Server prefixes set." msgstr "" -#: redbot/core/core_commands.py:2714 +#: redbot/core/core_commands.py:2760 #, docstring msgid "\n" " Changes the bot's default locale.\n\n" @@ -1620,21 +1651,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2735 redbot/core/core_commands.py:2779 -#: redbot/core/core_commands.py:2818 redbot/core/core_commands.py:2862 +#: redbot/core/core_commands.py:2781 redbot/core/core_commands.py:2825 +#: redbot/core/core_commands.py:2864 redbot/core/core_commands.py:2908 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2739 redbot/core/core_commands.py:2783 -#: redbot/core/core_commands.py:2822 redbot/core/core_commands.py:2866 +#: redbot/core/core_commands.py:2785 redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2868 redbot/core/core_commands.py:2912 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:2792 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2752 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1652,15 +1683,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2774 +#: redbot/core/core_commands.py:2820 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2789 +#: redbot/core/core_commands.py:2835 msgid "Locale has been set." msgstr "Lokal telah ditetapkan." -#: redbot/core/core_commands.py:2795 +#: redbot/core/core_commands.py:2841 #, docstring msgid "\n" " Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1675,15 +1706,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2812 +#: redbot/core/core_commands.py:2858 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2875 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2837 +#: redbot/core/core_commands.py:2883 #, docstring msgid "\n" " Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1698,15 +1729,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2855 +#: redbot/core/core_commands.py:2901 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2873 +#: redbot/core/core_commands.py:2919 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2881 +#: redbot/core/core_commands.py:2927 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1721,19 +1752,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2898 +#: redbot/core/core_commands.py:2944 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2948 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2905 +#: redbot/core/core_commands.py:2951 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2956 #, docstring msgid "\n" " Commands to set, list or remove various external API tokens.\n\n" @@ -1750,11 +1781,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2931 +#: redbot/core/core_commands.py:2977 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2935 +#: redbot/core/core_commands.py:2981 #, docstring msgid "\n" " Show all external API services along with their keys that have been set.\n\n" @@ -1764,19 +1795,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2946 +#: redbot/core/core_commands.py:2992 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2961 +#: redbot/core/core_commands.py:3007 #, docstring msgid "\n" " Remove the given services with all their keys and tokens.\n\n" @@ -1787,20 +1818,20 @@ msgid "\n" " - `` - The services to remove." msgstr "" -#: redbot/core/core_commands.py:2976 +#: redbot/core/core_commands.py:3022 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2980 +#: redbot/core/core_commands.py:3026 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2985 +#: redbot/core/core_commands.py:3031 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2990 +#: redbot/core/core_commands.py:3036 #, docstring msgid "\n" " Commands to manage settings for the help command.\n\n" @@ -1808,7 +1839,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2999 +#: redbot/core/core_commands.py:3045 #, docstring msgid "\n" " Show the current help settings.\n\n" @@ -1818,11 +1849,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3013 +#: redbot/core/core_commands.py:3059 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:3023 +#: redbot/core/core_commands.py:3069 #, docstring msgid "\n" " This resets [botname]'s help formatter to the default formatter.\n\n" @@ -1831,11 +1862,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3032 +#: redbot/core/core_commands.py:3078 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:3041 +#: redbot/core/core_commands.py:3087 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1845,11 +1876,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3051 +#: redbot/core/core_commands.py:3097 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3105 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1865,15 +1896,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3079 +#: redbot/core/core_commands.py:3125 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:3081 +#: redbot/core/core_commands.py:3127 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:3085 +#: redbot/core/core_commands.py:3131 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1887,15 +1918,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3102 +#: redbot/core/core_commands.py:3148 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3104 +#: redbot/core/core_commands.py:3150 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3154 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1909,15 +1940,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3125 +#: redbot/core/core_commands.py:3171 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3127 +#: redbot/core/core_commands.py:3173 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3131 +#: redbot/core/core_commands.py:3177 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent to a DM.\n\n" @@ -1933,15 +1964,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3152 +#: redbot/core/core_commands.py:3198 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3154 +#: redbot/core/core_commands.py:3200 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3158 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be filtered from help.\n\n" @@ -1955,15 +1986,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3175 +#: redbot/core/core_commands.py:3221 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:3177 +#: redbot/core/core_commands.py:3223 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:3181 +#: redbot/core/core_commands.py:3227 #, docstring msgid "\n" " Sets whether the bot should respond to help commands for nonexistent topics.\n\n" @@ -1979,15 +2010,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3202 +#: redbot/core/core_commands.py:3248 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3251 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:3213 +#: redbot/core/core_commands.py:3259 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " Note: This setting only applies to embedded help.\n\n" @@ -2002,15 +2033,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3230 +#: redbot/core/core_commands.py:3276 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:3234 +#: redbot/core/core_commands.py:3280 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3238 +#: redbot/core/core_commands.py:3284 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " Note: This setting does not apply to menu help.\n\n" @@ -2026,15 +2057,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3283 +#: redbot/core/core_commands.py:3302 redbot/core/core_commands.py:3329 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:3260 +#: redbot/core/core_commands.py:3306 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3265 +#: redbot/core/core_commands.py:3311 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -2051,19 +2082,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3332 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3337 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:3293 +#: redbot/core/core_commands.py:3339 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:3297 +#: redbot/core/core_commands.py:3343 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -2077,19 +2108,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3312 +#: redbot/core/core_commands.py:3358 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:3316 +#: redbot/core/core_commands.py:3362 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:3324 +#: redbot/core/core_commands.py:3370 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:3329 +#: redbot/core/core_commands.py:3375 #, docstring msgid "Sends a message to the owner.\n\n" " This is limited to one message every 60 seconds per person.\n\n" @@ -2100,43 +2131,43 @@ msgid "Sends a message to the owner.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3341 +#: redbot/core/core_commands.py:3387 msgid "User ID: {}" msgstr "ID Pengguna: {}" -#: redbot/core/core_commands.py:3344 +#: redbot/core/core_commands.py:3390 msgid "through DM" msgstr "melalui DM" -#: redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3392 msgid "from {}" msgstr "dari {}" -#: redbot/core/core_commands.py:3347 +#: redbot/core/core_commands.py:3393 msgid " | Server ID: {}" msgstr " | Server ID: {}" -#: redbot/core/core_commands.py:3352 +#: redbot/core/core_commands.py:3398 msgid "Use `{}dm {} ` to reply to this user" msgstr "Gunakan `{} dm {} ` untuk membalas pengguna ini" -#: redbot/core/core_commands.py:3354 +#: redbot/core/core_commands.py:3400 msgid "Sent by {} {}" msgstr "Dikirim oleh {} {}" -#: redbot/core/core_commands.py:3359 +#: redbot/core/core_commands.py:3405 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:3430 +#: redbot/core/core_commands.py:3476 msgid "Your message has been sent." msgstr "Pesan Anda telah dikirim." -#: redbot/core/core_commands.py:3432 +#: redbot/core/core_commands.py:3478 msgid "I'm unable to deliver your message. Sorry." msgstr "Saya tidak dapat menyampaikan pesan Anda. Maaf." -#: redbot/core/core_commands.py:3437 +#: redbot/core/core_commands.py:3483 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n\n" @@ -2149,41 +2180,41 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3453 +#: redbot/core/core_commands.py:3499 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3509 msgid "Owner of {}" msgstr "Pemilik dari {}" -#: redbot/core/core_commands.py:3464 +#: redbot/core/core_commands.py:3510 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:3478 redbot/core/core_commands.py:3488 +#: redbot/core/core_commands.py:3524 redbot/core/core_commands.py:3534 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:3481 redbot/core/core_commands.py:3491 +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3537 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:3496 +#: redbot/core/core_commands.py:3542 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:3500 +#: redbot/core/core_commands.py:3546 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:3506 +#: redbot/core/core_commands.py:3552 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:3593 +#: redbot/core/core_commands.py:3639 #, docstring msgid "\n" " Commands to manage the allowlist.\n\n" @@ -2192,7 +2223,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3604 +#: redbot/core/core_commands.py:3650 #, docstring msgid "\n" " Adds users to the allowlist.\n\n" @@ -2204,15 +2235,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3663 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3619 +#: redbot/core/core_commands.py:3665 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3623 +#: redbot/core/core_commands.py:3669 #, docstring msgid "\n" " Lists users on the allowlist.\n\n" @@ -2221,21 +2252,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3635 +#: redbot/core/core_commands.py:3681 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3637 +#: redbot/core/core_commands.py:3683 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3641 redbot/core/core_commands.py:3739 +#: redbot/core/core_commands.py:3687 redbot/core/core_commands.py:3785 #: redbot/core/modlog.py:428 redbot/core/modlog.py:450 #: redbot/core/modlog.py:466 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/core_commands.py:3649 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Removes users from the allowlist.\n\n" @@ -2248,15 +2279,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3664 +#: redbot/core/core_commands.py:3710 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3666 +#: redbot/core/core_commands.py:3712 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3670 +#: redbot/core/core_commands.py:3716 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2266,11 +2297,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3725 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3684 +#: redbot/core/core_commands.py:3730 #, docstring msgid "\n" " Commands to manage the blocklist.\n\n" @@ -2278,7 +2309,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3693 +#: redbot/core/core_commands.py:3739 #, docstring msgid "\n" " Adds users to the blocklist.\n\n" @@ -2290,19 +2321,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3709 +#: redbot/core/core_commands.py:3755 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3715 +#: redbot/core/core_commands.py:3761 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3717 +#: redbot/core/core_commands.py:3763 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3721 +#: redbot/core/core_commands.py:3767 #, docstring msgid "\n" " Lists users on the blocklist.\n\n" @@ -2311,15 +2342,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3733 +#: redbot/core/core_commands.py:3779 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3735 +#: redbot/core/core_commands.py:3781 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3747 +#: redbot/core/core_commands.py:3793 #, docstring msgid "\n" " Removes users from the blocklist.\n\n" @@ -2331,15 +2362,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3760 +#: redbot/core/core_commands.py:3806 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3762 +#: redbot/core/core_commands.py:3808 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3766 +#: redbot/core/core_commands.py:3812 #, docstring msgid "\n" " Clears the blocklist.\n\n" @@ -2348,11 +2379,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3773 +#: redbot/core/core_commands.py:3819 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3779 +#: redbot/core/core_commands.py:3825 #, docstring msgid "\n" " Commands to manage the server specific allowlist.\n\n" @@ -2361,7 +2392,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3792 +#: redbot/core/core_commands.py:3838 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n\n" @@ -2374,19 +2405,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3811 +#: redbot/core/core_commands.py:3857 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:3820 +#: redbot/core/core_commands.py:3866 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3822 +#: redbot/core/core_commands.py:3868 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3826 +#: redbot/core/core_commands.py:3872 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n\n" @@ -2395,19 +2426,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3838 +#: redbot/core/core_commands.py:3884 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3840 +#: redbot/core/core_commands.py:3886 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:3844 redbot/core/core_commands.py:3966 +#: redbot/core/core_commands.py:3890 redbot/core/core_commands.py:4012 msgid "Unknown or Deleted User/Role" msgstr "" -#: redbot/core/core_commands.py:3854 +#: redbot/core/core_commands.py:3900 #, docstring msgid "\n" " Removes user or role from the allowlist.\n\n" @@ -2421,19 +2452,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3875 +#: redbot/core/core_commands.py:3921 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3883 +#: redbot/core/core_commands.py:3929 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3885 +#: redbot/core/core_commands.py:3931 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3889 +#: redbot/core/core_commands.py:3935 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2443,11 +2474,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3898 +#: redbot/core/core_commands.py:3944 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3904 +#: redbot/core/core_commands.py:3950 #, docstring msgid "\n" " Commands to manage the server specific blocklist.\n\n" @@ -2455,7 +2486,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3915 +#: redbot/core/core_commands.py:3961 #, docstring msgid "\n" " Adds a user or role to the local blocklist.\n\n" @@ -2468,27 +2499,27 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3929 +#: redbot/core/core_commands.py:3975 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3932 +#: redbot/core/core_commands.py:3978 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3935 +#: redbot/core/core_commands.py:3981 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3942 +#: redbot/core/core_commands.py:3988 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3944 +#: redbot/core/core_commands.py:3990 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3948 +#: redbot/core/core_commands.py:3994 #, docstring msgid "\n" " Lists users and roles on the server blocklist.\n\n" @@ -2497,15 +2528,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3960 +#: redbot/core/core_commands.py:4006 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3962 +#: redbot/core/core_commands.py:4008 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3976 +#: redbot/core/core_commands.py:4022 #, docstring msgid "\n" " Removes user or role from local blocklist.\n\n" @@ -2518,15 +2549,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3992 +#: redbot/core/core_commands.py:4038 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3994 +#: redbot/core/core_commands.py:4040 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3998 +#: redbot/core/core_commands.py:4044 #, docstring msgid "\n" " Clears the server blocklist.\n\n" @@ -2536,16 +2567,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4007 +#: redbot/core/core_commands.py:4053 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:4012 +#: redbot/core/core_commands.py:4058 #, docstring msgid "Commands to enable and disable commands and cogs." msgstr "" -#: redbot/core/core_commands.py:4018 +#: redbot/core/core_commands.py:4064 #, docstring msgid "Set the default state for a cog as disabled.\n\n" " This will disable the cog for all servers by default.\n" @@ -2559,20 +2590,20 @@ msgid "Set the default state for a cog as disabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4034 redbot/core/core_commands.py:4059 -#: redbot/core/core_commands.py:4079 redbot/core/core_commands.py:4109 +#: redbot/core/core_commands.py:4080 redbot/core/core_commands.py:4105 +#: redbot/core/core_commands.py:4125 redbot/core/core_commands.py:4155 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:4036 +#: redbot/core/core_commands.py:4082 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:4038 +#: redbot/core/core_commands.py:4084 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:4043 +#: redbot/core/core_commands.py:4089 #, docstring msgid "Set the default state for a cog as enabled.\n\n" " This will re-enable the cog for all servers by default.\n" @@ -2586,11 +2617,11 @@ msgid "Set the default state for a cog as enabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4061 +#: redbot/core/core_commands.py:4107 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:4066 +#: redbot/core/core_commands.py:4112 #, docstring msgid "Disable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2602,19 +2633,19 @@ msgid "Disable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4081 +#: redbot/core/core_commands.py:4127 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:4083 +#: redbot/core/core_commands.py:4129 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4086 +#: redbot/core/core_commands.py:4132 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4092 +#: redbot/core/core_commands.py:4138 #, docstring msgid "Enable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2626,15 +2657,15 @@ msgid "Enable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4104 +#: redbot/core/core_commands.py:4150 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4112 +#: redbot/core/core_commands.py:4158 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4118 +#: redbot/core/core_commands.py:4164 #, docstring msgid "List the cogs which are disabled in this server.\n\n" " **Example:**\n" @@ -2642,15 +2673,15 @@ msgid "List the cogs which are disabled in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4131 +#: redbot/core/core_commands.py:4177 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:4137 +#: redbot/core/core_commands.py:4183 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:4141 +#: redbot/core/core_commands.py:4187 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2661,7 +2692,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4158 +#: redbot/core/core_commands.py:4204 #, docstring msgid "List disabled commands globally.\n\n" " **Example:**\n" @@ -2669,19 +2700,19 @@ msgid "List disabled commands globally.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4165 +#: redbot/core/core_commands.py:4211 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:4168 +#: redbot/core/core_commands.py:4214 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4172 +#: redbot/core/core_commands.py:4218 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4180 +#: redbot/core/core_commands.py:4226 #, docstring msgid "List disabled commands in this server.\n\n" " **Example:**\n" @@ -2689,19 +2720,19 @@ msgid "List disabled commands in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4187 +#: redbot/core/core_commands.py:4233 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:4190 +#: redbot/core/core_commands.py:4236 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4194 +#: redbot/core/core_commands.py:4240 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4201 +#: redbot/core/core_commands.py:4247 #, docstring msgid "\n" " Disable a command.\n\n" @@ -2715,7 +2746,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4223 +#: redbot/core/core_commands.py:4269 #, docstring msgid "\n" " Disable a command globally.\n\n" @@ -2727,19 +2758,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4242 redbot/core/core_commands.py:4285 +#: redbot/core/core_commands.py:4288 redbot/core/core_commands.py:4331 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:4248 redbot/core/core_commands.py:4291 +#: redbot/core/core_commands.py:4294 redbot/core/core_commands.py:4337 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:4257 +#: redbot/core/core_commands.py:4303 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:4266 +#: redbot/core/core_commands.py:4312 #, docstring msgid "\n" " Disable a command in this server only.\n\n" @@ -2751,15 +2782,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4296 +#: redbot/core/core_commands.py:4342 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:4306 +#: redbot/core/core_commands.py:4352 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:4312 +#: redbot/core/core_commands.py:4358 #, docstring msgid "Enable a command.\n\n" " If you're the bot owner, this will try to enable a globally disabled command by default.\n" @@ -2772,7 +2803,7 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4332 +#: redbot/core/core_commands.py:4378 #, docstring msgid "\n" " Enable a command globally.\n\n" @@ -2784,11 +2815,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4354 +#: redbot/core/core_commands.py:4400 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:4363 +#: redbot/core/core_commands.py:4409 #, docstring msgid "\n" " Enable a command in this server.\n\n" @@ -2800,15 +2831,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4381 +#: redbot/core/core_commands.py:4427 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4437 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:4398 +#: redbot/core/core_commands.py:4444 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2822,7 +2853,7 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4419 +#: redbot/core/core_commands.py:4465 #, docstring msgid "\n" " Commands to manage server settings for immunity from automated actions.\n\n" @@ -2830,7 +2861,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4428 +#: redbot/core/core_commands.py:4474 #, docstring msgid "\n" " Gets the current members and roles configured for automatic moderation action immunity.\n\n" @@ -2839,19 +2870,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4441 +#: redbot/core/core_commands.py:4487 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4446 +#: redbot/core/core_commands.py:4492 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4450 +#: redbot/core/core_commands.py:4496 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:4459 +#: redbot/core/core_commands.py:4505 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n\n" @@ -2863,11 +2894,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4471 +#: redbot/core/core_commands.py:4517 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:4479 +#: redbot/core/core_commands.py:4525 #, docstring msgid "\n" " Remove a user or role from being immune to automated moderation actions.\n\n" @@ -2879,11 +2910,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4491 +#: redbot/core/core_commands.py:4537 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:4499 +#: redbot/core/core_commands.py:4545 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n\n" @@ -2895,15 +2926,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4511 +#: redbot/core/core_commands.py:4557 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:4513 +#: redbot/core/core_commands.py:4559 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:4518 +#: redbot/core/core_commands.py:4564 #, docstring msgid "\n" " Commands for configuring owner notifications.\n\n" @@ -2911,7 +2942,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4527 +#: redbot/core/core_commands.py:4573 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2923,7 +2954,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4546 +#: redbot/core/core_commands.py:4592 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n\n" @@ -2934,7 +2965,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4565 +#: redbot/core/core_commands.py:4611 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n\n" @@ -2946,7 +2977,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4591 +#: redbot/core/core_commands.py:4637 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n\n" @@ -2958,7 +2989,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4615 +#: redbot/core/core_commands.py:4661 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n\n" @@ -2967,15 +2998,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4625 +#: redbot/core/core_commands.py:4671 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:4636 +#: redbot/core/core_commands.py:4682 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:4667 +#: redbot/core/core_commands.py:4713 #, docstring msgid "\n" " Commands to add servers or channels to the ignore list.\n\n" @@ -2984,7 +3015,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4677 +#: redbot/core/core_commands.py:4723 #, docstring msgid "\n" " List the currently ignored servers and channels.\n\n" @@ -2993,7 +3024,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4692 +#: redbot/core/core_commands.py:4738 #, docstring msgid "\n" " Ignore commands in the channel or category.\n\n" @@ -3009,15 +3040,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4712 +#: redbot/core/core_commands.py:4758 msgid "Channel added to ignore list." msgstr "Saluran ditambahkan ke daftar abaikan." -#: redbot/core/core_commands.py:4714 +#: redbot/core/core_commands.py:4760 msgid "Channel already in ignore list." msgstr "Saluran sudah ada didalam daftar abaikan." -#: redbot/core/core_commands.py:4719 +#: redbot/core/core_commands.py:4765 #, docstring msgid "\n" " Ignore commands in this server.\n\n" @@ -3027,20 +3058,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4730 +#: redbot/core/core_commands.py:4776 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:4732 +#: redbot/core/core_commands.py:4778 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:4738 +#: redbot/core/core_commands.py:4784 #, docstring msgid "Commands to remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4746 +#: redbot/core/core_commands.py:4792 #, docstring msgid "\n" " Remove a channel or category from the ignore list.\n\n" @@ -3055,15 +3086,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4765 +#: redbot/core/core_commands.py:4811 msgid "Channel removed from ignore list." msgstr "Saluran di hapus dari dalam daftar abaikan." -#: redbot/core/core_commands.py:4767 +#: redbot/core/core_commands.py:4813 msgid "That channel is not in the ignore list." msgstr "Saluran sedang tidak ada di dalam daftar abaikan." -#: redbot/core/core_commands.py:4772 +#: redbot/core/core_commands.py:4818 #, docstring msgid "\n" " Remove this server from the ignore list.\n\n" @@ -3072,24 +3103,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4781 +#: redbot/core/core_commands.py:4827 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4783 +#: redbot/core/core_commands.py:4829 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4789 +#: redbot/core/core_commands.py:4835 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:4801 +#: redbot/core/core_commands.py:4847 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:4816 +#: redbot/core/core_commands.py:4862 #, docstring msgid "\n" " Get info about Red's licenses.\n" @@ -3122,7 +3153,7 @@ msgid "Evaluate a statement of python code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:166 +#: redbot/core/dev_commands.py:167 #, docstring msgid "Execute asynchronous code.\n\n" " This command wraps code into the body of an async function and then\n" @@ -3142,7 +3173,7 @@ msgid "Execute asynchronous code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:220 +#: redbot/core/dev_commands.py:221 #, docstring msgid "Open an interactive REPL.\n\n" " The REPL will only recognise code as messages which start with a\n" @@ -3151,51 +3182,51 @@ msgid "Open an interactive REPL.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:229 +#: redbot/core/dev_commands.py:230 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "Sudah menjalankan sesi REPL dalam kanal ini. Keluar dengan 'berhenti'." -#: redbot/core/dev_commands.py:233 +#: redbot/core/dev_commands.py:234 msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." msgstr "" -#: redbot/core/dev_commands.py:244 +#: redbot/core/dev_commands.py:245 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." msgstr "" -#: redbot/core/dev_commands.py:258 +#: redbot/core/dev_commands.py:259 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:309 +#: redbot/core/dev_commands.py:310 msgid "Unexpected error: `{}`" msgstr "Kesalahan tak terduga: `{}`" -#: redbot/core/dev_commands.py:313 +#: redbot/core/dev_commands.py:314 #, docstring msgid "Pauses/resumes the REPL running in the current channel" msgstr "" -#: redbot/core/dev_commands.py:315 +#: redbot/core/dev_commands.py:316 msgid "There is no currently running REPL session in this channel." msgstr "" -#: redbot/core/dev_commands.py:323 +#: redbot/core/dev_commands.py:324 msgid "The REPL session in this channel has been resumed." msgstr "" -#: redbot/core/dev_commands.py:325 +#: redbot/core/dev_commands.py:326 msgid "The REPL session in this channel is now paused." msgstr "" -#: redbot/core/dev_commands.py:330 +#: redbot/core/dev_commands.py:331 #, docstring msgid "Mock another user invoking a command.\n\n" " The prefix must not be entered.\n" " " msgstr "" -#: redbot/core/dev_commands.py:343 +#: redbot/core/dev_commands.py:344 #, docstring msgid "Dispatch a message event as if it were sent by a different user.\n\n" " Only reads the raw content of the message. Attachments, embeds etc. are\n" @@ -3203,17 +3234,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:364 +#: redbot/core/dev_commands.py:365 #, docstring msgid "Give bot owners the ability to bypass cooldowns.\n\n" " Does not persist through restarts." msgstr "" -#: redbot/core/dev_commands.py:372 +#: redbot/core/dev_commands.py:373 msgid "Bot owners will now bypass all commands with cooldowns." msgstr "" -#: redbot/core/dev_commands.py:374 +#: redbot/core/dev_commands.py:375 msgid "Bot owners will no longer bypass all commands with cooldowns." msgstr "" diff --git a/redbot/core/locales/it-IT.po b/redbot/core/locales/it-IT.po index 06cb6b8f5..7d50cfe94 100644 --- a/redbot/core/locales/it-IT.po +++ b/redbot/core/locales/it-IT.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-05-25 16:04+0000\n" +"POT-Creation-Date: 2021-06-12 15:52+0000\n" "Last-Translator: \n" "Language-Team: Italian\n" "MIME-Version: 1.0\n" @@ -17,11 +17,11 @@ msgstr "" #: redbot/core/bank.py:1019 msgid "Can't pay for this command in DM without a global bank." -msgstr "" +msgstr "Impossibile pagare per questo comando in DM senza una banca globale." #: redbot/core/bank.py:1026 msgid "You need at least {cost} {currency} to use this command." -msgstr "" +msgstr "Necessiti di almeno {cost} {currency} per usare questo comando." #: redbot/core/cog_manager.py:316 #, docstring @@ -33,19 +33,24 @@ msgstr "Comandi utilizzati per interagire con il manager cog di Red." msgid "\n" " Lists current cog paths in order of priority.\n" " " -msgstr "" +msgstr "\n" +" Mostra le paths dei cogs correnti in ordine di priorità.\n" +" " #: redbot/core/cog_manager.py:333 msgid "Install Path: {install_path}\n" "Core Path: {core_path}\n\n" -msgstr "" +msgstr "Percorso Installazione: {install_path}\n" +"Percorso Core: {core_path}\n\n" #: redbot/core/cog_manager.py:347 #, docstring msgid "\n" " Add a path to the list of available cog paths.\n" " " -msgstr "" +msgstr "\n" +"Aggiunge un percorso alla lista dei percorsi disponibili per i cogs.\n" +" " #: redbot/core/cog_manager.py:351 msgid "That path does not exist or does not point to a valid directory." @@ -60,7 +65,9 @@ msgstr "Percorso aggiunto con successo." msgid "\n" " Removes a path from the available cog paths given the `path_number` from `[p]paths`.\n" " " -msgstr "" +msgstr "\n" +" Rimuove un percorso dai percorsi cog disponibili dato il `path_number` da `[p]paths`.\n" +" " #: redbot/core/cog_manager.py:369 redbot/core/cog_manager.py:392 msgid "Path numbers must be positive." @@ -79,7 +86,9 @@ msgstr "Percorso rimosso con successo." msgid "\n" " Reorders paths internally to allow discovery of different cogs.\n" " " -msgstr "" +msgstr "\n" +"Riordina internamente i percorsi al fine di permettere la scoperta di cog differenti.\n" +" " #: redbot/core/cog_manager.py:399 msgid "Invalid 'from' index." @@ -101,7 +110,12 @@ msgid "\n" " directory and it must already exist.\n\n" " No installed cogs will be transferred in the process.\n" " " -msgstr "" +msgstr "\n" +" Restituisce il percorso di installazione corrente o lo imposta se ne viene fornito uno.\n" +" Il percorso fornito deve essere assoluto o relativo alla directory\n" +" del bot e deve già esistere.\n\n" +" Nessun ingranaggio installato verrà trasferito nel processo.\n" +" " #: redbot/core/cog_manager.py:427 msgid "That path does not exist." @@ -116,119 +130,136 @@ msgstr "In futuro i cogs verranno installati nella directory '{}'." msgid "\n" " Lists all loaded and available cogs.\n" " " -msgstr "" +msgstr "\n" +" Mostra i cogs caricati e disponibili.\n" +" " #: redbot/core/cog_manager.py:451 redbot/core/cog_manager.py:466 msgid "**{} loaded:**\n" -msgstr "" +msgstr "**{} caricati:**\n" #: redbot/core/cog_manager.py:452 redbot/core/cog_manager.py:468 msgid "**{} unloaded:**\n" -msgstr "" +msgstr "**{} non attivi:**\n" -#: redbot/core/core_commands.py:179 +#: redbot/core/core_commands.py:181 msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." -msgstr "" +msgstr "Alias {alias_name} è già un comando o alias esistente in uno dei cogs caricati." -#: redbot/core/core_commands.py:184 +#: redbot/core/core_commands.py:186 msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." -msgstr "" +msgstr "Il comando {command_name} è già un comando o alias esistente in uno dei cogs caricati." -#: redbot/core/core_commands.py:393 +#: redbot/core/core_commands.py:398 #, docstring msgid "\n" " The Core cog has many commands related to core functions.\n\n" " These commands come loaded with every Red bot, and cover some of the most basic usage of the bot.\n" " " -msgstr "" +msgstr "\n" +" Il Core cog ha molti comandi relativi alle funzioni principali.\n\n" +" Questi comandi vengono caricati con ogni Red bot, e coprono alcuni degli usi più basilari del bot.\n" +" " -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:410 #, docstring msgid "Pong." msgstr "Pong." -#: redbot/core/core_commands.py:410 +#: redbot/core/core_commands.py:415 #, docstring msgid "Shows info about [botname].\n\n" " See `[p]set custominfo` to customize.\n" " " -msgstr "" +msgstr "Mostra informazioni su [botname].\n\n" +" Vedi `[p]set custominfo` per personalizzare.\n" +" " -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:445 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" "(c) Cog Creators" -msgstr "" - -#: redbot/core/core_commands.py:451 -msgid "Instance owned by team" -msgstr "" - -#: redbot/core/core_commands.py:451 -msgid "Instance owned by" -msgstr "" +msgstr "Questo bot è un'istanza di [Red, un Discord bot open source]({}) creato da [Twentysix]({}) e [migliorato da molti]({}).\n\n" +"Red è supportato da una comunità appassionata che contribuisce e crea contenuti per tutti da godere. [Unisciti a noi oggi]({}) e aiutaci a migliorarlo!\n\n" +"(c) Cog Creators" #: redbot/core/core_commands.py:456 +msgid "Instance owned by team" +msgstr "Instanza posseduta dal team" + +#: redbot/core/core_commands.py:456 +msgid "Instance owned by" +msgstr "Istanza posseduta da" + +#: redbot/core/core_commands.py:461 msgid "Red version" -msgstr "" +msgstr "Versione di Red" -#: redbot/core/core_commands.py:459 redbot/core/core_commands.py:515 +#: redbot/core/core_commands.py:464 redbot/core/core_commands.py:520 msgid "Yes, {version} is available." -msgstr "" +msgstr "Sì, {version} è disponibile." -#: redbot/core/core_commands.py:463 redbot/core/core_commands.py:519 +#: redbot/core/core_commands.py:468 redbot/core/core_commands.py:524 msgid "Checking for updates failed." -msgstr "" +msgstr "Controllo per gli aggiornamenti fallito." -#: redbot/core/core_commands.py:464 +#: redbot/core/core_commands.py:469 msgid "Outdated" -msgstr "" +msgstr "Obsoleto" -#: redbot/core/core_commands.py:466 +#: redbot/core/core_commands.py:471 msgid "About this instance" -msgstr "" +msgstr "Informazioni su quest'istanza" -#: redbot/core/core_commands.py:467 +#: redbot/core/core_commands.py:472 msgid "About Red" -msgstr "" +msgstr "Informazioni su Red" -#: redbot/core/core_commands.py:470 redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:475 redbot/core/core_commands.py:533 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" -msgstr "" +msgstr "Portando felicità fin dal 02 Gennaio 2016 (da {} giorni!)" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:483 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" -msgstr "" +msgstr "Questo bot è un'istanza di [Red, un Discord bot open source]({}) creato da [Twentysix]({}) e [migliorato da molti]({}).\n\n" +"Red è supportato da una comunità appassionata che contribuisce e crea contenuti per tutti da godere. [Unisciti a noi oggi]({}) e aiutaci a migliorarlo!\n\n" +"(c) Cog Creators" -#: redbot/core/core_commands.py:489 +#: redbot/core/core_commands.py:494 msgid "Instance owned by team: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" -msgstr "" +msgstr "Istanza di proprietà di: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"Discord.py: [{dpy_version}] (6)\n" +"Versione Red: [{red_version}] (7)\n" -#: redbot/core/core_commands.py:501 +#: redbot/core/core_commands.py:506 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" -msgstr "" +msgstr "Istanza di proprietà di: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"Discord.py: [{dpy_version}] (6)\n" +"Versione Red: [{red_version}] (7)\n" -#: redbot/core/core_commands.py:520 +#: redbot/core/core_commands.py:525 msgid "Outdated: [{state}]\n" -msgstr "" +msgstr "Obsoleto: [{state}]\n" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:528 msgid "**About Red**\n" -msgstr "" +msgstr "**Informazioni su Red**\n" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:539 msgid "**About this instance**\n" -msgstr "" +msgstr "**Informazioni su quest'istanza**\n" -#: redbot/core/core_commands.py:536 +#: redbot/core/core_commands.py:541 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -237,85 +268,104 @@ msgid "**References**\n" "5. <{}>\n" "6. <{}>\n" "7. <{}>\n" -msgstr "" - -#: redbot/core/core_commands.py:552 -#, docstring -msgid "Shows [botname]'s uptime." -msgstr "" - -#: redbot/core/core_commands.py:555 -msgid "Less than one second" -msgstr "" +msgstr "**Referenze**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" #: redbot/core/core_commands.py:557 -msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" -msgstr "" +#, docstring +msgid "Shows [botname]'s uptime." +msgstr "Mostra il tempo online di [botname]." -#: redbot/core/core_commands.py:564 +#: redbot/core/core_commands.py:560 +msgid "Less than one second" +msgstr "Meno di un secondo" + +#: redbot/core/core_commands.py:562 +msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" +msgstr "Online per: **{time_quantity}** (da {timestamp} UTC)" + +#: redbot/core/core_commands.py:569 #, docstring msgid "\n" " Commands which interact with the data [botname] has about you.\n\n" " More information can be found in the [End User Data Documentation.](https://docs.discord.red/en/stable/red_core_data_statement.html)\n" " " -msgstr "" +msgstr "\n" +" Comandi che interagiscono con i dati che [botname] hanno su di te.\n\n" +" Ulteriori informazioni possono essere trovate nella [Documentazione dati utente finale.](https://docs.discord.red/en/stable/red_core_data_statement.html)\n" +" " -#: redbot/core/core_commands.py:575 +#: redbot/core/core_commands.py:580 #, docstring msgid "\n" " Find out what type of data [botname] stores and why.\n\n" " **Example:**\n" " - `[p]mydata whatdata`\n" " " -msgstr "" +msgstr "\n" +" Scopri quale tipo di dati [botname] memorizza e perché.\n\n" +" **Esempio:**\n" +" - `[p]mydata whatdata`\n" +" " -#: redbot/core/core_commands.py:585 +#: redbot/core/core_commands.py:590 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." -msgstr "" +msgstr "Questo bot memorizza alcuni dati sugli utenti come necessario per funzionare. Questo è per lo più l'ID che il tuo utente è assegnato da Discord, collegato a una manciata di cose a seconda di ciò che si interagisce con nel bot. Ci sono alcuni comandi che lo memorizzano per tenere traccia di chi ha creato qualcosa. (come le playlists) Per dettagli completi su questo e dettagli più dettagliati su ciò che è memorizzato e perché, vedere {link}.\n\n" +"Inoltre, gli addons di terze parti caricati dal proprietario del bot possono o non possono memorizzare altre cose. Puoi usare `{prefix}mydata 3rdparty` per visualizzare le istruzioni fornite da ogni aggiunta di terze parti." -#: redbot/core/core_commands.py:604 +#: redbot/core/core_commands.py:609 #, docstring msgid "View the End User Data statements of each 3rd-party module.\n\n" " This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" " **Example:**\n" " - `[p]mydata 3rdparty`\n" " " -msgstr "" +msgstr "Visualizza le istruzioni sui dati dell'utente finale di ogni modulo di terze parti.\n\n" +" Questo invierà un allegato con le istruzioni sui dati dell'utente finale di tutti gli ingranaggi di terze parti caricati.\n\n" +" **Esempio:**\n" +" - `[p]mydata 3rdparty`\n" +" " -#: redbot/core/core_commands.py:615 +#: redbot/core/core_commands.py:620 msgid "I need to be able to attach files (try in DMs?)." -msgstr "" +msgstr "Devo avere l'autorizzazione di attaccare i files (prova in DM?)." -#: redbot/core/core_commands.py:625 +#: redbot/core/core_commands.py:630 msgid "This instance does not appear to have any 3rd-party extensions loaded." -msgstr "" +msgstr "Questa istanza non sembra avere alcuna estensione 3rd-party caricata." -#: redbot/core/core_commands.py:645 +#: redbot/core/core_commands.py:650 msgid "3rd party End User Data statements" -msgstr "" - -#: redbot/core/core_commands.py:647 -msgid "The following are statements provided by 3rd-party extensions." -msgstr "" +msgstr "Dichiarazioni di dati utente finale di terze parti" #: redbot/core/core_commands.py:652 +msgid "The following are statements provided by 3rd-party extensions." +msgstr "Di seguito sono riportate le dichiarazioni fornite da estensioni di terze parti." + +#: redbot/core/core_commands.py:657 msgid "3rd-party extensions without statements\n" -msgstr "" +msgstr "Estensioni 3rd-party senza dichiarazioni\n" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:668 msgid "Here's a generated page with the statements provided by 3rd-party extensions." -msgstr "" - -#: redbot/core/core_commands.py:679 -msgid "Did not get confirmation, cancelling." -msgstr "" +msgstr "Ecco una pagina generata con le dichiarazioni fornite dalle estensioni 3rd-party." #: redbot/core/core_commands.py:684 -msgid "Did not get a matching confirmation, cancelling." -msgstr "" +msgid "Did not get confirmation, cancelling." +msgstr "Non è stata ricevuta la conferma, cancellando..." -#: redbot/core/core_commands.py:695 +#: redbot/core/core_commands.py:689 +msgid "Did not get a matching confirmation, cancelling." +msgstr "Non è stata ricevuta la conferma, cancellando..." + +#: redbot/core/core_commands.py:700 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -325,65 +375,81 @@ msgid "\n" " **Example:**\n" " - `[p]mydata forgetme`\n" " " -msgstr "" +msgstr "\n" +" [botname] ha dimenticato quello che sa di te.\n\n" +" Questo potrebbe non rimuovere tutti i dati su di te, i dati necessari per l'operazione,\n" +" come ad esempio il congelamento dei comandi sarà mantenuto fino a quando non sarà più necessario.\n\n" +" Ulteriori interazioni con [botname] possono far conoscere di nuovo di te.\n\n" +" **Esempio:**\n" +" - `[p]mydata forgetme`\n" +" " -#: redbot/core/core_commands.py:710 +#: redbot/core/core_commands.py:715 msgid "This command ({command}) does not support non-interactive usage." -msgstr "" +msgstr "Questo comando ({command}) non supporta l'utilizzo non interattivo." -#: redbot/core/core_commands.py:717 +#: redbot/core/core_commands.py:722 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" -msgstr "" +msgstr "Ciò causerà la rimozione del bot e/o la dissociazione dei dati da parte dell'utente. Non si libererà di dati operativi come voci modlog, avvertimenti o muti. Se sei sicuro che questo è quello che vuoi, rispondi come segue:" -#: redbot/core/core_commands.py:727 +#: redbot/core/core_commands.py:732 msgid "This may take some time." -msgstr "" +msgstr "Questo potrebbe richiedere un po' di tempo." -#: redbot/core/core_commands.py:740 +#: redbot/core/core_commands.py:745 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." -msgstr "" +msgstr "Ho cercato di eliminare tutti i dati non operativi su di te (che so come eliminare) {mention}, tuttavia i seguenti moduli sono errati: {modules}. Inoltre, i seguenti ingranaggi sono errati: {cogs}.\n" +"Si prega di contattare il proprietario di questo bot per affrontare questo problema.\n" +"Nota: Al di fuori di questi fallimenti, i dati avrebbero dovuto essere eliminati." -#: redbot/core/core_commands.py:755 +#: redbot/core/core_commands.py:760 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." -msgstr "" +msgstr "Ho cercato di eliminare tutti i dati non operativi su di te (che so come eliminare) {mention}, tuttavia i seguenti moduli sono errati: {cogs}. Inoltre, i seguenti ingranaggi sono errati:.\n" +"Si prega di contattare il proprietario di questo bot per affrontare questo problema.\n" +"Nota: Al di fuori di questi fallimenti, i dati avrebbero dovuto essere eliminati." -#: redbot/core/core_commands.py:765 +#: redbot/core/core_commands.py:770 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." -msgstr "" +msgstr "Ho cercato di eliminare tutti i dati non operativi su di te (che so come eliminare) {mention}, tuttavia i seguenti moduli sono errati: {modules}. Inoltre, i seguenti ingranaggi sono errati:.\n" +"Si prega di contattare il proprietario di questo bot per affrontare questo problema.\n" +"Nota: Al di fuori di questi fallimenti, i dati avrebbero dovuto essere eliminati." -#: redbot/core/core_commands.py:775 +#: redbot/core/core_commands.py:780 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" -msgstr "" +msgstr "Ho cancellato tutti i dati non operativi su di te (che so come eliminare) {mention}" -#: redbot/core/core_commands.py:783 redbot/core/core_commands.py:950 -#: redbot/core/core_commands.py:1036 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:788 redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:1041 redbot/core/core_commands.py:1112 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." -msgstr "" +msgstr "{mention} I seguenti cogs non hanno gestito l'eliminazione:\n" +"{cogs}." -#: redbot/core/core_commands.py:793 +#: redbot/core/core_commands.py:798 #, docstring msgid "[Coming Soon] Get what data [botname] has about you." -msgstr "" +msgstr "[In arrivo] Ottieni quali dati [botname] ha su di te." -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:800 msgid "This command doesn't do anything yet, but we're working on adding support for this." -msgstr "" +msgstr "Questo comando non fa ancora niente, ma stiamo lavorando per aggiungere il supporto per esso." -#: redbot/core/core_commands.py:804 +#: redbot/core/core_commands.py:809 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " -msgstr "" +msgstr "\n" +" Comandi per una gestione dei dati più completa.\n" +" " -#: redbot/core/core_commands.py:810 +#: redbot/core/core_commands.py:815 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -392,13 +458,19 @@ msgid "\n" " **Example:**\n" " - `[p]mydata ownermanagement allowuserdeletions`\n" " " -msgstr "" +msgstr "\n" +" Imposta il bot per consentire agli utenti di richiedere la cancellazione dei dati.\n\n" +" Questo è attivato per impostazione predefinita.\n" +" Opposto di `[p]mydata ownermanagement disallowuserdeletions`\n\n" +" **Esempio:**\n" +" - `[p]mydata ownermanagement allowuserdeletions`\n" +" " -#: redbot/core/core_commands.py:821 +#: redbot/core/core_commands.py:826 msgid "User can delete their own data. This will not include operational data such as blocked users." -msgstr "" +msgstr "L'utente può eliminare i propri dati. Ciò non includerà i dati operativi come gli utenti bloccati." -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:834 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n\n" @@ -406,13 +478,19 @@ msgid "\n" " **Example:**\n" " - `[p]mydata ownermanagement disallowuserdeletions`\n" " " -msgstr "" +msgstr "\n" +" Imposta il bot per consentire agli utenti di richiedere la cancellazione dei dati.\n\n" +" Questo è attivato per impostazione predefinita.\n" +" Opposto di `[p]mydata ownermanagement disallowuserdeletions`\n\n" +" **Esempio:**\n" +" - `[p]mydata ownermanagement allowuserdeletions`\n" +" " -#: redbot/core/core_commands.py:838 +#: redbot/core/core_commands.py:843 msgid "User can not delete their own data." -msgstr "" +msgstr "L'utente non può eliminare i propri dati." -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:847 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -424,17 +502,26 @@ msgid "\n" " - `0`: What users can delete is left entirely up to each cog.\n" " - `1`: Cogs should delete anything the cog doesn't need about the user.\n" " " -msgstr "" +msgstr "\n" +" Imposta come vengono trattate le cancellazioni degli utenti.\n\n" +" **Esempio:**\n" +" - `[p]mydata ownermanagement setuserdeletionlevel 1`\n\n" +" **Argomenti:**\n" +" - `` - Il livello di rigore per l'eliminazione dell'utente. Vedere Guida ai livelli qui sotto.\n\n" +" Livello:\n" +" - `0`: Ciò che gli utenti possono eliminare è lasciato interamente a ogni ingranaggio.\n" +" - `1`: i cog dovrebbero eliminare tutto ciò di cui il cog non ha bisogno riguardo all'utente.\n" +" " -#: redbot/core/core_commands.py:859 +#: redbot/core/core_commands.py:864 msgid "Cogs will be instructed to remove all non operational data upon a user request." -msgstr "" +msgstr "I cog saranno istruiti a rimuovere tutti i dati non operativi su richiesta dell'utente." -#: redbot/core/core_commands.py:867 +#: redbot/core/core_commands.py:872 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." -msgstr "" +msgstr "I cogs saranno informati che un utente ha fatto una richiesta di cancellazione dei dati, e i dettagli di cosa cancellare saranno lasciati alla discrezione dell'autore del cog." -#: redbot/core/core_commands.py:878 +#: redbot/core/core_commands.py:883 #, docstring msgid "\n" " Handle a deletion request from Discord.\n\n" @@ -445,36 +532,50 @@ msgid "\n" " **Arguments:**\n" " - `` - The id of the user whose data would be deleted.\n" " " -msgstr "" +msgstr "\n" +" Gestisci una richiesta di cancellazione da Discord.\n\n" +" Questo farà sì che il bot elimini o disassegni tutti i dati dall'ID utente specificato.\n" +" Non dovresti usarlo a meno che Discord non lo abbia espressamente richiesto per un utente eliminato.\n" +" Questo rimuoverà l'utente da varie misure anti-abuso.\n" +" Se stai elaborando una richiesta manuale da parte di un utente, potresti volere `[p]mydata ownermanagement deleteforuser` invece.\n\n" +" **Argomenti:**\n" +" - `` - L'id dell'utente i cui dati sarebbero stati eliminati.\n" +" " -#: redbot/core/core_commands.py:892 +#: redbot/core/core_commands.py:897 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" "If you are sure this is what you intend to do please respond with the following:" -msgstr "" +msgstr "Gestisci una richiesta di cancellazione da Discord. Questo farà sì che il bot elimini o disassegni tutti i dati dall'ID utente specificato. Non dovresti usarlo a meno che Discord non lo abbia espressamente richiesto per un utente eliminato. Questo rimuoverà l'utente da varie misure anti-abuso. Se stai elaborando una richiesta manuale da parte di un utente, potresti volere `{prefix} mydata ownermanagement deleteforuser` invece. **Argomenti:** - `` - L'id dell'utente i cui dati sarebbero stati eliminati.:" -#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:915 redbot/core/core_commands.py:1072 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." -msgstr "" +msgstr "Ho cercato di eliminare tutti i dati non operativi su di te (che so come eliminare), tuttavia i seguenti moduli sono errati: {modules}. Inoltre, i seguenti cogs sono errati: {cogs}.\n" +"Si prega di contattare il proprietario di questo bot per affrontare questo problema.\n" +"Nota: Al di fuori di questi fallimenti, i dati avrebbero dovuto essere eliminati." -#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +#: redbot/core/core_commands.py:930 redbot/core/core_commands.py:1087 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." -msgstr "" +msgstr "Ho cercato di eliminare tutti i dati non operativi su di te (che so come eliminare), tuttavia i seguenti moduli sono errati: {cogs}.\n" +"Si prega di contattare il proprietario di questo bot per affrontare questo problema.\n" +"Nota: Al di fuori di questi fallimenti, i dati avrebbero dovuto essere eliminati." -#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +#: redbot/core/core_commands.py:941 redbot/core/core_commands.py:1098 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." -msgstr "" +msgstr "Ho cercato di eliminare tutti i dati non operativi su di te (che so come eliminare), tuttavia i seguenti moduli sono errati: {modules}.\n" +"Si prega di contattare il proprietario di questo bot per affrontare questo problema.\n" +"Nota: Al di fuori di questi fallimenti, i dati avrebbero dovuto essere eliminati." -#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +#: redbot/core/core_commands.py:951 redbot/core/core_commands.py:1108 msgid "I've deleted all data about that user that I know how to delete." -msgstr "" +msgstr "Ho cancellato tutti i dati relativi a quell'utente che so come eliminare." -#: redbot/core/core_commands.py:957 +#: redbot/core/core_commands.py:962 #, docstring msgid "Delete data [botname] has about a user for a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" @@ -483,36 +584,49 @@ msgid "Delete data [botname] has about a user for a user.\n\n" " **Arguments:**\n" " - `` - The id of the user whose data would be deleted.\n" " " -msgstr "" +msgstr "Elimina i dati che [botname] ha riguardo ad un utente.\n\n" +" Questo farà sì che il bot elimini o disassegni molti dati non operativi dall'utente specificato.\n" +" Gli utenti hanno accesso a un altro comando per questo a meno che non possano interagire con il bot affatto.\n" +" Questa è un'operazione per lo più sicura, ma non si dovrebbe utilizzare a meno che l'elaborazione di una richiesta da parte di questo utente in quanto potrebbe influire sul loro utilizzo del bot.\n\n" +" **Argomenti:**\n" +" - `` - L'id dell'utente i cui dati sarebbero stati eliminati.\n" +" " -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:973 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" -msgstr "" +msgstr "Questo farà sì che il bot elimini o disassegni un sacco di dati non operativi dall'utente specificato. Gli utenti hanno accesso a un comando diverso per questo a meno che non possano interagire con il bot a tutti. Questa operazione è per lo più sicura, ma non si dovrebbe utilizzare a meno che l'elaborazione di una richiesta da parte di questo utente in quanto potrebbe influire sul loro utilizzo del bot. \n\n" +"Se sei sicuro che questo è ciò che intendi fare, rispondi come segue:" -#: redbot/core/core_commands.py:991 +#: redbot/core/core_commands.py:996 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." -msgstr "" +msgstr "Ho cercato di eliminare tutti i dati non operativi su di te (che so come eliminare), tuttavia i seguenti moduli sono errati: {modules}. Inoltre, i seguenti cogs sono errati: {cogs}.\n" +"Si prega di contattare il proprietario di questo bot per affrontare questo problema.\n" +"Nota: Al di fuori di questi fallimenti, i dati avrebbero dovuto essere eliminati." -#: redbot/core/core_commands.py:1006 +#: redbot/core/core_commands.py:1011 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." -msgstr "" +msgstr "Ho cercato di eliminare tutti i dati non operativi su di te (che so come eliminare), tuttavia i seguenti moduli sono errati: {cogs}.\n" +"Si prega di contattare il proprietario di questo bot per affrontare questo problema.\n" +"Nota: Al di fuori di questi fallimenti, i dati avrebbero dovuto essere eliminati." -#: redbot/core/core_commands.py:1017 +#: redbot/core/core_commands.py:1022 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." -msgstr "" +msgstr "Ho cercato di eliminare tutti i dati non operativi su di te (che so come eliminare), tuttavia i seguenti moduli sono errati: {modules}.\n" +"Si prega di contattare il proprietario di questo bot per affrontare questo problema.\n" +"Nota: Al di fuori di questi fallimenti, i dati avrebbero dovuto essere eliminati." -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1033 msgid "I've deleted all non-operational data about that user that I know how to delete." -msgstr "" +msgstr "Ho cancellato tutti i dati non operativi di quell'utente che so come eliminare." -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1048 #, docstring msgid "Delete data [botname] has about a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" @@ -520,14 +634,20 @@ msgid "Delete data [botname] has about a user.\n\n" " **Arguments:**\n" " - `` - The id of the user whose data would be deleted.\n" " " -msgstr "" +msgstr "Elimina i dati [botname] ha riguardo a un utente.\n\n" +" Questo farà sì che il bot elimini o disassegni molti dati sull'utente specificato.\n" +" Questo può includere più di semplici dati degli utenti finali, compresi i record antiabuso.\n\n" +" **Argomenti:**\n" +" - `` - L'id dell'utente i cui dati sarebbero stati eliminati.\n" +" " -#: redbot/core/core_commands.py:1053 +#: redbot/core/core_commands.py:1058 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" -msgstr "" +msgstr "Questo causerà il bot per sbarazzarsi o dissociare un sacco di dati sull'utente specificato. Questo può includere più di semplici dati degli utenti finali, compresi i record anti abusi.\n\n" +"Se sei sicuro che questo è ciò che intendi fare, rispondi come segue:" -#: redbot/core/core_commands.py:1114 +#: redbot/core/core_commands.py:1119 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -545,9 +665,24 @@ msgid "\n" " 2. Global command override - `[p]embedset command global`\n" " 3. Global setting - `[p]embedset global`\n" " " -msgstr "" +msgstr "\n" +" Comandi per attivare o disattivare gli embed.\n\n" +" Questa impostazione determina se usare o meno gli embeds come risposta a un comando (per i comandi che lo supportano).\n" +" Il valore predefinito è quello di utilizzare gli embeds.\n\n" +" Le impostazioni di embed sono controllate fino al primo True/False in questo ordine:\n" +" - Nel contesto della gilda:\n" +" 1. Sovrascrivi canale - `[p]embedset channel`\n" +" 2. Sovrascrivi i comandi del server - `[p]embedset command server`\n" +" 3. Override del server - `[p]embedset server`\n" +" 4. Override del comando globale - `[p]embedset command global`\n" +" 5. Global setting -`[p]embedset global`\n\n" +" - In DM context:\n" +" 1. Override utente - `[p]embedset user`\n" +" 2. Override globale dei comandi - `[p]embedset command global`\n" +" 3. Global setting - `[p]embedset global`\n" +" " -#: redbot/core/core_commands.py:1136 +#: redbot/core/core_commands.py:1141 #, docstring msgid "\n" " Show the current embed settings.\n\n" @@ -559,44 +694,53 @@ msgid "\n" " **Arguments:**\n" " - `[command_name]` - Checks this command for command specific embed settings.\n" " " -msgstr "" +msgstr "\n" +" Mostra le impostazioni di embed correnti.\n\n" +" Fornire un nome di comando per controllare le impostazioni di incorporazione specifiche del comando.\n\n" +" **Esempi:**\n" +" - `[p]embedset showsettings` - Mostra le impostazioni incorporate.\n" +" - `[p]embedset showsettings info` - Mostra anche le impostazioni incorporate per il comando 'info'.\n" +" - `[p]embedset showsettings \"ignore list\"` - Controllare i sottocomandi richiede preventivi.\n\n" +" **Argomenti:**\n" +" - `[command_name]` - Controlla questo comando per impostazioni di inserimento specifiche del comando.\n" +" " -#: redbot/core/core_commands.py:1153 redbot/core/core_commands.py:1309 -#: redbot/core/core_commands.py:1360 redbot/core/core_commands.py:4236 -#: redbot/core/core_commands.py:4279 redbot/core/core_commands.py:4345 -#: redbot/core/core_commands.py:4376 +#: redbot/core/core_commands.py:1158 redbot/core/core_commands.py:1314 +#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:4282 +#: redbot/core/core_commands.py:4325 redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4422 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "Non sono riuscito a trovare quel comando. Attenzione, la ricerca distingue maiuscole e minuscole." -#: redbot/core/core_commands.py:1159 +#: redbot/core/core_commands.py:1164 msgid "Embed settings:\n\n" -msgstr "" - -#: redbot/core/core_commands.py:1161 -msgid "Global default: {value}\n" -msgstr "" +msgstr "Impostazioni embed:\n\n" #: redbot/core/core_commands.py:1166 -msgid "Global command setting for {command} command: {value}\n" -msgstr "" +msgid "Global default: {value}\n" +msgstr "Default globale: {value}\n" -#: redbot/core/core_commands.py:1172 -msgid "Guild setting: {value}\n" -msgstr "" +#: redbot/core/core_commands.py:1171 +msgid "Global command setting for {command} command: {value}\n" +msgstr "Impostazione del comando globale per il comando {command}: {value}\n" #: redbot/core/core_commands.py:1177 +msgid "Guild setting: {value}\n" +msgstr "Impostazione gilda: {value}\n" + +#: redbot/core/core_commands.py:1182 msgid "Server command setting for {command} command: {value}\n" -msgstr "" +msgstr "Impostazione del comando globale per il comando {command}: {value}\n" -#: redbot/core/core_commands.py:1183 +#: redbot/core/core_commands.py:1188 msgid "Channel setting: {value}\n" -msgstr "" +msgstr "Impostazioni del canale: {value}\n" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1191 msgid "User setting: {value}" -msgstr "" +msgstr "Impostazioni utente: {value}" -#: redbot/core/core_commands.py:1192 +#: redbot/core/core_commands.py:1197 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -606,17 +750,24 @@ msgid "\n" " **Example:**\n" " - `[p]embedset global`\n" " " -msgstr "" +msgstr "\n" +" Attiva/disattiva l'impostazione globale incorporata.\n\n" +" Questo è usato come un ripiego se l'utente o la gilda non ha impostato una preferenza.\n" +" Il valore predefinito è quello di utilizzare gli embeds.\n\n" +" Per vedere l'ordine di valutazione completo delle impostazioni incorporate, esegui `[p]help embedset`.\n\n" +" **Esempio:**\n" +" - `[p]embedset global`\n" +" " -#: redbot/core/core_commands.py:1206 +#: redbot/core/core_commands.py:1211 msgid "Embeds are now disabled by default." -msgstr "" +msgstr "Gli embed sono ora disabilitati per impostazione predefinita." -#: redbot/core/core_commands.py:1209 +#: redbot/core/core_commands.py:1214 msgid "Embeds are now enabled by default." -msgstr "" +msgstr "Gli embed sono ora abilitati per impostazione predefinita." -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1220 #, docstring msgid "\n" " Set the server's embed setting.\n\n" @@ -630,22 +781,33 @@ msgid "\n" " **Arguments:**\n" " - `[enabled]` - Whether to use embeds on this server. Leave blank to reset to default.\n" " " -msgstr "" +msgstr "\n" +" Imposta l'impostazione incorporata del server.\n\n" +" Se impostato, questo viene utilizzato al posto del default globale per determinare se usare o meno gli embeds.\n" +" Questo è usato per tutti i comandi eseguiti in un server.\n\n" +" Se abilitato è lasciato vuoto, l'impostazione verrà azzerata e verrà invece utilizzato il valore predefinito globale.\n\n" +" Per vedere l'ordine di valutazione completo delle impostazioni incorporate, esegui `[p]help embedset`.\n\n" +" **Esempi:**\n" +" - `[p]embedset server False` - Disabilita embeds su questo server.\n" +" - `[p]embedset server` - Ripristina il valore per usare il default globale.\n\n" +" **Argomenti:**\n" +" - `[enabled]` - Indica se usare embeds su questo server. Lascia vuoto per reimpostare il valore predefinito.\n" +" " -#: redbot/core/core_commands.py:1234 redbot/core/core_commands.py:1318 -#: redbot/core/core_commands.py:1409 redbot/core/core_commands.py:1440 +#: redbot/core/core_commands.py:1239 redbot/core/core_commands.py:1323 +#: redbot/core/core_commands.py:1414 redbot/core/core_commands.py:1445 msgid "Embeds will now fall back to the global setting." msgstr "Per gli embed adesso verrà utilizzata l'impostazione di default." -#: redbot/core/core_commands.py:1239 +#: redbot/core/core_commands.py:1244 msgid "Embeds are now enabled for this guild." -msgstr "" +msgstr "Gli embed sono ora abilitati per questa gilda." -#: redbot/core/core_commands.py:1241 +#: redbot/core/core_commands.py:1246 msgid "Embeds are now disabled for this guild." -msgstr "" +msgstr "Gli embed sono ora disabilitati per questa gilda." -#: redbot/core/core_commands.py:1249 +#: redbot/core/core_commands.py:1254 #, docstring msgid "\n" " Sets a command's embed setting.\n\n" @@ -660,13 +822,25 @@ msgid "\n" " **Arguments:**\n" " - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" " " -msgstr "" +msgstr "\n" +" Imposta l'impostazione di un comando incorporato.\n\n" +" Se sei il proprietario del bot, questo cercherà di cambiare l'impostazione incorporata del comando globalmente per impostazione predefinita.\n" +" Altrimenti, questo cercherà di modificare le impostazioni di embed sul server corrente.\n\n" +" Se abilitata è lasciata vuota, l'impostazione verrà disattivata.\n\n" +" Per vedere l'ordine di valutazione completo delle impostazioni incorporate, esegui `[p]help embedset`.\n\n" +" **Esempi:**\n" +" - `[p]embedset command info` - Impostazione specifica del comando Clears per 'info'.\n" +" - `[p]embedset command info False` - Disabilita gli embeds per 'info'.\n" +" - `[p]comando embedset \"ignore list\" True` - Le citazioni sono necessarie per i sottocomandi.\n\n" +" **Argomenti:**\n" +" - `[enabled]` - Indica se usare gli embeds per questo comando. Lascia vuoto per reimpostare il valore predefinito.\n" +" " -#: redbot/core/core_commands.py:1278 +#: redbot/core/core_commands.py:1283 msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." -msgstr "" +msgstr "Il comando passato richiede l'autorizzazione Link Incorporati e quindi non può essere impostato per non usare gli embeds." -#: redbot/core/core_commands.py:1289 +#: redbot/core/core_commands.py:1294 #, docstring msgid "\n" " Sets a command's embed setting globally.\n\n" @@ -680,17 +854,29 @@ msgid "\n" " **Arguments:**\n" " - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" " " -msgstr "" +msgstr "\n" +" Imposta l'impostazione di un comando incorporato.\n\n" +" Se sei il proprietario del bot, questo cercherà di cambiare l'impostazione incorporata del comando globalmente per impostazione predefinita.\n" +" Altrimenti, questo cercherà di modificare le impostazioni di embed sul server corrente.\n\n" +" Se abilitata è lasciata vuota, l'impostazione verrà disattivata.\n\n" +" Per vedere l'ordine di valutazione completo delle impostazioni incorporate, esegui `[p]help embedset`.\n\n" +" **Esempi:**\n" +" - `[p]embedset command info` - Impostazione specifica del comando Clears per 'info'.\n" +" - `[p]embedset command info False` - Disabilita gli embeds per 'info'.\n" +" - `[p]comando embedset \"ignore list\" True` - Le citazioni sono necessarie per i sottocomandi.\n\n" +" **Argomenti:**\n" +" - `[enabled]` - Indica se usare gli embeds per questo comando. Lascia vuoto per reimpostare il valore predefinito.\n" +" " -#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1375 +#: redbot/core/core_commands.py:1329 redbot/core/core_commands.py:1380 msgid "Embeds are now enabled for {command_name} command." -msgstr "" +msgstr "Gli embed sono ora abilitati per il comando {command_name}." -#: redbot/core/core_commands.py:1330 redbot/core/core_commands.py:1381 +#: redbot/core/core_commands.py:1335 redbot/core/core_commands.py:1386 msgid "Embeds are now disabled for {command_name} command." -msgstr "" +msgstr "Gli embed sono ora disabilitati per il comando {command_name}." -#: redbot/core/core_commands.py:1340 +#: redbot/core/core_commands.py:1345 #, docstring msgid "\n" " Sets a commmand's embed setting for the current server.\n\n" @@ -704,13 +890,25 @@ msgid "\n" " **Arguments:**\n" " - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" " " -msgstr "" +msgstr "\n" +" Imposta l'impostazione di un comando incorporato.\n\n" +" Se sei il proprietario del bot, questo cercherà di cambiare l'impostazione incorporata del comando globalmente per impostazione predefinita.\n" +" Altrimenti, questo cercherà di modificare le impostazioni di embed sul server corrente.\n\n" +" Se abilitata è lasciata vuota, l'impostazione verrà disattivata.\n\n" +" Per vedere l'ordine di valutazione completo delle impostazioni incorporate, esegui `[p]help embedset`.\n\n" +" **Esempi:**\n" +" - `[p]embedset command info` - Impostazione specifica del comando Clears per 'info'.\n" +" - `[p]embedset command info False` - Disabilita gli embeds per 'info'.\n" +" - `[p]comando embedset \"ignore list\" True` - Le citazioni sono necessarie per i sottocomandi.\n\n" +" **Argomenti:**\n" +" - `[enabled]` - Indica se usare gli embeds per questo comando. Lascia vuoto per reimpostare il valore predefinito.\n" +" " -#: redbot/core/core_commands.py:1369 +#: redbot/core/core_commands.py:1374 msgid "Embeds will now fall back to the server setting." -msgstr "" +msgstr "Per gli embed adesso verrà utilizzata l'impostazione di default." -#: redbot/core/core_commands.py:1390 +#: redbot/core/core_commands.py:1395 #, docstring msgid "\n" " Set's a channel's embed setting.\n\n" @@ -724,23 +922,34 @@ msgid "\n" " **Arguments:**\n" " - `[enabled]` - Whether to use embeds in this channel. Leave blank to reset to default.\n" " " -msgstr "" +msgstr "\n" +" Imposta l'impostazione incorporata del server.\n\n" +" Se impostato, questo viene utilizzato al posto del default globale per determinare se usare o meno gli embeds.\n" +" Questo è usato per tutti i comandi eseguiti in un server.\n\n" +" Se abilitato è lasciato vuoto, l'impostazione verrà azzerata e verrà invece utilizzato il valore predefinito globale.\n\n" +" Per vedere l'ordine di valutazione completo delle impostazioni incorporate, esegui `[p]help embedset`.\n\n" +" **Esempi:**\n" +" - `[p]embedset server False` - Disabilita embeds su questo server.\n" +" - `[p]embedset server` - Ripristina il valore per usare il default globale.\n\n" +" **Argomenti:**\n" +" - `[enabled]` - Indica se usare embeds su questo server. Lascia vuoto per reimpostare il valore predefinito.\n" +" " -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1419 msgid "Embeds are now {} for this channel." -msgstr "" +msgstr "Gli embed sono ora {} per questo canale." -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "enabled" msgstr "abilitata" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "disabled" msgstr "disabilitata" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1426 #, docstring msgid "\n" " Sets personal embed setting for DMs.\n\n" @@ -754,17 +963,28 @@ msgid "\n" " **Arguments:**\n" " - `[enabled]` - Whether to use embeds in your DMs. Leave blank to reset to default.\n" " " -msgstr "" +msgstr "\n" +" Imposta l'impostazione incorporata del server.\n\n" +" Se impostato, questo viene utilizzato al posto del default globale per determinare se usare o meno gli embeds.\n" +" Questo è usato per tutti i comandi eseguiti in un server.\n\n" +" Se abilitato è lasciato vuoto, l'impostazione verrà azzerata e verrà invece utilizzato il valore predefinito globale.\n\n" +" Per vedere l'ordine di valutazione completo delle impostazioni incorporate, esegui `[p]help embedset`.\n\n" +" **Esempi:**\n" +" - `[p]embedset server False` - Disabilita embeds su questo server.\n" +" - `[p]embedset server` - Ripristina il valore per usare il default globale.\n\n" +" **Argomenti:**\n" +" - `[enabled]` - Indica se usare embeds su questo server. Lascia vuoto per reimpostare il valore predefinito.\n" +" " -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1450 msgid "Embeds are now enabled for you in DMs." -msgstr "" +msgstr "Gli embeds sono ora abilitati per te in DMs." -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1452 msgid "Embeds are now disabled for you in DMs." -msgstr "" +msgstr "Gli embeds sono ora disabilitati per te in DMs." -#: redbot/core/core_commands.py:1453 +#: redbot/core/core_commands.py:1458 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead.\n\n" @@ -775,13 +995,21 @@ msgid "Sends to the owner the last command exception that has occurred.\n\n" " **Arguments:**\n" " - `[public]` - Whether to send the traceback to the current context. Leave blank to send to your DMs.\n" " " -msgstr "" - -#: redbot/core/core_commands.py:1482 -msgid "No exception has occurred yet." -msgstr "" +msgstr "Invia al proprietario l'ultima eccezione di comando che si è verificata.\n\n" +" Se pubblico (si è specificato), verrà inviato invece alla chat.\n\n" +" Attenzione: inviare il traceback pubblicamente può rivelare accidentalmente informazioni sensibili sul computer o sulla configurazione.\n\n" +" **Esempi:**\n" +" - `[p]traceback` - Invia il traceback ai tuoi DMs.\n" +" - `[p]traceback True` - Invia l'ultima traceback nel contesto attuale.\n\n" +" **Argomenti:**\n" +" - `[public]` - Indica se inviare il traceback al contesto attuale. Lascia vuoto per inviare ai tuoi DM.\n" +" " #: redbot/core/core_commands.py:1487 +msgid "No exception has occurred yet." +msgstr "Nessuna eccezione si è ancora verificata." + +#: redbot/core/core_commands.py:1492 #, docstring msgid "Shows [botname]'s invite url.\n\n" " This will always send the invite to DMs to keep it private.\n\n" @@ -789,15 +1017,20 @@ msgid "Shows [botname]'s invite url.\n\n" " **Example:**\n" " - `[p]invite`\n" " " -msgstr "" - -#: redbot/core/core_commands.py:1507 -#, docstring -msgid "Commands to setup [botname]'s invite settings." -msgstr "" +msgstr "Mostra l'url di invito di [botname].\n\n" +" Questo invierà sempre l'invito ai DM per mantenerlo privato.\n\n" +" Questo comando è bloccato al proprietario a meno che `[p]inviteset public` non sia impostato su True.\n\n" +" **Esempio:**\n" +" - `[p]invito`\n" +" " #: redbot/core/core_commands.py:1512 #, docstring +msgid "Commands to setup [botname]'s invite settings." +msgstr "Comandi per configurare le impostazioni di invito di [botname]." + +#: redbot/core/core_commands.py:1517 +#, docstring msgid "\n" " Toggles if `[p]invite` should be accessible for the average user.\n\n" " The bot must be made into a `Public bot` in the developer dashboard for public invites to work.\n\n" @@ -806,9 +1039,16 @@ msgid "\n" " **Arguments:**\n" " - `[confirm]` - Required to set to public. Not required to toggle back to private.\n" " " -msgstr "" +msgstr "\n" +" Attiva/disattiva se `[p]invite` dovrebbe essere accessibile per l'utente medio.\n\n" +" Il bot deve essere trasformato in un `bot pubblico` nel cruscotto dello sviluppatore per gli inviti pubblici a lavorare.\n\n" +" **Esempio:**\n" +" - `[p]inviteset public sì` - Commuta l'impostazione dell'invito pubblico.\n\n" +" **Argomenti:**\n" +" - `[confirm]` - Richiesto per essere pubblicato. Non è necessario passare al privato.\n" +" " -#: redbot/core/core_commands.py:1549 +#: redbot/core/core_commands.py:1554 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -821,9 +1061,36 @@ msgid "\n" " **Arguments:**\n" " - `` - The permission level to require for the bot in the generated invite.\n" " " +msgstr "\n" +" Rendi il bot creare il proprio ruolo con i permessi al momento dell'adesione.\n\n" +" Il bot creerà il proprio ruolo con i permessi desiderati quando entrerà in un nuovo server. Questo è un ruolo speciale che non può essere eliminato o rimosso dal bot.\n\n" +" Per questo, è necessario fornire un livello di autorizzazioni valido.\n" +" Puoi generarne uno qui: https://discordapi.com/permissions. tml\n\n" +" Si prega di notare che potrebbe essere necessario due fattori di autenticazione per alcuni permessi.\n\n" +" **Esempio:**\n" +" - `[p]inviteset perms 134217728` - Aggiunge un requisito di autorizzazione \"Gestisci Nicknames\" all'invito.\n\n" +" **Argomenti:**\n" +" - `` - Il livello di autorizzazione da richiedere per il bot nell'invito generato.\n" +" " + +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 #, docstring msgid "\n" " Leaves servers.\n\n" @@ -836,53 +1103,66 @@ msgid "\n" " **Arguments:**\n" " - `[servers...]` - The servers to leave. When blank, attempts to leave the current server.\n" " " -msgstr "" +msgstr "\n" +" Lascia i server.\n\n" +" Se non vengono passati gli ID del server, verrà lasciato il server locale.\n\n" +" Nota: Questo comando è interattivo.\n\n" +" **Esempi:**\n" +" - `[p]leave` - Lascia il server corrente.\n" +" - `[p]lasciare \"Red - Discord Bot\"` - Le citazioni sono necessarie quando ci sono spazi nel nome.\n" +" - `[p]lascia 133049272517001216 240154543684321280` - Lascia più server, usando ID.\n\n" +" **Argomenti:**\n" +" - `[servers...]` - I server da lasciare. Quando vuoto, tenta di lasciare il server corrente.\n" +" " -#: redbot/core/core_commands.py:1588 +#: redbot/core/core_commands.py:1613 msgid "You need to specify at least one server ID." -msgstr "" +msgstr "È necessario specificare almeno un ID server." -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:1620 msgid "You haven't passed any server ID. Do you want me to leave this server?" -msgstr "" +msgstr "Non hai passato alcun ID del server. Vuoi che lasci questo server?" -#: redbot/core/core_commands.py:1600 +#: redbot/core/core_commands.py:1625 msgid "Are you sure you want me to leave these servers?" -msgstr "" +msgstr "Sei sicuro di volere che lasci questi server?" -#: redbot/core/core_commands.py:1608 +#: redbot/core/core_commands.py:1633 msgid "I cannot leave the server `{server_name}`: I am the owner of it." -msgstr "" +msgstr "Non posso lasciare il server `{server_name}`: ne sono il proprietario." -#: redbot/core/core_commands.py:1619 +#: redbot/core/core_commands.py:1644 redbot/core/core_commands.py:2711 msgid "Response timed out." msgstr "Risposta scaduta." -#: redbot/core/core_commands.py:1624 +#: redbot/core/core_commands.py:1649 msgid "Alright. Bye :wave:" -msgstr "" +msgstr "Bene. Ciao :wave:" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1652 msgid "Alright. Leaving {number} servers..." -msgstr "" +msgstr "Bene. Lasciando {number} servers..." -#: redbot/core/core_commands.py:1634 +#: redbot/core/core_commands.py:1659 msgid "Alright, I'll stay then. :)" -msgstr "" +msgstr "Bene, starò qui allora. :)" -#: redbot/core/core_commands.py:1636 +#: redbot/core/core_commands.py:1661 msgid "Alright, I'm not leaving those servers." -msgstr "" +msgstr "Va bene, non lascerò quei server." -#: redbot/core/core_commands.py:1641 +#: redbot/core/core_commands.py:1666 #, docstring msgid "\n" " Lists the servers [botname] is currently in.\n\n" " Note: This command is interactive.\n" " " -msgstr "" +msgstr "\n" +" Elenca i server [botname] attualmente in.\n\n" +" Nota: Questo comando è interattivo.\n" +" " -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:1684 #, docstring msgid "Loads cog packages from the local paths and installed cogs.\n\n" " See packages available to load with `[p]cogs`.\n\n" @@ -893,69 +1173,77 @@ msgid "Loads cog packages from the local paths and installed cogs.\n\n" " **Arguments:**\n" " - `` - The cog packages to load.\n" " " -msgstr "" +msgstr "Carica i pacchetti cog dai percorsi locali e gli ingranaggi installati.\n\n" +" Vedi i pacchetti disponibili per caricare con `[p]cogs`.\n\n" +" Ulteriori ingranaggi possono essere aggiunti usando Downloader o da percorsi locali usando `[p]addpath`.\n\n" +" **Esempi:**\n" +" - `[p]load general` - Carica l'ingranaggio `general`.\n" +" - `[p]load admin mod mutes` - Loads multiple cogs.\n\n" +" **Argomenti:**\n" +" - `` - I pacchetti cog da caricare.\n" +" " -#: redbot/core/core_commands.py:1688 +#: redbot/core/core_commands.py:1713 msgid "Loaded {packs}." -msgstr "" +msgstr "Caricato {packs}." -#: redbot/core/core_commands.py:1693 +#: redbot/core/core_commands.py:1718 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1722 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1729 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1709 +#: redbot/core/core_commands.py:1734 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1717 redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1742 redbot/core/core_commands.py:1898 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1723 redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1748 redbot/core/core_commands.py:1904 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1732 redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1757 redbot/core/core_commands.py:1913 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1736 redbot/core/core_commands.py:1892 +#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1744 +#: redbot/core/core_commands.py:1769 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1748 +#: redbot/core/core_commands.py:1773 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1755 +#: redbot/core/core_commands.py:1780 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1786 redbot/core/core_commands.py:1942 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1780 +#: redbot/core/core_commands.py:1805 #, docstring msgid "Unloads previously loaded cog packages.\n\n" " See packages available to unload with `[p]cogs`.\n\n" @@ -967,23 +1255,23 @@ msgid "Unloads previously loaded cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1798 +#: redbot/core/core_commands.py:1823 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1827 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1809 +#: redbot/core/core_commands.py:1834 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1813 +#: redbot/core/core_commands.py:1838 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1826 +#: redbot/core/core_commands.py:1851 #, docstring msgid "Reloads cog packages.\n\n" " This will unload and then load the specified cogs.\n\n" @@ -996,36 +1284,36 @@ msgid "Reloads cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:1880 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1860 +#: redbot/core/core_commands.py:1885 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1890 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1900 +#: redbot/core/core_commands.py:1925 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1904 +#: redbot/core/core_commands.py:1929 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1936 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Shuts down the bot.\n\n" " Allows [botname] to shut down gracefully.\n\n" @@ -1038,11 +1326,11 @@ msgid "Shuts down the bot.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1974 msgid "Shutting down... " msgstr "Arresto in corso... " -#: redbot/core/core_commands.py:1955 +#: redbot/core/core_commands.py:1980 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -1055,30 +1343,30 @@ msgid "Attempts to restart [botname].\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1969 +#: redbot/core/core_commands.py:1994 msgid "Restarting..." msgstr "Riavvio in corso..." -#: redbot/core/core_commands.py:1974 +#: redbot/core/core_commands.py:1999 #, docstring msgid "Commands for changing [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1978 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1996 +#: redbot/core/core_commands.py:2021 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2042 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -1086,7 +1374,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:2039 +#: redbot/core/core_commands.py:2064 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -1101,23 +1389,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2060 +#: redbot/core/core_commands.py:2085 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:2062 +#: redbot/core/core_commands.py:2087 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2092 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2099 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2104 #, docstring msgid "\n" " Sets the bot's description.\n\n" @@ -1133,15 +1421,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2099 +#: redbot/core/core_commands.py:2124 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:2102 +#: redbot/core/core_commands.py:2127 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2141 #, docstring msgid "\n" " Adds an admin role for this guild.\n\n" @@ -1159,15 +1447,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2136 +#: redbot/core/core_commands.py:2161 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:2138 +#: redbot/core/core_commands.py:2163 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2144 +#: redbot/core/core_commands.py:2169 #, docstring msgid "\n" " Adds a moderator role for this guild.\n\n" @@ -1184,15 +1472,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2188 msgid "This role is already a mod role." -msgstr "" +msgstr "Questo ruolo è già un ruolo moderatore." -#: redbot/core/core_commands.py:2165 +#: redbot/core/core_commands.py:2190 msgid "That role is now considered a mod role." -msgstr "" +msgstr "Questo ruolo è ora considerato un ruolo di mod." -#: redbot/core/core_commands.py:2171 +#: redbot/core/core_commands.py:2196 #, docstring msgid "\n" " Removes an admin role for this guild.\n\n" @@ -1202,17 +1490,24 @@ msgid "\n" " **Arguments:**\n" " - `` - The role to remove from being an admin.\n" " " -msgstr "" +msgstr "\n" +" Rimuove un ruolo di amministratore per questa gilda.\n\n" +" **Esempi:**\n" +" - `[p]imposta removeadminrole @Admins`\n" +" - `[p]imposta removeadminrole Super Admins`\n\n" +" **Argomenti:**\n" +" - `` - Il ruolo da rimuovere dall'essere un amministratore.\n" +" " -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2208 msgid "That role was not an admin role to begin with." -msgstr "" +msgstr "Quel ruolo non era un ruolo di amministratore per cominciare." -#: redbot/core/core_commands.py:2185 +#: redbot/core/core_commands.py:2210 msgid "That role is no longer considered an admin role." -msgstr "" +msgstr "Questo ruolo non è più considerato un ruolo amministratore." -#: redbot/core/core_commands.py:2191 +#: redbot/core/core_commands.py:2216 #, docstring msgid "\n" " Removes a mod role for this guild.\n\n" @@ -1222,17 +1517,24 @@ msgid "\n" " **Arguments:**\n" " - `` - The role to remove from being a moderator.\n" " " -msgstr "" +msgstr "\n" +" Rimuove un ruolo di amministratore per questa gilda.\n\n" +" **Esempi:**\n" +" - `[p]imposta removeadminrole @Admins`\n" +" - `[p]imposta removeadminrole Super Admins`\n\n" +" **Argomenti:**\n" +" - `` - Il ruolo da rimuovere dall'essere un amministratore.\n" +" " -#: redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2228 msgid "That role was not a mod role to begin with." -msgstr "" +msgstr "Quel ruolo non era un ruolo mod per cominciare." -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2230 msgid "That role is no longer considered a mod role." -msgstr "" +msgstr "Questo ruolo non è più considerato un ruolo moderatore." -#: redbot/core/core_commands.py:2211 +#: redbot/core/core_commands.py:2236 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -1243,19 +1545,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2248 msgid "The bot {} use its configured color for embeds." msgstr "Il bot {} utilizzerà i colori configurati per gli embed." -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will not" msgstr "non " -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will" msgstr " " -#: redbot/core/core_commands.py:2232 +#: redbot/core/core_commands.py:2257 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -1267,11 +1569,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2247 +#: redbot/core/core_commands.py:2272 msgid "Fuzzy command search has been {} for this server." msgstr "La ricerca indistinta dei comandi è stata {} per questo server." -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2280 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -1282,11 +1584,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2268 +#: redbot/core/core_commands.py:2293 msgid "Fuzzy command search has been {} in DMs." msgstr "La ricerca indistinta dei comandi è stata {} in DM." -#: redbot/core/core_commands.py:2276 +#: redbot/core/core_commands.py:2301 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1303,15 +1605,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2321 msgid "The color has been reset." msgstr "Il colore è stato resettato." -#: redbot/core/core_commands.py:2299 +#: redbot/core/core_commands.py:2324 msgid "The color has been set." msgstr "Il colore è stato impostato." -#: redbot/core/core_commands.py:2304 +#: redbot/core/core_commands.py:2329 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL.\n\n" @@ -1324,28 +1626,28 @@ msgid "Sets [botname]'s avatar\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2327 +#: redbot/core/core_commands.py:2352 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:2329 +#: redbot/core/core_commands.py:2354 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:2339 +#: redbot/core/core_commands.py:2364 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:2346 +#: redbot/core/core_commands.py:2371 msgid "JPG / PNG format only." msgstr "I formati file permessi sono JPG / PNG." -#: redbot/core/core_commands.py:2348 redbot/core/core_commands.py:2575 -#: redbot/core/core_commands.py:2631 redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:2373 redbot/core/core_commands.py:2600 +#: redbot/core/core_commands.py:2656 redbot/core/core_commands.py:2680 msgid "Done." msgstr "Fatto." -#: redbot/core/core_commands.py:2353 +#: redbot/core/core_commands.py:2378 #, docstring msgid "\n" " Removes [botname]'s avatar.\n\n" @@ -1354,11 +1656,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2386 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2392 #, docstring msgid "Sets [botname]'s playing status.\n\n" " This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" @@ -1371,19 +1673,19 @@ msgid "Sets [botname]'s playing status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2383 +#: redbot/core/core_commands.py:2408 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2391 +#: redbot/core/core_commands.py:2416 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:2393 +#: redbot/core/core_commands.py:2418 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:2399 +#: redbot/core/core_commands.py:2424 #, docstring msgid "Sets [botname]'s listening status.\n\n" " This will appear as `Listening to `.\n\n" @@ -1395,19 +1697,19 @@ msgid "Sets [botname]'s listening status.\n\n" " - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2416 +#: redbot/core/core_commands.py:2441 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2425 +#: redbot/core/core_commands.py:2450 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2453 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2459 #, docstring msgid "Sets [botname]'s watching status.\n\n" " This will appear as `Watching `.\n\n" @@ -1419,19 +1721,19 @@ msgid "Sets [botname]'s watching status.\n\n" " - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2475 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2482 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:2459 +#: redbot/core/core_commands.py:2484 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:2465 +#: redbot/core/core_commands.py:2490 #, docstring msgid "Sets [botname]'s competing status.\n\n" " This will appear as `Competing in `.\n\n" @@ -1443,19 +1745,19 @@ msgid "Sets [botname]'s competing status.\n\n" " - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2482 +#: redbot/core/core_commands.py:2507 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2491 +#: redbot/core/core_commands.py:2516 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:2494 +#: redbot/core/core_commands.py:2519 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:2500 +#: redbot/core/core_commands.py:2525 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1471,11 +1773,11 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:2555 msgid "Status changed to {}." msgstr "Status cambiato a {}." -#: redbot/core/core_commands.py:2538 +#: redbot/core/core_commands.py:2563 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" @@ -1491,15 +1793,15 @@ msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " - `` - The text to follow `Streaming` in the status." msgstr "" -#: redbot/core/core_commands.py:2563 +#: redbot/core/core_commands.py:2588 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2591 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2580 +#: redbot/core/core_commands.py:2605 #, docstring msgid "Sets [botname]'s username.\n\n" " Maximum length for a username is 32 characters.\n\n" @@ -1512,28 +1814,28 @@ msgid "Sets [botname]'s username.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2596 +#: redbot/core/core_commands.py:2621 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2603 +#: redbot/core/core_commands.py:2628 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2609 +#: redbot/core/core_commands.py:2634 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2619 +#: redbot/core/core_commands.py:2644 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2629 +#: redbot/core/core_commands.py:2654 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2662 #, docstring msgid "Sets [botname]'s nickname for the current server.\n\n" " Maximum length for a nickname is 32 characters.\n\n" @@ -1544,15 +1846,15 @@ msgid "Sets [botname]'s nickname for the current server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2649 +#: redbot/core/core_commands.py:2674 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2653 +#: redbot/core/core_commands.py:2678 msgid "I lack the permissions to change my own nickname." msgstr "Non ho i permessi necessari per cambiare il mio nickname." -#: redbot/core/core_commands.py:2660 +#: redbot/core/core_commands.py:2685 #, docstring msgid "Sets [botname]'s global prefix(es).\n\n" " Warning: This is not additive. It will replace all current prefixes.\n\n" @@ -1567,20 +1869,30 @@ msgid "Sets [botname]'s global prefix(es).\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2677 +#: redbot/core/core_commands.py:2702 +msgid "Warning: A prefix is above the recommended length (20 characters).\n" +"Do you want to continue? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:2715 +msgid "Cancelled." +msgstr "" + +#: redbot/core/core_commands.py:2719 msgid "Prefix set." msgstr "Il prefisso è stato impostato." -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:2721 msgid "Prefixes set." msgstr "" -#: redbot/core/core_commands.py:2685 +#: redbot/core/core_commands.py:2727 #, docstring msgid "\n" " Sets [botname]'s server prefix(es).\n\n" " Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" -" This is not additive. It will replace all current server prefixes.\n\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 20 characters.\n\n" " **Examples:**\n" " - `[p]set serverprefix !`\n" " - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" @@ -1591,19 +1903,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2702 +#: redbot/core/core_commands.py:2745 msgid "Server prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2748 +msgid "You cannot have a prefix longer than 20 characters." +msgstr "" + +#: redbot/core/core_commands.py:2753 msgid "Server prefix set." msgstr "" -#: redbot/core/core_commands.py:2709 +#: redbot/core/core_commands.py:2755 msgid "Server prefixes set." msgstr "" -#: redbot/core/core_commands.py:2714 +#: redbot/core/core_commands.py:2760 #, docstring msgid "\n" " Changes the bot's default locale.\n\n" @@ -1620,21 +1936,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2735 redbot/core/core_commands.py:2779 -#: redbot/core/core_commands.py:2818 redbot/core/core_commands.py:2862 +#: redbot/core/core_commands.py:2781 redbot/core/core_commands.py:2825 +#: redbot/core/core_commands.py:2864 redbot/core/core_commands.py:2908 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2739 redbot/core/core_commands.py:2783 -#: redbot/core/core_commands.py:2822 redbot/core/core_commands.py:2866 +#: redbot/core/core_commands.py:2785 redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2868 redbot/core/core_commands.py:2912 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:2792 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2752 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1652,15 +1968,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2774 +#: redbot/core/core_commands.py:2820 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2789 +#: redbot/core/core_commands.py:2835 msgid "Locale has been set." msgstr "Impostazioni locali sono stata impostata." -#: redbot/core/core_commands.py:2795 +#: redbot/core/core_commands.py:2841 #, docstring msgid "\n" " Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1675,15 +1991,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2812 +#: redbot/core/core_commands.py:2858 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2875 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2837 +#: redbot/core/core_commands.py:2883 #, docstring msgid "\n" " Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1698,15 +2014,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2855 +#: redbot/core/core_commands.py:2901 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2873 +#: redbot/core/core_commands.py:2919 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2881 +#: redbot/core/core_commands.py:2927 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1721,19 +2037,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2898 +#: redbot/core/core_commands.py:2944 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2948 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2905 +#: redbot/core/core_commands.py:2951 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2956 #, docstring msgid "\n" " Commands to set, list or remove various external API tokens.\n\n" @@ -1750,11 +2066,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2931 +#: redbot/core/core_commands.py:2977 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2935 +#: redbot/core/core_commands.py:2981 #, docstring msgid "\n" " Show all external API services along with their keys that have been set.\n\n" @@ -1764,19 +2080,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2946 +#: redbot/core/core_commands.py:2992 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2961 +#: redbot/core/core_commands.py:3007 #, docstring msgid "\n" " Remove the given services with all their keys and tokens.\n\n" @@ -1787,20 +2103,20 @@ msgid "\n" " - `` - The services to remove." msgstr "" -#: redbot/core/core_commands.py:2976 +#: redbot/core/core_commands.py:3022 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2980 +#: redbot/core/core_commands.py:3026 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2985 +#: redbot/core/core_commands.py:3031 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2990 +#: redbot/core/core_commands.py:3036 #, docstring msgid "\n" " Commands to manage settings for the help command.\n\n" @@ -1808,7 +2124,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2999 +#: redbot/core/core_commands.py:3045 #, docstring msgid "\n" " Show the current help settings.\n\n" @@ -1818,11 +2134,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3013 +#: redbot/core/core_commands.py:3059 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:3023 +#: redbot/core/core_commands.py:3069 #, docstring msgid "\n" " This resets [botname]'s help formatter to the default formatter.\n\n" @@ -1831,11 +2147,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3032 +#: redbot/core/core_commands.py:3078 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:3041 +#: redbot/core/core_commands.py:3087 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1845,11 +2161,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3051 +#: redbot/core/core_commands.py:3097 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3105 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1865,15 +2181,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3079 +#: redbot/core/core_commands.py:3125 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:3081 +#: redbot/core/core_commands.py:3127 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:3085 +#: redbot/core/core_commands.py:3131 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1887,15 +2203,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3102 +#: redbot/core/core_commands.py:3148 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3104 +#: redbot/core/core_commands.py:3150 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3154 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1909,15 +2225,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3125 +#: redbot/core/core_commands.py:3171 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3127 +#: redbot/core/core_commands.py:3173 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3131 +#: redbot/core/core_commands.py:3177 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent to a DM.\n\n" @@ -1933,15 +2249,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3152 +#: redbot/core/core_commands.py:3198 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3154 +#: redbot/core/core_commands.py:3200 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3158 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be filtered from help.\n\n" @@ -1955,15 +2271,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3175 +#: redbot/core/core_commands.py:3221 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:3177 +#: redbot/core/core_commands.py:3223 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:3181 +#: redbot/core/core_commands.py:3227 #, docstring msgid "\n" " Sets whether the bot should respond to help commands for nonexistent topics.\n\n" @@ -1979,15 +2295,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3202 +#: redbot/core/core_commands.py:3248 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3251 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:3213 +#: redbot/core/core_commands.py:3259 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " Note: This setting only applies to embedded help.\n\n" @@ -2002,15 +2318,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3230 +#: redbot/core/core_commands.py:3276 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:3234 +#: redbot/core/core_commands.py:3280 msgid "Done. The character limit per page has been set to {}." msgstr "Fatto. Il limite di caratteri per pagina è stato impostato a {}." -#: redbot/core/core_commands.py:3238 +#: redbot/core/core_commands.py:3284 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " Note: This setting does not apply to menu help.\n\n" @@ -2026,15 +2342,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3283 +#: redbot/core/core_commands.py:3302 redbot/core/core_commands.py:3329 msgid "You must give a value of zero or greater!" msgstr "Devi inserire un valore superiore o uguale a zero!" -#: redbot/core/core_commands.py:3260 +#: redbot/core/core_commands.py:3306 msgid "Done. The page limit has been set to {}." msgstr "Fatto. Il limite di pagine è stato impostato a {}." -#: redbot/core/core_commands.py:3265 +#: redbot/core/core_commands.py:3311 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -2051,19 +2367,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3332 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3337 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:3293 +#: redbot/core/core_commands.py:3339 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:3297 +#: redbot/core/core_commands.py:3343 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -2077,19 +2393,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3312 +#: redbot/core/core_commands.py:3358 msgid "The tagline has been reset." msgstr "La tagline è stata resettata." -#: redbot/core/core_commands.py:3316 +#: redbot/core/core_commands.py:3362 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "La tua tagline è troppo lunga! Per favore abbreviala in modo che non superi i 2048 caratteri." -#: redbot/core/core_commands.py:3324 +#: redbot/core/core_commands.py:3370 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:3329 +#: redbot/core/core_commands.py:3375 #, docstring msgid "Sends a message to the owner.\n\n" " This is limited to one message every 60 seconds per person.\n\n" @@ -2100,43 +2416,43 @@ msgid "Sends a message to the owner.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3341 +#: redbot/core/core_commands.py:3387 msgid "User ID: {}" msgstr "ID utente: {}" -#: redbot/core/core_commands.py:3344 +#: redbot/core/core_commands.py:3390 msgid "through DM" msgstr "attraverso il DM" -#: redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3392 msgid "from {}" msgstr "da {}" -#: redbot/core/core_commands.py:3347 +#: redbot/core/core_commands.py:3393 msgid " | Server ID: {}" msgstr " | ID server: {}" -#: redbot/core/core_commands.py:3352 +#: redbot/core/core_commands.py:3398 msgid "Use `{}dm {} ` to reply to this user" msgstr "Utilizzare `{}dm {} ` per rispondere a questo utente" -#: redbot/core/core_commands.py:3354 +#: redbot/core/core_commands.py:3400 msgid "Sent by {} {}" msgstr "Inviato da {} {}" -#: redbot/core/core_commands.py:3359 +#: redbot/core/core_commands.py:3405 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:3430 +#: redbot/core/core_commands.py:3476 msgid "Your message has been sent." msgstr "Il tuo messaggio è stato inviato." -#: redbot/core/core_commands.py:3432 +#: redbot/core/core_commands.py:3478 msgid "I'm unable to deliver your message. Sorry." msgstr "Non sono in grado di consegnare il messaggio. Mi dispiace." -#: redbot/core/core_commands.py:3437 +#: redbot/core/core_commands.py:3483 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n\n" @@ -2149,41 +2465,41 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3453 +#: redbot/core/core_commands.py:3499 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3509 msgid "Owner of {}" msgstr "Proprietario di {}" -#: redbot/core/core_commands.py:3464 +#: redbot/core/core_commands.py:3510 msgid "You can reply to this message with {}contact" msgstr "Puoi risponder a questo messaggio con {}contact" -#: redbot/core/core_commands.py:3478 redbot/core/core_commands.py:3488 +#: redbot/core/core_commands.py:3524 redbot/core/core_commands.py:3534 msgid "Sorry, I couldn't deliver your message to {}" msgstr "Mi dispiace, non sono riuscito a consegnare il messaggio a {}" -#: redbot/core/core_commands.py:3481 redbot/core/core_commands.py:3491 +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3537 msgid "Message delivered to {}" msgstr "Messaggio recapitato a {}" -#: redbot/core/core_commands.py:3496 +#: redbot/core/core_commands.py:3542 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:3500 +#: redbot/core/core_commands.py:3546 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:3506 +#: redbot/core/core_commands.py:3552 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:3593 +#: redbot/core/core_commands.py:3639 #, docstring msgid "\n" " Commands to manage the allowlist.\n\n" @@ -2192,7 +2508,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3604 +#: redbot/core/core_commands.py:3650 #, docstring msgid "\n" " Adds users to the allowlist.\n\n" @@ -2204,15 +2520,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3663 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3619 +#: redbot/core/core_commands.py:3665 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3623 +#: redbot/core/core_commands.py:3669 #, docstring msgid "\n" " Lists users on the allowlist.\n\n" @@ -2221,21 +2537,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3635 +#: redbot/core/core_commands.py:3681 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3637 +#: redbot/core/core_commands.py:3683 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3641 redbot/core/core_commands.py:3739 +#: redbot/core/core_commands.py:3687 redbot/core/core_commands.py:3785 #: redbot/core/modlog.py:428 redbot/core/modlog.py:450 #: redbot/core/modlog.py:466 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/core_commands.py:3649 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Removes users from the allowlist.\n\n" @@ -2248,15 +2564,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3664 +#: redbot/core/core_commands.py:3710 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3666 +#: redbot/core/core_commands.py:3712 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3670 +#: redbot/core/core_commands.py:3716 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2266,11 +2582,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3725 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3684 +#: redbot/core/core_commands.py:3730 #, docstring msgid "\n" " Commands to manage the blocklist.\n\n" @@ -2278,7 +2594,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3693 +#: redbot/core/core_commands.py:3739 #, docstring msgid "\n" " Adds users to the blocklist.\n\n" @@ -2290,19 +2606,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3709 +#: redbot/core/core_commands.py:3755 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3715 +#: redbot/core/core_commands.py:3761 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3717 +#: redbot/core/core_commands.py:3763 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3721 +#: redbot/core/core_commands.py:3767 #, docstring msgid "\n" " Lists users on the blocklist.\n\n" @@ -2311,15 +2627,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3733 +#: redbot/core/core_commands.py:3779 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3735 +#: redbot/core/core_commands.py:3781 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3747 +#: redbot/core/core_commands.py:3793 #, docstring msgid "\n" " Removes users from the blocklist.\n\n" @@ -2331,15 +2647,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3760 +#: redbot/core/core_commands.py:3806 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3762 +#: redbot/core/core_commands.py:3808 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3766 +#: redbot/core/core_commands.py:3812 #, docstring msgid "\n" " Clears the blocklist.\n\n" @@ -2348,11 +2664,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3773 +#: redbot/core/core_commands.py:3819 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3779 +#: redbot/core/core_commands.py:3825 #, docstring msgid "\n" " Commands to manage the server specific allowlist.\n\n" @@ -2361,7 +2677,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3792 +#: redbot/core/core_commands.py:3838 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n\n" @@ -2374,19 +2690,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3811 +#: redbot/core/core_commands.py:3857 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:3820 +#: redbot/core/core_commands.py:3866 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3822 +#: redbot/core/core_commands.py:3868 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3826 +#: redbot/core/core_commands.py:3872 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n\n" @@ -2395,19 +2711,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3838 +#: redbot/core/core_commands.py:3884 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3840 +#: redbot/core/core_commands.py:3886 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:3844 redbot/core/core_commands.py:3966 +#: redbot/core/core_commands.py:3890 redbot/core/core_commands.py:4012 msgid "Unknown or Deleted User/Role" msgstr "" -#: redbot/core/core_commands.py:3854 +#: redbot/core/core_commands.py:3900 #, docstring msgid "\n" " Removes user or role from the allowlist.\n\n" @@ -2421,19 +2737,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3875 +#: redbot/core/core_commands.py:3921 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3883 +#: redbot/core/core_commands.py:3929 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3885 +#: redbot/core/core_commands.py:3931 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3889 +#: redbot/core/core_commands.py:3935 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2443,11 +2759,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3898 +#: redbot/core/core_commands.py:3944 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3904 +#: redbot/core/core_commands.py:3950 #, docstring msgid "\n" " Commands to manage the server specific blocklist.\n\n" @@ -2455,7 +2771,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3915 +#: redbot/core/core_commands.py:3961 #, docstring msgid "\n" " Adds a user or role to the local blocklist.\n\n" @@ -2468,27 +2784,27 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3929 +#: redbot/core/core_commands.py:3975 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3932 +#: redbot/core/core_commands.py:3978 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3935 +#: redbot/core/core_commands.py:3981 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3942 +#: redbot/core/core_commands.py:3988 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3944 +#: redbot/core/core_commands.py:3990 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3948 +#: redbot/core/core_commands.py:3994 #, docstring msgid "\n" " Lists users and roles on the server blocklist.\n\n" @@ -2497,15 +2813,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3960 +#: redbot/core/core_commands.py:4006 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3962 +#: redbot/core/core_commands.py:4008 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3976 +#: redbot/core/core_commands.py:4022 #, docstring msgid "\n" " Removes user or role from local blocklist.\n\n" @@ -2518,15 +2834,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3992 +#: redbot/core/core_commands.py:4038 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3994 +#: redbot/core/core_commands.py:4040 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3998 +#: redbot/core/core_commands.py:4044 #, docstring msgid "\n" " Clears the server blocklist.\n\n" @@ -2536,16 +2852,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4007 +#: redbot/core/core_commands.py:4053 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:4012 +#: redbot/core/core_commands.py:4058 #, docstring msgid "Commands to enable and disable commands and cogs." msgstr "" -#: redbot/core/core_commands.py:4018 +#: redbot/core/core_commands.py:4064 #, docstring msgid "Set the default state for a cog as disabled.\n\n" " This will disable the cog for all servers by default.\n" @@ -2559,20 +2875,20 @@ msgid "Set the default state for a cog as disabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4034 redbot/core/core_commands.py:4059 -#: redbot/core/core_commands.py:4079 redbot/core/core_commands.py:4109 +#: redbot/core/core_commands.py:4080 redbot/core/core_commands.py:4105 +#: redbot/core/core_commands.py:4125 redbot/core/core_commands.py:4155 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:4036 +#: redbot/core/core_commands.py:4082 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:4038 +#: redbot/core/core_commands.py:4084 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:4043 +#: redbot/core/core_commands.py:4089 #, docstring msgid "Set the default state for a cog as enabled.\n\n" " This will re-enable the cog for all servers by default.\n" @@ -2586,11 +2902,11 @@ msgid "Set the default state for a cog as enabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4061 +#: redbot/core/core_commands.py:4107 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:4066 +#: redbot/core/core_commands.py:4112 #, docstring msgid "Disable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2602,19 +2918,19 @@ msgid "Disable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4081 +#: redbot/core/core_commands.py:4127 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:4083 +#: redbot/core/core_commands.py:4129 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4086 +#: redbot/core/core_commands.py:4132 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4092 +#: redbot/core/core_commands.py:4138 #, docstring msgid "Enable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2626,15 +2942,15 @@ msgid "Enable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4104 +#: redbot/core/core_commands.py:4150 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4112 +#: redbot/core/core_commands.py:4158 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4118 +#: redbot/core/core_commands.py:4164 #, docstring msgid "List the cogs which are disabled in this server.\n\n" " **Example:**\n" @@ -2642,15 +2958,15 @@ msgid "List the cogs which are disabled in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4131 +#: redbot/core/core_commands.py:4177 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:4137 +#: redbot/core/core_commands.py:4183 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:4141 +#: redbot/core/core_commands.py:4187 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2661,7 +2977,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4158 +#: redbot/core/core_commands.py:4204 #, docstring msgid "List disabled commands globally.\n\n" " **Example:**\n" @@ -2669,19 +2985,19 @@ msgid "List disabled commands globally.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4165 +#: redbot/core/core_commands.py:4211 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:4168 +#: redbot/core/core_commands.py:4214 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4172 +#: redbot/core/core_commands.py:4218 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4180 +#: redbot/core/core_commands.py:4226 #, docstring msgid "List disabled commands in this server.\n\n" " **Example:**\n" @@ -2689,19 +3005,19 @@ msgid "List disabled commands in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4187 +#: redbot/core/core_commands.py:4233 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:4190 +#: redbot/core/core_commands.py:4236 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4194 +#: redbot/core/core_commands.py:4240 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4201 +#: redbot/core/core_commands.py:4247 #, docstring msgid "\n" " Disable a command.\n\n" @@ -2715,7 +3031,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4223 +#: redbot/core/core_commands.py:4269 #, docstring msgid "\n" " Disable a command globally.\n\n" @@ -2727,19 +3043,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4242 redbot/core/core_commands.py:4285 +#: redbot/core/core_commands.py:4288 redbot/core/core_commands.py:4331 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:4248 redbot/core/core_commands.py:4291 +#: redbot/core/core_commands.py:4294 redbot/core/core_commands.py:4337 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:4257 +#: redbot/core/core_commands.py:4303 msgid "That command is already disabled globally." msgstr "Questo comando risulta già disabilitato globalmente." -#: redbot/core/core_commands.py:4266 +#: redbot/core/core_commands.py:4312 #, docstring msgid "\n" " Disable a command in this server only.\n\n" @@ -2751,15 +3067,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4296 +#: redbot/core/core_commands.py:4342 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:4306 +#: redbot/core/core_commands.py:4352 msgid "That command is already disabled in this server." msgstr "Questo comando è già disabilitato in questo server." -#: redbot/core/core_commands.py:4312 +#: redbot/core/core_commands.py:4358 #, docstring msgid "Enable a command.\n\n" " If you're the bot owner, this will try to enable a globally disabled command by default.\n" @@ -2772,7 +3088,7 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4332 +#: redbot/core/core_commands.py:4378 #, docstring msgid "\n" " Enable a command globally.\n\n" @@ -2784,11 +3100,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4354 +#: redbot/core/core_commands.py:4400 msgid "That command is already enabled globally." msgstr "Questo comando risulta già abilitato globalmente." -#: redbot/core/core_commands.py:4363 +#: redbot/core/core_commands.py:4409 #, docstring msgid "\n" " Enable a command in this server.\n\n" @@ -2800,15 +3116,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4381 +#: redbot/core/core_commands.py:4427 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4437 msgid "That command is already enabled in this server." msgstr "Questo comando è già abilitato in questo server." -#: redbot/core/core_commands.py:4398 +#: redbot/core/core_commands.py:4444 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2822,7 +3138,7 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4419 +#: redbot/core/core_commands.py:4465 #, docstring msgid "\n" " Commands to manage server settings for immunity from automated actions.\n\n" @@ -2830,7 +3146,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4428 +#: redbot/core/core_commands.py:4474 #, docstring msgid "\n" " Gets the current members and roles configured for automatic moderation action immunity.\n\n" @@ -2839,19 +3155,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4441 +#: redbot/core/core_commands.py:4487 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4446 +#: redbot/core/core_commands.py:4492 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4450 +#: redbot/core/core_commands.py:4496 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:4459 +#: redbot/core/core_commands.py:4505 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n\n" @@ -2863,11 +3179,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4471 +#: redbot/core/core_commands.py:4517 msgid "Already added." msgstr "Già aggiunto." -#: redbot/core/core_commands.py:4479 +#: redbot/core/core_commands.py:4525 #, docstring msgid "\n" " Remove a user or role from being immune to automated moderation actions.\n\n" @@ -2879,11 +3195,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4491 +#: redbot/core/core_commands.py:4537 msgid "Not in list." msgstr "Non in elenco." -#: redbot/core/core_commands.py:4499 +#: redbot/core/core_commands.py:4545 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n\n" @@ -2895,15 +3211,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4511 +#: redbot/core/core_commands.py:4557 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:4513 +#: redbot/core/core_commands.py:4559 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:4518 +#: redbot/core/core_commands.py:4564 #, docstring msgid "\n" " Commands for configuring owner notifications.\n\n" @@ -2911,7 +3227,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4527 +#: redbot/core/core_commands.py:4573 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2923,7 +3239,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4546 +#: redbot/core/core_commands.py:4592 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n\n" @@ -2934,7 +3250,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4565 +#: redbot/core/core_commands.py:4611 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n\n" @@ -2946,7 +3262,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4591 +#: redbot/core/core_commands.py:4637 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n\n" @@ -2958,7 +3274,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4615 +#: redbot/core/core_commands.py:4661 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n\n" @@ -2967,15 +3283,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4625 +#: redbot/core/core_commands.py:4671 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:4636 +#: redbot/core/core_commands.py:4682 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:4667 +#: redbot/core/core_commands.py:4713 #, docstring msgid "\n" " Commands to add servers or channels to the ignore list.\n\n" @@ -2984,7 +3300,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4677 +#: redbot/core/core_commands.py:4723 #, docstring msgid "\n" " List the currently ignored servers and channels.\n\n" @@ -2993,7 +3309,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4692 +#: redbot/core/core_commands.py:4738 #, docstring msgid "\n" " Ignore commands in the channel or category.\n\n" @@ -3009,15 +3325,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4712 +#: redbot/core/core_commands.py:4758 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:4714 +#: redbot/core/core_commands.py:4760 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:4719 +#: redbot/core/core_commands.py:4765 #, docstring msgid "\n" " Ignore commands in this server.\n\n" @@ -3027,20 +3343,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4730 +#: redbot/core/core_commands.py:4776 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:4732 +#: redbot/core/core_commands.py:4778 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:4738 +#: redbot/core/core_commands.py:4784 #, docstring msgid "Commands to remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4746 +#: redbot/core/core_commands.py:4792 #, docstring msgid "\n" " Remove a channel or category from the ignore list.\n\n" @@ -3055,15 +3371,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4765 +#: redbot/core/core_commands.py:4811 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:4767 +#: redbot/core/core_commands.py:4813 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4772 +#: redbot/core/core_commands.py:4818 #, docstring msgid "\n" " Remove this server from the ignore list.\n\n" @@ -3072,24 +3388,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4781 +#: redbot/core/core_commands.py:4827 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4783 +#: redbot/core/core_commands.py:4829 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4789 +#: redbot/core/core_commands.py:4835 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:4801 +#: redbot/core/core_commands.py:4847 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:4816 +#: redbot/core/core_commands.py:4862 #, docstring msgid "\n" " Get info about Red's licenses.\n" @@ -3122,7 +3438,7 @@ msgid "Evaluate a statement of python code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:166 +#: redbot/core/dev_commands.py:167 #, docstring msgid "Execute asynchronous code.\n\n" " This command wraps code into the body of an async function and then\n" @@ -3142,7 +3458,7 @@ msgid "Execute asynchronous code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:220 +#: redbot/core/dev_commands.py:221 #, docstring msgid "Open an interactive REPL.\n\n" " The REPL will only recognise code as messages which start with a\n" @@ -3151,51 +3467,51 @@ msgid "Open an interactive REPL.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:229 +#: redbot/core/dev_commands.py:230 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "E' già in esecuzione una sessione REPL in questo canale. Puoi terminarla scrivendo `quit`." -#: redbot/core/dev_commands.py:233 +#: redbot/core/dev_commands.py:234 msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." msgstr "" -#: redbot/core/dev_commands.py:244 +#: redbot/core/dev_commands.py:245 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." msgstr "" -#: redbot/core/dev_commands.py:258 +#: redbot/core/dev_commands.py:259 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:309 +#: redbot/core/dev_commands.py:310 msgid "Unexpected error: `{}`" msgstr "Errore imprevisto: `{}`" -#: redbot/core/dev_commands.py:313 +#: redbot/core/dev_commands.py:314 #, docstring msgid "Pauses/resumes the REPL running in the current channel" msgstr "" -#: redbot/core/dev_commands.py:315 +#: redbot/core/dev_commands.py:316 msgid "There is no currently running REPL session in this channel." msgstr "" -#: redbot/core/dev_commands.py:323 +#: redbot/core/dev_commands.py:324 msgid "The REPL session in this channel has been resumed." msgstr "" -#: redbot/core/dev_commands.py:325 +#: redbot/core/dev_commands.py:326 msgid "The REPL session in this channel is now paused." msgstr "" -#: redbot/core/dev_commands.py:330 +#: redbot/core/dev_commands.py:331 #, docstring msgid "Mock another user invoking a command.\n\n" " The prefix must not be entered.\n" " " msgstr "" -#: redbot/core/dev_commands.py:343 +#: redbot/core/dev_commands.py:344 #, docstring msgid "Dispatch a message event as if it were sent by a different user.\n\n" " Only reads the raw content of the message. Attachments, embeds etc. are\n" @@ -3203,17 +3519,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:364 +#: redbot/core/dev_commands.py:365 #, docstring msgid "Give bot owners the ability to bypass cooldowns.\n\n" " Does not persist through restarts." msgstr "" -#: redbot/core/dev_commands.py:372 +#: redbot/core/dev_commands.py:373 msgid "Bot owners will now bypass all commands with cooldowns." msgstr "" -#: redbot/core/dev_commands.py:374 +#: redbot/core/dev_commands.py:375 msgid "Bot owners will no longer bypass all commands with cooldowns." msgstr "" diff --git a/redbot/core/locales/ja-JP.po b/redbot/core/locales/ja-JP.po index e4d7fe123..af6e31644 100644 --- a/redbot/core/locales/ja-JP.po +++ b/redbot/core/locales/ja-JP.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-05-25 16:04+0000\n" +"POT-Creation-Date: 2021-06-12 15:52+0000\n" "Last-Translator: \n" "Language-Team: Japanese\n" "MIME-Version: 1.0\n" @@ -135,15 +135,15 @@ msgstr "" msgid "**{} unloaded:**\n" msgstr "" -#: redbot/core/core_commands.py:179 +#: redbot/core/core_commands.py:181 msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:184 +#: redbot/core/core_commands.py:186 msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:393 +#: redbot/core/core_commands.py:398 #, docstring msgid "\n" " The Core cog has many commands related to core functions.\n\n" @@ -151,93 +151,93 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:410 #, docstring msgid "Pong." msgstr "" -#: redbot/core/core_commands.py:410 +#: redbot/core/core_commands.py:415 #, docstring msgid "Shows info about [botname].\n\n" " See `[p]set custominfo` to customize.\n" " " msgstr "" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:445 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by team" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:456 +#: redbot/core/core_commands.py:461 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:459 redbot/core/core_commands.py:515 +#: redbot/core/core_commands.py:464 redbot/core/core_commands.py:520 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:463 redbot/core/core_commands.py:519 +#: redbot/core/core_commands.py:468 redbot/core/core_commands.py:524 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:464 +#: redbot/core/core_commands.py:469 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:466 +#: redbot/core/core_commands.py:471 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:467 +#: redbot/core/core_commands.py:472 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:470 redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:475 redbot/core/core_commands.py:533 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:483 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:489 +#: redbot/core/core_commands.py:494 msgid "Instance owned by team: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:501 +#: redbot/core/core_commands.py:506 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:520 +#: redbot/core/core_commands.py:525 msgid "Outdated: [{state}]\n" msgstr "" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:528 msgid "**About Red**\n" msgstr "" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:539 msgid "**About this instance**\n" msgstr "" -#: redbot/core/core_commands.py:536 +#: redbot/core/core_commands.py:541 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -248,20 +248,20 @@ msgid "**References**\n" "7. <{}>\n" msgstr "" -#: redbot/core/core_commands.py:552 +#: redbot/core/core_commands.py:557 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:555 +#: redbot/core/core_commands.py:560 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:557 +#: redbot/core/core_commands.py:562 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:564 +#: redbot/core/core_commands.py:569 #, docstring msgid "\n" " Commands which interact with the data [botname] has about you.\n\n" @@ -269,7 +269,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:575 +#: redbot/core/core_commands.py:580 #, docstring msgid "\n" " Find out what type of data [botname] stores and why.\n\n" @@ -278,12 +278,12 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:585 +#: redbot/core/core_commands.py:590 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:604 +#: redbot/core/core_commands.py:609 #, docstring msgid "View the End User Data statements of each 3rd-party module.\n\n" " This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" @@ -292,39 +292,39 @@ msgid "View the End User Data statements of each 3rd-party module.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:615 +#: redbot/core/core_commands.py:620 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:625 +#: redbot/core/core_commands.py:630 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:645 +#: redbot/core/core_commands.py:650 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:647 +#: redbot/core/core_commands.py:652 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:652 +#: redbot/core/core_commands.py:657 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:668 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:679 +#: redbot/core/core_commands.py:684 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:684 +#: redbot/core/core_commands.py:689 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:695 +#: redbot/core/core_commands.py:700 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -336,63 +336,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:710 +#: redbot/core/core_commands.py:715 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:717 +#: redbot/core/core_commands.py:722 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:727 +#: redbot/core/core_commands.py:732 msgid "This may take some time." msgstr "" -#: redbot/core/core_commands.py:740 +#: redbot/core/core_commands.py:745 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:755 +#: redbot/core/core_commands.py:760 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:765 +#: redbot/core/core_commands.py:770 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:775 +#: redbot/core/core_commands.py:780 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:783 redbot/core/core_commands.py:950 -#: redbot/core/core_commands.py:1036 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:788 redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:1041 redbot/core/core_commands.py:1112 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:793 +#: redbot/core/core_commands.py:798 #, docstring msgid "[Coming Soon] Get what data [botname] has about you." msgstr "" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:800 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:804 +#: redbot/core/core_commands.py:809 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:810 +#: redbot/core/core_commands.py:815 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -403,11 +403,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:821 +#: redbot/core/core_commands.py:826 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:834 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n\n" @@ -417,11 +417,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:838 +#: redbot/core/core_commands.py:843 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:847 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -435,15 +435,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:859 +#: redbot/core/core_commands.py:864 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:867 +#: redbot/core/core_commands.py:872 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:878 +#: redbot/core/core_commands.py:883 #, docstring msgid "\n" " Handle a deletion request from Discord.\n\n" @@ -456,34 +456,34 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:892 +#: redbot/core/core_commands.py:897 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:915 redbot/core/core_commands.py:1072 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +#: redbot/core/core_commands.py:930 redbot/core/core_commands.py:1087 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +#: redbot/core/core_commands.py:941 redbot/core/core_commands.py:1098 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +#: redbot/core/core_commands.py:951 redbot/core/core_commands.py:1108 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:957 +#: redbot/core/core_commands.py:962 #, docstring msgid "Delete data [botname] has about a user for a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" @@ -494,34 +494,34 @@ msgid "Delete data [botname] has about a user for a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:973 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:991 +#: redbot/core/core_commands.py:996 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1006 +#: redbot/core/core_commands.py:1011 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1017 +#: redbot/core/core_commands.py:1022 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1033 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1048 #, docstring msgid "Delete data [botname] has about a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" @@ -531,12 +531,12 @@ msgid "Delete data [botname] has about a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1053 +#: redbot/core/core_commands.py:1058 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1114 +#: redbot/core/core_commands.py:1119 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -556,7 +556,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1136 +#: redbot/core/core_commands.py:1141 #, docstring msgid "\n" " Show the current embed settings.\n\n" @@ -570,42 +570,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1153 redbot/core/core_commands.py:1309 -#: redbot/core/core_commands.py:1360 redbot/core/core_commands.py:4236 -#: redbot/core/core_commands.py:4279 redbot/core/core_commands.py:4345 -#: redbot/core/core_commands.py:4376 +#: redbot/core/core_commands.py:1158 redbot/core/core_commands.py:1314 +#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:4282 +#: redbot/core/core_commands.py:4325 redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4422 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:1159 +#: redbot/core/core_commands.py:1164 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1161 +#: redbot/core/core_commands.py:1166 msgid "Global default: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1171 msgid "Global command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1172 +#: redbot/core/core_commands.py:1177 msgid "Guild setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1177 +#: redbot/core/core_commands.py:1182 msgid "Server command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1183 +#: redbot/core/core_commands.py:1188 msgid "Channel setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1191 msgid "User setting: {value}" msgstr "" -#: redbot/core/core_commands.py:1192 +#: redbot/core/core_commands.py:1197 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -617,15 +617,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1206 +#: redbot/core/core_commands.py:1211 msgid "Embeds are now disabled by default." msgstr "" -#: redbot/core/core_commands.py:1209 +#: redbot/core/core_commands.py:1214 msgid "Embeds are now enabled by default." msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1220 #, docstring msgid "\n" " Set the server's embed setting.\n\n" @@ -641,20 +641,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1234 redbot/core/core_commands.py:1318 -#: redbot/core/core_commands.py:1409 redbot/core/core_commands.py:1440 +#: redbot/core/core_commands.py:1239 redbot/core/core_commands.py:1323 +#: redbot/core/core_commands.py:1414 redbot/core/core_commands.py:1445 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1239 +#: redbot/core/core_commands.py:1244 msgid "Embeds are now enabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1241 +#: redbot/core/core_commands.py:1246 msgid "Embeds are now disabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1249 +#: redbot/core/core_commands.py:1254 #, docstring msgid "\n" " Sets a command's embed setting.\n\n" @@ -671,11 +671,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1278 +#: redbot/core/core_commands.py:1283 msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." msgstr "" -#: redbot/core/core_commands.py:1289 +#: redbot/core/core_commands.py:1294 #, docstring msgid "\n" " Sets a command's embed setting globally.\n\n" @@ -691,15 +691,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1375 +#: redbot/core/core_commands.py:1329 redbot/core/core_commands.py:1380 msgid "Embeds are now enabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1330 redbot/core/core_commands.py:1381 +#: redbot/core/core_commands.py:1335 redbot/core/core_commands.py:1386 msgid "Embeds are now disabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1340 +#: redbot/core/core_commands.py:1345 #, docstring msgid "\n" " Sets a commmand's embed setting for the current server.\n\n" @@ -715,11 +715,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1369 +#: redbot/core/core_commands.py:1374 msgid "Embeds will now fall back to the server setting." msgstr "" -#: redbot/core/core_commands.py:1390 +#: redbot/core/core_commands.py:1395 #, docstring msgid "\n" " Set's a channel's embed setting.\n\n" @@ -735,21 +735,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1419 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1426 #, docstring msgid "\n" " Sets personal embed setting for DMs.\n\n" @@ -765,15 +765,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1450 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1452 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1453 +#: redbot/core/core_commands.py:1458 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead.\n\n" @@ -786,11 +786,11 @@ msgid "Sends to the owner the last command exception that has occurred.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:1487 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1487 +#: redbot/core/core_commands.py:1492 #, docstring msgid "Shows [botname]'s invite url.\n\n" " This will always send the invite to DMs to keep it private.\n\n" @@ -800,12 +800,12 @@ msgid "Shows [botname]'s invite url.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1512 #, docstring msgid "Commands to setup [botname]'s invite settings." msgstr "" -#: redbot/core/core_commands.py:1512 +#: redbot/core/core_commands.py:1517 #, docstring msgid "\n" " Toggles if `[p]invite` should be accessible for the average user.\n\n" @@ -817,7 +817,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1549 +#: redbot/core/core_commands.py:1554 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -832,7 +832,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 #, docstring msgid "\n" " Leaves servers.\n\n" @@ -847,43 +864,43 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1588 +#: redbot/core/core_commands.py:1613 msgid "You need to specify at least one server ID." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:1620 msgid "You haven't passed any server ID. Do you want me to leave this server?" msgstr "" -#: redbot/core/core_commands.py:1600 +#: redbot/core/core_commands.py:1625 msgid "Are you sure you want me to leave these servers?" msgstr "" -#: redbot/core/core_commands.py:1608 +#: redbot/core/core_commands.py:1633 msgid "I cannot leave the server `{server_name}`: I am the owner of it." msgstr "" -#: redbot/core/core_commands.py:1619 +#: redbot/core/core_commands.py:1644 redbot/core/core_commands.py:2711 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:1624 +#: redbot/core/core_commands.py:1649 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1652 msgid "Alright. Leaving {number} servers..." msgstr "" -#: redbot/core/core_commands.py:1634 +#: redbot/core/core_commands.py:1659 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1636 +#: redbot/core/core_commands.py:1661 msgid "Alright, I'm not leaving those servers." msgstr "" -#: redbot/core/core_commands.py:1641 +#: redbot/core/core_commands.py:1666 #, docstring msgid "\n" " Lists the servers [botname] is currently in.\n\n" @@ -891,7 +908,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:1684 #, docstring msgid "Loads cog packages from the local paths and installed cogs.\n\n" " See packages available to load with `[p]cogs`.\n\n" @@ -904,67 +921,67 @@ msgid "Loads cog packages from the local paths and installed cogs.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1688 +#: redbot/core/core_commands.py:1713 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1693 +#: redbot/core/core_commands.py:1718 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1722 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1729 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1709 +#: redbot/core/core_commands.py:1734 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1717 redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1742 redbot/core/core_commands.py:1898 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1723 redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1748 redbot/core/core_commands.py:1904 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1732 redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1757 redbot/core/core_commands.py:1913 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1736 redbot/core/core_commands.py:1892 +#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1744 +#: redbot/core/core_commands.py:1769 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1748 +#: redbot/core/core_commands.py:1773 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1755 +#: redbot/core/core_commands.py:1780 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1786 redbot/core/core_commands.py:1942 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1780 +#: redbot/core/core_commands.py:1805 #, docstring msgid "Unloads previously loaded cog packages.\n\n" " See packages available to unload with `[p]cogs`.\n\n" @@ -976,23 +993,23 @@ msgid "Unloads previously loaded cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1798 +#: redbot/core/core_commands.py:1823 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1827 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1809 +#: redbot/core/core_commands.py:1834 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1813 +#: redbot/core/core_commands.py:1838 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1826 +#: redbot/core/core_commands.py:1851 #, docstring msgid "Reloads cog packages.\n\n" " This will unload and then load the specified cogs.\n\n" @@ -1005,36 +1022,36 @@ msgid "Reloads cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:1880 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1860 +#: redbot/core/core_commands.py:1885 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1890 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1900 +#: redbot/core/core_commands.py:1925 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1904 +#: redbot/core/core_commands.py:1929 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1936 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Shuts down the bot.\n\n" " Allows [botname] to shut down gracefully.\n\n" @@ -1047,11 +1064,11 @@ msgid "Shuts down the bot.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1974 msgid "Shutting down... " msgstr "" -#: redbot/core/core_commands.py:1955 +#: redbot/core/core_commands.py:1980 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -1064,30 +1081,30 @@ msgid "Attempts to restart [botname].\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1969 +#: redbot/core/core_commands.py:1994 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:1974 +#: redbot/core/core_commands.py:1999 #, docstring msgid "Commands for changing [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1978 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1996 +#: redbot/core/core_commands.py:2021 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2042 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -1095,7 +1112,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:2039 +#: redbot/core/core_commands.py:2064 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -1110,23 +1127,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2060 +#: redbot/core/core_commands.py:2085 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:2062 +#: redbot/core/core_commands.py:2087 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2092 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2099 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2104 #, docstring msgid "\n" " Sets the bot's description.\n\n" @@ -1142,15 +1159,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2099 +#: redbot/core/core_commands.py:2124 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:2102 +#: redbot/core/core_commands.py:2127 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2141 #, docstring msgid "\n" " Adds an admin role for this guild.\n\n" @@ -1168,15 +1185,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2136 +#: redbot/core/core_commands.py:2161 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:2138 +#: redbot/core/core_commands.py:2163 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2144 +#: redbot/core/core_commands.py:2169 #, docstring msgid "\n" " Adds a moderator role for this guild.\n\n" @@ -1193,15 +1210,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2188 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:2165 +#: redbot/core/core_commands.py:2190 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2171 +#: redbot/core/core_commands.py:2196 #, docstring msgid "\n" " Removes an admin role for this guild.\n\n" @@ -1213,15 +1230,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2208 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:2185 +#: redbot/core/core_commands.py:2210 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2191 +#: redbot/core/core_commands.py:2216 #, docstring msgid "\n" " Removes a mod role for this guild.\n\n" @@ -1233,15 +1250,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2228 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2230 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2211 +#: redbot/core/core_commands.py:2236 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -1252,19 +1269,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2248 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will" msgstr "" -#: redbot/core/core_commands.py:2232 +#: redbot/core/core_commands.py:2257 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -1276,11 +1293,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2247 +#: redbot/core/core_commands.py:2272 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2280 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -1291,11 +1308,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2268 +#: redbot/core/core_commands.py:2293 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:2276 +#: redbot/core/core_commands.py:2301 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1312,15 +1329,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2321 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:2299 +#: redbot/core/core_commands.py:2324 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:2304 +#: redbot/core/core_commands.py:2329 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL.\n\n" @@ -1333,28 +1350,28 @@ msgid "Sets [botname]'s avatar\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2327 +#: redbot/core/core_commands.py:2352 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:2329 +#: redbot/core/core_commands.py:2354 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:2339 +#: redbot/core/core_commands.py:2364 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:2346 +#: redbot/core/core_commands.py:2371 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:2348 redbot/core/core_commands.py:2575 -#: redbot/core/core_commands.py:2631 redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:2373 redbot/core/core_commands.py:2600 +#: redbot/core/core_commands.py:2656 redbot/core/core_commands.py:2680 msgid "Done." msgstr "" -#: redbot/core/core_commands.py:2353 +#: redbot/core/core_commands.py:2378 #, docstring msgid "\n" " Removes [botname]'s avatar.\n\n" @@ -1363,11 +1380,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2386 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2392 #, docstring msgid "Sets [botname]'s playing status.\n\n" " This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" @@ -1380,19 +1397,19 @@ msgid "Sets [botname]'s playing status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2383 +#: redbot/core/core_commands.py:2408 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2391 +#: redbot/core/core_commands.py:2416 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:2393 +#: redbot/core/core_commands.py:2418 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:2399 +#: redbot/core/core_commands.py:2424 #, docstring msgid "Sets [botname]'s listening status.\n\n" " This will appear as `Listening to `.\n\n" @@ -1404,19 +1421,19 @@ msgid "Sets [botname]'s listening status.\n\n" " - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2416 +#: redbot/core/core_commands.py:2441 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2425 +#: redbot/core/core_commands.py:2450 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2453 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2459 #, docstring msgid "Sets [botname]'s watching status.\n\n" " This will appear as `Watching `.\n\n" @@ -1428,19 +1445,19 @@ msgid "Sets [botname]'s watching status.\n\n" " - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2475 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2482 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:2459 +#: redbot/core/core_commands.py:2484 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:2465 +#: redbot/core/core_commands.py:2490 #, docstring msgid "Sets [botname]'s competing status.\n\n" " This will appear as `Competing in `.\n\n" @@ -1452,19 +1469,19 @@ msgid "Sets [botname]'s competing status.\n\n" " - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2482 +#: redbot/core/core_commands.py:2507 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2491 +#: redbot/core/core_commands.py:2516 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:2494 +#: redbot/core/core_commands.py:2519 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:2500 +#: redbot/core/core_commands.py:2525 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1480,11 +1497,11 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:2555 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:2538 +#: redbot/core/core_commands.py:2563 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" @@ -1500,15 +1517,15 @@ msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " - `` - The text to follow `Streaming` in the status." msgstr "" -#: redbot/core/core_commands.py:2563 +#: redbot/core/core_commands.py:2588 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2591 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2580 +#: redbot/core/core_commands.py:2605 #, docstring msgid "Sets [botname]'s username.\n\n" " Maximum length for a username is 32 characters.\n\n" @@ -1521,28 +1538,28 @@ msgid "Sets [botname]'s username.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2596 +#: redbot/core/core_commands.py:2621 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2603 +#: redbot/core/core_commands.py:2628 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2609 +#: redbot/core/core_commands.py:2634 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2619 +#: redbot/core/core_commands.py:2644 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2629 +#: redbot/core/core_commands.py:2654 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2662 #, docstring msgid "Sets [botname]'s nickname for the current server.\n\n" " Maximum length for a nickname is 32 characters.\n\n" @@ -1553,15 +1570,15 @@ msgid "Sets [botname]'s nickname for the current server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2649 +#: redbot/core/core_commands.py:2674 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2653 +#: redbot/core/core_commands.py:2678 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:2660 +#: redbot/core/core_commands.py:2685 #, docstring msgid "Sets [botname]'s global prefix(es).\n\n" " Warning: This is not additive. It will replace all current prefixes.\n\n" @@ -1576,20 +1593,30 @@ msgid "Sets [botname]'s global prefix(es).\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2677 +#: redbot/core/core_commands.py:2702 +msgid "Warning: A prefix is above the recommended length (20 characters).\n" +"Do you want to continue? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:2715 +msgid "Cancelled." +msgstr "" + +#: redbot/core/core_commands.py:2719 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:2721 msgid "Prefixes set." msgstr "" -#: redbot/core/core_commands.py:2685 +#: redbot/core/core_commands.py:2727 #, docstring msgid "\n" " Sets [botname]'s server prefix(es).\n\n" " Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" -" This is not additive. It will replace all current server prefixes.\n\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 20 characters.\n\n" " **Examples:**\n" " - `[p]set serverprefix !`\n" " - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" @@ -1600,19 +1627,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2702 +#: redbot/core/core_commands.py:2745 msgid "Server prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2748 +msgid "You cannot have a prefix longer than 20 characters." +msgstr "" + +#: redbot/core/core_commands.py:2753 msgid "Server prefix set." msgstr "" -#: redbot/core/core_commands.py:2709 +#: redbot/core/core_commands.py:2755 msgid "Server prefixes set." msgstr "" -#: redbot/core/core_commands.py:2714 +#: redbot/core/core_commands.py:2760 #, docstring msgid "\n" " Changes the bot's default locale.\n\n" @@ -1629,21 +1660,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2735 redbot/core/core_commands.py:2779 -#: redbot/core/core_commands.py:2818 redbot/core/core_commands.py:2862 +#: redbot/core/core_commands.py:2781 redbot/core/core_commands.py:2825 +#: redbot/core/core_commands.py:2864 redbot/core/core_commands.py:2908 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2739 redbot/core/core_commands.py:2783 -#: redbot/core/core_commands.py:2822 redbot/core/core_commands.py:2866 +#: redbot/core/core_commands.py:2785 redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2868 redbot/core/core_commands.py:2912 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:2792 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2752 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1661,15 +1692,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2774 +#: redbot/core/core_commands.py:2820 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2789 +#: redbot/core/core_commands.py:2835 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:2795 +#: redbot/core/core_commands.py:2841 #, docstring msgid "\n" " Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1684,15 +1715,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2812 +#: redbot/core/core_commands.py:2858 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2875 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2837 +#: redbot/core/core_commands.py:2883 #, docstring msgid "\n" " Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1707,15 +1738,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2855 +#: redbot/core/core_commands.py:2901 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2873 +#: redbot/core/core_commands.py:2919 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2881 +#: redbot/core/core_commands.py:2927 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1730,19 +1761,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2898 +#: redbot/core/core_commands.py:2944 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2948 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2905 +#: redbot/core/core_commands.py:2951 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2956 #, docstring msgid "\n" " Commands to set, list or remove various external API tokens.\n\n" @@ -1759,11 +1790,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2931 +#: redbot/core/core_commands.py:2977 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2935 +#: redbot/core/core_commands.py:2981 #, docstring msgid "\n" " Show all external API services along with their keys that have been set.\n\n" @@ -1773,19 +1804,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2946 +#: redbot/core/core_commands.py:2992 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2961 +#: redbot/core/core_commands.py:3007 #, docstring msgid "\n" " Remove the given services with all their keys and tokens.\n\n" @@ -1796,20 +1827,20 @@ msgid "\n" " - `` - The services to remove." msgstr "" -#: redbot/core/core_commands.py:2976 +#: redbot/core/core_commands.py:3022 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2980 +#: redbot/core/core_commands.py:3026 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2985 +#: redbot/core/core_commands.py:3031 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2990 +#: redbot/core/core_commands.py:3036 #, docstring msgid "\n" " Commands to manage settings for the help command.\n\n" @@ -1817,7 +1848,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2999 +#: redbot/core/core_commands.py:3045 #, docstring msgid "\n" " Show the current help settings.\n\n" @@ -1827,11 +1858,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3013 +#: redbot/core/core_commands.py:3059 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:3023 +#: redbot/core/core_commands.py:3069 #, docstring msgid "\n" " This resets [botname]'s help formatter to the default formatter.\n\n" @@ -1840,11 +1871,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3032 +#: redbot/core/core_commands.py:3078 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:3041 +#: redbot/core/core_commands.py:3087 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1854,11 +1885,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3051 +#: redbot/core/core_commands.py:3097 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3105 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1874,15 +1905,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3079 +#: redbot/core/core_commands.py:3125 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:3081 +#: redbot/core/core_commands.py:3127 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:3085 +#: redbot/core/core_commands.py:3131 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1896,15 +1927,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3102 +#: redbot/core/core_commands.py:3148 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3104 +#: redbot/core/core_commands.py:3150 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3154 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1918,15 +1949,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3125 +#: redbot/core/core_commands.py:3171 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3127 +#: redbot/core/core_commands.py:3173 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3131 +#: redbot/core/core_commands.py:3177 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent to a DM.\n\n" @@ -1942,15 +1973,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3152 +#: redbot/core/core_commands.py:3198 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3154 +#: redbot/core/core_commands.py:3200 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3158 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be filtered from help.\n\n" @@ -1964,15 +1995,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3175 +#: redbot/core/core_commands.py:3221 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:3177 +#: redbot/core/core_commands.py:3223 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:3181 +#: redbot/core/core_commands.py:3227 #, docstring msgid "\n" " Sets whether the bot should respond to help commands for nonexistent topics.\n\n" @@ -1988,15 +2019,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3202 +#: redbot/core/core_commands.py:3248 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3251 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:3213 +#: redbot/core/core_commands.py:3259 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " Note: This setting only applies to embedded help.\n\n" @@ -2011,15 +2042,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3230 +#: redbot/core/core_commands.py:3276 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:3234 +#: redbot/core/core_commands.py:3280 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3238 +#: redbot/core/core_commands.py:3284 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " Note: This setting does not apply to menu help.\n\n" @@ -2035,15 +2066,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3283 +#: redbot/core/core_commands.py:3302 redbot/core/core_commands.py:3329 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:3260 +#: redbot/core/core_commands.py:3306 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3265 +#: redbot/core/core_commands.py:3311 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -2060,19 +2091,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3332 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3337 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:3293 +#: redbot/core/core_commands.py:3339 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:3297 +#: redbot/core/core_commands.py:3343 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -2086,19 +2117,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3312 +#: redbot/core/core_commands.py:3358 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:3316 +#: redbot/core/core_commands.py:3362 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:3324 +#: redbot/core/core_commands.py:3370 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:3329 +#: redbot/core/core_commands.py:3375 #, docstring msgid "Sends a message to the owner.\n\n" " This is limited to one message every 60 seconds per person.\n\n" @@ -2109,43 +2140,43 @@ msgid "Sends a message to the owner.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3341 +#: redbot/core/core_commands.py:3387 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:3344 +#: redbot/core/core_commands.py:3390 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3392 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:3347 +#: redbot/core/core_commands.py:3393 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:3352 +#: redbot/core/core_commands.py:3398 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:3354 +#: redbot/core/core_commands.py:3400 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:3359 +#: redbot/core/core_commands.py:3405 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:3430 +#: redbot/core/core_commands.py:3476 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:3432 +#: redbot/core/core_commands.py:3478 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:3437 +#: redbot/core/core_commands.py:3483 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n\n" @@ -2158,41 +2189,41 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3453 +#: redbot/core/core_commands.py:3499 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3509 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:3464 +#: redbot/core/core_commands.py:3510 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:3478 redbot/core/core_commands.py:3488 +#: redbot/core/core_commands.py:3524 redbot/core/core_commands.py:3534 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:3481 redbot/core/core_commands.py:3491 +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3537 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:3496 +#: redbot/core/core_commands.py:3542 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:3500 +#: redbot/core/core_commands.py:3546 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:3506 +#: redbot/core/core_commands.py:3552 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:3593 +#: redbot/core/core_commands.py:3639 #, docstring msgid "\n" " Commands to manage the allowlist.\n\n" @@ -2201,7 +2232,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3604 +#: redbot/core/core_commands.py:3650 #, docstring msgid "\n" " Adds users to the allowlist.\n\n" @@ -2213,15 +2244,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3663 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3619 +#: redbot/core/core_commands.py:3665 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3623 +#: redbot/core/core_commands.py:3669 #, docstring msgid "\n" " Lists users on the allowlist.\n\n" @@ -2230,21 +2261,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3635 +#: redbot/core/core_commands.py:3681 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3637 +#: redbot/core/core_commands.py:3683 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3641 redbot/core/core_commands.py:3739 +#: redbot/core/core_commands.py:3687 redbot/core/core_commands.py:3785 #: redbot/core/modlog.py:428 redbot/core/modlog.py:450 #: redbot/core/modlog.py:466 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/core_commands.py:3649 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Removes users from the allowlist.\n\n" @@ -2257,15 +2288,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3664 +#: redbot/core/core_commands.py:3710 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3666 +#: redbot/core/core_commands.py:3712 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3670 +#: redbot/core/core_commands.py:3716 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2275,11 +2306,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3725 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3684 +#: redbot/core/core_commands.py:3730 #, docstring msgid "\n" " Commands to manage the blocklist.\n\n" @@ -2287,7 +2318,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3693 +#: redbot/core/core_commands.py:3739 #, docstring msgid "\n" " Adds users to the blocklist.\n\n" @@ -2299,19 +2330,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3709 +#: redbot/core/core_commands.py:3755 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3715 +#: redbot/core/core_commands.py:3761 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3717 +#: redbot/core/core_commands.py:3763 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3721 +#: redbot/core/core_commands.py:3767 #, docstring msgid "\n" " Lists users on the blocklist.\n\n" @@ -2320,15 +2351,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3733 +#: redbot/core/core_commands.py:3779 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3735 +#: redbot/core/core_commands.py:3781 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3747 +#: redbot/core/core_commands.py:3793 #, docstring msgid "\n" " Removes users from the blocklist.\n\n" @@ -2340,15 +2371,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3760 +#: redbot/core/core_commands.py:3806 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3762 +#: redbot/core/core_commands.py:3808 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3766 +#: redbot/core/core_commands.py:3812 #, docstring msgid "\n" " Clears the blocklist.\n\n" @@ -2357,11 +2388,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3773 +#: redbot/core/core_commands.py:3819 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3779 +#: redbot/core/core_commands.py:3825 #, docstring msgid "\n" " Commands to manage the server specific allowlist.\n\n" @@ -2370,7 +2401,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3792 +#: redbot/core/core_commands.py:3838 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n\n" @@ -2383,19 +2414,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3811 +#: redbot/core/core_commands.py:3857 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:3820 +#: redbot/core/core_commands.py:3866 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3822 +#: redbot/core/core_commands.py:3868 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3826 +#: redbot/core/core_commands.py:3872 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n\n" @@ -2404,19 +2435,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3838 +#: redbot/core/core_commands.py:3884 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3840 +#: redbot/core/core_commands.py:3886 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:3844 redbot/core/core_commands.py:3966 +#: redbot/core/core_commands.py:3890 redbot/core/core_commands.py:4012 msgid "Unknown or Deleted User/Role" msgstr "" -#: redbot/core/core_commands.py:3854 +#: redbot/core/core_commands.py:3900 #, docstring msgid "\n" " Removes user or role from the allowlist.\n\n" @@ -2430,19 +2461,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3875 +#: redbot/core/core_commands.py:3921 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3883 +#: redbot/core/core_commands.py:3929 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3885 +#: redbot/core/core_commands.py:3931 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3889 +#: redbot/core/core_commands.py:3935 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2452,11 +2483,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3898 +#: redbot/core/core_commands.py:3944 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3904 +#: redbot/core/core_commands.py:3950 #, docstring msgid "\n" " Commands to manage the server specific blocklist.\n\n" @@ -2464,7 +2495,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3915 +#: redbot/core/core_commands.py:3961 #, docstring msgid "\n" " Adds a user or role to the local blocklist.\n\n" @@ -2477,27 +2508,27 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3929 +#: redbot/core/core_commands.py:3975 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3932 +#: redbot/core/core_commands.py:3978 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3935 +#: redbot/core/core_commands.py:3981 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3942 +#: redbot/core/core_commands.py:3988 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3944 +#: redbot/core/core_commands.py:3990 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3948 +#: redbot/core/core_commands.py:3994 #, docstring msgid "\n" " Lists users and roles on the server blocklist.\n\n" @@ -2506,15 +2537,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3960 +#: redbot/core/core_commands.py:4006 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3962 +#: redbot/core/core_commands.py:4008 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3976 +#: redbot/core/core_commands.py:4022 #, docstring msgid "\n" " Removes user or role from local blocklist.\n\n" @@ -2527,15 +2558,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3992 +#: redbot/core/core_commands.py:4038 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3994 +#: redbot/core/core_commands.py:4040 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3998 +#: redbot/core/core_commands.py:4044 #, docstring msgid "\n" " Clears the server blocklist.\n\n" @@ -2545,16 +2576,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4007 +#: redbot/core/core_commands.py:4053 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:4012 +#: redbot/core/core_commands.py:4058 #, docstring msgid "Commands to enable and disable commands and cogs." msgstr "" -#: redbot/core/core_commands.py:4018 +#: redbot/core/core_commands.py:4064 #, docstring msgid "Set the default state for a cog as disabled.\n\n" " This will disable the cog for all servers by default.\n" @@ -2568,20 +2599,20 @@ msgid "Set the default state for a cog as disabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4034 redbot/core/core_commands.py:4059 -#: redbot/core/core_commands.py:4079 redbot/core/core_commands.py:4109 +#: redbot/core/core_commands.py:4080 redbot/core/core_commands.py:4105 +#: redbot/core/core_commands.py:4125 redbot/core/core_commands.py:4155 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:4036 +#: redbot/core/core_commands.py:4082 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:4038 +#: redbot/core/core_commands.py:4084 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:4043 +#: redbot/core/core_commands.py:4089 #, docstring msgid "Set the default state for a cog as enabled.\n\n" " This will re-enable the cog for all servers by default.\n" @@ -2595,11 +2626,11 @@ msgid "Set the default state for a cog as enabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4061 +#: redbot/core/core_commands.py:4107 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:4066 +#: redbot/core/core_commands.py:4112 #, docstring msgid "Disable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2611,19 +2642,19 @@ msgid "Disable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4081 +#: redbot/core/core_commands.py:4127 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:4083 +#: redbot/core/core_commands.py:4129 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4086 +#: redbot/core/core_commands.py:4132 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4092 +#: redbot/core/core_commands.py:4138 #, docstring msgid "Enable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2635,15 +2666,15 @@ msgid "Enable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4104 +#: redbot/core/core_commands.py:4150 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4112 +#: redbot/core/core_commands.py:4158 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4118 +#: redbot/core/core_commands.py:4164 #, docstring msgid "List the cogs which are disabled in this server.\n\n" " **Example:**\n" @@ -2651,15 +2682,15 @@ msgid "List the cogs which are disabled in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4131 +#: redbot/core/core_commands.py:4177 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:4137 +#: redbot/core/core_commands.py:4183 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:4141 +#: redbot/core/core_commands.py:4187 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2670,7 +2701,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4158 +#: redbot/core/core_commands.py:4204 #, docstring msgid "List disabled commands globally.\n\n" " **Example:**\n" @@ -2678,19 +2709,19 @@ msgid "List disabled commands globally.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4165 +#: redbot/core/core_commands.py:4211 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:4168 +#: redbot/core/core_commands.py:4214 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4172 +#: redbot/core/core_commands.py:4218 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4180 +#: redbot/core/core_commands.py:4226 #, docstring msgid "List disabled commands in this server.\n\n" " **Example:**\n" @@ -2698,19 +2729,19 @@ msgid "List disabled commands in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4187 +#: redbot/core/core_commands.py:4233 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:4190 +#: redbot/core/core_commands.py:4236 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4194 +#: redbot/core/core_commands.py:4240 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4201 +#: redbot/core/core_commands.py:4247 #, docstring msgid "\n" " Disable a command.\n\n" @@ -2724,7 +2755,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4223 +#: redbot/core/core_commands.py:4269 #, docstring msgid "\n" " Disable a command globally.\n\n" @@ -2736,19 +2767,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4242 redbot/core/core_commands.py:4285 +#: redbot/core/core_commands.py:4288 redbot/core/core_commands.py:4331 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:4248 redbot/core/core_commands.py:4291 +#: redbot/core/core_commands.py:4294 redbot/core/core_commands.py:4337 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:4257 +#: redbot/core/core_commands.py:4303 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:4266 +#: redbot/core/core_commands.py:4312 #, docstring msgid "\n" " Disable a command in this server only.\n\n" @@ -2760,15 +2791,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4296 +#: redbot/core/core_commands.py:4342 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:4306 +#: redbot/core/core_commands.py:4352 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:4312 +#: redbot/core/core_commands.py:4358 #, docstring msgid "Enable a command.\n\n" " If you're the bot owner, this will try to enable a globally disabled command by default.\n" @@ -2781,7 +2812,7 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4332 +#: redbot/core/core_commands.py:4378 #, docstring msgid "\n" " Enable a command globally.\n\n" @@ -2793,11 +2824,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4354 +#: redbot/core/core_commands.py:4400 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:4363 +#: redbot/core/core_commands.py:4409 #, docstring msgid "\n" " Enable a command in this server.\n\n" @@ -2809,15 +2840,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4381 +#: redbot/core/core_commands.py:4427 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4437 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:4398 +#: redbot/core/core_commands.py:4444 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2831,7 +2862,7 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4419 +#: redbot/core/core_commands.py:4465 #, docstring msgid "\n" " Commands to manage server settings for immunity from automated actions.\n\n" @@ -2839,7 +2870,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4428 +#: redbot/core/core_commands.py:4474 #, docstring msgid "\n" " Gets the current members and roles configured for automatic moderation action immunity.\n\n" @@ -2848,19 +2879,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4441 +#: redbot/core/core_commands.py:4487 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4446 +#: redbot/core/core_commands.py:4492 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4450 +#: redbot/core/core_commands.py:4496 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:4459 +#: redbot/core/core_commands.py:4505 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n\n" @@ -2872,11 +2903,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4471 +#: redbot/core/core_commands.py:4517 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:4479 +#: redbot/core/core_commands.py:4525 #, docstring msgid "\n" " Remove a user or role from being immune to automated moderation actions.\n\n" @@ -2888,11 +2919,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4491 +#: redbot/core/core_commands.py:4537 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:4499 +#: redbot/core/core_commands.py:4545 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n\n" @@ -2904,15 +2935,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4511 +#: redbot/core/core_commands.py:4557 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:4513 +#: redbot/core/core_commands.py:4559 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:4518 +#: redbot/core/core_commands.py:4564 #, docstring msgid "\n" " Commands for configuring owner notifications.\n\n" @@ -2920,7 +2951,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4527 +#: redbot/core/core_commands.py:4573 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2932,7 +2963,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4546 +#: redbot/core/core_commands.py:4592 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n\n" @@ -2943,7 +2974,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4565 +#: redbot/core/core_commands.py:4611 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n\n" @@ -2955,7 +2986,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4591 +#: redbot/core/core_commands.py:4637 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n\n" @@ -2967,7 +2998,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4615 +#: redbot/core/core_commands.py:4661 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n\n" @@ -2976,15 +3007,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4625 +#: redbot/core/core_commands.py:4671 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:4636 +#: redbot/core/core_commands.py:4682 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:4667 +#: redbot/core/core_commands.py:4713 #, docstring msgid "\n" " Commands to add servers or channels to the ignore list.\n\n" @@ -2993,7 +3024,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4677 +#: redbot/core/core_commands.py:4723 #, docstring msgid "\n" " List the currently ignored servers and channels.\n\n" @@ -3002,7 +3033,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4692 +#: redbot/core/core_commands.py:4738 #, docstring msgid "\n" " Ignore commands in the channel or category.\n\n" @@ -3018,15 +3049,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4712 +#: redbot/core/core_commands.py:4758 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:4714 +#: redbot/core/core_commands.py:4760 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:4719 +#: redbot/core/core_commands.py:4765 #, docstring msgid "\n" " Ignore commands in this server.\n\n" @@ -3036,20 +3067,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4730 +#: redbot/core/core_commands.py:4776 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:4732 +#: redbot/core/core_commands.py:4778 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:4738 +#: redbot/core/core_commands.py:4784 #, docstring msgid "Commands to remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4746 +#: redbot/core/core_commands.py:4792 #, docstring msgid "\n" " Remove a channel or category from the ignore list.\n\n" @@ -3064,15 +3095,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4765 +#: redbot/core/core_commands.py:4811 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:4767 +#: redbot/core/core_commands.py:4813 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4772 +#: redbot/core/core_commands.py:4818 #, docstring msgid "\n" " Remove this server from the ignore list.\n\n" @@ -3081,24 +3112,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4781 +#: redbot/core/core_commands.py:4827 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4783 +#: redbot/core/core_commands.py:4829 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4789 +#: redbot/core/core_commands.py:4835 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:4801 +#: redbot/core/core_commands.py:4847 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:4816 +#: redbot/core/core_commands.py:4862 #, docstring msgid "\n" " Get info about Red's licenses.\n" @@ -3131,7 +3162,7 @@ msgid "Evaluate a statement of python code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:166 +#: redbot/core/dev_commands.py:167 #, docstring msgid "Execute asynchronous code.\n\n" " This command wraps code into the body of an async function and then\n" @@ -3151,7 +3182,7 @@ msgid "Execute asynchronous code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:220 +#: redbot/core/dev_commands.py:221 #, docstring msgid "Open an interactive REPL.\n\n" " The REPL will only recognise code as messages which start with a\n" @@ -3160,51 +3191,51 @@ msgid "Open an interactive REPL.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:229 +#: redbot/core/dev_commands.py:230 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "" -#: redbot/core/dev_commands.py:233 +#: redbot/core/dev_commands.py:234 msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." msgstr "" -#: redbot/core/dev_commands.py:244 +#: redbot/core/dev_commands.py:245 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." msgstr "" -#: redbot/core/dev_commands.py:258 +#: redbot/core/dev_commands.py:259 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:309 +#: redbot/core/dev_commands.py:310 msgid "Unexpected error: `{}`" msgstr "" -#: redbot/core/dev_commands.py:313 +#: redbot/core/dev_commands.py:314 #, docstring msgid "Pauses/resumes the REPL running in the current channel" msgstr "" -#: redbot/core/dev_commands.py:315 +#: redbot/core/dev_commands.py:316 msgid "There is no currently running REPL session in this channel." msgstr "" -#: redbot/core/dev_commands.py:323 +#: redbot/core/dev_commands.py:324 msgid "The REPL session in this channel has been resumed." msgstr "" -#: redbot/core/dev_commands.py:325 +#: redbot/core/dev_commands.py:326 msgid "The REPL session in this channel is now paused." msgstr "" -#: redbot/core/dev_commands.py:330 +#: redbot/core/dev_commands.py:331 #, docstring msgid "Mock another user invoking a command.\n\n" " The prefix must not be entered.\n" " " msgstr "" -#: redbot/core/dev_commands.py:343 +#: redbot/core/dev_commands.py:344 #, docstring msgid "Dispatch a message event as if it were sent by a different user.\n\n" " Only reads the raw content of the message. Attachments, embeds etc. are\n" @@ -3212,17 +3243,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:364 +#: redbot/core/dev_commands.py:365 #, docstring msgid "Give bot owners the ability to bypass cooldowns.\n\n" " Does not persist through restarts." msgstr "" -#: redbot/core/dev_commands.py:372 +#: redbot/core/dev_commands.py:373 msgid "Bot owners will now bypass all commands with cooldowns." msgstr "" -#: redbot/core/dev_commands.py:374 +#: redbot/core/dev_commands.py:375 msgid "Bot owners will no longer bypass all commands with cooldowns." msgstr "" diff --git a/redbot/core/locales/ko-KR.po b/redbot/core/locales/ko-KR.po index cad8283d0..b3b63f594 100644 --- a/redbot/core/locales/ko-KR.po +++ b/redbot/core/locales/ko-KR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-05-25 16:04+0000\n" +"POT-Creation-Date: 2021-06-12 15:52+0000\n" "Last-Translator: \n" "Language-Team: Korean\n" "MIME-Version: 1.0\n" @@ -126,15 +126,15 @@ msgstr "" msgid "**{} unloaded:**\n" msgstr "" -#: redbot/core/core_commands.py:179 +#: redbot/core/core_commands.py:181 msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:184 +#: redbot/core/core_commands.py:186 msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:393 +#: redbot/core/core_commands.py:398 #, docstring msgid "\n" " The Core cog has many commands related to core functions.\n\n" @@ -142,93 +142,93 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:410 #, docstring msgid "Pong." msgstr "퐁!" -#: redbot/core/core_commands.py:410 +#: redbot/core/core_commands.py:415 #, docstring msgid "Shows info about [botname].\n\n" " See `[p]set custominfo` to customize.\n" " " msgstr "" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:445 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by team" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:456 +#: redbot/core/core_commands.py:461 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:459 redbot/core/core_commands.py:515 +#: redbot/core/core_commands.py:464 redbot/core/core_commands.py:520 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:463 redbot/core/core_commands.py:519 +#: redbot/core/core_commands.py:468 redbot/core/core_commands.py:524 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:464 +#: redbot/core/core_commands.py:469 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:466 +#: redbot/core/core_commands.py:471 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:467 +#: redbot/core/core_commands.py:472 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:470 redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:475 redbot/core/core_commands.py:533 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:483 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:489 +#: redbot/core/core_commands.py:494 msgid "Instance owned by team: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:501 +#: redbot/core/core_commands.py:506 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:520 +#: redbot/core/core_commands.py:525 msgid "Outdated: [{state}]\n" msgstr "" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:528 msgid "**About Red**\n" msgstr "" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:539 msgid "**About this instance**\n" msgstr "" -#: redbot/core/core_commands.py:536 +#: redbot/core/core_commands.py:541 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -239,20 +239,20 @@ msgid "**References**\n" "7. <{}>\n" msgstr "" -#: redbot/core/core_commands.py:552 +#: redbot/core/core_commands.py:557 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:555 +#: redbot/core/core_commands.py:560 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:557 +#: redbot/core/core_commands.py:562 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:564 +#: redbot/core/core_commands.py:569 #, docstring msgid "\n" " Commands which interact with the data [botname] has about you.\n\n" @@ -260,7 +260,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:575 +#: redbot/core/core_commands.py:580 #, docstring msgid "\n" " Find out what type of data [botname] stores and why.\n\n" @@ -269,12 +269,12 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:585 +#: redbot/core/core_commands.py:590 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:604 +#: redbot/core/core_commands.py:609 #, docstring msgid "View the End User Data statements of each 3rd-party module.\n\n" " This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" @@ -283,39 +283,39 @@ msgid "View the End User Data statements of each 3rd-party module.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:615 +#: redbot/core/core_commands.py:620 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:625 +#: redbot/core/core_commands.py:630 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:645 +#: redbot/core/core_commands.py:650 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:647 +#: redbot/core/core_commands.py:652 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:652 +#: redbot/core/core_commands.py:657 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:668 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:679 +#: redbot/core/core_commands.py:684 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:684 +#: redbot/core/core_commands.py:689 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:695 +#: redbot/core/core_commands.py:700 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -327,63 +327,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:710 +#: redbot/core/core_commands.py:715 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:717 +#: redbot/core/core_commands.py:722 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:727 +#: redbot/core/core_commands.py:732 msgid "This may take some time." msgstr "" -#: redbot/core/core_commands.py:740 +#: redbot/core/core_commands.py:745 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:755 +#: redbot/core/core_commands.py:760 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:765 +#: redbot/core/core_commands.py:770 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:775 +#: redbot/core/core_commands.py:780 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:783 redbot/core/core_commands.py:950 -#: redbot/core/core_commands.py:1036 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:788 redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:1041 redbot/core/core_commands.py:1112 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:793 +#: redbot/core/core_commands.py:798 #, docstring msgid "[Coming Soon] Get what data [botname] has about you." msgstr "" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:800 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:804 +#: redbot/core/core_commands.py:809 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:810 +#: redbot/core/core_commands.py:815 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -394,11 +394,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:821 +#: redbot/core/core_commands.py:826 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:834 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n\n" @@ -408,11 +408,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:838 +#: redbot/core/core_commands.py:843 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:847 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -426,15 +426,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:859 +#: redbot/core/core_commands.py:864 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:867 +#: redbot/core/core_commands.py:872 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:878 +#: redbot/core/core_commands.py:883 #, docstring msgid "\n" " Handle a deletion request from Discord.\n\n" @@ -447,34 +447,34 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:892 +#: redbot/core/core_commands.py:897 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:915 redbot/core/core_commands.py:1072 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +#: redbot/core/core_commands.py:930 redbot/core/core_commands.py:1087 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +#: redbot/core/core_commands.py:941 redbot/core/core_commands.py:1098 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +#: redbot/core/core_commands.py:951 redbot/core/core_commands.py:1108 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:957 +#: redbot/core/core_commands.py:962 #, docstring msgid "Delete data [botname] has about a user for a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" @@ -485,34 +485,34 @@ msgid "Delete data [botname] has about a user for a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:973 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:991 +#: redbot/core/core_commands.py:996 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1006 +#: redbot/core/core_commands.py:1011 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1017 +#: redbot/core/core_commands.py:1022 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1033 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1048 #, docstring msgid "Delete data [botname] has about a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" @@ -522,12 +522,12 @@ msgid "Delete data [botname] has about a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1053 +#: redbot/core/core_commands.py:1058 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1114 +#: redbot/core/core_commands.py:1119 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -547,7 +547,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1136 +#: redbot/core/core_commands.py:1141 #, docstring msgid "\n" " Show the current embed settings.\n\n" @@ -561,42 +561,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1153 redbot/core/core_commands.py:1309 -#: redbot/core/core_commands.py:1360 redbot/core/core_commands.py:4236 -#: redbot/core/core_commands.py:4279 redbot/core/core_commands.py:4345 -#: redbot/core/core_commands.py:4376 +#: redbot/core/core_commands.py:1158 redbot/core/core_commands.py:1314 +#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:4282 +#: redbot/core/core_commands.py:4325 redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4422 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:1159 +#: redbot/core/core_commands.py:1164 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1161 +#: redbot/core/core_commands.py:1166 msgid "Global default: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1171 msgid "Global command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1172 +#: redbot/core/core_commands.py:1177 msgid "Guild setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1177 +#: redbot/core/core_commands.py:1182 msgid "Server command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1183 +#: redbot/core/core_commands.py:1188 msgid "Channel setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1191 msgid "User setting: {value}" msgstr "" -#: redbot/core/core_commands.py:1192 +#: redbot/core/core_commands.py:1197 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -608,15 +608,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1206 +#: redbot/core/core_commands.py:1211 msgid "Embeds are now disabled by default." msgstr "" -#: redbot/core/core_commands.py:1209 +#: redbot/core/core_commands.py:1214 msgid "Embeds are now enabled by default." msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1220 #, docstring msgid "\n" " Set the server's embed setting.\n\n" @@ -632,20 +632,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1234 redbot/core/core_commands.py:1318 -#: redbot/core/core_commands.py:1409 redbot/core/core_commands.py:1440 +#: redbot/core/core_commands.py:1239 redbot/core/core_commands.py:1323 +#: redbot/core/core_commands.py:1414 redbot/core/core_commands.py:1445 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1239 +#: redbot/core/core_commands.py:1244 msgid "Embeds are now enabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1241 +#: redbot/core/core_commands.py:1246 msgid "Embeds are now disabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1249 +#: redbot/core/core_commands.py:1254 #, docstring msgid "\n" " Sets a command's embed setting.\n\n" @@ -662,11 +662,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1278 +#: redbot/core/core_commands.py:1283 msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." msgstr "" -#: redbot/core/core_commands.py:1289 +#: redbot/core/core_commands.py:1294 #, docstring msgid "\n" " Sets a command's embed setting globally.\n\n" @@ -682,15 +682,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1375 +#: redbot/core/core_commands.py:1329 redbot/core/core_commands.py:1380 msgid "Embeds are now enabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1330 redbot/core/core_commands.py:1381 +#: redbot/core/core_commands.py:1335 redbot/core/core_commands.py:1386 msgid "Embeds are now disabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1340 +#: redbot/core/core_commands.py:1345 #, docstring msgid "\n" " Sets a commmand's embed setting for the current server.\n\n" @@ -706,11 +706,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1369 +#: redbot/core/core_commands.py:1374 msgid "Embeds will now fall back to the server setting." msgstr "" -#: redbot/core/core_commands.py:1390 +#: redbot/core/core_commands.py:1395 #, docstring msgid "\n" " Set's a channel's embed setting.\n\n" @@ -726,21 +726,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1419 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1426 #, docstring msgid "\n" " Sets personal embed setting for DMs.\n\n" @@ -756,15 +756,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1450 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1452 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1453 +#: redbot/core/core_commands.py:1458 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead.\n\n" @@ -777,11 +777,11 @@ msgid "Sends to the owner the last command exception that has occurred.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:1487 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1487 +#: redbot/core/core_commands.py:1492 #, docstring msgid "Shows [botname]'s invite url.\n\n" " This will always send the invite to DMs to keep it private.\n\n" @@ -791,12 +791,12 @@ msgid "Shows [botname]'s invite url.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1512 #, docstring msgid "Commands to setup [botname]'s invite settings." msgstr "" -#: redbot/core/core_commands.py:1512 +#: redbot/core/core_commands.py:1517 #, docstring msgid "\n" " Toggles if `[p]invite` should be accessible for the average user.\n\n" @@ -808,7 +808,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1549 +#: redbot/core/core_commands.py:1554 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -823,7 +823,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 #, docstring msgid "\n" " Leaves servers.\n\n" @@ -838,43 +855,43 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1588 +#: redbot/core/core_commands.py:1613 msgid "You need to specify at least one server ID." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:1620 msgid "You haven't passed any server ID. Do you want me to leave this server?" msgstr "" -#: redbot/core/core_commands.py:1600 +#: redbot/core/core_commands.py:1625 msgid "Are you sure you want me to leave these servers?" msgstr "" -#: redbot/core/core_commands.py:1608 +#: redbot/core/core_commands.py:1633 msgid "I cannot leave the server `{server_name}`: I am the owner of it." msgstr "" -#: redbot/core/core_commands.py:1619 +#: redbot/core/core_commands.py:1644 redbot/core/core_commands.py:2711 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:1624 +#: redbot/core/core_commands.py:1649 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1652 msgid "Alright. Leaving {number} servers..." msgstr "" -#: redbot/core/core_commands.py:1634 +#: redbot/core/core_commands.py:1659 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1636 +#: redbot/core/core_commands.py:1661 msgid "Alright, I'm not leaving those servers." msgstr "" -#: redbot/core/core_commands.py:1641 +#: redbot/core/core_commands.py:1666 #, docstring msgid "\n" " Lists the servers [botname] is currently in.\n\n" @@ -882,7 +899,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:1684 #, docstring msgid "Loads cog packages from the local paths and installed cogs.\n\n" " See packages available to load with `[p]cogs`.\n\n" @@ -895,67 +912,67 @@ msgid "Loads cog packages from the local paths and installed cogs.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1688 +#: redbot/core/core_commands.py:1713 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1693 +#: redbot/core/core_commands.py:1718 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1722 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1729 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1709 +#: redbot/core/core_commands.py:1734 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1717 redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1742 redbot/core/core_commands.py:1898 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1723 redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1748 redbot/core/core_commands.py:1904 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1732 redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1757 redbot/core/core_commands.py:1913 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1736 redbot/core/core_commands.py:1892 +#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1744 +#: redbot/core/core_commands.py:1769 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1748 +#: redbot/core/core_commands.py:1773 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1755 +#: redbot/core/core_commands.py:1780 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1786 redbot/core/core_commands.py:1942 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1780 +#: redbot/core/core_commands.py:1805 #, docstring msgid "Unloads previously loaded cog packages.\n\n" " See packages available to unload with `[p]cogs`.\n\n" @@ -967,23 +984,23 @@ msgid "Unloads previously loaded cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1798 +#: redbot/core/core_commands.py:1823 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1827 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1809 +#: redbot/core/core_commands.py:1834 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1813 +#: redbot/core/core_commands.py:1838 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1826 +#: redbot/core/core_commands.py:1851 #, docstring msgid "Reloads cog packages.\n\n" " This will unload and then load the specified cogs.\n\n" @@ -996,36 +1013,36 @@ msgid "Reloads cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:1880 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1860 +#: redbot/core/core_commands.py:1885 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1890 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1900 +#: redbot/core/core_commands.py:1925 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1904 +#: redbot/core/core_commands.py:1929 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1936 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Shuts down the bot.\n\n" " Allows [botname] to shut down gracefully.\n\n" @@ -1038,11 +1055,11 @@ msgid "Shuts down the bot.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1974 msgid "Shutting down... " msgstr "종료하는 중..." -#: redbot/core/core_commands.py:1955 +#: redbot/core/core_commands.py:1980 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -1055,30 +1072,30 @@ msgid "Attempts to restart [botname].\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1969 +#: redbot/core/core_commands.py:1994 msgid "Restarting..." msgstr "다시 시작하는 중..." -#: redbot/core/core_commands.py:1974 +#: redbot/core/core_commands.py:1999 #, docstring msgid "Commands for changing [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1978 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1996 +#: redbot/core/core_commands.py:2021 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2042 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -1086,7 +1103,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:2039 +#: redbot/core/core_commands.py:2064 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -1101,23 +1118,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2060 +#: redbot/core/core_commands.py:2085 msgid "Command deleting disabled." msgstr "커맨드 삭제 사용 안 함." -#: redbot/core/core_commands.py:2062 +#: redbot/core/core_commands.py:2087 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2092 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2099 msgid "I will not delete command messages." msgstr "커맨드 메세지를 삭제하지 않을게요." -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2104 #, docstring msgid "\n" " Sets the bot's description.\n\n" @@ -1133,15 +1150,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2099 +#: redbot/core/core_commands.py:2124 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:2102 +#: redbot/core/core_commands.py:2127 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2141 #, docstring msgid "\n" " Adds an admin role for this guild.\n\n" @@ -1159,15 +1176,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2136 +#: redbot/core/core_commands.py:2161 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:2138 +#: redbot/core/core_commands.py:2163 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2144 +#: redbot/core/core_commands.py:2169 #, docstring msgid "\n" " Adds a moderator role for this guild.\n\n" @@ -1184,15 +1201,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2188 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:2165 +#: redbot/core/core_commands.py:2190 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2171 +#: redbot/core/core_commands.py:2196 #, docstring msgid "\n" " Removes an admin role for this guild.\n\n" @@ -1204,15 +1221,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2208 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:2185 +#: redbot/core/core_commands.py:2210 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2191 +#: redbot/core/core_commands.py:2216 #, docstring msgid "\n" " Removes a mod role for this guild.\n\n" @@ -1224,15 +1241,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2228 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2230 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2211 +#: redbot/core/core_commands.py:2236 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -1243,19 +1260,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2248 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will" msgstr "" -#: redbot/core/core_commands.py:2232 +#: redbot/core/core_commands.py:2257 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -1267,11 +1284,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2247 +#: redbot/core/core_commands.py:2272 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2280 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -1282,11 +1299,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2268 +#: redbot/core/core_commands.py:2293 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:2276 +#: redbot/core/core_commands.py:2301 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1303,15 +1320,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2321 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:2299 +#: redbot/core/core_commands.py:2324 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:2304 +#: redbot/core/core_commands.py:2329 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL.\n\n" @@ -1324,28 +1341,28 @@ msgid "Sets [botname]'s avatar\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2327 +#: redbot/core/core_commands.py:2352 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:2329 +#: redbot/core/core_commands.py:2354 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:2339 +#: redbot/core/core_commands.py:2364 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:2346 +#: redbot/core/core_commands.py:2371 msgid "JPG / PNG format only." msgstr "JPG / PNG 형식만 가능해요." -#: redbot/core/core_commands.py:2348 redbot/core/core_commands.py:2575 -#: redbot/core/core_commands.py:2631 redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:2373 redbot/core/core_commands.py:2600 +#: redbot/core/core_commands.py:2656 redbot/core/core_commands.py:2680 msgid "Done." msgstr "다 했어요." -#: redbot/core/core_commands.py:2353 +#: redbot/core/core_commands.py:2378 #, docstring msgid "\n" " Removes [botname]'s avatar.\n\n" @@ -1354,11 +1371,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2386 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2392 #, docstring msgid "Sets [botname]'s playing status.\n\n" " This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" @@ -1371,19 +1388,19 @@ msgid "Sets [botname]'s playing status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2383 +#: redbot/core/core_commands.py:2408 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2391 +#: redbot/core/core_commands.py:2416 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:2393 +#: redbot/core/core_commands.py:2418 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:2399 +#: redbot/core/core_commands.py:2424 #, docstring msgid "Sets [botname]'s listening status.\n\n" " This will appear as `Listening to `.\n\n" @@ -1395,19 +1412,19 @@ msgid "Sets [botname]'s listening status.\n\n" " - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2416 +#: redbot/core/core_commands.py:2441 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2425 +#: redbot/core/core_commands.py:2450 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2453 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2459 #, docstring msgid "Sets [botname]'s watching status.\n\n" " This will appear as `Watching `.\n\n" @@ -1419,19 +1436,19 @@ msgid "Sets [botname]'s watching status.\n\n" " - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2475 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2482 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:2459 +#: redbot/core/core_commands.py:2484 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:2465 +#: redbot/core/core_commands.py:2490 #, docstring msgid "Sets [botname]'s competing status.\n\n" " This will appear as `Competing in `.\n\n" @@ -1443,19 +1460,19 @@ msgid "Sets [botname]'s competing status.\n\n" " - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2482 +#: redbot/core/core_commands.py:2507 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2491 +#: redbot/core/core_commands.py:2516 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:2494 +#: redbot/core/core_commands.py:2519 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:2500 +#: redbot/core/core_commands.py:2525 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1471,11 +1488,11 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:2555 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:2538 +#: redbot/core/core_commands.py:2563 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" @@ -1491,15 +1508,15 @@ msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " - `` - The text to follow `Streaming` in the status." msgstr "" -#: redbot/core/core_commands.py:2563 +#: redbot/core/core_commands.py:2588 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2591 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2580 +#: redbot/core/core_commands.py:2605 #, docstring msgid "Sets [botname]'s username.\n\n" " Maximum length for a username is 32 characters.\n\n" @@ -1512,28 +1529,28 @@ msgid "Sets [botname]'s username.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2596 +#: redbot/core/core_commands.py:2621 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2603 +#: redbot/core/core_commands.py:2628 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2609 +#: redbot/core/core_commands.py:2634 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2619 +#: redbot/core/core_commands.py:2644 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2629 +#: redbot/core/core_commands.py:2654 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2662 #, docstring msgid "Sets [botname]'s nickname for the current server.\n\n" " Maximum length for a nickname is 32 characters.\n\n" @@ -1544,15 +1561,15 @@ msgid "Sets [botname]'s nickname for the current server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2649 +#: redbot/core/core_commands.py:2674 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2653 +#: redbot/core/core_commands.py:2678 msgid "I lack the permissions to change my own nickname." msgstr "제 별명을 변경할 수 있는 권한이 없어요." -#: redbot/core/core_commands.py:2660 +#: redbot/core/core_commands.py:2685 #, docstring msgid "Sets [botname]'s global prefix(es).\n\n" " Warning: This is not additive. It will replace all current prefixes.\n\n" @@ -1567,20 +1584,30 @@ msgid "Sets [botname]'s global prefix(es).\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2677 +#: redbot/core/core_commands.py:2702 +msgid "Warning: A prefix is above the recommended length (20 characters).\n" +"Do you want to continue? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:2715 +msgid "Cancelled." +msgstr "취소되었어요." + +#: redbot/core/core_commands.py:2719 msgid "Prefix set." msgstr "프리픽스가 변경됐어요." -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:2721 msgid "Prefixes set." msgstr "" -#: redbot/core/core_commands.py:2685 +#: redbot/core/core_commands.py:2727 #, docstring msgid "\n" " Sets [botname]'s server prefix(es).\n\n" " Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" -" This is not additive. It will replace all current server prefixes.\n\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 20 characters.\n\n" " **Examples:**\n" " - `[p]set serverprefix !`\n" " - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" @@ -1591,19 +1618,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2702 +#: redbot/core/core_commands.py:2745 msgid "Server prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2748 +msgid "You cannot have a prefix longer than 20 characters." +msgstr "" + +#: redbot/core/core_commands.py:2753 msgid "Server prefix set." msgstr "" -#: redbot/core/core_commands.py:2709 +#: redbot/core/core_commands.py:2755 msgid "Server prefixes set." msgstr "" -#: redbot/core/core_commands.py:2714 +#: redbot/core/core_commands.py:2760 #, docstring msgid "\n" " Changes the bot's default locale.\n\n" @@ -1620,21 +1651,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2735 redbot/core/core_commands.py:2779 -#: redbot/core/core_commands.py:2818 redbot/core/core_commands.py:2862 +#: redbot/core/core_commands.py:2781 redbot/core/core_commands.py:2825 +#: redbot/core/core_commands.py:2864 redbot/core/core_commands.py:2908 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2739 redbot/core/core_commands.py:2783 -#: redbot/core/core_commands.py:2822 redbot/core/core_commands.py:2866 +#: redbot/core/core_commands.py:2785 redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2868 redbot/core/core_commands.py:2912 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:2792 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2752 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1652,15 +1683,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2774 +#: redbot/core/core_commands.py:2820 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2789 +#: redbot/core/core_commands.py:2835 msgid "Locale has been set." msgstr "로컬이 설정됐어요." -#: redbot/core/core_commands.py:2795 +#: redbot/core/core_commands.py:2841 #, docstring msgid "\n" " Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1675,15 +1706,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2812 +#: redbot/core/core_commands.py:2858 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2875 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2837 +#: redbot/core/core_commands.py:2883 #, docstring msgid "\n" " Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1698,15 +1729,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2855 +#: redbot/core/core_commands.py:2901 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2873 +#: redbot/core/core_commands.py:2919 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2881 +#: redbot/core/core_commands.py:2927 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1721,19 +1752,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2898 +#: redbot/core/core_commands.py:2944 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2948 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2905 +#: redbot/core/core_commands.py:2951 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2956 #, docstring msgid "\n" " Commands to set, list or remove various external API tokens.\n\n" @@ -1750,11 +1781,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2931 +#: redbot/core/core_commands.py:2977 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2935 +#: redbot/core/core_commands.py:2981 #, docstring msgid "\n" " Show all external API services along with their keys that have been set.\n\n" @@ -1764,19 +1795,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2946 +#: redbot/core/core_commands.py:2992 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2961 +#: redbot/core/core_commands.py:3007 #, docstring msgid "\n" " Remove the given services with all their keys and tokens.\n\n" @@ -1787,20 +1818,20 @@ msgid "\n" " - `` - The services to remove." msgstr "" -#: redbot/core/core_commands.py:2976 +#: redbot/core/core_commands.py:3022 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2980 +#: redbot/core/core_commands.py:3026 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2985 +#: redbot/core/core_commands.py:3031 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2990 +#: redbot/core/core_commands.py:3036 #, docstring msgid "\n" " Commands to manage settings for the help command.\n\n" @@ -1808,7 +1839,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2999 +#: redbot/core/core_commands.py:3045 #, docstring msgid "\n" " Show the current help settings.\n\n" @@ -1818,11 +1849,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3013 +#: redbot/core/core_commands.py:3059 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:3023 +#: redbot/core/core_commands.py:3069 #, docstring msgid "\n" " This resets [botname]'s help formatter to the default formatter.\n\n" @@ -1831,11 +1862,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3032 +#: redbot/core/core_commands.py:3078 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:3041 +#: redbot/core/core_commands.py:3087 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1845,11 +1876,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3051 +#: redbot/core/core_commands.py:3097 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3105 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1865,15 +1896,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3079 +#: redbot/core/core_commands.py:3125 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:3081 +#: redbot/core/core_commands.py:3127 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:3085 +#: redbot/core/core_commands.py:3131 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1887,15 +1918,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3102 +#: redbot/core/core_commands.py:3148 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3104 +#: redbot/core/core_commands.py:3150 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3154 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1909,15 +1940,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3125 +#: redbot/core/core_commands.py:3171 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3127 +#: redbot/core/core_commands.py:3173 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3131 +#: redbot/core/core_commands.py:3177 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent to a DM.\n\n" @@ -1933,15 +1964,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3152 +#: redbot/core/core_commands.py:3198 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3154 +#: redbot/core/core_commands.py:3200 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3158 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be filtered from help.\n\n" @@ -1955,15 +1986,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3175 +#: redbot/core/core_commands.py:3221 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:3177 +#: redbot/core/core_commands.py:3223 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:3181 +#: redbot/core/core_commands.py:3227 #, docstring msgid "\n" " Sets whether the bot should respond to help commands for nonexistent topics.\n\n" @@ -1979,15 +2010,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3202 +#: redbot/core/core_commands.py:3248 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3251 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:3213 +#: redbot/core/core_commands.py:3259 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " Note: This setting only applies to embedded help.\n\n" @@ -2002,15 +2033,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3230 +#: redbot/core/core_commands.py:3276 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:3234 +#: redbot/core/core_commands.py:3280 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3238 +#: redbot/core/core_commands.py:3284 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " Note: This setting does not apply to menu help.\n\n" @@ -2026,15 +2057,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3283 +#: redbot/core/core_commands.py:3302 redbot/core/core_commands.py:3329 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:3260 +#: redbot/core/core_commands.py:3306 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3265 +#: redbot/core/core_commands.py:3311 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -2051,19 +2082,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3332 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3337 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:3293 +#: redbot/core/core_commands.py:3339 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:3297 +#: redbot/core/core_commands.py:3343 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -2077,19 +2108,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3312 +#: redbot/core/core_commands.py:3358 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:3316 +#: redbot/core/core_commands.py:3362 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:3324 +#: redbot/core/core_commands.py:3370 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:3329 +#: redbot/core/core_commands.py:3375 #, docstring msgid "Sends a message to the owner.\n\n" " This is limited to one message every 60 seconds per person.\n\n" @@ -2100,43 +2131,43 @@ msgid "Sends a message to the owner.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3341 +#: redbot/core/core_commands.py:3387 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:3344 +#: redbot/core/core_commands.py:3390 msgid "through DM" msgstr "다이렉트 메세지를 통해서" -#: redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3392 msgid "from {}" msgstr "{} 에서" -#: redbot/core/core_commands.py:3347 +#: redbot/core/core_commands.py:3393 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:3352 +#: redbot/core/core_commands.py:3398 msgid "Use `{}dm {} ` to reply to this user" msgstr "해당 사용자에게 응답하려면 `{}dm {} ` 을 사용해야 해요." -#: redbot/core/core_commands.py:3354 +#: redbot/core/core_commands.py:3400 msgid "Sent by {} {}" msgstr "{} {} 의해 전송됐어요." -#: redbot/core/core_commands.py:3359 +#: redbot/core/core_commands.py:3405 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:3430 +#: redbot/core/core_commands.py:3476 msgid "Your message has been sent." msgstr "메세지가 전송됐어요." -#: redbot/core/core_commands.py:3432 +#: redbot/core/core_commands.py:3478 msgid "I'm unable to deliver your message. Sorry." msgstr "사용자님의 메세지를 전송할 수 없어요. 미안해요." -#: redbot/core/core_commands.py:3437 +#: redbot/core/core_commands.py:3483 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n\n" @@ -2149,41 +2180,41 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3453 +#: redbot/core/core_commands.py:3499 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3509 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:3464 +#: redbot/core/core_commands.py:3510 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:3478 redbot/core/core_commands.py:3488 +#: redbot/core/core_commands.py:3524 redbot/core/core_commands.py:3534 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:3481 redbot/core/core_commands.py:3491 +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3537 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:3496 +#: redbot/core/core_commands.py:3542 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:3500 +#: redbot/core/core_commands.py:3546 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:3506 +#: redbot/core/core_commands.py:3552 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:3593 +#: redbot/core/core_commands.py:3639 #, docstring msgid "\n" " Commands to manage the allowlist.\n\n" @@ -2192,7 +2223,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3604 +#: redbot/core/core_commands.py:3650 #, docstring msgid "\n" " Adds users to the allowlist.\n\n" @@ -2204,15 +2235,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3663 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3619 +#: redbot/core/core_commands.py:3665 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3623 +#: redbot/core/core_commands.py:3669 #, docstring msgid "\n" " Lists users on the allowlist.\n\n" @@ -2221,21 +2252,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3635 +#: redbot/core/core_commands.py:3681 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3637 +#: redbot/core/core_commands.py:3683 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3641 redbot/core/core_commands.py:3739 +#: redbot/core/core_commands.py:3687 redbot/core/core_commands.py:3785 #: redbot/core/modlog.py:428 redbot/core/modlog.py:450 #: redbot/core/modlog.py:466 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/core_commands.py:3649 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Removes users from the allowlist.\n\n" @@ -2248,15 +2279,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3664 +#: redbot/core/core_commands.py:3710 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3666 +#: redbot/core/core_commands.py:3712 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3670 +#: redbot/core/core_commands.py:3716 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2266,11 +2297,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3725 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3684 +#: redbot/core/core_commands.py:3730 #, docstring msgid "\n" " Commands to manage the blocklist.\n\n" @@ -2278,7 +2309,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3693 +#: redbot/core/core_commands.py:3739 #, docstring msgid "\n" " Adds users to the blocklist.\n\n" @@ -2290,19 +2321,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3709 +#: redbot/core/core_commands.py:3755 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3715 +#: redbot/core/core_commands.py:3761 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3717 +#: redbot/core/core_commands.py:3763 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3721 +#: redbot/core/core_commands.py:3767 #, docstring msgid "\n" " Lists users on the blocklist.\n\n" @@ -2311,15 +2342,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3733 +#: redbot/core/core_commands.py:3779 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3735 +#: redbot/core/core_commands.py:3781 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3747 +#: redbot/core/core_commands.py:3793 #, docstring msgid "\n" " Removes users from the blocklist.\n\n" @@ -2331,15 +2362,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3760 +#: redbot/core/core_commands.py:3806 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3762 +#: redbot/core/core_commands.py:3808 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3766 +#: redbot/core/core_commands.py:3812 #, docstring msgid "\n" " Clears the blocklist.\n\n" @@ -2348,11 +2379,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3773 +#: redbot/core/core_commands.py:3819 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3779 +#: redbot/core/core_commands.py:3825 #, docstring msgid "\n" " Commands to manage the server specific allowlist.\n\n" @@ -2361,7 +2392,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3792 +#: redbot/core/core_commands.py:3838 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n\n" @@ -2374,19 +2405,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3811 +#: redbot/core/core_commands.py:3857 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:3820 +#: redbot/core/core_commands.py:3866 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3822 +#: redbot/core/core_commands.py:3868 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3826 +#: redbot/core/core_commands.py:3872 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n\n" @@ -2395,19 +2426,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3838 +#: redbot/core/core_commands.py:3884 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3840 +#: redbot/core/core_commands.py:3886 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:3844 redbot/core/core_commands.py:3966 +#: redbot/core/core_commands.py:3890 redbot/core/core_commands.py:4012 msgid "Unknown or Deleted User/Role" msgstr "" -#: redbot/core/core_commands.py:3854 +#: redbot/core/core_commands.py:3900 #, docstring msgid "\n" " Removes user or role from the allowlist.\n\n" @@ -2421,19 +2452,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3875 +#: redbot/core/core_commands.py:3921 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3883 +#: redbot/core/core_commands.py:3929 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3885 +#: redbot/core/core_commands.py:3931 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3889 +#: redbot/core/core_commands.py:3935 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2443,11 +2474,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3898 +#: redbot/core/core_commands.py:3944 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3904 +#: redbot/core/core_commands.py:3950 #, docstring msgid "\n" " Commands to manage the server specific blocklist.\n\n" @@ -2455,7 +2486,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3915 +#: redbot/core/core_commands.py:3961 #, docstring msgid "\n" " Adds a user or role to the local blocklist.\n\n" @@ -2468,27 +2499,27 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3929 +#: redbot/core/core_commands.py:3975 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3932 +#: redbot/core/core_commands.py:3978 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3935 +#: redbot/core/core_commands.py:3981 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3942 +#: redbot/core/core_commands.py:3988 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3944 +#: redbot/core/core_commands.py:3990 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3948 +#: redbot/core/core_commands.py:3994 #, docstring msgid "\n" " Lists users and roles on the server blocklist.\n\n" @@ -2497,15 +2528,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3960 +#: redbot/core/core_commands.py:4006 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3962 +#: redbot/core/core_commands.py:4008 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3976 +#: redbot/core/core_commands.py:4022 #, docstring msgid "\n" " Removes user or role from local blocklist.\n\n" @@ -2518,15 +2549,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3992 +#: redbot/core/core_commands.py:4038 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3994 +#: redbot/core/core_commands.py:4040 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3998 +#: redbot/core/core_commands.py:4044 #, docstring msgid "\n" " Clears the server blocklist.\n\n" @@ -2536,16 +2567,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4007 +#: redbot/core/core_commands.py:4053 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:4012 +#: redbot/core/core_commands.py:4058 #, docstring msgid "Commands to enable and disable commands and cogs." msgstr "" -#: redbot/core/core_commands.py:4018 +#: redbot/core/core_commands.py:4064 #, docstring msgid "Set the default state for a cog as disabled.\n\n" " This will disable the cog for all servers by default.\n" @@ -2559,20 +2590,20 @@ msgid "Set the default state for a cog as disabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4034 redbot/core/core_commands.py:4059 -#: redbot/core/core_commands.py:4079 redbot/core/core_commands.py:4109 +#: redbot/core/core_commands.py:4080 redbot/core/core_commands.py:4105 +#: redbot/core/core_commands.py:4125 redbot/core/core_commands.py:4155 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:4036 +#: redbot/core/core_commands.py:4082 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:4038 +#: redbot/core/core_commands.py:4084 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:4043 +#: redbot/core/core_commands.py:4089 #, docstring msgid "Set the default state for a cog as enabled.\n\n" " This will re-enable the cog for all servers by default.\n" @@ -2586,11 +2617,11 @@ msgid "Set the default state for a cog as enabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4061 +#: redbot/core/core_commands.py:4107 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:4066 +#: redbot/core/core_commands.py:4112 #, docstring msgid "Disable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2602,19 +2633,19 @@ msgid "Disable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4081 +#: redbot/core/core_commands.py:4127 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:4083 +#: redbot/core/core_commands.py:4129 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4086 +#: redbot/core/core_commands.py:4132 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4092 +#: redbot/core/core_commands.py:4138 #, docstring msgid "Enable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2626,15 +2657,15 @@ msgid "Enable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4104 +#: redbot/core/core_commands.py:4150 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4112 +#: redbot/core/core_commands.py:4158 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4118 +#: redbot/core/core_commands.py:4164 #, docstring msgid "List the cogs which are disabled in this server.\n\n" " **Example:**\n" @@ -2642,15 +2673,15 @@ msgid "List the cogs which are disabled in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4131 +#: redbot/core/core_commands.py:4177 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:4137 +#: redbot/core/core_commands.py:4183 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:4141 +#: redbot/core/core_commands.py:4187 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2661,7 +2692,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4158 +#: redbot/core/core_commands.py:4204 #, docstring msgid "List disabled commands globally.\n\n" " **Example:**\n" @@ -2669,19 +2700,19 @@ msgid "List disabled commands globally.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4165 +#: redbot/core/core_commands.py:4211 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:4168 +#: redbot/core/core_commands.py:4214 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4172 +#: redbot/core/core_commands.py:4218 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4180 +#: redbot/core/core_commands.py:4226 #, docstring msgid "List disabled commands in this server.\n\n" " **Example:**\n" @@ -2689,19 +2720,19 @@ msgid "List disabled commands in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4187 +#: redbot/core/core_commands.py:4233 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:4190 +#: redbot/core/core_commands.py:4236 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4194 +#: redbot/core/core_commands.py:4240 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4201 +#: redbot/core/core_commands.py:4247 #, docstring msgid "\n" " Disable a command.\n\n" @@ -2715,7 +2746,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4223 +#: redbot/core/core_commands.py:4269 #, docstring msgid "\n" " Disable a command globally.\n\n" @@ -2727,19 +2758,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4242 redbot/core/core_commands.py:4285 +#: redbot/core/core_commands.py:4288 redbot/core/core_commands.py:4331 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:4248 redbot/core/core_commands.py:4291 +#: redbot/core/core_commands.py:4294 redbot/core/core_commands.py:4337 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:4257 +#: redbot/core/core_commands.py:4303 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:4266 +#: redbot/core/core_commands.py:4312 #, docstring msgid "\n" " Disable a command in this server only.\n\n" @@ -2751,15 +2782,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4296 +#: redbot/core/core_commands.py:4342 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:4306 +#: redbot/core/core_commands.py:4352 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:4312 +#: redbot/core/core_commands.py:4358 #, docstring msgid "Enable a command.\n\n" " If you're the bot owner, this will try to enable a globally disabled command by default.\n" @@ -2772,7 +2803,7 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4332 +#: redbot/core/core_commands.py:4378 #, docstring msgid "\n" " Enable a command globally.\n\n" @@ -2784,11 +2815,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4354 +#: redbot/core/core_commands.py:4400 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:4363 +#: redbot/core/core_commands.py:4409 #, docstring msgid "\n" " Enable a command in this server.\n\n" @@ -2800,15 +2831,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4381 +#: redbot/core/core_commands.py:4427 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4437 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:4398 +#: redbot/core/core_commands.py:4444 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2822,7 +2853,7 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4419 +#: redbot/core/core_commands.py:4465 #, docstring msgid "\n" " Commands to manage server settings for immunity from automated actions.\n\n" @@ -2830,7 +2861,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4428 +#: redbot/core/core_commands.py:4474 #, docstring msgid "\n" " Gets the current members and roles configured for automatic moderation action immunity.\n\n" @@ -2839,19 +2870,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4441 +#: redbot/core/core_commands.py:4487 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4446 +#: redbot/core/core_commands.py:4492 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4450 +#: redbot/core/core_commands.py:4496 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:4459 +#: redbot/core/core_commands.py:4505 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n\n" @@ -2863,11 +2894,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4471 +#: redbot/core/core_commands.py:4517 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:4479 +#: redbot/core/core_commands.py:4525 #, docstring msgid "\n" " Remove a user or role from being immune to automated moderation actions.\n\n" @@ -2879,11 +2910,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4491 +#: redbot/core/core_commands.py:4537 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:4499 +#: redbot/core/core_commands.py:4545 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n\n" @@ -2895,15 +2926,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4511 +#: redbot/core/core_commands.py:4557 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:4513 +#: redbot/core/core_commands.py:4559 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:4518 +#: redbot/core/core_commands.py:4564 #, docstring msgid "\n" " Commands for configuring owner notifications.\n\n" @@ -2911,7 +2942,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4527 +#: redbot/core/core_commands.py:4573 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2923,7 +2954,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4546 +#: redbot/core/core_commands.py:4592 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n\n" @@ -2934,7 +2965,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4565 +#: redbot/core/core_commands.py:4611 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n\n" @@ -2946,7 +2977,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4591 +#: redbot/core/core_commands.py:4637 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n\n" @@ -2958,7 +2989,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4615 +#: redbot/core/core_commands.py:4661 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n\n" @@ -2967,15 +2998,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4625 +#: redbot/core/core_commands.py:4671 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:4636 +#: redbot/core/core_commands.py:4682 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:4667 +#: redbot/core/core_commands.py:4713 #, docstring msgid "\n" " Commands to add servers or channels to the ignore list.\n\n" @@ -2984,7 +3015,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4677 +#: redbot/core/core_commands.py:4723 #, docstring msgid "\n" " List the currently ignored servers and channels.\n\n" @@ -2993,7 +3024,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4692 +#: redbot/core/core_commands.py:4738 #, docstring msgid "\n" " Ignore commands in the channel or category.\n\n" @@ -3009,15 +3040,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4712 +#: redbot/core/core_commands.py:4758 msgid "Channel added to ignore list." msgstr "채널이 무시 목록에 추가됐어요." -#: redbot/core/core_commands.py:4714 +#: redbot/core/core_commands.py:4760 msgid "Channel already in ignore list." msgstr "채널이 이미 무시 목록에 포함되어 있어요." -#: redbot/core/core_commands.py:4719 +#: redbot/core/core_commands.py:4765 #, docstring msgid "\n" " Ignore commands in this server.\n\n" @@ -3027,20 +3058,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4730 +#: redbot/core/core_commands.py:4776 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:4732 +#: redbot/core/core_commands.py:4778 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:4738 +#: redbot/core/core_commands.py:4784 #, docstring msgid "Commands to remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4746 +#: redbot/core/core_commands.py:4792 #, docstring msgid "\n" " Remove a channel or category from the ignore list.\n\n" @@ -3055,15 +3086,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4765 +#: redbot/core/core_commands.py:4811 msgid "Channel removed from ignore list." msgstr "채널이 무시 목록에서 제거됐어요." -#: redbot/core/core_commands.py:4767 +#: redbot/core/core_commands.py:4813 msgid "That channel is not in the ignore list." msgstr "해당 채널은 무시 목록에 없어요." -#: redbot/core/core_commands.py:4772 +#: redbot/core/core_commands.py:4818 #, docstring msgid "\n" " Remove this server from the ignore list.\n\n" @@ -3072,24 +3103,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4781 +#: redbot/core/core_commands.py:4827 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4783 +#: redbot/core/core_commands.py:4829 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4789 +#: redbot/core/core_commands.py:4835 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:4801 +#: redbot/core/core_commands.py:4847 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:4816 +#: redbot/core/core_commands.py:4862 #, docstring msgid "\n" " Get info about Red's licenses.\n" @@ -3122,7 +3153,7 @@ msgid "Evaluate a statement of python code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:166 +#: redbot/core/dev_commands.py:167 #, docstring msgid "Execute asynchronous code.\n\n" " This command wraps code into the body of an async function and then\n" @@ -3142,7 +3173,7 @@ msgid "Execute asynchronous code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:220 +#: redbot/core/dev_commands.py:221 #, docstring msgid "Open an interactive REPL.\n\n" " The REPL will only recognise code as messages which start with a\n" @@ -3151,51 +3182,51 @@ msgid "Open an interactive REPL.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:229 +#: redbot/core/dev_commands.py:230 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "이 채널에서 이미 REPL 세션을 실행하고 있어요, `야메로`!" -#: redbot/core/dev_commands.py:233 +#: redbot/core/dev_commands.py:234 msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." msgstr "" -#: redbot/core/dev_commands.py:244 +#: redbot/core/dev_commands.py:245 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." msgstr "" -#: redbot/core/dev_commands.py:258 +#: redbot/core/dev_commands.py:259 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:309 +#: redbot/core/dev_commands.py:310 msgid "Unexpected error: `{}`" msgstr "예상치 못한 오류 : `{}`" -#: redbot/core/dev_commands.py:313 +#: redbot/core/dev_commands.py:314 #, docstring msgid "Pauses/resumes the REPL running in the current channel" msgstr "" -#: redbot/core/dev_commands.py:315 +#: redbot/core/dev_commands.py:316 msgid "There is no currently running REPL session in this channel." msgstr "" -#: redbot/core/dev_commands.py:323 +#: redbot/core/dev_commands.py:324 msgid "The REPL session in this channel has been resumed." msgstr "" -#: redbot/core/dev_commands.py:325 +#: redbot/core/dev_commands.py:326 msgid "The REPL session in this channel is now paused." msgstr "" -#: redbot/core/dev_commands.py:330 +#: redbot/core/dev_commands.py:331 #, docstring msgid "Mock another user invoking a command.\n\n" " The prefix must not be entered.\n" " " msgstr "" -#: redbot/core/dev_commands.py:343 +#: redbot/core/dev_commands.py:344 #, docstring msgid "Dispatch a message event as if it were sent by a different user.\n\n" " Only reads the raw content of the message. Attachments, embeds etc. are\n" @@ -3203,17 +3234,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:364 +#: redbot/core/dev_commands.py:365 #, docstring msgid "Give bot owners the ability to bypass cooldowns.\n\n" " Does not persist through restarts." msgstr "" -#: redbot/core/dev_commands.py:372 +#: redbot/core/dev_commands.py:373 msgid "Bot owners will now bypass all commands with cooldowns." msgstr "" -#: redbot/core/dev_commands.py:374 +#: redbot/core/dev_commands.py:375 msgid "Bot owners will no longer bypass all commands with cooldowns." msgstr "" diff --git a/redbot/core/locales/nb-NO.po b/redbot/core/locales/nb-NO.po index ca9f1f142..880349f8c 100644 --- a/redbot/core/locales/nb-NO.po +++ b/redbot/core/locales/nb-NO.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-05-25 16:04+0000\n" +"POT-Creation-Date: 2021-06-12 15:52+0000\n" "Last-Translator: \n" "Language-Team: Norwegian Bokmal\n" "MIME-Version: 1.0\n" @@ -142,15 +142,15 @@ msgstr "**{} lastet:**\n" msgid "**{} unloaded:**\n" msgstr "**{} u belastet:**\n" -#: redbot/core/core_commands.py:179 +#: redbot/core/core_commands.py:181 msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." msgstr "Alias {alias_name} er allerede en eksisterende kommando eller alias i en av de lastet cogs." -#: redbot/core/core_commands.py:184 +#: redbot/core/core_commands.py:186 msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." msgstr "Kommandoen {command_name} er allerede en eksisterende kommando eller alias i en av de lastet cogs." -#: redbot/core/core_commands.py:393 +#: redbot/core/core_commands.py:398 #, docstring msgid "\n" " The Core cog has many commands related to core functions.\n\n" @@ -161,12 +161,12 @@ msgstr "\n" " Disse kommandoene kommer og lastes med hver rød bot og dekker noe av det mest grunnleggende bruken av boten.\n" " " -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:410 #, docstring msgid "Pong." msgstr "Pong." -#: redbot/core/core_commands.py:410 +#: redbot/core/core_commands.py:415 #, docstring msgid "Shows info about [botname].\n\n" " See `[p]set custominfo` to customize.\n" @@ -175,7 +175,7 @@ msgstr "Viser informasjon om [botname].\n\n" " Se `[p]set custominfo` til å tilpasse.\n" " " -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:445 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" "(c) Cog Creators" @@ -183,43 +183,43 @@ msgstr "Denne boten er en instans av [Red, en åpen kilde Discord bot]({}) laget "Red er støttet av et lidenskapelig samfunn som bidrar til å skape innhold for alle til nye. [Bli med oss i dag]({}) og hjelp oss med forbedring!\n\n" "(c) Cog Creators" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by team" msgstr "Instans er eid av gruppen" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by" msgstr "Instans eid av" -#: redbot/core/core_commands.py:456 +#: redbot/core/core_commands.py:461 msgid "Red version" msgstr "Red versjon" -#: redbot/core/core_commands.py:459 redbot/core/core_commands.py:515 +#: redbot/core/core_commands.py:464 redbot/core/core_commands.py:520 msgid "Yes, {version} is available." msgstr "Ja, {version} er tilgjengelig." -#: redbot/core/core_commands.py:463 redbot/core/core_commands.py:519 +#: redbot/core/core_commands.py:468 redbot/core/core_commands.py:524 msgid "Checking for updates failed." msgstr "Klarte ikke å se etter oppdateringer." -#: redbot/core/core_commands.py:464 +#: redbot/core/core_commands.py:469 msgid "Outdated" msgstr "Utdatert" -#: redbot/core/core_commands.py:466 +#: redbot/core/core_commands.py:471 msgid "About this instance" msgstr "Om denne instansen" -#: redbot/core/core_commands.py:467 +#: redbot/core/core_commands.py:472 msgid "About Red" msgstr "Om Red" -#: redbot/core/core_commands.py:470 redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:475 redbot/core/core_commands.py:533 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "Bringer glede siden 02 Jan 2016 (over {} dager siden!)" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:483 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" @@ -227,7 +227,7 @@ msgstr "Denne boten er en instans av Red, en åpen kildekode Discord bot (1) lag "Red er støttet av et lidenskapelig samfunn som bidrar til og skaper innhold for alle til nye. Bli med oss i dag (4) og hjelp oss med forbedring!\n\n" "(c) Cog Creators" -#: redbot/core/core_commands.py:489 +#: redbot/core/core_commands.py:494 msgid "Instance owned by team: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" @@ -237,7 +237,7 @@ msgstr "Instans eid av gruppe: [{owner}]\n" "discord.py: [{dpy_version}] (6)\n" "Red versjon: [{red_version}] (7)\n" -#: redbot/core/core_commands.py:501 +#: redbot/core/core_commands.py:506 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" @@ -247,19 +247,19 @@ msgstr "Insants eid av: [{owner}]\n" "discord.py: [{dpy_version}] (6)\n" "Red versjon: [{red_version}] (7)\n" -#: redbot/core/core_commands.py:520 +#: redbot/core/core_commands.py:525 msgid "Outdated: [{state}]\n" msgstr "Utdatert: [{state}]\n" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:528 msgid "**About Red**\n" msgstr "**Om Red**\n" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:539 msgid "**About this instance**\n" msgstr "**Om denne instansen**\n" -#: redbot/core/core_commands.py:536 +#: redbot/core/core_commands.py:541 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -277,20 +277,20 @@ msgstr "**Referanser**\n" "6. <{}>\n" "7. <{}>\n" -#: redbot/core/core_commands.py:552 +#: redbot/core/core_commands.py:557 #, docstring msgid "Shows [botname]'s uptime." msgstr "Viser [botname] sin oppetid." -#: redbot/core/core_commands.py:555 +#: redbot/core/core_commands.py:560 msgid "Less than one second" msgstr "Mindre enn ett sekund" -#: redbot/core/core_commands.py:557 +#: redbot/core/core_commands.py:562 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "Vært oppe for: **{time_quantity}** (siden {timestamp} UTC)" -#: redbot/core/core_commands.py:564 +#: redbot/core/core_commands.py:569 #, docstring msgid "\n" " Commands which interact with the data [botname] has about you.\n\n" @@ -301,7 +301,7 @@ msgstr "\n" " Mer informasjon finnes i [End User Data Documentation.](https://docs.discord.red/en/stable/red_core_data_statement.html)\n" " " -#: redbot/core/core_commands.py:575 +#: redbot/core/core_commands.py:580 #, docstring msgid "\n" " Find out what type of data [botname] stores and why.\n\n" @@ -314,13 +314,13 @@ msgstr "\n" " -[p]mydata whatdata`\n" " " -#: redbot/core/core_commands.py:585 +#: redbot/core/core_commands.py:590 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "Denne boten lagrer noen data om brukere etter behov for å fungere. Dette er for det meste ID-en til din bruker er tilordnet av Discord, knyttet til en håndfull ting, avhengig av hva du samhandler med i boten. Det er noen kommandoer som lagrer den for å holde oversikt over hvem som opprettet noe. (som spillelister) For fullstendig informasjon om dette samt mer detaljert informasjon om hva som lagres og hvorfor, se {link}.\n\n" "I tillegg kan tredjeparts tillegg som er lastet inn av roten eieren av, eller ikke nødvendigvis lagre flere ting. Du kan bruke `{prefix}mydata 3rdparty` for å vise påstander gitt av hver tredjeparts addition." -#: redbot/core/core_commands.py:604 +#: redbot/core/core_commands.py:609 #, docstring msgid "View the End User Data statements of each 3rd-party module.\n\n" " This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" @@ -333,39 +333,39 @@ msgstr "Vis sluttbruker data-avtaler for hver tredjeparts modul.\n\n" " - `[p]mydata 3rdparty`\n" " " -#: redbot/core/core_commands.py:615 +#: redbot/core/core_commands.py:620 msgid "I need to be able to attach files (try in DMs?)." msgstr "Jeg må kunne legge ved filer (prøv i DMs?)." -#: redbot/core/core_commands.py:625 +#: redbot/core/core_commands.py:630 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "Denne forekomsten ser ikke ut til å ha noen tredjeparts utvidelser belastet." -#: redbot/core/core_commands.py:645 +#: redbot/core/core_commands.py:650 msgid "3rd party End User Data statements" msgstr "Tredjeparts Uttalelser om sluttbrukerdata" -#: redbot/core/core_commands.py:647 +#: redbot/core/core_commands.py:652 msgid "The following are statements provided by 3rd-party extensions." msgstr "Følgende er instruksjoner gitt av tredjeparts utvidelser." -#: redbot/core/core_commands.py:652 +#: redbot/core/core_commands.py:657 msgid "3rd-party extensions without statements\n" msgstr "tredjeparts utvidelser uten påstander\n" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:668 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "Her er en generert side med erklæringen fra tredjeparts utvidelser." -#: redbot/core/core_commands.py:679 +#: redbot/core/core_commands.py:684 msgid "Did not get confirmation, cancelling." msgstr "Fikk ikke bekreftelse, kansellering." -#: redbot/core/core_commands.py:684 +#: redbot/core/core_commands.py:689 msgid "Did not get a matching confirmation, cancelling." msgstr "Fikk ikke en tilsvarende bekreftelse, kansellering." -#: redbot/core/core_commands.py:695 +#: redbot/core/core_commands.py:700 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -384,19 +384,19 @@ msgstr "\n" " - `[p]mydata forgetme`\n" " " -#: redbot/core/core_commands.py:710 +#: redbot/core/core_commands.py:715 msgid "This command ({command}) does not support non-interactive usage." msgstr "Denne kommandoen ({command}) støtter ikke ikke-interaktiv bruk." -#: redbot/core/core_commands.py:717 +#: redbot/core/core_commands.py:722 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "Dette vil forårsake at botten kvitter seg med og/eller frakte data fra deg. Det vil ikke bli kvitt operasjonelle data, slik som modlog-oppføringer, advarsler eller muter. Hvis du er sikker på at dette er hva du ønsker, vennligst svar med følgende:" -#: redbot/core/core_commands.py:727 +#: redbot/core/core_commands.py:732 msgid "This may take some time." msgstr "Dette kan ta litt tid." -#: redbot/core/core_commands.py:740 +#: redbot/core/core_commands.py:745 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." @@ -404,7 +404,7 @@ msgstr "Jeg prøvde å slette alle ikke-operasjonelle data om deg (som jeg vet h "Kontakt eieren av denne boten for å adressere dette.\n" "Merk: Utenfor disse feilene skal data ha blitt slettet." -#: redbot/core/core_commands.py:755 +#: redbot/core/core_commands.py:760 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." @@ -412,7 +412,7 @@ msgstr "Jeg prøvde å slette alle ikke-operasjonelle data om deg (som jeg vet h "Kontakt eieren av denne boten for å ta tak i dette.\n" "Merk: Utenfor disse feilene, data skal ha blitt slettet." -#: redbot/core/core_commands.py:765 +#: redbot/core/core_commands.py:770 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." @@ -420,27 +420,27 @@ msgstr "Jeg prøvde å slette alle ikke-operasjonelle data om deg (som jeg vet h "Kontakt eieren av denne boten for å ta tak i dette.\n" "Merk: Utenfor disse feilene, data skal ha blitt slettet." -#: redbot/core/core_commands.py:775 +#: redbot/core/core_commands.py:780 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "Jeg har slettet noen ikke-operasjonelle data om deg (som jeg vet hvordan jeg sletter) {mention}" -#: redbot/core/core_commands.py:783 redbot/core/core_commands.py:950 -#: redbot/core/core_commands.py:1036 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:788 redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:1041 redbot/core/core_commands.py:1112 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "{mention} Følgende cogs klarte ikke å slette:\n" "{cogs}." -#: redbot/core/core_commands.py:793 +#: redbot/core/core_commands.py:798 #, docstring msgid "[Coming Soon] Get what data [botname] has about you." msgstr "[Kommer Snart] Få hvilke data [botname] har om deg." -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:800 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "Denne kommandoen gjør ikke noe ennå, men vi jobber med å legge til støtte for dette." -#: redbot/core/core_commands.py:804 +#: redbot/core/core_commands.py:809 #, docstring msgid "\n" " Commands for more complete data handling.\n" @@ -449,7 +449,7 @@ msgstr "\n" " Kommandoer for mer fullstendig datahåndtering\n" " " -#: redbot/core/core_commands.py:810 +#: redbot/core/core_commands.py:815 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -466,11 +466,11 @@ msgstr "\n" " - `[p]mydata ownermanagement allowuserdeletions`\n" " " -#: redbot/core/core_commands.py:821 +#: redbot/core/core_commands.py:826 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "Brukeren kan slette sine egne data. Dette vil ikke inkludere driftsdata som blokkerte brukere." -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:834 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n\n" @@ -485,11 +485,11 @@ msgstr "\n" " - `[p]mydata ownermanagement disallowuserdeletions`\n" " " -#: redbot/core/core_commands.py:838 +#: redbot/core/core_commands.py:843 msgid "User can not delete their own data." msgstr "Brukeren kan ikke slette sine egne data." -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:847 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -512,15 +512,15 @@ msgstr "\n" " - `1`: Cogs bør slette noe cog ikke trenger med brukeren.\n" " " -#: redbot/core/core_commands.py:859 +#: redbot/core/core_commands.py:864 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "Cogs vil bli bedt om å fjerne alle ikke-driftsdata etter en brukerforespørsel." -#: redbot/core/core_commands.py:867 +#: redbot/core/core_commands.py:872 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "Cogs vil bli informert om en bruker har gjort en forespørsel om sletting av data, og detaljene om hva du skal slette vil bli overlatt til cog forfatteren." -#: redbot/core/core_commands.py:878 +#: redbot/core/core_commands.py:883 #, docstring msgid "\n" " Handle a deletion request from Discord.\n\n" @@ -541,13 +541,13 @@ msgstr "\n" " - `` - Brukerens ID vil bli slettet av data.\n" " " -#: redbot/core/core_commands.py:892 +#: redbot/core/core_commands.py:897 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "Dette vil føre til at botten kvitter seg med eller frakter alle data fra den angitte bruker-IDen. Du bør ikke bruke dette med mindre Discord har bedt om dette spesielt med hensyn til en slettet bruker. Dette vil fjerne brukeren fra ulike antimisbruk tiltak. Hvis du behandler en manuell forespørsel fra en bruker kan du heller ønske `{prefix}{command_name}.\n\n" "Hvis du er sikker på at dette er hva du har tenkt, Svar med følgende:" -#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:915 redbot/core/core_commands.py:1072 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." @@ -555,7 +555,7 @@ msgstr "Jeg prøvde å slette all data om den brukeren (som jeg vet hvordan å s "Vennligst sjekk loggene dine og kontakt innholdsskaperne i disse cogene og modulene.\n" "Merk: Utenfor disse feilene skal data ha blitt slettet." -#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +#: redbot/core/core_commands.py:930 redbot/core/core_commands.py:1087 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." @@ -563,7 +563,7 @@ msgstr "Jeg prøvde å slette all data om den brukeren (som jeg vet hvordan jeg "Vennligst sjekk dine logger og kontakt innholdsskaperne i disse cogs og modulene.\n" "Merk: Utenfor disse feilene bør dataene ha blitt slettet." -#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +#: redbot/core/core_commands.py:941 redbot/core/core_commands.py:1098 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." @@ -571,11 +571,11 @@ msgstr "Jeg prøvde å slette all data om den brukeren (som jeg vet hvordan å s "Vennligst sjekk dine logger og kontakt innholdsskaperne i disse cogs og modulene.\n" "Merk: Utenfor disse feilene bør dataene ha blitt slettet." -#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +#: redbot/core/core_commands.py:951 redbot/core/core_commands.py:1108 msgid "I've deleted all data about that user that I know how to delete." msgstr "Jeg har slettet alle data om den brukeren som jeg vet hvordan jeg skal slette." -#: redbot/core/core_commands.py:957 +#: redbot/core/core_commands.py:962 #, docstring msgid "Delete data [botname] has about a user for a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" @@ -592,13 +592,13 @@ msgstr "Slett data [botname] har om en bruker for en bruker.\n\n" " - `- Id-en til brukeren som ville slettet sine data.\n" " " -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:973 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "Dette vil føre til at botten kvitter seg med eller nedknytter mange ikke-operasjonelle data fra den angitte brukeren. Brukere har tilgang til annen kommando for dette med mindre de kan ikke samhandle med boten i det hele tatt. Dette er en særlig trygg operasjon. men du bør ikke bruke den hvis ikke en forespørsel fra denne brukeren siden den kan påvirke bruken av boten. \n\n" "Hvis du er sikker på at dette, vennligst svar med følgende:" -#: redbot/core/core_commands.py:991 +#: redbot/core/core_commands.py:996 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." @@ -606,7 +606,7 @@ msgstr "Jeg forsøkte å slette alle ikke-operasjonelle data om den brukeren (so "Vennligst sjekk loggene dine og kontakt innholdsskaperne i disse cogene og modulene.\n" "Merk: Utenfor disse feilene skal data ha blitt slettet." -#: redbot/core/core_commands.py:1006 +#: redbot/core/core_commands.py:1011 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." @@ -614,7 +614,7 @@ msgstr "Jeg prøvde å slette alle ikke-operasjonelle data om den brukeren (som "Vennligst sjekk dine logger og kontakt innholdsskaperne i disse cogs og modulene.\n" "Merk: Utenfor disse feilene bør dataene ha blitt slettet." -#: redbot/core/core_commands.py:1017 +#: redbot/core/core_commands.py:1022 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." @@ -622,11 +622,11 @@ msgstr "Jeg forsøkte å slette alle ikke-operasjonelle data om den brukeren (so "Vennligst sjekk dine logger og kontakt innholdsskaperne i disse cogs og modulene.\n" "Merk: Utenfor disse feilene bør dataene ha blitt slettet." -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1033 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "Jeg har slettet alle ikke-operasjonelle data om den brukeren jeg vet hvordan jeg skal slette." -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1048 #, docstring msgid "Delete data [botname] has about a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" @@ -641,13 +641,13 @@ msgstr "Slett data [botname] har om en bruker.\n\n" " - `- Id-en til brukeren som vil bli slettet.\n" " " -#: redbot/core/core_commands.py:1053 +#: redbot/core/core_commands.py:1058 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "Dette vil forårsake at botten kvitter seg med eller nedknytter en mengde data om den angitte brukeren. Dette kan omfatte mer enn bare sluttbrukerdata, inkludert anti-data i form av misbruk.\n\n" "Hvis du er sikker på at dette er hva du ønsker, vennligst svar med følgende:" -#: redbot/core/core_commands.py:1114 +#: redbot/core/core_commands.py:1119 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -682,7 +682,7 @@ msgstr "\n" " 3. Global innstilling `[p]embedset global`\n" " " -#: redbot/core/core_commands.py:1136 +#: redbot/core/core_commands.py:1141 #, docstring msgid "\n" " Show the current embed settings.\n\n" @@ -705,42 +705,42 @@ msgstr "\n" " - `[command_name]` - Sjekker denne kommandoen for spesifikke innstillinger for kommando innebygd.\n" " " -#: redbot/core/core_commands.py:1153 redbot/core/core_commands.py:1309 -#: redbot/core/core_commands.py:1360 redbot/core/core_commands.py:4236 -#: redbot/core/core_commands.py:4279 redbot/core/core_commands.py:4345 -#: redbot/core/core_commands.py:4376 +#: redbot/core/core_commands.py:1158 redbot/core/core_commands.py:1314 +#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:4282 +#: redbot/core/core_commands.py:4325 redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4422 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "Jeg kunne ikke finne den kommandoen. Vær oppmerksom på at den er stor sensitiv." -#: redbot/core/core_commands.py:1159 +#: redbot/core/core_commands.py:1164 msgid "Embed settings:\n\n" msgstr "Innebygde innstillinger:\n\n" -#: redbot/core/core_commands.py:1161 +#: redbot/core/core_commands.py:1166 msgid "Global default: {value}\n" msgstr "Global standard: {value}\n" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1171 msgid "Global command setting for {command} command: {value}\n" msgstr "Global kommando-innstilling for {command} kommandoen: {value}\n" -#: redbot/core/core_commands.py:1172 +#: redbot/core/core_commands.py:1177 msgid "Guild setting: {value}\n" msgstr "Guild innstilling: {value}\n" -#: redbot/core/core_commands.py:1177 +#: redbot/core/core_commands.py:1182 msgid "Server command setting for {command} command: {value}\n" msgstr "Server kommando-innstilling for {command} kommando: {value}\n" -#: redbot/core/core_commands.py:1183 +#: redbot/core/core_commands.py:1188 msgid "Channel setting: {value}\n" msgstr "Kanal innstilling: {value}\n" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1191 msgid "User setting: {value}" msgstr "Brukerinnstilling: {value}" -#: redbot/core/core_commands.py:1192 +#: redbot/core/core_commands.py:1197 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -759,15 +759,15 @@ msgstr "\n" " - `[p]embedset global`\n" " " -#: redbot/core/core_commands.py:1206 +#: redbot/core/core_commands.py:1211 msgid "Embeds are now disabled by default." msgstr "Embeder er nå deaktivert som standard." -#: redbot/core/core_commands.py:1209 +#: redbot/core/core_commands.py:1214 msgid "Embeds are now enabled by default." msgstr "Embeder er nå aktivert som standard." -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1220 #, docstring msgid "\n" " Set the server's embed setting.\n\n" @@ -794,20 +794,20 @@ msgstr "\n" " - `[enabled]` - Om du vil bruke embeds på denne serveren. La den være blank for å tilbakestille til standard.\n" " " -#: redbot/core/core_commands.py:1234 redbot/core/core_commands.py:1318 -#: redbot/core/core_commands.py:1409 redbot/core/core_commands.py:1440 +#: redbot/core/core_commands.py:1239 redbot/core/core_commands.py:1323 +#: redbot/core/core_commands.py:1414 redbot/core/core_commands.py:1445 msgid "Embeds will now fall back to the global setting." msgstr "Embeder vil nå bruke globale instillinger." -#: redbot/core/core_commands.py:1239 +#: redbot/core/core_commands.py:1244 msgid "Embeds are now enabled for this guild." msgstr "Embeder er nå aktivert for denne serveren." -#: redbot/core/core_commands.py:1241 +#: redbot/core/core_commands.py:1246 msgid "Embeds are now disabled for this guild." msgstr "Embeder er nå deaktivert for denne serveren." -#: redbot/core/core_commands.py:1249 +#: redbot/core/core_commands.py:1254 #, docstring msgid "\n" " Sets a command's embed setting.\n\n" @@ -824,11 +824,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1278 +#: redbot/core/core_commands.py:1283 msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." msgstr "Den beståttet kommandoen krever Embed lenketillatelser, og kan derfor ikke settes til å ikke bruke embeds." -#: redbot/core/core_commands.py:1289 +#: redbot/core/core_commands.py:1294 #, docstring msgid "\n" " Sets a command's embed setting globally.\n\n" @@ -844,15 +844,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1375 +#: redbot/core/core_commands.py:1329 redbot/core/core_commands.py:1380 msgid "Embeds are now enabled for {command_name} command." msgstr "Embeder er nå aktivert for {command_name} kommandoen." -#: redbot/core/core_commands.py:1330 redbot/core/core_commands.py:1381 +#: redbot/core/core_commands.py:1335 redbot/core/core_commands.py:1386 msgid "Embeds are now disabled for {command_name} command." msgstr "Embeder er nå deaktivert for {command_name} kommandoen." -#: redbot/core/core_commands.py:1340 +#: redbot/core/core_commands.py:1345 #, docstring msgid "\n" " Sets a commmand's embed setting for the current server.\n\n" @@ -868,11 +868,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1369 +#: redbot/core/core_commands.py:1374 msgid "Embeds will now fall back to the server setting." msgstr "Embeder vil nå falle tilbake til serverinnstillingen." -#: redbot/core/core_commands.py:1390 +#: redbot/core/core_commands.py:1395 #, docstring msgid "\n" " Set's a channel's embed setting.\n\n" @@ -888,21 +888,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1419 msgid "Embeds are now {} for this channel." msgstr "Embeder er nå {} for denne kanalen." -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "enabled" msgstr "skrudd på" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "disabled" msgstr "skrudd av" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1426 #, docstring msgid "\n" " Sets personal embed setting for DMs.\n\n" @@ -918,15 +918,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1450 msgid "Embeds are now enabled for you in DMs." msgstr "Embeder er nå aktivert for deg i DMer." -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1452 msgid "Embeds are now disabled for you in DMs." msgstr "Embeder er nå deaktivert for deg i DMer." -#: redbot/core/core_commands.py:1453 +#: redbot/core/core_commands.py:1458 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead.\n\n" @@ -939,11 +939,11 @@ msgid "Sends to the owner the last command exception that has occurred.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:1487 msgid "No exception has occurred yet." msgstr "Ingen unntak har oppstått ennå." -#: redbot/core/core_commands.py:1487 +#: redbot/core/core_commands.py:1492 #, docstring msgid "Shows [botname]'s invite url.\n\n" " This will always send the invite to DMs to keep it private.\n\n" @@ -953,12 +953,12 @@ msgid "Shows [botname]'s invite url.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1512 #, docstring msgid "Commands to setup [botname]'s invite settings." msgstr "" -#: redbot/core/core_commands.py:1512 +#: redbot/core/core_commands.py:1517 #, docstring msgid "\n" " Toggles if `[p]invite` should be accessible for the average user.\n\n" @@ -970,7 +970,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1549 +#: redbot/core/core_commands.py:1554 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -985,7 +985,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 #, docstring msgid "\n" " Leaves servers.\n\n" @@ -1000,43 +1017,43 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1588 +#: redbot/core/core_commands.py:1613 msgid "You need to specify at least one server ID." msgstr "Du må angi minst én server-ID." -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:1620 msgid "You haven't passed any server ID. Do you want me to leave this server?" msgstr "Du har ikke sendt noen server-ID. Vil du at jeg skal forlate denne serveren?" -#: redbot/core/core_commands.py:1600 +#: redbot/core/core_commands.py:1625 msgid "Are you sure you want me to leave these servers?" msgstr "Er du sikker på at du vil jeg forlate disse serverne?" -#: redbot/core/core_commands.py:1608 +#: redbot/core/core_commands.py:1633 msgid "I cannot leave the server `{server_name}`: I am the owner of it." msgstr "Jeg kan ikke forlate serveren `{server_name}`: Jeg er eieren av den." -#: redbot/core/core_commands.py:1619 +#: redbot/core/core_commands.py:1644 redbot/core/core_commands.py:2711 msgid "Response timed out." msgstr "Responsen ble tidsavbrutt." -#: redbot/core/core_commands.py:1624 +#: redbot/core/core_commands.py:1649 msgid "Alright. Bye :wave:" msgstr "Okei. hade. :wave:" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1652 msgid "Alright. Leaving {number} servers..." msgstr "Ok. Forlater {number} servere..." -#: redbot/core/core_commands.py:1634 +#: redbot/core/core_commands.py:1659 msgid "Alright, I'll stay then. :)" msgstr "Ok, jeg blir da. :)" -#: redbot/core/core_commands.py:1636 +#: redbot/core/core_commands.py:1661 msgid "Alright, I'm not leaving those servers." msgstr "Ok, jeg forlater ikke serverne." -#: redbot/core/core_commands.py:1641 +#: redbot/core/core_commands.py:1666 #, docstring msgid "\n" " Lists the servers [botname] is currently in.\n\n" @@ -1047,7 +1064,7 @@ msgstr "\n" " Merk: Denne kommandoen er interaktiv.\n" " " -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:1684 #, docstring msgid "Loads cog packages from the local paths and installed cogs.\n\n" " See packages available to load with `[p]cogs`.\n\n" @@ -1060,75 +1077,75 @@ msgid "Loads cog packages from the local paths and installed cogs.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1688 +#: redbot/core/core_commands.py:1713 msgid "Loaded {packs}." msgstr "Lastet {packs}." -#: redbot/core/core_commands.py:1693 +#: redbot/core/core_commands.py:1718 msgid "The following package is already loaded: {pack}" msgstr "Følgende pakke er allerede lastet: {pack}" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1722 msgid "The following packages are already loaded: {packs}" msgstr "Følgende pakker er allerede lastet: {packs}" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1729 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "Kunne ikke laste følgende pakke: {pack}.\n" "Sjekk konsollen eller loggene for detaljer." -#: redbot/core/core_commands.py:1709 +#: redbot/core/core_commands.py:1734 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "Kan ikke laste følgende pakker: {packs}\n" "Sjekk konsollen eller loggene for detaljer." -#: redbot/core/core_commands.py:1717 redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1742 redbot/core/core_commands.py:1898 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "Følgende navn er ikke et gyldig pakkenavn: {pack}\n" "Pakkenavn kan ikke begynne med et nummer og kan bare inneholde jasi-numre, brev, and underscores." -#: redbot/core/core_commands.py:1723 redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1748 redbot/core/core_commands.py:1904 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "Følgende navn er ikke gyldige pakkenavn: {packs}\n" "Pakkenavn kan ikke starte med et nummer og kan bare inneholde ascii-numre, brev, and underscores." -#: redbot/core/core_commands.py:1732 redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1757 redbot/core/core_commands.py:1913 msgid "The following package was not found in any cog path: {pack}." msgstr "Følgende pakke ble ikke funnet i noen cog sti: {pack}." -#: redbot/core/core_commands.py:1736 redbot/core/core_commands.py:1892 +#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 msgid "The following packages were not found in any cog path: {packs}" msgstr "Følgende pakker ble ikke funnet i noen cog sti: {packs}" -#: redbot/core/core_commands.py:1744 +#: redbot/core/core_commands.py:1769 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "Denne pakken kunne ikke lastes av følgende grunn:\n\n" "{reason}" -#: redbot/core/core_commands.py:1748 +#: redbot/core/core_commands.py:1773 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "Disse pakkene kunne ikke lastes av følgende årsaker:\n\n" "{reasons}" -#: redbot/core/core_commands.py:1755 +#: redbot/core/core_commands.py:1780 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "**ADVARSEL**: Følgende område bruker delte limer som er merket for å fjerne i fremtiden: {repo}.\n" "Du bør informere vedlikeholderen om denne meldingen." -#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1786 redbot/core/core_commands.py:1942 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "**ADVARSEL**: Følgende repoer bruker delte liber som er merket for å fjerne i fremtiden: {repos}.\n" "Du bør informere vedlikeholderne om denne meldingen." -#: redbot/core/core_commands.py:1780 +#: redbot/core/core_commands.py:1805 #, docstring msgid "Unloads previously loaded cog packages.\n\n" " See packages available to unload with `[p]cogs`.\n\n" @@ -1140,23 +1157,23 @@ msgid "Unloads previously loaded cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1798 +#: redbot/core/core_commands.py:1823 msgid "The following package was unloaded: {pack}." msgstr "Følgende cog ble utlastet: {pack}." -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1827 msgid "The following packages were unloaded: {packs}." msgstr "Følgende pakke ble utlastet: {packs}." -#: redbot/core/core_commands.py:1809 +#: redbot/core/core_commands.py:1834 msgid "The following package was not loaded: {pack}." msgstr "Følgende pakke ble utlastet: {pack}." -#: redbot/core/core_commands.py:1813 +#: redbot/core/core_commands.py:1838 msgid "The following packages were not loaded: {packs}." msgstr "Følgende pakke ble ikke lastet: {packs}." -#: redbot/core/core_commands.py:1826 +#: redbot/core/core_commands.py:1851 #, docstring msgid "Reloads cog packages.\n\n" " This will unload and then load the specified cogs.\n\n" @@ -1169,41 +1186,41 @@ msgid "Reloads cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:1880 msgid "Reloaded {packs}." msgstr "Oppdater {packs}." -#: redbot/core/core_commands.py:1860 +#: redbot/core/core_commands.py:1885 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "Kunne ikke laste følgende cog: {pack}.\n" "Sjekk konsollen eller loggene for detaljer." -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1890 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "Kan ikke laste følgende cog på nytt: {packs}\n" "Sjekk konsollen eller loggene for detaljer." -#: redbot/core/core_commands.py:1900 +#: redbot/core/core_commands.py:1925 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "Denne pakken kunne ikke lastes på nytt av følgende grunn:\n\n" "{reason}" -#: redbot/core/core_commands.py:1904 +#: redbot/core/core_commands.py:1929 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "Disse pakkene kunne ikke lastes på nytt av følgende grunner:\n\n" "{reasons}" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1936 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "**ADVARSEL**: Følgende område bruker delte limer som er merket for å fjerne i fremtiden: {repo}.\n" "Du bør informere vedlikeholderne om denne meldingen." -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Shuts down the bot.\n\n" " Allows [botname] to shut down gracefully.\n\n" @@ -1216,11 +1233,11 @@ msgid "Shuts down the bot.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1974 msgid "Shutting down... " msgstr "Slår av... " -#: redbot/core/core_commands.py:1955 +#: redbot/core/core_commands.py:1980 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -1233,16 +1250,16 @@ msgid "Attempts to restart [botname].\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1969 +#: redbot/core/core_commands.py:1994 msgid "Restarting..." msgstr "Restarter..." -#: redbot/core/core_commands.py:1974 +#: redbot/core/core_commands.py:1999 #, docstring msgid "Commands for changing [botname]'s settings." msgstr "Kommandoer for å endre [botname] sine innstillinger." -#: redbot/core/core_commands.py:1978 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\n" " Show the current settings for [botname].\n" @@ -1251,7 +1268,7 @@ msgstr "\n" " Vis gjeldende innstillinger for [botname].\n" " " -#: redbot/core/core_commands.py:1996 +#: redbot/core/core_commands.py:2021 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" @@ -1261,7 +1278,7 @@ msgstr "Admin roller: {admin}\n" "Lokal: {guild_locale}\n" "Regional format: {guild_regional_format}\n" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2042 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -1273,7 +1290,7 @@ msgstr "{bot_name} Innstillinger:\n\n" "Globalt regionalt format: {regional_format}\n" "Standard embed farge: {colour}" -#: redbot/core/core_commands.py:2039 +#: redbot/core/core_commands.py:2064 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -1288,23 +1305,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2060 +#: redbot/core/core_commands.py:2085 msgid "Command deleting disabled." msgstr "Kommando sletting deaktivert." -#: redbot/core/core_commands.py:2062 +#: redbot/core/core_commands.py:2087 msgid "Delete delay set to {num} seconds." msgstr "Slett forsinkelse, sett til {num} sekunder." -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2092 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "Bot vil slette kommando meldinger etter {num} sekunder. Sett denne verdien til -1 for å stoppe sletting av meldinger" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2099 msgid "I will not delete command messages." msgstr "Jeg vil ikke slette kommando meldinger." -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2104 #, docstring msgid "\n" " Sets the bot's description.\n\n" @@ -1320,15 +1337,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2099 +#: redbot/core/core_commands.py:2124 msgid "Description reset." msgstr "Tilbakestilt beskrivelse." -#: redbot/core/core_commands.py:2102 +#: redbot/core/core_commands.py:2127 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "Beskrivelsen er for lang til å vises riktig. Prøv igjen med en gang under 250 tegn." -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2141 #, docstring msgid "\n" " Adds an admin role for this guild.\n\n" @@ -1346,15 +1363,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2136 +#: redbot/core/core_commands.py:2161 msgid "This role is already an admin role." msgstr "Denne rollen er allerede en administratorrolle." -#: redbot/core/core_commands.py:2138 +#: redbot/core/core_commands.py:2163 msgid "That role is now considered an admin role." msgstr "Denne rollen anses nå som en administratorrolle." -#: redbot/core/core_commands.py:2144 +#: redbot/core/core_commands.py:2169 #, docstring msgid "\n" " Adds a moderator role for this guild.\n\n" @@ -1371,15 +1388,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2188 msgid "This role is already a mod role." msgstr "Denne rollen er allerede en mod rolle." -#: redbot/core/core_commands.py:2165 +#: redbot/core/core_commands.py:2190 msgid "That role is now considered a mod role." msgstr "Denne rollen anses nå som en mod rolle." -#: redbot/core/core_commands.py:2171 +#: redbot/core/core_commands.py:2196 #, docstring msgid "\n" " Removes an admin role for this guild.\n\n" @@ -1391,15 +1408,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2208 msgid "That role was not an admin role to begin with." msgstr "Den rollen var ikke en administratorrolle å begynne med." -#: redbot/core/core_commands.py:2185 +#: redbot/core/core_commands.py:2210 msgid "That role is no longer considered an admin role." msgstr "Denne rollen anses ikke lenger som en administratorrolle." -#: redbot/core/core_commands.py:2191 +#: redbot/core/core_commands.py:2216 #, docstring msgid "\n" " Removes a mod role for this guild.\n\n" @@ -1411,15 +1428,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2228 msgid "That role was not a mod role to begin with." msgstr "Den rollen var ikke en modifikasjonsrolle å begynne med." -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2230 msgid "That role is no longer considered a mod role." msgstr "Denne rollen anses ikke lenger som en mod rolle." -#: redbot/core/core_commands.py:2211 +#: redbot/core/core_commands.py:2236 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -1430,19 +1447,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2248 msgid "The bot {} use its configured color for embeds." msgstr "Botten {} bruke konfigurerte farger for embeder." -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will not" msgstr "vil ikke" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will" msgstr "vil" -#: redbot/core/core_commands.py:2232 +#: redbot/core/core_commands.py:2257 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -1454,11 +1471,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2247 +#: redbot/core/core_commands.py:2272 msgid "Fuzzy command search has been {} for this server." msgstr "Fuzzy kommando søking har blitt {} for denne serveren." -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2280 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -1469,11 +1486,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2268 +#: redbot/core/core_commands.py:2293 msgid "Fuzzy command search has been {} in DMs." msgstr "Fuzzy kommando søking har blitt {} i DMer." -#: redbot/core/core_commands.py:2276 +#: redbot/core/core_commands.py:2301 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1490,15 +1507,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2321 msgid "The color has been reset." msgstr "Fargen har blitt tilbakestilt." -#: redbot/core/core_commands.py:2299 +#: redbot/core/core_commands.py:2324 msgid "The color has been set." msgstr "Fargen har blitt lagt inn." -#: redbot/core/core_commands.py:2304 +#: redbot/core/core_commands.py:2329 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL.\n\n" @@ -1511,28 +1528,28 @@ msgid "Sets [botname]'s avatar\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2327 +#: redbot/core/core_commands.py:2352 msgid "That URL is invalid." msgstr "Denne URL-adressen er ugyldig." -#: redbot/core/core_commands.py:2329 +#: redbot/core/core_commands.py:2354 msgid "Something went wrong while trying to get the image." msgstr "Noe gikk galt under forsøket på å hente bildet." -#: redbot/core/core_commands.py:2339 +#: redbot/core/core_commands.py:2364 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "Mislyktes. Husk at du kan redigere avataren din til to ganger i timen. Feil URL-adresse eller vedlegg må være gyldig bilde enten i JPG eller PNG format." -#: redbot/core/core_commands.py:2346 +#: redbot/core/core_commands.py:2371 msgid "JPG / PNG format only." msgstr "Bare JPG / PNG format." -#: redbot/core/core_commands.py:2348 redbot/core/core_commands.py:2575 -#: redbot/core/core_commands.py:2631 redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:2373 redbot/core/core_commands.py:2600 +#: redbot/core/core_commands.py:2656 redbot/core/core_commands.py:2680 msgid "Done." msgstr "Ferdig." -#: redbot/core/core_commands.py:2353 +#: redbot/core/core_commands.py:2378 #, docstring msgid "\n" " Removes [botname]'s avatar.\n\n" @@ -1541,11 +1558,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2386 msgid "Avatar removed." msgstr "Avatar fjernet." -#: redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2392 #, docstring msgid "Sets [botname]'s playing status.\n\n" " This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" @@ -1558,19 +1575,19 @@ msgid "Sets [botname]'s playing status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2383 +#: redbot/core/core_commands.py:2408 msgid "The maximum length of game descriptions is 128 characters." msgstr "Maksimal lengde på spillbeskrivelser er 128 tegn." -#: redbot/core/core_commands.py:2391 +#: redbot/core/core_commands.py:2416 msgid "Status set to ``Playing {game.name}``." msgstr "Status satt til ``Playing {game.name}``." -#: redbot/core/core_commands.py:2393 +#: redbot/core/core_commands.py:2418 msgid "Game cleared." msgstr "Spillet er tømt." -#: redbot/core/core_commands.py:2399 +#: redbot/core/core_commands.py:2424 #, docstring msgid "Sets [botname]'s listening status.\n\n" " This will appear as `Listening to `.\n\n" @@ -1582,19 +1599,19 @@ msgid "Sets [botname]'s listening status.\n\n" " - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2416 +#: redbot/core/core_commands.py:2441 msgid "The maximum length of listening descriptions is 128 characters." msgstr "Maksimal lengde på lytterbeskrivelser er 128 tegn." -#: redbot/core/core_commands.py:2425 +#: redbot/core/core_commands.py:2450 msgid "Status set to ``Listening to {listening}``." msgstr "Status satt til ``Listening to {listening}``." -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2453 msgid "Listening cleared." msgstr "Hører ryddet." -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2459 #, docstring msgid "Sets [botname]'s watching status.\n\n" " This will appear as `Watching `.\n\n" @@ -1606,19 +1623,19 @@ msgid "Sets [botname]'s watching status.\n\n" " - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2475 msgid "The maximum length of watching descriptions is 128 characters." msgstr "Maksimal lengde på ser beskrivelser er 128 tegn." -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2482 msgid "Status set to ``Watching {watching}``." msgstr "Status satt til ``Watching {watching}``." -#: redbot/core/core_commands.py:2459 +#: redbot/core/core_commands.py:2484 msgid "Watching cleared." msgstr "Overvåkningsstatus ryddet." -#: redbot/core/core_commands.py:2465 +#: redbot/core/core_commands.py:2490 #, docstring msgid "Sets [botname]'s competing status.\n\n" " This will appear as `Competing in `.\n\n" @@ -1630,19 +1647,19 @@ msgid "Sets [botname]'s competing status.\n\n" " - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2482 +#: redbot/core/core_commands.py:2507 msgid "The maximum length of competing descriptions is 128 characters." msgstr "Maksimal lengde på konkurrerende beskrivelser er 128 tegn." -#: redbot/core/core_commands.py:2491 +#: redbot/core/core_commands.py:2516 msgid "Status set to ``Competing in {competing}``." msgstr "Status satt til ``konkurrerende i {competing}``." -#: redbot/core/core_commands.py:2494 +#: redbot/core/core_commands.py:2519 msgid "Competing cleared." msgstr "Konkurrerende status fjernet." -#: redbot/core/core_commands.py:2500 +#: redbot/core/core_commands.py:2525 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1658,11 +1675,11 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:2555 msgid "Status changed to {}." msgstr "Status endret til {}." -#: redbot/core/core_commands.py:2538 +#: redbot/core/core_commands.py:2563 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" @@ -1678,15 +1695,15 @@ msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " - `` - The text to follow `Streaming` in the status." msgstr "" -#: redbot/core/core_commands.py:2563 +#: redbot/core/core_commands.py:2588 msgid "The maximum length of the streamer url is 511 characters." msgstr "Maksimal lengde på streamer url er 511 tegn." -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2591 msgid "The maximum length of the stream title is 128 characters." msgstr "Maksimal lengde på stream innhold er 128 tegn." -#: redbot/core/core_commands.py:2580 +#: redbot/core/core_commands.py:2605 #, docstring msgid "Sets [botname]'s username.\n\n" " Maximum length for a username is 32 characters.\n\n" @@ -1699,29 +1716,29 @@ msgid "Sets [botname]'s username.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2596 +#: redbot/core/core_commands.py:2621 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "Brukernavnet til en verifisert bot kan ikke endres manuelt. Vennligst kontakt Discord støtte for å endre den." -#: redbot/core/core_commands.py:2603 +#: redbot/core/core_commands.py:2628 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "Kan ikke endre navn. Må være 32 tegn eller færre." -#: redbot/core/core_commands.py:2609 +#: redbot/core/core_commands.py:2634 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "Endre brukernavnet ble tidsavbrutt. Husk at du bare kan gjøre det opptil 2 ganger i timen. Bruk kallenavn hvis du trenger hyppige endringer: {command}" -#: redbot/core/core_commands.py:2619 +#: redbot/core/core_commands.py:2644 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "Kan ikke endre brukernavnet. Discord returnerte følgende feil:\n" "{error_message}" -#: redbot/core/core_commands.py:2629 +#: redbot/core/core_commands.py:2654 msgid "Unexpected error occurred when trying to change the username." msgstr "Det oppstod en uventet feil ved forsøk på å endre brukernavnet." -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2662 #, docstring msgid "Sets [botname]'s nickname for the current server.\n\n" " Maximum length for a nickname is 32 characters.\n\n" @@ -1732,15 +1749,15 @@ msgid "Sets [botname]'s nickname for the current server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2649 +#: redbot/core/core_commands.py:2674 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "Kan ikke endre kallenavn. Må være 32 tegn eller færre." -#: redbot/core/core_commands.py:2653 +#: redbot/core/core_commands.py:2678 msgid "I lack the permissions to change my own nickname." msgstr "Jeg mangler tillatelse til å endre mitt eget kallenavn." -#: redbot/core/core_commands.py:2660 +#: redbot/core/core_commands.py:2685 #, docstring msgid "Sets [botname]'s global prefix(es).\n\n" " Warning: This is not additive. It will replace all current prefixes.\n\n" @@ -1755,20 +1772,30 @@ msgid "Sets [botname]'s global prefix(es).\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2677 +#: redbot/core/core_commands.py:2702 +msgid "Warning: A prefix is above the recommended length (20 characters).\n" +"Do you want to continue? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:2715 +msgid "Cancelled." +msgstr "Kansellert." + +#: redbot/core/core_commands.py:2719 msgid "Prefix set." msgstr "Prefiks satt." -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:2721 msgid "Prefixes set." msgstr "Prefikser satt." -#: redbot/core/core_commands.py:2685 +#: redbot/core/core_commands.py:2727 #, docstring msgid "\n" " Sets [botname]'s server prefix(es).\n\n" " Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" -" This is not additive. It will replace all current server prefixes.\n\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 20 characters.\n\n" " **Examples:**\n" " - `[p]set serverprefix !`\n" " - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" @@ -1779,19 +1806,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2702 +#: redbot/core/core_commands.py:2745 msgid "Server prefixes have been reset." msgstr "Prefikser for server er tilbakestilt." -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2748 +msgid "You cannot have a prefix longer than 20 characters." +msgstr "" + +#: redbot/core/core_commands.py:2753 msgid "Server prefix set." msgstr "Server prefiks satt." -#: redbot/core/core_commands.py:2709 +#: redbot/core/core_commands.py:2755 msgid "Server prefixes set." msgstr "Server prefikser satt." -#: redbot/core/core_commands.py:2714 +#: redbot/core/core_commands.py:2760 #, docstring msgid "\n" " Changes the bot's default locale.\n\n" @@ -1808,21 +1839,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2735 redbot/core/core_commands.py:2779 -#: redbot/core/core_commands.py:2818 redbot/core/core_commands.py:2862 +#: redbot/core/core_commands.py:2781 redbot/core/core_commands.py:2825 +#: redbot/core/core_commands.py:2864 redbot/core/core_commands.py:2908 msgid "Invalid language code. Use format: `en-US`" msgstr "Ugyldig språkkode. Bruk format: `en-US`" -#: redbot/core/core_commands.py:2739 redbot/core/core_commands.py:2783 -#: redbot/core/core_commands.py:2822 redbot/core/core_commands.py:2866 +#: redbot/core/core_commands.py:2785 redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2868 redbot/core/core_commands.py:2912 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "Ugyldig format - språkkode må inkludere landskode, f.eks. 'nb-NO'" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:2792 msgid "Global locale has been set." msgstr "Globalt Lokale innstillinger er angitt." -#: redbot/core/core_commands.py:2752 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1840,15 +1871,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2774 +#: redbot/core/core_commands.py:2820 msgid "Locale has been set to the default." msgstr "Lokale innstillinger er satt til standard." -#: redbot/core/core_commands.py:2789 +#: redbot/core/core_commands.py:2835 msgid "Locale has been set." msgstr "Lokale innstillinger er angitt." -#: redbot/core/core_commands.py:2795 +#: redbot/core/core_commands.py:2841 #, docstring msgid "\n" " Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1863,15 +1894,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2812 +#: redbot/core/core_commands.py:2858 msgid "Global regional formatting will now be based on bot's locale." msgstr "Global regional formatering vil nå basere seg på botens lokalitet." -#: redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2875 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "Global regional formatering vil nå bli basert på '{language_code}` lokal." -#: redbot/core/core_commands.py:2837 +#: redbot/core/core_commands.py:2883 #, docstring msgid "\n" " Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1886,15 +1917,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2855 +#: redbot/core/core_commands.py:2901 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "Regional formatering vil nå være basert på botens locale på denne serveren." -#: redbot/core/core_commands.py:2873 +#: redbot/core/core_commands.py:2919 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "Regional formatering vil nå være basert på `{language_code}` lokal." -#: redbot/core/core_commands.py:2881 +#: redbot/core/core_commands.py:2927 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1909,19 +1940,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2898 +#: redbot/core/core_commands.py:2944 msgid "The custom text has been cleared." msgstr "Egendefinert tekst er tømt." -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2948 msgid "The custom text has been set." msgstr "Den egendefinerte teksten er lagt inn." -#: redbot/core/core_commands.py:2905 +#: redbot/core/core_commands.py:2951 msgid "Text must be fewer than 1024 characters long." msgstr "Teksten må være mindre enn 1024 tegn lang." -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2956 #, docstring msgid "\n" " Commands to set, list or remove various external API tokens.\n\n" @@ -1938,11 +1969,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2931 +#: redbot/core/core_commands.py:2977 msgid "`{service}` API tokens have been set." msgstr "`{service}` API tokens har blitt satt." -#: redbot/core/core_commands.py:2935 +#: redbot/core/core_commands.py:2981 #, docstring msgid "\n" " Show all external API services along with their keys that have been set.\n\n" @@ -1952,19 +1983,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2946 +#: redbot/core/core_commands.py:2992 msgid "No API services have been set yet." msgstr "Ingen API tjenester har blitt angitt ennå." -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API services:\n" msgstr "Angi API-tjenester:\n" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API service:\n" msgstr "Angi API-tjenester:\n" -#: redbot/core/core_commands.py:2961 +#: redbot/core/core_commands.py:3007 #, docstring msgid "\n" " Remove the given services with all their keys and tokens.\n\n" @@ -1975,21 +2006,21 @@ msgid "\n" " - `` - The services to remove." msgstr "" -#: redbot/core/core_commands.py:2976 +#: redbot/core/core_commands.py:3022 msgid "Services deleted successfully:\n" "{services_list}" msgstr "Tjenester ble slettet:\n" "{services_list}" -#: redbot/core/core_commands.py:2980 +#: redbot/core/core_commands.py:3026 msgid "Service deleted successfully: {service_name}" msgstr "Tjenesten ble slettet: {service_name}" -#: redbot/core/core_commands.py:2985 +#: redbot/core/core_commands.py:3031 msgid "None of the services you provided had any keys set." msgstr "Ingen av tjenestene du oppga hadde noen nøkler innsatt." -#: redbot/core/core_commands.py:2990 +#: redbot/core/core_commands.py:3036 #, docstring msgid "\n" " Commands to manage settings for the help command.\n\n" @@ -1997,7 +2028,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2999 +#: redbot/core/core_commands.py:3045 #, docstring msgid "\n" " Show the current help settings.\n\n" @@ -2007,11 +2038,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3013 +#: redbot/core/core_commands.py:3059 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "Advarsel: Standardformatteren er ikke i bruk, disse innstillingene gjelder ikke." -#: redbot/core/core_commands.py:3023 +#: redbot/core/core_commands.py:3069 #, docstring msgid "\n" " This resets [botname]'s help formatter to the default formatter.\n\n" @@ -2020,11 +2051,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3032 +#: redbot/core/core_commands.py:3078 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "Hjelpeformateren har blitt tilbakestilt. Dette forhindrer ikke cogs fra å endre hjelp, du må kanskje fjerne en tog hvis dette har vært et problem." -#: redbot/core/core_commands.py:3041 +#: redbot/core/core_commands.py:3087 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -2034,11 +2065,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3051 +#: redbot/core/core_commands.py:3097 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "Hjelpeinnstillingene har blitt tilbakestilt til standardverdiene. Dette vil kanskje ikke ha en innvirkning når du bruker formater for tredjeparts hjelp." -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3105 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -2054,15 +2085,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3079 +#: redbot/core/core_commands.py:3125 msgid "Help will use menus." msgstr "Hjelpen vil bruke menyer." -#: redbot/core/core_commands.py:3081 +#: redbot/core/core_commands.py:3127 msgid "Help will not use menus." msgstr "Hjelpen vil ikke bruke menyer." -#: redbot/core/core_commands.py:3085 +#: redbot/core/core_commands.py:3131 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -2076,15 +2107,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3102 +#: redbot/core/core_commands.py:3148 msgid "Help will not filter hidden commands." msgstr "Hjelp vil ikke filtrere skjulte kommandoer." -#: redbot/core/core_commands.py:3104 +#: redbot/core/core_commands.py:3150 msgid "Help will filter hidden commands." msgstr "Hjelp vil filtrere skjulte kommandoer." -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3154 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -2098,15 +2129,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3125 +#: redbot/core/core_commands.py:3171 msgid "Help will show commands aliases." msgstr "Hjelp vil vise kommandoer aliaser." -#: redbot/core/core_commands.py:3127 +#: redbot/core/core_commands.py:3173 msgid "Help will not show commands aliases." msgstr "Hjelp vil ikke vise kommandoer aliaser." -#: redbot/core/core_commands.py:3131 +#: redbot/core/core_commands.py:3177 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent to a DM.\n\n" @@ -2122,15 +2153,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3152 +#: redbot/core/core_commands.py:3198 msgid "Help will now tick the command when sent in a DM." msgstr "Hjelp vil nå krysse av når den sendes i en DM." -#: redbot/core/core_commands.py:3154 +#: redbot/core/core_commands.py:3200 msgid "Help will not tick the command when sent in a DM." msgstr "Hjelpen vil ikke krysse av når den sendes i en DM." -#: redbot/core/core_commands.py:3158 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be filtered from help.\n\n" @@ -2144,15 +2175,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3175 +#: redbot/core/core_commands.py:3221 msgid "Help will only show for commands which can be run." msgstr "Hjelpen vil bare vise for kommandoer som kan kjøres." -#: redbot/core/core_commands.py:3177 +#: redbot/core/core_commands.py:3223 msgid "Help will show up without checking if the commands can be run." msgstr "Hjelp vil vises uten å sjekke om kommandoene kan kjøres." -#: redbot/core/core_commands.py:3181 +#: redbot/core/core_commands.py:3227 #, docstring msgid "\n" " Sets whether the bot should respond to help commands for nonexistent topics.\n\n" @@ -2168,15 +2199,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3202 +#: redbot/core/core_commands.py:3248 msgid "Help will verify the existence of help topics." msgstr "Hjelp vil bekrefte at hjelpeemner eksisterer." -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3251 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "Hjelp vil bare verifisere at hjelpeemner er tilgjengelige via uklar hjelp (hvis aktivert)." -#: redbot/core/core_commands.py:3213 +#: redbot/core/core_commands.py:3259 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " Note: This setting only applies to embedded help.\n\n" @@ -2191,15 +2222,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3230 +#: redbot/core/core_commands.py:3276 msgid "You must give a value of at least 500 characters." msgstr "Du må gi en verdi på minst 500 tegn." -#: redbot/core/core_commands.py:3234 +#: redbot/core/core_commands.py:3280 msgid "Done. The character limit per page has been set to {}." msgstr "Ferdig. Tegngrensen per side er satt til {}." -#: redbot/core/core_commands.py:3238 +#: redbot/core/core_commands.py:3284 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " Note: This setting does not apply to menu help.\n\n" @@ -2215,15 +2246,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3283 +#: redbot/core/core_commands.py:3302 redbot/core/core_commands.py:3329 msgid "You must give a value of zero or greater!" msgstr "Du må gi en verdi som er null eller høyere!" -#: redbot/core/core_commands.py:3260 +#: redbot/core/core_commands.py:3306 msgid "Done. The page limit has been set to {}." msgstr "Ferdig. Grensen er satt til {}." -#: redbot/core/core_commands.py:3265 +#: redbot/core/core_commands.py:3311 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -2240,19 +2271,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3332 msgid "The delay cannot be longer than 14 days!" msgstr "Tidsfristen kan ikke være lengre enn 14 dager!" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3337 msgid "Done. Help messages will not be deleted now." msgstr "Ferdig. Hjelpe meldinger slettes ikke nå." -#: redbot/core/core_commands.py:3293 +#: redbot/core/core_commands.py:3339 msgid "Done. The delete delay has been set to {} seconds." msgstr "Ferdig. Slettingsforsinkelsen er satt til {} sekunder." -#: redbot/core/core_commands.py:3297 +#: redbot/core/core_commands.py:3343 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -2266,19 +2297,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3312 +#: redbot/core/core_commands.py:3358 msgid "The tagline has been reset." msgstr "Etiketten er tilbakestilt." -#: redbot/core/core_commands.py:3316 +#: redbot/core/core_commands.py:3362 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "Din linje er for lang! Vennligst forkort den til å være maks 2048 tegn lang." -#: redbot/core/core_commands.py:3324 +#: redbot/core/core_commands.py:3370 msgid "The tagline has been set." msgstr "Taggen er lagt inn." -#: redbot/core/core_commands.py:3329 +#: redbot/core/core_commands.py:3375 #, docstring msgid "Sends a message to the owner.\n\n" " This is limited to one message every 60 seconds per person.\n\n" @@ -2289,43 +2320,43 @@ msgid "Sends a message to the owner.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3341 +#: redbot/core/core_commands.py:3387 msgid "User ID: {}" msgstr "Bruker-ID: {}" -#: redbot/core/core_commands.py:3344 +#: redbot/core/core_commands.py:3390 msgid "through DM" msgstr "gjennom DM" -#: redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3392 msgid "from {}" msgstr "fra {}" -#: redbot/core/core_commands.py:3347 +#: redbot/core/core_commands.py:3393 msgid " | Server ID: {}" msgstr " | Server-ID: {}" -#: redbot/core/core_commands.py:3352 +#: redbot/core/core_commands.py:3398 msgid "Use `{}dm {} ` to reply to this user" msgstr "Bruk '{} dm {} ' for å svare denne brukeren" -#: redbot/core/core_commands.py:3354 +#: redbot/core/core_commands.py:3400 msgid "Sent by {} {}" msgstr "Sendt av {} {}" -#: redbot/core/core_commands.py:3359 +#: redbot/core/core_commands.py:3405 msgid "I've been configured not to send this anywhere." msgstr "Jeg har blitt konfigurert til å ikke sende dette noe sted." -#: redbot/core/core_commands.py:3430 +#: redbot/core/core_commands.py:3476 msgid "Your message has been sent." msgstr "Din melding har blitt sendt." -#: redbot/core/core_commands.py:3432 +#: redbot/core/core_commands.py:3478 msgid "I'm unable to deliver your message. Sorry." msgstr "Jeg klarer ikke å levere meldingen. Unnskyld." -#: redbot/core/core_commands.py:3437 +#: redbot/core/core_commands.py:3483 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n\n" @@ -2338,41 +2369,41 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3453 +#: redbot/core/core_commands.py:3499 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "Ugyldig ID, bruker ikke funnet, eller brukeren er en bot. Du kan bare sende meldinger til personer jeg deler en server med." -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3509 msgid "Owner of {}" msgstr "Eier av {}" -#: redbot/core/core_commands.py:3464 +#: redbot/core/core_commands.py:3510 msgid "You can reply to this message with {}contact" msgstr "Du kan svare på denne meldingen med {}contact" -#: redbot/core/core_commands.py:3478 redbot/core/core_commands.py:3488 +#: redbot/core/core_commands.py:3524 redbot/core/core_commands.py:3534 msgid "Sorry, I couldn't deliver your message to {}" msgstr "Beklager, kunne ikke levere meldingen din til {}" -#: redbot/core/core_commands.py:3481 redbot/core/core_commands.py:3491 +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3537 msgid "Message delivered to {}" msgstr "Meldingen er levert til {}" -#: redbot/core/core_commands.py:3496 +#: redbot/core/core_commands.py:3542 #, docstring msgid "Prints the bot's data path." msgstr "Skriver ut botens datasti." -#: redbot/core/core_commands.py:3500 +#: redbot/core/core_commands.py:3546 msgid "Data path: {path}" msgstr "Datasti {path}" -#: redbot/core/core_commands.py:3506 +#: redbot/core/core_commands.py:3552 #, docstring msgid "Shows debug information useful for debugging." msgstr "Viser feilsøkingsinformasjon nyttig for feilsøking." -#: redbot/core/core_commands.py:3593 +#: redbot/core/core_commands.py:3639 #, docstring msgid "\n" " Commands to manage the allowlist.\n\n" @@ -2381,7 +2412,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3604 +#: redbot/core/core_commands.py:3650 #, docstring msgid "\n" " Adds users to the allowlist.\n\n" @@ -2393,15 +2424,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3663 msgid "Users have been added to the allowlist." msgstr "Brukere har blitt lagt til i tillatt liste." -#: redbot/core/core_commands.py:3619 +#: redbot/core/core_commands.py:3665 msgid "User has been added to the allowlist." msgstr "Brukeren har blitt lagt til i tillatelseslisten." -#: redbot/core/core_commands.py:3623 +#: redbot/core/core_commands.py:3669 #, docstring msgid "\n" " Lists users on the allowlist.\n\n" @@ -2410,21 +2441,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3635 +#: redbot/core/core_commands.py:3681 msgid "Users on the allowlist:" msgstr "Brukere på tillatt liste:" -#: redbot/core/core_commands.py:3637 +#: redbot/core/core_commands.py:3683 msgid "User on the allowlist:" msgstr "Bruker på tillatt liste:" -#: redbot/core/core_commands.py:3641 redbot/core/core_commands.py:3739 +#: redbot/core/core_commands.py:3687 redbot/core/core_commands.py:3785 #: redbot/core/modlog.py:428 redbot/core/modlog.py:450 #: redbot/core/modlog.py:466 msgid "Unknown or Deleted User" msgstr "Ukjent eller slettet bruker" -#: redbot/core/core_commands.py:3649 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Removes users from the allowlist.\n\n" @@ -2437,15 +2468,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3664 +#: redbot/core/core_commands.py:3710 msgid "Users have been removed from the allowlist." msgstr "Brukere har blitt fjernet fra tillatt liste." -#: redbot/core/core_commands.py:3666 +#: redbot/core/core_commands.py:3712 msgid "User has been removed from the allowlist." msgstr "Brukeren har blitt fjernet fra tillatt liste." -#: redbot/core/core_commands.py:3670 +#: redbot/core/core_commands.py:3716 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2455,11 +2486,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3725 msgid "Allowlist has been cleared." msgstr "Tillatt liste er tømt." -#: redbot/core/core_commands.py:3684 +#: redbot/core/core_commands.py:3730 #, docstring msgid "\n" " Commands to manage the blocklist.\n\n" @@ -2467,7 +2498,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3693 +#: redbot/core/core_commands.py:3739 #, docstring msgid "\n" " Adds users to the blocklist.\n\n" @@ -2479,19 +2510,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3709 +#: redbot/core/core_commands.py:3755 msgid "You cannot add an owner to the blocklist!" msgstr "Du kan ikke legge til en eier i blokkeringslisten!" -#: redbot/core/core_commands.py:3715 +#: redbot/core/core_commands.py:3761 msgid "Users have been added to the blocklist." msgstr "Brukere har blitt lagt til i blokkeringslisten." -#: redbot/core/core_commands.py:3717 +#: redbot/core/core_commands.py:3763 msgid "User has been added to the blocklist." msgstr "Brukeren har blitt lagt til blokkeringslisten." -#: redbot/core/core_commands.py:3721 +#: redbot/core/core_commands.py:3767 #, docstring msgid "\n" " Lists users on the blocklist.\n\n" @@ -2500,15 +2531,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3733 +#: redbot/core/core_commands.py:3779 msgid "Users on the blocklist:" msgstr "Brukere på blokklisten:" -#: redbot/core/core_commands.py:3735 +#: redbot/core/core_commands.py:3781 msgid "User on the blocklist:" msgstr "Bruker på blokkeringslisten:" -#: redbot/core/core_commands.py:3747 +#: redbot/core/core_commands.py:3793 #, docstring msgid "\n" " Removes users from the blocklist.\n\n" @@ -2520,15 +2551,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3760 +#: redbot/core/core_commands.py:3806 msgid "Users have been removed from the blocklist." msgstr "Brukere har blitt fjernet fra blokkeringslisten." -#: redbot/core/core_commands.py:3762 +#: redbot/core/core_commands.py:3808 msgid "User has been removed from the blocklist." msgstr "Brukeren har blitt fjernet fra blokkeringslisten." -#: redbot/core/core_commands.py:3766 +#: redbot/core/core_commands.py:3812 #, docstring msgid "\n" " Clears the blocklist.\n\n" @@ -2537,11 +2568,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3773 +#: redbot/core/core_commands.py:3819 msgid "Blocklist has been cleared." msgstr "Svartelisten er tømt." -#: redbot/core/core_commands.py:3779 +#: redbot/core/core_commands.py:3825 #, docstring msgid "\n" " Commands to manage the server specific allowlist.\n\n" @@ -2550,7 +2581,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3792 +#: redbot/core/core_commands.py:3838 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n\n" @@ -2563,19 +2594,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3811 +#: redbot/core/core_commands.py:3857 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "Jeg kan ikke tillate deg å gjøre dette, da det vil fjerne din evne til å kjøre kommandoer, vær sikker på at du legger deg selv til i tillatelseslisten først." -#: redbot/core/core_commands.py:3820 +#: redbot/core/core_commands.py:3866 msgid "Users and/or roles have been added to the allowlist." msgstr "Brukere og/eller roller har blitt lagt til i tillatelseslisten." -#: redbot/core/core_commands.py:3822 +#: redbot/core/core_commands.py:3868 msgid "User or role has been added to the allowlist." msgstr "Bruker eller rolle har blitt lagt til i tillatelseslisten." -#: redbot/core/core_commands.py:3826 +#: redbot/core/core_commands.py:3872 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n\n" @@ -2584,19 +2615,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3838 +#: redbot/core/core_commands.py:3884 msgid "Allowed users and/or roles:" msgstr "Tillatte brukere og/eller roller:" -#: redbot/core/core_commands.py:3840 +#: redbot/core/core_commands.py:3886 msgid "Allowed user or role:" msgstr "Tillatt bruker eller rolle:" -#: redbot/core/core_commands.py:3844 redbot/core/core_commands.py:3966 +#: redbot/core/core_commands.py:3890 redbot/core/core_commands.py:4012 msgid "Unknown or Deleted User/Role" msgstr "Ukjent eller slettet bruker/rolle" -#: redbot/core/core_commands.py:3854 +#: redbot/core/core_commands.py:3900 #, docstring msgid "\n" " Removes user or role from the allowlist.\n\n" @@ -2610,19 +2641,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3875 +#: redbot/core/core_commands.py:3921 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "Jeg kan ikke tillate deg å gjøre dette, da det vil fjerne din evne til å kjøre kommandoer." -#: redbot/core/core_commands.py:3883 +#: redbot/core/core_commands.py:3929 msgid "Users and/or roles have been removed from the server allowlist." msgstr "Brukere og/eller roller har blitt fjernet fra listen tillatt på serveren." -#: redbot/core/core_commands.py:3885 +#: redbot/core/core_commands.py:3931 msgid "User or role has been removed from the server allowlist." msgstr "Brukeren eller rollen har blitt fjernet fra listen som server tillater." -#: redbot/core/core_commands.py:3889 +#: redbot/core/core_commands.py:3935 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2632,11 +2663,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3898 +#: redbot/core/core_commands.py:3944 msgid "Server allowlist has been cleared." msgstr "Serverens tillatte liste har blitt fjernet." -#: redbot/core/core_commands.py:3904 +#: redbot/core/core_commands.py:3950 #, docstring msgid "\n" " Commands to manage the server specific blocklist.\n\n" @@ -2644,7 +2675,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3915 +#: redbot/core/core_commands.py:3961 #, docstring msgid "\n" " Adds a user or role to the local blocklist.\n\n" @@ -2657,27 +2688,27 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3929 +#: redbot/core/core_commands.py:3975 msgid "You cannot add yourself to the blocklist!" msgstr "Du kan ikke legge deg selv til i blokkeringslisten!" -#: redbot/core/core_commands.py:3932 +#: redbot/core/core_commands.py:3978 msgid "You cannot add the guild owner to the blocklist!" msgstr "Du kan ikke legge til guildeieren til blokkeringslisten!" -#: redbot/core/core_commands.py:3935 +#: redbot/core/core_commands.py:3981 msgid "You cannot add a bot owner to the blocklist!" msgstr "Du kan ikke legge til en bot eier i blokkeringslisten!" -#: redbot/core/core_commands.py:3942 +#: redbot/core/core_commands.py:3988 msgid "Users and/or roles have been added from the server blocklist." msgstr "Brukere og/eller roller har blitt lagt til fra server-blokkelisten." -#: redbot/core/core_commands.py:3944 +#: redbot/core/core_commands.py:3990 msgid "User or role has been added from the server blocklist." msgstr "Brukeren eller rollen har blitt lagt til fra serverens blokkeringsliste." -#: redbot/core/core_commands.py:3948 +#: redbot/core/core_commands.py:3994 #, docstring msgid "\n" " Lists users and roles on the server blocklist.\n\n" @@ -2686,15 +2717,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3960 +#: redbot/core/core_commands.py:4006 msgid "Blocked users and/or roles:" msgstr "Blokkerte brukere og/eller roller:" -#: redbot/core/core_commands.py:3962 +#: redbot/core/core_commands.py:4008 msgid "Blocked user or role:" msgstr "Blokkert bruker eller rolle:" -#: redbot/core/core_commands.py:3976 +#: redbot/core/core_commands.py:4022 #, docstring msgid "\n" " Removes user or role from local blocklist.\n\n" @@ -2707,15 +2738,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3992 +#: redbot/core/core_commands.py:4038 msgid "Users and/or roles have been removed from the server blocklist." msgstr "Brukere og/eller roller har blitt fjernet fra serverens blokkeringsliste." -#: redbot/core/core_commands.py:3994 +#: redbot/core/core_commands.py:4040 msgid "User or role has been removed from the server blocklist." msgstr "Brukeren eller rollen har blitt fjernet fra serverens blokkeringsliste." -#: redbot/core/core_commands.py:3998 +#: redbot/core/core_commands.py:4044 #, docstring msgid "\n" " Clears the server blocklist.\n\n" @@ -2725,16 +2756,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4007 +#: redbot/core/core_commands.py:4053 msgid "Server blocklist has been cleared." msgstr "Server-blokklisten har blitt slettet." -#: redbot/core/core_commands.py:4012 +#: redbot/core/core_commands.py:4058 #, docstring msgid "Commands to enable and disable commands and cogs." msgstr "" -#: redbot/core/core_commands.py:4018 +#: redbot/core/core_commands.py:4064 #, docstring msgid "Set the default state for a cog as disabled.\n\n" " This will disable the cog for all servers by default.\n" @@ -2748,20 +2779,20 @@ msgid "Set the default state for a cog as disabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4034 redbot/core/core_commands.py:4059 -#: redbot/core/core_commands.py:4079 redbot/core/core_commands.py:4109 +#: redbot/core/core_commands.py:4080 redbot/core/core_commands.py:4105 +#: redbot/core/core_commands.py:4125 redbot/core/core_commands.py:4155 msgid "Cog with the given name doesn't exist." msgstr "Cog med oppgitt navn finnes ikke." -#: redbot/core/core_commands.py:4036 +#: redbot/core/core_commands.py:4082 msgid "You can't disable this cog by default." msgstr "Du kan ikke deaktivere denne cog som standard." -#: redbot/core/core_commands.py:4038 +#: redbot/core/core_commands.py:4084 msgid "{cogname} has been set as disabled by default." msgstr "{cogname} er angitt som deaktivert som standard." -#: redbot/core/core_commands.py:4043 +#: redbot/core/core_commands.py:4089 #, docstring msgid "Set the default state for a cog as enabled.\n\n" " This will re-enable the cog for all servers by default.\n" @@ -2775,11 +2806,11 @@ msgid "Set the default state for a cog as enabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4061 +#: redbot/core/core_commands.py:4107 msgid "{cogname} has been set as enabled by default." msgstr "{cogname} er satt som standard." -#: redbot/core/core_commands.py:4066 +#: redbot/core/core_commands.py:4112 #, docstring msgid "Disable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2791,19 +2822,19 @@ msgid "Disable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4081 +#: redbot/core/core_commands.py:4127 msgid "You can't disable this cog as you would lock yourself out." msgstr "Du kan ikke deaktivere denne cog siden du vil låse deg selv ut." -#: redbot/core/core_commands.py:4083 +#: redbot/core/core_commands.py:4129 msgid "{cogname} has been disabled in this guild." msgstr "{cogname} har blitt deaktivert i denne guilden." -#: redbot/core/core_commands.py:4086 +#: redbot/core/core_commands.py:4132 msgid "{cogname} was already disabled (nothing to do)." msgstr "{cogname} var allerede deaktivert (ingenting å gjøre)." -#: redbot/core/core_commands.py:4092 +#: redbot/core/core_commands.py:4138 #, docstring msgid "Enable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2815,15 +2846,15 @@ msgid "Enable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4104 +#: redbot/core/core_commands.py:4150 msgid "{cogname} has been enabled in this guild." msgstr "{cogname} har blitt aktivert i denne guilden." -#: redbot/core/core_commands.py:4112 +#: redbot/core/core_commands.py:4158 msgid "{cogname} was not disabled (nothing to do)." msgstr "{cogname} ble ikke deaktivert (ingenting å gjøre)." -#: redbot/core/core_commands.py:4118 +#: redbot/core/core_commands.py:4164 #, docstring msgid "List the cogs which are disabled in this server.\n\n" " **Example:**\n" @@ -2831,15 +2862,15 @@ msgid "List the cogs which are disabled in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4131 +#: redbot/core/core_commands.py:4177 msgid "The following cogs are disabled in this guild:\n" msgstr "Følgende cogs er deaktivert i denne guilden:\n" -#: redbot/core/core_commands.py:4137 +#: redbot/core/core_commands.py:4183 msgid "There are no disabled cogs in this guild." msgstr "Det er ingen deaktiverte cogs i denne guilden." -#: redbot/core/core_commands.py:4141 +#: redbot/core/core_commands.py:4187 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2850,7 +2881,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4158 +#: redbot/core/core_commands.py:4204 #, docstring msgid "List disabled commands globally.\n\n" " **Example:**\n" @@ -2858,19 +2889,19 @@ msgid "List disabled commands globally.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4165 +#: redbot/core/core_commands.py:4211 msgid "There aren't any globally disabled commands." msgstr "Det er ikke noen globalt utkoplet kommandoer." -#: redbot/core/core_commands.py:4168 +#: redbot/core/core_commands.py:4214 msgid "{} commands are disabled globally.\n" msgstr "{} kommandoer er deaktivert globalt.\n" -#: redbot/core/core_commands.py:4172 +#: redbot/core/core_commands.py:4218 msgid "1 command is disabled globally.\n" msgstr "1 kommando er deaktivert globalt.\n" -#: redbot/core/core_commands.py:4180 +#: redbot/core/core_commands.py:4226 #, docstring msgid "List disabled commands in this server.\n\n" " **Example:**\n" @@ -2878,19 +2909,19 @@ msgid "List disabled commands in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4187 +#: redbot/core/core_commands.py:4233 msgid "There aren't any disabled commands in {}." msgstr "Det er ingen deaktiverte kommandoer i {}." -#: redbot/core/core_commands.py:4190 +#: redbot/core/core_commands.py:4236 msgid "{} commands are disabled in {}.\n" msgstr "{} kommandoer er deaktivert i {}.\n" -#: redbot/core/core_commands.py:4194 +#: redbot/core/core_commands.py:4240 msgid "1 command is disabled in {}.\n" msgstr "1 kommando er deaktivert i {}.\n" -#: redbot/core/core_commands.py:4201 +#: redbot/core/core_commands.py:4247 #, docstring msgid "\n" " Disable a command.\n\n" @@ -2904,7 +2935,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4223 +#: redbot/core/core_commands.py:4269 #, docstring msgid "\n" " Disable a command globally.\n\n" @@ -2916,19 +2947,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4242 redbot/core/core_commands.py:4285 +#: redbot/core/core_commands.py:4288 redbot/core/core_commands.py:4331 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "Kommandoen som skal deaktiveres kan ikke være `command` eller en av dens underkommandoer." -#: redbot/core/core_commands.py:4248 redbot/core/core_commands.py:4291 +#: redbot/core/core_commands.py:4294 redbot/core/core_commands.py:4337 msgid "This command is designated as being always available and cannot be disabled." msgstr "Denne kommandoen er angitt som alltid tilgjengelig og kan ikke deaktiveres." -#: redbot/core/core_commands.py:4257 +#: redbot/core/core_commands.py:4303 msgid "That command is already disabled globally." msgstr "Den kommandoen er allerede deaktivert globalt." -#: redbot/core/core_commands.py:4266 +#: redbot/core/core_commands.py:4312 #, docstring msgid "\n" " Disable a command in this server only.\n\n" @@ -2940,15 +2971,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4296 +#: redbot/core/core_commands.py:4342 msgid "You are not allowed to disable that command." msgstr "Du har ikke lov til å deaktivere den kommandoen." -#: redbot/core/core_commands.py:4306 +#: redbot/core/core_commands.py:4352 msgid "That command is already disabled in this server." msgstr "Den kommandoen er allerede deaktivert i denne serveren." -#: redbot/core/core_commands.py:4312 +#: redbot/core/core_commands.py:4358 #, docstring msgid "Enable a command.\n\n" " If you're the bot owner, this will try to enable a globally disabled command by default.\n" @@ -2961,7 +2992,7 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4332 +#: redbot/core/core_commands.py:4378 #, docstring msgid "\n" " Enable a command globally.\n\n" @@ -2973,11 +3004,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4354 +#: redbot/core/core_commands.py:4400 msgid "That command is already enabled globally." msgstr "Den kommandoen er allerede aktivert globalt." -#: redbot/core/core_commands.py:4363 +#: redbot/core/core_commands.py:4409 #, docstring msgid "\n" " Enable a command in this server.\n\n" @@ -2989,15 +3020,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4381 +#: redbot/core/core_commands.py:4427 msgid "You are not allowed to enable that command." msgstr "Du har ikke rettigheter til å aktivere den kommandoen." -#: redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4437 msgid "That command is already enabled in this server." msgstr "Den kommandoen er allerede aktivert på denne serveren." -#: redbot/core/core_commands.py:4398 +#: redbot/core/core_commands.py:4444 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -3011,7 +3042,7 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4419 +#: redbot/core/core_commands.py:4465 #, docstring msgid "\n" " Commands to manage server settings for immunity from automated actions.\n\n" @@ -3019,7 +3050,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4428 +#: redbot/core/core_commands.py:4474 #, docstring msgid "\n" " Gets the current members and roles configured for automatic moderation action immunity.\n\n" @@ -3028,19 +3059,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4441 +#: redbot/core/core_commands.py:4487 msgid "Roles immune from automated moderation actions:\n" msgstr "Roller immunitet fra automatiserte moderasjons aksjoner:\n" -#: redbot/core/core_commands.py:4446 +#: redbot/core/core_commands.py:4492 msgid "Members immune from automated moderation actions:\n" msgstr "Medlemmer immune fra automatiserte moderasjons aksjoner:\n" -#: redbot/core/core_commands.py:4450 +#: redbot/core/core_commands.py:4496 msgid "No immunity settings here." msgstr "Ingen immunintetsinnstillinger her." -#: redbot/core/core_commands.py:4459 +#: redbot/core/core_commands.py:4505 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n\n" @@ -3052,11 +3083,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4471 +#: redbot/core/core_commands.py:4517 msgid "Already added." msgstr "Allerede lagt til." -#: redbot/core/core_commands.py:4479 +#: redbot/core/core_commands.py:4525 #, docstring msgid "\n" " Remove a user or role from being immune to automated moderation actions.\n\n" @@ -3068,11 +3099,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4491 +#: redbot/core/core_commands.py:4537 msgid "Not in list." msgstr "Ikke i listen." -#: redbot/core/core_commands.py:4499 +#: redbot/core/core_commands.py:4545 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n\n" @@ -3084,15 +3115,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4511 +#: redbot/core/core_commands.py:4557 msgid "They are immune." msgstr "De er immune." -#: redbot/core/core_commands.py:4513 +#: redbot/core/core_commands.py:4559 msgid "They are not immune." msgstr "De er ikke immuniserte." -#: redbot/core/core_commands.py:4518 +#: redbot/core/core_commands.py:4564 #, docstring msgid "\n" " Commands for configuring owner notifications.\n\n" @@ -3100,7 +3131,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4527 +#: redbot/core/core_commands.py:4573 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -3112,7 +3143,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4546 +#: redbot/core/core_commands.py:4592 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n\n" @@ -3123,7 +3154,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4565 +#: redbot/core/core_commands.py:4611 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n\n" @@ -3135,7 +3166,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4591 +#: redbot/core/core_commands.py:4637 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n\n" @@ -3147,7 +3178,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4615 +#: redbot/core/core_commands.py:4661 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n\n" @@ -3156,15 +3187,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4625 +#: redbot/core/core_commands.py:4671 msgid "There are no extra channels being sent to." msgstr "Det er ingen ekstra kanaler som sendes til." -#: redbot/core/core_commands.py:4636 +#: redbot/core/core_commands.py:4682 msgid "Unknown channel with id: {id}" msgstr "Ukjent kanal med id: {id}" -#: redbot/core/core_commands.py:4667 +#: redbot/core/core_commands.py:4713 #, docstring msgid "\n" " Commands to add servers or channels to the ignore list.\n\n" @@ -3173,7 +3204,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4677 +#: redbot/core/core_commands.py:4723 #, docstring msgid "\n" " List the currently ignored servers and channels.\n\n" @@ -3182,7 +3213,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4692 +#: redbot/core/core_commands.py:4738 #, docstring msgid "\n" " Ignore commands in the channel or category.\n\n" @@ -3198,15 +3229,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4712 +#: redbot/core/core_commands.py:4758 msgid "Channel added to ignore list." msgstr "Kanal lagt til ignorering listen." -#: redbot/core/core_commands.py:4714 +#: redbot/core/core_commands.py:4760 msgid "Channel already in ignore list." msgstr "Kanal allerede i ignorering listen." -#: redbot/core/core_commands.py:4719 +#: redbot/core/core_commands.py:4765 #, docstring msgid "\n" " Ignore commands in this server.\n\n" @@ -3216,20 +3247,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4730 +#: redbot/core/core_commands.py:4776 msgid "This server has been added to the ignore list." msgstr "Denne serveren har blitt lagt til i ignorering listen." -#: redbot/core/core_commands.py:4732 +#: redbot/core/core_commands.py:4778 msgid "This server is already being ignored." msgstr "Denne serveren blir allerede ignorert." -#: redbot/core/core_commands.py:4738 +#: redbot/core/core_commands.py:4784 #, docstring msgid "Commands to remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4746 +#: redbot/core/core_commands.py:4792 #, docstring msgid "\n" " Remove a channel or category from the ignore list.\n\n" @@ -3244,15 +3275,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4765 +#: redbot/core/core_commands.py:4811 msgid "Channel removed from ignore list." msgstr "Kanal fjernet fra ignorering listen." -#: redbot/core/core_commands.py:4767 +#: redbot/core/core_commands.py:4813 msgid "That channel is not in the ignore list." msgstr "Denne kanalen er ikke i ignorering listen." -#: redbot/core/core_commands.py:4772 +#: redbot/core/core_commands.py:4818 #, docstring msgid "\n" " Remove this server from the ignore list.\n\n" @@ -3261,25 +3292,25 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4781 +#: redbot/core/core_commands.py:4827 msgid "This server has been removed from the ignore list." msgstr "Denne serveren har blitt fjernet fra ignorering listen." -#: redbot/core/core_commands.py:4783 +#: redbot/core/core_commands.py:4829 msgid "This server is not in the ignore list." msgstr "Denne serveren er ikke i ignorering listen." -#: redbot/core/core_commands.py:4789 +#: redbot/core/core_commands.py:4835 msgid "This server is currently being ignored." msgstr "Denne serveren blir for øyeblikket ignorert." -#: redbot/core/core_commands.py:4801 +#: redbot/core/core_commands.py:4847 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "Nåværende ignorerte kategorier: {categories}\n" "Kanaler: {channels}" -#: redbot/core/core_commands.py:4816 +#: redbot/core/core_commands.py:4862 #, docstring msgid "\n" " Get info about Red's licenses.\n" @@ -3330,7 +3361,7 @@ msgstr "Evaluer en påstand om python-kode.\n\n" " - Resultatet av den siste utviklerkommandoen.\n" " " -#: redbot/core/dev_commands.py:166 +#: redbot/core/dev_commands.py:167 #, docstring msgid "Execute asynchronous code.\n\n" " This command wraps code into the body of an async function and then\n" @@ -3365,7 +3396,7 @@ msgstr "Kjør asynkrone kode.\n\n" " _ - Resultatet av den siste utvikler-kommandoen.\n" " " -#: redbot/core/dev_commands.py:220 +#: redbot/core/dev_commands.py:221 #, docstring msgid "Open an interactive REPL.\n\n" " The REPL will only recognise code as messages which start with a\n" @@ -3378,44 +3409,44 @@ msgstr "Åpne en interaktiv REPL.\n\n" " evalueres.\n" " " -#: redbot/core/dev_commands.py:229 +#: redbot/core/dev_commands.py:230 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "Kjører allerede en REPL økt i denne kanalen. Avslutt den med \"avslutt\"." -#: redbot/core/dev_commands.py:233 +#: redbot/core/dev_commands.py:234 msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." msgstr "Kjører allerede en REPL økt i denne kanalen. Fortsett REPL med `{}repl resume`." -#: redbot/core/dev_commands.py:244 +#: redbot/core/dev_commands.py:245 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." msgstr "Skriv inn koden for å kjøre eller evaluere. \"exit()\" eller \"slutte\" for å avslutte. \"{}repl pause\" for å pause." -#: redbot/core/dev_commands.py:258 +#: redbot/core/dev_commands.py:259 msgid "Exiting." msgstr "Avslutter." -#: redbot/core/dev_commands.py:309 +#: redbot/core/dev_commands.py:310 msgid "Unexpected error: `{}`" msgstr "Uventet feil: \"{}\"" -#: redbot/core/dev_commands.py:313 +#: redbot/core/dev_commands.py:314 #, docstring msgid "Pauses/resumes the REPL running in the current channel" msgstr "Pause/gjenoppta REPL som kjører på denne kanalen" -#: redbot/core/dev_commands.py:315 +#: redbot/core/dev_commands.py:316 msgid "There is no currently running REPL session in this channel." msgstr "Det er ingen REPL økt som kjører på denne kanalen." -#: redbot/core/dev_commands.py:323 +#: redbot/core/dev_commands.py:324 msgid "The REPL session in this channel has been resumed." msgstr "REPL-økten i denne kanalen er gjenopptatt." -#: redbot/core/dev_commands.py:325 +#: redbot/core/dev_commands.py:326 msgid "The REPL session in this channel is now paused." msgstr "REPL økt i denne kanalen er nå satt på pause." -#: redbot/core/dev_commands.py:330 +#: redbot/core/dev_commands.py:331 #, docstring msgid "Mock another user invoking a command.\n\n" " The prefix must not be entered.\n" @@ -3424,7 +3455,7 @@ msgstr "Mock en annen bruker pådriver en kommando.\n\n" " Prefikset må ikke fylles inn.\n" " " -#: redbot/core/dev_commands.py:343 +#: redbot/core/dev_commands.py:344 #, docstring msgid "Dispatch a message event as if it were sent by a different user.\n\n" " Only reads the raw content of the message. Attachments, embeds etc. are\n" @@ -3435,18 +3466,18 @@ msgstr "Send ut en meldingshendelse som om den ble sendt av en annen bruker.\n\n " ignorert.\n" " " -#: redbot/core/dev_commands.py:364 +#: redbot/core/dev_commands.py:365 #, docstring msgid "Give bot owners the ability to bypass cooldowns.\n\n" " Does not persist through restarts." msgstr "Gi bot eiere muligheten til å omgå cooldowns.\n\n" " vedvarer ikke ved omstarter." -#: redbot/core/dev_commands.py:372 +#: redbot/core/dev_commands.py:373 msgid "Bot owners will now bypass all commands with cooldowns." msgstr "Bot eiere vil nå omgå alle kommandoer med cooldowns." -#: redbot/core/dev_commands.py:374 +#: redbot/core/dev_commands.py:375 msgid "Bot owners will no longer bypass all commands with cooldowns." msgstr "Bot eiere vil ikke lenger omgå alle kommandoer med cooldowns." diff --git a/redbot/core/locales/nl-NL.po b/redbot/core/locales/nl-NL.po index 32c395f9b..09af86825 100644 --- a/redbot/core/locales/nl-NL.po +++ b/redbot/core/locales/nl-NL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-05-25 16:04+0000\n" +"POT-Creation-Date: 2021-06-12 15:52+0000\n" "Last-Translator: \n" "Language-Team: Dutch\n" "MIME-Version: 1.0\n" @@ -126,15 +126,15 @@ msgstr "" msgid "**{} unloaded:**\n" msgstr "" -#: redbot/core/core_commands.py:179 +#: redbot/core/core_commands.py:181 msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:184 +#: redbot/core/core_commands.py:186 msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:393 +#: redbot/core/core_commands.py:398 #, docstring msgid "\n" " The Core cog has many commands related to core functions.\n\n" @@ -142,93 +142,93 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:410 #, docstring msgid "Pong." msgstr "Pong." -#: redbot/core/core_commands.py:410 +#: redbot/core/core_commands.py:415 #, docstring msgid "Shows info about [botname].\n\n" " See `[p]set custominfo` to customize.\n" " " msgstr "" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:445 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by team" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:456 +#: redbot/core/core_commands.py:461 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:459 redbot/core/core_commands.py:515 +#: redbot/core/core_commands.py:464 redbot/core/core_commands.py:520 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:463 redbot/core/core_commands.py:519 +#: redbot/core/core_commands.py:468 redbot/core/core_commands.py:524 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:464 +#: redbot/core/core_commands.py:469 msgid "Outdated" msgstr "Verouderd" -#: redbot/core/core_commands.py:466 +#: redbot/core/core_commands.py:471 msgid "About this instance" msgstr "Over deze instantie" -#: redbot/core/core_commands.py:467 +#: redbot/core/core_commands.py:472 msgid "About Red" msgstr "Over Red" -#: redbot/core/core_commands.py:470 redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:475 redbot/core/core_commands.py:533 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:483 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:489 +#: redbot/core/core_commands.py:494 msgid "Instance owned by team: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:501 +#: redbot/core/core_commands.py:506 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:520 +#: redbot/core/core_commands.py:525 msgid "Outdated: [{state}]\n" msgstr "" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:528 msgid "**About Red**\n" msgstr "" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:539 msgid "**About this instance**\n" msgstr "" -#: redbot/core/core_commands.py:536 +#: redbot/core/core_commands.py:541 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -239,20 +239,20 @@ msgid "**References**\n" "7. <{}>\n" msgstr "" -#: redbot/core/core_commands.py:552 +#: redbot/core/core_commands.py:557 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:555 +#: redbot/core/core_commands.py:560 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:557 +#: redbot/core/core_commands.py:562 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:564 +#: redbot/core/core_commands.py:569 #, docstring msgid "\n" " Commands which interact with the data [botname] has about you.\n\n" @@ -260,7 +260,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:575 +#: redbot/core/core_commands.py:580 #, docstring msgid "\n" " Find out what type of data [botname] stores and why.\n\n" @@ -269,12 +269,12 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:585 +#: redbot/core/core_commands.py:590 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:604 +#: redbot/core/core_commands.py:609 #, docstring msgid "View the End User Data statements of each 3rd-party module.\n\n" " This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" @@ -283,39 +283,39 @@ msgid "View the End User Data statements of each 3rd-party module.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:615 +#: redbot/core/core_commands.py:620 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:625 +#: redbot/core/core_commands.py:630 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:645 +#: redbot/core/core_commands.py:650 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:647 +#: redbot/core/core_commands.py:652 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:652 +#: redbot/core/core_commands.py:657 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:668 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:679 +#: redbot/core/core_commands.py:684 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:684 +#: redbot/core/core_commands.py:689 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:695 +#: redbot/core/core_commands.py:700 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -327,63 +327,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:710 +#: redbot/core/core_commands.py:715 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:717 +#: redbot/core/core_commands.py:722 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:727 +#: redbot/core/core_commands.py:732 msgid "This may take some time." msgstr "" -#: redbot/core/core_commands.py:740 +#: redbot/core/core_commands.py:745 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:755 +#: redbot/core/core_commands.py:760 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:765 +#: redbot/core/core_commands.py:770 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:775 +#: redbot/core/core_commands.py:780 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:783 redbot/core/core_commands.py:950 -#: redbot/core/core_commands.py:1036 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:788 redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:1041 redbot/core/core_commands.py:1112 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:793 +#: redbot/core/core_commands.py:798 #, docstring msgid "[Coming Soon] Get what data [botname] has about you." msgstr "" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:800 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:804 +#: redbot/core/core_commands.py:809 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:810 +#: redbot/core/core_commands.py:815 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -394,11 +394,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:821 +#: redbot/core/core_commands.py:826 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:834 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n\n" @@ -408,11 +408,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:838 +#: redbot/core/core_commands.py:843 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:847 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -426,15 +426,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:859 +#: redbot/core/core_commands.py:864 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:867 +#: redbot/core/core_commands.py:872 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:878 +#: redbot/core/core_commands.py:883 #, docstring msgid "\n" " Handle a deletion request from Discord.\n\n" @@ -447,34 +447,34 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:892 +#: redbot/core/core_commands.py:897 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:915 redbot/core/core_commands.py:1072 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +#: redbot/core/core_commands.py:930 redbot/core/core_commands.py:1087 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +#: redbot/core/core_commands.py:941 redbot/core/core_commands.py:1098 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +#: redbot/core/core_commands.py:951 redbot/core/core_commands.py:1108 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:957 +#: redbot/core/core_commands.py:962 #, docstring msgid "Delete data [botname] has about a user for a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" @@ -485,34 +485,34 @@ msgid "Delete data [botname] has about a user for a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:973 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:991 +#: redbot/core/core_commands.py:996 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1006 +#: redbot/core/core_commands.py:1011 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1017 +#: redbot/core/core_commands.py:1022 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1033 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1048 #, docstring msgid "Delete data [botname] has about a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" @@ -522,12 +522,12 @@ msgid "Delete data [botname] has about a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1053 +#: redbot/core/core_commands.py:1058 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1114 +#: redbot/core/core_commands.py:1119 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -547,7 +547,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1136 +#: redbot/core/core_commands.py:1141 #, docstring msgid "\n" " Show the current embed settings.\n\n" @@ -561,42 +561,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1153 redbot/core/core_commands.py:1309 -#: redbot/core/core_commands.py:1360 redbot/core/core_commands.py:4236 -#: redbot/core/core_commands.py:4279 redbot/core/core_commands.py:4345 -#: redbot/core/core_commands.py:4376 +#: redbot/core/core_commands.py:1158 redbot/core/core_commands.py:1314 +#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:4282 +#: redbot/core/core_commands.py:4325 redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4422 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:1159 +#: redbot/core/core_commands.py:1164 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1161 +#: redbot/core/core_commands.py:1166 msgid "Global default: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1171 msgid "Global command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1172 +#: redbot/core/core_commands.py:1177 msgid "Guild setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1177 +#: redbot/core/core_commands.py:1182 msgid "Server command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1183 +#: redbot/core/core_commands.py:1188 msgid "Channel setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1191 msgid "User setting: {value}" msgstr "" -#: redbot/core/core_commands.py:1192 +#: redbot/core/core_commands.py:1197 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -608,15 +608,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1206 +#: redbot/core/core_commands.py:1211 msgid "Embeds are now disabled by default." msgstr "" -#: redbot/core/core_commands.py:1209 +#: redbot/core/core_commands.py:1214 msgid "Embeds are now enabled by default." msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1220 #, docstring msgid "\n" " Set the server's embed setting.\n\n" @@ -632,20 +632,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1234 redbot/core/core_commands.py:1318 -#: redbot/core/core_commands.py:1409 redbot/core/core_commands.py:1440 +#: redbot/core/core_commands.py:1239 redbot/core/core_commands.py:1323 +#: redbot/core/core_commands.py:1414 redbot/core/core_commands.py:1445 msgid "Embeds will now fall back to the global setting." msgstr "Embeds zullen nu weer de globale instellingen gebruiken." -#: redbot/core/core_commands.py:1239 +#: redbot/core/core_commands.py:1244 msgid "Embeds are now enabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1241 +#: redbot/core/core_commands.py:1246 msgid "Embeds are now disabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1249 +#: redbot/core/core_commands.py:1254 #, docstring msgid "\n" " Sets a command's embed setting.\n\n" @@ -662,11 +662,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1278 +#: redbot/core/core_commands.py:1283 msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." msgstr "" -#: redbot/core/core_commands.py:1289 +#: redbot/core/core_commands.py:1294 #, docstring msgid "\n" " Sets a command's embed setting globally.\n\n" @@ -682,15 +682,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1375 +#: redbot/core/core_commands.py:1329 redbot/core/core_commands.py:1380 msgid "Embeds are now enabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1330 redbot/core/core_commands.py:1381 +#: redbot/core/core_commands.py:1335 redbot/core/core_commands.py:1386 msgid "Embeds are now disabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1340 +#: redbot/core/core_commands.py:1345 #, docstring msgid "\n" " Sets a commmand's embed setting for the current server.\n\n" @@ -706,11 +706,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1369 +#: redbot/core/core_commands.py:1374 msgid "Embeds will now fall back to the server setting." msgstr "" -#: redbot/core/core_commands.py:1390 +#: redbot/core/core_commands.py:1395 #, docstring msgid "\n" " Set's a channel's embed setting.\n\n" @@ -726,21 +726,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1419 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "enabled" msgstr "activeren" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "disabled" msgstr "de-activeren" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1426 #, docstring msgid "\n" " Sets personal embed setting for DMs.\n\n" @@ -756,15 +756,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1450 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1452 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1453 +#: redbot/core/core_commands.py:1458 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead.\n\n" @@ -777,11 +777,11 @@ msgid "Sends to the owner the last command exception that has occurred.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:1487 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1487 +#: redbot/core/core_commands.py:1492 #, docstring msgid "Shows [botname]'s invite url.\n\n" " This will always send the invite to DMs to keep it private.\n\n" @@ -791,12 +791,12 @@ msgid "Shows [botname]'s invite url.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1512 #, docstring msgid "Commands to setup [botname]'s invite settings." msgstr "" -#: redbot/core/core_commands.py:1512 +#: redbot/core/core_commands.py:1517 #, docstring msgid "\n" " Toggles if `[p]invite` should be accessible for the average user.\n\n" @@ -808,7 +808,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1549 +#: redbot/core/core_commands.py:1554 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -823,7 +823,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 #, docstring msgid "\n" " Leaves servers.\n\n" @@ -838,43 +855,43 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1588 +#: redbot/core/core_commands.py:1613 msgid "You need to specify at least one server ID." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:1620 msgid "You haven't passed any server ID. Do you want me to leave this server?" msgstr "" -#: redbot/core/core_commands.py:1600 +#: redbot/core/core_commands.py:1625 msgid "Are you sure you want me to leave these servers?" msgstr "" -#: redbot/core/core_commands.py:1608 +#: redbot/core/core_commands.py:1633 msgid "I cannot leave the server `{server_name}`: I am the owner of it." msgstr "" -#: redbot/core/core_commands.py:1619 +#: redbot/core/core_commands.py:1644 redbot/core/core_commands.py:2711 msgid "Response timed out." msgstr "Reactie time-out." -#: redbot/core/core_commands.py:1624 +#: redbot/core/core_commands.py:1649 msgid "Alright. Bye :wave:" msgstr "Oké. Doei :wave:" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1652 msgid "Alright. Leaving {number} servers..." msgstr "" -#: redbot/core/core_commands.py:1634 +#: redbot/core/core_commands.py:1659 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1636 +#: redbot/core/core_commands.py:1661 msgid "Alright, I'm not leaving those servers." msgstr "" -#: redbot/core/core_commands.py:1641 +#: redbot/core/core_commands.py:1666 #, docstring msgid "\n" " Lists the servers [botname] is currently in.\n\n" @@ -882,7 +899,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:1684 #, docstring msgid "Loads cog packages from the local paths and installed cogs.\n\n" " See packages available to load with `[p]cogs`.\n\n" @@ -895,67 +912,67 @@ msgid "Loads cog packages from the local paths and installed cogs.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1688 +#: redbot/core/core_commands.py:1713 msgid "Loaded {packs}." msgstr "{packs} geladen." -#: redbot/core/core_commands.py:1693 +#: redbot/core/core_commands.py:1718 msgid "The following package is already loaded: {pack}" msgstr "Dit pakket is al geladen: {pack}" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1722 msgid "The following packages are already loaded: {packs}" msgstr "Deze pakketten zijn al geladen: {packs}" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1729 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1709 +#: redbot/core/core_commands.py:1734 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1717 redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1742 redbot/core/core_commands.py:1898 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1723 redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1748 redbot/core/core_commands.py:1904 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1732 redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1757 redbot/core/core_commands.py:1913 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1736 redbot/core/core_commands.py:1892 +#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1744 +#: redbot/core/core_commands.py:1769 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1748 +#: redbot/core/core_commands.py:1773 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1755 +#: redbot/core/core_commands.py:1780 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1786 redbot/core/core_commands.py:1942 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1780 +#: redbot/core/core_commands.py:1805 #, docstring msgid "Unloads previously loaded cog packages.\n\n" " See packages available to unload with `[p]cogs`.\n\n" @@ -967,23 +984,23 @@ msgid "Unloads previously loaded cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1798 +#: redbot/core/core_commands.py:1823 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1827 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1809 +#: redbot/core/core_commands.py:1834 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1813 +#: redbot/core/core_commands.py:1838 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1826 +#: redbot/core/core_commands.py:1851 #, docstring msgid "Reloads cog packages.\n\n" " This will unload and then load the specified cogs.\n\n" @@ -996,36 +1013,36 @@ msgid "Reloads cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:1880 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1860 +#: redbot/core/core_commands.py:1885 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1890 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1900 +#: redbot/core/core_commands.py:1925 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1904 +#: redbot/core/core_commands.py:1929 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1936 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Shuts down the bot.\n\n" " Allows [botname] to shut down gracefully.\n\n" @@ -1038,11 +1055,11 @@ msgid "Shuts down the bot.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1974 msgid "Shutting down... " msgstr "Afsluiten... " -#: redbot/core/core_commands.py:1955 +#: redbot/core/core_commands.py:1980 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -1055,30 +1072,30 @@ msgid "Attempts to restart [botname].\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1969 +#: redbot/core/core_commands.py:1994 msgid "Restarting..." msgstr "Herstarten..." -#: redbot/core/core_commands.py:1974 +#: redbot/core/core_commands.py:1999 #, docstring msgid "Commands for changing [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1978 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1996 +#: redbot/core/core_commands.py:2021 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2042 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -1086,7 +1103,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:2039 +#: redbot/core/core_commands.py:2064 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -1101,23 +1118,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2060 +#: redbot/core/core_commands.py:2085 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:2062 +#: redbot/core/core_commands.py:2087 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2092 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2099 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2104 #, docstring msgid "\n" " Sets the bot's description.\n\n" @@ -1133,15 +1150,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2099 +#: redbot/core/core_commands.py:2124 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:2102 +#: redbot/core/core_commands.py:2127 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2141 #, docstring msgid "\n" " Adds an admin role for this guild.\n\n" @@ -1159,15 +1176,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2136 +#: redbot/core/core_commands.py:2161 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:2138 +#: redbot/core/core_commands.py:2163 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2144 +#: redbot/core/core_commands.py:2169 #, docstring msgid "\n" " Adds a moderator role for this guild.\n\n" @@ -1184,15 +1201,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2188 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:2165 +#: redbot/core/core_commands.py:2190 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2171 +#: redbot/core/core_commands.py:2196 #, docstring msgid "\n" " Removes an admin role for this guild.\n\n" @@ -1204,15 +1221,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2208 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:2185 +#: redbot/core/core_commands.py:2210 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2191 +#: redbot/core/core_commands.py:2216 #, docstring msgid "\n" " Removes a mod role for this guild.\n\n" @@ -1224,15 +1241,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2228 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2230 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2211 +#: redbot/core/core_commands.py:2236 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -1243,19 +1260,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2248 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will not" msgstr "zal niet" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will" msgstr "zal" -#: redbot/core/core_commands.py:2232 +#: redbot/core/core_commands.py:2257 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -1267,11 +1284,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2247 +#: redbot/core/core_commands.py:2272 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2280 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -1282,11 +1299,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2268 +#: redbot/core/core_commands.py:2293 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:2276 +#: redbot/core/core_commands.py:2301 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1303,15 +1320,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2321 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:2299 +#: redbot/core/core_commands.py:2324 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:2304 +#: redbot/core/core_commands.py:2329 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL.\n\n" @@ -1324,28 +1341,28 @@ msgid "Sets [botname]'s avatar\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2327 +#: redbot/core/core_commands.py:2352 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:2329 +#: redbot/core/core_commands.py:2354 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:2339 +#: redbot/core/core_commands.py:2364 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:2346 +#: redbot/core/core_commands.py:2371 msgid "JPG / PNG format only." msgstr "Je kan alleen het JPG / PNG formaat gebruiken." -#: redbot/core/core_commands.py:2348 redbot/core/core_commands.py:2575 -#: redbot/core/core_commands.py:2631 redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:2373 redbot/core/core_commands.py:2600 +#: redbot/core/core_commands.py:2656 redbot/core/core_commands.py:2680 msgid "Done." msgstr "Klaar." -#: redbot/core/core_commands.py:2353 +#: redbot/core/core_commands.py:2378 #, docstring msgid "\n" " Removes [botname]'s avatar.\n\n" @@ -1354,11 +1371,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2386 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2392 #, docstring msgid "Sets [botname]'s playing status.\n\n" " This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" @@ -1371,19 +1388,19 @@ msgid "Sets [botname]'s playing status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2383 +#: redbot/core/core_commands.py:2408 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2391 +#: redbot/core/core_commands.py:2416 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:2393 +#: redbot/core/core_commands.py:2418 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:2399 +#: redbot/core/core_commands.py:2424 #, docstring msgid "Sets [botname]'s listening status.\n\n" " This will appear as `Listening to `.\n\n" @@ -1395,19 +1412,19 @@ msgid "Sets [botname]'s listening status.\n\n" " - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2416 +#: redbot/core/core_commands.py:2441 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2425 +#: redbot/core/core_commands.py:2450 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2453 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2459 #, docstring msgid "Sets [botname]'s watching status.\n\n" " This will appear as `Watching `.\n\n" @@ -1419,19 +1436,19 @@ msgid "Sets [botname]'s watching status.\n\n" " - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2475 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2482 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:2459 +#: redbot/core/core_commands.py:2484 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:2465 +#: redbot/core/core_commands.py:2490 #, docstring msgid "Sets [botname]'s competing status.\n\n" " This will appear as `Competing in `.\n\n" @@ -1443,19 +1460,19 @@ msgid "Sets [botname]'s competing status.\n\n" " - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2482 +#: redbot/core/core_commands.py:2507 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2491 +#: redbot/core/core_commands.py:2516 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:2494 +#: redbot/core/core_commands.py:2519 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:2500 +#: redbot/core/core_commands.py:2525 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1471,11 +1488,11 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:2555 msgid "Status changed to {}." msgstr "Status veranderd naar {}." -#: redbot/core/core_commands.py:2538 +#: redbot/core/core_commands.py:2563 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" @@ -1491,15 +1508,15 @@ msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " - `` - The text to follow `Streaming` in the status." msgstr "" -#: redbot/core/core_commands.py:2563 +#: redbot/core/core_commands.py:2588 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2591 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2580 +#: redbot/core/core_commands.py:2605 #, docstring msgid "Sets [botname]'s username.\n\n" " Maximum length for a username is 32 characters.\n\n" @@ -1512,28 +1529,28 @@ msgid "Sets [botname]'s username.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2596 +#: redbot/core/core_commands.py:2621 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2603 +#: redbot/core/core_commands.py:2628 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2609 +#: redbot/core/core_commands.py:2634 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2619 +#: redbot/core/core_commands.py:2644 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2629 +#: redbot/core/core_commands.py:2654 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2662 #, docstring msgid "Sets [botname]'s nickname for the current server.\n\n" " Maximum length for a nickname is 32 characters.\n\n" @@ -1544,15 +1561,15 @@ msgid "Sets [botname]'s nickname for the current server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2649 +#: redbot/core/core_commands.py:2674 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2653 +#: redbot/core/core_commands.py:2678 msgid "I lack the permissions to change my own nickname." msgstr "Ik heb niet de juiste bevoegdheden om mijn nickname te veranderen." -#: redbot/core/core_commands.py:2660 +#: redbot/core/core_commands.py:2685 #, docstring msgid "Sets [botname]'s global prefix(es).\n\n" " Warning: This is not additive. It will replace all current prefixes.\n\n" @@ -1567,20 +1584,30 @@ msgid "Sets [botname]'s global prefix(es).\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2677 +#: redbot/core/core_commands.py:2702 +msgid "Warning: A prefix is above the recommended length (20 characters).\n" +"Do you want to continue? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:2715 +msgid "Cancelled." +msgstr "Geannuleerd." + +#: redbot/core/core_commands.py:2719 msgid "Prefix set." msgstr "Prefix opgeslagen." -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:2721 msgid "Prefixes set." msgstr "" -#: redbot/core/core_commands.py:2685 +#: redbot/core/core_commands.py:2727 #, docstring msgid "\n" " Sets [botname]'s server prefix(es).\n\n" " Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" -" This is not additive. It will replace all current server prefixes.\n\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 20 characters.\n\n" " **Examples:**\n" " - `[p]set serverprefix !`\n" " - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" @@ -1591,19 +1618,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2702 +#: redbot/core/core_commands.py:2745 msgid "Server prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2748 +msgid "You cannot have a prefix longer than 20 characters." +msgstr "" + +#: redbot/core/core_commands.py:2753 msgid "Server prefix set." msgstr "" -#: redbot/core/core_commands.py:2709 +#: redbot/core/core_commands.py:2755 msgid "Server prefixes set." msgstr "" -#: redbot/core/core_commands.py:2714 +#: redbot/core/core_commands.py:2760 #, docstring msgid "\n" " Changes the bot's default locale.\n\n" @@ -1620,21 +1651,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2735 redbot/core/core_commands.py:2779 -#: redbot/core/core_commands.py:2818 redbot/core/core_commands.py:2862 +#: redbot/core/core_commands.py:2781 redbot/core/core_commands.py:2825 +#: redbot/core/core_commands.py:2864 redbot/core/core_commands.py:2908 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2739 redbot/core/core_commands.py:2783 -#: redbot/core/core_commands.py:2822 redbot/core/core_commands.py:2866 +#: redbot/core/core_commands.py:2785 redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2868 redbot/core/core_commands.py:2912 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:2792 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2752 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1652,15 +1683,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2774 +#: redbot/core/core_commands.py:2820 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2789 +#: redbot/core/core_commands.py:2835 msgid "Locale has been set." msgstr "Taal is veranderd." -#: redbot/core/core_commands.py:2795 +#: redbot/core/core_commands.py:2841 #, docstring msgid "\n" " Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1675,15 +1706,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2812 +#: redbot/core/core_commands.py:2858 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2875 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2837 +#: redbot/core/core_commands.py:2883 #, docstring msgid "\n" " Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1698,15 +1729,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2855 +#: redbot/core/core_commands.py:2901 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2873 +#: redbot/core/core_commands.py:2919 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2881 +#: redbot/core/core_commands.py:2927 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1721,19 +1752,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2898 +#: redbot/core/core_commands.py:2944 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2948 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2905 +#: redbot/core/core_commands.py:2951 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2956 #, docstring msgid "\n" " Commands to set, list or remove various external API tokens.\n\n" @@ -1750,11 +1781,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2931 +#: redbot/core/core_commands.py:2977 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2935 +#: redbot/core/core_commands.py:2981 #, docstring msgid "\n" " Show all external API services along with their keys that have been set.\n\n" @@ -1764,19 +1795,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2946 +#: redbot/core/core_commands.py:2992 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2961 +#: redbot/core/core_commands.py:3007 #, docstring msgid "\n" " Remove the given services with all their keys and tokens.\n\n" @@ -1787,20 +1818,20 @@ msgid "\n" " - `` - The services to remove." msgstr "" -#: redbot/core/core_commands.py:2976 +#: redbot/core/core_commands.py:3022 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2980 +#: redbot/core/core_commands.py:3026 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2985 +#: redbot/core/core_commands.py:3031 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2990 +#: redbot/core/core_commands.py:3036 #, docstring msgid "\n" " Commands to manage settings for the help command.\n\n" @@ -1808,7 +1839,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2999 +#: redbot/core/core_commands.py:3045 #, docstring msgid "\n" " Show the current help settings.\n\n" @@ -1818,11 +1849,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3013 +#: redbot/core/core_commands.py:3059 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:3023 +#: redbot/core/core_commands.py:3069 #, docstring msgid "\n" " This resets [botname]'s help formatter to the default formatter.\n\n" @@ -1831,11 +1862,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3032 +#: redbot/core/core_commands.py:3078 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:3041 +#: redbot/core/core_commands.py:3087 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1845,11 +1876,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3051 +#: redbot/core/core_commands.py:3097 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3105 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1865,15 +1896,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3079 +#: redbot/core/core_commands.py:3125 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:3081 +#: redbot/core/core_commands.py:3127 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:3085 +#: redbot/core/core_commands.py:3131 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1887,15 +1918,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3102 +#: redbot/core/core_commands.py:3148 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3104 +#: redbot/core/core_commands.py:3150 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3154 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1909,15 +1940,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3125 +#: redbot/core/core_commands.py:3171 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3127 +#: redbot/core/core_commands.py:3173 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3131 +#: redbot/core/core_commands.py:3177 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent to a DM.\n\n" @@ -1933,15 +1964,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3152 +#: redbot/core/core_commands.py:3198 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3154 +#: redbot/core/core_commands.py:3200 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3158 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be filtered from help.\n\n" @@ -1955,15 +1986,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3175 +#: redbot/core/core_commands.py:3221 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:3177 +#: redbot/core/core_commands.py:3223 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:3181 +#: redbot/core/core_commands.py:3227 #, docstring msgid "\n" " Sets whether the bot should respond to help commands for nonexistent topics.\n\n" @@ -1979,15 +2010,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3202 +#: redbot/core/core_commands.py:3248 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3251 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:3213 +#: redbot/core/core_commands.py:3259 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " Note: This setting only applies to embedded help.\n\n" @@ -2002,15 +2033,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3230 +#: redbot/core/core_commands.py:3276 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:3234 +#: redbot/core/core_commands.py:3280 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3238 +#: redbot/core/core_commands.py:3284 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " Note: This setting does not apply to menu help.\n\n" @@ -2026,15 +2057,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3283 +#: redbot/core/core_commands.py:3302 redbot/core/core_commands.py:3329 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:3260 +#: redbot/core/core_commands.py:3306 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3265 +#: redbot/core/core_commands.py:3311 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -2051,19 +2082,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3332 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3337 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:3293 +#: redbot/core/core_commands.py:3339 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:3297 +#: redbot/core/core_commands.py:3343 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -2077,19 +2108,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3312 +#: redbot/core/core_commands.py:3358 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:3316 +#: redbot/core/core_commands.py:3362 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:3324 +#: redbot/core/core_commands.py:3370 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:3329 +#: redbot/core/core_commands.py:3375 #, docstring msgid "Sends a message to the owner.\n\n" " This is limited to one message every 60 seconds per person.\n\n" @@ -2100,43 +2131,43 @@ msgid "Sends a message to the owner.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3341 +#: redbot/core/core_commands.py:3387 msgid "User ID: {}" msgstr "Gebruikers-ID: {}" -#: redbot/core/core_commands.py:3344 +#: redbot/core/core_commands.py:3390 msgid "through DM" msgstr "met een persoonlijk bericht" -#: redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3392 msgid "from {}" msgstr "van {}" -#: redbot/core/core_commands.py:3347 +#: redbot/core/core_commands.py:3393 msgid " | Server ID: {}" msgstr " | Server ID: {}" -#: redbot/core/core_commands.py:3352 +#: redbot/core/core_commands.py:3398 msgid "Use `{}dm {} ` to reply to this user" msgstr "Gebruik `{}dm {} ` om te reageren op deze gebruiker" -#: redbot/core/core_commands.py:3354 +#: redbot/core/core_commands.py:3400 msgid "Sent by {} {}" msgstr "Verzonden door {} {}" -#: redbot/core/core_commands.py:3359 +#: redbot/core/core_commands.py:3405 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:3430 +#: redbot/core/core_commands.py:3476 msgid "Your message has been sent." msgstr "Je bericht is verzonden." -#: redbot/core/core_commands.py:3432 +#: redbot/core/core_commands.py:3478 msgid "I'm unable to deliver your message. Sorry." msgstr "Ik kan dit bericht niet afleveren." -#: redbot/core/core_commands.py:3437 +#: redbot/core/core_commands.py:3483 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n\n" @@ -2149,41 +2180,41 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3453 +#: redbot/core/core_commands.py:3499 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3509 msgid "Owner of {}" msgstr "Eigenaar van {}" -#: redbot/core/core_commands.py:3464 +#: redbot/core/core_commands.py:3510 msgid "You can reply to this message with {}contact" msgstr "Je kan dit bericht beantwoorden met {}contact" -#: redbot/core/core_commands.py:3478 redbot/core/core_commands.py:3488 +#: redbot/core/core_commands.py:3524 redbot/core/core_commands.py:3534 msgid "Sorry, I couldn't deliver your message to {}" msgstr "Helaas, jouw bericht naar {} kon niet afgeleverd worden" -#: redbot/core/core_commands.py:3481 redbot/core/core_commands.py:3491 +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3537 msgid "Message delivered to {}" msgstr "Bericht aan {} afgeleverd" -#: redbot/core/core_commands.py:3496 +#: redbot/core/core_commands.py:3542 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:3500 +#: redbot/core/core_commands.py:3546 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:3506 +#: redbot/core/core_commands.py:3552 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:3593 +#: redbot/core/core_commands.py:3639 #, docstring msgid "\n" " Commands to manage the allowlist.\n\n" @@ -2192,7 +2223,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3604 +#: redbot/core/core_commands.py:3650 #, docstring msgid "\n" " Adds users to the allowlist.\n\n" @@ -2204,15 +2235,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3663 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3619 +#: redbot/core/core_commands.py:3665 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3623 +#: redbot/core/core_commands.py:3669 #, docstring msgid "\n" " Lists users on the allowlist.\n\n" @@ -2221,21 +2252,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3635 +#: redbot/core/core_commands.py:3681 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3637 +#: redbot/core/core_commands.py:3683 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3641 redbot/core/core_commands.py:3739 +#: redbot/core/core_commands.py:3687 redbot/core/core_commands.py:3785 #: redbot/core/modlog.py:428 redbot/core/modlog.py:450 #: redbot/core/modlog.py:466 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/core_commands.py:3649 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Removes users from the allowlist.\n\n" @@ -2248,15 +2279,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3664 +#: redbot/core/core_commands.py:3710 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3666 +#: redbot/core/core_commands.py:3712 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3670 +#: redbot/core/core_commands.py:3716 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2266,11 +2297,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3725 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3684 +#: redbot/core/core_commands.py:3730 #, docstring msgid "\n" " Commands to manage the blocklist.\n\n" @@ -2278,7 +2309,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3693 +#: redbot/core/core_commands.py:3739 #, docstring msgid "\n" " Adds users to the blocklist.\n\n" @@ -2290,19 +2321,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3709 +#: redbot/core/core_commands.py:3755 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3715 +#: redbot/core/core_commands.py:3761 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3717 +#: redbot/core/core_commands.py:3763 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3721 +#: redbot/core/core_commands.py:3767 #, docstring msgid "\n" " Lists users on the blocklist.\n\n" @@ -2311,15 +2342,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3733 +#: redbot/core/core_commands.py:3779 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3735 +#: redbot/core/core_commands.py:3781 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3747 +#: redbot/core/core_commands.py:3793 #, docstring msgid "\n" " Removes users from the blocklist.\n\n" @@ -2331,15 +2362,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3760 +#: redbot/core/core_commands.py:3806 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3762 +#: redbot/core/core_commands.py:3808 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3766 +#: redbot/core/core_commands.py:3812 #, docstring msgid "\n" " Clears the blocklist.\n\n" @@ -2348,11 +2379,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3773 +#: redbot/core/core_commands.py:3819 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3779 +#: redbot/core/core_commands.py:3825 #, docstring msgid "\n" " Commands to manage the server specific allowlist.\n\n" @@ -2361,7 +2392,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3792 +#: redbot/core/core_commands.py:3838 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n\n" @@ -2374,19 +2405,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3811 +#: redbot/core/core_commands.py:3857 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:3820 +#: redbot/core/core_commands.py:3866 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3822 +#: redbot/core/core_commands.py:3868 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3826 +#: redbot/core/core_commands.py:3872 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n\n" @@ -2395,19 +2426,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3838 +#: redbot/core/core_commands.py:3884 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3840 +#: redbot/core/core_commands.py:3886 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:3844 redbot/core/core_commands.py:3966 +#: redbot/core/core_commands.py:3890 redbot/core/core_commands.py:4012 msgid "Unknown or Deleted User/Role" msgstr "" -#: redbot/core/core_commands.py:3854 +#: redbot/core/core_commands.py:3900 #, docstring msgid "\n" " Removes user or role from the allowlist.\n\n" @@ -2421,19 +2452,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3875 +#: redbot/core/core_commands.py:3921 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3883 +#: redbot/core/core_commands.py:3929 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3885 +#: redbot/core/core_commands.py:3931 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3889 +#: redbot/core/core_commands.py:3935 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2443,11 +2474,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3898 +#: redbot/core/core_commands.py:3944 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3904 +#: redbot/core/core_commands.py:3950 #, docstring msgid "\n" " Commands to manage the server specific blocklist.\n\n" @@ -2455,7 +2486,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3915 +#: redbot/core/core_commands.py:3961 #, docstring msgid "\n" " Adds a user or role to the local blocklist.\n\n" @@ -2468,27 +2499,27 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3929 +#: redbot/core/core_commands.py:3975 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3932 +#: redbot/core/core_commands.py:3978 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3935 +#: redbot/core/core_commands.py:3981 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3942 +#: redbot/core/core_commands.py:3988 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3944 +#: redbot/core/core_commands.py:3990 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3948 +#: redbot/core/core_commands.py:3994 #, docstring msgid "\n" " Lists users and roles on the server blocklist.\n\n" @@ -2497,15 +2528,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3960 +#: redbot/core/core_commands.py:4006 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3962 +#: redbot/core/core_commands.py:4008 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3976 +#: redbot/core/core_commands.py:4022 #, docstring msgid "\n" " Removes user or role from local blocklist.\n\n" @@ -2518,15 +2549,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3992 +#: redbot/core/core_commands.py:4038 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3994 +#: redbot/core/core_commands.py:4040 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3998 +#: redbot/core/core_commands.py:4044 #, docstring msgid "\n" " Clears the server blocklist.\n\n" @@ -2536,16 +2567,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4007 +#: redbot/core/core_commands.py:4053 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:4012 +#: redbot/core/core_commands.py:4058 #, docstring msgid "Commands to enable and disable commands and cogs." msgstr "" -#: redbot/core/core_commands.py:4018 +#: redbot/core/core_commands.py:4064 #, docstring msgid "Set the default state for a cog as disabled.\n\n" " This will disable the cog for all servers by default.\n" @@ -2559,20 +2590,20 @@ msgid "Set the default state for a cog as disabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4034 redbot/core/core_commands.py:4059 -#: redbot/core/core_commands.py:4079 redbot/core/core_commands.py:4109 +#: redbot/core/core_commands.py:4080 redbot/core/core_commands.py:4105 +#: redbot/core/core_commands.py:4125 redbot/core/core_commands.py:4155 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:4036 +#: redbot/core/core_commands.py:4082 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:4038 +#: redbot/core/core_commands.py:4084 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:4043 +#: redbot/core/core_commands.py:4089 #, docstring msgid "Set the default state for a cog as enabled.\n\n" " This will re-enable the cog for all servers by default.\n" @@ -2586,11 +2617,11 @@ msgid "Set the default state for a cog as enabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4061 +#: redbot/core/core_commands.py:4107 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:4066 +#: redbot/core/core_commands.py:4112 #, docstring msgid "Disable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2602,19 +2633,19 @@ msgid "Disable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4081 +#: redbot/core/core_commands.py:4127 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:4083 +#: redbot/core/core_commands.py:4129 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4086 +#: redbot/core/core_commands.py:4132 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4092 +#: redbot/core/core_commands.py:4138 #, docstring msgid "Enable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2626,15 +2657,15 @@ msgid "Enable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4104 +#: redbot/core/core_commands.py:4150 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4112 +#: redbot/core/core_commands.py:4158 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4118 +#: redbot/core/core_commands.py:4164 #, docstring msgid "List the cogs which are disabled in this server.\n\n" " **Example:**\n" @@ -2642,15 +2673,15 @@ msgid "List the cogs which are disabled in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4131 +#: redbot/core/core_commands.py:4177 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:4137 +#: redbot/core/core_commands.py:4183 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:4141 +#: redbot/core/core_commands.py:4187 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2661,7 +2692,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4158 +#: redbot/core/core_commands.py:4204 #, docstring msgid "List disabled commands globally.\n\n" " **Example:**\n" @@ -2669,19 +2700,19 @@ msgid "List disabled commands globally.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4165 +#: redbot/core/core_commands.py:4211 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:4168 +#: redbot/core/core_commands.py:4214 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4172 +#: redbot/core/core_commands.py:4218 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4180 +#: redbot/core/core_commands.py:4226 #, docstring msgid "List disabled commands in this server.\n\n" " **Example:**\n" @@ -2689,19 +2720,19 @@ msgid "List disabled commands in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4187 +#: redbot/core/core_commands.py:4233 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:4190 +#: redbot/core/core_commands.py:4236 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4194 +#: redbot/core/core_commands.py:4240 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4201 +#: redbot/core/core_commands.py:4247 #, docstring msgid "\n" " Disable a command.\n\n" @@ -2715,7 +2746,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4223 +#: redbot/core/core_commands.py:4269 #, docstring msgid "\n" " Disable a command globally.\n\n" @@ -2727,19 +2758,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4242 redbot/core/core_commands.py:4285 +#: redbot/core/core_commands.py:4288 redbot/core/core_commands.py:4331 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:4248 redbot/core/core_commands.py:4291 +#: redbot/core/core_commands.py:4294 redbot/core/core_commands.py:4337 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:4257 +#: redbot/core/core_commands.py:4303 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:4266 +#: redbot/core/core_commands.py:4312 #, docstring msgid "\n" " Disable a command in this server only.\n\n" @@ -2751,15 +2782,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4296 +#: redbot/core/core_commands.py:4342 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:4306 +#: redbot/core/core_commands.py:4352 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:4312 +#: redbot/core/core_commands.py:4358 #, docstring msgid "Enable a command.\n\n" " If you're the bot owner, this will try to enable a globally disabled command by default.\n" @@ -2772,7 +2803,7 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4332 +#: redbot/core/core_commands.py:4378 #, docstring msgid "\n" " Enable a command globally.\n\n" @@ -2784,11 +2815,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4354 +#: redbot/core/core_commands.py:4400 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:4363 +#: redbot/core/core_commands.py:4409 #, docstring msgid "\n" " Enable a command in this server.\n\n" @@ -2800,15 +2831,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4381 +#: redbot/core/core_commands.py:4427 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4437 msgid "That command is already enabled in this server." msgstr "Die command is al geactiveerd in deze server." -#: redbot/core/core_commands.py:4398 +#: redbot/core/core_commands.py:4444 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2822,7 +2853,7 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4419 +#: redbot/core/core_commands.py:4465 #, docstring msgid "\n" " Commands to manage server settings for immunity from automated actions.\n\n" @@ -2830,7 +2861,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4428 +#: redbot/core/core_commands.py:4474 #, docstring msgid "\n" " Gets the current members and roles configured for automatic moderation action immunity.\n\n" @@ -2839,19 +2870,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4441 +#: redbot/core/core_commands.py:4487 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4446 +#: redbot/core/core_commands.py:4492 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4450 +#: redbot/core/core_commands.py:4496 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:4459 +#: redbot/core/core_commands.py:4505 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n\n" @@ -2863,11 +2894,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4471 +#: redbot/core/core_commands.py:4517 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:4479 +#: redbot/core/core_commands.py:4525 #, docstring msgid "\n" " Remove a user or role from being immune to automated moderation actions.\n\n" @@ -2879,11 +2910,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4491 +#: redbot/core/core_commands.py:4537 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:4499 +#: redbot/core/core_commands.py:4545 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n\n" @@ -2895,15 +2926,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4511 +#: redbot/core/core_commands.py:4557 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:4513 +#: redbot/core/core_commands.py:4559 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:4518 +#: redbot/core/core_commands.py:4564 #, docstring msgid "\n" " Commands for configuring owner notifications.\n\n" @@ -2911,7 +2942,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4527 +#: redbot/core/core_commands.py:4573 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2923,7 +2954,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4546 +#: redbot/core/core_commands.py:4592 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n\n" @@ -2934,7 +2965,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4565 +#: redbot/core/core_commands.py:4611 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n\n" @@ -2946,7 +2977,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4591 +#: redbot/core/core_commands.py:4637 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n\n" @@ -2958,7 +2989,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4615 +#: redbot/core/core_commands.py:4661 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n\n" @@ -2967,15 +2998,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4625 +#: redbot/core/core_commands.py:4671 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:4636 +#: redbot/core/core_commands.py:4682 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:4667 +#: redbot/core/core_commands.py:4713 #, docstring msgid "\n" " Commands to add servers or channels to the ignore list.\n\n" @@ -2984,7 +3015,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4677 +#: redbot/core/core_commands.py:4723 #, docstring msgid "\n" " List the currently ignored servers and channels.\n\n" @@ -2993,7 +3024,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4692 +#: redbot/core/core_commands.py:4738 #, docstring msgid "\n" " Ignore commands in the channel or category.\n\n" @@ -3009,15 +3040,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4712 +#: redbot/core/core_commands.py:4758 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:4714 +#: redbot/core/core_commands.py:4760 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:4719 +#: redbot/core/core_commands.py:4765 #, docstring msgid "\n" " Ignore commands in this server.\n\n" @@ -3027,20 +3058,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4730 +#: redbot/core/core_commands.py:4776 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:4732 +#: redbot/core/core_commands.py:4778 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:4738 +#: redbot/core/core_commands.py:4784 #, docstring msgid "Commands to remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4746 +#: redbot/core/core_commands.py:4792 #, docstring msgid "\n" " Remove a channel or category from the ignore list.\n\n" @@ -3055,15 +3086,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4765 +#: redbot/core/core_commands.py:4811 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:4767 +#: redbot/core/core_commands.py:4813 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4772 +#: redbot/core/core_commands.py:4818 #, docstring msgid "\n" " Remove this server from the ignore list.\n\n" @@ -3072,24 +3103,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4781 +#: redbot/core/core_commands.py:4827 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4783 +#: redbot/core/core_commands.py:4829 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4789 +#: redbot/core/core_commands.py:4835 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:4801 +#: redbot/core/core_commands.py:4847 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:4816 +#: redbot/core/core_commands.py:4862 #, docstring msgid "\n" " Get info about Red's licenses.\n" @@ -3122,7 +3153,7 @@ msgid "Evaluate a statement of python code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:166 +#: redbot/core/dev_commands.py:167 #, docstring msgid "Execute asynchronous code.\n\n" " This command wraps code into the body of an async function and then\n" @@ -3142,7 +3173,7 @@ msgid "Execute asynchronous code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:220 +#: redbot/core/dev_commands.py:221 #, docstring msgid "Open an interactive REPL.\n\n" " The REPL will only recognise code as messages which start with a\n" @@ -3151,51 +3182,51 @@ msgid "Open an interactive REPL.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:229 +#: redbot/core/dev_commands.py:230 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "Er is al een REPL sessie gaande in dit kanaal. Stop deze met `quit`." -#: redbot/core/dev_commands.py:233 +#: redbot/core/dev_commands.py:234 msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." msgstr "" -#: redbot/core/dev_commands.py:244 +#: redbot/core/dev_commands.py:245 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." msgstr "" -#: redbot/core/dev_commands.py:258 +#: redbot/core/dev_commands.py:259 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:309 +#: redbot/core/dev_commands.py:310 msgid "Unexpected error: `{}`" msgstr "Onverwachte fout: `{}`" -#: redbot/core/dev_commands.py:313 +#: redbot/core/dev_commands.py:314 #, docstring msgid "Pauses/resumes the REPL running in the current channel" msgstr "" -#: redbot/core/dev_commands.py:315 +#: redbot/core/dev_commands.py:316 msgid "There is no currently running REPL session in this channel." msgstr "" -#: redbot/core/dev_commands.py:323 +#: redbot/core/dev_commands.py:324 msgid "The REPL session in this channel has been resumed." msgstr "" -#: redbot/core/dev_commands.py:325 +#: redbot/core/dev_commands.py:326 msgid "The REPL session in this channel is now paused." msgstr "" -#: redbot/core/dev_commands.py:330 +#: redbot/core/dev_commands.py:331 #, docstring msgid "Mock another user invoking a command.\n\n" " The prefix must not be entered.\n" " " msgstr "" -#: redbot/core/dev_commands.py:343 +#: redbot/core/dev_commands.py:344 #, docstring msgid "Dispatch a message event as if it were sent by a different user.\n\n" " Only reads the raw content of the message. Attachments, embeds etc. are\n" @@ -3203,17 +3234,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:364 +#: redbot/core/dev_commands.py:365 #, docstring msgid "Give bot owners the ability to bypass cooldowns.\n\n" " Does not persist through restarts." msgstr "" -#: redbot/core/dev_commands.py:372 +#: redbot/core/dev_commands.py:373 msgid "Bot owners will now bypass all commands with cooldowns." msgstr "" -#: redbot/core/dev_commands.py:374 +#: redbot/core/dev_commands.py:375 msgid "Bot owners will no longer bypass all commands with cooldowns." msgstr "" diff --git a/redbot/core/locales/pl-PL.po b/redbot/core/locales/pl-PL.po index 5ded2d11c..064466eb5 100644 --- a/redbot/core/locales/pl-PL.po +++ b/redbot/core/locales/pl-PL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-05-25 16:04+0000\n" +"POT-Creation-Date: 2021-06-12 15:52+0000\n" "Last-Translator: \n" "Language-Team: Polish\n" "MIME-Version: 1.0\n" @@ -142,15 +142,15 @@ msgstr "**{} załadowane:**\n" msgid "**{} unloaded:**\n" msgstr "**{} niezaładowane:**\n" -#: redbot/core/core_commands.py:179 +#: redbot/core/core_commands.py:181 msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." msgstr "Alias {alias_name} jest już istniejącym poleceniem lub aliasem w jednym z załadowanych modułów." -#: redbot/core/core_commands.py:184 +#: redbot/core/core_commands.py:186 msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." msgstr "Komenda {command_name} jest już istniejącą komendą lub aliasem w jednym z załadowanych modułów." -#: redbot/core/core_commands.py:393 +#: redbot/core/core_commands.py:398 #, docstring msgid "\n" " The Core cog has many commands related to core functions.\n\n" @@ -158,19 +158,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:410 #, docstring msgid "Pong." msgstr "Pong." -#: redbot/core/core_commands.py:410 +#: redbot/core/core_commands.py:415 #, docstring msgid "Shows info about [botname].\n\n" " See `[p]set custominfo` to customize.\n" " " msgstr "" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:445 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" "(c) Cog Creators" @@ -178,43 +178,43 @@ msgstr "Ten bot jest instancją [Red, an open source Discord bot]({}) stworzonej "Red jest wspierana przez pełną pasji społeczność, która wnosi i tworzy treści dla wszystkich. [Dołącz do nas już dziś]({}) i pomóż nam rosnąć!\n\n" "(c) Twórcy Cog'ów" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by team" msgstr "Instancja należąca do" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by" msgstr "Instancja należąca do" -#: redbot/core/core_commands.py:456 +#: redbot/core/core_commands.py:461 msgid "Red version" msgstr "Wersja Red" -#: redbot/core/core_commands.py:459 redbot/core/core_commands.py:515 +#: redbot/core/core_commands.py:464 redbot/core/core_commands.py:520 msgid "Yes, {version} is available." msgstr "Tak, {version} jest dostępne." -#: redbot/core/core_commands.py:463 redbot/core/core_commands.py:519 +#: redbot/core/core_commands.py:468 redbot/core/core_commands.py:524 msgid "Checking for updates failed." msgstr "Sprawdzanie dostępnych aktualizacji nie powiodło się." -#: redbot/core/core_commands.py:464 +#: redbot/core/core_commands.py:469 msgid "Outdated" msgstr "Nieaktualna" -#: redbot/core/core_commands.py:466 +#: redbot/core/core_commands.py:471 msgid "About this instance" msgstr "O tej instancji" -#: redbot/core/core_commands.py:467 +#: redbot/core/core_commands.py:472 msgid "About Red" msgstr "Więcej o Red" -#: redbot/core/core_commands.py:470 redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:475 redbot/core/core_commands.py:533 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "Sprawia radość od 02 Sty 2016 (ponad {} dni temu!)" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:483 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" @@ -222,7 +222,7 @@ msgstr "Ten bot jest instancją Red, open source Discord bot'a (1) stworzonego p "Red jest wspierana przez pełną pasji społeczność, która wnosi i tworzy treści dla wszystkich. Dołącz do nas już dziś (4) i pomóż nam rosnąć!\n\n" "(c) Twórcy Cog'ów" -#: redbot/core/core_commands.py:489 +#: redbot/core/core_commands.py:494 msgid "Instance owned by team: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" @@ -232,7 +232,7 @@ msgstr "Instancja należąca do [{owner}]\n" "discord.py: [{dpy_version}] (6)\n" "Wersja Red: [{red_version}] (7)\n" -#: redbot/core/core_commands.py:501 +#: redbot/core/core_commands.py:506 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" @@ -242,19 +242,19 @@ msgstr "Instancja należąca do [{owner}]\n" "discord.py: [{dpy_version}] (6)\n" "Wersja Red: [{red_version}] (7)\n" -#: redbot/core/core_commands.py:520 +#: redbot/core/core_commands.py:525 msgid "Outdated: [{state}]\n" msgstr "Nieaktualny: [{state}]\n" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:528 msgid "**About Red**\n" msgstr "**O Red**\n" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:539 msgid "**About this instance**\n" msgstr "**O tej instancji**\n" -#: redbot/core/core_commands.py:536 +#: redbot/core/core_commands.py:541 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -272,20 +272,20 @@ msgstr "**Odnośniki**\n" "6. <{}>\n" "7. <{}>\n" -#: redbot/core/core_commands.py:552 +#: redbot/core/core_commands.py:557 #, docstring msgid "Shows [botname]'s uptime." msgstr "Pokazuje czas działania [botname]." -#: redbot/core/core_commands.py:555 +#: redbot/core/core_commands.py:560 msgid "Less than one second" msgstr "Mniej niż sekundę" -#: redbot/core/core_commands.py:557 +#: redbot/core/core_commands.py:562 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "Działam od: **{time_quantity}** (od {timestamp} UTC)" -#: redbot/core/core_commands.py:564 +#: redbot/core/core_commands.py:569 #, docstring msgid "\n" " Commands which interact with the data [botname] has about you.\n\n" @@ -293,7 +293,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:575 +#: redbot/core/core_commands.py:580 #, docstring msgid "\n" " Find out what type of data [botname] stores and why.\n\n" @@ -302,13 +302,13 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:585 +#: redbot/core/core_commands.py:590 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "Ten bot przechowuje pewne dane o użytkownikach, które są niezbędne do działania. Jest to głównie ID przypisane twojemu użytkownikowi przez Discord, powiązany z kilkoma rzeczami w zależności od tego, z czym wchodzisz w interakcje w bocie. Istnieje kilka komend, które przechowują go, aby śledzić, kto coś stworzył. (takie jak listy odtwarzania) Aby uzyskać szczegółowe informacje na ten temat, a także bardziej szczegółowe informacje o tym, co jest przechowywane i dlaczego, zobacz {link}.\n\n" "Dodatkowo, dodatki stron trzecich ładowane przez właściciela bota mogą, ale nie muszą, przechowywać dodatkowe rzeczy. Możesz użyć `{prefix} mydata 3rdparty`, aby wyświetlić oświadczenia dostarczone przez każde dodanie strony trzeciej." -#: redbot/core/core_commands.py:604 +#: redbot/core/core_commands.py:609 #, docstring msgid "View the End User Data statements of each 3rd-party module.\n\n" " This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" @@ -317,39 +317,39 @@ msgid "View the End User Data statements of each 3rd-party module.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:615 +#: redbot/core/core_commands.py:620 msgid "I need to be able to attach files (try in DMs?)." msgstr "Muszę mieć możliwość załączania plików (spróbuj na PW?)." -#: redbot/core/core_commands.py:625 +#: redbot/core/core_commands.py:630 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "Wygląda na to, że ta instancja nie ma załadowanych żadnych rozszerzeń stron trzecich." -#: redbot/core/core_commands.py:645 +#: redbot/core/core_commands.py:650 msgid "3rd party End User Data statements" msgstr "Oświadczenia strony trzeciej dotyczące danych użytkownika końcowego" -#: redbot/core/core_commands.py:647 +#: redbot/core/core_commands.py:652 msgid "The following are statements provided by 3rd-party extensions." msgstr "Poniżej znajdują się oświadczenia dostarczone przez rozszerzenia stron trzecich." -#: redbot/core/core_commands.py:652 +#: redbot/core/core_commands.py:657 msgid "3rd-party extensions without statements\n" msgstr "Rozszerzenia stron trzecich bez oświadczeń\n" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:668 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "Oto wygenerowana strona z oświadczeniami dostarczonymi przez rozszerzenia stron trzecich." -#: redbot/core/core_commands.py:679 +#: redbot/core/core_commands.py:684 msgid "Did not get confirmation, cancelling." msgstr "Nie otrzymano potwierdzenia, anulowanie." -#: redbot/core/core_commands.py:684 +#: redbot/core/core_commands.py:689 msgid "Did not get a matching confirmation, cancelling." msgstr "Nie otrzymano odpowiedniego potwierdzenia, anulowanie." -#: redbot/core/core_commands.py:695 +#: redbot/core/core_commands.py:700 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -361,25 +361,25 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:710 +#: redbot/core/core_commands.py:715 msgid "This command ({command}) does not support non-interactive usage." msgstr "Ta komenda ({command}) nie obsługuje nieinteraktywnego użycia." -#: redbot/core/core_commands.py:717 +#: redbot/core/core_commands.py:722 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "Spowoduje to, że bot pozbędzie si i/lub odłączy dane od twojej osoby. Nie pozbędzie się danych operacyjnych, takich jak wpisy modlogu, ostrzeżeń czy wyciszeń. Jeśli jesteś pewien/pewna, że tego chcesz, odpowiedz następująco:" -#: redbot/core/core_commands.py:727 +#: redbot/core/core_commands.py:732 msgid "This may take some time." msgstr "To może trochę potrwać." -#: redbot/core/core_commands.py:740 +#: redbot/core/core_commands.py:745 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:755 +#: redbot/core/core_commands.py:760 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." @@ -387,33 +387,33 @@ msgstr "Próbowałem/am usunąć wszystkie nieoperacyjne dane o tobie (które po "Skontaktuj się z właścicielem tego bota, aby rozwiązać ten problem.\n" "Uwaga: Poza tymi błędami dane powinny być usunięte." -#: redbot/core/core_commands.py:765 +#: redbot/core/core_commands.py:770 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:775 +#: redbot/core/core_commands.py:780 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "Usunąłem/am wszelkie nieoperacyjne dane o tobie (które potrafię usunąć) {mention}" -#: redbot/core/core_commands.py:783 redbot/core/core_commands.py:950 -#: redbot/core/core_commands.py:1036 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:788 redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:1041 redbot/core/core_commands.py:1112 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "{mention} Następujące moduły nie obsługują usuwania danych:\n" "{cogs}." -#: redbot/core/core_commands.py:793 +#: redbot/core/core_commands.py:798 #, docstring msgid "[Coming Soon] Get what data [botname] has about you." msgstr "" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:800 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "Ta komenda jeszcze nic nie robi, ale pracujemy nad dodaniem wsparcia dla tego." -#: redbot/core/core_commands.py:804 +#: redbot/core/core_commands.py:809 #, docstring msgid "\n" " Commands for more complete data handling.\n" @@ -422,7 +422,7 @@ msgstr "\n" " Polecenia do bardziej szczegółowego przetwarzania danych.\n" " " -#: redbot/core/core_commands.py:810 +#: redbot/core/core_commands.py:815 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -433,11 +433,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:821 +#: redbot/core/core_commands.py:826 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "Użytkownik może usunąć własne dane. Nie dotyczy to danych operacyjnych, takich jak zablokowani użytkownicy." -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:834 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n\n" @@ -447,11 +447,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:838 +#: redbot/core/core_commands.py:843 msgid "User can not delete their own data." msgstr "Użytkownik nie może usunąć własnych danych." -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:847 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -465,15 +465,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:859 +#: redbot/core/core_commands.py:864 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "Moduły zostaną poinstruowane żeby usunąć wszystkie nieoperacyjne dane na żądanie użytkownika." -#: redbot/core/core_commands.py:867 +#: redbot/core/core_commands.py:872 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "Moduły zostaną poinformowane, że użytkownik złożył wniosek o usunięcie danych, i szczegóły dotyczące usuwania zostaną pozostawione autorowi modułu." -#: redbot/core/core_commands.py:878 +#: redbot/core/core_commands.py:883 #, docstring msgid "\n" " Handle a deletion request from Discord.\n\n" @@ -486,18 +486,18 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:892 +#: redbot/core/core_commands.py:897 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:915 redbot/core/core_commands.py:1072 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +#: redbot/core/core_commands.py:930 redbot/core/core_commands.py:1087 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." @@ -505,17 +505,17 @@ msgstr "Próbowałem/am usunąć wszystkie dane o tym użytkowniku (które potra "Sprawdź swoje logi i skontaktuj się z twórcami tych modułów.\n" "Uwaga: Poza tymi błędami dane powinny być usunięte." -#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +#: redbot/core/core_commands.py:941 redbot/core/core_commands.py:1098 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +#: redbot/core/core_commands.py:951 redbot/core/core_commands.py:1108 msgid "I've deleted all data about that user that I know how to delete." msgstr "Usunąłem/am wszystkie dane które potrafię usunąć o tym użytkowniku." -#: redbot/core/core_commands.py:957 +#: redbot/core/core_commands.py:962 #, docstring msgid "Delete data [botname] has about a user for a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" @@ -526,19 +526,19 @@ msgid "Delete data [botname] has about a user for a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:973 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "Spowoduje to, że bot pozbędzie się lub odłączy wiele nieoperacyjnych danych od określonego użytkownika. Użytkownicy mają w tym celu dostęp do innej komendy, chyba że nie mogą w ogóle wchodzić w interakcję z botem. Jest to z reguły bezpieczna operacja, ale nie powinieneś tego używać, chyba że przetwarzasz żądanie od tego użytkownika, ponieważ może może to wpłynąć na jego korzystanie z bota. \n\n" "Jeśli jesteś pewien, że to jest to, co zamierzasz zrobić, odpowiedz następująco:" -#: redbot/core/core_commands.py:991 +#: redbot/core/core_commands.py:996 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1006 +#: redbot/core/core_commands.py:1011 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." @@ -546,17 +546,17 @@ msgstr "Próbowałem/am usunąć wszystkie nieoperacyjne dane o tym użytkowniku "Sprawdź swoje logi i skontaktuj się z twórcami tych modułów.\n" "Uwaga: Poza tymi błędami dane powinny być usunięte." -#: redbot/core/core_commands.py:1017 +#: redbot/core/core_commands.py:1022 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1033 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "Usunąłem/am wszystkie nieoperacyjne dane, które potrafię usunąć, o tym użytkowniku." -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1048 #, docstring msgid "Delete data [botname] has about a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" @@ -566,13 +566,13 @@ msgid "Delete data [botname] has about a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1053 +#: redbot/core/core_commands.py:1058 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "Spowoduje to, że bot pozbędzie się lub odłączy wiele danych o określonym użytkowniku. Może to obejmować więcej niż tylko dane użytkownika końcowego, w tym rekordy dotyczące przeciwdziałań nadużyciom.\n\n" "Jeśli jesteś pewien, że to jest to, co zamierzasz zrobić, odpowiedz następująco:" -#: redbot/core/core_commands.py:1114 +#: redbot/core/core_commands.py:1119 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -592,7 +592,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1136 +#: redbot/core/core_commands.py:1141 #, docstring msgid "\n" " Show the current embed settings.\n\n" @@ -606,42 +606,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1153 redbot/core/core_commands.py:1309 -#: redbot/core/core_commands.py:1360 redbot/core/core_commands.py:4236 -#: redbot/core/core_commands.py:4279 redbot/core/core_commands.py:4345 -#: redbot/core/core_commands.py:4376 +#: redbot/core/core_commands.py:1158 redbot/core/core_commands.py:1314 +#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:4282 +#: redbot/core/core_commands.py:4325 redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4422 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "Nie mogłem znaleźć komendy. Pamiętaj, że ma tutaj znaczenie wielkość znaków." -#: redbot/core/core_commands.py:1159 +#: redbot/core/core_commands.py:1164 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1161 +#: redbot/core/core_commands.py:1166 msgid "Global default: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1171 msgid "Global command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1172 +#: redbot/core/core_commands.py:1177 msgid "Guild setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1177 +#: redbot/core/core_commands.py:1182 msgid "Server command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1183 +#: redbot/core/core_commands.py:1188 msgid "Channel setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1191 msgid "User setting: {value}" msgstr "" -#: redbot/core/core_commands.py:1192 +#: redbot/core/core_commands.py:1197 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -653,15 +653,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1206 +#: redbot/core/core_commands.py:1211 msgid "Embeds are now disabled by default." msgstr "" -#: redbot/core/core_commands.py:1209 +#: redbot/core/core_commands.py:1214 msgid "Embeds are now enabled by default." msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1220 #, docstring msgid "\n" " Set the server's embed setting.\n\n" @@ -677,20 +677,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1234 redbot/core/core_commands.py:1318 -#: redbot/core/core_commands.py:1409 redbot/core/core_commands.py:1440 +#: redbot/core/core_commands.py:1239 redbot/core/core_commands.py:1323 +#: redbot/core/core_commands.py:1414 redbot/core/core_commands.py:1445 msgid "Embeds will now fall back to the global setting." msgstr "Embedy będą teraz używać globalnego ustawienia." -#: redbot/core/core_commands.py:1239 +#: redbot/core/core_commands.py:1244 msgid "Embeds are now enabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1241 +#: redbot/core/core_commands.py:1246 msgid "Embeds are now disabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1249 +#: redbot/core/core_commands.py:1254 #, docstring msgid "\n" " Sets a command's embed setting.\n\n" @@ -707,11 +707,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1278 +#: redbot/core/core_commands.py:1283 msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." msgstr "" -#: redbot/core/core_commands.py:1289 +#: redbot/core/core_commands.py:1294 #, docstring msgid "\n" " Sets a command's embed setting globally.\n\n" @@ -727,15 +727,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1375 +#: redbot/core/core_commands.py:1329 redbot/core/core_commands.py:1380 msgid "Embeds are now enabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1330 redbot/core/core_commands.py:1381 +#: redbot/core/core_commands.py:1335 redbot/core/core_commands.py:1386 msgid "Embeds are now disabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1340 +#: redbot/core/core_commands.py:1345 #, docstring msgid "\n" " Sets a commmand's embed setting for the current server.\n\n" @@ -751,11 +751,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1369 +#: redbot/core/core_commands.py:1374 msgid "Embeds will now fall back to the server setting." msgstr "" -#: redbot/core/core_commands.py:1390 +#: redbot/core/core_commands.py:1395 #, docstring msgid "\n" " Set's a channel's embed setting.\n\n" @@ -771,21 +771,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1419 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "enabled" msgstr "włączone" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "disabled" msgstr "wyłączone" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1426 #, docstring msgid "\n" " Sets personal embed setting for DMs.\n\n" @@ -801,15 +801,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1450 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1452 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1453 +#: redbot/core/core_commands.py:1458 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead.\n\n" @@ -822,11 +822,11 @@ msgid "Sends to the owner the last command exception that has occurred.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:1487 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1487 +#: redbot/core/core_commands.py:1492 #, docstring msgid "Shows [botname]'s invite url.\n\n" " This will always send the invite to DMs to keep it private.\n\n" @@ -836,12 +836,12 @@ msgid "Shows [botname]'s invite url.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1512 #, docstring msgid "Commands to setup [botname]'s invite settings." msgstr "" -#: redbot/core/core_commands.py:1512 +#: redbot/core/core_commands.py:1517 #, docstring msgid "\n" " Toggles if `[p]invite` should be accessible for the average user.\n\n" @@ -853,7 +853,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1549 +#: redbot/core/core_commands.py:1554 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -868,7 +868,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 #, docstring msgid "\n" " Leaves servers.\n\n" @@ -883,43 +900,43 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1588 +#: redbot/core/core_commands.py:1613 msgid "You need to specify at least one server ID." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:1620 msgid "You haven't passed any server ID. Do you want me to leave this server?" msgstr "" -#: redbot/core/core_commands.py:1600 +#: redbot/core/core_commands.py:1625 msgid "Are you sure you want me to leave these servers?" msgstr "" -#: redbot/core/core_commands.py:1608 +#: redbot/core/core_commands.py:1633 msgid "I cannot leave the server `{server_name}`: I am the owner of it." msgstr "" -#: redbot/core/core_commands.py:1619 +#: redbot/core/core_commands.py:1644 redbot/core/core_commands.py:2711 msgid "Response timed out." msgstr "Przekroczono limit czasu odpowiedzi." -#: redbot/core/core_commands.py:1624 +#: redbot/core/core_commands.py:1649 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1652 msgid "Alright. Leaving {number} servers..." msgstr "" -#: redbot/core/core_commands.py:1634 +#: redbot/core/core_commands.py:1659 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1636 +#: redbot/core/core_commands.py:1661 msgid "Alright, I'm not leaving those servers." msgstr "" -#: redbot/core/core_commands.py:1641 +#: redbot/core/core_commands.py:1666 #, docstring msgid "\n" " Lists the servers [botname] is currently in.\n\n" @@ -927,7 +944,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:1684 #, docstring msgid "Loads cog packages from the local paths and installed cogs.\n\n" " See packages available to load with `[p]cogs`.\n\n" @@ -940,67 +957,67 @@ msgid "Loads cog packages from the local paths and installed cogs.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1688 +#: redbot/core/core_commands.py:1713 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1693 +#: redbot/core/core_commands.py:1718 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1722 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1729 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1709 +#: redbot/core/core_commands.py:1734 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1717 redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1742 redbot/core/core_commands.py:1898 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1723 redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1748 redbot/core/core_commands.py:1904 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1732 redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1757 redbot/core/core_commands.py:1913 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1736 redbot/core/core_commands.py:1892 +#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1744 +#: redbot/core/core_commands.py:1769 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1748 +#: redbot/core/core_commands.py:1773 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1755 +#: redbot/core/core_commands.py:1780 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1786 redbot/core/core_commands.py:1942 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1780 +#: redbot/core/core_commands.py:1805 #, docstring msgid "Unloads previously loaded cog packages.\n\n" " See packages available to unload with `[p]cogs`.\n\n" @@ -1012,23 +1029,23 @@ msgid "Unloads previously loaded cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1798 +#: redbot/core/core_commands.py:1823 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1827 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1809 +#: redbot/core/core_commands.py:1834 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1813 +#: redbot/core/core_commands.py:1838 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1826 +#: redbot/core/core_commands.py:1851 #, docstring msgid "Reloads cog packages.\n\n" " This will unload and then load the specified cogs.\n\n" @@ -1041,36 +1058,36 @@ msgid "Reloads cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:1880 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1860 +#: redbot/core/core_commands.py:1885 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1890 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1900 +#: redbot/core/core_commands.py:1925 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1904 +#: redbot/core/core_commands.py:1929 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1936 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Shuts down the bot.\n\n" " Allows [botname] to shut down gracefully.\n\n" @@ -1083,11 +1100,11 @@ msgid "Shuts down the bot.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1974 msgid "Shutting down... " msgstr "Wyłączanie... " -#: redbot/core/core_commands.py:1955 +#: redbot/core/core_commands.py:1980 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -1100,30 +1117,30 @@ msgid "Attempts to restart [botname].\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1969 +#: redbot/core/core_commands.py:1994 msgid "Restarting..." msgstr "Restartowanie..." -#: redbot/core/core_commands.py:1974 +#: redbot/core/core_commands.py:1999 #, docstring msgid "Commands for changing [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1978 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1996 +#: redbot/core/core_commands.py:2021 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2042 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -1131,7 +1148,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:2039 +#: redbot/core/core_commands.py:2064 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -1146,23 +1163,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2060 +#: redbot/core/core_commands.py:2085 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:2062 +#: redbot/core/core_commands.py:2087 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2092 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2099 msgid "I will not delete command messages." msgstr "Nie usunę wiadomości komend." -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2104 #, docstring msgid "\n" " Sets the bot's description.\n\n" @@ -1178,15 +1195,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2099 +#: redbot/core/core_commands.py:2124 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:2102 +#: redbot/core/core_commands.py:2127 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2141 #, docstring msgid "\n" " Adds an admin role for this guild.\n\n" @@ -1204,15 +1221,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2136 +#: redbot/core/core_commands.py:2161 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:2138 +#: redbot/core/core_commands.py:2163 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2144 +#: redbot/core/core_commands.py:2169 #, docstring msgid "\n" " Adds a moderator role for this guild.\n\n" @@ -1229,15 +1246,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2188 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:2165 +#: redbot/core/core_commands.py:2190 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2171 +#: redbot/core/core_commands.py:2196 #, docstring msgid "\n" " Removes an admin role for this guild.\n\n" @@ -1249,15 +1266,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2208 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:2185 +#: redbot/core/core_commands.py:2210 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2191 +#: redbot/core/core_commands.py:2216 #, docstring msgid "\n" " Removes a mod role for this guild.\n\n" @@ -1269,15 +1286,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2228 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2230 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2211 +#: redbot/core/core_commands.py:2236 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -1288,19 +1305,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2248 msgid "The bot {} use its configured color for embeds." msgstr "Bot {} używał swojego skonfigurowanego koloru dla embedów." -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will not" msgstr "nie będzie" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will" msgstr "będzie" -#: redbot/core/core_commands.py:2232 +#: redbot/core/core_commands.py:2257 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -1312,11 +1329,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2247 +#: redbot/core/core_commands.py:2272 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2280 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -1327,11 +1344,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2268 +#: redbot/core/core_commands.py:2293 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:2276 +#: redbot/core/core_commands.py:2301 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1348,15 +1365,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2321 msgid "The color has been reset." msgstr "Kolor został zresetowany." -#: redbot/core/core_commands.py:2299 +#: redbot/core/core_commands.py:2324 msgid "The color has been set." msgstr "Kolor został ustawiony." -#: redbot/core/core_commands.py:2304 +#: redbot/core/core_commands.py:2329 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL.\n\n" @@ -1369,28 +1386,28 @@ msgid "Sets [botname]'s avatar\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2327 +#: redbot/core/core_commands.py:2352 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:2329 +#: redbot/core/core_commands.py:2354 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:2339 +#: redbot/core/core_commands.py:2364 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:2346 +#: redbot/core/core_commands.py:2371 msgid "JPG / PNG format only." msgstr "Tylko formaty JPG / PNG." -#: redbot/core/core_commands.py:2348 redbot/core/core_commands.py:2575 -#: redbot/core/core_commands.py:2631 redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:2373 redbot/core/core_commands.py:2600 +#: redbot/core/core_commands.py:2656 redbot/core/core_commands.py:2680 msgid "Done." msgstr "Gotowe." -#: redbot/core/core_commands.py:2353 +#: redbot/core/core_commands.py:2378 #, docstring msgid "\n" " Removes [botname]'s avatar.\n\n" @@ -1399,11 +1416,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2386 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2392 #, docstring msgid "Sets [botname]'s playing status.\n\n" " This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" @@ -1416,19 +1433,19 @@ msgid "Sets [botname]'s playing status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2383 +#: redbot/core/core_commands.py:2408 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2391 +#: redbot/core/core_commands.py:2416 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:2393 +#: redbot/core/core_commands.py:2418 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:2399 +#: redbot/core/core_commands.py:2424 #, docstring msgid "Sets [botname]'s listening status.\n\n" " This will appear as `Listening to `.\n\n" @@ -1440,19 +1457,19 @@ msgid "Sets [botname]'s listening status.\n\n" " - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2416 +#: redbot/core/core_commands.py:2441 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2425 +#: redbot/core/core_commands.py:2450 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2453 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2459 #, docstring msgid "Sets [botname]'s watching status.\n\n" " This will appear as `Watching `.\n\n" @@ -1464,19 +1481,19 @@ msgid "Sets [botname]'s watching status.\n\n" " - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2475 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2482 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:2459 +#: redbot/core/core_commands.py:2484 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:2465 +#: redbot/core/core_commands.py:2490 #, docstring msgid "Sets [botname]'s competing status.\n\n" " This will appear as `Competing in `.\n\n" @@ -1488,19 +1505,19 @@ msgid "Sets [botname]'s competing status.\n\n" " - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2482 +#: redbot/core/core_commands.py:2507 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2491 +#: redbot/core/core_commands.py:2516 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:2494 +#: redbot/core/core_commands.py:2519 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:2500 +#: redbot/core/core_commands.py:2525 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1516,11 +1533,11 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:2555 msgid "Status changed to {}." msgstr "Status zmieniony na %s." -#: redbot/core/core_commands.py:2538 +#: redbot/core/core_commands.py:2563 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" @@ -1536,15 +1553,15 @@ msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " - `` - The text to follow `Streaming` in the status." msgstr "" -#: redbot/core/core_commands.py:2563 +#: redbot/core/core_commands.py:2588 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2591 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2580 +#: redbot/core/core_commands.py:2605 #, docstring msgid "Sets [botname]'s username.\n\n" " Maximum length for a username is 32 characters.\n\n" @@ -1557,28 +1574,28 @@ msgid "Sets [botname]'s username.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2596 +#: redbot/core/core_commands.py:2621 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2603 +#: redbot/core/core_commands.py:2628 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2609 +#: redbot/core/core_commands.py:2634 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2619 +#: redbot/core/core_commands.py:2644 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2629 +#: redbot/core/core_commands.py:2654 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2662 #, docstring msgid "Sets [botname]'s nickname for the current server.\n\n" " Maximum length for a nickname is 32 characters.\n\n" @@ -1589,15 +1606,15 @@ msgid "Sets [botname]'s nickname for the current server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2649 +#: redbot/core/core_commands.py:2674 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2653 +#: redbot/core/core_commands.py:2678 msgid "I lack the permissions to change my own nickname." msgstr "Nie mam uprawnień do zmiany mojego pseudonimu." -#: redbot/core/core_commands.py:2660 +#: redbot/core/core_commands.py:2685 #, docstring msgid "Sets [botname]'s global prefix(es).\n\n" " Warning: This is not additive. It will replace all current prefixes.\n\n" @@ -1612,20 +1629,30 @@ msgid "Sets [botname]'s global prefix(es).\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2677 +#: redbot/core/core_commands.py:2702 +msgid "Warning: A prefix is above the recommended length (20 characters).\n" +"Do you want to continue? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:2715 +msgid "Cancelled." +msgstr "Anulowano." + +#: redbot/core/core_commands.py:2719 msgid "Prefix set." msgstr "Prefiks ustawiony." -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:2721 msgid "Prefixes set." msgstr "" -#: redbot/core/core_commands.py:2685 +#: redbot/core/core_commands.py:2727 #, docstring msgid "\n" " Sets [botname]'s server prefix(es).\n\n" " Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" -" This is not additive. It will replace all current server prefixes.\n\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 20 characters.\n\n" " **Examples:**\n" " - `[p]set serverprefix !`\n" " - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" @@ -1636,19 +1663,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2702 +#: redbot/core/core_commands.py:2745 msgid "Server prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2748 +msgid "You cannot have a prefix longer than 20 characters." +msgstr "" + +#: redbot/core/core_commands.py:2753 msgid "Server prefix set." msgstr "" -#: redbot/core/core_commands.py:2709 +#: redbot/core/core_commands.py:2755 msgid "Server prefixes set." msgstr "" -#: redbot/core/core_commands.py:2714 +#: redbot/core/core_commands.py:2760 #, docstring msgid "\n" " Changes the bot's default locale.\n\n" @@ -1665,21 +1696,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2735 redbot/core/core_commands.py:2779 -#: redbot/core/core_commands.py:2818 redbot/core/core_commands.py:2862 +#: redbot/core/core_commands.py:2781 redbot/core/core_commands.py:2825 +#: redbot/core/core_commands.py:2864 redbot/core/core_commands.py:2908 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2739 redbot/core/core_commands.py:2783 -#: redbot/core/core_commands.py:2822 redbot/core/core_commands.py:2866 +#: redbot/core/core_commands.py:2785 redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2868 redbot/core/core_commands.py:2912 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:2792 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2752 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1697,15 +1728,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2774 +#: redbot/core/core_commands.py:2820 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2789 +#: redbot/core/core_commands.py:2835 msgid "Locale has been set." msgstr "Język został ustawiony." -#: redbot/core/core_commands.py:2795 +#: redbot/core/core_commands.py:2841 #, docstring msgid "\n" " Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1720,15 +1751,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2812 +#: redbot/core/core_commands.py:2858 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2875 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2837 +#: redbot/core/core_commands.py:2883 #, docstring msgid "\n" " Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1743,15 +1774,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2855 +#: redbot/core/core_commands.py:2901 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2873 +#: redbot/core/core_commands.py:2919 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2881 +#: redbot/core/core_commands.py:2927 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1766,19 +1797,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2898 +#: redbot/core/core_commands.py:2944 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2948 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2905 +#: redbot/core/core_commands.py:2951 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2956 #, docstring msgid "\n" " Commands to set, list or remove various external API tokens.\n\n" @@ -1795,11 +1826,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2931 +#: redbot/core/core_commands.py:2977 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2935 +#: redbot/core/core_commands.py:2981 #, docstring msgid "\n" " Show all external API services along with their keys that have been set.\n\n" @@ -1809,19 +1840,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2946 +#: redbot/core/core_commands.py:2992 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2961 +#: redbot/core/core_commands.py:3007 #, docstring msgid "\n" " Remove the given services with all their keys and tokens.\n\n" @@ -1832,20 +1863,20 @@ msgid "\n" " - `` - The services to remove." msgstr "" -#: redbot/core/core_commands.py:2976 +#: redbot/core/core_commands.py:3022 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2980 +#: redbot/core/core_commands.py:3026 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2985 +#: redbot/core/core_commands.py:3031 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2990 +#: redbot/core/core_commands.py:3036 #, docstring msgid "\n" " Commands to manage settings for the help command.\n\n" @@ -1853,7 +1884,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2999 +#: redbot/core/core_commands.py:3045 #, docstring msgid "\n" " Show the current help settings.\n\n" @@ -1863,11 +1894,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3013 +#: redbot/core/core_commands.py:3059 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:3023 +#: redbot/core/core_commands.py:3069 #, docstring msgid "\n" " This resets [botname]'s help formatter to the default formatter.\n\n" @@ -1876,11 +1907,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3032 +#: redbot/core/core_commands.py:3078 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:3041 +#: redbot/core/core_commands.py:3087 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1890,11 +1921,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3051 +#: redbot/core/core_commands.py:3097 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3105 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1910,15 +1941,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3079 +#: redbot/core/core_commands.py:3125 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:3081 +#: redbot/core/core_commands.py:3127 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:3085 +#: redbot/core/core_commands.py:3131 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1932,15 +1963,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3102 +#: redbot/core/core_commands.py:3148 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3104 +#: redbot/core/core_commands.py:3150 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3154 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1954,15 +1985,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3125 +#: redbot/core/core_commands.py:3171 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3127 +#: redbot/core/core_commands.py:3173 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3131 +#: redbot/core/core_commands.py:3177 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent to a DM.\n\n" @@ -1978,15 +2009,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3152 +#: redbot/core/core_commands.py:3198 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3154 +#: redbot/core/core_commands.py:3200 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3158 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be filtered from help.\n\n" @@ -2000,15 +2031,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3175 +#: redbot/core/core_commands.py:3221 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:3177 +#: redbot/core/core_commands.py:3223 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:3181 +#: redbot/core/core_commands.py:3227 #, docstring msgid "\n" " Sets whether the bot should respond to help commands for nonexistent topics.\n\n" @@ -2024,15 +2055,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3202 +#: redbot/core/core_commands.py:3248 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3251 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:3213 +#: redbot/core/core_commands.py:3259 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " Note: This setting only applies to embedded help.\n\n" @@ -2047,15 +2078,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3230 +#: redbot/core/core_commands.py:3276 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:3234 +#: redbot/core/core_commands.py:3280 msgid "Done. The character limit per page has been set to {}." msgstr "Gotowe. Limit znaków na stronę został ustawiony na {}." -#: redbot/core/core_commands.py:3238 +#: redbot/core/core_commands.py:3284 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " Note: This setting does not apply to menu help.\n\n" @@ -2071,15 +2102,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3283 +#: redbot/core/core_commands.py:3302 redbot/core/core_commands.py:3329 msgid "You must give a value of zero or greater!" msgstr "Musisz podać wartość zero lub większą!" -#: redbot/core/core_commands.py:3260 +#: redbot/core/core_commands.py:3306 msgid "Done. The page limit has been set to {}." msgstr "Gotowe. Limit stron został ustawiony na {}." -#: redbot/core/core_commands.py:3265 +#: redbot/core/core_commands.py:3311 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -2096,19 +2127,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3332 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3337 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:3293 +#: redbot/core/core_commands.py:3339 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:3297 +#: redbot/core/core_commands.py:3343 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -2122,19 +2153,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3312 +#: redbot/core/core_commands.py:3358 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:3316 +#: redbot/core/core_commands.py:3362 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:3324 +#: redbot/core/core_commands.py:3370 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:3329 +#: redbot/core/core_commands.py:3375 #, docstring msgid "Sends a message to the owner.\n\n" " This is limited to one message every 60 seconds per person.\n\n" @@ -2145,43 +2176,43 @@ msgid "Sends a message to the owner.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3341 +#: redbot/core/core_commands.py:3387 msgid "User ID: {}" msgstr "ID użytkownika: {}" -#: redbot/core/core_commands.py:3344 +#: redbot/core/core_commands.py:3390 msgid "through DM" msgstr "przez PW" -#: redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3392 msgid "from {}" msgstr "z {}" -#: redbot/core/core_commands.py:3347 +#: redbot/core/core_commands.py:3393 msgid " | Server ID: {}" msgstr " | ID serwera: {}" -#: redbot/core/core_commands.py:3352 +#: redbot/core/core_commands.py:3398 msgid "Use `{}dm {} ` to reply to this user" msgstr "Użyj `{}dm {} `, by odpowiedzieć temu użytkownikowi" -#: redbot/core/core_commands.py:3354 +#: redbot/core/core_commands.py:3400 msgid "Sent by {} {}" msgstr "Wysłane przez {} {}" -#: redbot/core/core_commands.py:3359 +#: redbot/core/core_commands.py:3405 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:3430 +#: redbot/core/core_commands.py:3476 msgid "Your message has been sent." msgstr "Twoja wiadomość została wysłana." -#: redbot/core/core_commands.py:3432 +#: redbot/core/core_commands.py:3478 msgid "I'm unable to deliver your message. Sorry." msgstr "Nie mogę wysłać twojej wiadomości. Przepraszam." -#: redbot/core/core_commands.py:3437 +#: redbot/core/core_commands.py:3483 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n\n" @@ -2194,41 +2225,41 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3453 +#: redbot/core/core_commands.py:3499 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3509 msgid "Owner of {}" msgstr "Właściciel {}" -#: redbot/core/core_commands.py:3464 +#: redbot/core/core_commands.py:3510 msgid "You can reply to this message with {}contact" msgstr "Możesz odpowiedzieć na tę wiadomość za pomocą {}contact" -#: redbot/core/core_commands.py:3478 redbot/core/core_commands.py:3488 +#: redbot/core/core_commands.py:3524 redbot/core/core_commands.py:3534 msgid "Sorry, I couldn't deliver your message to {}" msgstr "Sorry, nie mogę dostarczyć Twojej wiadomości do {}" -#: redbot/core/core_commands.py:3481 redbot/core/core_commands.py:3491 +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3537 msgid "Message delivered to {}" msgstr "Wiadomość dostarczona do {}" -#: redbot/core/core_commands.py:3496 +#: redbot/core/core_commands.py:3542 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:3500 +#: redbot/core/core_commands.py:3546 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:3506 +#: redbot/core/core_commands.py:3552 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:3593 +#: redbot/core/core_commands.py:3639 #, docstring msgid "\n" " Commands to manage the allowlist.\n\n" @@ -2237,7 +2268,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3604 +#: redbot/core/core_commands.py:3650 #, docstring msgid "\n" " Adds users to the allowlist.\n\n" @@ -2249,15 +2280,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3663 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3619 +#: redbot/core/core_commands.py:3665 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3623 +#: redbot/core/core_commands.py:3669 #, docstring msgid "\n" " Lists users on the allowlist.\n\n" @@ -2266,21 +2297,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3635 +#: redbot/core/core_commands.py:3681 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3637 +#: redbot/core/core_commands.py:3683 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3641 redbot/core/core_commands.py:3739 +#: redbot/core/core_commands.py:3687 redbot/core/core_commands.py:3785 #: redbot/core/modlog.py:428 redbot/core/modlog.py:450 #: redbot/core/modlog.py:466 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/core_commands.py:3649 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Removes users from the allowlist.\n\n" @@ -2293,15 +2324,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3664 +#: redbot/core/core_commands.py:3710 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3666 +#: redbot/core/core_commands.py:3712 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3670 +#: redbot/core/core_commands.py:3716 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2311,11 +2342,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3725 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3684 +#: redbot/core/core_commands.py:3730 #, docstring msgid "\n" " Commands to manage the blocklist.\n\n" @@ -2323,7 +2354,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3693 +#: redbot/core/core_commands.py:3739 #, docstring msgid "\n" " Adds users to the blocklist.\n\n" @@ -2335,19 +2366,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3709 +#: redbot/core/core_commands.py:3755 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3715 +#: redbot/core/core_commands.py:3761 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3717 +#: redbot/core/core_commands.py:3763 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3721 +#: redbot/core/core_commands.py:3767 #, docstring msgid "\n" " Lists users on the blocklist.\n\n" @@ -2356,15 +2387,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3733 +#: redbot/core/core_commands.py:3779 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3735 +#: redbot/core/core_commands.py:3781 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3747 +#: redbot/core/core_commands.py:3793 #, docstring msgid "\n" " Removes users from the blocklist.\n\n" @@ -2376,15 +2407,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3760 +#: redbot/core/core_commands.py:3806 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3762 +#: redbot/core/core_commands.py:3808 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3766 +#: redbot/core/core_commands.py:3812 #, docstring msgid "\n" " Clears the blocklist.\n\n" @@ -2393,11 +2424,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3773 +#: redbot/core/core_commands.py:3819 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3779 +#: redbot/core/core_commands.py:3825 #, docstring msgid "\n" " Commands to manage the server specific allowlist.\n\n" @@ -2406,7 +2437,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3792 +#: redbot/core/core_commands.py:3838 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n\n" @@ -2419,19 +2450,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3811 +#: redbot/core/core_commands.py:3857 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:3820 +#: redbot/core/core_commands.py:3866 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3822 +#: redbot/core/core_commands.py:3868 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3826 +#: redbot/core/core_commands.py:3872 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n\n" @@ -2440,19 +2471,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3838 +#: redbot/core/core_commands.py:3884 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3840 +#: redbot/core/core_commands.py:3886 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:3844 redbot/core/core_commands.py:3966 +#: redbot/core/core_commands.py:3890 redbot/core/core_commands.py:4012 msgid "Unknown or Deleted User/Role" msgstr "" -#: redbot/core/core_commands.py:3854 +#: redbot/core/core_commands.py:3900 #, docstring msgid "\n" " Removes user or role from the allowlist.\n\n" @@ -2466,19 +2497,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3875 +#: redbot/core/core_commands.py:3921 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3883 +#: redbot/core/core_commands.py:3929 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3885 +#: redbot/core/core_commands.py:3931 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3889 +#: redbot/core/core_commands.py:3935 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2488,11 +2519,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3898 +#: redbot/core/core_commands.py:3944 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3904 +#: redbot/core/core_commands.py:3950 #, docstring msgid "\n" " Commands to manage the server specific blocklist.\n\n" @@ -2500,7 +2531,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3915 +#: redbot/core/core_commands.py:3961 #, docstring msgid "\n" " Adds a user or role to the local blocklist.\n\n" @@ -2513,27 +2544,27 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3929 +#: redbot/core/core_commands.py:3975 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3932 +#: redbot/core/core_commands.py:3978 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3935 +#: redbot/core/core_commands.py:3981 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3942 +#: redbot/core/core_commands.py:3988 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3944 +#: redbot/core/core_commands.py:3990 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3948 +#: redbot/core/core_commands.py:3994 #, docstring msgid "\n" " Lists users and roles on the server blocklist.\n\n" @@ -2542,15 +2573,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3960 +#: redbot/core/core_commands.py:4006 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3962 +#: redbot/core/core_commands.py:4008 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3976 +#: redbot/core/core_commands.py:4022 #, docstring msgid "\n" " Removes user or role from local blocklist.\n\n" @@ -2563,15 +2594,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3992 +#: redbot/core/core_commands.py:4038 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3994 +#: redbot/core/core_commands.py:4040 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3998 +#: redbot/core/core_commands.py:4044 #, docstring msgid "\n" " Clears the server blocklist.\n\n" @@ -2581,16 +2612,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4007 +#: redbot/core/core_commands.py:4053 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:4012 +#: redbot/core/core_commands.py:4058 #, docstring msgid "Commands to enable and disable commands and cogs." msgstr "" -#: redbot/core/core_commands.py:4018 +#: redbot/core/core_commands.py:4064 #, docstring msgid "Set the default state for a cog as disabled.\n\n" " This will disable the cog for all servers by default.\n" @@ -2604,20 +2635,20 @@ msgid "Set the default state for a cog as disabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4034 redbot/core/core_commands.py:4059 -#: redbot/core/core_commands.py:4079 redbot/core/core_commands.py:4109 +#: redbot/core/core_commands.py:4080 redbot/core/core_commands.py:4105 +#: redbot/core/core_commands.py:4125 redbot/core/core_commands.py:4155 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:4036 +#: redbot/core/core_commands.py:4082 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:4038 +#: redbot/core/core_commands.py:4084 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:4043 +#: redbot/core/core_commands.py:4089 #, docstring msgid "Set the default state for a cog as enabled.\n\n" " This will re-enable the cog for all servers by default.\n" @@ -2631,11 +2662,11 @@ msgid "Set the default state for a cog as enabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4061 +#: redbot/core/core_commands.py:4107 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:4066 +#: redbot/core/core_commands.py:4112 #, docstring msgid "Disable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2647,19 +2678,19 @@ msgid "Disable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4081 +#: redbot/core/core_commands.py:4127 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:4083 +#: redbot/core/core_commands.py:4129 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4086 +#: redbot/core/core_commands.py:4132 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4092 +#: redbot/core/core_commands.py:4138 #, docstring msgid "Enable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2671,15 +2702,15 @@ msgid "Enable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4104 +#: redbot/core/core_commands.py:4150 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4112 +#: redbot/core/core_commands.py:4158 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4118 +#: redbot/core/core_commands.py:4164 #, docstring msgid "List the cogs which are disabled in this server.\n\n" " **Example:**\n" @@ -2687,15 +2718,15 @@ msgid "List the cogs which are disabled in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4131 +#: redbot/core/core_commands.py:4177 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:4137 +#: redbot/core/core_commands.py:4183 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:4141 +#: redbot/core/core_commands.py:4187 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2706,7 +2737,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4158 +#: redbot/core/core_commands.py:4204 #, docstring msgid "List disabled commands globally.\n\n" " **Example:**\n" @@ -2714,19 +2745,19 @@ msgid "List disabled commands globally.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4165 +#: redbot/core/core_commands.py:4211 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:4168 +#: redbot/core/core_commands.py:4214 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4172 +#: redbot/core/core_commands.py:4218 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4180 +#: redbot/core/core_commands.py:4226 #, docstring msgid "List disabled commands in this server.\n\n" " **Example:**\n" @@ -2734,19 +2765,19 @@ msgid "List disabled commands in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4187 +#: redbot/core/core_commands.py:4233 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:4190 +#: redbot/core/core_commands.py:4236 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4194 +#: redbot/core/core_commands.py:4240 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4201 +#: redbot/core/core_commands.py:4247 #, docstring msgid "\n" " Disable a command.\n\n" @@ -2760,7 +2791,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4223 +#: redbot/core/core_commands.py:4269 #, docstring msgid "\n" " Disable a command globally.\n\n" @@ -2772,19 +2803,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4242 redbot/core/core_commands.py:4285 +#: redbot/core/core_commands.py:4288 redbot/core/core_commands.py:4331 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:4248 redbot/core/core_commands.py:4291 +#: redbot/core/core_commands.py:4294 redbot/core/core_commands.py:4337 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:4257 +#: redbot/core/core_commands.py:4303 msgid "That command is already disabled globally." msgstr "Ta komenda jest już wyłączona globalnie." -#: redbot/core/core_commands.py:4266 +#: redbot/core/core_commands.py:4312 #, docstring msgid "\n" " Disable a command in this server only.\n\n" @@ -2796,15 +2827,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4296 +#: redbot/core/core_commands.py:4342 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:4306 +#: redbot/core/core_commands.py:4352 msgid "That command is already disabled in this server." msgstr "Ta komenda jest już wyłączona na tym serwerze." -#: redbot/core/core_commands.py:4312 +#: redbot/core/core_commands.py:4358 #, docstring msgid "Enable a command.\n\n" " If you're the bot owner, this will try to enable a globally disabled command by default.\n" @@ -2817,7 +2848,7 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4332 +#: redbot/core/core_commands.py:4378 #, docstring msgid "\n" " Enable a command globally.\n\n" @@ -2829,11 +2860,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4354 +#: redbot/core/core_commands.py:4400 msgid "That command is already enabled globally." msgstr "Ta komenda jest już włączona globalnie." -#: redbot/core/core_commands.py:4363 +#: redbot/core/core_commands.py:4409 #, docstring msgid "\n" " Enable a command in this server.\n\n" @@ -2845,15 +2876,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4381 +#: redbot/core/core_commands.py:4427 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4437 msgid "That command is already enabled in this server." msgstr "Ta komenda jest już włączona na tym serwerze." -#: redbot/core/core_commands.py:4398 +#: redbot/core/core_commands.py:4444 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2867,7 +2898,7 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4419 +#: redbot/core/core_commands.py:4465 #, docstring msgid "\n" " Commands to manage server settings for immunity from automated actions.\n\n" @@ -2875,7 +2906,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4428 +#: redbot/core/core_commands.py:4474 #, docstring msgid "\n" " Gets the current members and roles configured for automatic moderation action immunity.\n\n" @@ -2884,19 +2915,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4441 +#: redbot/core/core_commands.py:4487 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4446 +#: redbot/core/core_commands.py:4492 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4450 +#: redbot/core/core_commands.py:4496 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:4459 +#: redbot/core/core_commands.py:4505 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n\n" @@ -2908,11 +2939,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4471 +#: redbot/core/core_commands.py:4517 msgid "Already added." msgstr "Już istnieje." -#: redbot/core/core_commands.py:4479 +#: redbot/core/core_commands.py:4525 #, docstring msgid "\n" " Remove a user or role from being immune to automated moderation actions.\n\n" @@ -2924,11 +2955,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4491 +#: redbot/core/core_commands.py:4537 msgid "Not in list." msgstr "Brak na liście." -#: redbot/core/core_commands.py:4499 +#: redbot/core/core_commands.py:4545 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n\n" @@ -2940,15 +2971,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4511 +#: redbot/core/core_commands.py:4557 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:4513 +#: redbot/core/core_commands.py:4559 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:4518 +#: redbot/core/core_commands.py:4564 #, docstring msgid "\n" " Commands for configuring owner notifications.\n\n" @@ -2956,7 +2987,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4527 +#: redbot/core/core_commands.py:4573 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2968,7 +2999,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4546 +#: redbot/core/core_commands.py:4592 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n\n" @@ -2979,7 +3010,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4565 +#: redbot/core/core_commands.py:4611 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n\n" @@ -2991,7 +3022,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4591 +#: redbot/core/core_commands.py:4637 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n\n" @@ -3003,7 +3034,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4615 +#: redbot/core/core_commands.py:4661 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n\n" @@ -3012,15 +3043,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4625 +#: redbot/core/core_commands.py:4671 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:4636 +#: redbot/core/core_commands.py:4682 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:4667 +#: redbot/core/core_commands.py:4713 #, docstring msgid "\n" " Commands to add servers or channels to the ignore list.\n\n" @@ -3029,7 +3060,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4677 +#: redbot/core/core_commands.py:4723 #, docstring msgid "\n" " List the currently ignored servers and channels.\n\n" @@ -3038,7 +3069,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4692 +#: redbot/core/core_commands.py:4738 #, docstring msgid "\n" " Ignore commands in the channel or category.\n\n" @@ -3054,15 +3085,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4712 +#: redbot/core/core_commands.py:4758 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:4714 +#: redbot/core/core_commands.py:4760 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:4719 +#: redbot/core/core_commands.py:4765 #, docstring msgid "\n" " Ignore commands in this server.\n\n" @@ -3072,20 +3103,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4730 +#: redbot/core/core_commands.py:4776 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:4732 +#: redbot/core/core_commands.py:4778 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:4738 +#: redbot/core/core_commands.py:4784 #, docstring msgid "Commands to remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4746 +#: redbot/core/core_commands.py:4792 #, docstring msgid "\n" " Remove a channel or category from the ignore list.\n\n" @@ -3100,15 +3131,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4765 +#: redbot/core/core_commands.py:4811 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:4767 +#: redbot/core/core_commands.py:4813 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4772 +#: redbot/core/core_commands.py:4818 #, docstring msgid "\n" " Remove this server from the ignore list.\n\n" @@ -3117,24 +3148,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4781 +#: redbot/core/core_commands.py:4827 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4783 +#: redbot/core/core_commands.py:4829 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4789 +#: redbot/core/core_commands.py:4835 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:4801 +#: redbot/core/core_commands.py:4847 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:4816 +#: redbot/core/core_commands.py:4862 #, docstring msgid "\n" " Get info about Red's licenses.\n" @@ -3167,7 +3198,7 @@ msgid "Evaluate a statement of python code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:166 +#: redbot/core/dev_commands.py:167 #, docstring msgid "Execute asynchronous code.\n\n" " This command wraps code into the body of an async function and then\n" @@ -3187,7 +3218,7 @@ msgid "Execute asynchronous code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:220 +#: redbot/core/dev_commands.py:221 #, docstring msgid "Open an interactive REPL.\n\n" " The REPL will only recognise code as messages which start with a\n" @@ -3196,51 +3227,51 @@ msgid "Open an interactive REPL.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:229 +#: redbot/core/dev_commands.py:230 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "Już działa sesja REPL na tym kanale. Wyjdź za pomocą `quit`." -#: redbot/core/dev_commands.py:233 +#: redbot/core/dev_commands.py:234 msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." msgstr "" -#: redbot/core/dev_commands.py:244 +#: redbot/core/dev_commands.py:245 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." msgstr "" -#: redbot/core/dev_commands.py:258 +#: redbot/core/dev_commands.py:259 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:309 +#: redbot/core/dev_commands.py:310 msgid "Unexpected error: `{}`" msgstr "Nieoczekiwany błąd: `{}`" -#: redbot/core/dev_commands.py:313 +#: redbot/core/dev_commands.py:314 #, docstring msgid "Pauses/resumes the REPL running in the current channel" msgstr "" -#: redbot/core/dev_commands.py:315 +#: redbot/core/dev_commands.py:316 msgid "There is no currently running REPL session in this channel." msgstr "" -#: redbot/core/dev_commands.py:323 +#: redbot/core/dev_commands.py:324 msgid "The REPL session in this channel has been resumed." msgstr "" -#: redbot/core/dev_commands.py:325 +#: redbot/core/dev_commands.py:326 msgid "The REPL session in this channel is now paused." msgstr "" -#: redbot/core/dev_commands.py:330 +#: redbot/core/dev_commands.py:331 #, docstring msgid "Mock another user invoking a command.\n\n" " The prefix must not be entered.\n" " " msgstr "" -#: redbot/core/dev_commands.py:343 +#: redbot/core/dev_commands.py:344 #, docstring msgid "Dispatch a message event as if it were sent by a different user.\n\n" " Only reads the raw content of the message. Attachments, embeds etc. are\n" @@ -3248,17 +3279,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:364 +#: redbot/core/dev_commands.py:365 #, docstring msgid "Give bot owners the ability to bypass cooldowns.\n\n" " Does not persist through restarts." msgstr "" -#: redbot/core/dev_commands.py:372 +#: redbot/core/dev_commands.py:373 msgid "Bot owners will now bypass all commands with cooldowns." msgstr "" -#: redbot/core/dev_commands.py:374 +#: redbot/core/dev_commands.py:375 msgid "Bot owners will no longer bypass all commands with cooldowns." msgstr "" diff --git a/redbot/core/locales/pt-BR.po b/redbot/core/locales/pt-BR.po index 77d0be8a2..7ff5bd616 100644 --- a/redbot/core/locales/pt-BR.po +++ b/redbot/core/locales/pt-BR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-05-25 16:04+0000\n" +"POT-Creation-Date: 2021-06-12 15:52+0000\n" "Last-Translator: \n" "Language-Team: Portuguese, Brazilian\n" "MIME-Version: 1.0\n" @@ -140,15 +140,15 @@ msgstr "**{} carregado:**\n" msgid "**{} unloaded:**\n" msgstr "**{} descarregado:**\n" -#: redbot/core/core_commands.py:179 +#: redbot/core/core_commands.py:181 msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:184 +#: redbot/core/core_commands.py:186 msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:393 +#: redbot/core/core_commands.py:398 #, docstring msgid "\n" " The Core cog has many commands related to core functions.\n\n" @@ -156,19 +156,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:410 #, docstring msgid "Pong." msgstr "Pong." -#: redbot/core/core_commands.py:410 +#: redbot/core/core_commands.py:415 #, docstring msgid "Shows info about [botname].\n\n" " See `[p]set custominfo` to customize.\n" " " msgstr "" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:445 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" "(c) Cog Creators" @@ -176,75 +176,75 @@ msgstr "Este bot é uma instância de [Red, um bot para Discord de código abert "Red é apoiado por uma comunidade apaixonada que contribui e cria conteúdo para todos desfrutarem. [Junte-se a nós hoje]({}) e nos ajude a melhorar!\n\n" "(c) Cog Creators" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by team" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:456 +#: redbot/core/core_commands.py:461 msgid "Red version" msgstr "Versão do Red" -#: redbot/core/core_commands.py:459 redbot/core/core_commands.py:515 +#: redbot/core/core_commands.py:464 redbot/core/core_commands.py:520 msgid "Yes, {version} is available." msgstr "Sim, {version} está disponível." -#: redbot/core/core_commands.py:463 redbot/core/core_commands.py:519 +#: redbot/core/core_commands.py:468 redbot/core/core_commands.py:524 msgid "Checking for updates failed." msgstr "Falha ao procurar por atualizações." -#: redbot/core/core_commands.py:464 +#: redbot/core/core_commands.py:469 msgid "Outdated" msgstr "Desatualizado" -#: redbot/core/core_commands.py:466 +#: redbot/core/core_commands.py:471 msgid "About this instance" msgstr "Sobre esta instância" -#: redbot/core/core_commands.py:467 +#: redbot/core/core_commands.py:472 msgid "About Red" msgstr "Sobre o Red" -#: redbot/core/core_commands.py:470 redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:475 redbot/core/core_commands.py:533 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "Trazer alegria desde 02 de Jan 2016 (mais de {} dias atrás!)" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:483 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:489 +#: redbot/core/core_commands.py:494 msgid "Instance owned by team: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:501 +#: redbot/core/core_commands.py:506 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:520 +#: redbot/core/core_commands.py:525 msgid "Outdated: [{state}]\n" msgstr "" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:528 msgid "**About Red**\n" msgstr "" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:539 msgid "**About this instance**\n" msgstr "" -#: redbot/core/core_commands.py:536 +#: redbot/core/core_commands.py:541 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -255,20 +255,20 @@ msgid "**References**\n" "7. <{}>\n" msgstr "" -#: redbot/core/core_commands.py:552 +#: redbot/core/core_commands.py:557 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:555 +#: redbot/core/core_commands.py:560 msgid "Less than one second" msgstr "Menos de um segundo" -#: redbot/core/core_commands.py:557 +#: redbot/core/core_commands.py:562 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:564 +#: redbot/core/core_commands.py:569 #, docstring msgid "\n" " Commands which interact with the data [botname] has about you.\n\n" @@ -276,7 +276,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:575 +#: redbot/core/core_commands.py:580 #, docstring msgid "\n" " Find out what type of data [botname] stores and why.\n\n" @@ -285,12 +285,12 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:585 +#: redbot/core/core_commands.py:590 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:604 +#: redbot/core/core_commands.py:609 #, docstring msgid "View the End User Data statements of each 3rd-party module.\n\n" " This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" @@ -299,39 +299,39 @@ msgid "View the End User Data statements of each 3rd-party module.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:615 +#: redbot/core/core_commands.py:620 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:625 +#: redbot/core/core_commands.py:630 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:645 +#: redbot/core/core_commands.py:650 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:647 +#: redbot/core/core_commands.py:652 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:652 +#: redbot/core/core_commands.py:657 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:668 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:679 +#: redbot/core/core_commands.py:684 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:684 +#: redbot/core/core_commands.py:689 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:695 +#: redbot/core/core_commands.py:700 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -343,63 +343,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:710 +#: redbot/core/core_commands.py:715 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:717 +#: redbot/core/core_commands.py:722 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:727 +#: redbot/core/core_commands.py:732 msgid "This may take some time." msgstr "" -#: redbot/core/core_commands.py:740 +#: redbot/core/core_commands.py:745 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:755 +#: redbot/core/core_commands.py:760 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:765 +#: redbot/core/core_commands.py:770 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:775 +#: redbot/core/core_commands.py:780 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:783 redbot/core/core_commands.py:950 -#: redbot/core/core_commands.py:1036 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:788 redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:1041 redbot/core/core_commands.py:1112 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:793 +#: redbot/core/core_commands.py:798 #, docstring msgid "[Coming Soon] Get what data [botname] has about you." msgstr "" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:800 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:804 +#: redbot/core/core_commands.py:809 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:810 +#: redbot/core/core_commands.py:815 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -410,11 +410,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:821 +#: redbot/core/core_commands.py:826 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:834 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n\n" @@ -424,11 +424,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:838 +#: redbot/core/core_commands.py:843 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:847 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -442,15 +442,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:859 +#: redbot/core/core_commands.py:864 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:867 +#: redbot/core/core_commands.py:872 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:878 +#: redbot/core/core_commands.py:883 #, docstring msgid "\n" " Handle a deletion request from Discord.\n\n" @@ -463,34 +463,34 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:892 +#: redbot/core/core_commands.py:897 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:915 redbot/core/core_commands.py:1072 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +#: redbot/core/core_commands.py:930 redbot/core/core_commands.py:1087 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +#: redbot/core/core_commands.py:941 redbot/core/core_commands.py:1098 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +#: redbot/core/core_commands.py:951 redbot/core/core_commands.py:1108 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:957 +#: redbot/core/core_commands.py:962 #, docstring msgid "Delete data [botname] has about a user for a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" @@ -501,34 +501,34 @@ msgid "Delete data [botname] has about a user for a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:973 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:991 +#: redbot/core/core_commands.py:996 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1006 +#: redbot/core/core_commands.py:1011 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1017 +#: redbot/core/core_commands.py:1022 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1033 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1048 #, docstring msgid "Delete data [botname] has about a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" @@ -538,12 +538,12 @@ msgid "Delete data [botname] has about a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1053 +#: redbot/core/core_commands.py:1058 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1114 +#: redbot/core/core_commands.py:1119 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -563,7 +563,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1136 +#: redbot/core/core_commands.py:1141 #, docstring msgid "\n" " Show the current embed settings.\n\n" @@ -577,42 +577,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1153 redbot/core/core_commands.py:1309 -#: redbot/core/core_commands.py:1360 redbot/core/core_commands.py:4236 -#: redbot/core/core_commands.py:4279 redbot/core/core_commands.py:4345 -#: redbot/core/core_commands.py:4376 +#: redbot/core/core_commands.py:1158 redbot/core/core_commands.py:1314 +#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:4282 +#: redbot/core/core_commands.py:4325 redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4422 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:1159 +#: redbot/core/core_commands.py:1164 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1161 +#: redbot/core/core_commands.py:1166 msgid "Global default: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1171 msgid "Global command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1172 +#: redbot/core/core_commands.py:1177 msgid "Guild setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1177 +#: redbot/core/core_commands.py:1182 msgid "Server command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1183 +#: redbot/core/core_commands.py:1188 msgid "Channel setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1191 msgid "User setting: {value}" msgstr "" -#: redbot/core/core_commands.py:1192 +#: redbot/core/core_commands.py:1197 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -624,15 +624,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1206 +#: redbot/core/core_commands.py:1211 msgid "Embeds are now disabled by default." msgstr "" -#: redbot/core/core_commands.py:1209 +#: redbot/core/core_commands.py:1214 msgid "Embeds are now enabled by default." msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1220 #, docstring msgid "\n" " Set the server's embed setting.\n\n" @@ -648,20 +648,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1234 redbot/core/core_commands.py:1318 -#: redbot/core/core_commands.py:1409 redbot/core/core_commands.py:1440 +#: redbot/core/core_commands.py:1239 redbot/core/core_commands.py:1323 +#: redbot/core/core_commands.py:1414 redbot/core/core_commands.py:1445 msgid "Embeds will now fall back to the global setting." msgstr "As mensagens incorporadas agora voltarão para a configuração global." -#: redbot/core/core_commands.py:1239 +#: redbot/core/core_commands.py:1244 msgid "Embeds are now enabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1241 +#: redbot/core/core_commands.py:1246 msgid "Embeds are now disabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1249 +#: redbot/core/core_commands.py:1254 #, docstring msgid "\n" " Sets a command's embed setting.\n\n" @@ -678,11 +678,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1278 +#: redbot/core/core_commands.py:1283 msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." msgstr "" -#: redbot/core/core_commands.py:1289 +#: redbot/core/core_commands.py:1294 #, docstring msgid "\n" " Sets a command's embed setting globally.\n\n" @@ -698,15 +698,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1375 +#: redbot/core/core_commands.py:1329 redbot/core/core_commands.py:1380 msgid "Embeds are now enabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1330 redbot/core/core_commands.py:1381 +#: redbot/core/core_commands.py:1335 redbot/core/core_commands.py:1386 msgid "Embeds are now disabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1340 +#: redbot/core/core_commands.py:1345 #, docstring msgid "\n" " Sets a commmand's embed setting for the current server.\n\n" @@ -722,11 +722,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1369 +#: redbot/core/core_commands.py:1374 msgid "Embeds will now fall back to the server setting." msgstr "" -#: redbot/core/core_commands.py:1390 +#: redbot/core/core_commands.py:1395 #, docstring msgid "\n" " Set's a channel's embed setting.\n\n" @@ -742,21 +742,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1419 msgid "Embeds are now {} for this channel." msgstr "As mensagens incorporadas agora são {} para este canal." -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "enabled" msgstr "habilitado" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "disabled" msgstr "desabilitado" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1426 #, docstring msgid "\n" " Sets personal embed setting for DMs.\n\n" @@ -772,15 +772,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1450 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1452 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1453 +#: redbot/core/core_commands.py:1458 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead.\n\n" @@ -793,11 +793,11 @@ msgid "Sends to the owner the last command exception that has occurred.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:1487 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1487 +#: redbot/core/core_commands.py:1492 #, docstring msgid "Shows [botname]'s invite url.\n\n" " This will always send the invite to DMs to keep it private.\n\n" @@ -807,12 +807,12 @@ msgid "Shows [botname]'s invite url.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1512 #, docstring msgid "Commands to setup [botname]'s invite settings." msgstr "" -#: redbot/core/core_commands.py:1512 +#: redbot/core/core_commands.py:1517 #, docstring msgid "\n" " Toggles if `[p]invite` should be accessible for the average user.\n\n" @@ -824,7 +824,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1549 +#: redbot/core/core_commands.py:1554 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -839,7 +839,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 #, docstring msgid "\n" " Leaves servers.\n\n" @@ -854,43 +871,43 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1588 +#: redbot/core/core_commands.py:1613 msgid "You need to specify at least one server ID." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:1620 msgid "You haven't passed any server ID. Do you want me to leave this server?" msgstr "" -#: redbot/core/core_commands.py:1600 +#: redbot/core/core_commands.py:1625 msgid "Are you sure you want me to leave these servers?" msgstr "" -#: redbot/core/core_commands.py:1608 +#: redbot/core/core_commands.py:1633 msgid "I cannot leave the server `{server_name}`: I am the owner of it." msgstr "" -#: redbot/core/core_commands.py:1619 +#: redbot/core/core_commands.py:1644 redbot/core/core_commands.py:2711 msgid "Response timed out." msgstr "Tempo de resposta excedido." -#: redbot/core/core_commands.py:1624 +#: redbot/core/core_commands.py:1649 msgid "Alright. Bye :wave:" msgstr "Certo. Tchau :wave:" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1652 msgid "Alright. Leaving {number} servers..." msgstr "" -#: redbot/core/core_commands.py:1634 +#: redbot/core/core_commands.py:1659 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1636 +#: redbot/core/core_commands.py:1661 msgid "Alright, I'm not leaving those servers." msgstr "" -#: redbot/core/core_commands.py:1641 +#: redbot/core/core_commands.py:1666 #, docstring msgid "\n" " Lists the servers [botname] is currently in.\n\n" @@ -898,7 +915,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:1684 #, docstring msgid "Loads cog packages from the local paths and installed cogs.\n\n" " See packages available to load with `[p]cogs`.\n\n" @@ -911,67 +928,67 @@ msgid "Loads cog packages from the local paths and installed cogs.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1688 +#: redbot/core/core_commands.py:1713 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1693 +#: redbot/core/core_commands.py:1718 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1722 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1729 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1709 +#: redbot/core/core_commands.py:1734 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1717 redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1742 redbot/core/core_commands.py:1898 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1723 redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1748 redbot/core/core_commands.py:1904 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1732 redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1757 redbot/core/core_commands.py:1913 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1736 redbot/core/core_commands.py:1892 +#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1744 +#: redbot/core/core_commands.py:1769 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1748 +#: redbot/core/core_commands.py:1773 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1755 +#: redbot/core/core_commands.py:1780 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1786 redbot/core/core_commands.py:1942 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1780 +#: redbot/core/core_commands.py:1805 #, docstring msgid "Unloads previously loaded cog packages.\n\n" " See packages available to unload with `[p]cogs`.\n\n" @@ -983,23 +1000,23 @@ msgid "Unloads previously loaded cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1798 +#: redbot/core/core_commands.py:1823 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1827 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1809 +#: redbot/core/core_commands.py:1834 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1813 +#: redbot/core/core_commands.py:1838 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1826 +#: redbot/core/core_commands.py:1851 #, docstring msgid "Reloads cog packages.\n\n" " This will unload and then load the specified cogs.\n\n" @@ -1012,36 +1029,36 @@ msgid "Reloads cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:1880 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1860 +#: redbot/core/core_commands.py:1885 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1890 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1900 +#: redbot/core/core_commands.py:1925 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1904 +#: redbot/core/core_commands.py:1929 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1936 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Shuts down the bot.\n\n" " Allows [botname] to shut down gracefully.\n\n" @@ -1054,11 +1071,11 @@ msgid "Shuts down the bot.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1974 msgid "Shutting down... " msgstr "Desligando... " -#: redbot/core/core_commands.py:1955 +#: redbot/core/core_commands.py:1980 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -1071,30 +1088,30 @@ msgid "Attempts to restart [botname].\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1969 +#: redbot/core/core_commands.py:1994 msgid "Restarting..." msgstr "Reiniciando..." -#: redbot/core/core_commands.py:1974 +#: redbot/core/core_commands.py:1999 #, docstring msgid "Commands for changing [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1978 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1996 +#: redbot/core/core_commands.py:2021 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2042 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -1102,7 +1119,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:2039 +#: redbot/core/core_commands.py:2064 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -1117,23 +1134,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2060 +#: redbot/core/core_commands.py:2085 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:2062 +#: redbot/core/core_commands.py:2087 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2092 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2099 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2104 #, docstring msgid "\n" " Sets the bot's description.\n\n" @@ -1149,15 +1166,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2099 +#: redbot/core/core_commands.py:2124 msgid "Description reset." msgstr "Descrição reiniciada." -#: redbot/core/core_commands.py:2102 +#: redbot/core/core_commands.py:2127 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2141 #, docstring msgid "\n" " Adds an admin role for this guild.\n\n" @@ -1175,15 +1192,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2136 +#: redbot/core/core_commands.py:2161 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:2138 +#: redbot/core/core_commands.py:2163 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2144 +#: redbot/core/core_commands.py:2169 #, docstring msgid "\n" " Adds a moderator role for this guild.\n\n" @@ -1200,15 +1217,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2188 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:2165 +#: redbot/core/core_commands.py:2190 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2171 +#: redbot/core/core_commands.py:2196 #, docstring msgid "\n" " Removes an admin role for this guild.\n\n" @@ -1220,15 +1237,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2208 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:2185 +#: redbot/core/core_commands.py:2210 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2191 +#: redbot/core/core_commands.py:2216 #, docstring msgid "\n" " Removes a mod role for this guild.\n\n" @@ -1240,15 +1257,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2228 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2230 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2211 +#: redbot/core/core_commands.py:2236 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -1259,19 +1276,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2248 msgid "The bot {} use its configured color for embeds." msgstr "O bot {} usa a cor configurada para mensagens incorporadas." -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will not" msgstr "não vai" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will" msgstr "vai" -#: redbot/core/core_commands.py:2232 +#: redbot/core/core_commands.py:2257 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -1283,11 +1300,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2247 +#: redbot/core/core_commands.py:2272 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2280 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -1298,11 +1315,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2268 +#: redbot/core/core_commands.py:2293 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:2276 +#: redbot/core/core_commands.py:2301 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1319,15 +1336,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2321 msgid "The color has been reset." msgstr "A cor foi redefinida." -#: redbot/core/core_commands.py:2299 +#: redbot/core/core_commands.py:2324 msgid "The color has been set." msgstr "A cor foi definida." -#: redbot/core/core_commands.py:2304 +#: redbot/core/core_commands.py:2329 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL.\n\n" @@ -1340,28 +1357,28 @@ msgid "Sets [botname]'s avatar\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2327 +#: redbot/core/core_commands.py:2352 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:2329 +#: redbot/core/core_commands.py:2354 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:2339 +#: redbot/core/core_commands.py:2364 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:2346 +#: redbot/core/core_commands.py:2371 msgid "JPG / PNG format only." msgstr "Apenas formatos JPG / PNG." -#: redbot/core/core_commands.py:2348 redbot/core/core_commands.py:2575 -#: redbot/core/core_commands.py:2631 redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:2373 redbot/core/core_commands.py:2600 +#: redbot/core/core_commands.py:2656 redbot/core/core_commands.py:2680 msgid "Done." msgstr "Concluído." -#: redbot/core/core_commands.py:2353 +#: redbot/core/core_commands.py:2378 #, docstring msgid "\n" " Removes [botname]'s avatar.\n\n" @@ -1370,11 +1387,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2386 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2392 #, docstring msgid "Sets [botname]'s playing status.\n\n" " This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" @@ -1387,19 +1404,19 @@ msgid "Sets [botname]'s playing status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2383 +#: redbot/core/core_commands.py:2408 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2391 +#: redbot/core/core_commands.py:2416 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:2393 +#: redbot/core/core_commands.py:2418 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:2399 +#: redbot/core/core_commands.py:2424 #, docstring msgid "Sets [botname]'s listening status.\n\n" " This will appear as `Listening to `.\n\n" @@ -1411,19 +1428,19 @@ msgid "Sets [botname]'s listening status.\n\n" " - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2416 +#: redbot/core/core_commands.py:2441 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2425 +#: redbot/core/core_commands.py:2450 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2453 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2459 #, docstring msgid "Sets [botname]'s watching status.\n\n" " This will appear as `Watching `.\n\n" @@ -1435,19 +1452,19 @@ msgid "Sets [botname]'s watching status.\n\n" " - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2475 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2482 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:2459 +#: redbot/core/core_commands.py:2484 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:2465 +#: redbot/core/core_commands.py:2490 #, docstring msgid "Sets [botname]'s competing status.\n\n" " This will appear as `Competing in `.\n\n" @@ -1459,19 +1476,19 @@ msgid "Sets [botname]'s competing status.\n\n" " - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2482 +#: redbot/core/core_commands.py:2507 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2491 +#: redbot/core/core_commands.py:2516 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:2494 +#: redbot/core/core_commands.py:2519 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:2500 +#: redbot/core/core_commands.py:2525 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1487,11 +1504,11 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:2555 msgid "Status changed to {}." msgstr "Status alterado para {}." -#: redbot/core/core_commands.py:2538 +#: redbot/core/core_commands.py:2563 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" @@ -1507,15 +1524,15 @@ msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " - `` - The text to follow `Streaming` in the status." msgstr "" -#: redbot/core/core_commands.py:2563 +#: redbot/core/core_commands.py:2588 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2591 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2580 +#: redbot/core/core_commands.py:2605 #, docstring msgid "Sets [botname]'s username.\n\n" " Maximum length for a username is 32 characters.\n\n" @@ -1528,28 +1545,28 @@ msgid "Sets [botname]'s username.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2596 +#: redbot/core/core_commands.py:2621 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2603 +#: redbot/core/core_commands.py:2628 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2609 +#: redbot/core/core_commands.py:2634 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2619 +#: redbot/core/core_commands.py:2644 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2629 +#: redbot/core/core_commands.py:2654 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2662 #, docstring msgid "Sets [botname]'s nickname for the current server.\n\n" " Maximum length for a nickname is 32 characters.\n\n" @@ -1560,15 +1577,15 @@ msgid "Sets [botname]'s nickname for the current server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2649 +#: redbot/core/core_commands.py:2674 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2653 +#: redbot/core/core_commands.py:2678 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:2660 +#: redbot/core/core_commands.py:2685 #, docstring msgid "Sets [botname]'s global prefix(es).\n\n" " Warning: This is not additive. It will replace all current prefixes.\n\n" @@ -1583,20 +1600,30 @@ msgid "Sets [botname]'s global prefix(es).\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2677 +#: redbot/core/core_commands.py:2702 +msgid "Warning: A prefix is above the recommended length (20 characters).\n" +"Do you want to continue? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:2715 +msgid "Cancelled." +msgstr "Cancelado." + +#: redbot/core/core_commands.py:2719 msgid "Prefix set." msgstr "Prefixo definido." -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:2721 msgid "Prefixes set." msgstr "" -#: redbot/core/core_commands.py:2685 +#: redbot/core/core_commands.py:2727 #, docstring msgid "\n" " Sets [botname]'s server prefix(es).\n\n" " Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" -" This is not additive. It will replace all current server prefixes.\n\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 20 characters.\n\n" " **Examples:**\n" " - `[p]set serverprefix !`\n" " - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" @@ -1607,19 +1634,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2702 +#: redbot/core/core_commands.py:2745 msgid "Server prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2748 +msgid "You cannot have a prefix longer than 20 characters." +msgstr "" + +#: redbot/core/core_commands.py:2753 msgid "Server prefix set." msgstr "" -#: redbot/core/core_commands.py:2709 +#: redbot/core/core_commands.py:2755 msgid "Server prefixes set." msgstr "" -#: redbot/core/core_commands.py:2714 +#: redbot/core/core_commands.py:2760 #, docstring msgid "\n" " Changes the bot's default locale.\n\n" @@ -1636,21 +1667,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2735 redbot/core/core_commands.py:2779 -#: redbot/core/core_commands.py:2818 redbot/core/core_commands.py:2862 +#: redbot/core/core_commands.py:2781 redbot/core/core_commands.py:2825 +#: redbot/core/core_commands.py:2864 redbot/core/core_commands.py:2908 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2739 redbot/core/core_commands.py:2783 -#: redbot/core/core_commands.py:2822 redbot/core/core_commands.py:2866 +#: redbot/core/core_commands.py:2785 redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2868 redbot/core/core_commands.py:2912 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:2792 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2752 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1668,15 +1699,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2774 +#: redbot/core/core_commands.py:2820 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2789 +#: redbot/core/core_commands.py:2835 msgid "Locale has been set." msgstr "Localidade foi definida." -#: redbot/core/core_commands.py:2795 +#: redbot/core/core_commands.py:2841 #, docstring msgid "\n" " Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1691,15 +1722,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2812 +#: redbot/core/core_commands.py:2858 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2875 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2837 +#: redbot/core/core_commands.py:2883 #, docstring msgid "\n" " Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1714,15 +1745,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2855 +#: redbot/core/core_commands.py:2901 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2873 +#: redbot/core/core_commands.py:2919 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2881 +#: redbot/core/core_commands.py:2927 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1737,19 +1768,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2898 +#: redbot/core/core_commands.py:2944 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2948 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2905 +#: redbot/core/core_commands.py:2951 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2956 #, docstring msgid "\n" " Commands to set, list or remove various external API tokens.\n\n" @@ -1766,11 +1797,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2931 +#: redbot/core/core_commands.py:2977 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2935 +#: redbot/core/core_commands.py:2981 #, docstring msgid "\n" " Show all external API services along with their keys that have been set.\n\n" @@ -1780,19 +1811,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2946 +#: redbot/core/core_commands.py:2992 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2961 +#: redbot/core/core_commands.py:3007 #, docstring msgid "\n" " Remove the given services with all their keys and tokens.\n\n" @@ -1803,20 +1834,20 @@ msgid "\n" " - `` - The services to remove." msgstr "" -#: redbot/core/core_commands.py:2976 +#: redbot/core/core_commands.py:3022 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2980 +#: redbot/core/core_commands.py:3026 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2985 +#: redbot/core/core_commands.py:3031 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2990 +#: redbot/core/core_commands.py:3036 #, docstring msgid "\n" " Commands to manage settings for the help command.\n\n" @@ -1824,7 +1855,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2999 +#: redbot/core/core_commands.py:3045 #, docstring msgid "\n" " Show the current help settings.\n\n" @@ -1834,11 +1865,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3013 +#: redbot/core/core_commands.py:3059 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:3023 +#: redbot/core/core_commands.py:3069 #, docstring msgid "\n" " This resets [botname]'s help formatter to the default formatter.\n\n" @@ -1847,11 +1878,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3032 +#: redbot/core/core_commands.py:3078 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:3041 +#: redbot/core/core_commands.py:3087 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1861,11 +1892,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3051 +#: redbot/core/core_commands.py:3097 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3105 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1881,15 +1912,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3079 +#: redbot/core/core_commands.py:3125 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:3081 +#: redbot/core/core_commands.py:3127 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:3085 +#: redbot/core/core_commands.py:3131 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1903,15 +1934,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3102 +#: redbot/core/core_commands.py:3148 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3104 +#: redbot/core/core_commands.py:3150 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3154 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1925,15 +1956,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3125 +#: redbot/core/core_commands.py:3171 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3127 +#: redbot/core/core_commands.py:3173 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3131 +#: redbot/core/core_commands.py:3177 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent to a DM.\n\n" @@ -1949,15 +1980,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3152 +#: redbot/core/core_commands.py:3198 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3154 +#: redbot/core/core_commands.py:3200 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3158 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be filtered from help.\n\n" @@ -1971,15 +2002,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3175 +#: redbot/core/core_commands.py:3221 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:3177 +#: redbot/core/core_commands.py:3223 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:3181 +#: redbot/core/core_commands.py:3227 #, docstring msgid "\n" " Sets whether the bot should respond to help commands for nonexistent topics.\n\n" @@ -1995,15 +2026,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3202 +#: redbot/core/core_commands.py:3248 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3251 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:3213 +#: redbot/core/core_commands.py:3259 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " Note: This setting only applies to embedded help.\n\n" @@ -2018,15 +2049,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3230 +#: redbot/core/core_commands.py:3276 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:3234 +#: redbot/core/core_commands.py:3280 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3238 +#: redbot/core/core_commands.py:3284 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " Note: This setting does not apply to menu help.\n\n" @@ -2042,15 +2073,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3283 +#: redbot/core/core_commands.py:3302 redbot/core/core_commands.py:3329 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:3260 +#: redbot/core/core_commands.py:3306 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3265 +#: redbot/core/core_commands.py:3311 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -2067,19 +2098,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3332 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3337 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:3293 +#: redbot/core/core_commands.py:3339 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:3297 +#: redbot/core/core_commands.py:3343 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -2093,19 +2124,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3312 +#: redbot/core/core_commands.py:3358 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:3316 +#: redbot/core/core_commands.py:3362 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:3324 +#: redbot/core/core_commands.py:3370 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:3329 +#: redbot/core/core_commands.py:3375 #, docstring msgid "Sends a message to the owner.\n\n" " This is limited to one message every 60 seconds per person.\n\n" @@ -2116,43 +2147,43 @@ msgid "Sends a message to the owner.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3341 +#: redbot/core/core_commands.py:3387 msgid "User ID: {}" msgstr "ID do usuário: {}" -#: redbot/core/core_commands.py:3344 +#: redbot/core/core_commands.py:3390 msgid "through DM" msgstr "através de DM" -#: redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3392 msgid "from {}" msgstr "de {}" -#: redbot/core/core_commands.py:3347 +#: redbot/core/core_commands.py:3393 msgid " | Server ID: {}" msgstr " | ID do servidor: {}" -#: redbot/core/core_commands.py:3352 +#: redbot/core/core_commands.py:3398 msgid "Use `{}dm {} ` to reply to this user" msgstr "Use `{}dm {} ` para responder este usuário" -#: redbot/core/core_commands.py:3354 +#: redbot/core/core_commands.py:3400 msgid "Sent by {} {}" msgstr "Enviado por {} {}" -#: redbot/core/core_commands.py:3359 +#: redbot/core/core_commands.py:3405 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:3430 +#: redbot/core/core_commands.py:3476 msgid "Your message has been sent." msgstr "Sua mensagem foi enviada." -#: redbot/core/core_commands.py:3432 +#: redbot/core/core_commands.py:3478 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:3437 +#: redbot/core/core_commands.py:3483 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n\n" @@ -2165,41 +2196,41 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3453 +#: redbot/core/core_commands.py:3499 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3509 msgid "Owner of {}" msgstr "Proprietário de {}" -#: redbot/core/core_commands.py:3464 +#: redbot/core/core_commands.py:3510 msgid "You can reply to this message with {}contact" msgstr "Você pode responder a esta mensagem com {}contato" -#: redbot/core/core_commands.py:3478 redbot/core/core_commands.py:3488 +#: redbot/core/core_commands.py:3524 redbot/core/core_commands.py:3534 msgid "Sorry, I couldn't deliver your message to {}" msgstr "Desculpe, não consegui entregar sua mensagem para {}" -#: redbot/core/core_commands.py:3481 redbot/core/core_commands.py:3491 +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3537 msgid "Message delivered to {}" msgstr "Mensagem enviada para {}" -#: redbot/core/core_commands.py:3496 +#: redbot/core/core_commands.py:3542 #, docstring msgid "Prints the bot's data path." msgstr "Imprime o caminho de dados do bot." -#: redbot/core/core_commands.py:3500 +#: redbot/core/core_commands.py:3546 msgid "Data path: {path}" msgstr "Caminho dos dados: {path}" -#: redbot/core/core_commands.py:3506 +#: redbot/core/core_commands.py:3552 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:3593 +#: redbot/core/core_commands.py:3639 #, docstring msgid "\n" " Commands to manage the allowlist.\n\n" @@ -2208,7 +2239,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3604 +#: redbot/core/core_commands.py:3650 #, docstring msgid "\n" " Adds users to the allowlist.\n\n" @@ -2220,15 +2251,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3663 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3619 +#: redbot/core/core_commands.py:3665 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3623 +#: redbot/core/core_commands.py:3669 #, docstring msgid "\n" " Lists users on the allowlist.\n\n" @@ -2237,21 +2268,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3635 +#: redbot/core/core_commands.py:3681 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3637 +#: redbot/core/core_commands.py:3683 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3641 redbot/core/core_commands.py:3739 +#: redbot/core/core_commands.py:3687 redbot/core/core_commands.py:3785 #: redbot/core/modlog.py:428 redbot/core/modlog.py:450 #: redbot/core/modlog.py:466 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/core_commands.py:3649 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Removes users from the allowlist.\n\n" @@ -2264,15 +2295,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3664 +#: redbot/core/core_commands.py:3710 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3666 +#: redbot/core/core_commands.py:3712 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3670 +#: redbot/core/core_commands.py:3716 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2282,11 +2313,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3725 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3684 +#: redbot/core/core_commands.py:3730 #, docstring msgid "\n" " Commands to manage the blocklist.\n\n" @@ -2294,7 +2325,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3693 +#: redbot/core/core_commands.py:3739 #, docstring msgid "\n" " Adds users to the blocklist.\n\n" @@ -2306,19 +2337,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3709 +#: redbot/core/core_commands.py:3755 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3715 +#: redbot/core/core_commands.py:3761 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3717 +#: redbot/core/core_commands.py:3763 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3721 +#: redbot/core/core_commands.py:3767 #, docstring msgid "\n" " Lists users on the blocklist.\n\n" @@ -2327,15 +2358,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3733 +#: redbot/core/core_commands.py:3779 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3735 +#: redbot/core/core_commands.py:3781 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3747 +#: redbot/core/core_commands.py:3793 #, docstring msgid "\n" " Removes users from the blocklist.\n\n" @@ -2347,15 +2378,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3760 +#: redbot/core/core_commands.py:3806 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3762 +#: redbot/core/core_commands.py:3808 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3766 +#: redbot/core/core_commands.py:3812 #, docstring msgid "\n" " Clears the blocklist.\n\n" @@ -2364,11 +2395,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3773 +#: redbot/core/core_commands.py:3819 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3779 +#: redbot/core/core_commands.py:3825 #, docstring msgid "\n" " Commands to manage the server specific allowlist.\n\n" @@ -2377,7 +2408,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3792 +#: redbot/core/core_commands.py:3838 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n\n" @@ -2390,19 +2421,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3811 +#: redbot/core/core_commands.py:3857 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:3820 +#: redbot/core/core_commands.py:3866 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3822 +#: redbot/core/core_commands.py:3868 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3826 +#: redbot/core/core_commands.py:3872 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n\n" @@ -2411,19 +2442,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3838 +#: redbot/core/core_commands.py:3884 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3840 +#: redbot/core/core_commands.py:3886 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:3844 redbot/core/core_commands.py:3966 +#: redbot/core/core_commands.py:3890 redbot/core/core_commands.py:4012 msgid "Unknown or Deleted User/Role" msgstr "" -#: redbot/core/core_commands.py:3854 +#: redbot/core/core_commands.py:3900 #, docstring msgid "\n" " Removes user or role from the allowlist.\n\n" @@ -2437,19 +2468,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3875 +#: redbot/core/core_commands.py:3921 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3883 +#: redbot/core/core_commands.py:3929 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3885 +#: redbot/core/core_commands.py:3931 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3889 +#: redbot/core/core_commands.py:3935 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2459,11 +2490,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3898 +#: redbot/core/core_commands.py:3944 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3904 +#: redbot/core/core_commands.py:3950 #, docstring msgid "\n" " Commands to manage the server specific blocklist.\n\n" @@ -2471,7 +2502,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3915 +#: redbot/core/core_commands.py:3961 #, docstring msgid "\n" " Adds a user or role to the local blocklist.\n\n" @@ -2484,27 +2515,27 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3929 +#: redbot/core/core_commands.py:3975 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3932 +#: redbot/core/core_commands.py:3978 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3935 +#: redbot/core/core_commands.py:3981 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3942 +#: redbot/core/core_commands.py:3988 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3944 +#: redbot/core/core_commands.py:3990 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3948 +#: redbot/core/core_commands.py:3994 #, docstring msgid "\n" " Lists users and roles on the server blocklist.\n\n" @@ -2513,15 +2544,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3960 +#: redbot/core/core_commands.py:4006 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3962 +#: redbot/core/core_commands.py:4008 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3976 +#: redbot/core/core_commands.py:4022 #, docstring msgid "\n" " Removes user or role from local blocklist.\n\n" @@ -2534,15 +2565,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3992 +#: redbot/core/core_commands.py:4038 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3994 +#: redbot/core/core_commands.py:4040 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3998 +#: redbot/core/core_commands.py:4044 #, docstring msgid "\n" " Clears the server blocklist.\n\n" @@ -2552,16 +2583,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4007 +#: redbot/core/core_commands.py:4053 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:4012 +#: redbot/core/core_commands.py:4058 #, docstring msgid "Commands to enable and disable commands and cogs." msgstr "" -#: redbot/core/core_commands.py:4018 +#: redbot/core/core_commands.py:4064 #, docstring msgid "Set the default state for a cog as disabled.\n\n" " This will disable the cog for all servers by default.\n" @@ -2575,20 +2606,20 @@ msgid "Set the default state for a cog as disabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4034 redbot/core/core_commands.py:4059 -#: redbot/core/core_commands.py:4079 redbot/core/core_commands.py:4109 +#: redbot/core/core_commands.py:4080 redbot/core/core_commands.py:4105 +#: redbot/core/core_commands.py:4125 redbot/core/core_commands.py:4155 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:4036 +#: redbot/core/core_commands.py:4082 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:4038 +#: redbot/core/core_commands.py:4084 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:4043 +#: redbot/core/core_commands.py:4089 #, docstring msgid "Set the default state for a cog as enabled.\n\n" " This will re-enable the cog for all servers by default.\n" @@ -2602,11 +2633,11 @@ msgid "Set the default state for a cog as enabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4061 +#: redbot/core/core_commands.py:4107 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:4066 +#: redbot/core/core_commands.py:4112 #, docstring msgid "Disable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2618,19 +2649,19 @@ msgid "Disable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4081 +#: redbot/core/core_commands.py:4127 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:4083 +#: redbot/core/core_commands.py:4129 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4086 +#: redbot/core/core_commands.py:4132 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4092 +#: redbot/core/core_commands.py:4138 #, docstring msgid "Enable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2642,15 +2673,15 @@ msgid "Enable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4104 +#: redbot/core/core_commands.py:4150 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4112 +#: redbot/core/core_commands.py:4158 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4118 +#: redbot/core/core_commands.py:4164 #, docstring msgid "List the cogs which are disabled in this server.\n\n" " **Example:**\n" @@ -2658,15 +2689,15 @@ msgid "List the cogs which are disabled in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4131 +#: redbot/core/core_commands.py:4177 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:4137 +#: redbot/core/core_commands.py:4183 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:4141 +#: redbot/core/core_commands.py:4187 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2677,7 +2708,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4158 +#: redbot/core/core_commands.py:4204 #, docstring msgid "List disabled commands globally.\n\n" " **Example:**\n" @@ -2685,19 +2716,19 @@ msgid "List disabled commands globally.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4165 +#: redbot/core/core_commands.py:4211 msgid "There aren't any globally disabled commands." msgstr "Não existem comandos desativados globalmente." -#: redbot/core/core_commands.py:4168 +#: redbot/core/core_commands.py:4214 msgid "{} commands are disabled globally.\n" msgstr "{} comandos estão desativados globalmente.\n" -#: redbot/core/core_commands.py:4172 +#: redbot/core/core_commands.py:4218 msgid "1 command is disabled globally.\n" msgstr "1 comando está desativado globalmente.\n" -#: redbot/core/core_commands.py:4180 +#: redbot/core/core_commands.py:4226 #, docstring msgid "List disabled commands in this server.\n\n" " **Example:**\n" @@ -2705,19 +2736,19 @@ msgid "List disabled commands in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4187 +#: redbot/core/core_commands.py:4233 msgid "There aren't any disabled commands in {}." msgstr "Não há nenhum comando desativado em {}." -#: redbot/core/core_commands.py:4190 +#: redbot/core/core_commands.py:4236 msgid "{} commands are disabled in {}.\n" msgstr "{} comandos estão desativados em {}.\n" -#: redbot/core/core_commands.py:4194 +#: redbot/core/core_commands.py:4240 msgid "1 command is disabled in {}.\n" msgstr "1 comando está desativado em {}.\n" -#: redbot/core/core_commands.py:4201 +#: redbot/core/core_commands.py:4247 #, docstring msgid "\n" " Disable a command.\n\n" @@ -2731,7 +2762,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4223 +#: redbot/core/core_commands.py:4269 #, docstring msgid "\n" " Disable a command globally.\n\n" @@ -2743,19 +2774,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4242 redbot/core/core_commands.py:4285 +#: redbot/core/core_commands.py:4288 redbot/core/core_commands.py:4331 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:4248 redbot/core/core_commands.py:4291 +#: redbot/core/core_commands.py:4294 redbot/core/core_commands.py:4337 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:4257 +#: redbot/core/core_commands.py:4303 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:4266 +#: redbot/core/core_commands.py:4312 #, docstring msgid "\n" " Disable a command in this server only.\n\n" @@ -2767,15 +2798,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4296 +#: redbot/core/core_commands.py:4342 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:4306 +#: redbot/core/core_commands.py:4352 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:4312 +#: redbot/core/core_commands.py:4358 #, docstring msgid "Enable a command.\n\n" " If you're the bot owner, this will try to enable a globally disabled command by default.\n" @@ -2788,7 +2819,7 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4332 +#: redbot/core/core_commands.py:4378 #, docstring msgid "\n" " Enable a command globally.\n\n" @@ -2800,11 +2831,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4354 +#: redbot/core/core_commands.py:4400 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:4363 +#: redbot/core/core_commands.py:4409 #, docstring msgid "\n" " Enable a command in this server.\n\n" @@ -2816,15 +2847,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4381 +#: redbot/core/core_commands.py:4427 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4437 msgid "That command is already enabled in this server." msgstr "Esse comando já está habilitado neste servidor." -#: redbot/core/core_commands.py:4398 +#: redbot/core/core_commands.py:4444 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2838,7 +2869,7 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4419 +#: redbot/core/core_commands.py:4465 #, docstring msgid "\n" " Commands to manage server settings for immunity from automated actions.\n\n" @@ -2846,7 +2877,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4428 +#: redbot/core/core_commands.py:4474 #, docstring msgid "\n" " Gets the current members and roles configured for automatic moderation action immunity.\n\n" @@ -2855,19 +2886,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4441 +#: redbot/core/core_commands.py:4487 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4446 +#: redbot/core/core_commands.py:4492 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4450 +#: redbot/core/core_commands.py:4496 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:4459 +#: redbot/core/core_commands.py:4505 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n\n" @@ -2879,11 +2910,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4471 +#: redbot/core/core_commands.py:4517 msgid "Already added." msgstr "Já adicionado." -#: redbot/core/core_commands.py:4479 +#: redbot/core/core_commands.py:4525 #, docstring msgid "\n" " Remove a user or role from being immune to automated moderation actions.\n\n" @@ -2895,11 +2926,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4491 +#: redbot/core/core_commands.py:4537 msgid "Not in list." msgstr "Não está na lista." -#: redbot/core/core_commands.py:4499 +#: redbot/core/core_commands.py:4545 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n\n" @@ -2911,15 +2942,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4511 +#: redbot/core/core_commands.py:4557 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:4513 +#: redbot/core/core_commands.py:4559 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:4518 +#: redbot/core/core_commands.py:4564 #, docstring msgid "\n" " Commands for configuring owner notifications.\n\n" @@ -2927,7 +2958,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4527 +#: redbot/core/core_commands.py:4573 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2939,7 +2970,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4546 +#: redbot/core/core_commands.py:4592 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n\n" @@ -2950,7 +2981,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4565 +#: redbot/core/core_commands.py:4611 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n\n" @@ -2962,7 +2993,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4591 +#: redbot/core/core_commands.py:4637 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n\n" @@ -2974,7 +3005,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4615 +#: redbot/core/core_commands.py:4661 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n\n" @@ -2983,15 +3014,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4625 +#: redbot/core/core_commands.py:4671 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:4636 +#: redbot/core/core_commands.py:4682 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:4667 +#: redbot/core/core_commands.py:4713 #, docstring msgid "\n" " Commands to add servers or channels to the ignore list.\n\n" @@ -3000,7 +3031,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4677 +#: redbot/core/core_commands.py:4723 #, docstring msgid "\n" " List the currently ignored servers and channels.\n\n" @@ -3009,7 +3040,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4692 +#: redbot/core/core_commands.py:4738 #, docstring msgid "\n" " Ignore commands in the channel or category.\n\n" @@ -3025,15 +3056,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4712 +#: redbot/core/core_commands.py:4758 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:4714 +#: redbot/core/core_commands.py:4760 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:4719 +#: redbot/core/core_commands.py:4765 #, docstring msgid "\n" " Ignore commands in this server.\n\n" @@ -3043,20 +3074,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4730 +#: redbot/core/core_commands.py:4776 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:4732 +#: redbot/core/core_commands.py:4778 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:4738 +#: redbot/core/core_commands.py:4784 #, docstring msgid "Commands to remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4746 +#: redbot/core/core_commands.py:4792 #, docstring msgid "\n" " Remove a channel or category from the ignore list.\n\n" @@ -3071,15 +3102,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4765 +#: redbot/core/core_commands.py:4811 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:4767 +#: redbot/core/core_commands.py:4813 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4772 +#: redbot/core/core_commands.py:4818 #, docstring msgid "\n" " Remove this server from the ignore list.\n\n" @@ -3088,24 +3119,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4781 +#: redbot/core/core_commands.py:4827 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4783 +#: redbot/core/core_commands.py:4829 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4789 +#: redbot/core/core_commands.py:4835 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:4801 +#: redbot/core/core_commands.py:4847 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:4816 +#: redbot/core/core_commands.py:4862 #, docstring msgid "\n" " Get info about Red's licenses.\n" @@ -3138,7 +3169,7 @@ msgid "Evaluate a statement of python code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:166 +#: redbot/core/dev_commands.py:167 #, docstring msgid "Execute asynchronous code.\n\n" " This command wraps code into the body of an async function and then\n" @@ -3158,7 +3189,7 @@ msgid "Execute asynchronous code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:220 +#: redbot/core/dev_commands.py:221 #, docstring msgid "Open an interactive REPL.\n\n" " The REPL will only recognise code as messages which start with a\n" @@ -3167,51 +3198,51 @@ msgid "Open an interactive REPL.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:229 +#: redbot/core/dev_commands.py:230 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "" -#: redbot/core/dev_commands.py:233 +#: redbot/core/dev_commands.py:234 msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." msgstr "" -#: redbot/core/dev_commands.py:244 +#: redbot/core/dev_commands.py:245 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." msgstr "" -#: redbot/core/dev_commands.py:258 +#: redbot/core/dev_commands.py:259 msgid "Exiting." msgstr "Saindo." -#: redbot/core/dev_commands.py:309 +#: redbot/core/dev_commands.py:310 msgid "Unexpected error: `{}`" msgstr "Erro inesperado: `{}`" -#: redbot/core/dev_commands.py:313 +#: redbot/core/dev_commands.py:314 #, docstring msgid "Pauses/resumes the REPL running in the current channel" msgstr "" -#: redbot/core/dev_commands.py:315 +#: redbot/core/dev_commands.py:316 msgid "There is no currently running REPL session in this channel." msgstr "" -#: redbot/core/dev_commands.py:323 +#: redbot/core/dev_commands.py:324 msgid "The REPL session in this channel has been resumed." msgstr "" -#: redbot/core/dev_commands.py:325 +#: redbot/core/dev_commands.py:326 msgid "The REPL session in this channel is now paused." msgstr "" -#: redbot/core/dev_commands.py:330 +#: redbot/core/dev_commands.py:331 #, docstring msgid "Mock another user invoking a command.\n\n" " The prefix must not be entered.\n" " " msgstr "" -#: redbot/core/dev_commands.py:343 +#: redbot/core/dev_commands.py:344 #, docstring msgid "Dispatch a message event as if it were sent by a different user.\n\n" " Only reads the raw content of the message. Attachments, embeds etc. are\n" @@ -3219,17 +3250,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:364 +#: redbot/core/dev_commands.py:365 #, docstring msgid "Give bot owners the ability to bypass cooldowns.\n\n" " Does not persist through restarts." msgstr "" -#: redbot/core/dev_commands.py:372 +#: redbot/core/dev_commands.py:373 msgid "Bot owners will now bypass all commands with cooldowns." msgstr "" -#: redbot/core/dev_commands.py:374 +#: redbot/core/dev_commands.py:375 msgid "Bot owners will no longer bypass all commands with cooldowns." msgstr "" diff --git a/redbot/core/locales/pt-PT.po b/redbot/core/locales/pt-PT.po index 8a4ec567f..44f977ded 100644 --- a/redbot/core/locales/pt-PT.po +++ b/redbot/core/locales/pt-PT.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-05-25 16:04+0000\n" +"POT-Creation-Date: 2021-06-12 15:52+0000\n" "Last-Translator: \n" "Language-Team: Portuguese\n" "MIME-Version: 1.0\n" @@ -126,15 +126,15 @@ msgstr "" msgid "**{} unloaded:**\n" msgstr "" -#: redbot/core/core_commands.py:179 +#: redbot/core/core_commands.py:181 msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:184 +#: redbot/core/core_commands.py:186 msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:393 +#: redbot/core/core_commands.py:398 #, docstring msgid "\n" " The Core cog has many commands related to core functions.\n\n" @@ -142,93 +142,93 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:410 #, docstring msgid "Pong." msgstr "Pong." -#: redbot/core/core_commands.py:410 +#: redbot/core/core_commands.py:415 #, docstring msgid "Shows info about [botname].\n\n" " See `[p]set custominfo` to customize.\n" " " msgstr "" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:445 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by team" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:456 +#: redbot/core/core_commands.py:461 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:459 redbot/core/core_commands.py:515 +#: redbot/core/core_commands.py:464 redbot/core/core_commands.py:520 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:463 redbot/core/core_commands.py:519 +#: redbot/core/core_commands.py:468 redbot/core/core_commands.py:524 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:464 +#: redbot/core/core_commands.py:469 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:466 +#: redbot/core/core_commands.py:471 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:467 +#: redbot/core/core_commands.py:472 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:470 redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:475 redbot/core/core_commands.py:533 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:483 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:489 +#: redbot/core/core_commands.py:494 msgid "Instance owned by team: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:501 +#: redbot/core/core_commands.py:506 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:520 +#: redbot/core/core_commands.py:525 msgid "Outdated: [{state}]\n" msgstr "" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:528 msgid "**About Red**\n" msgstr "" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:539 msgid "**About this instance**\n" msgstr "" -#: redbot/core/core_commands.py:536 +#: redbot/core/core_commands.py:541 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -239,20 +239,20 @@ msgid "**References**\n" "7. <{}>\n" msgstr "" -#: redbot/core/core_commands.py:552 +#: redbot/core/core_commands.py:557 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:555 +#: redbot/core/core_commands.py:560 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:557 +#: redbot/core/core_commands.py:562 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:564 +#: redbot/core/core_commands.py:569 #, docstring msgid "\n" " Commands which interact with the data [botname] has about you.\n\n" @@ -260,7 +260,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:575 +#: redbot/core/core_commands.py:580 #, docstring msgid "\n" " Find out what type of data [botname] stores and why.\n\n" @@ -269,12 +269,12 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:585 +#: redbot/core/core_commands.py:590 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:604 +#: redbot/core/core_commands.py:609 #, docstring msgid "View the End User Data statements of each 3rd-party module.\n\n" " This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" @@ -283,39 +283,39 @@ msgid "View the End User Data statements of each 3rd-party module.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:615 +#: redbot/core/core_commands.py:620 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:625 +#: redbot/core/core_commands.py:630 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:645 +#: redbot/core/core_commands.py:650 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:647 +#: redbot/core/core_commands.py:652 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:652 +#: redbot/core/core_commands.py:657 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:668 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:679 +#: redbot/core/core_commands.py:684 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:684 +#: redbot/core/core_commands.py:689 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:695 +#: redbot/core/core_commands.py:700 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -327,63 +327,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:710 +#: redbot/core/core_commands.py:715 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:717 +#: redbot/core/core_commands.py:722 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:727 +#: redbot/core/core_commands.py:732 msgid "This may take some time." msgstr "" -#: redbot/core/core_commands.py:740 +#: redbot/core/core_commands.py:745 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:755 +#: redbot/core/core_commands.py:760 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:765 +#: redbot/core/core_commands.py:770 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:775 +#: redbot/core/core_commands.py:780 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:783 redbot/core/core_commands.py:950 -#: redbot/core/core_commands.py:1036 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:788 redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:1041 redbot/core/core_commands.py:1112 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:793 +#: redbot/core/core_commands.py:798 #, docstring msgid "[Coming Soon] Get what data [botname] has about you." msgstr "" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:800 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:804 +#: redbot/core/core_commands.py:809 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:810 +#: redbot/core/core_commands.py:815 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -394,11 +394,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:821 +#: redbot/core/core_commands.py:826 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:834 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n\n" @@ -408,11 +408,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:838 +#: redbot/core/core_commands.py:843 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:847 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -426,15 +426,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:859 +#: redbot/core/core_commands.py:864 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:867 +#: redbot/core/core_commands.py:872 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:878 +#: redbot/core/core_commands.py:883 #, docstring msgid "\n" " Handle a deletion request from Discord.\n\n" @@ -447,34 +447,34 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:892 +#: redbot/core/core_commands.py:897 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:915 redbot/core/core_commands.py:1072 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +#: redbot/core/core_commands.py:930 redbot/core/core_commands.py:1087 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +#: redbot/core/core_commands.py:941 redbot/core/core_commands.py:1098 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +#: redbot/core/core_commands.py:951 redbot/core/core_commands.py:1108 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:957 +#: redbot/core/core_commands.py:962 #, docstring msgid "Delete data [botname] has about a user for a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" @@ -485,34 +485,34 @@ msgid "Delete data [botname] has about a user for a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:973 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:991 +#: redbot/core/core_commands.py:996 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1006 +#: redbot/core/core_commands.py:1011 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1017 +#: redbot/core/core_commands.py:1022 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1033 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1048 #, docstring msgid "Delete data [botname] has about a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" @@ -522,12 +522,12 @@ msgid "Delete data [botname] has about a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1053 +#: redbot/core/core_commands.py:1058 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1114 +#: redbot/core/core_commands.py:1119 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -547,7 +547,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1136 +#: redbot/core/core_commands.py:1141 #, docstring msgid "\n" " Show the current embed settings.\n\n" @@ -561,42 +561,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1153 redbot/core/core_commands.py:1309 -#: redbot/core/core_commands.py:1360 redbot/core/core_commands.py:4236 -#: redbot/core/core_commands.py:4279 redbot/core/core_commands.py:4345 -#: redbot/core/core_commands.py:4376 +#: redbot/core/core_commands.py:1158 redbot/core/core_commands.py:1314 +#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:4282 +#: redbot/core/core_commands.py:4325 redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4422 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:1159 +#: redbot/core/core_commands.py:1164 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1161 +#: redbot/core/core_commands.py:1166 msgid "Global default: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1171 msgid "Global command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1172 +#: redbot/core/core_commands.py:1177 msgid "Guild setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1177 +#: redbot/core/core_commands.py:1182 msgid "Server command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1183 +#: redbot/core/core_commands.py:1188 msgid "Channel setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1191 msgid "User setting: {value}" msgstr "" -#: redbot/core/core_commands.py:1192 +#: redbot/core/core_commands.py:1197 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -608,15 +608,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1206 +#: redbot/core/core_commands.py:1211 msgid "Embeds are now disabled by default." msgstr "" -#: redbot/core/core_commands.py:1209 +#: redbot/core/core_commands.py:1214 msgid "Embeds are now enabled by default." msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1220 #, docstring msgid "\n" " Set the server's embed setting.\n\n" @@ -632,20 +632,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1234 redbot/core/core_commands.py:1318 -#: redbot/core/core_commands.py:1409 redbot/core/core_commands.py:1440 +#: redbot/core/core_commands.py:1239 redbot/core/core_commands.py:1323 +#: redbot/core/core_commands.py:1414 redbot/core/core_commands.py:1445 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1239 +#: redbot/core/core_commands.py:1244 msgid "Embeds are now enabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1241 +#: redbot/core/core_commands.py:1246 msgid "Embeds are now disabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1249 +#: redbot/core/core_commands.py:1254 #, docstring msgid "\n" " Sets a command's embed setting.\n\n" @@ -662,11 +662,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1278 +#: redbot/core/core_commands.py:1283 msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." msgstr "" -#: redbot/core/core_commands.py:1289 +#: redbot/core/core_commands.py:1294 #, docstring msgid "\n" " Sets a command's embed setting globally.\n\n" @@ -682,15 +682,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1375 +#: redbot/core/core_commands.py:1329 redbot/core/core_commands.py:1380 msgid "Embeds are now enabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1330 redbot/core/core_commands.py:1381 +#: redbot/core/core_commands.py:1335 redbot/core/core_commands.py:1386 msgid "Embeds are now disabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1340 +#: redbot/core/core_commands.py:1345 #, docstring msgid "\n" " Sets a commmand's embed setting for the current server.\n\n" @@ -706,11 +706,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1369 +#: redbot/core/core_commands.py:1374 msgid "Embeds will now fall back to the server setting." msgstr "" -#: redbot/core/core_commands.py:1390 +#: redbot/core/core_commands.py:1395 #, docstring msgid "\n" " Set's a channel's embed setting.\n\n" @@ -726,21 +726,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1419 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1426 #, docstring msgid "\n" " Sets personal embed setting for DMs.\n\n" @@ -756,15 +756,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1450 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1452 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1453 +#: redbot/core/core_commands.py:1458 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead.\n\n" @@ -777,11 +777,11 @@ msgid "Sends to the owner the last command exception that has occurred.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:1487 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1487 +#: redbot/core/core_commands.py:1492 #, docstring msgid "Shows [botname]'s invite url.\n\n" " This will always send the invite to DMs to keep it private.\n\n" @@ -791,12 +791,12 @@ msgid "Shows [botname]'s invite url.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1512 #, docstring msgid "Commands to setup [botname]'s invite settings." msgstr "" -#: redbot/core/core_commands.py:1512 +#: redbot/core/core_commands.py:1517 #, docstring msgid "\n" " Toggles if `[p]invite` should be accessible for the average user.\n\n" @@ -808,7 +808,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1549 +#: redbot/core/core_commands.py:1554 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -823,7 +823,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 #, docstring msgid "\n" " Leaves servers.\n\n" @@ -838,43 +855,43 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1588 +#: redbot/core/core_commands.py:1613 msgid "You need to specify at least one server ID." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:1620 msgid "You haven't passed any server ID. Do you want me to leave this server?" msgstr "" -#: redbot/core/core_commands.py:1600 +#: redbot/core/core_commands.py:1625 msgid "Are you sure you want me to leave these servers?" msgstr "" -#: redbot/core/core_commands.py:1608 +#: redbot/core/core_commands.py:1633 msgid "I cannot leave the server `{server_name}`: I am the owner of it." msgstr "" -#: redbot/core/core_commands.py:1619 +#: redbot/core/core_commands.py:1644 redbot/core/core_commands.py:2711 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:1624 +#: redbot/core/core_commands.py:1649 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1652 msgid "Alright. Leaving {number} servers..." msgstr "" -#: redbot/core/core_commands.py:1634 +#: redbot/core/core_commands.py:1659 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1636 +#: redbot/core/core_commands.py:1661 msgid "Alright, I'm not leaving those servers." msgstr "" -#: redbot/core/core_commands.py:1641 +#: redbot/core/core_commands.py:1666 #, docstring msgid "\n" " Lists the servers [botname] is currently in.\n\n" @@ -882,7 +899,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:1684 #, docstring msgid "Loads cog packages from the local paths and installed cogs.\n\n" " See packages available to load with `[p]cogs`.\n\n" @@ -895,67 +912,67 @@ msgid "Loads cog packages from the local paths and installed cogs.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1688 +#: redbot/core/core_commands.py:1713 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1693 +#: redbot/core/core_commands.py:1718 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1722 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1729 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1709 +#: redbot/core/core_commands.py:1734 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1717 redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1742 redbot/core/core_commands.py:1898 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1723 redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1748 redbot/core/core_commands.py:1904 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1732 redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1757 redbot/core/core_commands.py:1913 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1736 redbot/core/core_commands.py:1892 +#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1744 +#: redbot/core/core_commands.py:1769 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1748 +#: redbot/core/core_commands.py:1773 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1755 +#: redbot/core/core_commands.py:1780 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1786 redbot/core/core_commands.py:1942 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1780 +#: redbot/core/core_commands.py:1805 #, docstring msgid "Unloads previously loaded cog packages.\n\n" " See packages available to unload with `[p]cogs`.\n\n" @@ -967,23 +984,23 @@ msgid "Unloads previously loaded cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1798 +#: redbot/core/core_commands.py:1823 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1827 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1809 +#: redbot/core/core_commands.py:1834 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1813 +#: redbot/core/core_commands.py:1838 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1826 +#: redbot/core/core_commands.py:1851 #, docstring msgid "Reloads cog packages.\n\n" " This will unload and then load the specified cogs.\n\n" @@ -996,36 +1013,36 @@ msgid "Reloads cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:1880 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1860 +#: redbot/core/core_commands.py:1885 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1890 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1900 +#: redbot/core/core_commands.py:1925 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1904 +#: redbot/core/core_commands.py:1929 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1936 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Shuts down the bot.\n\n" " Allows [botname] to shut down gracefully.\n\n" @@ -1038,11 +1055,11 @@ msgid "Shuts down the bot.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1974 msgid "Shutting down... " msgstr "" -#: redbot/core/core_commands.py:1955 +#: redbot/core/core_commands.py:1980 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -1055,30 +1072,30 @@ msgid "Attempts to restart [botname].\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1969 +#: redbot/core/core_commands.py:1994 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:1974 +#: redbot/core/core_commands.py:1999 #, docstring msgid "Commands for changing [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1978 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1996 +#: redbot/core/core_commands.py:2021 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2042 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -1086,7 +1103,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:2039 +#: redbot/core/core_commands.py:2064 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -1101,23 +1118,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2060 +#: redbot/core/core_commands.py:2085 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:2062 +#: redbot/core/core_commands.py:2087 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2092 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2099 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2104 #, docstring msgid "\n" " Sets the bot's description.\n\n" @@ -1133,15 +1150,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2099 +#: redbot/core/core_commands.py:2124 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:2102 +#: redbot/core/core_commands.py:2127 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2141 #, docstring msgid "\n" " Adds an admin role for this guild.\n\n" @@ -1159,15 +1176,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2136 +#: redbot/core/core_commands.py:2161 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:2138 +#: redbot/core/core_commands.py:2163 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2144 +#: redbot/core/core_commands.py:2169 #, docstring msgid "\n" " Adds a moderator role for this guild.\n\n" @@ -1184,15 +1201,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2188 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:2165 +#: redbot/core/core_commands.py:2190 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2171 +#: redbot/core/core_commands.py:2196 #, docstring msgid "\n" " Removes an admin role for this guild.\n\n" @@ -1204,15 +1221,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2208 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:2185 +#: redbot/core/core_commands.py:2210 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2191 +#: redbot/core/core_commands.py:2216 #, docstring msgid "\n" " Removes a mod role for this guild.\n\n" @@ -1224,15 +1241,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2228 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2230 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2211 +#: redbot/core/core_commands.py:2236 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -1243,19 +1260,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2248 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will" msgstr "" -#: redbot/core/core_commands.py:2232 +#: redbot/core/core_commands.py:2257 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -1267,11 +1284,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2247 +#: redbot/core/core_commands.py:2272 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2280 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -1282,11 +1299,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2268 +#: redbot/core/core_commands.py:2293 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:2276 +#: redbot/core/core_commands.py:2301 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1303,15 +1320,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2321 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:2299 +#: redbot/core/core_commands.py:2324 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:2304 +#: redbot/core/core_commands.py:2329 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL.\n\n" @@ -1324,28 +1341,28 @@ msgid "Sets [botname]'s avatar\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2327 +#: redbot/core/core_commands.py:2352 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:2329 +#: redbot/core/core_commands.py:2354 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:2339 +#: redbot/core/core_commands.py:2364 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:2346 +#: redbot/core/core_commands.py:2371 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:2348 redbot/core/core_commands.py:2575 -#: redbot/core/core_commands.py:2631 redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:2373 redbot/core/core_commands.py:2600 +#: redbot/core/core_commands.py:2656 redbot/core/core_commands.py:2680 msgid "Done." msgstr "Concluído." -#: redbot/core/core_commands.py:2353 +#: redbot/core/core_commands.py:2378 #, docstring msgid "\n" " Removes [botname]'s avatar.\n\n" @@ -1354,11 +1371,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2386 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2392 #, docstring msgid "Sets [botname]'s playing status.\n\n" " This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" @@ -1371,19 +1388,19 @@ msgid "Sets [botname]'s playing status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2383 +#: redbot/core/core_commands.py:2408 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2391 +#: redbot/core/core_commands.py:2416 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:2393 +#: redbot/core/core_commands.py:2418 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:2399 +#: redbot/core/core_commands.py:2424 #, docstring msgid "Sets [botname]'s listening status.\n\n" " This will appear as `Listening to `.\n\n" @@ -1395,19 +1412,19 @@ msgid "Sets [botname]'s listening status.\n\n" " - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2416 +#: redbot/core/core_commands.py:2441 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2425 +#: redbot/core/core_commands.py:2450 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2453 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2459 #, docstring msgid "Sets [botname]'s watching status.\n\n" " This will appear as `Watching `.\n\n" @@ -1419,19 +1436,19 @@ msgid "Sets [botname]'s watching status.\n\n" " - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2475 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2482 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:2459 +#: redbot/core/core_commands.py:2484 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:2465 +#: redbot/core/core_commands.py:2490 #, docstring msgid "Sets [botname]'s competing status.\n\n" " This will appear as `Competing in `.\n\n" @@ -1443,19 +1460,19 @@ msgid "Sets [botname]'s competing status.\n\n" " - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2482 +#: redbot/core/core_commands.py:2507 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2491 +#: redbot/core/core_commands.py:2516 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:2494 +#: redbot/core/core_commands.py:2519 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:2500 +#: redbot/core/core_commands.py:2525 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1471,11 +1488,11 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:2555 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:2538 +#: redbot/core/core_commands.py:2563 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" @@ -1491,15 +1508,15 @@ msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " - `` - The text to follow `Streaming` in the status." msgstr "" -#: redbot/core/core_commands.py:2563 +#: redbot/core/core_commands.py:2588 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2591 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2580 +#: redbot/core/core_commands.py:2605 #, docstring msgid "Sets [botname]'s username.\n\n" " Maximum length for a username is 32 characters.\n\n" @@ -1512,28 +1529,28 @@ msgid "Sets [botname]'s username.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2596 +#: redbot/core/core_commands.py:2621 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2603 +#: redbot/core/core_commands.py:2628 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2609 +#: redbot/core/core_commands.py:2634 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2619 +#: redbot/core/core_commands.py:2644 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2629 +#: redbot/core/core_commands.py:2654 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2662 #, docstring msgid "Sets [botname]'s nickname for the current server.\n\n" " Maximum length for a nickname is 32 characters.\n\n" @@ -1544,15 +1561,15 @@ msgid "Sets [botname]'s nickname for the current server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2649 +#: redbot/core/core_commands.py:2674 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2653 +#: redbot/core/core_commands.py:2678 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:2660 +#: redbot/core/core_commands.py:2685 #, docstring msgid "Sets [botname]'s global prefix(es).\n\n" " Warning: This is not additive. It will replace all current prefixes.\n\n" @@ -1567,20 +1584,30 @@ msgid "Sets [botname]'s global prefix(es).\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2677 +#: redbot/core/core_commands.py:2702 +msgid "Warning: A prefix is above the recommended length (20 characters).\n" +"Do you want to continue? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:2715 +msgid "Cancelled." +msgstr "" + +#: redbot/core/core_commands.py:2719 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:2721 msgid "Prefixes set." msgstr "" -#: redbot/core/core_commands.py:2685 +#: redbot/core/core_commands.py:2727 #, docstring msgid "\n" " Sets [botname]'s server prefix(es).\n\n" " Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" -" This is not additive. It will replace all current server prefixes.\n\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 20 characters.\n\n" " **Examples:**\n" " - `[p]set serverprefix !`\n" " - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" @@ -1591,19 +1618,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2702 +#: redbot/core/core_commands.py:2745 msgid "Server prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2748 +msgid "You cannot have a prefix longer than 20 characters." +msgstr "" + +#: redbot/core/core_commands.py:2753 msgid "Server prefix set." msgstr "" -#: redbot/core/core_commands.py:2709 +#: redbot/core/core_commands.py:2755 msgid "Server prefixes set." msgstr "" -#: redbot/core/core_commands.py:2714 +#: redbot/core/core_commands.py:2760 #, docstring msgid "\n" " Changes the bot's default locale.\n\n" @@ -1620,21 +1651,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2735 redbot/core/core_commands.py:2779 -#: redbot/core/core_commands.py:2818 redbot/core/core_commands.py:2862 +#: redbot/core/core_commands.py:2781 redbot/core/core_commands.py:2825 +#: redbot/core/core_commands.py:2864 redbot/core/core_commands.py:2908 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2739 redbot/core/core_commands.py:2783 -#: redbot/core/core_commands.py:2822 redbot/core/core_commands.py:2866 +#: redbot/core/core_commands.py:2785 redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2868 redbot/core/core_commands.py:2912 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:2792 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2752 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1652,15 +1683,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2774 +#: redbot/core/core_commands.py:2820 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2789 +#: redbot/core/core_commands.py:2835 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:2795 +#: redbot/core/core_commands.py:2841 #, docstring msgid "\n" " Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1675,15 +1706,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2812 +#: redbot/core/core_commands.py:2858 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2875 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2837 +#: redbot/core/core_commands.py:2883 #, docstring msgid "\n" " Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1698,15 +1729,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2855 +#: redbot/core/core_commands.py:2901 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2873 +#: redbot/core/core_commands.py:2919 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2881 +#: redbot/core/core_commands.py:2927 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1721,19 +1752,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2898 +#: redbot/core/core_commands.py:2944 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2948 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2905 +#: redbot/core/core_commands.py:2951 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2956 #, docstring msgid "\n" " Commands to set, list or remove various external API tokens.\n\n" @@ -1750,11 +1781,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2931 +#: redbot/core/core_commands.py:2977 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2935 +#: redbot/core/core_commands.py:2981 #, docstring msgid "\n" " Show all external API services along with their keys that have been set.\n\n" @@ -1764,19 +1795,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2946 +#: redbot/core/core_commands.py:2992 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2961 +#: redbot/core/core_commands.py:3007 #, docstring msgid "\n" " Remove the given services with all their keys and tokens.\n\n" @@ -1787,20 +1818,20 @@ msgid "\n" " - `` - The services to remove." msgstr "" -#: redbot/core/core_commands.py:2976 +#: redbot/core/core_commands.py:3022 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2980 +#: redbot/core/core_commands.py:3026 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2985 +#: redbot/core/core_commands.py:3031 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2990 +#: redbot/core/core_commands.py:3036 #, docstring msgid "\n" " Commands to manage settings for the help command.\n\n" @@ -1808,7 +1839,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2999 +#: redbot/core/core_commands.py:3045 #, docstring msgid "\n" " Show the current help settings.\n\n" @@ -1818,11 +1849,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3013 +#: redbot/core/core_commands.py:3059 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:3023 +#: redbot/core/core_commands.py:3069 #, docstring msgid "\n" " This resets [botname]'s help formatter to the default formatter.\n\n" @@ -1831,11 +1862,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3032 +#: redbot/core/core_commands.py:3078 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:3041 +#: redbot/core/core_commands.py:3087 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1845,11 +1876,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3051 +#: redbot/core/core_commands.py:3097 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3105 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1865,15 +1896,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3079 +#: redbot/core/core_commands.py:3125 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:3081 +#: redbot/core/core_commands.py:3127 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:3085 +#: redbot/core/core_commands.py:3131 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1887,15 +1918,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3102 +#: redbot/core/core_commands.py:3148 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3104 +#: redbot/core/core_commands.py:3150 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3154 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1909,15 +1940,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3125 +#: redbot/core/core_commands.py:3171 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3127 +#: redbot/core/core_commands.py:3173 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3131 +#: redbot/core/core_commands.py:3177 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent to a DM.\n\n" @@ -1933,15 +1964,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3152 +#: redbot/core/core_commands.py:3198 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3154 +#: redbot/core/core_commands.py:3200 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3158 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be filtered from help.\n\n" @@ -1955,15 +1986,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3175 +#: redbot/core/core_commands.py:3221 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:3177 +#: redbot/core/core_commands.py:3223 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:3181 +#: redbot/core/core_commands.py:3227 #, docstring msgid "\n" " Sets whether the bot should respond to help commands for nonexistent topics.\n\n" @@ -1979,15 +2010,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3202 +#: redbot/core/core_commands.py:3248 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3251 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:3213 +#: redbot/core/core_commands.py:3259 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " Note: This setting only applies to embedded help.\n\n" @@ -2002,15 +2033,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3230 +#: redbot/core/core_commands.py:3276 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:3234 +#: redbot/core/core_commands.py:3280 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3238 +#: redbot/core/core_commands.py:3284 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " Note: This setting does not apply to menu help.\n\n" @@ -2026,15 +2057,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3283 +#: redbot/core/core_commands.py:3302 redbot/core/core_commands.py:3329 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:3260 +#: redbot/core/core_commands.py:3306 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3265 +#: redbot/core/core_commands.py:3311 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -2051,19 +2082,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3332 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3337 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:3293 +#: redbot/core/core_commands.py:3339 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:3297 +#: redbot/core/core_commands.py:3343 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -2077,19 +2108,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3312 +#: redbot/core/core_commands.py:3358 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:3316 +#: redbot/core/core_commands.py:3362 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:3324 +#: redbot/core/core_commands.py:3370 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:3329 +#: redbot/core/core_commands.py:3375 #, docstring msgid "Sends a message to the owner.\n\n" " This is limited to one message every 60 seconds per person.\n\n" @@ -2100,43 +2131,43 @@ msgid "Sends a message to the owner.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3341 +#: redbot/core/core_commands.py:3387 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:3344 +#: redbot/core/core_commands.py:3390 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3392 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:3347 +#: redbot/core/core_commands.py:3393 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:3352 +#: redbot/core/core_commands.py:3398 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:3354 +#: redbot/core/core_commands.py:3400 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:3359 +#: redbot/core/core_commands.py:3405 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:3430 +#: redbot/core/core_commands.py:3476 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:3432 +#: redbot/core/core_commands.py:3478 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:3437 +#: redbot/core/core_commands.py:3483 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n\n" @@ -2149,41 +2180,41 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3453 +#: redbot/core/core_commands.py:3499 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3509 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:3464 +#: redbot/core/core_commands.py:3510 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:3478 redbot/core/core_commands.py:3488 +#: redbot/core/core_commands.py:3524 redbot/core/core_commands.py:3534 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:3481 redbot/core/core_commands.py:3491 +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3537 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:3496 +#: redbot/core/core_commands.py:3542 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:3500 +#: redbot/core/core_commands.py:3546 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:3506 +#: redbot/core/core_commands.py:3552 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:3593 +#: redbot/core/core_commands.py:3639 #, docstring msgid "\n" " Commands to manage the allowlist.\n\n" @@ -2192,7 +2223,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3604 +#: redbot/core/core_commands.py:3650 #, docstring msgid "\n" " Adds users to the allowlist.\n\n" @@ -2204,15 +2235,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3663 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3619 +#: redbot/core/core_commands.py:3665 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3623 +#: redbot/core/core_commands.py:3669 #, docstring msgid "\n" " Lists users on the allowlist.\n\n" @@ -2221,21 +2252,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3635 +#: redbot/core/core_commands.py:3681 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3637 +#: redbot/core/core_commands.py:3683 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3641 redbot/core/core_commands.py:3739 +#: redbot/core/core_commands.py:3687 redbot/core/core_commands.py:3785 #: redbot/core/modlog.py:428 redbot/core/modlog.py:450 #: redbot/core/modlog.py:466 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/core_commands.py:3649 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Removes users from the allowlist.\n\n" @@ -2248,15 +2279,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3664 +#: redbot/core/core_commands.py:3710 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3666 +#: redbot/core/core_commands.py:3712 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3670 +#: redbot/core/core_commands.py:3716 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2266,11 +2297,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3725 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3684 +#: redbot/core/core_commands.py:3730 #, docstring msgid "\n" " Commands to manage the blocklist.\n\n" @@ -2278,7 +2309,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3693 +#: redbot/core/core_commands.py:3739 #, docstring msgid "\n" " Adds users to the blocklist.\n\n" @@ -2290,19 +2321,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3709 +#: redbot/core/core_commands.py:3755 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3715 +#: redbot/core/core_commands.py:3761 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3717 +#: redbot/core/core_commands.py:3763 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3721 +#: redbot/core/core_commands.py:3767 #, docstring msgid "\n" " Lists users on the blocklist.\n\n" @@ -2311,15 +2342,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3733 +#: redbot/core/core_commands.py:3779 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3735 +#: redbot/core/core_commands.py:3781 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3747 +#: redbot/core/core_commands.py:3793 #, docstring msgid "\n" " Removes users from the blocklist.\n\n" @@ -2331,15 +2362,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3760 +#: redbot/core/core_commands.py:3806 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3762 +#: redbot/core/core_commands.py:3808 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3766 +#: redbot/core/core_commands.py:3812 #, docstring msgid "\n" " Clears the blocklist.\n\n" @@ -2348,11 +2379,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3773 +#: redbot/core/core_commands.py:3819 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3779 +#: redbot/core/core_commands.py:3825 #, docstring msgid "\n" " Commands to manage the server specific allowlist.\n\n" @@ -2361,7 +2392,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3792 +#: redbot/core/core_commands.py:3838 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n\n" @@ -2374,19 +2405,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3811 +#: redbot/core/core_commands.py:3857 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:3820 +#: redbot/core/core_commands.py:3866 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3822 +#: redbot/core/core_commands.py:3868 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3826 +#: redbot/core/core_commands.py:3872 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n\n" @@ -2395,19 +2426,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3838 +#: redbot/core/core_commands.py:3884 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3840 +#: redbot/core/core_commands.py:3886 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:3844 redbot/core/core_commands.py:3966 +#: redbot/core/core_commands.py:3890 redbot/core/core_commands.py:4012 msgid "Unknown or Deleted User/Role" msgstr "" -#: redbot/core/core_commands.py:3854 +#: redbot/core/core_commands.py:3900 #, docstring msgid "\n" " Removes user or role from the allowlist.\n\n" @@ -2421,19 +2452,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3875 +#: redbot/core/core_commands.py:3921 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3883 +#: redbot/core/core_commands.py:3929 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3885 +#: redbot/core/core_commands.py:3931 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3889 +#: redbot/core/core_commands.py:3935 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2443,11 +2474,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3898 +#: redbot/core/core_commands.py:3944 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3904 +#: redbot/core/core_commands.py:3950 #, docstring msgid "\n" " Commands to manage the server specific blocklist.\n\n" @@ -2455,7 +2486,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3915 +#: redbot/core/core_commands.py:3961 #, docstring msgid "\n" " Adds a user or role to the local blocklist.\n\n" @@ -2468,27 +2499,27 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3929 +#: redbot/core/core_commands.py:3975 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3932 +#: redbot/core/core_commands.py:3978 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3935 +#: redbot/core/core_commands.py:3981 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3942 +#: redbot/core/core_commands.py:3988 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3944 +#: redbot/core/core_commands.py:3990 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3948 +#: redbot/core/core_commands.py:3994 #, docstring msgid "\n" " Lists users and roles on the server blocklist.\n\n" @@ -2497,15 +2528,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3960 +#: redbot/core/core_commands.py:4006 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3962 +#: redbot/core/core_commands.py:4008 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3976 +#: redbot/core/core_commands.py:4022 #, docstring msgid "\n" " Removes user or role from local blocklist.\n\n" @@ -2518,15 +2549,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3992 +#: redbot/core/core_commands.py:4038 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3994 +#: redbot/core/core_commands.py:4040 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3998 +#: redbot/core/core_commands.py:4044 #, docstring msgid "\n" " Clears the server blocklist.\n\n" @@ -2536,16 +2567,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4007 +#: redbot/core/core_commands.py:4053 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:4012 +#: redbot/core/core_commands.py:4058 #, docstring msgid "Commands to enable and disable commands and cogs." msgstr "" -#: redbot/core/core_commands.py:4018 +#: redbot/core/core_commands.py:4064 #, docstring msgid "Set the default state for a cog as disabled.\n\n" " This will disable the cog for all servers by default.\n" @@ -2559,20 +2590,20 @@ msgid "Set the default state for a cog as disabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4034 redbot/core/core_commands.py:4059 -#: redbot/core/core_commands.py:4079 redbot/core/core_commands.py:4109 +#: redbot/core/core_commands.py:4080 redbot/core/core_commands.py:4105 +#: redbot/core/core_commands.py:4125 redbot/core/core_commands.py:4155 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:4036 +#: redbot/core/core_commands.py:4082 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:4038 +#: redbot/core/core_commands.py:4084 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:4043 +#: redbot/core/core_commands.py:4089 #, docstring msgid "Set the default state for a cog as enabled.\n\n" " This will re-enable the cog for all servers by default.\n" @@ -2586,11 +2617,11 @@ msgid "Set the default state for a cog as enabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4061 +#: redbot/core/core_commands.py:4107 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:4066 +#: redbot/core/core_commands.py:4112 #, docstring msgid "Disable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2602,19 +2633,19 @@ msgid "Disable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4081 +#: redbot/core/core_commands.py:4127 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:4083 +#: redbot/core/core_commands.py:4129 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4086 +#: redbot/core/core_commands.py:4132 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4092 +#: redbot/core/core_commands.py:4138 #, docstring msgid "Enable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2626,15 +2657,15 @@ msgid "Enable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4104 +#: redbot/core/core_commands.py:4150 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4112 +#: redbot/core/core_commands.py:4158 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4118 +#: redbot/core/core_commands.py:4164 #, docstring msgid "List the cogs which are disabled in this server.\n\n" " **Example:**\n" @@ -2642,15 +2673,15 @@ msgid "List the cogs which are disabled in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4131 +#: redbot/core/core_commands.py:4177 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:4137 +#: redbot/core/core_commands.py:4183 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:4141 +#: redbot/core/core_commands.py:4187 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2661,7 +2692,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4158 +#: redbot/core/core_commands.py:4204 #, docstring msgid "List disabled commands globally.\n\n" " **Example:**\n" @@ -2669,19 +2700,19 @@ msgid "List disabled commands globally.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4165 +#: redbot/core/core_commands.py:4211 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:4168 +#: redbot/core/core_commands.py:4214 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4172 +#: redbot/core/core_commands.py:4218 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4180 +#: redbot/core/core_commands.py:4226 #, docstring msgid "List disabled commands in this server.\n\n" " **Example:**\n" @@ -2689,19 +2720,19 @@ msgid "List disabled commands in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4187 +#: redbot/core/core_commands.py:4233 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:4190 +#: redbot/core/core_commands.py:4236 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4194 +#: redbot/core/core_commands.py:4240 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4201 +#: redbot/core/core_commands.py:4247 #, docstring msgid "\n" " Disable a command.\n\n" @@ -2715,7 +2746,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4223 +#: redbot/core/core_commands.py:4269 #, docstring msgid "\n" " Disable a command globally.\n\n" @@ -2727,19 +2758,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4242 redbot/core/core_commands.py:4285 +#: redbot/core/core_commands.py:4288 redbot/core/core_commands.py:4331 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:4248 redbot/core/core_commands.py:4291 +#: redbot/core/core_commands.py:4294 redbot/core/core_commands.py:4337 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:4257 +#: redbot/core/core_commands.py:4303 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:4266 +#: redbot/core/core_commands.py:4312 #, docstring msgid "\n" " Disable a command in this server only.\n\n" @@ -2751,15 +2782,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4296 +#: redbot/core/core_commands.py:4342 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:4306 +#: redbot/core/core_commands.py:4352 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:4312 +#: redbot/core/core_commands.py:4358 #, docstring msgid "Enable a command.\n\n" " If you're the bot owner, this will try to enable a globally disabled command by default.\n" @@ -2772,7 +2803,7 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4332 +#: redbot/core/core_commands.py:4378 #, docstring msgid "\n" " Enable a command globally.\n\n" @@ -2784,11 +2815,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4354 +#: redbot/core/core_commands.py:4400 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:4363 +#: redbot/core/core_commands.py:4409 #, docstring msgid "\n" " Enable a command in this server.\n\n" @@ -2800,15 +2831,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4381 +#: redbot/core/core_commands.py:4427 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4437 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:4398 +#: redbot/core/core_commands.py:4444 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2822,7 +2853,7 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4419 +#: redbot/core/core_commands.py:4465 #, docstring msgid "\n" " Commands to manage server settings for immunity from automated actions.\n\n" @@ -2830,7 +2861,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4428 +#: redbot/core/core_commands.py:4474 #, docstring msgid "\n" " Gets the current members and roles configured for automatic moderation action immunity.\n\n" @@ -2839,19 +2870,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4441 +#: redbot/core/core_commands.py:4487 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4446 +#: redbot/core/core_commands.py:4492 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4450 +#: redbot/core/core_commands.py:4496 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:4459 +#: redbot/core/core_commands.py:4505 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n\n" @@ -2863,11 +2894,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4471 +#: redbot/core/core_commands.py:4517 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:4479 +#: redbot/core/core_commands.py:4525 #, docstring msgid "\n" " Remove a user or role from being immune to automated moderation actions.\n\n" @@ -2879,11 +2910,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4491 +#: redbot/core/core_commands.py:4537 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:4499 +#: redbot/core/core_commands.py:4545 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n\n" @@ -2895,15 +2926,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4511 +#: redbot/core/core_commands.py:4557 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:4513 +#: redbot/core/core_commands.py:4559 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:4518 +#: redbot/core/core_commands.py:4564 #, docstring msgid "\n" " Commands for configuring owner notifications.\n\n" @@ -2911,7 +2942,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4527 +#: redbot/core/core_commands.py:4573 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2923,7 +2954,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4546 +#: redbot/core/core_commands.py:4592 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n\n" @@ -2934,7 +2965,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4565 +#: redbot/core/core_commands.py:4611 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n\n" @@ -2946,7 +2977,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4591 +#: redbot/core/core_commands.py:4637 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n\n" @@ -2958,7 +2989,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4615 +#: redbot/core/core_commands.py:4661 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n\n" @@ -2967,15 +2998,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4625 +#: redbot/core/core_commands.py:4671 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:4636 +#: redbot/core/core_commands.py:4682 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:4667 +#: redbot/core/core_commands.py:4713 #, docstring msgid "\n" " Commands to add servers or channels to the ignore list.\n\n" @@ -2984,7 +3015,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4677 +#: redbot/core/core_commands.py:4723 #, docstring msgid "\n" " List the currently ignored servers and channels.\n\n" @@ -2993,7 +3024,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4692 +#: redbot/core/core_commands.py:4738 #, docstring msgid "\n" " Ignore commands in the channel or category.\n\n" @@ -3009,15 +3040,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4712 +#: redbot/core/core_commands.py:4758 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:4714 +#: redbot/core/core_commands.py:4760 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:4719 +#: redbot/core/core_commands.py:4765 #, docstring msgid "\n" " Ignore commands in this server.\n\n" @@ -3027,20 +3058,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4730 +#: redbot/core/core_commands.py:4776 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:4732 +#: redbot/core/core_commands.py:4778 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:4738 +#: redbot/core/core_commands.py:4784 #, docstring msgid "Commands to remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4746 +#: redbot/core/core_commands.py:4792 #, docstring msgid "\n" " Remove a channel or category from the ignore list.\n\n" @@ -3055,15 +3086,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4765 +#: redbot/core/core_commands.py:4811 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:4767 +#: redbot/core/core_commands.py:4813 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4772 +#: redbot/core/core_commands.py:4818 #, docstring msgid "\n" " Remove this server from the ignore list.\n\n" @@ -3072,24 +3103,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4781 +#: redbot/core/core_commands.py:4827 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4783 +#: redbot/core/core_commands.py:4829 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4789 +#: redbot/core/core_commands.py:4835 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:4801 +#: redbot/core/core_commands.py:4847 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:4816 +#: redbot/core/core_commands.py:4862 #, docstring msgid "\n" " Get info about Red's licenses.\n" @@ -3122,7 +3153,7 @@ msgid "Evaluate a statement of python code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:166 +#: redbot/core/dev_commands.py:167 #, docstring msgid "Execute asynchronous code.\n\n" " This command wraps code into the body of an async function and then\n" @@ -3142,7 +3173,7 @@ msgid "Execute asynchronous code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:220 +#: redbot/core/dev_commands.py:221 #, docstring msgid "Open an interactive REPL.\n\n" " The REPL will only recognise code as messages which start with a\n" @@ -3151,51 +3182,51 @@ msgid "Open an interactive REPL.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:229 +#: redbot/core/dev_commands.py:230 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "" -#: redbot/core/dev_commands.py:233 +#: redbot/core/dev_commands.py:234 msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." msgstr "" -#: redbot/core/dev_commands.py:244 +#: redbot/core/dev_commands.py:245 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." msgstr "" -#: redbot/core/dev_commands.py:258 +#: redbot/core/dev_commands.py:259 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:309 +#: redbot/core/dev_commands.py:310 msgid "Unexpected error: `{}`" msgstr "" -#: redbot/core/dev_commands.py:313 +#: redbot/core/dev_commands.py:314 #, docstring msgid "Pauses/resumes the REPL running in the current channel" msgstr "" -#: redbot/core/dev_commands.py:315 +#: redbot/core/dev_commands.py:316 msgid "There is no currently running REPL session in this channel." msgstr "" -#: redbot/core/dev_commands.py:323 +#: redbot/core/dev_commands.py:324 msgid "The REPL session in this channel has been resumed." msgstr "" -#: redbot/core/dev_commands.py:325 +#: redbot/core/dev_commands.py:326 msgid "The REPL session in this channel is now paused." msgstr "" -#: redbot/core/dev_commands.py:330 +#: redbot/core/dev_commands.py:331 #, docstring msgid "Mock another user invoking a command.\n\n" " The prefix must not be entered.\n" " " msgstr "" -#: redbot/core/dev_commands.py:343 +#: redbot/core/dev_commands.py:344 #, docstring msgid "Dispatch a message event as if it were sent by a different user.\n\n" " Only reads the raw content of the message. Attachments, embeds etc. are\n" @@ -3203,17 +3234,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:364 +#: redbot/core/dev_commands.py:365 #, docstring msgid "Give bot owners the ability to bypass cooldowns.\n\n" " Does not persist through restarts." msgstr "" -#: redbot/core/dev_commands.py:372 +#: redbot/core/dev_commands.py:373 msgid "Bot owners will now bypass all commands with cooldowns." msgstr "" -#: redbot/core/dev_commands.py:374 +#: redbot/core/dev_commands.py:375 msgid "Bot owners will no longer bypass all commands with cooldowns." msgstr "" diff --git a/redbot/core/locales/ro-RO.po b/redbot/core/locales/ro-RO.po index 443970d4b..77a2b8044 100644 --- a/redbot/core/locales/ro-RO.po +++ b/redbot/core/locales/ro-RO.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-05-25 16:04+0000\n" +"POT-Creation-Date: 2021-06-12 15:52+0000\n" "Last-Translator: \n" "Language-Team: Romanian\n" "MIME-Version: 1.0\n" @@ -126,15 +126,15 @@ msgstr "**{} încărcat:**\n" msgid "**{} unloaded:**\n" msgstr "**{} neîncărcat:**\n" -#: redbot/core/core_commands.py:179 +#: redbot/core/core_commands.py:181 msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:184 +#: redbot/core/core_commands.py:186 msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:393 +#: redbot/core/core_commands.py:398 #, docstring msgid "\n" " The Core cog has many commands related to core functions.\n\n" @@ -142,93 +142,93 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:410 #, docstring msgid "Pong." msgstr "Pong!" -#: redbot/core/core_commands.py:410 +#: redbot/core/core_commands.py:415 #, docstring msgid "Shows info about [botname].\n\n" " See `[p]set custominfo` to customize.\n" " " msgstr "" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:445 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by team" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:456 +#: redbot/core/core_commands.py:461 msgid "Red version" msgstr "Versiunea Red" -#: redbot/core/core_commands.py:459 redbot/core/core_commands.py:515 +#: redbot/core/core_commands.py:464 redbot/core/core_commands.py:520 msgid "Yes, {version} is available." msgstr "Da, versiunea {version} este disponibilă." -#: redbot/core/core_commands.py:463 redbot/core/core_commands.py:519 +#: redbot/core/core_commands.py:468 redbot/core/core_commands.py:524 msgid "Checking for updates failed." msgstr "Verificarea pentru actualizări a eșuat." -#: redbot/core/core_commands.py:464 +#: redbot/core/core_commands.py:469 msgid "Outdated" msgstr "Neactualizat" -#: redbot/core/core_commands.py:466 +#: redbot/core/core_commands.py:471 msgid "About this instance" msgstr "Despre această instanță" -#: redbot/core/core_commands.py:467 +#: redbot/core/core_commands.py:472 msgid "About Red" msgstr "Despre Red" -#: redbot/core/core_commands.py:470 redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:475 redbot/core/core_commands.py:533 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "Aducând bucurie din 02 Ianuarie 2016 (peste {} zile în urmă)!" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:483 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:489 +#: redbot/core/core_commands.py:494 msgid "Instance owned by team: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:501 +#: redbot/core/core_commands.py:506 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:520 +#: redbot/core/core_commands.py:525 msgid "Outdated: [{state}]\n" msgstr "" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:528 msgid "**About Red**\n" msgstr "" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:539 msgid "**About this instance**\n" msgstr "" -#: redbot/core/core_commands.py:536 +#: redbot/core/core_commands.py:541 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -239,20 +239,20 @@ msgid "**References**\n" "7. <{}>\n" msgstr "" -#: redbot/core/core_commands.py:552 +#: redbot/core/core_commands.py:557 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:555 +#: redbot/core/core_commands.py:560 msgid "Less than one second" msgstr "Mai puțin de o secundă" -#: redbot/core/core_commands.py:557 +#: redbot/core/core_commands.py:562 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:564 +#: redbot/core/core_commands.py:569 #, docstring msgid "\n" " Commands which interact with the data [botname] has about you.\n\n" @@ -260,7 +260,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:575 +#: redbot/core/core_commands.py:580 #, docstring msgid "\n" " Find out what type of data [botname] stores and why.\n\n" @@ -269,12 +269,12 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:585 +#: redbot/core/core_commands.py:590 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:604 +#: redbot/core/core_commands.py:609 #, docstring msgid "View the End User Data statements of each 3rd-party module.\n\n" " This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" @@ -283,39 +283,39 @@ msgid "View the End User Data statements of each 3rd-party module.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:615 +#: redbot/core/core_commands.py:620 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:625 +#: redbot/core/core_commands.py:630 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:645 +#: redbot/core/core_commands.py:650 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:647 +#: redbot/core/core_commands.py:652 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:652 +#: redbot/core/core_commands.py:657 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:668 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:679 +#: redbot/core/core_commands.py:684 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:684 +#: redbot/core/core_commands.py:689 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:695 +#: redbot/core/core_commands.py:700 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -327,63 +327,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:710 +#: redbot/core/core_commands.py:715 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:717 +#: redbot/core/core_commands.py:722 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:727 +#: redbot/core/core_commands.py:732 msgid "This may take some time." msgstr "" -#: redbot/core/core_commands.py:740 +#: redbot/core/core_commands.py:745 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:755 +#: redbot/core/core_commands.py:760 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:765 +#: redbot/core/core_commands.py:770 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:775 +#: redbot/core/core_commands.py:780 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:783 redbot/core/core_commands.py:950 -#: redbot/core/core_commands.py:1036 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:788 redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:1041 redbot/core/core_commands.py:1112 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:793 +#: redbot/core/core_commands.py:798 #, docstring msgid "[Coming Soon] Get what data [botname] has about you." msgstr "" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:800 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:804 +#: redbot/core/core_commands.py:809 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:810 +#: redbot/core/core_commands.py:815 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -394,11 +394,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:821 +#: redbot/core/core_commands.py:826 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:834 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n\n" @@ -408,11 +408,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:838 +#: redbot/core/core_commands.py:843 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:847 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -426,15 +426,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:859 +#: redbot/core/core_commands.py:864 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:867 +#: redbot/core/core_commands.py:872 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:878 +#: redbot/core/core_commands.py:883 #, docstring msgid "\n" " Handle a deletion request from Discord.\n\n" @@ -447,34 +447,34 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:892 +#: redbot/core/core_commands.py:897 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:915 redbot/core/core_commands.py:1072 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +#: redbot/core/core_commands.py:930 redbot/core/core_commands.py:1087 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +#: redbot/core/core_commands.py:941 redbot/core/core_commands.py:1098 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +#: redbot/core/core_commands.py:951 redbot/core/core_commands.py:1108 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:957 +#: redbot/core/core_commands.py:962 #, docstring msgid "Delete data [botname] has about a user for a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" @@ -485,34 +485,34 @@ msgid "Delete data [botname] has about a user for a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:973 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:991 +#: redbot/core/core_commands.py:996 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1006 +#: redbot/core/core_commands.py:1011 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1017 +#: redbot/core/core_commands.py:1022 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1033 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1048 #, docstring msgid "Delete data [botname] has about a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" @@ -522,12 +522,12 @@ msgid "Delete data [botname] has about a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1053 +#: redbot/core/core_commands.py:1058 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1114 +#: redbot/core/core_commands.py:1119 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -547,7 +547,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1136 +#: redbot/core/core_commands.py:1141 #, docstring msgid "\n" " Show the current embed settings.\n\n" @@ -561,42 +561,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1153 redbot/core/core_commands.py:1309 -#: redbot/core/core_commands.py:1360 redbot/core/core_commands.py:4236 -#: redbot/core/core_commands.py:4279 redbot/core/core_commands.py:4345 -#: redbot/core/core_commands.py:4376 +#: redbot/core/core_commands.py:1158 redbot/core/core_commands.py:1314 +#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:4282 +#: redbot/core/core_commands.py:4325 redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4422 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:1159 +#: redbot/core/core_commands.py:1164 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1161 +#: redbot/core/core_commands.py:1166 msgid "Global default: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1171 msgid "Global command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1172 +#: redbot/core/core_commands.py:1177 msgid "Guild setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1177 +#: redbot/core/core_commands.py:1182 msgid "Server command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1183 +#: redbot/core/core_commands.py:1188 msgid "Channel setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1191 msgid "User setting: {value}" msgstr "" -#: redbot/core/core_commands.py:1192 +#: redbot/core/core_commands.py:1197 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -608,15 +608,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1206 +#: redbot/core/core_commands.py:1211 msgid "Embeds are now disabled by default." msgstr "" -#: redbot/core/core_commands.py:1209 +#: redbot/core/core_commands.py:1214 msgid "Embeds are now enabled by default." msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1220 #, docstring msgid "\n" " Set the server's embed setting.\n\n" @@ -632,20 +632,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1234 redbot/core/core_commands.py:1318 -#: redbot/core/core_commands.py:1409 redbot/core/core_commands.py:1440 +#: redbot/core/core_commands.py:1239 redbot/core/core_commands.py:1323 +#: redbot/core/core_commands.py:1414 redbot/core/core_commands.py:1445 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1239 +#: redbot/core/core_commands.py:1244 msgid "Embeds are now enabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1241 +#: redbot/core/core_commands.py:1246 msgid "Embeds are now disabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1249 +#: redbot/core/core_commands.py:1254 #, docstring msgid "\n" " Sets a command's embed setting.\n\n" @@ -662,11 +662,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1278 +#: redbot/core/core_commands.py:1283 msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." msgstr "" -#: redbot/core/core_commands.py:1289 +#: redbot/core/core_commands.py:1294 #, docstring msgid "\n" " Sets a command's embed setting globally.\n\n" @@ -682,15 +682,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1375 +#: redbot/core/core_commands.py:1329 redbot/core/core_commands.py:1380 msgid "Embeds are now enabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1330 redbot/core/core_commands.py:1381 +#: redbot/core/core_commands.py:1335 redbot/core/core_commands.py:1386 msgid "Embeds are now disabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1340 +#: redbot/core/core_commands.py:1345 #, docstring msgid "\n" " Sets a commmand's embed setting for the current server.\n\n" @@ -706,11 +706,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1369 +#: redbot/core/core_commands.py:1374 msgid "Embeds will now fall back to the server setting." msgstr "" -#: redbot/core/core_commands.py:1390 +#: redbot/core/core_commands.py:1395 #, docstring msgid "\n" " Set's a channel's embed setting.\n\n" @@ -726,21 +726,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1419 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "enabled" msgstr "activat" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "disabled" msgstr "dezactivat" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1426 #, docstring msgid "\n" " Sets personal embed setting for DMs.\n\n" @@ -756,15 +756,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1450 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1452 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1453 +#: redbot/core/core_commands.py:1458 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead.\n\n" @@ -777,11 +777,11 @@ msgid "Sends to the owner the last command exception that has occurred.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:1487 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1487 +#: redbot/core/core_commands.py:1492 #, docstring msgid "Shows [botname]'s invite url.\n\n" " This will always send the invite to DMs to keep it private.\n\n" @@ -791,12 +791,12 @@ msgid "Shows [botname]'s invite url.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1512 #, docstring msgid "Commands to setup [botname]'s invite settings." msgstr "" -#: redbot/core/core_commands.py:1512 +#: redbot/core/core_commands.py:1517 #, docstring msgid "\n" " Toggles if `[p]invite` should be accessible for the average user.\n\n" @@ -808,7 +808,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1549 +#: redbot/core/core_commands.py:1554 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -823,7 +823,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 #, docstring msgid "\n" " Leaves servers.\n\n" @@ -838,43 +855,43 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1588 +#: redbot/core/core_commands.py:1613 msgid "You need to specify at least one server ID." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:1620 msgid "You haven't passed any server ID. Do you want me to leave this server?" msgstr "" -#: redbot/core/core_commands.py:1600 +#: redbot/core/core_commands.py:1625 msgid "Are you sure you want me to leave these servers?" msgstr "" -#: redbot/core/core_commands.py:1608 +#: redbot/core/core_commands.py:1633 msgid "I cannot leave the server `{server_name}`: I am the owner of it." msgstr "" -#: redbot/core/core_commands.py:1619 +#: redbot/core/core_commands.py:1644 redbot/core/core_commands.py:2711 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:1624 +#: redbot/core/core_commands.py:1649 msgid "Alright. Bye :wave:" msgstr "În regulă. Pa-paaa :wave:" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1652 msgid "Alright. Leaving {number} servers..." msgstr "" -#: redbot/core/core_commands.py:1634 +#: redbot/core/core_commands.py:1659 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1636 +#: redbot/core/core_commands.py:1661 msgid "Alright, I'm not leaving those servers." msgstr "" -#: redbot/core/core_commands.py:1641 +#: redbot/core/core_commands.py:1666 #, docstring msgid "\n" " Lists the servers [botname] is currently in.\n\n" @@ -882,7 +899,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:1684 #, docstring msgid "Loads cog packages from the local paths and installed cogs.\n\n" " See packages available to load with `[p]cogs`.\n\n" @@ -895,67 +912,67 @@ msgid "Loads cog packages from the local paths and installed cogs.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1688 +#: redbot/core/core_commands.py:1713 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1693 +#: redbot/core/core_commands.py:1718 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1722 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1729 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1709 +#: redbot/core/core_commands.py:1734 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1717 redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1742 redbot/core/core_commands.py:1898 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1723 redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1748 redbot/core/core_commands.py:1904 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1732 redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1757 redbot/core/core_commands.py:1913 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1736 redbot/core/core_commands.py:1892 +#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1744 +#: redbot/core/core_commands.py:1769 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1748 +#: redbot/core/core_commands.py:1773 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1755 +#: redbot/core/core_commands.py:1780 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1786 redbot/core/core_commands.py:1942 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1780 +#: redbot/core/core_commands.py:1805 #, docstring msgid "Unloads previously loaded cog packages.\n\n" " See packages available to unload with `[p]cogs`.\n\n" @@ -967,23 +984,23 @@ msgid "Unloads previously loaded cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1798 +#: redbot/core/core_commands.py:1823 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1827 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1809 +#: redbot/core/core_commands.py:1834 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1813 +#: redbot/core/core_commands.py:1838 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1826 +#: redbot/core/core_commands.py:1851 #, docstring msgid "Reloads cog packages.\n\n" " This will unload and then load the specified cogs.\n\n" @@ -996,36 +1013,36 @@ msgid "Reloads cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:1880 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1860 +#: redbot/core/core_commands.py:1885 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1890 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1900 +#: redbot/core/core_commands.py:1925 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1904 +#: redbot/core/core_commands.py:1929 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1936 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Shuts down the bot.\n\n" " Allows [botname] to shut down gracefully.\n\n" @@ -1038,11 +1055,11 @@ msgid "Shuts down the bot.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1974 msgid "Shutting down... " msgstr "" -#: redbot/core/core_commands.py:1955 +#: redbot/core/core_commands.py:1980 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -1055,30 +1072,30 @@ msgid "Attempts to restart [botname].\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1969 +#: redbot/core/core_commands.py:1994 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:1974 +#: redbot/core/core_commands.py:1999 #, docstring msgid "Commands for changing [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1978 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1996 +#: redbot/core/core_commands.py:2021 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2042 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -1086,7 +1103,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:2039 +#: redbot/core/core_commands.py:2064 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -1101,23 +1118,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2060 +#: redbot/core/core_commands.py:2085 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:2062 +#: redbot/core/core_commands.py:2087 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2092 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2099 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2104 #, docstring msgid "\n" " Sets the bot's description.\n\n" @@ -1133,15 +1150,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2099 +#: redbot/core/core_commands.py:2124 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:2102 +#: redbot/core/core_commands.py:2127 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2141 #, docstring msgid "\n" " Adds an admin role for this guild.\n\n" @@ -1159,15 +1176,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2136 +#: redbot/core/core_commands.py:2161 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:2138 +#: redbot/core/core_commands.py:2163 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2144 +#: redbot/core/core_commands.py:2169 #, docstring msgid "\n" " Adds a moderator role for this guild.\n\n" @@ -1184,15 +1201,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2188 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:2165 +#: redbot/core/core_commands.py:2190 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2171 +#: redbot/core/core_commands.py:2196 #, docstring msgid "\n" " Removes an admin role for this guild.\n\n" @@ -1204,15 +1221,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2208 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:2185 +#: redbot/core/core_commands.py:2210 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2191 +#: redbot/core/core_commands.py:2216 #, docstring msgid "\n" " Removes a mod role for this guild.\n\n" @@ -1224,15 +1241,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2228 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2230 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2211 +#: redbot/core/core_commands.py:2236 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -1243,19 +1260,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2248 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will" msgstr "" -#: redbot/core/core_commands.py:2232 +#: redbot/core/core_commands.py:2257 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -1267,11 +1284,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2247 +#: redbot/core/core_commands.py:2272 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2280 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -1282,11 +1299,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2268 +#: redbot/core/core_commands.py:2293 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:2276 +#: redbot/core/core_commands.py:2301 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1303,15 +1320,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2321 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:2299 +#: redbot/core/core_commands.py:2324 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:2304 +#: redbot/core/core_commands.py:2329 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL.\n\n" @@ -1324,28 +1341,28 @@ msgid "Sets [botname]'s avatar\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2327 +#: redbot/core/core_commands.py:2352 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:2329 +#: redbot/core/core_commands.py:2354 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:2339 +#: redbot/core/core_commands.py:2364 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:2346 +#: redbot/core/core_commands.py:2371 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:2348 redbot/core/core_commands.py:2575 -#: redbot/core/core_commands.py:2631 redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:2373 redbot/core/core_commands.py:2600 +#: redbot/core/core_commands.py:2656 redbot/core/core_commands.py:2680 msgid "Done." msgstr "" -#: redbot/core/core_commands.py:2353 +#: redbot/core/core_commands.py:2378 #, docstring msgid "\n" " Removes [botname]'s avatar.\n\n" @@ -1354,11 +1371,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2386 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2392 #, docstring msgid "Sets [botname]'s playing status.\n\n" " This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" @@ -1371,19 +1388,19 @@ msgid "Sets [botname]'s playing status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2383 +#: redbot/core/core_commands.py:2408 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2391 +#: redbot/core/core_commands.py:2416 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:2393 +#: redbot/core/core_commands.py:2418 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:2399 +#: redbot/core/core_commands.py:2424 #, docstring msgid "Sets [botname]'s listening status.\n\n" " This will appear as `Listening to `.\n\n" @@ -1395,19 +1412,19 @@ msgid "Sets [botname]'s listening status.\n\n" " - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2416 +#: redbot/core/core_commands.py:2441 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2425 +#: redbot/core/core_commands.py:2450 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2453 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2459 #, docstring msgid "Sets [botname]'s watching status.\n\n" " This will appear as `Watching `.\n\n" @@ -1419,19 +1436,19 @@ msgid "Sets [botname]'s watching status.\n\n" " - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2475 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2482 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:2459 +#: redbot/core/core_commands.py:2484 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:2465 +#: redbot/core/core_commands.py:2490 #, docstring msgid "Sets [botname]'s competing status.\n\n" " This will appear as `Competing in `.\n\n" @@ -1443,19 +1460,19 @@ msgid "Sets [botname]'s competing status.\n\n" " - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2482 +#: redbot/core/core_commands.py:2507 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2491 +#: redbot/core/core_commands.py:2516 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:2494 +#: redbot/core/core_commands.py:2519 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:2500 +#: redbot/core/core_commands.py:2525 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1471,11 +1488,11 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:2555 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:2538 +#: redbot/core/core_commands.py:2563 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" @@ -1491,15 +1508,15 @@ msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " - `` - The text to follow `Streaming` in the status." msgstr "" -#: redbot/core/core_commands.py:2563 +#: redbot/core/core_commands.py:2588 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2591 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2580 +#: redbot/core/core_commands.py:2605 #, docstring msgid "Sets [botname]'s username.\n\n" " Maximum length for a username is 32 characters.\n\n" @@ -1512,28 +1529,28 @@ msgid "Sets [botname]'s username.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2596 +#: redbot/core/core_commands.py:2621 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2603 +#: redbot/core/core_commands.py:2628 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2609 +#: redbot/core/core_commands.py:2634 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2619 +#: redbot/core/core_commands.py:2644 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2629 +#: redbot/core/core_commands.py:2654 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2662 #, docstring msgid "Sets [botname]'s nickname for the current server.\n\n" " Maximum length for a nickname is 32 characters.\n\n" @@ -1544,15 +1561,15 @@ msgid "Sets [botname]'s nickname for the current server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2649 +#: redbot/core/core_commands.py:2674 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2653 +#: redbot/core/core_commands.py:2678 msgid "I lack the permissions to change my own nickname." msgstr "Îmi lipsesc permisiunile de a-mi schimba porecla." -#: redbot/core/core_commands.py:2660 +#: redbot/core/core_commands.py:2685 #, docstring msgid "Sets [botname]'s global prefix(es).\n\n" " Warning: This is not additive. It will replace all current prefixes.\n\n" @@ -1567,20 +1584,30 @@ msgid "Sets [botname]'s global prefix(es).\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2677 +#: redbot/core/core_commands.py:2702 +msgid "Warning: A prefix is above the recommended length (20 characters).\n" +"Do you want to continue? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:2715 +msgid "Cancelled." +msgstr "Anulat." + +#: redbot/core/core_commands.py:2719 msgid "Prefix set." msgstr "Prefix setat." -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:2721 msgid "Prefixes set." msgstr "" -#: redbot/core/core_commands.py:2685 +#: redbot/core/core_commands.py:2727 #, docstring msgid "\n" " Sets [botname]'s server prefix(es).\n\n" " Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" -" This is not additive. It will replace all current server prefixes.\n\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 20 characters.\n\n" " **Examples:**\n" " - `[p]set serverprefix !`\n" " - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" @@ -1591,19 +1618,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2702 +#: redbot/core/core_commands.py:2745 msgid "Server prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2748 +msgid "You cannot have a prefix longer than 20 characters." +msgstr "" + +#: redbot/core/core_commands.py:2753 msgid "Server prefix set." msgstr "" -#: redbot/core/core_commands.py:2709 +#: redbot/core/core_commands.py:2755 msgid "Server prefixes set." msgstr "" -#: redbot/core/core_commands.py:2714 +#: redbot/core/core_commands.py:2760 #, docstring msgid "\n" " Changes the bot's default locale.\n\n" @@ -1620,21 +1651,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2735 redbot/core/core_commands.py:2779 -#: redbot/core/core_commands.py:2818 redbot/core/core_commands.py:2862 +#: redbot/core/core_commands.py:2781 redbot/core/core_commands.py:2825 +#: redbot/core/core_commands.py:2864 redbot/core/core_commands.py:2908 msgid "Invalid language code. Use format: `en-US`" msgstr "Cod de localizare invalid. Utilizați formatul: `ro-RO`" -#: redbot/core/core_commands.py:2739 redbot/core/core_commands.py:2783 -#: redbot/core/core_commands.py:2822 redbot/core/core_commands.py:2866 +#: redbot/core/core_commands.py:2785 redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2868 redbot/core/core_commands.py:2912 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "Format invalid - codul de localizare trebuie să includă codul de țară, ex. `ro-RO`" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:2792 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2752 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1652,15 +1683,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2774 +#: redbot/core/core_commands.py:2820 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2789 +#: redbot/core/core_commands.py:2835 msgid "Locale has been set." msgstr "Localizarea a fost setată." -#: redbot/core/core_commands.py:2795 +#: redbot/core/core_commands.py:2841 #, docstring msgid "\n" " Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1675,15 +1706,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2812 +#: redbot/core/core_commands.py:2858 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2875 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2837 +#: redbot/core/core_commands.py:2883 #, docstring msgid "\n" " Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1698,15 +1729,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2855 +#: redbot/core/core_commands.py:2901 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2873 +#: redbot/core/core_commands.py:2919 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2881 +#: redbot/core/core_commands.py:2927 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1721,19 +1752,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2898 +#: redbot/core/core_commands.py:2944 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2948 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2905 +#: redbot/core/core_commands.py:2951 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2956 #, docstring msgid "\n" " Commands to set, list or remove various external API tokens.\n\n" @@ -1750,11 +1781,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2931 +#: redbot/core/core_commands.py:2977 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2935 +#: redbot/core/core_commands.py:2981 #, docstring msgid "\n" " Show all external API services along with their keys that have been set.\n\n" @@ -1764,19 +1795,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2946 +#: redbot/core/core_commands.py:2992 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2961 +#: redbot/core/core_commands.py:3007 #, docstring msgid "\n" " Remove the given services with all their keys and tokens.\n\n" @@ -1787,20 +1818,20 @@ msgid "\n" " - `` - The services to remove." msgstr "" -#: redbot/core/core_commands.py:2976 +#: redbot/core/core_commands.py:3022 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2980 +#: redbot/core/core_commands.py:3026 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2985 +#: redbot/core/core_commands.py:3031 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2990 +#: redbot/core/core_commands.py:3036 #, docstring msgid "\n" " Commands to manage settings for the help command.\n\n" @@ -1808,7 +1839,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2999 +#: redbot/core/core_commands.py:3045 #, docstring msgid "\n" " Show the current help settings.\n\n" @@ -1818,11 +1849,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3013 +#: redbot/core/core_commands.py:3059 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:3023 +#: redbot/core/core_commands.py:3069 #, docstring msgid "\n" " This resets [botname]'s help formatter to the default formatter.\n\n" @@ -1831,11 +1862,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3032 +#: redbot/core/core_commands.py:3078 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:3041 +#: redbot/core/core_commands.py:3087 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1845,11 +1876,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3051 +#: redbot/core/core_commands.py:3097 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3105 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1865,15 +1896,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3079 +#: redbot/core/core_commands.py:3125 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:3081 +#: redbot/core/core_commands.py:3127 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:3085 +#: redbot/core/core_commands.py:3131 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1887,15 +1918,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3102 +#: redbot/core/core_commands.py:3148 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3104 +#: redbot/core/core_commands.py:3150 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3154 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1909,15 +1940,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3125 +#: redbot/core/core_commands.py:3171 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3127 +#: redbot/core/core_commands.py:3173 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3131 +#: redbot/core/core_commands.py:3177 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent to a DM.\n\n" @@ -1933,15 +1964,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3152 +#: redbot/core/core_commands.py:3198 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3154 +#: redbot/core/core_commands.py:3200 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3158 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be filtered from help.\n\n" @@ -1955,15 +1986,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3175 +#: redbot/core/core_commands.py:3221 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:3177 +#: redbot/core/core_commands.py:3223 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:3181 +#: redbot/core/core_commands.py:3227 #, docstring msgid "\n" " Sets whether the bot should respond to help commands for nonexistent topics.\n\n" @@ -1979,15 +2010,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3202 +#: redbot/core/core_commands.py:3248 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3251 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:3213 +#: redbot/core/core_commands.py:3259 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " Note: This setting only applies to embedded help.\n\n" @@ -2002,15 +2033,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3230 +#: redbot/core/core_commands.py:3276 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:3234 +#: redbot/core/core_commands.py:3280 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3238 +#: redbot/core/core_commands.py:3284 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " Note: This setting does not apply to menu help.\n\n" @@ -2026,15 +2057,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3283 +#: redbot/core/core_commands.py:3302 redbot/core/core_commands.py:3329 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:3260 +#: redbot/core/core_commands.py:3306 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3265 +#: redbot/core/core_commands.py:3311 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -2051,19 +2082,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3332 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3337 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:3293 +#: redbot/core/core_commands.py:3339 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:3297 +#: redbot/core/core_commands.py:3343 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -2077,19 +2108,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3312 +#: redbot/core/core_commands.py:3358 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:3316 +#: redbot/core/core_commands.py:3362 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:3324 +#: redbot/core/core_commands.py:3370 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:3329 +#: redbot/core/core_commands.py:3375 #, docstring msgid "Sends a message to the owner.\n\n" " This is limited to one message every 60 seconds per person.\n\n" @@ -2100,43 +2131,43 @@ msgid "Sends a message to the owner.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3341 +#: redbot/core/core_commands.py:3387 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:3344 +#: redbot/core/core_commands.py:3390 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3392 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:3347 +#: redbot/core/core_commands.py:3393 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:3352 +#: redbot/core/core_commands.py:3398 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:3354 +#: redbot/core/core_commands.py:3400 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:3359 +#: redbot/core/core_commands.py:3405 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:3430 +#: redbot/core/core_commands.py:3476 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:3432 +#: redbot/core/core_commands.py:3478 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:3437 +#: redbot/core/core_commands.py:3483 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n\n" @@ -2149,41 +2180,41 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3453 +#: redbot/core/core_commands.py:3499 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3509 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:3464 +#: redbot/core/core_commands.py:3510 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:3478 redbot/core/core_commands.py:3488 +#: redbot/core/core_commands.py:3524 redbot/core/core_commands.py:3534 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:3481 redbot/core/core_commands.py:3491 +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3537 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:3496 +#: redbot/core/core_commands.py:3542 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:3500 +#: redbot/core/core_commands.py:3546 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:3506 +#: redbot/core/core_commands.py:3552 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:3593 +#: redbot/core/core_commands.py:3639 #, docstring msgid "\n" " Commands to manage the allowlist.\n\n" @@ -2192,7 +2223,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3604 +#: redbot/core/core_commands.py:3650 #, docstring msgid "\n" " Adds users to the allowlist.\n\n" @@ -2204,15 +2235,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3663 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3619 +#: redbot/core/core_commands.py:3665 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3623 +#: redbot/core/core_commands.py:3669 #, docstring msgid "\n" " Lists users on the allowlist.\n\n" @@ -2221,21 +2252,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3635 +#: redbot/core/core_commands.py:3681 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3637 +#: redbot/core/core_commands.py:3683 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3641 redbot/core/core_commands.py:3739 +#: redbot/core/core_commands.py:3687 redbot/core/core_commands.py:3785 #: redbot/core/modlog.py:428 redbot/core/modlog.py:450 #: redbot/core/modlog.py:466 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/core_commands.py:3649 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Removes users from the allowlist.\n\n" @@ -2248,15 +2279,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3664 +#: redbot/core/core_commands.py:3710 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3666 +#: redbot/core/core_commands.py:3712 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3670 +#: redbot/core/core_commands.py:3716 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2266,11 +2297,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3725 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3684 +#: redbot/core/core_commands.py:3730 #, docstring msgid "\n" " Commands to manage the blocklist.\n\n" @@ -2278,7 +2309,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3693 +#: redbot/core/core_commands.py:3739 #, docstring msgid "\n" " Adds users to the blocklist.\n\n" @@ -2290,19 +2321,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3709 +#: redbot/core/core_commands.py:3755 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3715 +#: redbot/core/core_commands.py:3761 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3717 +#: redbot/core/core_commands.py:3763 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3721 +#: redbot/core/core_commands.py:3767 #, docstring msgid "\n" " Lists users on the blocklist.\n\n" @@ -2311,15 +2342,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3733 +#: redbot/core/core_commands.py:3779 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3735 +#: redbot/core/core_commands.py:3781 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3747 +#: redbot/core/core_commands.py:3793 #, docstring msgid "\n" " Removes users from the blocklist.\n\n" @@ -2331,15 +2362,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3760 +#: redbot/core/core_commands.py:3806 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3762 +#: redbot/core/core_commands.py:3808 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3766 +#: redbot/core/core_commands.py:3812 #, docstring msgid "\n" " Clears the blocklist.\n\n" @@ -2348,11 +2379,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3773 +#: redbot/core/core_commands.py:3819 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3779 +#: redbot/core/core_commands.py:3825 #, docstring msgid "\n" " Commands to manage the server specific allowlist.\n\n" @@ -2361,7 +2392,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3792 +#: redbot/core/core_commands.py:3838 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n\n" @@ -2374,19 +2405,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3811 +#: redbot/core/core_commands.py:3857 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:3820 +#: redbot/core/core_commands.py:3866 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3822 +#: redbot/core/core_commands.py:3868 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3826 +#: redbot/core/core_commands.py:3872 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n\n" @@ -2395,19 +2426,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3838 +#: redbot/core/core_commands.py:3884 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3840 +#: redbot/core/core_commands.py:3886 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:3844 redbot/core/core_commands.py:3966 +#: redbot/core/core_commands.py:3890 redbot/core/core_commands.py:4012 msgid "Unknown or Deleted User/Role" msgstr "" -#: redbot/core/core_commands.py:3854 +#: redbot/core/core_commands.py:3900 #, docstring msgid "\n" " Removes user or role from the allowlist.\n\n" @@ -2421,19 +2452,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3875 +#: redbot/core/core_commands.py:3921 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3883 +#: redbot/core/core_commands.py:3929 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3885 +#: redbot/core/core_commands.py:3931 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3889 +#: redbot/core/core_commands.py:3935 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2443,11 +2474,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3898 +#: redbot/core/core_commands.py:3944 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3904 +#: redbot/core/core_commands.py:3950 #, docstring msgid "\n" " Commands to manage the server specific blocklist.\n\n" @@ -2455,7 +2486,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3915 +#: redbot/core/core_commands.py:3961 #, docstring msgid "\n" " Adds a user or role to the local blocklist.\n\n" @@ -2468,27 +2499,27 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3929 +#: redbot/core/core_commands.py:3975 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3932 +#: redbot/core/core_commands.py:3978 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3935 +#: redbot/core/core_commands.py:3981 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3942 +#: redbot/core/core_commands.py:3988 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3944 +#: redbot/core/core_commands.py:3990 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3948 +#: redbot/core/core_commands.py:3994 #, docstring msgid "\n" " Lists users and roles on the server blocklist.\n\n" @@ -2497,15 +2528,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3960 +#: redbot/core/core_commands.py:4006 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3962 +#: redbot/core/core_commands.py:4008 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3976 +#: redbot/core/core_commands.py:4022 #, docstring msgid "\n" " Removes user or role from local blocklist.\n\n" @@ -2518,15 +2549,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3992 +#: redbot/core/core_commands.py:4038 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3994 +#: redbot/core/core_commands.py:4040 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3998 +#: redbot/core/core_commands.py:4044 #, docstring msgid "\n" " Clears the server blocklist.\n\n" @@ -2536,16 +2567,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4007 +#: redbot/core/core_commands.py:4053 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:4012 +#: redbot/core/core_commands.py:4058 #, docstring msgid "Commands to enable and disable commands and cogs." msgstr "" -#: redbot/core/core_commands.py:4018 +#: redbot/core/core_commands.py:4064 #, docstring msgid "Set the default state for a cog as disabled.\n\n" " This will disable the cog for all servers by default.\n" @@ -2559,20 +2590,20 @@ msgid "Set the default state for a cog as disabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4034 redbot/core/core_commands.py:4059 -#: redbot/core/core_commands.py:4079 redbot/core/core_commands.py:4109 +#: redbot/core/core_commands.py:4080 redbot/core/core_commands.py:4105 +#: redbot/core/core_commands.py:4125 redbot/core/core_commands.py:4155 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:4036 +#: redbot/core/core_commands.py:4082 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:4038 +#: redbot/core/core_commands.py:4084 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:4043 +#: redbot/core/core_commands.py:4089 #, docstring msgid "Set the default state for a cog as enabled.\n\n" " This will re-enable the cog for all servers by default.\n" @@ -2586,11 +2617,11 @@ msgid "Set the default state for a cog as enabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4061 +#: redbot/core/core_commands.py:4107 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:4066 +#: redbot/core/core_commands.py:4112 #, docstring msgid "Disable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2602,19 +2633,19 @@ msgid "Disable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4081 +#: redbot/core/core_commands.py:4127 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:4083 +#: redbot/core/core_commands.py:4129 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4086 +#: redbot/core/core_commands.py:4132 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4092 +#: redbot/core/core_commands.py:4138 #, docstring msgid "Enable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2626,15 +2657,15 @@ msgid "Enable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4104 +#: redbot/core/core_commands.py:4150 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4112 +#: redbot/core/core_commands.py:4158 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4118 +#: redbot/core/core_commands.py:4164 #, docstring msgid "List the cogs which are disabled in this server.\n\n" " **Example:**\n" @@ -2642,15 +2673,15 @@ msgid "List the cogs which are disabled in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4131 +#: redbot/core/core_commands.py:4177 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:4137 +#: redbot/core/core_commands.py:4183 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:4141 +#: redbot/core/core_commands.py:4187 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2661,7 +2692,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4158 +#: redbot/core/core_commands.py:4204 #, docstring msgid "List disabled commands globally.\n\n" " **Example:**\n" @@ -2669,19 +2700,19 @@ msgid "List disabled commands globally.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4165 +#: redbot/core/core_commands.py:4211 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:4168 +#: redbot/core/core_commands.py:4214 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4172 +#: redbot/core/core_commands.py:4218 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4180 +#: redbot/core/core_commands.py:4226 #, docstring msgid "List disabled commands in this server.\n\n" " **Example:**\n" @@ -2689,19 +2720,19 @@ msgid "List disabled commands in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4187 +#: redbot/core/core_commands.py:4233 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:4190 +#: redbot/core/core_commands.py:4236 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4194 +#: redbot/core/core_commands.py:4240 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4201 +#: redbot/core/core_commands.py:4247 #, docstring msgid "\n" " Disable a command.\n\n" @@ -2715,7 +2746,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4223 +#: redbot/core/core_commands.py:4269 #, docstring msgid "\n" " Disable a command globally.\n\n" @@ -2727,19 +2758,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4242 redbot/core/core_commands.py:4285 +#: redbot/core/core_commands.py:4288 redbot/core/core_commands.py:4331 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:4248 redbot/core/core_commands.py:4291 +#: redbot/core/core_commands.py:4294 redbot/core/core_commands.py:4337 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:4257 +#: redbot/core/core_commands.py:4303 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:4266 +#: redbot/core/core_commands.py:4312 #, docstring msgid "\n" " Disable a command in this server only.\n\n" @@ -2751,15 +2782,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4296 +#: redbot/core/core_commands.py:4342 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:4306 +#: redbot/core/core_commands.py:4352 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:4312 +#: redbot/core/core_commands.py:4358 #, docstring msgid "Enable a command.\n\n" " If you're the bot owner, this will try to enable a globally disabled command by default.\n" @@ -2772,7 +2803,7 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4332 +#: redbot/core/core_commands.py:4378 #, docstring msgid "\n" " Enable a command globally.\n\n" @@ -2784,11 +2815,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4354 +#: redbot/core/core_commands.py:4400 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:4363 +#: redbot/core/core_commands.py:4409 #, docstring msgid "\n" " Enable a command in this server.\n\n" @@ -2800,15 +2831,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4381 +#: redbot/core/core_commands.py:4427 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4437 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:4398 +#: redbot/core/core_commands.py:4444 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2822,7 +2853,7 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4419 +#: redbot/core/core_commands.py:4465 #, docstring msgid "\n" " Commands to manage server settings for immunity from automated actions.\n\n" @@ -2830,7 +2861,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4428 +#: redbot/core/core_commands.py:4474 #, docstring msgid "\n" " Gets the current members and roles configured for automatic moderation action immunity.\n\n" @@ -2839,19 +2870,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4441 +#: redbot/core/core_commands.py:4487 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4446 +#: redbot/core/core_commands.py:4492 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4450 +#: redbot/core/core_commands.py:4496 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:4459 +#: redbot/core/core_commands.py:4505 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n\n" @@ -2863,11 +2894,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4471 +#: redbot/core/core_commands.py:4517 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:4479 +#: redbot/core/core_commands.py:4525 #, docstring msgid "\n" " Remove a user or role from being immune to automated moderation actions.\n\n" @@ -2879,11 +2910,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4491 +#: redbot/core/core_commands.py:4537 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:4499 +#: redbot/core/core_commands.py:4545 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n\n" @@ -2895,15 +2926,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4511 +#: redbot/core/core_commands.py:4557 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:4513 +#: redbot/core/core_commands.py:4559 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:4518 +#: redbot/core/core_commands.py:4564 #, docstring msgid "\n" " Commands for configuring owner notifications.\n\n" @@ -2911,7 +2942,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4527 +#: redbot/core/core_commands.py:4573 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2923,7 +2954,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4546 +#: redbot/core/core_commands.py:4592 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n\n" @@ -2934,7 +2965,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4565 +#: redbot/core/core_commands.py:4611 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n\n" @@ -2946,7 +2977,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4591 +#: redbot/core/core_commands.py:4637 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n\n" @@ -2958,7 +2989,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4615 +#: redbot/core/core_commands.py:4661 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n\n" @@ -2967,15 +2998,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4625 +#: redbot/core/core_commands.py:4671 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:4636 +#: redbot/core/core_commands.py:4682 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:4667 +#: redbot/core/core_commands.py:4713 #, docstring msgid "\n" " Commands to add servers or channels to the ignore list.\n\n" @@ -2984,7 +3015,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4677 +#: redbot/core/core_commands.py:4723 #, docstring msgid "\n" " List the currently ignored servers and channels.\n\n" @@ -2993,7 +3024,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4692 +#: redbot/core/core_commands.py:4738 #, docstring msgid "\n" " Ignore commands in the channel or category.\n\n" @@ -3009,15 +3040,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4712 +#: redbot/core/core_commands.py:4758 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:4714 +#: redbot/core/core_commands.py:4760 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:4719 +#: redbot/core/core_commands.py:4765 #, docstring msgid "\n" " Ignore commands in this server.\n\n" @@ -3027,20 +3058,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4730 +#: redbot/core/core_commands.py:4776 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:4732 +#: redbot/core/core_commands.py:4778 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:4738 +#: redbot/core/core_commands.py:4784 #, docstring msgid "Commands to remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4746 +#: redbot/core/core_commands.py:4792 #, docstring msgid "\n" " Remove a channel or category from the ignore list.\n\n" @@ -3055,15 +3086,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4765 +#: redbot/core/core_commands.py:4811 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:4767 +#: redbot/core/core_commands.py:4813 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4772 +#: redbot/core/core_commands.py:4818 #, docstring msgid "\n" " Remove this server from the ignore list.\n\n" @@ -3072,24 +3103,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4781 +#: redbot/core/core_commands.py:4827 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4783 +#: redbot/core/core_commands.py:4829 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4789 +#: redbot/core/core_commands.py:4835 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:4801 +#: redbot/core/core_commands.py:4847 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:4816 +#: redbot/core/core_commands.py:4862 #, docstring msgid "\n" " Get info about Red's licenses.\n" @@ -3122,7 +3153,7 @@ msgid "Evaluate a statement of python code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:166 +#: redbot/core/dev_commands.py:167 #, docstring msgid "Execute asynchronous code.\n\n" " This command wraps code into the body of an async function and then\n" @@ -3142,7 +3173,7 @@ msgid "Execute asynchronous code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:220 +#: redbot/core/dev_commands.py:221 #, docstring msgid "Open an interactive REPL.\n\n" " The REPL will only recognise code as messages which start with a\n" @@ -3151,51 +3182,51 @@ msgid "Open an interactive REPL.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:229 +#: redbot/core/dev_commands.py:230 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "" -#: redbot/core/dev_commands.py:233 +#: redbot/core/dev_commands.py:234 msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." msgstr "" -#: redbot/core/dev_commands.py:244 +#: redbot/core/dev_commands.py:245 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." msgstr "" -#: redbot/core/dev_commands.py:258 +#: redbot/core/dev_commands.py:259 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:309 +#: redbot/core/dev_commands.py:310 msgid "Unexpected error: `{}`" msgstr "" -#: redbot/core/dev_commands.py:313 +#: redbot/core/dev_commands.py:314 #, docstring msgid "Pauses/resumes the REPL running in the current channel" msgstr "" -#: redbot/core/dev_commands.py:315 +#: redbot/core/dev_commands.py:316 msgid "There is no currently running REPL session in this channel." msgstr "" -#: redbot/core/dev_commands.py:323 +#: redbot/core/dev_commands.py:324 msgid "The REPL session in this channel has been resumed." msgstr "" -#: redbot/core/dev_commands.py:325 +#: redbot/core/dev_commands.py:326 msgid "The REPL session in this channel is now paused." msgstr "" -#: redbot/core/dev_commands.py:330 +#: redbot/core/dev_commands.py:331 #, docstring msgid "Mock another user invoking a command.\n\n" " The prefix must not be entered.\n" " " msgstr "" -#: redbot/core/dev_commands.py:343 +#: redbot/core/dev_commands.py:344 #, docstring msgid "Dispatch a message event as if it were sent by a different user.\n\n" " Only reads the raw content of the message. Attachments, embeds etc. are\n" @@ -3203,17 +3234,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:364 +#: redbot/core/dev_commands.py:365 #, docstring msgid "Give bot owners the ability to bypass cooldowns.\n\n" " Does not persist through restarts." msgstr "" -#: redbot/core/dev_commands.py:372 +#: redbot/core/dev_commands.py:373 msgid "Bot owners will now bypass all commands with cooldowns." msgstr "" -#: redbot/core/dev_commands.py:374 +#: redbot/core/dev_commands.py:375 msgid "Bot owners will no longer bypass all commands with cooldowns." msgstr "" diff --git a/redbot/core/locales/ru-RU.po b/redbot/core/locales/ru-RU.po index 803a88ffc..34aaf01b2 100644 --- a/redbot/core/locales/ru-RU.po +++ b/redbot/core/locales/ru-RU.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-05-25 16:04+0000\n" +"POT-Creation-Date: 2021-06-12 15:52+0000\n" "Last-Translator: \n" "Language-Team: Russian\n" "MIME-Version: 1.0\n" @@ -142,15 +142,15 @@ msgstr "**{} загружен:**\n" msgid "**{} unloaded:**\n" msgstr "**{} выгружен:**\n" -#: redbot/core/core_commands.py:179 +#: redbot/core/core_commands.py:181 msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:184 +#: redbot/core/core_commands.py:186 msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:393 +#: redbot/core/core_commands.py:398 #, docstring msgid "\n" " The Core cog has many commands related to core functions.\n\n" @@ -158,19 +158,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:410 #, docstring msgid "Pong." msgstr "Pong." -#: redbot/core/core_commands.py:410 +#: redbot/core/core_commands.py:415 #, docstring msgid "Shows info about [botname].\n\n" " See `[p]set custominfo` to customize.\n" " " msgstr "" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:445 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" "(c) Cog Creators" @@ -178,43 +178,43 @@ msgstr "Этот бот является примером [Red, открытый "Red поддерживается страстным сообществом, которое вносит свой вклад и создает контент для всех желающих. [Присоединяйтесь к нам сегодня]({}) и помогите нам улучшить!\n\n" "(c) Cog Creators" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by team" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by" msgstr "Данная копия принадлежит" -#: redbot/core/core_commands.py:456 +#: redbot/core/core_commands.py:461 msgid "Red version" msgstr "Версия Red бота" -#: redbot/core/core_commands.py:459 redbot/core/core_commands.py:515 +#: redbot/core/core_commands.py:464 redbot/core/core_commands.py:520 msgid "Yes, {version} is available." msgstr "Да, {version} доступен." -#: redbot/core/core_commands.py:463 redbot/core/core_commands.py:519 +#: redbot/core/core_commands.py:468 redbot/core/core_commands.py:524 msgid "Checking for updates failed." msgstr "Проверка обновлений не удалась." -#: redbot/core/core_commands.py:464 +#: redbot/core/core_commands.py:469 msgid "Outdated" msgstr "Устаревшие" -#: redbot/core/core_commands.py:466 +#: redbot/core/core_commands.py:471 msgid "About this instance" msgstr "Об этом экземпляре" -#: redbot/core/core_commands.py:467 +#: redbot/core/core_commands.py:472 msgid "About Red" msgstr "О Red" -#: redbot/core/core_commands.py:470 redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:475 redbot/core/core_commands.py:533 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "Приносит радость с 2 Января 2016 (более {} дней назад!)" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:483 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" @@ -222,14 +222,14 @@ msgstr "Этот бот является примером [Red, открытый "Red поддерживается страстным сообществом, которое вносит свой вклад и создает контент для всех желающих. [Присоединяйтесь к нам сегодня]({}) и помогите нам улучшить!\n\n" "(c) Cog Creators" -#: redbot/core/core_commands.py:489 +#: redbot/core/core_commands.py:494 msgid "Instance owned by team: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:501 +#: redbot/core/core_commands.py:506 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" @@ -239,19 +239,19 @@ msgstr "Копия, принадлежащая [{owner}]\n" "discord. y: [{dpy_version}] (6)\n" "версия Red: [{red_version}] (7)\n" -#: redbot/core/core_commands.py:520 +#: redbot/core/core_commands.py:525 msgid "Outdated: [{state}]\n" msgstr "Устарело: [{state}]\n" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:528 msgid "**About Red**\n" msgstr "**О Red**\n" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:539 msgid "**About this instance**\n" msgstr "**Об этом экземпляре**\n" -#: redbot/core/core_commands.py:536 +#: redbot/core/core_commands.py:541 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -269,20 +269,20 @@ msgstr "**Ссылки**\n" "6. <{}>\n" "7. <{}>\n" -#: redbot/core/core_commands.py:552 +#: redbot/core/core_commands.py:557 #, docstring msgid "Shows [botname]'s uptime." msgstr "Показать время безотказной работы [botname]." -#: redbot/core/core_commands.py:555 +#: redbot/core/core_commands.py:560 msgid "Less than one second" msgstr "Менее одной секунды" -#: redbot/core/core_commands.py:557 +#: redbot/core/core_commands.py:562 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "Был за: **{time_quantity}** (поскольку {timestamp} универсальное глобальное время)" -#: redbot/core/core_commands.py:564 +#: redbot/core/core_commands.py:569 #, docstring msgid "\n" " Commands which interact with the data [botname] has about you.\n\n" @@ -290,7 +290,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:575 +#: redbot/core/core_commands.py:580 #, docstring msgid "\n" " Find out what type of data [botname] stores and why.\n\n" @@ -299,13 +299,13 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:585 +#: redbot/core/core_commands.py:590 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "Этот бот хранит некоторые данные о пользователях, необходимые для функционирования. Это в основном ID, присвоенный вашему пользователю Discord, связано с небольшим количеством вещей, в зависимости от того, с чем вы взаимодействуете в боте. Есть несколько команд, которые хранят его, чтобы отслеживать кто что-то создал. (например, плейлисты) Для получения подробной информации об этом, а также более подробной информации о том, что хранится и почему, смотрите {link}.\n\n" "Кроме того, аддоны сторонних разработчиков, загруженные владельцем бота, могут хранить или не сохранять дополнительные вещи. Вы можете использовать `{prefix}mydata 3rdparty` для просмотра утверждений от каждого дополнения сторонних разработчиков." -#: redbot/core/core_commands.py:604 +#: redbot/core/core_commands.py:609 #, docstring msgid "View the End User Data statements of each 3rd-party module.\n\n" " This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" @@ -314,39 +314,39 @@ msgid "View the End User Data statements of each 3rd-party module.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:615 +#: redbot/core/core_commands.py:620 msgid "I need to be able to attach files (try in DMs?)." msgstr "Мне нужно иметь возможность прикреплять файлы (попробуйте в ЛС?)." -#: redbot/core/core_commands.py:625 +#: redbot/core/core_commands.py:630 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "Похоже что в этом экземпляре не загружены сторонние расширения." -#: redbot/core/core_commands.py:645 +#: redbot/core/core_commands.py:650 msgid "3rd party End User Data statements" msgstr "Операторы данных конечного пользователя" -#: redbot/core/core_commands.py:647 +#: redbot/core/core_commands.py:652 msgid "The following are statements provided by 3rd-party extensions." msgstr "Ниже приводятся заявления представленные в виде сторонних расширений." -#: redbot/core/core_commands.py:652 +#: redbot/core/core_commands.py:657 msgid "3rd-party extensions without statements\n" msgstr "Сторонние расширения без утверждений\n" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:668 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "Ниже приведена сгенерированная страница с заявлениями, предоставленными сторонними расширениями." -#: redbot/core/core_commands.py:679 +#: redbot/core/core_commands.py:684 msgid "Did not get confirmation, cancelling." msgstr "Не было подтверждено, отмена." -#: redbot/core/core_commands.py:684 +#: redbot/core/core_commands.py:689 msgid "Did not get a matching confirmation, cancelling." msgstr "Не удалось получить соответствующее подтверждение, отмена." -#: redbot/core/core_commands.py:695 +#: redbot/core/core_commands.py:700 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -358,19 +358,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:710 +#: redbot/core/core_commands.py:715 msgid "This command ({command}) does not support non-interactive usage." msgstr "Команда ({command}) не поддерживает не-интерактивное использование." -#: redbot/core/core_commands.py:717 +#: redbot/core/core_commands.py:722 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "Это приведёт к тому, что бот избавится от вас и/или будет лишен привязки. Она не избавится от таких операционных данных, как записи в журнале modlog, предупреждения или мутации. Если вы уверены, что это то, что вы хотите, пожалуйста, ответьте следующим образом:" -#: redbot/core/core_commands.py:727 +#: redbot/core/core_commands.py:732 msgid "This may take some time." msgstr "Это может занять некоторое время." -#: redbot/core/core_commands.py:740 +#: redbot/core/core_commands.py:745 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." @@ -378,7 +378,7 @@ msgstr "Я пытался удалить все неоперативные да "Пожалуйста, свяжитесь с владельцем этого бота, чтобы решить эту проблему.\n" "Примечание: за пределами этих сбоев данные должны были быть удалены." -#: redbot/core/core_commands.py:755 +#: redbot/core/core_commands.py:760 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." @@ -386,7 +386,7 @@ msgstr "Я пытался удалить все неоперативные да "Пожалуйста, свяжитесь с владельцем этого бота для этого.\n" "Примечание: вне этих сбоев данные должны были быть удалены." -#: redbot/core/core_commands.py:765 +#: redbot/core/core_commands.py:770 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." @@ -394,27 +394,27 @@ msgstr "Я пытался удалить все неоперативные да "Пожалуйста, свяжитесь с владельцем этого бота для этого.\n" "Примечание: вне этих сбоев данные должны были быть удалены." -#: redbot/core/core_commands.py:775 +#: redbot/core/core_commands.py:780 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "Я удалила не оперативные данные о вас (те что я знаю как удалять) {mention}" -#: redbot/core/core_commands.py:783 redbot/core/core_commands.py:950 -#: redbot/core/core_commands.py:1036 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:788 redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:1041 redbot/core/core_commands.py:1112 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "{mention} Следующие расширения не были удалены:\n" "{cogs}." -#: redbot/core/core_commands.py:793 +#: redbot/core/core_commands.py:798 #, docstring msgid "[Coming Soon] Get what data [botname] has about you." msgstr "" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:800 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "Эта команда пока ничего не делает, но мы работаем над добавлением поддержки для этого." -#: redbot/core/core_commands.py:804 +#: redbot/core/core_commands.py:809 #, docstring msgid "\n" " Commands for more complete data handling.\n" @@ -423,7 +423,7 @@ msgstr "\n" " Команды для более полной обработки данных.\n" " " -#: redbot/core/core_commands.py:810 +#: redbot/core/core_commands.py:815 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -434,11 +434,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:821 +#: redbot/core/core_commands.py:826 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "Пользователь может удалить собственные данные. Это не коснётся таких данных как: заблокированные пользователи." -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:834 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n\n" @@ -448,11 +448,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:838 +#: redbot/core/core_commands.py:843 msgid "User can not delete their own data." msgstr "Пользователь не может удалить собственные данные." -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:847 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -466,15 +466,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:859 +#: redbot/core/core_commands.py:864 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "Расширения будут проинструктированы удалять все не оперативные данные по запросу пользователя." -#: redbot/core/core_commands.py:867 +#: redbot/core/core_commands.py:872 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "Расширения будут проинформированы о том, что пользователь сделал запрос на удаление данных, и подробности того что удалять будут оставлены на усмотрение автора расширения." -#: redbot/core/core_commands.py:878 +#: redbot/core/core_commands.py:883 #, docstring msgid "\n" " Handle a deletion request from Discord.\n\n" @@ -487,12 +487,12 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:892 +#: redbot/core/core_commands.py:897 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:915 redbot/core/core_commands.py:1072 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." @@ -500,7 +500,7 @@ msgstr "Я пытался удалить все неоперативные да "Пожалуйста, свяжитесь с владельцем этого бота, чтобы решить эту проблему.\n" "Примечание: за пределами этих сбоев данные должны были быть удалены." -#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +#: redbot/core/core_commands.py:930 redbot/core/core_commands.py:1087 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." @@ -508,7 +508,7 @@ msgstr "Я пытался удалить все неоперативные да "Пожалуйста, свяжитесь с владельцем этого бота, чтобы решить эту проблему.\n" "Примечание: за пределами этих сбоев данные должны были быть удалены." -#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +#: redbot/core/core_commands.py:941 redbot/core/core_commands.py:1098 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." @@ -516,11 +516,11 @@ msgstr "Я пытался удалить все неоперативные да "Пожалуйста, свяжитесь с владельцем этого бота, чтобы решить эту проблему.\n" "Примечание: за пределами этих сбоев данные должны были быть удалены." -#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +#: redbot/core/core_commands.py:951 redbot/core/core_commands.py:1108 msgid "I've deleted all data about that user that I know how to delete." msgstr "Я удалил все данные об этом пользователе, которые я знаю, как удалить." -#: redbot/core/core_commands.py:957 +#: redbot/core/core_commands.py:962 #, docstring msgid "Delete data [botname] has about a user for a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" @@ -531,13 +531,13 @@ msgid "Delete data [botname] has about a user for a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:973 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "Это приведёт к тому, что бот избавится от множества неоперационных данных от указанного пользователя. Пользователи имеют для этого доступ к различным командам, если они не могут взаимодействовать с ботом вообще. Это в основном безопасная операция, но вы не должны использовать его, если не обрабатывать запрос от этого пользователя, так как это может повлиять на их использование бота. \n\n" "Если вы уверены, что это то, что вы собираетесь сделать, пожалуйста, ответьте следующим образом:" -#: redbot/core/core_commands.py:991 +#: redbot/core/core_commands.py:996 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." @@ -545,7 +545,7 @@ msgstr "Я пытался удалить все неоперативные да "Пожалуйста, свяжитесь с владельцем этого бота, чтобы решить эту проблему.\n" "Примечание: за пределами этих сбоев данные должны были быть удалены." -#: redbot/core/core_commands.py:1006 +#: redbot/core/core_commands.py:1011 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." @@ -553,7 +553,7 @@ msgstr "Я пытался удалить все неоперативные да "Пожалуйста, свяжитесь с владельцем этого бота, чтобы решить эту проблему.\n" "Примечание: за пределами этих сбоев данные должны были быть удалены." -#: redbot/core/core_commands.py:1017 +#: redbot/core/core_commands.py:1022 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." @@ -561,11 +561,11 @@ msgstr "Я пытался удалить все неоперативные да "Пожалуйста, свяжитесь с владельцем этого бота, чтобы решить эту проблему.\n" "Примечание: за пределами этих сбоев данные должны были быть удалены." -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1033 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "Я удалил все неоперативные данные о пользователе, которые я знаю, как удалить." -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1048 #, docstring msgid "Delete data [botname] has about a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" @@ -575,12 +575,12 @@ msgid "Delete data [botname] has about a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1053 +#: redbot/core/core_commands.py:1058 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1114 +#: redbot/core/core_commands.py:1119 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -600,7 +600,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1136 +#: redbot/core/core_commands.py:1141 #, docstring msgid "\n" " Show the current embed settings.\n\n" @@ -614,42 +614,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1153 redbot/core/core_commands.py:1309 -#: redbot/core/core_commands.py:1360 redbot/core/core_commands.py:4236 -#: redbot/core/core_commands.py:4279 redbot/core/core_commands.py:4345 -#: redbot/core/core_commands.py:4376 +#: redbot/core/core_commands.py:1158 redbot/core/core_commands.py:1314 +#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:4282 +#: redbot/core/core_commands.py:4325 redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4422 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "Я не мог найти эту команду. Обратите внимание, что она чувствительна к регистру." -#: redbot/core/core_commands.py:1159 +#: redbot/core/core_commands.py:1164 msgid "Embed settings:\n\n" msgstr "Настройки встроенных сообщений:\n\n" -#: redbot/core/core_commands.py:1161 +#: redbot/core/core_commands.py:1166 msgid "Global default: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1171 msgid "Global command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1172 +#: redbot/core/core_commands.py:1177 msgid "Guild setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1177 +#: redbot/core/core_commands.py:1182 msgid "Server command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1183 +#: redbot/core/core_commands.py:1188 msgid "Channel setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1191 msgid "User setting: {value}" msgstr "" -#: redbot/core/core_commands.py:1192 +#: redbot/core/core_commands.py:1197 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -661,15 +661,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1206 +#: redbot/core/core_commands.py:1211 msgid "Embeds are now disabled by default." msgstr "" -#: redbot/core/core_commands.py:1209 +#: redbot/core/core_commands.py:1214 msgid "Embeds are now enabled by default." msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1220 #, docstring msgid "\n" " Set the server's embed setting.\n\n" @@ -685,20 +685,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1234 redbot/core/core_commands.py:1318 -#: redbot/core/core_commands.py:1409 redbot/core/core_commands.py:1440 +#: redbot/core/core_commands.py:1239 redbot/core/core_commands.py:1323 +#: redbot/core/core_commands.py:1414 redbot/core/core_commands.py:1445 msgid "Embeds will now fall back to the global setting." msgstr "Настройки теперь восстанавливаются." -#: redbot/core/core_commands.py:1239 +#: redbot/core/core_commands.py:1244 msgid "Embeds are now enabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1241 +#: redbot/core/core_commands.py:1246 msgid "Embeds are now disabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1249 +#: redbot/core/core_commands.py:1254 #, docstring msgid "\n" " Sets a command's embed setting.\n\n" @@ -715,11 +715,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1278 +#: redbot/core/core_commands.py:1283 msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." msgstr "" -#: redbot/core/core_commands.py:1289 +#: redbot/core/core_commands.py:1294 #, docstring msgid "\n" " Sets a command's embed setting globally.\n\n" @@ -735,15 +735,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1375 +#: redbot/core/core_commands.py:1329 redbot/core/core_commands.py:1380 msgid "Embeds are now enabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1330 redbot/core/core_commands.py:1381 +#: redbot/core/core_commands.py:1335 redbot/core/core_commands.py:1386 msgid "Embeds are now disabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1340 +#: redbot/core/core_commands.py:1345 #, docstring msgid "\n" " Sets a commmand's embed setting for the current server.\n\n" @@ -759,11 +759,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1369 +#: redbot/core/core_commands.py:1374 msgid "Embeds will now fall back to the server setting." msgstr "" -#: redbot/core/core_commands.py:1390 +#: redbot/core/core_commands.py:1395 #, docstring msgid "\n" " Set's a channel's embed setting.\n\n" @@ -779,21 +779,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1419 msgid "Embeds are now {} for this channel." msgstr "Сейчас встраиваются {} для этого канала." -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "enabled" msgstr "включен" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "disabled" msgstr "отключен" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1426 #, docstring msgid "\n" " Sets personal embed setting for DMs.\n\n" @@ -809,15 +809,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1450 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1452 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1453 +#: redbot/core/core_commands.py:1458 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead.\n\n" @@ -830,11 +830,11 @@ msgid "Sends to the owner the last command exception that has occurred.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:1487 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1487 +#: redbot/core/core_commands.py:1492 #, docstring msgid "Shows [botname]'s invite url.\n\n" " This will always send the invite to DMs to keep it private.\n\n" @@ -844,12 +844,12 @@ msgid "Shows [botname]'s invite url.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1512 #, docstring msgid "Commands to setup [botname]'s invite settings." msgstr "" -#: redbot/core/core_commands.py:1512 +#: redbot/core/core_commands.py:1517 #, docstring msgid "\n" " Toggles if `[p]invite` should be accessible for the average user.\n\n" @@ -861,7 +861,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1549 +#: redbot/core/core_commands.py:1554 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -876,7 +876,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 #, docstring msgid "\n" " Leaves servers.\n\n" @@ -891,43 +908,43 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1588 +#: redbot/core/core_commands.py:1613 msgid "You need to specify at least one server ID." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:1620 msgid "You haven't passed any server ID. Do you want me to leave this server?" msgstr "" -#: redbot/core/core_commands.py:1600 +#: redbot/core/core_commands.py:1625 msgid "Are you sure you want me to leave these servers?" msgstr "" -#: redbot/core/core_commands.py:1608 +#: redbot/core/core_commands.py:1633 msgid "I cannot leave the server `{server_name}`: I am the owner of it." msgstr "" -#: redbot/core/core_commands.py:1619 +#: redbot/core/core_commands.py:1644 redbot/core/core_commands.py:2711 msgid "Response timed out." msgstr "Время ответа истекло." -#: redbot/core/core_commands.py:1624 +#: redbot/core/core_commands.py:1649 msgid "Alright. Bye :wave:" msgstr "Хорошо. До свидания :wave:" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1652 msgid "Alright. Leaving {number} servers..." msgstr "" -#: redbot/core/core_commands.py:1634 +#: redbot/core/core_commands.py:1659 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1636 +#: redbot/core/core_commands.py:1661 msgid "Alright, I'm not leaving those servers." msgstr "" -#: redbot/core/core_commands.py:1641 +#: redbot/core/core_commands.py:1666 #, docstring msgid "\n" " Lists the servers [botname] is currently in.\n\n" @@ -935,7 +952,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:1684 #, docstring msgid "Loads cog packages from the local paths and installed cogs.\n\n" " See packages available to load with `[p]cogs`.\n\n" @@ -948,71 +965,71 @@ msgid "Loads cog packages from the local paths and installed cogs.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1688 +#: redbot/core/core_commands.py:1713 msgid "Loaded {packs}." msgstr "Загружено {packs}." -#: redbot/core/core_commands.py:1693 +#: redbot/core/core_commands.py:1718 msgid "The following package is already loaded: {pack}" msgstr "Следующий пакет уже загружен: {pack}" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1722 msgid "The following packages are already loaded: {packs}" msgstr "Следующие пакеты уже загружены: {packs}" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1729 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "Не удалось загрузить следующие пакеты: {pack}.\n" ". Проверьте консоль или логи для более точных деталей." -#: redbot/core/core_commands.py:1709 +#: redbot/core/core_commands.py:1734 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "Не удалось загрузить следующие пакеты: {packs}.\n" ". Проверьте консоль или логи для более точных деталей." -#: redbot/core/core_commands.py:1717 redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1742 redbot/core/core_commands.py:1898 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1723 redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1748 redbot/core/core_commands.py:1904 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1732 redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1757 redbot/core/core_commands.py:1913 msgid "The following package was not found in any cog path: {pack}." msgstr "Следующий пакет не найден в пути ког: {pack}." -#: redbot/core/core_commands.py:1736 redbot/core/core_commands.py:1892 +#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 msgid "The following packages were not found in any cog path: {packs}" msgstr "Следующие пакеты не были найдены в пути ког: {packs}" -#: redbot/core/core_commands.py:1744 +#: redbot/core/core_commands.py:1769 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "Этот пакет не может быть загружен по следующим причинам:\n\n" "{reason}" -#: redbot/core/core_commands.py:1748 +#: redbot/core/core_commands.py:1773 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "Эти пакеты не могут быть загружены по следующим причинам:\n\n" "{reasons}" -#: redbot/core/core_commands.py:1755 +#: redbot/core/core_commands.py:1780 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1786 redbot/core/core_commands.py:1942 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1780 +#: redbot/core/core_commands.py:1805 #, docstring msgid "Unloads previously loaded cog packages.\n\n" " See packages available to unload with `[p]cogs`.\n\n" @@ -1024,23 +1041,23 @@ msgid "Unloads previously loaded cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1798 +#: redbot/core/core_commands.py:1823 msgid "The following package was unloaded: {pack}." msgstr "Следующий пакет был выгружен: {pack}." -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1827 msgid "The following packages were unloaded: {packs}." msgstr "Следующие пакеты были выгружены: {packs}." -#: redbot/core/core_commands.py:1809 +#: redbot/core/core_commands.py:1834 msgid "The following package was not loaded: {pack}." msgstr "Не удалось загрузить следующий пакет: {pack}." -#: redbot/core/core_commands.py:1813 +#: redbot/core/core_commands.py:1838 msgid "The following packages were not loaded: {packs}." msgstr "Следующие пакеты не были загружены: {packs}." -#: redbot/core/core_commands.py:1826 +#: redbot/core/core_commands.py:1851 #, docstring msgid "Reloads cog packages.\n\n" " This will unload and then load the specified cogs.\n\n" @@ -1053,40 +1070,40 @@ msgid "Reloads cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:1880 msgid "Reloaded {packs}." msgstr "Перезагрузка {packs}." -#: redbot/core/core_commands.py:1860 +#: redbot/core/core_commands.py:1885 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "Не удалось перезагрузить следующий пакет: {pack}.\n" "Проверьте консоль или логи для получения подробностей." -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1890 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "Не удалось перезагрузить следующие пакеты: {packs}\n" "Проверьте консоль или журналы для получения информации." -#: redbot/core/core_commands.py:1900 +#: redbot/core/core_commands.py:1925 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "Этот пакет не может быть перезагружен по следующей причине:\n\n" "{reason}" -#: redbot/core/core_commands.py:1904 +#: redbot/core/core_commands.py:1929 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "Эти пакеты не могут быть перезагружены по следующим причинам:\n\n" "{reasons}" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1936 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Shuts down the bot.\n\n" " Allows [botname] to shut down gracefully.\n\n" @@ -1099,11 +1116,11 @@ msgid "Shuts down the bot.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1974 msgid "Shutting down... " msgstr "Завершение работы... " -#: redbot/core/core_commands.py:1955 +#: redbot/core/core_commands.py:1980 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -1116,30 +1133,30 @@ msgid "Attempts to restart [botname].\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1969 +#: redbot/core/core_commands.py:1994 msgid "Restarting..." msgstr "Перезапуск..." -#: redbot/core/core_commands.py:1974 +#: redbot/core/core_commands.py:1999 #, docstring msgid "Commands for changing [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1978 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1996 +#: redbot/core/core_commands.py:2021 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2042 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -1147,7 +1164,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:2039 +#: redbot/core/core_commands.py:2064 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -1162,23 +1179,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2060 +#: redbot/core/core_commands.py:2085 msgid "Command deleting disabled." msgstr "Удаление команды отключено." -#: redbot/core/core_commands.py:2062 +#: redbot/core/core_commands.py:2087 msgid "Delete delay set to {num} seconds." msgstr "Удалить задержку, установленную на {num} секунд." -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2092 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "Бот удалит командные сообщения через {num} секунд. Установите это значение -1, чтобы прекратить удаление сообщений" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2099 msgid "I will not delete command messages." msgstr "Я не буду удалять командные сообщения." -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2104 #, docstring msgid "\n" " Sets the bot's description.\n\n" @@ -1194,15 +1211,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2099 +#: redbot/core/core_commands.py:2124 msgid "Description reset." msgstr "Описание сброшено." -#: redbot/core/core_commands.py:2102 +#: redbot/core/core_commands.py:2127 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2141 #, docstring msgid "\n" " Adds an admin role for this guild.\n\n" @@ -1220,15 +1237,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2136 +#: redbot/core/core_commands.py:2161 msgid "This role is already an admin role." msgstr "Эта роль уже является администратором." -#: redbot/core/core_commands.py:2138 +#: redbot/core/core_commands.py:2163 msgid "That role is now considered an admin role." msgstr "Теперь эта роль рассматривается как роль администратора." -#: redbot/core/core_commands.py:2144 +#: redbot/core/core_commands.py:2169 #, docstring msgid "\n" " Adds a moderator role for this guild.\n\n" @@ -1245,15 +1262,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2188 msgid "This role is already a mod role." msgstr "Эта роль уже является модераторской." -#: redbot/core/core_commands.py:2165 +#: redbot/core/core_commands.py:2190 msgid "That role is now considered a mod role." msgstr "Эта роль теперь считается ролью мода." -#: redbot/core/core_commands.py:2171 +#: redbot/core/core_commands.py:2196 #, docstring msgid "\n" " Removes an admin role for this guild.\n\n" @@ -1265,15 +1282,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2208 msgid "That role was not an admin role to begin with." msgstr "Эта роль не была ролью администратора, с которой она начала." -#: redbot/core/core_commands.py:2185 +#: redbot/core/core_commands.py:2210 msgid "That role is no longer considered an admin role." msgstr "Эта роль больше не рассматривается как роль администратора." -#: redbot/core/core_commands.py:2191 +#: redbot/core/core_commands.py:2216 #, docstring msgid "\n" " Removes a mod role for this guild.\n\n" @@ -1285,15 +1302,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2228 msgid "That role was not a mod role to begin with." msgstr "Эта роль не была модераторской ролью для начала." -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2230 msgid "That role is no longer considered a mod role." msgstr "Эта роль больше не рассматривается как роль модератора." -#: redbot/core/core_commands.py:2211 +#: redbot/core/core_commands.py:2236 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -1304,19 +1321,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2248 msgid "The bot {} use its configured color for embeds." msgstr "Бот {} использовать свой настроенный цвет для встраивания сообщений." -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will not" msgstr "не будет" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will" msgstr "будет" -#: redbot/core/core_commands.py:2232 +#: redbot/core/core_commands.py:2257 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -1328,11 +1345,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2247 +#: redbot/core/core_commands.py:2272 msgid "Fuzzy command search has been {} for this server." msgstr "Поиск неопределенной команды был {} для этого сервера." -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2280 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -1343,11 +1360,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2268 +#: redbot/core/core_commands.py:2293 msgid "Fuzzy command search has been {} in DMs." msgstr "Поиск неопределенных команд был {} в личных сообщениях." -#: redbot/core/core_commands.py:2276 +#: redbot/core/core_commands.py:2301 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1364,15 +1381,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2321 msgid "The color has been reset." msgstr "Цвет был сброшен." -#: redbot/core/core_commands.py:2299 +#: redbot/core/core_commands.py:2324 msgid "The color has been set." msgstr "Цвет был установлен." -#: redbot/core/core_commands.py:2304 +#: redbot/core/core_commands.py:2329 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL.\n\n" @@ -1385,28 +1402,28 @@ msgid "Sets [botname]'s avatar\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2327 +#: redbot/core/core_commands.py:2352 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:2329 +#: redbot/core/core_commands.py:2354 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:2339 +#: redbot/core/core_commands.py:2364 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "Ошибка. Помните, что мой аватар можно редактировать до двух раз в час. Ссылка или вложение должны быть корректным изображением в формате JPG или PNG." -#: redbot/core/core_commands.py:2346 +#: redbot/core/core_commands.py:2371 msgid "JPG / PNG format only." msgstr "JPG / PNG формат только." -#: redbot/core/core_commands.py:2348 redbot/core/core_commands.py:2575 -#: redbot/core/core_commands.py:2631 redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:2373 redbot/core/core_commands.py:2600 +#: redbot/core/core_commands.py:2656 redbot/core/core_commands.py:2680 msgid "Done." msgstr "Готово." -#: redbot/core/core_commands.py:2353 +#: redbot/core/core_commands.py:2378 #, docstring msgid "\n" " Removes [botname]'s avatar.\n\n" @@ -1415,11 +1432,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2386 msgid "Avatar removed." msgstr "Аватар удален." -#: redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2392 #, docstring msgid "Sets [botname]'s playing status.\n\n" " This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" @@ -1432,19 +1449,19 @@ msgid "Sets [botname]'s playing status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2383 +#: redbot/core/core_commands.py:2408 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2391 +#: redbot/core/core_commands.py:2416 msgid "Status set to ``Playing {game.name}``." msgstr "Статус изменён на ``Воспроизведение {game.name}``." -#: redbot/core/core_commands.py:2393 +#: redbot/core/core_commands.py:2418 msgid "Game cleared." msgstr "Игра очищена." -#: redbot/core/core_commands.py:2399 +#: redbot/core/core_commands.py:2424 #, docstring msgid "Sets [botname]'s listening status.\n\n" " This will appear as `Listening to `.\n\n" @@ -1456,19 +1473,19 @@ msgid "Sets [botname]'s listening status.\n\n" " - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2416 +#: redbot/core/core_commands.py:2441 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2425 +#: redbot/core/core_commands.py:2450 msgid "Status set to ``Listening to {listening}``." msgstr "Статус установлен в ``Слушаю {listening}``." -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2453 msgid "Listening cleared." msgstr "Прослушивание прояснилось." -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2459 #, docstring msgid "Sets [botname]'s watching status.\n\n" " This will appear as `Watching `.\n\n" @@ -1480,19 +1497,19 @@ msgid "Sets [botname]'s watching status.\n\n" " - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2475 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2482 msgid "Status set to ``Watching {watching}``." msgstr "Status set to ``Watching {watching}``." -#: redbot/core/core_commands.py:2459 +#: redbot/core/core_commands.py:2484 msgid "Watching cleared." msgstr "Просмотр очищен." -#: redbot/core/core_commands.py:2465 +#: redbot/core/core_commands.py:2490 #, docstring msgid "Sets [botname]'s competing status.\n\n" " This will appear as `Competing in `.\n\n" @@ -1504,19 +1521,19 @@ msgid "Sets [botname]'s competing status.\n\n" " - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2482 +#: redbot/core/core_commands.py:2507 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2491 +#: redbot/core/core_commands.py:2516 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:2494 +#: redbot/core/core_commands.py:2519 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:2500 +#: redbot/core/core_commands.py:2525 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1532,11 +1549,11 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:2555 msgid "Status changed to {}." msgstr "Статус изменён на {}." -#: redbot/core/core_commands.py:2538 +#: redbot/core/core_commands.py:2563 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" @@ -1552,15 +1569,15 @@ msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " - `` - The text to follow `Streaming` in the status." msgstr "" -#: redbot/core/core_commands.py:2563 +#: redbot/core/core_commands.py:2588 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2591 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2580 +#: redbot/core/core_commands.py:2605 #, docstring msgid "Sets [botname]'s username.\n\n" " Maximum length for a username is 32 characters.\n\n" @@ -1573,28 +1590,28 @@ msgid "Sets [botname]'s username.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2596 +#: redbot/core/core_commands.py:2621 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2603 +#: redbot/core/core_commands.py:2628 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2609 +#: redbot/core/core_commands.py:2634 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2619 +#: redbot/core/core_commands.py:2644 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2629 +#: redbot/core/core_commands.py:2654 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2662 #, docstring msgid "Sets [botname]'s nickname for the current server.\n\n" " Maximum length for a nickname is 32 characters.\n\n" @@ -1605,15 +1622,15 @@ msgid "Sets [botname]'s nickname for the current server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2649 +#: redbot/core/core_commands.py:2674 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2653 +#: redbot/core/core_commands.py:2678 msgid "I lack the permissions to change my own nickname." msgstr "Мне не хватает разрешений чтобы изменить свой ник." -#: redbot/core/core_commands.py:2660 +#: redbot/core/core_commands.py:2685 #, docstring msgid "Sets [botname]'s global prefix(es).\n\n" " Warning: This is not additive. It will replace all current prefixes.\n\n" @@ -1628,20 +1645,30 @@ msgid "Sets [botname]'s global prefix(es).\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2677 +#: redbot/core/core_commands.py:2702 +msgid "Warning: A prefix is above the recommended length (20 characters).\n" +"Do you want to continue? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:2715 +msgid "Cancelled." +msgstr "Отменено." + +#: redbot/core/core_commands.py:2719 msgid "Prefix set." msgstr "Префикс установлен." -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:2721 msgid "Prefixes set." msgstr "" -#: redbot/core/core_commands.py:2685 +#: redbot/core/core_commands.py:2727 #, docstring msgid "\n" " Sets [botname]'s server prefix(es).\n\n" " Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" -" This is not additive. It will replace all current server prefixes.\n\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 20 characters.\n\n" " **Examples:**\n" " - `[p]set serverprefix !`\n" " - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" @@ -1652,19 +1679,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2702 +#: redbot/core/core_commands.py:2745 msgid "Server prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2748 +msgid "You cannot have a prefix longer than 20 characters." +msgstr "" + +#: redbot/core/core_commands.py:2753 msgid "Server prefix set." msgstr "" -#: redbot/core/core_commands.py:2709 +#: redbot/core/core_commands.py:2755 msgid "Server prefixes set." msgstr "" -#: redbot/core/core_commands.py:2714 +#: redbot/core/core_commands.py:2760 #, docstring msgid "\n" " Changes the bot's default locale.\n\n" @@ -1681,21 +1712,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2735 redbot/core/core_commands.py:2779 -#: redbot/core/core_commands.py:2818 redbot/core/core_commands.py:2862 +#: redbot/core/core_commands.py:2781 redbot/core/core_commands.py:2825 +#: redbot/core/core_commands.py:2864 redbot/core/core_commands.py:2908 msgid "Invalid language code. Use format: `en-US`" msgstr "Неверный код языка. Используйте формат: `en-US`" -#: redbot/core/core_commands.py:2739 redbot/core/core_commands.py:2783 -#: redbot/core/core_commands.py:2822 redbot/core/core_commands.py:2866 +#: redbot/core/core_commands.py:2785 redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2868 redbot/core/core_commands.py:2912 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "Недопустимый формат - код языка должен содержать код страны, например 'en-US'" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:2792 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2752 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1713,15 +1744,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2774 +#: redbot/core/core_commands.py:2820 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2789 +#: redbot/core/core_commands.py:2835 msgid "Locale has been set." msgstr "Локализация была установлена." -#: redbot/core/core_commands.py:2795 +#: redbot/core/core_commands.py:2841 #, docstring msgid "\n" " Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1736,15 +1767,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2812 +#: redbot/core/core_commands.py:2858 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2875 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2837 +#: redbot/core/core_commands.py:2883 #, docstring msgid "\n" " Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1759,15 +1790,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2855 +#: redbot/core/core_commands.py:2901 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2873 +#: redbot/core/core_commands.py:2919 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "Формат региона теперь будет основываться на локализации `{language_code}`." -#: redbot/core/core_commands.py:2881 +#: redbot/core/core_commands.py:2927 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1782,19 +1813,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2898 +#: redbot/core/core_commands.py:2944 msgid "The custom text has been cleared." msgstr "Пользовательский текст был очищен." -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2948 msgid "The custom text has been set." msgstr "Пользовательский текст установлен." -#: redbot/core/core_commands.py:2905 +#: redbot/core/core_commands.py:2951 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2956 #, docstring msgid "\n" " Commands to set, list or remove various external API tokens.\n\n" @@ -1811,11 +1842,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2931 +#: redbot/core/core_commands.py:2977 msgid "`{service}` API tokens have been set." msgstr "`{service}` API токены были установлены." -#: redbot/core/core_commands.py:2935 +#: redbot/core/core_commands.py:2981 #, docstring msgid "\n" " Show all external API services along with their keys that have been set.\n\n" @@ -1825,19 +1856,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2946 +#: redbot/core/core_commands.py:2992 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2961 +#: redbot/core/core_commands.py:3007 #, docstring msgid "\n" " Remove the given services with all their keys and tokens.\n\n" @@ -1848,20 +1879,20 @@ msgid "\n" " - `` - The services to remove." msgstr "" -#: redbot/core/core_commands.py:2976 +#: redbot/core/core_commands.py:3022 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2980 +#: redbot/core/core_commands.py:3026 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2985 +#: redbot/core/core_commands.py:3031 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2990 +#: redbot/core/core_commands.py:3036 #, docstring msgid "\n" " Commands to manage settings for the help command.\n\n" @@ -1869,7 +1900,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2999 +#: redbot/core/core_commands.py:3045 #, docstring msgid "\n" " Show the current help settings.\n\n" @@ -1879,11 +1910,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3013 +#: redbot/core/core_commands.py:3059 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:3023 +#: redbot/core/core_commands.py:3069 #, docstring msgid "\n" " This resets [botname]'s help formatter to the default formatter.\n\n" @@ -1892,11 +1923,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3032 +#: redbot/core/core_commands.py:3078 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:3041 +#: redbot/core/core_commands.py:3087 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1906,11 +1937,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3051 +#: redbot/core/core_commands.py:3097 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3105 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1926,15 +1957,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3079 +#: redbot/core/core_commands.py:3125 msgid "Help will use menus." msgstr "Помощь будет использовать меню." -#: redbot/core/core_commands.py:3081 +#: redbot/core/core_commands.py:3127 msgid "Help will not use menus." msgstr "Помощь не будет использовать меню." -#: redbot/core/core_commands.py:3085 +#: redbot/core/core_commands.py:3131 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1948,15 +1979,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3102 +#: redbot/core/core_commands.py:3148 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3104 +#: redbot/core/core_commands.py:3150 msgid "Help will filter hidden commands." msgstr "Помощь будет фильтровать скрытые команды." -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3154 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1970,15 +2001,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3125 +#: redbot/core/core_commands.py:3171 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3127 +#: redbot/core/core_commands.py:3173 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3131 +#: redbot/core/core_commands.py:3177 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent to a DM.\n\n" @@ -1994,15 +2025,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3152 +#: redbot/core/core_commands.py:3198 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3154 +#: redbot/core/core_commands.py:3200 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3158 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be filtered from help.\n\n" @@ -2016,15 +2047,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3175 +#: redbot/core/core_commands.py:3221 msgid "Help will only show for commands which can be run." msgstr "Справка будет показывать только для команд, которые могут быть запущены." -#: redbot/core/core_commands.py:3177 +#: redbot/core/core_commands.py:3223 msgid "Help will show up without checking if the commands can be run." msgstr "Справка будет показана без проверки возможности выполнения команд." -#: redbot/core/core_commands.py:3181 +#: redbot/core/core_commands.py:3227 #, docstring msgid "\n" " Sets whether the bot should respond to help commands for nonexistent topics.\n\n" @@ -2040,15 +2071,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3202 +#: redbot/core/core_commands.py:3248 msgid "Help will verify the existence of help topics." msgstr "Помощь проверит наличие тем помощи." -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3251 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "Помощь будет проверять только наличие тем помощи при помощи нечеткой справки (если включено)." -#: redbot/core/core_commands.py:3213 +#: redbot/core/core_commands.py:3259 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " Note: This setting only applies to embedded help.\n\n" @@ -2063,15 +2094,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3230 +#: redbot/core/core_commands.py:3276 msgid "You must give a value of at least 500 characters." msgstr "Значение должно быть не менее 500 символов." -#: redbot/core/core_commands.py:3234 +#: redbot/core/core_commands.py:3280 msgid "Done. The character limit per page has been set to {}." msgstr "Готово. Максимальное количество символов на странице было установлено равным {}." -#: redbot/core/core_commands.py:3238 +#: redbot/core/core_commands.py:3284 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " Note: This setting does not apply to menu help.\n\n" @@ -2087,15 +2118,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3283 +#: redbot/core/core_commands.py:3302 redbot/core/core_commands.py:3329 msgid "You must give a value of zero or greater!" msgstr "Вы должны дать значение ноль или больше!" -#: redbot/core/core_commands.py:3260 +#: redbot/core/core_commands.py:3306 msgid "Done. The page limit has been set to {}." msgstr "Готово. Ограничение на количество страниц установлено на {}." -#: redbot/core/core_commands.py:3265 +#: redbot/core/core_commands.py:3311 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -2112,19 +2143,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3332 msgid "The delay cannot be longer than 14 days!" msgstr "Задержка не может быть длиннее 14 дней!" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3337 msgid "Done. Help messages will not be deleted now." msgstr "Готово. Сообщения справки теперь не будут удалены." -#: redbot/core/core_commands.py:3293 +#: redbot/core/core_commands.py:3339 msgid "Done. The delete delay has been set to {} seconds." msgstr "Готово. Задержка удаления была установлена на {} секунд." -#: redbot/core/core_commands.py:3297 +#: redbot/core/core_commands.py:3343 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -2138,19 +2169,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3312 +#: redbot/core/core_commands.py:3358 msgid "The tagline has been reset." msgstr "Подзаголовок был сброшен." -#: redbot/core/core_commands.py:3316 +#: redbot/core/core_commands.py:3362 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "Ваш подзаголовок слишком длинный! Пожалуйста, уменьшите его до 2048 символов." -#: redbot/core/core_commands.py:3324 +#: redbot/core/core_commands.py:3370 msgid "The tagline has been set." msgstr "Подзаголовок был сброшен." -#: redbot/core/core_commands.py:3329 +#: redbot/core/core_commands.py:3375 #, docstring msgid "Sends a message to the owner.\n\n" " This is limited to one message every 60 seconds per person.\n\n" @@ -2161,43 +2192,43 @@ msgid "Sends a message to the owner.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3341 +#: redbot/core/core_commands.py:3387 msgid "User ID: {}" msgstr "ID пользователя: {}" -#: redbot/core/core_commands.py:3344 +#: redbot/core/core_commands.py:3390 msgid "through DM" msgstr "через DM" -#: redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3392 msgid "from {}" msgstr "от {}" -#: redbot/core/core_commands.py:3347 +#: redbot/core/core_commands.py:3393 msgid " | Server ID: {}" msgstr " | ID сервера: {}" -#: redbot/core/core_commands.py:3352 +#: redbot/core/core_commands.py:3398 msgid "Use `{}dm {} ` to reply to this user" msgstr "Используйте `{}dm {} `чтобы ответить пользователю" -#: redbot/core/core_commands.py:3354 +#: redbot/core/core_commands.py:3400 msgid "Sent by {} {}" msgstr "Отправил {} {}" -#: redbot/core/core_commands.py:3359 +#: redbot/core/core_commands.py:3405 msgid "I've been configured not to send this anywhere." msgstr "Я настроен не отправлять это нигде." -#: redbot/core/core_commands.py:3430 +#: redbot/core/core_commands.py:3476 msgid "Your message has been sent." msgstr "Ваше сообщение было отправлено." -#: redbot/core/core_commands.py:3432 +#: redbot/core/core_commands.py:3478 msgid "I'm unable to deliver your message. Sorry." msgstr "Я не могу доставить ваше сообщение. Извините." -#: redbot/core/core_commands.py:3437 +#: redbot/core/core_commands.py:3483 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n\n" @@ -2210,41 +2241,41 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3453 +#: redbot/core/core_commands.py:3499 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "Недопустимый ID, пользователь не найден или пользователь бот. Вы можете отправлять сообщения только тем пользователям, с которыми у меня есть сервер." -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3509 msgid "Owner of {}" msgstr "Владелец {}" -#: redbot/core/core_commands.py:3464 +#: redbot/core/core_commands.py:3510 msgid "You can reply to this message with {}contact" msgstr "Вы можете ответить на это сообщение с {} контактом" -#: redbot/core/core_commands.py:3478 redbot/core/core_commands.py:3488 +#: redbot/core/core_commands.py:3524 redbot/core/core_commands.py:3534 msgid "Sorry, I couldn't deliver your message to {}" msgstr "Извините, я не смог доставить сообщение для %s" -#: redbot/core/core_commands.py:3481 redbot/core/core_commands.py:3491 +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3537 msgid "Message delivered to {}" msgstr "Сообщение доставлено к %s" -#: redbot/core/core_commands.py:3496 +#: redbot/core/core_commands.py:3542 #, docstring msgid "Prints the bot's data path." msgstr "Выводит путь к данным бота." -#: redbot/core/core_commands.py:3500 +#: redbot/core/core_commands.py:3546 msgid "Data path: {path}" msgstr "Путь к данным: {path}" -#: redbot/core/core_commands.py:3506 +#: redbot/core/core_commands.py:3552 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:3593 +#: redbot/core/core_commands.py:3639 #, docstring msgid "\n" " Commands to manage the allowlist.\n\n" @@ -2253,7 +2284,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3604 +#: redbot/core/core_commands.py:3650 #, docstring msgid "\n" " Adds users to the allowlist.\n\n" @@ -2265,15 +2296,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3663 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3619 +#: redbot/core/core_commands.py:3665 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3623 +#: redbot/core/core_commands.py:3669 #, docstring msgid "\n" " Lists users on the allowlist.\n\n" @@ -2282,21 +2313,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3635 +#: redbot/core/core_commands.py:3681 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3637 +#: redbot/core/core_commands.py:3683 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3641 redbot/core/core_commands.py:3739 +#: redbot/core/core_commands.py:3687 redbot/core/core_commands.py:3785 #: redbot/core/modlog.py:428 redbot/core/modlog.py:450 #: redbot/core/modlog.py:466 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/core_commands.py:3649 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Removes users from the allowlist.\n\n" @@ -2309,15 +2340,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3664 +#: redbot/core/core_commands.py:3710 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3666 +#: redbot/core/core_commands.py:3712 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3670 +#: redbot/core/core_commands.py:3716 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2327,11 +2358,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3725 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3684 +#: redbot/core/core_commands.py:3730 #, docstring msgid "\n" " Commands to manage the blocklist.\n\n" @@ -2339,7 +2370,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3693 +#: redbot/core/core_commands.py:3739 #, docstring msgid "\n" " Adds users to the blocklist.\n\n" @@ -2351,19 +2382,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3709 +#: redbot/core/core_commands.py:3755 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3715 +#: redbot/core/core_commands.py:3761 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3717 +#: redbot/core/core_commands.py:3763 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3721 +#: redbot/core/core_commands.py:3767 #, docstring msgid "\n" " Lists users on the blocklist.\n\n" @@ -2372,15 +2403,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3733 +#: redbot/core/core_commands.py:3779 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3735 +#: redbot/core/core_commands.py:3781 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3747 +#: redbot/core/core_commands.py:3793 #, docstring msgid "\n" " Removes users from the blocklist.\n\n" @@ -2392,15 +2423,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3760 +#: redbot/core/core_commands.py:3806 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3762 +#: redbot/core/core_commands.py:3808 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3766 +#: redbot/core/core_commands.py:3812 #, docstring msgid "\n" " Clears the blocklist.\n\n" @@ -2409,11 +2440,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3773 +#: redbot/core/core_commands.py:3819 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3779 +#: redbot/core/core_commands.py:3825 #, docstring msgid "\n" " Commands to manage the server specific allowlist.\n\n" @@ -2422,7 +2453,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3792 +#: redbot/core/core_commands.py:3838 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n\n" @@ -2435,19 +2466,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3811 +#: redbot/core/core_commands.py:3857 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:3820 +#: redbot/core/core_commands.py:3866 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3822 +#: redbot/core/core_commands.py:3868 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3826 +#: redbot/core/core_commands.py:3872 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n\n" @@ -2456,19 +2487,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3838 +#: redbot/core/core_commands.py:3884 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3840 +#: redbot/core/core_commands.py:3886 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:3844 redbot/core/core_commands.py:3966 +#: redbot/core/core_commands.py:3890 redbot/core/core_commands.py:4012 msgid "Unknown or Deleted User/Role" msgstr "" -#: redbot/core/core_commands.py:3854 +#: redbot/core/core_commands.py:3900 #, docstring msgid "\n" " Removes user or role from the allowlist.\n\n" @@ -2482,19 +2513,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3875 +#: redbot/core/core_commands.py:3921 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3883 +#: redbot/core/core_commands.py:3929 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3885 +#: redbot/core/core_commands.py:3931 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3889 +#: redbot/core/core_commands.py:3935 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2504,11 +2535,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3898 +#: redbot/core/core_commands.py:3944 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3904 +#: redbot/core/core_commands.py:3950 #, docstring msgid "\n" " Commands to manage the server specific blocklist.\n\n" @@ -2516,7 +2547,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3915 +#: redbot/core/core_commands.py:3961 #, docstring msgid "\n" " Adds a user or role to the local blocklist.\n\n" @@ -2529,27 +2560,27 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3929 +#: redbot/core/core_commands.py:3975 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3932 +#: redbot/core/core_commands.py:3978 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3935 +#: redbot/core/core_commands.py:3981 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3942 +#: redbot/core/core_commands.py:3988 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3944 +#: redbot/core/core_commands.py:3990 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3948 +#: redbot/core/core_commands.py:3994 #, docstring msgid "\n" " Lists users and roles on the server blocklist.\n\n" @@ -2558,15 +2589,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3960 +#: redbot/core/core_commands.py:4006 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3962 +#: redbot/core/core_commands.py:4008 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3976 +#: redbot/core/core_commands.py:4022 #, docstring msgid "\n" " Removes user or role from local blocklist.\n\n" @@ -2579,15 +2610,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3992 +#: redbot/core/core_commands.py:4038 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3994 +#: redbot/core/core_commands.py:4040 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3998 +#: redbot/core/core_commands.py:4044 #, docstring msgid "\n" " Clears the server blocklist.\n\n" @@ -2597,16 +2628,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4007 +#: redbot/core/core_commands.py:4053 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:4012 +#: redbot/core/core_commands.py:4058 #, docstring msgid "Commands to enable and disable commands and cogs." msgstr "" -#: redbot/core/core_commands.py:4018 +#: redbot/core/core_commands.py:4064 #, docstring msgid "Set the default state for a cog as disabled.\n\n" " This will disable the cog for all servers by default.\n" @@ -2620,20 +2651,20 @@ msgid "Set the default state for a cog as disabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4034 redbot/core/core_commands.py:4059 -#: redbot/core/core_commands.py:4079 redbot/core/core_commands.py:4109 +#: redbot/core/core_commands.py:4080 redbot/core/core_commands.py:4105 +#: redbot/core/core_commands.py:4125 redbot/core/core_commands.py:4155 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:4036 +#: redbot/core/core_commands.py:4082 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:4038 +#: redbot/core/core_commands.py:4084 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:4043 +#: redbot/core/core_commands.py:4089 #, docstring msgid "Set the default state for a cog as enabled.\n\n" " This will re-enable the cog for all servers by default.\n" @@ -2647,11 +2678,11 @@ msgid "Set the default state for a cog as enabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4061 +#: redbot/core/core_commands.py:4107 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:4066 +#: redbot/core/core_commands.py:4112 #, docstring msgid "Disable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2663,19 +2694,19 @@ msgid "Disable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4081 +#: redbot/core/core_commands.py:4127 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:4083 +#: redbot/core/core_commands.py:4129 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4086 +#: redbot/core/core_commands.py:4132 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4092 +#: redbot/core/core_commands.py:4138 #, docstring msgid "Enable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2687,15 +2718,15 @@ msgid "Enable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4104 +#: redbot/core/core_commands.py:4150 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4112 +#: redbot/core/core_commands.py:4158 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4118 +#: redbot/core/core_commands.py:4164 #, docstring msgid "List the cogs which are disabled in this server.\n\n" " **Example:**\n" @@ -2703,15 +2734,15 @@ msgid "List the cogs which are disabled in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4131 +#: redbot/core/core_commands.py:4177 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:4137 +#: redbot/core/core_commands.py:4183 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:4141 +#: redbot/core/core_commands.py:4187 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2722,7 +2753,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4158 +#: redbot/core/core_commands.py:4204 #, docstring msgid "List disabled commands globally.\n\n" " **Example:**\n" @@ -2730,19 +2761,19 @@ msgid "List disabled commands globally.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4165 +#: redbot/core/core_commands.py:4211 msgid "There aren't any globally disabled commands." msgstr "Нет глобально отключенных команд." -#: redbot/core/core_commands.py:4168 +#: redbot/core/core_commands.py:4214 msgid "{} commands are disabled globally.\n" msgstr "{} Команды отключены глобально.\n" -#: redbot/core/core_commands.py:4172 +#: redbot/core/core_commands.py:4218 msgid "1 command is disabled globally.\n" msgstr "1 команда отключена глобально.\n" -#: redbot/core/core_commands.py:4180 +#: redbot/core/core_commands.py:4226 #, docstring msgid "List disabled commands in this server.\n\n" " **Example:**\n" @@ -2750,19 +2781,19 @@ msgid "List disabled commands in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4187 +#: redbot/core/core_commands.py:4233 msgid "There aren't any disabled commands in {}." msgstr "Нет отключенных комманд в {}." -#: redbot/core/core_commands.py:4190 +#: redbot/core/core_commands.py:4236 msgid "{} commands are disabled in {}.\n" msgstr "{} команды отключены в {}.\n" -#: redbot/core/core_commands.py:4194 +#: redbot/core/core_commands.py:4240 msgid "1 command is disabled in {}.\n" msgstr "1 команда отключена в {}.\n" -#: redbot/core/core_commands.py:4201 +#: redbot/core/core_commands.py:4247 #, docstring msgid "\n" " Disable a command.\n\n" @@ -2776,7 +2807,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4223 +#: redbot/core/core_commands.py:4269 #, docstring msgid "\n" " Disable a command globally.\n\n" @@ -2788,19 +2819,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4242 redbot/core/core_commands.py:4285 +#: redbot/core/core_commands.py:4288 redbot/core/core_commands.py:4331 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "Команда отключения не может быть `команда` или ни одной из подкоманд." -#: redbot/core/core_commands.py:4248 redbot/core/core_commands.py:4291 +#: redbot/core/core_commands.py:4294 redbot/core/core_commands.py:4337 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:4257 +#: redbot/core/core_commands.py:4303 msgid "That command is already disabled globally." msgstr "Эта команда уже отключена глобально." -#: redbot/core/core_commands.py:4266 +#: redbot/core/core_commands.py:4312 #, docstring msgid "\n" " Disable a command in this server only.\n\n" @@ -2812,15 +2843,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4296 +#: redbot/core/core_commands.py:4342 msgid "You are not allowed to disable that command." msgstr "Вы не можете отключить эту команду." -#: redbot/core/core_commands.py:4306 +#: redbot/core/core_commands.py:4352 msgid "That command is already disabled in this server." msgstr "Эта команда уже отключена на этом сервере." -#: redbot/core/core_commands.py:4312 +#: redbot/core/core_commands.py:4358 #, docstring msgid "Enable a command.\n\n" " If you're the bot owner, this will try to enable a globally disabled command by default.\n" @@ -2833,7 +2864,7 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4332 +#: redbot/core/core_commands.py:4378 #, docstring msgid "\n" " Enable a command globally.\n\n" @@ -2845,11 +2876,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4354 +#: redbot/core/core_commands.py:4400 msgid "That command is already enabled globally." msgstr "Эта команда уже включена глобально." -#: redbot/core/core_commands.py:4363 +#: redbot/core/core_commands.py:4409 #, docstring msgid "\n" " Enable a command in this server.\n\n" @@ -2861,15 +2892,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4381 +#: redbot/core/core_commands.py:4427 msgid "You are not allowed to enable that command." msgstr "Вы не можете включить эту команду." -#: redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4437 msgid "That command is already enabled in this server." msgstr "Эта команда уже включена на этом сервере." -#: redbot/core/core_commands.py:4398 +#: redbot/core/core_commands.py:4444 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2883,7 +2914,7 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4419 +#: redbot/core/core_commands.py:4465 #, docstring msgid "\n" " Commands to manage server settings for immunity from automated actions.\n\n" @@ -2891,7 +2922,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4428 +#: redbot/core/core_commands.py:4474 #, docstring msgid "\n" " Gets the current members and roles configured for automatic moderation action immunity.\n\n" @@ -2900,19 +2931,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4441 +#: redbot/core/core_commands.py:4487 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4446 +#: redbot/core/core_commands.py:4492 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4450 +#: redbot/core/core_commands.py:4496 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:4459 +#: redbot/core/core_commands.py:4505 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n\n" @@ -2924,11 +2955,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4471 +#: redbot/core/core_commands.py:4517 msgid "Already added." msgstr "Уже добавлено." -#: redbot/core/core_commands.py:4479 +#: redbot/core/core_commands.py:4525 #, docstring msgid "\n" " Remove a user or role from being immune to automated moderation actions.\n\n" @@ -2940,11 +2971,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4491 +#: redbot/core/core_commands.py:4537 msgid "Not in list." msgstr "Нет в списке." -#: redbot/core/core_commands.py:4499 +#: redbot/core/core_commands.py:4545 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n\n" @@ -2956,15 +2987,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4511 +#: redbot/core/core_commands.py:4557 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:4513 +#: redbot/core/core_commands.py:4559 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:4518 +#: redbot/core/core_commands.py:4564 #, docstring msgid "\n" " Commands for configuring owner notifications.\n\n" @@ -2972,7 +3003,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4527 +#: redbot/core/core_commands.py:4573 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2984,7 +3015,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4546 +#: redbot/core/core_commands.py:4592 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n\n" @@ -2995,7 +3026,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4565 +#: redbot/core/core_commands.py:4611 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n\n" @@ -3007,7 +3038,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4591 +#: redbot/core/core_commands.py:4637 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n\n" @@ -3019,7 +3050,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4615 +#: redbot/core/core_commands.py:4661 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n\n" @@ -3028,15 +3059,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4625 +#: redbot/core/core_commands.py:4671 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:4636 +#: redbot/core/core_commands.py:4682 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:4667 +#: redbot/core/core_commands.py:4713 #, docstring msgid "\n" " Commands to add servers or channels to the ignore list.\n\n" @@ -3045,7 +3076,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4677 +#: redbot/core/core_commands.py:4723 #, docstring msgid "\n" " List the currently ignored servers and channels.\n\n" @@ -3054,7 +3085,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4692 +#: redbot/core/core_commands.py:4738 #, docstring msgid "\n" " Ignore commands in the channel or category.\n\n" @@ -3070,15 +3101,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4712 +#: redbot/core/core_commands.py:4758 msgid "Channel added to ignore list." msgstr "Канал добавлен в список игнорирования." -#: redbot/core/core_commands.py:4714 +#: redbot/core/core_commands.py:4760 msgid "Channel already in ignore list." msgstr "Канал уже добавлен в список игнорирования." -#: redbot/core/core_commands.py:4719 +#: redbot/core/core_commands.py:4765 #, docstring msgid "\n" " Ignore commands in this server.\n\n" @@ -3088,20 +3119,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4730 +#: redbot/core/core_commands.py:4776 msgid "This server has been added to the ignore list." msgstr "Этот сервер был добавлен в список игнорирования." -#: redbot/core/core_commands.py:4732 +#: redbot/core/core_commands.py:4778 msgid "This server is already being ignored." msgstr "Этот сервер уже находится в списке игнорирования." -#: redbot/core/core_commands.py:4738 +#: redbot/core/core_commands.py:4784 #, docstring msgid "Commands to remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4746 +#: redbot/core/core_commands.py:4792 #, docstring msgid "\n" " Remove a channel or category from the ignore list.\n\n" @@ -3116,15 +3147,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4765 +#: redbot/core/core_commands.py:4811 msgid "Channel removed from ignore list." msgstr "Канал удален из списка игнорирования." -#: redbot/core/core_commands.py:4767 +#: redbot/core/core_commands.py:4813 msgid "That channel is not in the ignore list." msgstr "Этот канал не был добавлен в список игнорирования." -#: redbot/core/core_commands.py:4772 +#: redbot/core/core_commands.py:4818 #, docstring msgid "\n" " Remove this server from the ignore list.\n\n" @@ -3133,24 +3164,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4781 +#: redbot/core/core_commands.py:4827 msgid "This server has been removed from the ignore list." msgstr "Этот сервер был удален из списка игнорирования." -#: redbot/core/core_commands.py:4783 +#: redbot/core/core_commands.py:4829 msgid "This server is not in the ignore list." msgstr "Этот сервер отсутствует в списке игнорируемых." -#: redbot/core/core_commands.py:4789 +#: redbot/core/core_commands.py:4835 msgid "This server is currently being ignored." msgstr "Этот сервер в настоящее время игнорируется." -#: redbot/core/core_commands.py:4801 +#: redbot/core/core_commands.py:4847 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:4816 +#: redbot/core/core_commands.py:4862 #, docstring msgid "\n" " Get info about Red's licenses.\n" @@ -3183,7 +3214,7 @@ msgid "Evaluate a statement of python code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:166 +#: redbot/core/dev_commands.py:167 #, docstring msgid "Execute asynchronous code.\n\n" " This command wraps code into the body of an async function and then\n" @@ -3203,7 +3234,7 @@ msgid "Execute asynchronous code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:220 +#: redbot/core/dev_commands.py:221 #, docstring msgid "Open an interactive REPL.\n\n" " The REPL will only recognise code as messages which start with a\n" @@ -3212,51 +3243,51 @@ msgid "Open an interactive REPL.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:229 +#: redbot/core/dev_commands.py:230 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "Уже выполняется сеанс REPL в этом канале. Выйдите из него с `quit`." -#: redbot/core/dev_commands.py:233 +#: redbot/core/dev_commands.py:234 msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." msgstr "" -#: redbot/core/dev_commands.py:244 +#: redbot/core/dev_commands.py:245 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." msgstr "" -#: redbot/core/dev_commands.py:258 +#: redbot/core/dev_commands.py:259 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:309 +#: redbot/core/dev_commands.py:310 msgid "Unexpected error: `{}`" msgstr "Непредвиденная ошибка: `{}`" -#: redbot/core/dev_commands.py:313 +#: redbot/core/dev_commands.py:314 #, docstring msgid "Pauses/resumes the REPL running in the current channel" msgstr "" -#: redbot/core/dev_commands.py:315 +#: redbot/core/dev_commands.py:316 msgid "There is no currently running REPL session in this channel." msgstr "" -#: redbot/core/dev_commands.py:323 +#: redbot/core/dev_commands.py:324 msgid "The REPL session in this channel has been resumed." msgstr "" -#: redbot/core/dev_commands.py:325 +#: redbot/core/dev_commands.py:326 msgid "The REPL session in this channel is now paused." msgstr "" -#: redbot/core/dev_commands.py:330 +#: redbot/core/dev_commands.py:331 #, docstring msgid "Mock another user invoking a command.\n\n" " The prefix must not be entered.\n" " " msgstr "" -#: redbot/core/dev_commands.py:343 +#: redbot/core/dev_commands.py:344 #, docstring msgid "Dispatch a message event as if it were sent by a different user.\n\n" " Only reads the raw content of the message. Attachments, embeds etc. are\n" @@ -3264,17 +3295,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:364 +#: redbot/core/dev_commands.py:365 #, docstring msgid "Give bot owners the ability to bypass cooldowns.\n\n" " Does not persist through restarts." msgstr "" -#: redbot/core/dev_commands.py:372 +#: redbot/core/dev_commands.py:373 msgid "Bot owners will now bypass all commands with cooldowns." msgstr "" -#: redbot/core/dev_commands.py:374 +#: redbot/core/dev_commands.py:375 msgid "Bot owners will no longer bypass all commands with cooldowns." msgstr "" diff --git a/redbot/core/locales/sk-SK.po b/redbot/core/locales/sk-SK.po index 7fd12b1b6..d76395ec5 100644 --- a/redbot/core/locales/sk-SK.po +++ b/redbot/core/locales/sk-SK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-05-25 16:04+0000\n" +"POT-Creation-Date: 2021-06-12 15:52+0000\n" "Last-Translator: \n" "Language-Team: Slovak\n" "MIME-Version: 1.0\n" @@ -126,15 +126,15 @@ msgstr "" msgid "**{} unloaded:**\n" msgstr "" -#: redbot/core/core_commands.py:179 +#: redbot/core/core_commands.py:181 msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:184 +#: redbot/core/core_commands.py:186 msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:393 +#: redbot/core/core_commands.py:398 #, docstring msgid "\n" " The Core cog has many commands related to core functions.\n\n" @@ -142,93 +142,93 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:410 #, docstring msgid "Pong." msgstr "" -#: redbot/core/core_commands.py:410 +#: redbot/core/core_commands.py:415 #, docstring msgid "Shows info about [botname].\n\n" " See `[p]set custominfo` to customize.\n" " " msgstr "" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:445 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by team" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:456 +#: redbot/core/core_commands.py:461 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:459 redbot/core/core_commands.py:515 +#: redbot/core/core_commands.py:464 redbot/core/core_commands.py:520 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:463 redbot/core/core_commands.py:519 +#: redbot/core/core_commands.py:468 redbot/core/core_commands.py:524 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:464 +#: redbot/core/core_commands.py:469 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:466 +#: redbot/core/core_commands.py:471 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:467 +#: redbot/core/core_commands.py:472 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:470 redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:475 redbot/core/core_commands.py:533 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:483 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:489 +#: redbot/core/core_commands.py:494 msgid "Instance owned by team: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:501 +#: redbot/core/core_commands.py:506 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:520 +#: redbot/core/core_commands.py:525 msgid "Outdated: [{state}]\n" msgstr "" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:528 msgid "**About Red**\n" msgstr "" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:539 msgid "**About this instance**\n" msgstr "" -#: redbot/core/core_commands.py:536 +#: redbot/core/core_commands.py:541 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -239,20 +239,20 @@ msgid "**References**\n" "7. <{}>\n" msgstr "" -#: redbot/core/core_commands.py:552 +#: redbot/core/core_commands.py:557 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:555 +#: redbot/core/core_commands.py:560 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:557 +#: redbot/core/core_commands.py:562 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:564 +#: redbot/core/core_commands.py:569 #, docstring msgid "\n" " Commands which interact with the data [botname] has about you.\n\n" @@ -260,7 +260,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:575 +#: redbot/core/core_commands.py:580 #, docstring msgid "\n" " Find out what type of data [botname] stores and why.\n\n" @@ -269,12 +269,12 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:585 +#: redbot/core/core_commands.py:590 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:604 +#: redbot/core/core_commands.py:609 #, docstring msgid "View the End User Data statements of each 3rd-party module.\n\n" " This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" @@ -283,39 +283,39 @@ msgid "View the End User Data statements of each 3rd-party module.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:615 +#: redbot/core/core_commands.py:620 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:625 +#: redbot/core/core_commands.py:630 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:645 +#: redbot/core/core_commands.py:650 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:647 +#: redbot/core/core_commands.py:652 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:652 +#: redbot/core/core_commands.py:657 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:668 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:679 +#: redbot/core/core_commands.py:684 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:684 +#: redbot/core/core_commands.py:689 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:695 +#: redbot/core/core_commands.py:700 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -327,63 +327,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:710 +#: redbot/core/core_commands.py:715 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:717 +#: redbot/core/core_commands.py:722 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:727 +#: redbot/core/core_commands.py:732 msgid "This may take some time." msgstr "" -#: redbot/core/core_commands.py:740 +#: redbot/core/core_commands.py:745 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:755 +#: redbot/core/core_commands.py:760 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:765 +#: redbot/core/core_commands.py:770 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:775 +#: redbot/core/core_commands.py:780 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:783 redbot/core/core_commands.py:950 -#: redbot/core/core_commands.py:1036 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:788 redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:1041 redbot/core/core_commands.py:1112 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:793 +#: redbot/core/core_commands.py:798 #, docstring msgid "[Coming Soon] Get what data [botname] has about you." msgstr "" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:800 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:804 +#: redbot/core/core_commands.py:809 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:810 +#: redbot/core/core_commands.py:815 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -394,11 +394,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:821 +#: redbot/core/core_commands.py:826 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:834 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n\n" @@ -408,11 +408,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:838 +#: redbot/core/core_commands.py:843 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:847 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -426,15 +426,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:859 +#: redbot/core/core_commands.py:864 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:867 +#: redbot/core/core_commands.py:872 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:878 +#: redbot/core/core_commands.py:883 #, docstring msgid "\n" " Handle a deletion request from Discord.\n\n" @@ -447,34 +447,34 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:892 +#: redbot/core/core_commands.py:897 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:915 redbot/core/core_commands.py:1072 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +#: redbot/core/core_commands.py:930 redbot/core/core_commands.py:1087 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +#: redbot/core/core_commands.py:941 redbot/core/core_commands.py:1098 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +#: redbot/core/core_commands.py:951 redbot/core/core_commands.py:1108 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:957 +#: redbot/core/core_commands.py:962 #, docstring msgid "Delete data [botname] has about a user for a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" @@ -485,34 +485,34 @@ msgid "Delete data [botname] has about a user for a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:973 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:991 +#: redbot/core/core_commands.py:996 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1006 +#: redbot/core/core_commands.py:1011 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1017 +#: redbot/core/core_commands.py:1022 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1033 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1048 #, docstring msgid "Delete data [botname] has about a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" @@ -522,12 +522,12 @@ msgid "Delete data [botname] has about a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1053 +#: redbot/core/core_commands.py:1058 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1114 +#: redbot/core/core_commands.py:1119 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -547,7 +547,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1136 +#: redbot/core/core_commands.py:1141 #, docstring msgid "\n" " Show the current embed settings.\n\n" @@ -561,42 +561,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1153 redbot/core/core_commands.py:1309 -#: redbot/core/core_commands.py:1360 redbot/core/core_commands.py:4236 -#: redbot/core/core_commands.py:4279 redbot/core/core_commands.py:4345 -#: redbot/core/core_commands.py:4376 +#: redbot/core/core_commands.py:1158 redbot/core/core_commands.py:1314 +#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:4282 +#: redbot/core/core_commands.py:4325 redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4422 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:1159 +#: redbot/core/core_commands.py:1164 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1161 +#: redbot/core/core_commands.py:1166 msgid "Global default: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1171 msgid "Global command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1172 +#: redbot/core/core_commands.py:1177 msgid "Guild setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1177 +#: redbot/core/core_commands.py:1182 msgid "Server command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1183 +#: redbot/core/core_commands.py:1188 msgid "Channel setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1191 msgid "User setting: {value}" msgstr "" -#: redbot/core/core_commands.py:1192 +#: redbot/core/core_commands.py:1197 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -608,15 +608,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1206 +#: redbot/core/core_commands.py:1211 msgid "Embeds are now disabled by default." msgstr "" -#: redbot/core/core_commands.py:1209 +#: redbot/core/core_commands.py:1214 msgid "Embeds are now enabled by default." msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1220 #, docstring msgid "\n" " Set the server's embed setting.\n\n" @@ -632,20 +632,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1234 redbot/core/core_commands.py:1318 -#: redbot/core/core_commands.py:1409 redbot/core/core_commands.py:1440 +#: redbot/core/core_commands.py:1239 redbot/core/core_commands.py:1323 +#: redbot/core/core_commands.py:1414 redbot/core/core_commands.py:1445 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1239 +#: redbot/core/core_commands.py:1244 msgid "Embeds are now enabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1241 +#: redbot/core/core_commands.py:1246 msgid "Embeds are now disabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1249 +#: redbot/core/core_commands.py:1254 #, docstring msgid "\n" " Sets a command's embed setting.\n\n" @@ -662,11 +662,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1278 +#: redbot/core/core_commands.py:1283 msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." msgstr "" -#: redbot/core/core_commands.py:1289 +#: redbot/core/core_commands.py:1294 #, docstring msgid "\n" " Sets a command's embed setting globally.\n\n" @@ -682,15 +682,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1375 +#: redbot/core/core_commands.py:1329 redbot/core/core_commands.py:1380 msgid "Embeds are now enabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1330 redbot/core/core_commands.py:1381 +#: redbot/core/core_commands.py:1335 redbot/core/core_commands.py:1386 msgid "Embeds are now disabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1340 +#: redbot/core/core_commands.py:1345 #, docstring msgid "\n" " Sets a commmand's embed setting for the current server.\n\n" @@ -706,11 +706,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1369 +#: redbot/core/core_commands.py:1374 msgid "Embeds will now fall back to the server setting." msgstr "" -#: redbot/core/core_commands.py:1390 +#: redbot/core/core_commands.py:1395 #, docstring msgid "\n" " Set's a channel's embed setting.\n\n" @@ -726,21 +726,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1419 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1426 #, docstring msgid "\n" " Sets personal embed setting for DMs.\n\n" @@ -756,15 +756,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1450 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1452 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1453 +#: redbot/core/core_commands.py:1458 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead.\n\n" @@ -777,11 +777,11 @@ msgid "Sends to the owner the last command exception that has occurred.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:1487 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1487 +#: redbot/core/core_commands.py:1492 #, docstring msgid "Shows [botname]'s invite url.\n\n" " This will always send the invite to DMs to keep it private.\n\n" @@ -791,12 +791,12 @@ msgid "Shows [botname]'s invite url.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1512 #, docstring msgid "Commands to setup [botname]'s invite settings." msgstr "" -#: redbot/core/core_commands.py:1512 +#: redbot/core/core_commands.py:1517 #, docstring msgid "\n" " Toggles if `[p]invite` should be accessible for the average user.\n\n" @@ -808,7 +808,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1549 +#: redbot/core/core_commands.py:1554 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -823,7 +823,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 #, docstring msgid "\n" " Leaves servers.\n\n" @@ -838,43 +855,43 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1588 +#: redbot/core/core_commands.py:1613 msgid "You need to specify at least one server ID." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:1620 msgid "You haven't passed any server ID. Do you want me to leave this server?" msgstr "" -#: redbot/core/core_commands.py:1600 +#: redbot/core/core_commands.py:1625 msgid "Are you sure you want me to leave these servers?" msgstr "" -#: redbot/core/core_commands.py:1608 +#: redbot/core/core_commands.py:1633 msgid "I cannot leave the server `{server_name}`: I am the owner of it." msgstr "" -#: redbot/core/core_commands.py:1619 +#: redbot/core/core_commands.py:1644 redbot/core/core_commands.py:2711 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:1624 +#: redbot/core/core_commands.py:1649 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1652 msgid "Alright. Leaving {number} servers..." msgstr "" -#: redbot/core/core_commands.py:1634 +#: redbot/core/core_commands.py:1659 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1636 +#: redbot/core/core_commands.py:1661 msgid "Alright, I'm not leaving those servers." msgstr "" -#: redbot/core/core_commands.py:1641 +#: redbot/core/core_commands.py:1666 #, docstring msgid "\n" " Lists the servers [botname] is currently in.\n\n" @@ -882,7 +899,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:1684 #, docstring msgid "Loads cog packages from the local paths and installed cogs.\n\n" " See packages available to load with `[p]cogs`.\n\n" @@ -895,67 +912,67 @@ msgid "Loads cog packages from the local paths and installed cogs.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1688 +#: redbot/core/core_commands.py:1713 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1693 +#: redbot/core/core_commands.py:1718 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1722 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1729 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1709 +#: redbot/core/core_commands.py:1734 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1717 redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1742 redbot/core/core_commands.py:1898 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1723 redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1748 redbot/core/core_commands.py:1904 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1732 redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1757 redbot/core/core_commands.py:1913 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1736 redbot/core/core_commands.py:1892 +#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1744 +#: redbot/core/core_commands.py:1769 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1748 +#: redbot/core/core_commands.py:1773 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1755 +#: redbot/core/core_commands.py:1780 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1786 redbot/core/core_commands.py:1942 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1780 +#: redbot/core/core_commands.py:1805 #, docstring msgid "Unloads previously loaded cog packages.\n\n" " See packages available to unload with `[p]cogs`.\n\n" @@ -967,23 +984,23 @@ msgid "Unloads previously loaded cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1798 +#: redbot/core/core_commands.py:1823 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1827 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1809 +#: redbot/core/core_commands.py:1834 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1813 +#: redbot/core/core_commands.py:1838 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1826 +#: redbot/core/core_commands.py:1851 #, docstring msgid "Reloads cog packages.\n\n" " This will unload and then load the specified cogs.\n\n" @@ -996,36 +1013,36 @@ msgid "Reloads cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:1880 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1860 +#: redbot/core/core_commands.py:1885 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1890 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1900 +#: redbot/core/core_commands.py:1925 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1904 +#: redbot/core/core_commands.py:1929 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1936 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Shuts down the bot.\n\n" " Allows [botname] to shut down gracefully.\n\n" @@ -1038,11 +1055,11 @@ msgid "Shuts down the bot.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1974 msgid "Shutting down... " msgstr "" -#: redbot/core/core_commands.py:1955 +#: redbot/core/core_commands.py:1980 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -1055,30 +1072,30 @@ msgid "Attempts to restart [botname].\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1969 +#: redbot/core/core_commands.py:1994 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:1974 +#: redbot/core/core_commands.py:1999 #, docstring msgid "Commands for changing [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1978 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1996 +#: redbot/core/core_commands.py:2021 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2042 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -1086,7 +1103,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:2039 +#: redbot/core/core_commands.py:2064 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -1101,23 +1118,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2060 +#: redbot/core/core_commands.py:2085 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:2062 +#: redbot/core/core_commands.py:2087 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2092 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2099 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2104 #, docstring msgid "\n" " Sets the bot's description.\n\n" @@ -1133,15 +1150,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2099 +#: redbot/core/core_commands.py:2124 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:2102 +#: redbot/core/core_commands.py:2127 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2141 #, docstring msgid "\n" " Adds an admin role for this guild.\n\n" @@ -1159,15 +1176,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2136 +#: redbot/core/core_commands.py:2161 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:2138 +#: redbot/core/core_commands.py:2163 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2144 +#: redbot/core/core_commands.py:2169 #, docstring msgid "\n" " Adds a moderator role for this guild.\n\n" @@ -1184,15 +1201,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2188 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:2165 +#: redbot/core/core_commands.py:2190 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2171 +#: redbot/core/core_commands.py:2196 #, docstring msgid "\n" " Removes an admin role for this guild.\n\n" @@ -1204,15 +1221,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2208 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:2185 +#: redbot/core/core_commands.py:2210 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2191 +#: redbot/core/core_commands.py:2216 #, docstring msgid "\n" " Removes a mod role for this guild.\n\n" @@ -1224,15 +1241,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2228 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2230 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2211 +#: redbot/core/core_commands.py:2236 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -1243,19 +1260,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2248 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will" msgstr "" -#: redbot/core/core_commands.py:2232 +#: redbot/core/core_commands.py:2257 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -1267,11 +1284,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2247 +#: redbot/core/core_commands.py:2272 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2280 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -1282,11 +1299,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2268 +#: redbot/core/core_commands.py:2293 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:2276 +#: redbot/core/core_commands.py:2301 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1303,15 +1320,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2321 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:2299 +#: redbot/core/core_commands.py:2324 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:2304 +#: redbot/core/core_commands.py:2329 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL.\n\n" @@ -1324,28 +1341,28 @@ msgid "Sets [botname]'s avatar\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2327 +#: redbot/core/core_commands.py:2352 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:2329 +#: redbot/core/core_commands.py:2354 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:2339 +#: redbot/core/core_commands.py:2364 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:2346 +#: redbot/core/core_commands.py:2371 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:2348 redbot/core/core_commands.py:2575 -#: redbot/core/core_commands.py:2631 redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:2373 redbot/core/core_commands.py:2600 +#: redbot/core/core_commands.py:2656 redbot/core/core_commands.py:2680 msgid "Done." msgstr "" -#: redbot/core/core_commands.py:2353 +#: redbot/core/core_commands.py:2378 #, docstring msgid "\n" " Removes [botname]'s avatar.\n\n" @@ -1354,11 +1371,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2386 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2392 #, docstring msgid "Sets [botname]'s playing status.\n\n" " This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" @@ -1371,19 +1388,19 @@ msgid "Sets [botname]'s playing status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2383 +#: redbot/core/core_commands.py:2408 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2391 +#: redbot/core/core_commands.py:2416 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:2393 +#: redbot/core/core_commands.py:2418 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:2399 +#: redbot/core/core_commands.py:2424 #, docstring msgid "Sets [botname]'s listening status.\n\n" " This will appear as `Listening to `.\n\n" @@ -1395,19 +1412,19 @@ msgid "Sets [botname]'s listening status.\n\n" " - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2416 +#: redbot/core/core_commands.py:2441 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2425 +#: redbot/core/core_commands.py:2450 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2453 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2459 #, docstring msgid "Sets [botname]'s watching status.\n\n" " This will appear as `Watching `.\n\n" @@ -1419,19 +1436,19 @@ msgid "Sets [botname]'s watching status.\n\n" " - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2475 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2482 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:2459 +#: redbot/core/core_commands.py:2484 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:2465 +#: redbot/core/core_commands.py:2490 #, docstring msgid "Sets [botname]'s competing status.\n\n" " This will appear as `Competing in `.\n\n" @@ -1443,19 +1460,19 @@ msgid "Sets [botname]'s competing status.\n\n" " - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2482 +#: redbot/core/core_commands.py:2507 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2491 +#: redbot/core/core_commands.py:2516 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:2494 +#: redbot/core/core_commands.py:2519 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:2500 +#: redbot/core/core_commands.py:2525 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1471,11 +1488,11 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:2555 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:2538 +#: redbot/core/core_commands.py:2563 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" @@ -1491,15 +1508,15 @@ msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " - `` - The text to follow `Streaming` in the status." msgstr "" -#: redbot/core/core_commands.py:2563 +#: redbot/core/core_commands.py:2588 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2591 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2580 +#: redbot/core/core_commands.py:2605 #, docstring msgid "Sets [botname]'s username.\n\n" " Maximum length for a username is 32 characters.\n\n" @@ -1512,28 +1529,28 @@ msgid "Sets [botname]'s username.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2596 +#: redbot/core/core_commands.py:2621 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2603 +#: redbot/core/core_commands.py:2628 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2609 +#: redbot/core/core_commands.py:2634 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2619 +#: redbot/core/core_commands.py:2644 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2629 +#: redbot/core/core_commands.py:2654 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2662 #, docstring msgid "Sets [botname]'s nickname for the current server.\n\n" " Maximum length for a nickname is 32 characters.\n\n" @@ -1544,15 +1561,15 @@ msgid "Sets [botname]'s nickname for the current server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2649 +#: redbot/core/core_commands.py:2674 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2653 +#: redbot/core/core_commands.py:2678 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:2660 +#: redbot/core/core_commands.py:2685 #, docstring msgid "Sets [botname]'s global prefix(es).\n\n" " Warning: This is not additive. It will replace all current prefixes.\n\n" @@ -1567,20 +1584,30 @@ msgid "Sets [botname]'s global prefix(es).\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2677 +#: redbot/core/core_commands.py:2702 +msgid "Warning: A prefix is above the recommended length (20 characters).\n" +"Do you want to continue? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:2715 +msgid "Cancelled." +msgstr "" + +#: redbot/core/core_commands.py:2719 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:2721 msgid "Prefixes set." msgstr "" -#: redbot/core/core_commands.py:2685 +#: redbot/core/core_commands.py:2727 #, docstring msgid "\n" " Sets [botname]'s server prefix(es).\n\n" " Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" -" This is not additive. It will replace all current server prefixes.\n\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 20 characters.\n\n" " **Examples:**\n" " - `[p]set serverprefix !`\n" " - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" @@ -1591,19 +1618,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2702 +#: redbot/core/core_commands.py:2745 msgid "Server prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2748 +msgid "You cannot have a prefix longer than 20 characters." +msgstr "" + +#: redbot/core/core_commands.py:2753 msgid "Server prefix set." msgstr "" -#: redbot/core/core_commands.py:2709 +#: redbot/core/core_commands.py:2755 msgid "Server prefixes set." msgstr "" -#: redbot/core/core_commands.py:2714 +#: redbot/core/core_commands.py:2760 #, docstring msgid "\n" " Changes the bot's default locale.\n\n" @@ -1620,21 +1651,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2735 redbot/core/core_commands.py:2779 -#: redbot/core/core_commands.py:2818 redbot/core/core_commands.py:2862 +#: redbot/core/core_commands.py:2781 redbot/core/core_commands.py:2825 +#: redbot/core/core_commands.py:2864 redbot/core/core_commands.py:2908 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2739 redbot/core/core_commands.py:2783 -#: redbot/core/core_commands.py:2822 redbot/core/core_commands.py:2866 +#: redbot/core/core_commands.py:2785 redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2868 redbot/core/core_commands.py:2912 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:2792 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2752 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1652,15 +1683,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2774 +#: redbot/core/core_commands.py:2820 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2789 +#: redbot/core/core_commands.py:2835 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:2795 +#: redbot/core/core_commands.py:2841 #, docstring msgid "\n" " Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1675,15 +1706,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2812 +#: redbot/core/core_commands.py:2858 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2875 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2837 +#: redbot/core/core_commands.py:2883 #, docstring msgid "\n" " Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1698,15 +1729,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2855 +#: redbot/core/core_commands.py:2901 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2873 +#: redbot/core/core_commands.py:2919 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2881 +#: redbot/core/core_commands.py:2927 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1721,19 +1752,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2898 +#: redbot/core/core_commands.py:2944 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2948 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2905 +#: redbot/core/core_commands.py:2951 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2956 #, docstring msgid "\n" " Commands to set, list or remove various external API tokens.\n\n" @@ -1750,11 +1781,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2931 +#: redbot/core/core_commands.py:2977 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2935 +#: redbot/core/core_commands.py:2981 #, docstring msgid "\n" " Show all external API services along with their keys that have been set.\n\n" @@ -1764,19 +1795,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2946 +#: redbot/core/core_commands.py:2992 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2961 +#: redbot/core/core_commands.py:3007 #, docstring msgid "\n" " Remove the given services with all their keys and tokens.\n\n" @@ -1787,20 +1818,20 @@ msgid "\n" " - `` - The services to remove." msgstr "" -#: redbot/core/core_commands.py:2976 +#: redbot/core/core_commands.py:3022 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2980 +#: redbot/core/core_commands.py:3026 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2985 +#: redbot/core/core_commands.py:3031 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2990 +#: redbot/core/core_commands.py:3036 #, docstring msgid "\n" " Commands to manage settings for the help command.\n\n" @@ -1808,7 +1839,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2999 +#: redbot/core/core_commands.py:3045 #, docstring msgid "\n" " Show the current help settings.\n\n" @@ -1818,11 +1849,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3013 +#: redbot/core/core_commands.py:3059 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:3023 +#: redbot/core/core_commands.py:3069 #, docstring msgid "\n" " This resets [botname]'s help formatter to the default formatter.\n\n" @@ -1831,11 +1862,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3032 +#: redbot/core/core_commands.py:3078 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:3041 +#: redbot/core/core_commands.py:3087 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1845,11 +1876,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3051 +#: redbot/core/core_commands.py:3097 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3105 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1865,15 +1896,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3079 +#: redbot/core/core_commands.py:3125 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:3081 +#: redbot/core/core_commands.py:3127 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:3085 +#: redbot/core/core_commands.py:3131 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1887,15 +1918,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3102 +#: redbot/core/core_commands.py:3148 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3104 +#: redbot/core/core_commands.py:3150 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3154 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1909,15 +1940,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3125 +#: redbot/core/core_commands.py:3171 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3127 +#: redbot/core/core_commands.py:3173 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3131 +#: redbot/core/core_commands.py:3177 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent to a DM.\n\n" @@ -1933,15 +1964,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3152 +#: redbot/core/core_commands.py:3198 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3154 +#: redbot/core/core_commands.py:3200 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3158 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be filtered from help.\n\n" @@ -1955,15 +1986,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3175 +#: redbot/core/core_commands.py:3221 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:3177 +#: redbot/core/core_commands.py:3223 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:3181 +#: redbot/core/core_commands.py:3227 #, docstring msgid "\n" " Sets whether the bot should respond to help commands for nonexistent topics.\n\n" @@ -1979,15 +2010,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3202 +#: redbot/core/core_commands.py:3248 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3251 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:3213 +#: redbot/core/core_commands.py:3259 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " Note: This setting only applies to embedded help.\n\n" @@ -2002,15 +2033,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3230 +#: redbot/core/core_commands.py:3276 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:3234 +#: redbot/core/core_commands.py:3280 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3238 +#: redbot/core/core_commands.py:3284 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " Note: This setting does not apply to menu help.\n\n" @@ -2026,15 +2057,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3283 +#: redbot/core/core_commands.py:3302 redbot/core/core_commands.py:3329 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:3260 +#: redbot/core/core_commands.py:3306 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3265 +#: redbot/core/core_commands.py:3311 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -2051,19 +2082,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3332 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3337 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:3293 +#: redbot/core/core_commands.py:3339 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:3297 +#: redbot/core/core_commands.py:3343 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -2077,19 +2108,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3312 +#: redbot/core/core_commands.py:3358 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:3316 +#: redbot/core/core_commands.py:3362 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:3324 +#: redbot/core/core_commands.py:3370 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:3329 +#: redbot/core/core_commands.py:3375 #, docstring msgid "Sends a message to the owner.\n\n" " This is limited to one message every 60 seconds per person.\n\n" @@ -2100,43 +2131,43 @@ msgid "Sends a message to the owner.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3341 +#: redbot/core/core_commands.py:3387 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:3344 +#: redbot/core/core_commands.py:3390 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3392 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:3347 +#: redbot/core/core_commands.py:3393 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:3352 +#: redbot/core/core_commands.py:3398 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:3354 +#: redbot/core/core_commands.py:3400 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:3359 +#: redbot/core/core_commands.py:3405 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:3430 +#: redbot/core/core_commands.py:3476 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:3432 +#: redbot/core/core_commands.py:3478 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:3437 +#: redbot/core/core_commands.py:3483 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n\n" @@ -2149,41 +2180,41 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3453 +#: redbot/core/core_commands.py:3499 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3509 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:3464 +#: redbot/core/core_commands.py:3510 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:3478 redbot/core/core_commands.py:3488 +#: redbot/core/core_commands.py:3524 redbot/core/core_commands.py:3534 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:3481 redbot/core/core_commands.py:3491 +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3537 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:3496 +#: redbot/core/core_commands.py:3542 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:3500 +#: redbot/core/core_commands.py:3546 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:3506 +#: redbot/core/core_commands.py:3552 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:3593 +#: redbot/core/core_commands.py:3639 #, docstring msgid "\n" " Commands to manage the allowlist.\n\n" @@ -2192,7 +2223,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3604 +#: redbot/core/core_commands.py:3650 #, docstring msgid "\n" " Adds users to the allowlist.\n\n" @@ -2204,15 +2235,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3663 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3619 +#: redbot/core/core_commands.py:3665 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3623 +#: redbot/core/core_commands.py:3669 #, docstring msgid "\n" " Lists users on the allowlist.\n\n" @@ -2221,21 +2252,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3635 +#: redbot/core/core_commands.py:3681 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3637 +#: redbot/core/core_commands.py:3683 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3641 redbot/core/core_commands.py:3739 +#: redbot/core/core_commands.py:3687 redbot/core/core_commands.py:3785 #: redbot/core/modlog.py:428 redbot/core/modlog.py:450 #: redbot/core/modlog.py:466 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/core_commands.py:3649 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Removes users from the allowlist.\n\n" @@ -2248,15 +2279,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3664 +#: redbot/core/core_commands.py:3710 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3666 +#: redbot/core/core_commands.py:3712 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3670 +#: redbot/core/core_commands.py:3716 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2266,11 +2297,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3725 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3684 +#: redbot/core/core_commands.py:3730 #, docstring msgid "\n" " Commands to manage the blocklist.\n\n" @@ -2278,7 +2309,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3693 +#: redbot/core/core_commands.py:3739 #, docstring msgid "\n" " Adds users to the blocklist.\n\n" @@ -2290,19 +2321,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3709 +#: redbot/core/core_commands.py:3755 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3715 +#: redbot/core/core_commands.py:3761 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3717 +#: redbot/core/core_commands.py:3763 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3721 +#: redbot/core/core_commands.py:3767 #, docstring msgid "\n" " Lists users on the blocklist.\n\n" @@ -2311,15 +2342,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3733 +#: redbot/core/core_commands.py:3779 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3735 +#: redbot/core/core_commands.py:3781 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3747 +#: redbot/core/core_commands.py:3793 #, docstring msgid "\n" " Removes users from the blocklist.\n\n" @@ -2331,15 +2362,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3760 +#: redbot/core/core_commands.py:3806 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3762 +#: redbot/core/core_commands.py:3808 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3766 +#: redbot/core/core_commands.py:3812 #, docstring msgid "\n" " Clears the blocklist.\n\n" @@ -2348,11 +2379,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3773 +#: redbot/core/core_commands.py:3819 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3779 +#: redbot/core/core_commands.py:3825 #, docstring msgid "\n" " Commands to manage the server specific allowlist.\n\n" @@ -2361,7 +2392,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3792 +#: redbot/core/core_commands.py:3838 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n\n" @@ -2374,19 +2405,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3811 +#: redbot/core/core_commands.py:3857 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:3820 +#: redbot/core/core_commands.py:3866 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3822 +#: redbot/core/core_commands.py:3868 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3826 +#: redbot/core/core_commands.py:3872 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n\n" @@ -2395,19 +2426,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3838 +#: redbot/core/core_commands.py:3884 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3840 +#: redbot/core/core_commands.py:3886 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:3844 redbot/core/core_commands.py:3966 +#: redbot/core/core_commands.py:3890 redbot/core/core_commands.py:4012 msgid "Unknown or Deleted User/Role" msgstr "" -#: redbot/core/core_commands.py:3854 +#: redbot/core/core_commands.py:3900 #, docstring msgid "\n" " Removes user or role from the allowlist.\n\n" @@ -2421,19 +2452,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3875 +#: redbot/core/core_commands.py:3921 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3883 +#: redbot/core/core_commands.py:3929 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3885 +#: redbot/core/core_commands.py:3931 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3889 +#: redbot/core/core_commands.py:3935 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2443,11 +2474,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3898 +#: redbot/core/core_commands.py:3944 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3904 +#: redbot/core/core_commands.py:3950 #, docstring msgid "\n" " Commands to manage the server specific blocklist.\n\n" @@ -2455,7 +2486,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3915 +#: redbot/core/core_commands.py:3961 #, docstring msgid "\n" " Adds a user or role to the local blocklist.\n\n" @@ -2468,27 +2499,27 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3929 +#: redbot/core/core_commands.py:3975 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3932 +#: redbot/core/core_commands.py:3978 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3935 +#: redbot/core/core_commands.py:3981 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3942 +#: redbot/core/core_commands.py:3988 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3944 +#: redbot/core/core_commands.py:3990 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3948 +#: redbot/core/core_commands.py:3994 #, docstring msgid "\n" " Lists users and roles on the server blocklist.\n\n" @@ -2497,15 +2528,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3960 +#: redbot/core/core_commands.py:4006 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3962 +#: redbot/core/core_commands.py:4008 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3976 +#: redbot/core/core_commands.py:4022 #, docstring msgid "\n" " Removes user or role from local blocklist.\n\n" @@ -2518,15 +2549,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3992 +#: redbot/core/core_commands.py:4038 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3994 +#: redbot/core/core_commands.py:4040 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3998 +#: redbot/core/core_commands.py:4044 #, docstring msgid "\n" " Clears the server blocklist.\n\n" @@ -2536,16 +2567,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4007 +#: redbot/core/core_commands.py:4053 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:4012 +#: redbot/core/core_commands.py:4058 #, docstring msgid "Commands to enable and disable commands and cogs." msgstr "" -#: redbot/core/core_commands.py:4018 +#: redbot/core/core_commands.py:4064 #, docstring msgid "Set the default state for a cog as disabled.\n\n" " This will disable the cog for all servers by default.\n" @@ -2559,20 +2590,20 @@ msgid "Set the default state for a cog as disabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4034 redbot/core/core_commands.py:4059 -#: redbot/core/core_commands.py:4079 redbot/core/core_commands.py:4109 +#: redbot/core/core_commands.py:4080 redbot/core/core_commands.py:4105 +#: redbot/core/core_commands.py:4125 redbot/core/core_commands.py:4155 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:4036 +#: redbot/core/core_commands.py:4082 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:4038 +#: redbot/core/core_commands.py:4084 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:4043 +#: redbot/core/core_commands.py:4089 #, docstring msgid "Set the default state for a cog as enabled.\n\n" " This will re-enable the cog for all servers by default.\n" @@ -2586,11 +2617,11 @@ msgid "Set the default state for a cog as enabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4061 +#: redbot/core/core_commands.py:4107 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:4066 +#: redbot/core/core_commands.py:4112 #, docstring msgid "Disable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2602,19 +2633,19 @@ msgid "Disable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4081 +#: redbot/core/core_commands.py:4127 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:4083 +#: redbot/core/core_commands.py:4129 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4086 +#: redbot/core/core_commands.py:4132 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4092 +#: redbot/core/core_commands.py:4138 #, docstring msgid "Enable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2626,15 +2657,15 @@ msgid "Enable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4104 +#: redbot/core/core_commands.py:4150 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4112 +#: redbot/core/core_commands.py:4158 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4118 +#: redbot/core/core_commands.py:4164 #, docstring msgid "List the cogs which are disabled in this server.\n\n" " **Example:**\n" @@ -2642,15 +2673,15 @@ msgid "List the cogs which are disabled in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4131 +#: redbot/core/core_commands.py:4177 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:4137 +#: redbot/core/core_commands.py:4183 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:4141 +#: redbot/core/core_commands.py:4187 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2661,7 +2692,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4158 +#: redbot/core/core_commands.py:4204 #, docstring msgid "List disabled commands globally.\n\n" " **Example:**\n" @@ -2669,19 +2700,19 @@ msgid "List disabled commands globally.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4165 +#: redbot/core/core_commands.py:4211 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:4168 +#: redbot/core/core_commands.py:4214 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4172 +#: redbot/core/core_commands.py:4218 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4180 +#: redbot/core/core_commands.py:4226 #, docstring msgid "List disabled commands in this server.\n\n" " **Example:**\n" @@ -2689,19 +2720,19 @@ msgid "List disabled commands in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4187 +#: redbot/core/core_commands.py:4233 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:4190 +#: redbot/core/core_commands.py:4236 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4194 +#: redbot/core/core_commands.py:4240 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4201 +#: redbot/core/core_commands.py:4247 #, docstring msgid "\n" " Disable a command.\n\n" @@ -2715,7 +2746,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4223 +#: redbot/core/core_commands.py:4269 #, docstring msgid "\n" " Disable a command globally.\n\n" @@ -2727,19 +2758,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4242 redbot/core/core_commands.py:4285 +#: redbot/core/core_commands.py:4288 redbot/core/core_commands.py:4331 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:4248 redbot/core/core_commands.py:4291 +#: redbot/core/core_commands.py:4294 redbot/core/core_commands.py:4337 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:4257 +#: redbot/core/core_commands.py:4303 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:4266 +#: redbot/core/core_commands.py:4312 #, docstring msgid "\n" " Disable a command in this server only.\n\n" @@ -2751,15 +2782,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4296 +#: redbot/core/core_commands.py:4342 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:4306 +#: redbot/core/core_commands.py:4352 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:4312 +#: redbot/core/core_commands.py:4358 #, docstring msgid "Enable a command.\n\n" " If you're the bot owner, this will try to enable a globally disabled command by default.\n" @@ -2772,7 +2803,7 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4332 +#: redbot/core/core_commands.py:4378 #, docstring msgid "\n" " Enable a command globally.\n\n" @@ -2784,11 +2815,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4354 +#: redbot/core/core_commands.py:4400 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:4363 +#: redbot/core/core_commands.py:4409 #, docstring msgid "\n" " Enable a command in this server.\n\n" @@ -2800,15 +2831,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4381 +#: redbot/core/core_commands.py:4427 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4437 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:4398 +#: redbot/core/core_commands.py:4444 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2822,7 +2853,7 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4419 +#: redbot/core/core_commands.py:4465 #, docstring msgid "\n" " Commands to manage server settings for immunity from automated actions.\n\n" @@ -2830,7 +2861,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4428 +#: redbot/core/core_commands.py:4474 #, docstring msgid "\n" " Gets the current members and roles configured for automatic moderation action immunity.\n\n" @@ -2839,19 +2870,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4441 +#: redbot/core/core_commands.py:4487 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4446 +#: redbot/core/core_commands.py:4492 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4450 +#: redbot/core/core_commands.py:4496 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:4459 +#: redbot/core/core_commands.py:4505 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n\n" @@ -2863,11 +2894,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4471 +#: redbot/core/core_commands.py:4517 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:4479 +#: redbot/core/core_commands.py:4525 #, docstring msgid "\n" " Remove a user or role from being immune to automated moderation actions.\n\n" @@ -2879,11 +2910,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4491 +#: redbot/core/core_commands.py:4537 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:4499 +#: redbot/core/core_commands.py:4545 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n\n" @@ -2895,15 +2926,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4511 +#: redbot/core/core_commands.py:4557 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:4513 +#: redbot/core/core_commands.py:4559 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:4518 +#: redbot/core/core_commands.py:4564 #, docstring msgid "\n" " Commands for configuring owner notifications.\n\n" @@ -2911,7 +2942,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4527 +#: redbot/core/core_commands.py:4573 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2923,7 +2954,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4546 +#: redbot/core/core_commands.py:4592 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n\n" @@ -2934,7 +2965,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4565 +#: redbot/core/core_commands.py:4611 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n\n" @@ -2946,7 +2977,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4591 +#: redbot/core/core_commands.py:4637 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n\n" @@ -2958,7 +2989,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4615 +#: redbot/core/core_commands.py:4661 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n\n" @@ -2967,15 +2998,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4625 +#: redbot/core/core_commands.py:4671 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:4636 +#: redbot/core/core_commands.py:4682 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:4667 +#: redbot/core/core_commands.py:4713 #, docstring msgid "\n" " Commands to add servers or channels to the ignore list.\n\n" @@ -2984,7 +3015,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4677 +#: redbot/core/core_commands.py:4723 #, docstring msgid "\n" " List the currently ignored servers and channels.\n\n" @@ -2993,7 +3024,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4692 +#: redbot/core/core_commands.py:4738 #, docstring msgid "\n" " Ignore commands in the channel or category.\n\n" @@ -3009,15 +3040,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4712 +#: redbot/core/core_commands.py:4758 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:4714 +#: redbot/core/core_commands.py:4760 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:4719 +#: redbot/core/core_commands.py:4765 #, docstring msgid "\n" " Ignore commands in this server.\n\n" @@ -3027,20 +3058,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4730 +#: redbot/core/core_commands.py:4776 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:4732 +#: redbot/core/core_commands.py:4778 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:4738 +#: redbot/core/core_commands.py:4784 #, docstring msgid "Commands to remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4746 +#: redbot/core/core_commands.py:4792 #, docstring msgid "\n" " Remove a channel or category from the ignore list.\n\n" @@ -3055,15 +3086,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4765 +#: redbot/core/core_commands.py:4811 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:4767 +#: redbot/core/core_commands.py:4813 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4772 +#: redbot/core/core_commands.py:4818 #, docstring msgid "\n" " Remove this server from the ignore list.\n\n" @@ -3072,24 +3103,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4781 +#: redbot/core/core_commands.py:4827 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4783 +#: redbot/core/core_commands.py:4829 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4789 +#: redbot/core/core_commands.py:4835 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:4801 +#: redbot/core/core_commands.py:4847 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:4816 +#: redbot/core/core_commands.py:4862 #, docstring msgid "\n" " Get info about Red's licenses.\n" @@ -3122,7 +3153,7 @@ msgid "Evaluate a statement of python code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:166 +#: redbot/core/dev_commands.py:167 #, docstring msgid "Execute asynchronous code.\n\n" " This command wraps code into the body of an async function and then\n" @@ -3142,7 +3173,7 @@ msgid "Execute asynchronous code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:220 +#: redbot/core/dev_commands.py:221 #, docstring msgid "Open an interactive REPL.\n\n" " The REPL will only recognise code as messages which start with a\n" @@ -3151,51 +3182,51 @@ msgid "Open an interactive REPL.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:229 +#: redbot/core/dev_commands.py:230 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "" -#: redbot/core/dev_commands.py:233 +#: redbot/core/dev_commands.py:234 msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." msgstr "" -#: redbot/core/dev_commands.py:244 +#: redbot/core/dev_commands.py:245 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." msgstr "" -#: redbot/core/dev_commands.py:258 +#: redbot/core/dev_commands.py:259 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:309 +#: redbot/core/dev_commands.py:310 msgid "Unexpected error: `{}`" msgstr "" -#: redbot/core/dev_commands.py:313 +#: redbot/core/dev_commands.py:314 #, docstring msgid "Pauses/resumes the REPL running in the current channel" msgstr "" -#: redbot/core/dev_commands.py:315 +#: redbot/core/dev_commands.py:316 msgid "There is no currently running REPL session in this channel." msgstr "" -#: redbot/core/dev_commands.py:323 +#: redbot/core/dev_commands.py:324 msgid "The REPL session in this channel has been resumed." msgstr "" -#: redbot/core/dev_commands.py:325 +#: redbot/core/dev_commands.py:326 msgid "The REPL session in this channel is now paused." msgstr "" -#: redbot/core/dev_commands.py:330 +#: redbot/core/dev_commands.py:331 #, docstring msgid "Mock another user invoking a command.\n\n" " The prefix must not be entered.\n" " " msgstr "" -#: redbot/core/dev_commands.py:343 +#: redbot/core/dev_commands.py:344 #, docstring msgid "Dispatch a message event as if it were sent by a different user.\n\n" " Only reads the raw content of the message. Attachments, embeds etc. are\n" @@ -3203,17 +3234,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:364 +#: redbot/core/dev_commands.py:365 #, docstring msgid "Give bot owners the ability to bypass cooldowns.\n\n" " Does not persist through restarts." msgstr "" -#: redbot/core/dev_commands.py:372 +#: redbot/core/dev_commands.py:373 msgid "Bot owners will now bypass all commands with cooldowns." msgstr "" -#: redbot/core/dev_commands.py:374 +#: redbot/core/dev_commands.py:375 msgid "Bot owners will no longer bypass all commands with cooldowns." msgstr "" diff --git a/redbot/core/locales/sl-SI.po b/redbot/core/locales/sl-SI.po index f395d3f4c..b51598236 100644 --- a/redbot/core/locales/sl-SI.po +++ b/redbot/core/locales/sl-SI.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-05-25 16:04+0000\n" +"POT-Creation-Date: 2021-06-12 15:52+0000\n" "Last-Translator: \n" "Language-Team: Slovenian\n" "MIME-Version: 1.0\n" @@ -131,15 +131,15 @@ msgstr "**Modul {} naložen.**\n" msgid "**{} unloaded:**\n" msgstr "**Modul {} izklopljen**\n" -#: redbot/core/core_commands.py:179 +#: redbot/core/core_commands.py:181 msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." msgstr "Vzdevek {alias_name} je že obstoječa komanda ali vzdevek v enem izmed naloženih modulov." -#: redbot/core/core_commands.py:184 +#: redbot/core/core_commands.py:186 msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." msgstr "Komanda {command_name} je že obstoječa komanda ali vzdevek v enem izmed naloženih modulov." -#: redbot/core/core_commands.py:393 +#: redbot/core/core_commands.py:398 #, docstring msgid "\n" " The Core cog has many commands related to core functions.\n\n" @@ -150,12 +150,12 @@ msgstr "\n" " Te komande so predložene v vsakem Red botu, in pokrivajo nekatere najbolj osnovne opravilnosti bota.\n" " " -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:410 #, docstring msgid "Pong." msgstr "Pong." -#: redbot/core/core_commands.py:410 +#: redbot/core/core_commands.py:415 #, docstring msgid "Shows info about [botname].\n\n" " See `[p]set custominfo` to customize.\n" @@ -164,7 +164,7 @@ msgstr "Pokaže informacije o [botname].\n\n" " Uporabi `[p]set custominfo` za prilagoditev.\n" " " -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:445 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" "(c) Cog Creators" @@ -172,43 +172,43 @@ msgstr "Ta bot je instanca [Red-a, odprto kodnega Discord bot-a]({}) delo [Twent "Red je podprt s strastno skupnostjo, ki prispeva in ustvarja vsebine, v katerih lahko uživajo vsi. [Pridruži se nam še danes]({}) in nam pomagaj izboljšati vsebine!\n\n" "(c) Cog Creators" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by team" msgstr "Lastništvo instance pripada ekipi" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by" msgstr "Instanca pripada" -#: redbot/core/core_commands.py:456 +#: redbot/core/core_commands.py:461 msgid "Red version" msgstr "Verzija Red-a" -#: redbot/core/core_commands.py:459 redbot/core/core_commands.py:515 +#: redbot/core/core_commands.py:464 redbot/core/core_commands.py:520 msgid "Yes, {version} is available." msgstr "Različica {version} je na voljo." -#: redbot/core/core_commands.py:463 redbot/core/core_commands.py:519 +#: redbot/core/core_commands.py:468 redbot/core/core_commands.py:524 msgid "Checking for updates failed." msgstr "Preverjanje posodobitev ni uspelo." -#: redbot/core/core_commands.py:464 +#: redbot/core/core_commands.py:469 msgid "Outdated" msgstr "Zastarelo" -#: redbot/core/core_commands.py:466 +#: redbot/core/core_commands.py:471 msgid "About this instance" msgstr "O instanci" -#: redbot/core/core_commands.py:467 +#: redbot/core/core_commands.py:472 msgid "About Red" msgstr "O Red-u" -#: redbot/core/core_commands.py:470 redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:475 redbot/core/core_commands.py:533 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "Prinaša veselje od 2. januarja 2016 (več kot {} dni nazaj!)" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:483 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" @@ -216,7 +216,7 @@ msgstr "Ta bot je instanca Red-a, odprto kodnega Discord bot-a (1) delo Twentysi "Red je podprt s strastno skupnostjo, ki prispeva in ustvarja vsebine, v katerih lahko uživajo vsi. Pridruži se nam še danes (4) in nam pomagaj izboljšati vsebine!\n\n" "(c) Cog Creators" -#: redbot/core/core_commands.py:489 +#: redbot/core/core_commands.py:494 msgid "Instance owned by team: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" @@ -226,7 +226,7 @@ msgstr "Instanca v lasti ekipe: [{owner}]\n" "discord.py: [{dpy_version}] (6)\n" "Verzija Red-a: [{red_version}] (7)\n" -#: redbot/core/core_commands.py:501 +#: redbot/core/core_commands.py:506 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" @@ -236,19 +236,19 @@ msgstr "Lastnik instance: [{owner}]\n" "discord.py: [{dpy_version}] (6)\n" "Verzija Red-a: [{red_version}] (7)\n" -#: redbot/core/core_commands.py:520 +#: redbot/core/core_commands.py:525 msgid "Outdated: [{state}]\n" msgstr "Zastarelo: [{state}]\n" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:528 msgid "**About Red**\n" msgstr "**O Red-u**\n" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:539 msgid "**About this instance**\n" msgstr "**O instanci**\n" -#: redbot/core/core_commands.py:536 +#: redbot/core/core_commands.py:541 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -266,20 +266,20 @@ msgstr "**Reference**\n" "6. <{}>\n" "7. <{}>\n" -#: redbot/core/core_commands.py:552 +#: redbot/core/core_commands.py:557 #, docstring msgid "Shows [botname]'s uptime." msgstr "Pokaže čas delovanja [botname]." -#: redbot/core/core_commands.py:555 +#: redbot/core/core_commands.py:560 msgid "Less than one second" msgstr "Manj kot sekunda" -#: redbot/core/core_commands.py:557 +#: redbot/core/core_commands.py:562 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "Delujem že **{time_quantity}** (od {timestamp} UTC)" -#: redbot/core/core_commands.py:564 +#: redbot/core/core_commands.py:569 #, docstring msgid "\n" " Commands which interact with the data [botname] has about you.\n\n" @@ -290,7 +290,7 @@ msgstr "\n" " Več informacij na voljo v [End User Data Documentation.](https://docs.discord.red/en/stable/red_core_data_statement.html)\n" " " -#: redbot/core/core_commands.py:575 +#: redbot/core/core_commands.py:580 #, docstring msgid "\n" " Find out what type of data [botname] stores and why.\n\n" @@ -303,12 +303,12 @@ msgstr "\n" " - `[p]mydata whatdata`\n" " " -#: redbot/core/core_commands.py:585 +#: redbot/core/core_commands.py:590 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:604 +#: redbot/core/core_commands.py:609 #, docstring msgid "View the End User Data statements of each 3rd-party module.\n\n" " This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" @@ -317,39 +317,39 @@ msgid "View the End User Data statements of each 3rd-party module.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:615 +#: redbot/core/core_commands.py:620 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:625 +#: redbot/core/core_commands.py:630 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:645 +#: redbot/core/core_commands.py:650 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:647 +#: redbot/core/core_commands.py:652 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:652 +#: redbot/core/core_commands.py:657 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:668 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:679 +#: redbot/core/core_commands.py:684 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:684 +#: redbot/core/core_commands.py:689 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:695 +#: redbot/core/core_commands.py:700 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -361,63 +361,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:710 +#: redbot/core/core_commands.py:715 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:717 +#: redbot/core/core_commands.py:722 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:727 +#: redbot/core/core_commands.py:732 msgid "This may take some time." msgstr "" -#: redbot/core/core_commands.py:740 +#: redbot/core/core_commands.py:745 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:755 +#: redbot/core/core_commands.py:760 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:765 +#: redbot/core/core_commands.py:770 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:775 +#: redbot/core/core_commands.py:780 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:783 redbot/core/core_commands.py:950 -#: redbot/core/core_commands.py:1036 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:788 redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:1041 redbot/core/core_commands.py:1112 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:793 +#: redbot/core/core_commands.py:798 #, docstring msgid "[Coming Soon] Get what data [botname] has about you." msgstr "" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:800 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:804 +#: redbot/core/core_commands.py:809 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:810 +#: redbot/core/core_commands.py:815 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -428,11 +428,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:821 +#: redbot/core/core_commands.py:826 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:834 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n\n" @@ -442,11 +442,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:838 +#: redbot/core/core_commands.py:843 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:847 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -460,15 +460,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:859 +#: redbot/core/core_commands.py:864 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:867 +#: redbot/core/core_commands.py:872 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:878 +#: redbot/core/core_commands.py:883 #, docstring msgid "\n" " Handle a deletion request from Discord.\n\n" @@ -481,34 +481,34 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:892 +#: redbot/core/core_commands.py:897 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:915 redbot/core/core_commands.py:1072 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +#: redbot/core/core_commands.py:930 redbot/core/core_commands.py:1087 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +#: redbot/core/core_commands.py:941 redbot/core/core_commands.py:1098 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +#: redbot/core/core_commands.py:951 redbot/core/core_commands.py:1108 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:957 +#: redbot/core/core_commands.py:962 #, docstring msgid "Delete data [botname] has about a user for a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" @@ -519,34 +519,34 @@ msgid "Delete data [botname] has about a user for a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:973 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:991 +#: redbot/core/core_commands.py:996 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1006 +#: redbot/core/core_commands.py:1011 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1017 +#: redbot/core/core_commands.py:1022 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1033 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1048 #, docstring msgid "Delete data [botname] has about a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" @@ -556,12 +556,12 @@ msgid "Delete data [botname] has about a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1053 +#: redbot/core/core_commands.py:1058 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1114 +#: redbot/core/core_commands.py:1119 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -581,7 +581,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1136 +#: redbot/core/core_commands.py:1141 #, docstring msgid "\n" " Show the current embed settings.\n\n" @@ -595,42 +595,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1153 redbot/core/core_commands.py:1309 -#: redbot/core/core_commands.py:1360 redbot/core/core_commands.py:4236 -#: redbot/core/core_commands.py:4279 redbot/core/core_commands.py:4345 -#: redbot/core/core_commands.py:4376 +#: redbot/core/core_commands.py:1158 redbot/core/core_commands.py:1314 +#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:4282 +#: redbot/core/core_commands.py:4325 redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4422 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:1159 +#: redbot/core/core_commands.py:1164 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1161 +#: redbot/core/core_commands.py:1166 msgid "Global default: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1171 msgid "Global command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1172 +#: redbot/core/core_commands.py:1177 msgid "Guild setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1177 +#: redbot/core/core_commands.py:1182 msgid "Server command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1183 +#: redbot/core/core_commands.py:1188 msgid "Channel setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1191 msgid "User setting: {value}" msgstr "" -#: redbot/core/core_commands.py:1192 +#: redbot/core/core_commands.py:1197 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -642,15 +642,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1206 +#: redbot/core/core_commands.py:1211 msgid "Embeds are now disabled by default." msgstr "" -#: redbot/core/core_commands.py:1209 +#: redbot/core/core_commands.py:1214 msgid "Embeds are now enabled by default." msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1220 #, docstring msgid "\n" " Set the server's embed setting.\n\n" @@ -666,20 +666,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1234 redbot/core/core_commands.py:1318 -#: redbot/core/core_commands.py:1409 redbot/core/core_commands.py:1440 +#: redbot/core/core_commands.py:1239 redbot/core/core_commands.py:1323 +#: redbot/core/core_commands.py:1414 redbot/core/core_commands.py:1445 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1239 +#: redbot/core/core_commands.py:1244 msgid "Embeds are now enabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1241 +#: redbot/core/core_commands.py:1246 msgid "Embeds are now disabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1249 +#: redbot/core/core_commands.py:1254 #, docstring msgid "\n" " Sets a command's embed setting.\n\n" @@ -696,11 +696,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1278 +#: redbot/core/core_commands.py:1283 msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." msgstr "" -#: redbot/core/core_commands.py:1289 +#: redbot/core/core_commands.py:1294 #, docstring msgid "\n" " Sets a command's embed setting globally.\n\n" @@ -716,15 +716,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1375 +#: redbot/core/core_commands.py:1329 redbot/core/core_commands.py:1380 msgid "Embeds are now enabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1330 redbot/core/core_commands.py:1381 +#: redbot/core/core_commands.py:1335 redbot/core/core_commands.py:1386 msgid "Embeds are now disabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1340 +#: redbot/core/core_commands.py:1345 #, docstring msgid "\n" " Sets a commmand's embed setting for the current server.\n\n" @@ -740,11 +740,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1369 +#: redbot/core/core_commands.py:1374 msgid "Embeds will now fall back to the server setting." msgstr "" -#: redbot/core/core_commands.py:1390 +#: redbot/core/core_commands.py:1395 #, docstring msgid "\n" " Set's a channel's embed setting.\n\n" @@ -760,21 +760,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1419 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1426 #, docstring msgid "\n" " Sets personal embed setting for DMs.\n\n" @@ -790,15 +790,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1450 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1452 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1453 +#: redbot/core/core_commands.py:1458 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead.\n\n" @@ -811,11 +811,11 @@ msgid "Sends to the owner the last command exception that has occurred.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:1487 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1487 +#: redbot/core/core_commands.py:1492 #, docstring msgid "Shows [botname]'s invite url.\n\n" " This will always send the invite to DMs to keep it private.\n\n" @@ -825,12 +825,12 @@ msgid "Shows [botname]'s invite url.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1512 #, docstring msgid "Commands to setup [botname]'s invite settings." msgstr "" -#: redbot/core/core_commands.py:1512 +#: redbot/core/core_commands.py:1517 #, docstring msgid "\n" " Toggles if `[p]invite` should be accessible for the average user.\n\n" @@ -842,7 +842,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1549 +#: redbot/core/core_commands.py:1554 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -857,7 +857,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 #, docstring msgid "\n" " Leaves servers.\n\n" @@ -872,43 +889,43 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1588 +#: redbot/core/core_commands.py:1613 msgid "You need to specify at least one server ID." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:1620 msgid "You haven't passed any server ID. Do you want me to leave this server?" msgstr "" -#: redbot/core/core_commands.py:1600 +#: redbot/core/core_commands.py:1625 msgid "Are you sure you want me to leave these servers?" msgstr "" -#: redbot/core/core_commands.py:1608 +#: redbot/core/core_commands.py:1633 msgid "I cannot leave the server `{server_name}`: I am the owner of it." msgstr "" -#: redbot/core/core_commands.py:1619 +#: redbot/core/core_commands.py:1644 redbot/core/core_commands.py:2711 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:1624 +#: redbot/core/core_commands.py:1649 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1652 msgid "Alright. Leaving {number} servers..." msgstr "" -#: redbot/core/core_commands.py:1634 +#: redbot/core/core_commands.py:1659 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1636 +#: redbot/core/core_commands.py:1661 msgid "Alright, I'm not leaving those servers." msgstr "" -#: redbot/core/core_commands.py:1641 +#: redbot/core/core_commands.py:1666 #, docstring msgid "\n" " Lists the servers [botname] is currently in.\n\n" @@ -916,7 +933,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:1684 #, docstring msgid "Loads cog packages from the local paths and installed cogs.\n\n" " See packages available to load with `[p]cogs`.\n\n" @@ -929,67 +946,67 @@ msgid "Loads cog packages from the local paths and installed cogs.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1688 +#: redbot/core/core_commands.py:1713 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1693 +#: redbot/core/core_commands.py:1718 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1722 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1729 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1709 +#: redbot/core/core_commands.py:1734 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1717 redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1742 redbot/core/core_commands.py:1898 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1723 redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1748 redbot/core/core_commands.py:1904 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1732 redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1757 redbot/core/core_commands.py:1913 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1736 redbot/core/core_commands.py:1892 +#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1744 +#: redbot/core/core_commands.py:1769 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1748 +#: redbot/core/core_commands.py:1773 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1755 +#: redbot/core/core_commands.py:1780 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1786 redbot/core/core_commands.py:1942 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1780 +#: redbot/core/core_commands.py:1805 #, docstring msgid "Unloads previously loaded cog packages.\n\n" " See packages available to unload with `[p]cogs`.\n\n" @@ -1001,23 +1018,23 @@ msgid "Unloads previously loaded cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1798 +#: redbot/core/core_commands.py:1823 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1827 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1809 +#: redbot/core/core_commands.py:1834 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1813 +#: redbot/core/core_commands.py:1838 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1826 +#: redbot/core/core_commands.py:1851 #, docstring msgid "Reloads cog packages.\n\n" " This will unload and then load the specified cogs.\n\n" @@ -1030,36 +1047,36 @@ msgid "Reloads cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:1880 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1860 +#: redbot/core/core_commands.py:1885 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1890 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1900 +#: redbot/core/core_commands.py:1925 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1904 +#: redbot/core/core_commands.py:1929 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1936 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Shuts down the bot.\n\n" " Allows [botname] to shut down gracefully.\n\n" @@ -1072,11 +1089,11 @@ msgid "Shuts down the bot.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1974 msgid "Shutting down... " msgstr "" -#: redbot/core/core_commands.py:1955 +#: redbot/core/core_commands.py:1980 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -1089,30 +1106,30 @@ msgid "Attempts to restart [botname].\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1969 +#: redbot/core/core_commands.py:1994 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:1974 +#: redbot/core/core_commands.py:1999 #, docstring msgid "Commands for changing [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1978 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1996 +#: redbot/core/core_commands.py:2021 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2042 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -1120,7 +1137,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:2039 +#: redbot/core/core_commands.py:2064 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -1135,23 +1152,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2060 +#: redbot/core/core_commands.py:2085 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:2062 +#: redbot/core/core_commands.py:2087 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2092 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2099 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2104 #, docstring msgid "\n" " Sets the bot's description.\n\n" @@ -1167,15 +1184,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2099 +#: redbot/core/core_commands.py:2124 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:2102 +#: redbot/core/core_commands.py:2127 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2141 #, docstring msgid "\n" " Adds an admin role for this guild.\n\n" @@ -1193,15 +1210,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2136 +#: redbot/core/core_commands.py:2161 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:2138 +#: redbot/core/core_commands.py:2163 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2144 +#: redbot/core/core_commands.py:2169 #, docstring msgid "\n" " Adds a moderator role for this guild.\n\n" @@ -1218,15 +1235,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2188 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:2165 +#: redbot/core/core_commands.py:2190 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2171 +#: redbot/core/core_commands.py:2196 #, docstring msgid "\n" " Removes an admin role for this guild.\n\n" @@ -1238,15 +1255,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2208 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:2185 +#: redbot/core/core_commands.py:2210 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2191 +#: redbot/core/core_commands.py:2216 #, docstring msgid "\n" " Removes a mod role for this guild.\n\n" @@ -1258,15 +1275,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2228 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2230 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2211 +#: redbot/core/core_commands.py:2236 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -1277,19 +1294,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2248 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will" msgstr "" -#: redbot/core/core_commands.py:2232 +#: redbot/core/core_commands.py:2257 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -1301,11 +1318,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2247 +#: redbot/core/core_commands.py:2272 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2280 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -1316,11 +1333,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2268 +#: redbot/core/core_commands.py:2293 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:2276 +#: redbot/core/core_commands.py:2301 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1337,15 +1354,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2321 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:2299 +#: redbot/core/core_commands.py:2324 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:2304 +#: redbot/core/core_commands.py:2329 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL.\n\n" @@ -1358,28 +1375,28 @@ msgid "Sets [botname]'s avatar\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2327 +#: redbot/core/core_commands.py:2352 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:2329 +#: redbot/core/core_commands.py:2354 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:2339 +#: redbot/core/core_commands.py:2364 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:2346 +#: redbot/core/core_commands.py:2371 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:2348 redbot/core/core_commands.py:2575 -#: redbot/core/core_commands.py:2631 redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:2373 redbot/core/core_commands.py:2600 +#: redbot/core/core_commands.py:2656 redbot/core/core_commands.py:2680 msgid "Done." msgstr "" -#: redbot/core/core_commands.py:2353 +#: redbot/core/core_commands.py:2378 #, docstring msgid "\n" " Removes [botname]'s avatar.\n\n" @@ -1388,11 +1405,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2386 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2392 #, docstring msgid "Sets [botname]'s playing status.\n\n" " This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" @@ -1405,19 +1422,19 @@ msgid "Sets [botname]'s playing status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2383 +#: redbot/core/core_commands.py:2408 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2391 +#: redbot/core/core_commands.py:2416 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:2393 +#: redbot/core/core_commands.py:2418 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:2399 +#: redbot/core/core_commands.py:2424 #, docstring msgid "Sets [botname]'s listening status.\n\n" " This will appear as `Listening to `.\n\n" @@ -1429,19 +1446,19 @@ msgid "Sets [botname]'s listening status.\n\n" " - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2416 +#: redbot/core/core_commands.py:2441 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2425 +#: redbot/core/core_commands.py:2450 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2453 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2459 #, docstring msgid "Sets [botname]'s watching status.\n\n" " This will appear as `Watching `.\n\n" @@ -1453,19 +1470,19 @@ msgid "Sets [botname]'s watching status.\n\n" " - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2475 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2482 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:2459 +#: redbot/core/core_commands.py:2484 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:2465 +#: redbot/core/core_commands.py:2490 #, docstring msgid "Sets [botname]'s competing status.\n\n" " This will appear as `Competing in `.\n\n" @@ -1477,19 +1494,19 @@ msgid "Sets [botname]'s competing status.\n\n" " - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2482 +#: redbot/core/core_commands.py:2507 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2491 +#: redbot/core/core_commands.py:2516 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:2494 +#: redbot/core/core_commands.py:2519 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:2500 +#: redbot/core/core_commands.py:2525 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1505,11 +1522,11 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:2555 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:2538 +#: redbot/core/core_commands.py:2563 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" @@ -1525,15 +1542,15 @@ msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " - `` - The text to follow `Streaming` in the status." msgstr "" -#: redbot/core/core_commands.py:2563 +#: redbot/core/core_commands.py:2588 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2591 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2580 +#: redbot/core/core_commands.py:2605 #, docstring msgid "Sets [botname]'s username.\n\n" " Maximum length for a username is 32 characters.\n\n" @@ -1546,28 +1563,28 @@ msgid "Sets [botname]'s username.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2596 +#: redbot/core/core_commands.py:2621 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2603 +#: redbot/core/core_commands.py:2628 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2609 +#: redbot/core/core_commands.py:2634 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2619 +#: redbot/core/core_commands.py:2644 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2629 +#: redbot/core/core_commands.py:2654 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2662 #, docstring msgid "Sets [botname]'s nickname for the current server.\n\n" " Maximum length for a nickname is 32 characters.\n\n" @@ -1578,15 +1595,15 @@ msgid "Sets [botname]'s nickname for the current server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2649 +#: redbot/core/core_commands.py:2674 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2653 +#: redbot/core/core_commands.py:2678 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:2660 +#: redbot/core/core_commands.py:2685 #, docstring msgid "Sets [botname]'s global prefix(es).\n\n" " Warning: This is not additive. It will replace all current prefixes.\n\n" @@ -1601,20 +1618,30 @@ msgid "Sets [botname]'s global prefix(es).\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2677 +#: redbot/core/core_commands.py:2702 +msgid "Warning: A prefix is above the recommended length (20 characters).\n" +"Do you want to continue? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:2715 +msgid "Cancelled." +msgstr "" + +#: redbot/core/core_commands.py:2719 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:2721 msgid "Prefixes set." msgstr "" -#: redbot/core/core_commands.py:2685 +#: redbot/core/core_commands.py:2727 #, docstring msgid "\n" " Sets [botname]'s server prefix(es).\n\n" " Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" -" This is not additive. It will replace all current server prefixes.\n\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 20 characters.\n\n" " **Examples:**\n" " - `[p]set serverprefix !`\n" " - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" @@ -1625,19 +1652,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2702 +#: redbot/core/core_commands.py:2745 msgid "Server prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2748 +msgid "You cannot have a prefix longer than 20 characters." +msgstr "" + +#: redbot/core/core_commands.py:2753 msgid "Server prefix set." msgstr "" -#: redbot/core/core_commands.py:2709 +#: redbot/core/core_commands.py:2755 msgid "Server prefixes set." msgstr "" -#: redbot/core/core_commands.py:2714 +#: redbot/core/core_commands.py:2760 #, docstring msgid "\n" " Changes the bot's default locale.\n\n" @@ -1654,21 +1685,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2735 redbot/core/core_commands.py:2779 -#: redbot/core/core_commands.py:2818 redbot/core/core_commands.py:2862 +#: redbot/core/core_commands.py:2781 redbot/core/core_commands.py:2825 +#: redbot/core/core_commands.py:2864 redbot/core/core_commands.py:2908 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2739 redbot/core/core_commands.py:2783 -#: redbot/core/core_commands.py:2822 redbot/core/core_commands.py:2866 +#: redbot/core/core_commands.py:2785 redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2868 redbot/core/core_commands.py:2912 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:2792 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2752 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1686,15 +1717,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2774 +#: redbot/core/core_commands.py:2820 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2789 +#: redbot/core/core_commands.py:2835 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:2795 +#: redbot/core/core_commands.py:2841 #, docstring msgid "\n" " Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1709,15 +1740,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2812 +#: redbot/core/core_commands.py:2858 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2875 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2837 +#: redbot/core/core_commands.py:2883 #, docstring msgid "\n" " Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1732,15 +1763,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2855 +#: redbot/core/core_commands.py:2901 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2873 +#: redbot/core/core_commands.py:2919 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2881 +#: redbot/core/core_commands.py:2927 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1755,19 +1786,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2898 +#: redbot/core/core_commands.py:2944 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2948 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2905 +#: redbot/core/core_commands.py:2951 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2956 #, docstring msgid "\n" " Commands to set, list or remove various external API tokens.\n\n" @@ -1784,11 +1815,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2931 +#: redbot/core/core_commands.py:2977 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2935 +#: redbot/core/core_commands.py:2981 #, docstring msgid "\n" " Show all external API services along with their keys that have been set.\n\n" @@ -1798,19 +1829,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2946 +#: redbot/core/core_commands.py:2992 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2961 +#: redbot/core/core_commands.py:3007 #, docstring msgid "\n" " Remove the given services with all their keys and tokens.\n\n" @@ -1821,20 +1852,20 @@ msgid "\n" " - `` - The services to remove." msgstr "" -#: redbot/core/core_commands.py:2976 +#: redbot/core/core_commands.py:3022 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2980 +#: redbot/core/core_commands.py:3026 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2985 +#: redbot/core/core_commands.py:3031 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2990 +#: redbot/core/core_commands.py:3036 #, docstring msgid "\n" " Commands to manage settings for the help command.\n\n" @@ -1842,7 +1873,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2999 +#: redbot/core/core_commands.py:3045 #, docstring msgid "\n" " Show the current help settings.\n\n" @@ -1852,11 +1883,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3013 +#: redbot/core/core_commands.py:3059 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:3023 +#: redbot/core/core_commands.py:3069 #, docstring msgid "\n" " This resets [botname]'s help formatter to the default formatter.\n\n" @@ -1865,11 +1896,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3032 +#: redbot/core/core_commands.py:3078 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:3041 +#: redbot/core/core_commands.py:3087 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1879,11 +1910,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3051 +#: redbot/core/core_commands.py:3097 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3105 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1899,15 +1930,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3079 +#: redbot/core/core_commands.py:3125 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:3081 +#: redbot/core/core_commands.py:3127 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:3085 +#: redbot/core/core_commands.py:3131 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1921,15 +1952,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3102 +#: redbot/core/core_commands.py:3148 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3104 +#: redbot/core/core_commands.py:3150 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3154 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1943,15 +1974,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3125 +#: redbot/core/core_commands.py:3171 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3127 +#: redbot/core/core_commands.py:3173 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3131 +#: redbot/core/core_commands.py:3177 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent to a DM.\n\n" @@ -1967,15 +1998,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3152 +#: redbot/core/core_commands.py:3198 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3154 +#: redbot/core/core_commands.py:3200 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3158 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be filtered from help.\n\n" @@ -1989,15 +2020,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3175 +#: redbot/core/core_commands.py:3221 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:3177 +#: redbot/core/core_commands.py:3223 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:3181 +#: redbot/core/core_commands.py:3227 #, docstring msgid "\n" " Sets whether the bot should respond to help commands for nonexistent topics.\n\n" @@ -2013,15 +2044,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3202 +#: redbot/core/core_commands.py:3248 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3251 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:3213 +#: redbot/core/core_commands.py:3259 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " Note: This setting only applies to embedded help.\n\n" @@ -2036,15 +2067,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3230 +#: redbot/core/core_commands.py:3276 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:3234 +#: redbot/core/core_commands.py:3280 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3238 +#: redbot/core/core_commands.py:3284 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " Note: This setting does not apply to menu help.\n\n" @@ -2060,15 +2091,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3283 +#: redbot/core/core_commands.py:3302 redbot/core/core_commands.py:3329 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:3260 +#: redbot/core/core_commands.py:3306 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3265 +#: redbot/core/core_commands.py:3311 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -2085,19 +2116,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3332 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3337 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:3293 +#: redbot/core/core_commands.py:3339 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:3297 +#: redbot/core/core_commands.py:3343 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -2111,19 +2142,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3312 +#: redbot/core/core_commands.py:3358 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:3316 +#: redbot/core/core_commands.py:3362 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:3324 +#: redbot/core/core_commands.py:3370 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:3329 +#: redbot/core/core_commands.py:3375 #, docstring msgid "Sends a message to the owner.\n\n" " This is limited to one message every 60 seconds per person.\n\n" @@ -2134,43 +2165,43 @@ msgid "Sends a message to the owner.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3341 +#: redbot/core/core_commands.py:3387 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:3344 +#: redbot/core/core_commands.py:3390 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3392 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:3347 +#: redbot/core/core_commands.py:3393 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:3352 +#: redbot/core/core_commands.py:3398 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:3354 +#: redbot/core/core_commands.py:3400 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:3359 +#: redbot/core/core_commands.py:3405 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:3430 +#: redbot/core/core_commands.py:3476 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:3432 +#: redbot/core/core_commands.py:3478 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:3437 +#: redbot/core/core_commands.py:3483 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n\n" @@ -2183,41 +2214,41 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3453 +#: redbot/core/core_commands.py:3499 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3509 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:3464 +#: redbot/core/core_commands.py:3510 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:3478 redbot/core/core_commands.py:3488 +#: redbot/core/core_commands.py:3524 redbot/core/core_commands.py:3534 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:3481 redbot/core/core_commands.py:3491 +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3537 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:3496 +#: redbot/core/core_commands.py:3542 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:3500 +#: redbot/core/core_commands.py:3546 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:3506 +#: redbot/core/core_commands.py:3552 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:3593 +#: redbot/core/core_commands.py:3639 #, docstring msgid "\n" " Commands to manage the allowlist.\n\n" @@ -2226,7 +2257,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3604 +#: redbot/core/core_commands.py:3650 #, docstring msgid "\n" " Adds users to the allowlist.\n\n" @@ -2238,15 +2269,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3663 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3619 +#: redbot/core/core_commands.py:3665 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3623 +#: redbot/core/core_commands.py:3669 #, docstring msgid "\n" " Lists users on the allowlist.\n\n" @@ -2255,21 +2286,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3635 +#: redbot/core/core_commands.py:3681 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3637 +#: redbot/core/core_commands.py:3683 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3641 redbot/core/core_commands.py:3739 +#: redbot/core/core_commands.py:3687 redbot/core/core_commands.py:3785 #: redbot/core/modlog.py:428 redbot/core/modlog.py:450 #: redbot/core/modlog.py:466 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/core_commands.py:3649 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Removes users from the allowlist.\n\n" @@ -2282,15 +2313,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3664 +#: redbot/core/core_commands.py:3710 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3666 +#: redbot/core/core_commands.py:3712 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3670 +#: redbot/core/core_commands.py:3716 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2300,11 +2331,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3725 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3684 +#: redbot/core/core_commands.py:3730 #, docstring msgid "\n" " Commands to manage the blocklist.\n\n" @@ -2312,7 +2343,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3693 +#: redbot/core/core_commands.py:3739 #, docstring msgid "\n" " Adds users to the blocklist.\n\n" @@ -2324,19 +2355,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3709 +#: redbot/core/core_commands.py:3755 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3715 +#: redbot/core/core_commands.py:3761 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3717 +#: redbot/core/core_commands.py:3763 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3721 +#: redbot/core/core_commands.py:3767 #, docstring msgid "\n" " Lists users on the blocklist.\n\n" @@ -2345,15 +2376,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3733 +#: redbot/core/core_commands.py:3779 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3735 +#: redbot/core/core_commands.py:3781 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3747 +#: redbot/core/core_commands.py:3793 #, docstring msgid "\n" " Removes users from the blocklist.\n\n" @@ -2365,15 +2396,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3760 +#: redbot/core/core_commands.py:3806 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3762 +#: redbot/core/core_commands.py:3808 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3766 +#: redbot/core/core_commands.py:3812 #, docstring msgid "\n" " Clears the blocklist.\n\n" @@ -2382,11 +2413,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3773 +#: redbot/core/core_commands.py:3819 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3779 +#: redbot/core/core_commands.py:3825 #, docstring msgid "\n" " Commands to manage the server specific allowlist.\n\n" @@ -2395,7 +2426,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3792 +#: redbot/core/core_commands.py:3838 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n\n" @@ -2408,19 +2439,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3811 +#: redbot/core/core_commands.py:3857 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:3820 +#: redbot/core/core_commands.py:3866 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3822 +#: redbot/core/core_commands.py:3868 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3826 +#: redbot/core/core_commands.py:3872 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n\n" @@ -2429,19 +2460,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3838 +#: redbot/core/core_commands.py:3884 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3840 +#: redbot/core/core_commands.py:3886 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:3844 redbot/core/core_commands.py:3966 +#: redbot/core/core_commands.py:3890 redbot/core/core_commands.py:4012 msgid "Unknown or Deleted User/Role" msgstr "" -#: redbot/core/core_commands.py:3854 +#: redbot/core/core_commands.py:3900 #, docstring msgid "\n" " Removes user or role from the allowlist.\n\n" @@ -2455,19 +2486,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3875 +#: redbot/core/core_commands.py:3921 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3883 +#: redbot/core/core_commands.py:3929 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3885 +#: redbot/core/core_commands.py:3931 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3889 +#: redbot/core/core_commands.py:3935 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2477,11 +2508,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3898 +#: redbot/core/core_commands.py:3944 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3904 +#: redbot/core/core_commands.py:3950 #, docstring msgid "\n" " Commands to manage the server specific blocklist.\n\n" @@ -2489,7 +2520,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3915 +#: redbot/core/core_commands.py:3961 #, docstring msgid "\n" " Adds a user or role to the local blocklist.\n\n" @@ -2502,27 +2533,27 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3929 +#: redbot/core/core_commands.py:3975 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3932 +#: redbot/core/core_commands.py:3978 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3935 +#: redbot/core/core_commands.py:3981 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3942 +#: redbot/core/core_commands.py:3988 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3944 +#: redbot/core/core_commands.py:3990 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3948 +#: redbot/core/core_commands.py:3994 #, docstring msgid "\n" " Lists users and roles on the server blocklist.\n\n" @@ -2531,15 +2562,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3960 +#: redbot/core/core_commands.py:4006 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3962 +#: redbot/core/core_commands.py:4008 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3976 +#: redbot/core/core_commands.py:4022 #, docstring msgid "\n" " Removes user or role from local blocklist.\n\n" @@ -2552,15 +2583,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3992 +#: redbot/core/core_commands.py:4038 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3994 +#: redbot/core/core_commands.py:4040 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3998 +#: redbot/core/core_commands.py:4044 #, docstring msgid "\n" " Clears the server blocklist.\n\n" @@ -2570,16 +2601,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4007 +#: redbot/core/core_commands.py:4053 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:4012 +#: redbot/core/core_commands.py:4058 #, docstring msgid "Commands to enable and disable commands and cogs." msgstr "" -#: redbot/core/core_commands.py:4018 +#: redbot/core/core_commands.py:4064 #, docstring msgid "Set the default state for a cog as disabled.\n\n" " This will disable the cog for all servers by default.\n" @@ -2593,20 +2624,20 @@ msgid "Set the default state for a cog as disabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4034 redbot/core/core_commands.py:4059 -#: redbot/core/core_commands.py:4079 redbot/core/core_commands.py:4109 +#: redbot/core/core_commands.py:4080 redbot/core/core_commands.py:4105 +#: redbot/core/core_commands.py:4125 redbot/core/core_commands.py:4155 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:4036 +#: redbot/core/core_commands.py:4082 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:4038 +#: redbot/core/core_commands.py:4084 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:4043 +#: redbot/core/core_commands.py:4089 #, docstring msgid "Set the default state for a cog as enabled.\n\n" " This will re-enable the cog for all servers by default.\n" @@ -2620,11 +2651,11 @@ msgid "Set the default state for a cog as enabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4061 +#: redbot/core/core_commands.py:4107 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:4066 +#: redbot/core/core_commands.py:4112 #, docstring msgid "Disable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2636,19 +2667,19 @@ msgid "Disable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4081 +#: redbot/core/core_commands.py:4127 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:4083 +#: redbot/core/core_commands.py:4129 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4086 +#: redbot/core/core_commands.py:4132 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4092 +#: redbot/core/core_commands.py:4138 #, docstring msgid "Enable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2660,15 +2691,15 @@ msgid "Enable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4104 +#: redbot/core/core_commands.py:4150 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4112 +#: redbot/core/core_commands.py:4158 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4118 +#: redbot/core/core_commands.py:4164 #, docstring msgid "List the cogs which are disabled in this server.\n\n" " **Example:**\n" @@ -2676,15 +2707,15 @@ msgid "List the cogs which are disabled in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4131 +#: redbot/core/core_commands.py:4177 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:4137 +#: redbot/core/core_commands.py:4183 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:4141 +#: redbot/core/core_commands.py:4187 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2695,7 +2726,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4158 +#: redbot/core/core_commands.py:4204 #, docstring msgid "List disabled commands globally.\n\n" " **Example:**\n" @@ -2703,19 +2734,19 @@ msgid "List disabled commands globally.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4165 +#: redbot/core/core_commands.py:4211 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:4168 +#: redbot/core/core_commands.py:4214 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4172 +#: redbot/core/core_commands.py:4218 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4180 +#: redbot/core/core_commands.py:4226 #, docstring msgid "List disabled commands in this server.\n\n" " **Example:**\n" @@ -2723,19 +2754,19 @@ msgid "List disabled commands in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4187 +#: redbot/core/core_commands.py:4233 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:4190 +#: redbot/core/core_commands.py:4236 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4194 +#: redbot/core/core_commands.py:4240 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4201 +#: redbot/core/core_commands.py:4247 #, docstring msgid "\n" " Disable a command.\n\n" @@ -2749,7 +2780,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4223 +#: redbot/core/core_commands.py:4269 #, docstring msgid "\n" " Disable a command globally.\n\n" @@ -2761,19 +2792,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4242 redbot/core/core_commands.py:4285 +#: redbot/core/core_commands.py:4288 redbot/core/core_commands.py:4331 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:4248 redbot/core/core_commands.py:4291 +#: redbot/core/core_commands.py:4294 redbot/core/core_commands.py:4337 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:4257 +#: redbot/core/core_commands.py:4303 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:4266 +#: redbot/core/core_commands.py:4312 #, docstring msgid "\n" " Disable a command in this server only.\n\n" @@ -2785,15 +2816,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4296 +#: redbot/core/core_commands.py:4342 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:4306 +#: redbot/core/core_commands.py:4352 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:4312 +#: redbot/core/core_commands.py:4358 #, docstring msgid "Enable a command.\n\n" " If you're the bot owner, this will try to enable a globally disabled command by default.\n" @@ -2806,7 +2837,7 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4332 +#: redbot/core/core_commands.py:4378 #, docstring msgid "\n" " Enable a command globally.\n\n" @@ -2818,11 +2849,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4354 +#: redbot/core/core_commands.py:4400 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:4363 +#: redbot/core/core_commands.py:4409 #, docstring msgid "\n" " Enable a command in this server.\n\n" @@ -2834,15 +2865,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4381 +#: redbot/core/core_commands.py:4427 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4437 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:4398 +#: redbot/core/core_commands.py:4444 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2856,7 +2887,7 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4419 +#: redbot/core/core_commands.py:4465 #, docstring msgid "\n" " Commands to manage server settings for immunity from automated actions.\n\n" @@ -2864,7 +2895,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4428 +#: redbot/core/core_commands.py:4474 #, docstring msgid "\n" " Gets the current members and roles configured for automatic moderation action immunity.\n\n" @@ -2873,19 +2904,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4441 +#: redbot/core/core_commands.py:4487 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4446 +#: redbot/core/core_commands.py:4492 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4450 +#: redbot/core/core_commands.py:4496 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:4459 +#: redbot/core/core_commands.py:4505 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n\n" @@ -2897,11 +2928,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4471 +#: redbot/core/core_commands.py:4517 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:4479 +#: redbot/core/core_commands.py:4525 #, docstring msgid "\n" " Remove a user or role from being immune to automated moderation actions.\n\n" @@ -2913,11 +2944,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4491 +#: redbot/core/core_commands.py:4537 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:4499 +#: redbot/core/core_commands.py:4545 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n\n" @@ -2929,15 +2960,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4511 +#: redbot/core/core_commands.py:4557 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:4513 +#: redbot/core/core_commands.py:4559 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:4518 +#: redbot/core/core_commands.py:4564 #, docstring msgid "\n" " Commands for configuring owner notifications.\n\n" @@ -2945,7 +2976,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4527 +#: redbot/core/core_commands.py:4573 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2957,7 +2988,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4546 +#: redbot/core/core_commands.py:4592 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n\n" @@ -2968,7 +2999,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4565 +#: redbot/core/core_commands.py:4611 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n\n" @@ -2980,7 +3011,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4591 +#: redbot/core/core_commands.py:4637 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n\n" @@ -2992,7 +3023,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4615 +#: redbot/core/core_commands.py:4661 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n\n" @@ -3001,15 +3032,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4625 +#: redbot/core/core_commands.py:4671 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:4636 +#: redbot/core/core_commands.py:4682 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:4667 +#: redbot/core/core_commands.py:4713 #, docstring msgid "\n" " Commands to add servers or channels to the ignore list.\n\n" @@ -3018,7 +3049,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4677 +#: redbot/core/core_commands.py:4723 #, docstring msgid "\n" " List the currently ignored servers and channels.\n\n" @@ -3027,7 +3058,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4692 +#: redbot/core/core_commands.py:4738 #, docstring msgid "\n" " Ignore commands in the channel or category.\n\n" @@ -3043,15 +3074,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4712 +#: redbot/core/core_commands.py:4758 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:4714 +#: redbot/core/core_commands.py:4760 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:4719 +#: redbot/core/core_commands.py:4765 #, docstring msgid "\n" " Ignore commands in this server.\n\n" @@ -3061,20 +3092,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4730 +#: redbot/core/core_commands.py:4776 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:4732 +#: redbot/core/core_commands.py:4778 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:4738 +#: redbot/core/core_commands.py:4784 #, docstring msgid "Commands to remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4746 +#: redbot/core/core_commands.py:4792 #, docstring msgid "\n" " Remove a channel or category from the ignore list.\n\n" @@ -3089,15 +3120,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4765 +#: redbot/core/core_commands.py:4811 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:4767 +#: redbot/core/core_commands.py:4813 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4772 +#: redbot/core/core_commands.py:4818 #, docstring msgid "\n" " Remove this server from the ignore list.\n\n" @@ -3106,24 +3137,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4781 +#: redbot/core/core_commands.py:4827 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4783 +#: redbot/core/core_commands.py:4829 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4789 +#: redbot/core/core_commands.py:4835 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:4801 +#: redbot/core/core_commands.py:4847 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:4816 +#: redbot/core/core_commands.py:4862 #, docstring msgid "\n" " Get info about Red's licenses.\n" @@ -3156,7 +3187,7 @@ msgid "Evaluate a statement of python code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:166 +#: redbot/core/dev_commands.py:167 #, docstring msgid "Execute asynchronous code.\n\n" " This command wraps code into the body of an async function and then\n" @@ -3176,7 +3207,7 @@ msgid "Execute asynchronous code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:220 +#: redbot/core/dev_commands.py:221 #, docstring msgid "Open an interactive REPL.\n\n" " The REPL will only recognise code as messages which start with a\n" @@ -3185,51 +3216,51 @@ msgid "Open an interactive REPL.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:229 +#: redbot/core/dev_commands.py:230 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "" -#: redbot/core/dev_commands.py:233 +#: redbot/core/dev_commands.py:234 msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." msgstr "" -#: redbot/core/dev_commands.py:244 +#: redbot/core/dev_commands.py:245 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." msgstr "" -#: redbot/core/dev_commands.py:258 +#: redbot/core/dev_commands.py:259 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:309 +#: redbot/core/dev_commands.py:310 msgid "Unexpected error: `{}`" msgstr "" -#: redbot/core/dev_commands.py:313 +#: redbot/core/dev_commands.py:314 #, docstring msgid "Pauses/resumes the REPL running in the current channel" msgstr "" -#: redbot/core/dev_commands.py:315 +#: redbot/core/dev_commands.py:316 msgid "There is no currently running REPL session in this channel." msgstr "" -#: redbot/core/dev_commands.py:323 +#: redbot/core/dev_commands.py:324 msgid "The REPL session in this channel has been resumed." msgstr "" -#: redbot/core/dev_commands.py:325 +#: redbot/core/dev_commands.py:326 msgid "The REPL session in this channel is now paused." msgstr "" -#: redbot/core/dev_commands.py:330 +#: redbot/core/dev_commands.py:331 #, docstring msgid "Mock another user invoking a command.\n\n" " The prefix must not be entered.\n" " " msgstr "" -#: redbot/core/dev_commands.py:343 +#: redbot/core/dev_commands.py:344 #, docstring msgid "Dispatch a message event as if it were sent by a different user.\n\n" " Only reads the raw content of the message. Attachments, embeds etc. are\n" @@ -3237,17 +3268,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:364 +#: redbot/core/dev_commands.py:365 #, docstring msgid "Give bot owners the ability to bypass cooldowns.\n\n" " Does not persist through restarts." msgstr "" -#: redbot/core/dev_commands.py:372 +#: redbot/core/dev_commands.py:373 msgid "Bot owners will now bypass all commands with cooldowns." msgstr "Lastniki bota bodo zdaj preskočili vse ohladitve komand." -#: redbot/core/dev_commands.py:374 +#: redbot/core/dev_commands.py:375 msgid "Bot owners will no longer bypass all commands with cooldowns." msgstr "Lastniki bota ne bodo več mogli preskočiti ohladitve komand." diff --git a/redbot/core/locales/sr-CS.po b/redbot/core/locales/sr-CS.po index 7a9a67104..97a513ac2 100644 --- a/redbot/core/locales/sr-CS.po +++ b/redbot/core/locales/sr-CS.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-05-25 16:04+0000\n" +"POT-Creation-Date: 2021-06-12 15:52+0000\n" "Last-Translator: \n" "Language-Team: Serbian (Latin)\n" "MIME-Version: 1.0\n" @@ -126,15 +126,15 @@ msgstr "" msgid "**{} unloaded:**\n" msgstr "" -#: redbot/core/core_commands.py:179 +#: redbot/core/core_commands.py:181 msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:184 +#: redbot/core/core_commands.py:186 msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:393 +#: redbot/core/core_commands.py:398 #, docstring msgid "\n" " The Core cog has many commands related to core functions.\n\n" @@ -142,93 +142,93 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:410 #, docstring msgid "Pong." msgstr "" -#: redbot/core/core_commands.py:410 +#: redbot/core/core_commands.py:415 #, docstring msgid "Shows info about [botname].\n\n" " See `[p]set custominfo` to customize.\n" " " msgstr "" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:445 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by team" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:456 +#: redbot/core/core_commands.py:461 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:459 redbot/core/core_commands.py:515 +#: redbot/core/core_commands.py:464 redbot/core/core_commands.py:520 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:463 redbot/core/core_commands.py:519 +#: redbot/core/core_commands.py:468 redbot/core/core_commands.py:524 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:464 +#: redbot/core/core_commands.py:469 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:466 +#: redbot/core/core_commands.py:471 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:467 +#: redbot/core/core_commands.py:472 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:470 redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:475 redbot/core/core_commands.py:533 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:483 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:489 +#: redbot/core/core_commands.py:494 msgid "Instance owned by team: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:501 +#: redbot/core/core_commands.py:506 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:520 +#: redbot/core/core_commands.py:525 msgid "Outdated: [{state}]\n" msgstr "" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:528 msgid "**About Red**\n" msgstr "" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:539 msgid "**About this instance**\n" msgstr "" -#: redbot/core/core_commands.py:536 +#: redbot/core/core_commands.py:541 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -239,20 +239,20 @@ msgid "**References**\n" "7. <{}>\n" msgstr "" -#: redbot/core/core_commands.py:552 +#: redbot/core/core_commands.py:557 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:555 +#: redbot/core/core_commands.py:560 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:557 +#: redbot/core/core_commands.py:562 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:564 +#: redbot/core/core_commands.py:569 #, docstring msgid "\n" " Commands which interact with the data [botname] has about you.\n\n" @@ -260,7 +260,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:575 +#: redbot/core/core_commands.py:580 #, docstring msgid "\n" " Find out what type of data [botname] stores and why.\n\n" @@ -269,12 +269,12 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:585 +#: redbot/core/core_commands.py:590 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:604 +#: redbot/core/core_commands.py:609 #, docstring msgid "View the End User Data statements of each 3rd-party module.\n\n" " This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" @@ -283,39 +283,39 @@ msgid "View the End User Data statements of each 3rd-party module.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:615 +#: redbot/core/core_commands.py:620 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:625 +#: redbot/core/core_commands.py:630 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:645 +#: redbot/core/core_commands.py:650 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:647 +#: redbot/core/core_commands.py:652 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:652 +#: redbot/core/core_commands.py:657 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:668 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:679 +#: redbot/core/core_commands.py:684 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:684 +#: redbot/core/core_commands.py:689 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:695 +#: redbot/core/core_commands.py:700 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -327,63 +327,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:710 +#: redbot/core/core_commands.py:715 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:717 +#: redbot/core/core_commands.py:722 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:727 +#: redbot/core/core_commands.py:732 msgid "This may take some time." msgstr "" -#: redbot/core/core_commands.py:740 +#: redbot/core/core_commands.py:745 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:755 +#: redbot/core/core_commands.py:760 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:765 +#: redbot/core/core_commands.py:770 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:775 +#: redbot/core/core_commands.py:780 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:783 redbot/core/core_commands.py:950 -#: redbot/core/core_commands.py:1036 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:788 redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:1041 redbot/core/core_commands.py:1112 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:793 +#: redbot/core/core_commands.py:798 #, docstring msgid "[Coming Soon] Get what data [botname] has about you." msgstr "" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:800 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:804 +#: redbot/core/core_commands.py:809 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:810 +#: redbot/core/core_commands.py:815 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -394,11 +394,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:821 +#: redbot/core/core_commands.py:826 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:834 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n\n" @@ -408,11 +408,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:838 +#: redbot/core/core_commands.py:843 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:847 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -426,15 +426,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:859 +#: redbot/core/core_commands.py:864 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:867 +#: redbot/core/core_commands.py:872 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:878 +#: redbot/core/core_commands.py:883 #, docstring msgid "\n" " Handle a deletion request from Discord.\n\n" @@ -447,34 +447,34 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:892 +#: redbot/core/core_commands.py:897 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:915 redbot/core/core_commands.py:1072 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +#: redbot/core/core_commands.py:930 redbot/core/core_commands.py:1087 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +#: redbot/core/core_commands.py:941 redbot/core/core_commands.py:1098 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +#: redbot/core/core_commands.py:951 redbot/core/core_commands.py:1108 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:957 +#: redbot/core/core_commands.py:962 #, docstring msgid "Delete data [botname] has about a user for a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" @@ -485,34 +485,34 @@ msgid "Delete data [botname] has about a user for a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:973 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:991 +#: redbot/core/core_commands.py:996 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1006 +#: redbot/core/core_commands.py:1011 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1017 +#: redbot/core/core_commands.py:1022 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1033 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1048 #, docstring msgid "Delete data [botname] has about a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" @@ -522,12 +522,12 @@ msgid "Delete data [botname] has about a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1053 +#: redbot/core/core_commands.py:1058 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1114 +#: redbot/core/core_commands.py:1119 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -547,7 +547,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1136 +#: redbot/core/core_commands.py:1141 #, docstring msgid "\n" " Show the current embed settings.\n\n" @@ -561,42 +561,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1153 redbot/core/core_commands.py:1309 -#: redbot/core/core_commands.py:1360 redbot/core/core_commands.py:4236 -#: redbot/core/core_commands.py:4279 redbot/core/core_commands.py:4345 -#: redbot/core/core_commands.py:4376 +#: redbot/core/core_commands.py:1158 redbot/core/core_commands.py:1314 +#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:4282 +#: redbot/core/core_commands.py:4325 redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4422 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:1159 +#: redbot/core/core_commands.py:1164 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1161 +#: redbot/core/core_commands.py:1166 msgid "Global default: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1171 msgid "Global command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1172 +#: redbot/core/core_commands.py:1177 msgid "Guild setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1177 +#: redbot/core/core_commands.py:1182 msgid "Server command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1183 +#: redbot/core/core_commands.py:1188 msgid "Channel setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1191 msgid "User setting: {value}" msgstr "" -#: redbot/core/core_commands.py:1192 +#: redbot/core/core_commands.py:1197 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -608,15 +608,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1206 +#: redbot/core/core_commands.py:1211 msgid "Embeds are now disabled by default." msgstr "" -#: redbot/core/core_commands.py:1209 +#: redbot/core/core_commands.py:1214 msgid "Embeds are now enabled by default." msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1220 #, docstring msgid "\n" " Set the server's embed setting.\n\n" @@ -632,20 +632,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1234 redbot/core/core_commands.py:1318 -#: redbot/core/core_commands.py:1409 redbot/core/core_commands.py:1440 +#: redbot/core/core_commands.py:1239 redbot/core/core_commands.py:1323 +#: redbot/core/core_commands.py:1414 redbot/core/core_commands.py:1445 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1239 +#: redbot/core/core_commands.py:1244 msgid "Embeds are now enabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1241 +#: redbot/core/core_commands.py:1246 msgid "Embeds are now disabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1249 +#: redbot/core/core_commands.py:1254 #, docstring msgid "\n" " Sets a command's embed setting.\n\n" @@ -662,11 +662,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1278 +#: redbot/core/core_commands.py:1283 msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." msgstr "" -#: redbot/core/core_commands.py:1289 +#: redbot/core/core_commands.py:1294 #, docstring msgid "\n" " Sets a command's embed setting globally.\n\n" @@ -682,15 +682,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1375 +#: redbot/core/core_commands.py:1329 redbot/core/core_commands.py:1380 msgid "Embeds are now enabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1330 redbot/core/core_commands.py:1381 +#: redbot/core/core_commands.py:1335 redbot/core/core_commands.py:1386 msgid "Embeds are now disabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1340 +#: redbot/core/core_commands.py:1345 #, docstring msgid "\n" " Sets a commmand's embed setting for the current server.\n\n" @@ -706,11 +706,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1369 +#: redbot/core/core_commands.py:1374 msgid "Embeds will now fall back to the server setting." msgstr "" -#: redbot/core/core_commands.py:1390 +#: redbot/core/core_commands.py:1395 #, docstring msgid "\n" " Set's a channel's embed setting.\n\n" @@ -726,21 +726,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1419 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1426 #, docstring msgid "\n" " Sets personal embed setting for DMs.\n\n" @@ -756,15 +756,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1450 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1452 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1453 +#: redbot/core/core_commands.py:1458 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead.\n\n" @@ -777,11 +777,11 @@ msgid "Sends to the owner the last command exception that has occurred.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:1487 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1487 +#: redbot/core/core_commands.py:1492 #, docstring msgid "Shows [botname]'s invite url.\n\n" " This will always send the invite to DMs to keep it private.\n\n" @@ -791,12 +791,12 @@ msgid "Shows [botname]'s invite url.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1512 #, docstring msgid "Commands to setup [botname]'s invite settings." msgstr "" -#: redbot/core/core_commands.py:1512 +#: redbot/core/core_commands.py:1517 #, docstring msgid "\n" " Toggles if `[p]invite` should be accessible for the average user.\n\n" @@ -808,7 +808,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1549 +#: redbot/core/core_commands.py:1554 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -823,7 +823,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 #, docstring msgid "\n" " Leaves servers.\n\n" @@ -838,43 +855,43 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1588 +#: redbot/core/core_commands.py:1613 msgid "You need to specify at least one server ID." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:1620 msgid "You haven't passed any server ID. Do you want me to leave this server?" msgstr "" -#: redbot/core/core_commands.py:1600 +#: redbot/core/core_commands.py:1625 msgid "Are you sure you want me to leave these servers?" msgstr "" -#: redbot/core/core_commands.py:1608 +#: redbot/core/core_commands.py:1633 msgid "I cannot leave the server `{server_name}`: I am the owner of it." msgstr "" -#: redbot/core/core_commands.py:1619 +#: redbot/core/core_commands.py:1644 redbot/core/core_commands.py:2711 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:1624 +#: redbot/core/core_commands.py:1649 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1652 msgid "Alright. Leaving {number} servers..." msgstr "" -#: redbot/core/core_commands.py:1634 +#: redbot/core/core_commands.py:1659 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1636 +#: redbot/core/core_commands.py:1661 msgid "Alright, I'm not leaving those servers." msgstr "" -#: redbot/core/core_commands.py:1641 +#: redbot/core/core_commands.py:1666 #, docstring msgid "\n" " Lists the servers [botname] is currently in.\n\n" @@ -882,7 +899,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:1684 #, docstring msgid "Loads cog packages from the local paths and installed cogs.\n\n" " See packages available to load with `[p]cogs`.\n\n" @@ -895,67 +912,67 @@ msgid "Loads cog packages from the local paths and installed cogs.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1688 +#: redbot/core/core_commands.py:1713 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1693 +#: redbot/core/core_commands.py:1718 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1722 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1729 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1709 +#: redbot/core/core_commands.py:1734 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1717 redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1742 redbot/core/core_commands.py:1898 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1723 redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1748 redbot/core/core_commands.py:1904 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1732 redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1757 redbot/core/core_commands.py:1913 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1736 redbot/core/core_commands.py:1892 +#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1744 +#: redbot/core/core_commands.py:1769 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1748 +#: redbot/core/core_commands.py:1773 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1755 +#: redbot/core/core_commands.py:1780 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1786 redbot/core/core_commands.py:1942 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1780 +#: redbot/core/core_commands.py:1805 #, docstring msgid "Unloads previously loaded cog packages.\n\n" " See packages available to unload with `[p]cogs`.\n\n" @@ -967,23 +984,23 @@ msgid "Unloads previously loaded cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1798 +#: redbot/core/core_commands.py:1823 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1827 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1809 +#: redbot/core/core_commands.py:1834 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1813 +#: redbot/core/core_commands.py:1838 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1826 +#: redbot/core/core_commands.py:1851 #, docstring msgid "Reloads cog packages.\n\n" " This will unload and then load the specified cogs.\n\n" @@ -996,36 +1013,36 @@ msgid "Reloads cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:1880 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1860 +#: redbot/core/core_commands.py:1885 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1890 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1900 +#: redbot/core/core_commands.py:1925 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1904 +#: redbot/core/core_commands.py:1929 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1936 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Shuts down the bot.\n\n" " Allows [botname] to shut down gracefully.\n\n" @@ -1038,11 +1055,11 @@ msgid "Shuts down the bot.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1974 msgid "Shutting down... " msgstr "" -#: redbot/core/core_commands.py:1955 +#: redbot/core/core_commands.py:1980 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -1055,30 +1072,30 @@ msgid "Attempts to restart [botname].\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1969 +#: redbot/core/core_commands.py:1994 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:1974 +#: redbot/core/core_commands.py:1999 #, docstring msgid "Commands for changing [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1978 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1996 +#: redbot/core/core_commands.py:2021 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2042 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -1086,7 +1103,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:2039 +#: redbot/core/core_commands.py:2064 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -1101,23 +1118,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2060 +#: redbot/core/core_commands.py:2085 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:2062 +#: redbot/core/core_commands.py:2087 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2092 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2099 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2104 #, docstring msgid "\n" " Sets the bot's description.\n\n" @@ -1133,15 +1150,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2099 +#: redbot/core/core_commands.py:2124 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:2102 +#: redbot/core/core_commands.py:2127 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2141 #, docstring msgid "\n" " Adds an admin role for this guild.\n\n" @@ -1159,15 +1176,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2136 +#: redbot/core/core_commands.py:2161 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:2138 +#: redbot/core/core_commands.py:2163 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2144 +#: redbot/core/core_commands.py:2169 #, docstring msgid "\n" " Adds a moderator role for this guild.\n\n" @@ -1184,15 +1201,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2188 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:2165 +#: redbot/core/core_commands.py:2190 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2171 +#: redbot/core/core_commands.py:2196 #, docstring msgid "\n" " Removes an admin role for this guild.\n\n" @@ -1204,15 +1221,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2208 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:2185 +#: redbot/core/core_commands.py:2210 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2191 +#: redbot/core/core_commands.py:2216 #, docstring msgid "\n" " Removes a mod role for this guild.\n\n" @@ -1224,15 +1241,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2228 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2230 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2211 +#: redbot/core/core_commands.py:2236 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -1243,19 +1260,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2248 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will" msgstr "" -#: redbot/core/core_commands.py:2232 +#: redbot/core/core_commands.py:2257 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -1267,11 +1284,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2247 +#: redbot/core/core_commands.py:2272 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2280 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -1282,11 +1299,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2268 +#: redbot/core/core_commands.py:2293 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:2276 +#: redbot/core/core_commands.py:2301 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1303,15 +1320,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2321 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:2299 +#: redbot/core/core_commands.py:2324 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:2304 +#: redbot/core/core_commands.py:2329 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL.\n\n" @@ -1324,28 +1341,28 @@ msgid "Sets [botname]'s avatar\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2327 +#: redbot/core/core_commands.py:2352 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:2329 +#: redbot/core/core_commands.py:2354 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:2339 +#: redbot/core/core_commands.py:2364 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:2346 +#: redbot/core/core_commands.py:2371 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:2348 redbot/core/core_commands.py:2575 -#: redbot/core/core_commands.py:2631 redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:2373 redbot/core/core_commands.py:2600 +#: redbot/core/core_commands.py:2656 redbot/core/core_commands.py:2680 msgid "Done." msgstr "" -#: redbot/core/core_commands.py:2353 +#: redbot/core/core_commands.py:2378 #, docstring msgid "\n" " Removes [botname]'s avatar.\n\n" @@ -1354,11 +1371,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2386 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2392 #, docstring msgid "Sets [botname]'s playing status.\n\n" " This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" @@ -1371,19 +1388,19 @@ msgid "Sets [botname]'s playing status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2383 +#: redbot/core/core_commands.py:2408 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2391 +#: redbot/core/core_commands.py:2416 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:2393 +#: redbot/core/core_commands.py:2418 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:2399 +#: redbot/core/core_commands.py:2424 #, docstring msgid "Sets [botname]'s listening status.\n\n" " This will appear as `Listening to `.\n\n" @@ -1395,19 +1412,19 @@ msgid "Sets [botname]'s listening status.\n\n" " - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2416 +#: redbot/core/core_commands.py:2441 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2425 +#: redbot/core/core_commands.py:2450 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2453 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2459 #, docstring msgid "Sets [botname]'s watching status.\n\n" " This will appear as `Watching `.\n\n" @@ -1419,19 +1436,19 @@ msgid "Sets [botname]'s watching status.\n\n" " - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2475 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2482 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:2459 +#: redbot/core/core_commands.py:2484 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:2465 +#: redbot/core/core_commands.py:2490 #, docstring msgid "Sets [botname]'s competing status.\n\n" " This will appear as `Competing in `.\n\n" @@ -1443,19 +1460,19 @@ msgid "Sets [botname]'s competing status.\n\n" " - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2482 +#: redbot/core/core_commands.py:2507 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2491 +#: redbot/core/core_commands.py:2516 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:2494 +#: redbot/core/core_commands.py:2519 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:2500 +#: redbot/core/core_commands.py:2525 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1471,11 +1488,11 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:2555 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:2538 +#: redbot/core/core_commands.py:2563 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" @@ -1491,15 +1508,15 @@ msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " - `` - The text to follow `Streaming` in the status." msgstr "" -#: redbot/core/core_commands.py:2563 +#: redbot/core/core_commands.py:2588 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2591 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2580 +#: redbot/core/core_commands.py:2605 #, docstring msgid "Sets [botname]'s username.\n\n" " Maximum length for a username is 32 characters.\n\n" @@ -1512,28 +1529,28 @@ msgid "Sets [botname]'s username.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2596 +#: redbot/core/core_commands.py:2621 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2603 +#: redbot/core/core_commands.py:2628 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2609 +#: redbot/core/core_commands.py:2634 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2619 +#: redbot/core/core_commands.py:2644 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2629 +#: redbot/core/core_commands.py:2654 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2662 #, docstring msgid "Sets [botname]'s nickname for the current server.\n\n" " Maximum length for a nickname is 32 characters.\n\n" @@ -1544,15 +1561,15 @@ msgid "Sets [botname]'s nickname for the current server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2649 +#: redbot/core/core_commands.py:2674 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2653 +#: redbot/core/core_commands.py:2678 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:2660 +#: redbot/core/core_commands.py:2685 #, docstring msgid "Sets [botname]'s global prefix(es).\n\n" " Warning: This is not additive. It will replace all current prefixes.\n\n" @@ -1567,20 +1584,30 @@ msgid "Sets [botname]'s global prefix(es).\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2677 +#: redbot/core/core_commands.py:2702 +msgid "Warning: A prefix is above the recommended length (20 characters).\n" +"Do you want to continue? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:2715 +msgid "Cancelled." +msgstr "" + +#: redbot/core/core_commands.py:2719 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:2721 msgid "Prefixes set." msgstr "" -#: redbot/core/core_commands.py:2685 +#: redbot/core/core_commands.py:2727 #, docstring msgid "\n" " Sets [botname]'s server prefix(es).\n\n" " Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" -" This is not additive. It will replace all current server prefixes.\n\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 20 characters.\n\n" " **Examples:**\n" " - `[p]set serverprefix !`\n" " - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" @@ -1591,19 +1618,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2702 +#: redbot/core/core_commands.py:2745 msgid "Server prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2748 +msgid "You cannot have a prefix longer than 20 characters." +msgstr "" + +#: redbot/core/core_commands.py:2753 msgid "Server prefix set." msgstr "" -#: redbot/core/core_commands.py:2709 +#: redbot/core/core_commands.py:2755 msgid "Server prefixes set." msgstr "" -#: redbot/core/core_commands.py:2714 +#: redbot/core/core_commands.py:2760 #, docstring msgid "\n" " Changes the bot's default locale.\n\n" @@ -1620,21 +1651,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2735 redbot/core/core_commands.py:2779 -#: redbot/core/core_commands.py:2818 redbot/core/core_commands.py:2862 +#: redbot/core/core_commands.py:2781 redbot/core/core_commands.py:2825 +#: redbot/core/core_commands.py:2864 redbot/core/core_commands.py:2908 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2739 redbot/core/core_commands.py:2783 -#: redbot/core/core_commands.py:2822 redbot/core/core_commands.py:2866 +#: redbot/core/core_commands.py:2785 redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2868 redbot/core/core_commands.py:2912 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:2792 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2752 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1652,15 +1683,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2774 +#: redbot/core/core_commands.py:2820 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2789 +#: redbot/core/core_commands.py:2835 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:2795 +#: redbot/core/core_commands.py:2841 #, docstring msgid "\n" " Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1675,15 +1706,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2812 +#: redbot/core/core_commands.py:2858 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2875 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2837 +#: redbot/core/core_commands.py:2883 #, docstring msgid "\n" " Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1698,15 +1729,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2855 +#: redbot/core/core_commands.py:2901 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2873 +#: redbot/core/core_commands.py:2919 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2881 +#: redbot/core/core_commands.py:2927 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1721,19 +1752,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2898 +#: redbot/core/core_commands.py:2944 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2948 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2905 +#: redbot/core/core_commands.py:2951 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2956 #, docstring msgid "\n" " Commands to set, list or remove various external API tokens.\n\n" @@ -1750,11 +1781,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2931 +#: redbot/core/core_commands.py:2977 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2935 +#: redbot/core/core_commands.py:2981 #, docstring msgid "\n" " Show all external API services along with their keys that have been set.\n\n" @@ -1764,19 +1795,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2946 +#: redbot/core/core_commands.py:2992 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2961 +#: redbot/core/core_commands.py:3007 #, docstring msgid "\n" " Remove the given services with all their keys and tokens.\n\n" @@ -1787,20 +1818,20 @@ msgid "\n" " - `` - The services to remove." msgstr "" -#: redbot/core/core_commands.py:2976 +#: redbot/core/core_commands.py:3022 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2980 +#: redbot/core/core_commands.py:3026 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2985 +#: redbot/core/core_commands.py:3031 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2990 +#: redbot/core/core_commands.py:3036 #, docstring msgid "\n" " Commands to manage settings for the help command.\n\n" @@ -1808,7 +1839,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2999 +#: redbot/core/core_commands.py:3045 #, docstring msgid "\n" " Show the current help settings.\n\n" @@ -1818,11 +1849,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3013 +#: redbot/core/core_commands.py:3059 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:3023 +#: redbot/core/core_commands.py:3069 #, docstring msgid "\n" " This resets [botname]'s help formatter to the default formatter.\n\n" @@ -1831,11 +1862,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3032 +#: redbot/core/core_commands.py:3078 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:3041 +#: redbot/core/core_commands.py:3087 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1845,11 +1876,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3051 +#: redbot/core/core_commands.py:3097 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3105 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1865,15 +1896,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3079 +#: redbot/core/core_commands.py:3125 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:3081 +#: redbot/core/core_commands.py:3127 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:3085 +#: redbot/core/core_commands.py:3131 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1887,15 +1918,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3102 +#: redbot/core/core_commands.py:3148 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3104 +#: redbot/core/core_commands.py:3150 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3154 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1909,15 +1940,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3125 +#: redbot/core/core_commands.py:3171 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3127 +#: redbot/core/core_commands.py:3173 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3131 +#: redbot/core/core_commands.py:3177 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent to a DM.\n\n" @@ -1933,15 +1964,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3152 +#: redbot/core/core_commands.py:3198 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3154 +#: redbot/core/core_commands.py:3200 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3158 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be filtered from help.\n\n" @@ -1955,15 +1986,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3175 +#: redbot/core/core_commands.py:3221 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:3177 +#: redbot/core/core_commands.py:3223 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:3181 +#: redbot/core/core_commands.py:3227 #, docstring msgid "\n" " Sets whether the bot should respond to help commands for nonexistent topics.\n\n" @@ -1979,15 +2010,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3202 +#: redbot/core/core_commands.py:3248 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3251 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:3213 +#: redbot/core/core_commands.py:3259 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " Note: This setting only applies to embedded help.\n\n" @@ -2002,15 +2033,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3230 +#: redbot/core/core_commands.py:3276 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:3234 +#: redbot/core/core_commands.py:3280 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3238 +#: redbot/core/core_commands.py:3284 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " Note: This setting does not apply to menu help.\n\n" @@ -2026,15 +2057,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3283 +#: redbot/core/core_commands.py:3302 redbot/core/core_commands.py:3329 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:3260 +#: redbot/core/core_commands.py:3306 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3265 +#: redbot/core/core_commands.py:3311 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -2051,19 +2082,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3332 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3337 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:3293 +#: redbot/core/core_commands.py:3339 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:3297 +#: redbot/core/core_commands.py:3343 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -2077,19 +2108,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3312 +#: redbot/core/core_commands.py:3358 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:3316 +#: redbot/core/core_commands.py:3362 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:3324 +#: redbot/core/core_commands.py:3370 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:3329 +#: redbot/core/core_commands.py:3375 #, docstring msgid "Sends a message to the owner.\n\n" " This is limited to one message every 60 seconds per person.\n\n" @@ -2100,43 +2131,43 @@ msgid "Sends a message to the owner.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3341 +#: redbot/core/core_commands.py:3387 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:3344 +#: redbot/core/core_commands.py:3390 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3392 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:3347 +#: redbot/core/core_commands.py:3393 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:3352 +#: redbot/core/core_commands.py:3398 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:3354 +#: redbot/core/core_commands.py:3400 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:3359 +#: redbot/core/core_commands.py:3405 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:3430 +#: redbot/core/core_commands.py:3476 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:3432 +#: redbot/core/core_commands.py:3478 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:3437 +#: redbot/core/core_commands.py:3483 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n\n" @@ -2149,41 +2180,41 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3453 +#: redbot/core/core_commands.py:3499 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3509 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:3464 +#: redbot/core/core_commands.py:3510 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:3478 redbot/core/core_commands.py:3488 +#: redbot/core/core_commands.py:3524 redbot/core/core_commands.py:3534 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:3481 redbot/core/core_commands.py:3491 +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3537 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:3496 +#: redbot/core/core_commands.py:3542 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:3500 +#: redbot/core/core_commands.py:3546 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:3506 +#: redbot/core/core_commands.py:3552 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:3593 +#: redbot/core/core_commands.py:3639 #, docstring msgid "\n" " Commands to manage the allowlist.\n\n" @@ -2192,7 +2223,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3604 +#: redbot/core/core_commands.py:3650 #, docstring msgid "\n" " Adds users to the allowlist.\n\n" @@ -2204,15 +2235,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3663 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3619 +#: redbot/core/core_commands.py:3665 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3623 +#: redbot/core/core_commands.py:3669 #, docstring msgid "\n" " Lists users on the allowlist.\n\n" @@ -2221,21 +2252,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3635 +#: redbot/core/core_commands.py:3681 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3637 +#: redbot/core/core_commands.py:3683 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3641 redbot/core/core_commands.py:3739 +#: redbot/core/core_commands.py:3687 redbot/core/core_commands.py:3785 #: redbot/core/modlog.py:428 redbot/core/modlog.py:450 #: redbot/core/modlog.py:466 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/core_commands.py:3649 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Removes users from the allowlist.\n\n" @@ -2248,15 +2279,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3664 +#: redbot/core/core_commands.py:3710 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3666 +#: redbot/core/core_commands.py:3712 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3670 +#: redbot/core/core_commands.py:3716 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2266,11 +2297,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3725 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3684 +#: redbot/core/core_commands.py:3730 #, docstring msgid "\n" " Commands to manage the blocklist.\n\n" @@ -2278,7 +2309,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3693 +#: redbot/core/core_commands.py:3739 #, docstring msgid "\n" " Adds users to the blocklist.\n\n" @@ -2290,19 +2321,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3709 +#: redbot/core/core_commands.py:3755 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3715 +#: redbot/core/core_commands.py:3761 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3717 +#: redbot/core/core_commands.py:3763 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3721 +#: redbot/core/core_commands.py:3767 #, docstring msgid "\n" " Lists users on the blocklist.\n\n" @@ -2311,15 +2342,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3733 +#: redbot/core/core_commands.py:3779 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3735 +#: redbot/core/core_commands.py:3781 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3747 +#: redbot/core/core_commands.py:3793 #, docstring msgid "\n" " Removes users from the blocklist.\n\n" @@ -2331,15 +2362,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3760 +#: redbot/core/core_commands.py:3806 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3762 +#: redbot/core/core_commands.py:3808 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3766 +#: redbot/core/core_commands.py:3812 #, docstring msgid "\n" " Clears the blocklist.\n\n" @@ -2348,11 +2379,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3773 +#: redbot/core/core_commands.py:3819 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3779 +#: redbot/core/core_commands.py:3825 #, docstring msgid "\n" " Commands to manage the server specific allowlist.\n\n" @@ -2361,7 +2392,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3792 +#: redbot/core/core_commands.py:3838 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n\n" @@ -2374,19 +2405,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3811 +#: redbot/core/core_commands.py:3857 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:3820 +#: redbot/core/core_commands.py:3866 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3822 +#: redbot/core/core_commands.py:3868 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3826 +#: redbot/core/core_commands.py:3872 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n\n" @@ -2395,19 +2426,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3838 +#: redbot/core/core_commands.py:3884 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3840 +#: redbot/core/core_commands.py:3886 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:3844 redbot/core/core_commands.py:3966 +#: redbot/core/core_commands.py:3890 redbot/core/core_commands.py:4012 msgid "Unknown or Deleted User/Role" msgstr "" -#: redbot/core/core_commands.py:3854 +#: redbot/core/core_commands.py:3900 #, docstring msgid "\n" " Removes user or role from the allowlist.\n\n" @@ -2421,19 +2452,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3875 +#: redbot/core/core_commands.py:3921 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3883 +#: redbot/core/core_commands.py:3929 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3885 +#: redbot/core/core_commands.py:3931 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3889 +#: redbot/core/core_commands.py:3935 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2443,11 +2474,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3898 +#: redbot/core/core_commands.py:3944 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3904 +#: redbot/core/core_commands.py:3950 #, docstring msgid "\n" " Commands to manage the server specific blocklist.\n\n" @@ -2455,7 +2486,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3915 +#: redbot/core/core_commands.py:3961 #, docstring msgid "\n" " Adds a user or role to the local blocklist.\n\n" @@ -2468,27 +2499,27 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3929 +#: redbot/core/core_commands.py:3975 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3932 +#: redbot/core/core_commands.py:3978 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3935 +#: redbot/core/core_commands.py:3981 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3942 +#: redbot/core/core_commands.py:3988 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3944 +#: redbot/core/core_commands.py:3990 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3948 +#: redbot/core/core_commands.py:3994 #, docstring msgid "\n" " Lists users and roles on the server blocklist.\n\n" @@ -2497,15 +2528,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3960 +#: redbot/core/core_commands.py:4006 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3962 +#: redbot/core/core_commands.py:4008 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3976 +#: redbot/core/core_commands.py:4022 #, docstring msgid "\n" " Removes user or role from local blocklist.\n\n" @@ -2518,15 +2549,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3992 +#: redbot/core/core_commands.py:4038 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3994 +#: redbot/core/core_commands.py:4040 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3998 +#: redbot/core/core_commands.py:4044 #, docstring msgid "\n" " Clears the server blocklist.\n\n" @@ -2536,16 +2567,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4007 +#: redbot/core/core_commands.py:4053 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:4012 +#: redbot/core/core_commands.py:4058 #, docstring msgid "Commands to enable and disable commands and cogs." msgstr "" -#: redbot/core/core_commands.py:4018 +#: redbot/core/core_commands.py:4064 #, docstring msgid "Set the default state for a cog as disabled.\n\n" " This will disable the cog for all servers by default.\n" @@ -2559,20 +2590,20 @@ msgid "Set the default state for a cog as disabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4034 redbot/core/core_commands.py:4059 -#: redbot/core/core_commands.py:4079 redbot/core/core_commands.py:4109 +#: redbot/core/core_commands.py:4080 redbot/core/core_commands.py:4105 +#: redbot/core/core_commands.py:4125 redbot/core/core_commands.py:4155 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:4036 +#: redbot/core/core_commands.py:4082 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:4038 +#: redbot/core/core_commands.py:4084 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:4043 +#: redbot/core/core_commands.py:4089 #, docstring msgid "Set the default state for a cog as enabled.\n\n" " This will re-enable the cog for all servers by default.\n" @@ -2586,11 +2617,11 @@ msgid "Set the default state for a cog as enabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4061 +#: redbot/core/core_commands.py:4107 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:4066 +#: redbot/core/core_commands.py:4112 #, docstring msgid "Disable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2602,19 +2633,19 @@ msgid "Disable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4081 +#: redbot/core/core_commands.py:4127 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:4083 +#: redbot/core/core_commands.py:4129 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4086 +#: redbot/core/core_commands.py:4132 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4092 +#: redbot/core/core_commands.py:4138 #, docstring msgid "Enable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2626,15 +2657,15 @@ msgid "Enable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4104 +#: redbot/core/core_commands.py:4150 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4112 +#: redbot/core/core_commands.py:4158 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4118 +#: redbot/core/core_commands.py:4164 #, docstring msgid "List the cogs which are disabled in this server.\n\n" " **Example:**\n" @@ -2642,15 +2673,15 @@ msgid "List the cogs which are disabled in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4131 +#: redbot/core/core_commands.py:4177 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:4137 +#: redbot/core/core_commands.py:4183 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:4141 +#: redbot/core/core_commands.py:4187 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2661,7 +2692,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4158 +#: redbot/core/core_commands.py:4204 #, docstring msgid "List disabled commands globally.\n\n" " **Example:**\n" @@ -2669,19 +2700,19 @@ msgid "List disabled commands globally.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4165 +#: redbot/core/core_commands.py:4211 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:4168 +#: redbot/core/core_commands.py:4214 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4172 +#: redbot/core/core_commands.py:4218 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4180 +#: redbot/core/core_commands.py:4226 #, docstring msgid "List disabled commands in this server.\n\n" " **Example:**\n" @@ -2689,19 +2720,19 @@ msgid "List disabled commands in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4187 +#: redbot/core/core_commands.py:4233 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:4190 +#: redbot/core/core_commands.py:4236 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4194 +#: redbot/core/core_commands.py:4240 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4201 +#: redbot/core/core_commands.py:4247 #, docstring msgid "\n" " Disable a command.\n\n" @@ -2715,7 +2746,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4223 +#: redbot/core/core_commands.py:4269 #, docstring msgid "\n" " Disable a command globally.\n\n" @@ -2727,19 +2758,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4242 redbot/core/core_commands.py:4285 +#: redbot/core/core_commands.py:4288 redbot/core/core_commands.py:4331 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:4248 redbot/core/core_commands.py:4291 +#: redbot/core/core_commands.py:4294 redbot/core/core_commands.py:4337 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:4257 +#: redbot/core/core_commands.py:4303 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:4266 +#: redbot/core/core_commands.py:4312 #, docstring msgid "\n" " Disable a command in this server only.\n\n" @@ -2751,15 +2782,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4296 +#: redbot/core/core_commands.py:4342 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:4306 +#: redbot/core/core_commands.py:4352 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:4312 +#: redbot/core/core_commands.py:4358 #, docstring msgid "Enable a command.\n\n" " If you're the bot owner, this will try to enable a globally disabled command by default.\n" @@ -2772,7 +2803,7 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4332 +#: redbot/core/core_commands.py:4378 #, docstring msgid "\n" " Enable a command globally.\n\n" @@ -2784,11 +2815,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4354 +#: redbot/core/core_commands.py:4400 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:4363 +#: redbot/core/core_commands.py:4409 #, docstring msgid "\n" " Enable a command in this server.\n\n" @@ -2800,15 +2831,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4381 +#: redbot/core/core_commands.py:4427 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4437 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:4398 +#: redbot/core/core_commands.py:4444 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2822,7 +2853,7 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4419 +#: redbot/core/core_commands.py:4465 #, docstring msgid "\n" " Commands to manage server settings for immunity from automated actions.\n\n" @@ -2830,7 +2861,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4428 +#: redbot/core/core_commands.py:4474 #, docstring msgid "\n" " Gets the current members and roles configured for automatic moderation action immunity.\n\n" @@ -2839,19 +2870,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4441 +#: redbot/core/core_commands.py:4487 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4446 +#: redbot/core/core_commands.py:4492 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4450 +#: redbot/core/core_commands.py:4496 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:4459 +#: redbot/core/core_commands.py:4505 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n\n" @@ -2863,11 +2894,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4471 +#: redbot/core/core_commands.py:4517 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:4479 +#: redbot/core/core_commands.py:4525 #, docstring msgid "\n" " Remove a user or role from being immune to automated moderation actions.\n\n" @@ -2879,11 +2910,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4491 +#: redbot/core/core_commands.py:4537 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:4499 +#: redbot/core/core_commands.py:4545 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n\n" @@ -2895,15 +2926,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4511 +#: redbot/core/core_commands.py:4557 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:4513 +#: redbot/core/core_commands.py:4559 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:4518 +#: redbot/core/core_commands.py:4564 #, docstring msgid "\n" " Commands for configuring owner notifications.\n\n" @@ -2911,7 +2942,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4527 +#: redbot/core/core_commands.py:4573 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2923,7 +2954,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4546 +#: redbot/core/core_commands.py:4592 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n\n" @@ -2934,7 +2965,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4565 +#: redbot/core/core_commands.py:4611 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n\n" @@ -2946,7 +2977,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4591 +#: redbot/core/core_commands.py:4637 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n\n" @@ -2958,7 +2989,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4615 +#: redbot/core/core_commands.py:4661 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n\n" @@ -2967,15 +2998,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4625 +#: redbot/core/core_commands.py:4671 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:4636 +#: redbot/core/core_commands.py:4682 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:4667 +#: redbot/core/core_commands.py:4713 #, docstring msgid "\n" " Commands to add servers or channels to the ignore list.\n\n" @@ -2984,7 +3015,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4677 +#: redbot/core/core_commands.py:4723 #, docstring msgid "\n" " List the currently ignored servers and channels.\n\n" @@ -2993,7 +3024,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4692 +#: redbot/core/core_commands.py:4738 #, docstring msgid "\n" " Ignore commands in the channel or category.\n\n" @@ -3009,15 +3040,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4712 +#: redbot/core/core_commands.py:4758 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:4714 +#: redbot/core/core_commands.py:4760 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:4719 +#: redbot/core/core_commands.py:4765 #, docstring msgid "\n" " Ignore commands in this server.\n\n" @@ -3027,20 +3058,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4730 +#: redbot/core/core_commands.py:4776 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:4732 +#: redbot/core/core_commands.py:4778 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:4738 +#: redbot/core/core_commands.py:4784 #, docstring msgid "Commands to remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4746 +#: redbot/core/core_commands.py:4792 #, docstring msgid "\n" " Remove a channel or category from the ignore list.\n\n" @@ -3055,15 +3086,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4765 +#: redbot/core/core_commands.py:4811 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:4767 +#: redbot/core/core_commands.py:4813 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4772 +#: redbot/core/core_commands.py:4818 #, docstring msgid "\n" " Remove this server from the ignore list.\n\n" @@ -3072,24 +3103,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4781 +#: redbot/core/core_commands.py:4827 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4783 +#: redbot/core/core_commands.py:4829 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4789 +#: redbot/core/core_commands.py:4835 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:4801 +#: redbot/core/core_commands.py:4847 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:4816 +#: redbot/core/core_commands.py:4862 #, docstring msgid "\n" " Get info about Red's licenses.\n" @@ -3122,7 +3153,7 @@ msgid "Evaluate a statement of python code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:166 +#: redbot/core/dev_commands.py:167 #, docstring msgid "Execute asynchronous code.\n\n" " This command wraps code into the body of an async function and then\n" @@ -3142,7 +3173,7 @@ msgid "Execute asynchronous code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:220 +#: redbot/core/dev_commands.py:221 #, docstring msgid "Open an interactive REPL.\n\n" " The REPL will only recognise code as messages which start with a\n" @@ -3151,51 +3182,51 @@ msgid "Open an interactive REPL.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:229 +#: redbot/core/dev_commands.py:230 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "" -#: redbot/core/dev_commands.py:233 +#: redbot/core/dev_commands.py:234 msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." msgstr "" -#: redbot/core/dev_commands.py:244 +#: redbot/core/dev_commands.py:245 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." msgstr "" -#: redbot/core/dev_commands.py:258 +#: redbot/core/dev_commands.py:259 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:309 +#: redbot/core/dev_commands.py:310 msgid "Unexpected error: `{}`" msgstr "" -#: redbot/core/dev_commands.py:313 +#: redbot/core/dev_commands.py:314 #, docstring msgid "Pauses/resumes the REPL running in the current channel" msgstr "" -#: redbot/core/dev_commands.py:315 +#: redbot/core/dev_commands.py:316 msgid "There is no currently running REPL session in this channel." msgstr "" -#: redbot/core/dev_commands.py:323 +#: redbot/core/dev_commands.py:324 msgid "The REPL session in this channel has been resumed." msgstr "" -#: redbot/core/dev_commands.py:325 +#: redbot/core/dev_commands.py:326 msgid "The REPL session in this channel is now paused." msgstr "" -#: redbot/core/dev_commands.py:330 +#: redbot/core/dev_commands.py:331 #, docstring msgid "Mock another user invoking a command.\n\n" " The prefix must not be entered.\n" " " msgstr "" -#: redbot/core/dev_commands.py:343 +#: redbot/core/dev_commands.py:344 #, docstring msgid "Dispatch a message event as if it were sent by a different user.\n\n" " Only reads the raw content of the message. Attachments, embeds etc. are\n" @@ -3203,17 +3234,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:364 +#: redbot/core/dev_commands.py:365 #, docstring msgid "Give bot owners the ability to bypass cooldowns.\n\n" " Does not persist through restarts." msgstr "" -#: redbot/core/dev_commands.py:372 +#: redbot/core/dev_commands.py:373 msgid "Bot owners will now bypass all commands with cooldowns." msgstr "" -#: redbot/core/dev_commands.py:374 +#: redbot/core/dev_commands.py:375 msgid "Bot owners will no longer bypass all commands with cooldowns." msgstr "" diff --git a/redbot/core/locales/sr-SP.po b/redbot/core/locales/sr-SP.po index 112c7e86d..a3faf5f2f 100644 --- a/redbot/core/locales/sr-SP.po +++ b/redbot/core/locales/sr-SP.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-05-25 16:04+0000\n" +"POT-Creation-Date: 2021-06-12 15:52+0000\n" "Last-Translator: \n" "Language-Team: Serbian (Cyrillic)\n" "MIME-Version: 1.0\n" @@ -126,15 +126,15 @@ msgstr "" msgid "**{} unloaded:**\n" msgstr "" -#: redbot/core/core_commands.py:179 +#: redbot/core/core_commands.py:181 msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:184 +#: redbot/core/core_commands.py:186 msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:393 +#: redbot/core/core_commands.py:398 #, docstring msgid "\n" " The Core cog has many commands related to core functions.\n\n" @@ -142,93 +142,93 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:410 #, docstring msgid "Pong." msgstr "" -#: redbot/core/core_commands.py:410 +#: redbot/core/core_commands.py:415 #, docstring msgid "Shows info about [botname].\n\n" " See `[p]set custominfo` to customize.\n" " " msgstr "" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:445 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by team" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:456 +#: redbot/core/core_commands.py:461 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:459 redbot/core/core_commands.py:515 +#: redbot/core/core_commands.py:464 redbot/core/core_commands.py:520 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:463 redbot/core/core_commands.py:519 +#: redbot/core/core_commands.py:468 redbot/core/core_commands.py:524 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:464 +#: redbot/core/core_commands.py:469 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:466 +#: redbot/core/core_commands.py:471 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:467 +#: redbot/core/core_commands.py:472 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:470 redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:475 redbot/core/core_commands.py:533 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:483 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:489 +#: redbot/core/core_commands.py:494 msgid "Instance owned by team: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:501 +#: redbot/core/core_commands.py:506 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:520 +#: redbot/core/core_commands.py:525 msgid "Outdated: [{state}]\n" msgstr "" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:528 msgid "**About Red**\n" msgstr "" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:539 msgid "**About this instance**\n" msgstr "" -#: redbot/core/core_commands.py:536 +#: redbot/core/core_commands.py:541 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -239,20 +239,20 @@ msgid "**References**\n" "7. <{}>\n" msgstr "" -#: redbot/core/core_commands.py:552 +#: redbot/core/core_commands.py:557 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:555 +#: redbot/core/core_commands.py:560 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:557 +#: redbot/core/core_commands.py:562 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:564 +#: redbot/core/core_commands.py:569 #, docstring msgid "\n" " Commands which interact with the data [botname] has about you.\n\n" @@ -260,7 +260,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:575 +#: redbot/core/core_commands.py:580 #, docstring msgid "\n" " Find out what type of data [botname] stores and why.\n\n" @@ -269,12 +269,12 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:585 +#: redbot/core/core_commands.py:590 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:604 +#: redbot/core/core_commands.py:609 #, docstring msgid "View the End User Data statements of each 3rd-party module.\n\n" " This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" @@ -283,39 +283,39 @@ msgid "View the End User Data statements of each 3rd-party module.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:615 +#: redbot/core/core_commands.py:620 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:625 +#: redbot/core/core_commands.py:630 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:645 +#: redbot/core/core_commands.py:650 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:647 +#: redbot/core/core_commands.py:652 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:652 +#: redbot/core/core_commands.py:657 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:668 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:679 +#: redbot/core/core_commands.py:684 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:684 +#: redbot/core/core_commands.py:689 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:695 +#: redbot/core/core_commands.py:700 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -327,63 +327,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:710 +#: redbot/core/core_commands.py:715 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:717 +#: redbot/core/core_commands.py:722 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:727 +#: redbot/core/core_commands.py:732 msgid "This may take some time." msgstr "" -#: redbot/core/core_commands.py:740 +#: redbot/core/core_commands.py:745 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:755 +#: redbot/core/core_commands.py:760 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:765 +#: redbot/core/core_commands.py:770 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:775 +#: redbot/core/core_commands.py:780 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:783 redbot/core/core_commands.py:950 -#: redbot/core/core_commands.py:1036 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:788 redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:1041 redbot/core/core_commands.py:1112 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:793 +#: redbot/core/core_commands.py:798 #, docstring msgid "[Coming Soon] Get what data [botname] has about you." msgstr "" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:800 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:804 +#: redbot/core/core_commands.py:809 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:810 +#: redbot/core/core_commands.py:815 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -394,11 +394,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:821 +#: redbot/core/core_commands.py:826 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:834 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n\n" @@ -408,11 +408,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:838 +#: redbot/core/core_commands.py:843 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:847 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -426,15 +426,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:859 +#: redbot/core/core_commands.py:864 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:867 +#: redbot/core/core_commands.py:872 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:878 +#: redbot/core/core_commands.py:883 #, docstring msgid "\n" " Handle a deletion request from Discord.\n\n" @@ -447,34 +447,34 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:892 +#: redbot/core/core_commands.py:897 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:915 redbot/core/core_commands.py:1072 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +#: redbot/core/core_commands.py:930 redbot/core/core_commands.py:1087 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +#: redbot/core/core_commands.py:941 redbot/core/core_commands.py:1098 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +#: redbot/core/core_commands.py:951 redbot/core/core_commands.py:1108 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:957 +#: redbot/core/core_commands.py:962 #, docstring msgid "Delete data [botname] has about a user for a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" @@ -485,34 +485,34 @@ msgid "Delete data [botname] has about a user for a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:973 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:991 +#: redbot/core/core_commands.py:996 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1006 +#: redbot/core/core_commands.py:1011 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1017 +#: redbot/core/core_commands.py:1022 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1033 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1048 #, docstring msgid "Delete data [botname] has about a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" @@ -522,12 +522,12 @@ msgid "Delete data [botname] has about a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1053 +#: redbot/core/core_commands.py:1058 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1114 +#: redbot/core/core_commands.py:1119 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -547,7 +547,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1136 +#: redbot/core/core_commands.py:1141 #, docstring msgid "\n" " Show the current embed settings.\n\n" @@ -561,42 +561,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1153 redbot/core/core_commands.py:1309 -#: redbot/core/core_commands.py:1360 redbot/core/core_commands.py:4236 -#: redbot/core/core_commands.py:4279 redbot/core/core_commands.py:4345 -#: redbot/core/core_commands.py:4376 +#: redbot/core/core_commands.py:1158 redbot/core/core_commands.py:1314 +#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:4282 +#: redbot/core/core_commands.py:4325 redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4422 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:1159 +#: redbot/core/core_commands.py:1164 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1161 +#: redbot/core/core_commands.py:1166 msgid "Global default: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1171 msgid "Global command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1172 +#: redbot/core/core_commands.py:1177 msgid "Guild setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1177 +#: redbot/core/core_commands.py:1182 msgid "Server command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1183 +#: redbot/core/core_commands.py:1188 msgid "Channel setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1191 msgid "User setting: {value}" msgstr "" -#: redbot/core/core_commands.py:1192 +#: redbot/core/core_commands.py:1197 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -608,15 +608,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1206 +#: redbot/core/core_commands.py:1211 msgid "Embeds are now disabled by default." msgstr "" -#: redbot/core/core_commands.py:1209 +#: redbot/core/core_commands.py:1214 msgid "Embeds are now enabled by default." msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1220 #, docstring msgid "\n" " Set the server's embed setting.\n\n" @@ -632,20 +632,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1234 redbot/core/core_commands.py:1318 -#: redbot/core/core_commands.py:1409 redbot/core/core_commands.py:1440 +#: redbot/core/core_commands.py:1239 redbot/core/core_commands.py:1323 +#: redbot/core/core_commands.py:1414 redbot/core/core_commands.py:1445 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1239 +#: redbot/core/core_commands.py:1244 msgid "Embeds are now enabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1241 +#: redbot/core/core_commands.py:1246 msgid "Embeds are now disabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1249 +#: redbot/core/core_commands.py:1254 #, docstring msgid "\n" " Sets a command's embed setting.\n\n" @@ -662,11 +662,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1278 +#: redbot/core/core_commands.py:1283 msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." msgstr "" -#: redbot/core/core_commands.py:1289 +#: redbot/core/core_commands.py:1294 #, docstring msgid "\n" " Sets a command's embed setting globally.\n\n" @@ -682,15 +682,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1375 +#: redbot/core/core_commands.py:1329 redbot/core/core_commands.py:1380 msgid "Embeds are now enabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1330 redbot/core/core_commands.py:1381 +#: redbot/core/core_commands.py:1335 redbot/core/core_commands.py:1386 msgid "Embeds are now disabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1340 +#: redbot/core/core_commands.py:1345 #, docstring msgid "\n" " Sets a commmand's embed setting for the current server.\n\n" @@ -706,11 +706,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1369 +#: redbot/core/core_commands.py:1374 msgid "Embeds will now fall back to the server setting." msgstr "" -#: redbot/core/core_commands.py:1390 +#: redbot/core/core_commands.py:1395 #, docstring msgid "\n" " Set's a channel's embed setting.\n\n" @@ -726,21 +726,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1419 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1426 #, docstring msgid "\n" " Sets personal embed setting for DMs.\n\n" @@ -756,15 +756,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1450 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1452 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1453 +#: redbot/core/core_commands.py:1458 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead.\n\n" @@ -777,11 +777,11 @@ msgid "Sends to the owner the last command exception that has occurred.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:1487 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1487 +#: redbot/core/core_commands.py:1492 #, docstring msgid "Shows [botname]'s invite url.\n\n" " This will always send the invite to DMs to keep it private.\n\n" @@ -791,12 +791,12 @@ msgid "Shows [botname]'s invite url.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1512 #, docstring msgid "Commands to setup [botname]'s invite settings." msgstr "" -#: redbot/core/core_commands.py:1512 +#: redbot/core/core_commands.py:1517 #, docstring msgid "\n" " Toggles if `[p]invite` should be accessible for the average user.\n\n" @@ -808,7 +808,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1549 +#: redbot/core/core_commands.py:1554 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -823,7 +823,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 #, docstring msgid "\n" " Leaves servers.\n\n" @@ -838,43 +855,43 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1588 +#: redbot/core/core_commands.py:1613 msgid "You need to specify at least one server ID." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:1620 msgid "You haven't passed any server ID. Do you want me to leave this server?" msgstr "" -#: redbot/core/core_commands.py:1600 +#: redbot/core/core_commands.py:1625 msgid "Are you sure you want me to leave these servers?" msgstr "" -#: redbot/core/core_commands.py:1608 +#: redbot/core/core_commands.py:1633 msgid "I cannot leave the server `{server_name}`: I am the owner of it." msgstr "" -#: redbot/core/core_commands.py:1619 +#: redbot/core/core_commands.py:1644 redbot/core/core_commands.py:2711 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:1624 +#: redbot/core/core_commands.py:1649 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1652 msgid "Alright. Leaving {number} servers..." msgstr "" -#: redbot/core/core_commands.py:1634 +#: redbot/core/core_commands.py:1659 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1636 +#: redbot/core/core_commands.py:1661 msgid "Alright, I'm not leaving those servers." msgstr "" -#: redbot/core/core_commands.py:1641 +#: redbot/core/core_commands.py:1666 #, docstring msgid "\n" " Lists the servers [botname] is currently in.\n\n" @@ -882,7 +899,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:1684 #, docstring msgid "Loads cog packages from the local paths and installed cogs.\n\n" " See packages available to load with `[p]cogs`.\n\n" @@ -895,67 +912,67 @@ msgid "Loads cog packages from the local paths and installed cogs.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1688 +#: redbot/core/core_commands.py:1713 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1693 +#: redbot/core/core_commands.py:1718 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1722 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1729 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1709 +#: redbot/core/core_commands.py:1734 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1717 redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1742 redbot/core/core_commands.py:1898 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1723 redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1748 redbot/core/core_commands.py:1904 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1732 redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1757 redbot/core/core_commands.py:1913 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1736 redbot/core/core_commands.py:1892 +#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1744 +#: redbot/core/core_commands.py:1769 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1748 +#: redbot/core/core_commands.py:1773 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1755 +#: redbot/core/core_commands.py:1780 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1786 redbot/core/core_commands.py:1942 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1780 +#: redbot/core/core_commands.py:1805 #, docstring msgid "Unloads previously loaded cog packages.\n\n" " See packages available to unload with `[p]cogs`.\n\n" @@ -967,23 +984,23 @@ msgid "Unloads previously loaded cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1798 +#: redbot/core/core_commands.py:1823 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1827 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1809 +#: redbot/core/core_commands.py:1834 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1813 +#: redbot/core/core_commands.py:1838 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1826 +#: redbot/core/core_commands.py:1851 #, docstring msgid "Reloads cog packages.\n\n" " This will unload and then load the specified cogs.\n\n" @@ -996,36 +1013,36 @@ msgid "Reloads cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:1880 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1860 +#: redbot/core/core_commands.py:1885 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1890 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1900 +#: redbot/core/core_commands.py:1925 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1904 +#: redbot/core/core_commands.py:1929 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1936 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Shuts down the bot.\n\n" " Allows [botname] to shut down gracefully.\n\n" @@ -1038,11 +1055,11 @@ msgid "Shuts down the bot.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1974 msgid "Shutting down... " msgstr "" -#: redbot/core/core_commands.py:1955 +#: redbot/core/core_commands.py:1980 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -1055,30 +1072,30 @@ msgid "Attempts to restart [botname].\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1969 +#: redbot/core/core_commands.py:1994 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:1974 +#: redbot/core/core_commands.py:1999 #, docstring msgid "Commands for changing [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1978 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1996 +#: redbot/core/core_commands.py:2021 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2042 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -1086,7 +1103,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:2039 +#: redbot/core/core_commands.py:2064 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -1101,23 +1118,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2060 +#: redbot/core/core_commands.py:2085 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:2062 +#: redbot/core/core_commands.py:2087 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2092 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2099 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2104 #, docstring msgid "\n" " Sets the bot's description.\n\n" @@ -1133,15 +1150,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2099 +#: redbot/core/core_commands.py:2124 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:2102 +#: redbot/core/core_commands.py:2127 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2141 #, docstring msgid "\n" " Adds an admin role for this guild.\n\n" @@ -1159,15 +1176,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2136 +#: redbot/core/core_commands.py:2161 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:2138 +#: redbot/core/core_commands.py:2163 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2144 +#: redbot/core/core_commands.py:2169 #, docstring msgid "\n" " Adds a moderator role for this guild.\n\n" @@ -1184,15 +1201,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2188 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:2165 +#: redbot/core/core_commands.py:2190 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2171 +#: redbot/core/core_commands.py:2196 #, docstring msgid "\n" " Removes an admin role for this guild.\n\n" @@ -1204,15 +1221,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2208 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:2185 +#: redbot/core/core_commands.py:2210 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2191 +#: redbot/core/core_commands.py:2216 #, docstring msgid "\n" " Removes a mod role for this guild.\n\n" @@ -1224,15 +1241,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2228 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2230 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2211 +#: redbot/core/core_commands.py:2236 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -1243,19 +1260,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2248 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will" msgstr "" -#: redbot/core/core_commands.py:2232 +#: redbot/core/core_commands.py:2257 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -1267,11 +1284,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2247 +#: redbot/core/core_commands.py:2272 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2280 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -1282,11 +1299,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2268 +#: redbot/core/core_commands.py:2293 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:2276 +#: redbot/core/core_commands.py:2301 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1303,15 +1320,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2321 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:2299 +#: redbot/core/core_commands.py:2324 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:2304 +#: redbot/core/core_commands.py:2329 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL.\n\n" @@ -1324,28 +1341,28 @@ msgid "Sets [botname]'s avatar\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2327 +#: redbot/core/core_commands.py:2352 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:2329 +#: redbot/core/core_commands.py:2354 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:2339 +#: redbot/core/core_commands.py:2364 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:2346 +#: redbot/core/core_commands.py:2371 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:2348 redbot/core/core_commands.py:2575 -#: redbot/core/core_commands.py:2631 redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:2373 redbot/core/core_commands.py:2600 +#: redbot/core/core_commands.py:2656 redbot/core/core_commands.py:2680 msgid "Done." msgstr "" -#: redbot/core/core_commands.py:2353 +#: redbot/core/core_commands.py:2378 #, docstring msgid "\n" " Removes [botname]'s avatar.\n\n" @@ -1354,11 +1371,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2386 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2392 #, docstring msgid "Sets [botname]'s playing status.\n\n" " This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" @@ -1371,19 +1388,19 @@ msgid "Sets [botname]'s playing status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2383 +#: redbot/core/core_commands.py:2408 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2391 +#: redbot/core/core_commands.py:2416 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:2393 +#: redbot/core/core_commands.py:2418 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:2399 +#: redbot/core/core_commands.py:2424 #, docstring msgid "Sets [botname]'s listening status.\n\n" " This will appear as `Listening to `.\n\n" @@ -1395,19 +1412,19 @@ msgid "Sets [botname]'s listening status.\n\n" " - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2416 +#: redbot/core/core_commands.py:2441 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2425 +#: redbot/core/core_commands.py:2450 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2453 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2459 #, docstring msgid "Sets [botname]'s watching status.\n\n" " This will appear as `Watching `.\n\n" @@ -1419,19 +1436,19 @@ msgid "Sets [botname]'s watching status.\n\n" " - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2475 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2482 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:2459 +#: redbot/core/core_commands.py:2484 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:2465 +#: redbot/core/core_commands.py:2490 #, docstring msgid "Sets [botname]'s competing status.\n\n" " This will appear as `Competing in `.\n\n" @@ -1443,19 +1460,19 @@ msgid "Sets [botname]'s competing status.\n\n" " - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2482 +#: redbot/core/core_commands.py:2507 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2491 +#: redbot/core/core_commands.py:2516 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:2494 +#: redbot/core/core_commands.py:2519 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:2500 +#: redbot/core/core_commands.py:2525 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1471,11 +1488,11 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:2555 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:2538 +#: redbot/core/core_commands.py:2563 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" @@ -1491,15 +1508,15 @@ msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " - `` - The text to follow `Streaming` in the status." msgstr "" -#: redbot/core/core_commands.py:2563 +#: redbot/core/core_commands.py:2588 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2591 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2580 +#: redbot/core/core_commands.py:2605 #, docstring msgid "Sets [botname]'s username.\n\n" " Maximum length for a username is 32 characters.\n\n" @@ -1512,28 +1529,28 @@ msgid "Sets [botname]'s username.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2596 +#: redbot/core/core_commands.py:2621 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2603 +#: redbot/core/core_commands.py:2628 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2609 +#: redbot/core/core_commands.py:2634 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2619 +#: redbot/core/core_commands.py:2644 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2629 +#: redbot/core/core_commands.py:2654 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2662 #, docstring msgid "Sets [botname]'s nickname for the current server.\n\n" " Maximum length for a nickname is 32 characters.\n\n" @@ -1544,15 +1561,15 @@ msgid "Sets [botname]'s nickname for the current server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2649 +#: redbot/core/core_commands.py:2674 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2653 +#: redbot/core/core_commands.py:2678 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:2660 +#: redbot/core/core_commands.py:2685 #, docstring msgid "Sets [botname]'s global prefix(es).\n\n" " Warning: This is not additive. It will replace all current prefixes.\n\n" @@ -1567,20 +1584,30 @@ msgid "Sets [botname]'s global prefix(es).\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2677 +#: redbot/core/core_commands.py:2702 +msgid "Warning: A prefix is above the recommended length (20 characters).\n" +"Do you want to continue? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:2715 +msgid "Cancelled." +msgstr "" + +#: redbot/core/core_commands.py:2719 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:2721 msgid "Prefixes set." msgstr "" -#: redbot/core/core_commands.py:2685 +#: redbot/core/core_commands.py:2727 #, docstring msgid "\n" " Sets [botname]'s server prefix(es).\n\n" " Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" -" This is not additive. It will replace all current server prefixes.\n\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 20 characters.\n\n" " **Examples:**\n" " - `[p]set serverprefix !`\n" " - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" @@ -1591,19 +1618,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2702 +#: redbot/core/core_commands.py:2745 msgid "Server prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2748 +msgid "You cannot have a prefix longer than 20 characters." +msgstr "" + +#: redbot/core/core_commands.py:2753 msgid "Server prefix set." msgstr "" -#: redbot/core/core_commands.py:2709 +#: redbot/core/core_commands.py:2755 msgid "Server prefixes set." msgstr "" -#: redbot/core/core_commands.py:2714 +#: redbot/core/core_commands.py:2760 #, docstring msgid "\n" " Changes the bot's default locale.\n\n" @@ -1620,21 +1651,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2735 redbot/core/core_commands.py:2779 -#: redbot/core/core_commands.py:2818 redbot/core/core_commands.py:2862 +#: redbot/core/core_commands.py:2781 redbot/core/core_commands.py:2825 +#: redbot/core/core_commands.py:2864 redbot/core/core_commands.py:2908 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2739 redbot/core/core_commands.py:2783 -#: redbot/core/core_commands.py:2822 redbot/core/core_commands.py:2866 +#: redbot/core/core_commands.py:2785 redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2868 redbot/core/core_commands.py:2912 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:2792 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2752 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1652,15 +1683,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2774 +#: redbot/core/core_commands.py:2820 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2789 +#: redbot/core/core_commands.py:2835 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:2795 +#: redbot/core/core_commands.py:2841 #, docstring msgid "\n" " Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1675,15 +1706,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2812 +#: redbot/core/core_commands.py:2858 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2875 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2837 +#: redbot/core/core_commands.py:2883 #, docstring msgid "\n" " Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1698,15 +1729,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2855 +#: redbot/core/core_commands.py:2901 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2873 +#: redbot/core/core_commands.py:2919 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2881 +#: redbot/core/core_commands.py:2927 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1721,19 +1752,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2898 +#: redbot/core/core_commands.py:2944 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2948 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2905 +#: redbot/core/core_commands.py:2951 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2956 #, docstring msgid "\n" " Commands to set, list or remove various external API tokens.\n\n" @@ -1750,11 +1781,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2931 +#: redbot/core/core_commands.py:2977 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2935 +#: redbot/core/core_commands.py:2981 #, docstring msgid "\n" " Show all external API services along with their keys that have been set.\n\n" @@ -1764,19 +1795,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2946 +#: redbot/core/core_commands.py:2992 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2961 +#: redbot/core/core_commands.py:3007 #, docstring msgid "\n" " Remove the given services with all their keys and tokens.\n\n" @@ -1787,20 +1818,20 @@ msgid "\n" " - `` - The services to remove." msgstr "" -#: redbot/core/core_commands.py:2976 +#: redbot/core/core_commands.py:3022 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2980 +#: redbot/core/core_commands.py:3026 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2985 +#: redbot/core/core_commands.py:3031 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2990 +#: redbot/core/core_commands.py:3036 #, docstring msgid "\n" " Commands to manage settings for the help command.\n\n" @@ -1808,7 +1839,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2999 +#: redbot/core/core_commands.py:3045 #, docstring msgid "\n" " Show the current help settings.\n\n" @@ -1818,11 +1849,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3013 +#: redbot/core/core_commands.py:3059 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:3023 +#: redbot/core/core_commands.py:3069 #, docstring msgid "\n" " This resets [botname]'s help formatter to the default formatter.\n\n" @@ -1831,11 +1862,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3032 +#: redbot/core/core_commands.py:3078 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:3041 +#: redbot/core/core_commands.py:3087 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1845,11 +1876,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3051 +#: redbot/core/core_commands.py:3097 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3105 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1865,15 +1896,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3079 +#: redbot/core/core_commands.py:3125 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:3081 +#: redbot/core/core_commands.py:3127 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:3085 +#: redbot/core/core_commands.py:3131 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1887,15 +1918,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3102 +#: redbot/core/core_commands.py:3148 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3104 +#: redbot/core/core_commands.py:3150 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3154 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1909,15 +1940,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3125 +#: redbot/core/core_commands.py:3171 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3127 +#: redbot/core/core_commands.py:3173 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3131 +#: redbot/core/core_commands.py:3177 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent to a DM.\n\n" @@ -1933,15 +1964,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3152 +#: redbot/core/core_commands.py:3198 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3154 +#: redbot/core/core_commands.py:3200 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3158 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be filtered from help.\n\n" @@ -1955,15 +1986,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3175 +#: redbot/core/core_commands.py:3221 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:3177 +#: redbot/core/core_commands.py:3223 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:3181 +#: redbot/core/core_commands.py:3227 #, docstring msgid "\n" " Sets whether the bot should respond to help commands for nonexistent topics.\n\n" @@ -1979,15 +2010,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3202 +#: redbot/core/core_commands.py:3248 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3251 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:3213 +#: redbot/core/core_commands.py:3259 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " Note: This setting only applies to embedded help.\n\n" @@ -2002,15 +2033,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3230 +#: redbot/core/core_commands.py:3276 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:3234 +#: redbot/core/core_commands.py:3280 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3238 +#: redbot/core/core_commands.py:3284 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " Note: This setting does not apply to menu help.\n\n" @@ -2026,15 +2057,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3283 +#: redbot/core/core_commands.py:3302 redbot/core/core_commands.py:3329 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:3260 +#: redbot/core/core_commands.py:3306 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3265 +#: redbot/core/core_commands.py:3311 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -2051,19 +2082,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3332 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3337 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:3293 +#: redbot/core/core_commands.py:3339 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:3297 +#: redbot/core/core_commands.py:3343 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -2077,19 +2108,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3312 +#: redbot/core/core_commands.py:3358 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:3316 +#: redbot/core/core_commands.py:3362 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:3324 +#: redbot/core/core_commands.py:3370 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:3329 +#: redbot/core/core_commands.py:3375 #, docstring msgid "Sends a message to the owner.\n\n" " This is limited to one message every 60 seconds per person.\n\n" @@ -2100,43 +2131,43 @@ msgid "Sends a message to the owner.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3341 +#: redbot/core/core_commands.py:3387 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:3344 +#: redbot/core/core_commands.py:3390 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3392 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:3347 +#: redbot/core/core_commands.py:3393 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:3352 +#: redbot/core/core_commands.py:3398 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:3354 +#: redbot/core/core_commands.py:3400 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:3359 +#: redbot/core/core_commands.py:3405 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:3430 +#: redbot/core/core_commands.py:3476 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:3432 +#: redbot/core/core_commands.py:3478 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:3437 +#: redbot/core/core_commands.py:3483 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n\n" @@ -2149,41 +2180,41 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3453 +#: redbot/core/core_commands.py:3499 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3509 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:3464 +#: redbot/core/core_commands.py:3510 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:3478 redbot/core/core_commands.py:3488 +#: redbot/core/core_commands.py:3524 redbot/core/core_commands.py:3534 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:3481 redbot/core/core_commands.py:3491 +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3537 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:3496 +#: redbot/core/core_commands.py:3542 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:3500 +#: redbot/core/core_commands.py:3546 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:3506 +#: redbot/core/core_commands.py:3552 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:3593 +#: redbot/core/core_commands.py:3639 #, docstring msgid "\n" " Commands to manage the allowlist.\n\n" @@ -2192,7 +2223,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3604 +#: redbot/core/core_commands.py:3650 #, docstring msgid "\n" " Adds users to the allowlist.\n\n" @@ -2204,15 +2235,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3663 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3619 +#: redbot/core/core_commands.py:3665 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3623 +#: redbot/core/core_commands.py:3669 #, docstring msgid "\n" " Lists users on the allowlist.\n\n" @@ -2221,21 +2252,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3635 +#: redbot/core/core_commands.py:3681 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3637 +#: redbot/core/core_commands.py:3683 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3641 redbot/core/core_commands.py:3739 +#: redbot/core/core_commands.py:3687 redbot/core/core_commands.py:3785 #: redbot/core/modlog.py:428 redbot/core/modlog.py:450 #: redbot/core/modlog.py:466 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/core_commands.py:3649 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Removes users from the allowlist.\n\n" @@ -2248,15 +2279,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3664 +#: redbot/core/core_commands.py:3710 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3666 +#: redbot/core/core_commands.py:3712 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3670 +#: redbot/core/core_commands.py:3716 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2266,11 +2297,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3725 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3684 +#: redbot/core/core_commands.py:3730 #, docstring msgid "\n" " Commands to manage the blocklist.\n\n" @@ -2278,7 +2309,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3693 +#: redbot/core/core_commands.py:3739 #, docstring msgid "\n" " Adds users to the blocklist.\n\n" @@ -2290,19 +2321,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3709 +#: redbot/core/core_commands.py:3755 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3715 +#: redbot/core/core_commands.py:3761 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3717 +#: redbot/core/core_commands.py:3763 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3721 +#: redbot/core/core_commands.py:3767 #, docstring msgid "\n" " Lists users on the blocklist.\n\n" @@ -2311,15 +2342,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3733 +#: redbot/core/core_commands.py:3779 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3735 +#: redbot/core/core_commands.py:3781 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3747 +#: redbot/core/core_commands.py:3793 #, docstring msgid "\n" " Removes users from the blocklist.\n\n" @@ -2331,15 +2362,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3760 +#: redbot/core/core_commands.py:3806 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3762 +#: redbot/core/core_commands.py:3808 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3766 +#: redbot/core/core_commands.py:3812 #, docstring msgid "\n" " Clears the blocklist.\n\n" @@ -2348,11 +2379,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3773 +#: redbot/core/core_commands.py:3819 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3779 +#: redbot/core/core_commands.py:3825 #, docstring msgid "\n" " Commands to manage the server specific allowlist.\n\n" @@ -2361,7 +2392,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3792 +#: redbot/core/core_commands.py:3838 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n\n" @@ -2374,19 +2405,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3811 +#: redbot/core/core_commands.py:3857 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:3820 +#: redbot/core/core_commands.py:3866 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3822 +#: redbot/core/core_commands.py:3868 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3826 +#: redbot/core/core_commands.py:3872 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n\n" @@ -2395,19 +2426,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3838 +#: redbot/core/core_commands.py:3884 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3840 +#: redbot/core/core_commands.py:3886 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:3844 redbot/core/core_commands.py:3966 +#: redbot/core/core_commands.py:3890 redbot/core/core_commands.py:4012 msgid "Unknown or Deleted User/Role" msgstr "" -#: redbot/core/core_commands.py:3854 +#: redbot/core/core_commands.py:3900 #, docstring msgid "\n" " Removes user or role from the allowlist.\n\n" @@ -2421,19 +2452,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3875 +#: redbot/core/core_commands.py:3921 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3883 +#: redbot/core/core_commands.py:3929 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3885 +#: redbot/core/core_commands.py:3931 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3889 +#: redbot/core/core_commands.py:3935 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2443,11 +2474,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3898 +#: redbot/core/core_commands.py:3944 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3904 +#: redbot/core/core_commands.py:3950 #, docstring msgid "\n" " Commands to manage the server specific blocklist.\n\n" @@ -2455,7 +2486,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3915 +#: redbot/core/core_commands.py:3961 #, docstring msgid "\n" " Adds a user or role to the local blocklist.\n\n" @@ -2468,27 +2499,27 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3929 +#: redbot/core/core_commands.py:3975 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3932 +#: redbot/core/core_commands.py:3978 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3935 +#: redbot/core/core_commands.py:3981 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3942 +#: redbot/core/core_commands.py:3988 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3944 +#: redbot/core/core_commands.py:3990 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3948 +#: redbot/core/core_commands.py:3994 #, docstring msgid "\n" " Lists users and roles on the server blocklist.\n\n" @@ -2497,15 +2528,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3960 +#: redbot/core/core_commands.py:4006 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3962 +#: redbot/core/core_commands.py:4008 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3976 +#: redbot/core/core_commands.py:4022 #, docstring msgid "\n" " Removes user or role from local blocklist.\n\n" @@ -2518,15 +2549,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3992 +#: redbot/core/core_commands.py:4038 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3994 +#: redbot/core/core_commands.py:4040 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3998 +#: redbot/core/core_commands.py:4044 #, docstring msgid "\n" " Clears the server blocklist.\n\n" @@ -2536,16 +2567,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4007 +#: redbot/core/core_commands.py:4053 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:4012 +#: redbot/core/core_commands.py:4058 #, docstring msgid "Commands to enable and disable commands and cogs." msgstr "" -#: redbot/core/core_commands.py:4018 +#: redbot/core/core_commands.py:4064 #, docstring msgid "Set the default state for a cog as disabled.\n\n" " This will disable the cog for all servers by default.\n" @@ -2559,20 +2590,20 @@ msgid "Set the default state for a cog as disabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4034 redbot/core/core_commands.py:4059 -#: redbot/core/core_commands.py:4079 redbot/core/core_commands.py:4109 +#: redbot/core/core_commands.py:4080 redbot/core/core_commands.py:4105 +#: redbot/core/core_commands.py:4125 redbot/core/core_commands.py:4155 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:4036 +#: redbot/core/core_commands.py:4082 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:4038 +#: redbot/core/core_commands.py:4084 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:4043 +#: redbot/core/core_commands.py:4089 #, docstring msgid "Set the default state for a cog as enabled.\n\n" " This will re-enable the cog for all servers by default.\n" @@ -2586,11 +2617,11 @@ msgid "Set the default state for a cog as enabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4061 +#: redbot/core/core_commands.py:4107 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:4066 +#: redbot/core/core_commands.py:4112 #, docstring msgid "Disable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2602,19 +2633,19 @@ msgid "Disable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4081 +#: redbot/core/core_commands.py:4127 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:4083 +#: redbot/core/core_commands.py:4129 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4086 +#: redbot/core/core_commands.py:4132 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4092 +#: redbot/core/core_commands.py:4138 #, docstring msgid "Enable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2626,15 +2657,15 @@ msgid "Enable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4104 +#: redbot/core/core_commands.py:4150 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4112 +#: redbot/core/core_commands.py:4158 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4118 +#: redbot/core/core_commands.py:4164 #, docstring msgid "List the cogs which are disabled in this server.\n\n" " **Example:**\n" @@ -2642,15 +2673,15 @@ msgid "List the cogs which are disabled in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4131 +#: redbot/core/core_commands.py:4177 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:4137 +#: redbot/core/core_commands.py:4183 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:4141 +#: redbot/core/core_commands.py:4187 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2661,7 +2692,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4158 +#: redbot/core/core_commands.py:4204 #, docstring msgid "List disabled commands globally.\n\n" " **Example:**\n" @@ -2669,19 +2700,19 @@ msgid "List disabled commands globally.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4165 +#: redbot/core/core_commands.py:4211 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:4168 +#: redbot/core/core_commands.py:4214 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4172 +#: redbot/core/core_commands.py:4218 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4180 +#: redbot/core/core_commands.py:4226 #, docstring msgid "List disabled commands in this server.\n\n" " **Example:**\n" @@ -2689,19 +2720,19 @@ msgid "List disabled commands in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4187 +#: redbot/core/core_commands.py:4233 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:4190 +#: redbot/core/core_commands.py:4236 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4194 +#: redbot/core/core_commands.py:4240 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4201 +#: redbot/core/core_commands.py:4247 #, docstring msgid "\n" " Disable a command.\n\n" @@ -2715,7 +2746,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4223 +#: redbot/core/core_commands.py:4269 #, docstring msgid "\n" " Disable a command globally.\n\n" @@ -2727,19 +2758,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4242 redbot/core/core_commands.py:4285 +#: redbot/core/core_commands.py:4288 redbot/core/core_commands.py:4331 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:4248 redbot/core/core_commands.py:4291 +#: redbot/core/core_commands.py:4294 redbot/core/core_commands.py:4337 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:4257 +#: redbot/core/core_commands.py:4303 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:4266 +#: redbot/core/core_commands.py:4312 #, docstring msgid "\n" " Disable a command in this server only.\n\n" @@ -2751,15 +2782,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4296 +#: redbot/core/core_commands.py:4342 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:4306 +#: redbot/core/core_commands.py:4352 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:4312 +#: redbot/core/core_commands.py:4358 #, docstring msgid "Enable a command.\n\n" " If you're the bot owner, this will try to enable a globally disabled command by default.\n" @@ -2772,7 +2803,7 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4332 +#: redbot/core/core_commands.py:4378 #, docstring msgid "\n" " Enable a command globally.\n\n" @@ -2784,11 +2815,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4354 +#: redbot/core/core_commands.py:4400 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:4363 +#: redbot/core/core_commands.py:4409 #, docstring msgid "\n" " Enable a command in this server.\n\n" @@ -2800,15 +2831,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4381 +#: redbot/core/core_commands.py:4427 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4437 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:4398 +#: redbot/core/core_commands.py:4444 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2822,7 +2853,7 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4419 +#: redbot/core/core_commands.py:4465 #, docstring msgid "\n" " Commands to manage server settings for immunity from automated actions.\n\n" @@ -2830,7 +2861,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4428 +#: redbot/core/core_commands.py:4474 #, docstring msgid "\n" " Gets the current members and roles configured for automatic moderation action immunity.\n\n" @@ -2839,19 +2870,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4441 +#: redbot/core/core_commands.py:4487 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4446 +#: redbot/core/core_commands.py:4492 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4450 +#: redbot/core/core_commands.py:4496 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:4459 +#: redbot/core/core_commands.py:4505 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n\n" @@ -2863,11 +2894,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4471 +#: redbot/core/core_commands.py:4517 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:4479 +#: redbot/core/core_commands.py:4525 #, docstring msgid "\n" " Remove a user or role from being immune to automated moderation actions.\n\n" @@ -2879,11 +2910,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4491 +#: redbot/core/core_commands.py:4537 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:4499 +#: redbot/core/core_commands.py:4545 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n\n" @@ -2895,15 +2926,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4511 +#: redbot/core/core_commands.py:4557 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:4513 +#: redbot/core/core_commands.py:4559 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:4518 +#: redbot/core/core_commands.py:4564 #, docstring msgid "\n" " Commands for configuring owner notifications.\n\n" @@ -2911,7 +2942,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4527 +#: redbot/core/core_commands.py:4573 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2923,7 +2954,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4546 +#: redbot/core/core_commands.py:4592 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n\n" @@ -2934,7 +2965,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4565 +#: redbot/core/core_commands.py:4611 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n\n" @@ -2946,7 +2977,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4591 +#: redbot/core/core_commands.py:4637 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n\n" @@ -2958,7 +2989,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4615 +#: redbot/core/core_commands.py:4661 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n\n" @@ -2967,15 +2998,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4625 +#: redbot/core/core_commands.py:4671 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:4636 +#: redbot/core/core_commands.py:4682 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:4667 +#: redbot/core/core_commands.py:4713 #, docstring msgid "\n" " Commands to add servers or channels to the ignore list.\n\n" @@ -2984,7 +3015,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4677 +#: redbot/core/core_commands.py:4723 #, docstring msgid "\n" " List the currently ignored servers and channels.\n\n" @@ -2993,7 +3024,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4692 +#: redbot/core/core_commands.py:4738 #, docstring msgid "\n" " Ignore commands in the channel or category.\n\n" @@ -3009,15 +3040,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4712 +#: redbot/core/core_commands.py:4758 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:4714 +#: redbot/core/core_commands.py:4760 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:4719 +#: redbot/core/core_commands.py:4765 #, docstring msgid "\n" " Ignore commands in this server.\n\n" @@ -3027,20 +3058,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4730 +#: redbot/core/core_commands.py:4776 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:4732 +#: redbot/core/core_commands.py:4778 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:4738 +#: redbot/core/core_commands.py:4784 #, docstring msgid "Commands to remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4746 +#: redbot/core/core_commands.py:4792 #, docstring msgid "\n" " Remove a channel or category from the ignore list.\n\n" @@ -3055,15 +3086,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4765 +#: redbot/core/core_commands.py:4811 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:4767 +#: redbot/core/core_commands.py:4813 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4772 +#: redbot/core/core_commands.py:4818 #, docstring msgid "\n" " Remove this server from the ignore list.\n\n" @@ -3072,24 +3103,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4781 +#: redbot/core/core_commands.py:4827 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4783 +#: redbot/core/core_commands.py:4829 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4789 +#: redbot/core/core_commands.py:4835 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:4801 +#: redbot/core/core_commands.py:4847 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:4816 +#: redbot/core/core_commands.py:4862 #, docstring msgid "\n" " Get info about Red's licenses.\n" @@ -3122,7 +3153,7 @@ msgid "Evaluate a statement of python code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:166 +#: redbot/core/dev_commands.py:167 #, docstring msgid "Execute asynchronous code.\n\n" " This command wraps code into the body of an async function and then\n" @@ -3142,7 +3173,7 @@ msgid "Execute asynchronous code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:220 +#: redbot/core/dev_commands.py:221 #, docstring msgid "Open an interactive REPL.\n\n" " The REPL will only recognise code as messages which start with a\n" @@ -3151,51 +3182,51 @@ msgid "Open an interactive REPL.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:229 +#: redbot/core/dev_commands.py:230 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "" -#: redbot/core/dev_commands.py:233 +#: redbot/core/dev_commands.py:234 msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." msgstr "" -#: redbot/core/dev_commands.py:244 +#: redbot/core/dev_commands.py:245 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." msgstr "" -#: redbot/core/dev_commands.py:258 +#: redbot/core/dev_commands.py:259 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:309 +#: redbot/core/dev_commands.py:310 msgid "Unexpected error: `{}`" msgstr "" -#: redbot/core/dev_commands.py:313 +#: redbot/core/dev_commands.py:314 #, docstring msgid "Pauses/resumes the REPL running in the current channel" msgstr "" -#: redbot/core/dev_commands.py:315 +#: redbot/core/dev_commands.py:316 msgid "There is no currently running REPL session in this channel." msgstr "" -#: redbot/core/dev_commands.py:323 +#: redbot/core/dev_commands.py:324 msgid "The REPL session in this channel has been resumed." msgstr "" -#: redbot/core/dev_commands.py:325 +#: redbot/core/dev_commands.py:326 msgid "The REPL session in this channel is now paused." msgstr "" -#: redbot/core/dev_commands.py:330 +#: redbot/core/dev_commands.py:331 #, docstring msgid "Mock another user invoking a command.\n\n" " The prefix must not be entered.\n" " " msgstr "" -#: redbot/core/dev_commands.py:343 +#: redbot/core/dev_commands.py:344 #, docstring msgid "Dispatch a message event as if it were sent by a different user.\n\n" " Only reads the raw content of the message. Attachments, embeds etc. are\n" @@ -3203,17 +3234,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:364 +#: redbot/core/dev_commands.py:365 #, docstring msgid "Give bot owners the ability to bypass cooldowns.\n\n" " Does not persist through restarts." msgstr "" -#: redbot/core/dev_commands.py:372 +#: redbot/core/dev_commands.py:373 msgid "Bot owners will now bypass all commands with cooldowns." msgstr "" -#: redbot/core/dev_commands.py:374 +#: redbot/core/dev_commands.py:375 msgid "Bot owners will no longer bypass all commands with cooldowns." msgstr "" diff --git a/redbot/core/locales/sv-SE.po b/redbot/core/locales/sv-SE.po index 040b011f0..570b34a4e 100644 --- a/redbot/core/locales/sv-SE.po +++ b/redbot/core/locales/sv-SE.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-05-25 16:04+0000\n" +"POT-Creation-Date: 2021-06-12 15:52+0000\n" "Last-Translator: \n" "Language-Team: Swedish\n" "MIME-Version: 1.0\n" @@ -142,15 +142,15 @@ msgstr "**{} laddad:**\n" msgid "**{} unloaded:**\n" msgstr "**{} urladdad:**\n" -#: redbot/core/core_commands.py:179 +#: redbot/core/core_commands.py:181 msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:184 +#: redbot/core/core_commands.py:186 msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:393 +#: redbot/core/core_commands.py:398 #, docstring msgid "\n" " The Core cog has many commands related to core functions.\n\n" @@ -158,19 +158,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:410 #, docstring msgid "Pong." msgstr "Pong." -#: redbot/core/core_commands.py:410 +#: redbot/core/core_commands.py:415 #, docstring msgid "Shows info about [botname].\n\n" " See `[p]set custominfo` to customize.\n" " " msgstr "" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:445 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" "(c) Cog Creators" @@ -178,43 +178,43 @@ msgstr "Denna bot är en instans av [Red, en open source Discord bot]({}) skapad "Red backas upp av en passionerad gemenskap som bidrar och skapar innehåll för alla att njuta av. [Följ med oss idag]({}) och hjälp oss att förbättra!\n\n" "(c) Cog Creators" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by team" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by" msgstr "Instansen ägs av" -#: redbot/core/core_commands.py:456 +#: redbot/core/core_commands.py:461 msgid "Red version" msgstr "Red version" -#: redbot/core/core_commands.py:459 redbot/core/core_commands.py:515 +#: redbot/core/core_commands.py:464 redbot/core/core_commands.py:520 msgid "Yes, {version} is available." msgstr "Ja, {version} är tillgänglig." -#: redbot/core/core_commands.py:463 redbot/core/core_commands.py:519 +#: redbot/core/core_commands.py:468 redbot/core/core_commands.py:524 msgid "Checking for updates failed." msgstr "Sökning efter uppdateringar misslyckades." -#: redbot/core/core_commands.py:464 +#: redbot/core/core_commands.py:469 msgid "Outdated" msgstr "Föråldrad" -#: redbot/core/core_commands.py:466 +#: redbot/core/core_commands.py:471 msgid "About this instance" msgstr "Om denna instans" -#: redbot/core/core_commands.py:467 +#: redbot/core/core_commands.py:472 msgid "About Red" msgstr "Om Red" -#: redbot/core/core_commands.py:470 redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:475 redbot/core/core_commands.py:533 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "Skapar glädje sedan 02 jan 2016 (över {} dagar sedan!)" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:483 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" @@ -222,14 +222,14 @@ msgstr "Denna bot är en instans av Red, en open source Discord bot (1) skapad a "Red backas upp av en passionerad gemenskap som bidrar och skapar innehåll för alla att njuta av. Följ med oss idag (4) och hjälp oss att förbättra!\n\n" "(c) Cog Creators" -#: redbot/core/core_commands.py:489 +#: redbot/core/core_commands.py:494 msgid "Instance owned by team: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:501 +#: redbot/core/core_commands.py:506 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" @@ -239,19 +239,19 @@ msgstr "Instansen ägs av: [{owner}]\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" -#: redbot/core/core_commands.py:520 +#: redbot/core/core_commands.py:525 msgid "Outdated: [{state}]\n" msgstr "Föråldrad: [{state}]\n" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:528 msgid "**About Red**\n" msgstr "**Om Red**\n" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:539 msgid "**About this instance**\n" msgstr "**Om denna instans**\n" -#: redbot/core/core_commands.py:536 +#: redbot/core/core_commands.py:541 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -269,20 +269,20 @@ msgstr "**Referenser**\n" "6. <{}>\n" "7. <{}>\n" -#: redbot/core/core_commands.py:552 +#: redbot/core/core_commands.py:557 #, docstring msgid "Shows [botname]'s uptime." msgstr "Visar [botname]:s drifttid." -#: redbot/core/core_commands.py:555 +#: redbot/core/core_commands.py:560 msgid "Less than one second" msgstr "Mindre än en sekund" -#: redbot/core/core_commands.py:557 +#: redbot/core/core_commands.py:562 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "Uppe i: **{time_quantity}** (sedan {timestamp} UTC)" -#: redbot/core/core_commands.py:564 +#: redbot/core/core_commands.py:569 #, docstring msgid "\n" " Commands which interact with the data [botname] has about you.\n\n" @@ -290,7 +290,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:575 +#: redbot/core/core_commands.py:580 #, docstring msgid "\n" " Find out what type of data [botname] stores and why.\n\n" @@ -299,12 +299,12 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:585 +#: redbot/core/core_commands.py:590 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:604 +#: redbot/core/core_commands.py:609 #, docstring msgid "View the End User Data statements of each 3rd-party module.\n\n" " This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" @@ -313,39 +313,39 @@ msgid "View the End User Data statements of each 3rd-party module.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:615 +#: redbot/core/core_commands.py:620 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:625 +#: redbot/core/core_commands.py:630 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:645 +#: redbot/core/core_commands.py:650 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:647 +#: redbot/core/core_commands.py:652 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:652 +#: redbot/core/core_commands.py:657 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:668 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:679 +#: redbot/core/core_commands.py:684 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:684 +#: redbot/core/core_commands.py:689 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:695 +#: redbot/core/core_commands.py:700 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -357,63 +357,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:710 +#: redbot/core/core_commands.py:715 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:717 +#: redbot/core/core_commands.py:722 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:727 +#: redbot/core/core_commands.py:732 msgid "This may take some time." msgstr "" -#: redbot/core/core_commands.py:740 +#: redbot/core/core_commands.py:745 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:755 +#: redbot/core/core_commands.py:760 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:765 +#: redbot/core/core_commands.py:770 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:775 +#: redbot/core/core_commands.py:780 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:783 redbot/core/core_commands.py:950 -#: redbot/core/core_commands.py:1036 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:788 redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:1041 redbot/core/core_commands.py:1112 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:793 +#: redbot/core/core_commands.py:798 #, docstring msgid "[Coming Soon] Get what data [botname] has about you." msgstr "" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:800 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:804 +#: redbot/core/core_commands.py:809 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:810 +#: redbot/core/core_commands.py:815 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -424,11 +424,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:821 +#: redbot/core/core_commands.py:826 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:834 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n\n" @@ -438,11 +438,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:838 +#: redbot/core/core_commands.py:843 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:847 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -456,15 +456,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:859 +#: redbot/core/core_commands.py:864 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:867 +#: redbot/core/core_commands.py:872 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:878 +#: redbot/core/core_commands.py:883 #, docstring msgid "\n" " Handle a deletion request from Discord.\n\n" @@ -477,34 +477,34 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:892 +#: redbot/core/core_commands.py:897 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:915 redbot/core/core_commands.py:1072 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +#: redbot/core/core_commands.py:930 redbot/core/core_commands.py:1087 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +#: redbot/core/core_commands.py:941 redbot/core/core_commands.py:1098 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +#: redbot/core/core_commands.py:951 redbot/core/core_commands.py:1108 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:957 +#: redbot/core/core_commands.py:962 #, docstring msgid "Delete data [botname] has about a user for a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" @@ -515,34 +515,34 @@ msgid "Delete data [botname] has about a user for a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:973 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:991 +#: redbot/core/core_commands.py:996 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1006 +#: redbot/core/core_commands.py:1011 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1017 +#: redbot/core/core_commands.py:1022 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1033 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1048 #, docstring msgid "Delete data [botname] has about a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" @@ -552,12 +552,12 @@ msgid "Delete data [botname] has about a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1053 +#: redbot/core/core_commands.py:1058 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1114 +#: redbot/core/core_commands.py:1119 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -577,7 +577,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1136 +#: redbot/core/core_commands.py:1141 #, docstring msgid "\n" " Show the current embed settings.\n\n" @@ -591,42 +591,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1153 redbot/core/core_commands.py:1309 -#: redbot/core/core_commands.py:1360 redbot/core/core_commands.py:4236 -#: redbot/core/core_commands.py:4279 redbot/core/core_commands.py:4345 -#: redbot/core/core_commands.py:4376 +#: redbot/core/core_commands.py:1158 redbot/core/core_commands.py:1314 +#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:4282 +#: redbot/core/core_commands.py:4325 redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4422 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:1159 +#: redbot/core/core_commands.py:1164 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1161 +#: redbot/core/core_commands.py:1166 msgid "Global default: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1171 msgid "Global command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1172 +#: redbot/core/core_commands.py:1177 msgid "Guild setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1177 +#: redbot/core/core_commands.py:1182 msgid "Server command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1183 +#: redbot/core/core_commands.py:1188 msgid "Channel setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1191 msgid "User setting: {value}" msgstr "" -#: redbot/core/core_commands.py:1192 +#: redbot/core/core_commands.py:1197 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -638,15 +638,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1206 +#: redbot/core/core_commands.py:1211 msgid "Embeds are now disabled by default." msgstr "" -#: redbot/core/core_commands.py:1209 +#: redbot/core/core_commands.py:1214 msgid "Embeds are now enabled by default." msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1220 #, docstring msgid "\n" " Set the server's embed setting.\n\n" @@ -662,20 +662,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1234 redbot/core/core_commands.py:1318 -#: redbot/core/core_commands.py:1409 redbot/core/core_commands.py:1440 +#: redbot/core/core_commands.py:1239 redbot/core/core_commands.py:1323 +#: redbot/core/core_commands.py:1414 redbot/core/core_commands.py:1445 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1239 +#: redbot/core/core_commands.py:1244 msgid "Embeds are now enabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1241 +#: redbot/core/core_commands.py:1246 msgid "Embeds are now disabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1249 +#: redbot/core/core_commands.py:1254 #, docstring msgid "\n" " Sets a command's embed setting.\n\n" @@ -692,11 +692,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1278 +#: redbot/core/core_commands.py:1283 msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." msgstr "" -#: redbot/core/core_commands.py:1289 +#: redbot/core/core_commands.py:1294 #, docstring msgid "\n" " Sets a command's embed setting globally.\n\n" @@ -712,15 +712,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1375 +#: redbot/core/core_commands.py:1329 redbot/core/core_commands.py:1380 msgid "Embeds are now enabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1330 redbot/core/core_commands.py:1381 +#: redbot/core/core_commands.py:1335 redbot/core/core_commands.py:1386 msgid "Embeds are now disabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1340 +#: redbot/core/core_commands.py:1345 #, docstring msgid "\n" " Sets a commmand's embed setting for the current server.\n\n" @@ -736,11 +736,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1369 +#: redbot/core/core_commands.py:1374 msgid "Embeds will now fall back to the server setting." msgstr "" -#: redbot/core/core_commands.py:1390 +#: redbot/core/core_commands.py:1395 #, docstring msgid "\n" " Set's a channel's embed setting.\n\n" @@ -756,21 +756,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1419 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1426 #, docstring msgid "\n" " Sets personal embed setting for DMs.\n\n" @@ -786,15 +786,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1450 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1452 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1453 +#: redbot/core/core_commands.py:1458 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead.\n\n" @@ -807,11 +807,11 @@ msgid "Sends to the owner the last command exception that has occurred.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:1487 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1487 +#: redbot/core/core_commands.py:1492 #, docstring msgid "Shows [botname]'s invite url.\n\n" " This will always send the invite to DMs to keep it private.\n\n" @@ -821,12 +821,12 @@ msgid "Shows [botname]'s invite url.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1512 #, docstring msgid "Commands to setup [botname]'s invite settings." msgstr "" -#: redbot/core/core_commands.py:1512 +#: redbot/core/core_commands.py:1517 #, docstring msgid "\n" " Toggles if `[p]invite` should be accessible for the average user.\n\n" @@ -838,7 +838,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1549 +#: redbot/core/core_commands.py:1554 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -853,7 +853,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 #, docstring msgid "\n" " Leaves servers.\n\n" @@ -868,43 +885,43 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1588 +#: redbot/core/core_commands.py:1613 msgid "You need to specify at least one server ID." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:1620 msgid "You haven't passed any server ID. Do you want me to leave this server?" msgstr "" -#: redbot/core/core_commands.py:1600 +#: redbot/core/core_commands.py:1625 msgid "Are you sure you want me to leave these servers?" msgstr "" -#: redbot/core/core_commands.py:1608 +#: redbot/core/core_commands.py:1633 msgid "I cannot leave the server `{server_name}`: I am the owner of it." msgstr "" -#: redbot/core/core_commands.py:1619 +#: redbot/core/core_commands.py:1644 redbot/core/core_commands.py:2711 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:1624 +#: redbot/core/core_commands.py:1649 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1652 msgid "Alright. Leaving {number} servers..." msgstr "" -#: redbot/core/core_commands.py:1634 +#: redbot/core/core_commands.py:1659 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1636 +#: redbot/core/core_commands.py:1661 msgid "Alright, I'm not leaving those servers." msgstr "" -#: redbot/core/core_commands.py:1641 +#: redbot/core/core_commands.py:1666 #, docstring msgid "\n" " Lists the servers [botname] is currently in.\n\n" @@ -912,7 +929,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:1684 #, docstring msgid "Loads cog packages from the local paths and installed cogs.\n\n" " See packages available to load with `[p]cogs`.\n\n" @@ -925,67 +942,67 @@ msgid "Loads cog packages from the local paths and installed cogs.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1688 +#: redbot/core/core_commands.py:1713 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1693 +#: redbot/core/core_commands.py:1718 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1722 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1729 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1709 +#: redbot/core/core_commands.py:1734 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1717 redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1742 redbot/core/core_commands.py:1898 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1723 redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1748 redbot/core/core_commands.py:1904 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1732 redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1757 redbot/core/core_commands.py:1913 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1736 redbot/core/core_commands.py:1892 +#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1744 +#: redbot/core/core_commands.py:1769 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1748 +#: redbot/core/core_commands.py:1773 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1755 +#: redbot/core/core_commands.py:1780 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1786 redbot/core/core_commands.py:1942 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1780 +#: redbot/core/core_commands.py:1805 #, docstring msgid "Unloads previously loaded cog packages.\n\n" " See packages available to unload with `[p]cogs`.\n\n" @@ -997,23 +1014,23 @@ msgid "Unloads previously loaded cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1798 +#: redbot/core/core_commands.py:1823 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1827 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1809 +#: redbot/core/core_commands.py:1834 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1813 +#: redbot/core/core_commands.py:1838 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1826 +#: redbot/core/core_commands.py:1851 #, docstring msgid "Reloads cog packages.\n\n" " This will unload and then load the specified cogs.\n\n" @@ -1026,36 +1043,36 @@ msgid "Reloads cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:1880 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1860 +#: redbot/core/core_commands.py:1885 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1890 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1900 +#: redbot/core/core_commands.py:1925 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1904 +#: redbot/core/core_commands.py:1929 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1936 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Shuts down the bot.\n\n" " Allows [botname] to shut down gracefully.\n\n" @@ -1068,11 +1085,11 @@ msgid "Shuts down the bot.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1974 msgid "Shutting down... " msgstr "Stänger ner... " -#: redbot/core/core_commands.py:1955 +#: redbot/core/core_commands.py:1980 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -1085,30 +1102,30 @@ msgid "Attempts to restart [botname].\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1969 +#: redbot/core/core_commands.py:1994 msgid "Restarting..." msgstr "Startar om..." -#: redbot/core/core_commands.py:1974 +#: redbot/core/core_commands.py:1999 #, docstring msgid "Commands for changing [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1978 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1996 +#: redbot/core/core_commands.py:2021 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2042 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -1116,7 +1133,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:2039 +#: redbot/core/core_commands.py:2064 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -1131,23 +1148,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2060 +#: redbot/core/core_commands.py:2085 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:2062 +#: redbot/core/core_commands.py:2087 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2092 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2099 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2104 #, docstring msgid "\n" " Sets the bot's description.\n\n" @@ -1163,15 +1180,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2099 +#: redbot/core/core_commands.py:2124 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:2102 +#: redbot/core/core_commands.py:2127 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2141 #, docstring msgid "\n" " Adds an admin role for this guild.\n\n" @@ -1189,15 +1206,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2136 +#: redbot/core/core_commands.py:2161 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:2138 +#: redbot/core/core_commands.py:2163 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2144 +#: redbot/core/core_commands.py:2169 #, docstring msgid "\n" " Adds a moderator role for this guild.\n\n" @@ -1214,15 +1231,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2188 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:2165 +#: redbot/core/core_commands.py:2190 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2171 +#: redbot/core/core_commands.py:2196 #, docstring msgid "\n" " Removes an admin role for this guild.\n\n" @@ -1234,15 +1251,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2208 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:2185 +#: redbot/core/core_commands.py:2210 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2191 +#: redbot/core/core_commands.py:2216 #, docstring msgid "\n" " Removes a mod role for this guild.\n\n" @@ -1254,15 +1271,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2228 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2230 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2211 +#: redbot/core/core_commands.py:2236 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -1273,19 +1290,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2248 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will" msgstr "" -#: redbot/core/core_commands.py:2232 +#: redbot/core/core_commands.py:2257 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -1297,11 +1314,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2247 +#: redbot/core/core_commands.py:2272 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2280 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -1312,11 +1329,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2268 +#: redbot/core/core_commands.py:2293 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:2276 +#: redbot/core/core_commands.py:2301 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1333,15 +1350,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2321 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:2299 +#: redbot/core/core_commands.py:2324 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:2304 +#: redbot/core/core_commands.py:2329 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL.\n\n" @@ -1354,28 +1371,28 @@ msgid "Sets [botname]'s avatar\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2327 +#: redbot/core/core_commands.py:2352 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:2329 +#: redbot/core/core_commands.py:2354 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:2339 +#: redbot/core/core_commands.py:2364 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:2346 +#: redbot/core/core_commands.py:2371 msgid "JPG / PNG format only." msgstr "Endast JPG / PNG format." -#: redbot/core/core_commands.py:2348 redbot/core/core_commands.py:2575 -#: redbot/core/core_commands.py:2631 redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:2373 redbot/core/core_commands.py:2600 +#: redbot/core/core_commands.py:2656 redbot/core/core_commands.py:2680 msgid "Done." msgstr "Klart." -#: redbot/core/core_commands.py:2353 +#: redbot/core/core_commands.py:2378 #, docstring msgid "\n" " Removes [botname]'s avatar.\n\n" @@ -1384,11 +1401,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2386 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2392 #, docstring msgid "Sets [botname]'s playing status.\n\n" " This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" @@ -1401,19 +1418,19 @@ msgid "Sets [botname]'s playing status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2383 +#: redbot/core/core_commands.py:2408 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2391 +#: redbot/core/core_commands.py:2416 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:2393 +#: redbot/core/core_commands.py:2418 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:2399 +#: redbot/core/core_commands.py:2424 #, docstring msgid "Sets [botname]'s listening status.\n\n" " This will appear as `Listening to `.\n\n" @@ -1425,19 +1442,19 @@ msgid "Sets [botname]'s listening status.\n\n" " - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2416 +#: redbot/core/core_commands.py:2441 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2425 +#: redbot/core/core_commands.py:2450 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2453 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2459 #, docstring msgid "Sets [botname]'s watching status.\n\n" " This will appear as `Watching `.\n\n" @@ -1449,19 +1466,19 @@ msgid "Sets [botname]'s watching status.\n\n" " - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2475 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2482 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:2459 +#: redbot/core/core_commands.py:2484 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:2465 +#: redbot/core/core_commands.py:2490 #, docstring msgid "Sets [botname]'s competing status.\n\n" " This will appear as `Competing in `.\n\n" @@ -1473,19 +1490,19 @@ msgid "Sets [botname]'s competing status.\n\n" " - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2482 +#: redbot/core/core_commands.py:2507 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2491 +#: redbot/core/core_commands.py:2516 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:2494 +#: redbot/core/core_commands.py:2519 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:2500 +#: redbot/core/core_commands.py:2525 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1501,11 +1518,11 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:2555 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:2538 +#: redbot/core/core_commands.py:2563 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" @@ -1521,15 +1538,15 @@ msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " - `` - The text to follow `Streaming` in the status." msgstr "" -#: redbot/core/core_commands.py:2563 +#: redbot/core/core_commands.py:2588 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2591 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2580 +#: redbot/core/core_commands.py:2605 #, docstring msgid "Sets [botname]'s username.\n\n" " Maximum length for a username is 32 characters.\n\n" @@ -1542,28 +1559,28 @@ msgid "Sets [botname]'s username.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2596 +#: redbot/core/core_commands.py:2621 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2603 +#: redbot/core/core_commands.py:2628 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2609 +#: redbot/core/core_commands.py:2634 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2619 +#: redbot/core/core_commands.py:2644 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2629 +#: redbot/core/core_commands.py:2654 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2662 #, docstring msgid "Sets [botname]'s nickname for the current server.\n\n" " Maximum length for a nickname is 32 characters.\n\n" @@ -1574,15 +1591,15 @@ msgid "Sets [botname]'s nickname for the current server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2649 +#: redbot/core/core_commands.py:2674 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2653 +#: redbot/core/core_commands.py:2678 msgid "I lack the permissions to change my own nickname." msgstr "Jag saknar behörighet för att ändra mitt egna smeknamn." -#: redbot/core/core_commands.py:2660 +#: redbot/core/core_commands.py:2685 #, docstring msgid "Sets [botname]'s global prefix(es).\n\n" " Warning: This is not additive. It will replace all current prefixes.\n\n" @@ -1597,20 +1614,30 @@ msgid "Sets [botname]'s global prefix(es).\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2677 +#: redbot/core/core_commands.py:2702 +msgid "Warning: A prefix is above the recommended length (20 characters).\n" +"Do you want to continue? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:2715 +msgid "Cancelled." +msgstr "Avbruten." + +#: redbot/core/core_commands.py:2719 msgid "Prefix set." msgstr "Prefix ändrat." -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:2721 msgid "Prefixes set." msgstr "" -#: redbot/core/core_commands.py:2685 +#: redbot/core/core_commands.py:2727 #, docstring msgid "\n" " Sets [botname]'s server prefix(es).\n\n" " Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" -" This is not additive. It will replace all current server prefixes.\n\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 20 characters.\n\n" " **Examples:**\n" " - `[p]set serverprefix !`\n" " - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" @@ -1621,19 +1648,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2702 +#: redbot/core/core_commands.py:2745 msgid "Server prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2748 +msgid "You cannot have a prefix longer than 20 characters." +msgstr "" + +#: redbot/core/core_commands.py:2753 msgid "Server prefix set." msgstr "" -#: redbot/core/core_commands.py:2709 +#: redbot/core/core_commands.py:2755 msgid "Server prefixes set." msgstr "" -#: redbot/core/core_commands.py:2714 +#: redbot/core/core_commands.py:2760 #, docstring msgid "\n" " Changes the bot's default locale.\n\n" @@ -1650,21 +1681,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2735 redbot/core/core_commands.py:2779 -#: redbot/core/core_commands.py:2818 redbot/core/core_commands.py:2862 +#: redbot/core/core_commands.py:2781 redbot/core/core_commands.py:2825 +#: redbot/core/core_commands.py:2864 redbot/core/core_commands.py:2908 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2739 redbot/core/core_commands.py:2783 -#: redbot/core/core_commands.py:2822 redbot/core/core_commands.py:2866 +#: redbot/core/core_commands.py:2785 redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2868 redbot/core/core_commands.py:2912 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:2792 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2752 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1682,15 +1713,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2774 +#: redbot/core/core_commands.py:2820 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2789 +#: redbot/core/core_commands.py:2835 msgid "Locale has been set." msgstr "Språket har ändrats." -#: redbot/core/core_commands.py:2795 +#: redbot/core/core_commands.py:2841 #, docstring msgid "\n" " Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1705,15 +1736,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2812 +#: redbot/core/core_commands.py:2858 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2875 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2837 +#: redbot/core/core_commands.py:2883 #, docstring msgid "\n" " Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1728,15 +1759,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2855 +#: redbot/core/core_commands.py:2901 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2873 +#: redbot/core/core_commands.py:2919 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2881 +#: redbot/core/core_commands.py:2927 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1751,19 +1782,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2898 +#: redbot/core/core_commands.py:2944 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2948 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2905 +#: redbot/core/core_commands.py:2951 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2956 #, docstring msgid "\n" " Commands to set, list or remove various external API tokens.\n\n" @@ -1780,11 +1811,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2931 +#: redbot/core/core_commands.py:2977 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2935 +#: redbot/core/core_commands.py:2981 #, docstring msgid "\n" " Show all external API services along with their keys that have been set.\n\n" @@ -1794,19 +1825,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2946 +#: redbot/core/core_commands.py:2992 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2961 +#: redbot/core/core_commands.py:3007 #, docstring msgid "\n" " Remove the given services with all their keys and tokens.\n\n" @@ -1817,20 +1848,20 @@ msgid "\n" " - `` - The services to remove." msgstr "" -#: redbot/core/core_commands.py:2976 +#: redbot/core/core_commands.py:3022 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2980 +#: redbot/core/core_commands.py:3026 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2985 +#: redbot/core/core_commands.py:3031 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2990 +#: redbot/core/core_commands.py:3036 #, docstring msgid "\n" " Commands to manage settings for the help command.\n\n" @@ -1838,7 +1869,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2999 +#: redbot/core/core_commands.py:3045 #, docstring msgid "\n" " Show the current help settings.\n\n" @@ -1848,11 +1879,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3013 +#: redbot/core/core_commands.py:3059 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:3023 +#: redbot/core/core_commands.py:3069 #, docstring msgid "\n" " This resets [botname]'s help formatter to the default formatter.\n\n" @@ -1861,11 +1892,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3032 +#: redbot/core/core_commands.py:3078 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:3041 +#: redbot/core/core_commands.py:3087 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1875,11 +1906,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3051 +#: redbot/core/core_commands.py:3097 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3105 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1895,15 +1926,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3079 +#: redbot/core/core_commands.py:3125 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:3081 +#: redbot/core/core_commands.py:3127 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:3085 +#: redbot/core/core_commands.py:3131 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1917,15 +1948,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3102 +#: redbot/core/core_commands.py:3148 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3104 +#: redbot/core/core_commands.py:3150 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3154 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1939,15 +1970,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3125 +#: redbot/core/core_commands.py:3171 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3127 +#: redbot/core/core_commands.py:3173 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3131 +#: redbot/core/core_commands.py:3177 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent to a DM.\n\n" @@ -1963,15 +1994,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3152 +#: redbot/core/core_commands.py:3198 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3154 +#: redbot/core/core_commands.py:3200 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3158 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be filtered from help.\n\n" @@ -1985,15 +2016,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3175 +#: redbot/core/core_commands.py:3221 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:3177 +#: redbot/core/core_commands.py:3223 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:3181 +#: redbot/core/core_commands.py:3227 #, docstring msgid "\n" " Sets whether the bot should respond to help commands for nonexistent topics.\n\n" @@ -2009,15 +2040,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3202 +#: redbot/core/core_commands.py:3248 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3251 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:3213 +#: redbot/core/core_commands.py:3259 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " Note: This setting only applies to embedded help.\n\n" @@ -2032,15 +2063,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3230 +#: redbot/core/core_commands.py:3276 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:3234 +#: redbot/core/core_commands.py:3280 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3238 +#: redbot/core/core_commands.py:3284 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " Note: This setting does not apply to menu help.\n\n" @@ -2056,15 +2087,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3283 +#: redbot/core/core_commands.py:3302 redbot/core/core_commands.py:3329 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:3260 +#: redbot/core/core_commands.py:3306 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3265 +#: redbot/core/core_commands.py:3311 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -2081,19 +2112,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3332 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3337 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:3293 +#: redbot/core/core_commands.py:3339 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:3297 +#: redbot/core/core_commands.py:3343 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -2107,19 +2138,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3312 +#: redbot/core/core_commands.py:3358 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:3316 +#: redbot/core/core_commands.py:3362 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:3324 +#: redbot/core/core_commands.py:3370 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:3329 +#: redbot/core/core_commands.py:3375 #, docstring msgid "Sends a message to the owner.\n\n" " This is limited to one message every 60 seconds per person.\n\n" @@ -2130,43 +2161,43 @@ msgid "Sends a message to the owner.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3341 +#: redbot/core/core_commands.py:3387 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:3344 +#: redbot/core/core_commands.py:3390 msgid "through DM" msgstr "genom DM" -#: redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3392 msgid "from {}" msgstr "från {}" -#: redbot/core/core_commands.py:3347 +#: redbot/core/core_commands.py:3393 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:3352 +#: redbot/core/core_commands.py:3398 msgid "Use `{}dm {} ` to reply to this user" msgstr "Använd `{}dm {} `för att svara användaren" -#: redbot/core/core_commands.py:3354 +#: redbot/core/core_commands.py:3400 msgid "Sent by {} {}" msgstr "Skickat av {} {}" -#: redbot/core/core_commands.py:3359 +#: redbot/core/core_commands.py:3405 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:3430 +#: redbot/core/core_commands.py:3476 msgid "Your message has been sent." msgstr "Ditt meddelande har sänts." -#: redbot/core/core_commands.py:3432 +#: redbot/core/core_commands.py:3478 msgid "I'm unable to deliver your message. Sorry." msgstr "Jag kan inte leverera ditt meddelande. Förlåt." -#: redbot/core/core_commands.py:3437 +#: redbot/core/core_commands.py:3483 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n\n" @@ -2179,41 +2210,41 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3453 +#: redbot/core/core_commands.py:3499 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3509 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:3464 +#: redbot/core/core_commands.py:3510 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:3478 redbot/core/core_commands.py:3488 +#: redbot/core/core_commands.py:3524 redbot/core/core_commands.py:3534 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:3481 redbot/core/core_commands.py:3491 +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3537 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:3496 +#: redbot/core/core_commands.py:3542 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:3500 +#: redbot/core/core_commands.py:3546 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:3506 +#: redbot/core/core_commands.py:3552 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:3593 +#: redbot/core/core_commands.py:3639 #, docstring msgid "\n" " Commands to manage the allowlist.\n\n" @@ -2222,7 +2253,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3604 +#: redbot/core/core_commands.py:3650 #, docstring msgid "\n" " Adds users to the allowlist.\n\n" @@ -2234,15 +2265,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3663 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3619 +#: redbot/core/core_commands.py:3665 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3623 +#: redbot/core/core_commands.py:3669 #, docstring msgid "\n" " Lists users on the allowlist.\n\n" @@ -2251,21 +2282,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3635 +#: redbot/core/core_commands.py:3681 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3637 +#: redbot/core/core_commands.py:3683 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3641 redbot/core/core_commands.py:3739 +#: redbot/core/core_commands.py:3687 redbot/core/core_commands.py:3785 #: redbot/core/modlog.py:428 redbot/core/modlog.py:450 #: redbot/core/modlog.py:466 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/core_commands.py:3649 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Removes users from the allowlist.\n\n" @@ -2278,15 +2309,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3664 +#: redbot/core/core_commands.py:3710 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3666 +#: redbot/core/core_commands.py:3712 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3670 +#: redbot/core/core_commands.py:3716 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2296,11 +2327,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3725 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3684 +#: redbot/core/core_commands.py:3730 #, docstring msgid "\n" " Commands to manage the blocklist.\n\n" @@ -2308,7 +2339,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3693 +#: redbot/core/core_commands.py:3739 #, docstring msgid "\n" " Adds users to the blocklist.\n\n" @@ -2320,19 +2351,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3709 +#: redbot/core/core_commands.py:3755 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3715 +#: redbot/core/core_commands.py:3761 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3717 +#: redbot/core/core_commands.py:3763 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3721 +#: redbot/core/core_commands.py:3767 #, docstring msgid "\n" " Lists users on the blocklist.\n\n" @@ -2341,15 +2372,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3733 +#: redbot/core/core_commands.py:3779 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3735 +#: redbot/core/core_commands.py:3781 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3747 +#: redbot/core/core_commands.py:3793 #, docstring msgid "\n" " Removes users from the blocklist.\n\n" @@ -2361,15 +2392,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3760 +#: redbot/core/core_commands.py:3806 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3762 +#: redbot/core/core_commands.py:3808 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3766 +#: redbot/core/core_commands.py:3812 #, docstring msgid "\n" " Clears the blocklist.\n\n" @@ -2378,11 +2409,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3773 +#: redbot/core/core_commands.py:3819 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3779 +#: redbot/core/core_commands.py:3825 #, docstring msgid "\n" " Commands to manage the server specific allowlist.\n\n" @@ -2391,7 +2422,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3792 +#: redbot/core/core_commands.py:3838 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n\n" @@ -2404,19 +2435,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3811 +#: redbot/core/core_commands.py:3857 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:3820 +#: redbot/core/core_commands.py:3866 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3822 +#: redbot/core/core_commands.py:3868 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3826 +#: redbot/core/core_commands.py:3872 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n\n" @@ -2425,19 +2456,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3838 +#: redbot/core/core_commands.py:3884 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3840 +#: redbot/core/core_commands.py:3886 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:3844 redbot/core/core_commands.py:3966 +#: redbot/core/core_commands.py:3890 redbot/core/core_commands.py:4012 msgid "Unknown or Deleted User/Role" msgstr "" -#: redbot/core/core_commands.py:3854 +#: redbot/core/core_commands.py:3900 #, docstring msgid "\n" " Removes user or role from the allowlist.\n\n" @@ -2451,19 +2482,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3875 +#: redbot/core/core_commands.py:3921 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3883 +#: redbot/core/core_commands.py:3929 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3885 +#: redbot/core/core_commands.py:3931 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3889 +#: redbot/core/core_commands.py:3935 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2473,11 +2504,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3898 +#: redbot/core/core_commands.py:3944 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3904 +#: redbot/core/core_commands.py:3950 #, docstring msgid "\n" " Commands to manage the server specific blocklist.\n\n" @@ -2485,7 +2516,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3915 +#: redbot/core/core_commands.py:3961 #, docstring msgid "\n" " Adds a user or role to the local blocklist.\n\n" @@ -2498,27 +2529,27 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3929 +#: redbot/core/core_commands.py:3975 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3932 +#: redbot/core/core_commands.py:3978 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3935 +#: redbot/core/core_commands.py:3981 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3942 +#: redbot/core/core_commands.py:3988 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3944 +#: redbot/core/core_commands.py:3990 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3948 +#: redbot/core/core_commands.py:3994 #, docstring msgid "\n" " Lists users and roles on the server blocklist.\n\n" @@ -2527,15 +2558,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3960 +#: redbot/core/core_commands.py:4006 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3962 +#: redbot/core/core_commands.py:4008 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3976 +#: redbot/core/core_commands.py:4022 #, docstring msgid "\n" " Removes user or role from local blocklist.\n\n" @@ -2548,15 +2579,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3992 +#: redbot/core/core_commands.py:4038 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3994 +#: redbot/core/core_commands.py:4040 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3998 +#: redbot/core/core_commands.py:4044 #, docstring msgid "\n" " Clears the server blocklist.\n\n" @@ -2566,16 +2597,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4007 +#: redbot/core/core_commands.py:4053 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:4012 +#: redbot/core/core_commands.py:4058 #, docstring msgid "Commands to enable and disable commands and cogs." msgstr "" -#: redbot/core/core_commands.py:4018 +#: redbot/core/core_commands.py:4064 #, docstring msgid "Set the default state for a cog as disabled.\n\n" " This will disable the cog for all servers by default.\n" @@ -2589,20 +2620,20 @@ msgid "Set the default state for a cog as disabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4034 redbot/core/core_commands.py:4059 -#: redbot/core/core_commands.py:4079 redbot/core/core_commands.py:4109 +#: redbot/core/core_commands.py:4080 redbot/core/core_commands.py:4105 +#: redbot/core/core_commands.py:4125 redbot/core/core_commands.py:4155 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:4036 +#: redbot/core/core_commands.py:4082 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:4038 +#: redbot/core/core_commands.py:4084 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:4043 +#: redbot/core/core_commands.py:4089 #, docstring msgid "Set the default state for a cog as enabled.\n\n" " This will re-enable the cog for all servers by default.\n" @@ -2616,11 +2647,11 @@ msgid "Set the default state for a cog as enabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4061 +#: redbot/core/core_commands.py:4107 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:4066 +#: redbot/core/core_commands.py:4112 #, docstring msgid "Disable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2632,19 +2663,19 @@ msgid "Disable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4081 +#: redbot/core/core_commands.py:4127 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:4083 +#: redbot/core/core_commands.py:4129 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4086 +#: redbot/core/core_commands.py:4132 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4092 +#: redbot/core/core_commands.py:4138 #, docstring msgid "Enable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2656,15 +2687,15 @@ msgid "Enable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4104 +#: redbot/core/core_commands.py:4150 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4112 +#: redbot/core/core_commands.py:4158 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4118 +#: redbot/core/core_commands.py:4164 #, docstring msgid "List the cogs which are disabled in this server.\n\n" " **Example:**\n" @@ -2672,15 +2703,15 @@ msgid "List the cogs which are disabled in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4131 +#: redbot/core/core_commands.py:4177 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:4137 +#: redbot/core/core_commands.py:4183 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:4141 +#: redbot/core/core_commands.py:4187 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2691,7 +2722,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4158 +#: redbot/core/core_commands.py:4204 #, docstring msgid "List disabled commands globally.\n\n" " **Example:**\n" @@ -2699,19 +2730,19 @@ msgid "List disabled commands globally.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4165 +#: redbot/core/core_commands.py:4211 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:4168 +#: redbot/core/core_commands.py:4214 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4172 +#: redbot/core/core_commands.py:4218 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4180 +#: redbot/core/core_commands.py:4226 #, docstring msgid "List disabled commands in this server.\n\n" " **Example:**\n" @@ -2719,19 +2750,19 @@ msgid "List disabled commands in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4187 +#: redbot/core/core_commands.py:4233 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:4190 +#: redbot/core/core_commands.py:4236 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4194 +#: redbot/core/core_commands.py:4240 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4201 +#: redbot/core/core_commands.py:4247 #, docstring msgid "\n" " Disable a command.\n\n" @@ -2745,7 +2776,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4223 +#: redbot/core/core_commands.py:4269 #, docstring msgid "\n" " Disable a command globally.\n\n" @@ -2757,19 +2788,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4242 redbot/core/core_commands.py:4285 +#: redbot/core/core_commands.py:4288 redbot/core/core_commands.py:4331 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:4248 redbot/core/core_commands.py:4291 +#: redbot/core/core_commands.py:4294 redbot/core/core_commands.py:4337 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:4257 +#: redbot/core/core_commands.py:4303 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:4266 +#: redbot/core/core_commands.py:4312 #, docstring msgid "\n" " Disable a command in this server only.\n\n" @@ -2781,15 +2812,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4296 +#: redbot/core/core_commands.py:4342 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:4306 +#: redbot/core/core_commands.py:4352 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:4312 +#: redbot/core/core_commands.py:4358 #, docstring msgid "Enable a command.\n\n" " If you're the bot owner, this will try to enable a globally disabled command by default.\n" @@ -2802,7 +2833,7 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4332 +#: redbot/core/core_commands.py:4378 #, docstring msgid "\n" " Enable a command globally.\n\n" @@ -2814,11 +2845,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4354 +#: redbot/core/core_commands.py:4400 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:4363 +#: redbot/core/core_commands.py:4409 #, docstring msgid "\n" " Enable a command in this server.\n\n" @@ -2830,15 +2861,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4381 +#: redbot/core/core_commands.py:4427 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4437 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:4398 +#: redbot/core/core_commands.py:4444 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2852,7 +2883,7 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4419 +#: redbot/core/core_commands.py:4465 #, docstring msgid "\n" " Commands to manage server settings for immunity from automated actions.\n\n" @@ -2860,7 +2891,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4428 +#: redbot/core/core_commands.py:4474 #, docstring msgid "\n" " Gets the current members and roles configured for automatic moderation action immunity.\n\n" @@ -2869,19 +2900,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4441 +#: redbot/core/core_commands.py:4487 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4446 +#: redbot/core/core_commands.py:4492 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4450 +#: redbot/core/core_commands.py:4496 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:4459 +#: redbot/core/core_commands.py:4505 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n\n" @@ -2893,11 +2924,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4471 +#: redbot/core/core_commands.py:4517 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:4479 +#: redbot/core/core_commands.py:4525 #, docstring msgid "\n" " Remove a user or role from being immune to automated moderation actions.\n\n" @@ -2909,11 +2940,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4491 +#: redbot/core/core_commands.py:4537 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:4499 +#: redbot/core/core_commands.py:4545 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n\n" @@ -2925,15 +2956,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4511 +#: redbot/core/core_commands.py:4557 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:4513 +#: redbot/core/core_commands.py:4559 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:4518 +#: redbot/core/core_commands.py:4564 #, docstring msgid "\n" " Commands for configuring owner notifications.\n\n" @@ -2941,7 +2972,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4527 +#: redbot/core/core_commands.py:4573 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2953,7 +2984,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4546 +#: redbot/core/core_commands.py:4592 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n\n" @@ -2964,7 +2995,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4565 +#: redbot/core/core_commands.py:4611 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n\n" @@ -2976,7 +3007,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4591 +#: redbot/core/core_commands.py:4637 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n\n" @@ -2988,7 +3019,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4615 +#: redbot/core/core_commands.py:4661 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n\n" @@ -2997,15 +3028,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4625 +#: redbot/core/core_commands.py:4671 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:4636 +#: redbot/core/core_commands.py:4682 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:4667 +#: redbot/core/core_commands.py:4713 #, docstring msgid "\n" " Commands to add servers or channels to the ignore list.\n\n" @@ -3014,7 +3045,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4677 +#: redbot/core/core_commands.py:4723 #, docstring msgid "\n" " List the currently ignored servers and channels.\n\n" @@ -3023,7 +3054,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4692 +#: redbot/core/core_commands.py:4738 #, docstring msgid "\n" " Ignore commands in the channel or category.\n\n" @@ -3039,15 +3070,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4712 +#: redbot/core/core_commands.py:4758 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:4714 +#: redbot/core/core_commands.py:4760 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:4719 +#: redbot/core/core_commands.py:4765 #, docstring msgid "\n" " Ignore commands in this server.\n\n" @@ -3057,20 +3088,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4730 +#: redbot/core/core_commands.py:4776 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:4732 +#: redbot/core/core_commands.py:4778 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:4738 +#: redbot/core/core_commands.py:4784 #, docstring msgid "Commands to remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4746 +#: redbot/core/core_commands.py:4792 #, docstring msgid "\n" " Remove a channel or category from the ignore list.\n\n" @@ -3085,15 +3116,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4765 +#: redbot/core/core_commands.py:4811 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:4767 +#: redbot/core/core_commands.py:4813 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4772 +#: redbot/core/core_commands.py:4818 #, docstring msgid "\n" " Remove this server from the ignore list.\n\n" @@ -3102,24 +3133,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4781 +#: redbot/core/core_commands.py:4827 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4783 +#: redbot/core/core_commands.py:4829 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4789 +#: redbot/core/core_commands.py:4835 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:4801 +#: redbot/core/core_commands.py:4847 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:4816 +#: redbot/core/core_commands.py:4862 #, docstring msgid "\n" " Get info about Red's licenses.\n" @@ -3152,7 +3183,7 @@ msgid "Evaluate a statement of python code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:166 +#: redbot/core/dev_commands.py:167 #, docstring msgid "Execute asynchronous code.\n\n" " This command wraps code into the body of an async function and then\n" @@ -3172,7 +3203,7 @@ msgid "Execute asynchronous code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:220 +#: redbot/core/dev_commands.py:221 #, docstring msgid "Open an interactive REPL.\n\n" " The REPL will only recognise code as messages which start with a\n" @@ -3181,51 +3212,51 @@ msgid "Open an interactive REPL.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:229 +#: redbot/core/dev_commands.py:230 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "Kör redan en REPL session i denna kanal, avsluta den med `quit`." -#: redbot/core/dev_commands.py:233 +#: redbot/core/dev_commands.py:234 msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." msgstr "" -#: redbot/core/dev_commands.py:244 +#: redbot/core/dev_commands.py:245 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." msgstr "" -#: redbot/core/dev_commands.py:258 +#: redbot/core/dev_commands.py:259 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:309 +#: redbot/core/dev_commands.py:310 msgid "Unexpected error: `{}`" msgstr "Oväntat fel: `{}`" -#: redbot/core/dev_commands.py:313 +#: redbot/core/dev_commands.py:314 #, docstring msgid "Pauses/resumes the REPL running in the current channel" msgstr "" -#: redbot/core/dev_commands.py:315 +#: redbot/core/dev_commands.py:316 msgid "There is no currently running REPL session in this channel." msgstr "" -#: redbot/core/dev_commands.py:323 +#: redbot/core/dev_commands.py:324 msgid "The REPL session in this channel has been resumed." msgstr "" -#: redbot/core/dev_commands.py:325 +#: redbot/core/dev_commands.py:326 msgid "The REPL session in this channel is now paused." msgstr "" -#: redbot/core/dev_commands.py:330 +#: redbot/core/dev_commands.py:331 #, docstring msgid "Mock another user invoking a command.\n\n" " The prefix must not be entered.\n" " " msgstr "" -#: redbot/core/dev_commands.py:343 +#: redbot/core/dev_commands.py:344 #, docstring msgid "Dispatch a message event as if it were sent by a different user.\n\n" " Only reads the raw content of the message. Attachments, embeds etc. are\n" @@ -3233,17 +3264,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:364 +#: redbot/core/dev_commands.py:365 #, docstring msgid "Give bot owners the ability to bypass cooldowns.\n\n" " Does not persist through restarts." msgstr "" -#: redbot/core/dev_commands.py:372 +#: redbot/core/dev_commands.py:373 msgid "Bot owners will now bypass all commands with cooldowns." msgstr "" -#: redbot/core/dev_commands.py:374 +#: redbot/core/dev_commands.py:375 msgid "Bot owners will no longer bypass all commands with cooldowns." msgstr "" diff --git a/redbot/core/locales/tr-TR.po b/redbot/core/locales/tr-TR.po index 9259363e3..1cbbe4b2d 100644 --- a/redbot/core/locales/tr-TR.po +++ b/redbot/core/locales/tr-TR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-05-25 16:04+0000\n" +"POT-Creation-Date: 2021-06-12 15:52+0000\n" "Last-Translator: \n" "Language-Team: Turkish\n" "MIME-Version: 1.0\n" @@ -142,15 +142,15 @@ msgstr "**{} yüklendi:**\n" msgid "**{} unloaded:**\n" msgstr "**{} yüklenmesi kaldırıldı:**\n" -#: redbot/core/core_commands.py:179 +#: redbot/core/core_commands.py:181 msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." msgstr "{alias_name} çalışmakta olan coglardan birinde bir komut veya komut takma adı olarak zaten kullanımda." -#: redbot/core/core_commands.py:184 +#: redbot/core/core_commands.py:186 msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." msgstr "{command_name} çalışmakta olan coglardan birinde bir komut veya komut takma adı olarak zaten kullanımda." -#: redbot/core/core_commands.py:393 +#: redbot/core/core_commands.py:398 #, docstring msgid "\n" " The Core cog has many commands related to core functions.\n\n" @@ -161,12 +161,12 @@ msgstr "\n" " Bu komutlar her Red botunda bulunur ve botun en temel kullanımını kapsar.\n" " " -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:410 #, docstring msgid "Pong." msgstr "Pong." -#: redbot/core/core_commands.py:410 +#: redbot/core/core_commands.py:415 #, docstring msgid "Shows info about [botname].\n\n" " See `[p]set custominfo` to customize.\n" @@ -175,51 +175,51 @@ msgstr "[botname] hakkında bilgi verir.\n\n" " Düzenlemek için `[p]set custominfo` komutunu inceleyin.\n" " " -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:445 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" "(c) Cog Creators" -msgstr "Bu bot Red'in bir misalidir. [Red, açık kaynaklı bir Discord botudur]({}) [Twentysix] tarafından yaratılmıştır({}) ve [pek çok kişi tarafından geliştirilmektedir]({}).\n\n" +msgstr "Bu bot Red'in bir misalidir. [Red, açık kaynaklı bir Discord botudur]({}) [Twentysix]({}) tarafından yaratılmıştır ve [pek çok kişi tarafından geliştirilmektedir]({}).\n\n" "Red, geliştirilmesine katkıda bulunan ve herkesin kullanımı için içerik üreten hevesli bir topluluk tarafından desteklenmedir. [Bize bugün katılıp]({}) ilerlememize yardımcı olabilirsiniz!\n\n" "(c) Cog Creators" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by team" msgstr "Misal bir takıma aittir" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by" msgstr "Misal sahibi" -#: redbot/core/core_commands.py:456 +#: redbot/core/core_commands.py:461 msgid "Red version" msgstr "Red Sürümü" -#: redbot/core/core_commands.py:459 redbot/core/core_commands.py:515 +#: redbot/core/core_commands.py:464 redbot/core/core_commands.py:520 msgid "Yes, {version} is available." msgstr "Evet, {version} şu anda mevcut." -#: redbot/core/core_commands.py:463 redbot/core/core_commands.py:519 +#: redbot/core/core_commands.py:468 redbot/core/core_commands.py:524 msgid "Checking for updates failed." msgstr "Güncelleme kontrolü başarısız oldu." -#: redbot/core/core_commands.py:464 +#: redbot/core/core_commands.py:469 msgid "Outdated" msgstr "Güncel Değil" -#: redbot/core/core_commands.py:466 +#: redbot/core/core_commands.py:471 msgid "About this instance" msgstr "Bu misal hakkında" -#: redbot/core/core_commands.py:467 +#: redbot/core/core_commands.py:472 msgid "About Red" msgstr "Red Hakkında" -#: redbot/core/core_commands.py:470 redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:475 redbot/core/core_commands.py:533 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "02 Ocak 2016 dan beri mutluluk getiriyor. ({} günden uzun süredir!)" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:483 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" @@ -227,7 +227,7 @@ msgstr "Bu bot Red'in misalidir, Red açık kaynaklı bir Discord botudur (1) Tw "Red geliştirilmesine katkıda bulunan ve herkesin kullanımı için açık içerik üreten hevesli bir topluluk tarafından desteklenmektedir. Hemen bize katılıp (4) gelişmemize yardımcı olabilirsiniz!\n\n" "(c) Cog Creators" -#: redbot/core/core_commands.py:489 +#: redbot/core/core_commands.py:494 msgid "Instance owned by team: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" @@ -237,7 +237,7 @@ msgstr "Misal sahibi olan takım: [{owner}]\n" "discord.py: [{dpy_version}] (6)\n" "Red sürümü: [{red_version}] (7)\n" -#: redbot/core/core_commands.py:501 +#: redbot/core/core_commands.py:506 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" @@ -247,19 +247,19 @@ msgstr "Misal sahibi: [{owner}]\n" "discord.py: [{dpy_version}] (6)\n" "Red sürümü: [{red_version}] (7)\n" -#: redbot/core/core_commands.py:520 +#: redbot/core/core_commands.py:525 msgid "Outdated: [{state}]\n" msgstr "Eskimiş: [{state}]\n" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:528 msgid "**About Red**\n" msgstr "**Red Hakkında**\n" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:539 msgid "**About this instance**\n" msgstr "**Bu misal hakkında**\n" -#: redbot/core/core_commands.py:536 +#: redbot/core/core_commands.py:541 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -277,20 +277,20 @@ msgstr "**Referanslar**\n" "6. <{}>\n" "7. <{}>\n" -#: redbot/core/core_commands.py:552 +#: redbot/core/core_commands.py:557 #, docstring msgid "Shows [botname]'s uptime." msgstr "[botname]'un açık kalma süresini gösterir." -#: redbot/core/core_commands.py:555 +#: redbot/core/core_commands.py:560 msgid "Less than one second" msgstr "Bir saniyeden az" -#: redbot/core/core_commands.py:557 +#: redbot/core/core_commands.py:562 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "Şu zamandan beri açık: **{time_quantity}** ({timestamp} UTC)" -#: redbot/core/core_commands.py:564 +#: redbot/core/core_commands.py:569 #, docstring msgid "\n" " Commands which interact with the data [botname] has about you.\n\n" @@ -301,7 +301,7 @@ msgstr "\n" " Daha çok bilgi için [Son Kullanıcı Veri Beyannamesi](https://docs.discord.red/en/stable/red_core_data_statement.html)ni okuyun.\n" " " -#: redbot/core/core_commands.py:575 +#: redbot/core/core_commands.py:580 #, docstring msgid "\n" " Find out what type of data [botname] stores and why.\n\n" @@ -314,13 +314,13 @@ msgstr "\n" " - `[p]mydata whatdata`\n" " " -#: redbot/core/core_commands.py:585 +#: redbot/core/core_commands.py:590 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "Bu bot çalışması için gerekli olduğundan kullanıcılar hakkında biraz veri depolar. Bu çoğunlukla size Discord tarafından atanan ID ve botu nasıl kullandığınıza bağlı olarak değişen ilişkilendirmelerdir. Kimin neyi oluşturduğunun kaydını tutan bir kaç komut bulunur. (oynatma listeleri gibi) Konuyla ilgili tüm detaylar ve neyin neden depolandığıyla ilgili bilgi almak için {link} adresini ziyaret edin.\n\n" "Ayrıca, bot'un sahibi tarafından yüklenmiş 3. parti eklentiler fazladan veri depoluyor veya depolamıyor olabilirler. `{prefix}mydata 3rdparty` komutunu kullanarak her 3. parti eklentinin veri bildirgesine ulaşabilirsiniz." -#: redbot/core/core_commands.py:604 +#: redbot/core/core_commands.py:609 #, docstring msgid "View the End User Data statements of each 3rd-party module.\n\n" " This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" @@ -333,39 +333,39 @@ msgstr "Her üçüncü parti modülün Son Kullanıcı Veri Beyannamelerini okuy " - `[p]mydata 3rdparty`\n" " " -#: redbot/core/core_commands.py:615 +#: redbot/core/core_commands.py:620 msgid "I need to be able to attach files (try in DMs?)." msgstr "Dosya eklemem gerekiyor. (DM'den deneyebilirsin)." -#: redbot/core/core_commands.py:625 +#: redbot/core/core_commands.py:630 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "Bu misalde her hangi bir 3. parti eklenti kurulu gözükmüyor." -#: redbot/core/core_commands.py:645 +#: redbot/core/core_commands.py:650 msgid "3rd party End User Data statements" msgstr "3. parti Son Kullanıcı Veri Bildirgeleri" -#: redbot/core/core_commands.py:647 +#: redbot/core/core_commands.py:652 msgid "The following are statements provided by 3rd-party extensions." msgstr "3. parti eklentiler tarafından sunulan bildirgeler:" -#: redbot/core/core_commands.py:652 +#: redbot/core/core_commands.py:657 msgid "3rd-party extensions without statements\n" msgstr "Bildirgesi olmayan 3. parti eklentiler\n" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:668 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "İşte 3. taraf uzantıların sağladığı ifadelerle oluşturulmuş bir sayfa." -#: redbot/core/core_commands.py:679 +#: redbot/core/core_commands.py:684 msgid "Did not get confirmation, cancelling." msgstr "Onay alınmadı, iptal ediliyor." -#: redbot/core/core_commands.py:684 +#: redbot/core/core_commands.py:689 msgid "Did not get a matching confirmation, cancelling." msgstr "Eşleşen onay alınmadı, iptal ediliyor." -#: redbot/core/core_commands.py:695 +#: redbot/core/core_commands.py:700 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -385,19 +385,19 @@ msgstr "\n" " - `[p]mydata forgetme`\n" " " -#: redbot/core/core_commands.py:710 +#: redbot/core/core_commands.py:715 msgid "This command ({command}) does not support non-interactive usage." msgstr "Görünüşe bakılırsa ({command}) komutu etkileşimsiz kullanımı desteklemiyor." -#: redbot/core/core_commands.py:717 +#: redbot/core/core_commands.py:722 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "Bu botun sizinle ilgili veriyi silmesi ve/veya ilişkilendirmeleri kaldırmasını sağlar. Moderasyönel kayıtlar, uyarılar, cezalar gibi işlevsel veriyi silmez. Eğer istediğinizin bu olduğundan eminseniz, lütfen şununla cevap verin:" -#: redbot/core/core_commands.py:727 +#: redbot/core/core_commands.py:732 msgid "This may take some time." msgstr "Bu biraz zaman alacak." -#: redbot/core/core_commands.py:740 +#: redbot/core/core_commands.py:745 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." @@ -405,7 +405,7 @@ msgstr "Sizinle alakalı olan operasyonel olmayan verileri silmeye çalıştım "Bunu çözmek için lütfen bot sahibi ile iletişime geçin.\n" "Not: Bu hatalar dışında, verileriniz silinmiş olmalı." -#: redbot/core/core_commands.py:755 +#: redbot/core/core_commands.py:760 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." @@ -413,7 +413,7 @@ msgstr "Sizinle alakalı olan operasyonel olmayan verileri silmeye çalıştım "Bunu çözmek için lütfen bot sahibi ile iletişime geçin.\n" "Not: Bu hatalar dışında, verileriniz silinmiş olmalı." -#: redbot/core/core_commands.py:765 +#: redbot/core/core_commands.py:770 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." @@ -421,27 +421,27 @@ msgstr "Sizinle alakalı olan operasyonel olmayan verileri silmeye çalıştım "Bunu çözmek için lütfen bot sahibi ile iletişime geçin.\n" "Not: Bu hatalar dışında, verileriniz silinmiş olmalı." -#: redbot/core/core_commands.py:775 +#: redbot/core/core_commands.py:780 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "Hakkınızda işlevsel olmayan (ve silmeyi bildiğim) tüm veriyi sildim {mention}" -#: redbot/core/core_commands.py:783 redbot/core/core_commands.py:950 -#: redbot/core/core_commands.py:1036 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:788 redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:1041 redbot/core/core_commands.py:1112 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "{mention} Bu coglar silme isteğini işlemedi:\n" "{cogs}." -#: redbot/core/core_commands.py:793 +#: redbot/core/core_commands.py:798 #, docstring msgid "[Coming Soon] Get what data [botname] has about you." msgstr "[Yakında] [botname] hakkınızda bildiklerini öğrenin." -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:800 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "Bu komut şu anda hiç bir şey yapmıyor fakat bunun için üzerinde çalışıyoruz." -#: redbot/core/core_commands.py:804 +#: redbot/core/core_commands.py:809 #, docstring msgid "\n" " Commands for more complete data handling.\n" @@ -450,7 +450,7 @@ msgstr "\n" " Daha tümleşik veri kontrolü için komutlar.\n" " " -#: redbot/core/core_commands.py:810 +#: redbot/core/core_commands.py:815 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -467,11 +467,11 @@ msgstr "\n" " - `[p]mydata ownermanagement allowuserdeletions`\n" " " -#: redbot/core/core_commands.py:821 +#: redbot/core/core_commands.py:826 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "Kullanıcılar kendi verilerini silebilirler. Bu engellenmiş kullanıcılar gibi işlevsel verileri içermez." -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:834 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n\n" @@ -486,11 +486,11 @@ msgstr "\n" " - `[p]mydata ownermanagement disallowuserdeletions`\n" " " -#: redbot/core/core_commands.py:838 +#: redbot/core/core_commands.py:843 msgid "User can not delete their own data." msgstr "Kullanıcılar kendi datalarını silemezler." -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:847 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -513,15 +513,15 @@ msgstr "\n" " - `1`: Coglar kullanıcı hakkında bildikleri gerekli olmayan her şeyi silmek zorundadırlar.\n" " " -#: redbot/core/core_commands.py:859 +#: redbot/core/core_commands.py:864 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "Coglardan kullanıcı isteği üzerine işlevsel olmayan tüm veriyi silmeleri talep edilecek." -#: redbot/core/core_commands.py:867 +#: redbot/core/core_commands.py:872 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "Coglar kullanıcının veri silme isteğinde bulunduğundan haberdar edilecek, ve neyin silinebileceği cog yapımcısının kararına bırakılacak." -#: redbot/core/core_commands.py:878 +#: redbot/core/core_commands.py:883 #, docstring msgid "\n" " Handle a deletion request from Discord.\n\n" @@ -542,13 +542,13 @@ msgstr "\n" " - `` - Verisi silinecek olan kullanıcının IDsi.\n" " " -#: redbot/core/core_commands.py:892 +#: redbot/core/core_commands.py:897 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "Bu, botun belirtilen kullanıcı IDsi ile ilgili tüm veriyi silmesini ya da ilişkilendirmeyi kaldırmasına yol açar. Discord silinmiş bir hesap hakkında özellikle talep etmedikçe bu komutu kullanmayın. Bu işlem kullanıcıyı çeşitli istismar önlemlerinden de çıkaracaktır. Eğer veri silinmesini kullanıcı talep ettiyse bunun yerine `{prefix}{command_name}` kullanabilirsiniz.\n\n" "Eğer devam etmek istediğinize eminseniz lütfen aşağıdakiyle cevap verin:" -#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:915 redbot/core/core_commands.py:1072 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." @@ -556,7 +556,7 @@ msgstr "O kullanıcı hakkında tüm bilgiyi silmeye çalıştım, (silmeyi bild "Lütfen log dosyalarını inceleyip cogların ve modüllerin yapımcıları ile görüşün.\n" "Not: Bu sorunlar dışında tüm veri silinmiş olmalı." -#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +#: redbot/core/core_commands.py:930 redbot/core/core_commands.py:1087 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." @@ -564,7 +564,7 @@ msgstr "Bu kullanıcıyla alakalı olan tüm verileri silmeye çalıştım (nas "Bunu çözmek için lütfen bot sahibi ile iletişime geçin.\n" "Not: Bu hatalar dışında, verileriniz silinmiş olmalı." -#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +#: redbot/core/core_commands.py:941 redbot/core/core_commands.py:1098 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." @@ -572,11 +572,11 @@ msgstr "O kullanıcı ile ilgili tüm veriyi silmeye çalıştım, (silmeyi bild "Lütfen log dosyalarını inceleyip bu cogların ve modüllerin yapımcıları ile irtibata geçin.\n" "Not: Bu sorunlar dışında tüm veri silinmiş olmalı." -#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +#: redbot/core/core_commands.py:951 redbot/core/core_commands.py:1108 msgid "I've deleted all data about that user that I know how to delete." msgstr "O kullanıcıyla ilgili nasıl sileceğimi bildiğim tüm verileri sildim." -#: redbot/core/core_commands.py:957 +#: redbot/core/core_commands.py:962 #, docstring msgid "Delete data [botname] has about a user for a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" @@ -593,13 +593,13 @@ msgstr "[botname] bir kullanıcı hakkında sahip olduğu veriyi sildirin.\n\n" " - `` - Verileri silinecek olan kullanıcı.\n" " " -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:973 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "Bu botun belirtilen kullanıcıyla ilgili işlev için gerekli olmayan bol miktarda bilgiyi silmesini ya da ilişkilendirmeyi bırakmasına yol açacaktır. Bot ile hiç etkileşim kuramadıkları durumlar dışında kullanıcılar bununla ilgili farklı bir komutu kullanma izinleri vardır.. Bu çoğunlukla güvenli bir işlemdir, fakat kullanıcının botu kullanımı üzerinde etkili olabileceğinden eğer kullanıcı bunu açıkça talep etmediyse bunu kullanmamalısınız. \n\n" "Eğer devam etmek istediğinizden eminseniz şununla cevap verin:" -#: redbot/core/core_commands.py:991 +#: redbot/core/core_commands.py:996 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." @@ -607,7 +607,7 @@ msgstr "Sizinle alakalı olan operasyonel olmayan verileri silmeye çalıştım "Bunu çözmek için lütfen bot sahibi ile iletişime geçin.\n" "Not: Bu hatalar dışında, verileriniz silinmiş olmalı." -#: redbot/core/core_commands.py:1006 +#: redbot/core/core_commands.py:1011 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." @@ -615,7 +615,7 @@ msgstr "Sizinle alakalı olan operasyonel olmayan verileri silmeye çalıştım "Bunu çözmek için lütfen bot sahibi ile iletişime geçin.\n" "Not: Bu hatalar dışında, verileriniz silinmiş olmalı." -#: redbot/core/core_commands.py:1017 +#: redbot/core/core_commands.py:1022 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." @@ -623,11 +623,11 @@ msgstr "Bu kullanıcıyla alakalı olan operasyonel olmayan verileri silmeye ça "Bunu çözmek için lütfen bot sahibi ile iletişime geçin.\n" "Not: Bu hatalar dışında, verileriniz silinmiş olmalı." -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1033 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "O kullanıcıyla ilgili nasıl sileceğimi bildiğim tüm verileri sildim." -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1048 #, docstring msgid "Delete data [botname] has about a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" @@ -642,13 +642,13 @@ msgstr "[botname] bir kullanıcı hakkındaki bilgilerini sildirir.\n\n" " - `` - Verileri silinecek olan kullanıcının IDsi.\n" " " -#: redbot/core/core_commands.py:1053 +#: redbot/core/core_commands.py:1058 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "Bu botun belirtilen kullanıcıyla ilgili bol miktarda veriyi silmesini ya da ilişkilendirmeyi bırakmasına yol açacaktır. Bu son kullanıcı verilerini içerebilir, suiistimal önleme kayıtları dahil..\n\n" "Devam etmekte kararlıysanız şununla cevap verin:" -#: redbot/core/core_commands.py:1114 +#: redbot/core/core_commands.py:1119 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -683,7 +683,7 @@ msgstr "\n" " 3. Küresel ayar ([p]embedset global)\n" " " -#: redbot/core/core_commands.py:1136 +#: redbot/core/core_commands.py:1141 #, docstring msgid "\n" " Show the current embed settings.\n\n" @@ -706,42 +706,42 @@ msgstr "\n" " - `[komut_adı]` - Komuta özgü yerleştirme ayarlarını aramak için komut adı.\n" " " -#: redbot/core/core_commands.py:1153 redbot/core/core_commands.py:1309 -#: redbot/core/core_commands.py:1360 redbot/core/core_commands.py:4236 -#: redbot/core/core_commands.py:4279 redbot/core/core_commands.py:4345 -#: redbot/core/core_commands.py:4376 +#: redbot/core/core_commands.py:1158 redbot/core/core_commands.py:1314 +#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:4282 +#: redbot/core/core_commands.py:4325 redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4422 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "Bu komut bulamadım. Lütfen büyük küçük harf duyarlı olduğunu unutmayın." -#: redbot/core/core_commands.py:1159 +#: redbot/core/core_commands.py:1164 msgid "Embed settings:\n\n" msgstr "Embed ayarları:\n\n" -#: redbot/core/core_commands.py:1161 +#: redbot/core/core_commands.py:1166 msgid "Global default: {value}\n" msgstr "Küresel varsayılan: {value}\n" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1171 msgid "Global command setting for {command} command: {value}\n" msgstr "{command} komutu için küresel komut ayarı: {value}\n" -#: redbot/core/core_commands.py:1172 +#: redbot/core/core_commands.py:1177 msgid "Guild setting: {value}\n" msgstr "Sunucu ayarı: {value}\n" -#: redbot/core/core_commands.py:1177 +#: redbot/core/core_commands.py:1182 msgid "Server command setting for {command} command: {value}\n" msgstr "{command} komutu için sunucu komutu ayarı: {value}\n" -#: redbot/core/core_commands.py:1183 +#: redbot/core/core_commands.py:1188 msgid "Channel setting: {value}\n" msgstr "Kanal ayarı: {value}\n" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1191 msgid "User setting: {value}" msgstr "Kullanıcı ayarı: {value}" -#: redbot/core/core_commands.py:1192 +#: redbot/core/core_commands.py:1197 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -760,15 +760,15 @@ msgstr "\n" " - `[p]embedset global`\n" " " -#: redbot/core/core_commands.py:1206 +#: redbot/core/core_commands.py:1211 msgid "Embeds are now disabled by default." msgstr "Yerleşik mesajlar artık varsayılan olarak kapalı." -#: redbot/core/core_commands.py:1209 +#: redbot/core/core_commands.py:1214 msgid "Embeds are now enabled by default." msgstr "Yerleşik mesajlar artık varsayılan olarak açık." -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1220 #, docstring msgid "\n" " Set the server's embed setting.\n\n" @@ -795,20 +795,20 @@ msgstr "\n" " - `[etkin]` - Bu sunucuda yerleşik mesajların açık veya kapalı olacağı, sıfırlamak için boş bırakın.\n" " " -#: redbot/core/core_commands.py:1234 redbot/core/core_commands.py:1318 -#: redbot/core/core_commands.py:1409 redbot/core/core_commands.py:1440 +#: redbot/core/core_commands.py:1239 redbot/core/core_commands.py:1323 +#: redbot/core/core_commands.py:1414 redbot/core/core_commands.py:1445 msgid "Embeds will now fall back to the global setting." msgstr "Embed'ler artık global ayarlara geri dönecek." -#: redbot/core/core_commands.py:1239 +#: redbot/core/core_commands.py:1244 msgid "Embeds are now enabled for this guild." msgstr "Bu sunucuda artık yerleşik mesajlar açık." -#: redbot/core/core_commands.py:1241 +#: redbot/core/core_commands.py:1246 msgid "Embeds are now disabled for this guild." msgstr "Bu sunucuda artık yerleşik mesajlar kapalı." -#: redbot/core/core_commands.py:1249 +#: redbot/core/core_commands.py:1254 #, docstring msgid "\n" " Sets a command's embed setting.\n\n" @@ -837,11 +837,11 @@ msgstr "\n" " - `[etkin]` - Bu komut için yerleşik mesaj kullanılıp kullanılmayacağı. Varsayılana sıfırlamak için boş bırakın.\n" " " -#: redbot/core/core_commands.py:1278 +#: redbot/core/core_commands.py:1283 msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." msgstr "Bu komut Link Yerleştirme iznine ihtiyaç duyar ve bu yüzden yerleşik mesaj kullanmamaya ayarlanamaz." -#: redbot/core/core_commands.py:1289 +#: redbot/core/core_commands.py:1294 #, docstring msgid "\n" " Sets a command's embed setting globally.\n\n" @@ -868,15 +868,15 @@ msgstr "\n" " - `[etkin]` - Bu komut için yerleşik mesaj kullanılıp kullanılmayacağı. Varsayılana sıfırlamak için boş bırakın.\n" " " -#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1375 +#: redbot/core/core_commands.py:1329 redbot/core/core_commands.py:1380 msgid "Embeds are now enabled for {command_name} command." msgstr "{command_name} komutu için artık yerleşik mesajlar açık." -#: redbot/core/core_commands.py:1330 redbot/core/core_commands.py:1381 +#: redbot/core/core_commands.py:1335 redbot/core/core_commands.py:1386 msgid "Embeds are now disabled for {command_name} command." msgstr "{command_name} komutu için yerleşik mesajlar artık kapalı." -#: redbot/core/core_commands.py:1340 +#: redbot/core/core_commands.py:1345 #, docstring msgid "\n" " Sets a commmand's embed setting for the current server.\n\n" @@ -903,11 +903,11 @@ msgstr "\n" " - `[etkin]` - Bu komut için yerleşik mesajların kullanılıp kullanılmayacağı. Varsayılana sıfırlamak için boş bırakın.\n" " " -#: redbot/core/core_commands.py:1369 +#: redbot/core/core_commands.py:1374 msgid "Embeds will now fall back to the server setting." msgstr "Yerleşik mesajlar artık sunucu ayarını kullanacak." -#: redbot/core/core_commands.py:1390 +#: redbot/core/core_commands.py:1395 #, docstring msgid "\n" " Set's a channel's embed setting.\n\n" @@ -934,21 +934,21 @@ msgstr "\n" " - `[etkin]` - Bu kanalda yerleşik mesajların açık veya kapalı olacağı, sıfırlamak için boş bırakın.\n" " " -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1419 msgid "Embeds are now {} for this channel." msgstr "Bu kanal için yerleşik mesaj ayarı artık {}." -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "enabled" msgstr "açıldı" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "disabled" msgstr "deaktif" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1426 #, docstring msgid "\n" " Sets personal embed setting for DMs.\n\n" @@ -975,15 +975,15 @@ msgstr "\n" " - `[etkin]` - Özel mesajlarınızda yerleşik mesajların açık veya kapalı olacağı, sıfırlamak için boş bırakın.\n" " " -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1450 msgid "Embeds are now enabled for you in DMs." msgstr "Artık sizin için özel mesajlarda yerleşik mesajlar etkin." -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1452 msgid "Embeds are now disabled for you in DMs." msgstr "Artık sizin için özel mesajlarda yerleşik mesajlar devre dışı." -#: redbot/core/core_commands.py:1453 +#: redbot/core/core_commands.py:1458 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead.\n\n" @@ -1004,11 +1004,11 @@ msgstr "Bot sahibine oluşan son komut hatasını gönderir.\n\n" " - `[herkese_açık]` - Hatanın şu anki kanala mı yoksa özel mesaj olarak mı gönderileceği. Size özel mesaj olarak göderilmesi için boş bırakın.\n" " " -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:1487 msgid "No exception has occurred yet." msgstr "Henüz herhangi bir özel durum oluşmadı." -#: redbot/core/core_commands.py:1487 +#: redbot/core/core_commands.py:1492 #, docstring msgid "Shows [botname]'s invite url.\n\n" " This will always send the invite to DMs to keep it private.\n\n" @@ -1023,12 +1023,12 @@ msgstr "[botname] botunun davet linkini gösterir.\n\n" " - `[p]invite`\n" " " -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1512 #, docstring msgid "Commands to setup [botname]'s invite settings." msgstr "[botname] botunun davet ayarlarını yönetmek için komutlar." -#: redbot/core/core_commands.py:1512 +#: redbot/core/core_commands.py:1517 #, docstring msgid "\n" " Toggles if `[p]invite` should be accessible for the average user.\n\n" @@ -1047,7 +1047,7 @@ msgstr "\n" " - `[onay]` - Herkese açık olması için gerekli, özel olması için gereksizdir.\n" " " -#: redbot/core/core_commands.py:1549 +#: redbot/core/core_commands.py:1554 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -1072,7 +1072,24 @@ msgstr "\n" " - `` - Botun oluşturulan davet linkinde gerekli tutacağı izin seviyesi.\n" " " -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 #, docstring msgid "\n" " Leaves servers.\n\n" @@ -1097,43 +1114,43 @@ msgstr "\n" " - `[sunucular...]` - Çıkılacak sunucular. Eğer boş bırakılırsa şu anki sunucudan çıkma denenir.\n" " " -#: redbot/core/core_commands.py:1588 +#: redbot/core/core_commands.py:1613 msgid "You need to specify at least one server ID." msgstr "En az bir sunucu IDsi sağlamanız gerekir." -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:1620 msgid "You haven't passed any server ID. Do you want me to leave this server?" msgstr "Herhangi bir sunucu IDsi sağlamadınız. Bu sunucudan çıkmamı ister misiniz?" -#: redbot/core/core_commands.py:1600 +#: redbot/core/core_commands.py:1625 msgid "Are you sure you want me to leave these servers?" msgstr "Bu sunuculardan çıkmamı istediğinize emin misiniz?" -#: redbot/core/core_commands.py:1608 +#: redbot/core/core_commands.py:1633 msgid "I cannot leave the server `{server_name}`: I am the owner of it." msgstr "`{server_name}` sunucusundan çıkamam: O sunucunun sahibi benim." -#: redbot/core/core_commands.py:1619 +#: redbot/core/core_commands.py:1644 redbot/core/core_commands.py:2711 msgid "Response timed out." msgstr "Yanıt yok, zaman aşımı oluştu." -#: redbot/core/core_commands.py:1624 +#: redbot/core/core_commands.py:1649 msgid "Alright. Bye :wave:" msgstr "Pekala, görüşürüz :wave:" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1652 msgid "Alright. Leaving {number} servers..." msgstr "Anlaşıldı. {number} sunucudan çıkılıyor..." -#: redbot/core/core_commands.py:1634 +#: redbot/core/core_commands.py:1659 msgid "Alright, I'll stay then. :)" msgstr "Tamam, kalayım öyleyse. :)" -#: redbot/core/core_commands.py:1636 +#: redbot/core/core_commands.py:1661 msgid "Alright, I'm not leaving those servers." msgstr "Anlaşıldı, bu sunuculardan çıkmıyorum." -#: redbot/core/core_commands.py:1641 +#: redbot/core/core_commands.py:1666 #, docstring msgid "\n" " Lists the servers [botname] is currently in.\n\n" @@ -1144,7 +1161,7 @@ msgstr "\n" " Not: Bu komut etkileşimlidir.\n" " " -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:1684 #, docstring msgid "Loads cog packages from the local paths and installed cogs.\n\n" " See packages available to load with `[p]cogs`.\n\n" @@ -1165,75 +1182,75 @@ msgstr "Yerel konumlardan ve kurulu coglardan cog paketlerini yükler.\n\n" " - `` - Yüklenecek cog paketleri.\n" " " -#: redbot/core/core_commands.py:1688 +#: redbot/core/core_commands.py:1713 msgid "Loaded {packs}." msgstr "Yüklenenler {packs}." -#: redbot/core/core_commands.py:1693 +#: redbot/core/core_commands.py:1718 msgid "The following package is already loaded: {pack}" msgstr "Bu paket zaten yüklü: {pack}" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1722 msgid "The following packages are already loaded: {packs}" msgstr "Bu paketler zaten yüklü: {packs}" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1729 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "Bu paketi yüklemeye çalışırken bir hata oluştu: {pack}\n" "Konsolu veya logları kontrol edin." -#: redbot/core/core_commands.py:1709 +#: redbot/core/core_commands.py:1734 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "Bu paketleri yüklemeye çalışırken bir hata oluştu: {packs}\n" "Konsolu veya logları kontrol edin." -#: redbot/core/core_commands.py:1717 redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1742 redbot/core/core_commands.py:1898 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "Bu isim geçerli bir paket ismi değil: {pack}\n" "Paket isimleri bir rakam ile başlayamaz ve sadece ascii rakamları, harfleri ve alt tireleri içerebilir." -#: redbot/core/core_commands.py:1723 redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1748 redbot/core/core_commands.py:1904 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "Bu isimler geçerli paket isimleri değil: {packs}\n" "Paket isimleri bir rakam ile başlayamaz ve sadece ascii rakamları, harfleri ve alt tireleri içerebilir." -#: redbot/core/core_commands.py:1732 redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1757 redbot/core/core_commands.py:1913 msgid "The following package was not found in any cog path: {pack}." msgstr "Bu paket herhangi bir dizinde bulunamadı: {pack}." -#: redbot/core/core_commands.py:1736 redbot/core/core_commands.py:1892 +#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 msgid "The following packages were not found in any cog path: {packs}" msgstr "Aşağıdaki paketler herhangi bir dizin yolunda bulunamadı: {packs}" -#: redbot/core/core_commands.py:1744 +#: redbot/core/core_commands.py:1769 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "Bu paket şu nedenden dolayı kurulamadı:\n\n" "{reason}" -#: redbot/core/core_commands.py:1748 +#: redbot/core/core_commands.py:1773 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "Bu paketler şu sebeplerden dolayı kurulamadı:\n\n" "{reasons}" -#: redbot/core/core_commands.py:1755 +#: redbot/core/core_commands.py:1780 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "**UYARI:** Bu depo ilerde kaldırılacak olan ortak kütüphaneler kullanmaktadır: {repo}.\n" "Deponun sahiplerine bu mesajla ilgili haber veriniz." -#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1786 redbot/core/core_commands.py:1942 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "**UYARI:** Bu depolar ilerde kaldırılacak olan ortak kütüphaneler kullanmaktadır: {repos}.\n" " Deponun sahiplerine bu mesajla ilgili haber veriniz." -#: redbot/core/core_commands.py:1780 +#: redbot/core/core_commands.py:1805 #, docstring msgid "Unloads previously loaded cog packages.\n\n" " See packages available to unload with `[p]cogs`.\n\n" @@ -1245,23 +1262,23 @@ msgid "Unloads previously loaded cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1798 +#: redbot/core/core_commands.py:1823 msgid "The following package was unloaded: {pack}." msgstr "Bu paketin yüklenmesi kaldırıldı: {pack}." -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1827 msgid "The following packages were unloaded: {packs}." msgstr "Bu paketlerin yüklenmesi kaldırıldı: {packs}." -#: redbot/core/core_commands.py:1809 +#: redbot/core/core_commands.py:1834 msgid "The following package was not loaded: {pack}." msgstr "Bu paket yüklenmemiş: {pack}." -#: redbot/core/core_commands.py:1813 +#: redbot/core/core_commands.py:1838 msgid "The following packages were not loaded: {packs}." msgstr "Bu paketler yüklenmemiş: {packs}." -#: redbot/core/core_commands.py:1826 +#: redbot/core/core_commands.py:1851 #, docstring msgid "Reloads cog packages.\n\n" " This will unload and then load the specified cogs.\n\n" @@ -1274,41 +1291,41 @@ msgid "Reloads cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:1880 msgid "Reloaded {packs}." msgstr "Yeniden yüklendi {packs}." -#: redbot/core/core_commands.py:1860 +#: redbot/core/core_commands.py:1885 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "Bu paketi yeniden yüklemeye çalışırken bir hata oluştu: {pack}. \n" "Konsolu veya logları kontrol edin." -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1890 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "Bu paketleri yeniden yüklemeye çalıştırken bir hata oluştu: {packs}\n" "Konsolu veya logları kontrol edin." -#: redbot/core/core_commands.py:1900 +#: redbot/core/core_commands.py:1925 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "Bu paket şu sebepten dolayı yeniden yüklenemedi:\n\n" "{reason}" -#: redbot/core/core_commands.py:1904 +#: redbot/core/core_commands.py:1929 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "Bu paketler şu nedenlerden dolayı tekrar yüklenemedi:\n\n" "{reasons}" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1936 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "**UYARI:** Bu depo ilerde kaldırılacak olan ortak kütüphaneler kullanmaktadır: {repo}.\n" "Deponun sahiplerine bu mesajla ilgili haber veriniz." -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Shuts down the bot.\n\n" " Allows [botname] to shut down gracefully.\n\n" @@ -1321,11 +1338,11 @@ msgid "Shuts down the bot.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1974 msgid "Shutting down... " msgstr "Kapatılıyor..." -#: redbot/core/core_commands.py:1955 +#: redbot/core/core_commands.py:1980 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -1338,16 +1355,16 @@ msgid "Attempts to restart [botname].\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1969 +#: redbot/core/core_commands.py:1994 msgid "Restarting..." msgstr "Yeniden başlatılıyor..." -#: redbot/core/core_commands.py:1974 +#: redbot/core/core_commands.py:1999 #, docstring msgid "Commands for changing [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1978 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\n" " Show the current settings for [botname].\n" @@ -1356,7 +1373,7 @@ msgstr "\n" " [botname] botunun şu anki ayarlarını gösterir.\n" " " -#: redbot/core/core_commands.py:1996 +#: redbot/core/core_commands.py:2021 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" @@ -1366,7 +1383,7 @@ msgstr "Admin rolleri: {admin}\n" "Dil: {guild_locale}\n" "Yöresel biçem: {guild_regional_format}\n" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2042 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -1378,7 +1395,7 @@ msgstr "{bot_name} Ayarları:\n\n" "Küresel yöresel biçem: {regional_format}\n" "Varsayılan yerleşik mesaj rengi: {colour}" -#: redbot/core/core_commands.py:2039 +#: redbot/core/core_commands.py:2064 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -1393,23 +1410,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2060 +#: redbot/core/core_commands.py:2085 msgid "Command deleting disabled." msgstr "Komut silme kapatıldı." -#: redbot/core/core_commands.py:2062 +#: redbot/core/core_commands.py:2087 msgid "Delete delay set to {num} seconds." msgstr "Silmeden önce beklenecek süre {num} saniyeye ayarlandı." -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2092 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "Bot komut içeren mesajları {num} saniyeden sonra silecek. Bunu kapamak için değeri -1 yapın" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2099 msgid "I will not delete command messages." msgstr "Komut içeren mesajları silmeyeceğim." -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2104 #, docstring msgid "\n" " Sets the bot's description.\n\n" @@ -1425,15 +1442,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2099 +#: redbot/core/core_commands.py:2124 msgid "Description reset." msgstr "Açıklama sıfıtrlandı." -#: redbot/core/core_commands.py:2102 +#: redbot/core/core_commands.py:2127 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "Bu açıklama düzgün gösterilemeyecek kadar uzun. Lütfen 250 den az karakterle tekrar deneyin." -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2141 #, docstring msgid "\n" " Adds an admin role for this guild.\n\n" @@ -1451,15 +1468,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2136 +#: redbot/core/core_commands.py:2161 msgid "This role is already an admin role." msgstr "Bu rol zaten Admin rolü." -#: redbot/core/core_commands.py:2138 +#: redbot/core/core_commands.py:2163 msgid "That role is now considered an admin role." msgstr "Bu rol, Admin rolü olarak ayarlandı." -#: redbot/core/core_commands.py:2144 +#: redbot/core/core_commands.py:2169 #, docstring msgid "\n" " Adds a moderator role for this guild.\n\n" @@ -1476,15 +1493,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2188 msgid "This role is already a mod role." msgstr "Bu rol zaten Mod rolü." -#: redbot/core/core_commands.py:2165 +#: redbot/core/core_commands.py:2190 msgid "That role is now considered a mod role." msgstr "Bu rol, mod rolü olarak ayarlandı." -#: redbot/core/core_commands.py:2171 +#: redbot/core/core_commands.py:2196 #, docstring msgid "\n" " Removes an admin role for this guild.\n\n" @@ -1496,15 +1513,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2208 msgid "That role was not an admin role to begin with." msgstr "O rol zaten admin rolü değildi." -#: redbot/core/core_commands.py:2185 +#: redbot/core/core_commands.py:2210 msgid "That role is no longer considered an admin role." msgstr "Bu rol artık Admin olarak kabul edilmiyor." -#: redbot/core/core_commands.py:2191 +#: redbot/core/core_commands.py:2216 #, docstring msgid "\n" " Removes a mod role for this guild.\n\n" @@ -1516,15 +1533,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2228 msgid "That role was not a mod role to begin with." msgstr "O rol zaten moderatör rolü değildi." -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2230 msgid "That role is no longer considered a mod role." msgstr "Bu rol artık Mod olarak kabul edilmiyor." -#: redbot/core/core_commands.py:2211 +#: redbot/core/core_commands.py:2236 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -1535,19 +1552,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2248 msgid "The bot {} use its configured color for embeds." msgstr "Bot {} kullanmak için yapılandırılmış rengini katıştırır." -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will not" msgstr "olmayacak" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will" msgstr "olacak" -#: redbot/core/core_commands.py:2232 +#: redbot/core/core_commands.py:2257 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -1559,11 +1576,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2247 +#: redbot/core/core_commands.py:2272 msgid "Fuzzy command search has been {} for this server." msgstr "Bulanık komut arama {} bu sunucu için olmuştur." -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2280 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -1574,11 +1591,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2268 +#: redbot/core/core_commands.py:2293 msgid "Fuzzy command search has been {} in DMs." msgstr "Bulanık komut arama {} DMs içinde olmuştur." -#: redbot/core/core_commands.py:2276 +#: redbot/core/core_commands.py:2301 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1595,15 +1612,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2321 msgid "The color has been reset." msgstr "Renk sıfırlandı." -#: redbot/core/core_commands.py:2299 +#: redbot/core/core_commands.py:2324 msgid "The color has been set." msgstr "Renk ayarlandı." -#: redbot/core/core_commands.py:2304 +#: redbot/core/core_commands.py:2329 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL.\n\n" @@ -1616,28 +1633,28 @@ msgid "Sets [botname]'s avatar\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2327 +#: redbot/core/core_commands.py:2352 msgid "That URL is invalid." msgstr "URL geçerli değil." -#: redbot/core/core_commands.py:2329 +#: redbot/core/core_commands.py:2354 msgid "Something went wrong while trying to get the image." msgstr "Resime ulaşmaya çalışırken bir şey ters gitti." -#: redbot/core/core_commands.py:2339 +#: redbot/core/core_commands.py:2364 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "Başarısız. Avatarımı saatte sadece iki kere değiştirebileceğinizi unutmayın. Kullanılan URL ya da mesaj eki JPG veya PNG formatında olmak zorundadır." -#: redbot/core/core_commands.py:2346 +#: redbot/core/core_commands.py:2371 msgid "JPG / PNG format only." msgstr "Sadece JPG / PNG formatında." -#: redbot/core/core_commands.py:2348 redbot/core/core_commands.py:2575 -#: redbot/core/core_commands.py:2631 redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:2373 redbot/core/core_commands.py:2600 +#: redbot/core/core_commands.py:2656 redbot/core/core_commands.py:2680 msgid "Done." msgstr "Tamamdır." -#: redbot/core/core_commands.py:2353 +#: redbot/core/core_commands.py:2378 #, docstring msgid "\n" " Removes [botname]'s avatar.\n\n" @@ -1646,11 +1663,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2386 msgid "Avatar removed." msgstr "Avatar kaldırıldı." -#: redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2392 #, docstring msgid "Sets [botname]'s playing status.\n\n" " This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" @@ -1663,19 +1680,19 @@ msgid "Sets [botname]'s playing status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2383 +#: redbot/core/core_commands.py:2408 msgid "The maximum length of game descriptions is 128 characters." msgstr "Oyun açıklamalarının azami uzunluğu 128 karakterdir." -#: redbot/core/core_commands.py:2391 +#: redbot/core/core_commands.py:2416 msgid "Status set to ``Playing {game.name}``." msgstr "Durum ``{game.name} Oynuyor`` a ayarlandı." -#: redbot/core/core_commands.py:2393 +#: redbot/core/core_commands.py:2418 msgid "Game cleared." msgstr "Oyun temizlendi." -#: redbot/core/core_commands.py:2399 +#: redbot/core/core_commands.py:2424 #, docstring msgid "Sets [botname]'s listening status.\n\n" " This will appear as `Listening to `.\n\n" @@ -1687,19 +1704,19 @@ msgid "Sets [botname]'s listening status.\n\n" " - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2416 +#: redbot/core/core_commands.py:2441 msgid "The maximum length of listening descriptions is 128 characters." msgstr "Dinleme açıklamalarının azami uzunluğu 128 karakterdir." -#: redbot/core/core_commands.py:2425 +#: redbot/core/core_commands.py:2450 msgid "Status set to ``Listening to {listening}``." msgstr "Durum `` {listening} Dinliyor`` a ayarlandı." -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2453 msgid "Listening cleared." msgstr "Dinleme temizlendi." -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2459 #, docstring msgid "Sets [botname]'s watching status.\n\n" " This will appear as `Watching `.\n\n" @@ -1711,19 +1728,19 @@ msgid "Sets [botname]'s watching status.\n\n" " - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2475 msgid "The maximum length of watching descriptions is 128 characters." msgstr "İzleme açıklamalarının azami uzunluğu 128 karakterdir." -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2482 msgid "Status set to ``Watching {watching}``." msgstr "Durum ``{watching} İzliyor`` a ayarlandı." -#: redbot/core/core_commands.py:2459 +#: redbot/core/core_commands.py:2484 msgid "Watching cleared." msgstr "İzleme temizlendi." -#: redbot/core/core_commands.py:2465 +#: redbot/core/core_commands.py:2490 #, docstring msgid "Sets [botname]'s competing status.\n\n" " This will appear as `Competing in `.\n\n" @@ -1735,19 +1752,19 @@ msgid "Sets [botname]'s competing status.\n\n" " - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2482 +#: redbot/core/core_commands.py:2507 msgid "The maximum length of competing descriptions is 128 characters." msgstr "Kapışma açıklamalarının azami uzunluğu 128 karakterdir." -#: redbot/core/core_commands.py:2491 +#: redbot/core/core_commands.py:2516 msgid "Status set to ``Competing in {competing}``." msgstr "Durum ``{competing} içinde kapışıyor`` olarak ayarlandı." -#: redbot/core/core_commands.py:2494 +#: redbot/core/core_commands.py:2519 msgid "Competing cleared." msgstr "Kapışma temizlendi." -#: redbot/core/core_commands.py:2500 +#: redbot/core/core_commands.py:2525 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1763,11 +1780,11 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:2555 msgid "Status changed to {}." msgstr "Durum {} olarak değiştirildi." -#: redbot/core/core_commands.py:2538 +#: redbot/core/core_commands.py:2563 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" @@ -1783,15 +1800,15 @@ msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " - `` - The text to follow `Streaming` in the status." msgstr "" -#: redbot/core/core_commands.py:2563 +#: redbot/core/core_commands.py:2588 msgid "The maximum length of the streamer url is 511 characters." msgstr "Yayıncı URL'inin azami uzunluğu 511 karakterdir." -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2591 msgid "The maximum length of the stream title is 128 characters." msgstr "Yayın başlığının azami uzunluğu 128 karakterdir." -#: redbot/core/core_commands.py:2580 +#: redbot/core/core_commands.py:2605 #, docstring msgid "Sets [botname]'s username.\n\n" " Maximum length for a username is 32 characters.\n\n" @@ -1804,29 +1821,29 @@ msgid "Sets [botname]'s username.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2596 +#: redbot/core/core_commands.py:2621 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "Doğrulanmış bir botun kullanıcı adı elle değiştirilemez. Lütfen değiştirmek için Discord destek ile görüşün." -#: redbot/core/core_commands.py:2603 +#: redbot/core/core_commands.py:2628 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "İsim değiştirme başarısız. 32 karakter veya daha kısa olmalı." -#: redbot/core/core_commands.py:2609 +#: redbot/core/core_commands.py:2634 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "İsim değiştirmede zaman aşımı. Botun ismini saatte sadece 2 kere değiştirebileceğinizi unutmayın. Botun ismini sık değiştirmeniz gerekiyorsa takma adlar kullanın: {command}" -#: redbot/core/core_commands.py:2619 +#: redbot/core/core_commands.py:2644 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "İsim değiştirilemedi. Discord şu hatayı verdi:\n" "{error_message}" -#: redbot/core/core_commands.py:2629 +#: redbot/core/core_commands.py:2654 msgid "Unexpected error occurred when trying to change the username." msgstr "İsim değiştirilmeye çalışılırken beklenmedik hata oluştu." -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2662 #, docstring msgid "Sets [botname]'s nickname for the current server.\n\n" " Maximum length for a nickname is 32 characters.\n\n" @@ -1837,15 +1854,15 @@ msgid "Sets [botname]'s nickname for the current server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2649 +#: redbot/core/core_commands.py:2674 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "İsim değiştirme başarısız. 32 karakter veya daha kısa olmalı." -#: redbot/core/core_commands.py:2653 +#: redbot/core/core_commands.py:2678 msgid "I lack the permissions to change my own nickname." msgstr "Kendi takma ismimi değiştirmek için izinlerim yok." -#: redbot/core/core_commands.py:2660 +#: redbot/core/core_commands.py:2685 #, docstring msgid "Sets [botname]'s global prefix(es).\n\n" " Warning: This is not additive. It will replace all current prefixes.\n\n" @@ -1860,20 +1877,30 @@ msgid "Sets [botname]'s global prefix(es).\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2677 +#: redbot/core/core_commands.py:2702 +msgid "Warning: A prefix is above the recommended length (20 characters).\n" +"Do you want to continue? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:2715 +msgid "Cancelled." +msgstr "İptal." + +#: redbot/core/core_commands.py:2719 msgid "Prefix set." msgstr "Prefix öneki değiştirildi." -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:2721 msgid "Prefixes set." msgstr "Önekler ayarlandı." -#: redbot/core/core_commands.py:2685 +#: redbot/core/core_commands.py:2727 #, docstring msgid "\n" " Sets [botname]'s server prefix(es).\n\n" " Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" -" This is not additive. It will replace all current server prefixes.\n\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 20 characters.\n\n" " **Examples:**\n" " - `[p]set serverprefix !`\n" " - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" @@ -1884,19 +1911,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2702 +#: redbot/core/core_commands.py:2745 msgid "Server prefixes have been reset." msgstr "Sunucu önekleri sıfırlandı." -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2748 +msgid "You cannot have a prefix longer than 20 characters." +msgstr "" + +#: redbot/core/core_commands.py:2753 msgid "Server prefix set." msgstr "Sunucu öneki ayarlandı." -#: redbot/core/core_commands.py:2709 +#: redbot/core/core_commands.py:2755 msgid "Server prefixes set." msgstr "Sunucu önekleri ayarlandı." -#: redbot/core/core_commands.py:2714 +#: redbot/core/core_commands.py:2760 #, docstring msgid "\n" " Changes the bot's default locale.\n\n" @@ -1913,21 +1944,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2735 redbot/core/core_commands.py:2779 -#: redbot/core/core_commands.py:2818 redbot/core/core_commands.py:2862 +#: redbot/core/core_commands.py:2781 redbot/core/core_commands.py:2825 +#: redbot/core/core_commands.py:2864 redbot/core/core_commands.py:2908 msgid "Invalid language code. Use format: `en-US`" msgstr "Geçersiz dil kodu. Örnek biçim: `en-US`" -#: redbot/core/core_commands.py:2739 redbot/core/core_commands.py:2783 -#: redbot/core/core_commands.py:2822 redbot/core/core_commands.py:2866 +#: redbot/core/core_commands.py:2785 redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2868 redbot/core/core_commands.py:2912 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "Geçersiz biçem - dil koduyla birlikte ülke kodu da verilmelidir, örn. `en-US`" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:2792 msgid "Global locale has been set." msgstr "Küresel bölge ayarlandı." -#: redbot/core/core_commands.py:2752 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1945,15 +1976,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2774 +#: redbot/core/core_commands.py:2820 msgid "Locale has been set to the default." msgstr "Bölge varsayılana ayarlandı." -#: redbot/core/core_commands.py:2789 +#: redbot/core/core_commands.py:2835 msgid "Locale has been set." msgstr "Yerel ayar değiştirildi." -#: redbot/core/core_commands.py:2795 +#: redbot/core/core_commands.py:2841 #, docstring msgid "\n" " Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1968,15 +1999,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2812 +#: redbot/core/core_commands.py:2858 msgid "Global regional formatting will now be based on bot's locale." msgstr "Küresel kapsamda artık bölgesel biçimlendirme için bot'un bölgesi kullanılacak." -#: redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2875 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "Küresel kapsamda artık bölgesel biçimlendirme için `{language_code}` bölgesi kullanılacak." -#: redbot/core/core_commands.py:2837 +#: redbot/core/core_commands.py:2883 #, docstring msgid "\n" " Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1991,15 +2022,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2855 +#: redbot/core/core_commands.py:2901 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "Bu sunucuda bot bölgesel biçimlendirme için bölge ayarına dayanacak." -#: redbot/core/core_commands.py:2873 +#: redbot/core/core_commands.py:2919 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "Bot artık bölgesel biçimlendirme için `{language_code}` bölgesine dayanacak." -#: redbot/core/core_commands.py:2881 +#: redbot/core/core_commands.py:2927 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -2014,19 +2045,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2898 +#: redbot/core/core_commands.py:2944 msgid "The custom text has been cleared." msgstr "Özel yazı temizlendi." -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2948 msgid "The custom text has been set." msgstr "Özel yazı ayarlandı." -#: redbot/core/core_commands.py:2905 +#: redbot/core/core_commands.py:2951 msgid "Text must be fewer than 1024 characters long." msgstr "Yazı 1024 karakterden kısa olmak zorundadır." -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2956 #, docstring msgid "\n" " Commands to set, list or remove various external API tokens.\n\n" @@ -2043,11 +2074,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2931 +#: redbot/core/core_commands.py:2977 msgid "`{service}` API tokens have been set." msgstr "`{service}` API tokenleri ayarlandı." -#: redbot/core/core_commands.py:2935 +#: redbot/core/core_commands.py:2981 #, docstring msgid "\n" " Show all external API services along with their keys that have been set.\n\n" @@ -2057,19 +2088,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2946 +#: redbot/core/core_commands.py:2992 msgid "No API services have been set yet." msgstr "Henüz hiç API hizmeti ayarlanmamış." -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API services:\n" msgstr "API hizmetleri ayarla:\n" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API service:\n" msgstr "API hizmeti ayarla:\n" -#: redbot/core/core_commands.py:2961 +#: redbot/core/core_commands.py:3007 #, docstring msgid "\n" " Remove the given services with all their keys and tokens.\n\n" @@ -2080,21 +2111,21 @@ msgid "\n" " - `` - The services to remove." msgstr "" -#: redbot/core/core_commands.py:2976 +#: redbot/core/core_commands.py:3022 msgid "Services deleted successfully:\n" "{services_list}" msgstr "Aşağıdaki hizmetler başarıyla kaldırıldı:\n" "{services_list}" -#: redbot/core/core_commands.py:2980 +#: redbot/core/core_commands.py:3026 msgid "Service deleted successfully: {service_name}" msgstr "Hizmet başarıyla kaldırıldı: {service_name}" -#: redbot/core/core_commands.py:2985 +#: redbot/core/core_commands.py:3031 msgid "None of the services you provided had any keys set." msgstr "Seçtiğiniz hiç bir hizmetin ayarlanmış herhangi bir anahtarı bulunmamaktaydı." -#: redbot/core/core_commands.py:2990 +#: redbot/core/core_commands.py:3036 #, docstring msgid "\n" " Commands to manage settings for the help command.\n\n" @@ -2102,7 +2133,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2999 +#: redbot/core/core_commands.py:3045 #, docstring msgid "\n" " Show the current help settings.\n\n" @@ -2112,11 +2143,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3013 +#: redbot/core/core_commands.py:3059 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "Dikkat: Varsayılan biçimlendirici kullanılmamakta, bu ayarlar etkili olmayabilir." -#: redbot/core/core_commands.py:3023 +#: redbot/core/core_commands.py:3069 #, docstring msgid "\n" " This resets [botname]'s help formatter to the default formatter.\n\n" @@ -2125,11 +2156,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3032 +#: redbot/core/core_commands.py:3078 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "Yardım biçimlendiricisi sıfırlandı. Bu cogların yardım üzerinde değişiklik yapmasını önlemeyecektir, eğer sorun buysa bir cogı silmeniz gerekebilir." -#: redbot/core/core_commands.py:3041 +#: redbot/core/core_commands.py:3087 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -2139,11 +2170,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3051 +#: redbot/core/core_commands.py:3097 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "Yardım ayarları varsayılana sıfırlandı. Eğer yardım biçimlendiricisi 3. parti kaynaklıysa bir etkisi olmayabilir." -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3105 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -2159,15 +2190,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3079 +#: redbot/core/core_commands.py:3125 msgid "Help will use menus." msgstr "Yardım menüler kullanacak." -#: redbot/core/core_commands.py:3081 +#: redbot/core/core_commands.py:3127 msgid "Help will not use menus." msgstr "Yardım menüler kullanmayacak." -#: redbot/core/core_commands.py:3085 +#: redbot/core/core_commands.py:3131 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -2181,15 +2212,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3102 +#: redbot/core/core_commands.py:3148 msgid "Help will not filter hidden commands." msgstr "Yardım gizli komutları filtrelemeyecek." -#: redbot/core/core_commands.py:3104 +#: redbot/core/core_commands.py:3150 msgid "Help will filter hidden commands." msgstr "Yardım gizli komutları filtreleyecek." -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3154 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -2203,15 +2234,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3125 +#: redbot/core/core_commands.py:3171 msgid "Help will show commands aliases." msgstr "Yardım komutların diğer adlarını gösterecek." -#: redbot/core/core_commands.py:3127 +#: redbot/core/core_commands.py:3173 msgid "Help will not show commands aliases." msgstr "Yardım komutların diğer adlarını göstermeyecek." -#: redbot/core/core_commands.py:3131 +#: redbot/core/core_commands.py:3177 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent to a DM.\n\n" @@ -2227,15 +2258,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3152 +#: redbot/core/core_commands.py:3198 msgid "Help will now tick the command when sent in a DM." msgstr "Yardım artık özel mesaj olarak gönderilirse komuta tik atacaktır." -#: redbot/core/core_commands.py:3154 +#: redbot/core/core_commands.py:3200 msgid "Help will not tick the command when sent in a DM." msgstr "Yardım özel mesaj olarak gönderilirse komuta tik atmayacak." -#: redbot/core/core_commands.py:3158 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be filtered from help.\n\n" @@ -2249,15 +2280,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3175 +#: redbot/core/core_commands.py:3221 msgid "Help will only show for commands which can be run." msgstr "Yardım sadece çalıştırılabilir komutlar için kullanılabilecek." -#: redbot/core/core_commands.py:3177 +#: redbot/core/core_commands.py:3223 msgid "Help will show up without checking if the commands can be run." msgstr "Yardım komutun çalıştırılabilir oluşuna dikkat etmeyecek." -#: redbot/core/core_commands.py:3181 +#: redbot/core/core_commands.py:3227 #, docstring msgid "\n" " Sets whether the bot should respond to help commands for nonexistent topics.\n\n" @@ -2273,15 +2304,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3202 +#: redbot/core/core_commands.py:3248 msgid "Help will verify the existence of help topics." msgstr "Yardım bir konunun varlığını doğrulayacak." -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3251 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "Yardım konuların varlığını yalnızca belirsiz yardım ile doğrulayacak (etkinse)." -#: redbot/core/core_commands.py:3213 +#: redbot/core/core_commands.py:3259 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " Note: This setting only applies to embedded help.\n\n" @@ -2296,15 +2327,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3230 +#: redbot/core/core_commands.py:3276 msgid "You must give a value of at least 500 characters." msgstr "En az 500 olan bir değer sunmalısınız." -#: redbot/core/core_commands.py:3234 +#: redbot/core/core_commands.py:3280 msgid "Done. The character limit per page has been set to {}." msgstr "Bitmiş. Sayfa başına karakter sınırı {} için ayarlandı." -#: redbot/core/core_commands.py:3238 +#: redbot/core/core_commands.py:3284 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " Note: This setting does not apply to menu help.\n\n" @@ -2320,15 +2351,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3283 +#: redbot/core/core_commands.py:3302 redbot/core/core_commands.py:3329 msgid "You must give a value of zero or greater!" msgstr "Sıfır veya daha büyük bir değer vermek gerekir!" -#: redbot/core/core_commands.py:3260 +#: redbot/core/core_commands.py:3306 msgid "Done. The page limit has been set to {}." msgstr "Bitmiş. Sayfa sınırı {} için ayarlandı." -#: redbot/core/core_commands.py:3265 +#: redbot/core/core_commands.py:3311 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -2345,19 +2376,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3332 msgid "The delay cannot be longer than 14 days!" msgstr "Süre 14 günden uzun olamaz." -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3337 msgid "Done. Help messages will not be deleted now." msgstr "Tamamdır. Yardım mesajları artık silinmeyecek." -#: redbot/core/core_commands.py:3293 +#: redbot/core/core_commands.py:3339 msgid "Done. The delete delay has been set to {} seconds." msgstr "Tamamdır. Silmeden önce {} saniye beklenecek." -#: redbot/core/core_commands.py:3297 +#: redbot/core/core_commands.py:3343 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -2371,19 +2402,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3312 +#: redbot/core/core_commands.py:3358 msgid "The tagline has been reset." msgstr "Tagline sıfırlandı." -#: redbot/core/core_commands.py:3316 +#: redbot/core/core_commands.py:3362 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "Senin slogan çok uzundur! Lütfen en fazla 2048 karakter uzunluğunda olmasını kısaltın." -#: redbot/core/core_commands.py:3324 +#: redbot/core/core_commands.py:3370 msgid "The tagline has been set." msgstr "Etiket ayarlandı." -#: redbot/core/core_commands.py:3329 +#: redbot/core/core_commands.py:3375 #, docstring msgid "Sends a message to the owner.\n\n" " This is limited to one message every 60 seconds per person.\n\n" @@ -2394,43 +2425,43 @@ msgid "Sends a message to the owner.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3341 +#: redbot/core/core_commands.py:3387 msgid "User ID: {}" msgstr "Kullanıcı Kimliği" -#: redbot/core/core_commands.py:3344 +#: redbot/core/core_commands.py:3390 msgid "through DM" msgstr "vasitasiyla" -#: redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3392 msgid "from {}" msgstr "()" -#: redbot/core/core_commands.py:3347 +#: redbot/core/core_commands.py:3393 msgid " | Server ID: {}" msgstr " | sunucu kimliği: {}" -#: redbot/core/core_commands.py:3352 +#: redbot/core/core_commands.py:3398 msgid "Use `{}dm {} ` to reply to this user" msgstr "Bu Kullanıcı için yanıt için ' {} dm {} ' kullanın" -#: redbot/core/core_commands.py:3354 +#: redbot/core/core_commands.py:3400 msgid "Sent by {} {}" msgstr "{} {} Tarafından gönderilen" -#: redbot/core/core_commands.py:3359 +#: redbot/core/core_commands.py:3405 msgid "I've been configured not to send this anywhere." msgstr "Bunu hiçbir yere göndermemek üzere ayarlandım." -#: redbot/core/core_commands.py:3430 +#: redbot/core/core_commands.py:3476 msgid "Your message has been sent." msgstr "Mesajınız gönderildi." -#: redbot/core/core_commands.py:3432 +#: redbot/core/core_commands.py:3478 msgid "I'm unable to deliver your message. Sorry." msgstr "Mesajınızı teslim edemiyorum. Afedersiniz." -#: redbot/core/core_commands.py:3437 +#: redbot/core/core_commands.py:3483 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n\n" @@ -2443,41 +2474,41 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3453 +#: redbot/core/core_commands.py:3499 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "Geçersiz ID. Kullanıcı bulunamadı veya kullanıcı bir bot. Yalnızca ortak bir sunucuda bulunduğum kişilere mesaj atabilirsiniz." -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3509 msgid "Owner of {}" msgstr "Sahibi {}" -#: redbot/core/core_commands.py:3464 +#: redbot/core/core_commands.py:3510 msgid "You can reply to this message with {}contact" msgstr "{} Kişi bu iletiyle yanıtlayabilirsiniz" -#: redbot/core/core_commands.py:3478 redbot/core/core_commands.py:3488 +#: redbot/core/core_commands.py:3524 redbot/core/core_commands.py:3534 msgid "Sorry, I couldn't deliver your message to {}" msgstr "Üzgünüz, ben mesajınızı teslim edemedin için {}" -#: redbot/core/core_commands.py:3481 redbot/core/core_commands.py:3491 +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3537 msgid "Message delivered to {}" msgstr "Mesaj iletildi" -#: redbot/core/core_commands.py:3496 +#: redbot/core/core_commands.py:3542 #, docstring msgid "Prints the bot's data path." msgstr "Bot'un veri yolunu yazdırır." -#: redbot/core/core_commands.py:3500 +#: redbot/core/core_commands.py:3546 msgid "Data path: {path}" msgstr "Data dizini: {path}" -#: redbot/core/core_commands.py:3506 +#: redbot/core/core_commands.py:3552 #, docstring msgid "Shows debug information useful for debugging." msgstr "Hata ayıklama için işe yarar bilgi gösterir." -#: redbot/core/core_commands.py:3593 +#: redbot/core/core_commands.py:3639 #, docstring msgid "\n" " Commands to manage the allowlist.\n\n" @@ -2486,7 +2517,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3604 +#: redbot/core/core_commands.py:3650 #, docstring msgid "\n" " Adds users to the allowlist.\n\n" @@ -2498,15 +2529,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3663 msgid "Users have been added to the allowlist." msgstr "Kullanıcılar beyaz listeye eklendi." -#: redbot/core/core_commands.py:3619 +#: redbot/core/core_commands.py:3665 msgid "User has been added to the allowlist." msgstr "Kullanıcı beyaz listeye eklendi." -#: redbot/core/core_commands.py:3623 +#: redbot/core/core_commands.py:3669 #, docstring msgid "\n" " Lists users on the allowlist.\n\n" @@ -2515,21 +2546,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3635 +#: redbot/core/core_commands.py:3681 msgid "Users on the allowlist:" msgstr "Beyaz listedeki kullanıcılar:" -#: redbot/core/core_commands.py:3637 +#: redbot/core/core_commands.py:3683 msgid "User on the allowlist:" msgstr "Beyaz listedeki kullanıcı:" -#: redbot/core/core_commands.py:3641 redbot/core/core_commands.py:3739 +#: redbot/core/core_commands.py:3687 redbot/core/core_commands.py:3785 #: redbot/core/modlog.py:428 redbot/core/modlog.py:450 #: redbot/core/modlog.py:466 msgid "Unknown or Deleted User" msgstr "Bilinmeyen ya da Silinmiş Üye" -#: redbot/core/core_commands.py:3649 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Removes users from the allowlist.\n\n" @@ -2542,15 +2573,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3664 +#: redbot/core/core_commands.py:3710 msgid "Users have been removed from the allowlist." msgstr "Kullanıcılar beyaz listeden çıkarıldı." -#: redbot/core/core_commands.py:3666 +#: redbot/core/core_commands.py:3712 msgid "User has been removed from the allowlist." msgstr "Kullanıcı beyaz listeden çıkarıldı." -#: redbot/core/core_commands.py:3670 +#: redbot/core/core_commands.py:3716 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2560,11 +2591,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3725 msgid "Allowlist has been cleared." msgstr "Beyaz liste temizlendi." -#: redbot/core/core_commands.py:3684 +#: redbot/core/core_commands.py:3730 #, docstring msgid "\n" " Commands to manage the blocklist.\n\n" @@ -2572,7 +2603,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3693 +#: redbot/core/core_commands.py:3739 #, docstring msgid "\n" " Adds users to the blocklist.\n\n" @@ -2584,19 +2615,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3709 +#: redbot/core/core_commands.py:3755 msgid "You cannot add an owner to the blocklist!" msgstr "Bir bot sahibini kara listeye ekleyemezsiniz." -#: redbot/core/core_commands.py:3715 +#: redbot/core/core_commands.py:3761 msgid "Users have been added to the blocklist." msgstr "Kullanıcılar kara listeye eklendi." -#: redbot/core/core_commands.py:3717 +#: redbot/core/core_commands.py:3763 msgid "User has been added to the blocklist." msgstr "Kullanıcı kara listeye eklendi." -#: redbot/core/core_commands.py:3721 +#: redbot/core/core_commands.py:3767 #, docstring msgid "\n" " Lists users on the blocklist.\n\n" @@ -2605,15 +2636,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3733 +#: redbot/core/core_commands.py:3779 msgid "Users on the blocklist:" msgstr "Kara listedeki kullanıcılar:" -#: redbot/core/core_commands.py:3735 +#: redbot/core/core_commands.py:3781 msgid "User on the blocklist:" msgstr "Kara listedeki kullanıcı:" -#: redbot/core/core_commands.py:3747 +#: redbot/core/core_commands.py:3793 #, docstring msgid "\n" " Removes users from the blocklist.\n\n" @@ -2625,15 +2656,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3760 +#: redbot/core/core_commands.py:3806 msgid "Users have been removed from the blocklist." msgstr "Kullanıcılar kara listeden çıkarıldı." -#: redbot/core/core_commands.py:3762 +#: redbot/core/core_commands.py:3808 msgid "User has been removed from the blocklist." msgstr "Kullanıcı kara listeden çıkarıldı." -#: redbot/core/core_commands.py:3766 +#: redbot/core/core_commands.py:3812 #, docstring msgid "\n" " Clears the blocklist.\n\n" @@ -2642,11 +2673,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3773 +#: redbot/core/core_commands.py:3819 msgid "Blocklist has been cleared." msgstr "Kara liste temizlendi." -#: redbot/core/core_commands.py:3779 +#: redbot/core/core_commands.py:3825 #, docstring msgid "\n" " Commands to manage the server specific allowlist.\n\n" @@ -2655,7 +2686,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3792 +#: redbot/core/core_commands.py:3838 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n\n" @@ -2668,19 +2699,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3811 +#: redbot/core/core_commands.py:3857 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "Komutları kullanmanı engelleyeceği için bunu yapmana izin veremem, önce kendini bir beyaz listeye eklediğinden emin ol." -#: redbot/core/core_commands.py:3820 +#: redbot/core/core_commands.py:3866 msgid "Users and/or roles have been added to the allowlist." msgstr "Kullanıcılar ve/veya roller beyaz listeye eklendi." -#: redbot/core/core_commands.py:3822 +#: redbot/core/core_commands.py:3868 msgid "User or role has been added to the allowlist." msgstr "Kullanıcı veya rol beyaz listeye eklendi." -#: redbot/core/core_commands.py:3826 +#: redbot/core/core_commands.py:3872 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n\n" @@ -2689,19 +2720,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3838 +#: redbot/core/core_commands.py:3884 msgid "Allowed users and/or roles:" msgstr "İzin verilen kullanıcılar ve/veya roller:" -#: redbot/core/core_commands.py:3840 +#: redbot/core/core_commands.py:3886 msgid "Allowed user or role:" msgstr "İzin verilen kullanıcı veya rol:" -#: redbot/core/core_commands.py:3844 redbot/core/core_commands.py:3966 +#: redbot/core/core_commands.py:3890 redbot/core/core_commands.py:4012 msgid "Unknown or Deleted User/Role" msgstr "Bilinmeyen veya Silinmiş Kullanıcı/Rol" -#: redbot/core/core_commands.py:3854 +#: redbot/core/core_commands.py:3900 #, docstring msgid "\n" " Removes user or role from the allowlist.\n\n" @@ -2715,19 +2746,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3875 +#: redbot/core/core_commands.py:3921 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "Komutları kullanmanı engelleyeceğinden bunu yapmana izin veremem." -#: redbot/core/core_commands.py:3883 +#: redbot/core/core_commands.py:3929 msgid "Users and/or roles have been removed from the server allowlist." msgstr "Kullanıcılar ve/veya roller sunucu beyaz listesinden kaldırıldı." -#: redbot/core/core_commands.py:3885 +#: redbot/core/core_commands.py:3931 msgid "User or role has been removed from the server allowlist." msgstr "Kullanıcı veya rol sunucu beyaz listesinden kaldırıldı." -#: redbot/core/core_commands.py:3889 +#: redbot/core/core_commands.py:3935 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2737,11 +2768,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3898 +#: redbot/core/core_commands.py:3944 msgid "Server allowlist has been cleared." msgstr "Sunucu beyaz listesi temizlendi." -#: redbot/core/core_commands.py:3904 +#: redbot/core/core_commands.py:3950 #, docstring msgid "\n" " Commands to manage the server specific blocklist.\n\n" @@ -2749,7 +2780,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3915 +#: redbot/core/core_commands.py:3961 #, docstring msgid "\n" " Adds a user or role to the local blocklist.\n\n" @@ -2762,27 +2793,27 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3929 +#: redbot/core/core_commands.py:3975 msgid "You cannot add yourself to the blocklist!" msgstr "Kendini kara listeye ekleyemezsin." -#: redbot/core/core_commands.py:3932 +#: redbot/core/core_commands.py:3978 msgid "You cannot add the guild owner to the blocklist!" msgstr "Sunucu sahibini kara listeye ekleyemenzsin." -#: redbot/core/core_commands.py:3935 +#: redbot/core/core_commands.py:3981 msgid "You cannot add a bot owner to the blocklist!" msgstr "Bir bot sahibini kara listeye ekleyemezsiniz." -#: redbot/core/core_commands.py:3942 +#: redbot/core/core_commands.py:3988 msgid "Users and/or roles have been added from the server blocklist." msgstr "Kullanıcılar ve/veya roller sunucu kara listesine eklendi." -#: redbot/core/core_commands.py:3944 +#: redbot/core/core_commands.py:3990 msgid "User or role has been added from the server blocklist." msgstr "Kullanıcı veya rol sunucu kara listesine eklendi." -#: redbot/core/core_commands.py:3948 +#: redbot/core/core_commands.py:3994 #, docstring msgid "\n" " Lists users and roles on the server blocklist.\n\n" @@ -2791,15 +2822,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3960 +#: redbot/core/core_commands.py:4006 msgid "Blocked users and/or roles:" msgstr "Engellenen kullanıcılar ve/veya roller:" -#: redbot/core/core_commands.py:3962 +#: redbot/core/core_commands.py:4008 msgid "Blocked user or role:" msgstr "Engellenen kullanıcı veya rol:" -#: redbot/core/core_commands.py:3976 +#: redbot/core/core_commands.py:4022 #, docstring msgid "\n" " Removes user or role from local blocklist.\n\n" @@ -2812,15 +2843,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3992 +#: redbot/core/core_commands.py:4038 msgid "Users and/or roles have been removed from the server blocklist." msgstr "Kullanıcılar ve/veya roller sunucu kara listesinden kaldırıldı." -#: redbot/core/core_commands.py:3994 +#: redbot/core/core_commands.py:4040 msgid "User or role has been removed from the server blocklist." msgstr "Kullanıcı veya rol sunucu kara listesinden kaldırıldı." -#: redbot/core/core_commands.py:3998 +#: redbot/core/core_commands.py:4044 #, docstring msgid "\n" " Clears the server blocklist.\n\n" @@ -2830,16 +2861,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4007 +#: redbot/core/core_commands.py:4053 msgid "Server blocklist has been cleared." msgstr "Sunucu kara listesi temizlendi." -#: redbot/core/core_commands.py:4012 +#: redbot/core/core_commands.py:4058 #, docstring msgid "Commands to enable and disable commands and cogs." msgstr "" -#: redbot/core/core_commands.py:4018 +#: redbot/core/core_commands.py:4064 #, docstring msgid "Set the default state for a cog as disabled.\n\n" " This will disable the cog for all servers by default.\n" @@ -2853,20 +2884,20 @@ msgid "Set the default state for a cog as disabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4034 redbot/core/core_commands.py:4059 -#: redbot/core/core_commands.py:4079 redbot/core/core_commands.py:4109 +#: redbot/core/core_commands.py:4080 redbot/core/core_commands.py:4105 +#: redbot/core/core_commands.py:4125 redbot/core/core_commands.py:4155 msgid "Cog with the given name doesn't exist." msgstr "Bu isimde bir cog bulunmamakta." -#: redbot/core/core_commands.py:4036 +#: redbot/core/core_commands.py:4082 msgid "You can't disable this cog by default." msgstr "Bu cog'ı varsayılan olarak kapatamazsınız." -#: redbot/core/core_commands.py:4038 +#: redbot/core/core_commands.py:4084 msgid "{cogname} has been set as disabled by default." msgstr "{cogname} varsayılan olarak kapalıya ayarlandı." -#: redbot/core/core_commands.py:4043 +#: redbot/core/core_commands.py:4089 #, docstring msgid "Set the default state for a cog as enabled.\n\n" " This will re-enable the cog for all servers by default.\n" @@ -2880,11 +2911,11 @@ msgid "Set the default state for a cog as enabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4061 +#: redbot/core/core_commands.py:4107 msgid "{cogname} has been set as enabled by default." msgstr "{cogname} varsayılan olarak etkine ayarlandı." -#: redbot/core/core_commands.py:4066 +#: redbot/core/core_commands.py:4112 #, docstring msgid "Disable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2896,19 +2927,19 @@ msgid "Disable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4081 +#: redbot/core/core_commands.py:4127 msgid "You can't disable this cog as you would lock yourself out." msgstr "Bindiğiniz dalı kesmiş olacağınızdan bu cog'ı kapatamazsınız." -#: redbot/core/core_commands.py:4083 +#: redbot/core/core_commands.py:4129 msgid "{cogname} has been disabled in this guild." msgstr "{cogname} bu sunucu için kapatıldı." -#: redbot/core/core_commands.py:4086 +#: redbot/core/core_commands.py:4132 msgid "{cogname} was already disabled (nothing to do)." msgstr "{cogname} zaten kapalıydı (yapılması gereken bir şey yok)" -#: redbot/core/core_commands.py:4092 +#: redbot/core/core_commands.py:4138 #, docstring msgid "Enable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2920,15 +2951,15 @@ msgid "Enable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4104 +#: redbot/core/core_commands.py:4150 msgid "{cogname} has been enabled in this guild." msgstr "{cogname} bu sunucu için etkinleştirildi." -#: redbot/core/core_commands.py:4112 +#: redbot/core/core_commands.py:4158 msgid "{cogname} was not disabled (nothing to do)." msgstr "{cogname} zaten kapalı değildi (yapılması gereken bir şey yok)" -#: redbot/core/core_commands.py:4118 +#: redbot/core/core_commands.py:4164 #, docstring msgid "List the cogs which are disabled in this server.\n\n" " **Example:**\n" @@ -2936,15 +2967,15 @@ msgid "List the cogs which are disabled in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4131 +#: redbot/core/core_commands.py:4177 msgid "The following cogs are disabled in this guild:\n" msgstr "Bu sunucuda aşağıdaki coglar kapalı:\n" -#: redbot/core/core_commands.py:4137 +#: redbot/core/core_commands.py:4183 msgid "There are no disabled cogs in this guild." msgstr "Bu sunucuda kapatılmış cog bulunmamakta." -#: redbot/core/core_commands.py:4141 +#: redbot/core/core_commands.py:4187 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2955,7 +2986,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4158 +#: redbot/core/core_commands.py:4204 #, docstring msgid "List disabled commands globally.\n\n" " **Example:**\n" @@ -2963,19 +2994,19 @@ msgid "List disabled commands globally.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4165 +#: redbot/core/core_commands.py:4211 msgid "There aren't any globally disabled commands." msgstr "Küresel olarak kapatılmış herhangi bir komut bulunmamakta." -#: redbot/core/core_commands.py:4168 +#: redbot/core/core_commands.py:4214 msgid "{} commands are disabled globally.\n" msgstr "{} komut küresel olarak devre dışı.\n" -#: redbot/core/core_commands.py:4172 +#: redbot/core/core_commands.py:4218 msgid "1 command is disabled globally.\n" msgstr "1 komut küresel olarak devre dışı.\n" -#: redbot/core/core_commands.py:4180 +#: redbot/core/core_commands.py:4226 #, docstring msgid "List disabled commands in this server.\n\n" " **Example:**\n" @@ -2983,19 +3014,19 @@ msgid "List disabled commands in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4187 +#: redbot/core/core_commands.py:4233 msgid "There aren't any disabled commands in {}." msgstr "{} içinde her hangi bir devre dışı bırakılmış komut bulunmamakta." -#: redbot/core/core_commands.py:4190 +#: redbot/core/core_commands.py:4236 msgid "{} commands are disabled in {}.\n" msgstr "{} komut {} içinde devre dışı bırakılmış.\n" -#: redbot/core/core_commands.py:4194 +#: redbot/core/core_commands.py:4240 msgid "1 command is disabled in {}.\n" msgstr "{} içinde bir 1 komut devre dışı bırakılmış.\n" -#: redbot/core/core_commands.py:4201 +#: redbot/core/core_commands.py:4247 #, docstring msgid "\n" " Disable a command.\n\n" @@ -3009,7 +3040,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4223 +#: redbot/core/core_commands.py:4269 #, docstring msgid "\n" " Disable a command globally.\n\n" @@ -3021,19 +3052,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4242 redbot/core/core_commands.py:4285 +#: redbot/core/core_commands.py:4288 redbot/core/core_commands.py:4331 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "Devre dışı bırakılacak komut `command` veya alt komutlarından biri olamaz." -#: redbot/core/core_commands.py:4248 redbot/core/core_commands.py:4291 +#: redbot/core/core_commands.py:4294 redbot/core/core_commands.py:4337 msgid "This command is designated as being always available and cannot be disabled." msgstr "Bu komut daima kullanılabilir olarak işaretlenmiştir ve devre dışı bırakılamaz." -#: redbot/core/core_commands.py:4257 +#: redbot/core/core_commands.py:4303 msgid "That command is already disabled globally." msgstr "Bu komut zaten genel olarak devre dışı bırakıldı." -#: redbot/core/core_commands.py:4266 +#: redbot/core/core_commands.py:4312 #, docstring msgid "\n" " Disable a command in this server only.\n\n" @@ -3045,15 +3076,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4296 +#: redbot/core/core_commands.py:4342 msgid "You are not allowed to disable that command." msgstr "O komutu devre dışı bırakma iznin bulunmamakta." -#: redbot/core/core_commands.py:4306 +#: redbot/core/core_commands.py:4352 msgid "That command is already disabled in this server." msgstr "Bu komut zaten bu Server'da devre dışı bırakıldı." -#: redbot/core/core_commands.py:4312 +#: redbot/core/core_commands.py:4358 #, docstring msgid "Enable a command.\n\n" " If you're the bot owner, this will try to enable a globally disabled command by default.\n" @@ -3074,7 +3105,7 @@ msgstr "Bir komutu etkinleştir.\n\n" " - `` - Etkinleştirilecek olan komut.\n" " " -#: redbot/core/core_commands.py:4332 +#: redbot/core/core_commands.py:4378 #, docstring msgid "\n" " Enable a command globally.\n\n" @@ -3086,11 +3117,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4354 +#: redbot/core/core_commands.py:4400 msgid "That command is already enabled globally." msgstr "Bu komut genel olarak zaten etkinleştirilmiştir." -#: redbot/core/core_commands.py:4363 +#: redbot/core/core_commands.py:4409 #, docstring msgid "\n" " Enable a command in this server.\n\n" @@ -3109,15 +3140,15 @@ msgstr "\n" " - `` - Küresel olarak etkinleştirilecek komut.\n" " " -#: redbot/core/core_commands.py:4381 +#: redbot/core/core_commands.py:4427 msgid "You are not allowed to enable that command." msgstr "O komutu etkinleştirmeye iznin bulunmamakta." -#: redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4437 msgid "That command is already enabled in this server." msgstr "Bu komut bu sunucu zaten etkinleştirilmiştir." -#: redbot/core/core_commands.py:4398 +#: redbot/core/core_commands.py:4444 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -3140,7 +3171,7 @@ msgstr "Botun devre dışı bırakılmış komutlara neyle cevap vereceğini aya " - `[mesaj]` - Kapatılmış bir komut kullanılmaya çalışıldığında gönderilecek mesaj.\n" " " -#: redbot/core/core_commands.py:4419 +#: redbot/core/core_commands.py:4465 #, docstring msgid "\n" " Commands to manage server settings for immunity from automated actions.\n\n" @@ -3151,7 +3182,7 @@ msgstr "\n" " Bu Mod cogındaki kopya mesaj silme, etiket spamlama, ve Filter cogındaki filtreleri içerir.\n" " " -#: redbot/core/core_commands.py:4428 +#: redbot/core/core_commands.py:4474 #, docstring msgid "\n" " Gets the current members and roles configured for automatic moderation action immunity.\n\n" @@ -3164,19 +3195,19 @@ msgstr "\n" " - `[p]autoimmune list`\n" " " -#: redbot/core/core_commands.py:4441 +#: redbot/core/core_commands.py:4487 msgid "Roles immune from automated moderation actions:\n" msgstr "Otomatik moderasyon dokunulmazlığı olan roller:\n" -#: redbot/core/core_commands.py:4446 +#: redbot/core/core_commands.py:4492 msgid "Members immune from automated moderation actions:\n" msgstr "Otomatik moderasyon dokunulmazlığı olan üyeler:\n" -#: redbot/core/core_commands.py:4450 +#: redbot/core/core_commands.py:4496 msgid "No immunity settings here." msgstr "Burada hiç dokunulmazlık ayarı bulunmamakta." -#: redbot/core/core_commands.py:4459 +#: redbot/core/core_commands.py:4505 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n\n" @@ -3195,11 +3226,11 @@ msgstr "\n" " - `` - Muaf tutulacak rol veya kullanıcı.\n" " " -#: redbot/core/core_commands.py:4471 +#: redbot/core/core_commands.py:4517 msgid "Already added." msgstr "Zaten eklendi." -#: redbot/core/core_commands.py:4479 +#: redbot/core/core_commands.py:4525 #, docstring msgid "\n" " Remove a user or role from being immune to automated moderation actions.\n\n" @@ -3211,11 +3242,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4491 +#: redbot/core/core_commands.py:4537 msgid "Not in list." msgstr "Listede değil." -#: redbot/core/core_commands.py:4499 +#: redbot/core/core_commands.py:4545 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n\n" @@ -3234,15 +3265,15 @@ msgstr "\n" " - `` - Muafiyeti kontrol edilecek kullanıcı veya rol.\n" " " -#: redbot/core/core_commands.py:4511 +#: redbot/core/core_commands.py:4557 msgid "They are immune." msgstr "Onlar dokunulmaz." -#: redbot/core/core_commands.py:4513 +#: redbot/core/core_commands.py:4559 msgid "They are not immune." msgstr "Onlar dokunulmaz değil." -#: redbot/core/core_commands.py:4518 +#: redbot/core/core_commands.py:4564 #, docstring msgid "\n" " Commands for configuring owner notifications.\n\n" @@ -3253,7 +3284,7 @@ msgstr "\n" " Bu bildirimlere `[p]contact` komutunun kullanımı ve kullanılabilir Red güncellemeleri dahildir.\n" " " -#: redbot/core/core_commands.py:4527 +#: redbot/core/core_commands.py:4573 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -3272,7 +3303,7 @@ msgstr "\n" " - `[p]ownernotifications optin`\n" " " -#: redbot/core/core_commands.py:4546 +#: redbot/core/core_commands.py:4592 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n\n" @@ -3289,7 +3320,7 @@ msgstr "\n" " - `[p]ownernotifications optout`\n" " " -#: redbot/core/core_commands.py:4565 +#: redbot/core/core_commands.py:4611 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n\n" @@ -3308,7 +3339,7 @@ msgstr "\n" " - `` - Bot sahibi mesajlarının gönderileceği kanal.\n" " " -#: redbot/core/core_commands.py:4591 +#: redbot/core/core_commands.py:4637 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n\n" @@ -3327,7 +3358,7 @@ msgstr "\n" " - `` - Bot sahibi bildirimlerinin gönderilmeyi bırakılacağı kanal.\n" " " -#: redbot/core/core_commands.py:4615 +#: redbot/core/core_commands.py:4661 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n\n" @@ -3340,15 +3371,15 @@ msgstr "\n" " - `[p]ownernotifications listdestinations`\n" " " -#: redbot/core/core_commands.py:4625 +#: redbot/core/core_commands.py:4671 msgid "There are no extra channels being sent to." msgstr "Bildirim gönderilen ek kanal bulunmamakta." -#: redbot/core/core_commands.py:4636 +#: redbot/core/core_commands.py:4682 msgid "Unknown channel with id: {id}" msgstr "{id} id'li kanal bilinmiyor" -#: redbot/core/core_commands.py:4667 +#: redbot/core/core_commands.py:4713 #, docstring msgid "\n" " Commands to add servers or channels to the ignore list.\n\n" @@ -3361,7 +3392,7 @@ msgstr "\n" " Not: Sahipler ve Adminleri bu liste etkilemez.\n" " " -#: redbot/core/core_commands.py:4677 +#: redbot/core/core_commands.py:4723 #, docstring msgid "\n" " List the currently ignored servers and channels.\n\n" @@ -3374,7 +3405,7 @@ msgstr "\n" " - `[p]ignore list`\n" " " -#: redbot/core/core_commands.py:4692 +#: redbot/core/core_commands.py:4738 #, docstring msgid "\n" " Ignore commands in the channel or category.\n\n" @@ -3401,15 +3432,15 @@ msgstr "\n" " - `` - Görmezden gelinecek kanal veya kanal kategorisi.\n" " " -#: redbot/core/core_commands.py:4712 +#: redbot/core/core_commands.py:4758 msgid "Channel added to ignore list." msgstr "Kanal yok sayılan olarak eklendi." -#: redbot/core/core_commands.py:4714 +#: redbot/core/core_commands.py:4760 msgid "Channel already in ignore list." msgstr "Kanal zaten görmezden gelinenler listesinde." -#: redbot/core/core_commands.py:4719 +#: redbot/core/core_commands.py:4765 #, docstring msgid "\n" " Ignore commands in this server.\n\n" @@ -3424,20 +3455,20 @@ msgstr "\n" " - `[p]ignore server` - Şu anki sunucuyu görmezden gelir\n" " " -#: redbot/core/core_commands.py:4730 +#: redbot/core/core_commands.py:4776 msgid "This server has been added to the ignore list." msgstr "Bu sunucu yok sayılan olarak listeye eklendi." -#: redbot/core/core_commands.py:4732 +#: redbot/core/core_commands.py:4778 msgid "This server is already being ignored." msgstr "Bu sunucu zaten yok sayılan modu açılmış." -#: redbot/core/core_commands.py:4738 +#: redbot/core/core_commands.py:4784 #, docstring msgid "Commands to remove servers or channels from the ignore list." msgstr "Görmezden gelinenler listesinden sunucular veya kanallar çıkarmak için komutlar." -#: redbot/core/core_commands.py:4746 +#: redbot/core/core_commands.py:4792 #, docstring msgid "\n" " Remove a channel or category from the ignore list.\n\n" @@ -3462,15 +3493,15 @@ msgstr "\n" " - `` - Görmezden gelme bırakılacak olan kanal veya kategori.\n" " " -#: redbot/core/core_commands.py:4765 +#: redbot/core/core_commands.py:4811 msgid "Channel removed from ignore list." msgstr "Kanal yok sayılan listesinden kaldırıldı." -#: redbot/core/core_commands.py:4767 +#: redbot/core/core_commands.py:4813 msgid "That channel is not in the ignore list." msgstr "O kanal görmezden gelinenler listesinde değil." -#: redbot/core/core_commands.py:4772 +#: redbot/core/core_commands.py:4818 #, docstring msgid "\n" " Remove this server from the ignore list.\n\n" @@ -3483,25 +3514,25 @@ msgstr "\n" " - `[p]unignore server` - Şu anki sunucuda verilen komutlara tekrar cevap vermeye başlar\n" " " -#: redbot/core/core_commands.py:4781 +#: redbot/core/core_commands.py:4827 msgid "This server has been removed from the ignore list." msgstr "Bu sunucu yok sayılan listesinden kaldırıldı." -#: redbot/core/core_commands.py:4783 +#: redbot/core/core_commands.py:4829 msgid "This server is not in the ignore list." msgstr "Bu sunucu görmezden gelinenler listesinde değil." -#: redbot/core/core_commands.py:4789 +#: redbot/core/core_commands.py:4835 msgid "This server is currently being ignored." msgstr "Bu sunucu şu anda görmezden gelinmekte." -#: redbot/core/core_commands.py:4801 +#: redbot/core/core_commands.py:4847 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "Şu anda yok sayılan ketogeri: {categories}\n" "Kanallar: {channels}" -#: redbot/core/core_commands.py:4816 +#: redbot/core/core_commands.py:4862 #, docstring msgid "\n" " Get info about Red's licenses.\n" @@ -3552,7 +3583,7 @@ msgstr "Python kodunda bir ifadeyi değerlendir.\n\n" " _ - Son dev komutunun sonucu.\n" " " -#: redbot/core/dev_commands.py:166 +#: redbot/core/dev_commands.py:167 #, docstring msgid "Execute asynchronous code.\n\n" " This command wraps code into the body of an async function and then\n" @@ -3587,7 +3618,7 @@ msgstr "Asenkron kod çalıştır.\n\n" " _ - Son dev komutunun sonucu.\n" " " -#: redbot/core/dev_commands.py:220 +#: redbot/core/dev_commands.py:221 #, docstring msgid "Open an interactive REPL.\n\n" " The REPL will only recognise code as messages which start with a\n" @@ -3600,44 +3631,44 @@ msgstr "Etkileşimli bir REPL aç.\n\n" " değerlendirilebilir.\n" " " -#: redbot/core/dev_commands.py:229 +#: redbot/core/dev_commands.py:230 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "Zaten bir çoğaltma oturum bu kanalda çalışan. Bunu 'istifa ile' çık." -#: redbot/core/dev_commands.py:233 +#: redbot/core/dev_commands.py:234 msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." msgstr "Bu kanalda zaten bir REPL oturumu çalışmakta. `{}repl resume` ile REPL'ı devam ettirin." -#: redbot/core/dev_commands.py:244 +#: redbot/core/dev_commands.py:245 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." msgstr "Çalıştırmak veya değerlendirmek için kod girin. Çıkmak için `exit()` veya `quit` kullanın. Ara vermek için `{}repl pause` kullanın." -#: redbot/core/dev_commands.py:258 +#: redbot/core/dev_commands.py:259 msgid "Exiting." msgstr "Çıkılıyor." -#: redbot/core/dev_commands.py:309 +#: redbot/core/dev_commands.py:310 msgid "Unexpected error: `{}`" msgstr "Beklenmeyen hata: '{}'" -#: redbot/core/dev_commands.py:313 +#: redbot/core/dev_commands.py:314 #, docstring msgid "Pauses/resumes the REPL running in the current channel" msgstr "Bu kanalda çalışmakta olan REPL ı duraklatır/sürdürür" -#: redbot/core/dev_commands.py:315 +#: redbot/core/dev_commands.py:316 msgid "There is no currently running REPL session in this channel." msgstr "Şu anda bu kanalda çalışmakta olan REPL oturumu yok." -#: redbot/core/dev_commands.py:323 +#: redbot/core/dev_commands.py:324 msgid "The REPL session in this channel has been resumed." msgstr "Bu kanaldaki REPL oturumu sürdürüldü." -#: redbot/core/dev_commands.py:325 +#: redbot/core/dev_commands.py:326 msgid "The REPL session in this channel is now paused." msgstr "Bu kanaldaki REPL oturumu duraklatıldı." -#: redbot/core/dev_commands.py:330 +#: redbot/core/dev_commands.py:331 #, docstring msgid "Mock another user invoking a command.\n\n" " The prefix must not be entered.\n" @@ -3646,7 +3677,7 @@ msgstr "Komutu başkası çalıştırmış gibi göster.\n\n" " Önek girilmemelidir.\n" " " -#: redbot/core/dev_commands.py:343 +#: redbot/core/dev_commands.py:344 #, docstring msgid "Dispatch a message event as if it were sent by a different user.\n\n" " Only reads the raw content of the message. Attachments, embeds etc. are\n" @@ -3657,18 +3688,18 @@ msgstr "Bir mesaj olayını başka bir kullanıcı tarafından gönderilmiş gib " görmezden gelinir.\n" " " -#: redbot/core/dev_commands.py:364 +#: redbot/core/dev_commands.py:365 #, docstring msgid "Give bot owners the ability to bypass cooldowns.\n\n" " Does not persist through restarts." msgstr "Bot sahiplerine bekleme süresinden muaf tutulma izni ver.\n\n" " Yeniden başlatıldığında bu ayar sıfırlanır." -#: redbot/core/dev_commands.py:372 +#: redbot/core/dev_commands.py:373 msgid "Bot owners will now bypass all commands with cooldowns." msgstr "Bot sahipleri artık bekleme süresi olan tüm komutlardan muaf." -#: redbot/core/dev_commands.py:374 +#: redbot/core/dev_commands.py:375 msgid "Bot owners will no longer bypass all commands with cooldowns." msgstr "Bot sahipleri artık bekleme süresi olan tüm komutlardan muaf değil." diff --git a/redbot/core/locales/uk-UA.po b/redbot/core/locales/uk-UA.po index 5b2b9ee50..1c5d24c9e 100644 --- a/redbot/core/locales/uk-UA.po +++ b/redbot/core/locales/uk-UA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-05-25 16:04+0000\n" +"POT-Creation-Date: 2021-06-12 15:52+0000\n" "Last-Translator: \n" "Language-Team: Ukrainian\n" "MIME-Version: 1.0\n" @@ -126,15 +126,15 @@ msgstr "" msgid "**{} unloaded:**\n" msgstr "" -#: redbot/core/core_commands.py:179 +#: redbot/core/core_commands.py:181 msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:184 +#: redbot/core/core_commands.py:186 msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:393 +#: redbot/core/core_commands.py:398 #, docstring msgid "\n" " The Core cog has many commands related to core functions.\n\n" @@ -142,93 +142,93 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:410 #, docstring msgid "Pong." msgstr "" -#: redbot/core/core_commands.py:410 +#: redbot/core/core_commands.py:415 #, docstring msgid "Shows info about [botname].\n\n" " See `[p]set custominfo` to customize.\n" " " msgstr "" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:445 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by team" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:456 +#: redbot/core/core_commands.py:461 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:459 redbot/core/core_commands.py:515 +#: redbot/core/core_commands.py:464 redbot/core/core_commands.py:520 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:463 redbot/core/core_commands.py:519 +#: redbot/core/core_commands.py:468 redbot/core/core_commands.py:524 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:464 +#: redbot/core/core_commands.py:469 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:466 +#: redbot/core/core_commands.py:471 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:467 +#: redbot/core/core_commands.py:472 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:470 redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:475 redbot/core/core_commands.py:533 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:483 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:489 +#: redbot/core/core_commands.py:494 msgid "Instance owned by team: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:501 +#: redbot/core/core_commands.py:506 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:520 +#: redbot/core/core_commands.py:525 msgid "Outdated: [{state}]\n" msgstr "" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:528 msgid "**About Red**\n" msgstr "" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:539 msgid "**About this instance**\n" msgstr "" -#: redbot/core/core_commands.py:536 +#: redbot/core/core_commands.py:541 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -239,20 +239,20 @@ msgid "**References**\n" "7. <{}>\n" msgstr "" -#: redbot/core/core_commands.py:552 +#: redbot/core/core_commands.py:557 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:555 +#: redbot/core/core_commands.py:560 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:557 +#: redbot/core/core_commands.py:562 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:564 +#: redbot/core/core_commands.py:569 #, docstring msgid "\n" " Commands which interact with the data [botname] has about you.\n\n" @@ -260,7 +260,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:575 +#: redbot/core/core_commands.py:580 #, docstring msgid "\n" " Find out what type of data [botname] stores and why.\n\n" @@ -269,12 +269,12 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:585 +#: redbot/core/core_commands.py:590 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:604 +#: redbot/core/core_commands.py:609 #, docstring msgid "View the End User Data statements of each 3rd-party module.\n\n" " This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" @@ -283,39 +283,39 @@ msgid "View the End User Data statements of each 3rd-party module.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:615 +#: redbot/core/core_commands.py:620 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:625 +#: redbot/core/core_commands.py:630 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:645 +#: redbot/core/core_commands.py:650 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:647 +#: redbot/core/core_commands.py:652 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:652 +#: redbot/core/core_commands.py:657 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:668 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:679 +#: redbot/core/core_commands.py:684 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:684 +#: redbot/core/core_commands.py:689 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:695 +#: redbot/core/core_commands.py:700 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -327,63 +327,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:710 +#: redbot/core/core_commands.py:715 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:717 +#: redbot/core/core_commands.py:722 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:727 +#: redbot/core/core_commands.py:732 msgid "This may take some time." msgstr "" -#: redbot/core/core_commands.py:740 +#: redbot/core/core_commands.py:745 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:755 +#: redbot/core/core_commands.py:760 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:765 +#: redbot/core/core_commands.py:770 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:775 +#: redbot/core/core_commands.py:780 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:783 redbot/core/core_commands.py:950 -#: redbot/core/core_commands.py:1036 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:788 redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:1041 redbot/core/core_commands.py:1112 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:793 +#: redbot/core/core_commands.py:798 #, docstring msgid "[Coming Soon] Get what data [botname] has about you." msgstr "" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:800 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:804 +#: redbot/core/core_commands.py:809 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:810 +#: redbot/core/core_commands.py:815 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -394,11 +394,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:821 +#: redbot/core/core_commands.py:826 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:834 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n\n" @@ -408,11 +408,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:838 +#: redbot/core/core_commands.py:843 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:847 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -426,15 +426,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:859 +#: redbot/core/core_commands.py:864 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:867 +#: redbot/core/core_commands.py:872 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:878 +#: redbot/core/core_commands.py:883 #, docstring msgid "\n" " Handle a deletion request from Discord.\n\n" @@ -447,34 +447,34 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:892 +#: redbot/core/core_commands.py:897 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:915 redbot/core/core_commands.py:1072 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +#: redbot/core/core_commands.py:930 redbot/core/core_commands.py:1087 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +#: redbot/core/core_commands.py:941 redbot/core/core_commands.py:1098 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +#: redbot/core/core_commands.py:951 redbot/core/core_commands.py:1108 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:957 +#: redbot/core/core_commands.py:962 #, docstring msgid "Delete data [botname] has about a user for a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" @@ -485,34 +485,34 @@ msgid "Delete data [botname] has about a user for a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:973 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:991 +#: redbot/core/core_commands.py:996 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1006 +#: redbot/core/core_commands.py:1011 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1017 +#: redbot/core/core_commands.py:1022 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1033 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1048 #, docstring msgid "Delete data [botname] has about a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" @@ -522,12 +522,12 @@ msgid "Delete data [botname] has about a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1053 +#: redbot/core/core_commands.py:1058 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1114 +#: redbot/core/core_commands.py:1119 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -547,7 +547,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1136 +#: redbot/core/core_commands.py:1141 #, docstring msgid "\n" " Show the current embed settings.\n\n" @@ -561,42 +561,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1153 redbot/core/core_commands.py:1309 -#: redbot/core/core_commands.py:1360 redbot/core/core_commands.py:4236 -#: redbot/core/core_commands.py:4279 redbot/core/core_commands.py:4345 -#: redbot/core/core_commands.py:4376 +#: redbot/core/core_commands.py:1158 redbot/core/core_commands.py:1314 +#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:4282 +#: redbot/core/core_commands.py:4325 redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4422 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:1159 +#: redbot/core/core_commands.py:1164 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1161 +#: redbot/core/core_commands.py:1166 msgid "Global default: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1171 msgid "Global command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1172 +#: redbot/core/core_commands.py:1177 msgid "Guild setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1177 +#: redbot/core/core_commands.py:1182 msgid "Server command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1183 +#: redbot/core/core_commands.py:1188 msgid "Channel setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1191 msgid "User setting: {value}" msgstr "" -#: redbot/core/core_commands.py:1192 +#: redbot/core/core_commands.py:1197 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -608,15 +608,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1206 +#: redbot/core/core_commands.py:1211 msgid "Embeds are now disabled by default." msgstr "" -#: redbot/core/core_commands.py:1209 +#: redbot/core/core_commands.py:1214 msgid "Embeds are now enabled by default." msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1220 #, docstring msgid "\n" " Set the server's embed setting.\n\n" @@ -632,20 +632,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1234 redbot/core/core_commands.py:1318 -#: redbot/core/core_commands.py:1409 redbot/core/core_commands.py:1440 +#: redbot/core/core_commands.py:1239 redbot/core/core_commands.py:1323 +#: redbot/core/core_commands.py:1414 redbot/core/core_commands.py:1445 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1239 +#: redbot/core/core_commands.py:1244 msgid "Embeds are now enabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1241 +#: redbot/core/core_commands.py:1246 msgid "Embeds are now disabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1249 +#: redbot/core/core_commands.py:1254 #, docstring msgid "\n" " Sets a command's embed setting.\n\n" @@ -662,11 +662,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1278 +#: redbot/core/core_commands.py:1283 msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." msgstr "" -#: redbot/core/core_commands.py:1289 +#: redbot/core/core_commands.py:1294 #, docstring msgid "\n" " Sets a command's embed setting globally.\n\n" @@ -682,15 +682,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1375 +#: redbot/core/core_commands.py:1329 redbot/core/core_commands.py:1380 msgid "Embeds are now enabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1330 redbot/core/core_commands.py:1381 +#: redbot/core/core_commands.py:1335 redbot/core/core_commands.py:1386 msgid "Embeds are now disabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1340 +#: redbot/core/core_commands.py:1345 #, docstring msgid "\n" " Sets a commmand's embed setting for the current server.\n\n" @@ -706,11 +706,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1369 +#: redbot/core/core_commands.py:1374 msgid "Embeds will now fall back to the server setting." msgstr "" -#: redbot/core/core_commands.py:1390 +#: redbot/core/core_commands.py:1395 #, docstring msgid "\n" " Set's a channel's embed setting.\n\n" @@ -726,21 +726,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1419 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1426 #, docstring msgid "\n" " Sets personal embed setting for DMs.\n\n" @@ -756,15 +756,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1450 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1452 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1453 +#: redbot/core/core_commands.py:1458 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead.\n\n" @@ -777,11 +777,11 @@ msgid "Sends to the owner the last command exception that has occurred.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:1487 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1487 +#: redbot/core/core_commands.py:1492 #, docstring msgid "Shows [botname]'s invite url.\n\n" " This will always send the invite to DMs to keep it private.\n\n" @@ -791,12 +791,12 @@ msgid "Shows [botname]'s invite url.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1512 #, docstring msgid "Commands to setup [botname]'s invite settings." msgstr "" -#: redbot/core/core_commands.py:1512 +#: redbot/core/core_commands.py:1517 #, docstring msgid "\n" " Toggles if `[p]invite` should be accessible for the average user.\n\n" @@ -808,7 +808,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1549 +#: redbot/core/core_commands.py:1554 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -823,7 +823,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 #, docstring msgid "\n" " Leaves servers.\n\n" @@ -838,43 +855,43 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1588 +#: redbot/core/core_commands.py:1613 msgid "You need to specify at least one server ID." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:1620 msgid "You haven't passed any server ID. Do you want me to leave this server?" msgstr "" -#: redbot/core/core_commands.py:1600 +#: redbot/core/core_commands.py:1625 msgid "Are you sure you want me to leave these servers?" msgstr "" -#: redbot/core/core_commands.py:1608 +#: redbot/core/core_commands.py:1633 msgid "I cannot leave the server `{server_name}`: I am the owner of it." msgstr "" -#: redbot/core/core_commands.py:1619 +#: redbot/core/core_commands.py:1644 redbot/core/core_commands.py:2711 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:1624 +#: redbot/core/core_commands.py:1649 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1652 msgid "Alright. Leaving {number} servers..." msgstr "" -#: redbot/core/core_commands.py:1634 +#: redbot/core/core_commands.py:1659 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1636 +#: redbot/core/core_commands.py:1661 msgid "Alright, I'm not leaving those servers." msgstr "" -#: redbot/core/core_commands.py:1641 +#: redbot/core/core_commands.py:1666 #, docstring msgid "\n" " Lists the servers [botname] is currently in.\n\n" @@ -882,7 +899,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:1684 #, docstring msgid "Loads cog packages from the local paths and installed cogs.\n\n" " See packages available to load with `[p]cogs`.\n\n" @@ -895,67 +912,67 @@ msgid "Loads cog packages from the local paths and installed cogs.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1688 +#: redbot/core/core_commands.py:1713 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1693 +#: redbot/core/core_commands.py:1718 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1722 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1729 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1709 +#: redbot/core/core_commands.py:1734 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1717 redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1742 redbot/core/core_commands.py:1898 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1723 redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1748 redbot/core/core_commands.py:1904 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1732 redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1757 redbot/core/core_commands.py:1913 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1736 redbot/core/core_commands.py:1892 +#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1744 +#: redbot/core/core_commands.py:1769 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1748 +#: redbot/core/core_commands.py:1773 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1755 +#: redbot/core/core_commands.py:1780 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1786 redbot/core/core_commands.py:1942 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1780 +#: redbot/core/core_commands.py:1805 #, docstring msgid "Unloads previously loaded cog packages.\n\n" " See packages available to unload with `[p]cogs`.\n\n" @@ -967,23 +984,23 @@ msgid "Unloads previously loaded cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1798 +#: redbot/core/core_commands.py:1823 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1827 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1809 +#: redbot/core/core_commands.py:1834 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1813 +#: redbot/core/core_commands.py:1838 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1826 +#: redbot/core/core_commands.py:1851 #, docstring msgid "Reloads cog packages.\n\n" " This will unload and then load the specified cogs.\n\n" @@ -996,36 +1013,36 @@ msgid "Reloads cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:1880 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1860 +#: redbot/core/core_commands.py:1885 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1890 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1900 +#: redbot/core/core_commands.py:1925 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1904 +#: redbot/core/core_commands.py:1929 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1936 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Shuts down the bot.\n\n" " Allows [botname] to shut down gracefully.\n\n" @@ -1038,11 +1055,11 @@ msgid "Shuts down the bot.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1974 msgid "Shutting down... " msgstr "" -#: redbot/core/core_commands.py:1955 +#: redbot/core/core_commands.py:1980 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -1055,30 +1072,30 @@ msgid "Attempts to restart [botname].\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1969 +#: redbot/core/core_commands.py:1994 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:1974 +#: redbot/core/core_commands.py:1999 #, docstring msgid "Commands for changing [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1978 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1996 +#: redbot/core/core_commands.py:2021 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2042 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -1086,7 +1103,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:2039 +#: redbot/core/core_commands.py:2064 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -1101,23 +1118,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2060 +#: redbot/core/core_commands.py:2085 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:2062 +#: redbot/core/core_commands.py:2087 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2092 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2099 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2104 #, docstring msgid "\n" " Sets the bot's description.\n\n" @@ -1133,15 +1150,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2099 +#: redbot/core/core_commands.py:2124 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:2102 +#: redbot/core/core_commands.py:2127 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2141 #, docstring msgid "\n" " Adds an admin role for this guild.\n\n" @@ -1159,15 +1176,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2136 +#: redbot/core/core_commands.py:2161 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:2138 +#: redbot/core/core_commands.py:2163 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2144 +#: redbot/core/core_commands.py:2169 #, docstring msgid "\n" " Adds a moderator role for this guild.\n\n" @@ -1184,15 +1201,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2188 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:2165 +#: redbot/core/core_commands.py:2190 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2171 +#: redbot/core/core_commands.py:2196 #, docstring msgid "\n" " Removes an admin role for this guild.\n\n" @@ -1204,15 +1221,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2208 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:2185 +#: redbot/core/core_commands.py:2210 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2191 +#: redbot/core/core_commands.py:2216 #, docstring msgid "\n" " Removes a mod role for this guild.\n\n" @@ -1224,15 +1241,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2228 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2230 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2211 +#: redbot/core/core_commands.py:2236 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -1243,19 +1260,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2248 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will" msgstr "" -#: redbot/core/core_commands.py:2232 +#: redbot/core/core_commands.py:2257 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -1267,11 +1284,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2247 +#: redbot/core/core_commands.py:2272 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2280 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -1282,11 +1299,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2268 +#: redbot/core/core_commands.py:2293 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:2276 +#: redbot/core/core_commands.py:2301 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1303,15 +1320,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2321 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:2299 +#: redbot/core/core_commands.py:2324 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:2304 +#: redbot/core/core_commands.py:2329 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL.\n\n" @@ -1324,28 +1341,28 @@ msgid "Sets [botname]'s avatar\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2327 +#: redbot/core/core_commands.py:2352 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:2329 +#: redbot/core/core_commands.py:2354 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:2339 +#: redbot/core/core_commands.py:2364 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:2346 +#: redbot/core/core_commands.py:2371 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:2348 redbot/core/core_commands.py:2575 -#: redbot/core/core_commands.py:2631 redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:2373 redbot/core/core_commands.py:2600 +#: redbot/core/core_commands.py:2656 redbot/core/core_commands.py:2680 msgid "Done." msgstr "" -#: redbot/core/core_commands.py:2353 +#: redbot/core/core_commands.py:2378 #, docstring msgid "\n" " Removes [botname]'s avatar.\n\n" @@ -1354,11 +1371,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2386 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2392 #, docstring msgid "Sets [botname]'s playing status.\n\n" " This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" @@ -1371,19 +1388,19 @@ msgid "Sets [botname]'s playing status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2383 +#: redbot/core/core_commands.py:2408 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2391 +#: redbot/core/core_commands.py:2416 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:2393 +#: redbot/core/core_commands.py:2418 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:2399 +#: redbot/core/core_commands.py:2424 #, docstring msgid "Sets [botname]'s listening status.\n\n" " This will appear as `Listening to `.\n\n" @@ -1395,19 +1412,19 @@ msgid "Sets [botname]'s listening status.\n\n" " - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2416 +#: redbot/core/core_commands.py:2441 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2425 +#: redbot/core/core_commands.py:2450 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2453 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2459 #, docstring msgid "Sets [botname]'s watching status.\n\n" " This will appear as `Watching `.\n\n" @@ -1419,19 +1436,19 @@ msgid "Sets [botname]'s watching status.\n\n" " - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2475 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2482 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:2459 +#: redbot/core/core_commands.py:2484 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:2465 +#: redbot/core/core_commands.py:2490 #, docstring msgid "Sets [botname]'s competing status.\n\n" " This will appear as `Competing in `.\n\n" @@ -1443,19 +1460,19 @@ msgid "Sets [botname]'s competing status.\n\n" " - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2482 +#: redbot/core/core_commands.py:2507 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2491 +#: redbot/core/core_commands.py:2516 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:2494 +#: redbot/core/core_commands.py:2519 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:2500 +#: redbot/core/core_commands.py:2525 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1471,11 +1488,11 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:2555 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:2538 +#: redbot/core/core_commands.py:2563 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" @@ -1491,15 +1508,15 @@ msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " - `` - The text to follow `Streaming` in the status." msgstr "" -#: redbot/core/core_commands.py:2563 +#: redbot/core/core_commands.py:2588 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2591 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2580 +#: redbot/core/core_commands.py:2605 #, docstring msgid "Sets [botname]'s username.\n\n" " Maximum length for a username is 32 characters.\n\n" @@ -1512,28 +1529,28 @@ msgid "Sets [botname]'s username.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2596 +#: redbot/core/core_commands.py:2621 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2603 +#: redbot/core/core_commands.py:2628 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2609 +#: redbot/core/core_commands.py:2634 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2619 +#: redbot/core/core_commands.py:2644 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2629 +#: redbot/core/core_commands.py:2654 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2662 #, docstring msgid "Sets [botname]'s nickname for the current server.\n\n" " Maximum length for a nickname is 32 characters.\n\n" @@ -1544,15 +1561,15 @@ msgid "Sets [botname]'s nickname for the current server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2649 +#: redbot/core/core_commands.py:2674 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2653 +#: redbot/core/core_commands.py:2678 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:2660 +#: redbot/core/core_commands.py:2685 #, docstring msgid "Sets [botname]'s global prefix(es).\n\n" " Warning: This is not additive. It will replace all current prefixes.\n\n" @@ -1567,20 +1584,30 @@ msgid "Sets [botname]'s global prefix(es).\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2677 +#: redbot/core/core_commands.py:2702 +msgid "Warning: A prefix is above the recommended length (20 characters).\n" +"Do you want to continue? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:2715 +msgid "Cancelled." +msgstr "" + +#: redbot/core/core_commands.py:2719 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:2721 msgid "Prefixes set." msgstr "" -#: redbot/core/core_commands.py:2685 +#: redbot/core/core_commands.py:2727 #, docstring msgid "\n" " Sets [botname]'s server prefix(es).\n\n" " Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" -" This is not additive. It will replace all current server prefixes.\n\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 20 characters.\n\n" " **Examples:**\n" " - `[p]set serverprefix !`\n" " - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" @@ -1591,19 +1618,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2702 +#: redbot/core/core_commands.py:2745 msgid "Server prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2748 +msgid "You cannot have a prefix longer than 20 characters." +msgstr "" + +#: redbot/core/core_commands.py:2753 msgid "Server prefix set." msgstr "" -#: redbot/core/core_commands.py:2709 +#: redbot/core/core_commands.py:2755 msgid "Server prefixes set." msgstr "" -#: redbot/core/core_commands.py:2714 +#: redbot/core/core_commands.py:2760 #, docstring msgid "\n" " Changes the bot's default locale.\n\n" @@ -1620,21 +1651,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2735 redbot/core/core_commands.py:2779 -#: redbot/core/core_commands.py:2818 redbot/core/core_commands.py:2862 +#: redbot/core/core_commands.py:2781 redbot/core/core_commands.py:2825 +#: redbot/core/core_commands.py:2864 redbot/core/core_commands.py:2908 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2739 redbot/core/core_commands.py:2783 -#: redbot/core/core_commands.py:2822 redbot/core/core_commands.py:2866 +#: redbot/core/core_commands.py:2785 redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2868 redbot/core/core_commands.py:2912 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:2792 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2752 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1652,15 +1683,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2774 +#: redbot/core/core_commands.py:2820 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2789 +#: redbot/core/core_commands.py:2835 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:2795 +#: redbot/core/core_commands.py:2841 #, docstring msgid "\n" " Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1675,15 +1706,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2812 +#: redbot/core/core_commands.py:2858 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2875 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2837 +#: redbot/core/core_commands.py:2883 #, docstring msgid "\n" " Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1698,15 +1729,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2855 +#: redbot/core/core_commands.py:2901 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2873 +#: redbot/core/core_commands.py:2919 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2881 +#: redbot/core/core_commands.py:2927 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1721,19 +1752,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2898 +#: redbot/core/core_commands.py:2944 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2948 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2905 +#: redbot/core/core_commands.py:2951 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2956 #, docstring msgid "\n" " Commands to set, list or remove various external API tokens.\n\n" @@ -1750,11 +1781,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2931 +#: redbot/core/core_commands.py:2977 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2935 +#: redbot/core/core_commands.py:2981 #, docstring msgid "\n" " Show all external API services along with their keys that have been set.\n\n" @@ -1764,19 +1795,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2946 +#: redbot/core/core_commands.py:2992 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2961 +#: redbot/core/core_commands.py:3007 #, docstring msgid "\n" " Remove the given services with all their keys and tokens.\n\n" @@ -1787,20 +1818,20 @@ msgid "\n" " - `` - The services to remove." msgstr "" -#: redbot/core/core_commands.py:2976 +#: redbot/core/core_commands.py:3022 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2980 +#: redbot/core/core_commands.py:3026 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2985 +#: redbot/core/core_commands.py:3031 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2990 +#: redbot/core/core_commands.py:3036 #, docstring msgid "\n" " Commands to manage settings for the help command.\n\n" @@ -1808,7 +1839,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2999 +#: redbot/core/core_commands.py:3045 #, docstring msgid "\n" " Show the current help settings.\n\n" @@ -1818,11 +1849,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3013 +#: redbot/core/core_commands.py:3059 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:3023 +#: redbot/core/core_commands.py:3069 #, docstring msgid "\n" " This resets [botname]'s help formatter to the default formatter.\n\n" @@ -1831,11 +1862,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3032 +#: redbot/core/core_commands.py:3078 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:3041 +#: redbot/core/core_commands.py:3087 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1845,11 +1876,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3051 +#: redbot/core/core_commands.py:3097 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3105 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1865,15 +1896,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3079 +#: redbot/core/core_commands.py:3125 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:3081 +#: redbot/core/core_commands.py:3127 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:3085 +#: redbot/core/core_commands.py:3131 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1887,15 +1918,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3102 +#: redbot/core/core_commands.py:3148 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3104 +#: redbot/core/core_commands.py:3150 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3154 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1909,15 +1940,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3125 +#: redbot/core/core_commands.py:3171 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3127 +#: redbot/core/core_commands.py:3173 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3131 +#: redbot/core/core_commands.py:3177 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent to a DM.\n\n" @@ -1933,15 +1964,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3152 +#: redbot/core/core_commands.py:3198 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3154 +#: redbot/core/core_commands.py:3200 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3158 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be filtered from help.\n\n" @@ -1955,15 +1986,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3175 +#: redbot/core/core_commands.py:3221 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:3177 +#: redbot/core/core_commands.py:3223 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:3181 +#: redbot/core/core_commands.py:3227 #, docstring msgid "\n" " Sets whether the bot should respond to help commands for nonexistent topics.\n\n" @@ -1979,15 +2010,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3202 +#: redbot/core/core_commands.py:3248 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3251 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:3213 +#: redbot/core/core_commands.py:3259 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " Note: This setting only applies to embedded help.\n\n" @@ -2002,15 +2033,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3230 +#: redbot/core/core_commands.py:3276 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:3234 +#: redbot/core/core_commands.py:3280 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3238 +#: redbot/core/core_commands.py:3284 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " Note: This setting does not apply to menu help.\n\n" @@ -2026,15 +2057,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3283 +#: redbot/core/core_commands.py:3302 redbot/core/core_commands.py:3329 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:3260 +#: redbot/core/core_commands.py:3306 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3265 +#: redbot/core/core_commands.py:3311 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -2051,19 +2082,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3332 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3337 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:3293 +#: redbot/core/core_commands.py:3339 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:3297 +#: redbot/core/core_commands.py:3343 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -2077,19 +2108,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3312 +#: redbot/core/core_commands.py:3358 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:3316 +#: redbot/core/core_commands.py:3362 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:3324 +#: redbot/core/core_commands.py:3370 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:3329 +#: redbot/core/core_commands.py:3375 #, docstring msgid "Sends a message to the owner.\n\n" " This is limited to one message every 60 seconds per person.\n\n" @@ -2100,43 +2131,43 @@ msgid "Sends a message to the owner.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3341 +#: redbot/core/core_commands.py:3387 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:3344 +#: redbot/core/core_commands.py:3390 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3392 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:3347 +#: redbot/core/core_commands.py:3393 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:3352 +#: redbot/core/core_commands.py:3398 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:3354 +#: redbot/core/core_commands.py:3400 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:3359 +#: redbot/core/core_commands.py:3405 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:3430 +#: redbot/core/core_commands.py:3476 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:3432 +#: redbot/core/core_commands.py:3478 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:3437 +#: redbot/core/core_commands.py:3483 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n\n" @@ -2149,41 +2180,41 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3453 +#: redbot/core/core_commands.py:3499 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3509 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:3464 +#: redbot/core/core_commands.py:3510 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:3478 redbot/core/core_commands.py:3488 +#: redbot/core/core_commands.py:3524 redbot/core/core_commands.py:3534 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:3481 redbot/core/core_commands.py:3491 +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3537 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:3496 +#: redbot/core/core_commands.py:3542 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:3500 +#: redbot/core/core_commands.py:3546 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:3506 +#: redbot/core/core_commands.py:3552 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:3593 +#: redbot/core/core_commands.py:3639 #, docstring msgid "\n" " Commands to manage the allowlist.\n\n" @@ -2192,7 +2223,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3604 +#: redbot/core/core_commands.py:3650 #, docstring msgid "\n" " Adds users to the allowlist.\n\n" @@ -2204,15 +2235,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3663 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3619 +#: redbot/core/core_commands.py:3665 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3623 +#: redbot/core/core_commands.py:3669 #, docstring msgid "\n" " Lists users on the allowlist.\n\n" @@ -2221,21 +2252,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3635 +#: redbot/core/core_commands.py:3681 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3637 +#: redbot/core/core_commands.py:3683 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3641 redbot/core/core_commands.py:3739 +#: redbot/core/core_commands.py:3687 redbot/core/core_commands.py:3785 #: redbot/core/modlog.py:428 redbot/core/modlog.py:450 #: redbot/core/modlog.py:466 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/core_commands.py:3649 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Removes users from the allowlist.\n\n" @@ -2248,15 +2279,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3664 +#: redbot/core/core_commands.py:3710 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3666 +#: redbot/core/core_commands.py:3712 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3670 +#: redbot/core/core_commands.py:3716 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2266,11 +2297,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3725 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3684 +#: redbot/core/core_commands.py:3730 #, docstring msgid "\n" " Commands to manage the blocklist.\n\n" @@ -2278,7 +2309,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3693 +#: redbot/core/core_commands.py:3739 #, docstring msgid "\n" " Adds users to the blocklist.\n\n" @@ -2290,19 +2321,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3709 +#: redbot/core/core_commands.py:3755 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3715 +#: redbot/core/core_commands.py:3761 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3717 +#: redbot/core/core_commands.py:3763 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3721 +#: redbot/core/core_commands.py:3767 #, docstring msgid "\n" " Lists users on the blocklist.\n\n" @@ -2311,15 +2342,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3733 +#: redbot/core/core_commands.py:3779 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3735 +#: redbot/core/core_commands.py:3781 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3747 +#: redbot/core/core_commands.py:3793 #, docstring msgid "\n" " Removes users from the blocklist.\n\n" @@ -2331,15 +2362,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3760 +#: redbot/core/core_commands.py:3806 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3762 +#: redbot/core/core_commands.py:3808 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3766 +#: redbot/core/core_commands.py:3812 #, docstring msgid "\n" " Clears the blocklist.\n\n" @@ -2348,11 +2379,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3773 +#: redbot/core/core_commands.py:3819 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3779 +#: redbot/core/core_commands.py:3825 #, docstring msgid "\n" " Commands to manage the server specific allowlist.\n\n" @@ -2361,7 +2392,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3792 +#: redbot/core/core_commands.py:3838 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n\n" @@ -2374,19 +2405,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3811 +#: redbot/core/core_commands.py:3857 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:3820 +#: redbot/core/core_commands.py:3866 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3822 +#: redbot/core/core_commands.py:3868 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3826 +#: redbot/core/core_commands.py:3872 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n\n" @@ -2395,19 +2426,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3838 +#: redbot/core/core_commands.py:3884 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3840 +#: redbot/core/core_commands.py:3886 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:3844 redbot/core/core_commands.py:3966 +#: redbot/core/core_commands.py:3890 redbot/core/core_commands.py:4012 msgid "Unknown or Deleted User/Role" msgstr "" -#: redbot/core/core_commands.py:3854 +#: redbot/core/core_commands.py:3900 #, docstring msgid "\n" " Removes user or role from the allowlist.\n\n" @@ -2421,19 +2452,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3875 +#: redbot/core/core_commands.py:3921 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3883 +#: redbot/core/core_commands.py:3929 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3885 +#: redbot/core/core_commands.py:3931 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3889 +#: redbot/core/core_commands.py:3935 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2443,11 +2474,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3898 +#: redbot/core/core_commands.py:3944 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3904 +#: redbot/core/core_commands.py:3950 #, docstring msgid "\n" " Commands to manage the server specific blocklist.\n\n" @@ -2455,7 +2486,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3915 +#: redbot/core/core_commands.py:3961 #, docstring msgid "\n" " Adds a user or role to the local blocklist.\n\n" @@ -2468,27 +2499,27 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3929 +#: redbot/core/core_commands.py:3975 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3932 +#: redbot/core/core_commands.py:3978 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3935 +#: redbot/core/core_commands.py:3981 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3942 +#: redbot/core/core_commands.py:3988 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3944 +#: redbot/core/core_commands.py:3990 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3948 +#: redbot/core/core_commands.py:3994 #, docstring msgid "\n" " Lists users and roles on the server blocklist.\n\n" @@ -2497,15 +2528,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3960 +#: redbot/core/core_commands.py:4006 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3962 +#: redbot/core/core_commands.py:4008 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3976 +#: redbot/core/core_commands.py:4022 #, docstring msgid "\n" " Removes user or role from local blocklist.\n\n" @@ -2518,15 +2549,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3992 +#: redbot/core/core_commands.py:4038 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3994 +#: redbot/core/core_commands.py:4040 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3998 +#: redbot/core/core_commands.py:4044 #, docstring msgid "\n" " Clears the server blocklist.\n\n" @@ -2536,16 +2567,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4007 +#: redbot/core/core_commands.py:4053 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:4012 +#: redbot/core/core_commands.py:4058 #, docstring msgid "Commands to enable and disable commands and cogs." msgstr "" -#: redbot/core/core_commands.py:4018 +#: redbot/core/core_commands.py:4064 #, docstring msgid "Set the default state for a cog as disabled.\n\n" " This will disable the cog for all servers by default.\n" @@ -2559,20 +2590,20 @@ msgid "Set the default state for a cog as disabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4034 redbot/core/core_commands.py:4059 -#: redbot/core/core_commands.py:4079 redbot/core/core_commands.py:4109 +#: redbot/core/core_commands.py:4080 redbot/core/core_commands.py:4105 +#: redbot/core/core_commands.py:4125 redbot/core/core_commands.py:4155 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:4036 +#: redbot/core/core_commands.py:4082 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:4038 +#: redbot/core/core_commands.py:4084 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:4043 +#: redbot/core/core_commands.py:4089 #, docstring msgid "Set the default state for a cog as enabled.\n\n" " This will re-enable the cog for all servers by default.\n" @@ -2586,11 +2617,11 @@ msgid "Set the default state for a cog as enabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4061 +#: redbot/core/core_commands.py:4107 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:4066 +#: redbot/core/core_commands.py:4112 #, docstring msgid "Disable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2602,19 +2633,19 @@ msgid "Disable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4081 +#: redbot/core/core_commands.py:4127 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:4083 +#: redbot/core/core_commands.py:4129 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4086 +#: redbot/core/core_commands.py:4132 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4092 +#: redbot/core/core_commands.py:4138 #, docstring msgid "Enable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2626,15 +2657,15 @@ msgid "Enable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4104 +#: redbot/core/core_commands.py:4150 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4112 +#: redbot/core/core_commands.py:4158 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4118 +#: redbot/core/core_commands.py:4164 #, docstring msgid "List the cogs which are disabled in this server.\n\n" " **Example:**\n" @@ -2642,15 +2673,15 @@ msgid "List the cogs which are disabled in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4131 +#: redbot/core/core_commands.py:4177 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:4137 +#: redbot/core/core_commands.py:4183 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:4141 +#: redbot/core/core_commands.py:4187 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2661,7 +2692,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4158 +#: redbot/core/core_commands.py:4204 #, docstring msgid "List disabled commands globally.\n\n" " **Example:**\n" @@ -2669,19 +2700,19 @@ msgid "List disabled commands globally.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4165 +#: redbot/core/core_commands.py:4211 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:4168 +#: redbot/core/core_commands.py:4214 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4172 +#: redbot/core/core_commands.py:4218 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4180 +#: redbot/core/core_commands.py:4226 #, docstring msgid "List disabled commands in this server.\n\n" " **Example:**\n" @@ -2689,19 +2720,19 @@ msgid "List disabled commands in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4187 +#: redbot/core/core_commands.py:4233 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:4190 +#: redbot/core/core_commands.py:4236 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4194 +#: redbot/core/core_commands.py:4240 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4201 +#: redbot/core/core_commands.py:4247 #, docstring msgid "\n" " Disable a command.\n\n" @@ -2715,7 +2746,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4223 +#: redbot/core/core_commands.py:4269 #, docstring msgid "\n" " Disable a command globally.\n\n" @@ -2727,19 +2758,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4242 redbot/core/core_commands.py:4285 +#: redbot/core/core_commands.py:4288 redbot/core/core_commands.py:4331 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:4248 redbot/core/core_commands.py:4291 +#: redbot/core/core_commands.py:4294 redbot/core/core_commands.py:4337 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:4257 +#: redbot/core/core_commands.py:4303 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:4266 +#: redbot/core/core_commands.py:4312 #, docstring msgid "\n" " Disable a command in this server only.\n\n" @@ -2751,15 +2782,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4296 +#: redbot/core/core_commands.py:4342 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:4306 +#: redbot/core/core_commands.py:4352 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:4312 +#: redbot/core/core_commands.py:4358 #, docstring msgid "Enable a command.\n\n" " If you're the bot owner, this will try to enable a globally disabled command by default.\n" @@ -2772,7 +2803,7 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4332 +#: redbot/core/core_commands.py:4378 #, docstring msgid "\n" " Enable a command globally.\n\n" @@ -2784,11 +2815,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4354 +#: redbot/core/core_commands.py:4400 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:4363 +#: redbot/core/core_commands.py:4409 #, docstring msgid "\n" " Enable a command in this server.\n\n" @@ -2800,15 +2831,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4381 +#: redbot/core/core_commands.py:4427 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4437 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:4398 +#: redbot/core/core_commands.py:4444 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2822,7 +2853,7 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4419 +#: redbot/core/core_commands.py:4465 #, docstring msgid "\n" " Commands to manage server settings for immunity from automated actions.\n\n" @@ -2830,7 +2861,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4428 +#: redbot/core/core_commands.py:4474 #, docstring msgid "\n" " Gets the current members and roles configured for automatic moderation action immunity.\n\n" @@ -2839,19 +2870,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4441 +#: redbot/core/core_commands.py:4487 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4446 +#: redbot/core/core_commands.py:4492 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4450 +#: redbot/core/core_commands.py:4496 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:4459 +#: redbot/core/core_commands.py:4505 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n\n" @@ -2863,11 +2894,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4471 +#: redbot/core/core_commands.py:4517 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:4479 +#: redbot/core/core_commands.py:4525 #, docstring msgid "\n" " Remove a user or role from being immune to automated moderation actions.\n\n" @@ -2879,11 +2910,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4491 +#: redbot/core/core_commands.py:4537 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:4499 +#: redbot/core/core_commands.py:4545 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n\n" @@ -2895,15 +2926,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4511 +#: redbot/core/core_commands.py:4557 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:4513 +#: redbot/core/core_commands.py:4559 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:4518 +#: redbot/core/core_commands.py:4564 #, docstring msgid "\n" " Commands for configuring owner notifications.\n\n" @@ -2911,7 +2942,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4527 +#: redbot/core/core_commands.py:4573 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2923,7 +2954,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4546 +#: redbot/core/core_commands.py:4592 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n\n" @@ -2934,7 +2965,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4565 +#: redbot/core/core_commands.py:4611 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n\n" @@ -2946,7 +2977,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4591 +#: redbot/core/core_commands.py:4637 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n\n" @@ -2958,7 +2989,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4615 +#: redbot/core/core_commands.py:4661 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n\n" @@ -2967,15 +2998,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4625 +#: redbot/core/core_commands.py:4671 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:4636 +#: redbot/core/core_commands.py:4682 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:4667 +#: redbot/core/core_commands.py:4713 #, docstring msgid "\n" " Commands to add servers or channels to the ignore list.\n\n" @@ -2984,7 +3015,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4677 +#: redbot/core/core_commands.py:4723 #, docstring msgid "\n" " List the currently ignored servers and channels.\n\n" @@ -2993,7 +3024,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4692 +#: redbot/core/core_commands.py:4738 #, docstring msgid "\n" " Ignore commands in the channel or category.\n\n" @@ -3009,15 +3040,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4712 +#: redbot/core/core_commands.py:4758 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:4714 +#: redbot/core/core_commands.py:4760 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:4719 +#: redbot/core/core_commands.py:4765 #, docstring msgid "\n" " Ignore commands in this server.\n\n" @@ -3027,20 +3058,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4730 +#: redbot/core/core_commands.py:4776 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:4732 +#: redbot/core/core_commands.py:4778 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:4738 +#: redbot/core/core_commands.py:4784 #, docstring msgid "Commands to remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4746 +#: redbot/core/core_commands.py:4792 #, docstring msgid "\n" " Remove a channel or category from the ignore list.\n\n" @@ -3055,15 +3086,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4765 +#: redbot/core/core_commands.py:4811 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:4767 +#: redbot/core/core_commands.py:4813 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4772 +#: redbot/core/core_commands.py:4818 #, docstring msgid "\n" " Remove this server from the ignore list.\n\n" @@ -3072,24 +3103,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4781 +#: redbot/core/core_commands.py:4827 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4783 +#: redbot/core/core_commands.py:4829 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4789 +#: redbot/core/core_commands.py:4835 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:4801 +#: redbot/core/core_commands.py:4847 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:4816 +#: redbot/core/core_commands.py:4862 #, docstring msgid "\n" " Get info about Red's licenses.\n" @@ -3122,7 +3153,7 @@ msgid "Evaluate a statement of python code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:166 +#: redbot/core/dev_commands.py:167 #, docstring msgid "Execute asynchronous code.\n\n" " This command wraps code into the body of an async function and then\n" @@ -3142,7 +3173,7 @@ msgid "Execute asynchronous code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:220 +#: redbot/core/dev_commands.py:221 #, docstring msgid "Open an interactive REPL.\n\n" " The REPL will only recognise code as messages which start with a\n" @@ -3151,51 +3182,51 @@ msgid "Open an interactive REPL.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:229 +#: redbot/core/dev_commands.py:230 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "" -#: redbot/core/dev_commands.py:233 +#: redbot/core/dev_commands.py:234 msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." msgstr "" -#: redbot/core/dev_commands.py:244 +#: redbot/core/dev_commands.py:245 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." msgstr "" -#: redbot/core/dev_commands.py:258 +#: redbot/core/dev_commands.py:259 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:309 +#: redbot/core/dev_commands.py:310 msgid "Unexpected error: `{}`" msgstr "" -#: redbot/core/dev_commands.py:313 +#: redbot/core/dev_commands.py:314 #, docstring msgid "Pauses/resumes the REPL running in the current channel" msgstr "" -#: redbot/core/dev_commands.py:315 +#: redbot/core/dev_commands.py:316 msgid "There is no currently running REPL session in this channel." msgstr "" -#: redbot/core/dev_commands.py:323 +#: redbot/core/dev_commands.py:324 msgid "The REPL session in this channel has been resumed." msgstr "" -#: redbot/core/dev_commands.py:325 +#: redbot/core/dev_commands.py:326 msgid "The REPL session in this channel is now paused." msgstr "" -#: redbot/core/dev_commands.py:330 +#: redbot/core/dev_commands.py:331 #, docstring msgid "Mock another user invoking a command.\n\n" " The prefix must not be entered.\n" " " msgstr "" -#: redbot/core/dev_commands.py:343 +#: redbot/core/dev_commands.py:344 #, docstring msgid "Dispatch a message event as if it were sent by a different user.\n\n" " Only reads the raw content of the message. Attachments, embeds etc. are\n" @@ -3203,17 +3234,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:364 +#: redbot/core/dev_commands.py:365 #, docstring msgid "Give bot owners the ability to bypass cooldowns.\n\n" " Does not persist through restarts." msgstr "" -#: redbot/core/dev_commands.py:372 +#: redbot/core/dev_commands.py:373 msgid "Bot owners will now bypass all commands with cooldowns." msgstr "" -#: redbot/core/dev_commands.py:374 +#: redbot/core/dev_commands.py:375 msgid "Bot owners will no longer bypass all commands with cooldowns." msgstr "" diff --git a/redbot/core/locales/vi-VN.po b/redbot/core/locales/vi-VN.po index 3caf6548c..e189525cd 100644 --- a/redbot/core/locales/vi-VN.po +++ b/redbot/core/locales/vi-VN.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-05-25 16:04+0000\n" +"POT-Creation-Date: 2021-06-12 15:52+0000\n" "Last-Translator: \n" "Language-Team: Vietnamese\n" "MIME-Version: 1.0\n" @@ -126,15 +126,15 @@ msgstr "" msgid "**{} unloaded:**\n" msgstr "" -#: redbot/core/core_commands.py:179 +#: redbot/core/core_commands.py:181 msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:184 +#: redbot/core/core_commands.py:186 msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:393 +#: redbot/core/core_commands.py:398 #, docstring msgid "\n" " The Core cog has many commands related to core functions.\n\n" @@ -142,93 +142,93 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:410 #, docstring msgid "Pong." msgstr "" -#: redbot/core/core_commands.py:410 +#: redbot/core/core_commands.py:415 #, docstring msgid "Shows info about [botname].\n\n" " See `[p]set custominfo` to customize.\n" " " msgstr "" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:445 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by team" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:456 +#: redbot/core/core_commands.py:461 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:459 redbot/core/core_commands.py:515 +#: redbot/core/core_commands.py:464 redbot/core/core_commands.py:520 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:463 redbot/core/core_commands.py:519 +#: redbot/core/core_commands.py:468 redbot/core/core_commands.py:524 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:464 +#: redbot/core/core_commands.py:469 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:466 +#: redbot/core/core_commands.py:471 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:467 +#: redbot/core/core_commands.py:472 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:470 redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:475 redbot/core/core_commands.py:533 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:483 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:489 +#: redbot/core/core_commands.py:494 msgid "Instance owned by team: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:501 +#: redbot/core/core_commands.py:506 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:520 +#: redbot/core/core_commands.py:525 msgid "Outdated: [{state}]\n" msgstr "" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:528 msgid "**About Red**\n" msgstr "" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:539 msgid "**About this instance**\n" msgstr "" -#: redbot/core/core_commands.py:536 +#: redbot/core/core_commands.py:541 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -239,20 +239,20 @@ msgid "**References**\n" "7. <{}>\n" msgstr "" -#: redbot/core/core_commands.py:552 +#: redbot/core/core_commands.py:557 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:555 +#: redbot/core/core_commands.py:560 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:557 +#: redbot/core/core_commands.py:562 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:564 +#: redbot/core/core_commands.py:569 #, docstring msgid "\n" " Commands which interact with the data [botname] has about you.\n\n" @@ -260,7 +260,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:575 +#: redbot/core/core_commands.py:580 #, docstring msgid "\n" " Find out what type of data [botname] stores and why.\n\n" @@ -269,12 +269,12 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:585 +#: redbot/core/core_commands.py:590 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:604 +#: redbot/core/core_commands.py:609 #, docstring msgid "View the End User Data statements of each 3rd-party module.\n\n" " This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" @@ -283,39 +283,39 @@ msgid "View the End User Data statements of each 3rd-party module.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:615 +#: redbot/core/core_commands.py:620 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:625 +#: redbot/core/core_commands.py:630 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:645 +#: redbot/core/core_commands.py:650 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:647 +#: redbot/core/core_commands.py:652 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:652 +#: redbot/core/core_commands.py:657 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:668 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:679 +#: redbot/core/core_commands.py:684 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:684 +#: redbot/core/core_commands.py:689 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:695 +#: redbot/core/core_commands.py:700 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -327,63 +327,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:710 +#: redbot/core/core_commands.py:715 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:717 +#: redbot/core/core_commands.py:722 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:727 +#: redbot/core/core_commands.py:732 msgid "This may take some time." msgstr "" -#: redbot/core/core_commands.py:740 +#: redbot/core/core_commands.py:745 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:755 +#: redbot/core/core_commands.py:760 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:765 +#: redbot/core/core_commands.py:770 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:775 +#: redbot/core/core_commands.py:780 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:783 redbot/core/core_commands.py:950 -#: redbot/core/core_commands.py:1036 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:788 redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:1041 redbot/core/core_commands.py:1112 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:793 +#: redbot/core/core_commands.py:798 #, docstring msgid "[Coming Soon] Get what data [botname] has about you." msgstr "" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:800 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:804 +#: redbot/core/core_commands.py:809 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:810 +#: redbot/core/core_commands.py:815 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -394,11 +394,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:821 +#: redbot/core/core_commands.py:826 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:834 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n\n" @@ -408,11 +408,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:838 +#: redbot/core/core_commands.py:843 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:847 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -426,15 +426,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:859 +#: redbot/core/core_commands.py:864 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:867 +#: redbot/core/core_commands.py:872 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:878 +#: redbot/core/core_commands.py:883 #, docstring msgid "\n" " Handle a deletion request from Discord.\n\n" @@ -447,34 +447,34 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:892 +#: redbot/core/core_commands.py:897 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:915 redbot/core/core_commands.py:1072 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +#: redbot/core/core_commands.py:930 redbot/core/core_commands.py:1087 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +#: redbot/core/core_commands.py:941 redbot/core/core_commands.py:1098 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +#: redbot/core/core_commands.py:951 redbot/core/core_commands.py:1108 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:957 +#: redbot/core/core_commands.py:962 #, docstring msgid "Delete data [botname] has about a user for a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" @@ -485,34 +485,34 @@ msgid "Delete data [botname] has about a user for a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:973 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:991 +#: redbot/core/core_commands.py:996 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1006 +#: redbot/core/core_commands.py:1011 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1017 +#: redbot/core/core_commands.py:1022 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1033 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1048 #, docstring msgid "Delete data [botname] has about a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" @@ -522,12 +522,12 @@ msgid "Delete data [botname] has about a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1053 +#: redbot/core/core_commands.py:1058 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1114 +#: redbot/core/core_commands.py:1119 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -547,7 +547,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1136 +#: redbot/core/core_commands.py:1141 #, docstring msgid "\n" " Show the current embed settings.\n\n" @@ -561,42 +561,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1153 redbot/core/core_commands.py:1309 -#: redbot/core/core_commands.py:1360 redbot/core/core_commands.py:4236 -#: redbot/core/core_commands.py:4279 redbot/core/core_commands.py:4345 -#: redbot/core/core_commands.py:4376 +#: redbot/core/core_commands.py:1158 redbot/core/core_commands.py:1314 +#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:4282 +#: redbot/core/core_commands.py:4325 redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4422 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:1159 +#: redbot/core/core_commands.py:1164 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1161 +#: redbot/core/core_commands.py:1166 msgid "Global default: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1171 msgid "Global command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1172 +#: redbot/core/core_commands.py:1177 msgid "Guild setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1177 +#: redbot/core/core_commands.py:1182 msgid "Server command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1183 +#: redbot/core/core_commands.py:1188 msgid "Channel setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1191 msgid "User setting: {value}" msgstr "" -#: redbot/core/core_commands.py:1192 +#: redbot/core/core_commands.py:1197 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -608,15 +608,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1206 +#: redbot/core/core_commands.py:1211 msgid "Embeds are now disabled by default." msgstr "" -#: redbot/core/core_commands.py:1209 +#: redbot/core/core_commands.py:1214 msgid "Embeds are now enabled by default." msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1220 #, docstring msgid "\n" " Set the server's embed setting.\n\n" @@ -632,20 +632,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1234 redbot/core/core_commands.py:1318 -#: redbot/core/core_commands.py:1409 redbot/core/core_commands.py:1440 +#: redbot/core/core_commands.py:1239 redbot/core/core_commands.py:1323 +#: redbot/core/core_commands.py:1414 redbot/core/core_commands.py:1445 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1239 +#: redbot/core/core_commands.py:1244 msgid "Embeds are now enabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1241 +#: redbot/core/core_commands.py:1246 msgid "Embeds are now disabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1249 +#: redbot/core/core_commands.py:1254 #, docstring msgid "\n" " Sets a command's embed setting.\n\n" @@ -662,11 +662,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1278 +#: redbot/core/core_commands.py:1283 msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." msgstr "" -#: redbot/core/core_commands.py:1289 +#: redbot/core/core_commands.py:1294 #, docstring msgid "\n" " Sets a command's embed setting globally.\n\n" @@ -682,15 +682,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1375 +#: redbot/core/core_commands.py:1329 redbot/core/core_commands.py:1380 msgid "Embeds are now enabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1330 redbot/core/core_commands.py:1381 +#: redbot/core/core_commands.py:1335 redbot/core/core_commands.py:1386 msgid "Embeds are now disabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1340 +#: redbot/core/core_commands.py:1345 #, docstring msgid "\n" " Sets a commmand's embed setting for the current server.\n\n" @@ -706,11 +706,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1369 +#: redbot/core/core_commands.py:1374 msgid "Embeds will now fall back to the server setting." msgstr "" -#: redbot/core/core_commands.py:1390 +#: redbot/core/core_commands.py:1395 #, docstring msgid "\n" " Set's a channel's embed setting.\n\n" @@ -726,21 +726,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1419 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1426 #, docstring msgid "\n" " Sets personal embed setting for DMs.\n\n" @@ -756,15 +756,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1450 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1452 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1453 +#: redbot/core/core_commands.py:1458 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead.\n\n" @@ -777,11 +777,11 @@ msgid "Sends to the owner the last command exception that has occurred.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:1487 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1487 +#: redbot/core/core_commands.py:1492 #, docstring msgid "Shows [botname]'s invite url.\n\n" " This will always send the invite to DMs to keep it private.\n\n" @@ -791,12 +791,12 @@ msgid "Shows [botname]'s invite url.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1512 #, docstring msgid "Commands to setup [botname]'s invite settings." msgstr "" -#: redbot/core/core_commands.py:1512 +#: redbot/core/core_commands.py:1517 #, docstring msgid "\n" " Toggles if `[p]invite` should be accessible for the average user.\n\n" @@ -808,7 +808,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1549 +#: redbot/core/core_commands.py:1554 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -823,7 +823,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 #, docstring msgid "\n" " Leaves servers.\n\n" @@ -838,43 +855,43 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1588 +#: redbot/core/core_commands.py:1613 msgid "You need to specify at least one server ID." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:1620 msgid "You haven't passed any server ID. Do you want me to leave this server?" msgstr "" -#: redbot/core/core_commands.py:1600 +#: redbot/core/core_commands.py:1625 msgid "Are you sure you want me to leave these servers?" msgstr "" -#: redbot/core/core_commands.py:1608 +#: redbot/core/core_commands.py:1633 msgid "I cannot leave the server `{server_name}`: I am the owner of it." msgstr "" -#: redbot/core/core_commands.py:1619 +#: redbot/core/core_commands.py:1644 redbot/core/core_commands.py:2711 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:1624 +#: redbot/core/core_commands.py:1649 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1652 msgid "Alright. Leaving {number} servers..." msgstr "" -#: redbot/core/core_commands.py:1634 +#: redbot/core/core_commands.py:1659 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1636 +#: redbot/core/core_commands.py:1661 msgid "Alright, I'm not leaving those servers." msgstr "" -#: redbot/core/core_commands.py:1641 +#: redbot/core/core_commands.py:1666 #, docstring msgid "\n" " Lists the servers [botname] is currently in.\n\n" @@ -882,7 +899,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:1684 #, docstring msgid "Loads cog packages from the local paths and installed cogs.\n\n" " See packages available to load with `[p]cogs`.\n\n" @@ -895,67 +912,67 @@ msgid "Loads cog packages from the local paths and installed cogs.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1688 +#: redbot/core/core_commands.py:1713 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1693 +#: redbot/core/core_commands.py:1718 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1722 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1729 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1709 +#: redbot/core/core_commands.py:1734 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1717 redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1742 redbot/core/core_commands.py:1898 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1723 redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1748 redbot/core/core_commands.py:1904 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1732 redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1757 redbot/core/core_commands.py:1913 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1736 redbot/core/core_commands.py:1892 +#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1744 +#: redbot/core/core_commands.py:1769 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1748 +#: redbot/core/core_commands.py:1773 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1755 +#: redbot/core/core_commands.py:1780 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1786 redbot/core/core_commands.py:1942 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1780 +#: redbot/core/core_commands.py:1805 #, docstring msgid "Unloads previously loaded cog packages.\n\n" " See packages available to unload with `[p]cogs`.\n\n" @@ -967,23 +984,23 @@ msgid "Unloads previously loaded cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1798 +#: redbot/core/core_commands.py:1823 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1827 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1809 +#: redbot/core/core_commands.py:1834 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1813 +#: redbot/core/core_commands.py:1838 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1826 +#: redbot/core/core_commands.py:1851 #, docstring msgid "Reloads cog packages.\n\n" " This will unload and then load the specified cogs.\n\n" @@ -996,36 +1013,36 @@ msgid "Reloads cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:1880 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1860 +#: redbot/core/core_commands.py:1885 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1890 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1900 +#: redbot/core/core_commands.py:1925 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1904 +#: redbot/core/core_commands.py:1929 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1936 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Shuts down the bot.\n\n" " Allows [botname] to shut down gracefully.\n\n" @@ -1038,11 +1055,11 @@ msgid "Shuts down the bot.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1974 msgid "Shutting down... " msgstr "" -#: redbot/core/core_commands.py:1955 +#: redbot/core/core_commands.py:1980 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -1055,30 +1072,30 @@ msgid "Attempts to restart [botname].\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1969 +#: redbot/core/core_commands.py:1994 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:1974 +#: redbot/core/core_commands.py:1999 #, docstring msgid "Commands for changing [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1978 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1996 +#: redbot/core/core_commands.py:2021 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2042 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -1086,7 +1103,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:2039 +#: redbot/core/core_commands.py:2064 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -1101,23 +1118,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2060 +#: redbot/core/core_commands.py:2085 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:2062 +#: redbot/core/core_commands.py:2087 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2092 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2099 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2104 #, docstring msgid "\n" " Sets the bot's description.\n\n" @@ -1133,15 +1150,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2099 +#: redbot/core/core_commands.py:2124 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:2102 +#: redbot/core/core_commands.py:2127 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2141 #, docstring msgid "\n" " Adds an admin role for this guild.\n\n" @@ -1159,15 +1176,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2136 +#: redbot/core/core_commands.py:2161 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:2138 +#: redbot/core/core_commands.py:2163 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2144 +#: redbot/core/core_commands.py:2169 #, docstring msgid "\n" " Adds a moderator role for this guild.\n\n" @@ -1184,15 +1201,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2188 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:2165 +#: redbot/core/core_commands.py:2190 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2171 +#: redbot/core/core_commands.py:2196 #, docstring msgid "\n" " Removes an admin role for this guild.\n\n" @@ -1204,15 +1221,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2208 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:2185 +#: redbot/core/core_commands.py:2210 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2191 +#: redbot/core/core_commands.py:2216 #, docstring msgid "\n" " Removes a mod role for this guild.\n\n" @@ -1224,15 +1241,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2228 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2230 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2211 +#: redbot/core/core_commands.py:2236 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -1243,19 +1260,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2248 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will" msgstr "" -#: redbot/core/core_commands.py:2232 +#: redbot/core/core_commands.py:2257 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -1267,11 +1284,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2247 +#: redbot/core/core_commands.py:2272 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2280 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -1282,11 +1299,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2268 +#: redbot/core/core_commands.py:2293 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:2276 +#: redbot/core/core_commands.py:2301 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1303,15 +1320,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2321 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:2299 +#: redbot/core/core_commands.py:2324 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:2304 +#: redbot/core/core_commands.py:2329 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL.\n\n" @@ -1324,28 +1341,28 @@ msgid "Sets [botname]'s avatar\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2327 +#: redbot/core/core_commands.py:2352 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:2329 +#: redbot/core/core_commands.py:2354 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:2339 +#: redbot/core/core_commands.py:2364 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:2346 +#: redbot/core/core_commands.py:2371 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:2348 redbot/core/core_commands.py:2575 -#: redbot/core/core_commands.py:2631 redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:2373 redbot/core/core_commands.py:2600 +#: redbot/core/core_commands.py:2656 redbot/core/core_commands.py:2680 msgid "Done." msgstr "Xong!" -#: redbot/core/core_commands.py:2353 +#: redbot/core/core_commands.py:2378 #, docstring msgid "\n" " Removes [botname]'s avatar.\n\n" @@ -1354,11 +1371,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2386 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2392 #, docstring msgid "Sets [botname]'s playing status.\n\n" " This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" @@ -1371,19 +1388,19 @@ msgid "Sets [botname]'s playing status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2383 +#: redbot/core/core_commands.py:2408 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2391 +#: redbot/core/core_commands.py:2416 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:2393 +#: redbot/core/core_commands.py:2418 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:2399 +#: redbot/core/core_commands.py:2424 #, docstring msgid "Sets [botname]'s listening status.\n\n" " This will appear as `Listening to `.\n\n" @@ -1395,19 +1412,19 @@ msgid "Sets [botname]'s listening status.\n\n" " - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2416 +#: redbot/core/core_commands.py:2441 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2425 +#: redbot/core/core_commands.py:2450 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2453 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2459 #, docstring msgid "Sets [botname]'s watching status.\n\n" " This will appear as `Watching `.\n\n" @@ -1419,19 +1436,19 @@ msgid "Sets [botname]'s watching status.\n\n" " - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2475 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2482 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:2459 +#: redbot/core/core_commands.py:2484 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:2465 +#: redbot/core/core_commands.py:2490 #, docstring msgid "Sets [botname]'s competing status.\n\n" " This will appear as `Competing in `.\n\n" @@ -1443,19 +1460,19 @@ msgid "Sets [botname]'s competing status.\n\n" " - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2482 +#: redbot/core/core_commands.py:2507 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2491 +#: redbot/core/core_commands.py:2516 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:2494 +#: redbot/core/core_commands.py:2519 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:2500 +#: redbot/core/core_commands.py:2525 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1471,11 +1488,11 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:2555 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:2538 +#: redbot/core/core_commands.py:2563 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" @@ -1491,15 +1508,15 @@ msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " - `` - The text to follow `Streaming` in the status." msgstr "" -#: redbot/core/core_commands.py:2563 +#: redbot/core/core_commands.py:2588 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2591 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2580 +#: redbot/core/core_commands.py:2605 #, docstring msgid "Sets [botname]'s username.\n\n" " Maximum length for a username is 32 characters.\n\n" @@ -1512,28 +1529,28 @@ msgid "Sets [botname]'s username.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2596 +#: redbot/core/core_commands.py:2621 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2603 +#: redbot/core/core_commands.py:2628 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2609 +#: redbot/core/core_commands.py:2634 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2619 +#: redbot/core/core_commands.py:2644 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2629 +#: redbot/core/core_commands.py:2654 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2662 #, docstring msgid "Sets [botname]'s nickname for the current server.\n\n" " Maximum length for a nickname is 32 characters.\n\n" @@ -1544,15 +1561,15 @@ msgid "Sets [botname]'s nickname for the current server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2649 +#: redbot/core/core_commands.py:2674 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2653 +#: redbot/core/core_commands.py:2678 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:2660 +#: redbot/core/core_commands.py:2685 #, docstring msgid "Sets [botname]'s global prefix(es).\n\n" " Warning: This is not additive. It will replace all current prefixes.\n\n" @@ -1567,20 +1584,30 @@ msgid "Sets [botname]'s global prefix(es).\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2677 +#: redbot/core/core_commands.py:2702 +msgid "Warning: A prefix is above the recommended length (20 characters).\n" +"Do you want to continue? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:2715 +msgid "Cancelled." +msgstr "" + +#: redbot/core/core_commands.py:2719 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:2721 msgid "Prefixes set." msgstr "" -#: redbot/core/core_commands.py:2685 +#: redbot/core/core_commands.py:2727 #, docstring msgid "\n" " Sets [botname]'s server prefix(es).\n\n" " Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" -" This is not additive. It will replace all current server prefixes.\n\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 20 characters.\n\n" " **Examples:**\n" " - `[p]set serverprefix !`\n" " - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" @@ -1591,19 +1618,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2702 +#: redbot/core/core_commands.py:2745 msgid "Server prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2748 +msgid "You cannot have a prefix longer than 20 characters." +msgstr "" + +#: redbot/core/core_commands.py:2753 msgid "Server prefix set." msgstr "" -#: redbot/core/core_commands.py:2709 +#: redbot/core/core_commands.py:2755 msgid "Server prefixes set." msgstr "" -#: redbot/core/core_commands.py:2714 +#: redbot/core/core_commands.py:2760 #, docstring msgid "\n" " Changes the bot's default locale.\n\n" @@ -1620,21 +1651,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2735 redbot/core/core_commands.py:2779 -#: redbot/core/core_commands.py:2818 redbot/core/core_commands.py:2862 +#: redbot/core/core_commands.py:2781 redbot/core/core_commands.py:2825 +#: redbot/core/core_commands.py:2864 redbot/core/core_commands.py:2908 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2739 redbot/core/core_commands.py:2783 -#: redbot/core/core_commands.py:2822 redbot/core/core_commands.py:2866 +#: redbot/core/core_commands.py:2785 redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2868 redbot/core/core_commands.py:2912 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:2792 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2752 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1652,15 +1683,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2774 +#: redbot/core/core_commands.py:2820 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2789 +#: redbot/core/core_commands.py:2835 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:2795 +#: redbot/core/core_commands.py:2841 #, docstring msgid "\n" " Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1675,15 +1706,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2812 +#: redbot/core/core_commands.py:2858 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2875 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2837 +#: redbot/core/core_commands.py:2883 #, docstring msgid "\n" " Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1698,15 +1729,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2855 +#: redbot/core/core_commands.py:2901 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2873 +#: redbot/core/core_commands.py:2919 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2881 +#: redbot/core/core_commands.py:2927 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1721,19 +1752,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2898 +#: redbot/core/core_commands.py:2944 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2948 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2905 +#: redbot/core/core_commands.py:2951 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2956 #, docstring msgid "\n" " Commands to set, list or remove various external API tokens.\n\n" @@ -1750,11 +1781,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2931 +#: redbot/core/core_commands.py:2977 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2935 +#: redbot/core/core_commands.py:2981 #, docstring msgid "\n" " Show all external API services along with their keys that have been set.\n\n" @@ -1764,19 +1795,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2946 +#: redbot/core/core_commands.py:2992 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2961 +#: redbot/core/core_commands.py:3007 #, docstring msgid "\n" " Remove the given services with all their keys and tokens.\n\n" @@ -1787,20 +1818,20 @@ msgid "\n" " - `` - The services to remove." msgstr "" -#: redbot/core/core_commands.py:2976 +#: redbot/core/core_commands.py:3022 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2980 +#: redbot/core/core_commands.py:3026 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2985 +#: redbot/core/core_commands.py:3031 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2990 +#: redbot/core/core_commands.py:3036 #, docstring msgid "\n" " Commands to manage settings for the help command.\n\n" @@ -1808,7 +1839,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2999 +#: redbot/core/core_commands.py:3045 #, docstring msgid "\n" " Show the current help settings.\n\n" @@ -1818,11 +1849,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3013 +#: redbot/core/core_commands.py:3059 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:3023 +#: redbot/core/core_commands.py:3069 #, docstring msgid "\n" " This resets [botname]'s help formatter to the default formatter.\n\n" @@ -1831,11 +1862,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3032 +#: redbot/core/core_commands.py:3078 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:3041 +#: redbot/core/core_commands.py:3087 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1845,11 +1876,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3051 +#: redbot/core/core_commands.py:3097 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3105 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1865,15 +1896,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3079 +#: redbot/core/core_commands.py:3125 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:3081 +#: redbot/core/core_commands.py:3127 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:3085 +#: redbot/core/core_commands.py:3131 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1887,15 +1918,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3102 +#: redbot/core/core_commands.py:3148 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3104 +#: redbot/core/core_commands.py:3150 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3154 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1909,15 +1940,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3125 +#: redbot/core/core_commands.py:3171 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3127 +#: redbot/core/core_commands.py:3173 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3131 +#: redbot/core/core_commands.py:3177 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent to a DM.\n\n" @@ -1933,15 +1964,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3152 +#: redbot/core/core_commands.py:3198 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3154 +#: redbot/core/core_commands.py:3200 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3158 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be filtered from help.\n\n" @@ -1955,15 +1986,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3175 +#: redbot/core/core_commands.py:3221 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:3177 +#: redbot/core/core_commands.py:3223 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:3181 +#: redbot/core/core_commands.py:3227 #, docstring msgid "\n" " Sets whether the bot should respond to help commands for nonexistent topics.\n\n" @@ -1979,15 +2010,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3202 +#: redbot/core/core_commands.py:3248 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3251 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:3213 +#: redbot/core/core_commands.py:3259 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " Note: This setting only applies to embedded help.\n\n" @@ -2002,15 +2033,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3230 +#: redbot/core/core_commands.py:3276 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:3234 +#: redbot/core/core_commands.py:3280 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3238 +#: redbot/core/core_commands.py:3284 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " Note: This setting does not apply to menu help.\n\n" @@ -2026,15 +2057,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3283 +#: redbot/core/core_commands.py:3302 redbot/core/core_commands.py:3329 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:3260 +#: redbot/core/core_commands.py:3306 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3265 +#: redbot/core/core_commands.py:3311 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -2051,19 +2082,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3332 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3337 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:3293 +#: redbot/core/core_commands.py:3339 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:3297 +#: redbot/core/core_commands.py:3343 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -2077,19 +2108,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3312 +#: redbot/core/core_commands.py:3358 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:3316 +#: redbot/core/core_commands.py:3362 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:3324 +#: redbot/core/core_commands.py:3370 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:3329 +#: redbot/core/core_commands.py:3375 #, docstring msgid "Sends a message to the owner.\n\n" " This is limited to one message every 60 seconds per person.\n\n" @@ -2100,43 +2131,43 @@ msgid "Sends a message to the owner.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3341 +#: redbot/core/core_commands.py:3387 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:3344 +#: redbot/core/core_commands.py:3390 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3392 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:3347 +#: redbot/core/core_commands.py:3393 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:3352 +#: redbot/core/core_commands.py:3398 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:3354 +#: redbot/core/core_commands.py:3400 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:3359 +#: redbot/core/core_commands.py:3405 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:3430 +#: redbot/core/core_commands.py:3476 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:3432 +#: redbot/core/core_commands.py:3478 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:3437 +#: redbot/core/core_commands.py:3483 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n\n" @@ -2149,41 +2180,41 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3453 +#: redbot/core/core_commands.py:3499 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3509 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:3464 +#: redbot/core/core_commands.py:3510 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:3478 redbot/core/core_commands.py:3488 +#: redbot/core/core_commands.py:3524 redbot/core/core_commands.py:3534 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:3481 redbot/core/core_commands.py:3491 +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3537 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:3496 +#: redbot/core/core_commands.py:3542 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:3500 +#: redbot/core/core_commands.py:3546 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:3506 +#: redbot/core/core_commands.py:3552 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:3593 +#: redbot/core/core_commands.py:3639 #, docstring msgid "\n" " Commands to manage the allowlist.\n\n" @@ -2192,7 +2223,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3604 +#: redbot/core/core_commands.py:3650 #, docstring msgid "\n" " Adds users to the allowlist.\n\n" @@ -2204,15 +2235,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3663 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3619 +#: redbot/core/core_commands.py:3665 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3623 +#: redbot/core/core_commands.py:3669 #, docstring msgid "\n" " Lists users on the allowlist.\n\n" @@ -2221,21 +2252,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3635 +#: redbot/core/core_commands.py:3681 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3637 +#: redbot/core/core_commands.py:3683 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3641 redbot/core/core_commands.py:3739 +#: redbot/core/core_commands.py:3687 redbot/core/core_commands.py:3785 #: redbot/core/modlog.py:428 redbot/core/modlog.py:450 #: redbot/core/modlog.py:466 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/core_commands.py:3649 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Removes users from the allowlist.\n\n" @@ -2248,15 +2279,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3664 +#: redbot/core/core_commands.py:3710 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3666 +#: redbot/core/core_commands.py:3712 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3670 +#: redbot/core/core_commands.py:3716 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2266,11 +2297,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3725 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3684 +#: redbot/core/core_commands.py:3730 #, docstring msgid "\n" " Commands to manage the blocklist.\n\n" @@ -2278,7 +2309,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3693 +#: redbot/core/core_commands.py:3739 #, docstring msgid "\n" " Adds users to the blocklist.\n\n" @@ -2290,19 +2321,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3709 +#: redbot/core/core_commands.py:3755 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3715 +#: redbot/core/core_commands.py:3761 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3717 +#: redbot/core/core_commands.py:3763 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3721 +#: redbot/core/core_commands.py:3767 #, docstring msgid "\n" " Lists users on the blocklist.\n\n" @@ -2311,15 +2342,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3733 +#: redbot/core/core_commands.py:3779 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3735 +#: redbot/core/core_commands.py:3781 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3747 +#: redbot/core/core_commands.py:3793 #, docstring msgid "\n" " Removes users from the blocklist.\n\n" @@ -2331,15 +2362,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3760 +#: redbot/core/core_commands.py:3806 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3762 +#: redbot/core/core_commands.py:3808 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3766 +#: redbot/core/core_commands.py:3812 #, docstring msgid "\n" " Clears the blocklist.\n\n" @@ -2348,11 +2379,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3773 +#: redbot/core/core_commands.py:3819 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3779 +#: redbot/core/core_commands.py:3825 #, docstring msgid "\n" " Commands to manage the server specific allowlist.\n\n" @@ -2361,7 +2392,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3792 +#: redbot/core/core_commands.py:3838 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n\n" @@ -2374,19 +2405,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3811 +#: redbot/core/core_commands.py:3857 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:3820 +#: redbot/core/core_commands.py:3866 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3822 +#: redbot/core/core_commands.py:3868 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3826 +#: redbot/core/core_commands.py:3872 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n\n" @@ -2395,19 +2426,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3838 +#: redbot/core/core_commands.py:3884 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3840 +#: redbot/core/core_commands.py:3886 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:3844 redbot/core/core_commands.py:3966 +#: redbot/core/core_commands.py:3890 redbot/core/core_commands.py:4012 msgid "Unknown or Deleted User/Role" msgstr "" -#: redbot/core/core_commands.py:3854 +#: redbot/core/core_commands.py:3900 #, docstring msgid "\n" " Removes user or role from the allowlist.\n\n" @@ -2421,19 +2452,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3875 +#: redbot/core/core_commands.py:3921 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3883 +#: redbot/core/core_commands.py:3929 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3885 +#: redbot/core/core_commands.py:3931 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3889 +#: redbot/core/core_commands.py:3935 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2443,11 +2474,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3898 +#: redbot/core/core_commands.py:3944 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3904 +#: redbot/core/core_commands.py:3950 #, docstring msgid "\n" " Commands to manage the server specific blocklist.\n\n" @@ -2455,7 +2486,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3915 +#: redbot/core/core_commands.py:3961 #, docstring msgid "\n" " Adds a user or role to the local blocklist.\n\n" @@ -2468,27 +2499,27 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3929 +#: redbot/core/core_commands.py:3975 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3932 +#: redbot/core/core_commands.py:3978 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3935 +#: redbot/core/core_commands.py:3981 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3942 +#: redbot/core/core_commands.py:3988 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3944 +#: redbot/core/core_commands.py:3990 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3948 +#: redbot/core/core_commands.py:3994 #, docstring msgid "\n" " Lists users and roles on the server blocklist.\n\n" @@ -2497,15 +2528,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3960 +#: redbot/core/core_commands.py:4006 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3962 +#: redbot/core/core_commands.py:4008 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3976 +#: redbot/core/core_commands.py:4022 #, docstring msgid "\n" " Removes user or role from local blocklist.\n\n" @@ -2518,15 +2549,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3992 +#: redbot/core/core_commands.py:4038 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3994 +#: redbot/core/core_commands.py:4040 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3998 +#: redbot/core/core_commands.py:4044 #, docstring msgid "\n" " Clears the server blocklist.\n\n" @@ -2536,16 +2567,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4007 +#: redbot/core/core_commands.py:4053 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:4012 +#: redbot/core/core_commands.py:4058 #, docstring msgid "Commands to enable and disable commands and cogs." msgstr "" -#: redbot/core/core_commands.py:4018 +#: redbot/core/core_commands.py:4064 #, docstring msgid "Set the default state for a cog as disabled.\n\n" " This will disable the cog for all servers by default.\n" @@ -2559,20 +2590,20 @@ msgid "Set the default state for a cog as disabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4034 redbot/core/core_commands.py:4059 -#: redbot/core/core_commands.py:4079 redbot/core/core_commands.py:4109 +#: redbot/core/core_commands.py:4080 redbot/core/core_commands.py:4105 +#: redbot/core/core_commands.py:4125 redbot/core/core_commands.py:4155 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:4036 +#: redbot/core/core_commands.py:4082 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:4038 +#: redbot/core/core_commands.py:4084 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:4043 +#: redbot/core/core_commands.py:4089 #, docstring msgid "Set the default state for a cog as enabled.\n\n" " This will re-enable the cog for all servers by default.\n" @@ -2586,11 +2617,11 @@ msgid "Set the default state for a cog as enabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4061 +#: redbot/core/core_commands.py:4107 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:4066 +#: redbot/core/core_commands.py:4112 #, docstring msgid "Disable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2602,19 +2633,19 @@ msgid "Disable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4081 +#: redbot/core/core_commands.py:4127 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:4083 +#: redbot/core/core_commands.py:4129 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4086 +#: redbot/core/core_commands.py:4132 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4092 +#: redbot/core/core_commands.py:4138 #, docstring msgid "Enable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2626,15 +2657,15 @@ msgid "Enable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4104 +#: redbot/core/core_commands.py:4150 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4112 +#: redbot/core/core_commands.py:4158 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4118 +#: redbot/core/core_commands.py:4164 #, docstring msgid "List the cogs which are disabled in this server.\n\n" " **Example:**\n" @@ -2642,15 +2673,15 @@ msgid "List the cogs which are disabled in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4131 +#: redbot/core/core_commands.py:4177 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:4137 +#: redbot/core/core_commands.py:4183 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:4141 +#: redbot/core/core_commands.py:4187 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2661,7 +2692,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4158 +#: redbot/core/core_commands.py:4204 #, docstring msgid "List disabled commands globally.\n\n" " **Example:**\n" @@ -2669,19 +2700,19 @@ msgid "List disabled commands globally.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4165 +#: redbot/core/core_commands.py:4211 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:4168 +#: redbot/core/core_commands.py:4214 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4172 +#: redbot/core/core_commands.py:4218 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4180 +#: redbot/core/core_commands.py:4226 #, docstring msgid "List disabled commands in this server.\n\n" " **Example:**\n" @@ -2689,19 +2720,19 @@ msgid "List disabled commands in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4187 +#: redbot/core/core_commands.py:4233 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:4190 +#: redbot/core/core_commands.py:4236 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4194 +#: redbot/core/core_commands.py:4240 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4201 +#: redbot/core/core_commands.py:4247 #, docstring msgid "\n" " Disable a command.\n\n" @@ -2715,7 +2746,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4223 +#: redbot/core/core_commands.py:4269 #, docstring msgid "\n" " Disable a command globally.\n\n" @@ -2727,19 +2758,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4242 redbot/core/core_commands.py:4285 +#: redbot/core/core_commands.py:4288 redbot/core/core_commands.py:4331 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:4248 redbot/core/core_commands.py:4291 +#: redbot/core/core_commands.py:4294 redbot/core/core_commands.py:4337 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:4257 +#: redbot/core/core_commands.py:4303 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:4266 +#: redbot/core/core_commands.py:4312 #, docstring msgid "\n" " Disable a command in this server only.\n\n" @@ -2751,15 +2782,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4296 +#: redbot/core/core_commands.py:4342 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:4306 +#: redbot/core/core_commands.py:4352 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:4312 +#: redbot/core/core_commands.py:4358 #, docstring msgid "Enable a command.\n\n" " If you're the bot owner, this will try to enable a globally disabled command by default.\n" @@ -2772,7 +2803,7 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4332 +#: redbot/core/core_commands.py:4378 #, docstring msgid "\n" " Enable a command globally.\n\n" @@ -2784,11 +2815,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4354 +#: redbot/core/core_commands.py:4400 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:4363 +#: redbot/core/core_commands.py:4409 #, docstring msgid "\n" " Enable a command in this server.\n\n" @@ -2800,15 +2831,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4381 +#: redbot/core/core_commands.py:4427 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4437 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:4398 +#: redbot/core/core_commands.py:4444 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2822,7 +2853,7 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4419 +#: redbot/core/core_commands.py:4465 #, docstring msgid "\n" " Commands to manage server settings for immunity from automated actions.\n\n" @@ -2830,7 +2861,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4428 +#: redbot/core/core_commands.py:4474 #, docstring msgid "\n" " Gets the current members and roles configured for automatic moderation action immunity.\n\n" @@ -2839,19 +2870,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4441 +#: redbot/core/core_commands.py:4487 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4446 +#: redbot/core/core_commands.py:4492 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4450 +#: redbot/core/core_commands.py:4496 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:4459 +#: redbot/core/core_commands.py:4505 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n\n" @@ -2863,11 +2894,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4471 +#: redbot/core/core_commands.py:4517 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:4479 +#: redbot/core/core_commands.py:4525 #, docstring msgid "\n" " Remove a user or role from being immune to automated moderation actions.\n\n" @@ -2879,11 +2910,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4491 +#: redbot/core/core_commands.py:4537 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:4499 +#: redbot/core/core_commands.py:4545 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n\n" @@ -2895,15 +2926,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4511 +#: redbot/core/core_commands.py:4557 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:4513 +#: redbot/core/core_commands.py:4559 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:4518 +#: redbot/core/core_commands.py:4564 #, docstring msgid "\n" " Commands for configuring owner notifications.\n\n" @@ -2911,7 +2942,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4527 +#: redbot/core/core_commands.py:4573 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2923,7 +2954,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4546 +#: redbot/core/core_commands.py:4592 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n\n" @@ -2934,7 +2965,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4565 +#: redbot/core/core_commands.py:4611 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n\n" @@ -2946,7 +2977,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4591 +#: redbot/core/core_commands.py:4637 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n\n" @@ -2958,7 +2989,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4615 +#: redbot/core/core_commands.py:4661 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n\n" @@ -2967,15 +2998,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4625 +#: redbot/core/core_commands.py:4671 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:4636 +#: redbot/core/core_commands.py:4682 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:4667 +#: redbot/core/core_commands.py:4713 #, docstring msgid "\n" " Commands to add servers or channels to the ignore list.\n\n" @@ -2984,7 +3015,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4677 +#: redbot/core/core_commands.py:4723 #, docstring msgid "\n" " List the currently ignored servers and channels.\n\n" @@ -2993,7 +3024,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4692 +#: redbot/core/core_commands.py:4738 #, docstring msgid "\n" " Ignore commands in the channel or category.\n\n" @@ -3009,15 +3040,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4712 +#: redbot/core/core_commands.py:4758 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:4714 +#: redbot/core/core_commands.py:4760 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:4719 +#: redbot/core/core_commands.py:4765 #, docstring msgid "\n" " Ignore commands in this server.\n\n" @@ -3027,20 +3058,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4730 +#: redbot/core/core_commands.py:4776 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:4732 +#: redbot/core/core_commands.py:4778 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:4738 +#: redbot/core/core_commands.py:4784 #, docstring msgid "Commands to remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4746 +#: redbot/core/core_commands.py:4792 #, docstring msgid "\n" " Remove a channel or category from the ignore list.\n\n" @@ -3055,15 +3086,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4765 +#: redbot/core/core_commands.py:4811 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:4767 +#: redbot/core/core_commands.py:4813 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4772 +#: redbot/core/core_commands.py:4818 #, docstring msgid "\n" " Remove this server from the ignore list.\n\n" @@ -3072,24 +3103,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4781 +#: redbot/core/core_commands.py:4827 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4783 +#: redbot/core/core_commands.py:4829 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4789 +#: redbot/core/core_commands.py:4835 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:4801 +#: redbot/core/core_commands.py:4847 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:4816 +#: redbot/core/core_commands.py:4862 #, docstring msgid "\n" " Get info about Red's licenses.\n" @@ -3122,7 +3153,7 @@ msgid "Evaluate a statement of python code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:166 +#: redbot/core/dev_commands.py:167 #, docstring msgid "Execute asynchronous code.\n\n" " This command wraps code into the body of an async function and then\n" @@ -3142,7 +3173,7 @@ msgid "Execute asynchronous code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:220 +#: redbot/core/dev_commands.py:221 #, docstring msgid "Open an interactive REPL.\n\n" " The REPL will only recognise code as messages which start with a\n" @@ -3151,51 +3182,51 @@ msgid "Open an interactive REPL.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:229 +#: redbot/core/dev_commands.py:230 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "" -#: redbot/core/dev_commands.py:233 +#: redbot/core/dev_commands.py:234 msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." msgstr "" -#: redbot/core/dev_commands.py:244 +#: redbot/core/dev_commands.py:245 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." msgstr "" -#: redbot/core/dev_commands.py:258 +#: redbot/core/dev_commands.py:259 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:309 +#: redbot/core/dev_commands.py:310 msgid "Unexpected error: `{}`" msgstr "" -#: redbot/core/dev_commands.py:313 +#: redbot/core/dev_commands.py:314 #, docstring msgid "Pauses/resumes the REPL running in the current channel" msgstr "" -#: redbot/core/dev_commands.py:315 +#: redbot/core/dev_commands.py:316 msgid "There is no currently running REPL session in this channel." msgstr "" -#: redbot/core/dev_commands.py:323 +#: redbot/core/dev_commands.py:324 msgid "The REPL session in this channel has been resumed." msgstr "" -#: redbot/core/dev_commands.py:325 +#: redbot/core/dev_commands.py:326 msgid "The REPL session in this channel is now paused." msgstr "" -#: redbot/core/dev_commands.py:330 +#: redbot/core/dev_commands.py:331 #, docstring msgid "Mock another user invoking a command.\n\n" " The prefix must not be entered.\n" " " msgstr "" -#: redbot/core/dev_commands.py:343 +#: redbot/core/dev_commands.py:344 #, docstring msgid "Dispatch a message event as if it were sent by a different user.\n\n" " Only reads the raw content of the message. Attachments, embeds etc. are\n" @@ -3203,17 +3234,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:364 +#: redbot/core/dev_commands.py:365 #, docstring msgid "Give bot owners the ability to bypass cooldowns.\n\n" " Does not persist through restarts." msgstr "" -#: redbot/core/dev_commands.py:372 +#: redbot/core/dev_commands.py:373 msgid "Bot owners will now bypass all commands with cooldowns." msgstr "" -#: redbot/core/dev_commands.py:374 +#: redbot/core/dev_commands.py:375 msgid "Bot owners will no longer bypass all commands with cooldowns." msgstr "" diff --git a/redbot/core/locales/zh-CN.po b/redbot/core/locales/zh-CN.po index 38e165d09..743afb972 100644 --- a/redbot/core/locales/zh-CN.po +++ b/redbot/core/locales/zh-CN.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-05-25 16:04+0000\n" +"POT-Creation-Date: 2021-06-12 15:52+0000\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "MIME-Version: 1.0\n" @@ -126,15 +126,15 @@ msgstr "" msgid "**{} unloaded:**\n" msgstr "" -#: redbot/core/core_commands.py:179 +#: redbot/core/core_commands.py:181 msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:184 +#: redbot/core/core_commands.py:186 msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:393 +#: redbot/core/core_commands.py:398 #, docstring msgid "\n" " The Core cog has many commands related to core functions.\n\n" @@ -142,93 +142,93 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:410 #, docstring msgid "Pong." msgstr "" -#: redbot/core/core_commands.py:410 +#: redbot/core/core_commands.py:415 #, docstring msgid "Shows info about [botname].\n\n" " See `[p]set custominfo` to customize.\n" " " msgstr "" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:445 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by team" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:456 +#: redbot/core/core_commands.py:461 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:459 redbot/core/core_commands.py:515 +#: redbot/core/core_commands.py:464 redbot/core/core_commands.py:520 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:463 redbot/core/core_commands.py:519 +#: redbot/core/core_commands.py:468 redbot/core/core_commands.py:524 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:464 +#: redbot/core/core_commands.py:469 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:466 +#: redbot/core/core_commands.py:471 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:467 +#: redbot/core/core_commands.py:472 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:470 redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:475 redbot/core/core_commands.py:533 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:483 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:489 +#: redbot/core/core_commands.py:494 msgid "Instance owned by team: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:501 +#: redbot/core/core_commands.py:506 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:520 +#: redbot/core/core_commands.py:525 msgid "Outdated: [{state}]\n" msgstr "" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:528 msgid "**About Red**\n" msgstr "" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:539 msgid "**About this instance**\n" msgstr "" -#: redbot/core/core_commands.py:536 +#: redbot/core/core_commands.py:541 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -239,20 +239,20 @@ msgid "**References**\n" "7. <{}>\n" msgstr "" -#: redbot/core/core_commands.py:552 +#: redbot/core/core_commands.py:557 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:555 +#: redbot/core/core_commands.py:560 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:557 +#: redbot/core/core_commands.py:562 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:564 +#: redbot/core/core_commands.py:569 #, docstring msgid "\n" " Commands which interact with the data [botname] has about you.\n\n" @@ -260,7 +260,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:575 +#: redbot/core/core_commands.py:580 #, docstring msgid "\n" " Find out what type of data [botname] stores and why.\n\n" @@ -269,12 +269,12 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:585 +#: redbot/core/core_commands.py:590 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:604 +#: redbot/core/core_commands.py:609 #, docstring msgid "View the End User Data statements of each 3rd-party module.\n\n" " This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" @@ -283,39 +283,39 @@ msgid "View the End User Data statements of each 3rd-party module.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:615 +#: redbot/core/core_commands.py:620 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:625 +#: redbot/core/core_commands.py:630 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:645 +#: redbot/core/core_commands.py:650 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:647 +#: redbot/core/core_commands.py:652 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:652 +#: redbot/core/core_commands.py:657 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:668 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:679 +#: redbot/core/core_commands.py:684 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:684 +#: redbot/core/core_commands.py:689 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:695 +#: redbot/core/core_commands.py:700 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -327,63 +327,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:710 +#: redbot/core/core_commands.py:715 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:717 +#: redbot/core/core_commands.py:722 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:727 +#: redbot/core/core_commands.py:732 msgid "This may take some time." msgstr "" -#: redbot/core/core_commands.py:740 +#: redbot/core/core_commands.py:745 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:755 +#: redbot/core/core_commands.py:760 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:765 +#: redbot/core/core_commands.py:770 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:775 +#: redbot/core/core_commands.py:780 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:783 redbot/core/core_commands.py:950 -#: redbot/core/core_commands.py:1036 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:788 redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:1041 redbot/core/core_commands.py:1112 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:793 +#: redbot/core/core_commands.py:798 #, docstring msgid "[Coming Soon] Get what data [botname] has about you." msgstr "" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:800 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:804 +#: redbot/core/core_commands.py:809 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:810 +#: redbot/core/core_commands.py:815 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -394,11 +394,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:821 +#: redbot/core/core_commands.py:826 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:834 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n\n" @@ -408,11 +408,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:838 +#: redbot/core/core_commands.py:843 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:847 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -426,15 +426,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:859 +#: redbot/core/core_commands.py:864 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:867 +#: redbot/core/core_commands.py:872 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:878 +#: redbot/core/core_commands.py:883 #, docstring msgid "\n" " Handle a deletion request from Discord.\n\n" @@ -447,34 +447,34 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:892 +#: redbot/core/core_commands.py:897 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:915 redbot/core/core_commands.py:1072 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +#: redbot/core/core_commands.py:930 redbot/core/core_commands.py:1087 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +#: redbot/core/core_commands.py:941 redbot/core/core_commands.py:1098 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +#: redbot/core/core_commands.py:951 redbot/core/core_commands.py:1108 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:957 +#: redbot/core/core_commands.py:962 #, docstring msgid "Delete data [botname] has about a user for a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" @@ -485,34 +485,34 @@ msgid "Delete data [botname] has about a user for a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:973 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:991 +#: redbot/core/core_commands.py:996 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1006 +#: redbot/core/core_commands.py:1011 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1017 +#: redbot/core/core_commands.py:1022 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1033 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1048 #, docstring msgid "Delete data [botname] has about a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" @@ -522,12 +522,12 @@ msgid "Delete data [botname] has about a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1053 +#: redbot/core/core_commands.py:1058 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1114 +#: redbot/core/core_commands.py:1119 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -547,7 +547,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1136 +#: redbot/core/core_commands.py:1141 #, docstring msgid "\n" " Show the current embed settings.\n\n" @@ -561,42 +561,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1153 redbot/core/core_commands.py:1309 -#: redbot/core/core_commands.py:1360 redbot/core/core_commands.py:4236 -#: redbot/core/core_commands.py:4279 redbot/core/core_commands.py:4345 -#: redbot/core/core_commands.py:4376 +#: redbot/core/core_commands.py:1158 redbot/core/core_commands.py:1314 +#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:4282 +#: redbot/core/core_commands.py:4325 redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4422 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:1159 +#: redbot/core/core_commands.py:1164 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1161 +#: redbot/core/core_commands.py:1166 msgid "Global default: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1171 msgid "Global command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1172 +#: redbot/core/core_commands.py:1177 msgid "Guild setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1177 +#: redbot/core/core_commands.py:1182 msgid "Server command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1183 +#: redbot/core/core_commands.py:1188 msgid "Channel setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1191 msgid "User setting: {value}" msgstr "" -#: redbot/core/core_commands.py:1192 +#: redbot/core/core_commands.py:1197 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -608,15 +608,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1206 +#: redbot/core/core_commands.py:1211 msgid "Embeds are now disabled by default." msgstr "" -#: redbot/core/core_commands.py:1209 +#: redbot/core/core_commands.py:1214 msgid "Embeds are now enabled by default." msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1220 #, docstring msgid "\n" " Set the server's embed setting.\n\n" @@ -632,20 +632,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1234 redbot/core/core_commands.py:1318 -#: redbot/core/core_commands.py:1409 redbot/core/core_commands.py:1440 +#: redbot/core/core_commands.py:1239 redbot/core/core_commands.py:1323 +#: redbot/core/core_commands.py:1414 redbot/core/core_commands.py:1445 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1239 +#: redbot/core/core_commands.py:1244 msgid "Embeds are now enabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1241 +#: redbot/core/core_commands.py:1246 msgid "Embeds are now disabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1249 +#: redbot/core/core_commands.py:1254 #, docstring msgid "\n" " Sets a command's embed setting.\n\n" @@ -662,11 +662,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1278 +#: redbot/core/core_commands.py:1283 msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." msgstr "" -#: redbot/core/core_commands.py:1289 +#: redbot/core/core_commands.py:1294 #, docstring msgid "\n" " Sets a command's embed setting globally.\n\n" @@ -682,15 +682,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1375 +#: redbot/core/core_commands.py:1329 redbot/core/core_commands.py:1380 msgid "Embeds are now enabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1330 redbot/core/core_commands.py:1381 +#: redbot/core/core_commands.py:1335 redbot/core/core_commands.py:1386 msgid "Embeds are now disabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1340 +#: redbot/core/core_commands.py:1345 #, docstring msgid "\n" " Sets a commmand's embed setting for the current server.\n\n" @@ -706,11 +706,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1369 +#: redbot/core/core_commands.py:1374 msgid "Embeds will now fall back to the server setting." msgstr "" -#: redbot/core/core_commands.py:1390 +#: redbot/core/core_commands.py:1395 #, docstring msgid "\n" " Set's a channel's embed setting.\n\n" @@ -726,21 +726,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1419 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1426 #, docstring msgid "\n" " Sets personal embed setting for DMs.\n\n" @@ -756,15 +756,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1450 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1452 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1453 +#: redbot/core/core_commands.py:1458 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead.\n\n" @@ -777,11 +777,11 @@ msgid "Sends to the owner the last command exception that has occurred.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:1487 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1487 +#: redbot/core/core_commands.py:1492 #, docstring msgid "Shows [botname]'s invite url.\n\n" " This will always send the invite to DMs to keep it private.\n\n" @@ -791,12 +791,12 @@ msgid "Shows [botname]'s invite url.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1512 #, docstring msgid "Commands to setup [botname]'s invite settings." msgstr "" -#: redbot/core/core_commands.py:1512 +#: redbot/core/core_commands.py:1517 #, docstring msgid "\n" " Toggles if `[p]invite` should be accessible for the average user.\n\n" @@ -808,7 +808,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1549 +#: redbot/core/core_commands.py:1554 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -823,7 +823,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 #, docstring msgid "\n" " Leaves servers.\n\n" @@ -838,43 +855,43 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1588 +#: redbot/core/core_commands.py:1613 msgid "You need to specify at least one server ID." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:1620 msgid "You haven't passed any server ID. Do you want me to leave this server?" msgstr "" -#: redbot/core/core_commands.py:1600 +#: redbot/core/core_commands.py:1625 msgid "Are you sure you want me to leave these servers?" msgstr "" -#: redbot/core/core_commands.py:1608 +#: redbot/core/core_commands.py:1633 msgid "I cannot leave the server `{server_name}`: I am the owner of it." msgstr "" -#: redbot/core/core_commands.py:1619 +#: redbot/core/core_commands.py:1644 redbot/core/core_commands.py:2711 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:1624 +#: redbot/core/core_commands.py:1649 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1652 msgid "Alright. Leaving {number} servers..." msgstr "" -#: redbot/core/core_commands.py:1634 +#: redbot/core/core_commands.py:1659 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1636 +#: redbot/core/core_commands.py:1661 msgid "Alright, I'm not leaving those servers." msgstr "" -#: redbot/core/core_commands.py:1641 +#: redbot/core/core_commands.py:1666 #, docstring msgid "\n" " Lists the servers [botname] is currently in.\n\n" @@ -882,7 +899,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:1684 #, docstring msgid "Loads cog packages from the local paths and installed cogs.\n\n" " See packages available to load with `[p]cogs`.\n\n" @@ -895,67 +912,67 @@ msgid "Loads cog packages from the local paths and installed cogs.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1688 +#: redbot/core/core_commands.py:1713 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1693 +#: redbot/core/core_commands.py:1718 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1722 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1729 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1709 +#: redbot/core/core_commands.py:1734 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1717 redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1742 redbot/core/core_commands.py:1898 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1723 redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1748 redbot/core/core_commands.py:1904 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1732 redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1757 redbot/core/core_commands.py:1913 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1736 redbot/core/core_commands.py:1892 +#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1744 +#: redbot/core/core_commands.py:1769 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1748 +#: redbot/core/core_commands.py:1773 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1755 +#: redbot/core/core_commands.py:1780 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1786 redbot/core/core_commands.py:1942 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1780 +#: redbot/core/core_commands.py:1805 #, docstring msgid "Unloads previously loaded cog packages.\n\n" " See packages available to unload with `[p]cogs`.\n\n" @@ -967,23 +984,23 @@ msgid "Unloads previously loaded cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1798 +#: redbot/core/core_commands.py:1823 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1827 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1809 +#: redbot/core/core_commands.py:1834 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1813 +#: redbot/core/core_commands.py:1838 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1826 +#: redbot/core/core_commands.py:1851 #, docstring msgid "Reloads cog packages.\n\n" " This will unload and then load the specified cogs.\n\n" @@ -996,36 +1013,36 @@ msgid "Reloads cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:1880 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1860 +#: redbot/core/core_commands.py:1885 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1890 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1900 +#: redbot/core/core_commands.py:1925 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1904 +#: redbot/core/core_commands.py:1929 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1936 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Shuts down the bot.\n\n" " Allows [botname] to shut down gracefully.\n\n" @@ -1038,11 +1055,11 @@ msgid "Shuts down the bot.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1974 msgid "Shutting down... " msgstr "关闭... " -#: redbot/core/core_commands.py:1955 +#: redbot/core/core_commands.py:1980 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -1055,30 +1072,30 @@ msgid "Attempts to restart [botname].\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1969 +#: redbot/core/core_commands.py:1994 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:1974 +#: redbot/core/core_commands.py:1999 #, docstring msgid "Commands for changing [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1978 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1996 +#: redbot/core/core_commands.py:2021 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2042 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -1086,7 +1103,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:2039 +#: redbot/core/core_commands.py:2064 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -1101,23 +1118,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2060 +#: redbot/core/core_commands.py:2085 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:2062 +#: redbot/core/core_commands.py:2087 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2092 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2099 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2104 #, docstring msgid "\n" " Sets the bot's description.\n\n" @@ -1133,15 +1150,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2099 +#: redbot/core/core_commands.py:2124 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:2102 +#: redbot/core/core_commands.py:2127 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2141 #, docstring msgid "\n" " Adds an admin role for this guild.\n\n" @@ -1159,15 +1176,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2136 +#: redbot/core/core_commands.py:2161 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:2138 +#: redbot/core/core_commands.py:2163 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2144 +#: redbot/core/core_commands.py:2169 #, docstring msgid "\n" " Adds a moderator role for this guild.\n\n" @@ -1184,15 +1201,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2188 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:2165 +#: redbot/core/core_commands.py:2190 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2171 +#: redbot/core/core_commands.py:2196 #, docstring msgid "\n" " Removes an admin role for this guild.\n\n" @@ -1204,15 +1221,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2208 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:2185 +#: redbot/core/core_commands.py:2210 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2191 +#: redbot/core/core_commands.py:2216 #, docstring msgid "\n" " Removes a mod role for this guild.\n\n" @@ -1224,15 +1241,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2228 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2230 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2211 +#: redbot/core/core_commands.py:2236 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -1243,19 +1260,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2248 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will" msgstr "" -#: redbot/core/core_commands.py:2232 +#: redbot/core/core_commands.py:2257 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -1267,11 +1284,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2247 +#: redbot/core/core_commands.py:2272 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2280 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -1282,11 +1299,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2268 +#: redbot/core/core_commands.py:2293 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:2276 +#: redbot/core/core_commands.py:2301 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1303,15 +1320,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2321 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:2299 +#: redbot/core/core_commands.py:2324 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:2304 +#: redbot/core/core_commands.py:2329 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL.\n\n" @@ -1324,28 +1341,28 @@ msgid "Sets [botname]'s avatar\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2327 +#: redbot/core/core_commands.py:2352 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:2329 +#: redbot/core/core_commands.py:2354 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:2339 +#: redbot/core/core_commands.py:2364 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:2346 +#: redbot/core/core_commands.py:2371 msgid "JPG / PNG format only." msgstr "支持 JPG/PNG 格式。" -#: redbot/core/core_commands.py:2348 redbot/core/core_commands.py:2575 -#: redbot/core/core_commands.py:2631 redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:2373 redbot/core/core_commands.py:2600 +#: redbot/core/core_commands.py:2656 redbot/core/core_commands.py:2680 msgid "Done." msgstr "完成。" -#: redbot/core/core_commands.py:2353 +#: redbot/core/core_commands.py:2378 #, docstring msgid "\n" " Removes [botname]'s avatar.\n\n" @@ -1354,11 +1371,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2386 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2392 #, docstring msgid "Sets [botname]'s playing status.\n\n" " This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" @@ -1371,19 +1388,19 @@ msgid "Sets [botname]'s playing status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2383 +#: redbot/core/core_commands.py:2408 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2391 +#: redbot/core/core_commands.py:2416 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:2393 +#: redbot/core/core_commands.py:2418 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:2399 +#: redbot/core/core_commands.py:2424 #, docstring msgid "Sets [botname]'s listening status.\n\n" " This will appear as `Listening to `.\n\n" @@ -1395,19 +1412,19 @@ msgid "Sets [botname]'s listening status.\n\n" " - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2416 +#: redbot/core/core_commands.py:2441 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2425 +#: redbot/core/core_commands.py:2450 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2453 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2459 #, docstring msgid "Sets [botname]'s watching status.\n\n" " This will appear as `Watching `.\n\n" @@ -1419,19 +1436,19 @@ msgid "Sets [botname]'s watching status.\n\n" " - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2475 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2482 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:2459 +#: redbot/core/core_commands.py:2484 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:2465 +#: redbot/core/core_commands.py:2490 #, docstring msgid "Sets [botname]'s competing status.\n\n" " This will appear as `Competing in `.\n\n" @@ -1443,19 +1460,19 @@ msgid "Sets [botname]'s competing status.\n\n" " - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2482 +#: redbot/core/core_commands.py:2507 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2491 +#: redbot/core/core_commands.py:2516 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:2494 +#: redbot/core/core_commands.py:2519 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:2500 +#: redbot/core/core_commands.py:2525 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1471,11 +1488,11 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:2555 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:2538 +#: redbot/core/core_commands.py:2563 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" @@ -1491,15 +1508,15 @@ msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " - `` - The text to follow `Streaming` in the status." msgstr "" -#: redbot/core/core_commands.py:2563 +#: redbot/core/core_commands.py:2588 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2591 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2580 +#: redbot/core/core_commands.py:2605 #, docstring msgid "Sets [botname]'s username.\n\n" " Maximum length for a username is 32 characters.\n\n" @@ -1512,28 +1529,28 @@ msgid "Sets [botname]'s username.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2596 +#: redbot/core/core_commands.py:2621 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2603 +#: redbot/core/core_commands.py:2628 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2609 +#: redbot/core/core_commands.py:2634 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2619 +#: redbot/core/core_commands.py:2644 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2629 +#: redbot/core/core_commands.py:2654 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2662 #, docstring msgid "Sets [botname]'s nickname for the current server.\n\n" " Maximum length for a nickname is 32 characters.\n\n" @@ -1544,15 +1561,15 @@ msgid "Sets [botname]'s nickname for the current server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2649 +#: redbot/core/core_commands.py:2674 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2653 +#: redbot/core/core_commands.py:2678 msgid "I lack the permissions to change my own nickname." msgstr "我没有更改我自己昵称的权限。" -#: redbot/core/core_commands.py:2660 +#: redbot/core/core_commands.py:2685 #, docstring msgid "Sets [botname]'s global prefix(es).\n\n" " Warning: This is not additive. It will replace all current prefixes.\n\n" @@ -1567,20 +1584,30 @@ msgid "Sets [botname]'s global prefix(es).\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2677 +#: redbot/core/core_commands.py:2702 +msgid "Warning: A prefix is above the recommended length (20 characters).\n" +"Do you want to continue? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:2715 +msgid "Cancelled." +msgstr "" + +#: redbot/core/core_commands.py:2719 msgid "Prefix set." msgstr "前缀集。" -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:2721 msgid "Prefixes set." msgstr "" -#: redbot/core/core_commands.py:2685 +#: redbot/core/core_commands.py:2727 #, docstring msgid "\n" " Sets [botname]'s server prefix(es).\n\n" " Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" -" This is not additive. It will replace all current server prefixes.\n\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 20 characters.\n\n" " **Examples:**\n" " - `[p]set serverprefix !`\n" " - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" @@ -1591,19 +1618,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2702 +#: redbot/core/core_commands.py:2745 msgid "Server prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2748 +msgid "You cannot have a prefix longer than 20 characters." +msgstr "" + +#: redbot/core/core_commands.py:2753 msgid "Server prefix set." msgstr "" -#: redbot/core/core_commands.py:2709 +#: redbot/core/core_commands.py:2755 msgid "Server prefixes set." msgstr "" -#: redbot/core/core_commands.py:2714 +#: redbot/core/core_commands.py:2760 #, docstring msgid "\n" " Changes the bot's default locale.\n\n" @@ -1620,21 +1651,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2735 redbot/core/core_commands.py:2779 -#: redbot/core/core_commands.py:2818 redbot/core/core_commands.py:2862 +#: redbot/core/core_commands.py:2781 redbot/core/core_commands.py:2825 +#: redbot/core/core_commands.py:2864 redbot/core/core_commands.py:2908 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2739 redbot/core/core_commands.py:2783 -#: redbot/core/core_commands.py:2822 redbot/core/core_commands.py:2866 +#: redbot/core/core_commands.py:2785 redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2868 redbot/core/core_commands.py:2912 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:2792 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2752 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1652,15 +1683,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2774 +#: redbot/core/core_commands.py:2820 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2789 +#: redbot/core/core_commands.py:2835 msgid "Locale has been set." msgstr "区域已经被设置。" -#: redbot/core/core_commands.py:2795 +#: redbot/core/core_commands.py:2841 #, docstring msgid "\n" " Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1675,15 +1706,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2812 +#: redbot/core/core_commands.py:2858 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2875 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2837 +#: redbot/core/core_commands.py:2883 #, docstring msgid "\n" " Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1698,15 +1729,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2855 +#: redbot/core/core_commands.py:2901 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2873 +#: redbot/core/core_commands.py:2919 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2881 +#: redbot/core/core_commands.py:2927 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1721,19 +1752,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2898 +#: redbot/core/core_commands.py:2944 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2948 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2905 +#: redbot/core/core_commands.py:2951 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2956 #, docstring msgid "\n" " Commands to set, list or remove various external API tokens.\n\n" @@ -1750,11 +1781,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2931 +#: redbot/core/core_commands.py:2977 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2935 +#: redbot/core/core_commands.py:2981 #, docstring msgid "\n" " Show all external API services along with their keys that have been set.\n\n" @@ -1764,19 +1795,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2946 +#: redbot/core/core_commands.py:2992 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2961 +#: redbot/core/core_commands.py:3007 #, docstring msgid "\n" " Remove the given services with all their keys and tokens.\n\n" @@ -1787,20 +1818,20 @@ msgid "\n" " - `` - The services to remove." msgstr "" -#: redbot/core/core_commands.py:2976 +#: redbot/core/core_commands.py:3022 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2980 +#: redbot/core/core_commands.py:3026 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2985 +#: redbot/core/core_commands.py:3031 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2990 +#: redbot/core/core_commands.py:3036 #, docstring msgid "\n" " Commands to manage settings for the help command.\n\n" @@ -1808,7 +1839,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2999 +#: redbot/core/core_commands.py:3045 #, docstring msgid "\n" " Show the current help settings.\n\n" @@ -1818,11 +1849,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3013 +#: redbot/core/core_commands.py:3059 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:3023 +#: redbot/core/core_commands.py:3069 #, docstring msgid "\n" " This resets [botname]'s help formatter to the default formatter.\n\n" @@ -1831,11 +1862,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3032 +#: redbot/core/core_commands.py:3078 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:3041 +#: redbot/core/core_commands.py:3087 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1845,11 +1876,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3051 +#: redbot/core/core_commands.py:3097 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3105 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1865,15 +1896,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3079 +#: redbot/core/core_commands.py:3125 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:3081 +#: redbot/core/core_commands.py:3127 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:3085 +#: redbot/core/core_commands.py:3131 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1887,15 +1918,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3102 +#: redbot/core/core_commands.py:3148 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3104 +#: redbot/core/core_commands.py:3150 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3154 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1909,15 +1940,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3125 +#: redbot/core/core_commands.py:3171 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3127 +#: redbot/core/core_commands.py:3173 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3131 +#: redbot/core/core_commands.py:3177 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent to a DM.\n\n" @@ -1933,15 +1964,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3152 +#: redbot/core/core_commands.py:3198 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3154 +#: redbot/core/core_commands.py:3200 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3158 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be filtered from help.\n\n" @@ -1955,15 +1986,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3175 +#: redbot/core/core_commands.py:3221 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:3177 +#: redbot/core/core_commands.py:3223 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:3181 +#: redbot/core/core_commands.py:3227 #, docstring msgid "\n" " Sets whether the bot should respond to help commands for nonexistent topics.\n\n" @@ -1979,15 +2010,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3202 +#: redbot/core/core_commands.py:3248 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3251 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:3213 +#: redbot/core/core_commands.py:3259 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " Note: This setting only applies to embedded help.\n\n" @@ -2002,15 +2033,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3230 +#: redbot/core/core_commands.py:3276 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:3234 +#: redbot/core/core_commands.py:3280 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3238 +#: redbot/core/core_commands.py:3284 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " Note: This setting does not apply to menu help.\n\n" @@ -2026,15 +2057,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3283 +#: redbot/core/core_commands.py:3302 redbot/core/core_commands.py:3329 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:3260 +#: redbot/core/core_commands.py:3306 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3265 +#: redbot/core/core_commands.py:3311 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -2051,19 +2082,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3332 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3337 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:3293 +#: redbot/core/core_commands.py:3339 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:3297 +#: redbot/core/core_commands.py:3343 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -2077,19 +2108,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3312 +#: redbot/core/core_commands.py:3358 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:3316 +#: redbot/core/core_commands.py:3362 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:3324 +#: redbot/core/core_commands.py:3370 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:3329 +#: redbot/core/core_commands.py:3375 #, docstring msgid "Sends a message to the owner.\n\n" " This is limited to one message every 60 seconds per person.\n\n" @@ -2100,43 +2131,43 @@ msgid "Sends a message to the owner.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3341 +#: redbot/core/core_commands.py:3387 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:3344 +#: redbot/core/core_commands.py:3390 msgid "through DM" msgstr "通过DM" -#: redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3392 msgid "from {}" msgstr "从 {}" -#: redbot/core/core_commands.py:3347 +#: redbot/core/core_commands.py:3393 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:3352 +#: redbot/core/core_commands.py:3398 msgid "Use `{}dm {} ` to reply to this user" msgstr "使用 \"{} dm {} \" 来答复此用户" -#: redbot/core/core_commands.py:3354 +#: redbot/core/core_commands.py:3400 msgid "Sent by {} {}" msgstr "发送人 {} {}" -#: redbot/core/core_commands.py:3359 +#: redbot/core/core_commands.py:3405 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:3430 +#: redbot/core/core_commands.py:3476 msgid "Your message has been sent." msgstr "你的信息已发送。" -#: redbot/core/core_commands.py:3432 +#: redbot/core/core_commands.py:3478 msgid "I'm unable to deliver your message. Sorry." msgstr "抱歉,我无法发送你的消息。" -#: redbot/core/core_commands.py:3437 +#: redbot/core/core_commands.py:3483 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n\n" @@ -2149,41 +2180,41 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3453 +#: redbot/core/core_commands.py:3499 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3509 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:3464 +#: redbot/core/core_commands.py:3510 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:3478 redbot/core/core_commands.py:3488 +#: redbot/core/core_commands.py:3524 redbot/core/core_commands.py:3534 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:3481 redbot/core/core_commands.py:3491 +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3537 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:3496 +#: redbot/core/core_commands.py:3542 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:3500 +#: redbot/core/core_commands.py:3546 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:3506 +#: redbot/core/core_commands.py:3552 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:3593 +#: redbot/core/core_commands.py:3639 #, docstring msgid "\n" " Commands to manage the allowlist.\n\n" @@ -2192,7 +2223,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3604 +#: redbot/core/core_commands.py:3650 #, docstring msgid "\n" " Adds users to the allowlist.\n\n" @@ -2204,15 +2235,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3663 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3619 +#: redbot/core/core_commands.py:3665 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3623 +#: redbot/core/core_commands.py:3669 #, docstring msgid "\n" " Lists users on the allowlist.\n\n" @@ -2221,21 +2252,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3635 +#: redbot/core/core_commands.py:3681 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3637 +#: redbot/core/core_commands.py:3683 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3641 redbot/core/core_commands.py:3739 +#: redbot/core/core_commands.py:3687 redbot/core/core_commands.py:3785 #: redbot/core/modlog.py:428 redbot/core/modlog.py:450 #: redbot/core/modlog.py:466 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/core_commands.py:3649 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Removes users from the allowlist.\n\n" @@ -2248,15 +2279,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3664 +#: redbot/core/core_commands.py:3710 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3666 +#: redbot/core/core_commands.py:3712 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3670 +#: redbot/core/core_commands.py:3716 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2266,11 +2297,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3725 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3684 +#: redbot/core/core_commands.py:3730 #, docstring msgid "\n" " Commands to manage the blocklist.\n\n" @@ -2278,7 +2309,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3693 +#: redbot/core/core_commands.py:3739 #, docstring msgid "\n" " Adds users to the blocklist.\n\n" @@ -2290,19 +2321,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3709 +#: redbot/core/core_commands.py:3755 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3715 +#: redbot/core/core_commands.py:3761 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3717 +#: redbot/core/core_commands.py:3763 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3721 +#: redbot/core/core_commands.py:3767 #, docstring msgid "\n" " Lists users on the blocklist.\n\n" @@ -2311,15 +2342,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3733 +#: redbot/core/core_commands.py:3779 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3735 +#: redbot/core/core_commands.py:3781 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3747 +#: redbot/core/core_commands.py:3793 #, docstring msgid "\n" " Removes users from the blocklist.\n\n" @@ -2331,15 +2362,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3760 +#: redbot/core/core_commands.py:3806 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3762 +#: redbot/core/core_commands.py:3808 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3766 +#: redbot/core/core_commands.py:3812 #, docstring msgid "\n" " Clears the blocklist.\n\n" @@ -2348,11 +2379,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3773 +#: redbot/core/core_commands.py:3819 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3779 +#: redbot/core/core_commands.py:3825 #, docstring msgid "\n" " Commands to manage the server specific allowlist.\n\n" @@ -2361,7 +2392,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3792 +#: redbot/core/core_commands.py:3838 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n\n" @@ -2374,19 +2405,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3811 +#: redbot/core/core_commands.py:3857 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:3820 +#: redbot/core/core_commands.py:3866 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3822 +#: redbot/core/core_commands.py:3868 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3826 +#: redbot/core/core_commands.py:3872 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n\n" @@ -2395,19 +2426,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3838 +#: redbot/core/core_commands.py:3884 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3840 +#: redbot/core/core_commands.py:3886 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:3844 redbot/core/core_commands.py:3966 +#: redbot/core/core_commands.py:3890 redbot/core/core_commands.py:4012 msgid "Unknown or Deleted User/Role" msgstr "" -#: redbot/core/core_commands.py:3854 +#: redbot/core/core_commands.py:3900 #, docstring msgid "\n" " Removes user or role from the allowlist.\n\n" @@ -2421,19 +2452,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3875 +#: redbot/core/core_commands.py:3921 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3883 +#: redbot/core/core_commands.py:3929 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3885 +#: redbot/core/core_commands.py:3931 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3889 +#: redbot/core/core_commands.py:3935 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2443,11 +2474,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3898 +#: redbot/core/core_commands.py:3944 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3904 +#: redbot/core/core_commands.py:3950 #, docstring msgid "\n" " Commands to manage the server specific blocklist.\n\n" @@ -2455,7 +2486,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3915 +#: redbot/core/core_commands.py:3961 #, docstring msgid "\n" " Adds a user or role to the local blocklist.\n\n" @@ -2468,27 +2499,27 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3929 +#: redbot/core/core_commands.py:3975 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3932 +#: redbot/core/core_commands.py:3978 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3935 +#: redbot/core/core_commands.py:3981 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3942 +#: redbot/core/core_commands.py:3988 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3944 +#: redbot/core/core_commands.py:3990 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3948 +#: redbot/core/core_commands.py:3994 #, docstring msgid "\n" " Lists users and roles on the server blocklist.\n\n" @@ -2497,15 +2528,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3960 +#: redbot/core/core_commands.py:4006 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3962 +#: redbot/core/core_commands.py:4008 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3976 +#: redbot/core/core_commands.py:4022 #, docstring msgid "\n" " Removes user or role from local blocklist.\n\n" @@ -2518,15 +2549,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3992 +#: redbot/core/core_commands.py:4038 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3994 +#: redbot/core/core_commands.py:4040 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3998 +#: redbot/core/core_commands.py:4044 #, docstring msgid "\n" " Clears the server blocklist.\n\n" @@ -2536,16 +2567,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4007 +#: redbot/core/core_commands.py:4053 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:4012 +#: redbot/core/core_commands.py:4058 #, docstring msgid "Commands to enable and disable commands and cogs." msgstr "" -#: redbot/core/core_commands.py:4018 +#: redbot/core/core_commands.py:4064 #, docstring msgid "Set the default state for a cog as disabled.\n\n" " This will disable the cog for all servers by default.\n" @@ -2559,20 +2590,20 @@ msgid "Set the default state for a cog as disabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4034 redbot/core/core_commands.py:4059 -#: redbot/core/core_commands.py:4079 redbot/core/core_commands.py:4109 +#: redbot/core/core_commands.py:4080 redbot/core/core_commands.py:4105 +#: redbot/core/core_commands.py:4125 redbot/core/core_commands.py:4155 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:4036 +#: redbot/core/core_commands.py:4082 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:4038 +#: redbot/core/core_commands.py:4084 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:4043 +#: redbot/core/core_commands.py:4089 #, docstring msgid "Set the default state for a cog as enabled.\n\n" " This will re-enable the cog for all servers by default.\n" @@ -2586,11 +2617,11 @@ msgid "Set the default state for a cog as enabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4061 +#: redbot/core/core_commands.py:4107 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:4066 +#: redbot/core/core_commands.py:4112 #, docstring msgid "Disable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2602,19 +2633,19 @@ msgid "Disable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4081 +#: redbot/core/core_commands.py:4127 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:4083 +#: redbot/core/core_commands.py:4129 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4086 +#: redbot/core/core_commands.py:4132 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4092 +#: redbot/core/core_commands.py:4138 #, docstring msgid "Enable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2626,15 +2657,15 @@ msgid "Enable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4104 +#: redbot/core/core_commands.py:4150 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4112 +#: redbot/core/core_commands.py:4158 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4118 +#: redbot/core/core_commands.py:4164 #, docstring msgid "List the cogs which are disabled in this server.\n\n" " **Example:**\n" @@ -2642,15 +2673,15 @@ msgid "List the cogs which are disabled in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4131 +#: redbot/core/core_commands.py:4177 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:4137 +#: redbot/core/core_commands.py:4183 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:4141 +#: redbot/core/core_commands.py:4187 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2661,7 +2692,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4158 +#: redbot/core/core_commands.py:4204 #, docstring msgid "List disabled commands globally.\n\n" " **Example:**\n" @@ -2669,19 +2700,19 @@ msgid "List disabled commands globally.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4165 +#: redbot/core/core_commands.py:4211 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:4168 +#: redbot/core/core_commands.py:4214 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4172 +#: redbot/core/core_commands.py:4218 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4180 +#: redbot/core/core_commands.py:4226 #, docstring msgid "List disabled commands in this server.\n\n" " **Example:**\n" @@ -2689,19 +2720,19 @@ msgid "List disabled commands in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4187 +#: redbot/core/core_commands.py:4233 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:4190 +#: redbot/core/core_commands.py:4236 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4194 +#: redbot/core/core_commands.py:4240 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4201 +#: redbot/core/core_commands.py:4247 #, docstring msgid "\n" " Disable a command.\n\n" @@ -2715,7 +2746,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4223 +#: redbot/core/core_commands.py:4269 #, docstring msgid "\n" " Disable a command globally.\n\n" @@ -2727,19 +2758,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4242 redbot/core/core_commands.py:4285 +#: redbot/core/core_commands.py:4288 redbot/core/core_commands.py:4331 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:4248 redbot/core/core_commands.py:4291 +#: redbot/core/core_commands.py:4294 redbot/core/core_commands.py:4337 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:4257 +#: redbot/core/core_commands.py:4303 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:4266 +#: redbot/core/core_commands.py:4312 #, docstring msgid "\n" " Disable a command in this server only.\n\n" @@ -2751,15 +2782,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4296 +#: redbot/core/core_commands.py:4342 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:4306 +#: redbot/core/core_commands.py:4352 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:4312 +#: redbot/core/core_commands.py:4358 #, docstring msgid "Enable a command.\n\n" " If you're the bot owner, this will try to enable a globally disabled command by default.\n" @@ -2772,7 +2803,7 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4332 +#: redbot/core/core_commands.py:4378 #, docstring msgid "\n" " Enable a command globally.\n\n" @@ -2784,11 +2815,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4354 +#: redbot/core/core_commands.py:4400 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:4363 +#: redbot/core/core_commands.py:4409 #, docstring msgid "\n" " Enable a command in this server.\n\n" @@ -2800,15 +2831,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4381 +#: redbot/core/core_commands.py:4427 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4437 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:4398 +#: redbot/core/core_commands.py:4444 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2822,7 +2853,7 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4419 +#: redbot/core/core_commands.py:4465 #, docstring msgid "\n" " Commands to manage server settings for immunity from automated actions.\n\n" @@ -2830,7 +2861,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4428 +#: redbot/core/core_commands.py:4474 #, docstring msgid "\n" " Gets the current members and roles configured for automatic moderation action immunity.\n\n" @@ -2839,19 +2870,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4441 +#: redbot/core/core_commands.py:4487 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4446 +#: redbot/core/core_commands.py:4492 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4450 +#: redbot/core/core_commands.py:4496 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:4459 +#: redbot/core/core_commands.py:4505 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n\n" @@ -2863,11 +2894,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4471 +#: redbot/core/core_commands.py:4517 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:4479 +#: redbot/core/core_commands.py:4525 #, docstring msgid "\n" " Remove a user or role from being immune to automated moderation actions.\n\n" @@ -2879,11 +2910,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4491 +#: redbot/core/core_commands.py:4537 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:4499 +#: redbot/core/core_commands.py:4545 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n\n" @@ -2895,15 +2926,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4511 +#: redbot/core/core_commands.py:4557 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:4513 +#: redbot/core/core_commands.py:4559 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:4518 +#: redbot/core/core_commands.py:4564 #, docstring msgid "\n" " Commands for configuring owner notifications.\n\n" @@ -2911,7 +2942,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4527 +#: redbot/core/core_commands.py:4573 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2923,7 +2954,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4546 +#: redbot/core/core_commands.py:4592 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n\n" @@ -2934,7 +2965,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4565 +#: redbot/core/core_commands.py:4611 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n\n" @@ -2946,7 +2977,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4591 +#: redbot/core/core_commands.py:4637 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n\n" @@ -2958,7 +2989,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4615 +#: redbot/core/core_commands.py:4661 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n\n" @@ -2967,15 +2998,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4625 +#: redbot/core/core_commands.py:4671 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:4636 +#: redbot/core/core_commands.py:4682 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:4667 +#: redbot/core/core_commands.py:4713 #, docstring msgid "\n" " Commands to add servers or channels to the ignore list.\n\n" @@ -2984,7 +3015,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4677 +#: redbot/core/core_commands.py:4723 #, docstring msgid "\n" " List the currently ignored servers and channels.\n\n" @@ -2993,7 +3024,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4692 +#: redbot/core/core_commands.py:4738 #, docstring msgid "\n" " Ignore commands in the channel or category.\n\n" @@ -3009,15 +3040,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4712 +#: redbot/core/core_commands.py:4758 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:4714 +#: redbot/core/core_commands.py:4760 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:4719 +#: redbot/core/core_commands.py:4765 #, docstring msgid "\n" " Ignore commands in this server.\n\n" @@ -3027,20 +3058,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4730 +#: redbot/core/core_commands.py:4776 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:4732 +#: redbot/core/core_commands.py:4778 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:4738 +#: redbot/core/core_commands.py:4784 #, docstring msgid "Commands to remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4746 +#: redbot/core/core_commands.py:4792 #, docstring msgid "\n" " Remove a channel or category from the ignore list.\n\n" @@ -3055,15 +3086,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4765 +#: redbot/core/core_commands.py:4811 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:4767 +#: redbot/core/core_commands.py:4813 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4772 +#: redbot/core/core_commands.py:4818 #, docstring msgid "\n" " Remove this server from the ignore list.\n\n" @@ -3072,24 +3103,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4781 +#: redbot/core/core_commands.py:4827 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4783 +#: redbot/core/core_commands.py:4829 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4789 +#: redbot/core/core_commands.py:4835 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:4801 +#: redbot/core/core_commands.py:4847 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:4816 +#: redbot/core/core_commands.py:4862 #, docstring msgid "\n" " Get info about Red's licenses.\n" @@ -3122,7 +3153,7 @@ msgid "Evaluate a statement of python code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:166 +#: redbot/core/dev_commands.py:167 #, docstring msgid "Execute asynchronous code.\n\n" " This command wraps code into the body of an async function and then\n" @@ -3142,7 +3173,7 @@ msgid "Execute asynchronous code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:220 +#: redbot/core/dev_commands.py:221 #, docstring msgid "Open an interactive REPL.\n\n" " The REPL will only recognise code as messages which start with a\n" @@ -3151,51 +3182,51 @@ msgid "Open an interactive REPL.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:229 +#: redbot/core/dev_commands.py:230 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "已经在这个通道中运行REPL会话。选择'退出'来退出。" -#: redbot/core/dev_commands.py:233 +#: redbot/core/dev_commands.py:234 msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." msgstr "" -#: redbot/core/dev_commands.py:244 +#: redbot/core/dev_commands.py:245 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." msgstr "" -#: redbot/core/dev_commands.py:258 +#: redbot/core/dev_commands.py:259 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:309 +#: redbot/core/dev_commands.py:310 msgid "Unexpected error: `{}`" msgstr "异常错误:`{}`" -#: redbot/core/dev_commands.py:313 +#: redbot/core/dev_commands.py:314 #, docstring msgid "Pauses/resumes the REPL running in the current channel" msgstr "" -#: redbot/core/dev_commands.py:315 +#: redbot/core/dev_commands.py:316 msgid "There is no currently running REPL session in this channel." msgstr "" -#: redbot/core/dev_commands.py:323 +#: redbot/core/dev_commands.py:324 msgid "The REPL session in this channel has been resumed." msgstr "" -#: redbot/core/dev_commands.py:325 +#: redbot/core/dev_commands.py:326 msgid "The REPL session in this channel is now paused." msgstr "" -#: redbot/core/dev_commands.py:330 +#: redbot/core/dev_commands.py:331 #, docstring msgid "Mock another user invoking a command.\n\n" " The prefix must not be entered.\n" " " msgstr "" -#: redbot/core/dev_commands.py:343 +#: redbot/core/dev_commands.py:344 #, docstring msgid "Dispatch a message event as if it were sent by a different user.\n\n" " Only reads the raw content of the message. Attachments, embeds etc. are\n" @@ -3203,17 +3234,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:364 +#: redbot/core/dev_commands.py:365 #, docstring msgid "Give bot owners the ability to bypass cooldowns.\n\n" " Does not persist through restarts." msgstr "" -#: redbot/core/dev_commands.py:372 +#: redbot/core/dev_commands.py:373 msgid "Bot owners will now bypass all commands with cooldowns." msgstr "" -#: redbot/core/dev_commands.py:374 +#: redbot/core/dev_commands.py:375 msgid "Bot owners will no longer bypass all commands with cooldowns." msgstr "" diff --git a/redbot/core/locales/zh-HK.po b/redbot/core/locales/zh-HK.po index 075674568..5660f402a 100644 --- a/redbot/core/locales/zh-HK.po +++ b/redbot/core/locales/zh-HK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-05-25 16:04+0000\n" +"POT-Creation-Date: 2021-06-12 15:52+0000\n" "Last-Translator: \n" "Language-Team: Chinese Traditional, Hong Kong\n" "MIME-Version: 1.0\n" @@ -126,15 +126,15 @@ msgstr "" msgid "**{} unloaded:**\n" msgstr "" -#: redbot/core/core_commands.py:179 +#: redbot/core/core_commands.py:181 msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:184 +#: redbot/core/core_commands.py:186 msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:393 +#: redbot/core/core_commands.py:398 #, docstring msgid "\n" " The Core cog has many commands related to core functions.\n\n" @@ -142,93 +142,93 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:410 #, docstring msgid "Pong." msgstr "" -#: redbot/core/core_commands.py:410 +#: redbot/core/core_commands.py:415 #, docstring msgid "Shows info about [botname].\n\n" " See `[p]set custominfo` to customize.\n" " " msgstr "" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:445 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by team" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:456 +#: redbot/core/core_commands.py:461 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:459 redbot/core/core_commands.py:515 +#: redbot/core/core_commands.py:464 redbot/core/core_commands.py:520 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:463 redbot/core/core_commands.py:519 +#: redbot/core/core_commands.py:468 redbot/core/core_commands.py:524 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:464 +#: redbot/core/core_commands.py:469 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:466 +#: redbot/core/core_commands.py:471 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:467 +#: redbot/core/core_commands.py:472 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:470 redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:475 redbot/core/core_commands.py:533 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:483 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:489 +#: redbot/core/core_commands.py:494 msgid "Instance owned by team: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:501 +#: redbot/core/core_commands.py:506 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:520 +#: redbot/core/core_commands.py:525 msgid "Outdated: [{state}]\n" msgstr "" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:528 msgid "**About Red**\n" msgstr "" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:539 msgid "**About this instance**\n" msgstr "" -#: redbot/core/core_commands.py:536 +#: redbot/core/core_commands.py:541 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -239,20 +239,20 @@ msgid "**References**\n" "7. <{}>\n" msgstr "" -#: redbot/core/core_commands.py:552 +#: redbot/core/core_commands.py:557 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:555 +#: redbot/core/core_commands.py:560 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:557 +#: redbot/core/core_commands.py:562 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:564 +#: redbot/core/core_commands.py:569 #, docstring msgid "\n" " Commands which interact with the data [botname] has about you.\n\n" @@ -260,7 +260,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:575 +#: redbot/core/core_commands.py:580 #, docstring msgid "\n" " Find out what type of data [botname] stores and why.\n\n" @@ -269,12 +269,12 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:585 +#: redbot/core/core_commands.py:590 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:604 +#: redbot/core/core_commands.py:609 #, docstring msgid "View the End User Data statements of each 3rd-party module.\n\n" " This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" @@ -283,39 +283,39 @@ msgid "View the End User Data statements of each 3rd-party module.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:615 +#: redbot/core/core_commands.py:620 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:625 +#: redbot/core/core_commands.py:630 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:645 +#: redbot/core/core_commands.py:650 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:647 +#: redbot/core/core_commands.py:652 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:652 +#: redbot/core/core_commands.py:657 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:668 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:679 +#: redbot/core/core_commands.py:684 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:684 +#: redbot/core/core_commands.py:689 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:695 +#: redbot/core/core_commands.py:700 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -327,63 +327,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:710 +#: redbot/core/core_commands.py:715 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:717 +#: redbot/core/core_commands.py:722 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:727 +#: redbot/core/core_commands.py:732 msgid "This may take some time." msgstr "" -#: redbot/core/core_commands.py:740 +#: redbot/core/core_commands.py:745 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:755 +#: redbot/core/core_commands.py:760 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:765 +#: redbot/core/core_commands.py:770 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:775 +#: redbot/core/core_commands.py:780 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:783 redbot/core/core_commands.py:950 -#: redbot/core/core_commands.py:1036 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:788 redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:1041 redbot/core/core_commands.py:1112 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:793 +#: redbot/core/core_commands.py:798 #, docstring msgid "[Coming Soon] Get what data [botname] has about you." msgstr "" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:800 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:804 +#: redbot/core/core_commands.py:809 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:810 +#: redbot/core/core_commands.py:815 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -394,11 +394,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:821 +#: redbot/core/core_commands.py:826 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:834 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n\n" @@ -408,11 +408,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:838 +#: redbot/core/core_commands.py:843 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:847 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -426,15 +426,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:859 +#: redbot/core/core_commands.py:864 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:867 +#: redbot/core/core_commands.py:872 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:878 +#: redbot/core/core_commands.py:883 #, docstring msgid "\n" " Handle a deletion request from Discord.\n\n" @@ -447,34 +447,34 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:892 +#: redbot/core/core_commands.py:897 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:915 redbot/core/core_commands.py:1072 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +#: redbot/core/core_commands.py:930 redbot/core/core_commands.py:1087 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +#: redbot/core/core_commands.py:941 redbot/core/core_commands.py:1098 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +#: redbot/core/core_commands.py:951 redbot/core/core_commands.py:1108 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:957 +#: redbot/core/core_commands.py:962 #, docstring msgid "Delete data [botname] has about a user for a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" @@ -485,34 +485,34 @@ msgid "Delete data [botname] has about a user for a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:973 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:991 +#: redbot/core/core_commands.py:996 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1006 +#: redbot/core/core_commands.py:1011 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1017 +#: redbot/core/core_commands.py:1022 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1033 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1048 #, docstring msgid "Delete data [botname] has about a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" @@ -522,12 +522,12 @@ msgid "Delete data [botname] has about a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1053 +#: redbot/core/core_commands.py:1058 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1114 +#: redbot/core/core_commands.py:1119 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -547,7 +547,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1136 +#: redbot/core/core_commands.py:1141 #, docstring msgid "\n" " Show the current embed settings.\n\n" @@ -561,42 +561,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1153 redbot/core/core_commands.py:1309 -#: redbot/core/core_commands.py:1360 redbot/core/core_commands.py:4236 -#: redbot/core/core_commands.py:4279 redbot/core/core_commands.py:4345 -#: redbot/core/core_commands.py:4376 +#: redbot/core/core_commands.py:1158 redbot/core/core_commands.py:1314 +#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:4282 +#: redbot/core/core_commands.py:4325 redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4422 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:1159 +#: redbot/core/core_commands.py:1164 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1161 +#: redbot/core/core_commands.py:1166 msgid "Global default: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1171 msgid "Global command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1172 +#: redbot/core/core_commands.py:1177 msgid "Guild setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1177 +#: redbot/core/core_commands.py:1182 msgid "Server command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1183 +#: redbot/core/core_commands.py:1188 msgid "Channel setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1191 msgid "User setting: {value}" msgstr "" -#: redbot/core/core_commands.py:1192 +#: redbot/core/core_commands.py:1197 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -608,15 +608,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1206 +#: redbot/core/core_commands.py:1211 msgid "Embeds are now disabled by default." msgstr "" -#: redbot/core/core_commands.py:1209 +#: redbot/core/core_commands.py:1214 msgid "Embeds are now enabled by default." msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1220 #, docstring msgid "\n" " Set the server's embed setting.\n\n" @@ -632,20 +632,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1234 redbot/core/core_commands.py:1318 -#: redbot/core/core_commands.py:1409 redbot/core/core_commands.py:1440 +#: redbot/core/core_commands.py:1239 redbot/core/core_commands.py:1323 +#: redbot/core/core_commands.py:1414 redbot/core/core_commands.py:1445 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1239 +#: redbot/core/core_commands.py:1244 msgid "Embeds are now enabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1241 +#: redbot/core/core_commands.py:1246 msgid "Embeds are now disabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1249 +#: redbot/core/core_commands.py:1254 #, docstring msgid "\n" " Sets a command's embed setting.\n\n" @@ -662,11 +662,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1278 +#: redbot/core/core_commands.py:1283 msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." msgstr "" -#: redbot/core/core_commands.py:1289 +#: redbot/core/core_commands.py:1294 #, docstring msgid "\n" " Sets a command's embed setting globally.\n\n" @@ -682,15 +682,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1375 +#: redbot/core/core_commands.py:1329 redbot/core/core_commands.py:1380 msgid "Embeds are now enabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1330 redbot/core/core_commands.py:1381 +#: redbot/core/core_commands.py:1335 redbot/core/core_commands.py:1386 msgid "Embeds are now disabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1340 +#: redbot/core/core_commands.py:1345 #, docstring msgid "\n" " Sets a commmand's embed setting for the current server.\n\n" @@ -706,11 +706,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1369 +#: redbot/core/core_commands.py:1374 msgid "Embeds will now fall back to the server setting." msgstr "" -#: redbot/core/core_commands.py:1390 +#: redbot/core/core_commands.py:1395 #, docstring msgid "\n" " Set's a channel's embed setting.\n\n" @@ -726,21 +726,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1419 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1426 #, docstring msgid "\n" " Sets personal embed setting for DMs.\n\n" @@ -756,15 +756,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1450 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1452 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1453 +#: redbot/core/core_commands.py:1458 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead.\n\n" @@ -777,11 +777,11 @@ msgid "Sends to the owner the last command exception that has occurred.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:1487 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1487 +#: redbot/core/core_commands.py:1492 #, docstring msgid "Shows [botname]'s invite url.\n\n" " This will always send the invite to DMs to keep it private.\n\n" @@ -791,12 +791,12 @@ msgid "Shows [botname]'s invite url.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1512 #, docstring msgid "Commands to setup [botname]'s invite settings." msgstr "" -#: redbot/core/core_commands.py:1512 +#: redbot/core/core_commands.py:1517 #, docstring msgid "\n" " Toggles if `[p]invite` should be accessible for the average user.\n\n" @@ -808,7 +808,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1549 +#: redbot/core/core_commands.py:1554 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -823,7 +823,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 #, docstring msgid "\n" " Leaves servers.\n\n" @@ -838,43 +855,43 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1588 +#: redbot/core/core_commands.py:1613 msgid "You need to specify at least one server ID." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:1620 msgid "You haven't passed any server ID. Do you want me to leave this server?" msgstr "" -#: redbot/core/core_commands.py:1600 +#: redbot/core/core_commands.py:1625 msgid "Are you sure you want me to leave these servers?" msgstr "" -#: redbot/core/core_commands.py:1608 +#: redbot/core/core_commands.py:1633 msgid "I cannot leave the server `{server_name}`: I am the owner of it." msgstr "" -#: redbot/core/core_commands.py:1619 +#: redbot/core/core_commands.py:1644 redbot/core/core_commands.py:2711 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:1624 +#: redbot/core/core_commands.py:1649 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1652 msgid "Alright. Leaving {number} servers..." msgstr "" -#: redbot/core/core_commands.py:1634 +#: redbot/core/core_commands.py:1659 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1636 +#: redbot/core/core_commands.py:1661 msgid "Alright, I'm not leaving those servers." msgstr "" -#: redbot/core/core_commands.py:1641 +#: redbot/core/core_commands.py:1666 #, docstring msgid "\n" " Lists the servers [botname] is currently in.\n\n" @@ -882,7 +899,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:1684 #, docstring msgid "Loads cog packages from the local paths and installed cogs.\n\n" " See packages available to load with `[p]cogs`.\n\n" @@ -895,67 +912,67 @@ msgid "Loads cog packages from the local paths and installed cogs.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1688 +#: redbot/core/core_commands.py:1713 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1693 +#: redbot/core/core_commands.py:1718 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1722 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1729 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1709 +#: redbot/core/core_commands.py:1734 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1717 redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1742 redbot/core/core_commands.py:1898 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1723 redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1748 redbot/core/core_commands.py:1904 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1732 redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1757 redbot/core/core_commands.py:1913 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1736 redbot/core/core_commands.py:1892 +#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1744 +#: redbot/core/core_commands.py:1769 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1748 +#: redbot/core/core_commands.py:1773 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1755 +#: redbot/core/core_commands.py:1780 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1786 redbot/core/core_commands.py:1942 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1780 +#: redbot/core/core_commands.py:1805 #, docstring msgid "Unloads previously loaded cog packages.\n\n" " See packages available to unload with `[p]cogs`.\n\n" @@ -967,23 +984,23 @@ msgid "Unloads previously loaded cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1798 +#: redbot/core/core_commands.py:1823 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1827 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1809 +#: redbot/core/core_commands.py:1834 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1813 +#: redbot/core/core_commands.py:1838 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1826 +#: redbot/core/core_commands.py:1851 #, docstring msgid "Reloads cog packages.\n\n" " This will unload and then load the specified cogs.\n\n" @@ -996,36 +1013,36 @@ msgid "Reloads cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:1880 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1860 +#: redbot/core/core_commands.py:1885 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1890 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1900 +#: redbot/core/core_commands.py:1925 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1904 +#: redbot/core/core_commands.py:1929 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1936 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Shuts down the bot.\n\n" " Allows [botname] to shut down gracefully.\n\n" @@ -1038,11 +1055,11 @@ msgid "Shuts down the bot.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1974 msgid "Shutting down... " msgstr "" -#: redbot/core/core_commands.py:1955 +#: redbot/core/core_commands.py:1980 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -1055,30 +1072,30 @@ msgid "Attempts to restart [botname].\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1969 +#: redbot/core/core_commands.py:1994 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:1974 +#: redbot/core/core_commands.py:1999 #, docstring msgid "Commands for changing [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1978 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1996 +#: redbot/core/core_commands.py:2021 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2042 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -1086,7 +1103,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:2039 +#: redbot/core/core_commands.py:2064 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -1101,23 +1118,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2060 +#: redbot/core/core_commands.py:2085 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:2062 +#: redbot/core/core_commands.py:2087 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2092 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2099 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2104 #, docstring msgid "\n" " Sets the bot's description.\n\n" @@ -1133,15 +1150,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2099 +#: redbot/core/core_commands.py:2124 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:2102 +#: redbot/core/core_commands.py:2127 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2141 #, docstring msgid "\n" " Adds an admin role for this guild.\n\n" @@ -1159,15 +1176,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2136 +#: redbot/core/core_commands.py:2161 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:2138 +#: redbot/core/core_commands.py:2163 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2144 +#: redbot/core/core_commands.py:2169 #, docstring msgid "\n" " Adds a moderator role for this guild.\n\n" @@ -1184,15 +1201,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2188 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:2165 +#: redbot/core/core_commands.py:2190 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2171 +#: redbot/core/core_commands.py:2196 #, docstring msgid "\n" " Removes an admin role for this guild.\n\n" @@ -1204,15 +1221,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2208 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:2185 +#: redbot/core/core_commands.py:2210 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2191 +#: redbot/core/core_commands.py:2216 #, docstring msgid "\n" " Removes a mod role for this guild.\n\n" @@ -1224,15 +1241,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2228 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2230 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2211 +#: redbot/core/core_commands.py:2236 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -1243,19 +1260,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2248 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will" msgstr "" -#: redbot/core/core_commands.py:2232 +#: redbot/core/core_commands.py:2257 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -1267,11 +1284,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2247 +#: redbot/core/core_commands.py:2272 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2280 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -1282,11 +1299,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2268 +#: redbot/core/core_commands.py:2293 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:2276 +#: redbot/core/core_commands.py:2301 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1303,15 +1320,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2321 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:2299 +#: redbot/core/core_commands.py:2324 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:2304 +#: redbot/core/core_commands.py:2329 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL.\n\n" @@ -1324,28 +1341,28 @@ msgid "Sets [botname]'s avatar\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2327 +#: redbot/core/core_commands.py:2352 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:2329 +#: redbot/core/core_commands.py:2354 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:2339 +#: redbot/core/core_commands.py:2364 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:2346 +#: redbot/core/core_commands.py:2371 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:2348 redbot/core/core_commands.py:2575 -#: redbot/core/core_commands.py:2631 redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:2373 redbot/core/core_commands.py:2600 +#: redbot/core/core_commands.py:2656 redbot/core/core_commands.py:2680 msgid "Done." msgstr "" -#: redbot/core/core_commands.py:2353 +#: redbot/core/core_commands.py:2378 #, docstring msgid "\n" " Removes [botname]'s avatar.\n\n" @@ -1354,11 +1371,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2386 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2392 #, docstring msgid "Sets [botname]'s playing status.\n\n" " This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" @@ -1371,19 +1388,19 @@ msgid "Sets [botname]'s playing status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2383 +#: redbot/core/core_commands.py:2408 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2391 +#: redbot/core/core_commands.py:2416 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:2393 +#: redbot/core/core_commands.py:2418 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:2399 +#: redbot/core/core_commands.py:2424 #, docstring msgid "Sets [botname]'s listening status.\n\n" " This will appear as `Listening to `.\n\n" @@ -1395,19 +1412,19 @@ msgid "Sets [botname]'s listening status.\n\n" " - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2416 +#: redbot/core/core_commands.py:2441 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2425 +#: redbot/core/core_commands.py:2450 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2453 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2459 #, docstring msgid "Sets [botname]'s watching status.\n\n" " This will appear as `Watching `.\n\n" @@ -1419,19 +1436,19 @@ msgid "Sets [botname]'s watching status.\n\n" " - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2475 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2482 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:2459 +#: redbot/core/core_commands.py:2484 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:2465 +#: redbot/core/core_commands.py:2490 #, docstring msgid "Sets [botname]'s competing status.\n\n" " This will appear as `Competing in `.\n\n" @@ -1443,19 +1460,19 @@ msgid "Sets [botname]'s competing status.\n\n" " - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2482 +#: redbot/core/core_commands.py:2507 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2491 +#: redbot/core/core_commands.py:2516 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:2494 +#: redbot/core/core_commands.py:2519 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:2500 +#: redbot/core/core_commands.py:2525 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1471,11 +1488,11 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:2555 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:2538 +#: redbot/core/core_commands.py:2563 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" @@ -1491,15 +1508,15 @@ msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " - `` - The text to follow `Streaming` in the status." msgstr "" -#: redbot/core/core_commands.py:2563 +#: redbot/core/core_commands.py:2588 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2591 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2580 +#: redbot/core/core_commands.py:2605 #, docstring msgid "Sets [botname]'s username.\n\n" " Maximum length for a username is 32 characters.\n\n" @@ -1512,28 +1529,28 @@ msgid "Sets [botname]'s username.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2596 +#: redbot/core/core_commands.py:2621 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2603 +#: redbot/core/core_commands.py:2628 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2609 +#: redbot/core/core_commands.py:2634 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2619 +#: redbot/core/core_commands.py:2644 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2629 +#: redbot/core/core_commands.py:2654 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2662 #, docstring msgid "Sets [botname]'s nickname for the current server.\n\n" " Maximum length for a nickname is 32 characters.\n\n" @@ -1544,15 +1561,15 @@ msgid "Sets [botname]'s nickname for the current server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2649 +#: redbot/core/core_commands.py:2674 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2653 +#: redbot/core/core_commands.py:2678 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:2660 +#: redbot/core/core_commands.py:2685 #, docstring msgid "Sets [botname]'s global prefix(es).\n\n" " Warning: This is not additive. It will replace all current prefixes.\n\n" @@ -1567,20 +1584,30 @@ msgid "Sets [botname]'s global prefix(es).\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2677 +#: redbot/core/core_commands.py:2702 +msgid "Warning: A prefix is above the recommended length (20 characters).\n" +"Do you want to continue? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:2715 +msgid "Cancelled." +msgstr "" + +#: redbot/core/core_commands.py:2719 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:2721 msgid "Prefixes set." msgstr "" -#: redbot/core/core_commands.py:2685 +#: redbot/core/core_commands.py:2727 #, docstring msgid "\n" " Sets [botname]'s server prefix(es).\n\n" " Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" -" This is not additive. It will replace all current server prefixes.\n\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 20 characters.\n\n" " **Examples:**\n" " - `[p]set serverprefix !`\n" " - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" @@ -1591,19 +1618,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2702 +#: redbot/core/core_commands.py:2745 msgid "Server prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2748 +msgid "You cannot have a prefix longer than 20 characters." +msgstr "" + +#: redbot/core/core_commands.py:2753 msgid "Server prefix set." msgstr "" -#: redbot/core/core_commands.py:2709 +#: redbot/core/core_commands.py:2755 msgid "Server prefixes set." msgstr "" -#: redbot/core/core_commands.py:2714 +#: redbot/core/core_commands.py:2760 #, docstring msgid "\n" " Changes the bot's default locale.\n\n" @@ -1620,21 +1651,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2735 redbot/core/core_commands.py:2779 -#: redbot/core/core_commands.py:2818 redbot/core/core_commands.py:2862 +#: redbot/core/core_commands.py:2781 redbot/core/core_commands.py:2825 +#: redbot/core/core_commands.py:2864 redbot/core/core_commands.py:2908 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2739 redbot/core/core_commands.py:2783 -#: redbot/core/core_commands.py:2822 redbot/core/core_commands.py:2866 +#: redbot/core/core_commands.py:2785 redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2868 redbot/core/core_commands.py:2912 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:2792 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2752 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1652,15 +1683,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2774 +#: redbot/core/core_commands.py:2820 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2789 +#: redbot/core/core_commands.py:2835 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:2795 +#: redbot/core/core_commands.py:2841 #, docstring msgid "\n" " Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1675,15 +1706,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2812 +#: redbot/core/core_commands.py:2858 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2875 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2837 +#: redbot/core/core_commands.py:2883 #, docstring msgid "\n" " Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1698,15 +1729,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2855 +#: redbot/core/core_commands.py:2901 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2873 +#: redbot/core/core_commands.py:2919 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2881 +#: redbot/core/core_commands.py:2927 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1721,19 +1752,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2898 +#: redbot/core/core_commands.py:2944 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2948 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2905 +#: redbot/core/core_commands.py:2951 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2956 #, docstring msgid "\n" " Commands to set, list or remove various external API tokens.\n\n" @@ -1750,11 +1781,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2931 +#: redbot/core/core_commands.py:2977 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2935 +#: redbot/core/core_commands.py:2981 #, docstring msgid "\n" " Show all external API services along with their keys that have been set.\n\n" @@ -1764,19 +1795,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2946 +#: redbot/core/core_commands.py:2992 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2961 +#: redbot/core/core_commands.py:3007 #, docstring msgid "\n" " Remove the given services with all their keys and tokens.\n\n" @@ -1787,20 +1818,20 @@ msgid "\n" " - `` - The services to remove." msgstr "" -#: redbot/core/core_commands.py:2976 +#: redbot/core/core_commands.py:3022 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2980 +#: redbot/core/core_commands.py:3026 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2985 +#: redbot/core/core_commands.py:3031 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2990 +#: redbot/core/core_commands.py:3036 #, docstring msgid "\n" " Commands to manage settings for the help command.\n\n" @@ -1808,7 +1839,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2999 +#: redbot/core/core_commands.py:3045 #, docstring msgid "\n" " Show the current help settings.\n\n" @@ -1818,11 +1849,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3013 +#: redbot/core/core_commands.py:3059 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:3023 +#: redbot/core/core_commands.py:3069 #, docstring msgid "\n" " This resets [botname]'s help formatter to the default formatter.\n\n" @@ -1831,11 +1862,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3032 +#: redbot/core/core_commands.py:3078 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:3041 +#: redbot/core/core_commands.py:3087 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1845,11 +1876,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3051 +#: redbot/core/core_commands.py:3097 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3105 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1865,15 +1896,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3079 +#: redbot/core/core_commands.py:3125 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:3081 +#: redbot/core/core_commands.py:3127 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:3085 +#: redbot/core/core_commands.py:3131 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1887,15 +1918,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3102 +#: redbot/core/core_commands.py:3148 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3104 +#: redbot/core/core_commands.py:3150 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3154 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1909,15 +1940,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3125 +#: redbot/core/core_commands.py:3171 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3127 +#: redbot/core/core_commands.py:3173 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3131 +#: redbot/core/core_commands.py:3177 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent to a DM.\n\n" @@ -1933,15 +1964,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3152 +#: redbot/core/core_commands.py:3198 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3154 +#: redbot/core/core_commands.py:3200 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3158 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be filtered from help.\n\n" @@ -1955,15 +1986,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3175 +#: redbot/core/core_commands.py:3221 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:3177 +#: redbot/core/core_commands.py:3223 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:3181 +#: redbot/core/core_commands.py:3227 #, docstring msgid "\n" " Sets whether the bot should respond to help commands for nonexistent topics.\n\n" @@ -1979,15 +2010,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3202 +#: redbot/core/core_commands.py:3248 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3251 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:3213 +#: redbot/core/core_commands.py:3259 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " Note: This setting only applies to embedded help.\n\n" @@ -2002,15 +2033,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3230 +#: redbot/core/core_commands.py:3276 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:3234 +#: redbot/core/core_commands.py:3280 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3238 +#: redbot/core/core_commands.py:3284 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " Note: This setting does not apply to menu help.\n\n" @@ -2026,15 +2057,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3283 +#: redbot/core/core_commands.py:3302 redbot/core/core_commands.py:3329 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:3260 +#: redbot/core/core_commands.py:3306 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3265 +#: redbot/core/core_commands.py:3311 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -2051,19 +2082,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3332 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3337 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:3293 +#: redbot/core/core_commands.py:3339 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:3297 +#: redbot/core/core_commands.py:3343 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -2077,19 +2108,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3312 +#: redbot/core/core_commands.py:3358 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:3316 +#: redbot/core/core_commands.py:3362 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:3324 +#: redbot/core/core_commands.py:3370 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:3329 +#: redbot/core/core_commands.py:3375 #, docstring msgid "Sends a message to the owner.\n\n" " This is limited to one message every 60 seconds per person.\n\n" @@ -2100,43 +2131,43 @@ msgid "Sends a message to the owner.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3341 +#: redbot/core/core_commands.py:3387 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:3344 +#: redbot/core/core_commands.py:3390 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3392 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:3347 +#: redbot/core/core_commands.py:3393 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:3352 +#: redbot/core/core_commands.py:3398 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:3354 +#: redbot/core/core_commands.py:3400 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:3359 +#: redbot/core/core_commands.py:3405 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:3430 +#: redbot/core/core_commands.py:3476 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:3432 +#: redbot/core/core_commands.py:3478 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:3437 +#: redbot/core/core_commands.py:3483 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n\n" @@ -2149,41 +2180,41 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3453 +#: redbot/core/core_commands.py:3499 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3509 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:3464 +#: redbot/core/core_commands.py:3510 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:3478 redbot/core/core_commands.py:3488 +#: redbot/core/core_commands.py:3524 redbot/core/core_commands.py:3534 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:3481 redbot/core/core_commands.py:3491 +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3537 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:3496 +#: redbot/core/core_commands.py:3542 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:3500 +#: redbot/core/core_commands.py:3546 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:3506 +#: redbot/core/core_commands.py:3552 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:3593 +#: redbot/core/core_commands.py:3639 #, docstring msgid "\n" " Commands to manage the allowlist.\n\n" @@ -2192,7 +2223,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3604 +#: redbot/core/core_commands.py:3650 #, docstring msgid "\n" " Adds users to the allowlist.\n\n" @@ -2204,15 +2235,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3663 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3619 +#: redbot/core/core_commands.py:3665 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3623 +#: redbot/core/core_commands.py:3669 #, docstring msgid "\n" " Lists users on the allowlist.\n\n" @@ -2221,21 +2252,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3635 +#: redbot/core/core_commands.py:3681 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3637 +#: redbot/core/core_commands.py:3683 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3641 redbot/core/core_commands.py:3739 +#: redbot/core/core_commands.py:3687 redbot/core/core_commands.py:3785 #: redbot/core/modlog.py:428 redbot/core/modlog.py:450 #: redbot/core/modlog.py:466 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/core_commands.py:3649 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Removes users from the allowlist.\n\n" @@ -2248,15 +2279,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3664 +#: redbot/core/core_commands.py:3710 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3666 +#: redbot/core/core_commands.py:3712 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3670 +#: redbot/core/core_commands.py:3716 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2266,11 +2297,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3725 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3684 +#: redbot/core/core_commands.py:3730 #, docstring msgid "\n" " Commands to manage the blocklist.\n\n" @@ -2278,7 +2309,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3693 +#: redbot/core/core_commands.py:3739 #, docstring msgid "\n" " Adds users to the blocklist.\n\n" @@ -2290,19 +2321,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3709 +#: redbot/core/core_commands.py:3755 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3715 +#: redbot/core/core_commands.py:3761 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3717 +#: redbot/core/core_commands.py:3763 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3721 +#: redbot/core/core_commands.py:3767 #, docstring msgid "\n" " Lists users on the blocklist.\n\n" @@ -2311,15 +2342,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3733 +#: redbot/core/core_commands.py:3779 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3735 +#: redbot/core/core_commands.py:3781 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3747 +#: redbot/core/core_commands.py:3793 #, docstring msgid "\n" " Removes users from the blocklist.\n\n" @@ -2331,15 +2362,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3760 +#: redbot/core/core_commands.py:3806 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3762 +#: redbot/core/core_commands.py:3808 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3766 +#: redbot/core/core_commands.py:3812 #, docstring msgid "\n" " Clears the blocklist.\n\n" @@ -2348,11 +2379,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3773 +#: redbot/core/core_commands.py:3819 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3779 +#: redbot/core/core_commands.py:3825 #, docstring msgid "\n" " Commands to manage the server specific allowlist.\n\n" @@ -2361,7 +2392,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3792 +#: redbot/core/core_commands.py:3838 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n\n" @@ -2374,19 +2405,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3811 +#: redbot/core/core_commands.py:3857 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:3820 +#: redbot/core/core_commands.py:3866 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3822 +#: redbot/core/core_commands.py:3868 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3826 +#: redbot/core/core_commands.py:3872 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n\n" @@ -2395,19 +2426,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3838 +#: redbot/core/core_commands.py:3884 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3840 +#: redbot/core/core_commands.py:3886 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:3844 redbot/core/core_commands.py:3966 +#: redbot/core/core_commands.py:3890 redbot/core/core_commands.py:4012 msgid "Unknown or Deleted User/Role" msgstr "" -#: redbot/core/core_commands.py:3854 +#: redbot/core/core_commands.py:3900 #, docstring msgid "\n" " Removes user or role from the allowlist.\n\n" @@ -2421,19 +2452,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3875 +#: redbot/core/core_commands.py:3921 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3883 +#: redbot/core/core_commands.py:3929 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3885 +#: redbot/core/core_commands.py:3931 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3889 +#: redbot/core/core_commands.py:3935 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2443,11 +2474,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3898 +#: redbot/core/core_commands.py:3944 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3904 +#: redbot/core/core_commands.py:3950 #, docstring msgid "\n" " Commands to manage the server specific blocklist.\n\n" @@ -2455,7 +2486,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3915 +#: redbot/core/core_commands.py:3961 #, docstring msgid "\n" " Adds a user or role to the local blocklist.\n\n" @@ -2468,27 +2499,27 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3929 +#: redbot/core/core_commands.py:3975 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3932 +#: redbot/core/core_commands.py:3978 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3935 +#: redbot/core/core_commands.py:3981 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3942 +#: redbot/core/core_commands.py:3988 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3944 +#: redbot/core/core_commands.py:3990 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3948 +#: redbot/core/core_commands.py:3994 #, docstring msgid "\n" " Lists users and roles on the server blocklist.\n\n" @@ -2497,15 +2528,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3960 +#: redbot/core/core_commands.py:4006 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3962 +#: redbot/core/core_commands.py:4008 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3976 +#: redbot/core/core_commands.py:4022 #, docstring msgid "\n" " Removes user or role from local blocklist.\n\n" @@ -2518,15 +2549,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3992 +#: redbot/core/core_commands.py:4038 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3994 +#: redbot/core/core_commands.py:4040 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3998 +#: redbot/core/core_commands.py:4044 #, docstring msgid "\n" " Clears the server blocklist.\n\n" @@ -2536,16 +2567,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4007 +#: redbot/core/core_commands.py:4053 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:4012 +#: redbot/core/core_commands.py:4058 #, docstring msgid "Commands to enable and disable commands and cogs." msgstr "" -#: redbot/core/core_commands.py:4018 +#: redbot/core/core_commands.py:4064 #, docstring msgid "Set the default state for a cog as disabled.\n\n" " This will disable the cog for all servers by default.\n" @@ -2559,20 +2590,20 @@ msgid "Set the default state for a cog as disabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4034 redbot/core/core_commands.py:4059 -#: redbot/core/core_commands.py:4079 redbot/core/core_commands.py:4109 +#: redbot/core/core_commands.py:4080 redbot/core/core_commands.py:4105 +#: redbot/core/core_commands.py:4125 redbot/core/core_commands.py:4155 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:4036 +#: redbot/core/core_commands.py:4082 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:4038 +#: redbot/core/core_commands.py:4084 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:4043 +#: redbot/core/core_commands.py:4089 #, docstring msgid "Set the default state for a cog as enabled.\n\n" " This will re-enable the cog for all servers by default.\n" @@ -2586,11 +2617,11 @@ msgid "Set the default state for a cog as enabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4061 +#: redbot/core/core_commands.py:4107 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:4066 +#: redbot/core/core_commands.py:4112 #, docstring msgid "Disable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2602,19 +2633,19 @@ msgid "Disable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4081 +#: redbot/core/core_commands.py:4127 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:4083 +#: redbot/core/core_commands.py:4129 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4086 +#: redbot/core/core_commands.py:4132 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4092 +#: redbot/core/core_commands.py:4138 #, docstring msgid "Enable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2626,15 +2657,15 @@ msgid "Enable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4104 +#: redbot/core/core_commands.py:4150 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4112 +#: redbot/core/core_commands.py:4158 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4118 +#: redbot/core/core_commands.py:4164 #, docstring msgid "List the cogs which are disabled in this server.\n\n" " **Example:**\n" @@ -2642,15 +2673,15 @@ msgid "List the cogs which are disabled in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4131 +#: redbot/core/core_commands.py:4177 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:4137 +#: redbot/core/core_commands.py:4183 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:4141 +#: redbot/core/core_commands.py:4187 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2661,7 +2692,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4158 +#: redbot/core/core_commands.py:4204 #, docstring msgid "List disabled commands globally.\n\n" " **Example:**\n" @@ -2669,19 +2700,19 @@ msgid "List disabled commands globally.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4165 +#: redbot/core/core_commands.py:4211 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:4168 +#: redbot/core/core_commands.py:4214 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4172 +#: redbot/core/core_commands.py:4218 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4180 +#: redbot/core/core_commands.py:4226 #, docstring msgid "List disabled commands in this server.\n\n" " **Example:**\n" @@ -2689,19 +2720,19 @@ msgid "List disabled commands in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4187 +#: redbot/core/core_commands.py:4233 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:4190 +#: redbot/core/core_commands.py:4236 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4194 +#: redbot/core/core_commands.py:4240 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4201 +#: redbot/core/core_commands.py:4247 #, docstring msgid "\n" " Disable a command.\n\n" @@ -2715,7 +2746,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4223 +#: redbot/core/core_commands.py:4269 #, docstring msgid "\n" " Disable a command globally.\n\n" @@ -2727,19 +2758,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4242 redbot/core/core_commands.py:4285 +#: redbot/core/core_commands.py:4288 redbot/core/core_commands.py:4331 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:4248 redbot/core/core_commands.py:4291 +#: redbot/core/core_commands.py:4294 redbot/core/core_commands.py:4337 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:4257 +#: redbot/core/core_commands.py:4303 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:4266 +#: redbot/core/core_commands.py:4312 #, docstring msgid "\n" " Disable a command in this server only.\n\n" @@ -2751,15 +2782,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4296 +#: redbot/core/core_commands.py:4342 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:4306 +#: redbot/core/core_commands.py:4352 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:4312 +#: redbot/core/core_commands.py:4358 #, docstring msgid "Enable a command.\n\n" " If you're the bot owner, this will try to enable a globally disabled command by default.\n" @@ -2772,7 +2803,7 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4332 +#: redbot/core/core_commands.py:4378 #, docstring msgid "\n" " Enable a command globally.\n\n" @@ -2784,11 +2815,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4354 +#: redbot/core/core_commands.py:4400 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:4363 +#: redbot/core/core_commands.py:4409 #, docstring msgid "\n" " Enable a command in this server.\n\n" @@ -2800,15 +2831,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4381 +#: redbot/core/core_commands.py:4427 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4437 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:4398 +#: redbot/core/core_commands.py:4444 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2822,7 +2853,7 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4419 +#: redbot/core/core_commands.py:4465 #, docstring msgid "\n" " Commands to manage server settings for immunity from automated actions.\n\n" @@ -2830,7 +2861,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4428 +#: redbot/core/core_commands.py:4474 #, docstring msgid "\n" " Gets the current members and roles configured for automatic moderation action immunity.\n\n" @@ -2839,19 +2870,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4441 +#: redbot/core/core_commands.py:4487 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4446 +#: redbot/core/core_commands.py:4492 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4450 +#: redbot/core/core_commands.py:4496 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:4459 +#: redbot/core/core_commands.py:4505 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n\n" @@ -2863,11 +2894,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4471 +#: redbot/core/core_commands.py:4517 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:4479 +#: redbot/core/core_commands.py:4525 #, docstring msgid "\n" " Remove a user or role from being immune to automated moderation actions.\n\n" @@ -2879,11 +2910,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4491 +#: redbot/core/core_commands.py:4537 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:4499 +#: redbot/core/core_commands.py:4545 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n\n" @@ -2895,15 +2926,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4511 +#: redbot/core/core_commands.py:4557 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:4513 +#: redbot/core/core_commands.py:4559 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:4518 +#: redbot/core/core_commands.py:4564 #, docstring msgid "\n" " Commands for configuring owner notifications.\n\n" @@ -2911,7 +2942,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4527 +#: redbot/core/core_commands.py:4573 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2923,7 +2954,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4546 +#: redbot/core/core_commands.py:4592 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n\n" @@ -2934,7 +2965,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4565 +#: redbot/core/core_commands.py:4611 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n\n" @@ -2946,7 +2977,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4591 +#: redbot/core/core_commands.py:4637 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n\n" @@ -2958,7 +2989,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4615 +#: redbot/core/core_commands.py:4661 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n\n" @@ -2967,15 +2998,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4625 +#: redbot/core/core_commands.py:4671 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:4636 +#: redbot/core/core_commands.py:4682 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:4667 +#: redbot/core/core_commands.py:4713 #, docstring msgid "\n" " Commands to add servers or channels to the ignore list.\n\n" @@ -2984,7 +3015,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4677 +#: redbot/core/core_commands.py:4723 #, docstring msgid "\n" " List the currently ignored servers and channels.\n\n" @@ -2993,7 +3024,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4692 +#: redbot/core/core_commands.py:4738 #, docstring msgid "\n" " Ignore commands in the channel or category.\n\n" @@ -3009,15 +3040,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4712 +#: redbot/core/core_commands.py:4758 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:4714 +#: redbot/core/core_commands.py:4760 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:4719 +#: redbot/core/core_commands.py:4765 #, docstring msgid "\n" " Ignore commands in this server.\n\n" @@ -3027,20 +3058,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4730 +#: redbot/core/core_commands.py:4776 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:4732 +#: redbot/core/core_commands.py:4778 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:4738 +#: redbot/core/core_commands.py:4784 #, docstring msgid "Commands to remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4746 +#: redbot/core/core_commands.py:4792 #, docstring msgid "\n" " Remove a channel or category from the ignore list.\n\n" @@ -3055,15 +3086,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4765 +#: redbot/core/core_commands.py:4811 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:4767 +#: redbot/core/core_commands.py:4813 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4772 +#: redbot/core/core_commands.py:4818 #, docstring msgid "\n" " Remove this server from the ignore list.\n\n" @@ -3072,24 +3103,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4781 +#: redbot/core/core_commands.py:4827 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4783 +#: redbot/core/core_commands.py:4829 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4789 +#: redbot/core/core_commands.py:4835 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:4801 +#: redbot/core/core_commands.py:4847 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:4816 +#: redbot/core/core_commands.py:4862 #, docstring msgid "\n" " Get info about Red's licenses.\n" @@ -3122,7 +3153,7 @@ msgid "Evaluate a statement of python code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:166 +#: redbot/core/dev_commands.py:167 #, docstring msgid "Execute asynchronous code.\n\n" " This command wraps code into the body of an async function and then\n" @@ -3142,7 +3173,7 @@ msgid "Execute asynchronous code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:220 +#: redbot/core/dev_commands.py:221 #, docstring msgid "Open an interactive REPL.\n\n" " The REPL will only recognise code as messages which start with a\n" @@ -3151,51 +3182,51 @@ msgid "Open an interactive REPL.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:229 +#: redbot/core/dev_commands.py:230 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "" -#: redbot/core/dev_commands.py:233 +#: redbot/core/dev_commands.py:234 msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." msgstr "" -#: redbot/core/dev_commands.py:244 +#: redbot/core/dev_commands.py:245 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." msgstr "" -#: redbot/core/dev_commands.py:258 +#: redbot/core/dev_commands.py:259 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:309 +#: redbot/core/dev_commands.py:310 msgid "Unexpected error: `{}`" msgstr "" -#: redbot/core/dev_commands.py:313 +#: redbot/core/dev_commands.py:314 #, docstring msgid "Pauses/resumes the REPL running in the current channel" msgstr "" -#: redbot/core/dev_commands.py:315 +#: redbot/core/dev_commands.py:316 msgid "There is no currently running REPL session in this channel." msgstr "" -#: redbot/core/dev_commands.py:323 +#: redbot/core/dev_commands.py:324 msgid "The REPL session in this channel has been resumed." msgstr "" -#: redbot/core/dev_commands.py:325 +#: redbot/core/dev_commands.py:326 msgid "The REPL session in this channel is now paused." msgstr "" -#: redbot/core/dev_commands.py:330 +#: redbot/core/dev_commands.py:331 #, docstring msgid "Mock another user invoking a command.\n\n" " The prefix must not be entered.\n" " " msgstr "" -#: redbot/core/dev_commands.py:343 +#: redbot/core/dev_commands.py:344 #, docstring msgid "Dispatch a message event as if it were sent by a different user.\n\n" " Only reads the raw content of the message. Attachments, embeds etc. are\n" @@ -3203,17 +3234,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:364 +#: redbot/core/dev_commands.py:365 #, docstring msgid "Give bot owners the ability to bypass cooldowns.\n\n" " Does not persist through restarts." msgstr "" -#: redbot/core/dev_commands.py:372 +#: redbot/core/dev_commands.py:373 msgid "Bot owners will now bypass all commands with cooldowns." msgstr "" -#: redbot/core/dev_commands.py:374 +#: redbot/core/dev_commands.py:375 msgid "Bot owners will no longer bypass all commands with cooldowns." msgstr "" diff --git a/redbot/core/locales/zh-TW.po b/redbot/core/locales/zh-TW.po index 822682c1d..e321d4f86 100644 --- a/redbot/core/locales/zh-TW.po +++ b/redbot/core/locales/zh-TW.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-05-25 16:04+0000\n" +"POT-Creation-Date: 2021-06-12 15:52+0000\n" "Last-Translator: \n" "Language-Team: Chinese Traditional\n" "MIME-Version: 1.0\n" @@ -126,15 +126,15 @@ msgstr "" msgid "**{} unloaded:**\n" msgstr "" -#: redbot/core/core_commands.py:179 +#: redbot/core/core_commands.py:181 msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:184 +#: redbot/core/core_commands.py:186 msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." msgstr "" -#: redbot/core/core_commands.py:393 +#: redbot/core/core_commands.py:398 #, docstring msgid "\n" " The Core cog has many commands related to core functions.\n\n" @@ -142,93 +142,93 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:405 +#: redbot/core/core_commands.py:410 #, docstring msgid "Pong." msgstr "砰。" -#: redbot/core/core_commands.py:410 +#: redbot/core/core_commands.py:415 #, docstring msgid "Shows info about [botname].\n\n" " See `[p]set custominfo` to customize.\n" " " msgstr "" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:445 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by team" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:456 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:456 +#: redbot/core/core_commands.py:461 msgid "Red version" msgstr "Red 版本" -#: redbot/core/core_commands.py:459 redbot/core/core_commands.py:515 +#: redbot/core/core_commands.py:464 redbot/core/core_commands.py:520 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:463 redbot/core/core_commands.py:519 +#: redbot/core/core_commands.py:468 redbot/core/core_commands.py:524 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:464 +#: redbot/core/core_commands.py:469 msgid "Outdated" msgstr "已過期" -#: redbot/core/core_commands.py:466 +#: redbot/core/core_commands.py:471 msgid "About this instance" msgstr "關於這個實例" -#: redbot/core/core_commands.py:467 +#: redbot/core/core_commands.py:472 msgid "About Red" msgstr "關於 Red" -#: redbot/core/core_commands.py:470 redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:475 redbot/core/core_commands.py:533 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:478 +#: redbot/core/core_commands.py:483 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:489 +#: redbot/core/core_commands.py:494 msgid "Instance owned by team: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:501 +#: redbot/core/core_commands.py:506 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:520 +#: redbot/core/core_commands.py:525 msgid "Outdated: [{state}]\n" msgstr "" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:528 msgid "**About Red**\n" msgstr "" -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:539 msgid "**About this instance**\n" msgstr "" -#: redbot/core/core_commands.py:536 +#: redbot/core/core_commands.py:541 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -239,20 +239,20 @@ msgid "**References**\n" "7. <{}>\n" msgstr "" -#: redbot/core/core_commands.py:552 +#: redbot/core/core_commands.py:557 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:555 +#: redbot/core/core_commands.py:560 msgid "Less than one second" msgstr "不到一秒" -#: redbot/core/core_commands.py:557 +#: redbot/core/core_commands.py:562 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:564 +#: redbot/core/core_commands.py:569 #, docstring msgid "\n" " Commands which interact with the data [botname] has about you.\n\n" @@ -260,7 +260,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:575 +#: redbot/core/core_commands.py:580 #, docstring msgid "\n" " Find out what type of data [botname] stores and why.\n\n" @@ -269,12 +269,12 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:585 +#: redbot/core/core_commands.py:590 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:604 +#: redbot/core/core_commands.py:609 #, docstring msgid "View the End User Data statements of each 3rd-party module.\n\n" " This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" @@ -283,39 +283,39 @@ msgid "View the End User Data statements of each 3rd-party module.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:615 +#: redbot/core/core_commands.py:620 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:625 +#: redbot/core/core_commands.py:630 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:645 +#: redbot/core/core_commands.py:650 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:647 +#: redbot/core/core_commands.py:652 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:652 +#: redbot/core/core_commands.py:657 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:668 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:679 +#: redbot/core/core_commands.py:684 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:684 +#: redbot/core/core_commands.py:689 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:695 +#: redbot/core/core_commands.py:700 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -327,63 +327,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:710 +#: redbot/core/core_commands.py:715 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:717 +#: redbot/core/core_commands.py:722 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:727 +#: redbot/core/core_commands.py:732 msgid "This may take some time." msgstr "" -#: redbot/core/core_commands.py:740 +#: redbot/core/core_commands.py:745 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:755 +#: redbot/core/core_commands.py:760 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:765 +#: redbot/core/core_commands.py:770 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:775 +#: redbot/core/core_commands.py:780 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:783 redbot/core/core_commands.py:950 -#: redbot/core/core_commands.py:1036 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:788 redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:1041 redbot/core/core_commands.py:1112 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:793 +#: redbot/core/core_commands.py:798 #, docstring msgid "[Coming Soon] Get what data [botname] has about you." msgstr "" -#: redbot/core/core_commands.py:795 +#: redbot/core/core_commands.py:800 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:804 +#: redbot/core/core_commands.py:809 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:810 +#: redbot/core/core_commands.py:815 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -394,11 +394,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:821 +#: redbot/core/core_commands.py:826 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:829 +#: redbot/core/core_commands.py:834 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n\n" @@ -408,11 +408,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:838 +#: redbot/core/core_commands.py:843 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:842 +#: redbot/core/core_commands.py:847 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -426,15 +426,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:859 +#: redbot/core/core_commands.py:864 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:867 +#: redbot/core/core_commands.py:872 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:878 +#: redbot/core/core_commands.py:883 #, docstring msgid "\n" " Handle a deletion request from Discord.\n\n" @@ -447,34 +447,34 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:892 +#: redbot/core/core_commands.py:897 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:915 redbot/core/core_commands.py:1072 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +#: redbot/core/core_commands.py:930 redbot/core/core_commands.py:1087 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +#: redbot/core/core_commands.py:941 redbot/core/core_commands.py:1098 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +#: redbot/core/core_commands.py:951 redbot/core/core_commands.py:1108 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:957 +#: redbot/core/core_commands.py:962 #, docstring msgid "Delete data [botname] has about a user for a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" @@ -485,34 +485,34 @@ msgid "Delete data [botname] has about a user for a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:973 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:991 +#: redbot/core/core_commands.py:996 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1006 +#: redbot/core/core_commands.py:1011 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1017 +#: redbot/core/core_commands.py:1022 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:1028 +#: redbot/core/core_commands.py:1033 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1048 #, docstring msgid "Delete data [botname] has about a user.\n\n" " This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" @@ -522,12 +522,12 @@ msgid "Delete data [botname] has about a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1053 +#: redbot/core/core_commands.py:1058 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1114 +#: redbot/core/core_commands.py:1119 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -547,7 +547,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1136 +#: redbot/core/core_commands.py:1141 #, docstring msgid "\n" " Show the current embed settings.\n\n" @@ -561,42 +561,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1153 redbot/core/core_commands.py:1309 -#: redbot/core/core_commands.py:1360 redbot/core/core_commands.py:4236 -#: redbot/core/core_commands.py:4279 redbot/core/core_commands.py:4345 -#: redbot/core/core_commands.py:4376 +#: redbot/core/core_commands.py:1158 redbot/core/core_commands.py:1314 +#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:4282 +#: redbot/core/core_commands.py:4325 redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4422 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:1159 +#: redbot/core/core_commands.py:1164 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1161 +#: redbot/core/core_commands.py:1166 msgid "Global default: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1166 +#: redbot/core/core_commands.py:1171 msgid "Global command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1172 +#: redbot/core/core_commands.py:1177 msgid "Guild setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1177 +#: redbot/core/core_commands.py:1182 msgid "Server command setting for {command} command: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1183 +#: redbot/core/core_commands.py:1188 msgid "Channel setting: {value}\n" msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1191 msgid "User setting: {value}" msgstr "" -#: redbot/core/core_commands.py:1192 +#: redbot/core/core_commands.py:1197 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -608,15 +608,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1206 +#: redbot/core/core_commands.py:1211 msgid "Embeds are now disabled by default." msgstr "" -#: redbot/core/core_commands.py:1209 +#: redbot/core/core_commands.py:1214 msgid "Embeds are now enabled by default." msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1220 #, docstring msgid "\n" " Set the server's embed setting.\n\n" @@ -632,20 +632,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1234 redbot/core/core_commands.py:1318 -#: redbot/core/core_commands.py:1409 redbot/core/core_commands.py:1440 +#: redbot/core/core_commands.py:1239 redbot/core/core_commands.py:1323 +#: redbot/core/core_commands.py:1414 redbot/core/core_commands.py:1445 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1239 +#: redbot/core/core_commands.py:1244 msgid "Embeds are now enabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1241 +#: redbot/core/core_commands.py:1246 msgid "Embeds are now disabled for this guild." msgstr "" -#: redbot/core/core_commands.py:1249 +#: redbot/core/core_commands.py:1254 #, docstring msgid "\n" " Sets a command's embed setting.\n\n" @@ -662,11 +662,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1278 +#: redbot/core/core_commands.py:1283 msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." msgstr "" -#: redbot/core/core_commands.py:1289 +#: redbot/core/core_commands.py:1294 #, docstring msgid "\n" " Sets a command's embed setting globally.\n\n" @@ -682,15 +682,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1324 redbot/core/core_commands.py:1375 +#: redbot/core/core_commands.py:1329 redbot/core/core_commands.py:1380 msgid "Embeds are now enabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1330 redbot/core/core_commands.py:1381 +#: redbot/core/core_commands.py:1335 redbot/core/core_commands.py:1386 msgid "Embeds are now disabled for {command_name} command." msgstr "" -#: redbot/core/core_commands.py:1340 +#: redbot/core/core_commands.py:1345 #, docstring msgid "\n" " Sets a commmand's embed setting for the current server.\n\n" @@ -706,11 +706,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1369 +#: redbot/core/core_commands.py:1374 msgid "Embeds will now fall back to the server setting." msgstr "" -#: redbot/core/core_commands.py:1390 +#: redbot/core/core_commands.py:1395 #, docstring msgid "\n" " Set's a channel's embed setting.\n\n" @@ -726,21 +726,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1414 +#: redbot/core/core_commands.py:1419 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "enabled" msgstr "已啟用" -#: redbot/core/core_commands.py:1415 redbot/core/core_commands.py:2248 -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 msgid "disabled" msgstr "已停用" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1426 #, docstring msgid "\n" " Sets personal embed setting for DMs.\n\n" @@ -756,15 +756,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1450 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1447 +#: redbot/core/core_commands.py:1452 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1453 +#: redbot/core/core_commands.py:1458 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead.\n\n" @@ -777,11 +777,11 @@ msgid "Sends to the owner the last command exception that has occurred.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:1487 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1487 +#: redbot/core/core_commands.py:1492 #, docstring msgid "Shows [botname]'s invite url.\n\n" " This will always send the invite to DMs to keep it private.\n\n" @@ -791,12 +791,12 @@ msgid "Shows [botname]'s invite url.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1512 #, docstring msgid "Commands to setup [botname]'s invite settings." msgstr "" -#: redbot/core/core_commands.py:1512 +#: redbot/core/core_commands.py:1517 #, docstring msgid "\n" " Toggles if `[p]invite` should be accessible for the average user.\n\n" @@ -808,7 +808,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1549 +#: redbot/core/core_commands.py:1554 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -823,7 +823,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 #, docstring msgid "\n" " Leaves servers.\n\n" @@ -838,43 +855,43 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1588 +#: redbot/core/core_commands.py:1613 msgid "You need to specify at least one server ID." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:1620 msgid "You haven't passed any server ID. Do you want me to leave this server?" msgstr "" -#: redbot/core/core_commands.py:1600 +#: redbot/core/core_commands.py:1625 msgid "Are you sure you want me to leave these servers?" msgstr "" -#: redbot/core/core_commands.py:1608 +#: redbot/core/core_commands.py:1633 msgid "I cannot leave the server `{server_name}`: I am the owner of it." msgstr "" -#: redbot/core/core_commands.py:1619 +#: redbot/core/core_commands.py:1644 redbot/core/core_commands.py:2711 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:1624 +#: redbot/core/core_commands.py:1649 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1652 msgid "Alright. Leaving {number} servers..." msgstr "" -#: redbot/core/core_commands.py:1634 +#: redbot/core/core_commands.py:1659 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1636 +#: redbot/core/core_commands.py:1661 msgid "Alright, I'm not leaving those servers." msgstr "" -#: redbot/core/core_commands.py:1641 +#: redbot/core/core_commands.py:1666 #, docstring msgid "\n" " Lists the servers [botname] is currently in.\n\n" @@ -882,7 +899,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:1684 #, docstring msgid "Loads cog packages from the local paths and installed cogs.\n\n" " See packages available to load with `[p]cogs`.\n\n" @@ -895,67 +912,67 @@ msgid "Loads cog packages from the local paths and installed cogs.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1688 +#: redbot/core/core_commands.py:1713 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1693 +#: redbot/core/core_commands.py:1718 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1722 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1729 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1709 +#: redbot/core/core_commands.py:1734 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1717 redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1742 redbot/core/core_commands.py:1898 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1723 redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1748 redbot/core/core_commands.py:1904 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1732 redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1757 redbot/core/core_commands.py:1913 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1736 redbot/core/core_commands.py:1892 +#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1744 +#: redbot/core/core_commands.py:1769 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1748 +#: redbot/core/core_commands.py:1773 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1755 +#: redbot/core/core_commands.py:1780 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1786 redbot/core/core_commands.py:1942 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1780 +#: redbot/core/core_commands.py:1805 #, docstring msgid "Unloads previously loaded cog packages.\n\n" " See packages available to unload with `[p]cogs`.\n\n" @@ -967,23 +984,23 @@ msgid "Unloads previously loaded cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1798 +#: redbot/core/core_commands.py:1823 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1802 +#: redbot/core/core_commands.py:1827 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1809 +#: redbot/core/core_commands.py:1834 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1813 +#: redbot/core/core_commands.py:1838 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1826 +#: redbot/core/core_commands.py:1851 #, docstring msgid "Reloads cog packages.\n\n" " This will unload and then load the specified cogs.\n\n" @@ -996,36 +1013,36 @@ msgid "Reloads cog packages.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:1880 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1860 +#: redbot/core/core_commands.py:1885 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1890 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1900 +#: redbot/core/core_commands.py:1925 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1904 +#: redbot/core/core_commands.py:1929 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1936 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Shuts down the bot.\n\n" " Allows [botname] to shut down gracefully.\n\n" @@ -1038,11 +1055,11 @@ msgid "Shuts down the bot.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1949 +#: redbot/core/core_commands.py:1974 msgid "Shutting down... " msgstr "" -#: redbot/core/core_commands.py:1955 +#: redbot/core/core_commands.py:1980 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -1055,30 +1072,30 @@ msgid "Attempts to restart [botname].\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1969 +#: redbot/core/core_commands.py:1994 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:1974 +#: redbot/core/core_commands.py:1999 #, docstring msgid "Commands for changing [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1978 +#: redbot/core/core_commands.py:2003 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1996 +#: redbot/core/core_commands.py:2021 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2042 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -1086,7 +1103,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:2039 +#: redbot/core/core_commands.py:2064 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -1101,23 +1118,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2060 +#: redbot/core/core_commands.py:2085 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:2062 +#: redbot/core/core_commands.py:2087 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2092 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2099 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2104 #, docstring msgid "\n" " Sets the bot's description.\n\n" @@ -1133,15 +1150,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2099 +#: redbot/core/core_commands.py:2124 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:2102 +#: redbot/core/core_commands.py:2127 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2141 #, docstring msgid "\n" " Adds an admin role for this guild.\n\n" @@ -1159,15 +1176,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2136 +#: redbot/core/core_commands.py:2161 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:2138 +#: redbot/core/core_commands.py:2163 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2144 +#: redbot/core/core_commands.py:2169 #, docstring msgid "\n" " Adds a moderator role for this guild.\n\n" @@ -1184,15 +1201,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2188 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:2165 +#: redbot/core/core_commands.py:2190 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2171 +#: redbot/core/core_commands.py:2196 #, docstring msgid "\n" " Removes an admin role for this guild.\n\n" @@ -1204,15 +1221,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2208 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:2185 +#: redbot/core/core_commands.py:2210 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:2191 +#: redbot/core/core_commands.py:2216 #, docstring msgid "\n" " Removes a mod role for this guild.\n\n" @@ -1224,15 +1241,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2228 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2230 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:2211 +#: redbot/core/core_commands.py:2236 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -1243,19 +1260,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2248 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:2224 +#: redbot/core/core_commands.py:2249 msgid "will" msgstr "" -#: redbot/core/core_commands.py:2232 +#: redbot/core/core_commands.py:2257 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -1267,11 +1284,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2247 +#: redbot/core/core_commands.py:2272 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:2255 +#: redbot/core/core_commands.py:2280 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -1282,11 +1299,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2268 +#: redbot/core/core_commands.py:2293 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:2276 +#: redbot/core/core_commands.py:2301 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1303,15 +1320,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2321 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:2299 +#: redbot/core/core_commands.py:2324 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:2304 +#: redbot/core/core_commands.py:2329 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL.\n\n" @@ -1324,28 +1341,28 @@ msgid "Sets [botname]'s avatar\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2327 +#: redbot/core/core_commands.py:2352 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:2329 +#: redbot/core/core_commands.py:2354 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:2339 +#: redbot/core/core_commands.py:2364 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:2346 +#: redbot/core/core_commands.py:2371 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:2348 redbot/core/core_commands.py:2575 -#: redbot/core/core_commands.py:2631 redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:2373 redbot/core/core_commands.py:2600 +#: redbot/core/core_commands.py:2656 redbot/core/core_commands.py:2680 msgid "Done." msgstr "完成。" -#: redbot/core/core_commands.py:2353 +#: redbot/core/core_commands.py:2378 #, docstring msgid "\n" " Removes [botname]'s avatar.\n\n" @@ -1354,11 +1371,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2386 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2392 #, docstring msgid "Sets [botname]'s playing status.\n\n" " This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" @@ -1371,19 +1388,19 @@ msgid "Sets [botname]'s playing status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2383 +#: redbot/core/core_commands.py:2408 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2391 +#: redbot/core/core_commands.py:2416 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:2393 +#: redbot/core/core_commands.py:2418 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:2399 +#: redbot/core/core_commands.py:2424 #, docstring msgid "Sets [botname]'s listening status.\n\n" " This will appear as `Listening to `.\n\n" @@ -1395,19 +1412,19 @@ msgid "Sets [botname]'s listening status.\n\n" " - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2416 +#: redbot/core/core_commands.py:2441 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2425 +#: redbot/core/core_commands.py:2450 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2453 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2459 #, docstring msgid "Sets [botname]'s watching status.\n\n" " This will appear as `Watching `.\n\n" @@ -1419,19 +1436,19 @@ msgid "Sets [botname]'s watching status.\n\n" " - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2475 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2457 +#: redbot/core/core_commands.py:2482 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:2459 +#: redbot/core/core_commands.py:2484 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:2465 +#: redbot/core/core_commands.py:2490 #, docstring msgid "Sets [botname]'s competing status.\n\n" " This will appear as `Competing in `.\n\n" @@ -1443,19 +1460,19 @@ msgid "Sets [botname]'s competing status.\n\n" " - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status." msgstr "" -#: redbot/core/core_commands.py:2482 +#: redbot/core/core_commands.py:2507 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2491 +#: redbot/core/core_commands.py:2516 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:2494 +#: redbot/core/core_commands.py:2519 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:2500 +#: redbot/core/core_commands.py:2525 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1471,11 +1488,11 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:2555 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:2538 +#: redbot/core/core_commands.py:2563 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" @@ -1491,15 +1508,15 @@ msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " - `` - The text to follow `Streaming` in the status." msgstr "" -#: redbot/core/core_commands.py:2563 +#: redbot/core/core_commands.py:2588 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2591 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2580 +#: redbot/core/core_commands.py:2605 #, docstring msgid "Sets [botname]'s username.\n\n" " Maximum length for a username is 32 characters.\n\n" @@ -1512,28 +1529,28 @@ msgid "Sets [botname]'s username.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2596 +#: redbot/core/core_commands.py:2621 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2603 +#: redbot/core/core_commands.py:2628 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2609 +#: redbot/core/core_commands.py:2634 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2619 +#: redbot/core/core_commands.py:2644 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2629 +#: redbot/core/core_commands.py:2654 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2662 #, docstring msgid "Sets [botname]'s nickname for the current server.\n\n" " Maximum length for a nickname is 32 characters.\n\n" @@ -1544,15 +1561,15 @@ msgid "Sets [botname]'s nickname for the current server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2649 +#: redbot/core/core_commands.py:2674 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2653 +#: redbot/core/core_commands.py:2678 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:2660 +#: redbot/core/core_commands.py:2685 #, docstring msgid "Sets [botname]'s global prefix(es).\n\n" " Warning: This is not additive. It will replace all current prefixes.\n\n" @@ -1567,20 +1584,30 @@ msgid "Sets [botname]'s global prefix(es).\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2677 +#: redbot/core/core_commands.py:2702 +msgid "Warning: A prefix is above the recommended length (20 characters).\n" +"Do you want to continue? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:2715 +msgid "Cancelled." +msgstr "已取消。" + +#: redbot/core/core_commands.py:2719 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:2721 msgid "Prefixes set." msgstr "" -#: redbot/core/core_commands.py:2685 +#: redbot/core/core_commands.py:2727 #, docstring msgid "\n" " Sets [botname]'s server prefix(es).\n\n" " Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" -" This is not additive. It will replace all current server prefixes.\n\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 20 characters.\n\n" " **Examples:**\n" " - `[p]set serverprefix !`\n" " - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" @@ -1591,19 +1618,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2702 +#: redbot/core/core_commands.py:2745 msgid "Server prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2748 +msgid "You cannot have a prefix longer than 20 characters." +msgstr "" + +#: redbot/core/core_commands.py:2753 msgid "Server prefix set." msgstr "" -#: redbot/core/core_commands.py:2709 +#: redbot/core/core_commands.py:2755 msgid "Server prefixes set." msgstr "" -#: redbot/core/core_commands.py:2714 +#: redbot/core/core_commands.py:2760 #, docstring msgid "\n" " Changes the bot's default locale.\n\n" @@ -1620,21 +1651,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2735 redbot/core/core_commands.py:2779 -#: redbot/core/core_commands.py:2818 redbot/core/core_commands.py:2862 +#: redbot/core/core_commands.py:2781 redbot/core/core_commands.py:2825 +#: redbot/core/core_commands.py:2864 redbot/core/core_commands.py:2908 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2739 redbot/core/core_commands.py:2783 -#: redbot/core/core_commands.py:2822 redbot/core/core_commands.py:2866 +#: redbot/core/core_commands.py:2785 redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2868 redbot/core/core_commands.py:2912 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:2792 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2752 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1652,15 +1683,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2774 +#: redbot/core/core_commands.py:2820 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2789 +#: redbot/core/core_commands.py:2835 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:2795 +#: redbot/core/core_commands.py:2841 #, docstring msgid "\n" " Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1675,15 +1706,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2812 +#: redbot/core/core_commands.py:2858 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2875 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2837 +#: redbot/core/core_commands.py:2883 #, docstring msgid "\n" " Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1698,15 +1729,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2855 +#: redbot/core/core_commands.py:2901 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2873 +#: redbot/core/core_commands.py:2919 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2881 +#: redbot/core/core_commands.py:2927 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1721,19 +1752,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2898 +#: redbot/core/core_commands.py:2944 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2948 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2905 +#: redbot/core/core_commands.py:2951 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2956 #, docstring msgid "\n" " Commands to set, list or remove various external API tokens.\n\n" @@ -1750,11 +1781,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2931 +#: redbot/core/core_commands.py:2977 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2935 +#: redbot/core/core_commands.py:2981 #, docstring msgid "\n" " Show all external API services along with their keys that have been set.\n\n" @@ -1764,19 +1795,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2946 +#: redbot/core/core_commands.py:2992 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2951 +#: redbot/core/core_commands.py:2997 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2961 +#: redbot/core/core_commands.py:3007 #, docstring msgid "\n" " Remove the given services with all their keys and tokens.\n\n" @@ -1787,20 +1818,20 @@ msgid "\n" " - `` - The services to remove." msgstr "" -#: redbot/core/core_commands.py:2976 +#: redbot/core/core_commands.py:3022 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2980 +#: redbot/core/core_commands.py:3026 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2985 +#: redbot/core/core_commands.py:3031 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2990 +#: redbot/core/core_commands.py:3036 #, docstring msgid "\n" " Commands to manage settings for the help command.\n\n" @@ -1808,7 +1839,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2999 +#: redbot/core/core_commands.py:3045 #, docstring msgid "\n" " Show the current help settings.\n\n" @@ -1818,11 +1849,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3013 +#: redbot/core/core_commands.py:3059 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:3023 +#: redbot/core/core_commands.py:3069 #, docstring msgid "\n" " This resets [botname]'s help formatter to the default formatter.\n\n" @@ -1831,11 +1862,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3032 +#: redbot/core/core_commands.py:3078 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:3041 +#: redbot/core/core_commands.py:3087 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1845,11 +1876,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3051 +#: redbot/core/core_commands.py:3097 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3105 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1865,15 +1896,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3079 +#: redbot/core/core_commands.py:3125 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:3081 +#: redbot/core/core_commands.py:3127 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:3085 +#: redbot/core/core_commands.py:3131 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1887,15 +1918,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3102 +#: redbot/core/core_commands.py:3148 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3104 +#: redbot/core/core_commands.py:3150 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3154 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1909,15 +1940,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3125 +#: redbot/core/core_commands.py:3171 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3127 +#: redbot/core/core_commands.py:3173 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:3131 +#: redbot/core/core_commands.py:3177 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent to a DM.\n\n" @@ -1933,15 +1964,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3152 +#: redbot/core/core_commands.py:3198 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3154 +#: redbot/core/core_commands.py:3200 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:3158 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be filtered from help.\n\n" @@ -1955,15 +1986,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3175 +#: redbot/core/core_commands.py:3221 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:3177 +#: redbot/core/core_commands.py:3223 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:3181 +#: redbot/core/core_commands.py:3227 #, docstring msgid "\n" " Sets whether the bot should respond to help commands for nonexistent topics.\n\n" @@ -1979,15 +2010,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3202 +#: redbot/core/core_commands.py:3248 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3251 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:3213 +#: redbot/core/core_commands.py:3259 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " Note: This setting only applies to embedded help.\n\n" @@ -2002,15 +2033,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3230 +#: redbot/core/core_commands.py:3276 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:3234 +#: redbot/core/core_commands.py:3280 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3238 +#: redbot/core/core_commands.py:3284 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " Note: This setting does not apply to menu help.\n\n" @@ -2026,15 +2057,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3283 +#: redbot/core/core_commands.py:3302 redbot/core/core_commands.py:3329 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:3260 +#: redbot/core/core_commands.py:3306 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:3265 +#: redbot/core/core_commands.py:3311 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -2051,19 +2082,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3332 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3337 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:3293 +#: redbot/core/core_commands.py:3339 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:3297 +#: redbot/core/core_commands.py:3343 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -2077,19 +2108,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3312 +#: redbot/core/core_commands.py:3358 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:3316 +#: redbot/core/core_commands.py:3362 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:3324 +#: redbot/core/core_commands.py:3370 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:3329 +#: redbot/core/core_commands.py:3375 #, docstring msgid "Sends a message to the owner.\n\n" " This is limited to one message every 60 seconds per person.\n\n" @@ -2100,43 +2131,43 @@ msgid "Sends a message to the owner.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3341 +#: redbot/core/core_commands.py:3387 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:3344 +#: redbot/core/core_commands.py:3390 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3392 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:3347 +#: redbot/core/core_commands.py:3393 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:3352 +#: redbot/core/core_commands.py:3398 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:3354 +#: redbot/core/core_commands.py:3400 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:3359 +#: redbot/core/core_commands.py:3405 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:3430 +#: redbot/core/core_commands.py:3476 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:3432 +#: redbot/core/core_commands.py:3478 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:3437 +#: redbot/core/core_commands.py:3483 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n\n" @@ -2149,41 +2180,41 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3453 +#: redbot/core/core_commands.py:3499 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3509 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:3464 +#: redbot/core/core_commands.py:3510 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:3478 redbot/core/core_commands.py:3488 +#: redbot/core/core_commands.py:3524 redbot/core/core_commands.py:3534 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:3481 redbot/core/core_commands.py:3491 +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3537 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:3496 +#: redbot/core/core_commands.py:3542 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:3500 +#: redbot/core/core_commands.py:3546 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:3506 +#: redbot/core/core_commands.py:3552 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:3593 +#: redbot/core/core_commands.py:3639 #, docstring msgid "\n" " Commands to manage the allowlist.\n\n" @@ -2192,7 +2223,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3604 +#: redbot/core/core_commands.py:3650 #, docstring msgid "\n" " Adds users to the allowlist.\n\n" @@ -2204,15 +2235,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3663 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3619 +#: redbot/core/core_commands.py:3665 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3623 +#: redbot/core/core_commands.py:3669 #, docstring msgid "\n" " Lists users on the allowlist.\n\n" @@ -2221,21 +2252,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3635 +#: redbot/core/core_commands.py:3681 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3637 +#: redbot/core/core_commands.py:3683 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:3641 redbot/core/core_commands.py:3739 +#: redbot/core/core_commands.py:3687 redbot/core/core_commands.py:3785 #: redbot/core/modlog.py:428 redbot/core/modlog.py:450 #: redbot/core/modlog.py:466 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/core_commands.py:3649 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Removes users from the allowlist.\n\n" @@ -2248,15 +2279,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3664 +#: redbot/core/core_commands.py:3710 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3666 +#: redbot/core/core_commands.py:3712 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:3670 +#: redbot/core/core_commands.py:3716 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2266,11 +2297,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3725 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3684 +#: redbot/core/core_commands.py:3730 #, docstring msgid "\n" " Commands to manage the blocklist.\n\n" @@ -2278,7 +2309,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3693 +#: redbot/core/core_commands.py:3739 #, docstring msgid "\n" " Adds users to the blocklist.\n\n" @@ -2290,19 +2321,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3709 +#: redbot/core/core_commands.py:3755 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3715 +#: redbot/core/core_commands.py:3761 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3717 +#: redbot/core/core_commands.py:3763 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:3721 +#: redbot/core/core_commands.py:3767 #, docstring msgid "\n" " Lists users on the blocklist.\n\n" @@ -2311,15 +2342,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3733 +#: redbot/core/core_commands.py:3779 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3735 +#: redbot/core/core_commands.py:3781 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:3747 +#: redbot/core/core_commands.py:3793 #, docstring msgid "\n" " Removes users from the blocklist.\n\n" @@ -2331,15 +2362,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3760 +#: redbot/core/core_commands.py:3806 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3762 +#: redbot/core/core_commands.py:3808 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:3766 +#: redbot/core/core_commands.py:3812 #, docstring msgid "\n" " Clears the blocklist.\n\n" @@ -2348,11 +2379,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3773 +#: redbot/core/core_commands.py:3819 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3779 +#: redbot/core/core_commands.py:3825 #, docstring msgid "\n" " Commands to manage the server specific allowlist.\n\n" @@ -2361,7 +2392,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3792 +#: redbot/core/core_commands.py:3838 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n\n" @@ -2374,19 +2405,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3811 +#: redbot/core/core_commands.py:3857 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:3820 +#: redbot/core/core_commands.py:3866 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3822 +#: redbot/core/core_commands.py:3868 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:3826 +#: redbot/core/core_commands.py:3872 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n\n" @@ -2395,19 +2426,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3838 +#: redbot/core/core_commands.py:3884 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3840 +#: redbot/core/core_commands.py:3886 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:3844 redbot/core/core_commands.py:3966 +#: redbot/core/core_commands.py:3890 redbot/core/core_commands.py:4012 msgid "Unknown or Deleted User/Role" msgstr "" -#: redbot/core/core_commands.py:3854 +#: redbot/core/core_commands.py:3900 #, docstring msgid "\n" " Removes user or role from the allowlist.\n\n" @@ -2421,19 +2452,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3875 +#: redbot/core/core_commands.py:3921 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3883 +#: redbot/core/core_commands.py:3929 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3885 +#: redbot/core/core_commands.py:3931 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3889 +#: redbot/core/core_commands.py:3935 #, docstring msgid "\n" " Clears the allowlist.\n\n" @@ -2443,11 +2474,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3898 +#: redbot/core/core_commands.py:3944 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3904 +#: redbot/core/core_commands.py:3950 #, docstring msgid "\n" " Commands to manage the server specific blocklist.\n\n" @@ -2455,7 +2486,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3915 +#: redbot/core/core_commands.py:3961 #, docstring msgid "\n" " Adds a user or role to the local blocklist.\n\n" @@ -2468,27 +2499,27 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3929 +#: redbot/core/core_commands.py:3975 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3932 +#: redbot/core/core_commands.py:3978 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3935 +#: redbot/core/core_commands.py:3981 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3942 +#: redbot/core/core_commands.py:3988 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3944 +#: redbot/core/core_commands.py:3990 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3948 +#: redbot/core/core_commands.py:3994 #, docstring msgid "\n" " Lists users and roles on the server blocklist.\n\n" @@ -2497,15 +2528,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3960 +#: redbot/core/core_commands.py:4006 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3962 +#: redbot/core/core_commands.py:4008 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3976 +#: redbot/core/core_commands.py:4022 #, docstring msgid "\n" " Removes user or role from local blocklist.\n\n" @@ -2518,15 +2549,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3992 +#: redbot/core/core_commands.py:4038 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3994 +#: redbot/core/core_commands.py:4040 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3998 +#: redbot/core/core_commands.py:4044 #, docstring msgid "\n" " Clears the server blocklist.\n\n" @@ -2536,16 +2567,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4007 +#: redbot/core/core_commands.py:4053 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:4012 +#: redbot/core/core_commands.py:4058 #, docstring msgid "Commands to enable and disable commands and cogs." msgstr "" -#: redbot/core/core_commands.py:4018 +#: redbot/core/core_commands.py:4064 #, docstring msgid "Set the default state for a cog as disabled.\n\n" " This will disable the cog for all servers by default.\n" @@ -2559,20 +2590,20 @@ msgid "Set the default state for a cog as disabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4034 redbot/core/core_commands.py:4059 -#: redbot/core/core_commands.py:4079 redbot/core/core_commands.py:4109 +#: redbot/core/core_commands.py:4080 redbot/core/core_commands.py:4105 +#: redbot/core/core_commands.py:4125 redbot/core/core_commands.py:4155 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:4036 +#: redbot/core/core_commands.py:4082 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:4038 +#: redbot/core/core_commands.py:4084 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:4043 +#: redbot/core/core_commands.py:4089 #, docstring msgid "Set the default state for a cog as enabled.\n\n" " This will re-enable the cog for all servers by default.\n" @@ -2586,11 +2617,11 @@ msgid "Set the default state for a cog as enabled.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4061 +#: redbot/core/core_commands.py:4107 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:4066 +#: redbot/core/core_commands.py:4112 #, docstring msgid "Disable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2602,19 +2633,19 @@ msgid "Disable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4081 +#: redbot/core/core_commands.py:4127 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:4083 +#: redbot/core/core_commands.py:4129 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4086 +#: redbot/core/core_commands.py:4132 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4092 +#: redbot/core/core_commands.py:4138 #, docstring msgid "Enable a cog in this server.\n\n" " Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" @@ -2626,15 +2657,15 @@ msgid "Enable a cog in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4104 +#: redbot/core/core_commands.py:4150 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:4112 +#: redbot/core/core_commands.py:4158 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:4118 +#: redbot/core/core_commands.py:4164 #, docstring msgid "List the cogs which are disabled in this server.\n\n" " **Example:**\n" @@ -2642,15 +2673,15 @@ msgid "List the cogs which are disabled in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4131 +#: redbot/core/core_commands.py:4177 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:4137 +#: redbot/core/core_commands.py:4183 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:4141 +#: redbot/core/core_commands.py:4187 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2661,7 +2692,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4158 +#: redbot/core/core_commands.py:4204 #, docstring msgid "List disabled commands globally.\n\n" " **Example:**\n" @@ -2669,19 +2700,19 @@ msgid "List disabled commands globally.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4165 +#: redbot/core/core_commands.py:4211 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:4168 +#: redbot/core/core_commands.py:4214 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4172 +#: redbot/core/core_commands.py:4218 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:4180 +#: redbot/core/core_commands.py:4226 #, docstring msgid "List disabled commands in this server.\n\n" " **Example:**\n" @@ -2689,19 +2720,19 @@ msgid "List disabled commands in this server.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4187 +#: redbot/core/core_commands.py:4233 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:4190 +#: redbot/core/core_commands.py:4236 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4194 +#: redbot/core/core_commands.py:4240 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:4201 +#: redbot/core/core_commands.py:4247 #, docstring msgid "\n" " Disable a command.\n\n" @@ -2715,7 +2746,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4223 +#: redbot/core/core_commands.py:4269 #, docstring msgid "\n" " Disable a command globally.\n\n" @@ -2727,19 +2758,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4242 redbot/core/core_commands.py:4285 +#: redbot/core/core_commands.py:4288 redbot/core/core_commands.py:4331 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:4248 redbot/core/core_commands.py:4291 +#: redbot/core/core_commands.py:4294 redbot/core/core_commands.py:4337 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:4257 +#: redbot/core/core_commands.py:4303 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:4266 +#: redbot/core/core_commands.py:4312 #, docstring msgid "\n" " Disable a command in this server only.\n\n" @@ -2751,15 +2782,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4296 +#: redbot/core/core_commands.py:4342 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:4306 +#: redbot/core/core_commands.py:4352 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:4312 +#: redbot/core/core_commands.py:4358 #, docstring msgid "Enable a command.\n\n" " If you're the bot owner, this will try to enable a globally disabled command by default.\n" @@ -2772,7 +2803,7 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4332 +#: redbot/core/core_commands.py:4378 #, docstring msgid "\n" " Enable a command globally.\n\n" @@ -2784,11 +2815,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4354 +#: redbot/core/core_commands.py:4400 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:4363 +#: redbot/core/core_commands.py:4409 #, docstring msgid "\n" " Enable a command in this server.\n\n" @@ -2800,15 +2831,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4381 +#: redbot/core/core_commands.py:4427 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4437 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:4398 +#: redbot/core/core_commands.py:4444 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2822,7 +2853,7 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:4419 +#: redbot/core/core_commands.py:4465 #, docstring msgid "\n" " Commands to manage server settings for immunity from automated actions.\n\n" @@ -2830,7 +2861,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4428 +#: redbot/core/core_commands.py:4474 #, docstring msgid "\n" " Gets the current members and roles configured for automatic moderation action immunity.\n\n" @@ -2839,19 +2870,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4441 +#: redbot/core/core_commands.py:4487 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4446 +#: redbot/core/core_commands.py:4492 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:4450 +#: redbot/core/core_commands.py:4496 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:4459 +#: redbot/core/core_commands.py:4505 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n\n" @@ -2863,11 +2894,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4471 +#: redbot/core/core_commands.py:4517 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:4479 +#: redbot/core/core_commands.py:4525 #, docstring msgid "\n" " Remove a user or role from being immune to automated moderation actions.\n\n" @@ -2879,11 +2910,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4491 +#: redbot/core/core_commands.py:4537 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:4499 +#: redbot/core/core_commands.py:4545 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n\n" @@ -2895,15 +2926,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4511 +#: redbot/core/core_commands.py:4557 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:4513 +#: redbot/core/core_commands.py:4559 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:4518 +#: redbot/core/core_commands.py:4564 #, docstring msgid "\n" " Commands for configuring owner notifications.\n\n" @@ -2911,7 +2942,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4527 +#: redbot/core/core_commands.py:4573 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2923,7 +2954,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4546 +#: redbot/core/core_commands.py:4592 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n\n" @@ -2934,7 +2965,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4565 +#: redbot/core/core_commands.py:4611 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n\n" @@ -2946,7 +2977,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4591 +#: redbot/core/core_commands.py:4637 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n\n" @@ -2958,7 +2989,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4615 +#: redbot/core/core_commands.py:4661 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n\n" @@ -2967,15 +2998,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4625 +#: redbot/core/core_commands.py:4671 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:4636 +#: redbot/core/core_commands.py:4682 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:4667 +#: redbot/core/core_commands.py:4713 #, docstring msgid "\n" " Commands to add servers or channels to the ignore list.\n\n" @@ -2984,7 +3015,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4677 +#: redbot/core/core_commands.py:4723 #, docstring msgid "\n" " List the currently ignored servers and channels.\n\n" @@ -2993,7 +3024,7 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4692 +#: redbot/core/core_commands.py:4738 #, docstring msgid "\n" " Ignore commands in the channel or category.\n\n" @@ -3009,15 +3040,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4712 +#: redbot/core/core_commands.py:4758 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:4714 +#: redbot/core/core_commands.py:4760 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:4719 +#: redbot/core/core_commands.py:4765 #, docstring msgid "\n" " Ignore commands in this server.\n\n" @@ -3027,20 +3058,20 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4730 +#: redbot/core/core_commands.py:4776 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:4732 +#: redbot/core/core_commands.py:4778 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:4738 +#: redbot/core/core_commands.py:4784 #, docstring msgid "Commands to remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4746 +#: redbot/core/core_commands.py:4792 #, docstring msgid "\n" " Remove a channel or category from the ignore list.\n\n" @@ -3055,15 +3086,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4765 +#: redbot/core/core_commands.py:4811 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:4767 +#: redbot/core/core_commands.py:4813 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4772 +#: redbot/core/core_commands.py:4818 #, docstring msgid "\n" " Remove this server from the ignore list.\n\n" @@ -3072,24 +3103,24 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:4781 +#: redbot/core/core_commands.py:4827 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:4783 +#: redbot/core/core_commands.py:4829 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:4789 +#: redbot/core/core_commands.py:4835 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:4801 +#: redbot/core/core_commands.py:4847 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:4816 +#: redbot/core/core_commands.py:4862 #, docstring msgid "\n" " Get info about Red's licenses.\n" @@ -3122,7 +3153,7 @@ msgid "Evaluate a statement of python code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:166 +#: redbot/core/dev_commands.py:167 #, docstring msgid "Execute asynchronous code.\n\n" " This command wraps code into the body of an async function and then\n" @@ -3142,7 +3173,7 @@ msgid "Execute asynchronous code.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:220 +#: redbot/core/dev_commands.py:221 #, docstring msgid "Open an interactive REPL.\n\n" " The REPL will only recognise code as messages which start with a\n" @@ -3151,51 +3182,51 @@ msgid "Open an interactive REPL.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:229 +#: redbot/core/dev_commands.py:230 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "" -#: redbot/core/dev_commands.py:233 +#: redbot/core/dev_commands.py:234 msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." msgstr "" -#: redbot/core/dev_commands.py:244 +#: redbot/core/dev_commands.py:245 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." msgstr "" -#: redbot/core/dev_commands.py:258 +#: redbot/core/dev_commands.py:259 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:309 +#: redbot/core/dev_commands.py:310 msgid "Unexpected error: `{}`" msgstr "" -#: redbot/core/dev_commands.py:313 +#: redbot/core/dev_commands.py:314 #, docstring msgid "Pauses/resumes the REPL running in the current channel" msgstr "" -#: redbot/core/dev_commands.py:315 +#: redbot/core/dev_commands.py:316 msgid "There is no currently running REPL session in this channel." msgstr "" -#: redbot/core/dev_commands.py:323 +#: redbot/core/dev_commands.py:324 msgid "The REPL session in this channel has been resumed." msgstr "" -#: redbot/core/dev_commands.py:325 +#: redbot/core/dev_commands.py:326 msgid "The REPL session in this channel is now paused." msgstr "" -#: redbot/core/dev_commands.py:330 +#: redbot/core/dev_commands.py:331 #, docstring msgid "Mock another user invoking a command.\n\n" " The prefix must not be entered.\n" " " msgstr "" -#: redbot/core/dev_commands.py:343 +#: redbot/core/dev_commands.py:344 #, docstring msgid "Dispatch a message event as if it were sent by a different user.\n\n" " Only reads the raw content of the message. Attachments, embeds etc. are\n" @@ -3203,17 +3234,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n" " " msgstr "" -#: redbot/core/dev_commands.py:364 +#: redbot/core/dev_commands.py:365 #, docstring msgid "Give bot owners the ability to bypass cooldowns.\n\n" " Does not persist through restarts." msgstr "" -#: redbot/core/dev_commands.py:372 +#: redbot/core/dev_commands.py:373 msgid "Bot owners will now bypass all commands with cooldowns." msgstr "" -#: redbot/core/dev_commands.py:374 +#: redbot/core/dev_commands.py:375 msgid "Bot owners will no longer bypass all commands with cooldowns." msgstr "" diff --git a/redbot/core/utils/locales/ca-ES.po b/redbot/core/utils/locales/ca-ES.po index 698ceb53b..3fcc0d1a0 100644 --- a/redbot/core/utils/locales/ca-ES.po +++ b/redbot/core/utils/locales/ca-ES.po @@ -17,49 +17,49 @@ msgstr "" #: redbot/core/utils/chat_formatting.py:522 msgid "year" -msgstr "" +msgstr "any" #: redbot/core/utils/chat_formatting.py:522 msgid "years" -msgstr "" +msgstr "anys" #: redbot/core/utils/chat_formatting.py:523 msgid "month" -msgstr "" +msgstr "mes" #: redbot/core/utils/chat_formatting.py:523 msgid "months" -msgstr "" +msgstr "mesos" #: redbot/core/utils/chat_formatting.py:524 msgid "day" -msgstr "" +msgstr "dia" #: redbot/core/utils/chat_formatting.py:524 msgid "days" -msgstr "" +msgstr "dies" #: redbot/core/utils/chat_formatting.py:525 msgid "hour" -msgstr "" +msgstr "hora" #: redbot/core/utils/chat_formatting.py:525 msgid "hours" -msgstr "" +msgstr "hores" #: redbot/core/utils/chat_formatting.py:526 msgid "minute" -msgstr "" +msgstr "minut" #: redbot/core/utils/chat_formatting.py:526 msgid "minutes" -msgstr "" +msgstr "minuts" #: redbot/core/utils/chat_formatting.py:527 msgid "second" -msgstr "" +msgstr "segon" #: redbot/core/utils/chat_formatting.py:527 msgid "seconds" -msgstr "" +msgstr "segons" diff --git a/redbot/core/utils/locales/it-IT.po b/redbot/core/utils/locales/it-IT.po index 695d00d08..9ec257a2a 100644 --- a/redbot/core/utils/locales/it-IT.po +++ b/redbot/core/utils/locales/it-IT.po @@ -57,7 +57,7 @@ msgstr "minuti" #: redbot/core/utils/chat_formatting.py:527 msgid "second" -msgstr "secondi" +msgstr "secondo" #: redbot/core/utils/chat_formatting.py:527 msgid "seconds"