mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-18 09:08:58 -05:00
[i18n] Automated Crowdin downstream (#4829)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
7b04c04551
commit
e80a00ec1b
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2021-02-14 15:51+0000\n"
|
||||
"POT-Creation-Date: 2021-02-16 19:14+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Indonesian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -525,13 +525,13 @@ msgstr ""
|
||||
#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763
|
||||
#: redbot/core/core_commands.py:1779
|
||||
msgid "disabled"
|
||||
msgstr ""
|
||||
msgstr "dinonaktifkan"
|
||||
|
||||
#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091
|
||||
#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763
|
||||
#: redbot/core/core_commands.py:1779
|
||||
msgid "enabled"
|
||||
msgstr ""
|
||||
msgstr "diaktifkan"
|
||||
|
||||
#: redbot/core/core_commands.py:1074
|
||||
#, docstring
|
||||
@@ -860,7 +860,7 @@ msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:1638
|
||||
msgid "Command deleting disabled."
|
||||
msgstr ""
|
||||
msgstr "Perintah menghapus dinonaktifkan."
|
||||
|
||||
#: redbot/core/core_commands.py:1640
|
||||
msgid "Delete delay set to {num} seconds."
|
||||
@@ -872,7 +872,7 @@ msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:1652
|
||||
msgid "I will not delete command messages."
|
||||
msgstr ""
|
||||
msgstr "Saya tidak akan menghapus pesan perintah."
|
||||
|
||||
#: redbot/core/core_commands.py:1657
|
||||
#, docstring
|
||||
@@ -2260,11 +2260,11 @@ msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:3598
|
||||
msgid "Channel added to ignore list."
|
||||
msgstr ""
|
||||
msgstr "Saluran ditambahkan ke daftar abaikan."
|
||||
|
||||
#: redbot/core/core_commands.py:3600
|
||||
msgid "Channel already in ignore list."
|
||||
msgstr ""
|
||||
msgstr "Saluran sudah ada didalam daftar abaikan."
|
||||
|
||||
#: redbot/core/core_commands.py:3605
|
||||
#, docstring
|
||||
@@ -2293,11 +2293,11 @@ msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:3634
|
||||
msgid "Channel removed from ignore list."
|
||||
msgstr ""
|
||||
msgstr "Saluran di hapus dari dalam daftar abaikan."
|
||||
|
||||
#: redbot/core/core_commands.py:3636
|
||||
msgid "That channel is not in the ignore list."
|
||||
msgstr ""
|
||||
msgstr "Saluran sedang tidak ada di dalam daftar abaikan."
|
||||
|
||||
#: redbot/core/core_commands.py:3641
|
||||
#, docstring
|
||||
@@ -2328,7 +2328,12 @@ msgid "\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/dev_commands.py:122
|
||||
#: redbot/core/dev_commands.py:36
|
||||
#, docstring
|
||||
msgid "Various development focused utilities."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/dev_commands.py:123
|
||||
#, docstring
|
||||
msgid "Evaluate a statement of python code.\n\n"
|
||||
" The bot will always respond with the return value of the code.\n"
|
||||
@@ -2349,7 +2354,7 @@ msgid "Evaluate a statement of python code.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/dev_commands.py:163
|
||||
#: redbot/core/dev_commands.py:164
|
||||
#, docstring
|
||||
msgid "Execute asynchronous code.\n\n"
|
||||
" This command wraps code into the body of an async function and then\n"
|
||||
@@ -2369,7 +2374,7 @@ msgid "Execute asynchronous code.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/dev_commands.py:217
|
||||
#: redbot/core/dev_commands.py:218
|
||||
#, docstring
|
||||
msgid "Open an interactive REPL.\n\n"
|
||||
" The REPL will only recognise code as messages which start with a\n"
|
||||
@@ -2378,51 +2383,51 @@ msgid "Open an interactive REPL.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/dev_commands.py:226
|
||||
#: redbot/core/dev_commands.py:227
|
||||
msgid "Already running a REPL session in this channel. Exit it with `quit`."
|
||||
msgstr "Sudah menjalankan sesi REPL dalam kanal ini. Keluar dengan 'berhenti'."
|
||||
|
||||
#: redbot/core/dev_commands.py:230
|
||||
#: redbot/core/dev_commands.py:231
|
||||
msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/dev_commands.py:241
|
||||
#: redbot/core/dev_commands.py:242
|
||||
msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/dev_commands.py:255
|
||||
#: redbot/core/dev_commands.py:256
|
||||
msgid "Exiting."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/dev_commands.py:306
|
||||
#: redbot/core/dev_commands.py:307
|
||||
msgid "Unexpected error: `{}`"
|
||||
msgstr "Kesalahan tak terduga: `{}`"
|
||||
|
||||
#: redbot/core/dev_commands.py:310
|
||||
#: redbot/core/dev_commands.py:311
|
||||
#, docstring
|
||||
msgid "Pauses/resumes the REPL running in the current channel"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/dev_commands.py:312
|
||||
#: redbot/core/dev_commands.py:313
|
||||
msgid "There is no currently running REPL session in this channel."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/dev_commands.py:320
|
||||
#: redbot/core/dev_commands.py:321
|
||||
msgid "The REPL session in this channel has been resumed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/dev_commands.py:322
|
||||
#: redbot/core/dev_commands.py:323
|
||||
msgid "The REPL session in this channel is now paused."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/dev_commands.py:327
|
||||
#: redbot/core/dev_commands.py:328
|
||||
#, docstring
|
||||
msgid "Mock another user invoking a command.\n\n"
|
||||
" The prefix must not be entered.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/dev_commands.py:340
|
||||
#: redbot/core/dev_commands.py:341
|
||||
#, docstring
|
||||
msgid "Dispatch a message event as if it were sent by a different user.\n\n"
|
||||
" Only reads the raw content of the message. Attachments, embeds etc. are\n"
|
||||
@@ -2430,17 +2435,17 @@ msgid "Dispatch a message event as if it were sent by a different user.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/dev_commands.py:361
|
||||
#: redbot/core/dev_commands.py:362
|
||||
#, docstring
|
||||
msgid "Give bot owners the ability to bypass cooldowns.\n\n"
|
||||
" Does not persist through restarts."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/dev_commands.py:369
|
||||
#: redbot/core/dev_commands.py:370
|
||||
msgid "Bot owners will now bypass all commands with cooldowns."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/dev_commands.py:371
|
||||
#: redbot/core/dev_commands.py:372
|
||||
msgid "Bot owners will no longer bypass all commands with cooldowns."
|
||||
msgstr ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user