[3.4] Automated Crowdin downstream (#6088)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-04-20 04:03:11 +02:00
committed by GitHub
parent 455d2fdf7a
commit 9f4202bea3
656 changed files with 72911 additions and 61679 deletions

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2022-04-16 19:29+0000\n"
"POT-Creation-Date: 2023-02-12 21:08+0000\n"
"Last-Translator: \n"
"Language-Team: Arabic\n"
"MIME-Version: 1.0\n"
@@ -367,7 +367,7 @@ msgstr "تم تغيير الإعدادات"
#, docstring
msgid "Set a playlist to auto-play songs from.\n\n"
" **Usage**:\n"
" `[p]audioset autoplay playlist_name_OR_id [args]`\n\n"
" `[p]audioset autoplay playlist playlist_name_OR_id [args]`\n\n"
" **Args**:\n"
" The following are all optional:\n"
" --scope <scope>\n"
@@ -385,9 +385,9 @@ msgid "Set a playlist to auto-play songs from.\n\n"
" Guild ID\n"
" Exact guild name\n\n"
" Example use:\n"
" `[p]audioset autoplay MyGuildPlaylist`\n"
" `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n"
" `[p]audioset autoplay playlist MyGuildPlaylist`\n"
" `[p]audioset autoplay playlist MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay playlist PersonalPlaylist --scope User --author Draper`\n"
" "
msgstr ""
@@ -918,7 +918,7 @@ msgid "External server: [{use_external_lavalink}]\n"
msgstr ""
#: redbot/cogs/audio/core/commands/audioset.py:1123
msgid "Lavalink build: [{llbuild}]\n"
msgid "Lavalink version: [{llversion}]\n"
"Lavalink branch: [{llbranch}]\n"
"Release date: [{build_time}]\n"
"Lavaplayer version: [{lavaplayer}]\n"
@@ -1800,7 +1800,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:37
#, docstring
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
" This command block holds all commands to manage an external or managed Lavalink node.\n\n"
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
" You should not mess with any command in here unless you have a valid reason to,\n"
" i.e. been told by someone in the Red-Discord Bot support server to do so.\n"
" All the commands in here have the potential to break the Audio cog.\n"
@@ -1811,7 +1811,7 @@ msgstr ""
#, docstring
msgid "Change your Java executable path.\n\n"
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
" If changing this make sure that the java you set is supported by Audio.\n"
" If changing this make sure that the Java executable you set is supported by Audio.\n"
" The current supported version is Java 11.\n\n"
" Enter nothing or \"java\" to reset it back to default.\n"
" "
@@ -1869,14 +1869,14 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:157
#, docstring
msgid "Toggle using external Lavalink nodes - requires an existing external Lavalink node for Audio to work, if enabled.\n\n"
" This command disables the managed Lavalink server, if you do not have an external Lavalink node you will be unable to use Audio while this is enabled.\n"
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
" This command disables the managed Lavalink server. If you do not have another Lavalink node set up, you will be unable to use Audio while this is enabled.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:167
#: redbot/cogs/audio/core/commands/llset.py:176
msgid "External Lavalink server: {true_or_false}."
msgid "Unmanaged Lavalink server: {true_or_false}."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:186
@@ -1886,29 +1886,29 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:197
#, docstring
msgid "Set the Lavalink node host.\n\n"
" This command sets the connection host which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:205
msgid "External Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:218
#, docstring
msgid "Set the Lavalink node password.\n\n"
" This command sets the connection password which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:227
msgid "External Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:242
#, docstring
msgid "Set the Lavalink node port.\n\n"
" This command sets the connection port which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
@@ -1924,23 +1924,23 @@ msgid "A port must be between 0 and 65535 "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:256
msgid "External Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:269
#, docstring
msgid "Set the Lavalink node connection to secured.\n\n"
" This command sets the connection type to secured when connecting to an external Lavalink node.\n"
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:280
msgid "Managed Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:293
msgid "Managed Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
@@ -2062,7 +2062,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:458
#, docstring
msgid "Toggle HTTP direct URL usage on or off.\n\n"
" This source is used to allow playback from direct http streams (This does not affect direct url playback for the other sources)\n"
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
" "
msgstr ""
@@ -2113,7 +2113,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:539
#, docstring
msgid "Toggle Soundcloud source on or off.\n\n"
" This toggle controls the playback of all Soundcloud related content.\n"
" This toggle controls the playback of all SoundCloud related content.\n"
" "
msgstr ""
@@ -2197,7 +2197,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:683
#, docstring
msgid "`Dangerous command` Set the managed Lavalink node NAS buffer size.\n\n"
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
" "
msgstr ""
@@ -2571,7 +2571,7 @@ msgid "Playlist configuration options.\n\n"
" Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n"
" **User**:\n"
" Visible to all bot users, if --author is passed.\n"
" Editable by bot owner and creator.\n"
" Editable by bot owner and the playlist creator.\n"
" "
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2022-04-16 19:29+0000\n"
"POT-Creation-Date: 2023-02-12 21:08+0000\n"
"Last-Translator: \n"
"Language-Team: Bulgarian\n"
"MIME-Version: 1.0\n"
@@ -367,7 +367,7 @@ msgstr ""
#, docstring
msgid "Set a playlist to auto-play songs from.\n\n"
" **Usage**:\n"
" `[p]audioset autoplay playlist_name_OR_id [args]`\n\n"
" `[p]audioset autoplay playlist playlist_name_OR_id [args]`\n\n"
" **Args**:\n"
" The following are all optional:\n"
" --scope <scope>\n"
@@ -385,9 +385,9 @@ msgid "Set a playlist to auto-play songs from.\n\n"
" Guild ID\n"
" Exact guild name\n\n"
" Example use:\n"
" `[p]audioset autoplay MyGuildPlaylist`\n"
" `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n"
" `[p]audioset autoplay playlist MyGuildPlaylist`\n"
" `[p]audioset autoplay playlist MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay playlist PersonalPlaylist --scope User --author Draper`\n"
" "
msgstr ""
@@ -908,7 +908,7 @@ msgid "External server: [{use_external_lavalink}]\n"
msgstr ""
#: redbot/cogs/audio/core/commands/audioset.py:1123
msgid "Lavalink build: [{llbuild}]\n"
msgid "Lavalink version: [{llversion}]\n"
"Lavalink branch: [{llbranch}]\n"
"Release date: [{build_time}]\n"
"Lavaplayer version: [{lavaplayer}]\n"
@@ -1784,7 +1784,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:37
#, docstring
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
" This command block holds all commands to manage an external or managed Lavalink node.\n\n"
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
" You should not mess with any command in here unless you have a valid reason to,\n"
" i.e. been told by someone in the Red-Discord Bot support server to do so.\n"
" All the commands in here have the potential to break the Audio cog.\n"
@@ -1795,7 +1795,7 @@ msgstr ""
#, docstring
msgid "Change your Java executable path.\n\n"
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
" If changing this make sure that the java you set is supported by Audio.\n"
" If changing this make sure that the Java executable you set is supported by Audio.\n"
" The current supported version is Java 11.\n\n"
" Enter nothing or \"java\" to reset it back to default.\n"
" "
@@ -1853,14 +1853,14 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:157
#, docstring
msgid "Toggle using external Lavalink nodes - requires an existing external Lavalink node for Audio to work, if enabled.\n\n"
" This command disables the managed Lavalink server, if you do not have an external Lavalink node you will be unable to use Audio while this is enabled.\n"
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
" This command disables the managed Lavalink server. If you do not have another Lavalink node set up, you will be unable to use Audio while this is enabled.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:167
#: redbot/cogs/audio/core/commands/llset.py:176
msgid "External Lavalink server: {true_or_false}."
msgid "Unmanaged Lavalink server: {true_or_false}."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:186
@@ -1870,29 +1870,29 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:197
#, docstring
msgid "Set the Lavalink node host.\n\n"
" This command sets the connection host which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:205
msgid "External Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:218
#, docstring
msgid "Set the Lavalink node password.\n\n"
" This command sets the connection password which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:227
msgid "External Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:242
#, docstring
msgid "Set the Lavalink node port.\n\n"
" This command sets the connection port which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
@@ -1908,23 +1908,23 @@ msgid "A port must be between 0 and 65535 "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:256
msgid "External Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:269
#, docstring
msgid "Set the Lavalink node connection to secured.\n\n"
" This command sets the connection type to secured when connecting to an external Lavalink node.\n"
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:280
msgid "Managed Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:293
msgid "Managed Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
@@ -2046,7 +2046,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:458
#, docstring
msgid "Toggle HTTP direct URL usage on or off.\n\n"
" This source is used to allow playback from direct http streams (This does not affect direct url playback for the other sources)\n"
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
" "
msgstr ""
@@ -2097,7 +2097,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:539
#, docstring
msgid "Toggle Soundcloud source on or off.\n\n"
" This toggle controls the playback of all Soundcloud related content.\n"
" This toggle controls the playback of all SoundCloud related content.\n"
" "
msgstr ""
@@ -2181,7 +2181,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:683
#, docstring
msgid "`Dangerous command` Set the managed Lavalink node NAS buffer size.\n\n"
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
" "
msgstr ""
@@ -2555,7 +2555,7 @@ msgid "Playlist configuration options.\n\n"
" Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n"
" **User**:\n"
" Visible to all bot users, if --author is passed.\n"
" Editable by bot owner and creator.\n"
" Editable by bot owner and the playlist creator.\n"
" "
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2022-04-16 19:29+0000\n"
"POT-Creation-Date: 2023-02-12 21:08+0000\n"
"Last-Translator: \n"
"Language-Team: Czech\n"
"MIME-Version: 1.0\n"
@@ -367,7 +367,7 @@ msgstr ""
#, docstring
msgid "Set a playlist to auto-play songs from.\n\n"
" **Usage**:\n"
" `[p]audioset autoplay playlist_name_OR_id [args]`\n\n"
" `[p]audioset autoplay playlist playlist_name_OR_id [args]`\n\n"
" **Args**:\n"
" The following are all optional:\n"
" --scope <scope>\n"
@@ -385,9 +385,9 @@ msgid "Set a playlist to auto-play songs from.\n\n"
" Guild ID\n"
" Exact guild name\n\n"
" Example use:\n"
" `[p]audioset autoplay MyGuildPlaylist`\n"
" `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n"
" `[p]audioset autoplay playlist MyGuildPlaylist`\n"
" `[p]audioset autoplay playlist MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay playlist PersonalPlaylist --scope User --author Draper`\n"
" "
msgstr ""
@@ -908,7 +908,7 @@ msgid "External server: [{use_external_lavalink}]\n"
msgstr ""
#: redbot/cogs/audio/core/commands/audioset.py:1123
msgid "Lavalink build: [{llbuild}]\n"
msgid "Lavalink version: [{llversion}]\n"
"Lavalink branch: [{llbranch}]\n"
"Release date: [{build_time}]\n"
"Lavaplayer version: [{lavaplayer}]\n"
@@ -1784,7 +1784,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:37
#, docstring
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
" This command block holds all commands to manage an external or managed Lavalink node.\n\n"
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
" You should not mess with any command in here unless you have a valid reason to,\n"
" i.e. been told by someone in the Red-Discord Bot support server to do so.\n"
" All the commands in here have the potential to break the Audio cog.\n"
@@ -1795,7 +1795,7 @@ msgstr ""
#, docstring
msgid "Change your Java executable path.\n\n"
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
" If changing this make sure that the java you set is supported by Audio.\n"
" If changing this make sure that the Java executable you set is supported by Audio.\n"
" The current supported version is Java 11.\n\n"
" Enter nothing or \"java\" to reset it back to default.\n"
" "
@@ -1853,14 +1853,14 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:157
#, docstring
msgid "Toggle using external Lavalink nodes - requires an existing external Lavalink node for Audio to work, if enabled.\n\n"
" This command disables the managed Lavalink server, if you do not have an external Lavalink node you will be unable to use Audio while this is enabled.\n"
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
" This command disables the managed Lavalink server. If you do not have another Lavalink node set up, you will be unable to use Audio while this is enabled.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:167
#: redbot/cogs/audio/core/commands/llset.py:176
msgid "External Lavalink server: {true_or_false}."
msgid "Unmanaged Lavalink server: {true_or_false}."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:186
@@ -1870,29 +1870,29 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:197
#, docstring
msgid "Set the Lavalink node host.\n\n"
" This command sets the connection host which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:205
msgid "External Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:218
#, docstring
msgid "Set the Lavalink node password.\n\n"
" This command sets the connection password which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:227
msgid "External Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:242
#, docstring
msgid "Set the Lavalink node port.\n\n"
" This command sets the connection port which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
@@ -1908,23 +1908,23 @@ msgid "A port must be between 0 and 65535 "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:256
msgid "External Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:269
#, docstring
msgid "Set the Lavalink node connection to secured.\n\n"
" This command sets the connection type to secured when connecting to an external Lavalink node.\n"
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:280
msgid "Managed Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:293
msgid "Managed Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
@@ -2046,7 +2046,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:458
#, docstring
msgid "Toggle HTTP direct URL usage on or off.\n\n"
" This source is used to allow playback from direct http streams (This does not affect direct url playback for the other sources)\n"
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
" "
msgstr ""
@@ -2097,7 +2097,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:539
#, docstring
msgid "Toggle Soundcloud source on or off.\n\n"
" This toggle controls the playback of all Soundcloud related content.\n"
" This toggle controls the playback of all SoundCloud related content.\n"
" "
msgstr ""
@@ -2181,7 +2181,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:683
#, docstring
msgid "`Dangerous command` Set the managed Lavalink node NAS buffer size.\n\n"
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
" "
msgstr ""
@@ -2555,7 +2555,7 @@ msgid "Playlist configuration options.\n\n"
" Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n"
" **User**:\n"
" Visible to all bot users, if --author is passed.\n"
" Editable by bot owner and creator.\n"
" Editable by bot owner and the playlist creator.\n"
" "
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2022-04-16 19:29+0000\n"
"POT-Creation-Date: 2023-02-12 21:08+0000\n"
"Last-Translator: \n"
"Language-Team: Danish\n"
"MIME-Version: 1.0\n"
@@ -367,7 +367,7 @@ msgstr ""
#, docstring
msgid "Set a playlist to auto-play songs from.\n\n"
" **Usage**:\n"
" `[p]audioset autoplay playlist_name_OR_id [args]`\n\n"
" `[p]audioset autoplay playlist playlist_name_OR_id [args]`\n\n"
" **Args**:\n"
" The following are all optional:\n"
" --scope <scope>\n"
@@ -385,9 +385,9 @@ msgid "Set a playlist to auto-play songs from.\n\n"
" Guild ID\n"
" Exact guild name\n\n"
" Example use:\n"
" `[p]audioset autoplay MyGuildPlaylist`\n"
" `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n"
" `[p]audioset autoplay playlist MyGuildPlaylist`\n"
" `[p]audioset autoplay playlist MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay playlist PersonalPlaylist --scope User --author Draper`\n"
" "
msgstr ""
@@ -908,7 +908,7 @@ msgid "External server: [{use_external_lavalink}]\n"
msgstr ""
#: redbot/cogs/audio/core/commands/audioset.py:1123
msgid "Lavalink build: [{llbuild}]\n"
msgid "Lavalink version: [{llversion}]\n"
"Lavalink branch: [{llbranch}]\n"
"Release date: [{build_time}]\n"
"Lavaplayer version: [{lavaplayer}]\n"
@@ -1784,7 +1784,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:37
#, docstring
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
" This command block holds all commands to manage an external or managed Lavalink node.\n\n"
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
" You should not mess with any command in here unless you have a valid reason to,\n"
" i.e. been told by someone in the Red-Discord Bot support server to do so.\n"
" All the commands in here have the potential to break the Audio cog.\n"
@@ -1795,7 +1795,7 @@ msgstr ""
#, docstring
msgid "Change your Java executable path.\n\n"
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
" If changing this make sure that the java you set is supported by Audio.\n"
" If changing this make sure that the Java executable you set is supported by Audio.\n"
" The current supported version is Java 11.\n\n"
" Enter nothing or \"java\" to reset it back to default.\n"
" "
@@ -1853,14 +1853,14 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:157
#, docstring
msgid "Toggle using external Lavalink nodes - requires an existing external Lavalink node for Audio to work, if enabled.\n\n"
" This command disables the managed Lavalink server, if you do not have an external Lavalink node you will be unable to use Audio while this is enabled.\n"
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
" This command disables the managed Lavalink server. If you do not have another Lavalink node set up, you will be unable to use Audio while this is enabled.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:167
#: redbot/cogs/audio/core/commands/llset.py:176
msgid "External Lavalink server: {true_or_false}."
msgid "Unmanaged Lavalink server: {true_or_false}."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:186
@@ -1870,29 +1870,29 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:197
#, docstring
msgid "Set the Lavalink node host.\n\n"
" This command sets the connection host which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:205
msgid "External Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:218
#, docstring
msgid "Set the Lavalink node password.\n\n"
" This command sets the connection password which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:227
msgid "External Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:242
#, docstring
msgid "Set the Lavalink node port.\n\n"
" This command sets the connection port which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
@@ -1908,23 +1908,23 @@ msgid "A port must be between 0 and 65535 "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:256
msgid "External Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:269
#, docstring
msgid "Set the Lavalink node connection to secured.\n\n"
" This command sets the connection type to secured when connecting to an external Lavalink node.\n"
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:280
msgid "Managed Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:293
msgid "Managed Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
@@ -2046,7 +2046,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:458
#, docstring
msgid "Toggle HTTP direct URL usage on or off.\n\n"
" This source is used to allow playback from direct http streams (This does not affect direct url playback for the other sources)\n"
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
" "
msgstr ""
@@ -2097,7 +2097,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:539
#, docstring
msgid "Toggle Soundcloud source on or off.\n\n"
" This toggle controls the playback of all Soundcloud related content.\n"
" This toggle controls the playback of all SoundCloud related content.\n"
" "
msgstr ""
@@ -2181,7 +2181,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:683
#, docstring
msgid "`Dangerous command` Set the managed Lavalink node NAS buffer size.\n\n"
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
" "
msgstr ""
@@ -2555,7 +2555,7 @@ msgid "Playlist configuration options.\n\n"
" Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n"
" **User**:\n"
" Visible to all bot users, if --author is passed.\n"
" Editable by bot owner and creator.\n"
" Editable by bot owner and the playlist creator.\n"
" "
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2022-04-16 19:29+0000\n"
"POT-Creation-Date: 2023-02-12 21:08+0000\n"
"Last-Translator: \n"
"Language-Team: German\n"
"MIME-Version: 1.0\n"
@@ -371,7 +371,7 @@ msgstr "Einstellung geändert"
#, docstring
msgid "Set a playlist to auto-play songs from.\n\n"
" **Usage**:\n"
" `[p]audioset autoplay playlist_name_OR_id [args]`\n\n"
" `[p]audioset autoplay playlist playlist_name_OR_id [args]`\n\n"
" **Args**:\n"
" The following are all optional:\n"
" --scope <scope>\n"
@@ -389,11 +389,11 @@ msgid "Set a playlist to auto-play songs from.\n\n"
" Guild ID\n"
" Exact guild name\n\n"
" Example use:\n"
" `[p]audioset autoplay MyGuildPlaylist`\n"
" `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n"
" `[p]audioset autoplay playlist MyGuildPlaylist`\n"
" `[p]audioset autoplay playlist MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay playlist PersonalPlaylist --scope User --author Draper`\n"
" "
msgstr "Playlist für die Automatische Wiedergabe eisntellen.\\n\\n **Verwendung**:\\n `[p]audioset autoplay name_ODER_id_der_playlist [args]`\\n\\n **Argumente**:\\n Optionale Argumente:\\n --scope <scope>\\n --author [user]\\n --guild [guild] **Nur der Botbesitzer kann dieses Argument verwenden**\\n\\n **Scope** hat einen der folgenden Werte:\\n Global\\n Guild\\n User\\n\\n **Author** hat einen der folgenden Werte:\\n User ID\\n User Mention\\n User Name#123\\n\\n **Guild** hat einen der folgenden Werte:\\n Guild ID\\n Exact guild name\\n\\n Beispiel:\\n `[p]audioset autoplay MeineGuildPlaylist`\\n `[p]audioset autoplay MeineGlobalePlaylist --scope Global`\\n `[p]audioset autoplay MeinePersoenlichePlaylist --scope User --author Draper`\\n "
msgstr ""
#: redbot/cogs/audio/core/commands/audioset.py:497
#: redbot/cogs/audio/core/commands/playlists.py:104
@@ -949,7 +949,7 @@ msgid "External server: [{use_external_lavalink}]\n"
msgstr "Externer Server: [{use_external_lavalink}]\n"
#: redbot/cogs/audio/core/commands/audioset.py:1123
msgid "Lavalink build: [{llbuild}]\n"
msgid "Lavalink version: [{llversion}]\n"
"Lavalink branch: [{llbranch}]\n"
"Release date: [{build_time}]\n"
"Lavaplayer version: [{lavaplayer}]\n"
@@ -957,14 +957,7 @@ msgid "Lavalink build: [{llbuild}]\n"
"Java Executable: [{jv_exec}]\n"
"Initial Heapsize: [{xms}]\n"
"Max Heapsize: [{xmx}]\n"
msgstr "Lavalink Build: [{llbuild}]\n"
"Lavalink Branch: [{llbranch}]\n"
"Release Datum: [{build_time}]\n"
"Lavaplayer Version: [{lavaplayer}]\n"
"Java Version: [{jvm}]\n"
"Java Executable: [{jv_exec}]\n"
"Initial Heapsize: [{xms}]\n"
"Max Heapsize: [{xmx}]\n"
msgstr ""
#: redbot/cogs/audio/core/commands/audioset.py:1143
msgid "Localtracks path: [{localpath}]\n"
@@ -1079,7 +1072,15 @@ msgid "Sets the caching level.\n\n"
" 5: Enables all Caches\n\n"
" If you wish to disable a specific cache use a negative number.\n"
" "
msgstr ""
msgstr "Legt das Caching-Level fest.\n\n"
" Level kann einer der folgenden sein:\n\n"
" 0: Deaktiviert alle Caches\n"
" 1: Aktiviert Spotify Cache\n"
" 2: Aktiviert YouTube Cache\n"
" 3: Aktiviert Lavalink Cache\n"
" 5: Aktiviert alle Caches\n\n"
" Wenn du einen bestimmten Cache deaktivieren möchtest, benutze eine negative Nummer.\n"
" "
#: redbot/cogs/audio/core/commands/audioset.py:1353
#: redbot/cogs/audio/core/commands/audioset.py:1398
@@ -1141,7 +1142,7 @@ msgstr "Startet die lavalink-Verbindung neu."
#: redbot/cogs/audio/core/commands/audioset.py:1463
#: redbot/cogs/audio/core/commands/llset.py:726
msgid "Failed To Shutdown Lavalink Node"
msgstr ""
msgstr "Fehler beim Herunterfahren von Lavalink"
#: redbot/cogs/audio/core/commands/audioset.py:1464
#: redbot/cogs/audio/core/commands/llset.py:187
@@ -1173,15 +1174,15 @@ msgstr "Musik ohne Ton ist keine Musik. Versuch die Lautstärke höher als 0% zu
#: redbot/cogs/audio/core/commands/audioset.py:1492
#: redbot/cogs/audio/core/commands/audioset.py:1500
msgid "Setting changed"
msgstr ""
msgstr "Einstellungen geändert"
#: redbot/cogs/audio/core/commands/audioset.py:1493
msgid "The maximum volume has been limited to 150%, be easy on your ears."
msgstr ""
msgstr "Die maximale Lautstärke wurde auf 150% begrenzt, pass auf deine Ohren auf."
#: redbot/cogs/audio/core/commands/audioset.py:1501
msgid "The maximum volume has been limited to {max_volume}%."
msgstr ""
msgstr "Die maximale Lautstärke wurde auf {max_volume}% begrenzt."
#: redbot/cogs/audio/core/commands/controller.py:32
#, docstring
@@ -1380,7 +1381,9 @@ msgstr "Titel wird wiederholt"
msgid "Seek ahead or behind on a track by seconds or to a specific time.\n\n"
" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\n"
" "
msgstr ""
msgstr "Spule um Sekunden vor oder zurück oder zu einer bestimmten Zeit.\n\n"
" Akzeptiert Sekunden oder einen Wert, der wie 00:00:00 (`hh:mm:ss`) oder 00:00 (`mm:ss`) formatiert ist.\n"
" "
#: redbot/cogs/audio/core/commands/controller.py:324
#: redbot/cogs/audio/core/commands/controller.py:331
@@ -1454,7 +1457,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/controller.py:465
msgid "Shuffle bumped tracks: {true_or_false}."
msgstr ""
msgstr "Zufallswiedergabe von gepushten Titeln: {true_or_false}."
#: redbot/cogs/audio/core/commands/controller.py:476
#, docstring
@@ -1568,7 +1571,7 @@ msgstr "Verbinde dich zuerst mit einem Sprachkanal."
#: redbot/cogs/audio/core/commands/controller.py:693
#: redbot/cogs/audio/core/commands/player.py:100
msgid "Connection to the Lavalink node has not yet been established."
msgstr ""
msgstr "Verbindung zu Lavalink wurde noch nicht hergestellt."
#: redbot/cogs/audio/core/commands/controller.py:700
#, docstring
@@ -1662,7 +1665,7 @@ msgstr "0 Tracks entfernt, nichts stimmt mit der angegebenen URL überein."
#: redbot/cogs/audio/core/commands/controller.py:858
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
msgstr ""
msgstr "{removed_tracks} Tracks aus der Warteschlange entfernt, die mit der angegebenen URL übereinstimmen."
#: redbot/cogs/audio/core/commands/controller.py:868
#, docstring
@@ -1806,7 +1809,7 @@ msgstr "Voreinstellung nicht speichern."
#: redbot/cogs/audio/core/commands/equalizer.py:296
msgid "Current equalizer saved to the {preset_name} preset."
msgstr ""
msgstr "Aktueller Equalizer wurde in der Voreinstellung {preset_name} gespeichert."
#: redbot/cogs/audio/core/commands/equalizer.py:310
#, docstring
@@ -1825,7 +1828,7 @@ msgstr "Lege einen EQ-Regler mit einer Reglernummer oder einem Namen und Wert fe
#: redbot/cogs/audio/core/commands/equalizer.py:326
msgid "Unable To Set Preset"
msgstr ""
msgstr "Voreinstellung kann nicht festgelegt werden"
#: redbot/cogs/audio/core/commands/equalizer.py:327
msgid "You need the DJ role to set equalizer presets."
@@ -1850,7 +1853,7 @@ msgstr "Der {band_name}Hz wurde auf {band_value} gesetzt."
#: redbot/cogs/audio/core/commands/llset.py:37
#, docstring
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
" This command block holds all commands to manage an external or managed Lavalink node.\n\n"
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
" You should not mess with any command in here unless you have a valid reason to,\n"
" i.e. been told by someone in the Red-Discord Bot support server to do so.\n"
" All the commands in here have the potential to break the Audio cog.\n"
@@ -1861,7 +1864,7 @@ msgstr ""
#, docstring
msgid "Change your Java executable path.\n\n"
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
" If changing this make sure that the java you set is supported by Audio.\n"
" If changing this make sure that the Java executable you set is supported by Audio.\n"
" The current supported version is Java 11.\n\n"
" Enter nothing or \"java\" to reset it back to default.\n"
" "
@@ -1873,7 +1876,7 @@ msgstr "Java Ausführungsdatei zurückgesetzt"
#: redbot/cogs/audio/core/commands/llset.py:63
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
msgstr ""
msgstr "Audio wird nun `Java` verwenden, um deinen verwalteten Lavalink-Knoten auszuführen. Führe `{p}{cmd}`, damit dieser wirksam wird."
#: redbot/cogs/audio/core/commands/llset.py:75
msgid "`{java_path}` is not a valid executable"
@@ -1885,7 +1888,7 @@ msgstr "Java Ausführungsdatei geändert"
#: redbot/cogs/audio/core/commands/llset.py:83
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
msgstr ""
msgstr "Audio wird nun `{exc}` verwenden, um deinen verwalteten Lavalink-Knoten auszuführen. Führe `{p}{cmd}` aus, damit dieser wirksam wird."
#: redbot/cogs/audio/core/commands/llset.py:96
#, docstring
@@ -1919,15 +1922,15 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:157
#, docstring
msgid "Toggle using external Lavalink nodes - requires an existing external Lavalink node for Audio to work, if enabled.\n\n"
" This command disables the managed Lavalink server, if you do not have an external Lavalink node you will be unable to use Audio while this is enabled.\n"
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
" This command disables the managed Lavalink server. If you do not have another Lavalink node set up, you will be unable to use Audio while this is enabled.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:167
#: redbot/cogs/audio/core/commands/llset.py:176
msgid "External Lavalink server: {true_or_false}."
msgstr "Externer Lavalink Server: {true_or_false}."
msgid "Unmanaged Lavalink server: {true_or_false}."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:186
msgid "Failed To Shutdown Lavalink"
@@ -1936,29 +1939,29 @@ msgstr "Fehler beim Herunterfahren von Lavalink"
#: redbot/cogs/audio/core/commands/llset.py:197
#, docstring
msgid "Set the Lavalink node host.\n\n"
" This command sets the connection host which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:205
msgid "External Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:218
#, docstring
msgid "Set the Lavalink node password.\n\n"
" This command sets the connection password which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:227
msgid "External Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:242
#, docstring
msgid "Set the Lavalink node port.\n\n"
" This command sets the connection port which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
@@ -1967,30 +1970,30 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:659
#: redbot/cogs/audio/core/commands/llset.py:690
msgid "Setting Not Changed"
msgstr ""
msgstr "Einstellung nicht geändert"
#: redbot/cogs/audio/core/commands/llset.py:250
msgid "A port must be between 0 and 65535 "
msgstr ""
msgstr "Der Port muss zwischen 0 und 65535 liegen "
#: redbot/cogs/audio/core/commands/llset.py:256
msgid "External Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:269
#, docstring
msgid "Set the Lavalink node connection to secured.\n\n"
" This command sets the connection type to secured when connecting to an external Lavalink node.\n"
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:280
msgid "Managed Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:293
msgid "Managed Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
@@ -2011,7 +2014,7 @@ msgstr "Host: [{host}]\n"
#: redbot/cogs/audio/core/commands/llset.py:310
#: redbot/cogs/audio/core/commands/llset.py:319
msgid "Port: [{port}]\n"
msgstr ""
msgstr "Port: [{port}]\n"
#: redbot/cogs/audio/core/commands/llset.py:311
#: redbot/cogs/audio/core/commands/llset.py:320
@@ -2020,23 +2023,23 @@ msgstr "Passwort: [{password}]\n"
#: redbot/cogs/audio/core/commands/llset.py:312
msgid "Secured: [{state}]\n"
msgstr ""
msgstr "Gesichert: [{state}]\n"
#: redbot/cogs/audio/core/commands/llset.py:315
msgid "Lavalink Node Settings"
msgstr ""
msgstr "Einstellungen für Lavalink Knoten"
#: redbot/cogs/audio/core/commands/llset.py:323
msgid "Initial Heapsize: [{xms}]\n"
msgstr ""
msgstr "Ursprüngliche Heapsize: [{xms}]\n"
#: redbot/cogs/audio/core/commands/llset.py:324
msgid "Max Heapsize: [{xmx}]\n"
msgstr ""
msgstr "Maximale Heapsize: [{xmx}]\n"
#: redbot/cogs/audio/core/commands/llset.py:325
msgid "Java exec: [{java_exc_path}]\n"
msgstr ""
msgstr "Pfad zur ausführbaren Java-Datei: [{java_exc_path}]\n"
#: redbot/cogs/audio/core/commands/llset.py:333
#: redbot/cogs/audio/core/commands/llset.py:355
@@ -2095,7 +2098,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:432
msgid "The port must be between 1024 and 49151."
msgstr ""
msgstr "Der Port muss zwischen 1025 und 65535 liegen."
#: redbot/cogs/audio/core/commands/llset.py:439
msgid "Managed node will now accept connections on {port}.\n\n"
@@ -2112,7 +2115,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:458
#, docstring
msgid "Toggle HTTP direct URL usage on or off.\n\n"
" This source is used to allow playback from direct http streams (This does not affect direct url playback for the other sources)\n"
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
" "
msgstr ""
@@ -2153,46 +2156,54 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:522
msgid "Managed node will allow playback from local files.\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
msgstr "Der verwaltete Knoten erlaubt die Wiedergabe von lokalen Dateien.\n\n"
"Führen Sie `{p}{cmd}` aus, damit es wirksam wird."
#: redbot/cogs/audio/core/commands/llset.py:531
msgid "Managed node will not play from local files anymore.\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
msgstr "Der verwaltete Knoten wird nicht mehr aus lokalen Dateien wiedergeben.\n\n"
"Führe `{p}{cmd}` aus, damit er wirksam wird."
#: redbot/cogs/audio/core/commands/llset.py:539
#, docstring
msgid "Toggle Soundcloud source on or off.\n\n"
" This toggle controls the playback of all Soundcloud related content.\n"
" This toggle controls the playback of all SoundCloud related content.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:549
msgid "Managed node will allow playback from Soundcloud.\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
msgstr "Der verwaltete Knoten erlaubt die Wiedergabe von SoundCloud.\n\n"
"Führen Sie `{p}{cmd}` aus, damit es wirksam wird."
#: redbot/cogs/audio/core/commands/llset.py:558
msgid "Managed node will not play from Soundcloud anymore.\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
msgstr "Der verwaltete Knoten wird nicht mehr von SoundCloud wiedergeben.\n\n"
"Führe `{p}{cmd}` aus, damit er wirksam wird."
#: redbot/cogs/audio/core/commands/llset.py:566
#, docstring
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
" This toggle controls the playback of all YouTube and Spotify related content.\n"
" "
msgstr ""
msgstr "`Gefährlicher Befehl` schaltet die YouTube als Quelle ein oder aus (dies schließt auch Spotify ein).\n\n"
" Diese Option steuert die Wiedergabe aller YouTube- und Spotify-Inhalte.\n"
" "
#: redbot/cogs/audio/core/commands/llset.py:576
msgid "Managed node will allow playback from YouTube.\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
msgstr "Der verwaltete Knoten erlaubt die Wiedergabe von YouTube.\n\n"
"Führen Sie `{p}{cmd}` aus, damit es wirksam wird."
#: redbot/cogs/audio/core/commands/llset.py:585
msgid "Managed node will not play from YouTube anymore.\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
msgstr "Der verwaltete Knoten wird nicht mehr von YouTube wiedergeben.\n\n"
"Führen Sie `{p}{cmd}` aus, damit es wirksam wird."
#: redbot/cogs/audio/core/commands/llset.py:593
#, docstring
@@ -2237,29 +2248,30 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:660
msgid "The lowest value the framebuffer can be set to is 100ms."
msgstr ""
msgstr "Der niedrigste Wert, auf den der Framebuffer eingestellt werden kann, ist 100 ms."
#: redbot/cogs/audio/core/commands/llset.py:666
#: redbot/cogs/audio/core/commands/llset.py:697
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
msgstr "PufferDurationMs des verwalteten Knotens auf {milliseconds} gesetzt.\n\n"
"Führen Sie `{p}{cmd}` aus, damit es wirksam wird."
#: redbot/cogs/audio/core/commands/llset.py:683
#, docstring
msgid "`Dangerous command` Set the managed Lavalink node NAS buffer size.\n\n"
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:691
msgid "The lowest value the buffer may be is 100ms."
msgstr ""
msgstr "Der kleinste Wert, den der Puffer haben kann, ist 100 ms."
#: redbot/cogs/audio/core/commands/llset.py:709
#, docstring
msgid "Reset all `llset` changes back to their default values."
msgstr ""
msgstr "Setzt alle `llset`-Änderungen auf ihre Standardwerte zurück."
#: redbot/cogs/audio/core/commands/localtracks.py:27
#, docstring
@@ -2330,7 +2342,7 @@ msgstr "Keine Verbindungen."
#: redbot/cogs/audio/core/commands/miscellaneous.py:82
msgid "Playing in {num}/{total} servers:"
msgstr "Spielt in {num}/{total} Serverm:"
msgstr "Spielt in {num}/{total} Servern:"
#: redbot/cogs/audio/core/commands/miscellaneous.py:88
msgid "Page {}/{}"
@@ -2369,7 +2381,10 @@ msgid "Play the specified track or search for a close match.\n\n"
" To play a local track, the query should be `<parentfolder>\\<filename>`.\n"
" If you are the bot owner, use `[p]audioset info` to display your localtracks path.\n"
" "
msgstr ""
msgstr "Spielt den angegebenen Titel ab oder sucht nach einem ähnlichen Titel.\n\n"
" Um einen lokalen Titel abzuspielen, sollte die Abfrage `<parentfolder>\\<filename>` lauten.\n"
" Wenn Sie der Bot-Besitzer sind, verwenden Sie `[p]audioset info`, um den Pfad Ihrer lokalen Tracks anzuzeigen.\n"
" "
#: redbot/cogs/audio/core/commands/player.py:53
#: redbot/cogs/audio/core/commands/player.py:161
@@ -2396,7 +2411,7 @@ msgstr "Du benötigst die DJ Rolle um Titel einzureihen."
#: redbot/cogs/audio/core/commands/player.py:439
#: redbot/cogs/audio/core/commands/player.py:555
msgid "Connection to Lavalink node has failed"
msgstr ""
msgstr "Verbindung zum Lavalink Knoten ist fehlgeschlagen"
#: redbot/cogs/audio/core/commands/player.py:71
#: redbot/cogs/audio/core/commands/player.py:179
@@ -2439,12 +2454,13 @@ msgstr "Nur einzelne Tracks funktionieren mit Bump Play."
#: redbot/cogs/audio/core/commands/player.py:712
#: redbot/cogs/audio/core/commands/queue.py:362
msgid "Connection to Lavalink node has not yet been established."
msgstr ""
msgstr "Verbindung zum Lavalink Knoten wurde noch nicht hergestellt."
#: redbot/cogs/audio/core/commands/player.py:255
msgid "Local tracks will not work if the managed Lavalink node cannot see the track.\n"
"This may be due to permissions or you are using an external Lavalink node in a different machine than the bot and the local tracks."
msgstr ""
msgstr "Lokale Titel funktionieren nicht, wenn der Lavalink Knoten die Titel nicht sehen kann.\n"
"Dies kann auf fehlende Berechtigungen zurückzuführen sein oder du verwendest einen externen Lavalink Knoten auf einem anderen System als der Bot und die lokalen Titel."
#: redbot/cogs/audio/core/commands/player.py:262
#: redbot/cogs/audio/core/commands/player.py:794
@@ -2624,7 +2640,7 @@ msgid "Playlist configuration options.\n\n"
" Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n"
" **User**:\n"
" Visible to all bot users, if --author is passed.\n"
" Editable by bot owner and creator.\n"
" Editable by bot owner and the playlist creator.\n"
" "
msgstr ""
@@ -2779,7 +2795,7 @@ msgstr "Playlist kopiert"
#: redbot/cogs/audio/core/commands/playlists.py:344
msgid "Playlist {name} (`{from_id}`) copied from {from_scope} to {to_scope} (`{to_id}`)."
msgstr ""
msgstr "Wiedergabeliste {name} (`{from_id}`) von {from_scope} nach {to_scope} (`{to_id}`) kopiert."
#: redbot/cogs/audio/core/commands/playlists.py:359
#, docstring
@@ -2899,7 +2915,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/playlists.py:618
msgid "Removed {track_diff} duplicated tracks from {name} (`{id}`) [**{scope}**] playlist."
msgstr ""
msgstr "{track_diff} doppelte Titel aus Wiedergabeliste: {name} (`{id}`) [**{scope}**] entfernt."
#: redbot/cogs/audio/core/commands/playlists.py:631
#: redbot/cogs/audio/core/commands/playlists.py:1739
@@ -2983,12 +2999,13 @@ msgstr ""
#: redbot/cogs/audio/core/commands/playlists.py:878
msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n"
msgstr ""
msgstr "Wiedergabelisten-Info für {playlist_name} (`{id}`) [**{scope}**]:\n"
#: redbot/cogs/audio/core/commands/playlists.py:882
msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n"
"URL: {url}"
msgstr ""
msgstr "Wiedergabelisten-Info für {playlist_name} (`{id}`) [**{scope}**]:\n"
"URL: {url}"
#: redbot/cogs/audio/core/commands/playlists.py:895
#: redbot/cogs/audio/core/commands/playlists.py:1040
@@ -2997,7 +3014,7 @@ msgstr "Unbekannt"
#: redbot/cogs/audio/core/commands/playlists.py:897
msgid "Page {page}/{pages} | Author: {author_name} | {num} track(s)"
msgstr ""
msgstr "Seite {page}/{pages} | Autor: {author_name} | {num} Titel"
#: redbot/cogs/audio/core/commands/playlists.py:909
#, docstring
@@ -3033,11 +3050,11 @@ msgstr "Keine gespeicherten Playlists auf diesem Server."
#: redbot/cogs/audio/core/commands/playlists.py:1016
msgid "No saved playlists for {scope} created by {author}."
msgstr ""
msgstr "Keine gespeicherten Wiedergabelisten für {scope} erstellt von {author}."
#: redbot/cogs/audio/core/commands/playlists.py:1025
msgid "No saved playlists for {scope}."
msgstr ""
msgstr "Keine gespeicherten Wiedergabelisten für {scope}."
#: redbot/cogs/audio/core/commands/playlists.py:1035
msgid "ID: {id}"
@@ -3085,12 +3102,12 @@ msgstr ""
#: redbot/cogs/audio/core/commands/playlists.py:1150
msgid "Playlist {name} (`{id}`) [**{scope}**] saved from current queue: {num} tracks added."
msgstr ""
msgstr "Wiedergabeliste {name} (`{id}`) [**{scope}**] aus der aktuellen Warteschlange gespeichert: {num} Titel wurden hinzugefügt."
#: redbot/cogs/audio/core/commands/playlists.py:1156
#: redbot/cogs/audio/core/commands/playlists.py:1383
msgid "Playlist limit reached: Could not add {} tracks."
msgstr ""
msgstr "Wiedergabelisten-Limit erreicht: {} Titel konnten nicht hinzugefügt werden."
#: redbot/cogs/audio/core/commands/playlists.py:1170
#, docstring
@@ -3130,11 +3147,11 @@ msgstr "Keine Titel mehr übrig, entferne Playlist."
#: redbot/cogs/audio/core/commands/playlists.py:1254
msgid "{num} entries have been removed from the playlist {playlist_name} (`{id}`) [**{scope}**]."
msgstr ""
msgstr "{num} Einträge wurden aus der Playlist {playlist_name} (`{id}`) [**{scope} **] entfernt."
#: redbot/cogs/audio/core/commands/playlists.py:1268
msgid "The track has been removed from the playlist: {playlist_name} (`{id}`) [**{scope}**]."
msgstr ""
msgstr "Der Titel wurde aus der Wiedergabeliste entfernt: {playlist_name} (`{id}`) [**{scope}**]."
#: redbot/cogs/audio/core/commands/playlists.py:1286
#, docstring
@@ -3166,15 +3183,15 @@ msgstr ""
#: redbot/cogs/audio/core/commands/playlists.py:1375
msgid "Playlist {name} (`{id}`) [**{scope}**] saved: {num} tracks added."
msgstr ""
msgstr "Wiedergabeliste {name} (`{id}`) [**{scope}**] gespeichert: {num} Titel wurden hinzugefügt."
#: redbot/cogs/audio/core/commands/playlists.py:1392
msgid "Playlist Couldn't be created"
msgstr ""
msgstr "Wiedergabeliste konnte nicht erstellt werden"
#: redbot/cogs/audio/core/commands/playlists.py:1393
msgid "Unable to create your playlist."
msgstr ""
msgstr "Deine Playlist kann nicht erstellt werden."
#: redbot/cogs/audio/core/commands/playlists.py:1410
#, docstring
@@ -3206,7 +3223,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/playlists.py:1458
msgid "You need the DJ role to start playing playlists."
msgstr ""
msgstr "Du benötigst die DJ-Rolle, um Wiedergabelisten wiederzugeben."
#: redbot/cogs/audio/core/commands/playlists.py:1539
msgid "Playlist Enqueued"
@@ -3215,7 +3232,8 @@ msgstr "Playlist eingereiht"
#: redbot/cogs/audio/core/commands/playlists.py:1540
msgid "{name} - (`{id}`) [**{scope}**]\n"
"Added {num} tracks to the queue.{maxlength_msg}"
msgstr ""
msgstr "{name} - (`{id}`) [**{scope}**]\n"
"{num} Titel wurden der Warteschlange hinzugefügt.{maxlength_msg}"
#: redbot/cogs/audio/core/commands/playlists.py:1586
#, docstring
@@ -3326,7 +3344,7 @@ msgstr "Diese Playlist ist zu groß."
#: redbot/cogs/audio/core/commands/playlists.py:1898
msgid "I'm unable to get a track from Lavalink node at the moment, try again in a few minutes."
msgstr ""
msgstr "Ich bin momentan nicht in der Lage, einen Titel vom Lavalink Knoten zu erhalten. Versuchen Sie es in ein paar Minuten erneut."
#: redbot/cogs/audio/core/commands/playlists.py:1919
#, docstring

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2022-04-16 19:29+0000\n"
"POT-Creation-Date: 2023-02-12 21:08+0000\n"
"Last-Translator: \n"
"Language-Team: Spanish\n"
"MIME-Version: 1.0\n"
@@ -371,7 +371,7 @@ msgstr "Configuración cambiada"
#, docstring
msgid "Set a playlist to auto-play songs from.\n\n"
" **Usage**:\n"
" `[p]audioset autoplay playlist_name_OR_id [args]`\n\n"
" `[p]audioset autoplay playlist playlist_name_OR_id [args]`\n\n"
" **Args**:\n"
" The following are all optional:\n"
" --scope <scope>\n"
@@ -389,33 +389,33 @@ msgid "Set a playlist to auto-play songs from.\n\n"
" Guild ID\n"
" Exact guild name\n\n"
" Example use:\n"
" `[p]audioset autoplay MyGuildPlaylist`\n"
" `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n"
" `[p]audioset autoplay playlist MyGuildPlaylist`\n"
" `[p]audioset autoplay playlist MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay playlist PersonalPlaylist --scope User --author Draper`\n"
" "
msgstr "Configure una lista de reproducción para reproducir canciones automáticamente. \n\n"
" ** Uso **: \n"
" `[p]audioset autoplay playlist_name_OR_id [args]` \n\n"
" ** Args **: \n"
" Los siguientes argumentos son todos opcionales: \n"
" --scope <scope > \n"
" --author [user] \n"
" --guild [guild] ** Solo el dueño del bot puede usar esto** \n\n"
" ** Alcance ** es uno de los siguientes: \n"
"Global\n"
"Guild\n"
"User\n\n"
" ** Autor ** puede ser uno de los siguientes: \n"
" ID de usuario \n"
" Mención de usuario \n"
" Nombre de usuario#123 \n\n"
" ** Gremio ** puede ser uno de los siguientes: \n"
" ID del Gremio\n"
" Nombre exacto del gremio \n\n"
" **Uso**: \n"
" `[p]audioset autoplay playlist playlist_name_OR_id [args]`\n\n"
" **Args**: \n"
" Los siguientes son todos opcionales: \n"
" --scope <scope>\n"
" --author [user]\n"
" --guild [guild] **Solo el dueño del bot puede usar esto**\n\n"
"**Scope** es uno de los siguientes:\n"
" Global\n"
" Guild\n"
" User\n\n"
" **Author** puede ser uno de los siguientes: \n"
" User ID\n"
" User Mention\n"
" User Name#123\n\n"
" **Guild** puede ser uno de los siguientes: \n"
" Guild ID\n"
" Exact guild name\n\n"
" Ejemplo de uso: \n"
" `[p]audioset autoplay MyGuildPlaylist` \n"
"` [p]audioset autoplay MyGlobalPlaylist --scope Global` \n"
"` [p]audioset autoplay PersonalPlaylist --scope Usuario --autor Draper` \n"
" `[p]audioset autoplay playlist MyGuildPlaylist`\n"
" `[p]audioset autoplay playlist MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay playlist PersonalPlaylist --scope User --author Draper\n"
" "
#: redbot/cogs/audio/core/commands/audioset.py:497
@@ -974,7 +974,7 @@ msgid "External server: [{use_external_lavalink}]\n"
msgstr "Servidor externo: [{use_external_lavalink}]\n"
#: redbot/cogs/audio/core/commands/audioset.py:1123
msgid "Lavalink build: [{llbuild}]\n"
msgid "Lavalink version: [{llversion}]\n"
"Lavalink branch: [{llbranch}]\n"
"Release date: [{build_time}]\n"
"Lavaplayer version: [{lavaplayer}]\n"
@@ -982,14 +982,14 @@ msgid "Lavalink build: [{llbuild}]\n"
"Java Executable: [{jv_exec}]\n"
"Initial Heapsize: [{xms}]\n"
"Max Heapsize: [{xmx}]\n"
msgstr "Build de Lavalink: [{llbuild}]\n"
msgstr "Versión de Lavalink: [{llversion}]\n"
"Branch de Lavalinink: [{llbranch}]\n"
"Fecha de lanzamiento: [{build_time}]\n"
"Versión de Lavaplay: [{lavaplayer}]\n"
"Versión de Java: [{jvm}]\n"
"Ejecutable de Java: [{jv_exec}]\n"
"Heapsize inicial: [{xms}]\n"
"Heapsize máximo: [{xmx}]\n"
"Tamaño Heap Inicial: [{xms}]\n"
"Tamaño Heap máximo: [{xmx}]\n"
#: redbot/cogs/audio/core/commands/audioset.py:1143
msgid "Localtracks path: [{localpath}]\n"
@@ -1893,31 +1893,31 @@ msgstr "La banda Hz {band_name}se ha establecido en {band_value}."
#: redbot/cogs/audio/core/commands/llset.py:37
#, docstring
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
" This command block holds all commands to manage an external or managed Lavalink node.\n\n"
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
" You should not mess with any command in here unless you have a valid reason to,\n"
" i.e. been told by someone in the Red-Discord Bot support server to do so.\n"
" All the commands in here have the potential to break the Audio cog.\n"
" "
msgstr "`Comandos peligrosos` Administra la configuración del nodo Lavalink.\n\n"
" Este bloque de comandos contiene todos los comandos para administrar un nodo Lavalink externo o administrado.\n\n"
" No deberías usar ninguno de estos comandos a menos que tengas una razón válida para hacerlo,\n"
" como por ejemplo, alguien en el servidor de soporte de Red-Discord le dijo que lo hiciera.\n"
" Todos los comandos aquí presentes tienen el potencial de romper el módulo de audio.\n"
" Este bloque de comandos contiene todos los comandos para administrar un nodo Lavalink externo (no administrado) o interno (administrado).\n\n"
" No deberías tocar ningún comando aquí a menos que tengas una razón válida para hacerlo,\n"
" p. ej. alguien en el servidor de soporte de Red-Discord te dijo que lo hicieras.\n"
" Todos los comandos aquí presentes tienen el potencial de romper el cog de audio.\n"
" "
#: redbot/cogs/audio/core/commands/llset.py:49
#, docstring
msgid "Change your Java executable path.\n\n"
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
" If changing this make sure that the java you set is supported by Audio.\n"
" If changing this make sure that the Java executable you set is supported by Audio.\n"
" The current supported version is Java 11.\n\n"
" Enter nothing or \"java\" to reset it back to default.\n"
" "
msgstr "Cambia la ruta del ejecutable de Java.\n\n"
" Este comando no debería necesitar ser usado la mayor parte del tiempo, y sólo es útil si la máquina anfitriona tiene versiones conflictivas de Java.\n\n"
" Si cambias esto asegúrate de que el Java que configuras es compatible con Audio.\n"
msgstr "Cambie la ruta ejecutable de Java.\n\n"
" Este comando no debería ser usado la mayor parte del tiempo, y sólo es útil si la máquina host tiene versiones conflictivas de Java.\n\n"
" Si cambias esto asegúrate de que el ejecutable de Java que configuras es compatible con Audio.\n"
" La versión actualmente soportada es Java 11.\n\n"
" No introduzcas nada o \"java\" para restablecer el valor predeterminado.\n"
" No introducir nada o \"java\" para restablecer el valor predeterminado.\n"
" "
#: redbot/cogs/audio/core/commands/llset.py:62
@@ -1977,17 +1977,17 @@ msgstr "El heap-size de nodo administrado se ha establecido en {bytes}.\n\n"
#: redbot/cogs/audio/core/commands/llset.py:157
#, docstring
msgid "Toggle using external Lavalink nodes - requires an existing external Lavalink node for Audio to work, if enabled.\n\n"
" This command disables the managed Lavalink server, if you do not have an external Lavalink node you will be unable to use Audio while this is enabled.\n"
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
" This command disables the managed Lavalink server. If you do not have another Lavalink node set up, you will be unable to use Audio while this is enabled.\n"
" "
msgstr "Alternar el uso de nodos Lavalink externos - requiere un nodo Lavalink externo para que funcione el Cog Audio, si está habilitado.\n\n"
msgstr "Alternar el uso de nodos Lavalink externos (no administrados) - requiere un nodo Lavalink externo para que funcione el Cog Audio, si está habilitado.\n\n"
" Este comando desactiva el servidor Lavalink administrado, si no tiene un nodo Lavalink externo no podrá usar Audio mientras esté activado.\n"
" "
#: redbot/cogs/audio/core/commands/llset.py:167
#: redbot/cogs/audio/core/commands/llset.py:176
msgid "External Lavalink server: {true_or_false}."
msgstr "Servidor Lavalink Externo: {true_or_false}."
msgid "Unmanaged Lavalink server: {true_or_false}."
msgstr "Servidor Lavalink no administrado: {true_or_false}."
#: redbot/cogs/audio/core/commands/llset.py:186
msgid "Failed To Shutdown Lavalink"
@@ -1996,36 +1996,36 @@ msgstr "Fallo al apagar Lavalink"
#: redbot/cogs/audio/core/commands/llset.py:197
#, docstring
msgid "Set the Lavalink node host.\n\n"
" This command sets the connection host which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr "Establece el host del nodo Lavalink.\n\n"
" Este comando establece el host de conexión que Audio usará para conectarse a un nodo Lavalink externo.\n"
" "
#: redbot/cogs/audio/core/commands/llset.py:205
msgid "External Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
msgstr "El host del nodo Externo Lavalink se estableció a {host}. Ejecuta `{p}{cmd}` para que surta efecto."
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
msgstr "El host de nodo Lavalink externo fue establecido a {host}. Ejecuta `{p}{cmd}` para que surta efecto."
#: redbot/cogs/audio/core/commands/llset.py:218
#, docstring
msgid "Set the Lavalink node password.\n\n"
" This command sets the connection password which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr "Establece la contraseña del nodo Lavalink.\n\n"
" Este comando establece la contraseña de conexión que Audio utilizará para conectarse a un nodo Lavalink externo.\n"
" "
#: redbot/cogs/audio/core/commands/llset.py:227
msgid "External Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
msgstr "Se ha establecido la contrase{a del nodo Lavalink externo a {password}. Ejecute `{p}{cmd}` para que surta efecto."
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
msgstr "El puerto de nodo Lavalink externo fue establecido a {password}. Ejecute `{p}{cmd}` para que surta efecto."
#: redbot/cogs/audio/core/commands/llset.py:242
#, docstring
msgid "Set the Lavalink node port.\n\n"
" This command sets the connection port which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr "Establece el puerto del nodo Lavalink.\n\n"
" Este comando establece el puerto de conexión que Audio usará para conectarse a un nodo Lavalink externo.\n"
msgstr "Establece el host del nodo Lavalink.\n\n"
" Este comando establece el host de conexión que Audio usará para conectarse a un nodo Lavalink externo.\n"
" "
#: redbot/cogs/audio/core/commands/llset.py:249
@@ -2040,26 +2040,26 @@ msgid "A port must be between 0 and 65535 "
msgstr "Un puerto debe estar entre 0 y 65535 "
#: redbot/cogs/audio/core/commands/llset.py:256
msgid "External Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
msgstr "El puerto de nodo Lavalink externo fue establecido a {port}. Ejecuta `{p}{cmd}` para que surta efecto."
#: redbot/cogs/audio/core/commands/llset.py:269
#, docstring
msgid "Set the Lavalink node connection to secured.\n\n"
" This command sets the connection type to secured when connecting to an external Lavalink node.\n"
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
" "
msgstr "Establece la conexión del nodo Lavalink a seguro.\n\n"
" Este comando establece el tipo de conexión a asegurado cuando se conecta a un nodo Lavalink externo.\n"
" "
#: redbot/cogs/audio/core/commands/llset.py:280
msgid "Managed Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr "El nodo Lavalink gestionado ahora se conectará usando el protocolo seguro {secured_protocol}.\n\n"
msgstr "El nodo Lavalink no-gestionado ahora se conectará usando el protocolo seguro {secured_protocol}.\n\n"
"Ejecute `{p}{cmd}` para que tenga efecto."
#: redbot/cogs/audio/core/commands/llset.py:293
msgid "Managed Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr "El nodo Lavalink gestionado ya no se conectará utilizando el protocolo seguro {secured_protocol} y usará {unsecured_protocol} en su lugar.\n\n"
"Ejecutar `{p}{cmd}` para que surta efecto."
@@ -2197,10 +2197,10 @@ msgstr "`Comando peligroso` Activa o desactiva las fuentes de audio.\n\n"
#: redbot/cogs/audio/core/commands/llset.py:458
#, docstring
msgid "Toggle HTTP direct URL usage on or off.\n\n"
" This source is used to allow playback from direct http streams (This does not affect direct url playback for the other sources)\n"
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
" "
msgstr "Activa o desactiva el uso de URLs directa HTTP.\n\n"
" Esta fuente se utiliza para permitir la reproducción desde streams http directos (no afecta la reproducción directa de la url para las otras fuentes)\n"
msgstr "Activa o desactiva el uso de URLs directas HTTP.\n\n"
" Esta fuente se utiliza para permitir la reproducción de streams HTTP directos (esto no afecta la reproducción directa de URL para las otras fuentes).\n"
" "
#: redbot/cogs/audio/core/commands/llset.py:468
@@ -2260,10 +2260,10 @@ msgstr "El nodo administrado ya no se reproducirá desde archivos locales.\n\n"
#: redbot/cogs/audio/core/commands/llset.py:539
#, docstring
msgid "Toggle Soundcloud source on or off.\n\n"
" This toggle controls the playback of all Soundcloud related content.\n"
" This toggle controls the playback of all SoundCloud related content.\n"
" "
msgstr "Activa o desactiva la fuente de Soundcloud.\n\n"
" Esto activa o desactiva la reproducción de todo el contenido relacionado con Soundcloud.\n"
msgstr "Activa o desactiva la fuente de SoundCloud.\n\n"
" Esto activa o desactiva la reproducción de todo el contenido relacionado con SoundCloud.\n"
" "
#: redbot/cogs/audio/core/commands/llset.py:549
@@ -2363,10 +2363,10 @@ msgstr "Se han cambiado el bufferDurationMs de los nodos administrados a {millis
#: redbot/cogs/audio/core/commands/llset.py:683
#, docstring
msgid "`Dangerous command` Set the managed Lavalink node NAS buffer size.\n\n"
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
" "
msgstr "`Comando peligroso` Establece el tamaño del búfer NAS del nodo administrado Lavalink.\n\n"
msgstr "`Comando peligroso` Establece el tamaño del búfer JDA-NAS gestionado del nodo Lavalink.\n\n"
" Sólo cambie esto si ha sido notificado directamente a cambiarlo puede causar problemas significativos de reproducción.\n"
" "
@@ -2764,19 +2764,19 @@ msgid "Playlist configuration options.\n\n"
" Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n"
" **User**:\n"
" Visible to all bot users, if --author is passed.\n"
" Editable by bot owner and creator.\n"
" Editable by bot owner and the playlist creator.\n"
" "
msgstr "Opciones de configuración de la lista de reproducción.\n\n"
" Información del alcance:\n"
" **Global**:\n"
" Tecnológico y visible para todos los usuarios de este bot.\n"
" Adicionalmente, el dueño del bot sólo puede editarse.\n"
" Sí** **Gremio**:\n"
" Tecnológico y Visible para todos los usuarios en este gremio.\n"
" Ser dueño del bot, propietario del gremio, administradores de hermandad, mods de hermandad, rol de DJ y creador de listas de reproducción.\n"
" Ninguno: **Usuario**:\n"
" Adicionalmente&#160; si --author es aprobado.\n"
" Creador y creador de bots. Editable por el propietario del bot.\n"
" Información del Scope:\n"
" **Global**:\n"
" Visible para todos los usuarios de este bot.\n"
" Solo editable por el propietario del bot.\n"
" **Guild**:\n"
" Visible para todos los usuarios de este gremio.\n"
" Editable por el propietario del bot, el propietario del gremio, los administradores del gremio, los mods del gremio, el rol de DJ y el creador de la lista de reproducción.\n"
" **User**:\n"
" Visible para todos los usuarios del bot, si se pasa --author.\n"
" Editable por el propietario del bot y el creador de la lista de reproducción.\n"
" "
#: redbot/cogs/audio/core/commands/playlists.py:69

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2022-04-16 19:29+0000\n"
"POT-Creation-Date: 2023-02-12 21:08+0000\n"
"Last-Translator: \n"
"Language-Team: Finnish\n"
"MIME-Version: 1.0\n"
@@ -371,7 +371,7 @@ msgstr "Asetus muutettu"
#, docstring
msgid "Set a playlist to auto-play songs from.\n\n"
" **Usage**:\n"
" `[p]audioset autoplay playlist_name_OR_id [args]`\n\n"
" `[p]audioset autoplay playlist playlist_name_OR_id [args]`\n\n"
" **Args**:\n"
" The following are all optional:\n"
" --scope <scope>\n"
@@ -389,34 +389,11 @@ msgid "Set a playlist to auto-play songs from.\n\n"
" Guild ID\n"
" Exact guild name\n\n"
" Example use:\n"
" `[p]audioset autoplay MyGuildPlaylist`\n"
" `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n"
" "
msgstr "Aseta soittolista soittamaan musiikkeja.\n\n"
" **Käyttö**:\n"
" `[p]audioset autoplay playlist_name_OR_id [argumentit]`\n\n"
" **Argumentit**:\n"
" Seuraavat ovat valinnaisia:\n"
" --scope <scope>\n"
" --author [käyttäjä]\n"
" --guild [palvelin] **Vain botin omistaja voi käyttää tätä**\n\n"
" **Scope** on oltava joku näistä\n"
" Global\n"
" Guild\n"
" User\n\n"
" **Author** on oltava joku näistä:\n"
" Käyttäjän ID\n"
" Käyttäjän Maininta\n"
" Käyttäjän Nimi#123\n\n"
" **Guild** on oltava joku näistä:\n"
" Palvelimen ID\n"
" Palvelimen Nimi\n\n"
" Esimerkki käyttö:\n"
" `[p]audioset autoplay MinunSoittolista`\n"
" `[p]audioset autoplay MinunSoittolista --scope Global`\n"
" `[p]audioset autoplay MinunSoittolista --scope User --author Draper`\n"
" `[p]audioset autoplay playlist MyGuildPlaylist`\n"
" `[p]audioset autoplay playlist MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay playlist PersonalPlaylist --scope User --author Draper`\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/audioset.py:497
#: redbot/cogs/audio/core/commands/playlists.py:104
@@ -952,7 +929,7 @@ msgid "External server: [{use_external_lavalink}]\n"
msgstr "Ulkoinen palvelin: [{use_external_lavalink}]\n"
#: redbot/cogs/audio/core/commands/audioset.py:1123
msgid "Lavalink build: [{llbuild}]\n"
msgid "Lavalink version: [{llversion}]\n"
"Lavalink branch: [{llbranch}]\n"
"Release date: [{build_time}]\n"
"Lavaplayer version: [{lavaplayer}]\n"
@@ -1857,7 +1834,7 @@ msgstr "Taajuusalueelle {band_name}Hz asetettiin arvo {band_value}."
#: redbot/cogs/audio/core/commands/llset.py:37
#, docstring
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
" This command block holds all commands to manage an external or managed Lavalink node.\n\n"
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
" You should not mess with any command in here unless you have a valid reason to,\n"
" i.e. been told by someone in the Red-Discord Bot support server to do so.\n"
" All the commands in here have the potential to break the Audio cog.\n"
@@ -1868,7 +1845,7 @@ msgstr ""
#, docstring
msgid "Change your Java executable path.\n\n"
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
" If changing this make sure that the java you set is supported by Audio.\n"
" If changing this make sure that the Java executable you set is supported by Audio.\n"
" The current supported version is Java 11.\n\n"
" Enter nothing or \"java\" to reset it back to default.\n"
" "
@@ -1926,15 +1903,15 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:157
#, docstring
msgid "Toggle using external Lavalink nodes - requires an existing external Lavalink node for Audio to work, if enabled.\n\n"
" This command disables the managed Lavalink server, if you do not have an external Lavalink node you will be unable to use Audio while this is enabled.\n"
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
" This command disables the managed Lavalink server. If you do not have another Lavalink node set up, you will be unable to use Audio while this is enabled.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:167
#: redbot/cogs/audio/core/commands/llset.py:176
msgid "External Lavalink server: {true_or_false}."
msgstr "Ulkoinen Lavalink-palvelin: {true_or_false}."
msgid "Unmanaged Lavalink server: {true_or_false}."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:186
msgid "Failed To Shutdown Lavalink"
@@ -1943,29 +1920,29 @@ msgstr "Lavalinkin sammutus epäonnistui"
#: redbot/cogs/audio/core/commands/llset.py:197
#, docstring
msgid "Set the Lavalink node host.\n\n"
" This command sets the connection host which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:205
msgid "External Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:218
#, docstring
msgid "Set the Lavalink node password.\n\n"
" This command sets the connection password which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:227
msgid "External Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:242
#, docstring
msgid "Set the Lavalink node port.\n\n"
" This command sets the connection port which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
@@ -1981,23 +1958,23 @@ msgid "A port must be between 0 and 65535 "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:256
msgid "External Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:269
#, docstring
msgid "Set the Lavalink node connection to secured.\n\n"
" This command sets the connection type to secured when connecting to an external Lavalink node.\n"
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:280
msgid "Managed Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:293
msgid "Managed Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
@@ -2119,7 +2096,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:458
#, docstring
msgid "Toggle HTTP direct URL usage on or off.\n\n"
" This source is used to allow playback from direct http streams (This does not affect direct url playback for the other sources)\n"
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
" "
msgstr ""
@@ -2170,7 +2147,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:539
#, docstring
msgid "Toggle Soundcloud source on or off.\n\n"
" This toggle controls the playback of all Soundcloud related content.\n"
" This toggle controls the playback of all SoundCloud related content.\n"
" "
msgstr ""
@@ -2254,7 +2231,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:683
#, docstring
msgid "`Dangerous command` Set the managed Lavalink node NAS buffer size.\n\n"
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
" "
msgstr ""
@@ -2631,7 +2608,7 @@ msgid "Playlist configuration options.\n\n"
" Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n"
" **User**:\n"
" Visible to all bot users, if --author is passed.\n"
" Editable by bot owner and creator.\n"
" Editable by bot owner and the playlist creator.\n"
" "
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2022-04-16 19:29+0000\n"
"POT-Creation-Date: 2023-02-12 21:08+0000\n"
"Last-Translator: \n"
"Language-Team: French\n"
"MIME-Version: 1.0\n"
@@ -371,7 +371,7 @@ msgstr "Paramètre modifié"
#, docstring
msgid "Set a playlist to auto-play songs from.\n\n"
" **Usage**:\n"
" `[p]audioset autoplay playlist_name_OR_id [args]`\n\n"
" `[p]audioset autoplay playlist playlist_name_OR_id [args]`\n\n"
" **Args**:\n"
" The following are all optional:\n"
" --scope <scope>\n"
@@ -389,19 +389,19 @@ msgid "Set a playlist to auto-play songs from.\n\n"
" Guild ID\n"
" Exact guild name\n\n"
" Example use:\n"
" `[p]audioset autoplay MyGuildPlaylist`\n"
" `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n"
" `[p]audioset autoplay playlist MyGuildPlaylist`\n"
" `[p]audioset autoplay playlist MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay playlist PersonalPlaylist --scope User --author Draper`\n"
" "
msgstr "Définissez une liste de lecture pour la lecture automatique des chansons.\n\n"
" **Utilisation**:\n"
" `[p]audioset autoplay playlist_name_OR_id [args]`\n\n"
" **Arguments**:\n"
" Les éléments suivants sont tous facultatifs:\n"
" Les éléments suivants sont tous facultatifs :\n"
" --scope <scope>\n"
" --author [user]\n"
" --guild [guild] **Seul le propriétaire du bot peut l'utiliser**\n\n"
" **Portée**, la portée, est l'un des éléments suivants:\n"
" **Portée**, la portée, est l'un des éléments suivants :\n"
" Global\n"
" Guild\n"
" User\n\n"
@@ -972,7 +972,7 @@ msgid "External server: [{use_external_lavalink}]\n"
msgstr "Serveur externe : [{use_external_lavalink}]\n"
#: redbot/cogs/audio/core/commands/audioset.py:1123
msgid "Lavalink build: [{llbuild}]\n"
msgid "Lavalink version: [{llversion}]\n"
"Lavalink branch: [{llbranch}]\n"
"Release date: [{build_time}]\n"
"Lavaplayer version: [{lavaplayer}]\n"
@@ -980,7 +980,14 @@ msgid "Lavalink build: [{llbuild}]\n"
"Java Executable: [{jv_exec}]\n"
"Initial Heapsize: [{xms}]\n"
"Max Heapsize: [{xmx}]\n"
msgstr ""
msgstr "Version de Lavalink : [{llversion}]\n"
"Branche Lavalink : [{llbranch}]\n"
"Date de sortie : [{build_time}]\n"
"Version Lavaplayer : [{lavaplayer}]\n"
"Version Java : [{jvm}]\n"
"Exécutable Java : [{jv_exec}]\n"
"Taille initiale de la pile : [{xms}]\n"
"Taille maximale de la pile : [{xmx}]\n"
#: redbot/cogs/audio/core/commands/audioset.py:1143
msgid "Localtracks path: [{localpath}]\n"
@@ -1867,7 +1874,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:37
#, docstring
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
" This command block holds all commands to manage an external or managed Lavalink node.\n\n"
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
" You should not mess with any command in here unless you have a valid reason to,\n"
" i.e. been told by someone in the Red-Discord Bot support server to do so.\n"
" All the commands in here have the potential to break the Audio cog.\n"
@@ -1878,7 +1885,7 @@ msgstr ""
#, docstring
msgid "Change your Java executable path.\n\n"
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
" If changing this make sure that the java you set is supported by Audio.\n"
" If changing this make sure that the Java executable you set is supported by Audio.\n"
" The current supported version is Java 11.\n\n"
" Enter nothing or \"java\" to reset it back to default.\n"
" "
@@ -1936,15 +1943,15 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:157
#, docstring
msgid "Toggle using external Lavalink nodes - requires an existing external Lavalink node for Audio to work, if enabled.\n\n"
" This command disables the managed Lavalink server, if you do not have an external Lavalink node you will be unable to use Audio while this is enabled.\n"
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
" This command disables the managed Lavalink server. If you do not have another Lavalink node set up, you will be unable to use Audio while this is enabled.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:167
#: redbot/cogs/audio/core/commands/llset.py:176
msgid "External Lavalink server: {true_or_false}."
msgstr "Serveur Lavalink externe : {true_or_false}."
msgid "Unmanaged Lavalink server: {true_or_false}."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:186
msgid "Failed To Shutdown Lavalink"
@@ -1953,29 +1960,29 @@ msgstr "Échec de l'arrêt de Lavalink"
#: redbot/cogs/audio/core/commands/llset.py:197
#, docstring
msgid "Set the Lavalink node host.\n\n"
" This command sets the connection host which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:205
msgid "External Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:218
#, docstring
msgid "Set the Lavalink node password.\n\n"
" This command sets the connection password which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:227
msgid "External Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:242
#, docstring
msgid "Set the Lavalink node port.\n\n"
" This command sets the connection port which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
@@ -1991,23 +1998,23 @@ msgid "A port must be between 0 and 65535 "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:256
msgid "External Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:269
#, docstring
msgid "Set the Lavalink node connection to secured.\n\n"
" This command sets the connection type to secured when connecting to an external Lavalink node.\n"
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:280
msgid "Managed Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:293
msgid "Managed Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
@@ -2129,7 +2136,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:458
#, docstring
msgid "Toggle HTTP direct URL usage on or off.\n\n"
" This source is used to allow playback from direct http streams (This does not affect direct url playback for the other sources)\n"
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
" "
msgstr ""
@@ -2180,7 +2187,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:539
#, docstring
msgid "Toggle Soundcloud source on or off.\n\n"
" This toggle controls the playback of all Soundcloud related content.\n"
" This toggle controls the playback of all SoundCloud related content.\n"
" "
msgstr ""
@@ -2264,7 +2271,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:683
#, docstring
msgid "`Dangerous command` Set the managed Lavalink node NAS buffer size.\n\n"
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
" "
msgstr ""
@@ -2639,7 +2646,7 @@ msgid "Playlist configuration options.\n\n"
" Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n"
" **User**:\n"
" Visible to all bot users, if --author is passed.\n"
" Editable by bot owner and creator.\n"
" Editable by bot owner and the playlist creator.\n"
" "
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2022-04-16 19:29+0000\n"
"POT-Creation-Date: 2023-02-12 21:08+0000\n"
"Last-Translator: \n"
"Language-Team: Hindi\n"
"MIME-Version: 1.0\n"
@@ -367,7 +367,7 @@ msgstr ""
#, docstring
msgid "Set a playlist to auto-play songs from.\n\n"
" **Usage**:\n"
" `[p]audioset autoplay playlist_name_OR_id [args]`\n\n"
" `[p]audioset autoplay playlist playlist_name_OR_id [args]`\n\n"
" **Args**:\n"
" The following are all optional:\n"
" --scope <scope>\n"
@@ -385,9 +385,9 @@ msgid "Set a playlist to auto-play songs from.\n\n"
" Guild ID\n"
" Exact guild name\n\n"
" Example use:\n"
" `[p]audioset autoplay MyGuildPlaylist`\n"
" `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n"
" `[p]audioset autoplay playlist MyGuildPlaylist`\n"
" `[p]audioset autoplay playlist MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay playlist PersonalPlaylist --scope User --author Draper`\n"
" "
msgstr ""
@@ -881,7 +881,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/audioset.py:1358
#: redbot/cogs/audio/core/commands/audioset.py:1403
msgid "days"
msgstr ""
msgstr "दिन"
#: redbot/cogs/audio/core/commands/audioset.py:1099
msgid "User Settings"
@@ -908,7 +908,7 @@ msgid "External server: [{use_external_lavalink}]\n"
msgstr ""
#: redbot/cogs/audio/core/commands/audioset.py:1123
msgid "Lavalink build: [{llbuild}]\n"
msgid "Lavalink version: [{llversion}]\n"
"Lavalink branch: [{llbranch}]\n"
"Release date: [{build_time}]\n"
"Lavaplayer version: [{lavaplayer}]\n"
@@ -1784,7 +1784,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:37
#, docstring
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
" This command block holds all commands to manage an external or managed Lavalink node.\n\n"
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
" You should not mess with any command in here unless you have a valid reason to,\n"
" i.e. been told by someone in the Red-Discord Bot support server to do so.\n"
" All the commands in here have the potential to break the Audio cog.\n"
@@ -1795,7 +1795,7 @@ msgstr ""
#, docstring
msgid "Change your Java executable path.\n\n"
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
" If changing this make sure that the java you set is supported by Audio.\n"
" If changing this make sure that the Java executable you set is supported by Audio.\n"
" The current supported version is Java 11.\n\n"
" Enter nothing or \"java\" to reset it back to default.\n"
" "
@@ -1853,14 +1853,14 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:157
#, docstring
msgid "Toggle using external Lavalink nodes - requires an existing external Lavalink node for Audio to work, if enabled.\n\n"
" This command disables the managed Lavalink server, if you do not have an external Lavalink node you will be unable to use Audio while this is enabled.\n"
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
" This command disables the managed Lavalink server. If you do not have another Lavalink node set up, you will be unable to use Audio while this is enabled.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:167
#: redbot/cogs/audio/core/commands/llset.py:176
msgid "External Lavalink server: {true_or_false}."
msgid "Unmanaged Lavalink server: {true_or_false}."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:186
@@ -1870,29 +1870,29 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:197
#, docstring
msgid "Set the Lavalink node host.\n\n"
" This command sets the connection host which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:205
msgid "External Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:218
#, docstring
msgid "Set the Lavalink node password.\n\n"
" This command sets the connection password which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:227
msgid "External Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:242
#, docstring
msgid "Set the Lavalink node port.\n\n"
" This command sets the connection port which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
@@ -1908,23 +1908,23 @@ msgid "A port must be between 0 and 65535 "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:256
msgid "External Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:269
#, docstring
msgid "Set the Lavalink node connection to secured.\n\n"
" This command sets the connection type to secured when connecting to an external Lavalink node.\n"
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:280
msgid "Managed Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:293
msgid "Managed Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
@@ -2046,7 +2046,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:458
#, docstring
msgid "Toggle HTTP direct URL usage on or off.\n\n"
" This source is used to allow playback from direct http streams (This does not affect direct url playback for the other sources)\n"
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
" "
msgstr ""
@@ -2097,7 +2097,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:539
#, docstring
msgid "Toggle Soundcloud source on or off.\n\n"
" This toggle controls the playback of all Soundcloud related content.\n"
" This toggle controls the playback of all SoundCloud related content.\n"
" "
msgstr ""
@@ -2181,7 +2181,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:683
#, docstring
msgid "`Dangerous command` Set the managed Lavalink node NAS buffer size.\n\n"
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
" "
msgstr ""
@@ -2555,7 +2555,7 @@ msgid "Playlist configuration options.\n\n"
" Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n"
" **User**:\n"
" Visible to all bot users, if --author is passed.\n"
" Editable by bot owner and creator.\n"
" Editable by bot owner and the playlist creator.\n"
" "
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2022-04-16 19:29+0000\n"
"POT-Creation-Date: 2023-02-12 21:08+0000\n"
"Last-Translator: \n"
"Language-Team: Croatian\n"
"MIME-Version: 1.0\n"
@@ -369,7 +369,7 @@ msgstr "Postavka je promijenjena"
#, docstring
msgid "Set a playlist to auto-play songs from.\n\n"
" **Usage**:\n"
" `[p]audioset autoplay playlist_name_OR_id [args]`\n\n"
" `[p]audioset autoplay playlist playlist_name_OR_id [args]`\n\n"
" **Args**:\n"
" The following are all optional:\n"
" --scope <scope>\n"
@@ -387,9 +387,9 @@ msgid "Set a playlist to auto-play songs from.\n\n"
" Guild ID\n"
" Exact guild name\n\n"
" Example use:\n"
" `[p]audioset autoplay MyGuildPlaylist`\n"
" `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n"
" `[p]audioset autoplay playlist MyGuildPlaylist`\n"
" `[p]audioset autoplay playlist MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay playlist PersonalPlaylist --scope User --author Draper`\n"
" "
msgstr ""
@@ -911,7 +911,7 @@ msgid "External server: [{use_external_lavalink}]\n"
msgstr ""
#: redbot/cogs/audio/core/commands/audioset.py:1123
msgid "Lavalink build: [{llbuild}]\n"
msgid "Lavalink version: [{llversion}]\n"
"Lavalink branch: [{llbranch}]\n"
"Release date: [{build_time}]\n"
"Lavaplayer version: [{lavaplayer}]\n"
@@ -1788,7 +1788,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:37
#, docstring
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
" This command block holds all commands to manage an external or managed Lavalink node.\n\n"
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
" You should not mess with any command in here unless you have a valid reason to,\n"
" i.e. been told by someone in the Red-Discord Bot support server to do so.\n"
" All the commands in here have the potential to break the Audio cog.\n"
@@ -1799,7 +1799,7 @@ msgstr ""
#, docstring
msgid "Change your Java executable path.\n\n"
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
" If changing this make sure that the java you set is supported by Audio.\n"
" If changing this make sure that the Java executable you set is supported by Audio.\n"
" The current supported version is Java 11.\n\n"
" Enter nothing or \"java\" to reset it back to default.\n"
" "
@@ -1857,14 +1857,14 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:157
#, docstring
msgid "Toggle using external Lavalink nodes - requires an existing external Lavalink node for Audio to work, if enabled.\n\n"
" This command disables the managed Lavalink server, if you do not have an external Lavalink node you will be unable to use Audio while this is enabled.\n"
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
" This command disables the managed Lavalink server. If you do not have another Lavalink node set up, you will be unable to use Audio while this is enabled.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:167
#: redbot/cogs/audio/core/commands/llset.py:176
msgid "External Lavalink server: {true_or_false}."
msgid "Unmanaged Lavalink server: {true_or_false}."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:186
@@ -1874,29 +1874,29 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:197
#, docstring
msgid "Set the Lavalink node host.\n\n"
" This command sets the connection host which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:205
msgid "External Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:218
#, docstring
msgid "Set the Lavalink node password.\n\n"
" This command sets the connection password which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:227
msgid "External Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:242
#, docstring
msgid "Set the Lavalink node port.\n\n"
" This command sets the connection port which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
@@ -1912,23 +1912,23 @@ msgid "A port must be between 0 and 65535 "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:256
msgid "External Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:269
#, docstring
msgid "Set the Lavalink node connection to secured.\n\n"
" This command sets the connection type to secured when connecting to an external Lavalink node.\n"
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:280
msgid "Managed Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:293
msgid "Managed Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
@@ -2050,7 +2050,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:458
#, docstring
msgid "Toggle HTTP direct URL usage on or off.\n\n"
" This source is used to allow playback from direct http streams (This does not affect direct url playback for the other sources)\n"
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
" "
msgstr ""
@@ -2101,7 +2101,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:539
#, docstring
msgid "Toggle Soundcloud source on or off.\n\n"
" This toggle controls the playback of all Soundcloud related content.\n"
" This toggle controls the playback of all SoundCloud related content.\n"
" "
msgstr ""
@@ -2185,7 +2185,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:683
#, docstring
msgid "`Dangerous command` Set the managed Lavalink node NAS buffer size.\n\n"
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
" "
msgstr ""
@@ -2559,7 +2559,7 @@ msgid "Playlist configuration options.\n\n"
" Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n"
" **User**:\n"
" Visible to all bot users, if --author is passed.\n"
" Editable by bot owner and creator.\n"
" Editable by bot owner and the playlist creator.\n"
" "
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2022-04-16 19:29+0000\n"
"POT-Creation-Date: 2023-02-12 21:08+0000\n"
"Last-Translator: \n"
"Language-Team: Hungarian\n"
"MIME-Version: 1.0\n"
@@ -367,7 +367,7 @@ msgstr ""
#, docstring
msgid "Set a playlist to auto-play songs from.\n\n"
" **Usage**:\n"
" `[p]audioset autoplay playlist_name_OR_id [args]`\n\n"
" `[p]audioset autoplay playlist playlist_name_OR_id [args]`\n\n"
" **Args**:\n"
" The following are all optional:\n"
" --scope <scope>\n"
@@ -385,9 +385,9 @@ msgid "Set a playlist to auto-play songs from.\n\n"
" Guild ID\n"
" Exact guild name\n\n"
" Example use:\n"
" `[p]audioset autoplay MyGuildPlaylist`\n"
" `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n"
" `[p]audioset autoplay playlist MyGuildPlaylist`\n"
" `[p]audioset autoplay playlist MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay playlist PersonalPlaylist --scope User --author Draper`\n"
" "
msgstr ""
@@ -908,7 +908,7 @@ msgid "External server: [{use_external_lavalink}]\n"
msgstr ""
#: redbot/cogs/audio/core/commands/audioset.py:1123
msgid "Lavalink build: [{llbuild}]\n"
msgid "Lavalink version: [{llversion}]\n"
"Lavalink branch: [{llbranch}]\n"
"Release date: [{build_time}]\n"
"Lavaplayer version: [{lavaplayer}]\n"
@@ -1784,7 +1784,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:37
#, docstring
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
" This command block holds all commands to manage an external or managed Lavalink node.\n\n"
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
" You should not mess with any command in here unless you have a valid reason to,\n"
" i.e. been told by someone in the Red-Discord Bot support server to do so.\n"
" All the commands in here have the potential to break the Audio cog.\n"
@@ -1795,7 +1795,7 @@ msgstr ""
#, docstring
msgid "Change your Java executable path.\n\n"
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
" If changing this make sure that the java you set is supported by Audio.\n"
" If changing this make sure that the Java executable you set is supported by Audio.\n"
" The current supported version is Java 11.\n\n"
" Enter nothing or \"java\" to reset it back to default.\n"
" "
@@ -1853,14 +1853,14 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:157
#, docstring
msgid "Toggle using external Lavalink nodes - requires an existing external Lavalink node for Audio to work, if enabled.\n\n"
" This command disables the managed Lavalink server, if you do not have an external Lavalink node you will be unable to use Audio while this is enabled.\n"
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
" This command disables the managed Lavalink server. If you do not have another Lavalink node set up, you will be unable to use Audio while this is enabled.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:167
#: redbot/cogs/audio/core/commands/llset.py:176
msgid "External Lavalink server: {true_or_false}."
msgid "Unmanaged Lavalink server: {true_or_false}."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:186
@@ -1870,29 +1870,29 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:197
#, docstring
msgid "Set the Lavalink node host.\n\n"
" This command sets the connection host which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:205
msgid "External Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:218
#, docstring
msgid "Set the Lavalink node password.\n\n"
" This command sets the connection password which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:227
msgid "External Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:242
#, docstring
msgid "Set the Lavalink node port.\n\n"
" This command sets the connection port which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
@@ -1908,23 +1908,23 @@ msgid "A port must be between 0 and 65535 "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:256
msgid "External Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:269
#, docstring
msgid "Set the Lavalink node connection to secured.\n\n"
" This command sets the connection type to secured when connecting to an external Lavalink node.\n"
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:280
msgid "Managed Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:293
msgid "Managed Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
@@ -2046,7 +2046,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:458
#, docstring
msgid "Toggle HTTP direct URL usage on or off.\n\n"
" This source is used to allow playback from direct http streams (This does not affect direct url playback for the other sources)\n"
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
" "
msgstr ""
@@ -2097,7 +2097,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:539
#, docstring
msgid "Toggle Soundcloud source on or off.\n\n"
" This toggle controls the playback of all Soundcloud related content.\n"
" This toggle controls the playback of all SoundCloud related content.\n"
" "
msgstr ""
@@ -2181,7 +2181,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:683
#, docstring
msgid "`Dangerous command` Set the managed Lavalink node NAS buffer size.\n\n"
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
" "
msgstr ""
@@ -2555,7 +2555,7 @@ msgid "Playlist configuration options.\n\n"
" Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n"
" **User**:\n"
" Visible to all bot users, if --author is passed.\n"
" Editable by bot owner and creator.\n"
" Editable by bot owner and the playlist creator.\n"
" "
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2022-04-16 19:29+0000\n"
"POT-Creation-Date: 2023-02-12 21:08+0000\n"
"Last-Translator: \n"
"Language-Team: Indonesian\n"
"MIME-Version: 1.0\n"
@@ -371,7 +371,7 @@ msgstr "Pengaturan Diubah"
#, docstring
msgid "Set a playlist to auto-play songs from.\n\n"
" **Usage**:\n"
" `[p]audioset autoplay playlist_name_OR_id [args]`\n\n"
" `[p]audioset autoplay playlist playlist_name_OR_id [args]`\n\n"
" **Args**:\n"
" The following are all optional:\n"
" --scope <scope>\n"
@@ -389,34 +389,11 @@ msgid "Set a playlist to auto-play songs from.\n\n"
" Guild ID\n"
" Exact guild name\n\n"
" Example use:\n"
" `[p]audioset autoplay MyGuildPlaylist`\n"
" `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n"
" "
msgstr "Setel daftar putar untuk memutar lagu secara otomatis dari. \n\n"
" ** Penggunaan **:\n"
" `[p] audioset putar otomatis playlist_name_OR_id [args]` \n\n"
" ** Args **: \n"
" Berikut ini semua opsional: \n"
" --scope <scope> \n"
" --author [pengguna] \n"
" --Guild [guild] ** Hanya pemilik bot yang dapat menggunakan ** \n\n"
" ** Cakupan ** adalah salah satu dari berikut ini: \n"
" Global \n"
" Guild \n"
" Pengguna \n\n"
" ** Penulis ** dapat menjadi salah satu dari berikut ini: \n"
" ID Pengguna \n"
" Sebutan Pengguna \n"
" Nama Pengguna # 123 \n\n"
" ** Serikat ** dapat berupa salah satu dari berikut ini: \n"
" ID Serikat \n"
" Nama serikat yang tepat \n\n"
" Contoh penggunaan: \n"
" `[p] putar otomatis set audio MyGuildPlaylist` \n"
" `[P] putar otomatis set audio MyGlobalPlaylist --scope Global` \n"
"` [p] putar otomatis set audio PersonalPlaylist --scope Pengguna - Penulis Draper` \n"
" `[p]audioset autoplay playlist MyGuildPlaylist`\n"
" `[p]audioset autoplay playlist MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay playlist PersonalPlaylist --scope User --author Draper`\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/audioset.py:497
#: redbot/cogs/audio/core/commands/playlists.py:104
@@ -935,7 +912,7 @@ msgid "External server: [{use_external_lavalink}]\n"
msgstr ""
#: redbot/cogs/audio/core/commands/audioset.py:1123
msgid "Lavalink build: [{llbuild}]\n"
msgid "Lavalink version: [{llversion}]\n"
"Lavalink branch: [{llbranch}]\n"
"Release date: [{build_time}]\n"
"Lavaplayer version: [{lavaplayer}]\n"
@@ -1811,7 +1788,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:37
#, docstring
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
" This command block holds all commands to manage an external or managed Lavalink node.\n\n"
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
" You should not mess with any command in here unless you have a valid reason to,\n"
" i.e. been told by someone in the Red-Discord Bot support server to do so.\n"
" All the commands in here have the potential to break the Audio cog.\n"
@@ -1822,7 +1799,7 @@ msgstr ""
#, docstring
msgid "Change your Java executable path.\n\n"
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
" If changing this make sure that the java you set is supported by Audio.\n"
" If changing this make sure that the Java executable you set is supported by Audio.\n"
" The current supported version is Java 11.\n\n"
" Enter nothing or \"java\" to reset it back to default.\n"
" "
@@ -1880,14 +1857,14 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:157
#, docstring
msgid "Toggle using external Lavalink nodes - requires an existing external Lavalink node for Audio to work, if enabled.\n\n"
" This command disables the managed Lavalink server, if you do not have an external Lavalink node you will be unable to use Audio while this is enabled.\n"
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
" This command disables the managed Lavalink server. If you do not have another Lavalink node set up, you will be unable to use Audio while this is enabled.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:167
#: redbot/cogs/audio/core/commands/llset.py:176
msgid "External Lavalink server: {true_or_false}."
msgid "Unmanaged Lavalink server: {true_or_false}."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:186
@@ -1897,29 +1874,29 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:197
#, docstring
msgid "Set the Lavalink node host.\n\n"
" This command sets the connection host which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:205
msgid "External Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:218
#, docstring
msgid "Set the Lavalink node password.\n\n"
" This command sets the connection password which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:227
msgid "External Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:242
#, docstring
msgid "Set the Lavalink node port.\n\n"
" This command sets the connection port which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
@@ -1935,23 +1912,23 @@ msgid "A port must be between 0 and 65535 "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:256
msgid "External Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:269
#, docstring
msgid "Set the Lavalink node connection to secured.\n\n"
" This command sets the connection type to secured when connecting to an external Lavalink node.\n"
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:280
msgid "Managed Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:293
msgid "Managed Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
@@ -2073,7 +2050,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:458
#, docstring
msgid "Toggle HTTP direct URL usage on or off.\n\n"
" This source is used to allow playback from direct http streams (This does not affect direct url playback for the other sources)\n"
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
" "
msgstr ""
@@ -2124,7 +2101,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:539
#, docstring
msgid "Toggle Soundcloud source on or off.\n\n"
" This toggle controls the playback of all Soundcloud related content.\n"
" This toggle controls the playback of all SoundCloud related content.\n"
" "
msgstr ""
@@ -2208,7 +2185,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:683
#, docstring
msgid "`Dangerous command` Set the managed Lavalink node NAS buffer size.\n\n"
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
" "
msgstr ""
@@ -2582,7 +2559,7 @@ msgid "Playlist configuration options.\n\n"
" Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n"
" **User**:\n"
" Visible to all bot users, if --author is passed.\n"
" Editable by bot owner and creator.\n"
" Editable by bot owner and the playlist creator.\n"
" "
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2022-04-16 19:29+0000\n"
"POT-Creation-Date: 2023-02-12 21:08+0000\n"
"Last-Translator: \n"
"Language-Team: Italian\n"
"MIME-Version: 1.0\n"
@@ -370,7 +370,7 @@ msgstr "Impostazione modificata"
#, docstring
msgid "Set a playlist to auto-play songs from.\n\n"
" **Usage**:\n"
" `[p]audioset autoplay playlist_name_OR_id [args]`\n\n"
" `[p]audioset autoplay playlist playlist_name_OR_id [args]`\n\n"
" **Args**:\n"
" The following are all optional:\n"
" --scope <scope>\n"
@@ -388,34 +388,11 @@ msgid "Set a playlist to auto-play songs from.\n\n"
" Guild ID\n"
" Exact guild name\n\n"
" Example use:\n"
" `[p]audioset autoplay MyGuildPlaylist`\n"
" `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n"
" "
msgstr "Imposta una playlist da cui riprodurre automaticamente brani.\n\n"
" **Uso**:\n"
" `[p]audioset autoplay playlist_name_OR_id [args]`\n\n"
" **Argomenti**:\n"
" I seguenti sono tutti opzioniali:\n"
" --scope <scope>\n"
" --author [user]\n"
" --guild [guild] **Solo il proprietario del bot può usarlo**\n\n"
" **Ambito (--scope)** è uno dei seguenti:\n"
" Global (Globale)\n"
" Guild (Server)\n"
" User (Utente)\n\n"
" **Autore (--author)** può essere uno dei seguenti:\n"
" ID utente\n"
" Menzione utente\n"
" Username#123\n\n"
" **Server (--guild)** può essere uno dei seguenti:\n"
" ID server\n"
" Nome esatto del server\n\n"
" Esempio d'uso:\n"
" `[p]audioset autoplay MyGuildPlaylist`\n"
" `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n"
" `[p]audioset autoplay playlist MyGuildPlaylist`\n"
" `[p]audioset autoplay playlist MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay playlist PersonalPlaylist --scope User --author Draper`\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/audioset.py:497
#: redbot/cogs/audio/core/commands/playlists.py:104
@@ -961,7 +938,7 @@ msgid "External server: [{use_external_lavalink}]\n"
msgstr ""
#: redbot/cogs/audio/core/commands/audioset.py:1123
msgid "Lavalink build: [{llbuild}]\n"
msgid "Lavalink version: [{llversion}]\n"
"Lavalink branch: [{llbranch}]\n"
"Release date: [{build_time}]\n"
"Lavaplayer version: [{lavaplayer}]\n"
@@ -1837,7 +1814,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:37
#, docstring
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
" This command block holds all commands to manage an external or managed Lavalink node.\n\n"
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
" You should not mess with any command in here unless you have a valid reason to,\n"
" i.e. been told by someone in the Red-Discord Bot support server to do so.\n"
" All the commands in here have the potential to break the Audio cog.\n"
@@ -1848,7 +1825,7 @@ msgstr ""
#, docstring
msgid "Change your Java executable path.\n\n"
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
" If changing this make sure that the java you set is supported by Audio.\n"
" If changing this make sure that the Java executable you set is supported by Audio.\n"
" The current supported version is Java 11.\n\n"
" Enter nothing or \"java\" to reset it back to default.\n"
" "
@@ -1906,14 +1883,14 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:157
#, docstring
msgid "Toggle using external Lavalink nodes - requires an existing external Lavalink node for Audio to work, if enabled.\n\n"
" This command disables the managed Lavalink server, if you do not have an external Lavalink node you will be unable to use Audio while this is enabled.\n"
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
" This command disables the managed Lavalink server. If you do not have another Lavalink node set up, you will be unable to use Audio while this is enabled.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:167
#: redbot/cogs/audio/core/commands/llset.py:176
msgid "External Lavalink server: {true_or_false}."
msgid "Unmanaged Lavalink server: {true_or_false}."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:186
@@ -1923,29 +1900,29 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:197
#, docstring
msgid "Set the Lavalink node host.\n\n"
" This command sets the connection host which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:205
msgid "External Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:218
#, docstring
msgid "Set the Lavalink node password.\n\n"
" This command sets the connection password which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:227
msgid "External Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:242
#, docstring
msgid "Set the Lavalink node port.\n\n"
" This command sets the connection port which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
@@ -1961,23 +1938,23 @@ msgid "A port must be between 0 and 65535 "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:256
msgid "External Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:269
#, docstring
msgid "Set the Lavalink node connection to secured.\n\n"
" This command sets the connection type to secured when connecting to an external Lavalink node.\n"
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:280
msgid "Managed Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:293
msgid "Managed Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
@@ -2099,7 +2076,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:458
#, docstring
msgid "Toggle HTTP direct URL usage on or off.\n\n"
" This source is used to allow playback from direct http streams (This does not affect direct url playback for the other sources)\n"
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
" "
msgstr ""
@@ -2150,7 +2127,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:539
#, docstring
msgid "Toggle Soundcloud source on or off.\n\n"
" This toggle controls the playback of all Soundcloud related content.\n"
" This toggle controls the playback of all SoundCloud related content.\n"
" "
msgstr ""
@@ -2234,7 +2211,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:683
#, docstring
msgid "`Dangerous command` Set the managed Lavalink node NAS buffer size.\n\n"
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
" "
msgstr ""
@@ -2608,7 +2585,7 @@ msgid "Playlist configuration options.\n\n"
" Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n"
" **User**:\n"
" Visible to all bot users, if --author is passed.\n"
" Editable by bot owner and creator.\n"
" Editable by bot owner and the playlist creator.\n"
" "
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2022-04-16 19:29+0000\n"
"POT-Creation-Date: 2023-02-12 21:08+0000\n"
"Last-Translator: \n"
"Language-Team: Japanese\n"
"MIME-Version: 1.0\n"
@@ -367,7 +367,7 @@ msgstr ""
#, docstring
msgid "Set a playlist to auto-play songs from.\n\n"
" **Usage**:\n"
" `[p]audioset autoplay playlist_name_OR_id [args]`\n\n"
" `[p]audioset autoplay playlist playlist_name_OR_id [args]`\n\n"
" **Args**:\n"
" The following are all optional:\n"
" --scope <scope>\n"
@@ -385,9 +385,9 @@ msgid "Set a playlist to auto-play songs from.\n\n"
" Guild ID\n"
" Exact guild name\n\n"
" Example use:\n"
" `[p]audioset autoplay MyGuildPlaylist`\n"
" `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n"
" `[p]audioset autoplay playlist MyGuildPlaylist`\n"
" `[p]audioset autoplay playlist MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay playlist PersonalPlaylist --scope User --author Draper`\n"
" "
msgstr ""
@@ -908,7 +908,7 @@ msgid "External server: [{use_external_lavalink}]\n"
msgstr ""
#: redbot/cogs/audio/core/commands/audioset.py:1123
msgid "Lavalink build: [{llbuild}]\n"
msgid "Lavalink version: [{llversion}]\n"
"Lavalink branch: [{llbranch}]\n"
"Release date: [{build_time}]\n"
"Lavaplayer version: [{lavaplayer}]\n"
@@ -1784,7 +1784,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:37
#, docstring
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
" This command block holds all commands to manage an external or managed Lavalink node.\n\n"
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
" You should not mess with any command in here unless you have a valid reason to,\n"
" i.e. been told by someone in the Red-Discord Bot support server to do so.\n"
" All the commands in here have the potential to break the Audio cog.\n"
@@ -1795,7 +1795,7 @@ msgstr ""
#, docstring
msgid "Change your Java executable path.\n\n"
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
" If changing this make sure that the java you set is supported by Audio.\n"
" If changing this make sure that the Java executable you set is supported by Audio.\n"
" The current supported version is Java 11.\n\n"
" Enter nothing or \"java\" to reset it back to default.\n"
" "
@@ -1853,14 +1853,14 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:157
#, docstring
msgid "Toggle using external Lavalink nodes - requires an existing external Lavalink node for Audio to work, if enabled.\n\n"
" This command disables the managed Lavalink server, if you do not have an external Lavalink node you will be unable to use Audio while this is enabled.\n"
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
" This command disables the managed Lavalink server. If you do not have another Lavalink node set up, you will be unable to use Audio while this is enabled.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:167
#: redbot/cogs/audio/core/commands/llset.py:176
msgid "External Lavalink server: {true_or_false}."
msgid "Unmanaged Lavalink server: {true_or_false}."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:186
@@ -1870,29 +1870,29 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:197
#, docstring
msgid "Set the Lavalink node host.\n\n"
" This command sets the connection host which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:205
msgid "External Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:218
#, docstring
msgid "Set the Lavalink node password.\n\n"
" This command sets the connection password which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:227
msgid "External Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:242
#, docstring
msgid "Set the Lavalink node port.\n\n"
" This command sets the connection port which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
@@ -1908,23 +1908,23 @@ msgid "A port must be between 0 and 65535 "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:256
msgid "External Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:269
#, docstring
msgid "Set the Lavalink node connection to secured.\n\n"
" This command sets the connection type to secured when connecting to an external Lavalink node.\n"
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:280
msgid "Managed Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:293
msgid "Managed Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
@@ -2046,7 +2046,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:458
#, docstring
msgid "Toggle HTTP direct URL usage on or off.\n\n"
" This source is used to allow playback from direct http streams (This does not affect direct url playback for the other sources)\n"
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
" "
msgstr ""
@@ -2097,7 +2097,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:539
#, docstring
msgid "Toggle Soundcloud source on or off.\n\n"
" This toggle controls the playback of all Soundcloud related content.\n"
" This toggle controls the playback of all SoundCloud related content.\n"
" "
msgstr ""
@@ -2181,7 +2181,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:683
#, docstring
msgid "`Dangerous command` Set the managed Lavalink node NAS buffer size.\n\n"
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
" "
msgstr ""
@@ -2555,7 +2555,7 @@ msgid "Playlist configuration options.\n\n"
" Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n"
" **User**:\n"
" Visible to all bot users, if --author is passed.\n"
" Editable by bot owner and creator.\n"
" Editable by bot owner and the playlist creator.\n"
" "
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2022-04-16 19:29+0000\n"
"POT-Creation-Date: 2023-02-12 21:08+0000\n"
"Last-Translator: \n"
"Language-Team: Korean\n"
"MIME-Version: 1.0\n"
@@ -371,7 +371,7 @@ msgstr "설정 변경됨"
#, docstring
msgid "Set a playlist to auto-play songs from.\n\n"
" **Usage**:\n"
" `[p]audioset autoplay playlist_name_OR_id [args]`\n\n"
" `[p]audioset autoplay playlist playlist_name_OR_id [args]`\n\n"
" **Args**:\n"
" The following are all optional:\n"
" --scope <scope>\n"
@@ -389,34 +389,11 @@ msgid "Set a playlist to auto-play songs from.\n\n"
" Guild ID\n"
" Exact guild name\n\n"
" Example use:\n"
" `[p]audioset autoplay MyGuildPlaylist`\n"
" `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n"
" "
msgstr "자동 재생곡의 재생목록을 정합니다.\n\n"
" **사용법**:\n"
" `[p]audioset 재생목록_이름_혹은_ID [args]`\n\n"
" **Args**:\n"
" 옵션들:\n"
" --scope <scope>\n"
" --author [user]\n"
" --guild [guild] **오직 봇 소유자만 명령어를 사용할수 있습니다.**\n\n"
" **Scope** is one of the following:\n"
" Global\n"
" Guild\n"
" User\n\n"
" **Author** can be one of the following:\n"
" User ID\n"
" User Mention\n"
" User Name#123\n\n"
" **Guild** can be one of the following:\n"
" Guild ID\n"
" Exact guild name\n\n"
" Example use:\n"
" `[p]audioset autoplay MyGuildPlaylist`\n"
" `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n"
" `[p]audioset autoplay playlist MyGuildPlaylist`\n"
" `[p]audioset autoplay playlist MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay playlist PersonalPlaylist --scope User --author Draper`\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/audioset.py:497
#: redbot/cogs/audio/core/commands/playlists.py:104
@@ -939,7 +916,7 @@ msgid "External server: [{use_external_lavalink}]\n"
msgstr ""
#: redbot/cogs/audio/core/commands/audioset.py:1123
msgid "Lavalink build: [{llbuild}]\n"
msgid "Lavalink version: [{llversion}]\n"
"Lavalink branch: [{llbranch}]\n"
"Release date: [{build_time}]\n"
"Lavaplayer version: [{lavaplayer}]\n"
@@ -1824,7 +1801,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:37
#, docstring
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
" This command block holds all commands to manage an external or managed Lavalink node.\n\n"
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
" You should not mess with any command in here unless you have a valid reason to,\n"
" i.e. been told by someone in the Red-Discord Bot support server to do so.\n"
" All the commands in here have the potential to break the Audio cog.\n"
@@ -1835,7 +1812,7 @@ msgstr ""
#, docstring
msgid "Change your Java executable path.\n\n"
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
" If changing this make sure that the java you set is supported by Audio.\n"
" If changing this make sure that the Java executable you set is supported by Audio.\n"
" The current supported version is Java 11.\n\n"
" Enter nothing or \"java\" to reset it back to default.\n"
" "
@@ -1893,14 +1870,14 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:157
#, docstring
msgid "Toggle using external Lavalink nodes - requires an existing external Lavalink node for Audio to work, if enabled.\n\n"
" This command disables the managed Lavalink server, if you do not have an external Lavalink node you will be unable to use Audio while this is enabled.\n"
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
" This command disables the managed Lavalink server. If you do not have another Lavalink node set up, you will be unable to use Audio while this is enabled.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:167
#: redbot/cogs/audio/core/commands/llset.py:176
msgid "External Lavalink server: {true_or_false}."
msgid "Unmanaged Lavalink server: {true_or_false}."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:186
@@ -1910,29 +1887,29 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:197
#, docstring
msgid "Set the Lavalink node host.\n\n"
" This command sets the connection host which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:205
msgid "External Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:218
#, docstring
msgid "Set the Lavalink node password.\n\n"
" This command sets the connection password which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:227
msgid "External Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:242
#, docstring
msgid "Set the Lavalink node port.\n\n"
" This command sets the connection port which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
@@ -1948,23 +1925,23 @@ msgid "A port must be between 0 and 65535 "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:256
msgid "External Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:269
#, docstring
msgid "Set the Lavalink node connection to secured.\n\n"
" This command sets the connection type to secured when connecting to an external Lavalink node.\n"
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:280
msgid "Managed Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:293
msgid "Managed Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
@@ -2086,7 +2063,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:458
#, docstring
msgid "Toggle HTTP direct URL usage on or off.\n\n"
" This source is used to allow playback from direct http streams (This does not affect direct url playback for the other sources)\n"
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
" "
msgstr ""
@@ -2137,7 +2114,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:539
#, docstring
msgid "Toggle Soundcloud source on or off.\n\n"
" This toggle controls the playback of all Soundcloud related content.\n"
" This toggle controls the playback of all SoundCloud related content.\n"
" "
msgstr ""
@@ -2221,7 +2198,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:683
#, docstring
msgid "`Dangerous command` Set the managed Lavalink node NAS buffer size.\n\n"
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
" "
msgstr ""
@@ -2597,7 +2574,7 @@ msgid "Playlist configuration options.\n\n"
" Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n"
" **User**:\n"
" Visible to all bot users, if --author is passed.\n"
" Editable by bot owner and creator.\n"
" Editable by bot owner and the playlist creator.\n"
" "
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2022-04-16 19:29+0000\n"
"POT-Creation-Date: 2023-02-12 21:08+0000\n"
"Last-Translator: \n"
"Language-Team: Norwegian Bokmal\n"
"MIME-Version: 1.0\n"
@@ -371,7 +371,7 @@ msgstr "Innstilling endret"
#, docstring
msgid "Set a playlist to auto-play songs from.\n\n"
" **Usage**:\n"
" `[p]audioset autoplay playlist_name_OR_id [args]`\n\n"
" `[p]audioset autoplay playlist playlist_name_OR_id [args]`\n\n"
" **Args**:\n"
" The following are all optional:\n"
" --scope <scope>\n"
@@ -389,33 +389,11 @@ msgid "Set a playlist to auto-play songs from.\n\n"
" Guild ID\n"
" Exact guild name\n\n"
" Example use:\n"
" `[p]audioset autoplay MyGuildPlaylist`\n"
" `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n"
" "
msgstr "Sett en spilleliste til å spille av sanger automatisk fra.\n\n"
"**Bruk**: \\ n [p]audioset autoplay playlist_name_OR_id [args]\n\n"
"**Args**:\n"
" følgende er alle valgfrie:\n"
" - omfang <omfang>\n"
" - forfatter [bruker]\n"
" - guild [guild] ** Bare boteeieren kan bruke dette **\n\n"
" **Omfang** er ett av følgende:\n"
" Global\n"
" Guild\n"
" Bruker\n\n"
"**Forfatter** kan være ett av følgende:\n"
"Bruker-ID\n"
"Brukeromtale\n"
" Brukernavn # 123 \n\n"
"**Guild** kan være ett av følgende:\n"
" Guild ID\n"
"Nøyaktig guildnavn\n\n"
" Eksempelbruk:\n"
"[p]audioset autoplay MyGlobalPlaylist --scope Globale\n"
" [p] lydset automatisk spiller MinGlobalSpilleliste - scope Global\n"
"[P] audioset autoplay PersonalPlaylist --scope User --author Draper\n"
" `[p]audioset autoplay playlist MyGuildPlaylist`\n"
" `[p]audioset autoplay playlist MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay playlist PersonalPlaylist --scope User --author Draper`\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/audioset.py:497
#: redbot/cogs/audio/core/commands/playlists.py:104
@@ -973,7 +951,7 @@ msgid "External server: [{use_external_lavalink}]\n"
msgstr "Ekstern server: [{use_external_lavalink}]\n"
#: redbot/cogs/audio/core/commands/audioset.py:1123
msgid "Lavalink build: [{llbuild}]\n"
msgid "Lavalink version: [{llversion}]\n"
"Lavalink branch: [{llbranch}]\n"
"Release date: [{build_time}]\n"
"Lavaplayer version: [{lavaplayer}]\n"
@@ -1883,7 +1861,7 @@ msgstr "{band_name}Hz-båndet er satt til {band_value}."
#: redbot/cogs/audio/core/commands/llset.py:37
#, docstring
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
" This command block holds all commands to manage an external or managed Lavalink node.\n\n"
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
" You should not mess with any command in here unless you have a valid reason to,\n"
" i.e. been told by someone in the Red-Discord Bot support server to do so.\n"
" All the commands in here have the potential to break the Audio cog.\n"
@@ -1894,7 +1872,7 @@ msgstr ""
#, docstring
msgid "Change your Java executable path.\n\n"
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
" If changing this make sure that the java you set is supported by Audio.\n"
" If changing this make sure that the Java executable you set is supported by Audio.\n"
" The current supported version is Java 11.\n\n"
" Enter nothing or \"java\" to reset it back to default.\n"
" "
@@ -1952,15 +1930,15 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:157
#, docstring
msgid "Toggle using external Lavalink nodes - requires an existing external Lavalink node for Audio to work, if enabled.\n\n"
" This command disables the managed Lavalink server, if you do not have an external Lavalink node you will be unable to use Audio while this is enabled.\n"
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
" This command disables the managed Lavalink server. If you do not have another Lavalink node set up, you will be unable to use Audio while this is enabled.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:167
#: redbot/cogs/audio/core/commands/llset.py:176
msgid "External Lavalink server: {true_or_false}."
msgstr "Ekstern Lavalink server: {true_or_false}."
msgid "Unmanaged Lavalink server: {true_or_false}."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:186
msgid "Failed To Shutdown Lavalink"
@@ -1969,29 +1947,29 @@ msgstr "Mislyktes i å skru av Lavalink"
#: redbot/cogs/audio/core/commands/llset.py:197
#, docstring
msgid "Set the Lavalink node host.\n\n"
" This command sets the connection host which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:205
msgid "External Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:218
#, docstring
msgid "Set the Lavalink node password.\n\n"
" This command sets the connection password which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:227
msgid "External Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:242
#, docstring
msgid "Set the Lavalink node port.\n\n"
" This command sets the connection port which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
@@ -2007,23 +1985,23 @@ msgid "A port must be between 0 and 65535 "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:256
msgid "External Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:269
#, docstring
msgid "Set the Lavalink node connection to secured.\n\n"
" This command sets the connection type to secured when connecting to an external Lavalink node.\n"
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:280
msgid "Managed Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:293
msgid "Managed Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
@@ -2145,7 +2123,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:458
#, docstring
msgid "Toggle HTTP direct URL usage on or off.\n\n"
" This source is used to allow playback from direct http streams (This does not affect direct url playback for the other sources)\n"
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
" "
msgstr ""
@@ -2196,7 +2174,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:539
#, docstring
msgid "Toggle Soundcloud source on or off.\n\n"
" This toggle controls the playback of all Soundcloud related content.\n"
" This toggle controls the playback of all SoundCloud related content.\n"
" "
msgstr ""
@@ -2280,7 +2258,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:683
#, docstring
msgid "`Dangerous command` Set the managed Lavalink node NAS buffer size.\n\n"
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
" "
msgstr ""
@@ -2676,20 +2654,9 @@ msgid "Playlist configuration options.\n\n"
" Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n"
" **User**:\n"
" Visible to all bot users, if --author is passed.\n"
" Editable by bot owner and creator.\n"
" "
msgstr "Alternativer for spillelistekonfigurasjon.\n\n"
"Omfangsinformasjon:\n"
"** Global **:\n"
"Synlig for alle brukere av denne bot.\n"
"Bare redigerbar av boteeier.\n"
"** Guild **:\n"
"Synlig for alle brukere i dette lauget.\n"
"Kan redigeres av bot eier, klanteier, klanadministratorer, klanmods, DJ-rolle og spillelisteoppretter.\n"
" ** User**:\n"
"Synlig for alle botbrukere, hvis --forfatter er bestått.\n"
" Kan redigeres av boteier og skaper.\n"
" Editable by bot owner and the playlist creator.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/playlists.py:69
#, docstring

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2022-04-16 19:29+0000\n"
"POT-Creation-Date: 2023-02-12 21:08+0000\n"
"Last-Translator: \n"
"Language-Team: Dutch\n"
"MIME-Version: 1.0\n"
@@ -371,7 +371,7 @@ msgstr "Instellingen aangepast"
#, docstring
msgid "Set a playlist to auto-play songs from.\n\n"
" **Usage**:\n"
" `[p]audioset autoplay playlist_name_OR_id [args]`\n\n"
" `[p]audioset autoplay playlist playlist_name_OR_id [args]`\n\n"
" **Args**:\n"
" The following are all optional:\n"
" --scope <scope>\n"
@@ -389,33 +389,11 @@ msgid "Set a playlist to auto-play songs from.\n\n"
" Guild ID\n"
" Exact guild name\n\n"
" Example use:\n"
" `[p]audioset autoplay MyGuildPlaylist`\n"
" `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n"
" `[p]audioset autoplay playlist MyGuildPlaylist`\n"
" `[p]audioset autoplay playlist MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay playlist PersonalPlaylist --scope User --author Draper`\n"
" "
msgstr "Stel een afspeellijst in om nummers automatisch af te spelen.\n\n"
"**Gebruik**:\n"
" '[p]audioset autoplay playlist_name_OR_id [args]\"\n\n"
"**Args**:\n"
" De volgende zijn allemaal optioneel:\n"
" --toepassingsgebied <scope>\n"
" --auteur [gebruiker]\n"
" --gilde [gilde] **Alleen de boteigenaar kan dit gebruiken**\n\n"
"**Scope** is een van de volgende:\n"
" Globaal\n"
" Gilde\n"
" Gebruiker\n"
" **Auteur** kan een van de volgende zijn:\n"
" Gebruikersnaam\n"
" Vermelding van de gebruiker\n"
" Gebruikersnaam#123\n\n"
"**Gilde** kan een van de volgende zijn:\n"
" Gilde-ID\n"
" Exacte gildenaam\n\n"
"Voorbeeld gebruik:\n"
" '[p]audioset autoplay MyGuildPlaylist'\n"
" '[p]audioset autoplay MyGlobalPlaylist --scope Global'\n"
" '[p]audioset autoplay PersonalPlaylist --scope Gebruiker --auteur Draper'"
msgstr ""
#: redbot/cogs/audio/core/commands/audioset.py:497
#: redbot/cogs/audio/core/commands/playlists.py:104
@@ -710,26 +688,26 @@ msgstr "Deze instelling is alleen voor bot-eigenaren om een locatie voor localtr
#: redbot/cogs/audio/core/commands/audioset.py:833
msgid "Invalid Path"
msgstr ""
msgstr "Ongeldige pad"
#: redbot/cogs/audio/core/commands/audioset.py:834
msgid "{local_path} does not seem like a valid path."
msgstr ""
msgstr "{local_path} Lijkt niet op een geldig pad."
#: redbot/cogs/audio/core/commands/audioset.py:840
msgid "`{localtracks}` does not exist. The path will still be saved, but please check the path and create a localtracks folder in `{localfolder}` before attempting to play local tracks."
msgstr ""
msgstr "'{localtracks}' bestaat niet. Het pad wordt nog steeds opgeslagen, maar controleer het pad en maak een map localtracks in '{localfolder}' voordat u probeert lokale tracks af te spelen."
#: redbot/cogs/audio/core/commands/audioset.py:846
#: redbot/cogs/audio/core/commands/llset.py:74
#: redbot/cogs/audio/core/commands/player.py:414
#: redbot/cogs/audio/core/commands/player.py:424
msgid "Invalid Environment"
msgstr ""
msgstr "Ongeldige Omgeving"
#: redbot/cogs/audio/core/commands/audioset.py:853
msgid "The localtracks path location has been set to {localpath}"
msgstr ""
msgstr "De locatie van de localtracks is ingesteld op {localpath}"
#: redbot/cogs/audio/core/commands/audioset.py:862
#, docstring
@@ -737,23 +715,26 @@ msgid "Max length of a track to queue in seconds, 0 to disable.\n\n"
" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`). Invalid\n"
" input will turn the max length setting off.\n"
" "
msgstr ""
msgstr "Maximale lengte van een nummer voor wachtrij in seconden, 0 om uit te schakelen.\n\n"
" Accepteert seconden of een waarde zoals 00:00:00 (`hh:mm:ss`) of 00:00 (`mm:ss`). Ongeldige\n"
" invoer schakelt de maximale lengte-instelling uit.\n"
" "
#: redbot/cogs/audio/core/commands/audioset.py:871
msgid "Invalid length"
msgstr ""
msgstr "Ongeldige lengte"
#: redbot/cogs/audio/core/commands/audioset.py:871
msgid "Length can't be less than zero."
msgstr ""
msgstr "Lengte kan niet kleiner zijn dan nul."
#: redbot/cogs/audio/core/commands/audioset.py:875
msgid "Track max length disabled."
msgstr ""
msgstr "Maximum lengte voor nummer uitgeschakeld."
#: redbot/cogs/audio/core/commands/audioset.py:881
msgid "Track max length set to {seconds}."
msgstr ""
msgstr "Track maximale lengte ingesteld op {seconds}."
#: redbot/cogs/audio/core/commands/audioset.py:891
#, docstring
@@ -762,16 +743,16 @@ msgstr "Schakel track aankondigingen en andere bot berichten in of uit."
#: redbot/cogs/audio/core/commands/audioset.py:897
msgid "Notify mode: {true_or_false}."
msgstr ""
msgstr "Notificatie modus: {true_or_false}."
#: redbot/cogs/audio/core/commands/audioset.py:906
#, docstring
msgid "Toggle whether the bot will be auto deafened upon joining the voice channel."
msgstr ""
msgstr "Schakel of de bot automatisch wordt uitgeschakeld bij het joinen van het spraakkanaal."
#: redbot/cogs/audio/core/commands/audioset.py:912
msgid "Auto Deafen: {true_or_false}."
msgstr ""
msgstr "Auto Deafen: {true_or_false}."
#: redbot/cogs/audio/core/commands/audioset.py:921
#, docstring
@@ -780,11 +761,15 @@ msgid "Toggle the domain restriction on Audio.\n\n"
" When toggled on, users are restricted to YouTube, SoundCloud, Vimeo, Twitch, and\n"
" Bandcamp links.\n"
" "
msgstr ""
msgstr "De domeinbeperking in-/uitschakelen bij Audio.\n\n"
" Wanneer uitgeschakeld kunnen gebruikers nummers van niet-commerciële websites en links afspelen.\n"
" Indien ingeschakeld, zijn gebruikers beperkt tot YouTube, SoundCloud, Vimeo, Twitch, en\n"
" Bandcamp links.\n"
" "
#: redbot/cogs/audio/core/commands/audioset.py:932
msgid "Commercial links only: {true_or_false}."
msgstr ""
msgstr "Alleen commerciële koppelingen: {true_or_false}."
#: redbot/cogs/audio/core/commands/audioset.py:941
#, docstring
@@ -793,7 +778,7 @@ msgstr "Stel de rol in die moet worden gebruikt voor de DJ-modus."
#: redbot/cogs/audio/core/commands/audioset.py:950
msgid "Settings Changed"
msgstr ""
msgstr "Instellingen gewijzigd"
#: redbot/cogs/audio/core/commands/audioset.py:951
msgid "DJ role set to: {role.name}."
@@ -810,39 +795,39 @@ msgstr "Server instellingen"
#: redbot/cogs/audio/core/commands/audioset.py:997
msgid "Auto-deafen: [{auto_deafen}]\n"
msgstr ""
msgstr "Auto-deafen: [{auto_deafen}]\n"
#: redbot/cogs/audio/core/commands/audioset.py:1000
msgid "Auto-disconnect: [{dc}]\n"
msgstr ""
msgstr "Automatische verbreking van de verbinding: [{dc}]\n"
#: redbot/cogs/audio/core/commands/audioset.py:1001
msgid "Auto-play: [{autoplay}]\n"
msgstr ""
msgstr "Automatisch spelen: [{autoplay}]\n"
#: redbot/cogs/audio/core/commands/audioset.py:1005
msgid "Disconnect timer: [{num_seconds}]\n"
msgstr ""
msgstr "Verbinding verbreken met timer: [{num_seconds}]\n"
#: redbot/cogs/audio/core/commands/audioset.py:1009
msgid "Auto Pause timer: [{num_seconds}]\n"
msgstr ""
msgstr "Auto Pauzeer timer: [{num_seconds}]\n"
#: redbot/cogs/audio/core/commands/audioset.py:1013
msgid "DJ Role: [{role.name}]\n"
msgstr ""
msgstr "DJ Role: [{role.name}]\n"
#: redbot/cogs/audio/core/commands/audioset.py:1015
msgid "Jukebox: [{jukebox_name}]\n"
msgstr ""
msgstr "Jukebox: [{jukebox_name}]\n"
#: redbot/cogs/audio/core/commands/audioset.py:1016
msgid "Command price: [{jukebox_price}]\n"
msgstr ""
msgstr "Command prijs: [{jukebox_price}]\n"
#: redbot/cogs/audio/core/commands/audioset.py:1020
msgid "Max track length: [{tracklength}]\n"
msgstr ""
msgstr "Maximale lengte van het nummer: [{tracklength}]\n"
#: redbot/cogs/audio/core/commands/audioset.py:1023
msgid "Max volume: [{max_volume}%]\n"
@@ -853,41 +838,49 @@ msgid "Max volume: [{max_volume}%]\n"
"Song notify msgs: [{notify}]\n"
"Songs as status: [{status}]\n"
"Spotify search: [{countrycode}]\n"
msgstr ""
msgstr "Max volume: [{max_volume}%]\n"
"Houd wachtrij: [{persist_queue}]\n"
"Herhaal: [{repeat}]\n"
"Shuffle: [{shuffle}]\n"
"Shuffle bumped: [{bumpped_shuffle}]\n"
"Nummers notificeren: [{notify}]\n"
"Nummers als status: [{status}]\n"
"Spotify zoeken: [{countrycode}]\n"
#: redbot/cogs/audio/core/commands/audioset.py:1043
msgid "Thumbnails: [{0}]\n"
msgstr ""
msgstr "Miniaturen: [{0}]\n"
#: redbot/cogs/audio/core/commands/audioset.py:1047
msgid "Vote skip: [{vote_enabled}]\n"
"Skip percentage: [{vote_percent}%]\n"
msgstr ""
msgstr "Stem overslaan: [{vote_enabled}]\n"
"Sla percentage over: [{vote_percent}%]\n"
#: redbot/cogs/audio/core/commands/audioset.py:1060
msgid "Server"
msgstr ""
msgstr "Server"
#: redbot/cogs/audio/core/commands/audioset.py:1062
msgid "User"
msgstr ""
msgstr "Gebruiker"
#: redbot/cogs/audio/core/commands/audioset.py:1064
#: redbot/cogs/audio/core/commands/playlists.py:1009
msgid "Global"
msgstr ""
msgstr "Globaal"
#: redbot/cogs/audio/core/commands/audioset.py:1066
#: redbot/cogs/audio/core/commands/audioset.py:1067
#: redbot/cogs/audio/core/commands/audioset.py:1068
msgid "Cached"
msgstr ""
msgstr "Gecached"
#: redbot/cogs/audio/core/commands/audioset.py:1070
#: redbot/cogs/audio/core/commands/audioset.py:1071
#: redbot/cogs/audio/core/commands/audioset.py:1072
msgid "US Top 100"
msgstr ""
msgstr "US Top 100"
#: redbot/cogs/audio/core/commands/audioset.py:1075
msgid "Auto-play Settings"
@@ -958,7 +951,7 @@ msgid "External server: [{use_external_lavalink}]\n"
msgstr ""
#: redbot/cogs/audio/core/commands/audioset.py:1123
msgid "Lavalink build: [{llbuild}]\n"
msgid "Lavalink version: [{llversion}]\n"
"Lavalink branch: [{llbranch}]\n"
"Release date: [{build_time}]\n"
"Lavaplayer version: [{lavaplayer}]\n"
@@ -1865,32 +1858,22 @@ msgstr "De {band_name}Hz-band is ingesteld op {band_value}."
#: redbot/cogs/audio/core/commands/llset.py:37
#, docstring
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
" This command block holds all commands to manage an external or managed Lavalink node.\n\n"
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
" You should not mess with any command in here unless you have a valid reason to,\n"
" i.e. been told by someone in the Red-Discord Bot support server to do so.\n"
" All the commands in here have the potential to break the Audio cog.\n"
" "
msgstr "`Gevaarlijke commando's` Beheer Lavalink node configuratie instellingen.\n\n"
" Dit opdrachtblok houdt alle commando's in om een externe of beheerde Lavalink knooppunt te beheren.\n\n"
" Je moet hier niet rommelen, tenzij je een geldige reden hebt,\n"
" i. . is door iemand in de Red-Discord Bot ondersteuningsserver verteld om dit te doen.\n"
" Alle commando's hier hebben de mogelijkheid om de audiocog te breken.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:49
#, docstring
msgid "Change your Java executable path.\n\n"
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
" If changing this make sure that the java you set is supported by Audio.\n"
" If changing this make sure that the Java executable you set is supported by Audio.\n"
" The current supported version is Java 11.\n\n"
" Enter nothing or \"java\" to reset it back to default.\n"
" "
msgstr "Wijzig uw Java uitvoerbaar pad.\n\n"
" Dit commando zou niet meestal gebruikt moeten worden en is alleen nuttig als de host machine tegenstrijdige Java versies heeft.\n\n"
" Als u dit wijzigt, zorg er dan voor dat de Java die u hebt ingesteld ondersteund wordt door Audio.\n"
" De huidige ondersteunde versie is Java 11.\n\n"
" Voer niets of \"java\" in om het terug te zetten naar de standaard.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:62
msgid "Java Executable Reset"
@@ -1944,14 +1927,14 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:157
#, docstring
msgid "Toggle using external Lavalink nodes - requires an existing external Lavalink node for Audio to work, if enabled.\n\n"
" This command disables the managed Lavalink server, if you do not have an external Lavalink node you will be unable to use Audio while this is enabled.\n"
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
" This command disables the managed Lavalink server. If you do not have another Lavalink node set up, you will be unable to use Audio while this is enabled.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:167
#: redbot/cogs/audio/core/commands/llset.py:176
msgid "External Lavalink server: {true_or_false}."
msgid "Unmanaged Lavalink server: {true_or_false}."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:186
@@ -1961,29 +1944,29 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:197
#, docstring
msgid "Set the Lavalink node host.\n\n"
" This command sets the connection host which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:205
msgid "External Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:218
#, docstring
msgid "Set the Lavalink node password.\n\n"
" This command sets the connection password which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:227
msgid "External Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:242
#, docstring
msgid "Set the Lavalink node port.\n\n"
" This command sets the connection port which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
@@ -1999,23 +1982,23 @@ msgid "A port must be between 0 and 65535 "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:256
msgid "External Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:269
#, docstring
msgid "Set the Lavalink node connection to secured.\n\n"
" This command sets the connection type to secured when connecting to an external Lavalink node.\n"
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:280
msgid "Managed Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:293
msgid "Managed Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
@@ -2137,7 +2120,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:458
#, docstring
msgid "Toggle HTTP direct URL usage on or off.\n\n"
" This source is used to allow playback from direct http streams (This does not affect direct url playback for the other sources)\n"
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
" "
msgstr ""
@@ -2190,11 +2173,9 @@ msgstr "Beheerde node zal niet meer van lokale bestanden afspelen.\n\n"
#: redbot/cogs/audio/core/commands/llset.py:539
#, docstring
msgid "Toggle Soundcloud source on or off.\n\n"
" This toggle controls the playback of all Soundcloud related content.\n"
" "
msgstr "Soundcloud bron in- of uitschakelen.\n\n"
" Hiermee wordt het afspelen van alle Soundcloud gerelateerde inhoud geregeld.\n"
" This toggle controls the playback of all SoundCloud related content.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:549
msgid "Managed node will allow playback from Soundcloud.\n\n"
@@ -2284,7 +2265,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:683
#, docstring
msgid "`Dangerous command` Set the managed Lavalink node NAS buffer size.\n\n"
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
" "
msgstr ""
@@ -2658,7 +2639,7 @@ msgid "Playlist configuration options.\n\n"
" Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n"
" **User**:\n"
" Visible to all bot users, if --author is passed.\n"
" Editable by bot owner and creator.\n"
" Editable by bot owner and the playlist creator.\n"
" "
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2022-04-16 19:29+0000\n"
"POT-Creation-Date: 2023-02-12 21:08+0000\n"
"Last-Translator: \n"
"Language-Team: Portuguese, Brazilian\n"
"MIME-Version: 1.0\n"
@@ -18,7 +18,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/audioset.py:36
#, docstring
msgid "Music configuration options."
msgstr "Opções para configuração da música."
msgstr "Opções de configuração de música."
#: redbot/cogs/audio/core/commands/audioset.py:41
#, docstring
@@ -64,7 +64,7 @@ msgstr "Lista branca modificada"
#: redbot/cogs/audio/core/commands/audioset.py:75
#: redbot/cogs/audio/core/commands/audioset.py:265
msgid "Added `{whitelisted}` to the whitelist."
msgstr "Adicionada: `{whitelisted}` na lista branca."
msgstr "`{whitelisted}` adicionada na lista branca."
#: redbot/cogs/audio/core/commands/audioset.py:83
#: redbot/cogs/audio/core/commands/audioset.py:273
@@ -81,7 +81,7 @@ msgstr "Nada na lista branca."
#: redbot/cogs/audio/core/commands/audioset.py:102
msgid "Global Whitelist"
msgstr "Whitelist Geral"
msgstr "Lista branca global"
#: redbot/cogs/audio/core/commands/audioset.py:109
#: redbot/cogs/audio/core/commands/audioset.py:299
@@ -103,7 +103,7 @@ msgstr "Remove uma palavra-chave da lista branca."
#: redbot/cogs/audio/core/commands/audioset.py:140
#: redbot/cogs/audio/core/commands/audioset.py:330
msgid "Removed `{whitelisted}` from the whitelist."
msgstr "Removida: `{whitelisted}` da lista branca."
msgstr "`{whitelisted}` removida da lista branca."
#: redbot/cogs/audio/core/commands/audioset.py:147
#, docstring
@@ -133,7 +133,7 @@ msgstr "Lista negra modificada"
#: redbot/cogs/audio/core/commands/audioset.py:169
#: redbot/cogs/audio/core/commands/audioset.py:358
msgid "Added `{blacklisted}` to the blacklist."
msgstr "Adicionada: `{blacklisted}` na lista negra."
msgstr "`{blacklisted}` adicionada na lista negra."
#: redbot/cogs/audio/core/commands/audioset.py:177
#: redbot/cogs/audio/core/commands/audioset.py:366
@@ -150,7 +150,7 @@ msgstr "Nada na lista negra."
#: redbot/cogs/audio/core/commands/audioset.py:196
msgid "Global Blacklist"
msgstr "Lista Negra Geral"
msgstr "Lista negra global"
#: redbot/cogs/audio/core/commands/audioset.py:203
#: redbot/cogs/audio/core/commands/audioset.py:392
@@ -177,7 +177,7 @@ msgstr "A palavra-chave não está na lista negra."
#: redbot/cogs/audio/core/commands/audioset.py:234
#: redbot/cogs/audio/core/commands/audioset.py:423
msgid "Removed `{blacklisted}` from the blacklist."
msgstr "Removida: `{blacklisted}` da lista negra."
msgstr "`{blacklisted}` removida da lista negra."
#: redbot/cogs/audio/core/commands/audioset.py:242
#, docstring
@@ -371,7 +371,7 @@ msgstr "Configuração alterada"
#, docstring
msgid "Set a playlist to auto-play songs from.\n\n"
" **Usage**:\n"
" `[p]audioset autoplay playlist_name_OR_id [args]`\n\n"
" `[p]audioset autoplay playlist playlist_name_OR_id [args]`\n\n"
" **Args**:\n"
" The following are all optional:\n"
" --scope <scope>\n"
@@ -389,34 +389,11 @@ msgid "Set a playlist to auto-play songs from.\n\n"
" Guild ID\n"
" Exact guild name\n\n"
" Example use:\n"
" `[p]audioset autoplay MyGuildPlaylist`\n"
" `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n"
" "
msgstr "Define uma lista de reprodução para a reprodução automática.\n\n"
" **Uso**:\n"
" `[p]audioset autoplay playlist_name_OR_id [args]`\n\n"
" **Argumentos**:\n"
" Os seguintes são todos opcionais:\n"
" --scope <escopo>\n"
" --author [usuário]\n"
" --guild [guilda] **Somente o dono do bot pode usar esses**\n\n"
" **Scope** pode ser um dos seguintes:\n"
" Global\n"
" Guild\n"
" User\n\n"
" **Author** pode ser um dos seguintes:\n"
" ID de usuário\n"
" Menção a usuário\n"
" NomeDeUsuário#123\n\n"
" **Guild** pode ser um dos seguintes:\n"
" ID de guilda\n"
" Nome exato da guilda\n\n"
" Exemplos de uso:\n"
" `[p]audioset autoplay ListaDeReproducaoDaGuilda`\n"
" `[p]audioset autoplay ListaDeReproducaoGlobal --scope Global`\n"
" `[p]audioset autoplay ListaDeReproducaoPessoal --scope User --author Draper`\n"
" `[p]audioset autoplay playlist MyGuildPlaylist`\n"
" `[p]audioset autoplay playlist MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay playlist PersonalPlaylist --scope User --author Draper`\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/audioset.py:497
#: redbot/cogs/audio/core/commands/playlists.py:104
@@ -435,7 +412,7 @@ msgstr "Define uma lista de reprodução para a reprodução automática.\n\n"
#: redbot/cogs/audio/core/commands/playlists.py:1788
#: redbot/cogs/audio/core/commands/playlists.py:1952
msgid "Playlists Are Not Available"
msgstr "Estas playlists não estão disponíveis"
msgstr "Listas de reprodução não estão disponíveis"
#: redbot/cogs/audio/core/commands/audioset.py:498
#: redbot/cogs/audio/core/commands/playlists.py:105
@@ -454,7 +431,7 @@ msgstr "Estas playlists não estão disponíveis"
#: redbot/cogs/audio/core/commands/playlists.py:1789
#: redbot/cogs/audio/core/commands/playlists.py:1953
msgid "The playlist section of Audio is currently unavailable"
msgstr "A seção de playlist do áudio está indisponível no momento"
msgstr "A seção de listas de reprodução da cog Áudio está indisponível no momento"
#: redbot/cogs/audio/core/commands/audioset.py:499
#: redbot/cogs/audio/core/commands/playlists.py:106
@@ -473,7 +450,7 @@ msgstr "A seção de playlist do áudio está indisponível no momento"
#: redbot/cogs/audio/core/commands/playlists.py:1790
#: redbot/cogs/audio/core/commands/playlists.py:1954
msgid "Check your logs."
msgstr "Verifique os registros."
msgstr "Verifique seus registros."
#: redbot/cogs/audio/core/commands/audioset.py:514
#: redbot/cogs/audio/core/commands/audioset.py:530
@@ -525,20 +502,20 @@ msgstr "Redefine a reprodução automática para a lista de reprodução padrão
#: redbot/cogs/audio/core/commands/audioset.py:570
msgid "Set auto-play playlist to play recently played tracks."
msgstr "Defina a playlist de reprodução automática para reproduzir faixas recentemente reproduzidas."
msgstr "Definir a lista de reprodução automática para reproduzir faixas recentemente reproduzidas."
#: redbot/cogs/audio/core/commands/audioset.py:576
#, docstring
msgid "Toggle global daily queues.\n\n"
" Global daily queues creates a playlist for all tracks played today.\n"
" "
msgstr "Alternar filas diárias.\n\n"
" A função de filas diárias cria uma lista de reprodução para todas as faixas tocadas hoje.\n"
msgstr "Alternar as filas diárias globais.\n\n"
" A função de filas diárias globais cria uma lista de reprodução para todas as faixas tocadas hoje.\n"
" "
#: redbot/cogs/audio/core/commands/audioset.py:588
msgid "Global daily queues: {true_or_false}."
msgstr "Filas diárias: {true_or_false}."
msgstr "Filas diárias globais: {true_or_false}."
#: redbot/cogs/audio/core/commands/audioset.py:597
#, docstring
@@ -675,8 +652,8 @@ msgstr "Preço do comando para enfileirar faixas definido como {price} {currency
msgid "Set the localtracks path if the Lavalink.jar is not run from the Audio data folder.\n\n"
" Leave the path blank to reset the path to the default, the Audio data directory.\n"
" "
msgstr "Define o caminho para as faixas locais se o Lavalink.jar não tiver sido executado do diretório de dados da engrenagem Audio.\n\n"
" Deixe o caminho em branco para redefinir ao padrão, o diretório de dados da engrenagem Audio.\n"
msgstr "Define o caminho para as faixas locais se o Lavalink.jar não tiver sido executado do diretório de dados da cog Audio.\n\n"
" Deixe o caminho em branco para redefinir ao padrão, o diretório de dados da cog Audio.\n"
" "
#: redbot/cogs/audio/core/commands/audioset.py:796
@@ -974,7 +951,7 @@ msgid "External server: [{use_external_lavalink}]\n"
msgstr "Servidor Externo: [{use_external_lavalink}]\n"
#: redbot/cogs/audio/core/commands/audioset.py:1123
msgid "Lavalink build: [{llbuild}]\n"
msgid "Lavalink version: [{llversion}]\n"
"Lavalink branch: [{llbranch}]\n"
"Release date: [{build_time}]\n"
"Lavaplayer version: [{lavaplayer}]\n"
@@ -1876,7 +1853,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:37
#, docstring
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
" This command block holds all commands to manage an external or managed Lavalink node.\n\n"
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
" You should not mess with any command in here unless you have a valid reason to,\n"
" i.e. been told by someone in the Red-Discord Bot support server to do so.\n"
" All the commands in here have the potential to break the Audio cog.\n"
@@ -1887,7 +1864,7 @@ msgstr ""
#, docstring
msgid "Change your Java executable path.\n\n"
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
" If changing this make sure that the java you set is supported by Audio.\n"
" If changing this make sure that the Java executable you set is supported by Audio.\n"
" The current supported version is Java 11.\n\n"
" Enter nothing or \"java\" to reset it back to default.\n"
" "
@@ -1945,14 +1922,14 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:157
#, docstring
msgid "Toggle using external Lavalink nodes - requires an existing external Lavalink node for Audio to work, if enabled.\n\n"
" This command disables the managed Lavalink server, if you do not have an external Lavalink node you will be unable to use Audio while this is enabled.\n"
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
" This command disables the managed Lavalink server. If you do not have another Lavalink node set up, you will be unable to use Audio while this is enabled.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:167
#: redbot/cogs/audio/core/commands/llset.py:176
msgid "External Lavalink server: {true_or_false}."
msgid "Unmanaged Lavalink server: {true_or_false}."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:186
@@ -1962,29 +1939,29 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:197
#, docstring
msgid "Set the Lavalink node host.\n\n"
" This command sets the connection host which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:205
msgid "External Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:218
#, docstring
msgid "Set the Lavalink node password.\n\n"
" This command sets the connection password which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:227
msgid "External Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:242
#, docstring
msgid "Set the Lavalink node port.\n\n"
" This command sets the connection port which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
@@ -2000,23 +1977,23 @@ msgid "A port must be between 0 and 65535 "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:256
msgid "External Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:269
#, docstring
msgid "Set the Lavalink node connection to secured.\n\n"
" This command sets the connection type to secured when connecting to an external Lavalink node.\n"
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:280
msgid "Managed Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:293
msgid "Managed Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
@@ -2138,7 +2115,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:458
#, docstring
msgid "Toggle HTTP direct URL usage on or off.\n\n"
" This source is used to allow playback from direct http streams (This does not affect direct url playback for the other sources)\n"
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
" "
msgstr ""
@@ -2189,7 +2166,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:539
#, docstring
msgid "Toggle Soundcloud source on or off.\n\n"
" This toggle controls the playback of all Soundcloud related content.\n"
" This toggle controls the playback of all SoundCloud related content.\n"
" "
msgstr ""
@@ -2273,7 +2250,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:683
#, docstring
msgid "`Dangerous command` Set the managed Lavalink node NAS buffer size.\n\n"
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
" "
msgstr ""
@@ -2665,7 +2642,7 @@ msgid "Playlist configuration options.\n\n"
" Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n"
" **User**:\n"
" Visible to all bot users, if --author is passed.\n"
" Editable by bot owner and creator.\n"
" Editable by bot owner and the playlist creator.\n"
" "
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2022-04-16 19:29+0000\n"
"POT-Creation-Date: 2023-02-12 21:08+0000\n"
"Last-Translator: \n"
"Language-Team: Portuguese\n"
"MIME-Version: 1.0\n"
@@ -367,7 +367,7 @@ msgstr ""
#, docstring
msgid "Set a playlist to auto-play songs from.\n\n"
" **Usage**:\n"
" `[p]audioset autoplay playlist_name_OR_id [args]`\n\n"
" `[p]audioset autoplay playlist playlist_name_OR_id [args]`\n\n"
" **Args**:\n"
" The following are all optional:\n"
" --scope <scope>\n"
@@ -385,9 +385,9 @@ msgid "Set a playlist to auto-play songs from.\n\n"
" Guild ID\n"
" Exact guild name\n\n"
" Example use:\n"
" `[p]audioset autoplay MyGuildPlaylist`\n"
" `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n"
" `[p]audioset autoplay playlist MyGuildPlaylist`\n"
" `[p]audioset autoplay playlist MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay playlist PersonalPlaylist --scope User --author Draper`\n"
" "
msgstr ""
@@ -881,7 +881,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/audioset.py:1358
#: redbot/cogs/audio/core/commands/audioset.py:1403
msgid "days"
msgstr ""
msgstr "dias"
#: redbot/cogs/audio/core/commands/audioset.py:1099
msgid "User Settings"
@@ -908,7 +908,7 @@ msgid "External server: [{use_external_lavalink}]\n"
msgstr ""
#: redbot/cogs/audio/core/commands/audioset.py:1123
msgid "Lavalink build: [{llbuild}]\n"
msgid "Lavalink version: [{llversion}]\n"
"Lavalink branch: [{llbranch}]\n"
"Release date: [{build_time}]\n"
"Lavaplayer version: [{lavaplayer}]\n"
@@ -1784,7 +1784,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:37
#, docstring
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
" This command block holds all commands to manage an external or managed Lavalink node.\n\n"
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
" You should not mess with any command in here unless you have a valid reason to,\n"
" i.e. been told by someone in the Red-Discord Bot support server to do so.\n"
" All the commands in here have the potential to break the Audio cog.\n"
@@ -1795,7 +1795,7 @@ msgstr ""
#, docstring
msgid "Change your Java executable path.\n\n"
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
" If changing this make sure that the java you set is supported by Audio.\n"
" If changing this make sure that the Java executable you set is supported by Audio.\n"
" The current supported version is Java 11.\n\n"
" Enter nothing or \"java\" to reset it back to default.\n"
" "
@@ -1853,14 +1853,14 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:157
#, docstring
msgid "Toggle using external Lavalink nodes - requires an existing external Lavalink node for Audio to work, if enabled.\n\n"
" This command disables the managed Lavalink server, if you do not have an external Lavalink node you will be unable to use Audio while this is enabled.\n"
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
" This command disables the managed Lavalink server. If you do not have another Lavalink node set up, you will be unable to use Audio while this is enabled.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:167
#: redbot/cogs/audio/core/commands/llset.py:176
msgid "External Lavalink server: {true_or_false}."
msgid "Unmanaged Lavalink server: {true_or_false}."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:186
@@ -1870,29 +1870,29 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:197
#, docstring
msgid "Set the Lavalink node host.\n\n"
" This command sets the connection host which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:205
msgid "External Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:218
#, docstring
msgid "Set the Lavalink node password.\n\n"
" This command sets the connection password which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:227
msgid "External Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:242
#, docstring
msgid "Set the Lavalink node port.\n\n"
" This command sets the connection port which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
@@ -1908,23 +1908,23 @@ msgid "A port must be between 0 and 65535 "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:256
msgid "External Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:269
#, docstring
msgid "Set the Lavalink node connection to secured.\n\n"
" This command sets the connection type to secured when connecting to an external Lavalink node.\n"
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:280
msgid "Managed Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:293
msgid "Managed Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
@@ -2046,7 +2046,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:458
#, docstring
msgid "Toggle HTTP direct URL usage on or off.\n\n"
" This source is used to allow playback from direct http streams (This does not affect direct url playback for the other sources)\n"
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
" "
msgstr ""
@@ -2097,7 +2097,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:539
#, docstring
msgid "Toggle Soundcloud source on or off.\n\n"
" This toggle controls the playback of all Soundcloud related content.\n"
" This toggle controls the playback of all SoundCloud related content.\n"
" "
msgstr ""
@@ -2181,7 +2181,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:683
#, docstring
msgid "`Dangerous command` Set the managed Lavalink node NAS buffer size.\n\n"
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
" "
msgstr ""
@@ -2555,7 +2555,7 @@ msgid "Playlist configuration options.\n\n"
" Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n"
" **User**:\n"
" Visible to all bot users, if --author is passed.\n"
" Editable by bot owner and creator.\n"
" Editable by bot owner and the playlist creator.\n"
" "
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2022-04-16 19:29+0000\n"
"POT-Creation-Date: 2023-02-12 21:08+0000\n"
"Last-Translator: \n"
"Language-Team: Russian\n"
"MIME-Version: 1.0\n"
@@ -371,7 +371,7 @@ msgstr "Настройки изменены"
#, docstring
msgid "Set a playlist to auto-play songs from.\n\n"
" **Usage**:\n"
" `[p]audioset autoplay playlist_name_OR_id [args]`\n\n"
" `[p]audioset autoplay playlist playlist_name_OR_id [args]`\n\n"
" **Args**:\n"
" The following are all optional:\n"
" --scope <scope>\n"
@@ -389,34 +389,11 @@ msgid "Set a playlist to auto-play songs from.\n\n"
" Guild ID\n"
" Exact guild name\n\n"
" Example use:\n"
" `[p]audioset autoplay MyGuildPlaylist`\n"
" `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n"
" "
msgstr "Установите список воспроизведения для автовоспроизведения песен из него.\n\n"
" **Использование**:\n"
" `[p]audioset autoplay playlist_name_OR_id [args]`.\n\n"
" **Дополнительные параметры**:\n"
" Все следующие параметры являются необязательными:\n"
" --scope <scope>\n"
" --author [user]\n"
" --guild [guild] **Это может использовать только владелец бота**.\n\n"
" **Сфера** является одной из следующих:\n"
" Глобальный\n"
" Гильдия\n"
" Пользователь\n\n"
" **Автор** может быть одним из следующих:\n"
" ID пользователя\n"
" Упоминание пользователя\n"
" Имя пользователя#123\n\n"
" **Гильдия** может быть одной из следующих:\n"
" ID гильдии\n"
" Точное название гильдии\n\n"
" Пример использования:\n"
" `[p]audioset autoplay MyGuildPlaylist`.\n"
" `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n"
" `[p]audioset autoplay playlist MyGuildPlaylist`\n"
" `[p]audioset autoplay playlist MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay playlist PersonalPlaylist --scope User --author Draper`\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/audioset.py:497
#: redbot/cogs/audio/core/commands/playlists.py:104
@@ -974,7 +951,7 @@ msgid "External server: [{use_external_lavalink}]\n"
msgstr "Внешний сервер: [[{use_external_lavalink}]\n"
#: redbot/cogs/audio/core/commands/audioset.py:1123
msgid "Lavalink build: [{llbuild}]\n"
msgid "Lavalink version: [{llversion}]\n"
"Lavalink branch: [{llbranch}]\n"
"Release date: [{build_time}]\n"
"Lavaplayer version: [{lavaplayer}]\n"
@@ -1886,7 +1863,7 @@ msgstr "Диапазон частот {band_name} был установлен н
#: redbot/cogs/audio/core/commands/llset.py:37
#, docstring
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
" This command block holds all commands to manage an external or managed Lavalink node.\n\n"
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
" You should not mess with any command in here unless you have a valid reason to,\n"
" i.e. been told by someone in the Red-Discord Bot support server to do so.\n"
" All the commands in here have the potential to break the Audio cog.\n"
@@ -1897,7 +1874,7 @@ msgstr ""
#, docstring
msgid "Change your Java executable path.\n\n"
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
" If changing this make sure that the java you set is supported by Audio.\n"
" If changing this make sure that the Java executable you set is supported by Audio.\n"
" The current supported version is Java 11.\n\n"
" Enter nothing or \"java\" to reset it back to default.\n"
" "
@@ -1955,15 +1932,15 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:157
#, docstring
msgid "Toggle using external Lavalink nodes - requires an existing external Lavalink node for Audio to work, if enabled.\n\n"
" This command disables the managed Lavalink server, if you do not have an external Lavalink node you will be unable to use Audio while this is enabled.\n"
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
" This command disables the managed Lavalink server. If you do not have another Lavalink node set up, you will be unable to use Audio while this is enabled.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:167
#: redbot/cogs/audio/core/commands/llset.py:176
msgid "External Lavalink server: {true_or_false}."
msgstr "Внешний сервер Lava link: {true_or_false}."
msgid "Unmanaged Lavalink server: {true_or_false}."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:186
msgid "Failed To Shutdown Lavalink"
@@ -1972,29 +1949,29 @@ msgstr "Не удалось отключить Lava link"
#: redbot/cogs/audio/core/commands/llset.py:197
#, docstring
msgid "Set the Lavalink node host.\n\n"
" This command sets the connection host which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:205
msgid "External Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:218
#, docstring
msgid "Set the Lavalink node password.\n\n"
" This command sets the connection password which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:227
msgid "External Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:242
#, docstring
msgid "Set the Lavalink node port.\n\n"
" This command sets the connection port which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
@@ -2010,23 +1987,23 @@ msgid "A port must be between 0 and 65535 "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:256
msgid "External Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:269
#, docstring
msgid "Set the Lavalink node connection to secured.\n\n"
" This command sets the connection type to secured when connecting to an external Lavalink node.\n"
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:280
msgid "Managed Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:293
msgid "Managed Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
@@ -2148,7 +2125,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:458
#, docstring
msgid "Toggle HTTP direct URL usage on or off.\n\n"
" This source is used to allow playback from direct http streams (This does not affect direct url playback for the other sources)\n"
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
" "
msgstr ""
@@ -2199,7 +2176,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:539
#, docstring
msgid "Toggle Soundcloud source on or off.\n\n"
" This toggle controls the playback of all Soundcloud related content.\n"
" This toggle controls the playback of all SoundCloud related content.\n"
" "
msgstr ""
@@ -2283,7 +2260,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:683
#, docstring
msgid "`Dangerous command` Set the managed Lavalink node NAS buffer size.\n\n"
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
" "
msgstr ""
@@ -2681,20 +2658,9 @@ msgid "Playlist configuration options.\n\n"
" Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n"
" **User**:\n"
" Visible to all bot users, if --author is passed.\n"
" Editable by bot owner and creator.\n"
" "
msgstr "Параметры конфигурации плейлиста.\n\n"
" Информация о сфере применения:\n"
" **Глобальный**:\n"
" Виден всем пользователям этого бота.\n"
" Редактируется только владельцем бота.\n"
" **Гильдия**:\n"
" Видима всем пользователям этой гильдии.\n"
" Редактируется владельцем бота, владельцем гильдии, администраторами гильдии, модами гильдии, ролью DJ и создателем плейлиста.\n"
" **Пользователь**:\n"
" Виден всем пользователям бота, если передан параметр --author.\n"
" Редактируется владельцем бота и создателем.\n"
" Editable by bot owner and the playlist creator.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/playlists.py:69
#, docstring

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2022-04-16 19:29+0000\n"
"POT-Creation-Date: 2023-02-12 21:08+0000\n"
"Last-Translator: \n"
"Language-Team: Slovak\n"
"MIME-Version: 1.0\n"
@@ -367,7 +367,7 @@ msgstr ""
#, docstring
msgid "Set a playlist to auto-play songs from.\n\n"
" **Usage**:\n"
" `[p]audioset autoplay playlist_name_OR_id [args]`\n\n"
" `[p]audioset autoplay playlist playlist_name_OR_id [args]`\n\n"
" **Args**:\n"
" The following are all optional:\n"
" --scope <scope>\n"
@@ -385,9 +385,9 @@ msgid "Set a playlist to auto-play songs from.\n\n"
" Guild ID\n"
" Exact guild name\n\n"
" Example use:\n"
" `[p]audioset autoplay MyGuildPlaylist`\n"
" `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n"
" `[p]audioset autoplay playlist MyGuildPlaylist`\n"
" `[p]audioset autoplay playlist MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay playlist PersonalPlaylist --scope User --author Draper`\n"
" "
msgstr ""
@@ -881,7 +881,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/audioset.py:1358
#: redbot/cogs/audio/core/commands/audioset.py:1403
msgid "days"
msgstr ""
msgstr "dní"
#: redbot/cogs/audio/core/commands/audioset.py:1099
msgid "User Settings"
@@ -908,7 +908,7 @@ msgid "External server: [{use_external_lavalink}]\n"
msgstr ""
#: redbot/cogs/audio/core/commands/audioset.py:1123
msgid "Lavalink build: [{llbuild}]\n"
msgid "Lavalink version: [{llversion}]\n"
"Lavalink branch: [{llbranch}]\n"
"Release date: [{build_time}]\n"
"Lavaplayer version: [{lavaplayer}]\n"
@@ -1784,7 +1784,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:37
#, docstring
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
" This command block holds all commands to manage an external or managed Lavalink node.\n\n"
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
" You should not mess with any command in here unless you have a valid reason to,\n"
" i.e. been told by someone in the Red-Discord Bot support server to do so.\n"
" All the commands in here have the potential to break the Audio cog.\n"
@@ -1795,7 +1795,7 @@ msgstr ""
#, docstring
msgid "Change your Java executable path.\n\n"
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
" If changing this make sure that the java you set is supported by Audio.\n"
" If changing this make sure that the Java executable you set is supported by Audio.\n"
" The current supported version is Java 11.\n\n"
" Enter nothing or \"java\" to reset it back to default.\n"
" "
@@ -1853,14 +1853,14 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:157
#, docstring
msgid "Toggle using external Lavalink nodes - requires an existing external Lavalink node for Audio to work, if enabled.\n\n"
" This command disables the managed Lavalink server, if you do not have an external Lavalink node you will be unable to use Audio while this is enabled.\n"
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
" This command disables the managed Lavalink server. If you do not have another Lavalink node set up, you will be unable to use Audio while this is enabled.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:167
#: redbot/cogs/audio/core/commands/llset.py:176
msgid "External Lavalink server: {true_or_false}."
msgid "Unmanaged Lavalink server: {true_or_false}."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:186
@@ -1870,29 +1870,29 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:197
#, docstring
msgid "Set the Lavalink node host.\n\n"
" This command sets the connection host which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:205
msgid "External Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:218
#, docstring
msgid "Set the Lavalink node password.\n\n"
" This command sets the connection password which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:227
msgid "External Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:242
#, docstring
msgid "Set the Lavalink node port.\n\n"
" This command sets the connection port which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
@@ -1908,23 +1908,23 @@ msgid "A port must be between 0 and 65535 "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:256
msgid "External Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:269
#, docstring
msgid "Set the Lavalink node connection to secured.\n\n"
" This command sets the connection type to secured when connecting to an external Lavalink node.\n"
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:280
msgid "Managed Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:293
msgid "Managed Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
@@ -2046,7 +2046,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:458
#, docstring
msgid "Toggle HTTP direct URL usage on or off.\n\n"
" This source is used to allow playback from direct http streams (This does not affect direct url playback for the other sources)\n"
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
" "
msgstr ""
@@ -2097,7 +2097,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:539
#, docstring
msgid "Toggle Soundcloud source on or off.\n\n"
" This toggle controls the playback of all Soundcloud related content.\n"
" This toggle controls the playback of all SoundCloud related content.\n"
" "
msgstr ""
@@ -2181,7 +2181,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:683
#, docstring
msgid "`Dangerous command` Set the managed Lavalink node NAS buffer size.\n\n"
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
" "
msgstr ""
@@ -2555,7 +2555,7 @@ msgid "Playlist configuration options.\n\n"
" Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n"
" **User**:\n"
" Visible to all bot users, if --author is passed.\n"
" Editable by bot owner and creator.\n"
" Editable by bot owner and the playlist creator.\n"
" "
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2022-04-16 19:29+0000\n"
"POT-Creation-Date: 2023-02-12 21:08+0000\n"
"Last-Translator: \n"
"Language-Team: Slovenian\n"
"MIME-Version: 1.0\n"
@@ -367,7 +367,7 @@ msgstr ""
#, docstring
msgid "Set a playlist to auto-play songs from.\n\n"
" **Usage**:\n"
" `[p]audioset autoplay playlist_name_OR_id [args]`\n\n"
" `[p]audioset autoplay playlist playlist_name_OR_id [args]`\n\n"
" **Args**:\n"
" The following are all optional:\n"
" --scope <scope>\n"
@@ -385,9 +385,9 @@ msgid "Set a playlist to auto-play songs from.\n\n"
" Guild ID\n"
" Exact guild name\n\n"
" Example use:\n"
" `[p]audioset autoplay MyGuildPlaylist`\n"
" `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n"
" `[p]audioset autoplay playlist MyGuildPlaylist`\n"
" `[p]audioset autoplay playlist MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay playlist PersonalPlaylist --scope User --author Draper`\n"
" "
msgstr ""
@@ -881,7 +881,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/audioset.py:1358
#: redbot/cogs/audio/core/commands/audioset.py:1403
msgid "days"
msgstr ""
msgstr "dnevi"
#: redbot/cogs/audio/core/commands/audioset.py:1099
msgid "User Settings"
@@ -908,7 +908,7 @@ msgid "External server: [{use_external_lavalink}]\n"
msgstr ""
#: redbot/cogs/audio/core/commands/audioset.py:1123
msgid "Lavalink build: [{llbuild}]\n"
msgid "Lavalink version: [{llversion}]\n"
"Lavalink branch: [{llbranch}]\n"
"Release date: [{build_time}]\n"
"Lavaplayer version: [{lavaplayer}]\n"
@@ -1784,7 +1784,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:37
#, docstring
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
" This command block holds all commands to manage an external or managed Lavalink node.\n\n"
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
" You should not mess with any command in here unless you have a valid reason to,\n"
" i.e. been told by someone in the Red-Discord Bot support server to do so.\n"
" All the commands in here have the potential to break the Audio cog.\n"
@@ -1795,7 +1795,7 @@ msgstr ""
#, docstring
msgid "Change your Java executable path.\n\n"
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
" If changing this make sure that the java you set is supported by Audio.\n"
" If changing this make sure that the Java executable you set is supported by Audio.\n"
" The current supported version is Java 11.\n\n"
" Enter nothing or \"java\" to reset it back to default.\n"
" "
@@ -1853,14 +1853,14 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:157
#, docstring
msgid "Toggle using external Lavalink nodes - requires an existing external Lavalink node for Audio to work, if enabled.\n\n"
" This command disables the managed Lavalink server, if you do not have an external Lavalink node you will be unable to use Audio while this is enabled.\n"
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
" This command disables the managed Lavalink server. If you do not have another Lavalink node set up, you will be unable to use Audio while this is enabled.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:167
#: redbot/cogs/audio/core/commands/llset.py:176
msgid "External Lavalink server: {true_or_false}."
msgid "Unmanaged Lavalink server: {true_or_false}."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:186
@@ -1870,29 +1870,29 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:197
#, docstring
msgid "Set the Lavalink node host.\n\n"
" This command sets the connection host which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:205
msgid "External Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:218
#, docstring
msgid "Set the Lavalink node password.\n\n"
" This command sets the connection password which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:227
msgid "External Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:242
#, docstring
msgid "Set the Lavalink node port.\n\n"
" This command sets the connection port which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
@@ -1908,23 +1908,23 @@ msgid "A port must be between 0 and 65535 "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:256
msgid "External Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:269
#, docstring
msgid "Set the Lavalink node connection to secured.\n\n"
" This command sets the connection type to secured when connecting to an external Lavalink node.\n"
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:280
msgid "Managed Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:293
msgid "Managed Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
@@ -2046,7 +2046,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:458
#, docstring
msgid "Toggle HTTP direct URL usage on or off.\n\n"
" This source is used to allow playback from direct http streams (This does not affect direct url playback for the other sources)\n"
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
" "
msgstr ""
@@ -2097,7 +2097,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:539
#, docstring
msgid "Toggle Soundcloud source on or off.\n\n"
" This toggle controls the playback of all Soundcloud related content.\n"
" This toggle controls the playback of all SoundCloud related content.\n"
" "
msgstr ""
@@ -2181,7 +2181,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:683
#, docstring
msgid "`Dangerous command` Set the managed Lavalink node NAS buffer size.\n\n"
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
" "
msgstr ""
@@ -2555,7 +2555,7 @@ msgid "Playlist configuration options.\n\n"
" Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n"
" **User**:\n"
" Visible to all bot users, if --author is passed.\n"
" Editable by bot owner and creator.\n"
" Editable by bot owner and the playlist creator.\n"
" "
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2022-04-16 19:29+0000\n"
"POT-Creation-Date: 2023-02-12 21:08+0000\n"
"Last-Translator: \n"
"Language-Team: Swedish\n"
"MIME-Version: 1.0\n"
@@ -367,7 +367,7 @@ msgstr ""
#, docstring
msgid "Set a playlist to auto-play songs from.\n\n"
" **Usage**:\n"
" `[p]audioset autoplay playlist_name_OR_id [args]`\n\n"
" `[p]audioset autoplay playlist playlist_name_OR_id [args]`\n\n"
" **Args**:\n"
" The following are all optional:\n"
" --scope <scope>\n"
@@ -385,9 +385,9 @@ msgid "Set a playlist to auto-play songs from.\n\n"
" Guild ID\n"
" Exact guild name\n\n"
" Example use:\n"
" `[p]audioset autoplay MyGuildPlaylist`\n"
" `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n"
" `[p]audioset autoplay playlist MyGuildPlaylist`\n"
" `[p]audioset autoplay playlist MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay playlist PersonalPlaylist --scope User --author Draper`\n"
" "
msgstr ""
@@ -908,7 +908,7 @@ msgid "External server: [{use_external_lavalink}]\n"
msgstr ""
#: redbot/cogs/audio/core/commands/audioset.py:1123
msgid "Lavalink build: [{llbuild}]\n"
msgid "Lavalink version: [{llversion}]\n"
"Lavalink branch: [{llbranch}]\n"
"Release date: [{build_time}]\n"
"Lavaplayer version: [{lavaplayer}]\n"
@@ -1784,7 +1784,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:37
#, docstring
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
" This command block holds all commands to manage an external or managed Lavalink node.\n\n"
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
" You should not mess with any command in here unless you have a valid reason to,\n"
" i.e. been told by someone in the Red-Discord Bot support server to do so.\n"
" All the commands in here have the potential to break the Audio cog.\n"
@@ -1795,7 +1795,7 @@ msgstr ""
#, docstring
msgid "Change your Java executable path.\n\n"
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
" If changing this make sure that the java you set is supported by Audio.\n"
" If changing this make sure that the Java executable you set is supported by Audio.\n"
" The current supported version is Java 11.\n\n"
" Enter nothing or \"java\" to reset it back to default.\n"
" "
@@ -1853,14 +1853,14 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:157
#, docstring
msgid "Toggle using external Lavalink nodes - requires an existing external Lavalink node for Audio to work, if enabled.\n\n"
" This command disables the managed Lavalink server, if you do not have an external Lavalink node you will be unable to use Audio while this is enabled.\n"
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
" This command disables the managed Lavalink server. If you do not have another Lavalink node set up, you will be unable to use Audio while this is enabled.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:167
#: redbot/cogs/audio/core/commands/llset.py:176
msgid "External Lavalink server: {true_or_false}."
msgid "Unmanaged Lavalink server: {true_or_false}."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:186
@@ -1870,29 +1870,29 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:197
#, docstring
msgid "Set the Lavalink node host.\n\n"
" This command sets the connection host which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:205
msgid "External Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:218
#, docstring
msgid "Set the Lavalink node password.\n\n"
" This command sets the connection password which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:227
msgid "External Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:242
#, docstring
msgid "Set the Lavalink node port.\n\n"
" This command sets the connection port which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
@@ -1908,23 +1908,23 @@ msgid "A port must be between 0 and 65535 "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:256
msgid "External Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:269
#, docstring
msgid "Set the Lavalink node connection to secured.\n\n"
" This command sets the connection type to secured when connecting to an external Lavalink node.\n"
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:280
msgid "Managed Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:293
msgid "Managed Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
@@ -2046,7 +2046,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:458
#, docstring
msgid "Toggle HTTP direct URL usage on or off.\n\n"
" This source is used to allow playback from direct http streams (This does not affect direct url playback for the other sources)\n"
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
" "
msgstr ""
@@ -2097,7 +2097,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:539
#, docstring
msgid "Toggle Soundcloud source on or off.\n\n"
" This toggle controls the playback of all Soundcloud related content.\n"
" This toggle controls the playback of all SoundCloud related content.\n"
" "
msgstr ""
@@ -2181,7 +2181,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:683
#, docstring
msgid "`Dangerous command` Set the managed Lavalink node NAS buffer size.\n\n"
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
" "
msgstr ""
@@ -2555,7 +2555,7 @@ msgid "Playlist configuration options.\n\n"
" Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n"
" **User**:\n"
" Visible to all bot users, if --author is passed.\n"
" Editable by bot owner and creator.\n"
" Editable by bot owner and the playlist creator.\n"
" "
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2022-04-16 19:29+0000\n"
"POT-Creation-Date: 2023-02-12 21:08+0000\n"
"Last-Translator: \n"
"Language-Team: Turkish\n"
"MIME-Version: 1.0\n"
@@ -371,7 +371,7 @@ msgstr "Ayar Değiştirildi"
#, docstring
msgid "Set a playlist to auto-play songs from.\n\n"
" **Usage**:\n"
" `[p]audioset autoplay playlist_name_OR_id [args]`\n\n"
" `[p]audioset autoplay playlist playlist_name_OR_id [args]`\n\n"
" **Args**:\n"
" The following are all optional:\n"
" --scope <scope>\n"
@@ -389,34 +389,11 @@ msgid "Set a playlist to auto-play songs from.\n\n"
" Guild ID\n"
" Exact guild name\n\n"
" Example use:\n"
" `[p]audioset autoplay MyGuildPlaylist`\n"
" `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n"
" "
msgstr "İçinden otomatik olarak şarkı çalınacak bir çalma listesi ayarla.\n\n"
" **Kullanım**:\n"
" `[p]audioset autoplay çalma_listesi_adı_yada_IDsi [args]`\n\n"
" **Seçenekler**:\n"
" Bunların hepsi isteğe bağlıdır:\n"
" --kapsam <scope>\n"
" --yapımcı [user]\n"
" --sunucu [guild] **Bunu sadece bot sahibi kullanabilir**\n\n"
" **Kapsam** bunlardan biri olabilir:\n"
" Global (Küresel)\n"
" Guild (Sunucu)\n"
" User (Kullanıcı)\n\n"
" **Yapımcı** bunlardan biri olabilir:\n"
" Kullanıcı IDsi\n"
" Kullanıcı etiketi\n"
" Kullanıcı adı#1234\n\n"
" **Sunucu** bunlardan biri olabilir:\n"
" Sunucu IDsi\n"
" Sunucu tam adı\n\n"
" Example use:\n"
" `[p]audioset autoplay BenimÇalmaListem`\n"
" `[p]audioset autoplay BenimKüreselÇalmaListem --scope Global`\n"
" `[p]audioset autoplay BenimKişiselÇalmaListem --scope User --author Draper`\n"
" `[p]audioset autoplay playlist MyGuildPlaylist`\n"
" `[p]audioset autoplay playlist MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay playlist PersonalPlaylist --scope User --author Draper`\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/audioset.py:497
#: redbot/cogs/audio/core/commands/playlists.py:104
@@ -974,7 +951,7 @@ msgid "External server: [{use_external_lavalink}]\n"
msgstr "Harici sunucu: [{use_external_lavalink}]\n"
#: redbot/cogs/audio/core/commands/audioset.py:1123
msgid "Lavalink build: [{llbuild}]\n"
msgid "Lavalink version: [{llversion}]\n"
"Lavalink branch: [{llbranch}]\n"
"Release date: [{build_time}]\n"
"Lavaplayer version: [{lavaplayer}]\n"
@@ -1167,7 +1144,7 @@ msgstr "Lavalink bağlantısını yeniden başlatır."
#: redbot/cogs/audio/core/commands/audioset.py:1463
#: redbot/cogs/audio/core/commands/llset.py:726
msgid "Failed To Shutdown Lavalink Node"
msgstr ""
msgstr "Lavalink kapatılamadı"
#: redbot/cogs/audio/core/commands/audioset.py:1464
#: redbot/cogs/audio/core/commands/llset.py:187
@@ -1599,7 +1576,7 @@ msgstr "Önce bir sesli bir kanala katılın."
#: redbot/cogs/audio/core/commands/controller.py:693
#: redbot/cogs/audio/core/commands/player.py:100
msgid "Connection to the Lavalink node has not yet been established."
msgstr ""
msgstr "Lavalink ile bağlantı henüz sağlanmadı."
#: redbot/cogs/audio/core/commands/controller.py:700
#, docstring
@@ -1886,7 +1863,7 @@ msgstr "{band_name}Hz band {band_value} olarak ayarlandı."
#: redbot/cogs/audio/core/commands/llset.py:37
#, docstring
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
" This command block holds all commands to manage an external or managed Lavalink node.\n\n"
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
" You should not mess with any command in here unless you have a valid reason to,\n"
" i.e. been told by someone in the Red-Discord Bot support server to do so.\n"
" All the commands in here have the potential to break the Audio cog.\n"
@@ -1897,7 +1874,7 @@ msgstr ""
#, docstring
msgid "Change your Java executable path.\n\n"
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
" If changing this make sure that the java you set is supported by Audio.\n"
" If changing this make sure that the Java executable you set is supported by Audio.\n"
" The current supported version is Java 11.\n\n"
" Enter nothing or \"java\" to reset it back to default.\n"
" "
@@ -1955,15 +1932,15 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:157
#, docstring
msgid "Toggle using external Lavalink nodes - requires an existing external Lavalink node for Audio to work, if enabled.\n\n"
" This command disables the managed Lavalink server, if you do not have an external Lavalink node you will be unable to use Audio while this is enabled.\n"
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
" This command disables the managed Lavalink server. If you do not have another Lavalink node set up, you will be unable to use Audio while this is enabled.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:167
#: redbot/cogs/audio/core/commands/llset.py:176
msgid "External Lavalink server: {true_or_false}."
msgstr "Harici Lavalink sunucusu: {true_or_false}."
msgid "Unmanaged Lavalink server: {true_or_false}."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:186
msgid "Failed To Shutdown Lavalink"
@@ -1972,29 +1949,29 @@ msgstr "Lavalink kapatılamadı"
#: redbot/cogs/audio/core/commands/llset.py:197
#, docstring
msgid "Set the Lavalink node host.\n\n"
" This command sets the connection host which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:205
msgid "External Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:218
#, docstring
msgid "Set the Lavalink node password.\n\n"
" This command sets the connection password which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:227
msgid "External Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:242
#, docstring
msgid "Set the Lavalink node port.\n\n"
" This command sets the connection port which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
@@ -2003,30 +1980,30 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:659
#: redbot/cogs/audio/core/commands/llset.py:690
msgid "Setting Not Changed"
msgstr ""
msgstr "Ayarlar Değiştirilmedi"
#: redbot/cogs/audio/core/commands/llset.py:250
msgid "A port must be between 0 and 65535 "
msgstr ""
msgstr "Port numarası 0 ve 65535 arasında olmalıdır "
#: redbot/cogs/audio/core/commands/llset.py:256
msgid "External Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:269
#, docstring
msgid "Set the Lavalink node connection to secured.\n\n"
" This command sets the connection type to secured when connecting to an external Lavalink node.\n"
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:280
msgid "Managed Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:293
msgid "Managed Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
@@ -2060,7 +2037,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:315
msgid "Lavalink Node Settings"
msgstr ""
msgstr "Lavalink Ayarları"
#: redbot/cogs/audio/core/commands/llset.py:323
msgid "Initial Heapsize: [{xms}]\n"
@@ -2148,7 +2125,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:458
#, docstring
msgid "Toggle HTTP direct URL usage on or off.\n\n"
" This source is used to allow playback from direct http streams (This does not affect direct url playback for the other sources)\n"
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
" "
msgstr ""
@@ -2199,7 +2176,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:539
#, docstring
msgid "Toggle Soundcloud source on or off.\n\n"
" This toggle controls the playback of all Soundcloud related content.\n"
" This toggle controls the playback of all SoundCloud related content.\n"
" "
msgstr ""
@@ -2283,7 +2260,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:683
#, docstring
msgid "`Dangerous command` Set the managed Lavalink node NAS buffer size.\n\n"
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
" "
msgstr ""
@@ -2681,20 +2658,9 @@ msgid "Playlist configuration options.\n\n"
" Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n"
" **User**:\n"
" Visible to all bot users, if --author is passed.\n"
" Editable by bot owner and creator.\n"
" "
msgstr "Çalma listesi yapılandırma ayarları.\n\n"
" Kapsam bilgisi:\n"
" **Global**:\n"
" Botu kullanan herkes tarafından görülebilir.\n"
" Sadece bot sahibi tarafından düzenlenebilir.\n"
" **Guild**:\n"
" Sunucudaki herkes tarafından görülebilir.\n"
" Bot sahibi, sunucu sahibi, sunucu yöneticileri, sunucu moderatörleri, DJ rolü ve listenin yapımcısı tarafından düzenlenebilir.\n"
" **User**:\n"
" Eğer --author verildiyse tüm bot kullanıcıları tarafından görülebilir.\n"
" Bot sahibi ve listenin yapımcısı tarafından düzenlenebilir.\n"
" Editable by bot owner and the playlist creator.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/playlists.py:69
#, docstring

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2022-04-16 19:29+0000\n"
"POT-Creation-Date: 2023-02-12 21:08+0000\n"
"Last-Translator: \n"
"Language-Team: Ukrainian\n"
"MIME-Version: 1.0\n"
@@ -367,7 +367,7 @@ msgstr ""
#, docstring
msgid "Set a playlist to auto-play songs from.\n\n"
" **Usage**:\n"
" `[p]audioset autoplay playlist_name_OR_id [args]`\n\n"
" `[p]audioset autoplay playlist playlist_name_OR_id [args]`\n\n"
" **Args**:\n"
" The following are all optional:\n"
" --scope <scope>\n"
@@ -385,9 +385,9 @@ msgid "Set a playlist to auto-play songs from.\n\n"
" Guild ID\n"
" Exact guild name\n\n"
" Example use:\n"
" `[p]audioset autoplay MyGuildPlaylist`\n"
" `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n"
" `[p]audioset autoplay playlist MyGuildPlaylist`\n"
" `[p]audioset autoplay playlist MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay playlist PersonalPlaylist --scope User --author Draper`\n"
" "
msgstr ""
@@ -908,7 +908,7 @@ msgid "External server: [{use_external_lavalink}]\n"
msgstr ""
#: redbot/cogs/audio/core/commands/audioset.py:1123
msgid "Lavalink build: [{llbuild}]\n"
msgid "Lavalink version: [{llversion}]\n"
"Lavalink branch: [{llbranch}]\n"
"Release date: [{build_time}]\n"
"Lavaplayer version: [{lavaplayer}]\n"
@@ -1784,7 +1784,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:37
#, docstring
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
" This command block holds all commands to manage an external or managed Lavalink node.\n\n"
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
" You should not mess with any command in here unless you have a valid reason to,\n"
" i.e. been told by someone in the Red-Discord Bot support server to do so.\n"
" All the commands in here have the potential to break the Audio cog.\n"
@@ -1795,7 +1795,7 @@ msgstr ""
#, docstring
msgid "Change your Java executable path.\n\n"
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
" If changing this make sure that the java you set is supported by Audio.\n"
" If changing this make sure that the Java executable you set is supported by Audio.\n"
" The current supported version is Java 11.\n\n"
" Enter nothing or \"java\" to reset it back to default.\n"
" "
@@ -1853,14 +1853,14 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:157
#, docstring
msgid "Toggle using external Lavalink nodes - requires an existing external Lavalink node for Audio to work, if enabled.\n\n"
" This command disables the managed Lavalink server, if you do not have an external Lavalink node you will be unable to use Audio while this is enabled.\n"
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
" This command disables the managed Lavalink server. If you do not have another Lavalink node set up, you will be unable to use Audio while this is enabled.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:167
#: redbot/cogs/audio/core/commands/llset.py:176
msgid "External Lavalink server: {true_or_false}."
msgid "Unmanaged Lavalink server: {true_or_false}."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:186
@@ -1870,29 +1870,29 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:197
#, docstring
msgid "Set the Lavalink node host.\n\n"
" This command sets the connection host which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:205
msgid "External Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:218
#, docstring
msgid "Set the Lavalink node password.\n\n"
" This command sets the connection password which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:227
msgid "External Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:242
#, docstring
msgid "Set the Lavalink node port.\n\n"
" This command sets the connection port which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
@@ -1908,23 +1908,23 @@ msgid "A port must be between 0 and 65535 "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:256
msgid "External Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:269
#, docstring
msgid "Set the Lavalink node connection to secured.\n\n"
" This command sets the connection type to secured when connecting to an external Lavalink node.\n"
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:280
msgid "Managed Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:293
msgid "Managed Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
@@ -2046,7 +2046,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:458
#, docstring
msgid "Toggle HTTP direct URL usage on or off.\n\n"
" This source is used to allow playback from direct http streams (This does not affect direct url playback for the other sources)\n"
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
" "
msgstr ""
@@ -2097,7 +2097,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:539
#, docstring
msgid "Toggle Soundcloud source on or off.\n\n"
" This toggle controls the playback of all Soundcloud related content.\n"
" This toggle controls the playback of all SoundCloud related content.\n"
" "
msgstr ""
@@ -2181,7 +2181,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:683
#, docstring
msgid "`Dangerous command` Set the managed Lavalink node NAS buffer size.\n\n"
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
" "
msgstr ""
@@ -2555,7 +2555,7 @@ msgid "Playlist configuration options.\n\n"
" Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n"
" **User**:\n"
" Visible to all bot users, if --author is passed.\n"
" Editable by bot owner and creator.\n"
" Editable by bot owner and the playlist creator.\n"
" "
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2022-04-16 19:29+0000\n"
"POT-Creation-Date: 2023-02-12 21:08+0000\n"
"Last-Translator: \n"
"Language-Team: Vietnamese\n"
"MIME-Version: 1.0\n"
@@ -369,7 +369,7 @@ msgstr "Thiết lập đã được thay đổi"
#, docstring
msgid "Set a playlist to auto-play songs from.\n\n"
" **Usage**:\n"
" `[p]audioset autoplay playlist_name_OR_id [args]`\n\n"
" `[p]audioset autoplay playlist playlist_name_OR_id [args]`\n\n"
" **Args**:\n"
" The following are all optional:\n"
" --scope <scope>\n"
@@ -387,34 +387,11 @@ msgid "Set a playlist to auto-play songs from.\n\n"
" Guild ID\n"
" Exact guild name\n\n"
" Example use:\n"
" `[p]audioset autoplay MyGuildPlaylist`\n"
" `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n"
" "
msgstr "Đặt danh sách phát để tự động phát các bài hát từ đó.\n\n"
" **Cách dùng**:\n"
" `[p]audioset autoplay tên_ds_phát_HOẶC_id [args]`\n\n"
" **Cú pháp**:\n"
" Những lựa chọn sau đây đều là tùy ý:\n"
" --scope <scope>\n"
" --author [user]\n"
" --guild [guild] **Chỉ dành cho chủ sở hữu bot**\n\n"
" **Scope** is one of the following:\n"
" Global\n"
" Guild\n"
" User\n\n"
" **Author** can be one of the following:\n"
" User ID\n"
" User Mention\n"
" User Name#123\n\n"
" **Guild** can be one of the following:\n"
" Guild ID\n"
" Exact guild name\n\n"
" Ví dụ:\n"
" `[p]audioset autoplay MyGuildPlaylist`\n"
" `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n"
" `[p]audioset autoplay playlist MyGuildPlaylist`\n"
" `[p]audioset autoplay playlist MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay playlist PersonalPlaylist --scope User --author Draper`\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/audioset.py:497
#: redbot/cogs/audio/core/commands/playlists.py:104
@@ -937,7 +914,7 @@ msgid "External server: [{use_external_lavalink}]\n"
msgstr ""
#: redbot/cogs/audio/core/commands/audioset.py:1123
msgid "Lavalink build: [{llbuild}]\n"
msgid "Lavalink version: [{llversion}]\n"
"Lavalink branch: [{llbranch}]\n"
"Release date: [{build_time}]\n"
"Lavaplayer version: [{lavaplayer}]\n"
@@ -1814,7 +1791,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:37
#, docstring
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
" This command block holds all commands to manage an external or managed Lavalink node.\n\n"
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
" You should not mess with any command in here unless you have a valid reason to,\n"
" i.e. been told by someone in the Red-Discord Bot support server to do so.\n"
" All the commands in here have the potential to break the Audio cog.\n"
@@ -1825,7 +1802,7 @@ msgstr ""
#, docstring
msgid "Change your Java executable path.\n\n"
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
" If changing this make sure that the java you set is supported by Audio.\n"
" If changing this make sure that the Java executable you set is supported by Audio.\n"
" The current supported version is Java 11.\n\n"
" Enter nothing or \"java\" to reset it back to default.\n"
" "
@@ -1883,14 +1860,14 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:157
#, docstring
msgid "Toggle using external Lavalink nodes - requires an existing external Lavalink node for Audio to work, if enabled.\n\n"
" This command disables the managed Lavalink server, if you do not have an external Lavalink node you will be unable to use Audio while this is enabled.\n"
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
" This command disables the managed Lavalink server. If you do not have another Lavalink node set up, you will be unable to use Audio while this is enabled.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:167
#: redbot/cogs/audio/core/commands/llset.py:176
msgid "External Lavalink server: {true_or_false}."
msgid "Unmanaged Lavalink server: {true_or_false}."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:186
@@ -1900,29 +1877,29 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:197
#, docstring
msgid "Set the Lavalink node host.\n\n"
" This command sets the connection host which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:205
msgid "External Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:218
#, docstring
msgid "Set the Lavalink node password.\n\n"
" This command sets the connection password which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:227
msgid "External Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:242
#, docstring
msgid "Set the Lavalink node port.\n\n"
" This command sets the connection port which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
@@ -1938,23 +1915,23 @@ msgid "A port must be between 0 and 65535 "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:256
msgid "External Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:269
#, docstring
msgid "Set the Lavalink node connection to secured.\n\n"
" This command sets the connection type to secured when connecting to an external Lavalink node.\n"
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:280
msgid "Managed Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:293
msgid "Managed Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
@@ -2076,7 +2053,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:458
#, docstring
msgid "Toggle HTTP direct URL usage on or off.\n\n"
" This source is used to allow playback from direct http streams (This does not affect direct url playback for the other sources)\n"
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
" "
msgstr ""
@@ -2127,7 +2104,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:539
#, docstring
msgid "Toggle Soundcloud source on or off.\n\n"
" This toggle controls the playback of all Soundcloud related content.\n"
" This toggle controls the playback of all SoundCloud related content.\n"
" "
msgstr ""
@@ -2211,7 +2188,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:683
#, docstring
msgid "`Dangerous command` Set the managed Lavalink node NAS buffer size.\n\n"
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
" "
msgstr ""
@@ -2588,7 +2565,7 @@ msgid "Playlist configuration options.\n\n"
" Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n"
" **User**:\n"
" Visible to all bot users, if --author is passed.\n"
" Editable by bot owner and creator.\n"
" Editable by bot owner and the playlist creator.\n"
" "
msgstr ""

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2022-04-16 19:29+0000\n"
"POT-Creation-Date: 2023-02-12 21:08+0000\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"MIME-Version: 1.0\n"
@@ -371,7 +371,7 @@ msgstr "设置已更改"
#, docstring
msgid "Set a playlist to auto-play songs from.\n\n"
" **Usage**:\n"
" `[p]audioset autoplay playlist_name_OR_id [args]`\n\n"
" `[p]audioset autoplay playlist playlist_name_OR_id [args]`\n\n"
" **Args**:\n"
" The following are all optional:\n"
" --scope <scope>\n"
@@ -389,34 +389,11 @@ msgid "Set a playlist to auto-play songs from.\n\n"
" Guild ID\n"
" Exact guild name\n\n"
" Example use:\n"
" `[p]audioset autoplay MyGuildPlaylist`\n"
" `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n"
" "
msgstr "设置播放列表以自动播放歌曲\n\n"
" **用法**:\n"
" `[p]audioset autoplay playlist_name_OR_id [args]`\n\n"
" **Args**:\n"
" 以下都是可选的:\n"
" --scope <scope>\n"
" --author [user]\n"
" --guild [guild] **只有机器人所有者才能使用此**\n\n"
" **范围** 是以下之一:\n"
" Global\n"
" Guild\n"
" User\n\n"
" **作者** 可以是以下其中之一:\n"
" User ID\n"
" User Mention\n"
" User Name#123\n\n"
" **公会** 可以是以下之一:\n"
" Guild ID\n"
" Exact guild name\n\n"
" 使用范例:\n"
" `[p]audioset autoplay MyGuildPlaylist`\n"
" `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n"
" `[p]audioset autoplay playlist MyGuildPlaylist`\n"
" `[p]audioset autoplay playlist MyGlobalPlaylist --scope Global`\n"
" `[p]audioset autoplay playlist PersonalPlaylist --scope User --author Draper`\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/audioset.py:497
#: redbot/cogs/audio/core/commands/playlists.py:104
@@ -974,7 +951,7 @@ msgid "External server: [{use_external_lavalink}]\n"
msgstr "外部服务器:[{use_external_lavalink}]\n"
#: redbot/cogs/audio/core/commands/audioset.py:1123
msgid "Lavalink build: [{llbuild}]\n"
msgid "Lavalink version: [{llversion}]\n"
"Lavalink branch: [{llbranch}]\n"
"Release date: [{build_time}]\n"
"Lavaplayer version: [{lavaplayer}]\n"
@@ -1853,7 +1830,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:37
#, docstring
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
" This command block holds all commands to manage an external or managed Lavalink node.\n\n"
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
" You should not mess with any command in here unless you have a valid reason to,\n"
" i.e. been told by someone in the Red-Discord Bot support server to do so.\n"
" All the commands in here have the potential to break the Audio cog.\n"
@@ -1864,7 +1841,7 @@ msgstr ""
#, docstring
msgid "Change your Java executable path.\n\n"
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
" If changing this make sure that the java you set is supported by Audio.\n"
" If changing this make sure that the Java executable you set is supported by Audio.\n"
" The current supported version is Java 11.\n\n"
" Enter nothing or \"java\" to reset it back to default.\n"
" "
@@ -1922,15 +1899,15 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:157
#, docstring
msgid "Toggle using external Lavalink nodes - requires an existing external Lavalink node for Audio to work, if enabled.\n\n"
" This command disables the managed Lavalink server, if you do not have an external Lavalink node you will be unable to use Audio while this is enabled.\n"
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
" This command disables the managed Lavalink server. If you do not have another Lavalink node set up, you will be unable to use Audio while this is enabled.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:167
#: redbot/cogs/audio/core/commands/llset.py:176
msgid "External Lavalink server: {true_or_false}."
msgstr "外部Lavalink服务器: {true_or_false}"
msgid "Unmanaged Lavalink server: {true_or_false}."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:186
msgid "Failed To Shutdown Lavalink"
@@ -1939,29 +1916,29 @@ msgstr "关闭Lavalink失败"
#: redbot/cogs/audio/core/commands/llset.py:197
#, docstring
msgid "Set the Lavalink node host.\n\n"
" This command sets the connection host which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:205
msgid "External Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:218
#, docstring
msgid "Set the Lavalink node password.\n\n"
" This command sets the connection password which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:227
msgid "External Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:242
#, docstring
msgid "Set the Lavalink node port.\n\n"
" This command sets the connection port which Audio will use to connect to an external Lavalink node.\n"
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
" "
msgstr ""
@@ -1977,23 +1954,23 @@ msgid "A port must be between 0 and 65535 "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:256
msgid "External Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:269
#, docstring
msgid "Set the Lavalink node connection to secured.\n\n"
" This command sets the connection type to secured when connecting to an external Lavalink node.\n"
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
" "
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:280
msgid "Managed Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:293
msgid "Managed Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
"Run `{p}{cmd}` for it to take effect."
msgstr ""
@@ -2115,7 +2092,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:458
#, docstring
msgid "Toggle HTTP direct URL usage on or off.\n\n"
" This source is used to allow playback from direct http streams (This does not affect direct url playback for the other sources)\n"
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
" "
msgstr ""
@@ -2166,7 +2143,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:539
#, docstring
msgid "Toggle Soundcloud source on or off.\n\n"
" This toggle controls the playback of all Soundcloud related content.\n"
" This toggle controls the playback of all SoundCloud related content.\n"
" "
msgstr ""
@@ -2250,7 +2227,7 @@ msgstr ""
#: redbot/cogs/audio/core/commands/llset.py:683
#, docstring
msgid "`Dangerous command` Set the managed Lavalink node NAS buffer size.\n\n"
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
" "
msgstr ""
@@ -2624,7 +2601,7 @@ msgid "Playlist configuration options.\n\n"
" Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n"
" **User**:\n"
" Visible to all bot users, if --author is passed.\n"
" Editable by bot owner and creator.\n"
" Editable by bot owner and the playlist creator.\n"
" "
msgstr ""

File diff suppressed because it is too large Load Diff