mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-18 09:08:58 -05:00
Update Translations (#2486)
Also included a Makefile recipe which makes use of the Crowdin CLI's `crowdin download` command. This requires whoever is using it to provide the project's API key in an environment variable, but we may automate this at some point. Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2018-04-02 17:36+AKDT\n"
|
||||
"PO-Revision-Date: 2018-04-15 16:42-0400\n"
|
||||
"POT-Creation-Date: 2019-02-17 02:24+0000\n"
|
||||
"PO-Revision-Date: 2019-02-25 03:07\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"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 2.2\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
@@ -16,256 +16,501 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/mod/locales/messages.pot\n"
|
||||
"Language: ko_KR\n"
|
||||
|
||||
#: ../mod.py:209
|
||||
#: redbot/cogs/mod/mod.py:26
|
||||
#, docstring
|
||||
msgid "Moderation tools."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:176
|
||||
#, docstring
|
||||
msgid "Manage server administration settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:186
|
||||
msgid "Delete repeats: {yes_or_no}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:187 redbot/cogs/mod/mod.py:195
|
||||
#: redbot/cogs/mod/mod.py:203
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:187 redbot/cogs/mod/mod.py:192
|
||||
#: redbot/cogs/mod/mod.py:195 redbot/cogs/mod/mod.py:203
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:189
|
||||
msgid "Ban mention spam: {num_mentions}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:190
|
||||
msgid "{num} mentions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:194
|
||||
msgid "Respects hierarchy: {yes_or_no}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:197
|
||||
msgid "Delete delay: {num_seconds}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:198
|
||||
msgid "{num} seconds"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:200
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:202
|
||||
msgid "Reinvite on unban: {yes_or_no}\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:210
|
||||
#, docstring
|
||||
msgid "Toggle role hierarchy check for mods and admins.\n\n"
|
||||
" **WARNING**: Disabling this setting will allow mods to take\n"
|
||||
" actions on users above them in the role hierarchy!\n\n"
|
||||
" This is enabled by default.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:222
|
||||
msgid "Role hierarchy will be checked when moderation commands are issued."
|
||||
msgstr "절제 커맨드를 사용하면 역할 계층 구조가 검사돼요."
|
||||
|
||||
#: ../mod.py:213
|
||||
#: redbot/cogs/mod/mod.py:227
|
||||
msgid "Role hierarchy will be ignored when moderation commands are issued."
|
||||
msgstr "절제 커맨드를 사용하면 역할 계층은 무시될 거예요."
|
||||
|
||||
#: ../mod.py:228
|
||||
msgid "Autoban for mention spam enabled. Anyone mentioning {} or more different people in a single message will be autobanned."
|
||||
msgstr "스팸 언급이 금지했어요. 한 메세지에서 {} 또는 그 이상의 다른 사용자를 언급하는 것이 금지됐어요."
|
||||
#: redbot/cogs/mod/mod.py:233
|
||||
#, docstring
|
||||
msgid "Set the autoban conditions for mention spam.\n\n"
|
||||
" Users will be banned if they send any message which contains more than\n"
|
||||
" `<max_mentions>` mentions.\n\n"
|
||||
" `<max_mentions>` must be at least 5. Set to 0 to disable.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: ../mod.py:239
|
||||
#: redbot/cogs/mod/mod.py:246
|
||||
msgid "Autoban for mention spam enabled. Anyone mentioning {max_mentions} or more different people in a single message will be autobanned."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:258
|
||||
msgid "Autoban for mention spam disabled."
|
||||
msgstr "스팸 언급 자동 밴 사용 안 함."
|
||||
|
||||
#: ../mod.py:249
|
||||
#: redbot/cogs/mod/mod.py:263
|
||||
#, docstring
|
||||
msgid "Enable auto-deletion of repeated messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:268
|
||||
msgid "Messages repeated up to 3 times will be deleted."
|
||||
msgstr "최대 3번 반복된 메세지가 삭제됐어요."
|
||||
|
||||
#: ../mod.py:253
|
||||
#: redbot/cogs/mod/mod.py:271
|
||||
msgid "Repeated messages will be ignored."
|
||||
msgstr "반복된 메세지는 무시됍니다."
|
||||
|
||||
#: ../mod.py:267
|
||||
#: redbot/cogs/mod/mod.py:276
|
||||
#, docstring
|
||||
msgid "Set the delay until the bot removes the command message.\n\n"
|
||||
" Must be between -1 and 60.\n\n"
|
||||
" Set to -1 to disable this feature.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:287
|
||||
msgid "Command deleting disabled."
|
||||
msgstr "커맨드 삭제 사용 안 함."
|
||||
|
||||
#: ../mod.py:270
|
||||
msgid "Delete delay set to {} seconds."
|
||||
msgstr "{} 초로 설정된 지연시간을 삭제했어요."
|
||||
#: redbot/cogs/mod/mod.py:289
|
||||
msgid "Delete delay set to {num} seconds."
|
||||
msgstr ""
|
||||
|
||||
#: ../mod.py:275
|
||||
msgid "Bot will delete command messages after {} seconds. Set this value to -1 to stop deleting messages"
|
||||
msgstr "봇이 {} 초 후에 커맨드 메세지를 삭제해요. 메세지 삭제를 중지하려면 이 값을 -1로 설정해야 해요."
|
||||
#: redbot/cogs/mod/mod.py:294
|
||||
msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages"
|
||||
msgstr ""
|
||||
|
||||
#: ../mod.py:279
|
||||
#: redbot/cogs/mod/mod.py:301
|
||||
msgid "I will not delete command messages."
|
||||
msgstr "커맨드 메세지를 삭제하지 않을게요."
|
||||
|
||||
#: ../mod.py:292
|
||||
msgid "Users unbanned with {} will be reinvited."
|
||||
msgstr "{} 으로 밴 처리된 사용자가 다시 초대됐어요."
|
||||
#: redbot/cogs/mod/mod.py:306
|
||||
#, docstring
|
||||
msgid "Toggle whether an invite will be sent to a user when unbanned.\n\n"
|
||||
" If this is True, the bot will attempt to create and send a single-use invite\n"
|
||||
" to the newly-unbanned user.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: ../mod.py:295
|
||||
msgid "Users unbanned with {} will not be reinvited."
|
||||
msgstr "{} 으로 밴 처리된 사용자는 다시 초대되지 않아요."
|
||||
#: redbot/cogs/mod/mod.py:316
|
||||
msgid "Users unbanned with {command} will be reinvited."
|
||||
msgstr ""
|
||||
|
||||
#: ../mod.py:309 ../mod.py:349 ../mod.py:510
|
||||
msgid "I cannot let you do that. Self-harm is bad {}"
|
||||
msgstr "그렇게 하게 둘 수는 없어요. 자해는 나빠요. {}"
|
||||
#: redbot/cogs/mod/mod.py:323
|
||||
msgid "Users unbanned with {command} will not be reinvited."
|
||||
msgstr ""
|
||||
|
||||
#: ../mod.py:313 ../mod.py:353 ../mod.py:514
|
||||
#: redbot/cogs/mod/mod.py:333
|
||||
#, docstring
|
||||
msgid "Kick a user.\n\n"
|
||||
" If a reason is specified, it will be the reason that shows up\n"
|
||||
" in the audit log.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:343 redbot/cogs/mod/mod.py:601
|
||||
msgid "I cannot let you do that. Self-harm is bad {emoji}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:350 redbot/cogs/mod/mod.py:410
|
||||
#: redbot/cogs/mod/mod.py:608 redbot/cogs/mod/mod.py:1754
|
||||
msgid "I cannot let you do that. You are not higher than the user in the role hierarchy."
|
||||
msgstr "그렇게 하게 둘 수는 없어요. 역할 계층의 사용자보다 높지 않아요."
|
||||
|
||||
#: ../mod.py:323 ../mod.py:383 ../mod.py:575
|
||||
#: redbot/cogs/mod/mod.py:358 redbot/cogs/mod/mod.py:418
|
||||
msgid "I cannot do that due to discord hierarchy rules"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:365 redbot/cogs/mod/mod.py:449
|
||||
msgid "I'm not allowed to do that."
|
||||
msgstr "그렇게 하는 건 허용하지 않아요."
|
||||
|
||||
#: ../mod.py:327
|
||||
#: redbot/cogs/mod/mod.py:369
|
||||
msgid "Done. That felt good."
|
||||
msgstr "다 했어요. 앙 기분 좋아."
|
||||
|
||||
#: ../mod.py:373
|
||||
#: redbot/cogs/mod/mod.py:393
|
||||
#, docstring
|
||||
msgid "Ban a user from this server.\n\n"
|
||||
" Deletes `<days>` worth of messages.\n\n"
|
||||
" If `<days>` is not a number, it's treated as the first word of\n"
|
||||
" the reason. Minimum 0 days, maximum 7. Defaults to 0.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:405
|
||||
msgid "I cannot let you do that. Self-harm is bad {}"
|
||||
msgstr "그렇게 하게 둘 수는 없어요. 자해는 나빠요. {}"
|
||||
|
||||
#: redbot/cogs/mod/mod.py:436
|
||||
msgid "Invalid days. Must be between 0 and 7."
|
||||
msgstr "올바르지 않은 요일이에요. 0에서 7사이여야 해요."
|
||||
|
||||
#: ../mod.py:388
|
||||
#: redbot/cogs/mod/mod.py:454
|
||||
msgid "Done. It was about time."
|
||||
msgstr "다 했어요. 마피아는 고개를 들어주세요."
|
||||
|
||||
#: ../mod.py:417
|
||||
#: redbot/cogs/mod/mod.py:476
|
||||
#, docstring
|
||||
msgid "Pre-emptively ban a user from this server.\n\n"
|
||||
" A user ID needs to be provided in order to ban\n"
|
||||
" using this command.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:491
|
||||
msgid "User is already banned."
|
||||
msgstr "해당 사용자는 이미 밴 처리되어 있어요."
|
||||
|
||||
#: ../mod.py:433
|
||||
#: redbot/cogs/mod/mod.py:508
|
||||
msgid "User not found. Have you provided the correct user ID?"
|
||||
msgstr "사용자를 찾을 수 없어요. 올바른 사용자 ID를 입력했나요?"
|
||||
|
||||
#: ../mod.py:437
|
||||
#: redbot/cogs/mod/mod.py:511
|
||||
msgid "I lack the permissions to do this."
|
||||
msgstr "제게 행동할 수 있는 권한이 없어요."
|
||||
|
||||
#: ../mod.py:439
|
||||
msgid "Done. The user will not be able to join this guild."
|
||||
msgstr "다 했어요. 사용자는 이 길드에 가입할 수 없어요."
|
||||
#: redbot/cogs/mod/mod.py:513
|
||||
msgid "Done. The user will not be able to join this server."
|
||||
msgstr ""
|
||||
|
||||
#: ../mod.py:476
|
||||
msgid "You have been temporarily banned from {} until {}. Here is an invite for when your ban expires: {}"
|
||||
msgstr "{} 부터 {} 까지 일시적으로 밴 처리됐어요. 다음은 사용자의 밴 처리가 만료되는 경우를 위한 초대예요 : {}"
|
||||
#: redbot/cogs/mod/mod.py:538
|
||||
#, docstring
|
||||
msgid "Temporarily ban a user from this server."
|
||||
msgstr ""
|
||||
|
||||
#: ../mod.py:485
|
||||
#: redbot/cogs/mod/mod.py:557
|
||||
msgid "You have been temporarily banned from {server_name} until {date}. Here is an invite for when your ban expires: {invite_link}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:570
|
||||
msgid "I can't do that for some reason."
|
||||
msgstr "왠지 모르겠어요."
|
||||
|
||||
#: ../mod.py:487
|
||||
#: redbot/cogs/mod/mod.py:572
|
||||
msgid "Something went wrong while banning"
|
||||
msgstr "밴 처리를 하는 동안 문제가 발생했어요."
|
||||
|
||||
#: ../mod.py:489
|
||||
#: redbot/cogs/mod/mod.py:574
|
||||
msgid "Done. Enough chaos for now"
|
||||
msgstr "다 했어요. 지금으로서는 충분히 혼란스러울 거예요."
|
||||
|
||||
#: ../mod.py:529
|
||||
msgid "You have been banned and then unbanned as a quick way to delete your messages.\n"
|
||||
"You can now join the guild again. {}"
|
||||
msgstr "사용자님은 밴 처리됐어요, 하지만 사용자님의 밴 처리를 해제하려면 사용자님의 메세지를 빠르게 삭제해보세요. 이제 다시 길드에 가입할 수 있어요. {}"
|
||||
#: redbot/cogs/mod/mod.py:595
|
||||
#, docstring
|
||||
msgid "Kick a user and delete 1 day's worth of their messages."
|
||||
msgstr ""
|
||||
|
||||
#: ../mod.py:541
|
||||
#: redbot/cogs/mod/mod.py:625
|
||||
msgid "You have been banned and then unbanned as a quick way to delete your messages.\n"
|
||||
"You can now join the server again. {invite_link}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:638
|
||||
msgid "My role is not high enough to softban that user."
|
||||
msgstr "제 역할이 그 사용자를 밴 할 만큼 충분하지 않습니다."
|
||||
|
||||
#: ../mod.py:557
|
||||
#: redbot/cogs/mod/mod.py:654
|
||||
msgid "Done. Enough chaos."
|
||||
msgstr "다 했어요. 충분히 혼란스러워요."
|
||||
|
||||
#: ../mod.py:592
|
||||
#: redbot/cogs/mod/mod.py:679
|
||||
#, docstring
|
||||
msgid "Unban a user from this server.\n\n"
|
||||
" Requires specifying the target user's ID. To find this, you may either:\n"
|
||||
" 1. Copy it from the mod log case (if one was created), or\n"
|
||||
" 2. enable developer mode, go to Bans in this server's settings, right-\n"
|
||||
" click the user and select 'Copy ID'."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:689
|
||||
msgid "Couldn't find a user with that ID!"
|
||||
msgstr "해당 ID를 가진 사용자를 찾을 수 없어요."
|
||||
|
||||
#: ../mod.py:598
|
||||
#: redbot/cogs/mod/mod.py:695
|
||||
msgid "It seems that user isn't banned!"
|
||||
msgstr "사용자들이 밴 처리되지 않은 것 같아요!"
|
||||
|
||||
#: ../mod.py:606
|
||||
#: redbot/cogs/mod/mod.py:703
|
||||
msgid "Something went wrong while attempting to unban that user"
|
||||
msgstr "해당 사용자의 밴 처리를 해제하는 동안 문제가 발생했어요."
|
||||
|
||||
#: ../mod.py:609
|
||||
msgid "Unbanned that user from this guild"
|
||||
msgstr "이 길드에서 해당 사용자의 차단이 해제됐어요."
|
||||
#: redbot/cogs/mod/mod.py:706
|
||||
msgid "Unbanned that user from this server"
|
||||
msgstr ""
|
||||
|
||||
#: ../mod.py:624
|
||||
msgid "You've been unbanned from {}.\n"
|
||||
"Here is an invite for that guild: {}"
|
||||
msgstr "{} 에서의 차단이 해제됬어요.\n"
|
||||
"해당 길드 초대 링크 : {}"
|
||||
#: redbot/cogs/mod/mod.py:728
|
||||
msgid "You've been unbanned from {server}.\n"
|
||||
"Here is an invite for that server: {invite_link}"
|
||||
msgstr ""
|
||||
|
||||
#: ../mod.py:628
|
||||
#: redbot/cogs/mod/mod.py:735
|
||||
msgid "I failed to send an invite to that user. Perhaps you may be able to send it for me?\n"
|
||||
"Here's the invite link: {}"
|
||||
msgstr "해당 사용자에게 초대를 보내지 못했어요. 혹시 저를 위해 보내 주실 수 있나요?\n"
|
||||
"여기 초대 링크예요 : {}"
|
||||
"Here's the invite link: {invite_link}"
|
||||
msgstr ""
|
||||
|
||||
#: ../mod.py:634
|
||||
msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {}"
|
||||
msgstr "사용자에게 초대를 보내려고 할 때 문제가 발생했어요. 여기 링크를 클릭하면 다시 시도할 수 있어요 : {}"
|
||||
#: redbot/cogs/mod/mod.py:743
|
||||
msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}"
|
||||
msgstr ""
|
||||
|
||||
#: ../mod.py:678 ../mod.py:715
|
||||
msgid "No voice state for that user!"
|
||||
msgstr "해당 사용자에 대한 음성 상태가 없어요!"
|
||||
#: redbot/cogs/mod/mod.py:803
|
||||
msgid "That user is not in a voice channel."
|
||||
msgstr ""
|
||||
|
||||
#: ../mod.py:692
|
||||
msgid "That user is already muted and deafened guild-wide!"
|
||||
msgstr "해당 사용자는 이미 음소거 상태이고 길드 전체가 음소거 돼서 아무것도 안 들려요!"
|
||||
#: redbot/cogs/mod/mod.py:810
|
||||
msgid "I require the {perms} permission(s) in that user's channel to do that."
|
||||
msgstr ""
|
||||
|
||||
#: ../mod.py:695
|
||||
#: redbot/cogs/mod/mod.py:820
|
||||
msgid "You must have the {perms} permission(s) in that user's channel to use this command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:832
|
||||
#, docstring
|
||||
msgid "Ban a user from speaking and listening in the server's voice channels."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:853
|
||||
msgid "That user is already muted and deafened server-wide!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:855
|
||||
msgid "User has been banned from speaking or listening in voice channels"
|
||||
msgstr "사용자가 음성 채널에서 말하거나 듣는 것이 금지됐어요."
|
||||
|
||||
#: ../mod.py:727
|
||||
msgid "That user isn't muted or deafened by the guild!"
|
||||
msgstr "해당 사용자는 길드에 의해 음소거 되지 않았어요."
|
||||
#: redbot/cogs/mod/mod.py:875
|
||||
#, docstring
|
||||
msgid "Unban a user from speaking and listening in the server's voice channels."
|
||||
msgstr ""
|
||||
|
||||
#: ../mod.py:730
|
||||
#: redbot/cogs/mod/mod.py:894
|
||||
msgid "That user isn't muted or deafened by the server!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:896
|
||||
msgid "User is now allowed to speak and listen in voice channels"
|
||||
msgstr "이제 사용자가 음성 채널에서 말하고 들을 수 있어요."
|
||||
|
||||
#: ../mod.py:759
|
||||
msgid "I cannot do that, I lack the '{}' permission."
|
||||
msgstr "제게 '{}' 권한이 없어서 그리 할 수 없어요."
|
||||
#: redbot/cogs/mod/mod.py:919
|
||||
#, docstring
|
||||
msgid "Change a user's nickname.\n\n"
|
||||
" Leaving the nickname empty will remove it.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: ../mod.py:788
|
||||
msgid "Muted {}#{} in channel {}"
|
||||
msgstr "{}#{} 이(가) {} 채널에서 음소거 됐어요."
|
||||
#: redbot/cogs/mod/mod.py:928
|
||||
msgid "Nicknames must be between 2 and 32 characters long."
|
||||
msgstr ""
|
||||
|
||||
#: ../mod.py:802
|
||||
msgid "That user is already muted in {}!"
|
||||
msgstr "해당 사용자가 {} 에서 이미 음소거된 상태예요!"
|
||||
#: redbot/cogs/mod/mod.py:936
|
||||
msgid "I do not have permission to rename that member. They may be higher than or equal to me in the role hierarchy."
|
||||
msgstr ""
|
||||
|
||||
#: ../mod.py:805 ../mod.py:937
|
||||
msgid "That user is not in a voice channel right now!"
|
||||
msgstr "해당 사용자는 지금 음성 채널에 있지 않아요!"
|
||||
#: redbot/cogs/mod/mod.py:946
|
||||
msgid "I do not have permission to rename that member."
|
||||
msgstr ""
|
||||
|
||||
#: ../mod.py:807 ../mod.py:939
|
||||
msgid "No voice state for the target!"
|
||||
msgstr "대상에 대한 음성 상태가 없어요!"
|
||||
#: redbot/cogs/mod/mod.py:949
|
||||
msgid "That nickname is invalid."
|
||||
msgstr ""
|
||||
|
||||
#: ../mod.py:827
|
||||
#: redbot/cogs/mod/mod.py:951
|
||||
msgid "An unexpected error has occured."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:953
|
||||
msgid "Done."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:959
|
||||
#, docstring
|
||||
msgid "Mute users."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:965
|
||||
#, docstring
|
||||
msgid "Mute a user in their current voice channel."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:983
|
||||
msgid "Muted {user} in channel {channel.name}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:1009
|
||||
#, docstring
|
||||
msgid "Mute a user in the current text channel."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:1018
|
||||
msgid "User has been muted in this channel."
|
||||
msgstr "사용자가 이 채널에서 음소거 됐어요."
|
||||
|
||||
#: ../mod.py:863
|
||||
msgid "User has been muted in this guild."
|
||||
msgstr "이 길드에서 해당 사용자가 음소거 됐어요."
|
||||
#: redbot/cogs/mod/mod.py:1041
|
||||
#, docstring
|
||||
msgid "Mutes user in the server"
|
||||
msgstr ""
|
||||
|
||||
#: ../mod.py:924
|
||||
msgid "Unmuted {}#{} in channel {}"
|
||||
msgstr "{}#{} 이(가) {} 채널에서 음소거 해제됐어요."
|
||||
#: redbot/cogs/mod/mod.py:1051
|
||||
msgid "User has been muted in this server."
|
||||
msgstr ""
|
||||
|
||||
#: ../mod.py:934
|
||||
msgid "That user is already unmuted in {}!"
|
||||
msgstr "해당 사용자가 {} 에서 이미 음소거가 해제되어 있어요!"
|
||||
#: redbot/cogs/mod/mod.py:1111
|
||||
#, docstring
|
||||
msgid "Unmute users."
|
||||
msgstr ""
|
||||
|
||||
#: ../mod.py:954
|
||||
msgid "User unmuted in this channel."
|
||||
msgstr "사용자가 이 채널에서 음소거를 해제했어요."
|
||||
#: redbot/cogs/mod/mod.py:1119
|
||||
#, docstring
|
||||
msgid "Unmute a user in their current voice channel."
|
||||
msgstr ""
|
||||
|
||||
#: ../mod.py:963
|
||||
#: redbot/cogs/mod/mod.py:1137
|
||||
msgid "Unmuted {user} in channel {channel.name}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:1154 redbot/cogs/mod/mod.py:1188
|
||||
msgid "Unmute failed. Reason: {}"
|
||||
msgstr "음소거 해제를 실패했어요. 이유 : {}"
|
||||
|
||||
#: ../mod.py:986
|
||||
msgid "User has been unmuted in this guild."
|
||||
msgstr "사용자가 이 길드에서 음소거 해제됐어요."
|
||||
#: redbot/cogs/mod/mod.py:1163
|
||||
#, docstring
|
||||
msgid "Unmute a user in this channel."
|
||||
msgstr ""
|
||||
|
||||
#: ../mod.py:1050
|
||||
#: redbot/cogs/mod/mod.py:1172
|
||||
msgid "User unmuted in this channel."
|
||||
msgstr "사용자가 이 채널에서 음소거를 해제했어요."
|
||||
|
||||
#: redbot/cogs/mod/mod.py:1197
|
||||
#, docstring
|
||||
msgid "Unmute a user in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:1207
|
||||
msgid "User has been unmuted in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:1262
|
||||
#, docstring
|
||||
msgid "Add servers or channels to the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:1268
|
||||
#, docstring
|
||||
msgid "Ignore commands in the channel.\n\n"
|
||||
" Defaults to the current channel.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:1276
|
||||
msgid "Channel added to ignore list."
|
||||
msgstr "채널이 무시 목록에 추가됐어요."
|
||||
|
||||
#: ../mod.py:1052
|
||||
#: redbot/cogs/mod/mod.py:1278
|
||||
msgid "Channel already in ignore list."
|
||||
msgstr "채널이 이미 무시 목록에 포함되어 있어요."
|
||||
|
||||
#: ../mod.py:1060
|
||||
msgid "This guild has been added to the ignore list."
|
||||
msgstr "이 길드는 무시 목록에 추가됐어요."
|
||||
#: redbot/cogs/mod/mod.py:1283
|
||||
#, docstring
|
||||
msgid "Ignore commands in this server."
|
||||
msgstr ""
|
||||
|
||||
#: ../mod.py:1062
|
||||
msgid "This guild is already being ignored."
|
||||
msgstr "이 길드는 이미 무시되고 있어요."
|
||||
#: redbot/cogs/mod/mod.py:1287
|
||||
msgid "This server has been added to the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: ../mod.py:1083
|
||||
#: redbot/cogs/mod/mod.py:1289
|
||||
msgid "This server is already being ignored."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:1295
|
||||
#, docstring
|
||||
msgid "Remove servers or channels from the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:1301
|
||||
#, docstring
|
||||
msgid "Remove a channel from ignore the list.\n\n"
|
||||
" Defaults to the current channel.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:1310
|
||||
msgid "Channel removed from ignore list."
|
||||
msgstr "채널이 무시 목록에서 제거됐어요."
|
||||
|
||||
#: ../mod.py:1085
|
||||
#: redbot/cogs/mod/mod.py:1312
|
||||
msgid "That channel is not in the ignore list."
|
||||
msgstr "해당 채널은 무시 목록에 없어요."
|
||||
|
||||
#: ../mod.py:1093
|
||||
msgid "This guild has been removed from the ignore list."
|
||||
msgstr "이 길드는 무시 목록에서 제거됐어요."
|
||||
#: redbot/cogs/mod/mod.py:1317
|
||||
#, docstring
|
||||
msgid "Remove this server from the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: ../mod.py:1095
|
||||
msgid "This guild is not in the ignore list."
|
||||
msgstr "이 길드는 무시 목록에 포함되어 있지 않아요."
|
||||
#: redbot/cogs/mod/mod.py:1321
|
||||
msgid "This server has been removed from the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: ../mod.py:1107
|
||||
#: redbot/cogs/mod/mod.py:1323
|
||||
msgid "This server is not in the ignore list."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:1335
|
||||
msgid "Currently ignoring:\n"
|
||||
"{} channels\n"
|
||||
"{} guilds\n"
|
||||
@@ -273,15 +518,107 @@ msgstr "현재 무시 중 :\n"
|
||||
"{}개의 채널\n"
|
||||
"{} 길드"
|
||||
|
||||
#: ../mod.py:1138
|
||||
#: redbot/cogs/mod/mod.py:1361
|
||||
#, docstring
|
||||
msgid "Show information about a user.\n\n"
|
||||
" This includes fields for status, discord join date, server\n"
|
||||
" join date, voice state and previous names/nicknames.\n\n"
|
||||
" If the user has no roles, previous names or previous nicknames,\n"
|
||||
" these fields will be omitted.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:1397 redbot/cogs/mod/mod.py:1398
|
||||
msgid "{}\n"
|
||||
"({} days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:1400
|
||||
msgid "Chilling in {} status"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:1404
|
||||
msgid "Playing {}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:1406
|
||||
msgid "Streaming [{}]({})"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:1408
|
||||
msgid "Listening to {}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:1410
|
||||
msgid "Watching {}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:1418
|
||||
msgid "Joined Discord on"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:1419
|
||||
msgid "Joined this server on"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:1421
|
||||
msgid "Roles"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:1425
|
||||
msgid "Previous Names"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:1429
|
||||
msgid "Previous Nicknames"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:1432
|
||||
msgid "Current voice channel"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:1436
|
||||
msgid "Member #{} | User ID: {}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:1454
|
||||
#, docstring
|
||||
msgid "Show previous names and nicknames of a user."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:1458
|
||||
msgid "**Past 20 names**:"
|
||||
msgstr "**20개의 이름 초과** :"
|
||||
|
||||
#: ../mod.py:1145
|
||||
#: redbot/cogs/mod/mod.py:1464
|
||||
msgid "**Past 20 nicknames**:"
|
||||
msgstr "**20개의 닉네임을 초과** :"
|
||||
|
||||
#: ../mod.py:1151
|
||||
#: redbot/cogs/mod/mod.py:1471
|
||||
msgid "That user doesn't have any recorded name or nickname change."
|
||||
msgstr "해당 사용자에게 기록된 이름이나 닉네임이 없어요."
|
||||
|
||||
#: redbot/cogs/mod/mod.py:1497
|
||||
msgid "Tempban finished"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:1532 redbot/cogs/mod/mod.py:1546
|
||||
msgid "Mention spam (Autoban)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:1752
|
||||
msgid "That user can't send messages in this channel."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:1753
|
||||
msgid "That user isn't muted in this channel."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:1757
|
||||
msgid "That user cannot be muted, as they have the Administrator permission."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/mod/mod.py:1758
|
||||
msgid "Failed to mute user. I need the manage roles permission and the user I'm muting must be lower than myself in the role hierarchy."
|
||||
msgstr ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user