mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-14 07:08:55 -05:00
Ya'll are gonna hate me. * Initial modifications * Add initial setup.py * working setup py help * Modify setup file to package stuff * Move a bunch of shit and fix imports * Fix or skip tests * Must add init files for find_packages to work * Move main to scripts folder and rename * Add shebangs * Copy over translation files * WORKING PIP INSTALL * add dependency information * Hardcoded version for now, will need to figure out a better way to do this * OKAY ITS FINALLY FUCKING WORKING * Add this guy * Fix stuff * Change readme to rst * Remove double sentry opt in * Oopsie * Fix this thing * Aaaand fix test * Aaaand fix test * Fix core cog importing and default cog install path * Adjust readme * change instance name from optional to required * Ayyy let's do more dependency injection
66 lines
1.8 KiB
Plaintext
66 lines
1.8 KiB
Plaintext
# Copyright (C) 2017 Red-DiscordBot
|
|
# UltimatePancake <pier.gaetani@gmail.com>, 2017.
|
|
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: \n"
|
|
"POT-Creation-Date: 2017-08-26 17:23+EDT\n"
|
|
"PO-Revision-Date: 2017-08-26 18:37-0600\n"
|
|
"Language-Team: \n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"Generated-By: pygettext.py 1.5\n"
|
|
"X-Generator: Poedit 2.0.3\n"
|
|
"Last-Translator: UltimatePancake <pier.gaetani@gmail.com>\n"
|
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
"Language: es\n"
|
|
|
|
#: ../alias.py:138
|
|
msgid "No prefix found."
|
|
msgstr "No se encontró prefijo."
|
|
|
|
#: ../alias.py:234
|
|
msgid "A new alias with the trigger `{}` has been created."
|
|
msgstr "Un nuevo alias con el disparador `{}` ha sido creado."
|
|
|
|
#: ../alias.py:270
|
|
msgid "A new global alias with the trigger `{}` has been created."
|
|
msgstr "Un nuevo alias global con el disparador `{}` ha sido creado."
|
|
|
|
#: ../alias.py:285
|
|
msgid "No such alias exists."
|
|
msgstr "Dicho alias no existe."
|
|
|
|
#: ../alias.py:294
|
|
msgid "The `{}` alias will execute the command `{}`"
|
|
msgstr "El alias `{}` ejecutará el comando `{}`"
|
|
|
|
#: ../alias.py:297
|
|
msgid "There is no alias with the name `{}`"
|
|
msgstr "No existe un alias con el nombre `{}`"
|
|
|
|
#: ../alias.py:309
|
|
msgid "There are no aliases on this guild."
|
|
msgstr "No hay alias en este gremio."
|
|
|
|
#: ../alias.py:313 ../alias.py:331
|
|
msgid "Alias with the name `{}` was successfully deleted."
|
|
msgstr "El alias `{}` fue eliminado exitósamente."
|
|
|
|
#: ../alias.py:316 ../alias.py:334
|
|
msgid "Alias with name `{}` was not found."
|
|
msgstr "El alias `{}` no fue encontrado."
|
|
|
|
#: ../alias.py:327
|
|
msgid "There are no aliases on this bot."
|
|
msgstr "No hay alias en este bot."
|
|
|
|
#: ../alias.py:342 ../alias.py:353
|
|
msgid "Aliases:"
|
|
msgstr "Alias:"
|
|
|
|
#: ../alias.py:344 ../alias.py:355
|
|
msgid "There are no aliases on this server."
|
|
msgstr "No hay alias en este servidor."
|