Automated Crowdin downstream (#6318)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-03-22 01:56:41 +01:00
committed by GitHub
parent 24cc3115fe
commit de1141af98
487 changed files with 53043 additions and 50651 deletions

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
"POT-Creation-Date: 2023-08-10 05:03+0000\n"
"Last-Translator: \n"
"Language-Team: Spanish\n"
"MIME-Version: 1.0\n"
@@ -102,19 +102,19 @@ msgstr "\n"
" - `<query>` La consulta a buscar. Puede ser varias palabras.\n"
" "
#: redbot/cogs/customcom/customcom.py:337
#: redbot/cogs/customcom/customcom.py:339
msgid "No close matches were found."
msgstr "No se encontraron coincidencias cercanas."
#: redbot/cogs/customcom/customcom.py:342
#: redbot/cogs/customcom/customcom.py:344
msgid "Search results"
msgstr "Resultados de la búsqueda"
#: redbot/cogs/customcom/customcom.py:347
#: redbot/cogs/customcom/customcom.py:349
msgid "The following matches have been found:"
msgstr "Se han encontrado las siguientes coincidencias:"
#: redbot/cogs/customcom/customcom.py:352
#: redbot/cogs/customcom/customcom.py:354
#, docstring
msgid "Create custom commands.\n\n"
" If a type is not specified, a simple CC will be created.\n"
@@ -127,7 +127,7 @@ msgstr "Crear comandos personalizados.\n\n"
" [here](https://docs. iscord.red/es/stable/cog_customcom.html).\n"
" "
#: redbot/cogs/customcom/customcom.py:363
#: redbot/cogs/customcom/customcom.py:365
#, docstring
msgid "Create a CC where it will randomly choose a response!\n\n"
" Note: This command is interactive.\n\n"
@@ -140,39 +140,39 @@ msgstr "¡Crea un CC donde elegirá aleatoriamente una respuesta!\n\n"
" - `<command>` El comando ejecutado para devolver el texto. Transmitir a minúsculas\n"
" "
#: redbot/cogs/customcom/customcom.py:373
#: redbot/cogs/customcom/customcom.py:414
#: redbot/cogs/customcom/customcom.py:375
#: redbot/cogs/customcom/customcom.py:416
msgid "Custom command names cannot have spaces in them."
msgstr "Los nombres de comandos personalizados no pueden tener espacios en ellos."
#: redbot/cogs/customcom/customcom.py:376
#: redbot/cogs/customcom/customcom.py:417
#: redbot/cogs/customcom/customcom.py:378
#: redbot/cogs/customcom/customcom.py:419
msgid "There already exists a bot command with the same name."
msgstr "Ya existe un comando de bot con el mismo nombre."
#: redbot/cogs/customcom/customcom.py:380
#: redbot/cogs/customcom/customcom.py:382
msgid "Custom command process cancelled."
msgstr "Proceso de comandos personalizado cancelado."
#: redbot/cogs/customcom/customcom.py:384
#: redbot/cogs/customcom/customcom.py:421
#: redbot/cogs/customcom/customcom.py:386
#: redbot/cogs/customcom/customcom.py:423
msgid "Custom command successfully added."
msgstr "Comando personalizado añadido satifactoriamente."
#: redbot/cogs/customcom/customcom.py:387
#: redbot/cogs/customcom/customcom.py:424
#: redbot/cogs/customcom/customcom.py:389
#: redbot/cogs/customcom/customcom.py:426
msgid "This command already exists. Use `{command}` to edit it."
msgstr "Este comando ya existe. Use `{command}` para editarlo."
#: redbot/cogs/customcom/customcom.py:393
#: redbot/cogs/customcom/customcom.py:432
#: redbot/cogs/customcom/customcom.py:535
#: redbot/cogs/customcom/customcom.py:395
#: redbot/cogs/customcom/customcom.py:434
#: redbot/cogs/customcom/customcom.py:537
msgid "The text response you're trying to create has more than 2000 characters.\n"
"I cannot send messages that are longer than 2000 characters."
msgstr "La respuesta de texto que estás intentando crear tiene más de 2000 caracteres.\n"
"No puedo enviar mensajes de más de 2000 caracteres."
#: redbot/cogs/customcom/customcom.py:402
#: redbot/cogs/customcom/customcom.py:404
#, docstring
msgid "Add a simple custom command.\n\n"
" Example:\n"
@@ -183,7 +183,7 @@ msgid "Add a simple custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:443
#: redbot/cogs/customcom/customcom.py:445
#, docstring
msgid "Set, edit, or view the cooldown for a custom command.\n\n"
" You may set cooldowns per member, channel, or guild. Multiple\n"
@@ -200,33 +200,33 @@ msgid "Set, edit, or view the cooldown for a custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:464
#: redbot/cogs/customcom/customcom.py:505
#: redbot/cogs/customcom/customcom.py:466
#: redbot/cogs/customcom/customcom.py:507
msgid "That command doesn't exist."
msgstr "Este comando no existe."
#: redbot/cogs/customcom/customcom.py:469
#: redbot/cogs/customcom/customcom.py:471
msgid "A {} may call this command every {} seconds"
msgstr "{} puede llamar a este comando cada {} segundos"
#: redbot/cogs/customcom/customcom.py:473
#: redbot/cogs/customcom/customcom.py:475
msgid "This command has no cooldown."
msgstr "Este comando no tiene tiempo de reutilización."
#: redbot/cogs/customcom/customcom.py:477
#: redbot/cogs/customcom/customcom.py:479
msgid "{} must be one of {}"
msgstr "{} debe ser uno de {}"
#: redbot/cogs/customcom/customcom.py:481
#: redbot/cogs/customcom/customcom.py:483
msgid "Custom command cooldown successfully edited."
msgstr "El tiempo de reutilización del comando personalizado se ha editado correctamente."
#: redbot/cogs/customcom/customcom.py:484
#: redbot/cogs/customcom/customcom.py:525
#: redbot/cogs/customcom/customcom.py:486
#: redbot/cogs/customcom/customcom.py:527
msgid "That command doesn't exist. Use `{command}` to add it."
msgstr "Ese comando no existe. Use `{command}` para agregarlo."
#: redbot/cogs/customcom/customcom.py:492
#: redbot/cogs/customcom/customcom.py:494
#, docstring
msgid "Delete a custom command.\n\n"
" Example:\n"
@@ -236,11 +236,11 @@ msgid "Delete a custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:503
#: redbot/cogs/customcom/customcom.py:505
msgid "Custom command successfully deleted."
msgstr "Comando personalizado eliminado satifactoriamente."
#: redbot/cogs/customcom/customcom.py:510
#: redbot/cogs/customcom/customcom.py:512
#, docstring
msgid "Edit a custom command.\n\n"
" Example:\n"
@@ -251,11 +251,11 @@ msgid "Edit a custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:522
#: redbot/cogs/customcom/customcom.py:524
msgid "Custom command successfully edited."
msgstr "Comando personalizado editado con éxito."
#: redbot/cogs/customcom/customcom.py:544
#: redbot/cogs/customcom/customcom.py:546
#, docstring
msgid "List all available custom commands.\n\n"
" The list displays a preview of each command's response, with\n"
@@ -266,19 +266,19 @@ msgstr "Listar todos los comandos personalizados disponibles.\n\n"
" markdown escapado y nuevas líneas sustituidas por espacios.\n"
" "
#: redbot/cogs/customcom/customcom.py:553
#: redbot/cogs/customcom/customcom.py:555
msgid "There are no custom commands in this server. Use `{command}` to start adding some."
msgstr "No hay comandos personalizados en este servidor. Use `{command}` para comenzar a agregar algunos."
#: redbot/cogs/customcom/customcom.py:569
#: redbot/cogs/customcom/customcom.py:571
msgid "Custom Command List"
msgstr "Lista de comandos personalizados"
#: redbot/cogs/customcom/customcom.py:573
#: redbot/cogs/customcom/customcom.py:575
msgid "Page {num}/{total}"
msgstr "Página {num}/{total}"
#: redbot/cogs/customcom/customcom.py:583
#: redbot/cogs/customcom/customcom.py:585
#, docstring
msgid "Shows a custom command's responses and its settings.\n\n"
" **Arguments:**\n\n"
@@ -289,23 +289,23 @@ msgstr "Muestra las respuestas de un comando personalizado y sus ajustes.\n\n"
" - `<command_name>` El comando personalizado a mostrar.\n"
" "
#: redbot/cogs/customcom/customcom.py:593
#: redbot/cogs/customcom/customcom.py:595
msgid "I could not not find that custom command."
msgstr "No he podido encontrar ese comando personalizado."
#: redbot/cogs/customcom/customcom.py:604
#: redbot/cogs/customcom/customcom.py:606
msgid "Deleted User"
msgstr "Usuario eliminado"
#: redbot/cogs/customcom/customcom.py:610
#: redbot/cogs/customcom/customcom.py:612
msgid "Random"
msgstr "Aleatorio"
#: redbot/cogs/customcom/customcom.py:610
#: redbot/cogs/customcom/customcom.py:612
msgid "Normal"
msgstr "Normal"
#: redbot/cogs/customcom/customcom.py:612
#: redbot/cogs/customcom/customcom.py:614
msgid "Command: {command_name}\n"
"Author: {author}\n"
"Created: {created_at}\n"
@@ -315,27 +315,27 @@ msgstr "Comando: {command_name}\n"
"Creado: {created_at}\n"
"Tipo: {type}\n"
#: redbot/cogs/customcom/customcom.py:624
#: redbot/cogs/customcom/customcom.py:626
msgid "Cooldowns:\n"
msgstr "Enfriamientos:\n"
#: redbot/cogs/customcom/customcom.py:626
#: redbot/cogs/customcom/customcom.py:628
msgid "{num} seconds per {period}\n"
msgstr "{num} segundos por {period}\n"
#: redbot/cogs/customcom/customcom.py:629
#: redbot/cogs/customcom/customcom.py:631
msgid "Responses:\n"
msgstr "Respuestas:\n"
#: redbot/cogs/customcom/customcom.py:729
#: redbot/cogs/customcom/customcom.py:731
msgid "Too many arguments!"
msgstr "¡Demasiados argumentos!"
#: redbot/cogs/customcom/customcom.py:733
#: redbot/cogs/customcom/customcom.py:735
msgid "Arguments must be sequential. Missing arguments: "
msgstr "Los argumentos deben ser secuenciales. Faltan argumentos: "
#: redbot/cogs/customcom/customcom.py:759
#: redbot/cogs/customcom/customcom.py:761
msgid "Conflicting colon notation for argument {index}: \"{name1}\" and \"{name2}\"."
msgstr "Conflicto de notación de dos puntos para el argumento {index}: \"{name1}\" y \"{name2}\"."

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
"POT-Creation-Date: 2023-08-10 05:03+0000\n"
"Last-Translator: \n"
"Language-Team: Hindi\n"
"MIME-Version: 1.0\n"
@@ -87,19 +87,19 @@ msgid "\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:337
#: redbot/cogs/customcom/customcom.py:339
msgid "No close matches were found."
msgstr ""
#: redbot/cogs/customcom/customcom.py:342
#: redbot/cogs/customcom/customcom.py:344
msgid "Search results"
msgstr ""
#: redbot/cogs/customcom/customcom.py:347
#: redbot/cogs/customcom/customcom.py:349
msgid "The following matches have been found:"
msgstr ""
#: redbot/cogs/customcom/customcom.py:352
#: redbot/cogs/customcom/customcom.py:354
#, docstring
msgid "Create custom commands.\n\n"
" If a type is not specified, a simple CC will be created.\n"
@@ -108,7 +108,7 @@ msgid "Create custom commands.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:363
#: redbot/cogs/customcom/customcom.py:365
#, docstring
msgid "Create a CC where it will randomly choose a response!\n\n"
" Note: This command is interactive.\n\n"
@@ -117,38 +117,38 @@ msgid "Create a CC where it will randomly choose a response!\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:373
#: redbot/cogs/customcom/customcom.py:414
#: redbot/cogs/customcom/customcom.py:375
#: redbot/cogs/customcom/customcom.py:416
msgid "Custom command names cannot have spaces in them."
msgstr ""
#: redbot/cogs/customcom/customcom.py:376
#: redbot/cogs/customcom/customcom.py:417
#: redbot/cogs/customcom/customcom.py:378
#: redbot/cogs/customcom/customcom.py:419
msgid "There already exists a bot command with the same name."
msgstr ""
#: redbot/cogs/customcom/customcom.py:380
#: redbot/cogs/customcom/customcom.py:382
msgid "Custom command process cancelled."
msgstr ""
#: redbot/cogs/customcom/customcom.py:384
#: redbot/cogs/customcom/customcom.py:421
#: redbot/cogs/customcom/customcom.py:386
#: redbot/cogs/customcom/customcom.py:423
msgid "Custom command successfully added."
msgstr ""
#: redbot/cogs/customcom/customcom.py:387
#: redbot/cogs/customcom/customcom.py:424
#: redbot/cogs/customcom/customcom.py:389
#: redbot/cogs/customcom/customcom.py:426
msgid "This command already exists. Use `{command}` to edit it."
msgstr ""
#: redbot/cogs/customcom/customcom.py:393
#: redbot/cogs/customcom/customcom.py:432
#: redbot/cogs/customcom/customcom.py:535
#: redbot/cogs/customcom/customcom.py:395
#: redbot/cogs/customcom/customcom.py:434
#: redbot/cogs/customcom/customcom.py:537
msgid "The text response you're trying to create has more than 2000 characters.\n"
"I cannot send messages that are longer than 2000 characters."
msgstr ""
#: redbot/cogs/customcom/customcom.py:402
#: redbot/cogs/customcom/customcom.py:404
#, docstring
msgid "Add a simple custom command.\n\n"
" Example:\n"
@@ -159,7 +159,7 @@ msgid "Add a simple custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:443
#: redbot/cogs/customcom/customcom.py:445
#, docstring
msgid "Set, edit, or view the cooldown for a custom command.\n\n"
" You may set cooldowns per member, channel, or guild. Multiple\n"
@@ -176,33 +176,33 @@ msgid "Set, edit, or view the cooldown for a custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:464
#: redbot/cogs/customcom/customcom.py:505
#: redbot/cogs/customcom/customcom.py:466
#: redbot/cogs/customcom/customcom.py:507
msgid "That command doesn't exist."
msgstr ""
#: redbot/cogs/customcom/customcom.py:469
#: redbot/cogs/customcom/customcom.py:471
msgid "A {} may call this command every {} seconds"
msgstr ""
#: redbot/cogs/customcom/customcom.py:473
#: redbot/cogs/customcom/customcom.py:475
msgid "This command has no cooldown."
msgstr ""
#: redbot/cogs/customcom/customcom.py:477
#: redbot/cogs/customcom/customcom.py:479
msgid "{} must be one of {}"
msgstr ""
#: redbot/cogs/customcom/customcom.py:481
#: redbot/cogs/customcom/customcom.py:483
msgid "Custom command cooldown successfully edited."
msgstr ""
#: redbot/cogs/customcom/customcom.py:484
#: redbot/cogs/customcom/customcom.py:525
#: redbot/cogs/customcom/customcom.py:486
#: redbot/cogs/customcom/customcom.py:527
msgid "That command doesn't exist. Use `{command}` to add it."
msgstr ""
#: redbot/cogs/customcom/customcom.py:492
#: redbot/cogs/customcom/customcom.py:494
#, docstring
msgid "Delete a custom command.\n\n"
" Example:\n"
@@ -212,11 +212,11 @@ msgid "Delete a custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:503
#: redbot/cogs/customcom/customcom.py:505
msgid "Custom command successfully deleted."
msgstr ""
#: redbot/cogs/customcom/customcom.py:510
#: redbot/cogs/customcom/customcom.py:512
#, docstring
msgid "Edit a custom command.\n\n"
" Example:\n"
@@ -227,11 +227,11 @@ msgid "Edit a custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:522
#: redbot/cogs/customcom/customcom.py:524
msgid "Custom command successfully edited."
msgstr ""
#: redbot/cogs/customcom/customcom.py:544
#: redbot/cogs/customcom/customcom.py:546
#, docstring
msgid "List all available custom commands.\n\n"
" The list displays a preview of each command's response, with\n"
@@ -239,19 +239,19 @@ msgid "List all available custom commands.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:553
#: redbot/cogs/customcom/customcom.py:555
msgid "There are no custom commands in this server. Use `{command}` to start adding some."
msgstr ""
#: redbot/cogs/customcom/customcom.py:569
#: redbot/cogs/customcom/customcom.py:571
msgid "Custom Command List"
msgstr ""
#: redbot/cogs/customcom/customcom.py:573
#: redbot/cogs/customcom/customcom.py:575
msgid "Page {num}/{total}"
msgstr ""
#: redbot/cogs/customcom/customcom.py:583
#: redbot/cogs/customcom/customcom.py:585
#, docstring
msgid "Shows a custom command's responses and its settings.\n\n"
" **Arguments:**\n\n"
@@ -259,50 +259,50 @@ msgid "Shows a custom command's responses and its settings.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:593
#: redbot/cogs/customcom/customcom.py:595
msgid "I could not not find that custom command."
msgstr ""
#: redbot/cogs/customcom/customcom.py:604
#: redbot/cogs/customcom/customcom.py:606
msgid "Deleted User"
msgstr ""
#: redbot/cogs/customcom/customcom.py:610
#: redbot/cogs/customcom/customcom.py:612
msgid "Random"
msgstr ""
#: redbot/cogs/customcom/customcom.py:610
#: redbot/cogs/customcom/customcom.py:612
msgid "Normal"
msgstr ""
#: redbot/cogs/customcom/customcom.py:612
#: redbot/cogs/customcom/customcom.py:614
msgid "Command: {command_name}\n"
"Author: {author}\n"
"Created: {created_at}\n"
"Type: {type}\n"
msgstr ""
#: redbot/cogs/customcom/customcom.py:624
#: redbot/cogs/customcom/customcom.py:626
msgid "Cooldowns:\n"
msgstr ""
#: redbot/cogs/customcom/customcom.py:626
#: redbot/cogs/customcom/customcom.py:628
msgid "{num} seconds per {period}\n"
msgstr ""
#: redbot/cogs/customcom/customcom.py:629
#: redbot/cogs/customcom/customcom.py:631
msgid "Responses:\n"
msgstr ""
#: redbot/cogs/customcom/customcom.py:729
#: redbot/cogs/customcom/customcom.py:731
msgid "Too many arguments!"
msgstr ""
#: redbot/cogs/customcom/customcom.py:733
#: redbot/cogs/customcom/customcom.py:735
msgid "Arguments must be sequential. Missing arguments: "
msgstr ""
#: redbot/cogs/customcom/customcom.py:759
#: redbot/cogs/customcom/customcom.py:761
msgid "Conflicting colon notation for argument {index}: \"{name1}\" and \"{name2}\"."
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
"POT-Creation-Date: 2023-08-10 05:03+0000\n"
"Last-Translator: \n"
"Language-Team: Hungarian\n"
"MIME-Version: 1.0\n"
@@ -87,19 +87,19 @@ msgid "\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:337
#: redbot/cogs/customcom/customcom.py:339
msgid "No close matches were found."
msgstr ""
#: redbot/cogs/customcom/customcom.py:342
#: redbot/cogs/customcom/customcom.py:344
msgid "Search results"
msgstr "Keresési találatok"
#: redbot/cogs/customcom/customcom.py:347
#: redbot/cogs/customcom/customcom.py:349
msgid "The following matches have been found:"
msgstr ""
#: redbot/cogs/customcom/customcom.py:352
#: redbot/cogs/customcom/customcom.py:354
#, docstring
msgid "Create custom commands.\n\n"
" If a type is not specified, a simple CC will be created.\n"
@@ -108,7 +108,7 @@ msgid "Create custom commands.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:363
#: redbot/cogs/customcom/customcom.py:365
#, docstring
msgid "Create a CC where it will randomly choose a response!\n\n"
" Note: This command is interactive.\n\n"
@@ -117,38 +117,38 @@ msgid "Create a CC where it will randomly choose a response!\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:373
#: redbot/cogs/customcom/customcom.py:414
#: redbot/cogs/customcom/customcom.py:375
#: redbot/cogs/customcom/customcom.py:416
msgid "Custom command names cannot have spaces in them."
msgstr ""
#: redbot/cogs/customcom/customcom.py:376
#: redbot/cogs/customcom/customcom.py:417
#: redbot/cogs/customcom/customcom.py:378
#: redbot/cogs/customcom/customcom.py:419
msgid "There already exists a bot command with the same name."
msgstr ""
#: redbot/cogs/customcom/customcom.py:380
#: redbot/cogs/customcom/customcom.py:382
msgid "Custom command process cancelled."
msgstr ""
#: redbot/cogs/customcom/customcom.py:384
#: redbot/cogs/customcom/customcom.py:421
#: redbot/cogs/customcom/customcom.py:386
#: redbot/cogs/customcom/customcom.py:423
msgid "Custom command successfully added."
msgstr ""
#: redbot/cogs/customcom/customcom.py:387
#: redbot/cogs/customcom/customcom.py:424
#: redbot/cogs/customcom/customcom.py:389
#: redbot/cogs/customcom/customcom.py:426
msgid "This command already exists. Use `{command}` to edit it."
msgstr ""
#: redbot/cogs/customcom/customcom.py:393
#: redbot/cogs/customcom/customcom.py:432
#: redbot/cogs/customcom/customcom.py:535
#: redbot/cogs/customcom/customcom.py:395
#: redbot/cogs/customcom/customcom.py:434
#: redbot/cogs/customcom/customcom.py:537
msgid "The text response you're trying to create has more than 2000 characters.\n"
"I cannot send messages that are longer than 2000 characters."
msgstr ""
#: redbot/cogs/customcom/customcom.py:402
#: redbot/cogs/customcom/customcom.py:404
#, docstring
msgid "Add a simple custom command.\n\n"
" Example:\n"
@@ -159,7 +159,7 @@ msgid "Add a simple custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:443
#: redbot/cogs/customcom/customcom.py:445
#, docstring
msgid "Set, edit, or view the cooldown for a custom command.\n\n"
" You may set cooldowns per member, channel, or guild. Multiple\n"
@@ -176,33 +176,33 @@ msgid "Set, edit, or view the cooldown for a custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:464
#: redbot/cogs/customcom/customcom.py:505
#: redbot/cogs/customcom/customcom.py:466
#: redbot/cogs/customcom/customcom.py:507
msgid "That command doesn't exist."
msgstr ""
#: redbot/cogs/customcom/customcom.py:469
#: redbot/cogs/customcom/customcom.py:471
msgid "A {} may call this command every {} seconds"
msgstr ""
#: redbot/cogs/customcom/customcom.py:473
#: redbot/cogs/customcom/customcom.py:475
msgid "This command has no cooldown."
msgstr ""
#: redbot/cogs/customcom/customcom.py:477
#: redbot/cogs/customcom/customcom.py:479
msgid "{} must be one of {}"
msgstr ""
#: redbot/cogs/customcom/customcom.py:481
#: redbot/cogs/customcom/customcom.py:483
msgid "Custom command cooldown successfully edited."
msgstr ""
#: redbot/cogs/customcom/customcom.py:484
#: redbot/cogs/customcom/customcom.py:525
#: redbot/cogs/customcom/customcom.py:486
#: redbot/cogs/customcom/customcom.py:527
msgid "That command doesn't exist. Use `{command}` to add it."
msgstr ""
#: redbot/cogs/customcom/customcom.py:492
#: redbot/cogs/customcom/customcom.py:494
#, docstring
msgid "Delete a custom command.\n\n"
" Example:\n"
@@ -212,11 +212,11 @@ msgid "Delete a custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:503
#: redbot/cogs/customcom/customcom.py:505
msgid "Custom command successfully deleted."
msgstr ""
#: redbot/cogs/customcom/customcom.py:510
#: redbot/cogs/customcom/customcom.py:512
#, docstring
msgid "Edit a custom command.\n\n"
" Example:\n"
@@ -227,11 +227,11 @@ msgid "Edit a custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:522
#: redbot/cogs/customcom/customcom.py:524
msgid "Custom command successfully edited."
msgstr ""
#: redbot/cogs/customcom/customcom.py:544
#: redbot/cogs/customcom/customcom.py:546
#, docstring
msgid "List all available custom commands.\n\n"
" The list displays a preview of each command's response, with\n"
@@ -239,19 +239,19 @@ msgid "List all available custom commands.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:553
#: redbot/cogs/customcom/customcom.py:555
msgid "There are no custom commands in this server. Use `{command}` to start adding some."
msgstr ""
#: redbot/cogs/customcom/customcom.py:569
#: redbot/cogs/customcom/customcom.py:571
msgid "Custom Command List"
msgstr ""
#: redbot/cogs/customcom/customcom.py:573
#: redbot/cogs/customcom/customcom.py:575
msgid "Page {num}/{total}"
msgstr ""
#: redbot/cogs/customcom/customcom.py:583
#: redbot/cogs/customcom/customcom.py:585
#, docstring
msgid "Shows a custom command's responses and its settings.\n\n"
" **Arguments:**\n\n"
@@ -259,50 +259,50 @@ msgid "Shows a custom command's responses and its settings.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:593
#: redbot/cogs/customcom/customcom.py:595
msgid "I could not not find that custom command."
msgstr ""
#: redbot/cogs/customcom/customcom.py:604
#: redbot/cogs/customcom/customcom.py:606
msgid "Deleted User"
msgstr "Törölt felhasználó"
#: redbot/cogs/customcom/customcom.py:610
#: redbot/cogs/customcom/customcom.py:612
msgid "Random"
msgstr "Véletlenszerű"
#: redbot/cogs/customcom/customcom.py:610
#: redbot/cogs/customcom/customcom.py:612
msgid "Normal"
msgstr ""
#: redbot/cogs/customcom/customcom.py:612
#: redbot/cogs/customcom/customcom.py:614
msgid "Command: {command_name}\n"
"Author: {author}\n"
"Created: {created_at}\n"
"Type: {type}\n"
msgstr ""
#: redbot/cogs/customcom/customcom.py:624
#: redbot/cogs/customcom/customcom.py:626
msgid "Cooldowns:\n"
msgstr ""
#: redbot/cogs/customcom/customcom.py:626
#: redbot/cogs/customcom/customcom.py:628
msgid "{num} seconds per {period}\n"
msgstr ""
#: redbot/cogs/customcom/customcom.py:629
#: redbot/cogs/customcom/customcom.py:631
msgid "Responses:\n"
msgstr ""
#: redbot/cogs/customcom/customcom.py:729
#: redbot/cogs/customcom/customcom.py:731
msgid "Too many arguments!"
msgstr ""
#: redbot/cogs/customcom/customcom.py:733
#: redbot/cogs/customcom/customcom.py:735
msgid "Arguments must be sequential. Missing arguments: "
msgstr ""
#: redbot/cogs/customcom/customcom.py:759
#: redbot/cogs/customcom/customcom.py:761
msgid "Conflicting colon notation for argument {index}: \"{name1}\" and \"{name2}\"."
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
"POT-Creation-Date: 2023-08-10 05:03+0000\n"
"Last-Translator: \n"
"Language-Team: Indonesian\n"
"MIME-Version: 1.0\n"
@@ -87,19 +87,19 @@ msgid "\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:337
#: redbot/cogs/customcom/customcom.py:339
msgid "No close matches were found."
msgstr ""
#: redbot/cogs/customcom/customcom.py:342
#: redbot/cogs/customcom/customcom.py:344
msgid "Search results"
msgstr ""
#: redbot/cogs/customcom/customcom.py:347
#: redbot/cogs/customcom/customcom.py:349
msgid "The following matches have been found:"
msgstr ""
#: redbot/cogs/customcom/customcom.py:352
#: redbot/cogs/customcom/customcom.py:354
#, docstring
msgid "Create custom commands.\n\n"
" If a type is not specified, a simple CC will be created.\n"
@@ -108,7 +108,7 @@ msgid "Create custom commands.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:363
#: redbot/cogs/customcom/customcom.py:365
#, docstring
msgid "Create a CC where it will randomly choose a response!\n\n"
" Note: This command is interactive.\n\n"
@@ -117,38 +117,38 @@ msgid "Create a CC where it will randomly choose a response!\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:373
#: redbot/cogs/customcom/customcom.py:414
#: redbot/cogs/customcom/customcom.py:375
#: redbot/cogs/customcom/customcom.py:416
msgid "Custom command names cannot have spaces in them."
msgstr ""
#: redbot/cogs/customcom/customcom.py:376
#: redbot/cogs/customcom/customcom.py:417
#: redbot/cogs/customcom/customcom.py:378
#: redbot/cogs/customcom/customcom.py:419
msgid "There already exists a bot command with the same name."
msgstr ""
#: redbot/cogs/customcom/customcom.py:380
#: redbot/cogs/customcom/customcom.py:382
msgid "Custom command process cancelled."
msgstr ""
#: redbot/cogs/customcom/customcom.py:384
#: redbot/cogs/customcom/customcom.py:421
#: redbot/cogs/customcom/customcom.py:386
#: redbot/cogs/customcom/customcom.py:423
msgid "Custom command successfully added."
msgstr "Perintah kustom berhasil ditambahkan."
#: redbot/cogs/customcom/customcom.py:387
#: redbot/cogs/customcom/customcom.py:424
#: redbot/cogs/customcom/customcom.py:389
#: redbot/cogs/customcom/customcom.py:426
msgid "This command already exists. Use `{command}` to edit it."
msgstr ""
#: redbot/cogs/customcom/customcom.py:393
#: redbot/cogs/customcom/customcom.py:432
#: redbot/cogs/customcom/customcom.py:535
#: redbot/cogs/customcom/customcom.py:395
#: redbot/cogs/customcom/customcom.py:434
#: redbot/cogs/customcom/customcom.py:537
msgid "The text response you're trying to create has more than 2000 characters.\n"
"I cannot send messages that are longer than 2000 characters."
msgstr ""
#: redbot/cogs/customcom/customcom.py:402
#: redbot/cogs/customcom/customcom.py:404
#, docstring
msgid "Add a simple custom command.\n\n"
" Example:\n"
@@ -159,7 +159,7 @@ msgid "Add a simple custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:443
#: redbot/cogs/customcom/customcom.py:445
#, docstring
msgid "Set, edit, or view the cooldown for a custom command.\n\n"
" You may set cooldowns per member, channel, or guild. Multiple\n"
@@ -176,33 +176,33 @@ msgid "Set, edit, or view the cooldown for a custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:464
#: redbot/cogs/customcom/customcom.py:505
#: redbot/cogs/customcom/customcom.py:466
#: redbot/cogs/customcom/customcom.py:507
msgid "That command doesn't exist."
msgstr "Perintah tersebut tidak ada."
#: redbot/cogs/customcom/customcom.py:469
#: redbot/cogs/customcom/customcom.py:471
msgid "A {} may call this command every {} seconds"
msgstr ""
#: redbot/cogs/customcom/customcom.py:473
#: redbot/cogs/customcom/customcom.py:475
msgid "This command has no cooldown."
msgstr ""
#: redbot/cogs/customcom/customcom.py:477
#: redbot/cogs/customcom/customcom.py:479
msgid "{} must be one of {}"
msgstr ""
#: redbot/cogs/customcom/customcom.py:481
#: redbot/cogs/customcom/customcom.py:483
msgid "Custom command cooldown successfully edited."
msgstr ""
#: redbot/cogs/customcom/customcom.py:484
#: redbot/cogs/customcom/customcom.py:525
#: redbot/cogs/customcom/customcom.py:486
#: redbot/cogs/customcom/customcom.py:527
msgid "That command doesn't exist. Use `{command}` to add it."
msgstr ""
#: redbot/cogs/customcom/customcom.py:492
#: redbot/cogs/customcom/customcom.py:494
#, docstring
msgid "Delete a custom command.\n\n"
" Example:\n"
@@ -212,11 +212,11 @@ msgid "Delete a custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:503
#: redbot/cogs/customcom/customcom.py:505
msgid "Custom command successfully deleted."
msgstr "Perintah kustom berhasil dihapus."
#: redbot/cogs/customcom/customcom.py:510
#: redbot/cogs/customcom/customcom.py:512
#, docstring
msgid "Edit a custom command.\n\n"
" Example:\n"
@@ -227,11 +227,11 @@ msgid "Edit a custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:522
#: redbot/cogs/customcom/customcom.py:524
msgid "Custom command successfully edited."
msgstr "Perintah kustom berhasil diubah."
#: redbot/cogs/customcom/customcom.py:544
#: redbot/cogs/customcom/customcom.py:546
#, docstring
msgid "List all available custom commands.\n\n"
" The list displays a preview of each command's response, with\n"
@@ -239,19 +239,19 @@ msgid "List all available custom commands.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:553
#: redbot/cogs/customcom/customcom.py:555
msgid "There are no custom commands in this server. Use `{command}` to start adding some."
msgstr ""
#: redbot/cogs/customcom/customcom.py:569
#: redbot/cogs/customcom/customcom.py:571
msgid "Custom Command List"
msgstr ""
#: redbot/cogs/customcom/customcom.py:573
#: redbot/cogs/customcom/customcom.py:575
msgid "Page {num}/{total}"
msgstr ""
#: redbot/cogs/customcom/customcom.py:583
#: redbot/cogs/customcom/customcom.py:585
#, docstring
msgid "Shows a custom command's responses and its settings.\n\n"
" **Arguments:**\n\n"
@@ -259,50 +259,50 @@ msgid "Shows a custom command's responses and its settings.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:593
#: redbot/cogs/customcom/customcom.py:595
msgid "I could not not find that custom command."
msgstr ""
#: redbot/cogs/customcom/customcom.py:604
#: redbot/cogs/customcom/customcom.py:606
msgid "Deleted User"
msgstr ""
#: redbot/cogs/customcom/customcom.py:610
#: redbot/cogs/customcom/customcom.py:612
msgid "Random"
msgstr ""
#: redbot/cogs/customcom/customcom.py:610
#: redbot/cogs/customcom/customcom.py:612
msgid "Normal"
msgstr ""
#: redbot/cogs/customcom/customcom.py:612
#: redbot/cogs/customcom/customcom.py:614
msgid "Command: {command_name}\n"
"Author: {author}\n"
"Created: {created_at}\n"
"Type: {type}\n"
msgstr ""
#: redbot/cogs/customcom/customcom.py:624
#: redbot/cogs/customcom/customcom.py:626
msgid "Cooldowns:\n"
msgstr ""
#: redbot/cogs/customcom/customcom.py:626
#: redbot/cogs/customcom/customcom.py:628
msgid "{num} seconds per {period}\n"
msgstr ""
#: redbot/cogs/customcom/customcom.py:629
#: redbot/cogs/customcom/customcom.py:631
msgid "Responses:\n"
msgstr ""
#: redbot/cogs/customcom/customcom.py:729
#: redbot/cogs/customcom/customcom.py:731
msgid "Too many arguments!"
msgstr ""
#: redbot/cogs/customcom/customcom.py:733
#: redbot/cogs/customcom/customcom.py:735
msgid "Arguments must be sequential. Missing arguments: "
msgstr "Argumen harus berurutan. Argumen yang hilang: "
#: redbot/cogs/customcom/customcom.py:759
#: redbot/cogs/customcom/customcom.py:761
msgid "Conflicting colon notation for argument {index}: \"{name1}\" and \"{name2}\"."
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
"POT-Creation-Date: 2023-08-10 05:03+0000\n"
"Last-Translator: \n"
"Language-Team: Italian\n"
"MIME-Version: 1.0\n"
@@ -87,19 +87,19 @@ msgid "\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:337
#: redbot/cogs/customcom/customcom.py:339
msgid "No close matches were found."
msgstr ""
#: redbot/cogs/customcom/customcom.py:342
#: redbot/cogs/customcom/customcom.py:344
msgid "Search results"
msgstr ""
#: redbot/cogs/customcom/customcom.py:347
#: redbot/cogs/customcom/customcom.py:349
msgid "The following matches have been found:"
msgstr ""
#: redbot/cogs/customcom/customcom.py:352
#: redbot/cogs/customcom/customcom.py:354
#, docstring
msgid "Create custom commands.\n\n"
" If a type is not specified, a simple CC will be created.\n"
@@ -108,7 +108,7 @@ msgid "Create custom commands.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:363
#: redbot/cogs/customcom/customcom.py:365
#, docstring
msgid "Create a CC where it will randomly choose a response!\n\n"
" Note: This command is interactive.\n\n"
@@ -117,38 +117,38 @@ msgid "Create a CC where it will randomly choose a response!\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:373
#: redbot/cogs/customcom/customcom.py:414
#: redbot/cogs/customcom/customcom.py:375
#: redbot/cogs/customcom/customcom.py:416
msgid "Custom command names cannot have spaces in them."
msgstr ""
#: redbot/cogs/customcom/customcom.py:376
#: redbot/cogs/customcom/customcom.py:417
#: redbot/cogs/customcom/customcom.py:378
#: redbot/cogs/customcom/customcom.py:419
msgid "There already exists a bot command with the same name."
msgstr ""
#: redbot/cogs/customcom/customcom.py:380
#: redbot/cogs/customcom/customcom.py:382
msgid "Custom command process cancelled."
msgstr ""
#: redbot/cogs/customcom/customcom.py:384
#: redbot/cogs/customcom/customcom.py:421
#: redbot/cogs/customcom/customcom.py:386
#: redbot/cogs/customcom/customcom.py:423
msgid "Custom command successfully added."
msgstr "Comando personalizzato aggiunto con successo."
#: redbot/cogs/customcom/customcom.py:387
#: redbot/cogs/customcom/customcom.py:424
#: redbot/cogs/customcom/customcom.py:389
#: redbot/cogs/customcom/customcom.py:426
msgid "This command already exists. Use `{command}` to edit it."
msgstr ""
#: redbot/cogs/customcom/customcom.py:393
#: redbot/cogs/customcom/customcom.py:432
#: redbot/cogs/customcom/customcom.py:535
#: redbot/cogs/customcom/customcom.py:395
#: redbot/cogs/customcom/customcom.py:434
#: redbot/cogs/customcom/customcom.py:537
msgid "The text response you're trying to create has more than 2000 characters.\n"
"I cannot send messages that are longer than 2000 characters."
msgstr ""
#: redbot/cogs/customcom/customcom.py:402
#: redbot/cogs/customcom/customcom.py:404
#, docstring
msgid "Add a simple custom command.\n\n"
" Example:\n"
@@ -159,7 +159,7 @@ msgid "Add a simple custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:443
#: redbot/cogs/customcom/customcom.py:445
#, docstring
msgid "Set, edit, or view the cooldown for a custom command.\n\n"
" You may set cooldowns per member, channel, or guild. Multiple\n"
@@ -176,33 +176,33 @@ msgid "Set, edit, or view the cooldown for a custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:464
#: redbot/cogs/customcom/customcom.py:505
#: redbot/cogs/customcom/customcom.py:466
#: redbot/cogs/customcom/customcom.py:507
msgid "That command doesn't exist."
msgstr "Tale comando non esiste."
#: redbot/cogs/customcom/customcom.py:469
#: redbot/cogs/customcom/customcom.py:471
msgid "A {} may call this command every {} seconds"
msgstr ""
#: redbot/cogs/customcom/customcom.py:473
#: redbot/cogs/customcom/customcom.py:475
msgid "This command has no cooldown."
msgstr ""
#: redbot/cogs/customcom/customcom.py:477
#: redbot/cogs/customcom/customcom.py:479
msgid "{} must be one of {}"
msgstr ""
#: redbot/cogs/customcom/customcom.py:481
#: redbot/cogs/customcom/customcom.py:483
msgid "Custom command cooldown successfully edited."
msgstr ""
#: redbot/cogs/customcom/customcom.py:484
#: redbot/cogs/customcom/customcom.py:525
#: redbot/cogs/customcom/customcom.py:486
#: redbot/cogs/customcom/customcom.py:527
msgid "That command doesn't exist. Use `{command}` to add it."
msgstr ""
#: redbot/cogs/customcom/customcom.py:492
#: redbot/cogs/customcom/customcom.py:494
#, docstring
msgid "Delete a custom command.\n\n"
" Example:\n"
@@ -212,11 +212,11 @@ msgid "Delete a custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:503
#: redbot/cogs/customcom/customcom.py:505
msgid "Custom command successfully deleted."
msgstr "Comando personalizzato eliminato correttamente."
#: redbot/cogs/customcom/customcom.py:510
#: redbot/cogs/customcom/customcom.py:512
#, docstring
msgid "Edit a custom command.\n\n"
" Example:\n"
@@ -227,11 +227,11 @@ msgid "Edit a custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:522
#: redbot/cogs/customcom/customcom.py:524
msgid "Custom command successfully edited."
msgstr "Comando personalizzato modificato con successo."
#: redbot/cogs/customcom/customcom.py:544
#: redbot/cogs/customcom/customcom.py:546
#, docstring
msgid "List all available custom commands.\n\n"
" The list displays a preview of each command's response, with\n"
@@ -239,19 +239,19 @@ msgid "List all available custom commands.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:553
#: redbot/cogs/customcom/customcom.py:555
msgid "There are no custom commands in this server. Use `{command}` to start adding some."
msgstr ""
#: redbot/cogs/customcom/customcom.py:569
#: redbot/cogs/customcom/customcom.py:571
msgid "Custom Command List"
msgstr ""
#: redbot/cogs/customcom/customcom.py:573
#: redbot/cogs/customcom/customcom.py:575
msgid "Page {num}/{total}"
msgstr ""
#: redbot/cogs/customcom/customcom.py:583
#: redbot/cogs/customcom/customcom.py:585
#, docstring
msgid "Shows a custom command's responses and its settings.\n\n"
" **Arguments:**\n\n"
@@ -259,50 +259,50 @@ msgid "Shows a custom command's responses and its settings.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:593
#: redbot/cogs/customcom/customcom.py:595
msgid "I could not not find that custom command."
msgstr ""
#: redbot/cogs/customcom/customcom.py:604
#: redbot/cogs/customcom/customcom.py:606
msgid "Deleted User"
msgstr ""
#: redbot/cogs/customcom/customcom.py:610
#: redbot/cogs/customcom/customcom.py:612
msgid "Random"
msgstr ""
#: redbot/cogs/customcom/customcom.py:610
#: redbot/cogs/customcom/customcom.py:612
msgid "Normal"
msgstr ""
#: redbot/cogs/customcom/customcom.py:612
#: redbot/cogs/customcom/customcom.py:614
msgid "Command: {command_name}\n"
"Author: {author}\n"
"Created: {created_at}\n"
"Type: {type}\n"
msgstr ""
#: redbot/cogs/customcom/customcom.py:624
#: redbot/cogs/customcom/customcom.py:626
msgid "Cooldowns:\n"
msgstr ""
#: redbot/cogs/customcom/customcom.py:626
#: redbot/cogs/customcom/customcom.py:628
msgid "{num} seconds per {period}\n"
msgstr ""
#: redbot/cogs/customcom/customcom.py:629
#: redbot/cogs/customcom/customcom.py:631
msgid "Responses:\n"
msgstr ""
#: redbot/cogs/customcom/customcom.py:729
#: redbot/cogs/customcom/customcom.py:731
msgid "Too many arguments!"
msgstr ""
#: redbot/cogs/customcom/customcom.py:733
#: redbot/cogs/customcom/customcom.py:735
msgid "Arguments must be sequential. Missing arguments: "
msgstr "Gli argomenti devono essere consecutivi. Argomenti mancanti: "
#: redbot/cogs/customcom/customcom.py:759
#: redbot/cogs/customcom/customcom.py:761
msgid "Conflicting colon notation for argument {index}: \"{name1}\" and \"{name2}\"."
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
"POT-Creation-Date: 2023-08-10 05:03+0000\n"
"Last-Translator: \n"
"Language-Team: Japanese\n"
"MIME-Version: 1.0\n"
@@ -87,19 +87,19 @@ msgid "\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:337
#: redbot/cogs/customcom/customcom.py:339
msgid "No close matches were found."
msgstr ""
#: redbot/cogs/customcom/customcom.py:342
#: redbot/cogs/customcom/customcom.py:344
msgid "Search results"
msgstr ""
#: redbot/cogs/customcom/customcom.py:347
#: redbot/cogs/customcom/customcom.py:349
msgid "The following matches have been found:"
msgstr ""
#: redbot/cogs/customcom/customcom.py:352
#: redbot/cogs/customcom/customcom.py:354
#, docstring
msgid "Create custom commands.\n\n"
" If a type is not specified, a simple CC will be created.\n"
@@ -108,7 +108,7 @@ msgid "Create custom commands.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:363
#: redbot/cogs/customcom/customcom.py:365
#, docstring
msgid "Create a CC where it will randomly choose a response!\n\n"
" Note: This command is interactive.\n\n"
@@ -117,38 +117,38 @@ msgid "Create a CC where it will randomly choose a response!\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:373
#: redbot/cogs/customcom/customcom.py:414
#: redbot/cogs/customcom/customcom.py:375
#: redbot/cogs/customcom/customcom.py:416
msgid "Custom command names cannot have spaces in them."
msgstr ""
#: redbot/cogs/customcom/customcom.py:376
#: redbot/cogs/customcom/customcom.py:417
#: redbot/cogs/customcom/customcom.py:378
#: redbot/cogs/customcom/customcom.py:419
msgid "There already exists a bot command with the same name."
msgstr ""
#: redbot/cogs/customcom/customcom.py:380
#: redbot/cogs/customcom/customcom.py:382
msgid "Custom command process cancelled."
msgstr ""
#: redbot/cogs/customcom/customcom.py:384
#: redbot/cogs/customcom/customcom.py:421
#: redbot/cogs/customcom/customcom.py:386
#: redbot/cogs/customcom/customcom.py:423
msgid "Custom command successfully added."
msgstr ""
#: redbot/cogs/customcom/customcom.py:387
#: redbot/cogs/customcom/customcom.py:424
#: redbot/cogs/customcom/customcom.py:389
#: redbot/cogs/customcom/customcom.py:426
msgid "This command already exists. Use `{command}` to edit it."
msgstr ""
#: redbot/cogs/customcom/customcom.py:393
#: redbot/cogs/customcom/customcom.py:432
#: redbot/cogs/customcom/customcom.py:535
#: redbot/cogs/customcom/customcom.py:395
#: redbot/cogs/customcom/customcom.py:434
#: redbot/cogs/customcom/customcom.py:537
msgid "The text response you're trying to create has more than 2000 characters.\n"
"I cannot send messages that are longer than 2000 characters."
msgstr ""
#: redbot/cogs/customcom/customcom.py:402
#: redbot/cogs/customcom/customcom.py:404
#, docstring
msgid "Add a simple custom command.\n\n"
" Example:\n"
@@ -159,7 +159,7 @@ msgid "Add a simple custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:443
#: redbot/cogs/customcom/customcom.py:445
#, docstring
msgid "Set, edit, or view the cooldown for a custom command.\n\n"
" You may set cooldowns per member, channel, or guild. Multiple\n"
@@ -176,33 +176,33 @@ msgid "Set, edit, or view the cooldown for a custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:464
#: redbot/cogs/customcom/customcom.py:505
#: redbot/cogs/customcom/customcom.py:466
#: redbot/cogs/customcom/customcom.py:507
msgid "That command doesn't exist."
msgstr ""
#: redbot/cogs/customcom/customcom.py:469
#: redbot/cogs/customcom/customcom.py:471
msgid "A {} may call this command every {} seconds"
msgstr ""
#: redbot/cogs/customcom/customcom.py:473
#: redbot/cogs/customcom/customcom.py:475
msgid "This command has no cooldown."
msgstr ""
#: redbot/cogs/customcom/customcom.py:477
#: redbot/cogs/customcom/customcom.py:479
msgid "{} must be one of {}"
msgstr ""
#: redbot/cogs/customcom/customcom.py:481
#: redbot/cogs/customcom/customcom.py:483
msgid "Custom command cooldown successfully edited."
msgstr ""
#: redbot/cogs/customcom/customcom.py:484
#: redbot/cogs/customcom/customcom.py:525
#: redbot/cogs/customcom/customcom.py:486
#: redbot/cogs/customcom/customcom.py:527
msgid "That command doesn't exist. Use `{command}` to add it."
msgstr ""
#: redbot/cogs/customcom/customcom.py:492
#: redbot/cogs/customcom/customcom.py:494
#, docstring
msgid "Delete a custom command.\n\n"
" Example:\n"
@@ -212,11 +212,11 @@ msgid "Delete a custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:503
#: redbot/cogs/customcom/customcom.py:505
msgid "Custom command successfully deleted."
msgstr ""
#: redbot/cogs/customcom/customcom.py:510
#: redbot/cogs/customcom/customcom.py:512
#, docstring
msgid "Edit a custom command.\n\n"
" Example:\n"
@@ -227,11 +227,11 @@ msgid "Edit a custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:522
#: redbot/cogs/customcom/customcom.py:524
msgid "Custom command successfully edited."
msgstr ""
#: redbot/cogs/customcom/customcom.py:544
#: redbot/cogs/customcom/customcom.py:546
#, docstring
msgid "List all available custom commands.\n\n"
" The list displays a preview of each command's response, with\n"
@@ -239,19 +239,19 @@ msgid "List all available custom commands.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:553
#: redbot/cogs/customcom/customcom.py:555
msgid "There are no custom commands in this server. Use `{command}` to start adding some."
msgstr ""
#: redbot/cogs/customcom/customcom.py:569
#: redbot/cogs/customcom/customcom.py:571
msgid "Custom Command List"
msgstr ""
#: redbot/cogs/customcom/customcom.py:573
#: redbot/cogs/customcom/customcom.py:575
msgid "Page {num}/{total}"
msgstr ""
#: redbot/cogs/customcom/customcom.py:583
#: redbot/cogs/customcom/customcom.py:585
#, docstring
msgid "Shows a custom command's responses and its settings.\n\n"
" **Arguments:**\n\n"
@@ -259,50 +259,50 @@ msgid "Shows a custom command's responses and its settings.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:593
#: redbot/cogs/customcom/customcom.py:595
msgid "I could not not find that custom command."
msgstr ""
#: redbot/cogs/customcom/customcom.py:604
#: redbot/cogs/customcom/customcom.py:606
msgid "Deleted User"
msgstr ""
#: redbot/cogs/customcom/customcom.py:610
#: redbot/cogs/customcom/customcom.py:612
msgid "Random"
msgstr ""
#: redbot/cogs/customcom/customcom.py:610
#: redbot/cogs/customcom/customcom.py:612
msgid "Normal"
msgstr ""
#: redbot/cogs/customcom/customcom.py:612
#: redbot/cogs/customcom/customcom.py:614
msgid "Command: {command_name}\n"
"Author: {author}\n"
"Created: {created_at}\n"
"Type: {type}\n"
msgstr ""
#: redbot/cogs/customcom/customcom.py:624
#: redbot/cogs/customcom/customcom.py:626
msgid "Cooldowns:\n"
msgstr ""
#: redbot/cogs/customcom/customcom.py:626
#: redbot/cogs/customcom/customcom.py:628
msgid "{num} seconds per {period}\n"
msgstr ""
#: redbot/cogs/customcom/customcom.py:629
#: redbot/cogs/customcom/customcom.py:631
msgid "Responses:\n"
msgstr ""
#: redbot/cogs/customcom/customcom.py:729
#: redbot/cogs/customcom/customcom.py:731
msgid "Too many arguments!"
msgstr ""
#: redbot/cogs/customcom/customcom.py:733
#: redbot/cogs/customcom/customcom.py:735
msgid "Arguments must be sequential. Missing arguments: "
msgstr ""
#: redbot/cogs/customcom/customcom.py:759
#: redbot/cogs/customcom/customcom.py:761
msgid "Conflicting colon notation for argument {index}: \"{name1}\" and \"{name2}\"."
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
"POT-Creation-Date: 2023-08-10 05:03+0000\n"
"Last-Translator: \n"
"Language-Team: Korean\n"
"MIME-Version: 1.0\n"
@@ -87,19 +87,19 @@ msgid "\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:337
#: redbot/cogs/customcom/customcom.py:339
msgid "No close matches were found."
msgstr ""
#: redbot/cogs/customcom/customcom.py:342
#: redbot/cogs/customcom/customcom.py:344
msgid "Search results"
msgstr ""
#: redbot/cogs/customcom/customcom.py:347
#: redbot/cogs/customcom/customcom.py:349
msgid "The following matches have been found:"
msgstr ""
#: redbot/cogs/customcom/customcom.py:352
#: redbot/cogs/customcom/customcom.py:354
#, docstring
msgid "Create custom commands.\n\n"
" If a type is not specified, a simple CC will be created.\n"
@@ -108,7 +108,7 @@ msgid "Create custom commands.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:363
#: redbot/cogs/customcom/customcom.py:365
#, docstring
msgid "Create a CC where it will randomly choose a response!\n\n"
" Note: This command is interactive.\n\n"
@@ -117,38 +117,38 @@ msgid "Create a CC where it will randomly choose a response!\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:373
#: redbot/cogs/customcom/customcom.py:414
#: redbot/cogs/customcom/customcom.py:375
#: redbot/cogs/customcom/customcom.py:416
msgid "Custom command names cannot have spaces in them."
msgstr ""
#: redbot/cogs/customcom/customcom.py:376
#: redbot/cogs/customcom/customcom.py:417
#: redbot/cogs/customcom/customcom.py:378
#: redbot/cogs/customcom/customcom.py:419
msgid "There already exists a bot command with the same name."
msgstr ""
#: redbot/cogs/customcom/customcom.py:380
#: redbot/cogs/customcom/customcom.py:382
msgid "Custom command process cancelled."
msgstr ""
#: redbot/cogs/customcom/customcom.py:384
#: redbot/cogs/customcom/customcom.py:421
#: redbot/cogs/customcom/customcom.py:386
#: redbot/cogs/customcom/customcom.py:423
msgid "Custom command successfully added."
msgstr "커스텀 커맨드가 성공적으로 추가됐어요."
#: redbot/cogs/customcom/customcom.py:387
#: redbot/cogs/customcom/customcom.py:424
#: redbot/cogs/customcom/customcom.py:389
#: redbot/cogs/customcom/customcom.py:426
msgid "This command already exists. Use `{command}` to edit it."
msgstr ""
#: redbot/cogs/customcom/customcom.py:393
#: redbot/cogs/customcom/customcom.py:432
#: redbot/cogs/customcom/customcom.py:535
#: redbot/cogs/customcom/customcom.py:395
#: redbot/cogs/customcom/customcom.py:434
#: redbot/cogs/customcom/customcom.py:537
msgid "The text response you're trying to create has more than 2000 characters.\n"
"I cannot send messages that are longer than 2000 characters."
msgstr ""
#: redbot/cogs/customcom/customcom.py:402
#: redbot/cogs/customcom/customcom.py:404
#, docstring
msgid "Add a simple custom command.\n\n"
" Example:\n"
@@ -159,7 +159,7 @@ msgid "Add a simple custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:443
#: redbot/cogs/customcom/customcom.py:445
#, docstring
msgid "Set, edit, or view the cooldown for a custom command.\n\n"
" You may set cooldowns per member, channel, or guild. Multiple\n"
@@ -176,33 +176,33 @@ msgid "Set, edit, or view the cooldown for a custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:464
#: redbot/cogs/customcom/customcom.py:505
#: redbot/cogs/customcom/customcom.py:466
#: redbot/cogs/customcom/customcom.py:507
msgid "That command doesn't exist."
msgstr "해당 커맨드는 추가되어 있지 않아요."
#: redbot/cogs/customcom/customcom.py:469
#: redbot/cogs/customcom/customcom.py:471
msgid "A {} may call this command every {} seconds"
msgstr ""
#: redbot/cogs/customcom/customcom.py:473
#: redbot/cogs/customcom/customcom.py:475
msgid "This command has no cooldown."
msgstr ""
#: redbot/cogs/customcom/customcom.py:477
#: redbot/cogs/customcom/customcom.py:479
msgid "{} must be one of {}"
msgstr ""
#: redbot/cogs/customcom/customcom.py:481
#: redbot/cogs/customcom/customcom.py:483
msgid "Custom command cooldown successfully edited."
msgstr ""
#: redbot/cogs/customcom/customcom.py:484
#: redbot/cogs/customcom/customcom.py:525
#: redbot/cogs/customcom/customcom.py:486
#: redbot/cogs/customcom/customcom.py:527
msgid "That command doesn't exist. Use `{command}` to add it."
msgstr ""
#: redbot/cogs/customcom/customcom.py:492
#: redbot/cogs/customcom/customcom.py:494
#, docstring
msgid "Delete a custom command.\n\n"
" Example:\n"
@@ -212,11 +212,11 @@ msgid "Delete a custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:503
#: redbot/cogs/customcom/customcom.py:505
msgid "Custom command successfully deleted."
msgstr "커스텀 커맨드가 성공적으로 삭제됐어요."
#: redbot/cogs/customcom/customcom.py:510
#: redbot/cogs/customcom/customcom.py:512
#, docstring
msgid "Edit a custom command.\n\n"
" Example:\n"
@@ -227,11 +227,11 @@ msgid "Edit a custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:522
#: redbot/cogs/customcom/customcom.py:524
msgid "Custom command successfully edited."
msgstr "커스텀 커맨드가 성공적으로 수정됐어요."
#: redbot/cogs/customcom/customcom.py:544
#: redbot/cogs/customcom/customcom.py:546
#, docstring
msgid "List all available custom commands.\n\n"
" The list displays a preview of each command's response, with\n"
@@ -239,19 +239,19 @@ msgid "List all available custom commands.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:553
#: redbot/cogs/customcom/customcom.py:555
msgid "There are no custom commands in this server. Use `{command}` to start adding some."
msgstr ""
#: redbot/cogs/customcom/customcom.py:569
#: redbot/cogs/customcom/customcom.py:571
msgid "Custom Command List"
msgstr ""
#: redbot/cogs/customcom/customcom.py:573
#: redbot/cogs/customcom/customcom.py:575
msgid "Page {num}/{total}"
msgstr ""
#: redbot/cogs/customcom/customcom.py:583
#: redbot/cogs/customcom/customcom.py:585
#, docstring
msgid "Shows a custom command's responses and its settings.\n\n"
" **Arguments:**\n\n"
@@ -259,50 +259,50 @@ msgid "Shows a custom command's responses and its settings.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:593
#: redbot/cogs/customcom/customcom.py:595
msgid "I could not not find that custom command."
msgstr ""
#: redbot/cogs/customcom/customcom.py:604
#: redbot/cogs/customcom/customcom.py:606
msgid "Deleted User"
msgstr ""
#: redbot/cogs/customcom/customcom.py:610
#: redbot/cogs/customcom/customcom.py:612
msgid "Random"
msgstr ""
#: redbot/cogs/customcom/customcom.py:610
#: redbot/cogs/customcom/customcom.py:612
msgid "Normal"
msgstr ""
#: redbot/cogs/customcom/customcom.py:612
#: redbot/cogs/customcom/customcom.py:614
msgid "Command: {command_name}\n"
"Author: {author}\n"
"Created: {created_at}\n"
"Type: {type}\n"
msgstr ""
#: redbot/cogs/customcom/customcom.py:624
#: redbot/cogs/customcom/customcom.py:626
msgid "Cooldowns:\n"
msgstr ""
#: redbot/cogs/customcom/customcom.py:626
#: redbot/cogs/customcom/customcom.py:628
msgid "{num} seconds per {period}\n"
msgstr ""
#: redbot/cogs/customcom/customcom.py:629
#: redbot/cogs/customcom/customcom.py:631
msgid "Responses:\n"
msgstr ""
#: redbot/cogs/customcom/customcom.py:729
#: redbot/cogs/customcom/customcom.py:731
msgid "Too many arguments!"
msgstr ""
#: redbot/cogs/customcom/customcom.py:733
#: redbot/cogs/customcom/customcom.py:735
msgid "Arguments must be sequential. Missing arguments: "
msgstr "인수는 순차적이어야해요. 미확인된 인수: "
#: redbot/cogs/customcom/customcom.py:759
#: redbot/cogs/customcom/customcom.py:761
msgid "Conflicting colon notation for argument {index}: \"{name1}\" and \"{name2}\"."
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
"POT-Creation-Date: 2023-08-10 05:03+0000\n"
"Last-Translator: \n"
"Language-Team: Norwegian Bokmal\n"
"MIME-Version: 1.0\n"
@@ -102,19 +102,19 @@ msgstr "\n"
" - `<query>` Søket for å søke etter. Kan være flere ord.\n"
" "
#: redbot/cogs/customcom/customcom.py:337
#: redbot/cogs/customcom/customcom.py:339
msgid "No close matches were found."
msgstr "Ingen nære kamper ble funnet."
#: redbot/cogs/customcom/customcom.py:342
#: redbot/cogs/customcom/customcom.py:344
msgid "Search results"
msgstr "Søk i resultater"
#: redbot/cogs/customcom/customcom.py:347
#: redbot/cogs/customcom/customcom.py:349
msgid "The following matches have been found:"
msgstr "Følgende treff har blitt funnet:"
#: redbot/cogs/customcom/customcom.py:352
#: redbot/cogs/customcom/customcom.py:354
#, docstring
msgid "Create custom commands.\n\n"
" If a type is not specified, a simple CC will be created.\n"
@@ -127,7 +127,7 @@ msgstr "Opprett tilpassede kommandoer.\n\n"
" [here](https://docs.discord.red/en/stable/cog_customcom.html).\n"
" "
#: redbot/cogs/customcom/customcom.py:363
#: redbot/cogs/customcom/customcom.py:365
#, docstring
msgid "Create a CC where it will randomly choose a response!\n\n"
" Note: This command is interactive.\n\n"
@@ -140,39 +140,39 @@ msgstr "Lag en CC hvor den vil tilfeldig velge et svar!\n\n"
" - `<command>` Kommandoen henrettet for å returnere teksten. Stol på små saker\n"
" "
#: redbot/cogs/customcom/customcom.py:373
#: redbot/cogs/customcom/customcom.py:414
#: redbot/cogs/customcom/customcom.py:375
#: redbot/cogs/customcom/customcom.py:416
msgid "Custom command names cannot have spaces in them."
msgstr "Egendefinert kommandonavn kan ikke ha mellomrom i dem."
#: redbot/cogs/customcom/customcom.py:376
#: redbot/cogs/customcom/customcom.py:417
#: redbot/cogs/customcom/customcom.py:378
#: redbot/cogs/customcom/customcom.py:419
msgid "There already exists a bot command with the same name."
msgstr "Det finnes allerede en bot-kommando med samme navn."
#: redbot/cogs/customcom/customcom.py:380
#: redbot/cogs/customcom/customcom.py:382
msgid "Custom command process cancelled."
msgstr "Egendefinert kommandoprosess avbrutt."
#: redbot/cogs/customcom/customcom.py:384
#: redbot/cogs/customcom/customcom.py:421
#: redbot/cogs/customcom/customcom.py:386
#: redbot/cogs/customcom/customcom.py:423
msgid "Custom command successfully added."
msgstr "Tilpasset kommando ble lagt til."
#: redbot/cogs/customcom/customcom.py:387
#: redbot/cogs/customcom/customcom.py:424
#: redbot/cogs/customcom/customcom.py:389
#: redbot/cogs/customcom/customcom.py:426
msgid "This command already exists. Use `{command}` to edit it."
msgstr "Denne kommandoen finnes allerede. Bruk `{command} for å redigere den."
#: redbot/cogs/customcom/customcom.py:393
#: redbot/cogs/customcom/customcom.py:432
#: redbot/cogs/customcom/customcom.py:535
#: redbot/cogs/customcom/customcom.py:395
#: redbot/cogs/customcom/customcom.py:434
#: redbot/cogs/customcom/customcom.py:537
msgid "The text response you're trying to create has more than 2000 characters.\n"
"I cannot send messages that are longer than 2000 characters."
msgstr "Tekstsvaret du prøver å lage inneholder mer enn 2000 tegn.\n"
"Jeg kan ikke sende meldinger med lengre en 2000 tegn."
#: redbot/cogs/customcom/customcom.py:402
#: redbot/cogs/customcom/customcom.py:404
#, docstring
msgid "Add a simple custom command.\n\n"
" Example:\n"
@@ -183,7 +183,7 @@ msgid "Add a simple custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:443
#: redbot/cogs/customcom/customcom.py:445
#, docstring
msgid "Set, edit, or view the cooldown for a custom command.\n\n"
" You may set cooldowns per member, channel, or guild. Multiple\n"
@@ -200,33 +200,33 @@ msgid "Set, edit, or view the cooldown for a custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:464
#: redbot/cogs/customcom/customcom.py:505
#: redbot/cogs/customcom/customcom.py:466
#: redbot/cogs/customcom/customcom.py:507
msgid "That command doesn't exist."
msgstr "Den kommandoen finnes ikke."
#: redbot/cogs/customcom/customcom.py:469
#: redbot/cogs/customcom/customcom.py:471
msgid "A {} may call this command every {} seconds"
msgstr "En {} kan kalle denne kommandoen hvert {} sekund"
#: redbot/cogs/customcom/customcom.py:473
#: redbot/cogs/customcom/customcom.py:475
msgid "This command has no cooldown."
msgstr "Denne kommandoen har ingen nedkjøling."
#: redbot/cogs/customcom/customcom.py:477
#: redbot/cogs/customcom/customcom.py:479
msgid "{} must be one of {}"
msgstr "{} må være en av {}"
#: redbot/cogs/customcom/customcom.py:481
#: redbot/cogs/customcom/customcom.py:483
msgid "Custom command cooldown successfully edited."
msgstr "Egendefinert kommando cooldown redigert."
#: redbot/cogs/customcom/customcom.py:484
#: redbot/cogs/customcom/customcom.py:525
#: redbot/cogs/customcom/customcom.py:486
#: redbot/cogs/customcom/customcom.py:527
msgid "That command doesn't exist. Use `{command}` to add it."
msgstr "Den kommandoen finnes ikke. Bruk `{command} for å legge den til."
#: redbot/cogs/customcom/customcom.py:492
#: redbot/cogs/customcom/customcom.py:494
#, docstring
msgid "Delete a custom command.\n\n"
" Example:\n"
@@ -236,11 +236,11 @@ msgid "Delete a custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:503
#: redbot/cogs/customcom/customcom.py:505
msgid "Custom command successfully deleted."
msgstr "Egendefinert kommando slettet."
#: redbot/cogs/customcom/customcom.py:510
#: redbot/cogs/customcom/customcom.py:512
#, docstring
msgid "Edit a custom command.\n\n"
" Example:\n"
@@ -251,11 +251,11 @@ msgid "Edit a custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:522
#: redbot/cogs/customcom/customcom.py:524
msgid "Custom command successfully edited."
msgstr "Egendefinert kommando redigert."
#: redbot/cogs/customcom/customcom.py:544
#: redbot/cogs/customcom/customcom.py:546
#, docstring
msgid "List all available custom commands.\n\n"
" The list displays a preview of each command's response, with\n"
@@ -266,19 +266,19 @@ msgstr "List opp alle tilgjengelige tilpassede kommandoer.\n\n"
" \"påslag\" rømte ut, og nye linjer byttet ut med mellomrom.\n"
" "
#: redbot/cogs/customcom/customcom.py:553
#: redbot/cogs/customcom/customcom.py:555
msgid "There are no custom commands in this server. Use `{command}` to start adding some."
msgstr "Det er ingen egendefinerte kommandoer i denne serveren. Bruk `{command}` for å begynne å legge til."
#: redbot/cogs/customcom/customcom.py:569
#: redbot/cogs/customcom/customcom.py:571
msgid "Custom Command List"
msgstr "Tilpasset kommando liste"
#: redbot/cogs/customcom/customcom.py:573
#: redbot/cogs/customcom/customcom.py:575
msgid "Page {num}/{total}"
msgstr "Side {num}/{total}"
#: redbot/cogs/customcom/customcom.py:583
#: redbot/cogs/customcom/customcom.py:585
#, docstring
msgid "Shows a custom command's responses and its settings.\n\n"
" **Arguments:**\n\n"
@@ -289,23 +289,23 @@ msgstr "Viser en egendefinert kommandos svar og dens innstillinger.\n\n"
" - `<command_name>` Den tilpassede kommandoen å vise.\n"
" "
#: redbot/cogs/customcom/customcom.py:593
#: redbot/cogs/customcom/customcom.py:595
msgid "I could not not find that custom command."
msgstr "Jeg fant ikke den egendefinerte kommandoen."
#: redbot/cogs/customcom/customcom.py:604
#: redbot/cogs/customcom/customcom.py:606
msgid "Deleted User"
msgstr "Slettet bruker"
#: redbot/cogs/customcom/customcom.py:610
#: redbot/cogs/customcom/customcom.py:612
msgid "Random"
msgstr "Tilfeldig"
#: redbot/cogs/customcom/customcom.py:610
#: redbot/cogs/customcom/customcom.py:612
msgid "Normal"
msgstr "Vanlig"
#: redbot/cogs/customcom/customcom.py:612
#: redbot/cogs/customcom/customcom.py:614
msgid "Command: {command_name}\n"
"Author: {author}\n"
"Created: {created_at}\n"
@@ -315,27 +315,27 @@ msgstr "Kommando: {command_name}\n"
"Opprettet: {created_at}\n"
"Type: {type}\n"
#: redbot/cogs/customcom/customcom.py:624
#: redbot/cogs/customcom/customcom.py:626
msgid "Cooldowns:\n"
msgstr "Nedkjølinger:\n"
#: redbot/cogs/customcom/customcom.py:626
#: redbot/cogs/customcom/customcom.py:628
msgid "{num} seconds per {period}\n"
msgstr "{num} sekunder per {period}\n"
#: redbot/cogs/customcom/customcom.py:629
#: redbot/cogs/customcom/customcom.py:631
msgid "Responses:\n"
msgstr "Respons:\n"
#: redbot/cogs/customcom/customcom.py:729
#: redbot/cogs/customcom/customcom.py:731
msgid "Too many arguments!"
msgstr "For mange argumenter!"
#: redbot/cogs/customcom/customcom.py:733
#: redbot/cogs/customcom/customcom.py:735
msgid "Arguments must be sequential. Missing arguments: "
msgstr "Argumenter må være sekvensielle. Manglende argumenter: "
#: redbot/cogs/customcom/customcom.py:759
#: redbot/cogs/customcom/customcom.py:761
msgid "Conflicting colon notation for argument {index}: \"{name1}\" and \"{name2}\"."
msgstr "Conflicting colon notation for argument {index}: \"{name1}\" og \"{name2}\"."

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
"POT-Creation-Date: 2023-08-10 05:03+0000\n"
"Last-Translator: \n"
"Language-Team: Polish\n"
"MIME-Version: 1.0\n"
@@ -97,19 +97,19 @@ msgid "\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:337
#: redbot/cogs/customcom/customcom.py:339
msgid "No close matches were found."
msgstr "Nie znaleziono żadnych bliskich dopasowań."
#: redbot/cogs/customcom/customcom.py:342
#: redbot/cogs/customcom/customcom.py:344
msgid "Search results"
msgstr "Wyniki wyszukiwania"
#: redbot/cogs/customcom/customcom.py:347
#: redbot/cogs/customcom/customcom.py:349
msgid "The following matches have been found:"
msgstr "Znaleziono następujące mecze:"
#: redbot/cogs/customcom/customcom.py:352
#: redbot/cogs/customcom/customcom.py:354
#, docstring
msgid "Create custom commands.\n\n"
" If a type is not specified, a simple CC will be created.\n"
@@ -122,7 +122,7 @@ msgstr "Utwórz niestandardowe polecenia.\n\n"
" [here](https://docs. iscord.red/en/stable/cog_customcom.html).\n"
" "
#: redbot/cogs/customcom/customcom.py:363
#: redbot/cogs/customcom/customcom.py:365
#, docstring
msgid "Create a CC where it will randomly choose a response!\n\n"
" Note: This command is interactive.\n\n"
@@ -135,39 +135,39 @@ msgstr "Utwórz CC, gdzie losowo wybierze odpowiedź!\n\n"
" - `<command>` Polecenie wykonane, aby zwrócić tekst. Przewiń na małe litery.\n"
" "
#: redbot/cogs/customcom/customcom.py:373
#: redbot/cogs/customcom/customcom.py:414
#: redbot/cogs/customcom/customcom.py:375
#: redbot/cogs/customcom/customcom.py:416
msgid "Custom command names cannot have spaces in them."
msgstr "Własne nazwy poleceń nie mogą mieć spacji."
#: redbot/cogs/customcom/customcom.py:376
#: redbot/cogs/customcom/customcom.py:417
#: redbot/cogs/customcom/customcom.py:378
#: redbot/cogs/customcom/customcom.py:419
msgid "There already exists a bot command with the same name."
msgstr "Istnieje już polecenie bota o tej samej nazwie."
#: redbot/cogs/customcom/customcom.py:380
#: redbot/cogs/customcom/customcom.py:382
msgid "Custom command process cancelled."
msgstr "Niestandardowy proces poleceń anulowany."
#: redbot/cogs/customcom/customcom.py:384
#: redbot/cogs/customcom/customcom.py:421
#: redbot/cogs/customcom/customcom.py:386
#: redbot/cogs/customcom/customcom.py:423
msgid "Custom command successfully added."
msgstr "Własne polecenie zostało pomyślnie dodane."
#: redbot/cogs/customcom/customcom.py:387
#: redbot/cogs/customcom/customcom.py:424
#: redbot/cogs/customcom/customcom.py:389
#: redbot/cogs/customcom/customcom.py:426
msgid "This command already exists. Use `{command}` to edit it."
msgstr "Ta komenda już istnieje. Użyj `{command}` aby ją edytować."
#: redbot/cogs/customcom/customcom.py:393
#: redbot/cogs/customcom/customcom.py:432
#: redbot/cogs/customcom/customcom.py:535
#: redbot/cogs/customcom/customcom.py:395
#: redbot/cogs/customcom/customcom.py:434
#: redbot/cogs/customcom/customcom.py:537
msgid "The text response you're trying to create has more than 2000 characters.\n"
"I cannot send messages that are longer than 2000 characters."
msgstr "Odpowiedź tekstowa, którą próbujesz stworzyć, ma więcej niż 2000 znaków.\n"
"Nie mogę wysyłać wiadomości, które są dłuższe niż 2000 znaków."
#: redbot/cogs/customcom/customcom.py:402
#: redbot/cogs/customcom/customcom.py:404
#, docstring
msgid "Add a simple custom command.\n\n"
" Example:\n"
@@ -178,7 +178,7 @@ msgid "Add a simple custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:443
#: redbot/cogs/customcom/customcom.py:445
#, docstring
msgid "Set, edit, or view the cooldown for a custom command.\n\n"
" You may set cooldowns per member, channel, or guild. Multiple\n"
@@ -195,33 +195,33 @@ msgid "Set, edit, or view the cooldown for a custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:464
#: redbot/cogs/customcom/customcom.py:505
#: redbot/cogs/customcom/customcom.py:466
#: redbot/cogs/customcom/customcom.py:507
msgid "That command doesn't exist."
msgstr "Ta komenda nie istnieje."
#: redbot/cogs/customcom/customcom.py:469
#: redbot/cogs/customcom/customcom.py:471
msgid "A {} may call this command every {} seconds"
msgstr "{} może wywoływać tę komendę co {} sekund"
#: redbot/cogs/customcom/customcom.py:473
#: redbot/cogs/customcom/customcom.py:475
msgid "This command has no cooldown."
msgstr "Ta komenda nie ma czasu odnowienia."
#: redbot/cogs/customcom/customcom.py:477
#: redbot/cogs/customcom/customcom.py:479
msgid "{} must be one of {}"
msgstr "{} musi być jednym z {}"
#: redbot/cogs/customcom/customcom.py:481
#: redbot/cogs/customcom/customcom.py:483
msgid "Custom command cooldown successfully edited."
msgstr "Niestandardowy czas odnowienia poleceń pomyślnie edytowany."
#: redbot/cogs/customcom/customcom.py:484
#: redbot/cogs/customcom/customcom.py:525
#: redbot/cogs/customcom/customcom.py:486
#: redbot/cogs/customcom/customcom.py:527
msgid "That command doesn't exist. Use `{command}` to add it."
msgstr "Ta komenda nie istnieje. Użyj `{command}`, aby ją dodać."
#: redbot/cogs/customcom/customcom.py:492
#: redbot/cogs/customcom/customcom.py:494
#, docstring
msgid "Delete a custom command.\n\n"
" Example:\n"
@@ -231,11 +231,11 @@ msgid "Delete a custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:503
#: redbot/cogs/customcom/customcom.py:505
msgid "Custom command successfully deleted."
msgstr "Niestandardowe polecenie zostało usunięte."
#: redbot/cogs/customcom/customcom.py:510
#: redbot/cogs/customcom/customcom.py:512
#, docstring
msgid "Edit a custom command.\n\n"
" Example:\n"
@@ -246,11 +246,11 @@ msgid "Edit a custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:522
#: redbot/cogs/customcom/customcom.py:524
msgid "Custom command successfully edited."
msgstr "Niestandardowe polecenie pomyślnie edytowane."
#: redbot/cogs/customcom/customcom.py:544
#: redbot/cogs/customcom/customcom.py:546
#, docstring
msgid "List all available custom commands.\n\n"
" The list displays a preview of each command's response, with\n"
@@ -261,19 +261,19 @@ msgstr "Lista wszystkich dostępnych niestandardowych poleceń.\n\n"
" usuniętymi markdown i nowymi liniami zastąpionymi spacjami.\n"
" "
#: redbot/cogs/customcom/customcom.py:553
#: redbot/cogs/customcom/customcom.py:555
msgid "There are no custom commands in this server. Use `{command}` to start adding some."
msgstr "Na tym serwerze nie ma żadnych niestandardowych poleceń. Użyj `{command}` aby zacząć dodawać."
#: redbot/cogs/customcom/customcom.py:569
#: redbot/cogs/customcom/customcom.py:571
msgid "Custom Command List"
msgstr "Własna lista poleceń"
#: redbot/cogs/customcom/customcom.py:573
#: redbot/cogs/customcom/customcom.py:575
msgid "Page {num}/{total}"
msgstr "Strona {num}/{total}"
#: redbot/cogs/customcom/customcom.py:583
#: redbot/cogs/customcom/customcom.py:585
#, docstring
msgid "Shows a custom command's responses and its settings.\n\n"
" **Arguments:**\n\n"
@@ -284,23 +284,23 @@ msgstr "Pokazuje odpowiedzi niestandardowego polecenia i jego ustawienia.\n\n"
" - `<command_name>` Niestandardowe polecenie do wyświetlenia.\n"
" "
#: redbot/cogs/customcom/customcom.py:593
#: redbot/cogs/customcom/customcom.py:595
msgid "I could not not find that custom command."
msgstr "Nie mogłem znaleźć tego niestandardowego polecenia."
#: redbot/cogs/customcom/customcom.py:604
#: redbot/cogs/customcom/customcom.py:606
msgid "Deleted User"
msgstr "Usunięty użytkownik"
#: redbot/cogs/customcom/customcom.py:610
#: redbot/cogs/customcom/customcom.py:612
msgid "Random"
msgstr "Losowo"
#: redbot/cogs/customcom/customcom.py:610
#: redbot/cogs/customcom/customcom.py:612
msgid "Normal"
msgstr "Normalny"
#: redbot/cogs/customcom/customcom.py:612
#: redbot/cogs/customcom/customcom.py:614
msgid "Command: {command_name}\n"
"Author: {author}\n"
"Created: {created_at}\n"
@@ -310,27 +310,27 @@ msgstr "Polecenie: {command_name}\n"
"Utworzony: {created_at}\n"
"Typ: {type}\n"
#: redbot/cogs/customcom/customcom.py:624
#: redbot/cogs/customcom/customcom.py:626
msgid "Cooldowns:\n"
msgstr "Opóźnienia:\n"
#: redbot/cogs/customcom/customcom.py:626
#: redbot/cogs/customcom/customcom.py:628
msgid "{num} seconds per {period}\n"
msgstr "{num} sekund na {period}\n"
#: redbot/cogs/customcom/customcom.py:629
#: redbot/cogs/customcom/customcom.py:631
msgid "Responses:\n"
msgstr "Odpowiedź:\n"
#: redbot/cogs/customcom/customcom.py:729
#: redbot/cogs/customcom/customcom.py:731
msgid "Too many arguments!"
msgstr "Zbyt wiele argumentów!"
#: redbot/cogs/customcom/customcom.py:733
#: redbot/cogs/customcom/customcom.py:735
msgid "Arguments must be sequential. Missing arguments: "
msgstr "Argumenty muszą być sekwencyjne. Brakujące argumenty: "
#: redbot/cogs/customcom/customcom.py:759
#: redbot/cogs/customcom/customcom.py:761
msgid "Conflicting colon notation for argument {index}: \"{name1}\" and \"{name2}\"."
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
"POT-Creation-Date: 2023-08-10 05:03+0000\n"
"Last-Translator: \n"
"Language-Team: Portuguese, Brazilian\n"
"MIME-Version: 1.0\n"
@@ -87,19 +87,19 @@ msgid "\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:337
#: redbot/cogs/customcom/customcom.py:339
msgid "No close matches were found."
msgstr ""
#: redbot/cogs/customcom/customcom.py:342
#: redbot/cogs/customcom/customcom.py:344
msgid "Search results"
msgstr ""
#: redbot/cogs/customcom/customcom.py:347
#: redbot/cogs/customcom/customcom.py:349
msgid "The following matches have been found:"
msgstr ""
#: redbot/cogs/customcom/customcom.py:352
#: redbot/cogs/customcom/customcom.py:354
#, docstring
msgid "Create custom commands.\n\n"
" If a type is not specified, a simple CC will be created.\n"
@@ -108,7 +108,7 @@ msgid "Create custom commands.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:363
#: redbot/cogs/customcom/customcom.py:365
#, docstring
msgid "Create a CC where it will randomly choose a response!\n\n"
" Note: This command is interactive.\n\n"
@@ -117,38 +117,38 @@ msgid "Create a CC where it will randomly choose a response!\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:373
#: redbot/cogs/customcom/customcom.py:414
#: redbot/cogs/customcom/customcom.py:375
#: redbot/cogs/customcom/customcom.py:416
msgid "Custom command names cannot have spaces in them."
msgstr ""
#: redbot/cogs/customcom/customcom.py:376
#: redbot/cogs/customcom/customcom.py:417
#: redbot/cogs/customcom/customcom.py:378
#: redbot/cogs/customcom/customcom.py:419
msgid "There already exists a bot command with the same name."
msgstr ""
#: redbot/cogs/customcom/customcom.py:380
#: redbot/cogs/customcom/customcom.py:382
msgid "Custom command process cancelled."
msgstr ""
#: redbot/cogs/customcom/customcom.py:384
#: redbot/cogs/customcom/customcom.py:421
#: redbot/cogs/customcom/customcom.py:386
#: redbot/cogs/customcom/customcom.py:423
msgid "Custom command successfully added."
msgstr ""
#: redbot/cogs/customcom/customcom.py:387
#: redbot/cogs/customcom/customcom.py:424
#: redbot/cogs/customcom/customcom.py:389
#: redbot/cogs/customcom/customcom.py:426
msgid "This command already exists. Use `{command}` to edit it."
msgstr ""
#: redbot/cogs/customcom/customcom.py:393
#: redbot/cogs/customcom/customcom.py:432
#: redbot/cogs/customcom/customcom.py:535
#: redbot/cogs/customcom/customcom.py:395
#: redbot/cogs/customcom/customcom.py:434
#: redbot/cogs/customcom/customcom.py:537
msgid "The text response you're trying to create has more than 2000 characters.\n"
"I cannot send messages that are longer than 2000 characters."
msgstr ""
#: redbot/cogs/customcom/customcom.py:402
#: redbot/cogs/customcom/customcom.py:404
#, docstring
msgid "Add a simple custom command.\n\n"
" Example:\n"
@@ -159,7 +159,7 @@ msgid "Add a simple custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:443
#: redbot/cogs/customcom/customcom.py:445
#, docstring
msgid "Set, edit, or view the cooldown for a custom command.\n\n"
" You may set cooldowns per member, channel, or guild. Multiple\n"
@@ -176,33 +176,33 @@ msgid "Set, edit, or view the cooldown for a custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:464
#: redbot/cogs/customcom/customcom.py:505
#: redbot/cogs/customcom/customcom.py:466
#: redbot/cogs/customcom/customcom.py:507
msgid "That command doesn't exist."
msgstr ""
#: redbot/cogs/customcom/customcom.py:469
#: redbot/cogs/customcom/customcom.py:471
msgid "A {} may call this command every {} seconds"
msgstr ""
#: redbot/cogs/customcom/customcom.py:473
#: redbot/cogs/customcom/customcom.py:475
msgid "This command has no cooldown."
msgstr ""
#: redbot/cogs/customcom/customcom.py:477
#: redbot/cogs/customcom/customcom.py:479
msgid "{} must be one of {}"
msgstr ""
#: redbot/cogs/customcom/customcom.py:481
#: redbot/cogs/customcom/customcom.py:483
msgid "Custom command cooldown successfully edited."
msgstr ""
#: redbot/cogs/customcom/customcom.py:484
#: redbot/cogs/customcom/customcom.py:525
#: redbot/cogs/customcom/customcom.py:486
#: redbot/cogs/customcom/customcom.py:527
msgid "That command doesn't exist. Use `{command}` to add it."
msgstr ""
#: redbot/cogs/customcom/customcom.py:492
#: redbot/cogs/customcom/customcom.py:494
#, docstring
msgid "Delete a custom command.\n\n"
" Example:\n"
@@ -212,11 +212,11 @@ msgid "Delete a custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:503
#: redbot/cogs/customcom/customcom.py:505
msgid "Custom command successfully deleted."
msgstr ""
#: redbot/cogs/customcom/customcom.py:510
#: redbot/cogs/customcom/customcom.py:512
#, docstring
msgid "Edit a custom command.\n\n"
" Example:\n"
@@ -227,11 +227,11 @@ msgid "Edit a custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:522
#: redbot/cogs/customcom/customcom.py:524
msgid "Custom command successfully edited."
msgstr ""
#: redbot/cogs/customcom/customcom.py:544
#: redbot/cogs/customcom/customcom.py:546
#, docstring
msgid "List all available custom commands.\n\n"
" The list displays a preview of each command's response, with\n"
@@ -239,19 +239,19 @@ msgid "List all available custom commands.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:553
#: redbot/cogs/customcom/customcom.py:555
msgid "There are no custom commands in this server. Use `{command}` to start adding some."
msgstr ""
#: redbot/cogs/customcom/customcom.py:569
#: redbot/cogs/customcom/customcom.py:571
msgid "Custom Command List"
msgstr ""
#: redbot/cogs/customcom/customcom.py:573
#: redbot/cogs/customcom/customcom.py:575
msgid "Page {num}/{total}"
msgstr ""
#: redbot/cogs/customcom/customcom.py:583
#: redbot/cogs/customcom/customcom.py:585
#, docstring
msgid "Shows a custom command's responses and its settings.\n\n"
" **Arguments:**\n\n"
@@ -259,50 +259,50 @@ msgid "Shows a custom command's responses and its settings.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:593
#: redbot/cogs/customcom/customcom.py:595
msgid "I could not not find that custom command."
msgstr ""
#: redbot/cogs/customcom/customcom.py:604
#: redbot/cogs/customcom/customcom.py:606
msgid "Deleted User"
msgstr ""
#: redbot/cogs/customcom/customcom.py:610
#: redbot/cogs/customcom/customcom.py:612
msgid "Random"
msgstr ""
#: redbot/cogs/customcom/customcom.py:610
#: redbot/cogs/customcom/customcom.py:612
msgid "Normal"
msgstr ""
#: redbot/cogs/customcom/customcom.py:612
#: redbot/cogs/customcom/customcom.py:614
msgid "Command: {command_name}\n"
"Author: {author}\n"
"Created: {created_at}\n"
"Type: {type}\n"
msgstr ""
#: redbot/cogs/customcom/customcom.py:624
#: redbot/cogs/customcom/customcom.py:626
msgid "Cooldowns:\n"
msgstr ""
#: redbot/cogs/customcom/customcom.py:626
#: redbot/cogs/customcom/customcom.py:628
msgid "{num} seconds per {period}\n"
msgstr ""
#: redbot/cogs/customcom/customcom.py:629
#: redbot/cogs/customcom/customcom.py:631
msgid "Responses:\n"
msgstr ""
#: redbot/cogs/customcom/customcom.py:729
#: redbot/cogs/customcom/customcom.py:731
msgid "Too many arguments!"
msgstr ""
#: redbot/cogs/customcom/customcom.py:733
#: redbot/cogs/customcom/customcom.py:735
msgid "Arguments must be sequential. Missing arguments: "
msgstr ""
#: redbot/cogs/customcom/customcom.py:759
#: redbot/cogs/customcom/customcom.py:761
msgid "Conflicting colon notation for argument {index}: \"{name1}\" and \"{name2}\"."
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
"POT-Creation-Date: 2023-08-10 05:03+0000\n"
"Last-Translator: \n"
"Language-Team: Portuguese\n"
"MIME-Version: 1.0\n"
@@ -18,33 +18,34 @@ msgstr ""
#: redbot/cogs/customcom/customcom.py:80
msgid "Welcome to the interactive random {cc} maker!\n"
"Every message you send will be added as one of the random responses to choose from once this {cc} is triggered. To exit this interactive menu, type `{quit}`"
msgstr ""
msgstr "Bem-vindo ao criador aleatório interativo de {cc}!\n"
"Cada mensagem que envia será adicionada como uma das respostas aleatórias a serem escolhidas quando este {cc} for ativado. Para sair deste menu interativo, digite `{quit}`"
#: redbot/cogs/customcom/customcom.py:91
msgid "Add a random response:"
msgstr ""
msgstr "Adicionar uma resposta aleatória:"
#: redbot/cogs/customcom/customcom.py:98
msgid "The text response you're trying to create has more than 2000 characters.\n"
"I cannot send messages that are longer than 2000 characters, please try again."
msgstr ""
msgstr "A resposta aleatória que está a tentar criar tem mais de 2000 caracteres. Não posso enviar mensagens com mais de 2000 caracteres, por favor, tente novamente."
#: redbot/cogs/customcom/customcom.py:111
msgid "Random responses must take the same arguments!"
msgstr ""
msgstr "As respostas aleatórias devem ter os mesmos argumentos!"
#: redbot/cogs/customcom/customcom.py:183
msgid "Do you want to create a 'randomized' custom command?"
msgstr ""
msgstr "Queres criar um comando personalizado 'anatomizado'?"
#: redbot/cogs/customcom/customcom.py:189
#: redbot/cogs/customcom/customcom.py:200
msgid "Response timed out, please try again later."
msgstr ""
msgstr "A resposta expirou. Por favor, tenta novamente mais tarde."
#: redbot/cogs/customcom/customcom.py:194
msgid "What response do you want?"
msgstr ""
msgstr "Qual resposta desejas?"
#: redbot/cogs/customcom/customcom.py:236
#, docstring
@@ -53,12 +54,13 @@ msgid "This cog contains commands for creating and managing custom commands that
" Custom commands can be used by anyone by default, so be careful with pings.\n"
" Commands can only be lowercase, and will not respond to any uppercase letters.\n"
" "
msgstr ""
msgstr "Este módulo contém comandos para criar e gerenciar comandos personalizados que exibem texto.\n\n"
"Eles são úteis para armazenar informações que os membros possam precisar, como respostas para perguntas frequentes ou links de convite. Comandos personalizados podem ser usados por qualquer pessoa por padrão, então tenha cuidado com menções. Os comandos só podem ser em minúsculas e não responderão a letras maiúsculas. "
#: redbot/cogs/customcom/customcom.py:266
#, docstring
msgid "Base command for Custom Commands management."
msgstr ""
msgstr "Comando base para gerenciamento de comandos personalizados."
#: redbot/cogs/customcom/customcom.py:271
#, docstring
@@ -70,12 +72,13 @@ msgstr ""
#: redbot/cogs/customcom/customcom.py:296
msgid "Response #{num}/{total}"
msgstr ""
msgstr "Resposta #{num}/{total}"
#: redbot/cogs/customcom/customcom.py:306
msgid "Response #{num}/{total}:\n"
"{raw}"
msgstr ""
msgstr "Resposta #{num}/{total}:\n"
"{raw}"
#: redbot/cogs/customcom/customcom.py:317
#, docstring
@@ -87,19 +90,19 @@ msgid "\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:337
#: redbot/cogs/customcom/customcom.py:339
msgid "No close matches were found."
msgstr ""
msgstr "Nenhuma partida fechada foi encontrada."
#: redbot/cogs/customcom/customcom.py:342
#: redbot/cogs/customcom/customcom.py:344
msgid "Search results"
msgstr ""
msgstr "Resultados da pesquisa"
#: redbot/cogs/customcom/customcom.py:347
#: redbot/cogs/customcom/customcom.py:349
msgid "The following matches have been found:"
msgstr ""
msgstr "As seguintes partidas foram encontradas:"
#: redbot/cogs/customcom/customcom.py:352
#: redbot/cogs/customcom/customcom.py:354
#, docstring
msgid "Create custom commands.\n\n"
" If a type is not specified, a simple CC will be created.\n"
@@ -108,7 +111,7 @@ msgid "Create custom commands.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:363
#: redbot/cogs/customcom/customcom.py:365
#, docstring
msgid "Create a CC where it will randomly choose a response!\n\n"
" Note: This command is interactive.\n\n"
@@ -117,38 +120,38 @@ msgid "Create a CC where it will randomly choose a response!\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:373
#: redbot/cogs/customcom/customcom.py:414
#: redbot/cogs/customcom/customcom.py:375
#: redbot/cogs/customcom/customcom.py:416
msgid "Custom command names cannot have spaces in them."
msgstr ""
msgstr "Nomes de comandos personalizados não podem ter espaços neles."
#: redbot/cogs/customcom/customcom.py:376
#: redbot/cogs/customcom/customcom.py:417
#: redbot/cogs/customcom/customcom.py:378
#: redbot/cogs/customcom/customcom.py:419
msgid "There already exists a bot command with the same name."
msgstr ""
msgstr "Já existe um comando de bot com o mesmo nome."
#: redbot/cogs/customcom/customcom.py:380
#: redbot/cogs/customcom/customcom.py:382
msgid "Custom command process cancelled."
msgstr ""
msgstr "Processo de comando personalizado cancelado."
#: redbot/cogs/customcom/customcom.py:384
#: redbot/cogs/customcom/customcom.py:421
#: redbot/cogs/customcom/customcom.py:386
#: redbot/cogs/customcom/customcom.py:423
msgid "Custom command successfully added."
msgstr ""
msgstr "Comando personalizado adicionado com sucesso."
#: redbot/cogs/customcom/customcom.py:387
#: redbot/cogs/customcom/customcom.py:424
#: redbot/cogs/customcom/customcom.py:389
#: redbot/cogs/customcom/customcom.py:426
msgid "This command already exists. Use `{command}` to edit it."
msgstr ""
msgstr "Este comando já existe. Use `{command}` para editá-lo."
#: redbot/cogs/customcom/customcom.py:393
#: redbot/cogs/customcom/customcom.py:432
#: redbot/cogs/customcom/customcom.py:535
#: redbot/cogs/customcom/customcom.py:395
#: redbot/cogs/customcom/customcom.py:434
#: redbot/cogs/customcom/customcom.py:537
msgid "The text response you're trying to create has more than 2000 characters.\n"
"I cannot send messages that are longer than 2000 characters."
msgstr ""
#: redbot/cogs/customcom/customcom.py:402
#: redbot/cogs/customcom/customcom.py:404
#, docstring
msgid "Add a simple custom command.\n\n"
" Example:\n"
@@ -159,7 +162,7 @@ msgid "Add a simple custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:443
#: redbot/cogs/customcom/customcom.py:445
#, docstring
msgid "Set, edit, or view the cooldown for a custom command.\n\n"
" You may set cooldowns per member, channel, or guild. Multiple\n"
@@ -176,33 +179,33 @@ msgid "Set, edit, or view the cooldown for a custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:464
#: redbot/cogs/customcom/customcom.py:505
#: redbot/cogs/customcom/customcom.py:466
#: redbot/cogs/customcom/customcom.py:507
msgid "That command doesn't exist."
msgstr ""
msgstr "Esse comando não existe."
#: redbot/cogs/customcom/customcom.py:469
#: redbot/cogs/customcom/customcom.py:471
msgid "A {} may call this command every {} seconds"
msgstr ""
msgstr "Um {} pode chamar este comando a cada {} segundos"
#: redbot/cogs/customcom/customcom.py:473
#: redbot/cogs/customcom/customcom.py:475
msgid "This command has no cooldown."
msgstr ""
msgstr "Este comando não tem tempo de espera."
#: redbot/cogs/customcom/customcom.py:477
#: redbot/cogs/customcom/customcom.py:479
msgid "{} must be one of {}"
msgstr ""
msgstr "{} deve ser um dos {}"
#: redbot/cogs/customcom/customcom.py:481
#: redbot/cogs/customcom/customcom.py:483
msgid "Custom command cooldown successfully edited."
msgstr ""
msgstr "Tempo de recarga do comando personalizado editado com sucesso."
#: redbot/cogs/customcom/customcom.py:484
#: redbot/cogs/customcom/customcom.py:525
#: redbot/cogs/customcom/customcom.py:486
#: redbot/cogs/customcom/customcom.py:527
msgid "That command doesn't exist. Use `{command}` to add it."
msgstr ""
msgstr "Esse comando não existe. Use `{command}` para adicioná-lo."
#: redbot/cogs/customcom/customcom.py:492
#: redbot/cogs/customcom/customcom.py:494
#, docstring
msgid "Delete a custom command.\n\n"
" Example:\n"
@@ -212,11 +215,11 @@ msgid "Delete a custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:503
#: redbot/cogs/customcom/customcom.py:505
msgid "Custom command successfully deleted."
msgstr ""
msgstr "Comando personalizado excluído com sucesso."
#: redbot/cogs/customcom/customcom.py:510
#: redbot/cogs/customcom/customcom.py:512
#, docstring
msgid "Edit a custom command.\n\n"
" Example:\n"
@@ -227,11 +230,11 @@ msgid "Edit a custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:522
#: redbot/cogs/customcom/customcom.py:524
msgid "Custom command successfully edited."
msgstr ""
msgstr "Comando personalizado editado com sucesso."
#: redbot/cogs/customcom/customcom.py:544
#: redbot/cogs/customcom/customcom.py:546
#, docstring
msgid "List all available custom commands.\n\n"
" The list displays a preview of each command's response, with\n"
@@ -239,70 +242,76 @@ msgid "List all available custom commands.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:553
#: redbot/cogs/customcom/customcom.py:555
msgid "There are no custom commands in this server. Use `{command}` to start adding some."
msgstr ""
msgstr "Não há nenhum comando personalizado neste servidor. Use `{command}` para começar a adicionar alguns."
#: redbot/cogs/customcom/customcom.py:569
#: redbot/cogs/customcom/customcom.py:571
msgid "Custom Command List"
msgstr ""
msgstr "Lista de comandos personalizados"
#: redbot/cogs/customcom/customcom.py:573
#: redbot/cogs/customcom/customcom.py:575
msgid "Page {num}/{total}"
msgstr ""
msgstr "Página {num}/{total}"
#: redbot/cogs/customcom/customcom.py:583
#: redbot/cogs/customcom/customcom.py:585
#, docstring
msgid "Shows a custom command's responses and its settings.\n\n"
" **Arguments:**\n\n"
" - `<command_name>` The custom command to show.\n"
" "
msgstr ""
msgstr "Mostra respostas de um comando personalizado e as suas configurações.\n\n"
" **Argumentos:**\n\n"
" - `<command_name>` O comando personalizado a ser exibido.\n"
" "
#: redbot/cogs/customcom/customcom.py:593
#: redbot/cogs/customcom/customcom.py:595
msgid "I could not not find that custom command."
msgstr ""
msgstr "Eu não consegui encontrar esse comando personalizado."
#: redbot/cogs/customcom/customcom.py:604
#: redbot/cogs/customcom/customcom.py:606
msgid "Deleted User"
msgstr ""
#: redbot/cogs/customcom/customcom.py:610
msgid "Random"
msgstr ""
#: redbot/cogs/customcom/customcom.py:610
msgid "Normal"
msgstr ""
msgstr "Utilizador eliminado"
#: redbot/cogs/customcom/customcom.py:612
msgid "Random"
msgstr "Aleatório"
#: redbot/cogs/customcom/customcom.py:612
msgid "Normal"
msgstr "Normal"
#: redbot/cogs/customcom/customcom.py:614
msgid "Command: {command_name}\n"
"Author: {author}\n"
"Created: {created_at}\n"
"Type: {type}\n"
msgstr ""
#: redbot/cogs/customcom/customcom.py:624
msgid "Cooldowns:\n"
msgstr ""
msgstr "Comando: {command_name}\n"
"Autor: {author}\n"
"Criado: {created_at}\n"
"Tipo: {type}\n"
#: redbot/cogs/customcom/customcom.py:626
msgid "Cooldowns:\n"
msgstr "Cooldowns:\n"
#: redbot/cogs/customcom/customcom.py:628
msgid "{num} seconds per {period}\n"
msgstr ""
msgstr "{num} segundos por {period}\n"
#: redbot/cogs/customcom/customcom.py:629
#: redbot/cogs/customcom/customcom.py:631
msgid "Responses:\n"
msgstr ""
msgstr "Respostas:\n"
#: redbot/cogs/customcom/customcom.py:729
#: redbot/cogs/customcom/customcom.py:731
msgid "Too many arguments!"
msgstr ""
msgstr "Demasiados argumentos!"
#: redbot/cogs/customcom/customcom.py:733
#: redbot/cogs/customcom/customcom.py:735
msgid "Arguments must be sequential. Missing arguments: "
msgstr ""
msgstr "Os argumentos devem ser sequenciais. Faltam argumentos: "
#: redbot/cogs/customcom/customcom.py:759
#: redbot/cogs/customcom/customcom.py:761
msgid "Conflicting colon notation for argument {index}: \"{name1}\" and \"{name2}\"."
msgstr ""
msgstr "Notação de pontos em conflito para o argumento {index}: \"{name1}\" e \"{name2}\"."

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
"POT-Creation-Date: 2023-08-10 05:03+0000\n"
"Last-Translator: \n"
"Language-Team: Russian\n"
"MIME-Version: 1.0\n"
@@ -96,19 +96,19 @@ msgid "\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:337
#: redbot/cogs/customcom/customcom.py:339
msgid "No close matches were found."
msgstr "Ничего не найдено."
#: redbot/cogs/customcom/customcom.py:342
#: redbot/cogs/customcom/customcom.py:344
msgid "Search results"
msgstr "Результаты поиска"
#: redbot/cogs/customcom/customcom.py:347
#: redbot/cogs/customcom/customcom.py:349
msgid "The following matches have been found:"
msgstr "Были найдены следующие совпадения:"
#: redbot/cogs/customcom/customcom.py:352
#: redbot/cogs/customcom/customcom.py:354
#, docstring
msgid "Create custom commands.\n\n"
" If a type is not specified, a simple CC will be created.\n"
@@ -121,7 +121,7 @@ msgstr "Создание пользовательских команд.\n\n"
" [here] (https://docs.discord.red/en/stable/cog_customcom.html).\n"
" "
#: redbot/cogs/customcom/customcom.py:363
#: redbot/cogs/customcom/customcom.py:365
#, docstring
msgid "Create a CC where it will randomly choose a response!\n\n"
" Note: This command is interactive.\n\n"
@@ -134,38 +134,38 @@ msgstr "Создайте КС, в котором он будет случайн
" - `<command>` Команда, выполняемая для возврата текста. Приводится к нижнему регистру.\n"
" "
#: redbot/cogs/customcom/customcom.py:373
#: redbot/cogs/customcom/customcom.py:414
#: redbot/cogs/customcom/customcom.py:375
#: redbot/cogs/customcom/customcom.py:416
msgid "Custom command names cannot have spaces in them."
msgstr "Пользовательские имена команд не могут содержать пробелов."
#: redbot/cogs/customcom/customcom.py:376
#: redbot/cogs/customcom/customcom.py:417
#: redbot/cogs/customcom/customcom.py:378
#: redbot/cogs/customcom/customcom.py:419
msgid "There already exists a bot command with the same name."
msgstr "Уже существует команда бота с таким же именем."
#: redbot/cogs/customcom/customcom.py:380
#: redbot/cogs/customcom/customcom.py:382
msgid "Custom command process cancelled."
msgstr "Пользовательский процесс команды отменен."
#: redbot/cogs/customcom/customcom.py:384
#: redbot/cogs/customcom/customcom.py:421
#: redbot/cogs/customcom/customcom.py:386
#: redbot/cogs/customcom/customcom.py:423
msgid "Custom command successfully added."
msgstr "Пользовательская команда успешно добавлена."
#: redbot/cogs/customcom/customcom.py:387
#: redbot/cogs/customcom/customcom.py:424
#: redbot/cogs/customcom/customcom.py:389
#: redbot/cogs/customcom/customcom.py:426
msgid "This command already exists. Use `{command}` to edit it."
msgstr "Эта команда уже существует. Используйте `{command}` для редактирования."
#: redbot/cogs/customcom/customcom.py:393
#: redbot/cogs/customcom/customcom.py:432
#: redbot/cogs/customcom/customcom.py:535
#: redbot/cogs/customcom/customcom.py:395
#: redbot/cogs/customcom/customcom.py:434
#: redbot/cogs/customcom/customcom.py:537
msgid "The text response you're trying to create has more than 2000 characters.\n"
"I cannot send messages that are longer than 2000 characters."
msgstr ""
#: redbot/cogs/customcom/customcom.py:402
#: redbot/cogs/customcom/customcom.py:404
#, docstring
msgid "Add a simple custom command.\n\n"
" Example:\n"
@@ -176,7 +176,7 @@ msgid "Add a simple custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:443
#: redbot/cogs/customcom/customcom.py:445
#, docstring
msgid "Set, edit, or view the cooldown for a custom command.\n\n"
" You may set cooldowns per member, channel, or guild. Multiple\n"
@@ -193,33 +193,33 @@ msgid "Set, edit, or view the cooldown for a custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:464
#: redbot/cogs/customcom/customcom.py:505
#: redbot/cogs/customcom/customcom.py:466
#: redbot/cogs/customcom/customcom.py:507
msgid "That command doesn't exist."
msgstr "Такой команды не существует."
#: redbot/cogs/customcom/customcom.py:469
#: redbot/cogs/customcom/customcom.py:471
msgid "A {} may call this command every {} seconds"
msgstr "{} может вызывать эту команду каждые {} секунд"
#: redbot/cogs/customcom/customcom.py:473
#: redbot/cogs/customcom/customcom.py:475
msgid "This command has no cooldown."
msgstr "Эта команда не имеет времени восстановления."
#: redbot/cogs/customcom/customcom.py:477
#: redbot/cogs/customcom/customcom.py:479
msgid "{} must be one of {}"
msgstr "{} должен быть одним из {}"
#: redbot/cogs/customcom/customcom.py:481
#: redbot/cogs/customcom/customcom.py:483
msgid "Custom command cooldown successfully edited."
msgstr "Время восстановления пользовательской команды успешно отредактировано."
#: redbot/cogs/customcom/customcom.py:484
#: redbot/cogs/customcom/customcom.py:525
#: redbot/cogs/customcom/customcom.py:486
#: redbot/cogs/customcom/customcom.py:527
msgid "That command doesn't exist. Use `{command}` to add it."
msgstr "Эта команда не существует. Используйте `{command}`, чтобы добавить ее."
#: redbot/cogs/customcom/customcom.py:492
#: redbot/cogs/customcom/customcom.py:494
#, docstring
msgid "Delete a custom command.\n\n"
" Example:\n"
@@ -229,11 +229,11 @@ msgid "Delete a custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:503
#: redbot/cogs/customcom/customcom.py:505
msgid "Custom command successfully deleted."
msgstr "Пользовательская команда успешно удалена."
#: redbot/cogs/customcom/customcom.py:510
#: redbot/cogs/customcom/customcom.py:512
#, docstring
msgid "Edit a custom command.\n\n"
" Example:\n"
@@ -244,11 +244,11 @@ msgid "Edit a custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:522
#: redbot/cogs/customcom/customcom.py:524
msgid "Custom command successfully edited."
msgstr "Пользовательская команда успешно отредактирована."
#: redbot/cogs/customcom/customcom.py:544
#: redbot/cogs/customcom/customcom.py:546
#, docstring
msgid "List all available custom commands.\n\n"
" The list displays a preview of each command's response, with\n"
@@ -259,19 +259,19 @@ msgstr "Список всех доступных пользовательски
" разметки и новые строки заменены пробелами.\n"
" "
#: redbot/cogs/customcom/customcom.py:553
#: redbot/cogs/customcom/customcom.py:555
msgid "There are no custom commands in this server. Use `{command}` to start adding some."
msgstr "На этом сервере нет пользовательских команд. Используйте `{command}`, чтобы начать добавлять некоторые."
#: redbot/cogs/customcom/customcom.py:569
#: redbot/cogs/customcom/customcom.py:571
msgid "Custom Command List"
msgstr "Список пользовательских команд"
#: redbot/cogs/customcom/customcom.py:573
#: redbot/cogs/customcom/customcom.py:575
msgid "Page {num}/{total}"
msgstr "Страница {num}/{total}"
#: redbot/cogs/customcom/customcom.py:583
#: redbot/cogs/customcom/customcom.py:585
#, docstring
msgid "Shows a custom command's responses and its settings.\n\n"
" **Arguments:**\n\n"
@@ -282,23 +282,23 @@ msgstr "Показывает ответы пользовательской ко
" - `<command_name>` Пользовательская команда для отображения.\n"
" "
#: redbot/cogs/customcom/customcom.py:593
#: redbot/cogs/customcom/customcom.py:595
msgid "I could not not find that custom command."
msgstr "Я не смог найти эту пользовательскую команду."
#: redbot/cogs/customcom/customcom.py:604
#: redbot/cogs/customcom/customcom.py:606
msgid "Deleted User"
msgstr "Удалённый пользователь"
#: redbot/cogs/customcom/customcom.py:610
#: redbot/cogs/customcom/customcom.py:612
msgid "Random"
msgstr "Случайно"
#: redbot/cogs/customcom/customcom.py:610
#: redbot/cogs/customcom/customcom.py:612
msgid "Normal"
msgstr "Обычный"
#: redbot/cogs/customcom/customcom.py:612
#: redbot/cogs/customcom/customcom.py:614
msgid "Command: {command_name}\n"
"Author: {author}\n"
"Created: {created_at}\n"
@@ -308,27 +308,27 @@ msgstr "Команда: {command_name}\n"
"Создано: {created_at}\n"
"Тип: {type}\n"
#: redbot/cogs/customcom/customcom.py:624
#: redbot/cogs/customcom/customcom.py:626
msgid "Cooldowns:\n"
msgstr "Перезарядка:\n"
#: redbot/cogs/customcom/customcom.py:626
#: redbot/cogs/customcom/customcom.py:628
msgid "{num} seconds per {period}\n"
msgstr "{num} секунд в {period}\n"
#: redbot/cogs/customcom/customcom.py:629
#: redbot/cogs/customcom/customcom.py:631
msgid "Responses:\n"
msgstr "Ответы:\n"
#: redbot/cogs/customcom/customcom.py:729
#: redbot/cogs/customcom/customcom.py:731
msgid "Too many arguments!"
msgstr "Слишком много аргументов!"
#: redbot/cogs/customcom/customcom.py:733
#: redbot/cogs/customcom/customcom.py:735
msgid "Arguments must be sequential. Missing arguments: "
msgstr "Аргументы должны быть последовательными. Отсутствующие аргументы: "
#: redbot/cogs/customcom/customcom.py:759
#: redbot/cogs/customcom/customcom.py:761
msgid "Conflicting colon notation for argument {index}: \"{name1}\" and \"{name2}\"."
msgstr "Конфликт среди аргументов {index}: \"{name1}\" and \"{name2}\"."

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
"POT-Creation-Date: 2023-08-10 05:03+0000\n"
"Last-Translator: \n"
"Language-Team: Slovak\n"
"MIME-Version: 1.0\n"
@@ -87,19 +87,19 @@ msgid "\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:337
#: redbot/cogs/customcom/customcom.py:339
msgid "No close matches were found."
msgstr ""
#: redbot/cogs/customcom/customcom.py:342
#: redbot/cogs/customcom/customcom.py:344
msgid "Search results"
msgstr ""
#: redbot/cogs/customcom/customcom.py:347
#: redbot/cogs/customcom/customcom.py:349
msgid "The following matches have been found:"
msgstr ""
#: redbot/cogs/customcom/customcom.py:352
#: redbot/cogs/customcom/customcom.py:354
#, docstring
msgid "Create custom commands.\n\n"
" If a type is not specified, a simple CC will be created.\n"
@@ -108,7 +108,7 @@ msgid "Create custom commands.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:363
#: redbot/cogs/customcom/customcom.py:365
#, docstring
msgid "Create a CC where it will randomly choose a response!\n\n"
" Note: This command is interactive.\n\n"
@@ -117,38 +117,38 @@ msgid "Create a CC where it will randomly choose a response!\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:373
#: redbot/cogs/customcom/customcom.py:414
#: redbot/cogs/customcom/customcom.py:375
#: redbot/cogs/customcom/customcom.py:416
msgid "Custom command names cannot have spaces in them."
msgstr ""
#: redbot/cogs/customcom/customcom.py:376
#: redbot/cogs/customcom/customcom.py:417
#: redbot/cogs/customcom/customcom.py:378
#: redbot/cogs/customcom/customcom.py:419
msgid "There already exists a bot command with the same name."
msgstr ""
#: redbot/cogs/customcom/customcom.py:380
#: redbot/cogs/customcom/customcom.py:382
msgid "Custom command process cancelled."
msgstr ""
#: redbot/cogs/customcom/customcom.py:384
#: redbot/cogs/customcom/customcom.py:421
#: redbot/cogs/customcom/customcom.py:386
#: redbot/cogs/customcom/customcom.py:423
msgid "Custom command successfully added."
msgstr ""
#: redbot/cogs/customcom/customcom.py:387
#: redbot/cogs/customcom/customcom.py:424
#: redbot/cogs/customcom/customcom.py:389
#: redbot/cogs/customcom/customcom.py:426
msgid "This command already exists. Use `{command}` to edit it."
msgstr ""
#: redbot/cogs/customcom/customcom.py:393
#: redbot/cogs/customcom/customcom.py:432
#: redbot/cogs/customcom/customcom.py:535
#: redbot/cogs/customcom/customcom.py:395
#: redbot/cogs/customcom/customcom.py:434
#: redbot/cogs/customcom/customcom.py:537
msgid "The text response you're trying to create has more than 2000 characters.\n"
"I cannot send messages that are longer than 2000 characters."
msgstr ""
#: redbot/cogs/customcom/customcom.py:402
#: redbot/cogs/customcom/customcom.py:404
#, docstring
msgid "Add a simple custom command.\n\n"
" Example:\n"
@@ -159,7 +159,7 @@ msgid "Add a simple custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:443
#: redbot/cogs/customcom/customcom.py:445
#, docstring
msgid "Set, edit, or view the cooldown for a custom command.\n\n"
" You may set cooldowns per member, channel, or guild. Multiple\n"
@@ -176,33 +176,33 @@ msgid "Set, edit, or view the cooldown for a custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:464
#: redbot/cogs/customcom/customcom.py:505
#: redbot/cogs/customcom/customcom.py:466
#: redbot/cogs/customcom/customcom.py:507
msgid "That command doesn't exist."
msgstr ""
#: redbot/cogs/customcom/customcom.py:469
#: redbot/cogs/customcom/customcom.py:471
msgid "A {} may call this command every {} seconds"
msgstr ""
#: redbot/cogs/customcom/customcom.py:473
#: redbot/cogs/customcom/customcom.py:475
msgid "This command has no cooldown."
msgstr ""
#: redbot/cogs/customcom/customcom.py:477
#: redbot/cogs/customcom/customcom.py:479
msgid "{} must be one of {}"
msgstr ""
#: redbot/cogs/customcom/customcom.py:481
#: redbot/cogs/customcom/customcom.py:483
msgid "Custom command cooldown successfully edited."
msgstr ""
#: redbot/cogs/customcom/customcom.py:484
#: redbot/cogs/customcom/customcom.py:525
#: redbot/cogs/customcom/customcom.py:486
#: redbot/cogs/customcom/customcom.py:527
msgid "That command doesn't exist. Use `{command}` to add it."
msgstr ""
#: redbot/cogs/customcom/customcom.py:492
#: redbot/cogs/customcom/customcom.py:494
#, docstring
msgid "Delete a custom command.\n\n"
" Example:\n"
@@ -212,11 +212,11 @@ msgid "Delete a custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:503
#: redbot/cogs/customcom/customcom.py:505
msgid "Custom command successfully deleted."
msgstr ""
#: redbot/cogs/customcom/customcom.py:510
#: redbot/cogs/customcom/customcom.py:512
#, docstring
msgid "Edit a custom command.\n\n"
" Example:\n"
@@ -227,11 +227,11 @@ msgid "Edit a custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:522
#: redbot/cogs/customcom/customcom.py:524
msgid "Custom command successfully edited."
msgstr ""
#: redbot/cogs/customcom/customcom.py:544
#: redbot/cogs/customcom/customcom.py:546
#, docstring
msgid "List all available custom commands.\n\n"
" The list displays a preview of each command's response, with\n"
@@ -239,19 +239,19 @@ msgid "List all available custom commands.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:553
#: redbot/cogs/customcom/customcom.py:555
msgid "There are no custom commands in this server. Use `{command}` to start adding some."
msgstr ""
#: redbot/cogs/customcom/customcom.py:569
#: redbot/cogs/customcom/customcom.py:571
msgid "Custom Command List"
msgstr ""
#: redbot/cogs/customcom/customcom.py:573
#: redbot/cogs/customcom/customcom.py:575
msgid "Page {num}/{total}"
msgstr ""
#: redbot/cogs/customcom/customcom.py:583
#: redbot/cogs/customcom/customcom.py:585
#, docstring
msgid "Shows a custom command's responses and its settings.\n\n"
" **Arguments:**\n\n"
@@ -259,50 +259,50 @@ msgid "Shows a custom command's responses and its settings.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:593
#: redbot/cogs/customcom/customcom.py:595
msgid "I could not not find that custom command."
msgstr ""
#: redbot/cogs/customcom/customcom.py:604
#: redbot/cogs/customcom/customcom.py:606
msgid "Deleted User"
msgstr ""
#: redbot/cogs/customcom/customcom.py:610
#: redbot/cogs/customcom/customcom.py:612
msgid "Random"
msgstr ""
#: redbot/cogs/customcom/customcom.py:610
#: redbot/cogs/customcom/customcom.py:612
msgid "Normal"
msgstr ""
#: redbot/cogs/customcom/customcom.py:612
#: redbot/cogs/customcom/customcom.py:614
msgid "Command: {command_name}\n"
"Author: {author}\n"
"Created: {created_at}\n"
"Type: {type}\n"
msgstr ""
#: redbot/cogs/customcom/customcom.py:624
#: redbot/cogs/customcom/customcom.py:626
msgid "Cooldowns:\n"
msgstr ""
#: redbot/cogs/customcom/customcom.py:626
#: redbot/cogs/customcom/customcom.py:628
msgid "{num} seconds per {period}\n"
msgstr ""
#: redbot/cogs/customcom/customcom.py:629
#: redbot/cogs/customcom/customcom.py:631
msgid "Responses:\n"
msgstr ""
#: redbot/cogs/customcom/customcom.py:729
#: redbot/cogs/customcom/customcom.py:731
msgid "Too many arguments!"
msgstr ""
#: redbot/cogs/customcom/customcom.py:733
#: redbot/cogs/customcom/customcom.py:735
msgid "Arguments must be sequential. Missing arguments: "
msgstr ""
#: redbot/cogs/customcom/customcom.py:759
#: redbot/cogs/customcom/customcom.py:761
msgid "Conflicting colon notation for argument {index}: \"{name1}\" and \"{name2}\"."
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
"POT-Creation-Date: 2023-08-10 05:03+0000\n"
"Last-Translator: \n"
"Language-Team: Slovenian\n"
"MIME-Version: 1.0\n"
@@ -87,19 +87,19 @@ msgid "\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:337
#: redbot/cogs/customcom/customcom.py:339
msgid "No close matches were found."
msgstr ""
#: redbot/cogs/customcom/customcom.py:342
#: redbot/cogs/customcom/customcom.py:344
msgid "Search results"
msgstr ""
#: redbot/cogs/customcom/customcom.py:347
#: redbot/cogs/customcom/customcom.py:349
msgid "The following matches have been found:"
msgstr ""
#: redbot/cogs/customcom/customcom.py:352
#: redbot/cogs/customcom/customcom.py:354
#, docstring
msgid "Create custom commands.\n\n"
" If a type is not specified, a simple CC will be created.\n"
@@ -108,7 +108,7 @@ msgid "Create custom commands.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:363
#: redbot/cogs/customcom/customcom.py:365
#, docstring
msgid "Create a CC where it will randomly choose a response!\n\n"
" Note: This command is interactive.\n\n"
@@ -117,38 +117,38 @@ msgid "Create a CC where it will randomly choose a response!\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:373
#: redbot/cogs/customcom/customcom.py:414
#: redbot/cogs/customcom/customcom.py:375
#: redbot/cogs/customcom/customcom.py:416
msgid "Custom command names cannot have spaces in them."
msgstr ""
#: redbot/cogs/customcom/customcom.py:376
#: redbot/cogs/customcom/customcom.py:417
#: redbot/cogs/customcom/customcom.py:378
#: redbot/cogs/customcom/customcom.py:419
msgid "There already exists a bot command with the same name."
msgstr ""
#: redbot/cogs/customcom/customcom.py:380
#: redbot/cogs/customcom/customcom.py:382
msgid "Custom command process cancelled."
msgstr ""
#: redbot/cogs/customcom/customcom.py:384
#: redbot/cogs/customcom/customcom.py:421
#: redbot/cogs/customcom/customcom.py:386
#: redbot/cogs/customcom/customcom.py:423
msgid "Custom command successfully added."
msgstr ""
#: redbot/cogs/customcom/customcom.py:387
#: redbot/cogs/customcom/customcom.py:424
#: redbot/cogs/customcom/customcom.py:389
#: redbot/cogs/customcom/customcom.py:426
msgid "This command already exists. Use `{command}` to edit it."
msgstr ""
#: redbot/cogs/customcom/customcom.py:393
#: redbot/cogs/customcom/customcom.py:432
#: redbot/cogs/customcom/customcom.py:535
#: redbot/cogs/customcom/customcom.py:395
#: redbot/cogs/customcom/customcom.py:434
#: redbot/cogs/customcom/customcom.py:537
msgid "The text response you're trying to create has more than 2000 characters.\n"
"I cannot send messages that are longer than 2000 characters."
msgstr ""
#: redbot/cogs/customcom/customcom.py:402
#: redbot/cogs/customcom/customcom.py:404
#, docstring
msgid "Add a simple custom command.\n\n"
" Example:\n"
@@ -159,7 +159,7 @@ msgid "Add a simple custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:443
#: redbot/cogs/customcom/customcom.py:445
#, docstring
msgid "Set, edit, or view the cooldown for a custom command.\n\n"
" You may set cooldowns per member, channel, or guild. Multiple\n"
@@ -176,33 +176,33 @@ msgid "Set, edit, or view the cooldown for a custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:464
#: redbot/cogs/customcom/customcom.py:505
#: redbot/cogs/customcom/customcom.py:466
#: redbot/cogs/customcom/customcom.py:507
msgid "That command doesn't exist."
msgstr ""
#: redbot/cogs/customcom/customcom.py:469
#: redbot/cogs/customcom/customcom.py:471
msgid "A {} may call this command every {} seconds"
msgstr ""
#: redbot/cogs/customcom/customcom.py:473
#: redbot/cogs/customcom/customcom.py:475
msgid "This command has no cooldown."
msgstr ""
#: redbot/cogs/customcom/customcom.py:477
#: redbot/cogs/customcom/customcom.py:479
msgid "{} must be one of {}"
msgstr ""
#: redbot/cogs/customcom/customcom.py:481
#: redbot/cogs/customcom/customcom.py:483
msgid "Custom command cooldown successfully edited."
msgstr ""
#: redbot/cogs/customcom/customcom.py:484
#: redbot/cogs/customcom/customcom.py:525
#: redbot/cogs/customcom/customcom.py:486
#: redbot/cogs/customcom/customcom.py:527
msgid "That command doesn't exist. Use `{command}` to add it."
msgstr ""
#: redbot/cogs/customcom/customcom.py:492
#: redbot/cogs/customcom/customcom.py:494
#, docstring
msgid "Delete a custom command.\n\n"
" Example:\n"
@@ -212,11 +212,11 @@ msgid "Delete a custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:503
#: redbot/cogs/customcom/customcom.py:505
msgid "Custom command successfully deleted."
msgstr ""
#: redbot/cogs/customcom/customcom.py:510
#: redbot/cogs/customcom/customcom.py:512
#, docstring
msgid "Edit a custom command.\n\n"
" Example:\n"
@@ -227,11 +227,11 @@ msgid "Edit a custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:522
#: redbot/cogs/customcom/customcom.py:524
msgid "Custom command successfully edited."
msgstr ""
#: redbot/cogs/customcom/customcom.py:544
#: redbot/cogs/customcom/customcom.py:546
#, docstring
msgid "List all available custom commands.\n\n"
" The list displays a preview of each command's response, with\n"
@@ -239,19 +239,19 @@ msgid "List all available custom commands.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:553
#: redbot/cogs/customcom/customcom.py:555
msgid "There are no custom commands in this server. Use `{command}` to start adding some."
msgstr ""
#: redbot/cogs/customcom/customcom.py:569
#: redbot/cogs/customcom/customcom.py:571
msgid "Custom Command List"
msgstr ""
#: redbot/cogs/customcom/customcom.py:573
#: redbot/cogs/customcom/customcom.py:575
msgid "Page {num}/{total}"
msgstr ""
#: redbot/cogs/customcom/customcom.py:583
#: redbot/cogs/customcom/customcom.py:585
#, docstring
msgid "Shows a custom command's responses and its settings.\n\n"
" **Arguments:**\n\n"
@@ -259,50 +259,50 @@ msgid "Shows a custom command's responses and its settings.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:593
#: redbot/cogs/customcom/customcom.py:595
msgid "I could not not find that custom command."
msgstr ""
#: redbot/cogs/customcom/customcom.py:604
#: redbot/cogs/customcom/customcom.py:606
msgid "Deleted User"
msgstr ""
#: redbot/cogs/customcom/customcom.py:610
#: redbot/cogs/customcom/customcom.py:612
msgid "Random"
msgstr ""
#: redbot/cogs/customcom/customcom.py:610
#: redbot/cogs/customcom/customcom.py:612
msgid "Normal"
msgstr ""
#: redbot/cogs/customcom/customcom.py:612
#: redbot/cogs/customcom/customcom.py:614
msgid "Command: {command_name}\n"
"Author: {author}\n"
"Created: {created_at}\n"
"Type: {type}\n"
msgstr ""
#: redbot/cogs/customcom/customcom.py:624
#: redbot/cogs/customcom/customcom.py:626
msgid "Cooldowns:\n"
msgstr ""
#: redbot/cogs/customcom/customcom.py:626
#: redbot/cogs/customcom/customcom.py:628
msgid "{num} seconds per {period}\n"
msgstr ""
#: redbot/cogs/customcom/customcom.py:629
#: redbot/cogs/customcom/customcom.py:631
msgid "Responses:\n"
msgstr ""
#: redbot/cogs/customcom/customcom.py:729
#: redbot/cogs/customcom/customcom.py:731
msgid "Too many arguments!"
msgstr ""
#: redbot/cogs/customcom/customcom.py:733
#: redbot/cogs/customcom/customcom.py:735
msgid "Arguments must be sequential. Missing arguments: "
msgstr ""
#: redbot/cogs/customcom/customcom.py:759
#: redbot/cogs/customcom/customcom.py:761
msgid "Conflicting colon notation for argument {index}: \"{name1}\" and \"{name2}\"."
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
"POT-Creation-Date: 2023-08-10 05:03+0000\n"
"Last-Translator: \n"
"Language-Team: Swedish\n"
"MIME-Version: 1.0\n"
@@ -87,19 +87,19 @@ msgid "\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:337
#: redbot/cogs/customcom/customcom.py:339
msgid "No close matches were found."
msgstr ""
#: redbot/cogs/customcom/customcom.py:342
#: redbot/cogs/customcom/customcom.py:344
msgid "Search results"
msgstr ""
#: redbot/cogs/customcom/customcom.py:347
#: redbot/cogs/customcom/customcom.py:349
msgid "The following matches have been found:"
msgstr ""
#: redbot/cogs/customcom/customcom.py:352
#: redbot/cogs/customcom/customcom.py:354
#, docstring
msgid "Create custom commands.\n\n"
" If a type is not specified, a simple CC will be created.\n"
@@ -108,7 +108,7 @@ msgid "Create custom commands.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:363
#: redbot/cogs/customcom/customcom.py:365
#, docstring
msgid "Create a CC where it will randomly choose a response!\n\n"
" Note: This command is interactive.\n\n"
@@ -117,38 +117,38 @@ msgid "Create a CC where it will randomly choose a response!\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:373
#: redbot/cogs/customcom/customcom.py:414
#: redbot/cogs/customcom/customcom.py:375
#: redbot/cogs/customcom/customcom.py:416
msgid "Custom command names cannot have spaces in them."
msgstr ""
#: redbot/cogs/customcom/customcom.py:376
#: redbot/cogs/customcom/customcom.py:417
#: redbot/cogs/customcom/customcom.py:378
#: redbot/cogs/customcom/customcom.py:419
msgid "There already exists a bot command with the same name."
msgstr ""
#: redbot/cogs/customcom/customcom.py:380
#: redbot/cogs/customcom/customcom.py:382
msgid "Custom command process cancelled."
msgstr ""
#: redbot/cogs/customcom/customcom.py:384
#: redbot/cogs/customcom/customcom.py:421
#: redbot/cogs/customcom/customcom.py:386
#: redbot/cogs/customcom/customcom.py:423
msgid "Custom command successfully added."
msgstr "Det anpassade kommandot har lagts till."
#: redbot/cogs/customcom/customcom.py:387
#: redbot/cogs/customcom/customcom.py:424
#: redbot/cogs/customcom/customcom.py:389
#: redbot/cogs/customcom/customcom.py:426
msgid "This command already exists. Use `{command}` to edit it."
msgstr ""
#: redbot/cogs/customcom/customcom.py:393
#: redbot/cogs/customcom/customcom.py:432
#: redbot/cogs/customcom/customcom.py:535
#: redbot/cogs/customcom/customcom.py:395
#: redbot/cogs/customcom/customcom.py:434
#: redbot/cogs/customcom/customcom.py:537
msgid "The text response you're trying to create has more than 2000 characters.\n"
"I cannot send messages that are longer than 2000 characters."
msgstr ""
#: redbot/cogs/customcom/customcom.py:402
#: redbot/cogs/customcom/customcom.py:404
#, docstring
msgid "Add a simple custom command.\n\n"
" Example:\n"
@@ -159,7 +159,7 @@ msgid "Add a simple custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:443
#: redbot/cogs/customcom/customcom.py:445
#, docstring
msgid "Set, edit, or view the cooldown for a custom command.\n\n"
" You may set cooldowns per member, channel, or guild. Multiple\n"
@@ -176,33 +176,33 @@ msgid "Set, edit, or view the cooldown for a custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:464
#: redbot/cogs/customcom/customcom.py:505
#: redbot/cogs/customcom/customcom.py:466
#: redbot/cogs/customcom/customcom.py:507
msgid "That command doesn't exist."
msgstr "Det kommandot finns inte."
#: redbot/cogs/customcom/customcom.py:469
#: redbot/cogs/customcom/customcom.py:471
msgid "A {} may call this command every {} seconds"
msgstr ""
#: redbot/cogs/customcom/customcom.py:473
#: redbot/cogs/customcom/customcom.py:475
msgid "This command has no cooldown."
msgstr ""
#: redbot/cogs/customcom/customcom.py:477
#: redbot/cogs/customcom/customcom.py:479
msgid "{} must be one of {}"
msgstr ""
#: redbot/cogs/customcom/customcom.py:481
#: redbot/cogs/customcom/customcom.py:483
msgid "Custom command cooldown successfully edited."
msgstr ""
#: redbot/cogs/customcom/customcom.py:484
#: redbot/cogs/customcom/customcom.py:525
#: redbot/cogs/customcom/customcom.py:486
#: redbot/cogs/customcom/customcom.py:527
msgid "That command doesn't exist. Use `{command}` to add it."
msgstr ""
#: redbot/cogs/customcom/customcom.py:492
#: redbot/cogs/customcom/customcom.py:494
#, docstring
msgid "Delete a custom command.\n\n"
" Example:\n"
@@ -212,11 +212,11 @@ msgid "Delete a custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:503
#: redbot/cogs/customcom/customcom.py:505
msgid "Custom command successfully deleted."
msgstr "Det anpassade kommandot är nu borttaget."
#: redbot/cogs/customcom/customcom.py:510
#: redbot/cogs/customcom/customcom.py:512
#, docstring
msgid "Edit a custom command.\n\n"
" Example:\n"
@@ -227,11 +227,11 @@ msgid "Edit a custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:522
#: redbot/cogs/customcom/customcom.py:524
msgid "Custom command successfully edited."
msgstr "Det anpassade kommandot har nu ändrats."
#: redbot/cogs/customcom/customcom.py:544
#: redbot/cogs/customcom/customcom.py:546
#, docstring
msgid "List all available custom commands.\n\n"
" The list displays a preview of each command's response, with\n"
@@ -239,19 +239,19 @@ msgid "List all available custom commands.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:553
#: redbot/cogs/customcom/customcom.py:555
msgid "There are no custom commands in this server. Use `{command}` to start adding some."
msgstr ""
#: redbot/cogs/customcom/customcom.py:569
#: redbot/cogs/customcom/customcom.py:571
msgid "Custom Command List"
msgstr ""
#: redbot/cogs/customcom/customcom.py:573
#: redbot/cogs/customcom/customcom.py:575
msgid "Page {num}/{total}"
msgstr ""
#: redbot/cogs/customcom/customcom.py:583
#: redbot/cogs/customcom/customcom.py:585
#, docstring
msgid "Shows a custom command's responses and its settings.\n\n"
" **Arguments:**\n\n"
@@ -259,50 +259,50 @@ msgid "Shows a custom command's responses and its settings.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:593
#: redbot/cogs/customcom/customcom.py:595
msgid "I could not not find that custom command."
msgstr ""
#: redbot/cogs/customcom/customcom.py:604
#: redbot/cogs/customcom/customcom.py:606
msgid "Deleted User"
msgstr ""
#: redbot/cogs/customcom/customcom.py:610
#: redbot/cogs/customcom/customcom.py:612
msgid "Random"
msgstr ""
#: redbot/cogs/customcom/customcom.py:610
#: redbot/cogs/customcom/customcom.py:612
msgid "Normal"
msgstr ""
#: redbot/cogs/customcom/customcom.py:612
#: redbot/cogs/customcom/customcom.py:614
msgid "Command: {command_name}\n"
"Author: {author}\n"
"Created: {created_at}\n"
"Type: {type}\n"
msgstr ""
#: redbot/cogs/customcom/customcom.py:624
#: redbot/cogs/customcom/customcom.py:626
msgid "Cooldowns:\n"
msgstr ""
#: redbot/cogs/customcom/customcom.py:626
#: redbot/cogs/customcom/customcom.py:628
msgid "{num} seconds per {period}\n"
msgstr ""
#: redbot/cogs/customcom/customcom.py:629
#: redbot/cogs/customcom/customcom.py:631
msgid "Responses:\n"
msgstr ""
#: redbot/cogs/customcom/customcom.py:729
#: redbot/cogs/customcom/customcom.py:731
msgid "Too many arguments!"
msgstr ""
#: redbot/cogs/customcom/customcom.py:733
#: redbot/cogs/customcom/customcom.py:735
msgid "Arguments must be sequential. Missing arguments: "
msgstr ""
#: redbot/cogs/customcom/customcom.py:759
#: redbot/cogs/customcom/customcom.py:761
msgid "Conflicting colon notation for argument {index}: \"{name1}\" and \"{name2}\"."
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
"POT-Creation-Date: 2023-08-10 05:03+0000\n"
"Last-Translator: \n"
"Language-Team: Turkish\n"
"MIME-Version: 1.0\n"
@@ -97,19 +97,19 @@ msgid "\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:337
#: redbot/cogs/customcom/customcom.py:339
msgid "No close matches were found."
msgstr "Eşleşmeler bulunamadı."
#: redbot/cogs/customcom/customcom.py:342
#: redbot/cogs/customcom/customcom.py:344
msgid "Search results"
msgstr "Arama sonuçları"
#: redbot/cogs/customcom/customcom.py:347
#: redbot/cogs/customcom/customcom.py:349
msgid "The following matches have been found:"
msgstr "Aşağıdaki eşleşmeler bulundu:"
#: redbot/cogs/customcom/customcom.py:352
#: redbot/cogs/customcom/customcom.py:354
#, docstring
msgid "Create custom commands.\n\n"
" If a type is not specified, a simple CC will be created.\n"
@@ -122,7 +122,7 @@ msgstr "Özel komut oluşturun.\n\n"
" [bura](https://docs.discord.red/en/stable/cog_customcom.html).\n"
" "
#: redbot/cogs/customcom/customcom.py:363
#: redbot/cogs/customcom/customcom.py:365
#, docstring
msgid "Create a CC where it will randomly choose a response!\n\n"
" Note: This command is interactive.\n\n"
@@ -135,39 +135,39 @@ msgstr "Verdiği cevabı rastgele seçecek bir özel komut oluşturur.\n\n"
" - `<command>` Cevap almak için çalıştırılması gereken komut, küçük harfe çevrilir.\n"
" "
#: redbot/cogs/customcom/customcom.py:373
#: redbot/cogs/customcom/customcom.py:414
#: redbot/cogs/customcom/customcom.py:375
#: redbot/cogs/customcom/customcom.py:416
msgid "Custom command names cannot have spaces in them."
msgstr "Özel komut adlarında boşluk olamaz."
#: redbot/cogs/customcom/customcom.py:376
#: redbot/cogs/customcom/customcom.py:417
#: redbot/cogs/customcom/customcom.py:378
#: redbot/cogs/customcom/customcom.py:419
msgid "There already exists a bot command with the same name."
msgstr "Bu isimle bir komut zaten bulunmakta."
#: redbot/cogs/customcom/customcom.py:380
#: redbot/cogs/customcom/customcom.py:382
msgid "Custom command process cancelled."
msgstr "Özel komut işlemi iptal edildi."
#: redbot/cogs/customcom/customcom.py:384
#: redbot/cogs/customcom/customcom.py:421
#: redbot/cogs/customcom/customcom.py:386
#: redbot/cogs/customcom/customcom.py:423
msgid "Custom command successfully added."
msgstr "Özel komut başarıyla eklendi."
#: redbot/cogs/customcom/customcom.py:387
#: redbot/cogs/customcom/customcom.py:424
#: redbot/cogs/customcom/customcom.py:389
#: redbot/cogs/customcom/customcom.py:426
msgid "This command already exists. Use `{command}` to edit it."
msgstr "Bu komut zaten bulunuyor. Değiştirmek için `{command}` yazın."
#: redbot/cogs/customcom/customcom.py:393
#: redbot/cogs/customcom/customcom.py:432
#: redbot/cogs/customcom/customcom.py:535
#: redbot/cogs/customcom/customcom.py:395
#: redbot/cogs/customcom/customcom.py:434
#: redbot/cogs/customcom/customcom.py:537
msgid "The text response you're trying to create has more than 2000 characters.\n"
"I cannot send messages that are longer than 2000 characters."
msgstr "Oluşturmaya çalıştığınız yazılı yanıt 2000 karakterden uzun.\n"
"2000 karakterden uzun mesajlar gönderemem, lütfen tekrar deneyin."
#: redbot/cogs/customcom/customcom.py:402
#: redbot/cogs/customcom/customcom.py:404
#, docstring
msgid "Add a simple custom command.\n\n"
" Example:\n"
@@ -178,7 +178,7 @@ msgid "Add a simple custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:443
#: redbot/cogs/customcom/customcom.py:445
#, docstring
msgid "Set, edit, or view the cooldown for a custom command.\n\n"
" You may set cooldowns per member, channel, or guild. Multiple\n"
@@ -195,33 +195,33 @@ msgid "Set, edit, or view the cooldown for a custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:464
#: redbot/cogs/customcom/customcom.py:505
#: redbot/cogs/customcom/customcom.py:466
#: redbot/cogs/customcom/customcom.py:507
msgid "That command doesn't exist."
msgstr "Bu komut var gibi görünmüyor."
#: redbot/cogs/customcom/customcom.py:469
#: redbot/cogs/customcom/customcom.py:471
msgid "A {} may call this command every {} seconds"
msgstr "{} kişisi bu komutu {} saniye de bir çalıştırabilir."
#: redbot/cogs/customcom/customcom.py:473
#: redbot/cogs/customcom/customcom.py:475
msgid "This command has no cooldown."
msgstr "Bu komutun bekleme süresi bulunmuyor."
#: redbot/cogs/customcom/customcom.py:477
#: redbot/cogs/customcom/customcom.py:479
msgid "{} must be one of {}"
msgstr "{} 'dan biri {} olmalı."
#: redbot/cogs/customcom/customcom.py:481
#: redbot/cogs/customcom/customcom.py:483
msgid "Custom command cooldown successfully edited."
msgstr "Özel komut bekleme süresi başarılı bir şekilde düzenlendi."
#: redbot/cogs/customcom/customcom.py:484
#: redbot/cogs/customcom/customcom.py:525
#: redbot/cogs/customcom/customcom.py:486
#: redbot/cogs/customcom/customcom.py:527
msgid "That command doesn't exist. Use `{command}` to add it."
msgstr "Bu komut bulunmuyor. Eklemek için `{command}` yazın."
#: redbot/cogs/customcom/customcom.py:492
#: redbot/cogs/customcom/customcom.py:494
#, docstring
msgid "Delete a custom command.\n\n"
" Example:\n"
@@ -231,11 +231,11 @@ msgid "Delete a custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:503
#: redbot/cogs/customcom/customcom.py:505
msgid "Custom command successfully deleted."
msgstr "Özel komut başarıyla kaldırıldı."
#: redbot/cogs/customcom/customcom.py:510
#: redbot/cogs/customcom/customcom.py:512
#, docstring
msgid "Edit a custom command.\n\n"
" Example:\n"
@@ -246,11 +246,11 @@ msgid "Edit a custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:522
#: redbot/cogs/customcom/customcom.py:524
msgid "Custom command successfully edited."
msgstr "Özel komut başarıyla düzenlendi."
#: redbot/cogs/customcom/customcom.py:544
#: redbot/cogs/customcom/customcom.py:546
#, docstring
msgid "List all available custom commands.\n\n"
" The list displays a preview of each command's response, with\n"
@@ -260,19 +260,19 @@ msgstr "Kullanılabilir özel komutları listeler.\n\n"
" Liste, her komutun yanıtının bir önizlemesini görüntüler, işaretlemesiz ve yeni satırlar boşluklarla değiştirilir.\n"
" "
#: redbot/cogs/customcom/customcom.py:553
#: redbot/cogs/customcom/customcom.py:555
msgid "There are no custom commands in this server. Use `{command}` to start adding some."
msgstr "Bu sunucu da özel komut bulunmuyor. Eklemek için `{command}` yazın."
#: redbot/cogs/customcom/customcom.py:569
#: redbot/cogs/customcom/customcom.py:571
msgid "Custom Command List"
msgstr "Özel komut listesi"
#: redbot/cogs/customcom/customcom.py:573
#: redbot/cogs/customcom/customcom.py:575
msgid "Page {num}/{total}"
msgstr "{num}/{total} sayfa"
#: redbot/cogs/customcom/customcom.py:583
#: redbot/cogs/customcom/customcom.py:585
#, docstring
msgid "Shows a custom command's responses and its settings.\n\n"
" **Arguments:**\n\n"
@@ -283,23 +283,23 @@ msgstr "Bir özel komutun yanıtlarını ve ayarlarını gösterir.\n\n"
" - `<command_name>` Gösterilecek özel komut.\n"
" "
#: redbot/cogs/customcom/customcom.py:593
#: redbot/cogs/customcom/customcom.py:595
msgid "I could not not find that custom command."
msgstr "Bu özel komutu bulamadım."
#: redbot/cogs/customcom/customcom.py:604
#: redbot/cogs/customcom/customcom.py:606
msgid "Deleted User"
msgstr "Silinmiş Kullanıcı"
#: redbot/cogs/customcom/customcom.py:610
#: redbot/cogs/customcom/customcom.py:612
msgid "Random"
msgstr "Rastgele"
#: redbot/cogs/customcom/customcom.py:610
#: redbot/cogs/customcom/customcom.py:612
msgid "Normal"
msgstr "Normal"
#: redbot/cogs/customcom/customcom.py:612
#: redbot/cogs/customcom/customcom.py:614
msgid "Command: {command_name}\n"
"Author: {author}\n"
"Created: {created_at}\n"
@@ -309,27 +309,27 @@ msgstr "Komut: {command_name}\n"
"Oluşturulma Tarihi: {created_at}\n"
"Tipi: {type}\n"
#: redbot/cogs/customcom/customcom.py:624
#: redbot/cogs/customcom/customcom.py:626
msgid "Cooldowns:\n"
msgstr "Bekleme süresi:\n"
#: redbot/cogs/customcom/customcom.py:626
#: redbot/cogs/customcom/customcom.py:628
msgid "{num} seconds per {period}\n"
msgstr "{num} saniye her {period} başına\n"
#: redbot/cogs/customcom/customcom.py:629
#: redbot/cogs/customcom/customcom.py:631
msgid "Responses:\n"
msgstr "Yanıtlar"
#: redbot/cogs/customcom/customcom.py:729
#: redbot/cogs/customcom/customcom.py:731
msgid "Too many arguments!"
msgstr "Çok fazla argüman"
#: redbot/cogs/customcom/customcom.py:733
#: redbot/cogs/customcom/customcom.py:735
msgid "Arguments must be sequential. Missing arguments: "
msgstr "Girdiler sırayla olmalıdır. Eksik girdiler:"
#: redbot/cogs/customcom/customcom.py:759
#: redbot/cogs/customcom/customcom.py:761
msgid "Conflicting colon notation for argument {index}: \"{name1}\" and \"{name2}\"."
msgstr "Bağımsız değişken için çakışan kolon gösterimi {index}: \"{name1}\" ve \"{name2}\"."

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
"POT-Creation-Date: 2023-08-10 05:03+0000\n"
"Last-Translator: \n"
"Language-Team: Ukrainian\n"
"MIME-Version: 1.0\n"
@@ -87,19 +87,19 @@ msgid "\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:337
#: redbot/cogs/customcom/customcom.py:339
msgid "No close matches were found."
msgstr ""
#: redbot/cogs/customcom/customcom.py:342
#: redbot/cogs/customcom/customcom.py:344
msgid "Search results"
msgstr ""
#: redbot/cogs/customcom/customcom.py:347
#: redbot/cogs/customcom/customcom.py:349
msgid "The following matches have been found:"
msgstr ""
#: redbot/cogs/customcom/customcom.py:352
#: redbot/cogs/customcom/customcom.py:354
#, docstring
msgid "Create custom commands.\n\n"
" If a type is not specified, a simple CC will be created.\n"
@@ -108,7 +108,7 @@ msgid "Create custom commands.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:363
#: redbot/cogs/customcom/customcom.py:365
#, docstring
msgid "Create a CC where it will randomly choose a response!\n\n"
" Note: This command is interactive.\n\n"
@@ -117,38 +117,38 @@ msgid "Create a CC where it will randomly choose a response!\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:373
#: redbot/cogs/customcom/customcom.py:414
#: redbot/cogs/customcom/customcom.py:375
#: redbot/cogs/customcom/customcom.py:416
msgid "Custom command names cannot have spaces in them."
msgstr ""
#: redbot/cogs/customcom/customcom.py:376
#: redbot/cogs/customcom/customcom.py:417
#: redbot/cogs/customcom/customcom.py:378
#: redbot/cogs/customcom/customcom.py:419
msgid "There already exists a bot command with the same name."
msgstr ""
#: redbot/cogs/customcom/customcom.py:380
#: redbot/cogs/customcom/customcom.py:382
msgid "Custom command process cancelled."
msgstr ""
#: redbot/cogs/customcom/customcom.py:384
#: redbot/cogs/customcom/customcom.py:421
#: redbot/cogs/customcom/customcom.py:386
#: redbot/cogs/customcom/customcom.py:423
msgid "Custom command successfully added."
msgstr ""
#: redbot/cogs/customcom/customcom.py:387
#: redbot/cogs/customcom/customcom.py:424
#: redbot/cogs/customcom/customcom.py:389
#: redbot/cogs/customcom/customcom.py:426
msgid "This command already exists. Use `{command}` to edit it."
msgstr ""
#: redbot/cogs/customcom/customcom.py:393
#: redbot/cogs/customcom/customcom.py:432
#: redbot/cogs/customcom/customcom.py:535
#: redbot/cogs/customcom/customcom.py:395
#: redbot/cogs/customcom/customcom.py:434
#: redbot/cogs/customcom/customcom.py:537
msgid "The text response you're trying to create has more than 2000 characters.\n"
"I cannot send messages that are longer than 2000 characters."
msgstr ""
#: redbot/cogs/customcom/customcom.py:402
#: redbot/cogs/customcom/customcom.py:404
#, docstring
msgid "Add a simple custom command.\n\n"
" Example:\n"
@@ -159,7 +159,7 @@ msgid "Add a simple custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:443
#: redbot/cogs/customcom/customcom.py:445
#, docstring
msgid "Set, edit, or view the cooldown for a custom command.\n\n"
" You may set cooldowns per member, channel, or guild. Multiple\n"
@@ -176,33 +176,33 @@ msgid "Set, edit, or view the cooldown for a custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:464
#: redbot/cogs/customcom/customcom.py:505
#: redbot/cogs/customcom/customcom.py:466
#: redbot/cogs/customcom/customcom.py:507
msgid "That command doesn't exist."
msgstr ""
#: redbot/cogs/customcom/customcom.py:469
#: redbot/cogs/customcom/customcom.py:471
msgid "A {} may call this command every {} seconds"
msgstr ""
#: redbot/cogs/customcom/customcom.py:473
#: redbot/cogs/customcom/customcom.py:475
msgid "This command has no cooldown."
msgstr ""
#: redbot/cogs/customcom/customcom.py:477
#: redbot/cogs/customcom/customcom.py:479
msgid "{} must be one of {}"
msgstr ""
#: redbot/cogs/customcom/customcom.py:481
#: redbot/cogs/customcom/customcom.py:483
msgid "Custom command cooldown successfully edited."
msgstr ""
#: redbot/cogs/customcom/customcom.py:484
#: redbot/cogs/customcom/customcom.py:525
#: redbot/cogs/customcom/customcom.py:486
#: redbot/cogs/customcom/customcom.py:527
msgid "That command doesn't exist. Use `{command}` to add it."
msgstr ""
#: redbot/cogs/customcom/customcom.py:492
#: redbot/cogs/customcom/customcom.py:494
#, docstring
msgid "Delete a custom command.\n\n"
" Example:\n"
@@ -212,11 +212,11 @@ msgid "Delete a custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:503
#: redbot/cogs/customcom/customcom.py:505
msgid "Custom command successfully deleted."
msgstr ""
#: redbot/cogs/customcom/customcom.py:510
#: redbot/cogs/customcom/customcom.py:512
#, docstring
msgid "Edit a custom command.\n\n"
" Example:\n"
@@ -227,11 +227,11 @@ msgid "Edit a custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:522
#: redbot/cogs/customcom/customcom.py:524
msgid "Custom command successfully edited."
msgstr ""
#: redbot/cogs/customcom/customcom.py:544
#: redbot/cogs/customcom/customcom.py:546
#, docstring
msgid "List all available custom commands.\n\n"
" The list displays a preview of each command's response, with\n"
@@ -239,19 +239,19 @@ msgid "List all available custom commands.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:553
#: redbot/cogs/customcom/customcom.py:555
msgid "There are no custom commands in this server. Use `{command}` to start adding some."
msgstr ""
#: redbot/cogs/customcom/customcom.py:569
#: redbot/cogs/customcom/customcom.py:571
msgid "Custom Command List"
msgstr ""
#: redbot/cogs/customcom/customcom.py:573
#: redbot/cogs/customcom/customcom.py:575
msgid "Page {num}/{total}"
msgstr ""
#: redbot/cogs/customcom/customcom.py:583
#: redbot/cogs/customcom/customcom.py:585
#, docstring
msgid "Shows a custom command's responses and its settings.\n\n"
" **Arguments:**\n\n"
@@ -259,50 +259,50 @@ msgid "Shows a custom command's responses and its settings.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:593
#: redbot/cogs/customcom/customcom.py:595
msgid "I could not not find that custom command."
msgstr ""
#: redbot/cogs/customcom/customcom.py:604
#: redbot/cogs/customcom/customcom.py:606
msgid "Deleted User"
msgstr ""
#: redbot/cogs/customcom/customcom.py:610
#: redbot/cogs/customcom/customcom.py:612
msgid "Random"
msgstr ""
#: redbot/cogs/customcom/customcom.py:610
#: redbot/cogs/customcom/customcom.py:612
msgid "Normal"
msgstr ""
#: redbot/cogs/customcom/customcom.py:612
#: redbot/cogs/customcom/customcom.py:614
msgid "Command: {command_name}\n"
"Author: {author}\n"
"Created: {created_at}\n"
"Type: {type}\n"
msgstr ""
#: redbot/cogs/customcom/customcom.py:624
#: redbot/cogs/customcom/customcom.py:626
msgid "Cooldowns:\n"
msgstr ""
#: redbot/cogs/customcom/customcom.py:626
#: redbot/cogs/customcom/customcom.py:628
msgid "{num} seconds per {period}\n"
msgstr ""
#: redbot/cogs/customcom/customcom.py:629
#: redbot/cogs/customcom/customcom.py:631
msgid "Responses:\n"
msgstr ""
#: redbot/cogs/customcom/customcom.py:729
#: redbot/cogs/customcom/customcom.py:731
msgid "Too many arguments!"
msgstr ""
#: redbot/cogs/customcom/customcom.py:733
#: redbot/cogs/customcom/customcom.py:735
msgid "Arguments must be sequential. Missing arguments: "
msgstr ""
#: redbot/cogs/customcom/customcom.py:759
#: redbot/cogs/customcom/customcom.py:761
msgid "Conflicting colon notation for argument {index}: \"{name1}\" and \"{name2}\"."
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
"POT-Creation-Date: 2023-08-10 05:03+0000\n"
"Last-Translator: \n"
"Language-Team: Vietnamese\n"
"MIME-Version: 1.0\n"
@@ -87,19 +87,19 @@ msgid "\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:337
#: redbot/cogs/customcom/customcom.py:339
msgid "No close matches were found."
msgstr ""
#: redbot/cogs/customcom/customcom.py:342
#: redbot/cogs/customcom/customcom.py:344
msgid "Search results"
msgstr ""
#: redbot/cogs/customcom/customcom.py:347
#: redbot/cogs/customcom/customcom.py:349
msgid "The following matches have been found:"
msgstr ""
#: redbot/cogs/customcom/customcom.py:352
#: redbot/cogs/customcom/customcom.py:354
#, docstring
msgid "Create custom commands.\n\n"
" If a type is not specified, a simple CC will be created.\n"
@@ -108,7 +108,7 @@ msgid "Create custom commands.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:363
#: redbot/cogs/customcom/customcom.py:365
#, docstring
msgid "Create a CC where it will randomly choose a response!\n\n"
" Note: This command is interactive.\n\n"
@@ -117,38 +117,38 @@ msgid "Create a CC where it will randomly choose a response!\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:373
#: redbot/cogs/customcom/customcom.py:414
#: redbot/cogs/customcom/customcom.py:375
#: redbot/cogs/customcom/customcom.py:416
msgid "Custom command names cannot have spaces in them."
msgstr ""
#: redbot/cogs/customcom/customcom.py:376
#: redbot/cogs/customcom/customcom.py:417
#: redbot/cogs/customcom/customcom.py:378
#: redbot/cogs/customcom/customcom.py:419
msgid "There already exists a bot command with the same name."
msgstr ""
#: redbot/cogs/customcom/customcom.py:380
#: redbot/cogs/customcom/customcom.py:382
msgid "Custom command process cancelled."
msgstr ""
#: redbot/cogs/customcom/customcom.py:384
#: redbot/cogs/customcom/customcom.py:421
#: redbot/cogs/customcom/customcom.py:386
#: redbot/cogs/customcom/customcom.py:423
msgid "Custom command successfully added."
msgstr ""
#: redbot/cogs/customcom/customcom.py:387
#: redbot/cogs/customcom/customcom.py:424
#: redbot/cogs/customcom/customcom.py:389
#: redbot/cogs/customcom/customcom.py:426
msgid "This command already exists. Use `{command}` to edit it."
msgstr ""
#: redbot/cogs/customcom/customcom.py:393
#: redbot/cogs/customcom/customcom.py:432
#: redbot/cogs/customcom/customcom.py:535
#: redbot/cogs/customcom/customcom.py:395
#: redbot/cogs/customcom/customcom.py:434
#: redbot/cogs/customcom/customcom.py:537
msgid "The text response you're trying to create has more than 2000 characters.\n"
"I cannot send messages that are longer than 2000 characters."
msgstr ""
#: redbot/cogs/customcom/customcom.py:402
#: redbot/cogs/customcom/customcom.py:404
#, docstring
msgid "Add a simple custom command.\n\n"
" Example:\n"
@@ -159,7 +159,7 @@ msgid "Add a simple custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:443
#: redbot/cogs/customcom/customcom.py:445
#, docstring
msgid "Set, edit, or view the cooldown for a custom command.\n\n"
" You may set cooldowns per member, channel, or guild. Multiple\n"
@@ -176,33 +176,33 @@ msgid "Set, edit, or view the cooldown for a custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:464
#: redbot/cogs/customcom/customcom.py:505
#: redbot/cogs/customcom/customcom.py:466
#: redbot/cogs/customcom/customcom.py:507
msgid "That command doesn't exist."
msgstr ""
#: redbot/cogs/customcom/customcom.py:469
#: redbot/cogs/customcom/customcom.py:471
msgid "A {} may call this command every {} seconds"
msgstr ""
#: redbot/cogs/customcom/customcom.py:473
#: redbot/cogs/customcom/customcom.py:475
msgid "This command has no cooldown."
msgstr ""
#: redbot/cogs/customcom/customcom.py:477
#: redbot/cogs/customcom/customcom.py:479
msgid "{} must be one of {}"
msgstr ""
#: redbot/cogs/customcom/customcom.py:481
#: redbot/cogs/customcom/customcom.py:483
msgid "Custom command cooldown successfully edited."
msgstr ""
#: redbot/cogs/customcom/customcom.py:484
#: redbot/cogs/customcom/customcom.py:525
#: redbot/cogs/customcom/customcom.py:486
#: redbot/cogs/customcom/customcom.py:527
msgid "That command doesn't exist. Use `{command}` to add it."
msgstr ""
#: redbot/cogs/customcom/customcom.py:492
#: redbot/cogs/customcom/customcom.py:494
#, docstring
msgid "Delete a custom command.\n\n"
" Example:\n"
@@ -212,11 +212,11 @@ msgid "Delete a custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:503
#: redbot/cogs/customcom/customcom.py:505
msgid "Custom command successfully deleted."
msgstr ""
#: redbot/cogs/customcom/customcom.py:510
#: redbot/cogs/customcom/customcom.py:512
#, docstring
msgid "Edit a custom command.\n\n"
" Example:\n"
@@ -227,11 +227,11 @@ msgid "Edit a custom command.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:522
#: redbot/cogs/customcom/customcom.py:524
msgid "Custom command successfully edited."
msgstr ""
#: redbot/cogs/customcom/customcom.py:544
#: redbot/cogs/customcom/customcom.py:546
#, docstring
msgid "List all available custom commands.\n\n"
" The list displays a preview of each command's response, with\n"
@@ -239,19 +239,19 @@ msgid "List all available custom commands.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:553
#: redbot/cogs/customcom/customcom.py:555
msgid "There are no custom commands in this server. Use `{command}` to start adding some."
msgstr ""
#: redbot/cogs/customcom/customcom.py:569
#: redbot/cogs/customcom/customcom.py:571
msgid "Custom Command List"
msgstr ""
#: redbot/cogs/customcom/customcom.py:573
#: redbot/cogs/customcom/customcom.py:575
msgid "Page {num}/{total}"
msgstr ""
#: redbot/cogs/customcom/customcom.py:583
#: redbot/cogs/customcom/customcom.py:585
#, docstring
msgid "Shows a custom command's responses and its settings.\n\n"
" **Arguments:**\n\n"
@@ -259,50 +259,50 @@ msgid "Shows a custom command's responses and its settings.\n\n"
" "
msgstr ""
#: redbot/cogs/customcom/customcom.py:593
#: redbot/cogs/customcom/customcom.py:595
msgid "I could not not find that custom command."
msgstr ""
#: redbot/cogs/customcom/customcom.py:604
#: redbot/cogs/customcom/customcom.py:606
msgid "Deleted User"
msgstr ""
#: redbot/cogs/customcom/customcom.py:610
#: redbot/cogs/customcom/customcom.py:612
msgid "Random"
msgstr ""
#: redbot/cogs/customcom/customcom.py:610
#: redbot/cogs/customcom/customcom.py:612
msgid "Normal"
msgstr ""
#: redbot/cogs/customcom/customcom.py:612
#: redbot/cogs/customcom/customcom.py:614
msgid "Command: {command_name}\n"
"Author: {author}\n"
"Created: {created_at}\n"
"Type: {type}\n"
msgstr ""
#: redbot/cogs/customcom/customcom.py:624
#: redbot/cogs/customcom/customcom.py:626
msgid "Cooldowns:\n"
msgstr ""
#: redbot/cogs/customcom/customcom.py:626
#: redbot/cogs/customcom/customcom.py:628
msgid "{num} seconds per {period}\n"
msgstr ""
#: redbot/cogs/customcom/customcom.py:629
#: redbot/cogs/customcom/customcom.py:631
msgid "Responses:\n"
msgstr ""
#: redbot/cogs/customcom/customcom.py:729
#: redbot/cogs/customcom/customcom.py:731
msgid "Too many arguments!"
msgstr ""
#: redbot/cogs/customcom/customcom.py:733
#: redbot/cogs/customcom/customcom.py:735
msgid "Arguments must be sequential. Missing arguments: "
msgstr ""
#: redbot/cogs/customcom/customcom.py:759
#: redbot/cogs/customcom/customcom.py:761
msgid "Conflicting colon notation for argument {index}: \"{name1}\" and \"{name2}\"."
msgstr ""