mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-15 15:48:55 -05:00
91 lines
2.9 KiB
Plaintext
91 lines
2.9 KiB
Plaintext
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: red-discordbot\n"
|
|
"POT-Creation-Date: 2018-02-18 14:42+AKST\n"
|
|
"PO-Revision-Date: 2018-02-25 21:33-0500\n"
|
|
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
|
|
"Language-Team: Korean\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: ENCODING\n"
|
|
"Generated-By: pygettext.py 1.5\n"
|
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
"X-Generator: crowdin.com\n"
|
|
"X-Crowdin-Project: red-discordbot\n"
|
|
"X-Crowdin-Language: ko\n"
|
|
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
|
|
"Language: ko_KR\n"
|
|
|
|
#: ../alias.py:129
|
|
msgid "No prefix found."
|
|
msgstr "접두사가 발견되지 않았습니다."
|
|
|
|
#: ../alias.py:198
|
|
msgid "You attempted to create a new alias with the name {} but that name is already a command on this bot."
|
|
msgstr ""
|
|
|
|
#: ../alias.py:205
|
|
msgid "You attempted to create a new alias with the name {} but that alias already exists on this server."
|
|
msgstr ""
|
|
|
|
#: ../alias.py:212
|
|
msgid "You attempted to create a new alias with the name {} but that name is an invalid alias name. Alias names may not contain spaces."
|
|
msgstr ""
|
|
|
|
#: ../alias.py:224
|
|
msgid "A new alias with the trigger `{}` has been created."
|
|
msgstr "`{}`로 발동되는 바로가기가 생성되었습니다."
|
|
|
|
#: ../alias.py:236
|
|
msgid "You attempted to create a new global alias with the name {} but that name is already a command on this bot."
|
|
msgstr ""
|
|
|
|
#: ../alias.py:243
|
|
msgid "You attempted to create a new global alias with the name {} but that alias already exists on this server."
|
|
msgstr ""
|
|
|
|
#: ../alias.py:250
|
|
msgid "You attempted to create a new global alias with the name {} but that name is an invalid alias name. Alias names may not contain spaces."
|
|
msgstr ""
|
|
|
|
#: ../alias.py:259
|
|
msgid "A new global alias with the trigger `{}` has been created."
|
|
msgstr "`{}`로 발동되는 전역 바로가기가 생성 되었습니다."
|
|
|
|
#: ../alias.py:274
|
|
msgid "No such alias exists."
|
|
msgstr "해당 바로가기가 없습니다."
|
|
|
|
#: ../alias.py:283
|
|
msgid "The `{}` alias will execute the command `{}`"
|
|
msgstr "바로가기 `{}`는 명령어 `{}` 를 실행 합니다."
|
|
|
|
#: ../alias.py:286
|
|
msgid "There is no alias with the name `{}`"
|
|
msgstr "`{}`로 지정된 바로가기가 없습니다."
|
|
|
|
#: ../alias.py:298
|
|
msgid "There are no aliases on this guild."
|
|
msgstr "이 길드에는 바로가기가 없습니다."
|
|
|
|
#: ../alias.py:302 ../alias.py:320
|
|
msgid "Alias with the name `{}` was successfully deleted."
|
|
msgstr "바로가기 `{}` 가 성공적으로 삭제 되었습니다."
|
|
|
|
#: ../alias.py:305 ../alias.py:323
|
|
msgid "Alias with name `{}` was not found."
|
|
msgstr "바로가기 `{}` 가 발견되지 않았습니다."
|
|
|
|
#: ../alias.py:316
|
|
msgid "There are no aliases on this bot."
|
|
msgstr "이 봇에는 바로가기가 없습니다."
|
|
|
|
#: ../alias.py:331 ../alias.py:342
|
|
msgid "Aliases:"
|
|
msgstr "바로가기 리스트:"
|
|
|
|
#: ../alias.py:333 ../alias.py:344
|
|
msgid "There are no aliases on this server."
|
|
msgstr "이 서버에는 별칭이 없습니다."
|
|
|