Compare commits

..

12 Commits

Author SHA1 Message Date
aikaterna
7e93803c5b Merge pull request #4008 from Drapersniper/node-managing
Another tiny PR :awesome:
2020-06-23 10:09:53 -07:00
Drapersniper
9588b1fa8f more readable 2020-06-23 14:40:35 +01:00
Drapersniper
bed1202f06 missed this one 2020-06-23 14:39:35 +01:00
Drapersniper
c6fa5620f4 fix imports 2020-06-23 14:34:13 +01:00
Drapersniper
5692ab3228 Another tiny PR :awesome: 2020-06-23 13:44:00 +01:00
Drapersniper
8f5118d257 Another tiny PR :awesome: 2020-06-23 11:46:50 +01:00
aikaterna
5417d871c6 Merge pull request #4007 from Drapersniper/wavelink
[Audio RW] Add WL dep and WL overides
2020-06-22 13:51:53 -07:00
Drapersniper
930dbda631 Code Owners 2020-06-22 21:28:07 +01:00
Drapersniper
2e4fd67f87 Add WL dep and WL overides 2020-06-22 21:23:57 +01:00
aikaterna
7e5009345c Merge pull request #4003 from Drapersniper/finally
Git Yeeeted out of here you monster
2020-06-22 08:12:17 -07:00
Drapersniper
fdf7e4d2ab Jack is an official nightmare actually reviewing this PR 2020-06-22 15:16:16 +01:00
Drapersniper
ad503e3065 Git Yeeeted out of here you monster 2020-06-22 15:03:48 +01:00
1142 changed files with 58478 additions and 206752 deletions

4
.gitattributes vendored
View File

@@ -1,4 +0,0 @@
* text eol=lf
# binary file excludsions
*.png binary

4
.github/CODEOWNERS vendored
View File

@@ -1,4 +1,5 @@
# Core # Core
redbot/core/apis/audio/** @aikaterna @Drapersniper
redbot/core/bank.py @palmtree5 redbot/core/bank.py @palmtree5
redbot/core/checks.py @tekulvw redbot/core/checks.py @tekulvw
redbot/core/cli.py @tekulvw redbot/core/cli.py @tekulvw
@@ -60,6 +61,3 @@ redbot/setup.py @tekulvw
.travis.yml @Kowlin .travis.yml @Kowlin
crowdin.yml @Kowlin crowdin.yml @Kowlin
.github/workflows/* @Kowlin .github/workflows/* @Kowlin
# Excludes
**/locales/* @ghost

View File

@@ -2,7 +2,6 @@ name: Publish to Crowdin
on: on:
schedule: schedule:
- cron: '0 12 * * THU' - cron: '0 12 * * THU'
workflow_dispatch:
repository_dispatch: repository_dispatch:
types: crowdin types: crowdin

View File

@@ -632,8 +632,7 @@ state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found. the "copyright" line and a pointer to where the full notice is found.
Red - A fully customizable Discord bot Red - A fully customizable Discord bot
Copyright (C) 2017-2020 Cog Creators Copyright (C) 2015-2020 Twentysix
Copyright (C) 2015-2017 Twentysix
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@@ -653,8 +652,7 @@ Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode: notice like this when it starts in an interactive mode:
Red-DiscordBot Copyright (C) 2017-2020 Cog Creators Red-DiscordBot Copyright (C) 2015-2020 Twentysix
Red-DiscordBot Copyright (C) 2015-2017 Twentysix
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details. under certain conditions; type `show c' for details.
@@ -702,6 +700,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE. THE SOFTWARE.
This project vendors discord.ext.menus package (https://github.com/Rapptz/discord-ext-menus) made by Danny Y. (Rapptz) which is distributed under MIT License.
Copy of this license can be found in discord-ext-menus.LICENSE file in redbot/vendored folder of this repository.

View File

@@ -1,14 +1,12 @@
PYTHON ?= python3.8 PYTHON ?= python3.8
ROOT_DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
# Python Code Style # Python Code Style
reformat: reformat:
$(PYTHON) -m black $(ROOT_DIR) $(PYTHON) -m black `git ls-files "*.py"`
stylecheck: stylecheck:
$(PYTHON) -m black --check $(ROOT_DIR) $(PYTHON) -m black --check `git ls-files "*.py"`
stylediff: stylediff:
$(PYTHON) -m black --check --diff $(ROOT_DIR) $(PYTHON) -m black --check --diff `git ls-files "*.py"`
# Translations # Translations
gettext: gettext:

View File

@@ -57,19 +57,19 @@
# Overview # Overview
Red is a fully modular bot meaning all features and commands can be enabled/disabled to your Red is a fully modular bot meaning all features and commands can be enabled/disabled to your
liking, making it completely customizable. This is a *self-hosted bot* meaning you will need liking, making it completely customizable. This is also a *self-hosted bot* meaning you will need
to host and maintain your own instance. You can turn Red into an admin bot, music bot, trivia bot, to host and maintain your own instance. You can turn Red into an admin bot, music bot, trivia bot,
new best friend or all of these together! new best friend or all of these together!
[Installation](#installation) is easy, and you do **NOT** need to know anything about coding! Aside [Installation](#installation) is easy, and you do **NOT** need to know anything about coding! Aside
from installing and updating, every part of the bot can be controlled from within Discord. from installation and updating, every part of the bot can be controlled from within Discord.
**The default set of modules includes and is not limited to:** **The default set of modules includes and is not limited to:**
- Moderation features (kick/ban/softban/hackban, mod-log, filter, chat cleanup) - Moderation features (kick/ban/softban/hackban, mod-log, filter, chat cleanup)
- Trivia (lists are included and can be easily added) - Trivia (lists are included and can be easily added)
- Music features (YouTube, SoundCloud, local files, playlists, queues) - Music features (YouTube, SoundCloud, local files, playlists, queues)
- Stream alerts (Twitch, Youtube, Hitbox, Picarto) - Stream alerts (Twitch, Youtube, Mixer, Hitbox, Picarto)
- Bank (slot machine, user credits) - Bank (slot machine, user credits)
- Custom commands - Custom commands
- Imgur/gif search - Imgur/gif search
@@ -126,6 +126,3 @@ Red is named after the main character of "Transistor", a video game by
Artwork created by [Sinlaire](https://sinlaire.deviantart.com/) on Deviant Art for the Red Discord Artwork created by [Sinlaire](https://sinlaire.deviantart.com/) on Deviant Art for the Red Discord
Bot Project. Bot Project.
This project vendors [discord.ext.menus](https://github.com/Rapptz/discord-ext-menus) package made by Danny Y. (Rapptz) which is distributed under MIT License.
Copy of this license can be found in [discord-ext-menus.LICENSE](redbot/vendored/discord-ext-menus.LICENSE) file in [redbot/vendored](redbot/vendored) folder of this repository.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 334 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -1,185 +1,5 @@
.. 3.3.x Changelogs .. 3.3.x Changelogs
Redbot 3.3.12 (2020-08-18)
==========================
| Thanks to all these amazing people that contributed to this release:
| :ghuser:`Dav-Git`, :ghuser:`douglas-cpp`, :ghuser:`flaree`, :ghuser:`jack1142`, :ghuser:`Kowlin`, :ghuser:`MeatyChunks`, :ghuser:`PredaaA`, :ghuser:`Predeactor`, :ghuser:`thisisjvgrace`, :ghuser:`Vexed01`, :ghuser:`zephyrkul`
End-user changelog
------------------
Core Bot
********
- Red now logs clearer error if it can't find package to load in any cog path during bot startup (:issue:`4079`)
Mod
***
- ``[p]mute voice`` and ``[p]unmute voice`` now take action instantly if bot has Move Members permission (:issue:`4064`)
- Added typing to ``[p](un)mute guild`` to indicate that mute is being processed (:issue:`4066`, :issue:`4172`)
Streams
*******
- Improve error messages for invalid channel names/IDs (:issue:`4147`, :issue:`4148`)
Trivia Lists
************
- Added ``whosthatpokemon2`` trivia containing Pokémons from 2nd generation (:issue:`4102`)
- Added ``whosthatpokemon3`` trivia containing Pokémons from 3rd generation (:issue:`4141`)
Miscellaneous
-------------
- Updated features list in ``[p]serverinfo`` with the latest changes from Discord (:issue:`4116`)
- Simple version of ``[p]serverinfo`` now shows info about more detailed ``[p]serverinfo 1`` (:issue:`4121`)
Redbot 3.3.11 (2020-08-10)
==========================
| Thanks to all these amazing people that contributed to this release:
| :ghuser:`douglas-cpp`, :ghuser:`Drapersniper`, :ghuser:`Flame`, :ghuser:`jack1142`, :ghuser:`MeatyChunks`, :ghuser:`Vexed01`, :ghuser:`yamikaitou`
End-user changelog
------------------
Audio
*****
- Audio should now work again on all voice regions (:issue:`4162`, :issue:`4168`)
- Removed an edge case where an unfriendly error message was sent in Audio cog (:issue:`3879`)
Cleanup
*******
- Fixed a bug causing ``[p]cleanup`` commands to clear all messages within last 2 weeks when ``0`` is passed as the amount of messages to delete (:issue:`4114`, :issue:`4115`)
CustomCommands
**************
- ``[p]cc show`` now sends an error message when command with the provided name couldn't be found (:issue:`4108`)
Downloader
**********
- ``[p]findcog`` no longer fails for 3rd-party cogs without any author (:issue:`4032`, :issue:`4042`)
- Update commands no longer crash when a different repo is added under a repo name that was once used (:issue:`4086`)
Permissions
***********
- ``[p]permissions removeserverrule`` and ``[p]permissions removeglobalrule`` no longer error when trying to remove a rule that doesn't exist (:issue:`4028`, :issue:`4036`)
Warnings
********
- ``[p]warn`` now sends an error message (instead of no feedback) when an unregistered reason is used by someone who doesn't have Administrator permission (:issue:`3839`, :issue:`3840`)
Redbot 3.3.10 (2020-07-09)
==========================
| Thanks to all these amazing people that contributed to this release:
| :ghuser:`aikaterna`, :ghuser:`bobloy`, :ghuser:`Dav-Git`, :ghuser:`Drapersniper`, :ghuser:`Flame442`, :ghuser:`flaree`, :ghuser:`Injabie3`, :ghuser:`jack1142`, :ghuser:`mikeshardmind`, :ghuser:`MiniJennJenn`, :ghuser:`NeuroAssassin`, :ghuser:`thisisjvgrace`, :ghuser:`Vexed01`
End-user changelog
------------------
Audio
*****
- Added information about internally managed jar to ``[p]audioset info`` (:issue:`3915`)
- Updated to Lavaplayer 1.3.50
- Twitch playback and YouTube searching should be functioning again.
Core Bot
********
- Fixed delayed help when ``[p]set deletedelay`` is enabled (:issue:`3884`, :issue:`3883`)
- Bumped the Discord.py requirement from 1.3.3 to 1.3.4 (:issue:`4053`)
- Added settings view commands for nearly all cogs. (:issue:`4041`)
- Added more strings to be fully translatable by i18n. (:issue:`4044`)
Downloader
**********
- Added ``[p]cog listpinned`` subcommand to see currently pinned cogs (:issue:`3974`)
- Fixed unnecessary typing when running downloader commands (:issue:`3964`, :issue:`3948`)
- Added embed version of ``[p]findcog`` (:issue:`3965`, :issue:`3944`)
- Fixed ``[p]findcog`` not differentiating between core cogs and local cogs(:issue:`3969`, :issue:`3966`)
Filter
******
- Added ``[p]filter list`` to show filtered words, and removed DMs when no subcommand was passed (:issue:`3973`)
Image
*****
- Updated instructions for obtaining and setting the GIPHY API key (:issue:`3994`)
Mod
***
- Added option to delete messages within the passed amount of days with ``[p]tempban`` (:issue:`3958`)
- Added the ability to permanently ban a temporary banned user with ``[p]hackban`` (:issue:`4025`)
- Fixed the passed reason not being used when using ``[p]tempban`` (:issue:`3958`)
- Fixed invite being sent with ``[p]tempban`` even when no invite was set (:issue:`3991`)
- Prevented an issue whereby the author may lock him self out of using the bot via whitelists (:issue:`3903`)
- Reduced the number of API calls made to the storage APIs (:issue:`3910`)
Permissions
***********
- Uploaded YAML files now accept integer commands without quotes (:issue:`3987`, :issue:`3185`)
- Uploaded YAML files now accept command rules with empty dictionaries (:issue:`3987`, :issue:`3961`)
Streams
*******
- Fixed streams cog sending multiple owner notifications about twitch secret not set (:issue:`3901`, :issue:`3587`)
- Fixed old bearer tokens not being invalidated when the API key is updated (:issue:`3990`, :issue:`3917`)
Trivia Lists
************
- Fixed URLs in ``whosthatpokemon`` (:issue:`3975`, :issue:`3023`)
- Fixed trivia files ``leagueults`` and ``sports`` (:issue:`4026`)
- Updated ``greekmyth`` to include more answer variations (:issue:`3970`)
- Added new ``lotr`` trivia list (:issue:`3980`)
- Added new ``r6seige`` trivia list (:issue:`4026`)
Developer changelog
-------------------
- Added the utility functions ``map``, ``find``, and ``next`` to ``AsyncIter`` (:issue:`3921`, :issue:`3887`)
- Updated deprecation times for ``APIToken``, and loops being passed to various functions to the first minor release (represented by ``X`` in ``3.X.0``) after 2020-08-05 (:issue:`3608`)
- Updated deprecation warnings for shared libs to reflect that they have been moved for an undefined time (:issue:`3608`)
- Added new ``discord.com`` domain to ``INVITE_URL_RE`` common filter (:issue:`4012`)
- Fixed incorrect role mention regex in ``MessagePredicate`` (:issue:`4030`)
- Vendor the ``discord.ext.menus`` module (:issue:`4039`)
Miscellaneous
-------------
- Improved error responses for when Modlog and Autoban on mention spam were already disabled (:issue:`3951`, :issue:`3949`)
- Clarified that ``[p]embedset user`` only affects commands executed in DMs (:issue:`3972`, :issue:`3953`)
- Added link to Getting Started guide if the bot was not in any guilds (:issue:`3906`)
- Fixed exceptions being ignored or not sent to log files in special cases (:issue:`3895`)
- Added the option of using dots in the instance name when creating your instances (:issue:`3920`)
- Added a confirmation when using hyphens in instance names to discourage the use of them (:issue:`3920`)
- Fixed migration owner notifications being sent even when migration was not necessary (:issue:`3911`. :issue:`3909`)
- Fixed commands being translated where they should not be (:issue:`3938`, :issue:`3919`)
- Fixed grammar errors and added full stopts in ``core_commands.py`` (:issue:`4023`)
Redbot 3.3.9 (2020-06-12) Redbot 3.3.9 (2020-06-12)
========================= =========================

View File

@@ -1,157 +0,0 @@
.. 3.4.x Changelogs
Redbot 3.4.0 (2020-08-18)
=========================
| Thanks to all these amazing people that contributed to this release:
| :ghuser:`Dav-Git`, :ghuser:`DevilXD`, :ghuser:`douglas-cpp`, :ghuser:`Drapersniper`, :ghuser:`flaree`, :ghuser:`jack1142`, :ghuser:`kablekompany`, :ghuser:`Kowlin`, :ghuser:`maxbooiii`, :ghuser:`MeatyChunks`, :ghuser:`mikeshardmind`, :ghuser:`NeuroAssassin`, :ghuser:`PredaaA`, :ghuser:`Predeactor`, :ghuser:`retke`, :ghuser:`SharkyTheKing`, :ghuser:`thisisjvgrace`, :ghuser:`Tinonb`, :ghuser:`TrustyJAID`, :ghuser:`Twentysix26`, :ghuser:`Vexed01`, :ghuser:`zephyrkul`
|
| **Read before updating**:
| 1. Red 3.4 comes with support for data deletion requests. Bot owners should read `red_core_data_statement` to ensure they know what information about their users is stored by the bot.
| 2. Debian Stretch, Fedora 30 and lower, and OpenSUSE Leap 15.0 and lower are no longer supported as they have already reached end of life.
| 3. There's been a change in behavior of ``[p]tempban``. Look at `Mod changelog <important-340-1>` for full details.
| 4. There's been a change in behavior of announcements in Admin cog. Look at `Admin changelog <important-340-2>` for full details.
| 5. Red 3.4 comes with breaking changes for cog developers. Look at `Developer changelog <important-340-3>` for full details.
End-user changelog
------------------
Core Bot
********
- Added per-guild cog disabling (:issue:`4043`, :issue:`3945`)
- Bot owners can set the default state for a cog using ``[p]command defaultdisablecog`` and ``[p]command defaultenablecog`` commands
- Guild owners can enable/disable cogs for their guild using ``[p]command disablecog`` and ``[p]command enablecog`` commands
- Cogs disabled in the guild can be listed with ``[p]command listdisabledcogs``
- Added support for data deletion requests; see `red_core_data_statement` for more information (:issue:`4045`)
- Red now logs clearer error if it can't find package to load in any cog path during bot startup (:issue:`4079`)
- ``[p]licenseinfo`` now has a 3 minute cooldown to prevent a single user from spamming channel by using it (:issue:`4110`)
- Added ``[p]helpset showsettings`` command (:issue:`4013`, :issue:`4022`)
- Updated Red's emoji usage to ensure consistent rendering accross different devices (:issue:`4106`, :issue:`4105`, :issue:`4127`)
- Whitelist and blacklist are now called allowlist and blocklist. Old names have been left as aliases (:issue:`4138`)
.. _important-340-2:
Admin
*****
- ``[p]announce`` will now only send announcements to guilds that have explicitly configured text channel to send announcements to using ``[p]announceset channel`` command (:issue:`4088`, :issue:`4089`)
Downloader
**********
- ``[p]cog info`` command now shows end user data statement made by the cog creator (:issue:`4169`)
- ``[p]cog update`` command will now notify the user if cog's end user data statement has changed since last update (:issue:`4169`)
.. _important-340-1:
Mod
***
- ``[p]tempban`` now respects default days setting (``[p]modset defaultdays``) (:issue:`3993`)
- Users can now set mention spam triggers which will warn or kick the user. See ``[p]modset mentionspam`` for more information (:issue:`3786`, :issue:`4038`)
- ``[p]mute voice`` and ``[p]unmute voice`` now take action instantly if bot has Move Members permission (:issue:`4064`)
- Added typing to ``[p](un)mute guild`` to indicate that mute is being processed (:issue:`4066`, :issue:`4172`)
ModLog
******
- Added timestamp to text version of ``[p]casesfor`` and ``[p]case`` commands (:issue:`4118`, :issue:`4137`)
Streams
*******
- Stream alerts will no longer make roles temporarily mentionable if bot has "Mention @everyone, @here, and All Roles" permission in the channel (:issue:`4182`)
- Mixer service has been closed and for that reason we've removed support for it from the cog (:issue:`4072`)
- Hitbox commands have been renamed to smashcast (:issue:`4161`)
- Improve error messages for invalid channel names/IDs (:issue:`4147`, :issue:`4148`)
Trivia Lists
************
- Added ``whosthatpokemon2`` trivia containing Pokémons from 2nd generation (:issue:`4102`)
- Added ``whosthatpokemon3`` trivia containing Pokémons from 3rd generation (:issue:`4141`)
.. _important-340-3:
Developer changelog
-------------------
| **Important:**
| 1. Red now offers cog disabling API, which should be respected by 3rd-party cogs in guild-related actions happening outside of command's context. See the `Core Bot changelog below <important-dev-340-1>` for more information.
| 2. Red now provides data request API, which should be supported by all 3rd-party cogs. See the changelog entries in the `Core Bot changelog below <important-dev-340-1>` for more information.
Breaking changes
****************
- By default, none of the ``.send()`` methods mention roles or ``@everyone/@here`` (:issue:`3845`)
- see `discord.AllowedMentions` and ``allowed_mentions`` kwarg of ``.send()`` methods, if your cog requires to mention roles or ``@everyone/@here``
- `Context.maybe_send_embed()` now supresses all mentions, including user mentions (:issue:`4192`)
- The default value of the ``filter`` keyword argument has been changed to ``None`` (:issue:`3845`)
- Cog package names (i.e. name of the folder the cog is in and the name used when loading the cog) now have to be `valid Python identifiers <https://docs.python.org/3/reference/lexical_analysis.html#identifiers>`_ (:issue:`3605`, :issue:`3679`)
- Method/attribute names starting with ``red_`` or being in the form of ``__red_*__`` are now reserved. See `version_guarantees` for more information (:issue:`4085`)
- `humanize_list()` no longer raises `IndexError` for empty sequences (:issue:`2982`)
- Removed things past deprecation time: (:issue:`4163`)
- ``redbot.core.commands.APIToken``
- ``loop`` kwarg from `bounded_gather_iter()`, `bounded_gather()`, and `start_adding_reactions()`
.. _important-dev-340-1:
Core Bot
********
- Added cog disabling API (:issue:`4043`, :issue:`3945`)
- New methods added: `bot.cog_disabled_in_guild() <RedBase.cog_disabled_in_guild()>`, `bot.cog_disabled_in_guild_raw() <RedBase.cog_disabled_in_guild_raw()>`
- Cog disabling is automatically applied for commands and only needs to be done manually for things like event listeners; see `guidelines-for-cog-creators` for more information
- Added data request API (:issue:`4045`, :issue:`4169`)
- New special methods added to `commands.Cog`: `red_get_data_for_user()` (documented provisionally), `red_delete_data_for_user()`
- New special module level variable added: ``__red_end_user_data_statement__``
- These methods and variables should be added by all cogs according to their documentation; see `guidelines-for-cog-creators` for more information
- New ``info.json`` key added: ``end_user_data_statement``; see `Info.json format documentation <info-json-format>` for more information
- Added `bot.message_eligible_as_command() <RedBase.message_eligible_as_command()>` utility method which can be used to determine if a message may be responded to as a command (:issue:`4077`)
- Added a provisional API for replacing the help formatter. See `documentation <framework-commands-help>` for more details (:issue:`4011`)
- `bot.ignored_channel_or_guild() <RedBase.ignored_channel_or_guild()>` now accepts `discord.Message` objects (:issue:`4077`)
- `commands.NoParseOptional <NoParseOptional>` is no longer provisional and is now fully supported part of API (:issue:`4142`)
- Red no longer fails to run subcommands of a command group allowed or denied by permission hook (:issue:`3956`)
- Autohelp in group commands is now sent *after* invoking the group, which allows before invoke hooks to prevent autohelp from getting triggered (:issue:`4129`)
- RPC functionality no longer makes Red hang for a minute on shutdown (:issue:`4134`, :issue:`4143`)
Vendored packages
*****************
- Updated ``discord.ext.menus`` vendor (:issue:`4167`)
Utility Functions
*****************
- `humanize_list()` now accepts ``locale`` and ``style`` keyword arguments. See its documentation for more information (:issue:`2982`)
- `humanize_list()` is now properly localized (:issue:`2906`, :issue:`2982`)
- `humanize_list()` now accepts empty sequences (:issue:`2982`)
Documentation changes
---------------------
- Removed install instructions for Debian Stretch (:issue:`4099`)
- Added admin user guide (:issue:`3081`)
- Added alias user guide (:issue:`3084`)
- Added bank user guide (:issue:`4149`)
Miscellaneous
-------------
- Updated features list in ``[p]serverinfo`` with the latest changes from Discord (:issue:`4116`)
- Simple version of ``[p]serverinfo`` now shows info about more detailed ``[p]serverinfo 1`` (:issue:`4121`)
- ``[p]set nickname``, ``[p]set serverprefix``, ``[p]streamalert``, and ``[p]streamset`` commands now can be run by users with permissions related to the actions they're making (:issue:`4109`)
- `bordered()` now uses ``+`` for corners if keyword argument ``ascii_border`` is set to `True` (:issue:`4097`)
- Fixed timestamp storage in few places in Red (:issue:`4017`)

View File

@@ -1,435 +0,0 @@
.. _admin:
=====
Admin
=====
This is the cog guide for the admin cog. You will
find detailed docs about usage and commands.
``[p]`` is considered as your prefix.
.. note:: To use this cog, load it by typing this::
[p]load admin
.. _admin-usage:
-----
Usage
-----
This cog will provide tools for server admins and bot owners.
It can add or remove a role to a member, edit one or make some available
for members so they can self-assign them as they wish.
It also provides tools for the bot owner such as server locking (once enabled,
the bot will instantly leave new servers she joins) and announcements, which
will send something in all the servers of the bot.
.. _admin-commands:
--------
Commands
--------
Here's a list of all commands available for this cog.
.. _admin-command-selfrole:
^^^^^^^^
selfrole
^^^^^^^^
**Syntax**
.. code-block:: none
[p]selfrole
**Description**
Add or remove roles to yourself. Those roles must have been configured as user
settable by admins using the :ref:`selfroleset command
<admin-command-selfroleset>`.
.. _admin-command-selfrole-add:
""""""""""""
selfrole add
""""""""""""
**Syntax**
.. code-block:: none
[p]selfrole add <selfrole>
**Description**
Add a role to yourself. It must have been configured as user settable
by admins using the :ref:`selfroleset command <admin-command-selfroleset>`.
**Arguments**
* ``<selfrole>``: The role you want to attribute to yourself. |role-input|
.. _admin-command-selfrole-remove:
"""""""""""""""
selfrole remove
"""""""""""""""
**Syntax**
.. code-block:: none
[p]selfrole remove <selfrole>
**Description**
Remove a role from yourself. It must have been configured as user settable
by admins using the :ref:`selfroleset command <admin-command-selfroleset>`.
**Arguments**
* ``<selfrole>``: The role you want to remove from yourself. |role-input|
.. _admin-command-selfrole-list:
"""""""""""""
selfrole list
"""""""""""""
**Syntax**
.. code-block:: none
[p]selfrole list
**Description**
List all of the available roles you can assign to yourself.
.. _admin-command-selfroleset:
^^^^^^^^^^^
selfroleset
^^^^^^^^^^^
.. note:: |admin-lock| This is also usable by the members with the
``Manage roles`` permission.
**Syntax**
.. code-block:: none
[p]selfroleset
**Description**
Define the list of user settable roles. Those roles will be available to any
member using the :ref:`selfrole command <admin-command-selfrole>`.
.. _admin-command-selfroleset-add:
"""""""""""""""
selfroleset add
"""""""""""""""
**Syntax**
.. code-block:: none
[p]selfroleset add <role>
**Description**
Add a role to the list of selfroles.
.. warning:: Members will be able to assign themselves the role.
Make sure it doesn't give extra perms or anything that can break
your server's security.
**Arguments**
* ``<role>``: The role to add to the list. |role-input|
.. _admin-command-selfroleset-remove:
""""""""""""""""""
selfroleset remove
""""""""""""""""""
**Syntax**
.. code-block:: none
[p]selfroleset remove <role>
**Description**
Removes a role from the list of selfroles.
**Arguments**
* ``<role>``: The role to remove from the list. |role-input|
.. _admin-command-addrole:
^^^^^^^
addrole
^^^^^^^
.. note:: |admin-lock| This is also usable by the members with the ``Manage
roles`` permission.
**Syntax**
.. code-block:: none
[p]addrole <rolename> [user]
**Description**
Adds a role to a member. If ``user`` is not given, it will be considered
as yourself, the command author.
**Arguments**
* ``<role>``: The role to add to the member. |role-input-quotes|
* ``[user]``: The member you want to add the role to. Defaults to the
command author. |member-input|
.. _admin-command-removerole:
^^^^^^^^^^
removerole
^^^^^^^^^^
.. note:: |admin-lock| This is also usable by the members with the
``Manage roles`` permission.
**Syntax**
.. code-block:: none
[p]removerole <rolename> [user]
**Description**
Removes a role from a member. If ``user`` is not given, it will be considered
as yourself, the command author.
**Arguments**
* ``<role>``: The role to remove. |role-input-quotes|
* ``[user]``: The member to remove the role from. |member-input| Defaults
to the command author.
.. _admin-command-editrole:
^^^^^^^^
editrole
^^^^^^^^
.. note:: |admin-lock|
**Syntax**
.. code-block:: none
[p]editrole
**Description**
Edits the settings of a role.
.. _admin-command-editrole-name:
"""""""""""""
editrole name
"""""""""""""
**Syntax**
.. code-block:: none
[p]editrole name <role> <name>
**Description**
Edits the name of a role.
**Arguments**
* ``<role>``: The role name to edit. |role-input-quotes|
* ``<name>``: The new role name. If it has spaces, you must use quotes.
.. _admin-command-editrole-color:
""""""""""""""
editrole color
""""""""""""""
**Syntax**
.. code-block:: none
[p]editrole color <role> <color>
**Description**
Edits the color of a role.
**Arguments**
* ``<role>``: The role name to edit. |role-input-quotes|
* ``<color>``: The new color to assign. |color-input|
**Examples**
* ``[p]editrole color "My role" #ff0000``
* ``[p]editrole color "My role" dark_blue``
.. _admin-command-announce:
^^^^^^^^
announce
^^^^^^^^
.. note:: |owner-lock|
**Syntax**
.. code-block:: none
[p]announce <message>
**Description**
Announce your message to all of the servers the bot is in.
The bot will announce the message in the guild's announcements channel.
If this channel is not set, the message won't be announced.
**Arguments**
* ``<message>``: The message to send.
.. _admin-command-announce-cancel:
"""""""""""""""
announce cancel
"""""""""""""""
.. note:: |owner-lock|
**Syntax**
.. code-block:: none
[p]announce cancel
**Description**
Cancels an active announcement.
.. _admin-command-announceset:
^^^^^^^^^^^
announceset
^^^^^^^^^^^
.. note:: |guildowner-lock|
**Syntax**
.. code-block:: none
[p]announceset
**Description**
Change how announcements are received in this guild.
.. _admin-command-announceset-channel:
"""""""""""""""""""
announceset channel
"""""""""""""""""""
**Syntax**
.. code-block:: none
[p]announceset channel [channel]
**Description**
Sets the channel where the bot owner announcements will be sent.
**Arguments**
* ``[channel]``: The channel that will be used for bot announcements.
|channel-input| Defaults to where you typed the command.
.. _admin-command-announceset-clearchannel:
""""""""""""""""""""""""
announceset clearchannel
""""""""""""""""""""""""
**Syntax**
.. code-block:: none
[p]announceset clearchannel
**Description**
Disables announcements on your server. To enable them again, you will have to
re-enter your announcements channel with the :ref:`announceset channel
<admin-command-announceset-channel>` command.
.. _admin-command-serverlock:
^^^^^^^^^^
serverlock
^^^^^^^^^^
.. note:: |owner-lock| This is also usable by the members with the
``Administrator`` permission.
**Syntax**
.. code-block:: none
[p]serverlock
**Description**
Lock a bot to its current servers only.
This means that, once you enable this, if someone invites the bot to a new
server, the bot will automatically leave the server.
.. tip:: Another way to prevent your bot from being invited on more servers is
making it private directly from the developer portal.
Once a bot is private, it can only be invited by its owner (or team
owners). Other users will get an error on Discord's webpage explaining that
the bot is private.
To do this, go to the `Discord developer portal
<https://discord.com/developers>`_, select your application, click "Bot" in
the sidebar, then untick "Public bot".
.. image:: ../.resources/admin/public_bot.png

View File

@@ -1,277 +0,0 @@
.. _alias:
=====
Alias
=====
This is the cog guide for the alias cog. You will
find detailed docs about the usage and the commands.
``[p]`` is considered as your prefix.
.. note:: To use this cog, load it by typing this::
[p]load alias
.. _alias-usage:
-----
Usage
-----
This cog is used to create shortcuts for commands.
Here's an example:
.. code-block:: python
[p]play
# with an alias, you can call the command above with a shortcut like this:
[p]p
# "p" is now a shortcut for "play"
In this example, we made an alias named ``p`` that will
invoke the ``play`` command. If you use ``[p]play`` or ``[p]p``, the result will
be the same.
----
Here's another example
.. code-block:: python
[p]cleanup messages
# now we're creating another alias that will group both the command and the subcommand into this:
[p]clear
# "clear" is now a shortcut for "cleanup messages"
In this second example, we made an alias called ``clear`` that will
invoke the ``cleanup messages`` subcommand. Now if you use ``[p]cleanup
message`` or ``[p]clear``, the result will be the same.
----
This is the basic usage, where you can define an alias for the first part of
the command and give the second part when invoking the command. A more advanced
usage of aliases is the usage of arguments.
Let's suppose you want to make an alias to ban someone, delete 7 days of
messages and set the reason to "Spam bot.", that cannot be done with a classic
alias since the required member argument is the first one. If you create the
alias "spamban" using arguments like this ``ban {0} 7 Spam bot.``, ``{0}`` will
be replaced by the first argument of your alias:
.. code-block:: none
# we created the following alias named "spamban"
[p]spamban Slime#3160
# this alias will execute the following command:
[p]ban Slime#3160 7 Spam bot.
For a more detailed explaination, read :ref:`this <alias-command-alias-add>`.
.. _alias-commands:
--------
Commands
--------
.. _alias-command-alias:
^^^^^
alias
^^^^^
**Syntax**
.. code-block:: none
[p]alias
**Description**
This is the main command used for setting up the cog.
It will be used for all other commands.
.. _alias-command-alias-add:
"""""""""
alias add
"""""""""
.. note:: |mod-lock|
**Syntax**
.. code-block:: none
[p]alias add <alias_name> <command>
**Description**
Creates an alias. It will be used like this ``[p]alias_name <arguments>``
and will be equal to this ``[p]command <arguments>``.
Let's develop the examples given :ref:`earlier <alias-usage>` a bit more,
the left part of the command is the alias (blue), and the right part is the
parameters members have to give for the command (orange).
.. image:: ../.resources/alias/example-1.png
One more thing you can do with aliases is using arguments, a bit like
CustomCommands. Let's suppose you want an alias that bans x member and deletes
7 days of messages. Without aliases, the command would look like this:
``[p]ban NotSoTrustyJAID#0001 7 My random reason``
A classic alias wouldn't work because the member argument is the first one,
and you can only shorten the left part before the required argument.
An alias with arguments can fix that, you can define the alias on the whole
command and replace the required argument by ``{0}``, which will be replaced
by the first parameter given when invoking the alias.
Back to our example, let's make an alias named ``bigban`` which will be
assigned to this expression: ``ban {0} 7``
.. image:: ../.resources/alias/example-2.png
You can see in blue the "static" part of the alias, what is contained and
doesn't need to be given, the orange part is the arguments given at the end of
the command, just like a classic alias, and the green part is the positional
argument we defined: the first argument of the alias will be the green part.
You can add as many arguments as you want, they can start at ``{0}`` or ``{1}``
and must be in order: ``{1}`` will be the first argument, ``{2}`` will be the
second one...
.. attention:: The numbers must be in order, you cannot use ``{0}`` and ``{2}``
without using ``{1}``.
Here are more examples:
* * Full command: ``[p]cleanup messages 75 True``
* Alias: ``[p]alias add fullclear cleanup messages {0} True``
* Invoked alias: ``[p]fullclear 75``
*The* ``True`` *at the end tells the bot to also clear pinned messages.*
* * Full command: ``[p]repo add SinbadCogs
https://github.com/mikeshardmind/SinbadCogs v3``
* Alias: ``[p]alias add newrepo repo add {2} https://github.com/{1}/{2}``
* Invoked with alias: ``[p]newrepo mikeshardmind SinbadCogs v3``
**Arguments**
* ``<alias_name>``: The new command name.
* ``<command>``: The command to execute when ``[p]alias_name`` is invoked.
.. _alias-command-alias-delete:
""""""""""""
alias delete
""""""""""""
.. note:: |mod-lock|
**Syntax**
.. code-block:: none
[p]alias [delete|remove|del] <alias_name>
**Description**
Removes an alias from the list. Check the list with
the :ref:`alias list <alias-command-alias-list>` command.
**Arguments**
* ``<alias_name>``: The alias' name to delete.
.. _alias-command-alias-list:
""""""""""
alias list
""""""""""
**Syntax**
.. code-block:: none
[p]alias list
**Description**
Shows all of the existing aliases on the current server.
.. _alias-command-alias-show:
""""""""""
alias show
""""""""""
**Syntax**
.. code-block:: none
[p]alias show <alias_name>
**Description**
Shows the command associated to the alias.
**Arguments**
* ``<alias_name>``: The alias you want information from.
.. _alias-command-alias-help:
""""""""""
alias help
""""""""""
**Syntax**
.. code-block:: none
[p]alias help <alias_name>
**Description**
Shows help message for an alias.
**Arguments**
* ``<alias_name>``: Alias you want to get help from.
.. _alias-command-alias-global:
""""""""""""
alias global
""""""""""""
.. note:: |owner-lock|
**Syntax**
.. code-block:: none
[p]alias global
**Description**
Another group command which contains the :ref:`add
<alias-command-alias-add>`, :ref:`del
<alias-command-alias-delete>` and :ref:`list
<alias-command-alias-list>` commands.
They work the same, except the created aliases will be
global instead of being only server-wide.
Please refer to these docs for the commands, they work with the
same arguments. For example, if you want to add a global alias,
instead of doing ``[p]alias add <arguments>``, do ``[p]alias
global add <arguments>``.

View File

@@ -1,186 +0,0 @@
.. _bank:
====
Bank
====
This is the cog guide for the bank cog. You will
find detailed docs about usage and commands.
``[p]`` is considered as your prefix.
.. note:: To use this cog, load it by typing this::
[p]load bank
.. _bank-usage:
-----
Usage
-----
This cog manages the bank. It won't be used often by
users but this is what makes any interaction with the
money possible.
You will be able to switch between a global and a server-
wide bank and choose the bank/currency name.
.. _bank-commands:
--------
Commands
--------
.. _bank-command-bankset:
^^^^^^^
bankset
^^^^^^^
.. note:: |guildowner-lock|
**Syntax**
.. code-block:: none
[p]bankset
**Description**
Base command for configuring bank settings.
.. _bank-command-bankset-toggleglobal:
""""""""""""""""""""
bankset toggleglobal
""""""""""""""""""""
.. note:: |owner-lock|
**Syntax**
.. code-block:: none
[p]bankset toggleglobal [confirm=False]
**Description**
Makes the bank global instead of server-wide. If it
is already global, the command will switch it back
to the server-wide bank.
.. warning:: Using this command will reset **all** accounts.
**Arguments**
* ``[confirm=False]``: Put ``yes`` to confirm.
.. _bank-command-bankset-creditsname:
"""""""""""""""""""
bankset creditsname
"""""""""""""""""""
.. note:: |owner-lock| However, if the bank is server-wide, the
server owner or an administrator can use this command.
**Syntax**
.. code-block:: none
[p]bankset creditsname <name>
**Description**
Change the credits name of the bank. It is ``credits`` by default.
For example, if you switch it to ``dollars``, the payday
command will show this:
.. TODO reference the payday command
.. code-block:: none
Here, take some dollars. Enjoy! (+120 dollars!)
You currently have 220 dollars.
**Arguments**
* ``<name>``: The new credits name.
.. _bank-command-bankset-bankname:
""""""""""""""""
bankset bankname
""""""""""""""""
.. note:: |owner-lock| However, if the bank is server-wide, the
server owner or an administrator can use this command.
**Syntax**
.. code-block:: none
[p]bankset bankname <name>
**Description**
Set bank's name.
**Arguments**
* ``<name>``: The new bank's name.
.. _bank-command-bankset-maxbal:
""""""""""""""
bankset maxbal
""""""""""""""
.. note:: |owner-lock| However, if the bank is server-wide, the
server owner or an administrator can use this command.
**Syntax**
.. code-block:: none
[p]bankset maxbal <amount>
**Description**
Defines the maximum amount of money a user can have with the bot.
If an user reaches this limit, he will be unable to gain more money.
**Arguments**
* ``<amount>``: The maximum amount of money for users.
.. _bank-command-bankset-showsettings:
""""""""""""""""""""
bankset showsettings
""""""""""""""""""""
.. note:: |owner-lock| However, if the bank is server-wide, the
server owner or an administrator can use this command.
**Syntax**
.. code-block:: none
[p]bankset showsettings
**Description**
Shows the current settings of your bank.
This will display the following information:
* Name of the bank
* Scope of the bank (global or per server)
* Currency name
* Default balance
* Maximum allowed balance

View File

@@ -108,6 +108,9 @@ rst_prolog += f"\n.. |DPY_VERSION| replace:: {dpy_version}"
# #
html_theme = "sphinx_rtd_theme" html_theme = "sphinx_rtd_theme"
# This will be needed until sphinx_rtd_theme supports the html5 writer
html4_writer = True
# Theme options are theme-specific and customize the look and feel of a theme # Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the # further. For a list of options available for each theme, see the
# documentation. # documentation.

View File

@@ -13,14 +13,6 @@ extend functionalities used throughout the bot, as outlined below.
.. autofunction:: redbot.core.commands.group .. autofunction:: redbot.core.commands.group
.. autoclass:: redbot.core.commands.Cog
.. automethod:: format_help_for_context
.. automethod:: red_get_data_for_user
.. automethod:: red_delete_data_for_user
.. autoclass:: redbot.core.commands.Command .. autoclass:: redbot.core.commands.Command
:members: :members:
:inherited-members: format_help_for_context :inherited-members: format_help_for_context
@@ -40,24 +32,7 @@ extend functionalities used throughout the bot, as outlined below.
.. automodule:: redbot.core.commands.converter .. automodule:: redbot.core.commands.converter
:members: :members:
:exclude-members: UserInputOptional, convert :exclude-members: convert
:no-undoc-members: :no-undoc-members:
.. autodata:: UserInputOptional .. autoclass:: APIToken
:annotation:
.. _framework-commands-help:
******************
Help Functionality
******************
.. warning::
The content in this section is provisional and may change
without prior notice or warning. Updates to this will be communicated
on `this issue <https://github.com/Cog-Creators/Red-DiscordBot/issues/4084>`_
.. automodule:: redbot.core.commands.help
:members:

View File

@@ -33,17 +33,21 @@ Tutorial
After making your cog, generate a :code:`messages.pot` file After making your cog, generate a :code:`messages.pot` file
We recommend using redgettext - a modified version of pygettext for Red. The process of generating this will depend on the operating system
You can install redgettext by running :code:`pip install redgettext` in a command prompt. you are using
To generate the :code:`messages.pot` file, you will now need to run In a command prompt in your cog's package (where yourcog.py is),
:code:`python -m redgettext -c [path_to_cog]` create a directory called "locales".
This file will contain all strings to be translated, including Then do one of the following:
Windows: :code:`python <your python install path>\Tools\i18n\pygettext.py -D -n -p locales`
Mac: ?
Linux: :code:`pygettext3 -D -n -p locales`
This will generate a messages.pot file with strings to be translated, including
docstrings. docstrings.
(For advanced usage check :code:`python -m redgettext -h`)
You can now use a tool like `poedit
<https://poedit.net/>`_ to translate the strings in your messages.pot file.
------------- -------------
API Reference API Reference

View File

@@ -98,7 +98,6 @@ Open :code:`__init__.py`. In that file, place the following:
from .mycog import Mycog from .mycog import Mycog
def setup(bot): def setup(bot):
bot.add_cog(Mycog()) bot.add_cog(Mycog())
@@ -165,8 +164,6 @@ on developing cogs for V3. This will also cover differences between V2 and V3 fo
those who developed cogs for V2. those who developed cogs for V2.
.. _guidelines-for-cog-creators:
--------------------------- ---------------------------
Guidelines for Cog Creators Guidelines for Cog Creators
--------------------------- ---------------------------
@@ -232,29 +229,3 @@ Not all of these are strict requirements (some are) but are all generally advisa
- We announce this in advance. - We announce this in advance.
- If you need help, ask. - If you need help, ask.
14. Check events against `bot.cog_disabled_in_guild() <RedBase.cog_disabled_in_guild()>`
- Not all events need to be checked, only those that interact with a guild.
- Some discretion may apply, for example,
a cog which logs command invocation errors could choose to ignore this
but a cog which takes actions based on messages should not.
15. Respect settings when treating non command messages as commands.
16. Handle user data responsibly
- Don't do unexpected things with user data.
- Don't expose user data to additional audiences without permission.
- Don't collect data your cogs don't need.
- Don't store data in unexpected locations.
Utilize the cog data path, Config, or if you need something more
prompt the owner to provide it.
17. Utilize the data deletion and statement APIs
- See `redbot.core.commands.Cog.red_delete_data_for_user`
- Make a statement about what data your cogs use with the module level
variable ``__red_end_user_data_statement__``.
This should be a string containing a user friendly explanation of what data
your cog stores and why.

View File

@@ -55,9 +55,6 @@ Keys common to both repo and cog info.json (case sensitive)
Keys specific to the cog info.json (case sensitive) Keys specific to the cog info.json (case sensitive)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ``end_user_data_statement`` (string) - A statement explaining what end user data the cog is storing.
This is displayed when a user executes ``[p]cog info``. If the statement has changed since last update, user will be informed during the update.
- ``min_bot_version`` (string) - Min version number of Red in the format ``MAJOR.MINOR.MICRO`` - ``min_bot_version`` (string) - Min version number of Red in the format ``MAJOR.MINOR.MICRO``
- ``max_bot_version`` (string) - Max version number of Red in the format ``MAJOR.MINOR.MICRO``, - ``max_bot_version`` (string) - Max version number of Red in the format ``MAJOR.MINOR.MICRO``,

View File

@@ -79,13 +79,12 @@ server. Any modern hardware should work 100% fine.
Free hosting Free hosting
------------ ------------
| `Google Cloud Compute Engine <https://cloud.google.com/free/docs/gcp-free-tier>`_, `Google Cloud Compute Free Tier <https://cloud.google.com/free/docs/gcp-free-tier>`_,
`Oracle Cloud Compute <https://oracle.com/cloud/free/#always-free>`_ and `Oracle Cloud Compute Always Free <https://oracle.com/cloud/free/#always-free>`_ and
`AWS EC2 <https://aws.amazon.com/free/>`_ have free tier VPSes suitable for small bots. `AWS EC2 Free Tier <https://aws.amazon.com/free/>`_ have free tier VPSes suitable for small bots.
AWS EC2 is not *always* free—it's a 12 month free trial.
| **Note:** AWS EC2's free tier does not last forever - it's a 12 month trial. Additionally, new Google Cloud customers get a $300 credit which is valid
| Additionally, new Google Cloud customers get a $300 credit which is valid for 12 months.
for 12 months.
Other than that... no. There is no good free VPS hoster, outside of Other than that... no. There is no good free VPS hoster, outside of
persuading somebody to host for you, which is incredibly unlikely. persuading somebody to host for you, which is incredibly unlikely.

View File

@@ -31,10 +31,6 @@ Welcome to Red - Discord Bot's documentation!
:caption: User guides: :caption: User guides:
getting_started getting_started
cog_guides/admin
cog_guides/alias
cog_guides/bank
red_core_data_statement
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
@@ -62,7 +58,6 @@ Welcome to Red - Discord Bot's documentation!
:maxdepth: 2 :maxdepth: 2
:caption: Changelogs: :caption: Changelogs:
changelog_3_4_0
changelog_3_3_0 changelog_3_3_0
release_notes_3_2_0 release_notes_3_2_0
changelog_3_2_0 changelog_3_2_0

View File

@@ -96,6 +96,33 @@ Complete the rest of the installation by `installing Python 3.8 with pyenv <inst
---- ----
.. _install-debian-stretch:
~~~~~~~~~~~~~~
Debian Stretch
~~~~~~~~~~~~~~
.. note::
This guide is only for Debian Stretch users, these instructions won't work with
Raspbian Stretch. Raspbian Buster is the only version of Raspbian supported by Red.
We recommend installing pyenv as a method of installing non-native versions of python on
Debian Stretch. This guide will tell you how. First, run the following commands:
.. code-block:: none
sudo echo "deb http://deb.debian.org/debian stretch-backports main" >> /etc/apt/sources.list.d/red-sources.list
sudo apt update
sudo apt -y install make build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev \
libsqlite3-dev wget curl llvm libncurses5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev \
libffi-dev liblzma-dev libgdbm-dev uuid-dev python3-openssl git openjdk-11-jre-headless
CXX=/usr/bin/g++
Complete the rest of the installation by `installing Python 3.8 with pyenv <install-python-pyenv>`.
----
.. _install-debian: .. _install-debian:
.. _install-raspbian: .. _install-raspbian:
@@ -124,7 +151,7 @@ Complete the rest of the installation by `installing Python 3.8 with pyenv <inst
Fedora Linux Fedora Linux
~~~~~~~~~~~~ ~~~~~~~~~~~~
Fedora Linux 31 and above has all required packages available in official repositories. Install Fedora Linux 30 and above has all required packages available in official repositories. Install
them with dnf: them with dnf:
.. code-block:: none .. code-block:: none
@@ -169,10 +196,10 @@ Continue by `creating-venv-linux`.
openSUSE openSUSE
~~~~~~~~ ~~~~~~~~
openSUSE Leap 15.1+ openSUSE Leap
******************* *************
We recommend installing a community package to get Python 3.8 on openSUSE Leap 15.1+. This package will We recommend installing a community package to get Python 3.8 on openSUSE Leap. This package will
be installed to the ``/opt`` directory. be installed to the ``/opt`` directory.
First, add the Opt-Python community repository: First, add the Opt-Python community repository:
@@ -370,7 +397,7 @@ Then run the following command:
.. code-block:: none .. code-block:: none
CONFIGURE_OPTS=--enable-optimizations pyenv install 3.8.5 -v CONFIGURE_OPTS=--enable-optimizations pyenv install 3.8.3 -v
This may take a long time to complete, depending on your hardware. For some machines (such as This may take a long time to complete, depending on your hardware. For some machines (such as
Raspberry Pis and micro-tier VPSes), it may take over an hour; in this case, you may wish to remove Raspberry Pis and micro-tier VPSes), it may take over an hour; in this case, you may wish to remove
@@ -382,7 +409,7 @@ After that is finished, run:
.. code-block:: none .. code-block:: none
pyenv global 3.8.5 pyenv global 3.8.3
Pyenv is now installed and your system should be configured to run Python 3.8. Pyenv is now installed and your system should be configured to run Python 3.8.

View File

@@ -29,14 +29,13 @@ Using PowerShell and Chocolatey (recommended)
********************************************* *********************************************
To install via PowerShell, search "powershell" in the Windows start menu, To install via PowerShell, search "powershell" in the Windows start menu,
right-click on it and then click "Run as administrator". right-click on it and then click "Run as administrator"
Then run each of the following commands: Then run each of the following commands:
.. code-block:: none .. code-block:: none
Set-ExecutionPolicy Bypass -Scope Process -Force Set-ExecutionPolicy Bypass -Scope Process -Force
[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072
iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
choco upgrade git --params "/GitOnlyOnPath /WindowsTerminal" -y choco upgrade git --params "/GitOnlyOnPath /WindowsTerminal" -y
choco upgrade visualstudio2019-workload-vctools -y choco upgrade visualstudio2019-workload-vctools -y
@@ -64,7 +63,7 @@ Manually installing dependencies
* `MSVC Build tools <https://www.visualstudio.com/downloads/#build-tools-for-visual-studio-2019>`_ * `MSVC Build tools <https://www.visualstudio.com/downloads/#build-tools-for-visual-studio-2019>`_
* `Python 3.8.1 or greater <https://www.python.org/downloads/>`_ * `Python 3.8.1 <https://www.python.org/downloads/>`_ - Red needs Python 3.8.1 or greater
.. attention:: Please make sure that the box to add Python to PATH is CHECKED, otherwise .. attention:: Please make sure that the box to add Python to PATH is CHECKED, otherwise
you may run into issues when trying to run Red. you may run into issues when trying to run Red.
@@ -87,7 +86,7 @@ Creating a Virtual Environment
.. tip:: .. tip::
If you want to learn more about virtual environments, see page: `about-venvs`. If you want to learn more about virtual environments, see page: `about-venvs`
We require installing Red into a virtual environment. Don't be scared, it's very We require installing Red into a virtual environment. Don't be scared, it's very
straightforward. straightforward.
@@ -96,12 +95,7 @@ First, choose a directory where you would like to create your virtual environmen
to keep it in a location which is easy to type out the path to. From now, we'll call it to keep it in a location which is easy to type out the path to. From now, we'll call it
``redenv`` and it will be located in your home directory. ``redenv`` and it will be located in your home directory.
Start with opening a command prompt (open Start, search for "command prompt", then click it). Start with opening a command prompt (open Start, search for "command prompt", then click it)
.. note::
You shouldn't run command prompt as administrator when creating your virtual environment, or
running Red.
.. warning:: .. warning::
@@ -150,6 +144,11 @@ Run **one** of the following set of commands, depending on what extras you want
python -m pip install -U pip setuptools wheel python -m pip install -U pip setuptools wheel
python -m pip install -U Red-DiscordBot[postgres] python -m pip install -U Red-DiscordBot[postgres]
.. note::
These commands are also used for updating Red
-------------------------- --------------------------
Setting Up and Running Red Setting Up and Running Red
-------------------------- --------------------------

View File

@@ -22,29 +22,20 @@
.. This is for describing how a format should be formatted .. This is for describing how a format should be formatted
.. |role-input| replace:: Please give **the exact role name or ID**, or it won't be detected. .. |quotes| replace:: enclosed in quotes if there are spaces
.. |role-input-quotes| replace:: Please give **the exact role name or ID**, or it won't be detected. .. |role-input| replace:: Please give **the exact role name or ID**, or it won't be detected.
If the role name has spaces, provide it enclosed in quotes like this: ``"my role with spaces"`` If the role name has spaces, provide it enclosed in quotes like this: ``"my role with spaces"``
.. |member-input| replace:: You can either mention the member, provide its ID, its exact name with .. |member-input| replace:: You can either mention the member, provide its ID, its exact name with
the tag or not, or its nickname. the tag or not, or its nickname (|quotes|).
.. |member-input-quotes| replace:: You can either mention the member, provide its ID, its exact
name with the tag or not, or its nickname enclosed in quotes if there are spaces.
.. |user-input| replace:: You can either provide the member's ID or its exact name with the tag or .. |user-input| replace:: You can either provide the member's ID or its exact name with the tag or
not. not (|quotes|).
.. |user-input-quotes| replace:: You can either provide the member's ID or its exact name with the
tag or not, enclosed in quotes if there are spaces.
.. |channel-input| replace:: You can either mention the channel, provide its exact name or its ID. .. |channel-input| replace:: You can either mention the channel, provide its exact name or its ID.
.. |vc-input| replace:: You can either provide the voice channel's ID or its exact name. .. |vc-input| replace:: You can either provide the voice channel's ID or its exact name, |quotes|.
.. |vc-input-quotes| replace:: You can either provide the voice channel's ID or its exact name,
enclosed in quotes if there are spaces.
.. |color-input| replace:: You can either provide the hexadecimal code of the color, or one of the .. |color-input| replace:: You can either provide the hexadecimal code of the color, or one of the
colors listed here: :class:`discord.Color`. colors listed here: :class:`discord.Color`.

View File

@@ -1,87 +0,0 @@
.. Red Core Data Statement
=====================
Red and End User Data
=====================
Notes for everyone
******************
What data Red collects
----------------------
Red and the cogs included with it collect some amount of data
about users for the bot's normal operations.
The bot will keep track of a short history of usernames/nicknames. It will also
remember which actions were taken using your Discord account (such as creating a playlist)
as well as the content of specific messages used directly as commands for the bot
(such as reports sent to servers).
By default, Red will not collect any more data than it needs, and will not use it
for anything other than the portion of the Red's functionality that necessitated it.
3rd party extensions may store additional data beyond what Red does by default.
You can use the command ``[p]mydata 3rdparty``
to view statements about how extensions use your data made by the authors of
the specific 3rd party extensions an instance of Red has installed.
How can I delete data Red has about me?
---------------------------------------
The command ``[p]mydata forgetme`` provides a way for users to remove
large portions of their own data from the bot. This command will not
remove operational data, such as a record that your
Discord account was the target of a moderation action.
3rd party extensions to Red are able to delete data when this command
is used as well, but this is something each extension must implement.
If a loaded extension does not implement this, the user will be informed.
Additional Notes for Bot Owners and Hosts
*****************************************
How to comply with a request from Discord Trust & Safety
--------------------------------------------------------
There are a handful of these available to bot owners in the command group
``[p]mydata ownermanagement``.
The most pertinent one if asked to delete data by a member of Trust & Safety
is
``[p]mydata ownermanagement processdiscordrequest``
This will cause the bot to get rid of or disassociate all data
from the specified user ID.
.. warning::
You should not use this unless
Discord has specifically requested this with regard to a deleted user.
This will remove the user from various anti-abuse measures.
If you are processing a manual request from a user, read the next section
How to process deletion requests from users
-------------------------------------------
You can point users to the command ``[p]mydata forgetme`` as a first step.
If users cannot use that for some reason, the command
``[p]mydata ownermanagement deleteforuser``
exists as a way to handle this as if the user had done it themselves.
Be careful about using the other owner level deletion options on behalf of users,
as this may also result in losing operational data such as data used to prevent spam.
What owners and hosts are responsible for
-----------------------------------------
Owners and hosts must comply both with Discord's terms of service and any applicable laws.
Owners and hosts are responsible for all actions their bot takes.
We cannot give specific guidance on this, but recommend that if there are any issues
you be forthright with users, own up to any mistakes, and do your best to handle it.

View File

@@ -17,14 +17,9 @@ Guarantees
Anything in the ``redbot.core`` module or any of its submodules Anything in the ``redbot.core`` module or any of its submodules
which is not private (even if not documented) should not break without notice. which is not private (even if not documented) should not break without notice.
Anything in the ``redbot.cogs`` and ``redbot.vendored`` modules or any of their submodules is specifically Anything in the ``redbot.cogs`` module or any of it's submodules is specifically
excluded from being guaranteed. excluded from being guaranteed.
Method names and names of attributes of classes, functions, extensions, and modules
provided by or provided to the bot should not begin with
``red_`` or be of the form ``__red_*__`` except as documented.
This allows us to add certain optional features non-breakingly without a name conflict.
Any RPC method exposed by Red may break without notice. Any RPC method exposed by Red may break without notice.
If you would like something in here to be guaranteed, If you would like something in here to be guaranteed,

View File

@@ -5,18 +5,24 @@ if [%1] == [] goto help
REM This allows us to expand variables at execution REM This allows us to expand variables at execution
setlocal ENABLEDELAYEDEXPANSION setlocal ENABLEDELAYEDEXPANSION
REM This will set PYFILES as a list of tracked .py files
set PYFILES=
for /F "tokens=* USEBACKQ" %%A in (`git ls-files "*.py"`) do (
set PYFILES=!PYFILES! %%A
)
goto %1 goto %1
:reformat :reformat
black "%~dp0." black !PYFILES!
exit /B %ERRORLEVEL% exit /B %ERRORLEVEL%
:stylecheck :stylecheck
black --check "%~dp0." black --check !PYFILES!
exit /B %ERRORLEVEL% exit /B %ERRORLEVEL%
:stylediff :stylediff
black --check --diff "%~dp0." black --check --diff !PYFILES!
exit /B %ERRORLEVEL% exit /B %ERRORLEVEL%
:newenv :newenv

View File

@@ -14,10 +14,5 @@
| buck-out | buck-out
| build | build
| dist | dist
| redbot\/vendored
)/ )/
''' '''
[tool.pytest.ini_options]
minversion = "6.0"
addopts = "--import-mode=importlib"

View File

@@ -191,7 +191,7 @@ def _update_event_loop_policy():
_asyncio.set_event_loop_policy(_uvloop.EventLoopPolicy()) _asyncio.set_event_loop_policy(_uvloop.EventLoopPolicy())
__version__ = "3.4.0" __version__ = "3.3.10.dev1"
version_info = VersionInfo.from_str(__version__) version_info = VersionInfo.from_str(__version__)
# Filter fuzzywuzzy slow sequence matcher warning # Filter fuzzywuzzy slow sequence matcher warning
@@ -213,3 +213,13 @@ if "--debug" not in _sys.argv:
# DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10. # DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10.
# self._event = asyncio.Event(loop=loop) # self._event = asyncio.Event(loop=loop)
_warnings.filterwarnings("ignore", category=DeprecationWarning, module="aiohttp", lineno=21) _warnings.filterwarnings("ignore", category=DeprecationWarning, module="aiohttp", lineno=21)
# DeprecationWarning: rename klass to create_protocol
# warnings.warn("rename klass to create_protocol", DeprecationWarning)
_warnings.filterwarnings(
"ignore", category=DeprecationWarning, module="websockets", lineno=407
)
# DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10.
# transport, protocol = await self._create_connection()
_warnings.filterwarnings(
"ignore", category=DeprecationWarning, module="websockets", lineno=535
)

View File

@@ -1,4 +1,3 @@
import asyncio
import logging import logging
from typing import Tuple from typing import Tuple
@@ -73,49 +72,15 @@ class Admin(commands.Cog):
def __init__(self): def __init__(self):
self.config = Config.get_conf(self, 8237492837454039, force_registration=True) self.config = Config.get_conf(self, 8237492837454039, force_registration=True)
self.config.register_global(serverlocked=False, schema_version=0) self.config.register_global(serverlocked=False)
self.config.register_guild( self.config.register_guild(
announce_channel=None, selfroles=[], # Integer ID # List of integer ID's announce_ignore=False,
announce_channel=None, # Integer ID
selfroles=[], # List of integer ID's
) )
self.__current_announcer = None self.__current_announcer = None
self._ready = asyncio.Event()
asyncio.create_task(self.handle_migrations())
# As this is a data migration, don't store this for cancelation.
async def cog_before_invoke(self, ctx: commands.Context):
await self._ready.wait()
async def red_delete_data_for_user(self, **kwargs):
""" Nothing to delete """
return
async def handle_migrations(self):
lock = self.config.get_guilds_lock()
async with lock:
# This prevents the edge case of someone loading admin,
# unloading it, loading it again during a migration
current_schema = await self.config.schema_version()
if current_schema == 0:
await self.migrate_config_from_0_to_1()
await self.config.schema_version.set(1)
self._ready.set()
async def migrate_config_from_0_to_1(self):
all_guilds = await self.config.all_guilds()
for guild_id, guild_data in all_guilds.items():
if guild_data.get("announce_ignore", False):
async with self.config.guild_from_id(guild_id).all(
acquire_lock=False
) as guild_config:
guild_config.pop("announce_channel", None)
guild_config.pop("announce_ignore", None)
def cog_unload(self): def cog_unload(self):
try: try:
@@ -355,7 +320,7 @@ class Admin(commands.Cog):
async def announceset_channel(self, ctx, *, channel: discord.TextChannel = None): async def announceset_channel(self, ctx, *, channel: discord.TextChannel = None):
""" """
Change the channel where the bot will send announcements. Change the channel where the bot will send announcements.
If channel is left blank it defaults to the current channel. If channel is left blank it defaults to the current channel.
""" """
if channel is None: if channel is None:
@@ -365,11 +330,21 @@ class Admin(commands.Cog):
_("The announcement channel has been set to {channel.mention}").format(channel=channel) _("The announcement channel has been set to {channel.mention}").format(channel=channel)
) )
@announceset.command(name="clearchannel") @announceset.command(name="ignore")
async def announceset_clear_channel(self, ctx): async def announceset_ignore(self, ctx):
"""Unsets the channel for announcements.""" """Toggle announcements being enabled this server."""
await self.config.guild(ctx.guild).announce_channel.clear() ignored = await self.config.guild(ctx.guild).announce_ignore()
await ctx.tick() await self.config.guild(ctx.guild).announce_ignore.set(not ignored)
if ignored:
await ctx.send(
_("The server {guild.name} will receive announcements.").format(guild=ctx.guild)
)
else:
await ctx.send(
_("The server {guild.name} will not receive announcements.").format(
guild=ctx.guild
)
)
async def _valid_selfroles(self, guild: discord.Guild) -> Tuple[discord.Role]: async def _valid_selfroles(self, guild: discord.Guild) -> Tuple[discord.Role]:
""" """

View File

@@ -1,5 +1,4 @@
import asyncio import asyncio
from typing import Optional
import discord import discord
from redbot.core import commands from redbot.core import commands
@@ -39,11 +38,20 @@ class Announcer:
""" """
self.active = False self.active = False
async def _get_announce_channel(self, guild: discord.Guild) -> Optional[discord.TextChannel]: async def _get_announce_channel(self, guild: discord.Guild) -> discord.TextChannel:
if await self.ctx.bot.cog_disabled_in_guild_raw("Admin", guild.id):
return
channel_id = await self.config.guild(guild).announce_channel() channel_id = await self.config.guild(guild).announce_channel()
return guild.get_channel(channel_id) channel = None
if channel_id is not None:
channel = guild.get_channel(channel_id)
if channel is None:
channel = guild.system_channel
if channel is None:
channel = guild.text_channels[0]
return channel
async def announcer(self): async def announcer(self):
guild_list = self.ctx.bot.guilds guild_list = self.ctx.bot.guilds
@@ -52,16 +60,15 @@ class Announcer:
if not self.active: if not self.active:
return return
if await self.config.guild(g).announce_ignore():
continue
channel = await self._get_announce_channel(g) channel = await self._get_announce_channel(g)
if channel: try:
if channel.permissions_for(g.me).send_messages: await channel.send(self.message)
try: except discord.Forbidden:
await channel.send(self.message) failed.append(str(g.id))
except discord.Forbidden:
failed.append(str(g.id))
else:
failed.append(str(g.id))
if failed: if failed:
msg = ( msg = (

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-04-23 12:07+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Afrikaans\n" "Language-Team: Afrikaans\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,210 +15,218 @@ msgstr ""
"X-Crowdin-File-ID: 42\n" "X-Crowdin-File-ID: 42\n"
"Language: af_ZA\n" "Language: af_ZA\n"
#: redbot/cogs/admin/admin.py:18 #: redbot/cogs/admin/admin.py:17
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:23 #: redbot/cogs/admin/admin.py:22
msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:29 #: redbot/cogs/admin/admin.py:28
msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:35 #: redbot/cogs/admin/admin.py:34
msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:41 #: redbot/cogs/admin/admin.py:40
msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:47 #: redbot/cogs/admin/admin.py:46
msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:53 #: redbot/cogs/admin/admin.py:52
msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:59 #: redbot/cogs/admin/admin.py:58
msgid "I need manage roles permission to do that." msgid "I need manage roles permission to do that."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:61 #: redbot/cogs/admin/admin.py:60
msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:71 #: redbot/cogs/admin/admin.py:70
#, docstring #, docstring
msgid "A collection of server administration utilities." msgid "A collection of server administration utilities."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:161 #: redbot/cogs/admin/admin.py:126
msgid "{member.display_name} already has the role {role.name}." msgid "{member.display_name} already has the role {role.name}."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:181 #: redbot/cogs/admin/admin.py:146
msgid "I successfully added {role.name} to {member.display_name}" msgid "I successfully added {role.name} to {member.display_name}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:191 #: redbot/cogs/admin/admin.py:156
msgid "{member.display_name} does not have the role {role.name}." msgid "{member.display_name} does not have the role {role.name}."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:211 #: redbot/cogs/admin/admin.py:176
msgid "I successfully removed {role.name} from {member.display_name}" msgid "I successfully removed {role.name} from {member.display_name}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:222 #: redbot/cogs/admin/admin.py:187
#, docstring #, docstring
msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:238 #: redbot/cogs/admin/admin.py:203
#, docstring #, docstring
msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:252 #: redbot/cogs/admin/admin.py:217
#, docstring #, docstring
msgid "Edit role settings." msgid "Edit role settings."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:259 #: redbot/cogs/admin/admin.py:224
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 #: redbot/cogs/admin/admin.py:253 redbot/cogs/admin/admin.py:286
msgid "Done." msgid "Done."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:292 #: redbot/cogs/admin/admin.py:257
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:326 #: redbot/cogs/admin/admin.py:291
#, docstring #, docstring
msgid "Announce a message to all servers the bot is in." msgid "Announce a message to all servers the bot is in."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:333 #: redbot/cogs/admin/admin.py:298
msgid "The announcement has begun." msgid "The announcement has begun."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:340 #: redbot/cogs/admin/admin.py:305
#, docstring #, docstring
msgid "Cancel a running announce." msgid "Cancel a running announce."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:342 #: redbot/cogs/admin/admin.py:307
msgid "There is no currently running announcement." msgid "There is no currently running announcement."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:345 #: redbot/cogs/admin/admin.py:310
msgid "The current announcement has been cancelled." msgid "The current announcement has been cancelled."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:351 #: redbot/cogs/admin/admin.py:316
#, docstring #, docstring
msgid "Change how announcements are sent in this guild." msgid "Change how announcements are sent in this guild."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:356 #: redbot/cogs/admin/admin.py:321
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\\n Change the channel where the bot will send announcements.\\n \\n If channel is left blank it defaults to the current channel.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:365 #: redbot/cogs/admin/admin.py:330
msgid "The announcement channel has been set to {channel.mention}" msgid "The announcement channel has been set to {channel.mention}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:335
#, docstring
msgid "Toggle announcements being enabled this server."
msgstr ""
#: redbot/cogs/admin/admin.py:340
msgid "The server {guild.name} will receive announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:344
msgid "The server {guild.name} will not receive announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:370 #: redbot/cogs/admin/admin.py:370
#, docstring #, docstring
msgid "Unsets the channel for announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:395
#, docstring
msgid "Apply selfroles." msgid "Apply selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:400 #: redbot/cogs/admin/admin.py:375
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:411 #: redbot/cogs/admin/admin.py:386
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:422 #: redbot/cogs/admin/admin.py:397
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\\n Lists all available selfroles.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:432 #: redbot/cogs/admin/admin.py:407
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\\n{selfroles}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:438 #: redbot/cogs/admin/admin.py:413
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:443 #: redbot/cogs/admin/admin.py:418
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:450 #: redbot/cogs/admin/admin.py:425
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:458 #: redbot/cogs/admin/admin.py:433
msgid "Added." msgid "Added."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:461 #: redbot/cogs/admin/admin.py:436
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:465 #: redbot/cogs/admin/admin.py:440
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:472 #: redbot/cogs/admin/admin.py:447
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:480 #: redbot/cogs/admin/admin.py:455
msgid "Removed." msgid "Removed."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:485 #: redbot/cogs/admin/admin.py:460
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:490 #: redbot/cogs/admin/admin.py:465
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:492 #: redbot/cogs/admin/admin.py:467
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/announcer.py:68 #: redbot/cogs/admin/announcer.py:75
msgid "I could not announce to the following server: " msgid "I could not announce to the following server: "
msgstr "" msgstr ""
#: redbot/cogs/admin/announcer.py:70 #: redbot/cogs/admin/announcer.py:77
msgid "I could not announce to the following servers: " msgid "I could not announce to the following servers: "
msgstr "" msgstr ""

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-04-23 12:07+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Arabic\n" "Language-Team: Arabic\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,210 +15,218 @@ msgstr ""
"X-Crowdin-File-ID: 42\n" "X-Crowdin-File-ID: 42\n"
"Language: ar_SA\n" "Language: ar_SA\n"
#: redbot/cogs/admin/admin.py:18 #: redbot/cogs/admin/admin.py:17
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
msgstr "حاولت القيام بشيء لا أملك تصريح من ديسكورد لفعله. فشل أمرك في إكمال نجاحه." msgstr "حاولت القيام بشيء لا أملك تصريح من ديسكورد لفعله. فشل أمرك في إكمال نجاحه."
#: redbot/cogs/admin/admin.py:23 #: redbot/cogs/admin/admin.py:22
msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:29 #: redbot/cogs/admin/admin.py:28
msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:35 #: redbot/cogs/admin/admin.py:34
msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:41 #: redbot/cogs/admin/admin.py:40
msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:47 #: redbot/cogs/admin/admin.py:46
msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:53 #: redbot/cogs/admin/admin.py:52
msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:59 #: redbot/cogs/admin/admin.py:58
msgid "I need manage roles permission to do that." msgid "I need manage roles permission to do that."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:61 #: redbot/cogs/admin/admin.py:60
msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first."
msgstr "أنا بالفعل أُعلن شيئاً. إذا كنت ترغب في إصدار إعلان مختلف الرجاء إستخدام `{prefix}announce cancel` أولاً." msgstr "أنا بالفعل أُعلن شيئاً. إذا كنت ترغب في إصدار إعلان مختلف الرجاء إستخدام `{prefix}announce cancel` أولاً."
#: redbot/cogs/admin/admin.py:71 #: redbot/cogs/admin/admin.py:70
#, docstring #, docstring
msgid "A collection of server administration utilities." msgid "A collection of server administration utilities."
msgstr "مجموعة من أدوات إدارة السيرفر." msgstr "مجموعة من أدوات إدارة السيرفر."
#: redbot/cogs/admin/admin.py:161 #: redbot/cogs/admin/admin.py:126
msgid "{member.display_name} already has the role {role.name}." msgid "{member.display_name} already has the role {role.name}."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:181 #: redbot/cogs/admin/admin.py:146
msgid "I successfully added {role.name} to {member.display_name}" msgid "I successfully added {role.name} to {member.display_name}"
msgstr "لقد قمت بنجاح بإضافة {role.name} إلى {member.display_name}" msgstr "لقد قمت بنجاح بإضافة {role.name} إلى {member.display_name}"
#: redbot/cogs/admin/admin.py:191 #: redbot/cogs/admin/admin.py:156
msgid "{member.display_name} does not have the role {role.name}." msgid "{member.display_name} does not have the role {role.name}."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:211 #: redbot/cogs/admin/admin.py:176
msgid "I successfully removed {role.name} from {member.display_name}" msgid "I successfully removed {role.name} from {member.display_name}"
msgstr "لقد قمت بنجاح بإزالة {role.name} من {member.display_name}" msgstr "لقد قمت بنجاح بإزالة {role.name} من {member.display_name}"
#: redbot/cogs/admin/admin.py:222 #: redbot/cogs/admin/admin.py:187
#, docstring #, docstring
msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:238 #: redbot/cogs/admin/admin.py:203
#, docstring #, docstring
msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:252 #: redbot/cogs/admin/admin.py:217
#, docstring #, docstring
msgid "Edit role settings." msgid "Edit role settings."
msgstr "تعديل إعدادات الرتبة." msgstr "تعديل إعدادات الرتبة."
#: redbot/cogs/admin/admin.py:259 #: redbot/cogs/admin/admin.py:224
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 #: redbot/cogs/admin/admin.py:253 redbot/cogs/admin/admin.py:286
msgid "Done." msgid "Done."
msgstr "تم." msgstr "تم."
#: redbot/cogs/admin/admin.py:292 #: redbot/cogs/admin/admin.py:257
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:326 #: redbot/cogs/admin/admin.py:291
#, docstring #, docstring
msgid "Announce a message to all servers the bot is in." msgid "Announce a message to all servers the bot is in."
msgstr "الإعلان عن رسالة إلى جميع السيرفرات المتواجد بها البوت." msgstr "الإعلان عن رسالة إلى جميع السيرفرات المتواجد بها البوت."
#: redbot/cogs/admin/admin.py:333 #: redbot/cogs/admin/admin.py:298
msgid "The announcement has begun." msgid "The announcement has begun."
msgstr "تم البدء في الإعلان." msgstr "تم البدء في الإعلان."
#: redbot/cogs/admin/admin.py:340 #: redbot/cogs/admin/admin.py:305
#, docstring #, docstring
msgid "Cancel a running announce." msgid "Cancel a running announce."
msgstr "إلغاء إعلان جارٍ." msgstr "إلغاء إعلان جارٍ."
#: redbot/cogs/admin/admin.py:342 #: redbot/cogs/admin/admin.py:307
msgid "There is no currently running announcement." msgid "There is no currently running announcement."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:345 #: redbot/cogs/admin/admin.py:310
msgid "The current announcement has been cancelled." msgid "The current announcement has been cancelled."
msgstr "تم إلغاء الإعلان الحالي." msgstr "تم إلغاء الإعلان الحالي."
#: redbot/cogs/admin/admin.py:351 #: redbot/cogs/admin/admin.py:316
#, docstring #, docstring
msgid "Change how announcements are sent in this guild." msgid "Change how announcements are sent in this guild."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:356 #: redbot/cogs/admin/admin.py:321
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\\n Change the channel where the bot will send announcements.\\n \\n If channel is left blank it defaults to the current channel.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:365 #: redbot/cogs/admin/admin.py:330
msgid "The announcement channel has been set to {channel.mention}" msgid "The announcement channel has been set to {channel.mention}"
msgstr "تم تحديث قناة الإعلانات إلى {channel.mention}" msgstr "تم تحديث قناة الإعلانات إلى {channel.mention}"
#: redbot/cogs/admin/admin.py:370 #: redbot/cogs/admin/admin.py:335
#, docstring #, docstring
msgid "Unsets the channel for announcements." msgid "Toggle announcements being enabled this server."
msgstr "" msgstr "تم تمكين الإعلانات في السيرفر."
#: redbot/cogs/admin/admin.py:395 #: redbot/cogs/admin/admin.py:340
msgid "The server {guild.name} will receive announcements."
msgstr "سيرفر {guild.name} سيتلقى إعلانات الآن."
#: redbot/cogs/admin/admin.py:344
msgid "The server {guild.name} will not receive announcements."
msgstr "سيرفر {guild.name} لن يتلقى إعلانات."
#: redbot/cogs/admin/admin.py:370
#, docstring #, docstring
msgid "Apply selfroles." msgid "Apply selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:400 #: redbot/cogs/admin/admin.py:375
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:411 #: redbot/cogs/admin/admin.py:386
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:422 #: redbot/cogs/admin/admin.py:397
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\\n Lists all available selfroles.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:432 #: redbot/cogs/admin/admin.py:407
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\\n{selfroles}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:438 #: redbot/cogs/admin/admin.py:413
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:443 #: redbot/cogs/admin/admin.py:418
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:450 #: redbot/cogs/admin/admin.py:425
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:458 #: redbot/cogs/admin/admin.py:433
msgid "Added." msgid "Added."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:461 #: redbot/cogs/admin/admin.py:436
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:465 #: redbot/cogs/admin/admin.py:440
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:472 #: redbot/cogs/admin/admin.py:447
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:480 #: redbot/cogs/admin/admin.py:455
msgid "Removed." msgid "Removed."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:485 #: redbot/cogs/admin/admin.py:460
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "قفل البوت للسيرفر الحالي فقط." msgstr "قفل البوت للسيرفر الحالي فقط."
#: redbot/cogs/admin/admin.py:490 #: redbot/cogs/admin/admin.py:465
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "لم يعد البوت مقفول للسيرفر الحالي فقط." msgstr "لم يعد البوت مقفول للسيرفر الحالي فقط."
#: redbot/cogs/admin/admin.py:492 #: redbot/cogs/admin/admin.py:467
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "لقد تم قفل البوت للسيرفر الحالي فقط." msgstr "لقد تم قفل البوت للسيرفر الحالي فقط."
#: redbot/cogs/admin/announcer.py:68 #: redbot/cogs/admin/announcer.py:75
msgid "I could not announce to the following server: " msgid "I could not announce to the following server: "
msgstr "" msgstr ""
#: redbot/cogs/admin/announcer.py:70 #: redbot/cogs/admin/announcer.py:77
msgid "I could not announce to the following servers: " msgid "I could not announce to the following servers: "
msgstr "" msgstr ""

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-04-23 12:07+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Bulgarian\n" "Language-Team: Bulgarian\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,210 +15,218 @@ msgstr ""
"X-Crowdin-File-ID: 42\n" "X-Crowdin-File-ID: 42\n"
"Language: bg_BG\n" "Language: bg_BG\n"
#: redbot/cogs/admin/admin.py:18 #: redbot/cogs/admin/admin.py:17
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:23 #: redbot/cogs/admin/admin.py:22
msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:29 #: redbot/cogs/admin/admin.py:28
msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:35 #: redbot/cogs/admin/admin.py:34
msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:41 #: redbot/cogs/admin/admin.py:40
msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:47 #: redbot/cogs/admin/admin.py:46
msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:53 #: redbot/cogs/admin/admin.py:52
msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:59 #: redbot/cogs/admin/admin.py:58
msgid "I need manage roles permission to do that." msgid "I need manage roles permission to do that."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:61 #: redbot/cogs/admin/admin.py:60
msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:71 #: redbot/cogs/admin/admin.py:70
#, docstring #, docstring
msgid "A collection of server administration utilities." msgid "A collection of server administration utilities."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:161 #: redbot/cogs/admin/admin.py:126
msgid "{member.display_name} already has the role {role.name}." msgid "{member.display_name} already has the role {role.name}."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:181 #: redbot/cogs/admin/admin.py:146
msgid "I successfully added {role.name} to {member.display_name}" msgid "I successfully added {role.name} to {member.display_name}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:191 #: redbot/cogs/admin/admin.py:156
msgid "{member.display_name} does not have the role {role.name}." msgid "{member.display_name} does not have the role {role.name}."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:211 #: redbot/cogs/admin/admin.py:176
msgid "I successfully removed {role.name} from {member.display_name}" msgid "I successfully removed {role.name} from {member.display_name}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:222 #: redbot/cogs/admin/admin.py:187
#, docstring #, docstring
msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:238 #: redbot/cogs/admin/admin.py:203
#, docstring #, docstring
msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:252 #: redbot/cogs/admin/admin.py:217
#, docstring #, docstring
msgid "Edit role settings." msgid "Edit role settings."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:259 #: redbot/cogs/admin/admin.py:224
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 #: redbot/cogs/admin/admin.py:253 redbot/cogs/admin/admin.py:286
msgid "Done." msgid "Done."
msgstr "Завършено." msgstr "Завършено."
#: redbot/cogs/admin/admin.py:292 #: redbot/cogs/admin/admin.py:257
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:326 #: redbot/cogs/admin/admin.py:291
#, docstring #, docstring
msgid "Announce a message to all servers the bot is in." msgid "Announce a message to all servers the bot is in."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:333 #: redbot/cogs/admin/admin.py:298
msgid "The announcement has begun." msgid "The announcement has begun."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:340 #: redbot/cogs/admin/admin.py:305
#, docstring #, docstring
msgid "Cancel a running announce." msgid "Cancel a running announce."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:342 #: redbot/cogs/admin/admin.py:307
msgid "There is no currently running announcement." msgid "There is no currently running announcement."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:345 #: redbot/cogs/admin/admin.py:310
msgid "The current announcement has been cancelled." msgid "The current announcement has been cancelled."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:351 #: redbot/cogs/admin/admin.py:316
#, docstring #, docstring
msgid "Change how announcements are sent in this guild." msgid "Change how announcements are sent in this guild."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:356 #: redbot/cogs/admin/admin.py:321
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\\n Change the channel where the bot will send announcements.\\n \\n If channel is left blank it defaults to the current channel.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:365 #: redbot/cogs/admin/admin.py:330
msgid "The announcement channel has been set to {channel.mention}" msgid "The announcement channel has been set to {channel.mention}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:335
#, docstring
msgid "Toggle announcements being enabled this server."
msgstr ""
#: redbot/cogs/admin/admin.py:340
msgid "The server {guild.name} will receive announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:344
msgid "The server {guild.name} will not receive announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:370 #: redbot/cogs/admin/admin.py:370
#, docstring #, docstring
msgid "Unsets the channel for announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:395
#, docstring
msgid "Apply selfroles." msgid "Apply selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:400 #: redbot/cogs/admin/admin.py:375
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:411 #: redbot/cogs/admin/admin.py:386
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:422 #: redbot/cogs/admin/admin.py:397
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\\n Lists all available selfroles.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:432 #: redbot/cogs/admin/admin.py:407
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\\n{selfroles}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:438 #: redbot/cogs/admin/admin.py:413
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:443 #: redbot/cogs/admin/admin.py:418
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:450 #: redbot/cogs/admin/admin.py:425
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:458 #: redbot/cogs/admin/admin.py:433
msgid "Added." msgid "Added."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:461 #: redbot/cogs/admin/admin.py:436
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:465 #: redbot/cogs/admin/admin.py:440
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:472 #: redbot/cogs/admin/admin.py:447
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:480 #: redbot/cogs/admin/admin.py:455
msgid "Removed." msgid "Removed."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:485 #: redbot/cogs/admin/admin.py:460
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:490 #: redbot/cogs/admin/admin.py:465
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:492 #: redbot/cogs/admin/admin.py:467
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/announcer.py:68 #: redbot/cogs/admin/announcer.py:75
msgid "I could not announce to the following server: " msgid "I could not announce to the following server: "
msgstr "" msgstr ""
#: redbot/cogs/admin/announcer.py:70 #: redbot/cogs/admin/announcer.py:77
msgid "I could not announce to the following servers: " msgid "I could not announce to the following servers: "
msgstr "" msgstr ""

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-04-23 12:07+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Catalan\n" "Language-Team: Catalan\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,210 +15,218 @@ msgstr ""
"X-Crowdin-File-ID: 42\n" "X-Crowdin-File-ID: 42\n"
"Language: ca_ES\n" "Language: ca_ES\n"
#: redbot/cogs/admin/admin.py:18 #: redbot/cogs/admin/admin.py:17
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:23 #: redbot/cogs/admin/admin.py:22
msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:29 #: redbot/cogs/admin/admin.py:28
msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:35 #: redbot/cogs/admin/admin.py:34
msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:41 #: redbot/cogs/admin/admin.py:40
msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:47 #: redbot/cogs/admin/admin.py:46
msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:53 #: redbot/cogs/admin/admin.py:52
msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:59 #: redbot/cogs/admin/admin.py:58
msgid "I need manage roles permission to do that." msgid "I need manage roles permission to do that."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:61 #: redbot/cogs/admin/admin.py:60
msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:71 #: redbot/cogs/admin/admin.py:70
#, docstring #, docstring
msgid "A collection of server administration utilities." msgid "A collection of server administration utilities."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:161 #: redbot/cogs/admin/admin.py:126
msgid "{member.display_name} already has the role {role.name}." msgid "{member.display_name} already has the role {role.name}."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:181 #: redbot/cogs/admin/admin.py:146
msgid "I successfully added {role.name} to {member.display_name}" msgid "I successfully added {role.name} to {member.display_name}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:191 #: redbot/cogs/admin/admin.py:156
msgid "{member.display_name} does not have the role {role.name}." msgid "{member.display_name} does not have the role {role.name}."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:211 #: redbot/cogs/admin/admin.py:176
msgid "I successfully removed {role.name} from {member.display_name}" msgid "I successfully removed {role.name} from {member.display_name}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:222 #: redbot/cogs/admin/admin.py:187
#, docstring #, docstring
msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:238 #: redbot/cogs/admin/admin.py:203
#, docstring #, docstring
msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:252 #: redbot/cogs/admin/admin.py:217
#, docstring #, docstring
msgid "Edit role settings." msgid "Edit role settings."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:259 #: redbot/cogs/admin/admin.py:224
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 #: redbot/cogs/admin/admin.py:253 redbot/cogs/admin/admin.py:286
msgid "Done." msgid "Done."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:292 #: redbot/cogs/admin/admin.py:257
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:326 #: redbot/cogs/admin/admin.py:291
#, docstring #, docstring
msgid "Announce a message to all servers the bot is in." msgid "Announce a message to all servers the bot is in."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:333 #: redbot/cogs/admin/admin.py:298
msgid "The announcement has begun." msgid "The announcement has begun."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:340 #: redbot/cogs/admin/admin.py:305
#, docstring #, docstring
msgid "Cancel a running announce." msgid "Cancel a running announce."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:342 #: redbot/cogs/admin/admin.py:307
msgid "There is no currently running announcement." msgid "There is no currently running announcement."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:345 #: redbot/cogs/admin/admin.py:310
msgid "The current announcement has been cancelled." msgid "The current announcement has been cancelled."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:351 #: redbot/cogs/admin/admin.py:316
#, docstring #, docstring
msgid "Change how announcements are sent in this guild." msgid "Change how announcements are sent in this guild."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:356 #: redbot/cogs/admin/admin.py:321
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\\n Change the channel where the bot will send announcements.\\n \\n If channel is left blank it defaults to the current channel.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:365 #: redbot/cogs/admin/admin.py:330
msgid "The announcement channel has been set to {channel.mention}" msgid "The announcement channel has been set to {channel.mention}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:335
#, docstring
msgid "Toggle announcements being enabled this server."
msgstr ""
#: redbot/cogs/admin/admin.py:340
msgid "The server {guild.name} will receive announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:344
msgid "The server {guild.name} will not receive announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:370 #: redbot/cogs/admin/admin.py:370
#, docstring #, docstring
msgid "Unsets the channel for announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:395
#, docstring
msgid "Apply selfroles." msgid "Apply selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:400 #: redbot/cogs/admin/admin.py:375
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:411 #: redbot/cogs/admin/admin.py:386
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:422 #: redbot/cogs/admin/admin.py:397
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\\n Lists all available selfroles.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:432 #: redbot/cogs/admin/admin.py:407
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\\n{selfroles}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:438 #: redbot/cogs/admin/admin.py:413
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:443 #: redbot/cogs/admin/admin.py:418
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:450 #: redbot/cogs/admin/admin.py:425
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:458 #: redbot/cogs/admin/admin.py:433
msgid "Added." msgid "Added."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:461 #: redbot/cogs/admin/admin.py:436
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:465 #: redbot/cogs/admin/admin.py:440
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:472 #: redbot/cogs/admin/admin.py:447
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:480 #: redbot/cogs/admin/admin.py:455
msgid "Removed." msgid "Removed."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:485 #: redbot/cogs/admin/admin.py:460
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:490 #: redbot/cogs/admin/admin.py:465
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:492 #: redbot/cogs/admin/admin.py:467
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/announcer.py:68 #: redbot/cogs/admin/announcer.py:75
msgid "I could not announce to the following server: " msgid "I could not announce to the following server: "
msgstr "" msgstr ""
#: redbot/cogs/admin/announcer.py:70 #: redbot/cogs/admin/announcer.py:77
msgid "I could not announce to the following servers: " msgid "I could not announce to the following servers: "
msgstr "" msgstr ""

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-04-23 12:07+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Czech\n" "Language-Team: Czech\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,210 +15,218 @@ msgstr ""
"X-Crowdin-File-ID: 42\n" "X-Crowdin-File-ID: 42\n"
"Language: cs_CZ\n" "Language: cs_CZ\n"
#: redbot/cogs/admin/admin.py:18 #: redbot/cogs/admin/admin.py:17
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
msgstr "Pokusil jsem se udělat něco, co mi Discord odepřel. Tvůj příkaz se nepodažilo úspěšně dokončit." msgstr "Pokusil jsem se udělat něco, co mi Discord odepřel. Tvůj příkaz se nepodažilo úspěšně dokončit."
#: redbot/cogs/admin/admin.py:23 #: redbot/cogs/admin/admin.py:22
msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "Nemohu dát {role.name} uživateli {member.display_name}, protože tato role je vyšší nebo rovna mé nejvyšší roli v Discord hierarchii." msgstr "Nemohu dát {role.name} uživateli {member.display_name}, protože tato role je vyšší nebo rovna mé nejvyšší roli v Discord hierarchii."
#: redbot/cogs/admin/admin.py:29 #: redbot/cogs/admin/admin.py:28
msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "Nemohu odebrat {role.name} uživateli {member.display_name}, protože tato role je vyšší nebo rovna mé nejvyšší roli v Discord hierarchii." msgstr "Nemohu odebrat {role.name} uživateli {member.display_name}, protože tato role je vyšší nebo rovna mé nejvyšší roli v Discord hierarchii."
#: redbot/cogs/admin/admin.py:35 #: redbot/cogs/admin/admin.py:34
msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy."
msgstr "Nemohu upravit {role.name}, protože tato role je vyšší, než moje nebo stejná jako nejvyšší role v Discord hierarchii." msgstr "Nemohu upravit {role.name}, protože tato role je vyšší, než moje nebo stejná jako nejvyšší role v Discord hierarchii."
#: redbot/cogs/admin/admin.py:41 #: redbot/cogs/admin/admin.py:40
msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "Nemohu ti dovolit dát {role.name} uživateli {member.display_name}, protože tato role je vyšší nebo rovna tvé nejvyšší roli v Discord hierarchii." msgstr "Nemohu ti dovolit dát {role.name} uživateli {member.display_name}, protože tato role je vyšší nebo rovna tvé nejvyšší roli v Discord hierarchii."
#: redbot/cogs/admin/admin.py:47 #: redbot/cogs/admin/admin.py:46
msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "Nemohu ti dovolit odebrat {role.name} uživateli {member.display_name}, protože tato role je vyšší nebo rovna tvé nejvyšší roli v Discord hierarchii." msgstr "Nemohu ti dovolit odebrat {role.name} uživateli {member.display_name}, protože tato role je vyšší nebo rovna tvé nejvyšší roli v Discord hierarchii."
#: redbot/cogs/admin/admin.py:53 #: redbot/cogs/admin/admin.py:52
msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "Nemohu ti dovolit upravit {role.name}, protože tato role je vyšší nebo rovna tvé nejvyšší roli v Discord hierarchii." msgstr "Nemohu ti dovolit upravit {role.name}, protože tato role je vyšší nebo rovna tvé nejvyšší roli v Discord hierarchii."
#: redbot/cogs/admin/admin.py:59 #: redbot/cogs/admin/admin.py:58
msgid "I need manage roles permission to do that." msgid "I need manage roles permission to do that."
msgstr "K tomu potřebuji oprávnění spravovat role." msgstr "K tomu potřebuji oprávnění spravovat role."
#: redbot/cogs/admin/admin.py:61 #: redbot/cogs/admin/admin.py:60
msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first."
msgstr "Už něco oznamuji. Pokud bys rád provedl jiné oznámení, nejdříve použij `{prefix}announce cancel`." msgstr "Už něco oznamuji. Pokud bys rád provedl jiné oznámení, nejdříve použij `{prefix}announce cancel`."
#: redbot/cogs/admin/admin.py:71 #: redbot/cogs/admin/admin.py:70
#, docstring #, docstring
msgid "A collection of server administration utilities." msgid "A collection of server administration utilities."
msgstr "Kolekce nástrojů pro správu serveru." msgstr "Kolekce nástrojů pro správu serveru."
#: redbot/cogs/admin/admin.py:161 #: redbot/cogs/admin/admin.py:126
msgid "{member.display_name} already has the role {role.name}." msgid "{member.display_name} already has the role {role.name}."
msgstr "{member.display_name} již má roli {role.name}." msgstr "{member.display_name} již má roli {role.name}."
#: redbot/cogs/admin/admin.py:181 #: redbot/cogs/admin/admin.py:146
msgid "I successfully added {role.name} to {member.display_name}" msgid "I successfully added {role.name} to {member.display_name}"
msgstr "Úspěšně jsem přidal {role.name} k {member.display_name}" msgstr "Úspěšně jsem přidal {role.name} k {member.display_name}"
#: redbot/cogs/admin/admin.py:191 #: redbot/cogs/admin/admin.py:156
msgid "{member.display_name} does not have the role {role.name}." msgid "{member.display_name} does not have the role {role.name}."
msgstr "{member.display_name} již má roli {role.name}." msgstr "{member.display_name} již má roli {role.name}."
#: redbot/cogs/admin/admin.py:211 #: redbot/cogs/admin/admin.py:176
msgid "I successfully removed {role.name} from {member.display_name}" msgid "I successfully removed {role.name} from {member.display_name}"
msgstr "Úspěšně jsem odstranil {role.name} od {member.display_name}" msgstr "Úspěšně jsem odstranil {role.name} od {member.display_name}"
#: redbot/cogs/admin/admin.py:222 #: redbot/cogs/admin/admin.py:187
#, docstring #, docstring
msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "\\n Přidá roli uživateli.\\n\\n Pokud role obsahuje mezery, použijte dvojí uvozovky.\\n Ponecháte-li uživatel prázdný, výchozí hodnota autorovi příkazu.\\n " msgstr "\\n Přidá roli uživateli.\\n\\n Pokud role obsahuje mezery, použijte dvojí uvozovky.\\n Ponecháte-li uživatel prázdný, výchozí hodnota autorovi příkazu.\\n "
#: redbot/cogs/admin/admin.py:238 #: redbot/cogs/admin/admin.py:203
#, docstring #, docstring
msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "\\n Odebrat roli uživateli.\\n\\n Pokud role obsahuje mezery, použijte dvojí uvozovky.\\n Ponecháte-li uživatel prázdný, výchozí hodnota autorovi příkazu.\\n " msgstr "\\n Odebrat roli uživateli.\\n\\n Pokud role obsahuje mezery, použijte dvojí uvozovky.\\n Ponecháte-li uživatel prázdný, výchozí hodnota autorovi příkazu.\\n "
#: redbot/cogs/admin/admin.py:252 #: redbot/cogs/admin/admin.py:217
#, docstring #, docstring
msgid "Edit role settings." msgid "Edit role settings."
msgstr "Upraví nastavení role." msgstr "Upraví nastavení role."
#: redbot/cogs/admin/admin.py:259 #: redbot/cogs/admin/admin.py:224
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n "
msgstr "\\n Upravit barvu role.\\n\\n Pokud role obsahuje mezery, použij dvojité uvozovky.\\n Barva musí být v hexadecimálním formátu.\\n [Výběr barev online](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Příklady:\\n `[p]editrole colour \\\"Spravce\\\" #ff0000`\\n `[p]editrole colour Spravce #ff9900`\\n " msgstr "\\n Upravit barvu role.\\n\\n Pokud role obsahuje mezery, použij dvojité uvozovky.\\n Barva musí být v hexadecimálním formátu.\\n [Výběr barev online](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Příklady:\\n `[p]editrole colour \\\"Spravce\\\" #ff0000`\\n `[p]editrole colour Spravce #ff9900`\\n "
#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 #: redbot/cogs/admin/admin.py:253 redbot/cogs/admin/admin.py:286
msgid "Done." msgid "Done."
msgstr "Hotovo." msgstr "Hotovo."
#: redbot/cogs/admin/admin.py:292 #: redbot/cogs/admin/admin.py:257
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
msgstr "\\n Upraví název role\\n\\n Použijte dvojité uvozovky, pokud role nebo název obsahuje mezery.\\n\\n Příklady:\\n `[p]editrole name \\\"Spravce\\\" Admin`\\n " msgstr "\\n Upraví název role\\n\\n Použijte dvojité uvozovky, pokud role nebo název obsahuje mezery.\\n\\n Příklady:\\n `[p]editrole name \\\"Spravce\\\" Admin`\\n "
#: redbot/cogs/admin/admin.py:326 #: redbot/cogs/admin/admin.py:291
#, docstring #, docstring
msgid "Announce a message to all servers the bot is in." msgid "Announce a message to all servers the bot is in."
msgstr "Oznámit zprávu na všechny servery ve kterých je bot." msgstr "Oznámit zprávu na všechny servery ve kterých je bot."
#: redbot/cogs/admin/admin.py:333 #: redbot/cogs/admin/admin.py:298
msgid "The announcement has begun." msgid "The announcement has begun."
msgstr "Oznámení začalo." msgstr "Oznámení začalo."
#: redbot/cogs/admin/admin.py:340 #: redbot/cogs/admin/admin.py:305
#, docstring #, docstring
msgid "Cancel a running announce." msgid "Cancel a running announce."
msgstr "Zrušit běžící oznámení." msgstr "Zrušit běžící oznámení."
#: redbot/cogs/admin/admin.py:342 #: redbot/cogs/admin/admin.py:307
msgid "There is no currently running announcement." msgid "There is no currently running announcement."
msgstr "V současné době neexistuje žádné spuštěné oznámení." msgstr "V současné době neexistuje žádné spuštěné oznámení."
#: redbot/cogs/admin/admin.py:345 #: redbot/cogs/admin/admin.py:310
msgid "The current announcement has been cancelled." msgid "The current announcement has been cancelled."
msgstr "Momentální oznámení bylo zrušeno." msgstr "Momentální oznámení bylo zrušeno."
#: redbot/cogs/admin/admin.py:351 #: redbot/cogs/admin/admin.py:316
#, docstring #, docstring
msgid "Change how announcements are sent in this guild." msgid "Change how announcements are sent in this guild."
msgstr "Změňte způsob odesílání oznámení v tomto klanu." msgstr "Změňte způsob odesílání oznámení v tomto klanu."
#: redbot/cogs/admin/admin.py:356 #: redbot/cogs/admin/admin.py:321
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\\n Change the channel where the bot will send announcements.\\n \\n If channel is left blank it defaults to the current channel.\\n "
msgstr "" msgstr "\\n Změňte kanál, kde bude bot odesílat oznámení.\\n \\n Pokud je kanál ponechán prázdný, výchozí je aktuální kanál.\\n "
#: redbot/cogs/admin/admin.py:365 #: redbot/cogs/admin/admin.py:330
msgid "The announcement channel has been set to {channel.mention}" msgid "The announcement channel has been set to {channel.mention}"
msgstr "Kanál pro oznámení byl nastaven na {channel.mention}" msgstr "Kanál pro oznámení byl nastaven na {channel.mention}"
#: redbot/cogs/admin/admin.py:370 #: redbot/cogs/admin/admin.py:335
#, docstring #, docstring
msgid "Unsets the channel for announcements." msgid "Toggle announcements being enabled this server."
msgstr "" msgstr "Zapne oznamování na tomto serveru."
#: redbot/cogs/admin/admin.py:395 #: redbot/cogs/admin/admin.py:340
msgid "The server {guild.name} will receive announcements."
msgstr "Server {guild.name} obdrží oznámení."
#: redbot/cogs/admin/admin.py:344
msgid "The server {guild.name} will not receive announcements."
msgstr "Server {guild.name} nebude dostávat oznámení."
#: redbot/cogs/admin/admin.py:370
#, docstring #, docstring
msgid "Apply selfroles." msgid "Apply selfroles."
msgstr "Aplikovat self-role." msgstr "Aplikovat self-role."
#: redbot/cogs/admin/admin.py:400 #: redbot/cogs/admin/admin.py:375
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "\\n Přidá vám self-roli.\\n\\n Administrátoři serveru musí mít nastavenou roli podle nastaveného uživatele.\\n POZNÁMKA: Role je citlivá na malá a velká písmena!\\n " msgstr "\\n Přidá vám self-roli.\\n\\n Administrátoři serveru musí mít nastavenou roli podle nastaveného uživatele.\\n POZNÁMKA: Role je citlivá na malá a velká písmena!\\n "
#: redbot/cogs/admin/admin.py:411 #: redbot/cogs/admin/admin.py:386
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "\\n Odstraní vámself-roli.\\n\\n Administrátoři serveru musí mít nastavenou roli podle nastaveného uživatele.\\n POZNÁMKA: Role je citlivá na malá a velká písmena!\\n " msgstr "\\n Odstraní vámself-roli.\\n\\n Administrátoři serveru musí mít nastavenou roli podle nastaveného uživatele.\\n POZNÁMKA: Role je citlivá na malá a velká písmena!\\n "
#: redbot/cogs/admin/admin.py:422 #: redbot/cogs/admin/admin.py:397
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\\n Lists all available selfroles.\\n "
msgstr "\\n Seznam všech dostupných self-rolí.\\n " msgstr "\\n Seznam všech dostupných self-rolí.\\n "
#: redbot/cogs/admin/admin.py:432 #: redbot/cogs/admin/admin.py:407
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\\n{selfroles}"
msgstr "Dostupné vlastní role:\\n{selfroles}" msgstr "Dostupné vlastní role:\\n{selfroles}"
#: redbot/cogs/admin/admin.py:438 #: redbot/cogs/admin/admin.py:413
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "Spravovat self-role." msgstr "Spravovat self-role."
#: redbot/cogs/admin/admin.py:443 #: redbot/cogs/admin/admin.py:418
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "\\n Přidá roli do seznamu dostupných self-rolí.\\n\\n POZNÁMKA: Role je citlivá na malá a velká písmena!\\n " msgstr "\\n Přidá roli do seznamu dostupných self-rolí.\\n\\n POZNÁMKA: Role je citlivá na malá a velká písmena!\\n "
#: redbot/cogs/admin/admin.py:450 #: redbot/cogs/admin/admin.py:425
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "Nemohu ti dovolit odebrat {role.name} jako self-roli uživateli, protože tato role je vyšší nebo rovna tvé nejvyšší roli v Discord hierarchii." msgstr "Nemohu ti dovolit odebrat {role.name} jako self-roli uživateli, protože tato role je vyšší nebo rovna tvé nejvyšší roli v Discord hierarchii."
#: redbot/cogs/admin/admin.py:458 #: redbot/cogs/admin/admin.py:433
msgid "Added." msgid "Added."
msgstr "Přidáno." msgstr "Přidáno."
#: redbot/cogs/admin/admin.py:461 #: redbot/cogs/admin/admin.py:436
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "Tato role je již self-rolí." msgstr "Tato role je již self-rolí."
#: redbot/cogs/admin/admin.py:465 #: redbot/cogs/admin/admin.py:440
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "\\n Odstraní roli ze seznamu dostupných self-rolí.\\n\\n POZNÁMKA: Role je citlivá na malá a velká písmena!\\n " msgstr "\\n Odstraní roli ze seznamu dostupných self-rolí.\\n\\n POZNÁMKA: Role je citlivá na malá a velká písmena!\\n "
#: redbot/cogs/admin/admin.py:472 #: redbot/cogs/admin/admin.py:447
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "Nemohu ti dovolit odebrat {role.name} uživateli, protože tato role je vyšší nebo rovna tvé nejvyšší roli v Discord hierarchii." msgstr "Nemohu ti dovolit odebrat {role.name} uživateli, protože tato role je vyšší nebo rovna tvé nejvyšší roli v Discord hierarchii."
#: redbot/cogs/admin/admin.py:480 #: redbot/cogs/admin/admin.py:455
msgid "Removed." msgid "Removed."
msgstr "Odstraněno." msgstr "Odstraněno."
#: redbot/cogs/admin/admin.py:485 #: redbot/cogs/admin/admin.py:460
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "Uzamkne bota pouze na jeho aktuální servery." msgstr "Uzamkne bota pouze na jeho aktuální servery."
#: redbot/cogs/admin/admin.py:490 #: redbot/cogs/admin/admin.py:465
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "Bot již není uzamčen na server." msgstr "Bot již není uzamčen na server."
#: redbot/cogs/admin/admin.py:492 #: redbot/cogs/admin/admin.py:467
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "Bot je nyní serverem uzamčen." msgstr "Bot je nyní serverem uzamčen."
#: redbot/cogs/admin/announcer.py:68 #: redbot/cogs/admin/announcer.py:75
msgid "I could not announce to the following server: " msgid "I could not announce to the following server: "
msgstr "Nemohu oznámit následujícímu serveru: " msgstr "Nemohu oznámit následujícímu serveru: "
#: redbot/cogs/admin/announcer.py:70 #: redbot/cogs/admin/announcer.py:77
msgid "I could not announce to the following servers: " msgid "I could not announce to the following servers: "
msgstr "Nemohu oznámit následujícím serverům: " msgstr "Nemohu oznámit následujícím serverům: "

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-04-23 12:07+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Danish\n" "Language-Team: Danish\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,210 +15,218 @@ msgstr ""
"X-Crowdin-File-ID: 42\n" "X-Crowdin-File-ID: 42\n"
"Language: da_DK\n" "Language: da_DK\n"
#: redbot/cogs/admin/admin.py:18 #: redbot/cogs/admin/admin.py:17
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:23 #: redbot/cogs/admin/admin.py:22
msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:29 #: redbot/cogs/admin/admin.py:28
msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:35 #: redbot/cogs/admin/admin.py:34
msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:41 #: redbot/cogs/admin/admin.py:40
msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:47 #: redbot/cogs/admin/admin.py:46
msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:53 #: redbot/cogs/admin/admin.py:52
msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:59 #: redbot/cogs/admin/admin.py:58
msgid "I need manage roles permission to do that." msgid "I need manage roles permission to do that."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:61 #: redbot/cogs/admin/admin.py:60
msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:71 #: redbot/cogs/admin/admin.py:70
#, docstring #, docstring
msgid "A collection of server administration utilities." msgid "A collection of server administration utilities."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:161 #: redbot/cogs/admin/admin.py:126
msgid "{member.display_name} already has the role {role.name}." msgid "{member.display_name} already has the role {role.name}."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:181 #: redbot/cogs/admin/admin.py:146
msgid "I successfully added {role.name} to {member.display_name}" msgid "I successfully added {role.name} to {member.display_name}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:191 #: redbot/cogs/admin/admin.py:156
msgid "{member.display_name} does not have the role {role.name}." msgid "{member.display_name} does not have the role {role.name}."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:211 #: redbot/cogs/admin/admin.py:176
msgid "I successfully removed {role.name} from {member.display_name}" msgid "I successfully removed {role.name} from {member.display_name}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:222 #: redbot/cogs/admin/admin.py:187
#, docstring #, docstring
msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:238 #: redbot/cogs/admin/admin.py:203
#, docstring #, docstring
msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:252 #: redbot/cogs/admin/admin.py:217
#, docstring #, docstring
msgid "Edit role settings." msgid "Edit role settings."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:259 #: redbot/cogs/admin/admin.py:224
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 #: redbot/cogs/admin/admin.py:253 redbot/cogs/admin/admin.py:286
msgid "Done." msgid "Done."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:292 #: redbot/cogs/admin/admin.py:257
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:326 #: redbot/cogs/admin/admin.py:291
#, docstring #, docstring
msgid "Announce a message to all servers the bot is in." msgid "Announce a message to all servers the bot is in."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:333 #: redbot/cogs/admin/admin.py:298
msgid "The announcement has begun." msgid "The announcement has begun."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:340 #: redbot/cogs/admin/admin.py:305
#, docstring #, docstring
msgid "Cancel a running announce." msgid "Cancel a running announce."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:342 #: redbot/cogs/admin/admin.py:307
msgid "There is no currently running announcement." msgid "There is no currently running announcement."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:345 #: redbot/cogs/admin/admin.py:310
msgid "The current announcement has been cancelled." msgid "The current announcement has been cancelled."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:351 #: redbot/cogs/admin/admin.py:316
#, docstring #, docstring
msgid "Change how announcements are sent in this guild." msgid "Change how announcements are sent in this guild."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:356 #: redbot/cogs/admin/admin.py:321
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\\n Change the channel where the bot will send announcements.\\n \\n If channel is left blank it defaults to the current channel.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:365 #: redbot/cogs/admin/admin.py:330
msgid "The announcement channel has been set to {channel.mention}" msgid "The announcement channel has been set to {channel.mention}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:335
#, docstring
msgid "Toggle announcements being enabled this server."
msgstr ""
#: redbot/cogs/admin/admin.py:340
msgid "The server {guild.name} will receive announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:344
msgid "The server {guild.name} will not receive announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:370 #: redbot/cogs/admin/admin.py:370
#, docstring #, docstring
msgid "Unsets the channel for announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:395
#, docstring
msgid "Apply selfroles." msgid "Apply selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:400 #: redbot/cogs/admin/admin.py:375
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:411 #: redbot/cogs/admin/admin.py:386
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:422 #: redbot/cogs/admin/admin.py:397
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\\n Lists all available selfroles.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:432 #: redbot/cogs/admin/admin.py:407
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\\n{selfroles}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:438 #: redbot/cogs/admin/admin.py:413
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:443 #: redbot/cogs/admin/admin.py:418
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:450 #: redbot/cogs/admin/admin.py:425
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:458 #: redbot/cogs/admin/admin.py:433
msgid "Added." msgid "Added."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:461 #: redbot/cogs/admin/admin.py:436
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:465 #: redbot/cogs/admin/admin.py:440
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:472 #: redbot/cogs/admin/admin.py:447
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:480 #: redbot/cogs/admin/admin.py:455
msgid "Removed." msgid "Removed."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:485 #: redbot/cogs/admin/admin.py:460
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:490 #: redbot/cogs/admin/admin.py:465
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:492 #: redbot/cogs/admin/admin.py:467
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/announcer.py:68 #: redbot/cogs/admin/announcer.py:75
msgid "I could not announce to the following server: " msgid "I could not announce to the following server: "
msgstr "" msgstr ""
#: redbot/cogs/admin/announcer.py:70 #: redbot/cogs/admin/announcer.py:77
msgid "I could not announce to the following servers: " msgid "I could not announce to the following servers: "
msgstr "" msgstr ""

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-04-23 12:07+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: German\n" "Language-Team: German\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,210 +15,218 @@ msgstr ""
"X-Crowdin-File-ID: 42\n" "X-Crowdin-File-ID: 42\n"
"Language: de_DE\n" "Language: de_DE\n"
#: redbot/cogs/admin/admin.py:18 #: redbot/cogs/admin/admin.py:17
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
msgstr "Ich habe versucht, etwas zu tun, wofür mir Discord die Erlaubnis verweigert hat. Dein Befehl wurde nicht erfolgreich ausgeführt." msgstr "Ich habe versucht, etwas zu tun, wofür mir Discord die Erlaubnis verweigert hat. Dein Befehl wurde nicht erfolgreich ausgeführt."
#: redbot/cogs/admin/admin.py:23 #: redbot/cogs/admin/admin.py:22
msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "Ich kann die Rolle „{role.name}“ nicht an {member.display_name} vergeben, weil diese Rolle höher oder gleich meiner höchsten Rolle in der Discord Rollen-Hierarchie ist." msgstr "Ich kann die Rolle „{role.name}“ nicht an {member.display_name} vergeben, weil diese Rolle höher oder gleich meiner höchsten Rolle in der Discord Rollen-Hierarchie ist."
#: redbot/cogs/admin/admin.py:29 #: redbot/cogs/admin/admin.py:28
msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "Ich kann {member.display_name} nicht die Rolle „{role.name}“ entziehen, weil diese Rolle höher oder gleich meiner höchsten Rolle in der Discord Rollen-Hierarchie ist." msgstr "Ich kann {member.display_name} nicht die Rolle „{role.name}“ entziehen, weil diese Rolle höher oder gleich meiner höchsten Rolle in der Discord Rollen-Hierarchie ist."
#: redbot/cogs/admin/admin.py:35 #: redbot/cogs/admin/admin.py:34
msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy."
msgstr "Ich kann die Rolle „{role.name}“ nicht bearbeiten, weil diese Rolle höher oder gleich meiner höchsten Rolle in der Discord Rollen-Hierarchie ist." msgstr "Ich kann die Rolle „{role.name}“ nicht bearbeiten, weil diese Rolle höher oder gleich meiner höchsten Rolle in der Discord Rollen-Hierarchie ist."
#: redbot/cogs/admin/admin.py:41 #: redbot/cogs/admin/admin.py:40
msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "Du darfst, die Rolle „{role.name}“ nicht an {member.display_name} vergeben, weil diese Rolle höher oder gleich deiner höchsten Rolle in der Discord Rollen-Hierarchie ist." msgstr "Du darfst, die Rolle „{role.name}“ nicht an {member.display_name} vergeben, weil diese Rolle höher oder gleich deiner höchsten Rolle in der Discord Rollen-Hierarchie ist."
#: redbot/cogs/admin/admin.py:47 #: redbot/cogs/admin/admin.py:46
msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "Du darfst {member.display_name} nicht die Rolle „{role.name}“ entziehen, weil diese Rolle höher oder gleich deiner höchsten Rolle in der Discord Rollen-Hierarchie ist." msgstr "Du darfst {member.display_name} nicht die Rolle „{role.name}“ entziehen, weil diese Rolle höher oder gleich deiner höchsten Rolle in der Discord Rollen-Hierarchie ist."
#: redbot/cogs/admin/admin.py:53 #: redbot/cogs/admin/admin.py:52
msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "Du darfst nicht die Rolle „{role.name}“ bearbeiten, weil diese Rolle höher oder gleich deiner höchsten Rolle in der Discord Rollen-Hierarchie ist." msgstr "Du darfst nicht die Rolle „{role.name}“ bearbeiten, weil diese Rolle höher oder gleich deiner höchsten Rolle in der Discord Rollen-Hierarchie ist."
#: redbot/cogs/admin/admin.py:59 #: redbot/cogs/admin/admin.py:58
msgid "I need manage roles permission to do that." msgid "I need manage roles permission to do that."
msgstr "Ich braucht dafür die Bereichtigung „Rollen verwalten“." msgstr "Ich braucht dafür die Bereichtigung „Rollen verwalten“."
#: redbot/cogs/admin/admin.py:61 #: redbot/cogs/admin/admin.py:60
msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first."
msgstr "Ich kündige bereits etwas an. Wenn du eine andere Ankündigung machen willst, benutze bitte zuerst `{prefix}announce cancel`." msgstr "Ich kündige bereits etwas an. Wenn du eine andere Ankündigung machen willst, benutze bitte zuerst `{prefix}announce cancel`."
#: redbot/cogs/admin/admin.py:71 #: redbot/cogs/admin/admin.py:70
#, docstring #, docstring
msgid "A collection of server administration utilities." msgid "A collection of server administration utilities."
msgstr "Eine Sammlung von administrativen Server-Verwaltungsprogrammen." msgstr "Eine Sammlung von administrativen Server-Verwaltungsprogrammen."
#: redbot/cogs/admin/admin.py:161 #: redbot/cogs/admin/admin.py:126
msgid "{member.display_name} already has the role {role.name}." msgid "{member.display_name} already has the role {role.name}."
msgstr "{member.display_name} hat die Rolle „{role.name}“ bereits." msgstr "{member.display_name} hat die Rolle „{role.name}“ bereits."
#: redbot/cogs/admin/admin.py:181 #: redbot/cogs/admin/admin.py:146
msgid "I successfully added {role.name} to {member.display_name}" msgid "I successfully added {role.name} to {member.display_name}"
msgstr "Ich habe {member.display_name} erfolgreich die Rolle „{role.name}“ gegeben." msgstr "Ich habe {member.display_name} erfolgreich die Rolle „{role.name}“ gegeben."
#: redbot/cogs/admin/admin.py:191 #: redbot/cogs/admin/admin.py:156
msgid "{member.display_name} does not have the role {role.name}." msgid "{member.display_name} does not have the role {role.name}."
msgstr "{member.display_name} hat nicht die Rolle „{role.name}“." msgstr "{member.display_name} hat nicht die Rolle „{role.name}“."
#: redbot/cogs/admin/admin.py:211 #: redbot/cogs/admin/admin.py:176
msgid "I successfully removed {role.name} from {member.display_name}" msgid "I successfully removed {role.name} from {member.display_name}"
msgstr "Ich habe die Rolle „{role.name}“ erfolgreich von {member.display_name} entfernt." msgstr "Ich habe die Rolle „{role.name}“ erfolgreich von {member.display_name} entfernt."
#: redbot/cogs/admin/admin.py:222 #: redbot/cogs/admin/admin.py:187
#, docstring #, docstring
msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "\\n Füge einem Mitglied eine Rolle hinzu.\\n\\n Benutze (amerikanische) Anführungszeichen, wenn im Namen Leerzeichen enthalten sind.\\n Wenn keine Person definiert wurde, wird die Rolle dem Ausführer des Befehls gegeben.\\n " msgstr "\\n Füge einem Mitglied eine Rolle hinzu.\\n\\n Benutze (amerikanische) Anführungszeichen, wenn im Namen Leerzeichen enthalten sind.\\n Wenn keine Person definiert wurde, wird die Rolle dem Ausführer des Befehls gegeben.\\n "
#: redbot/cogs/admin/admin.py:238 #: redbot/cogs/admin/admin.py:203
#, docstring #, docstring
msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "\\n Füge einem Mitglied eine Rolle hinzu.\\n\\n Benutze (amerikanische) Anführungszeichen, wenn im Namen Leerzeichen enthalten sind.\\n Wenn keine Person definiert wurde, wird die Rolle von dem Ausführer des Befehls entfernt.\\n " msgstr "\\n Füge einem Mitglied eine Rolle hinzu.\\n\\n Benutze (amerikanische) Anführungszeichen, wenn im Namen Leerzeichen enthalten sind.\\n Wenn keine Person definiert wurde, wird die Rolle von dem Ausführer des Befehls entfernt.\\n "
#: redbot/cogs/admin/admin.py:252 #: redbot/cogs/admin/admin.py:217
#, docstring #, docstring
msgid "Edit role settings." msgid "Edit role settings."
msgstr "Rolleneinstellungen bearbeiten." msgstr "Rolleneinstellungen bearbeiten."
#: redbot/cogs/admin/admin.py:259 #: redbot/cogs/admin/admin.py:224
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n "
msgstr "\\n Bearbeite die Farbe einer Rolle.\\n\\n Verwende (amerikanische) Anführungszeichen, wenn die Rolle Leerzeichen enthält.\\n Die Farbe muss im Hexadezimalformat angegeben werden.\\n [Online Farbwähler](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Beispiele:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgstr "\\n Bearbeite die Farbe einer Rolle.\\n\\n Verwende (amerikanische) Anführungszeichen, wenn die Rolle Leerzeichen enthält.\\n Die Farbe muss im Hexadezimalformat angegeben werden.\\n [Online Farbwähler](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Beispiele:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n "
#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 #: redbot/cogs/admin/admin.py:253 redbot/cogs/admin/admin.py:286
msgid "Done." msgid "Done."
msgstr "Erledigt." msgstr "Erledigt."
#: redbot/cogs/admin/admin.py:292 #: redbot/cogs/admin/admin.py:257
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
msgstr "\\n Bearbeite den Namen einer Rolle.\\n\\n Verwende (amerikanische) Anführungszeichen, wenn die Rolle Leerzeichen enthält.\\n\\n Beispiel:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgstr "\\n Bearbeite den Namen einer Rolle.\\n\\n Verwende (amerikanische) Anführungszeichen, wenn die Rolle Leerzeichen enthält.\\n\\n Beispiel:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
#: redbot/cogs/admin/admin.py:326 #: redbot/cogs/admin/admin.py:291
#, docstring #, docstring
msgid "Announce a message to all servers the bot is in." msgid "Announce a message to all servers the bot is in."
msgstr "Mache eine Ankündigung auf allen Servern auf denen der Bot ist." msgstr "Mache eine Ankündigung auf allen Servern auf denen der Bot ist."
#: redbot/cogs/admin/admin.py:333 #: redbot/cogs/admin/admin.py:298
msgid "The announcement has begun." msgid "The announcement has begun."
msgstr "Die Ankündigung hat begonnen." msgstr "Die Ankündigung hat begonnen."
#: redbot/cogs/admin/admin.py:340 #: redbot/cogs/admin/admin.py:305
#, docstring #, docstring
msgid "Cancel a running announce." msgid "Cancel a running announce."
msgstr "Breche eine laufende Ankündigung ab." msgstr "Breche eine laufende Ankündigung ab."
#: redbot/cogs/admin/admin.py:342 #: redbot/cogs/admin/admin.py:307
msgid "There is no currently running announcement." msgid "There is no currently running announcement."
msgstr "Es gibt keine derzeit laufende Ankündigung." msgstr "Es gibt keine derzeit laufende Ankündigung."
#: redbot/cogs/admin/admin.py:345 #: redbot/cogs/admin/admin.py:310
msgid "The current announcement has been cancelled." msgid "The current announcement has been cancelled."
msgstr "Die aktuelle Ankündigung wurde abgebrochen." msgstr "Die aktuelle Ankündigung wurde abgebrochen."
#: redbot/cogs/admin/admin.py:351 #: redbot/cogs/admin/admin.py:316
#, docstring #, docstring
msgid "Change how announcements are sent in this guild." msgid "Change how announcements are sent in this guild."
msgstr "Ändere, wie Ankündigungen in diesem Server gesendet werden." msgstr "Ändere, wie Ankündigungen in diesem Server gesendet werden."
#: redbot/cogs/admin/admin.py:356 #: redbot/cogs/admin/admin.py:321
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\\n Change the channel where the bot will send announcements.\\n \\n If channel is left blank it defaults to the current channel.\\n "
msgstr "" msgstr "\\n Ändert den Kanal, in dem der Bot Ankündigungen senden wird.\\n \\n Wenn kein Kanal angegeben wird, wird standardmäßig der aktuelle Kanal gewählt.\\n "
#: redbot/cogs/admin/admin.py:365 #: redbot/cogs/admin/admin.py:330
msgid "The announcement channel has been set to {channel.mention}" msgid "The announcement channel has been set to {channel.mention}"
msgstr "{channel.mention} wurde nun als Ankündigungskanal festgelegt." msgstr "{channel.mention} wurde nun als Ankündigungskanal festgelegt."
#: redbot/cogs/admin/admin.py:370 #: redbot/cogs/admin/admin.py:335
#, docstring #, docstring
msgid "Unsets the channel for announcements." msgid "Toggle announcements being enabled this server."
msgstr "" msgstr "Schaltet Ankündigungen auf diesem Server ein oder aus."
#: redbot/cogs/admin/admin.py:395 #: redbot/cogs/admin/admin.py:340
msgid "The server {guild.name} will receive announcements."
msgstr "Der Server {guild.name} wird Ankündigunen erhalten."
#: redbot/cogs/admin/admin.py:344
msgid "The server {guild.name} will not receive announcements."
msgstr "Der Server {guild.name} wird keine Ankündigunen erhalten."
#: redbot/cogs/admin/admin.py:370
#, docstring #, docstring
msgid "Apply selfroles." msgid "Apply selfroles."
msgstr "Selbst hinzufügbare Rollen anwenden." msgstr "Selbst hinzufügbare Rollen anwenden."
#: redbot/cogs/admin/admin.py:400 #: redbot/cogs/admin/admin.py:375
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "\\n Gib dir selbst eine Rolle.\\n\\n Server Admins müssen die Rolle für Mitglieder freigeben.\\n\\n HINWEIS: Beachte Groß- und Kleinschreibung!\\n " msgstr "\\n Gib dir selbst eine Rolle.\\n\\n Server Admins müssen die Rolle für Mitglieder freigeben.\\n\\n HINWEIS: Beachte Groß- und Kleinschreibung!\\n "
#: redbot/cogs/admin/admin.py:411 #: redbot/cogs/admin/admin.py:386
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "\\n Entferne eine Rolle von dir selbst.\\n\\n Server Admins müssen die Rolle für Mitglieder freigeben.\\n\\n HINWEIS: Beachte Groß- und Kleinschreibung!\\n " msgstr "\\n Entferne eine Rolle von dir selbst.\\n\\n Server Admins müssen die Rolle für Mitglieder freigeben.\\n\\n HINWEIS: Beachte Groß- und Kleinschreibung!\\n "
#: redbot/cogs/admin/admin.py:422 #: redbot/cogs/admin/admin.py:397
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\\n Lists all available selfroles.\\n "
msgstr "\\nGibt eine Liste verfügbarer selbst auswählbarer Rollen aus.\\n " msgstr "\\nGibt eine Liste verfügbarer selbst auswählbarer Rollen aus.\\n "
#: redbot/cogs/admin/admin.py:432 #: redbot/cogs/admin/admin.py:407
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\\n{selfroles}"
msgstr "Verfügbare selbst auswählbare Rollen:\\n{selfroles}" msgstr "Verfügbare selbst auswählbare Rollen:\\n{selfroles}"
#: redbot/cogs/admin/admin.py:438 #: redbot/cogs/admin/admin.py:413
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "Selbst hinzufügbare Rollen verwalten." msgstr "Selbst hinzufügbare Rollen verwalten."
#: redbot/cogs/admin/admin.py:443 #: redbot/cogs/admin/admin.py:418
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "\\n Füge eine Rolle zur Liste der selbst hinzufügbaren Rollen hinzu.\\n\\n HINWEIS: Beachte Groß- und Kleinschreibung!\\n " msgstr "\\n Füge eine Rolle zur Liste der selbst hinzufügbaren Rollen hinzu.\\n\\n HINWEIS: Beachte Groß- und Kleinschreibung!\\n "
#: redbot/cogs/admin/admin.py:450 #: redbot/cogs/admin/admin.py:425
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "Du kannst dir nicht die Rolle „{role.name}“ zuweisen, weil diese Rolle höher oder gleich deiner höchsten Rolle in der Discord Rollen-Hierarchie ist." msgstr "Du kannst dir nicht die Rolle „{role.name}“ zuweisen, weil diese Rolle höher oder gleich deiner höchsten Rolle in der Discord Rollen-Hierarchie ist."
#: redbot/cogs/admin/admin.py:458 #: redbot/cogs/admin/admin.py:433
msgid "Added." msgid "Added."
msgstr "Hinzugefügt." msgstr "Hinzugefügt."
#: redbot/cogs/admin/admin.py:461 #: redbot/cogs/admin/admin.py:436
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "Diese Rolle ist bereits selbst hinzufügbar." msgstr "Diese Rolle ist bereits selbst hinzufügbar."
#: redbot/cogs/admin/admin.py:465 #: redbot/cogs/admin/admin.py:440
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "\\n Entferne eine Rolle von der Liste der selbst hinzufügbaren Rollen.\\n\\n HINWEIS: Beachte Groß- und Kleinschreibung!\\n " msgstr "\\n Entferne eine Rolle von der Liste der selbst hinzufügbaren Rollen.\\n\\n HINWEIS: Beachte Groß- und Kleinschreibung!\\n "
#: redbot/cogs/admin/admin.py:472 #: redbot/cogs/admin/admin.py:447
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "Du darfst nicht die Rolle „{role.name}“ von der Liste der selbst hinzufügbaren Rollen entfernen, weil diese Rolle höher oder gleich deiner höchsten Rolle in der Discord Rollen-Hierarchie ist." msgstr "Du darfst nicht die Rolle „{role.name}“ von der Liste der selbst hinzufügbaren Rollen entfernen, weil diese Rolle höher oder gleich deiner höchsten Rolle in der Discord Rollen-Hierarchie ist."
#: redbot/cogs/admin/admin.py:480 #: redbot/cogs/admin/admin.py:455
msgid "Removed." msgid "Removed."
msgstr "Entfernt." msgstr "Entfernt."
#: redbot/cogs/admin/admin.py:485 #: redbot/cogs/admin/admin.py:460
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "Der Bot kann keinem neuen Server beitreten." msgstr "Der Bot kann keinem neuen Server beitreten."
#: redbot/cogs/admin/admin.py:490 #: redbot/cogs/admin/admin.py:465
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "Der Bot kann nun anderen Servern beitreten." msgstr "Der Bot kann nun anderen Servern beitreten."
#: redbot/cogs/admin/admin.py:492 #: redbot/cogs/admin/admin.py:467
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "Der Bot ist jetzt gesperrt neuen Servern beizutreten." msgstr "Der Bot ist jetzt gesperrt neuen Servern beizutreten."
#: redbot/cogs/admin/announcer.py:68 #: redbot/cogs/admin/announcer.py:75
msgid "I could not announce to the following server: " msgid "I could not announce to the following server: "
msgstr "Ich konnte die Ankündigung auf diesem Server nicht ausführen: " msgstr "Ich konnte die Ankündigung auf diesem Server nicht ausführen: "
#: redbot/cogs/admin/announcer.py:70 #: redbot/cogs/admin/announcer.py:77
msgid "I could not announce to the following servers: " msgid "I could not announce to the following servers: "
msgstr "Ich konnte die Ankündigung auf diesen Servern nicht ausführen: " msgstr "Ich konnte die Ankündigung auf diesen Servern nicht ausführen: "

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-04-23 12:07+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Greek\n" "Language-Team: Greek\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,210 +15,218 @@ msgstr ""
"X-Crowdin-File-ID: 42\n" "X-Crowdin-File-ID: 42\n"
"Language: el_GR\n" "Language: el_GR\n"
#: redbot/cogs/admin/admin.py:18 #: redbot/cogs/admin/admin.py:17
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:23 #: redbot/cogs/admin/admin.py:22
msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:29 #: redbot/cogs/admin/admin.py:28
msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:35 #: redbot/cogs/admin/admin.py:34
msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:41 #: redbot/cogs/admin/admin.py:40
msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:47 #: redbot/cogs/admin/admin.py:46
msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:53 #: redbot/cogs/admin/admin.py:52
msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:59 #: redbot/cogs/admin/admin.py:58
msgid "I need manage roles permission to do that." msgid "I need manage roles permission to do that."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:61 #: redbot/cogs/admin/admin.py:60
msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:71 #: redbot/cogs/admin/admin.py:70
#, docstring #, docstring
msgid "A collection of server administration utilities." msgid "A collection of server administration utilities."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:161 #: redbot/cogs/admin/admin.py:126
msgid "{member.display_name} already has the role {role.name}." msgid "{member.display_name} already has the role {role.name}."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:181 #: redbot/cogs/admin/admin.py:146
msgid "I successfully added {role.name} to {member.display_name}" msgid "I successfully added {role.name} to {member.display_name}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:191 #: redbot/cogs/admin/admin.py:156
msgid "{member.display_name} does not have the role {role.name}." msgid "{member.display_name} does not have the role {role.name}."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:211 #: redbot/cogs/admin/admin.py:176
msgid "I successfully removed {role.name} from {member.display_name}" msgid "I successfully removed {role.name} from {member.display_name}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:222 #: redbot/cogs/admin/admin.py:187
#, docstring #, docstring
msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:238 #: redbot/cogs/admin/admin.py:203
#, docstring #, docstring
msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:252 #: redbot/cogs/admin/admin.py:217
#, docstring #, docstring
msgid "Edit role settings." msgid "Edit role settings."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:259 #: redbot/cogs/admin/admin.py:224
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 #: redbot/cogs/admin/admin.py:253 redbot/cogs/admin/admin.py:286
msgid "Done." msgid "Done."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:292 #: redbot/cogs/admin/admin.py:257
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:326 #: redbot/cogs/admin/admin.py:291
#, docstring #, docstring
msgid "Announce a message to all servers the bot is in." msgid "Announce a message to all servers the bot is in."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:333 #: redbot/cogs/admin/admin.py:298
msgid "The announcement has begun." msgid "The announcement has begun."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:340 #: redbot/cogs/admin/admin.py:305
#, docstring #, docstring
msgid "Cancel a running announce." msgid "Cancel a running announce."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:342 #: redbot/cogs/admin/admin.py:307
msgid "There is no currently running announcement." msgid "There is no currently running announcement."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:345 #: redbot/cogs/admin/admin.py:310
msgid "The current announcement has been cancelled." msgid "The current announcement has been cancelled."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:351 #: redbot/cogs/admin/admin.py:316
#, docstring #, docstring
msgid "Change how announcements are sent in this guild." msgid "Change how announcements are sent in this guild."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:356 #: redbot/cogs/admin/admin.py:321
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\\n Change the channel where the bot will send announcements.\\n \\n If channel is left blank it defaults to the current channel.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:365 #: redbot/cogs/admin/admin.py:330
msgid "The announcement channel has been set to {channel.mention}" msgid "The announcement channel has been set to {channel.mention}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:335
#, docstring
msgid "Toggle announcements being enabled this server."
msgstr ""
#: redbot/cogs/admin/admin.py:340
msgid "The server {guild.name} will receive announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:344
msgid "The server {guild.name} will not receive announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:370 #: redbot/cogs/admin/admin.py:370
#, docstring #, docstring
msgid "Unsets the channel for announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:395
#, docstring
msgid "Apply selfroles." msgid "Apply selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:400 #: redbot/cogs/admin/admin.py:375
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:411 #: redbot/cogs/admin/admin.py:386
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:422 #: redbot/cogs/admin/admin.py:397
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\\n Lists all available selfroles.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:432 #: redbot/cogs/admin/admin.py:407
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\\n{selfroles}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:438 #: redbot/cogs/admin/admin.py:413
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:443 #: redbot/cogs/admin/admin.py:418
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:450 #: redbot/cogs/admin/admin.py:425
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:458 #: redbot/cogs/admin/admin.py:433
msgid "Added." msgid "Added."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:461 #: redbot/cogs/admin/admin.py:436
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:465 #: redbot/cogs/admin/admin.py:440
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:472 #: redbot/cogs/admin/admin.py:447
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:480 #: redbot/cogs/admin/admin.py:455
msgid "Removed." msgid "Removed."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:485 #: redbot/cogs/admin/admin.py:460
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:490 #: redbot/cogs/admin/admin.py:465
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:492 #: redbot/cogs/admin/admin.py:467
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/announcer.py:68 #: redbot/cogs/admin/announcer.py:75
msgid "I could not announce to the following server: " msgid "I could not announce to the following server: "
msgstr "" msgstr ""
#: redbot/cogs/admin/announcer.py:70 #: redbot/cogs/admin/announcer.py:77
msgid "I could not announce to the following servers: " msgid "I could not announce to the following servers: "
msgstr "" msgstr ""

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-04-23 12:07+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Spanish\n" "Language-Team: Spanish\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,210 +15,218 @@ msgstr ""
"X-Crowdin-File-ID: 42\n" "X-Crowdin-File-ID: 42\n"
"Language: es_ES\n" "Language: es_ES\n"
#: redbot/cogs/admin/admin.py:18 #: redbot/cogs/admin/admin.py:17
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
msgstr "Intenté hacer algo que Discord me ha negado el permiso. Su comando no se pudo completar." msgstr "Intenté hacer algo que Discord me ha negado el permiso. Su comando no se pudo completar."
#: redbot/cogs/admin/admin.py:23 #: redbot/cogs/admin/admin.py:22
msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "No puedo dar el rol{role.name} a {member.display_name} porque ese rol es mayor o igual a mi rol más alto en la jerarquía de Discord." msgstr "No puedo dar el rol{role.name} a {member.display_name} porque ese rol es mayor o igual a mi rol más alto en la jerarquía de Discord."
#: redbot/cogs/admin/admin.py:29 #: redbot/cogs/admin/admin.py:28
msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "No puedo eliminar el rol {role.name} de {member.display_name} porque ese rol es mayor o igual que mi rol más alto en la jerarquía de Discord." msgstr "No puedo eliminar el rol {role.name} de {member.display_name} porque ese rol es mayor o igual que mi rol más alto en la jerarquía de Discord."
#: redbot/cogs/admin/admin.py:35 #: redbot/cogs/admin/admin.py:34
msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy."
msgstr "No puedo editar el rol {role.name} porque ese rol es mayor que el mío o igual al rol más alto en la jerarquía de Discord." msgstr "No puedo editar el rol {role.name} porque ese rol es mayor que el mío o igual al rol más alto en la jerarquía de Discord."
#: redbot/cogs/admin/admin.py:41 #: redbot/cogs/admin/admin.py:40
msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "No puedo dejar que le des el rol {role.name} a {member.display_name} porque ese rol es mayor o igual a tu rol más alto en la jerarquía de Discord." msgstr "No puedo dejar que le des el rol {role.name} a {member.display_name} porque ese rol es mayor o igual a tu rol más alto en la jerarquía de Discord."
#: redbot/cogs/admin/admin.py:47 #: redbot/cogs/admin/admin.py:46
msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "No puedo dejar que elimines el rol {role.name} de {member.display_name} porque ese rol es mayor o igual a tu rol más alto en la jerarquía de Discord." msgstr "No puedo dejar que elimines el rol {role.name} de {member.display_name} porque ese rol es mayor o igual a tu rol más alto en la jerarquía de Discord."
#: redbot/cogs/admin/admin.py:53 #: redbot/cogs/admin/admin.py:52
msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "No puedo permitir que edites el rol{role.name} porque ese rol es mayor o igual a tu rol más alto en la jerarquía de Discord." msgstr "No puedo permitir que edites el rol{role.name} porque ese rol es mayor o igual a tu rol más alto en la jerarquía de Discord."
#: redbot/cogs/admin/admin.py:59 #: redbot/cogs/admin/admin.py:58
msgid "I need manage roles permission to do that." msgid "I need manage roles permission to do that."
msgstr "Necesito el permiso gestionar roles para hacerlo." msgstr "Necesito el permiso gestionar roles para hacerlo."
#: redbot/cogs/admin/admin.py:61 #: redbot/cogs/admin/admin.py:60
msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first."
msgstr "Ya estoy anunciando algo. Si quieres hacer un anuncio diferente, por favor usa `{prefix}announce cancel` primero." msgstr "Ya estoy anunciando algo. Si quieres hacer un anuncio diferente, por favor usa `{prefix}announce cancel` primero."
#: redbot/cogs/admin/admin.py:71 #: redbot/cogs/admin/admin.py:70
#, docstring #, docstring
msgid "A collection of server administration utilities." msgid "A collection of server administration utilities."
msgstr "Una colección de utilidades de administración de servidores." msgstr "Una colección de utilidades de administración de servidores."
#: redbot/cogs/admin/admin.py:161 #: redbot/cogs/admin/admin.py:126
msgid "{member.display_name} already has the role {role.name}." msgid "{member.display_name} already has the role {role.name}."
msgstr "{member.display_name} ya tiene el rol {role.name}." msgstr "{member.display_name} ya tiene el rol {role.name}."
#: redbot/cogs/admin/admin.py:181 #: redbot/cogs/admin/admin.py:146
msgid "I successfully added {role.name} to {member.display_name}" msgid "I successfully added {role.name} to {member.display_name}"
msgstr "He añadido con éxito {role.name} a {member.display_name}" msgstr "He añadido con éxito {role.name} a {member.display_name}"
#: redbot/cogs/admin/admin.py:191 #: redbot/cogs/admin/admin.py:156
msgid "{member.display_name} does not have the role {role.name}." msgid "{member.display_name} does not have the role {role.name}."
msgstr "{member.display_name} no tiene el rol {role.name}." msgstr "{member.display_name} no tiene el rol {role.name}."
#: redbot/cogs/admin/admin.py:211 #: redbot/cogs/admin/admin.py:176
msgid "I successfully removed {role.name} from {member.display_name}" msgid "I successfully removed {role.name} from {member.display_name}"
msgstr "He retirado con éxito {role.name} de {member.display_name}" msgstr "He retirado con éxito {role.name} de {member.display_name}"
#: redbot/cogs/admin/admin.py:222 #: redbot/cogs/admin/admin.py:187
#, docstring #, docstring
msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "\\n Añadir un rol a un usuario.\\n\\n Usar comillas dobles si el rol contiene espacios.\\n Si el usuario se deja en blanco el valor por defecto es el autor del comando.\\n " msgstr "\\n Añadir un rol a un usuario.\\n\\n Usar comillas dobles si el rol contiene espacios.\\n Si el usuario se deja en blanco el valor por defecto es el autor del comando.\\n "
#: redbot/cogs/admin/admin.py:238 #: redbot/cogs/admin/admin.py:203
#, docstring #, docstring
msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "\\n Elimina un rol de un usuario.\\n\\n Usar comillas dobles si el rol contiene espacios.\\n Si el usuario se deja en blanco el valor por defecto es el autor del comando.\\n " msgstr "\\n Elimina un rol de un usuario.\\n\\n Usar comillas dobles si el rol contiene espacios.\\n Si el usuario se deja en blanco el valor por defecto es el autor del comando.\\n "
#: redbot/cogs/admin/admin.py:252 #: redbot/cogs/admin/admin.py:217
#, docstring #, docstring
msgid "Edit role settings." msgid "Edit role settings."
msgstr "Editar configuración de rol." msgstr "Editar configuración de rol."
#: redbot/cogs/admin/admin.py:259 #: redbot/cogs/admin/admin.py:224
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n "
msgstr "\\n Edita el color de un rol.\\n\\n Usar comillas dobles si el rol contiene espacios.\\n El color debe estar en formato hexadecimal.\\n [Selector de color en línea](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Ejemplos:\\n `[p]color editrole \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgstr "\\n Edita el color de un rol.\\n\\n Usar comillas dobles si el rol contiene espacios.\\n El color debe estar en formato hexadecimal.\\n [Selector de color en línea](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Ejemplos:\\n `[p]color editrole \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n "
#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 #: redbot/cogs/admin/admin.py:253 redbot/cogs/admin/admin.py:286
msgid "Done." msgid "Done."
msgstr "Listo." msgstr "Listo."
#: redbot/cogs/admin/admin.py:292 #: redbot/cogs/admin/admin.py:257
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
msgstr "\\n Edita el nombre de un rol.\\n\\n Utilice comillas dobles si el rol o el nombre contiene espacios.\\n\\n Ejemplo:\\n `[p]nombre editrole \\\"The Transistor\\\" Test`\\n " msgstr "\\n Edita el nombre de un rol.\\n\\n Utilice comillas dobles si el rol o el nombre contiene espacios.\\n\\n Ejemplo:\\n `[p]nombre editrole \\\"The Transistor\\\" Test`\\n "
#: redbot/cogs/admin/admin.py:326 #: redbot/cogs/admin/admin.py:291
#, docstring #, docstring
msgid "Announce a message to all servers the bot is in." msgid "Announce a message to all servers the bot is in."
msgstr "Anunciar un mensaje a todos los servidores en que el bot está." msgstr "Anunciar un mensaje a todos los servidores en que el bot está."
#: redbot/cogs/admin/admin.py:333 #: redbot/cogs/admin/admin.py:298
msgid "The announcement has begun." msgid "The announcement has begun."
msgstr "El anuncio ha comenzado." msgstr "El anuncio ha comenzado."
#: redbot/cogs/admin/admin.py:340 #: redbot/cogs/admin/admin.py:305
#, docstring #, docstring
msgid "Cancel a running announce." msgid "Cancel a running announce."
msgstr "Cancela un anuncio en ejecución." msgstr "Cancela un anuncio en ejecución."
#: redbot/cogs/admin/admin.py:342 #: redbot/cogs/admin/admin.py:307
msgid "There is no currently running announcement." msgid "There is no currently running announcement."
msgstr "No hay ningún anuncio en ejecución." msgstr "No hay ningún anuncio en ejecución."
#: redbot/cogs/admin/admin.py:345 #: redbot/cogs/admin/admin.py:310
msgid "The current announcement has been cancelled." msgid "The current announcement has been cancelled."
msgstr "El anuncio actual ha sido cancelado." msgstr "El anuncio actual ha sido cancelado."
#: redbot/cogs/admin/admin.py:351 #: redbot/cogs/admin/admin.py:316
#, docstring #, docstring
msgid "Change how announcements are sent in this guild." msgid "Change how announcements are sent in this guild."
msgstr "Cambia cómo son enviados los anuncios en este servidor." msgstr "Cambia cómo son enviados los anuncios en este servidor."
#: redbot/cogs/admin/admin.py:356 #: redbot/cogs/admin/admin.py:321
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\\n Change the channel where the bot will send announcements.\\n \\n If channel is left blank it defaults to the current channel.\\n "
msgstr "\\n Cambia el canal donde el bot enviará anuncios.\\n\\n Si el canal se deja en blanco el canal por defecto es el canal actual.\\n " msgstr "\\n Cambia el canal donde el bot enviará anuncios.\\n \\n Si se deja en blanco el canal por defecto es el canal actual.\\n "
#: redbot/cogs/admin/admin.py:365 #: redbot/cogs/admin/admin.py:330
msgid "The announcement channel has been set to {channel.mention}" msgid "The announcement channel has been set to {channel.mention}"
msgstr "El canal de anuncios se ha establecido en {channel.mention}" msgstr "El canal de anuncios se ha establecido en {channel.mention}"
#: redbot/cogs/admin/admin.py:370 #: redbot/cogs/admin/admin.py:335
#, docstring #, docstring
msgid "Unsets the channel for announcements." msgid "Toggle announcements being enabled this server."
msgstr "Quita el canal para los anuncios." msgstr "Alternar la activación de los anuncios en este servidor."
#: redbot/cogs/admin/admin.py:395 #: redbot/cogs/admin/admin.py:340
msgid "The server {guild.name} will receive announcements."
msgstr "El servidor {guild.name} recibirá anuncios."
#: redbot/cogs/admin/admin.py:344
msgid "The server {guild.name} will not receive announcements."
msgstr "El servidor {guild.name} no recibirá anuncios."
#: redbot/cogs/admin/admin.py:370
#, docstring #, docstring
msgid "Apply selfroles." msgid "Apply selfroles."
msgstr "Aplicar selfroles." msgstr "Aplicar selfroles."
#: redbot/cogs/admin/admin.py:400 #: redbot/cogs/admin/admin.py:375
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "\\n Añade un rol a ti mismo.\\n\\n Los administradores del servidor deben haber configurado el rol como usuario configurable.\\n NOTA: El rol es sensible a mayúsculas!\\n " msgstr "\\n Añade un rol a ti mismo.\\n\\n Los administradores del servidor deben haber configurado el rol como usuario configurable.\\n NOTA: El rol es sensible a mayúsculas!\\n "
#: redbot/cogs/admin/admin.py:411 #: redbot/cogs/admin/admin.py:386
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "\\n Elimina un rol de ti mismo.\\n\\n Los administradores del servidor deben haber configurado el rol como usuario configurable.\\n NOTA: El rol es sensible a mayúsculas!\\n " msgstr "\\n Elimina un rol de ti mismo.\\n\\n Los administradores del servidor deben haber configurado el rol como usuario configurable.\\n NOTA: El rol es sensible a mayúsculas!\\n "
#: redbot/cogs/admin/admin.py:422 #: redbot/cogs/admin/admin.py:397
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\\n Lists all available selfroles.\\n "
msgstr "\\n Lista de todos los selfroles disponibles.\\n " msgstr "\\n Lista de todos los selfroles disponibles.\\n "
#: redbot/cogs/admin/admin.py:432 #: redbot/cogs/admin/admin.py:407
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\\n{selfroles}"
msgstr "Selfroles disponibles:\\n{selfroles}" msgstr "Selfroles disponibles:\\n{selfroles}"
#: redbot/cogs/admin/admin.py:438 #: redbot/cogs/admin/admin.py:413
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "Gestionar selfroles." msgstr "Gestionar selfroles."
#: redbot/cogs/admin/admin.py:443 #: redbot/cogs/admin/admin.py:418
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "\\n Añade un rol a la lista de selfroles disponibles.\\n\\n NOTA: ¡El rol es sensible a mayúsculas\\n " msgstr "\\n Añade un rol a la lista de selfroles disponibles.\\n\\n NOTA: ¡El rol es sensible a mayúsculas\\n "
#: redbot/cogs/admin/admin.py:450 #: redbot/cogs/admin/admin.py:425
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "No puedo permitir que añadas {role.name} como selfrole porque ese rol es mayor o igual a tu rol más alto en la jerarquía de Discord." msgstr "No puedo permitir que añadas {role.name} como selfrole porque ese rol es mayor o igual a tu rol más alto en la jerarquía de Discord."
#: redbot/cogs/admin/admin.py:458 #: redbot/cogs/admin/admin.py:433
msgid "Added." msgid "Added."
msgstr "Añadido." msgstr "Añadido."
#: redbot/cogs/admin/admin.py:461 #: redbot/cogs/admin/admin.py:436
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "Ese rol ya es un selfrole." msgstr "Ese rol ya es un selfrole."
#: redbot/cogs/admin/admin.py:465 #: redbot/cogs/admin/admin.py:440
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "\\n Quita un rol de la lista de selfroles disponibles.\\n\\n NOTA: El rol es sensible a mayúsculas\\n " msgstr "\\n Quita un rol de la lista de selfroles disponibles.\\n\\n NOTA: El rol es sensible a mayúsculas\\n "
#: redbot/cogs/admin/admin.py:472 #: redbot/cogs/admin/admin.py:447
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "No puedo permitir que elimines a {role.name} de ser un selfrole porque ese rol es mayor o igual a tu rol más alto en la jerarquía de Discord." msgstr "No puedo permitir que elimines a {role.name} de ser un selfrole porque ese rol es mayor o igual a tu rol más alto en la jerarquía de Discord."
#: redbot/cogs/admin/admin.py:480 #: redbot/cogs/admin/admin.py:455
msgid "Removed." msgid "Removed."
msgstr "Eliminado." msgstr "Eliminado."
#: redbot/cogs/admin/admin.py:485 #: redbot/cogs/admin/admin.py:460
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "Bloquea el bot sólo a sus servidores actuales." msgstr "Bloquea el bot sólo a sus servidores actuales."
#: redbot/cogs/admin/admin.py:490 #: redbot/cogs/admin/admin.py:465
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "El bot ya no está bloqueado por el servidor." msgstr "El bot ya no está bloqueado por el servidor."
#: redbot/cogs/admin/admin.py:492 #: redbot/cogs/admin/admin.py:467
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "El bot está bloqueado por el servidor." msgstr "El bot está bloqueado por el servidor."
#: redbot/cogs/admin/announcer.py:68 #: redbot/cogs/admin/announcer.py:75
msgid "I could not announce to the following server: " msgid "I could not announce to the following server: "
msgstr "No pude anunciar en el siguiente servidor: " msgstr "No pude anunciar en el siguiente servidor: "
#: redbot/cogs/admin/announcer.py:70 #: redbot/cogs/admin/announcer.py:77
msgid "I could not announce to the following servers: " msgid "I could not announce to the following servers: "
msgstr "No pude anunciar en los siguientes servidores: " msgstr "No pude anunciar en los siguientes servidores: "

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-04-23 12:07+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Finnish\n" "Language-Team: Finnish\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,210 +15,218 @@ msgstr ""
"X-Crowdin-File-ID: 42\n" "X-Crowdin-File-ID: 42\n"
"Language: fi_FI\n" "Language: fi_FI\n"
#: redbot/cogs/admin/admin.py:18 #: redbot/cogs/admin/admin.py:17
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
msgstr "Yritin tehdä jotain, jonka Discord kielsi minulle luvat. Komento epäonnistui onnistuneesti." msgstr "Yritin tehdä jotain, jonka Discord kielsi minulle luvat. Komento epäonnistui onnistuneesti."
#: redbot/cogs/admin/admin.py:23 #: redbot/cogs/admin/admin.py:22
msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:29 #: redbot/cogs/admin/admin.py:28
msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:35 #: redbot/cogs/admin/admin.py:34
msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:41 #: redbot/cogs/admin/admin.py:40
msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:47 #: redbot/cogs/admin/admin.py:46
msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:53 #: redbot/cogs/admin/admin.py:52
msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:59 #: redbot/cogs/admin/admin.py:58
msgid "I need manage roles permission to do that." msgid "I need manage roles permission to do that."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:61 #: redbot/cogs/admin/admin.py:60
msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first."
msgstr "Olen jo ilmoittanut jotain. Jos haluat tehdä toisen ilmoituksen, käytä ensin \"{prefix} announce cancel\"." msgstr "Olen jo ilmoittanut jotain. Jos haluat tehdä toisen ilmoituksen, käytä ensin \"{prefix} announce cancel\"."
#: redbot/cogs/admin/admin.py:71 #: redbot/cogs/admin/admin.py:70
#, docstring #, docstring
msgid "A collection of server administration utilities." msgid "A collection of server administration utilities."
msgstr "Kokoelma palvelinhallintaohjelmia." msgstr "Kokoelma palvelinhallintaohjelmia."
#: redbot/cogs/admin/admin.py:161 #: redbot/cogs/admin/admin.py:126
msgid "{member.display_name} already has the role {role.name}." msgid "{member.display_name} already has the role {role.name}."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:181 #: redbot/cogs/admin/admin.py:146
msgid "I successfully added {role.name} to {member.display_name}" msgid "I successfully added {role.name} to {member.display_name}"
msgstr "Lisäsin {role.name} onnistuneesti {member.display_name}" msgstr "Lisäsin {role.name} onnistuneesti {member.display_name}"
#: redbot/cogs/admin/admin.py:191 #: redbot/cogs/admin/admin.py:156
msgid "{member.display_name} does not have the role {role.name}." msgid "{member.display_name} does not have the role {role.name}."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:211 #: redbot/cogs/admin/admin.py:176
msgid "I successfully removed {role.name} from {member.display_name}" msgid "I successfully removed {role.name} from {member.display_name}"
msgstr "Olen poistanut {role.name} onnistuneesti {member.display_name}" msgstr "Olen poistanut {role.name} onnistuneesti {member.display_name}"
#: redbot/cogs/admin/admin.py:222 #: redbot/cogs/admin/admin.py:187
#, docstring #, docstring
msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:238 #: redbot/cogs/admin/admin.py:203
#, docstring #, docstring
msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:252 #: redbot/cogs/admin/admin.py:217
#, docstring #, docstring
msgid "Edit role settings." msgid "Edit role settings."
msgstr "Muokkaa rooliasetuksia." msgstr "Muokkaa rooliasetuksia."
#: redbot/cogs/admin/admin.py:259 #: redbot/cogs/admin/admin.py:224
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 #: redbot/cogs/admin/admin.py:253 redbot/cogs/admin/admin.py:286
msgid "Done." msgid "Done."
msgstr "Tehty." msgstr "Tehty."
#: redbot/cogs/admin/admin.py:292 #: redbot/cogs/admin/admin.py:257
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:326 #: redbot/cogs/admin/admin.py:291
#, docstring #, docstring
msgid "Announce a message to all servers the bot is in." msgid "Announce a message to all servers the bot is in."
msgstr "Ilmoita viesti kaikille palvelimille, joihin botti on." msgstr "Ilmoita viesti kaikille palvelimille, joihin botti on."
#: redbot/cogs/admin/admin.py:333 #: redbot/cogs/admin/admin.py:298
msgid "The announcement has begun." msgid "The announcement has begun."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:340 #: redbot/cogs/admin/admin.py:305
#, docstring #, docstring
msgid "Cancel a running announce." msgid "Cancel a running announce."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:342 #: redbot/cogs/admin/admin.py:307
msgid "There is no currently running announcement." msgid "There is no currently running announcement."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:345 #: redbot/cogs/admin/admin.py:310
msgid "The current announcement has been cancelled." msgid "The current announcement has been cancelled."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:351 #: redbot/cogs/admin/admin.py:316
#, docstring #, docstring
msgid "Change how announcements are sent in this guild." msgid "Change how announcements are sent in this guild."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:356 #: redbot/cogs/admin/admin.py:321
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\\n Change the channel where the bot will send announcements.\\n \\n If channel is left blank it defaults to the current channel.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:365 #: redbot/cogs/admin/admin.py:330
msgid "The announcement channel has been set to {channel.mention}" msgid "The announcement channel has been set to {channel.mention}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:335
#, docstring
msgid "Toggle announcements being enabled this server."
msgstr ""
#: redbot/cogs/admin/admin.py:340
msgid "The server {guild.name} will receive announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:344
msgid "The server {guild.name} will not receive announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:370 #: redbot/cogs/admin/admin.py:370
#, docstring #, docstring
msgid "Unsets the channel for announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:395
#, docstring
msgid "Apply selfroles." msgid "Apply selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:400 #: redbot/cogs/admin/admin.py:375
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:411 #: redbot/cogs/admin/admin.py:386
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:422 #: redbot/cogs/admin/admin.py:397
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\\n Lists all available selfroles.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:432 #: redbot/cogs/admin/admin.py:407
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\\n{selfroles}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:438 #: redbot/cogs/admin/admin.py:413
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:443 #: redbot/cogs/admin/admin.py:418
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:450 #: redbot/cogs/admin/admin.py:425
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:458 #: redbot/cogs/admin/admin.py:433
msgid "Added." msgid "Added."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:461 #: redbot/cogs/admin/admin.py:436
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:465 #: redbot/cogs/admin/admin.py:440
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:472 #: redbot/cogs/admin/admin.py:447
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:480 #: redbot/cogs/admin/admin.py:455
msgid "Removed." msgid "Removed."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:485 #: redbot/cogs/admin/admin.py:460
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:490 #: redbot/cogs/admin/admin.py:465
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:492 #: redbot/cogs/admin/admin.py:467
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/announcer.py:68 #: redbot/cogs/admin/announcer.py:75
msgid "I could not announce to the following server: " msgid "I could not announce to the following server: "
msgstr "" msgstr ""
#: redbot/cogs/admin/announcer.py:70 #: redbot/cogs/admin/announcer.py:77
msgid "I could not announce to the following servers: " msgid "I could not announce to the following servers: "
msgstr "" msgstr ""

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-04-23 12:07+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: French\n" "Language-Team: French\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,210 +15,218 @@ msgstr ""
"X-Crowdin-File-ID: 42\n" "X-Crowdin-File-ID: 42\n"
"Language: fr_FR\n" "Language: fr_FR\n"
#: redbot/cogs/admin/admin.py:18 #: redbot/cogs/admin/admin.py:17
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
msgstr "J'ai tenté de faire quelque chose que pour lequel Discord m'a refusé les permissions. La commande a échoué." msgstr "J'ai tenté de faire quelque chose que pour lequel Discord m'a refusé les permissions. La commande a échoué."
#: redbot/cogs/admin/admin.py:23 #: redbot/cogs/admin/admin.py:22
msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "Je ne peux pas donner {role.name} à {member.display_name} car ce rôle est supérieur ou égal à mon rôle le plus élevé dans la hiérarchie Discord." msgstr "Je ne peux pas donner {role.name} à {member.display_name} car ce rôle est supérieur ou égal à mon rôle le plus élevé dans la hiérarchie Discord."
#: redbot/cogs/admin/admin.py:29 #: redbot/cogs/admin/admin.py:28
msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "Je ne peux pas supprimer {role.name} de {member.display_name} car ce rôle est supérieur ou égal à mon rôle le plus élevé dans la hiérarchie Discord." msgstr "Je ne peux pas supprimer {role.name} de {member.display_name} car ce rôle est supérieur ou égal à mon rôle le plus élevé dans la hiérarchie Discord."
#: redbot/cogs/admin/admin.py:35 #: redbot/cogs/admin/admin.py:34
msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy."
msgstr "Je ne peux pas modifier {role.name} parce que ce rôle est supérieur ou égal à mon rôle le plus élevé dans la hiérarchie Discord." msgstr "Je ne peux pas modifier {role.name} parce que ce rôle est supérieur ou égal à mon rôle le plus élevé dans la hiérarchie Discord."
#: redbot/cogs/admin/admin.py:41 #: redbot/cogs/admin/admin.py:40
msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "Je ne peux pas vous laisser donner {role.name} à {member.display_name} car ce rôle est supérieur ou égal à votre rôle le plus haut dans la hiérarchie Discord." msgstr "Je ne peux pas vous laisser donner {role.name} à {member.display_name} car ce rôle est supérieur ou égal à votre rôle le plus haut dans la hiérarchie Discord."
#: redbot/cogs/admin/admin.py:47 #: redbot/cogs/admin/admin.py:46
msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "Je ne peux pas vous permettre de supprimer {role.name} de {member.display_name} car ce rôle est supérieur ou égal à votre rôle le plus élevé dans la hiérarchie Discord." msgstr "Je ne peux pas vous permettre de supprimer {role.name} de {member.display_name} car ce rôle est supérieur ou égal à votre rôle le plus élevé dans la hiérarchie Discord."
#: redbot/cogs/admin/admin.py:53 #: redbot/cogs/admin/admin.py:52
msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "Je ne peux pas vous permettre de modifier {role.name} car ce rôle est supérieur ou égal à votre rôle le plus élevé dans la hiérarchie Discord." msgstr "Je ne peux pas vous permettre de modifier {role.name} car ce rôle est supérieur ou égal à votre rôle le plus élevé dans la hiérarchie Discord."
#: redbot/cogs/admin/admin.py:59 #: redbot/cogs/admin/admin.py:58
msgid "I need manage roles permission to do that." msgid "I need manage roles permission to do that."
msgstr "Jai besoin de la permission de gérer les rôles pour faire cela." msgstr "Jai besoin de la permission de gérer les rôles pour faire cela."
#: redbot/cogs/admin/admin.py:61 #: redbot/cogs/admin/admin.py:60
msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first."
msgstr "Je suis déjà en train d'annoncer quelque chose. Si tu souhaites faire une annonce différente, tu dois d'abord utiliser la commande `{prefix}announce cancel`." msgstr "Je suis déjà en train d'annoncer quelque chose. Si tu souhaites faire une annonce différente, tu dois d'abord utiliser la commande `{prefix}announce cancel`."
#: redbot/cogs/admin/admin.py:71 #: redbot/cogs/admin/admin.py:70
#, docstring #, docstring
msgid "A collection of server administration utilities." msgid "A collection of server administration utilities."
msgstr "Un ensemble d'utilitaires d'administration du serveur." msgstr "Un ensemble d'utilitaires d'administration du serveur."
#: redbot/cogs/admin/admin.py:161 #: redbot/cogs/admin/admin.py:126
msgid "{member.display_name} already has the role {role.name}." msgid "{member.display_name} already has the role {role.name}."
msgstr "{member.display_name} a déjà le rôle {role.name}." msgstr "{member.display_name} a déjà le rôle {role.name}."
#: redbot/cogs/admin/admin.py:181 #: redbot/cogs/admin/admin.py:146
msgid "I successfully added {role.name} to {member.display_name}" msgid "I successfully added {role.name} to {member.display_name}"
msgstr "J'ai bien ajouté le rôle {role.name} à {member.display_name}" msgstr "J'ai bien ajouté le rôle {role.name} à {member.display_name}"
#: redbot/cogs/admin/admin.py:191 #: redbot/cogs/admin/admin.py:156
msgid "{member.display_name} does not have the role {role.name}." msgid "{member.display_name} does not have the role {role.name}."
msgstr "{member.display_name} n'a pas le rôle {role.name}." msgstr "{member.display_name} n'a pas le rôle {role.name}."
#: redbot/cogs/admin/admin.py:211 #: redbot/cogs/admin/admin.py:176
msgid "I successfully removed {role.name} from {member.display_name}" msgid "I successfully removed {role.name} from {member.display_name}"
msgstr "J'ai bien retiré le rôle {role.name} de {member.display_name}" msgstr "J'ai bien retiré le rôle {role.name} de {member.display_name}"
#: redbot/cogs/admin/admin.py:222 #: redbot/cogs/admin/admin.py:187
#, docstring #, docstring
msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "\\n Ajouter un rôle à un utilisateur.\\n\\n Utilisez des guillemets si le rôle contient des espaces.\\n Si l'utilisateur est laissé vide, c'est par défaut l'auteur de la commande.\\n " msgstr "\\n Ajouter un rôle à un utilisateur.\\n\\n Utilisez des guillemets si le rôle contient des espaces.\\n Si l'utilisateur est laissé vide, c'est par défaut l'auteur de la commande.\\n "
#: redbot/cogs/admin/admin.py:238 #: redbot/cogs/admin/admin.py:203
#, docstring #, docstring
msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "\\n Retirer un rôle d'un utilisateur.\\n\\n Utilisez des guillemets doubles si le rôle contient des espaces.\\n Si l'utilisateur est laissé vide, c'est par défaut l'auteur de la commande.\\n " msgstr "\\n Retirer un rôle d'un utilisateur.\\n\\n Utilisez des guillemets doubles si le rôle contient des espaces.\\n Si l'utilisateur est laissé vide, c'est par défaut l'auteur de la commande.\\n "
#: redbot/cogs/admin/admin.py:252 #: redbot/cogs/admin/admin.py:217
#, docstring #, docstring
msgid "Edit role settings." msgid "Edit role settings."
msgstr "Modifier les paramètres d'un rôle." msgstr "Modifier les paramètres d'un rôle."
#: redbot/cogs/admin/admin.py:259 #: redbot/cogs/admin/admin.py:224
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n "
msgstr "\\n Modifiez la couleur d'un rôle.\\n\\n Utilisez des guillemets doubles si le rôle contient des espaces.\\n La couleur doit être au format hexadécimal.\\n [Sélecteur de couleurs en ligne](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Exemples:\\n `[p]editrole color \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgstr "\\n Modifiez la couleur d'un rôle.\\n\\n Utilisez des guillemets doubles si le rôle contient des espaces.\\n La couleur doit être au format hexadécimal.\\n [Sélecteur de couleurs en ligne](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Exemples:\\n `[p]editrole color \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n "
#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 #: redbot/cogs/admin/admin.py:253 redbot/cogs/admin/admin.py:286
msgid "Done." msgid "Done."
msgstr "Fait." msgstr "Fait."
#: redbot/cogs/admin/admin.py:292 #: redbot/cogs/admin/admin.py:257
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
msgstr "\\n Modifier le nom d'un rôle.\\n\\n Utiliser des guillemets si le rôle ou le nom contient des espaces.\\n\\n Exemple:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgstr "\\n Modifier le nom d'un rôle.\\n\\n Utiliser des guillemets si le rôle ou le nom contient des espaces.\\n\\n Exemple:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
#: redbot/cogs/admin/admin.py:326 #: redbot/cogs/admin/admin.py:291
#, docstring #, docstring
msgid "Announce a message to all servers the bot is in." msgid "Announce a message to all servers the bot is in."
msgstr "Faire une annonce à tous les serveurs dans lesquels le bot se trouve." msgstr "Faire une annonce à tous les serveurs dans lesquels le bot se trouve."
#: redbot/cogs/admin/admin.py:333 #: redbot/cogs/admin/admin.py:298
msgid "The announcement has begun." msgid "The announcement has begun."
msgstr "Lannonce a commencé." msgstr "Lannonce a commencé."
#: redbot/cogs/admin/admin.py:340 #: redbot/cogs/admin/admin.py:305
#, docstring #, docstring
msgid "Cancel a running announce." msgid "Cancel a running announce."
msgstr "Interrompre une annonce en cours." msgstr "Interrompre une annonce en cours."
#: redbot/cogs/admin/admin.py:342 #: redbot/cogs/admin/admin.py:307
msgid "There is no currently running announcement." msgid "There is no currently running announcement."
msgstr "Il n'y a aucune annonce en cours d'exécution." msgstr "Il n'y a aucune annonce en cours d'exécution."
#: redbot/cogs/admin/admin.py:345 #: redbot/cogs/admin/admin.py:310
msgid "The current announcement has been cancelled." msgid "The current announcement has been cancelled."
msgstr "L'annonce actuelle a été interrompue." msgstr "L'annonce actuelle a été interrompue."
#: redbot/cogs/admin/admin.py:351 #: redbot/cogs/admin/admin.py:316
#, docstring #, docstring
msgid "Change how announcements are sent in this guild." msgid "Change how announcements are sent in this guild."
msgstr "Change la façon dont les annonces sont envoyées dans ce serveur." msgstr "Change la façon dont les annonces sont envoyées dans ce serveur."
#: redbot/cogs/admin/admin.py:356 #: redbot/cogs/admin/admin.py:321
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\\n Change the channel where the bot will send announcements.\\n \\n If channel is left blank it defaults to the current channel.\\n "
msgstr "\\n Change le salon où le bot enverra les annonces.\\n\\n Si le salon est laissé vide, c'est pas défaut le salon actuel.\\n " msgstr "\\n Changer le salon où le bot enverra des annonces.\\n \\n Si le salon est laissé vide, il est par défaut sur le salon actuel.\\n "
#: redbot/cogs/admin/admin.py:365 #: redbot/cogs/admin/admin.py:330
msgid "The announcement channel has been set to {channel.mention}" msgid "The announcement channel has been set to {channel.mention}"
msgstr "Les annonces seront maintenant faites dans {channel.mention}" msgstr "Les annonces seront maintenant faites dans {channel.mention}"
#: redbot/cogs/admin/admin.py:370 #: redbot/cogs/admin/admin.py:335
#, docstring #, docstring
msgid "Unsets the channel for announcements." msgid "Toggle announcements being enabled this server."
msgstr "Désactive le salon pour les annonces." msgstr "Activer ou désactiver les annonces sur ce serveur."
#: redbot/cogs/admin/admin.py:395 #: redbot/cogs/admin/admin.py:340
msgid "The server {guild.name} will receive announcements."
msgstr "Le serveur {guild.name} recevra maintenant les annonces."
#: redbot/cogs/admin/admin.py:344
msgid "The server {guild.name} will not receive announcements."
msgstr "Le serveur {guild.name} ne recevra plus les annonces."
#: redbot/cogs/admin/admin.py:370
#, docstring #, docstring
msgid "Apply selfroles." msgid "Apply selfroles."
msgstr "Appliquer auto-rôles." msgstr "Appliquer auto-rôles."
#: redbot/cogs/admin/admin.py:400 #: redbot/cogs/admin/admin.py:375
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "\\n Ajouter un auto-rôle à vous-même.\\n\\n Les administrateurs du serveur doivent avoir configuré le rôle en tant qu'utilisable par les utilisateurs.\\n NOTE : Le rôle est sensible aux majuscules et minuscules !\\n " msgstr "\\n Ajouter un auto-rôle à vous-même.\\n\\n Les administrateurs du serveur doivent avoir configuré le rôle en tant qu'utilisable par les utilisateurs.\\n NOTE : Le rôle est sensible aux majuscules et minuscules !\\n "
#: redbot/cogs/admin/admin.py:411 #: redbot/cogs/admin/admin.py:386
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "\\n Supprimez un auto-rôle de vous-même.\\n\\n Les administrateurs du serveur doivent avoir configuré le rôle en tant qu'utilisable par les utilisateurs.\\n NOTE : Le rôle est sensible aux majuscules et minuscules !\\n " msgstr "\\n Supprimez un auto-rôle de vous-même.\\n\\n Les administrateurs du serveur doivent avoir configuré le rôle en tant qu'utilisable par les utilisateurs.\\n NOTE : Le rôle est sensible aux majuscules et minuscules !\\n "
#: redbot/cogs/admin/admin.py:422 #: redbot/cogs/admin/admin.py:397
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\\n Lists all available selfroles.\\n "
msgstr "\\n Liste de tous les auto-rôles disponibles.\\n " msgstr "\\n Liste de tous les auto-rôles disponibles.\\n "
#: redbot/cogs/admin/admin.py:432 #: redbot/cogs/admin/admin.py:407
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\\n{selfroles}"
msgstr "Auto-rôles disponibles :\\n{selfroles}" msgstr "Auto-rôles disponibles :\\n{selfroles}"
#: redbot/cogs/admin/admin.py:438 #: redbot/cogs/admin/admin.py:413
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "Gérer les auto-roles." msgstr "Gérer les auto-roles."
#: redbot/cogs/admin/admin.py:443 #: redbot/cogs/admin/admin.py:418
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "\\nAjouter un rôle à la liste des auto-rôles disponibles.\\n\\n NOTE : Le nom du rôle est sensible aux majuscules et minuscules !\\n " msgstr "\\nAjouter un rôle à la liste des auto-rôles disponibles.\\n\\n NOTE : Le nom du rôle est sensible aux majuscules et minuscules !\\n "
#: redbot/cogs/admin/admin.py:450 #: redbot/cogs/admin/admin.py:425
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "Je ne peux pas vous laisser ajouter {role.name} comme auto-rôle car ce rôle est supérieur ou égal à votre rôle le plus haut dans la hiérarchie Discord." msgstr "Je ne peux pas vous laisser ajouter {role.name} comme auto-rôle car ce rôle est supérieur ou égal à votre rôle le plus haut dans la hiérarchie Discord."
#: redbot/cogs/admin/admin.py:458 #: redbot/cogs/admin/admin.py:433
msgid "Added." msgid "Added."
msgstr "Ajouté." msgstr "Ajouté."
#: redbot/cogs/admin/admin.py:461 #: redbot/cogs/admin/admin.py:436
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "Ce rôle est déjà un selfrole." msgstr "Ce rôle est déjà un selfrole."
#: redbot/cogs/admin/admin.py:465 #: redbot/cogs/admin/admin.py:440
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "\\n Supprimer un rôle de la liste des auto-rôles.\\n\\n REMARQUE : Le nom du rôle est sensible aux majuscules et minuscules !\\n " msgstr "\\n Supprimer un rôle de la liste des auto-rôles.\\n\\n REMARQUE : Le nom du rôle est sensible aux majuscules et minuscules !\\n "
#: redbot/cogs/admin/admin.py:472 #: redbot/cogs/admin/admin.py:447
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "Je ne peux pas vous laisser ajouter {role.name} comme auto-rôle car ce rôle est supérieur ou égal à votre rôle le plus haut dans la hiérarchie Discord." msgstr "Je ne peux pas vous laisser ajouter {role.name} comme auto-rôle car ce rôle est supérieur ou égal à votre rôle le plus haut dans la hiérarchie Discord."
#: redbot/cogs/admin/admin.py:480 #: redbot/cogs/admin/admin.py:455
msgid "Removed." msgid "Removed."
msgstr "Retiré." msgstr "Retiré."
#: redbot/cogs/admin/admin.py:485 #: redbot/cogs/admin/admin.py:460
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "Verrouiller un bot sur ses serveurs actuels uniquement." msgstr "Verrouiller un bot sur ses serveurs actuels uniquement."
#: redbot/cogs/admin/admin.py:490 #: redbot/cogs/admin/admin.py:465
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "Le bot n'est plus verrouillé sur ses serveurs actuels." msgstr "Le bot n'est plus verrouillé sur ses serveurs actuels."
#: redbot/cogs/admin/admin.py:492 #: redbot/cogs/admin/admin.py:467
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "Le bot est maintenant verrouillé sur ses serveurs actuels." msgstr "Le bot est maintenant verrouillé sur ses serveurs actuels."
#: redbot/cogs/admin/announcer.py:68 #: redbot/cogs/admin/announcer.py:75
msgid "I could not announce to the following server: " msgid "I could not announce to the following server: "
msgstr "Je n'ai pas pu annoncer au serveur suivant : " msgstr "Je n'ai pas pu annoncer au serveur suivant : "
#: redbot/cogs/admin/announcer.py:70 #: redbot/cogs/admin/announcer.py:77
msgid "I could not announce to the following servers: " msgid "I could not announce to the following servers: "
msgstr "Je n'ai pas pu annoncer aux serveurs suivants : " msgstr "Je n'ai pas pu annoncer aux serveurs suivants : "

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-04-23 12:07+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Hebrew\n" "Language-Team: Hebrew\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,210 +15,218 @@ msgstr ""
"X-Crowdin-File-ID: 42\n" "X-Crowdin-File-ID: 42\n"
"Language: he_IL\n" "Language: he_IL\n"
#: redbot/cogs/admin/admin.py:18 #: redbot/cogs/admin/admin.py:17
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:23 #: redbot/cogs/admin/admin.py:22
msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:29 #: redbot/cogs/admin/admin.py:28
msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:35 #: redbot/cogs/admin/admin.py:34
msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:41 #: redbot/cogs/admin/admin.py:40
msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:47 #: redbot/cogs/admin/admin.py:46
msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:53 #: redbot/cogs/admin/admin.py:52
msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:59 #: redbot/cogs/admin/admin.py:58
msgid "I need manage roles permission to do that." msgid "I need manage roles permission to do that."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:61 #: redbot/cogs/admin/admin.py:60
msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:71 #: redbot/cogs/admin/admin.py:70
#, docstring #, docstring
msgid "A collection of server administration utilities." msgid "A collection of server administration utilities."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:161 #: redbot/cogs/admin/admin.py:126
msgid "{member.display_name} already has the role {role.name}." msgid "{member.display_name} already has the role {role.name}."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:181 #: redbot/cogs/admin/admin.py:146
msgid "I successfully added {role.name} to {member.display_name}" msgid "I successfully added {role.name} to {member.display_name}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:191 #: redbot/cogs/admin/admin.py:156
msgid "{member.display_name} does not have the role {role.name}." msgid "{member.display_name} does not have the role {role.name}."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:211 #: redbot/cogs/admin/admin.py:176
msgid "I successfully removed {role.name} from {member.display_name}" msgid "I successfully removed {role.name} from {member.display_name}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:222 #: redbot/cogs/admin/admin.py:187
#, docstring #, docstring
msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:238 #: redbot/cogs/admin/admin.py:203
#, docstring #, docstring
msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:252 #: redbot/cogs/admin/admin.py:217
#, docstring #, docstring
msgid "Edit role settings." msgid "Edit role settings."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:259 #: redbot/cogs/admin/admin.py:224
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 #: redbot/cogs/admin/admin.py:253 redbot/cogs/admin/admin.py:286
msgid "Done." msgid "Done."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:292 #: redbot/cogs/admin/admin.py:257
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:326 #: redbot/cogs/admin/admin.py:291
#, docstring #, docstring
msgid "Announce a message to all servers the bot is in." msgid "Announce a message to all servers the bot is in."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:333 #: redbot/cogs/admin/admin.py:298
msgid "The announcement has begun." msgid "The announcement has begun."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:340 #: redbot/cogs/admin/admin.py:305
#, docstring #, docstring
msgid "Cancel a running announce." msgid "Cancel a running announce."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:342 #: redbot/cogs/admin/admin.py:307
msgid "There is no currently running announcement." msgid "There is no currently running announcement."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:345 #: redbot/cogs/admin/admin.py:310
msgid "The current announcement has been cancelled." msgid "The current announcement has been cancelled."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:351 #: redbot/cogs/admin/admin.py:316
#, docstring #, docstring
msgid "Change how announcements are sent in this guild." msgid "Change how announcements are sent in this guild."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:356 #: redbot/cogs/admin/admin.py:321
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\\n Change the channel where the bot will send announcements.\\n \\n If channel is left blank it defaults to the current channel.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:365 #: redbot/cogs/admin/admin.py:330
msgid "The announcement channel has been set to {channel.mention}" msgid "The announcement channel has been set to {channel.mention}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:335
#, docstring
msgid "Toggle announcements being enabled this server."
msgstr ""
#: redbot/cogs/admin/admin.py:340
msgid "The server {guild.name} will receive announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:344
msgid "The server {guild.name} will not receive announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:370 #: redbot/cogs/admin/admin.py:370
#, docstring #, docstring
msgid "Unsets the channel for announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:395
#, docstring
msgid "Apply selfroles." msgid "Apply selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:400 #: redbot/cogs/admin/admin.py:375
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:411 #: redbot/cogs/admin/admin.py:386
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:422 #: redbot/cogs/admin/admin.py:397
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\\n Lists all available selfroles.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:432 #: redbot/cogs/admin/admin.py:407
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\\n{selfroles}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:438 #: redbot/cogs/admin/admin.py:413
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:443 #: redbot/cogs/admin/admin.py:418
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:450 #: redbot/cogs/admin/admin.py:425
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:458 #: redbot/cogs/admin/admin.py:433
msgid "Added." msgid "Added."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:461 #: redbot/cogs/admin/admin.py:436
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:465 #: redbot/cogs/admin/admin.py:440
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:472 #: redbot/cogs/admin/admin.py:447
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:480 #: redbot/cogs/admin/admin.py:455
msgid "Removed." msgid "Removed."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:485 #: redbot/cogs/admin/admin.py:460
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:490 #: redbot/cogs/admin/admin.py:465
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:492 #: redbot/cogs/admin/admin.py:467
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/announcer.py:68 #: redbot/cogs/admin/announcer.py:75
msgid "I could not announce to the following server: " msgid "I could not announce to the following server: "
msgstr "" msgstr ""
#: redbot/cogs/admin/announcer.py:70 #: redbot/cogs/admin/announcer.py:77
msgid "I could not announce to the following servers: " msgid "I could not announce to the following servers: "
msgstr "" msgstr ""

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-04-23 12:07+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Hungarian\n" "Language-Team: Hungarian\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,210 +15,218 @@ msgstr ""
"X-Crowdin-File-ID: 42\n" "X-Crowdin-File-ID: 42\n"
"Language: hu_HU\n" "Language: hu_HU\n"
#: redbot/cogs/admin/admin.py:18 #: redbot/cogs/admin/admin.py:17
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:23 #: redbot/cogs/admin/admin.py:22
msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:29 #: redbot/cogs/admin/admin.py:28
msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:35 #: redbot/cogs/admin/admin.py:34
msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:41 #: redbot/cogs/admin/admin.py:40
msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:47 #: redbot/cogs/admin/admin.py:46
msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:53 #: redbot/cogs/admin/admin.py:52
msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:59 #: redbot/cogs/admin/admin.py:58
msgid "I need manage roles permission to do that." msgid "I need manage roles permission to do that."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:61 #: redbot/cogs/admin/admin.py:60
msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:71 #: redbot/cogs/admin/admin.py:70
#, docstring #, docstring
msgid "A collection of server administration utilities." msgid "A collection of server administration utilities."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:161 #: redbot/cogs/admin/admin.py:126
msgid "{member.display_name} already has the role {role.name}." msgid "{member.display_name} already has the role {role.name}."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:181 #: redbot/cogs/admin/admin.py:146
msgid "I successfully added {role.name} to {member.display_name}" msgid "I successfully added {role.name} to {member.display_name}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:191 #: redbot/cogs/admin/admin.py:156
msgid "{member.display_name} does not have the role {role.name}." msgid "{member.display_name} does not have the role {role.name}."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:211 #: redbot/cogs/admin/admin.py:176
msgid "I successfully removed {role.name} from {member.display_name}" msgid "I successfully removed {role.name} from {member.display_name}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:222 #: redbot/cogs/admin/admin.py:187
#, docstring #, docstring
msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:238 #: redbot/cogs/admin/admin.py:203
#, docstring #, docstring
msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:252 #: redbot/cogs/admin/admin.py:217
#, docstring #, docstring
msgid "Edit role settings." msgid "Edit role settings."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:259 #: redbot/cogs/admin/admin.py:224
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 #: redbot/cogs/admin/admin.py:253 redbot/cogs/admin/admin.py:286
msgid "Done." msgid "Done."
msgstr "Kész." msgstr "Kész."
#: redbot/cogs/admin/admin.py:292 #: redbot/cogs/admin/admin.py:257
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:326 #: redbot/cogs/admin/admin.py:291
#, docstring #, docstring
msgid "Announce a message to all servers the bot is in." msgid "Announce a message to all servers the bot is in."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:333 #: redbot/cogs/admin/admin.py:298
msgid "The announcement has begun." msgid "The announcement has begun."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:340 #: redbot/cogs/admin/admin.py:305
#, docstring #, docstring
msgid "Cancel a running announce." msgid "Cancel a running announce."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:342 #: redbot/cogs/admin/admin.py:307
msgid "There is no currently running announcement." msgid "There is no currently running announcement."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:345 #: redbot/cogs/admin/admin.py:310
msgid "The current announcement has been cancelled." msgid "The current announcement has been cancelled."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:351 #: redbot/cogs/admin/admin.py:316
#, docstring #, docstring
msgid "Change how announcements are sent in this guild." msgid "Change how announcements are sent in this guild."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:356 #: redbot/cogs/admin/admin.py:321
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\\n Change the channel where the bot will send announcements.\\n \\n If channel is left blank it defaults to the current channel.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:365 #: redbot/cogs/admin/admin.py:330
msgid "The announcement channel has been set to {channel.mention}" msgid "The announcement channel has been set to {channel.mention}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:335
#, docstring
msgid "Toggle announcements being enabled this server."
msgstr ""
#: redbot/cogs/admin/admin.py:340
msgid "The server {guild.name} will receive announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:344
msgid "The server {guild.name} will not receive announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:370 #: redbot/cogs/admin/admin.py:370
#, docstring #, docstring
msgid "Unsets the channel for announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:395
#, docstring
msgid "Apply selfroles." msgid "Apply selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:400 #: redbot/cogs/admin/admin.py:375
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:411 #: redbot/cogs/admin/admin.py:386
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:422 #: redbot/cogs/admin/admin.py:397
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\\n Lists all available selfroles.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:432 #: redbot/cogs/admin/admin.py:407
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\\n{selfroles}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:438 #: redbot/cogs/admin/admin.py:413
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:443 #: redbot/cogs/admin/admin.py:418
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:450 #: redbot/cogs/admin/admin.py:425
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:458 #: redbot/cogs/admin/admin.py:433
msgid "Added." msgid "Added."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:461 #: redbot/cogs/admin/admin.py:436
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:465 #: redbot/cogs/admin/admin.py:440
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:472 #: redbot/cogs/admin/admin.py:447
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:480 #: redbot/cogs/admin/admin.py:455
msgid "Removed." msgid "Removed."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:485 #: redbot/cogs/admin/admin.py:460
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:490 #: redbot/cogs/admin/admin.py:465
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:492 #: redbot/cogs/admin/admin.py:467
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/announcer.py:68 #: redbot/cogs/admin/announcer.py:75
msgid "I could not announce to the following server: " msgid "I could not announce to the following server: "
msgstr "" msgstr ""
#: redbot/cogs/admin/announcer.py:70 #: redbot/cogs/admin/announcer.py:77
msgid "I could not announce to the following servers: " msgid "I could not announce to the following servers: "
msgstr "" msgstr ""

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-04-23 12:07+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Indonesian\n" "Language-Team: Indonesian\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,210 +15,218 @@ msgstr ""
"X-Crowdin-File-ID: 42\n" "X-Crowdin-File-ID: 42\n"
"Language: id_ID\n" "Language: id_ID\n"
#: redbot/cogs/admin/admin.py:18 #: redbot/cogs/admin/admin.py:17
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:23 #: redbot/cogs/admin/admin.py:22
msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:29 #: redbot/cogs/admin/admin.py:28
msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:35 #: redbot/cogs/admin/admin.py:34
msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:41 #: redbot/cogs/admin/admin.py:40
msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:47 #: redbot/cogs/admin/admin.py:46
msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:53 #: redbot/cogs/admin/admin.py:52
msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:59 #: redbot/cogs/admin/admin.py:58
msgid "I need manage roles permission to do that." msgid "I need manage roles permission to do that."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:61 #: redbot/cogs/admin/admin.py:60
msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:71 #: redbot/cogs/admin/admin.py:70
#, docstring #, docstring
msgid "A collection of server administration utilities." msgid "A collection of server administration utilities."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:161 #: redbot/cogs/admin/admin.py:126
msgid "{member.display_name} already has the role {role.name}." msgid "{member.display_name} already has the role {role.name}."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:181 #: redbot/cogs/admin/admin.py:146
msgid "I successfully added {role.name} to {member.display_name}" msgid "I successfully added {role.name} to {member.display_name}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:191 #: redbot/cogs/admin/admin.py:156
msgid "{member.display_name} does not have the role {role.name}." msgid "{member.display_name} does not have the role {role.name}."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:211 #: redbot/cogs/admin/admin.py:176
msgid "I successfully removed {role.name} from {member.display_name}" msgid "I successfully removed {role.name} from {member.display_name}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:222 #: redbot/cogs/admin/admin.py:187
#, docstring #, docstring
msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:238 #: redbot/cogs/admin/admin.py:203
#, docstring #, docstring
msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:252 #: redbot/cogs/admin/admin.py:217
#, docstring #, docstring
msgid "Edit role settings." msgid "Edit role settings."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:259 #: redbot/cogs/admin/admin.py:224
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 #: redbot/cogs/admin/admin.py:253 redbot/cogs/admin/admin.py:286
msgid "Done." msgid "Done."
msgstr "Selesai." msgstr "Selesai."
#: redbot/cogs/admin/admin.py:292 #: redbot/cogs/admin/admin.py:257
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:326 #: redbot/cogs/admin/admin.py:291
#, docstring #, docstring
msgid "Announce a message to all servers the bot is in." msgid "Announce a message to all servers the bot is in."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:333 #: redbot/cogs/admin/admin.py:298
msgid "The announcement has begun." msgid "The announcement has begun."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:340 #: redbot/cogs/admin/admin.py:305
#, docstring #, docstring
msgid "Cancel a running announce." msgid "Cancel a running announce."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:342 #: redbot/cogs/admin/admin.py:307
msgid "There is no currently running announcement." msgid "There is no currently running announcement."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:345 #: redbot/cogs/admin/admin.py:310
msgid "The current announcement has been cancelled." msgid "The current announcement has been cancelled."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:351 #: redbot/cogs/admin/admin.py:316
#, docstring #, docstring
msgid "Change how announcements are sent in this guild." msgid "Change how announcements are sent in this guild."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:356 #: redbot/cogs/admin/admin.py:321
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\\n Change the channel where the bot will send announcements.\\n \\n If channel is left blank it defaults to the current channel.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:365 #: redbot/cogs/admin/admin.py:330
msgid "The announcement channel has been set to {channel.mention}" msgid "The announcement channel has been set to {channel.mention}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:335
#, docstring
msgid "Toggle announcements being enabled this server."
msgstr ""
#: redbot/cogs/admin/admin.py:340
msgid "The server {guild.name} will receive announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:344
msgid "The server {guild.name} will not receive announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:370 #: redbot/cogs/admin/admin.py:370
#, docstring #, docstring
msgid "Unsets the channel for announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:395
#, docstring
msgid "Apply selfroles." msgid "Apply selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:400 #: redbot/cogs/admin/admin.py:375
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:411 #: redbot/cogs/admin/admin.py:386
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:422 #: redbot/cogs/admin/admin.py:397
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\\n Lists all available selfroles.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:432 #: redbot/cogs/admin/admin.py:407
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\\n{selfroles}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:438 #: redbot/cogs/admin/admin.py:413
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:443 #: redbot/cogs/admin/admin.py:418
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:450 #: redbot/cogs/admin/admin.py:425
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:458 #: redbot/cogs/admin/admin.py:433
msgid "Added." msgid "Added."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:461 #: redbot/cogs/admin/admin.py:436
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:465 #: redbot/cogs/admin/admin.py:440
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:472 #: redbot/cogs/admin/admin.py:447
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:480 #: redbot/cogs/admin/admin.py:455
msgid "Removed." msgid "Removed."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:485 #: redbot/cogs/admin/admin.py:460
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:490 #: redbot/cogs/admin/admin.py:465
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:492 #: redbot/cogs/admin/admin.py:467
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/announcer.py:68 #: redbot/cogs/admin/announcer.py:75
msgid "I could not announce to the following server: " msgid "I could not announce to the following server: "
msgstr "" msgstr ""
#: redbot/cogs/admin/announcer.py:70 #: redbot/cogs/admin/announcer.py:77
msgid "I could not announce to the following servers: " msgid "I could not announce to the following servers: "
msgstr "" msgstr ""

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-04-23 12:07+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Italian\n" "Language-Team: Italian\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,210 +15,218 @@ msgstr ""
"X-Crowdin-File-ID: 42\n" "X-Crowdin-File-ID: 42\n"
"Language: it_IT\n" "Language: it_IT\n"
#: redbot/cogs/admin/admin.py:18 #: redbot/cogs/admin/admin.py:17
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
msgstr "Ho cercato di fare qualcosa ma Discord mi ha negato i permessi per farla. Il tuo comando non è stato completato con successo." msgstr "Ho cercato di fare qualcosa ma Discord mi ha negato i permessi per farla. Il tuo comando non è stato completato con successo."
#: redbot/cogs/admin/admin.py:23 #: redbot/cogs/admin/admin.py:22
msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:29 #: redbot/cogs/admin/admin.py:28
msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:35 #: redbot/cogs/admin/admin.py:34
msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:41 #: redbot/cogs/admin/admin.py:40
msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:47 #: redbot/cogs/admin/admin.py:46
msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:53 #: redbot/cogs/admin/admin.py:52
msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:59 #: redbot/cogs/admin/admin.py:58
msgid "I need manage roles permission to do that." msgid "I need manage roles permission to do that."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:61 #: redbot/cogs/admin/admin.py:60
msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first."
msgstr "Sto già annunciando qualcosa. Se desideri fare un annuncio diverso, usa prima `{prefix}announce cancel`." msgstr "Sto già annunciando qualcosa. Se desideri fare un annuncio diverso, usa prima `{prefix}announce cancel`."
#: redbot/cogs/admin/admin.py:71 #: redbot/cogs/admin/admin.py:70
#, docstring #, docstring
msgid "A collection of server administration utilities." msgid "A collection of server administration utilities."
msgstr "Una collezione di servizi di amministrazione del server." msgstr "Una collezione di servizi di amministrazione del server."
#: redbot/cogs/admin/admin.py:161 #: redbot/cogs/admin/admin.py:126
msgid "{member.display_name} already has the role {role.name}." msgid "{member.display_name} already has the role {role.name}."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:181 #: redbot/cogs/admin/admin.py:146
msgid "I successfully added {role.name} to {member.display_name}" msgid "I successfully added {role.name} to {member.display_name}"
msgstr "Ho aggiunto con successo {role.name} al gruppo {member.display_name}" msgstr "Ho aggiunto con successo {role.name} al gruppo {member.display_name}"
#: redbot/cogs/admin/admin.py:191 #: redbot/cogs/admin/admin.py:156
msgid "{member.display_name} does not have the role {role.name}." msgid "{member.display_name} does not have the role {role.name}."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:211 #: redbot/cogs/admin/admin.py:176
msgid "I successfully removed {role.name} from {member.display_name}" msgid "I successfully removed {role.name} from {member.display_name}"
msgstr "Ho rimosso con successo {role.name} dal gruppo {member.display_name}" msgstr "Ho rimosso con successo {role.name} dal gruppo {member.display_name}"
#: redbot/cogs/admin/admin.py:222 #: redbot/cogs/admin/admin.py:187
#, docstring #, docstring
msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:238 #: redbot/cogs/admin/admin.py:203
#, docstring #, docstring
msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:252 #: redbot/cogs/admin/admin.py:217
#, docstring #, docstring
msgid "Edit role settings." msgid "Edit role settings."
msgstr "Modifica impostazioni ruolo." msgstr "Modifica impostazioni ruolo."
#: redbot/cogs/admin/admin.py:259 #: redbot/cogs/admin/admin.py:224
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 #: redbot/cogs/admin/admin.py:253 redbot/cogs/admin/admin.py:286
msgid "Done." msgid "Done."
msgstr "Fatto." msgstr "Fatto."
#: redbot/cogs/admin/admin.py:292 #: redbot/cogs/admin/admin.py:257
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:326 #: redbot/cogs/admin/admin.py:291
#, docstring #, docstring
msgid "Announce a message to all servers the bot is in." msgid "Announce a message to all servers the bot is in."
msgstr "Invia un annuncio a tutti i server in cui si trova il bot." msgstr "Invia un annuncio a tutti i server in cui si trova il bot."
#: redbot/cogs/admin/admin.py:333 #: redbot/cogs/admin/admin.py:298
msgid "The announcement has begun." msgid "The announcement has begun."
msgstr "L'annuncio è partito." msgstr "L'annuncio è partito."
#: redbot/cogs/admin/admin.py:340 #: redbot/cogs/admin/admin.py:305
#, docstring #, docstring
msgid "Cancel a running announce." msgid "Cancel a running announce."
msgstr "Cancella un annuncio in corso." msgstr "Cancella un annuncio in corso."
#: redbot/cogs/admin/admin.py:342 #: redbot/cogs/admin/admin.py:307
msgid "There is no currently running announcement." msgid "There is no currently running announcement."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:345 #: redbot/cogs/admin/admin.py:310
msgid "The current announcement has been cancelled." msgid "The current announcement has been cancelled."
msgstr "L'annuncio in corso è stato cancellato." msgstr "L'annuncio in corso è stato cancellato."
#: redbot/cogs/admin/admin.py:351 #: redbot/cogs/admin/admin.py:316
#, docstring #, docstring
msgid "Change how announcements are sent in this guild." msgid "Change how announcements are sent in this guild."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:356 #: redbot/cogs/admin/admin.py:321
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\\n Change the channel where the bot will send announcements.\\n \\n If channel is left blank it defaults to the current channel.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:365 #: redbot/cogs/admin/admin.py:330
msgid "The announcement channel has been set to {channel.mention}" msgid "The announcement channel has been set to {channel.mention}"
msgstr "Il canale per gli annunci è stato impostato su {channel.mention}" msgstr "Il canale per gli annunci è stato impostato su {channel.mention}"
#: redbot/cogs/admin/admin.py:370 #: redbot/cogs/admin/admin.py:335
#, docstring #, docstring
msgid "Unsets the channel for announcements." msgid "Toggle announcements being enabled this server."
msgstr "" msgstr "Attiva/disattiva gli annunci in questo server."
#: redbot/cogs/admin/admin.py:395 #: redbot/cogs/admin/admin.py:340
msgid "The server {guild.name} will receive announcements."
msgstr "Il server {guild.name} riceverà gli annunci."
#: redbot/cogs/admin/admin.py:344
msgid "The server {guild.name} will not receive announcements."
msgstr "Il server {guild.name} non riceverà gli annunci."
#: redbot/cogs/admin/admin.py:370
#, docstring #, docstring
msgid "Apply selfroles." msgid "Apply selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:400 #: redbot/cogs/admin/admin.py:375
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:411 #: redbot/cogs/admin/admin.py:386
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:422 #: redbot/cogs/admin/admin.py:397
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\\n Lists all available selfroles.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:432 #: redbot/cogs/admin/admin.py:407
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\\n{selfroles}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:438 #: redbot/cogs/admin/admin.py:413
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:443 #: redbot/cogs/admin/admin.py:418
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:450 #: redbot/cogs/admin/admin.py:425
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:458 #: redbot/cogs/admin/admin.py:433
msgid "Added." msgid "Added."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:461 #: redbot/cogs/admin/admin.py:436
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:465 #: redbot/cogs/admin/admin.py:440
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:472 #: redbot/cogs/admin/admin.py:447
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:480 #: redbot/cogs/admin/admin.py:455
msgid "Removed." msgid "Removed."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:485 #: redbot/cogs/admin/admin.py:460
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "Blocca un bot ai suoi server attuali." msgstr "Blocca un bot ai suoi server attuali."
#: redbot/cogs/admin/admin.py:490 #: redbot/cogs/admin/admin.py:465
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "Il bot non è più bloccato ai server." msgstr "Il bot non è più bloccato ai server."
#: redbot/cogs/admin/admin.py:492 #: redbot/cogs/admin/admin.py:467
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "Il bot è bloccato ai server." msgstr "Il bot è bloccato ai server."
#: redbot/cogs/admin/announcer.py:68 #: redbot/cogs/admin/announcer.py:75
msgid "I could not announce to the following server: " msgid "I could not announce to the following server: "
msgstr "" msgstr ""
#: redbot/cogs/admin/announcer.py:70 #: redbot/cogs/admin/announcer.py:77
msgid "I could not announce to the following servers: " msgid "I could not announce to the following servers: "
msgstr "" msgstr ""

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-04-23 12:07+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Japanese\n" "Language-Team: Japanese\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,210 +15,218 @@ msgstr ""
"X-Crowdin-File-ID: 42\n" "X-Crowdin-File-ID: 42\n"
"Language: ja_JP\n" "Language: ja_JP\n"
#: redbot/cogs/admin/admin.py:18 #: redbot/cogs/admin/admin.py:17
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
msgstr "私は不和が私に権限を拒否した何かをしようとしました。コマンドを正常に完了できませんでした。" msgstr "私は不和が私に権限を拒否した何かをしようとしました。コマンドを正常に完了できませんでした。"
#: redbot/cogs/admin/admin.py:23 #: redbot/cogs/admin/admin.py:22
msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:29 #: redbot/cogs/admin/admin.py:28
msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:35 #: redbot/cogs/admin/admin.py:34
msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:41 #: redbot/cogs/admin/admin.py:40
msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:47 #: redbot/cogs/admin/admin.py:46
msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:53 #: redbot/cogs/admin/admin.py:52
msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:59 #: redbot/cogs/admin/admin.py:58
msgid "I need manage roles permission to do that." msgid "I need manage roles permission to do that."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:61 #: redbot/cogs/admin/admin.py:60
msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:71 #: redbot/cogs/admin/admin.py:70
#, docstring #, docstring
msgid "A collection of server administration utilities." msgid "A collection of server administration utilities."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:161 #: redbot/cogs/admin/admin.py:126
msgid "{member.display_name} already has the role {role.name}." msgid "{member.display_name} already has the role {role.name}."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:181 #: redbot/cogs/admin/admin.py:146
msgid "I successfully added {role.name} to {member.display_name}" msgid "I successfully added {role.name} to {member.display_name}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:191 #: redbot/cogs/admin/admin.py:156
msgid "{member.display_name} does not have the role {role.name}." msgid "{member.display_name} does not have the role {role.name}."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:211 #: redbot/cogs/admin/admin.py:176
msgid "I successfully removed {role.name} from {member.display_name}" msgid "I successfully removed {role.name} from {member.display_name}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:222 #: redbot/cogs/admin/admin.py:187
#, docstring #, docstring
msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:238 #: redbot/cogs/admin/admin.py:203
#, docstring #, docstring
msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:252 #: redbot/cogs/admin/admin.py:217
#, docstring #, docstring
msgid "Edit role settings." msgid "Edit role settings."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:259 #: redbot/cogs/admin/admin.py:224
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 #: redbot/cogs/admin/admin.py:253 redbot/cogs/admin/admin.py:286
msgid "Done." msgid "Done."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:292 #: redbot/cogs/admin/admin.py:257
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:326 #: redbot/cogs/admin/admin.py:291
#, docstring #, docstring
msgid "Announce a message to all servers the bot is in." msgid "Announce a message to all servers the bot is in."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:333 #: redbot/cogs/admin/admin.py:298
msgid "The announcement has begun." msgid "The announcement has begun."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:340 #: redbot/cogs/admin/admin.py:305
#, docstring #, docstring
msgid "Cancel a running announce." msgid "Cancel a running announce."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:342 #: redbot/cogs/admin/admin.py:307
msgid "There is no currently running announcement." msgid "There is no currently running announcement."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:345 #: redbot/cogs/admin/admin.py:310
msgid "The current announcement has been cancelled." msgid "The current announcement has been cancelled."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:351 #: redbot/cogs/admin/admin.py:316
#, docstring #, docstring
msgid "Change how announcements are sent in this guild." msgid "Change how announcements are sent in this guild."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:356 #: redbot/cogs/admin/admin.py:321
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\\n Change the channel where the bot will send announcements.\\n \\n If channel is left blank it defaults to the current channel.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:365 #: redbot/cogs/admin/admin.py:330
msgid "The announcement channel has been set to {channel.mention}" msgid "The announcement channel has been set to {channel.mention}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:335
#, docstring
msgid "Toggle announcements being enabled this server."
msgstr ""
#: redbot/cogs/admin/admin.py:340
msgid "The server {guild.name} will receive announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:344
msgid "The server {guild.name} will not receive announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:370 #: redbot/cogs/admin/admin.py:370
#, docstring #, docstring
msgid "Unsets the channel for announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:395
#, docstring
msgid "Apply selfroles." msgid "Apply selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:400 #: redbot/cogs/admin/admin.py:375
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:411 #: redbot/cogs/admin/admin.py:386
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:422 #: redbot/cogs/admin/admin.py:397
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\\n Lists all available selfroles.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:432 #: redbot/cogs/admin/admin.py:407
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\\n{selfroles}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:438 #: redbot/cogs/admin/admin.py:413
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:443 #: redbot/cogs/admin/admin.py:418
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:450 #: redbot/cogs/admin/admin.py:425
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:458 #: redbot/cogs/admin/admin.py:433
msgid "Added." msgid "Added."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:461 #: redbot/cogs/admin/admin.py:436
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:465 #: redbot/cogs/admin/admin.py:440
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:472 #: redbot/cogs/admin/admin.py:447
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:480 #: redbot/cogs/admin/admin.py:455
msgid "Removed." msgid "Removed."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:485 #: redbot/cogs/admin/admin.py:460
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:490 #: redbot/cogs/admin/admin.py:465
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:492 #: redbot/cogs/admin/admin.py:467
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/announcer.py:68 #: redbot/cogs/admin/announcer.py:75
msgid "I could not announce to the following server: " msgid "I could not announce to the following server: "
msgstr "" msgstr ""
#: redbot/cogs/admin/announcer.py:70 #: redbot/cogs/admin/announcer.py:77
msgid "I could not announce to the following servers: " msgid "I could not announce to the following servers: "
msgstr "" msgstr ""

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-04-23 12:07+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Korean\n" "Language-Team: Korean\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,210 +15,218 @@ msgstr ""
"X-Crowdin-File-ID: 42\n" "X-Crowdin-File-ID: 42\n"
"Language: ko_KR\n" "Language: ko_KR\n"
#: redbot/cogs/admin/admin.py:18 #: redbot/cogs/admin/admin.py:17
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:23 #: redbot/cogs/admin/admin.py:22
msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:29 #: redbot/cogs/admin/admin.py:28
msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:35 #: redbot/cogs/admin/admin.py:34
msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:41 #: redbot/cogs/admin/admin.py:40
msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:47 #: redbot/cogs/admin/admin.py:46
msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:53 #: redbot/cogs/admin/admin.py:52
msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:59 #: redbot/cogs/admin/admin.py:58
msgid "I need manage roles permission to do that." msgid "I need manage roles permission to do that."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:61 #: redbot/cogs/admin/admin.py:60
msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:71 #: redbot/cogs/admin/admin.py:70
#, docstring #, docstring
msgid "A collection of server administration utilities." msgid "A collection of server administration utilities."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:161 #: redbot/cogs/admin/admin.py:126
msgid "{member.display_name} already has the role {role.name}." msgid "{member.display_name} already has the role {role.name}."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:181 #: redbot/cogs/admin/admin.py:146
msgid "I successfully added {role.name} to {member.display_name}" msgid "I successfully added {role.name} to {member.display_name}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:191 #: redbot/cogs/admin/admin.py:156
msgid "{member.display_name} does not have the role {role.name}." msgid "{member.display_name} does not have the role {role.name}."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:211 #: redbot/cogs/admin/admin.py:176
msgid "I successfully removed {role.name} from {member.display_name}" msgid "I successfully removed {role.name} from {member.display_name}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:222 #: redbot/cogs/admin/admin.py:187
#, docstring #, docstring
msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:238 #: redbot/cogs/admin/admin.py:203
#, docstring #, docstring
msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:252 #: redbot/cogs/admin/admin.py:217
#, docstring #, docstring
msgid "Edit role settings." msgid "Edit role settings."
msgstr "역할 설정을 변경했어요." msgstr "역할 설정을 변경했어요."
#: redbot/cogs/admin/admin.py:259 #: redbot/cogs/admin/admin.py:224
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 #: redbot/cogs/admin/admin.py:253 redbot/cogs/admin/admin.py:286
msgid "Done." msgid "Done."
msgstr "다 했어요." msgstr "다 했어요."
#: redbot/cogs/admin/admin.py:292 #: redbot/cogs/admin/admin.py:257
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:326 #: redbot/cogs/admin/admin.py:291
#, docstring #, docstring
msgid "Announce a message to all servers the bot is in." msgid "Announce a message to all servers the bot is in."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:333 #: redbot/cogs/admin/admin.py:298
msgid "The announcement has begun." msgid "The announcement has begun."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:340 #: redbot/cogs/admin/admin.py:305
#, docstring #, docstring
msgid "Cancel a running announce." msgid "Cancel a running announce."
msgstr "실행 중인 공지사항을 취소했어요." msgstr "실행 중인 공지사항을 취소했어요."
#: redbot/cogs/admin/admin.py:342 #: redbot/cogs/admin/admin.py:307
msgid "There is no currently running announcement." msgid "There is no currently running announcement."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:345 #: redbot/cogs/admin/admin.py:310
msgid "The current announcement has been cancelled." msgid "The current announcement has been cancelled."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:351 #: redbot/cogs/admin/admin.py:316
#, docstring #, docstring
msgid "Change how announcements are sent in this guild." msgid "Change how announcements are sent in this guild."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:356 #: redbot/cogs/admin/admin.py:321
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\\n Change the channel where the bot will send announcements.\\n \\n If channel is left blank it defaults to the current channel.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:365 #: redbot/cogs/admin/admin.py:330
msgid "The announcement channel has been set to {channel.mention}" msgid "The announcement channel has been set to {channel.mention}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:335
#, docstring
msgid "Toggle announcements being enabled this server."
msgstr ""
#: redbot/cogs/admin/admin.py:340
msgid "The server {guild.name} will receive announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:344
msgid "The server {guild.name} will not receive announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:370 #: redbot/cogs/admin/admin.py:370
#, docstring #, docstring
msgid "Unsets the channel for announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:395
#, docstring
msgid "Apply selfroles." msgid "Apply selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:400 #: redbot/cogs/admin/admin.py:375
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:411 #: redbot/cogs/admin/admin.py:386
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:422 #: redbot/cogs/admin/admin.py:397
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\\n Lists all available selfroles.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:432 #: redbot/cogs/admin/admin.py:407
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\\n{selfroles}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:438 #: redbot/cogs/admin/admin.py:413
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:443 #: redbot/cogs/admin/admin.py:418
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:450 #: redbot/cogs/admin/admin.py:425
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:458 #: redbot/cogs/admin/admin.py:433
msgid "Added." msgid "Added."
msgstr "추가됐어요." msgstr "추가됐어요."
#: redbot/cogs/admin/admin.py:461 #: redbot/cogs/admin/admin.py:436
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:465 #: redbot/cogs/admin/admin.py:440
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:472 #: redbot/cogs/admin/admin.py:447
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:480 #: redbot/cogs/admin/admin.py:455
msgid "Removed." msgid "Removed."
msgstr "제거됐어요." msgstr "제거됐어요."
#: redbot/cogs/admin/admin.py:485 #: redbot/cogs/admin/admin.py:460
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:490 #: redbot/cogs/admin/admin.py:465
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:492 #: redbot/cogs/admin/admin.py:467
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/announcer.py:68 #: redbot/cogs/admin/announcer.py:75
msgid "I could not announce to the following server: " msgid "I could not announce to the following server: "
msgstr "" msgstr ""
#: redbot/cogs/admin/announcer.py:70 #: redbot/cogs/admin/announcer.py:77
msgid "I could not announce to the following servers: " msgid "I could not announce to the following servers: "
msgstr "다음과 같은 서버에 알릴 수 없어요. : " msgstr "다음과 같은 서버에 알릴 수 없어요. : "

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-04-23 12:07+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Dutch\n" "Language-Team: Dutch\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,210 +15,218 @@ msgstr ""
"X-Crowdin-File-ID: 42\n" "X-Crowdin-File-ID: 42\n"
"Language: nl_NL\n" "Language: nl_NL\n"
#: redbot/cogs/admin/admin.py:18 #: redbot/cogs/admin/admin.py:17
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
msgstr "Ik probeerde iets te doen waarvoor Discord me geen toestemming heeft gegeven. Je commando kon niet worden voltooid." msgstr "Ik probeerde iets te doen waarvoor Discord me geen toestemming heeft gegeven. Je commando kon niet worden voltooid."
#: redbot/cogs/admin/admin.py:23 #: redbot/cogs/admin/admin.py:22
msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "Ik kan {role.name} niet aan {member.display_name} geven omdat die rol hoger of gelijk is aan mijn hoogste rol in de Discord hiërarchie." msgstr "Ik kan {role.name} niet aan {member.display_name} geven omdat die rol hoger of gelijk is aan mijn hoogste rol in de Discord hiërarchie."
#: redbot/cogs/admin/admin.py:29 #: redbot/cogs/admin/admin.py:28
msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "Ik kan {role.name} niet van {member.display_name} verwijderen omdat die rol hoger dan of gelijk is aan mijn hoogste rol in de Discord hiërarchie." msgstr "Ik kan {role.name} niet van {member.display_name} verwijderen omdat die rol hoger dan of gelijk is aan mijn hoogste rol in de Discord hiërarchie."
#: redbot/cogs/admin/admin.py:35 #: redbot/cogs/admin/admin.py:34
msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy."
msgstr "Ik kan {role.name} niet bewerken omdat die rol hoger is dan mijn of de hoogste rol in de Discord hiërarchie." msgstr "Ik kan {role.name} niet bewerken omdat die rol hoger is dan mijn of de hoogste rol in de Discord hiërarchie."
#: redbot/cogs/admin/admin.py:41 #: redbot/cogs/admin/admin.py:40
msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "Ik kan je {role.name} niet aan {member.display_name} laten geven omdat die rol hoger is dan of gelijk is aan je hoogste rol in de Discord hiërarchie." msgstr "Ik kan je {role.name} niet aan {member.display_name} laten geven omdat die rol hoger is dan of gelijk is aan je hoogste rol in de Discord hiërarchie."
#: redbot/cogs/admin/admin.py:47 #: redbot/cogs/admin/admin.py:46
msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "Ik kan je {role.name} niet van {member.display_name} laten verwijderen omdat die rol hoger dan of gelijk is aan je hoogste rol in de Discord hiërarchie." msgstr "Ik kan je {role.name} niet van {member.display_name} laten verwijderen omdat die rol hoger dan of gelijk is aan je hoogste rol in de Discord hiërarchie."
#: redbot/cogs/admin/admin.py:53 #: redbot/cogs/admin/admin.py:52
msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "Ik kan je {role.name} niet laten bewerken omdat die rol hoger of gelijk is aan je hoogste rol in de Discord hiërarchie." msgstr "Ik kan je {role.name} niet laten bewerken omdat die rol hoger of gelijk is aan je hoogste rol in de Discord hiërarchie."
#: redbot/cogs/admin/admin.py:59 #: redbot/cogs/admin/admin.py:58
msgid "I need manage roles permission to do that." msgid "I need manage roles permission to do that."
msgstr "Ik heb de 'rollen beheren' permissie nodig om dat te doen." msgstr "Ik heb de 'rollen beheren' permissie nodig om dat te doen."
#: redbot/cogs/admin/admin.py:61 #: redbot/cogs/admin/admin.py:60
msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first."
msgstr "Ik ben al iets aan het aankondigen. Als je iets anders wilt aankondigen, voer dan eerst deze command uit: '{prefix}announce cancel'." msgstr "Ik ben al iets aan het aankondigen. Als je iets anders wilt aankondigen, voer dan eerst deze command uit: '{prefix}announce cancel'."
#: redbot/cogs/admin/admin.py:71 #: redbot/cogs/admin/admin.py:70
#, docstring #, docstring
msgid "A collection of server administration utilities." msgid "A collection of server administration utilities."
msgstr "Een collectie van de server administratie voorzieningen." msgstr "Een collectie van de server administratie voorzieningen."
#: redbot/cogs/admin/admin.py:161 #: redbot/cogs/admin/admin.py:126
msgid "{member.display_name} already has the role {role.name}." msgid "{member.display_name} already has the role {role.name}."
msgstr "{member.display_name} heeft de rol {role.name} al." msgstr "{member.display_name} heeft de rol {role.name} al."
#: redbot/cogs/admin/admin.py:181 #: redbot/cogs/admin/admin.py:146
msgid "I successfully added {role.name} to {member.display_name}" msgid "I successfully added {role.name} to {member.display_name}"
msgstr "Ik heb succesvol {role.name} toegevoegd aan {member.display_name}" msgstr "Ik heb succesvol {role.name} toegevoegd aan {member.display_name}"
#: redbot/cogs/admin/admin.py:191 #: redbot/cogs/admin/admin.py:156
msgid "{member.display_name} does not have the role {role.name}." msgid "{member.display_name} does not have the role {role.name}."
msgstr "{member.display_name} heeft de rol {role.name} niet." msgstr "{member.display_name} heeft de rol {role.name} niet."
#: redbot/cogs/admin/admin.py:211 #: redbot/cogs/admin/admin.py:176
msgid "I successfully removed {role.name} from {member.display_name}" msgid "I successfully removed {role.name} from {member.display_name}"
msgstr "Ik heb succesvol {role.name} verwijderd van {member.display_name}" msgstr "Ik heb succesvol {role.name} verwijderd van {member.display_name}"
#: redbot/cogs/admin/admin.py:222 #: redbot/cogs/admin/admin.py:187
#, docstring #, docstring
msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "\\n Voeg een rol toe aan een gebruiker.\\n\\n Gebruik dubbele aanhalingstekens als de rol spaties bevat.\\n Als de gebruiker leeg gelaten wordt, is het standaard ingesteld op de auteur van het commando.\\n " msgstr "\\n Voeg een rol toe aan een gebruiker.\\n\\n Gebruik dubbele aanhalingstekens als de rol spaties bevat.\\n Als de gebruiker leeg gelaten wordt, is het standaard ingesteld op de auteur van het commando.\\n "
#: redbot/cogs/admin/admin.py:238 #: redbot/cogs/admin/admin.py:203
#, docstring #, docstring
msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "\\n Verwijder een rol van een gebruiker.\\n\\n Gebruik dubbele aanhalingstekens als de rol spaties bevat.\\n Als de gebruiker leeg gelaten wordt, is het standaard ingesteld op de auteur van het commando.\\n " msgstr "\\n Verwijder een rol van een gebruiker.\\n\\n Gebruik dubbele aanhalingstekens als de rol spaties bevat.\\n Als de gebruiker leeg gelaten wordt, is het standaard ingesteld op de auteur van het commando.\\n "
#: redbot/cogs/admin/admin.py:252 #: redbot/cogs/admin/admin.py:217
#, docstring #, docstring
msgid "Edit role settings." msgid "Edit role settings."
msgstr "Rol instellingen bewerken." msgstr "Rol instellingen bewerken."
#: redbot/cogs/admin/admin.py:259 #: redbot/cogs/admin/admin.py:224
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n "
msgstr "\\n Bewerk een rolkleur.\\n\\n Gebruik dubbele aanhalingstekens als de rol spaties bevat.\\n Kleur moet in hexadecimaal formaat zijn.\\n [Online kleur kiezer](http://www.w3schools. om/colors/colors_picker. sp)\\n\\n Voorbeelden:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgstr "\\n Bewerk een rolkleur.\\n\\n Gebruik dubbele aanhalingstekens als de rol spaties bevat.\\n Kleur moet in hexadecimaal formaat zijn.\\n [Online kleur kiezer](http://www.w3schools. om/colors/colors_picker. sp)\\n\\n Voorbeelden:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n "
#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 #: redbot/cogs/admin/admin.py:253 redbot/cogs/admin/admin.py:286
msgid "Done." msgid "Done."
msgstr "Klaar." msgstr "Klaar."
#: redbot/cogs/admin/admin.py:292 #: redbot/cogs/admin/admin.py:257
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
msgstr "\\n Bewerk de rolnaam.\\n\\n Gebruik dubbele aanhalingstekens als de rol of de naam spaties bevat.\\n\\n Voorbeeld:\\n `[p]bewerkrole naam \\\"The Transistor\\\" Test`\\n " msgstr "\\n Bewerk de rolnaam.\\n\\n Gebruik dubbele aanhalingstekens als de rol of de naam spaties bevat.\\n\\n Voorbeeld:\\n `[p]bewerkrole naam \\\"The Transistor\\\" Test`\\n "
#: redbot/cogs/admin/admin.py:326 #: redbot/cogs/admin/admin.py:291
#, docstring #, docstring
msgid "Announce a message to all servers the bot is in." msgid "Announce a message to all servers the bot is in."
msgstr "Kondig een bericht aan in alle servers." msgstr "Kondig een bericht aan in alle servers."
#: redbot/cogs/admin/admin.py:333 #: redbot/cogs/admin/admin.py:298
msgid "The announcement has begun." msgid "The announcement has begun."
msgstr "De aankondiging is begonnen." msgstr "De aankondiging is begonnen."
#: redbot/cogs/admin/admin.py:340 #: redbot/cogs/admin/admin.py:305
#, docstring #, docstring
msgid "Cancel a running announce." msgid "Cancel a running announce."
msgstr "Annuleer een huidige aankondiging." msgstr "Annuleer een huidige aankondiging."
#: redbot/cogs/admin/admin.py:342 #: redbot/cogs/admin/admin.py:307
msgid "There is no currently running announcement." msgid "There is no currently running announcement."
msgstr "Er is momenteel geen lopende aankondiging." msgstr "Er is momenteel geen lopende aankondiging."
#: redbot/cogs/admin/admin.py:345 #: redbot/cogs/admin/admin.py:310
msgid "The current announcement has been cancelled." msgid "The current announcement has been cancelled."
msgstr "De huidige aankondiging is geannuleerd." msgstr "De huidige aankondiging is geannuleerd."
#: redbot/cogs/admin/admin.py:351 #: redbot/cogs/admin/admin.py:316
#, docstring #, docstring
msgid "Change how announcements are sent in this guild." msgid "Change how announcements are sent in this guild."
msgstr "Verander hoe aankondigingen worden verzonden in deze gilde." msgstr "Verander hoe aankondigingen worden verzonden in deze gilde."
#: redbot/cogs/admin/admin.py:356 #: redbot/cogs/admin/admin.py:321
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\\n Change the channel where the bot will send announcements.\\n \\n If channel is left blank it defaults to the current channel.\\n "
msgstr "" msgstr "\\n Verander het kanaal waar de bot aankondigingen zal verzenden.\\n \\n Als het kanaal leeg is dan is het standaard ingesteld op het huidige kanaal.\\n "
#: redbot/cogs/admin/admin.py:365 #: redbot/cogs/admin/admin.py:330
msgid "The announcement channel has been set to {channel.mention}" msgid "The announcement channel has been set to {channel.mention}"
msgstr "Het aankondigingskanaal is aangepast naar {channel.mention}" msgstr "Het aankondigingskanaal is aangepast naar {channel.mention}"
#: redbot/cogs/admin/admin.py:370 #: redbot/cogs/admin/admin.py:335
#, docstring #, docstring
msgid "Unsets the channel for announcements." msgid "Toggle announcements being enabled this server."
msgstr "" msgstr "Aankondigingen zijn geactiveerd in deze server."
#: redbot/cogs/admin/admin.py:395 #: redbot/cogs/admin/admin.py:340
msgid "The server {guild.name} will receive announcements."
msgstr "De server {guild.name} ontvangt aankondigingen."
#: redbot/cogs/admin/admin.py:344
msgid "The server {guild.name} will not receive announcements."
msgstr "De server {guild.name} ontvangt geen aankondigingen."
#: redbot/cogs/admin/admin.py:370
#, docstring #, docstring
msgid "Apply selfroles." msgid "Apply selfroles."
msgstr "Zelfrollen toepassen." msgstr "Zelfrollen toepassen."
#: redbot/cogs/admin/admin.py:400 #: redbot/cogs/admin/admin.py:375
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "\\n Voeg een zelfrol toe aan jezelf.\\n\\n Server beheerders moeten de rol gebruiker instelbaar configureren.\\n Let op: De rol is hoofdlettergevoelig!\\n " msgstr "\\n Voeg een zelfrol toe aan jezelf.\\n\\n Server beheerders moeten de rol gebruiker instelbaar configureren.\\n Let op: De rol is hoofdlettergevoelig!\\n "
#: redbot/cogs/admin/admin.py:411 #: redbot/cogs/admin/admin.py:386
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "\\n Verwijder een zelfrol van jezelf.\\n\\n Server beheerders moeten de rol als gebruiker instelbaar configureren.\\n Let op: De rol is hoofdlettergevoelig!\\n " msgstr "\\n Verwijder een zelfrol van jezelf.\\n\\n Server beheerders moeten de rol als gebruiker instelbaar configureren.\\n Let op: De rol is hoofdlettergevoelig!\\n "
#: redbot/cogs/admin/admin.py:422 #: redbot/cogs/admin/admin.py:397
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\\n Lists all available selfroles.\\n "
msgstr "\\n Toont alle beschikbare zelfrollen.\\n " msgstr "\\n Toont alle beschikbare zelfrollen.\\n "
#: redbot/cogs/admin/admin.py:432 #: redbot/cogs/admin/admin.py:407
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\\n{selfroles}"
msgstr "Beschikbare zelfrollen:\\n{selfroles}" msgstr "Beschikbare zelfrollen:\\n{selfroles}"
#: redbot/cogs/admin/admin.py:438 #: redbot/cogs/admin/admin.py:413
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "Beheer zelfrollen." msgstr "Beheer zelfrollen."
#: redbot/cogs/admin/admin.py:443 #: redbot/cogs/admin/admin.py:418
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "\\n Voeg een rol toe aan de lijst van beschikbare zelfrollen.\\n\\n Let op: hoofdlettergevoelig!\\n " msgstr "\\n Voeg een rol toe aan de lijst van beschikbare zelfrollen.\\n\\n Let op: hoofdlettergevoelig!\\n "
#: redbot/cogs/admin/admin.py:450 #: redbot/cogs/admin/admin.py:425
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "Ik kan je {role.name} niet als zelfrol toe laten voegen omdat die rol hoger dan of gelijk is aan je hoogste rol in de Discord hiërarchie." msgstr "Ik kan je {role.name} niet als zelfrol toe laten voegen omdat die rol hoger dan of gelijk is aan je hoogste rol in de Discord hiërarchie."
#: redbot/cogs/admin/admin.py:458 #: redbot/cogs/admin/admin.py:433
msgid "Added." msgid "Added."
msgstr "Toegevoegd." msgstr "Toegevoegd."
#: redbot/cogs/admin/admin.py:461 #: redbot/cogs/admin/admin.py:436
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "Die rol is al een zelfrol." msgstr "Die rol is al een zelfrol."
#: redbot/cogs/admin/admin.py:465 #: redbot/cogs/admin/admin.py:440
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "\\n Verwijder een rol van de lijst van beschikbare zelfrollen.\\n\\n OPMERKING: De rol is hoofdlettergevoelig!\\n " msgstr "\\n Verwijder een rol van de lijst van beschikbare zelfrollen.\\n\\n OPMERKING: De rol is hoofdlettergevoelig!\\n "
#: redbot/cogs/admin/admin.py:472 #: redbot/cogs/admin/admin.py:447
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "Ik kan je {role.name} niet uit zelfrol laten verwijderen omdat die rol hoger dan of gelijk is aan je hoogste rol in de Discord-hiërarchie." msgstr "Ik kan je {role.name} niet uit zelfrol laten verwijderen omdat die rol hoger dan of gelijk is aan je hoogste rol in de Discord-hiërarchie."
#: redbot/cogs/admin/admin.py:480 #: redbot/cogs/admin/admin.py:455
msgid "Removed." msgid "Removed."
msgstr "Verwijderd." msgstr "Verwijderd."
#: redbot/cogs/admin/admin.py:485 #: redbot/cogs/admin/admin.py:460
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "Vergrendel de bot voor alleen deze server." msgstr "Vergrendel de bot voor alleen deze server."
#: redbot/cogs/admin/admin.py:490 #: redbot/cogs/admin/admin.py:465
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "De bot is niet langer vergrendeld." msgstr "De bot is niet langer vergrendeld."
#: redbot/cogs/admin/admin.py:492 #: redbot/cogs/admin/admin.py:467
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "De bot is vergrendeld." msgstr "De bot is vergrendeld."
#: redbot/cogs/admin/announcer.py:68 #: redbot/cogs/admin/announcer.py:75
msgid "I could not announce to the following server: " msgid "I could not announce to the following server: "
msgstr "Ik kan de volgende server niet aankondigen: " msgstr "Ik kan de volgende server niet aankondigen: "
#: redbot/cogs/admin/announcer.py:70 #: redbot/cogs/admin/announcer.py:77
msgid "I could not announce to the following servers: " msgid "I could not announce to the following servers: "
msgstr "Ik kon de volgende servers niet aankondigen: " msgstr "Ik kon de volgende servers niet aankondigen: "

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-04-23 12:07+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Norwegian\n" "Language-Team: Norwegian\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,210 +15,218 @@ msgstr ""
"X-Crowdin-File-ID: 42\n" "X-Crowdin-File-ID: 42\n"
"Language: no_NO\n" "Language: no_NO\n"
#: redbot/cogs/admin/admin.py:18 #: redbot/cogs/admin/admin.py:17
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
msgstr "Jeg forsøkte å gjøre noe som Discord nektet meg tillatelser til. Kommandoen din kunne ikke fullføre." msgstr ""
#: redbot/cogs/admin/admin.py:23 #: redbot/cogs/admin/admin.py:22
msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "Jeg kan ikke gi {role.name} til {member.display_name} fordi den rollen er høyere enn eller lik min høyeste rolle i Discord-hierarkiet." msgstr ""
#: redbot/cogs/admin/admin.py:29 #: redbot/cogs/admin/admin.py:28
msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "Jeg kan ikke fjerne {role.name} fra {member.display_name} fordi den rollen er høyere enn eller lik min høyeste rolle i Discord-hierarkiet." msgstr ""
#: redbot/cogs/admin/admin.py:35 #: redbot/cogs/admin/admin.py:34
msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy."
msgstr "Jeg kan ikke redigere {role.name} fordi den rollen er høyere enn min eller lik den høyeste rollen i Discord-hierarkiet." msgstr ""
#: redbot/cogs/admin/admin.py:41 #: redbot/cogs/admin/admin.py:40
msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "Jeg kan ikke la deg gi {role.name} til {member.display_name} fordi den rollen er høyere enn eller lik din høyeste rolle i Discord-hierarkiet." msgstr ""
#: redbot/cogs/admin/admin.py:47 #: redbot/cogs/admin/admin.py:46
msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "Jeg kan ikke la deg fjerne {role.name} fra {member.display_name} fordi den rollen er høyere enn eller lik din høyeste rolle i Discord-hierarkiet." msgstr ""
#: redbot/cogs/admin/admin.py:53 #: redbot/cogs/admin/admin.py:52
msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "Jeg kan ikke la deg redigere {role.name} fordi den rollen er høyere enn eller lik din høyeste rolle i Discord-hierarkiet." msgstr ""
#: redbot/cogs/admin/admin.py:59 #: redbot/cogs/admin/admin.py:58
msgid "I need manage roles permission to do that." msgid "I need manage roles permission to do that."
msgstr "Jeg trenger tillatelse til å styre roller for å gjøre det." msgstr ""
#: redbot/cogs/admin/admin.py:61 #: redbot/cogs/admin/admin.py:60
msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first."
msgstr "Jeg kunngjør allerede noe. Hvis du vil gi en annen kunngjøring, bruk først `{prefix}announce cancel`." msgstr ""
#: redbot/cogs/admin/admin.py:71 #: redbot/cogs/admin/admin.py:70
#, docstring #, docstring
msgid "A collection of server administration utilities." msgid "A collection of server administration utilities."
msgstr "En samling av serveradministrasjonsverktøy." msgstr ""
#: redbot/cogs/admin/admin.py:161 #: redbot/cogs/admin/admin.py:126
msgid "{member.display_name} already has the role {role.name}." msgid "{member.display_name} already has the role {role.name}."
msgstr "{member.display_name} har allerede rollen {role.name}." msgstr ""
#: redbot/cogs/admin/admin.py:181 #: redbot/cogs/admin/admin.py:146
msgid "I successfully added {role.name} to {member.display_name}" msgid "I successfully added {role.name} to {member.display_name}"
msgstr "Jeg har lagt til {role.name} til {member.display_name}" msgstr ""
#: redbot/cogs/admin/admin.py:191 #: redbot/cogs/admin/admin.py:156
msgid "{member.display_name} does not have the role {role.name}." msgid "{member.display_name} does not have the role {role.name}."
msgstr "{member.display_name} har ikke rollen {role.name}." msgstr ""
#: redbot/cogs/admin/admin.py:211 #: redbot/cogs/admin/admin.py:176
msgid "I successfully removed {role.name} from {member.display_name}" msgid "I successfully removed {role.name} from {member.display_name}"
msgstr "Jeg har fjernet {role.name} fra {member.display_name}" msgstr ""
#: redbot/cogs/admin/admin.py:222 #: redbot/cogs/admin/admin.py:187
#, docstring #, docstring
msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "\\n Legg til en rolle for en bruker.\\n \\n Bruk doble anførselstegn hvis rollen inneholder mellomrom.\\n Hvis brukeren er tom, er den standard for forfatteren av kommandoen.\\n " msgstr ""
#: redbot/cogs/admin/admin.py:238 #: redbot/cogs/admin/admin.py:203
#, docstring #, docstring
msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "\\n Fjern en rolle fra en bruker.\\n\\n Bruk doble anførselstegn hvis rollen inneholder mellomrom.\\n Hvis brukeren er tom, er den standard for forfatteren av kommandoen.\\n " msgstr ""
#: redbot/cogs/admin/admin.py:252 #: redbot/cogs/admin/admin.py:217
#, docstring #, docstring
msgid "Edit role settings." msgid "Edit role settings."
msgstr "Endre rolle innsillinger." msgstr ""
#: redbot/cogs/admin/admin.py:259 #: redbot/cogs/admin/admin.py:224
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n "
msgstr "\\n Rediger en rollefarge.\\n\\n Bruk doble anførselstegn hvis rollen inneholder mellomrom.\\n Farge må være i heksadesimal format.\\n [Online fargevalg] (http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Eksempler: \\n `[p] redigeringsrollefarge \" Transistoren \"# ff0000` \\n` [p] redigeringsrollefarge Test # ff9900` \\n " msgstr ""
#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 #: redbot/cogs/admin/admin.py:253 redbot/cogs/admin/admin.py:286
msgid "Done." msgid "Done."
msgstr "Ferdig." msgstr "Ferdig."
#: redbot/cogs/admin/admin.py:292 #: redbot/cogs/admin/admin.py:257
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:326 #: redbot/cogs/admin/admin.py:291
#, docstring #, docstring
msgid "Announce a message to all servers the bot is in." msgid "Announce a message to all servers the bot is in."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:333 #: redbot/cogs/admin/admin.py:298
msgid "The announcement has begun." msgid "The announcement has begun."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:340 #: redbot/cogs/admin/admin.py:305
#, docstring #, docstring
msgid "Cancel a running announce." msgid "Cancel a running announce."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:342 #: redbot/cogs/admin/admin.py:307
msgid "There is no currently running announcement." msgid "There is no currently running announcement."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:345 #: redbot/cogs/admin/admin.py:310
msgid "The current announcement has been cancelled." msgid "The current announcement has been cancelled."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:351 #: redbot/cogs/admin/admin.py:316
#, docstring #, docstring
msgid "Change how announcements are sent in this guild." msgid "Change how announcements are sent in this guild."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:356 #: redbot/cogs/admin/admin.py:321
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\\n Change the channel where the bot will send announcements.\\n \\n If channel is left blank it defaults to the current channel.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:365 #: redbot/cogs/admin/admin.py:330
msgid "The announcement channel has been set to {channel.mention}" msgid "The announcement channel has been set to {channel.mention}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:335
#, docstring
msgid "Toggle announcements being enabled this server."
msgstr ""
#: redbot/cogs/admin/admin.py:340
msgid "The server {guild.name} will receive announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:344
msgid "The server {guild.name} will not receive announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:370 #: redbot/cogs/admin/admin.py:370
#, docstring #, docstring
msgid "Unsets the channel for announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:395
#, docstring
msgid "Apply selfroles." msgid "Apply selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:400 #: redbot/cogs/admin/admin.py:375
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:411 #: redbot/cogs/admin/admin.py:386
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:422 #: redbot/cogs/admin/admin.py:397
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\\n Lists all available selfroles.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:432 #: redbot/cogs/admin/admin.py:407
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\\n{selfroles}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:438 #: redbot/cogs/admin/admin.py:413
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:443 #: redbot/cogs/admin/admin.py:418
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:450 #: redbot/cogs/admin/admin.py:425
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:458 #: redbot/cogs/admin/admin.py:433
msgid "Added." msgid "Added."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:461 #: redbot/cogs/admin/admin.py:436
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:465 #: redbot/cogs/admin/admin.py:440
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:472 #: redbot/cogs/admin/admin.py:447
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:480 #: redbot/cogs/admin/admin.py:455
msgid "Removed." msgid "Removed."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:485 #: redbot/cogs/admin/admin.py:460
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:490 #: redbot/cogs/admin/admin.py:465
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:492 #: redbot/cogs/admin/admin.py:467
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/announcer.py:68 #: redbot/cogs/admin/announcer.py:75
msgid "I could not announce to the following server: " msgid "I could not announce to the following server: "
msgstr "" msgstr ""
#: redbot/cogs/admin/announcer.py:70 #: redbot/cogs/admin/announcer.py:77
msgid "I could not announce to the following servers: " msgid "I could not announce to the following servers: "
msgstr "" msgstr ""

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-04-23 12:07+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Polish\n" "Language-Team: Polish\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,210 +15,218 @@ msgstr ""
"X-Crowdin-File-ID: 42\n" "X-Crowdin-File-ID: 42\n"
"Language: pl_PL\n" "Language: pl_PL\n"
#: redbot/cogs/admin/admin.py:18 #: redbot/cogs/admin/admin.py:17
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
msgstr "Próbowałem/am zrobić coś, do czego Discord odmówił mi uprawnień. Twoja komenda nie powiodła się." msgstr ""
#: redbot/cogs/admin/admin.py:23 #: redbot/cogs/admin/admin.py:22
msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "Nie mogę dać {role.name} {member.display_name} ponieważ ta rola jest wyższa lub równa mojej najwyższej roli w hierarchii Discorda." msgstr ""
#: redbot/cogs/admin/admin.py:29 #: redbot/cogs/admin/admin.py:28
msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "Nie mogę usunąć {role.name} z {member.display_name}, ponieważ ta rola jest wyższa lub równa mojej najwyższej roli w hierarchii Discorda." msgstr ""
#: redbot/cogs/admin/admin.py:35 #: redbot/cogs/admin/admin.py:34
msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy."
msgstr "Nie mogę edytować {role.name}, ponieważ ta rola jest wyższa niż moja lub równa najwyższej roli w hierarchii Discorda." msgstr ""
#: redbot/cogs/admin/admin.py:41 #: redbot/cogs/admin/admin.py:40
msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "Nie mogę pozwolić Tobie dać {role.name} {member.display_name} ponieważ ta rola jest większa lub równa twojej najwyższej roli w hierarchii Discorda." msgstr ""
#: redbot/cogs/admin/admin.py:47 #: redbot/cogs/admin/admin.py:46
msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "Nie mogę pozwolić ci usunąć {role.name} z {member.display_name}, ponieważ ta rola jest wyższa lub równa twojej najwyższej roli w hierarchii Discorda." msgstr ""
#: redbot/cogs/admin/admin.py:53 #: redbot/cogs/admin/admin.py:52
msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "Nie mogę pozwolić ci edytować {role.name}, ponieważ ta rola jest wyższa lub równa twojej najwyższej roli w hierarchii Discorda." msgstr ""
#: redbot/cogs/admin/admin.py:59 #: redbot/cogs/admin/admin.py:58
msgid "I need manage roles permission to do that." msgid "I need manage roles permission to do that."
msgstr "Potrzebuję uprawnień do zarządzania rolami, aby to zrobić." msgstr ""
#: redbot/cogs/admin/admin.py:61 #: redbot/cogs/admin/admin.py:60
msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first."
msgstr "Już coś ogłaszam. Jeśli chcesz złożyć inne ogłoszenie, najpierw użyj `{prefix}announce cancel`." msgstr ""
#: redbot/cogs/admin/admin.py:71 #: redbot/cogs/admin/admin.py:70
#, docstring #, docstring
msgid "A collection of server administration utilities." msgid "A collection of server administration utilities."
msgstr "Zbiór narzędzi administracyjnych serwera." msgstr ""
#: redbot/cogs/admin/admin.py:161 #: redbot/cogs/admin/admin.py:126
msgid "{member.display_name} already has the role {role.name}." msgid "{member.display_name} already has the role {role.name}."
msgstr "{member.display_name} ma już rolę {role.name}." msgstr ""
#: redbot/cogs/admin/admin.py:181 #: redbot/cogs/admin/admin.py:146
msgid "I successfully added {role.name} to {member.display_name}" msgid "I successfully added {role.name} to {member.display_name}"
msgstr "Pomyślnie dodałem/am {role.name} dla {member.display_name}" msgstr ""
#: redbot/cogs/admin/admin.py:191 #: redbot/cogs/admin/admin.py:156
msgid "{member.display_name} does not have the role {role.name}." msgid "{member.display_name} does not have the role {role.name}."
msgstr "{member.display_name} nie ma roli {role.name}." msgstr ""
#: redbot/cogs/admin/admin.py:211 #: redbot/cogs/admin/admin.py:176
msgid "I successfully removed {role.name} from {member.display_name}" msgid "I successfully removed {role.name} from {member.display_name}"
msgstr "Pomyślnie usunąłem/am {role.name} od {member.display_name}" msgstr ""
#: redbot/cogs/admin/admin.py:222 #: redbot/cogs/admin/admin.py:187
#, docstring #, docstring
msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "\\n Dodawanie roli do użytkownika.\\n\\n Użyj podwójnych cudzysłowów, jeśli rola zawiera spacje.\\n Jeśli użytkownik jest pozostanie pusty, domyślnie zostanie wybrany autor komendy.\\n " msgstr ""
#: redbot/cogs/admin/admin.py:238 #: redbot/cogs/admin/admin.py:203
#, docstring #, docstring
msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "\\n Usuwanie roli dla użytkownika.\\n\\n Użyj podwójnych cudzysłowów, jeśli rola zawiera spacje.\\n Jeśli użytkownik jest pozostanie pusty, domyślnie zostanie wybrany autor komendy.\\n " msgstr ""
#: redbot/cogs/admin/admin.py:252 #: redbot/cogs/admin/admin.py:217
#, docstring #, docstring
msgid "Edit role settings." msgid "Edit role settings."
msgstr "Edytuj ustawienia roli." msgstr ""
#: redbot/cogs/admin/admin.py:259 #: redbot/cogs/admin/admin.py:224
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n "
msgstr "\\n Modyfikuj kolor roli.\\n\\n Użyj podwójnych cudzysłowów, jeśli rola zawiera spacje.\\n Kolor musi być w formacie szesnastkowym.\\n [Wybór kolorów online](http://www.w3schools. om/colors/colors_picker.asp)\\n\\n Przykłady:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgstr ""
#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 #: redbot/cogs/admin/admin.py:253 redbot/cogs/admin/admin.py:286
msgid "Done." msgid "Done."
msgstr "Gotowe." msgstr "Gotowe."
#: redbot/cogs/admin/admin.py:292 #: redbot/cogs/admin/admin.py:257
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
msgstr "\\n Edytuj nazwę roli.\\n\\n Użyj podwójnych cudzysłowów, jeśli rola lub nazwa zawiera spacje.\\n\\n Przykład:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgstr ""
#: redbot/cogs/admin/admin.py:326 #: redbot/cogs/admin/admin.py:291
#, docstring #, docstring
msgid "Announce a message to all servers the bot is in." msgid "Announce a message to all servers the bot is in."
msgstr "Rozgłoś wiadomość do wszystkich serwerów w których jest ten bot." msgstr ""
#: redbot/cogs/admin/admin.py:333 #: redbot/cogs/admin/admin.py:298
msgid "The announcement has begun." msgid "The announcement has begun."
msgstr "Ogłaszanie rozpoczęte." msgstr ""
#: redbot/cogs/admin/admin.py:340 #: redbot/cogs/admin/admin.py:305
#, docstring #, docstring
msgid "Cancel a running announce." msgid "Cancel a running announce."
msgstr "Anuluj uruchomione ogłoszenie." msgstr ""
#: redbot/cogs/admin/admin.py:342 #: redbot/cogs/admin/admin.py:307
msgid "There is no currently running announcement." msgid "There is no currently running announcement."
msgstr "Nie ma aktualnie uruchomionych ogłoszeń." msgstr ""
#: redbot/cogs/admin/admin.py:345 #: redbot/cogs/admin/admin.py:310
msgid "The current announcement has been cancelled." msgid "The current announcement has been cancelled."
msgstr "Bieżące ogłoszenie zostało anulowane." msgstr ""
#: redbot/cogs/admin/admin.py:351 #: redbot/cogs/admin/admin.py:316
#, docstring #, docstring
msgid "Change how announcements are sent in this guild." msgid "Change how announcements are sent in this guild."
msgstr "Zmień sposób wysyłania ogłoszeń w tej gildii." msgstr ""
#: redbot/cogs/admin/admin.py:356 #: redbot/cogs/admin/admin.py:321
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\\n Change the channel where the bot will send announcements.\\n \\n If channel is left blank it defaults to the current channel.\\n "
msgstr "\\n Zmień kanał, w którym bot wyśle ogłoszenia.\\n\\n Jeśli kanał nie zostanie zdefiniowany, domyślnie zostanie wybrany bieżący kanał.\\n " msgstr ""
#: redbot/cogs/admin/admin.py:365 #: redbot/cogs/admin/admin.py:330
msgid "The announcement channel has been set to {channel.mention}" msgid "The announcement channel has been set to {channel.mention}"
msgstr "Kanał ogłoszeniowy został ustawiony na {channel.mention}" msgstr ""
#: redbot/cogs/admin/admin.py:335
#, docstring
msgid "Toggle announcements being enabled this server."
msgstr ""
#: redbot/cogs/admin/admin.py:340
msgid "The server {guild.name} will receive announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:344
msgid "The server {guild.name} will not receive announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:370 #: redbot/cogs/admin/admin.py:370
#, docstring #, docstring
msgid "Unsets the channel for announcements."
msgstr "Usuwa wybór kanału dla ogłoszeń."
#: redbot/cogs/admin/admin.py:395
#, docstring
msgid "Apply selfroles." msgid "Apply selfroles."
msgstr "Zastosuj własne role." msgstr ""
#: redbot/cogs/admin/admin.py:400 #: redbot/cogs/admin/admin.py:375
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "\\n Dodawanie ról dla siebie.\\n\\n Administratorzy serwera muszą skonfigurować rolę jako ustawialną przez użytkownika.\\n UWAGA: Rola rozróżnia wielkość liter!\\n " msgstr ""
#: redbot/cogs/admin/admin.py:411 #: redbot/cogs/admin/admin.py:386
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:422 #: redbot/cogs/admin/admin.py:397
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\\n Lists all available selfroles.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:432 #: redbot/cogs/admin/admin.py:407
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\\n{selfroles}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:438 #: redbot/cogs/admin/admin.py:413
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:443 #: redbot/cogs/admin/admin.py:418
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:450 #: redbot/cogs/admin/admin.py:425
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:458 #: redbot/cogs/admin/admin.py:433
msgid "Added." msgid "Added."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:461 #: redbot/cogs/admin/admin.py:436
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:465 #: redbot/cogs/admin/admin.py:440
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:472 #: redbot/cogs/admin/admin.py:447
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:480 #: redbot/cogs/admin/admin.py:455
msgid "Removed." msgid "Removed."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:485 #: redbot/cogs/admin/admin.py:460
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:490 #: redbot/cogs/admin/admin.py:465
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:492 #: redbot/cogs/admin/admin.py:467
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/announcer.py:68 #: redbot/cogs/admin/announcer.py:75
msgid "I could not announce to the following server: " msgid "I could not announce to the following server: "
msgstr "" msgstr ""
#: redbot/cogs/admin/announcer.py:70 #: redbot/cogs/admin/announcer.py:77
msgid "I could not announce to the following servers: " msgid "I could not announce to the following servers: "
msgstr "" msgstr ""

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-04-23 12:07+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Portuguese, Brazilian\n" "Language-Team: Portuguese, Brazilian\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,210 +15,218 @@ msgstr ""
"X-Crowdin-File-ID: 42\n" "X-Crowdin-File-ID: 42\n"
"Language: pt_BR\n" "Language: pt_BR\n"
#: redbot/cogs/admin/admin.py:18 #: redbot/cogs/admin/admin.py:17
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
msgstr "Eu tentei fazer algo que o Discord me negou as permissões. Seu comando falhou em ser completado com sucesso." msgstr "Eu tentei fazer algo que o Discord me negou as permissões. Seu comando falhou em ser completado com sucesso."
#: redbot/cogs/admin/admin.py:23 #: redbot/cogs/admin/admin.py:22
msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "Não posso atribuir o cargo {role.name} para {member.display_name} porque este cargo é mais alto ou igual que o meu cargo mais alto na hierarquia do Discord." msgstr "Não posso atribuir o cargo {role.name} para {member.display_name} porque este cargo é mais alto ou igual que o meu cargo mais alto na hierarquia do Discord."
#: redbot/cogs/admin/admin.py:29 #: redbot/cogs/admin/admin.py:28
msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "Não posso remover o cargo {role.name} de {member.display_name} porque este cargo é mais alto ou igual que o meu cargo mais alto na hierarquia do Discord." msgstr "Não posso remover o cargo {role.name} de {member.display_name} porque este cargo é mais alto ou igual que o meu cargo mais alto na hierarquia do Discord."
#: redbot/cogs/admin/admin.py:35 #: redbot/cogs/admin/admin.py:34
msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy."
msgstr "Não posso alterar o cargo {role.name} porque este cargo é mais alto ou igual que o meu cargo mais alto na hierarquia do Discord." msgstr "Não posso alterar o cargo {role.name} porque este cargo é mais alto ou igual que o meu cargo mais alto na hierarquia do Discord."
#: redbot/cogs/admin/admin.py:41 #: redbot/cogs/admin/admin.py:40
msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "Não posso deixar você atribuir o cargo {role.name} para {member.display_name} porque este cargo é mais alto ou igual que o meu cargo mais alto na hierarquia do Discord." msgstr "Não posso deixar você atribuir o cargo {role.name} para {member.display_name} porque este cargo é mais alto ou igual que o meu cargo mais alto na hierarquia do Discord."
#: redbot/cogs/admin/admin.py:47 #: redbot/cogs/admin/admin.py:46
msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "Não posso deixar você rmover o cargo {role.name} de {member.display_name} porque este cargo é mais alto ou igual que o meu cargo mais alto na hierarquia do Discord." msgstr "Não posso deixar você rmover o cargo {role.name} de {member.display_name} porque este cargo é mais alto ou igual que o meu cargo mais alto na hierarquia do Discord."
#: redbot/cogs/admin/admin.py:53 #: redbot/cogs/admin/admin.py:52
msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "Não posso deixar você alterar o cargo {role.name} porque este cargo é mais alto ou igual que o meu cargo mais alto na hierarquia do Discord." msgstr "Não posso deixar você alterar o cargo {role.name} porque este cargo é mais alto ou igual que o meu cargo mais alto na hierarquia do Discord."
#: redbot/cogs/admin/admin.py:59 #: redbot/cogs/admin/admin.py:58
msgid "I need manage roles permission to do that." msgid "I need manage roles permission to do that."
msgstr "Preciso da permissão para alterar os cargos para fazer isto." msgstr "Preciso da permissão para alterar os cargos para fazer isto."
#: redbot/cogs/admin/admin.py:61 #: redbot/cogs/admin/admin.py:60
msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first."
msgstr "Eu já estou anunciando algo. Se quer fazer um anúncio diferente, por favor use `{prefix}announce cancel` primeiro." msgstr "Eu já estou anunciando algo. Se quer fazer um anúncio diferente, por favor use `{prefix}announce cancel` primeiro."
#: redbot/cogs/admin/admin.py:71 #: redbot/cogs/admin/admin.py:70
#, docstring #, docstring
msgid "A collection of server administration utilities." msgid "A collection of server administration utilities."
msgstr "Um conjunto de ferramentas para a administração do servidor." msgstr "Um conjunto de ferramentas para a administração do servidor."
#: redbot/cogs/admin/admin.py:161 #: redbot/cogs/admin/admin.py:126
msgid "{member.display_name} already has the role {role.name}." msgid "{member.display_name} already has the role {role.name}."
msgstr "{member.display_name} já tem o cargo {role.name}." msgstr "{member.display_name} já tem o cargo {role.name}."
#: redbot/cogs/admin/admin.py:181 #: redbot/cogs/admin/admin.py:146
msgid "I successfully added {role.name} to {member.display_name}" msgid "I successfully added {role.name} to {member.display_name}"
msgstr "Eu adicionei com sucesso {role.name} de {member.display_name}" msgstr "Eu adicionei com sucesso {role.name} de {member.display_name}"
#: redbot/cogs/admin/admin.py:191 #: redbot/cogs/admin/admin.py:156
msgid "{member.display_name} does not have the role {role.name}." msgid "{member.display_name} does not have the role {role.name}."
msgstr "{member.display_name} não tem o cargo {role.name}." msgstr "{member.display_name} não tem o cargo {role.name}."
#: redbot/cogs/admin/admin.py:211 #: redbot/cogs/admin/admin.py:176
msgid "I successfully removed {role.name} from {member.display_name}" msgid "I successfully removed {role.name} from {member.display_name}"
msgstr "Eu removi {role.name} de {member.display_name} com sucesso" msgstr "Eu removi {role.name} de {member.display_name} com sucesso"
#: redbot/cogs/admin/admin.py:222 #: redbot/cogs/admin/admin.py:187
#, docstring #, docstring
msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "\\n Concede um cargo a um(a) usuário(a).\\n\\n Use aspas duplas se o nome do cargo contiver espaços.\\n Se o usuário for deixado em branco, por padrão será usado a(o) autor(a) do comando.\\n " msgstr "\\n Concede um cargo a um(a) usuário(a).\\n\\n Use aspas duplas se o nome do cargo contiver espaços.\\n Se o usuário for deixado em branco, por padrão será usado a(o) autor(a) do comando.\\n "
#: redbot/cogs/admin/admin.py:238 #: redbot/cogs/admin/admin.py:203
#, docstring #, docstring
msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "\\n Remove um cargo de um(a) usuário(a).\\n\\n Use aspas duplas se o nome do cargo contiver espaços.\\n Se o usuário for deixado em branco, por padrão será usado a(o) autor(a) do comando.\\n " msgstr "\\n Remove um cargo de um(a) usuário(a).\\n\\n Use aspas duplas se o nome do cargo contiver espaços.\\n Se o usuário for deixado em branco, por padrão será usado a(o) autor(a) do comando.\\n "
#: redbot/cogs/admin/admin.py:252 #: redbot/cogs/admin/admin.py:217
#, docstring #, docstring
msgid "Edit role settings." msgid "Edit role settings."
msgstr "Altera as configurações de cargo." msgstr "Altera as configurações de cargo."
#: redbot/cogs/admin/admin.py:259 #: redbot/cogs/admin/admin.py:224
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n "
msgstr "\\n Edita a cor de um cargo.\\n\\n Use aspas duplas se o cargo contiver espaços.\\n A cor precisa estar em formato hexadecimal.\\n [Seletor de cores online](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Exemplos:\\n `[p]editrole colour \\\"O Transistor\\\" #ff0000`\\n `[p]editrole colour Teste #ff9900`\\n " msgstr "\\n Edita a cor de um cargo.\\n\\n Use aspas duplas se o cargo contiver espaços.\\n A cor precisa estar em formato hexadecimal.\\n [Seletor de cores online](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Exemplos:\\n `[p]editrole colour \\\"O Transistor\\\" #ff0000`\\n `[p]editrole colour Teste #ff9900`\\n "
#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 #: redbot/cogs/admin/admin.py:253 redbot/cogs/admin/admin.py:286
msgid "Done." msgid "Done."
msgstr "Concluído." msgstr "Concluído."
#: redbot/cogs/admin/admin.py:292 #: redbot/cogs/admin/admin.py:257
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
msgstr "\\n Alterar o nome de um cargo.\\n\\n Use aspas duplas se o cargo ou o nome contiverem espaços.\\n\\n Exemplo:\\n `[p]editrole name \\\"O Transistor\\\" Teste`\\n " msgstr "\\n Alterar o nome de um cargo.\\n\\n Use aspas duplas se o cargo ou o nome contiverem espaços.\\n\\n Exemplo:\\n `[p]editrole name \\\"O Transistor\\\" Teste`\\n "
#: redbot/cogs/admin/admin.py:326 #: redbot/cogs/admin/admin.py:291
#, docstring #, docstring
msgid "Announce a message to all servers the bot is in." msgid "Announce a message to all servers the bot is in."
msgstr "Anuncia uma mensagem para todos os servidores onde o bot está." msgstr "Anuncia uma mensagem para todos os servidores onde o bot está."
#: redbot/cogs/admin/admin.py:333 #: redbot/cogs/admin/admin.py:298
msgid "The announcement has begun." msgid "The announcement has begun."
msgstr "O anúncio começou." msgstr "O anúncio começou."
#: redbot/cogs/admin/admin.py:340 #: redbot/cogs/admin/admin.py:305
#, docstring #, docstring
msgid "Cancel a running announce." msgid "Cancel a running announce."
msgstr "Cancela um anúncio em andamento." msgstr "Cancela um anúncio em andamento."
#: redbot/cogs/admin/admin.py:342 #: redbot/cogs/admin/admin.py:307
msgid "There is no currently running announcement." msgid "There is no currently running announcement."
msgstr "Não existe nenhum anúncio em andamento." msgstr "Não existe nenhum anúncio em andamento."
#: redbot/cogs/admin/admin.py:345 #: redbot/cogs/admin/admin.py:310
msgid "The current announcement has been cancelled." msgid "The current announcement has been cancelled."
msgstr "O anúncio atual foi cancelado." msgstr "O anúncio atual foi cancelado."
#: redbot/cogs/admin/admin.py:351 #: redbot/cogs/admin/admin.py:316
#, docstring #, docstring
msgid "Change how announcements are sent in this guild." msgid "Change how announcements are sent in this guild."
msgstr "Altera como os anúncios são enviados nessa guilda." msgstr "Altera como os anúncios são enviados nessa guilda."
#: redbot/cogs/admin/admin.py:356 #: redbot/cogs/admin/admin.py:321
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\\n Change the channel where the bot will send announcements.\\n \\n If channel is left blank it defaults to the current channel.\\n "
msgstr "" msgstr "\\n Altera o canal para onde o bot enviará os anúncios.\\n \\n Se o canal for deixado em branco, por padrão será usado o canal atual.\\n "
#: redbot/cogs/admin/admin.py:365 #: redbot/cogs/admin/admin.py:330
msgid "The announcement channel has been set to {channel.mention}" msgid "The announcement channel has been set to {channel.mention}"
msgstr "O canal de anúncios foi definido como {channel.mention}" msgstr "O canal de anúncios foi definido como {channel.mention}"
#: redbot/cogs/admin/admin.py:370 #: redbot/cogs/admin/admin.py:335
#, docstring #, docstring
msgid "Unsets the channel for announcements." msgid "Toggle announcements being enabled this server."
msgstr "" msgstr "Alterna se os anúncios estão habilitados nesse servidor."
#: redbot/cogs/admin/admin.py:395 #: redbot/cogs/admin/admin.py:340
msgid "The server {guild.name} will receive announcements."
msgstr "O servidor {guild.name} receberá anúncios."
#: redbot/cogs/admin/admin.py:344
msgid "The server {guild.name} will not receive announcements."
msgstr "O servidor {guild.name} não receberá anúncios."
#: redbot/cogs/admin/admin.py:370
#, docstring #, docstring
msgid "Apply selfroles." msgid "Apply selfroles."
msgstr "Concede cargos autoatribuíveis a si." msgstr "Concede cargos autoatribuíveis a si."
#: redbot/cogs/admin/admin.py:400 #: redbot/cogs/admin/admin.py:375
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "\\n Concede um cargo autoatribuível a si.\\n\\n Os administradores do servidor precisarão configurar o cargo como autoatribuível.\\n NOTA: o nome do cargo diferencia entre maiúsculas e minúsculas!\\n " msgstr "\\n Concede um cargo autoatribuível a si.\\n\\n Os administradores do servidor precisarão configurar o cargo como autoatribuível.\\n NOTA: o nome do cargo diferencia entre maiúsculas e minúsculas!\\n "
#: redbot/cogs/admin/admin.py:411 #: redbot/cogs/admin/admin.py:386
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "\\n Remove um cargo autoatribuível de si.\\n\\n Os administradores do servidor precisarão configurar o cargo como autoatribuível.\\n NOTA: o nome do cargo diferencia entre maiúsculas e minúsculas!\\n " msgstr "\\n Remove um cargo autoatribuível de si.\\n\\n Os administradores do servidor precisarão configurar o cargo como autoatribuível.\\n NOTA: o nome do cargo diferencia entre maiúsculas e minúsculas!\\n "
#: redbot/cogs/admin/admin.py:422 #: redbot/cogs/admin/admin.py:397
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\\n Lists all available selfroles.\\n "
msgstr "\\n Lista todos os cargos autoatribuíveis.\\n " msgstr "\\n Lista todos os cargos autoatribuíveis.\\n "
#: redbot/cogs/admin/admin.py:432 #: redbot/cogs/admin/admin.py:407
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\\n{selfroles}"
msgstr "Cargos autoatribuíveis disponíveis:\\n{selfroles}" msgstr "Cargos autoatribuíveis disponíveis:\\n{selfroles}"
#: redbot/cogs/admin/admin.py:438 #: redbot/cogs/admin/admin.py:413
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "Gerenciar cargos autoatribuíveis." msgstr "Gerenciar cargos autoatribuíveis."
#: redbot/cogs/admin/admin.py:443 #: redbot/cogs/admin/admin.py:418
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "\\n Adiciona um cargo à lista de cargos autoatribuíveis.\\n\\n NOTA: o nome do cargo diferencia entre maiúsculas e minúsculas!\\n " msgstr "\\n Adiciona um cargo à lista de cargos autoatribuíveis.\\n\\n NOTA: o nome do cargo diferencia entre maiúsculas e minúsculas!\\n "
#: redbot/cogs/admin/admin.py:450 #: redbot/cogs/admin/admin.py:425
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "Não posso deixar você atribuir {role.name} como um cargo autoatribuível porque este cargo é mais alto ou igual ao seu mais alto cargo na hierarquia do Discord." msgstr "Não posso deixar você atribuir {role.name} como um cargo autoatribuível porque este cargo é mais alto ou igual ao seu mais alto cargo na hierarquia do Discord."
#: redbot/cogs/admin/admin.py:458 #: redbot/cogs/admin/admin.py:433
msgid "Added." msgid "Added."
msgstr "Adicionado." msgstr "Adicionado."
#: redbot/cogs/admin/admin.py:461 #: redbot/cogs/admin/admin.py:436
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "Este cargo já é autoatribuível." msgstr "Este cargo já é autoatribuível."
#: redbot/cogs/admin/admin.py:465 #: redbot/cogs/admin/admin.py:440
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "\\n Remove um cargo da lista de cargos autoatribuíveis.\\n\\n NOTA: o nome do cargo diferencia entre maiúsculas e minúsculas!\\n " msgstr "\\n Remove um cargo da lista de cargos autoatribuíveis.\\n\\n NOTA: o nome do cargo diferencia entre maiúsculas e minúsculas!\\n "
#: redbot/cogs/admin/admin.py:472 #: redbot/cogs/admin/admin.py:447
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "Não posso deixar você remover o cargo {role.name} da lista de cargos autoatribuíveis porque este cargo é mais alto ou igual ao seu mais alto cargo na hierarquia do Discord." msgstr "Não posso deixar você remover o cargo {role.name} da lista de cargos autoatribuíveis porque este cargo é mais alto ou igual ao seu mais alto cargo na hierarquia do Discord."
#: redbot/cogs/admin/admin.py:480 #: redbot/cogs/admin/admin.py:455
msgid "Removed." msgid "Removed."
msgstr "Removido." msgstr "Removido."
#: redbot/cogs/admin/admin.py:485 #: redbot/cogs/admin/admin.py:460
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "Restringe o bot somente aos servidores atuais." msgstr "Restringe o bot somente aos servidores atuais."
#: redbot/cogs/admin/admin.py:490 #: redbot/cogs/admin/admin.py:465
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "O bot não está mais restrito aos servidores atuais." msgstr "O bot não está mais restrito aos servidores atuais."
#: redbot/cogs/admin/admin.py:492 #: redbot/cogs/admin/admin.py:467
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "O está restrito aos servidores atuais." msgstr "O está restrito aos servidores atuais."
#: redbot/cogs/admin/announcer.py:68 #: redbot/cogs/admin/announcer.py:75
msgid "I could not announce to the following server: " msgid "I could not announce to the following server: "
msgstr "Não pude anunciar no seguinte servidor: " msgstr "Não pude anunciar no seguinte servidor: "
#: redbot/cogs/admin/announcer.py:70 #: redbot/cogs/admin/announcer.py:77
msgid "I could not announce to the following servers: " msgid "I could not announce to the following servers: "
msgstr "Não pude anunciar nos seguintes servidores: " msgstr "Não pude anunciar nos seguintes servidores: "

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-04-23 12:07+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Portuguese\n" "Language-Team: Portuguese\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,210 +15,218 @@ msgstr ""
"X-Crowdin-File-ID: 42\n" "X-Crowdin-File-ID: 42\n"
"Language: pt_PT\n" "Language: pt_PT\n"
#: redbot/cogs/admin/admin.py:18 #: redbot/cogs/admin/admin.py:17
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
msgstr "Tentei fazer uma coisa que o Discord negou permissão para fazer. O comando não foi concluído." msgstr "Tentei fazer uma coisa que o Discord negou permissão para fazer. O comando não foi concluído."
#: redbot/cogs/admin/admin.py:23 #: redbot/cogs/admin/admin.py:22
msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "Eu não posso dar {role.name} a {member.display_name} porque esse cargo é igual ou maior a meu cargo na hierarquia do Discord." msgstr "Eu não posso dar {role.name} a {member.display_name} porque esse cargo é igual ou maior a meu cargo na hierarquia do Discord."
#: redbot/cogs/admin/admin.py:29 #: redbot/cogs/admin/admin.py:28
msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "Não posso remover {role.name} de {member.display_name} porque esse cargo é igual ou maior a meu cargo na hierarquia do Discord." msgstr "Não posso remover {role.name} de {member.display_name} porque esse cargo é igual ou maior a meu cargo na hierarquia do Discord."
#: redbot/cogs/admin/admin.py:35 #: redbot/cogs/admin/admin.py:34
msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:41 #: redbot/cogs/admin/admin.py:40
msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:47 #: redbot/cogs/admin/admin.py:46
msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:53 #: redbot/cogs/admin/admin.py:52
msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:59 #: redbot/cogs/admin/admin.py:58
msgid "I need manage roles permission to do that." msgid "I need manage roles permission to do that."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:61 #: redbot/cogs/admin/admin.py:60
msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first."
msgstr "Já estou a anunciar algo. Se queres fazer um anúncio diferente usa `{prefix}announce cancel` antes de usares este comando." msgstr "Já estou a anunciar algo. Se queres fazer um anúncio diferente usa `{prefix}announce cancel` antes de usares este comando."
#: redbot/cogs/admin/admin.py:71 #: redbot/cogs/admin/admin.py:70
#, docstring #, docstring
msgid "A collection of server administration utilities." msgid "A collection of server administration utilities."
msgstr "Uma coleção de utilidades para administração de servidores." msgstr "Uma coleção de utilidades para administração de servidores."
#: redbot/cogs/admin/admin.py:161 #: redbot/cogs/admin/admin.py:126
msgid "{member.display_name} already has the role {role.name}." msgid "{member.display_name} already has the role {role.name}."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:181 #: redbot/cogs/admin/admin.py:146
msgid "I successfully added {role.name} to {member.display_name}" msgid "I successfully added {role.name} to {member.display_name}"
msgstr "Adicionei com sucesso {role.name} a {member.display_name}" msgstr "Adicionei com sucesso {role.name} a {member.display_name}"
#: redbot/cogs/admin/admin.py:191 #: redbot/cogs/admin/admin.py:156
msgid "{member.display_name} does not have the role {role.name}." msgid "{member.display_name} does not have the role {role.name}."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:211 #: redbot/cogs/admin/admin.py:176
msgid "I successfully removed {role.name} from {member.display_name}" msgid "I successfully removed {role.name} from {member.display_name}"
msgstr "Removi com sucesso {role.name} de {member.display_name}" msgstr "Removi com sucesso {role.name} de {member.display_name}"
#: redbot/cogs/admin/admin.py:222 #: redbot/cogs/admin/admin.py:187
#, docstring #, docstring
msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:238 #: redbot/cogs/admin/admin.py:203
#, docstring #, docstring
msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:252 #: redbot/cogs/admin/admin.py:217
#, docstring #, docstring
msgid "Edit role settings." msgid "Edit role settings."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:259 #: redbot/cogs/admin/admin.py:224
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 #: redbot/cogs/admin/admin.py:253 redbot/cogs/admin/admin.py:286
msgid "Done." msgid "Done."
msgstr "Concluído." msgstr "Concluído."
#: redbot/cogs/admin/admin.py:292 #: redbot/cogs/admin/admin.py:257
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:326 #: redbot/cogs/admin/admin.py:291
#, docstring #, docstring
msgid "Announce a message to all servers the bot is in." msgid "Announce a message to all servers the bot is in."
msgstr "Anuncia uma mensagem para todos os servidores em que o bot está." msgstr "Anuncia uma mensagem para todos os servidores em que o bot está."
#: redbot/cogs/admin/admin.py:333 #: redbot/cogs/admin/admin.py:298
msgid "The announcement has begun." msgid "The announcement has begun."
msgstr "O anúncio foi iniciado." msgstr "O anúncio foi iniciado."
#: redbot/cogs/admin/admin.py:340 #: redbot/cogs/admin/admin.py:305
#, docstring #, docstring
msgid "Cancel a running announce." msgid "Cancel a running announce."
msgstr "Cancelar um anúncio em curso." msgstr "Cancelar um anúncio em curso."
#: redbot/cogs/admin/admin.py:342 #: redbot/cogs/admin/admin.py:307
msgid "There is no currently running announcement." msgid "There is no currently running announcement."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:345 #: redbot/cogs/admin/admin.py:310
msgid "The current announcement has been cancelled." msgid "The current announcement has been cancelled."
msgstr "O anúncio atual foi cancelado." msgstr "O anúncio atual foi cancelado."
#: redbot/cogs/admin/admin.py:351 #: redbot/cogs/admin/admin.py:316
#, docstring #, docstring
msgid "Change how announcements are sent in this guild." msgid "Change how announcements are sent in this guild."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:356 #: redbot/cogs/admin/admin.py:321
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\\n Change the channel where the bot will send announcements.\\n \\n If channel is left blank it defaults to the current channel.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:365 #: redbot/cogs/admin/admin.py:330
msgid "The announcement channel has been set to {channel.mention}" msgid "The announcement channel has been set to {channel.mention}"
msgstr "O canal de anúncio foi definido para {channel.mention}" msgstr "O canal de anúncio foi definido para {channel.mention}"
#: redbot/cogs/admin/admin.py:370 #: redbot/cogs/admin/admin.py:335
#, docstring #, docstring
msgid "Unsets the channel for announcements." msgid "Toggle announcements being enabled this server."
msgstr "" msgstr "Ativar ou Desativar os anúncios neste servidor."
#: redbot/cogs/admin/admin.py:395 #: redbot/cogs/admin/admin.py:340
msgid "The server {guild.name} will receive announcements."
msgstr "O servidor {guild.name} vai receber anúncios."
#: redbot/cogs/admin/admin.py:344
msgid "The server {guild.name} will not receive announcements."
msgstr "O servidor {guild.name} não vai receber anúncios."
#: redbot/cogs/admin/admin.py:370
#, docstring #, docstring
msgid "Apply selfroles." msgid "Apply selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:400 #: redbot/cogs/admin/admin.py:375
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:411 #: redbot/cogs/admin/admin.py:386
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:422 #: redbot/cogs/admin/admin.py:397
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\\n Lists all available selfroles.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:432 #: redbot/cogs/admin/admin.py:407
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\\n{selfroles}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:438 #: redbot/cogs/admin/admin.py:413
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:443 #: redbot/cogs/admin/admin.py:418
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:450 #: redbot/cogs/admin/admin.py:425
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:458 #: redbot/cogs/admin/admin.py:433
msgid "Added." msgid "Added."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:461 #: redbot/cogs/admin/admin.py:436
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:465 #: redbot/cogs/admin/admin.py:440
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:472 #: redbot/cogs/admin/admin.py:447
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:480 #: redbot/cogs/admin/admin.py:455
msgid "Removed." msgid "Removed."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:485 #: redbot/cogs/admin/admin.py:460
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "Bloquear o bot aos servidores atuais." msgstr "Bloquear o bot aos servidores atuais."
#: redbot/cogs/admin/admin.py:490 #: redbot/cogs/admin/admin.py:465
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "O bot já não está bloqueado aos servidores atuais." msgstr "O bot já não está bloqueado aos servidores atuais."
#: redbot/cogs/admin/admin.py:492 #: redbot/cogs/admin/admin.py:467
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "O bot está agora bloqueado aos servidores atuais." msgstr "O bot está agora bloqueado aos servidores atuais."
#: redbot/cogs/admin/announcer.py:68 #: redbot/cogs/admin/announcer.py:75
msgid "I could not announce to the following server: " msgid "I could not announce to the following server: "
msgstr "" msgstr ""
#: redbot/cogs/admin/announcer.py:70 #: redbot/cogs/admin/announcer.py:77
msgid "I could not announce to the following servers: " msgid "I could not announce to the following servers: "
msgstr "" msgstr ""

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-04-23 12:07+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Romanian\n" "Language-Team: Romanian\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,210 +15,218 @@ msgstr ""
"X-Crowdin-File-ID: 42\n" "X-Crowdin-File-ID: 42\n"
"Language: ro_RO\n" "Language: ro_RO\n"
#: redbot/cogs/admin/admin.py:18 #: redbot/cogs/admin/admin.py:17
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:23 #: redbot/cogs/admin/admin.py:22
msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:29 #: redbot/cogs/admin/admin.py:28
msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:35 #: redbot/cogs/admin/admin.py:34
msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:41 #: redbot/cogs/admin/admin.py:40
msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:47 #: redbot/cogs/admin/admin.py:46
msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:53 #: redbot/cogs/admin/admin.py:52
msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:59 #: redbot/cogs/admin/admin.py:58
msgid "I need manage roles permission to do that." msgid "I need manage roles permission to do that."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:61 #: redbot/cogs/admin/admin.py:60
msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:71 #: redbot/cogs/admin/admin.py:70
#, docstring #, docstring
msgid "A collection of server administration utilities." msgid "A collection of server administration utilities."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:161 #: redbot/cogs/admin/admin.py:126
msgid "{member.display_name} already has the role {role.name}." msgid "{member.display_name} already has the role {role.name}."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:181 #: redbot/cogs/admin/admin.py:146
msgid "I successfully added {role.name} to {member.display_name}" msgid "I successfully added {role.name} to {member.display_name}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:191 #: redbot/cogs/admin/admin.py:156
msgid "{member.display_name} does not have the role {role.name}." msgid "{member.display_name} does not have the role {role.name}."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:211 #: redbot/cogs/admin/admin.py:176
msgid "I successfully removed {role.name} from {member.display_name}" msgid "I successfully removed {role.name} from {member.display_name}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:222 #: redbot/cogs/admin/admin.py:187
#, docstring #, docstring
msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:238 #: redbot/cogs/admin/admin.py:203
#, docstring #, docstring
msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:252 #: redbot/cogs/admin/admin.py:217
#, docstring #, docstring
msgid "Edit role settings." msgid "Edit role settings."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:259 #: redbot/cogs/admin/admin.py:224
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 #: redbot/cogs/admin/admin.py:253 redbot/cogs/admin/admin.py:286
msgid "Done." msgid "Done."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:292 #: redbot/cogs/admin/admin.py:257
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:326 #: redbot/cogs/admin/admin.py:291
#, docstring #, docstring
msgid "Announce a message to all servers the bot is in." msgid "Announce a message to all servers the bot is in."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:333 #: redbot/cogs/admin/admin.py:298
msgid "The announcement has begun." msgid "The announcement has begun."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:340 #: redbot/cogs/admin/admin.py:305
#, docstring #, docstring
msgid "Cancel a running announce." msgid "Cancel a running announce."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:342 #: redbot/cogs/admin/admin.py:307
msgid "There is no currently running announcement." msgid "There is no currently running announcement."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:345 #: redbot/cogs/admin/admin.py:310
msgid "The current announcement has been cancelled." msgid "The current announcement has been cancelled."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:351 #: redbot/cogs/admin/admin.py:316
#, docstring #, docstring
msgid "Change how announcements are sent in this guild." msgid "Change how announcements are sent in this guild."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:356 #: redbot/cogs/admin/admin.py:321
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\\n Change the channel where the bot will send announcements.\\n \\n If channel is left blank it defaults to the current channel.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:365 #: redbot/cogs/admin/admin.py:330
msgid "The announcement channel has been set to {channel.mention}" msgid "The announcement channel has been set to {channel.mention}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:335
#, docstring
msgid "Toggle announcements being enabled this server."
msgstr ""
#: redbot/cogs/admin/admin.py:340
msgid "The server {guild.name} will receive announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:344
msgid "The server {guild.name} will not receive announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:370 #: redbot/cogs/admin/admin.py:370
#, docstring #, docstring
msgid "Unsets the channel for announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:395
#, docstring
msgid "Apply selfroles." msgid "Apply selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:400 #: redbot/cogs/admin/admin.py:375
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:411 #: redbot/cogs/admin/admin.py:386
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:422 #: redbot/cogs/admin/admin.py:397
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\\n Lists all available selfroles.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:432 #: redbot/cogs/admin/admin.py:407
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\\n{selfroles}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:438 #: redbot/cogs/admin/admin.py:413
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:443 #: redbot/cogs/admin/admin.py:418
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:450 #: redbot/cogs/admin/admin.py:425
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:458 #: redbot/cogs/admin/admin.py:433
msgid "Added." msgid "Added."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:461 #: redbot/cogs/admin/admin.py:436
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:465 #: redbot/cogs/admin/admin.py:440
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:472 #: redbot/cogs/admin/admin.py:447
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:480 #: redbot/cogs/admin/admin.py:455
msgid "Removed." msgid "Removed."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:485 #: redbot/cogs/admin/admin.py:460
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:490 #: redbot/cogs/admin/admin.py:465
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:492 #: redbot/cogs/admin/admin.py:467
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/announcer.py:68 #: redbot/cogs/admin/announcer.py:75
msgid "I could not announce to the following server: " msgid "I could not announce to the following server: "
msgstr "" msgstr ""
#: redbot/cogs/admin/announcer.py:70 #: redbot/cogs/admin/announcer.py:77
msgid "I could not announce to the following servers: " msgid "I could not announce to the following servers: "
msgstr "" msgstr ""

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-04-23 12:07+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Russian\n" "Language-Team: Russian\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,210 +15,218 @@ msgstr ""
"X-Crowdin-File-ID: 42\n" "X-Crowdin-File-ID: 42\n"
"Language: ru_RU\n" "Language: ru_RU\n"
#: redbot/cogs/admin/admin.py:18 #: redbot/cogs/admin/admin.py:17
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
msgstr "Я попыталась сделать что-то, в чем Discord отказал мне в разрешениях. Ваша команда не была выполнена успешно." msgstr "Я попыталась сделать что-то, в чем Discord отказал мне в разрешениях. Ваша команда не была выполнена успешно."
#: redbot/cogs/admin/admin.py:23 #: redbot/cogs/admin/admin.py:22
msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "Невозможно выдать роль {role.name} для {member.display_name}, потому что эта роль выше или равна моей самой высокой роли в иерархии Discord." msgstr "Я не могу дать {role.name} для {member.display_name}, потому что эта роль выше или равна моей самой высокой роли в иерархии Discord."
#: redbot/cogs/admin/admin.py:29 #: redbot/cogs/admin/admin.py:28
msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "Я не могу убрать {role.name} у {member.display_name}, потому что эта роль выше или равна моей самой высокой роли в иерархии Discord." msgstr "Я не могу убрать {role.name} у {member.display_name}, потому что эта роль выше или равна моей самой высокой роли в иерархии Discord."
#: redbot/cogs/admin/admin.py:35 #: redbot/cogs/admin/admin.py:34
msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy."
msgstr "Я не могу редактировать {role.name}, потому что эта роль выше моей или равна самой высокой роли в иерархии Discord." msgstr "Я не могу редактировать {role.name}, потому что эта роль выше моей или равна самой высокой роли в иерархии Discord."
#: redbot/cogs/admin/admin.py:41 #: redbot/cogs/admin/admin.py:40
msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "Я не могу вам дать {role.name}, {member.display_name}, поскольку эта роль выше или равна вашей самой высокой роли в иерархии Discord." msgstr "Я не могу вам дать {role.name}, {member.display_name}, поскольку эта роль выше или равна вашей самой высокой роли в иерархии Discord."
#: redbot/cogs/admin/admin.py:47 #: redbot/cogs/admin/admin.py:46
msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "Я не могу позволить вам удалить {role.name} у {member.display_name}, потому что эта роль выше или равна вашей самой высокой роли в иерархии Discord." msgstr "Я не могу позволить вам удалить {role.name} у {member.display_name}, потому что эта роль выше или равна вашей самой высокой роли в иерархии Discord."
#: redbot/cogs/admin/admin.py:53 #: redbot/cogs/admin/admin.py:52
msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "Я не могу позволить вам редактировать {role.name}, потому что эта роль больше или равна вашей самой высокой роли в иерархии Discord." msgstr "Я не могу позволить вам редактировать {role.name}, потому что эта роль больше или равна вашей самой высокой роли в иерархии Discord."
#: redbot/cogs/admin/admin.py:59 #: redbot/cogs/admin/admin.py:58
msgid "I need manage roles permission to do that." msgid "I need manage roles permission to do that."
msgstr "Мне нужно управлять правами ролей, чтобы сделать это." msgstr "Мне нужно управлять правами ролей, чтобы сделать это."
#: redbot/cogs/admin/admin.py:61 #: redbot/cogs/admin/admin.py:60
msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first."
msgstr "Я уже что-то объявляю. Если вы хотите сделать другое объявление, сначала используйте `{prefix}announce cancel`." msgstr "Я уже что-то объявляю. Если вы хотите сделать другое объявление, сначала используйте `{prefix}announce cancel`."
#: redbot/cogs/admin/admin.py:71 #: redbot/cogs/admin/admin.py:70
#, docstring #, docstring
msgid "A collection of server administration utilities." msgid "A collection of server administration utilities."
msgstr "Набор утилит администрирования сервера." msgstr "Набор утилит администрирования сервера."
#: redbot/cogs/admin/admin.py:161 #: redbot/cogs/admin/admin.py:126
msgid "{member.display_name} already has the role {role.name}." msgid "{member.display_name} already has the role {role.name}."
msgstr "{member.display_name} уже имеет роль {role.name}." msgstr "{member.display_name} уже имеет роль {role.name}."
#: redbot/cogs/admin/admin.py:181 #: redbot/cogs/admin/admin.py:146
msgid "I successfully added {role.name} to {member.display_name}" msgid "I successfully added {role.name} to {member.display_name}"
msgstr "Я успешно добавила роль {role.name} пользователю {member.display_name}" msgstr "Я успешно добавила роль {role.name} пользователю {member.display_name}"
#: redbot/cogs/admin/admin.py:191 #: redbot/cogs/admin/admin.py:156
msgid "{member.display_name} does not have the role {role.name}." msgid "{member.display_name} does not have the role {role.name}."
msgstr "{member.display_name} не имеет роли {role.name}." msgstr "{member.display_name} не имеет роли {role.name}."
#: redbot/cogs/admin/admin.py:211 #: redbot/cogs/admin/admin.py:176
msgid "I successfully removed {role.name} from {member.display_name}" msgid "I successfully removed {role.name} from {member.display_name}"
msgstr "Я успешно забрала роль {role.name} у пользователя {member.display_name}" msgstr "Я успешно забрала роль {role.name} у пользователя {member.display_name}"
#: redbot/cogs/admin/admin.py:222 #: redbot/cogs/admin/admin.py:187
#, docstring #, docstring
msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "\\n Добавить роль пользователю.\\n\\n Используйте двойные кавычки, если роль содержит пробелы.\\n Если пользователь не указан, по умолчанию используется автор команды.\\n " msgstr "\\n Добавить роль пользователю.\\n\\n Используйте двойные кавычки, если роль содержит пробелы.\\n Если пользователь не указан, по умолчанию используется автор команды.\\n "
#: redbot/cogs/admin/admin.py:238 #: redbot/cogs/admin/admin.py:203
#, docstring #, docstring
msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "\\n Удалить роль у пользователя.\\n\\n Используйте двойные кавычки, если роль содержит пробелы.\\n Если пользователь не указан, по умолчанию используется автор команды.\\n " msgstr "\\n Удалить роль у пользователя.\\n\\n Используйте двойные кавычки, если роль содержит пробелы.\\n Если пользователь не указан, по умолчанию используется автор команды.\\n "
#: redbot/cogs/admin/admin.py:252 #: redbot/cogs/admin/admin.py:217
#, docstring #, docstring
msgid "Edit role settings." msgid "Edit role settings."
msgstr "Изменение параметров роли." msgstr "Изменение параметров роли."
#: redbot/cogs/admin/admin.py:259 #: redbot/cogs/admin/admin.py:224
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n "
msgstr "\\n Изменить цвет роли.\\n\\n Используйте двойные кавычки, если роль содержит пробелы.\\n Цвет должен быть в шестнадцатеричном формате.\\n [Онлайн-палитра цветов](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Примеры:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgstr "\\n Изменить цвет роли.\\n\\n Используйте двойные кавычки, если роль содержит пробелы.\\n Цвет должен быть в шестнадцатеричном формате.\\n [Онлайн-палитра цветов](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Примеры:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n "
#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 #: redbot/cogs/admin/admin.py:253 redbot/cogs/admin/admin.py:286
msgid "Done." msgid "Done."
msgstr "Готово." msgstr "Готово."
#: redbot/cogs/admin/admin.py:292 #: redbot/cogs/admin/admin.py:257
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
msgstr "\\n Изменить название роли.\\n\\n Используйте двойные кавычки, если роль или имя содержат пробелы.\\n\\n Примеры:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgstr "\\n Изменить название роли.\\n\\n Используйте двойные кавычки, если роль или имя содержат пробелы.\\n\\n Примеры:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
#: redbot/cogs/admin/admin.py:326 #: redbot/cogs/admin/admin.py:291
#, docstring #, docstring
msgid "Announce a message to all servers the bot is in." msgid "Announce a message to all servers the bot is in."
msgstr "Объявить сообщение на всех серверах, к которым подключен бот." msgstr "Объявить сообщение на всех серверах, к которым подключен бот."
#: redbot/cogs/admin/admin.py:333 #: redbot/cogs/admin/admin.py:298
msgid "The announcement has begun." msgid "The announcement has begun."
msgstr "Объявление началось." msgstr "Объявление началось."
#: redbot/cogs/admin/admin.py:340 #: redbot/cogs/admin/admin.py:305
#, docstring #, docstring
msgid "Cancel a running announce." msgid "Cancel a running announce."
msgstr "Отменить текущее объявление." msgstr "Отменить текущее объявление."
#: redbot/cogs/admin/admin.py:342 #: redbot/cogs/admin/admin.py:307
msgid "There is no currently running announcement." msgid "There is no currently running announcement."
msgstr "В данный момент нет запущенных объявлений." msgstr "В данный момент нет запущенных объявлений."
#: redbot/cogs/admin/admin.py:345 #: redbot/cogs/admin/admin.py:310
msgid "The current announcement has been cancelled." msgid "The current announcement has been cancelled."
msgstr "Текущее объявление было отменено." msgstr "Текущее объявление было отменено."
#: redbot/cogs/admin/admin.py:351 #: redbot/cogs/admin/admin.py:316
#, docstring #, docstring
msgid "Change how announcements are sent in this guild." msgid "Change how announcements are sent in this guild."
msgstr "Изменить способ отправки объявлений на этом сервере." msgstr "Изменить способ отправки объявлений на этом сервере."
#: redbot/cogs/admin/admin.py:356 #: redbot/cogs/admin/admin.py:321
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\\n Change the channel where the bot will send announcements.\\n \\n If channel is left blank it defaults to the current channel.\\n "
msgstr "" msgstr "\\n Изменить канал, в котором бот будет отправлять объявления.\\n \\n Если канал не указан, по умолчанию используется текущий канал.\\n "
#: redbot/cogs/admin/admin.py:365 #: redbot/cogs/admin/admin.py:330
msgid "The announcement channel has been set to {channel.mention}" msgid "The announcement channel has been set to {channel.mention}"
msgstr "Канал объявления был установлен на {channel.mention}" msgstr "Канал объявления был установлен на {channel.mention}"
#: redbot/cogs/admin/admin.py:370 #: redbot/cogs/admin/admin.py:335
#, docstring #, docstring
msgid "Unsets the channel for announcements." msgid "Toggle announcements being enabled this server."
msgstr "" msgstr "Переключить объявления, когда этот сервер включен."
#: redbot/cogs/admin/admin.py:395 #: redbot/cogs/admin/admin.py:340
msgid "The server {guild.name} will receive announcements."
msgstr "Сервер {guild.name} будет получать объявления."
#: redbot/cogs/admin/admin.py:344
msgid "The server {guild.name} will not receive announcements."
msgstr "Сервер {guild.name} не будет получать объявления."
#: redbot/cogs/admin/admin.py:370
#, docstring #, docstring
msgid "Apply selfroles." msgid "Apply selfroles."
msgstr "Применить свои роли." msgstr "Применить свои роли."
#: redbot/cogs/admin/admin.py:400 #: redbot/cogs/admin/admin.py:375
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "\\n Добавить собственную роль себе.\\n\\n Администраторы сервера должны настроить роль как устанавливаемую пользователем.\\n ПРИМЕЧАНИЕ: Роль чувствительна к регистру!\\n " msgstr "\\n Добавить собственную роль себе.\\n\\n Администраторы сервера должны настроить роль как устанавливаемую пользователем.\\n ПРИМЕЧАНИЕ: Роль чувствительна к регистру!\\n "
#: redbot/cogs/admin/admin.py:411 #: redbot/cogs/admin/admin.py:386
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "\\n Удалить собственную роль у себя.\\n\\n Администраторы сервера должны настроить роль как устанавливаемую пользователем.\\n ПРИМЕЧАНИЕ: Роль чувствительна к регистру!\\n " msgstr "\\n Удалить собственную роль у себя.\\n\\n Администраторы сервера должны настроить роль как устанавливаемую пользователем.\\n ПРИМЕЧАНИЕ: Роль чувствительна к регистру!\\n "
#: redbot/cogs/admin/admin.py:422 #: redbot/cogs/admin/admin.py:397
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\\n Lists all available selfroles.\\n "
msgstr "\\n Список всех доступных Собственных ролей.\\n " msgstr "\\n Список всех доступных Собственных ролей.\\n "
#: redbot/cogs/admin/admin.py:432 #: redbot/cogs/admin/admin.py:407
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\\n{selfroles}"
msgstr "Доступные собственные роли:\\n{selfroles}" msgstr "Доступные Собственные роли:\\n{selfroles}"
#: redbot/cogs/admin/admin.py:438 #: redbot/cogs/admin/admin.py:413
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "Управление своими ролями." msgstr "Управление своими ролями."
#: redbot/cogs/admin/admin.py:443 #: redbot/cogs/admin/admin.py:418
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "\\n Добавить роль в список доступных своих ролей.\\n\\n ПРИМЕЧАНИЕ: Роль чувствительна к регистру!\\n " msgstr "\\n Добавить роль в список доступных своих ролей.\\n\\n ПРИМЕЧАНИЕ: Роль чувствительна к регистру!\\n "
#: redbot/cogs/admin/admin.py:450 #: redbot/cogs/admin/admin.py:425
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "Нельзя добавить {role.name} в качестве собственной роли, потому что эта роль выше или равна вашей самой высшей роли в иерархии Discord." msgstr "Я не могу позволить вам добавить {role.name} в качестве собственной роли, потому что эта роль выше или равна вашей самой высокой роли в иерархии Discord."
#: redbot/cogs/admin/admin.py:458 #: redbot/cogs/admin/admin.py:433
msgid "Added." msgid "Added."
msgstr "Добавлено." msgstr "Добавлено."
#: redbot/cogs/admin/admin.py:461 #: redbot/cogs/admin/admin.py:436
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "У вас уже имеется эта роль." msgstr "Эта роль уже является собственной ролью."
#: redbot/cogs/admin/admin.py:465 #: redbot/cogs/admin/admin.py:440
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "\\n Удалить роль из списка доступных собственных ролей.\\n\\n ПРИМЕЧАНИЕ: Роль чувствительна к регистру!\\n " msgstr "\\n Удалить роль из списка доступных собственных ролей.\\n\\n ПРИМЕЧАНИЕ: Роль чувствительна к регистру!\\n "
#: redbot/cogs/admin/admin.py:472 #: redbot/cogs/admin/admin.py:447
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "Вы не можете забрать у себя роль {role.name}, потому что эта роль выше или равна вашей самой высокой роли в иерархии Discord." msgstr "Я не могу позволить вам сделать {role.name} не собственной ролью, потому что эта роль выше или равна вашей самой высокой роли в иерархии Discord."
#: redbot/cogs/admin/admin.py:480 #: redbot/cogs/admin/admin.py:455
msgid "Removed." msgid "Removed."
msgstr "Удалено." msgstr "Удалено."
#: redbot/cogs/admin/admin.py:485 #: redbot/cogs/admin/admin.py:460
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "Зафиксировать бота только на его текущих серверах." msgstr "Зафиксировать бота только на его текущих серверах."
#: redbot/cogs/admin/admin.py:490 #: redbot/cogs/admin/admin.py:465
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "Бот больше не зафиксирован на сервере." msgstr "Бот больше не зафиксирован на сервере."
#: redbot/cogs/admin/admin.py:492 #: redbot/cogs/admin/admin.py:467
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "Бот теперь зафиксирован на сервере." msgstr "Бот теперь зафиксирован на сервере."
#: redbot/cogs/admin/announcer.py:68 #: redbot/cogs/admin/announcer.py:75
msgid "I could not announce to the following server: " msgid "I could not announce to the following server: "
msgstr "Я не могу сделать объявление на следующем сервере: " msgstr "Я не могу сделать объявление на следующем сервере: "
#: redbot/cogs/admin/announcer.py:70 #: redbot/cogs/admin/announcer.py:77
msgid "I could not announce to the following servers: " msgid "I could not announce to the following servers: "
msgstr "Я не могу сделать объявление на следующих серверах: " msgstr "Я не могу сделать объявление на следующих серверах: "

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-04-23 12:07+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Slovak\n" "Language-Team: Slovak\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,212 +15,220 @@ msgstr ""
"X-Crowdin-File-ID: 42\n" "X-Crowdin-File-ID: 42\n"
"Language: sk_SK\n" "Language: sk_SK\n"
#: redbot/cogs/admin/admin.py:18 #: redbot/cogs/admin/admin.py:17
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
msgstr "Pokúsil som sa urobiť niečo, pre čo mi Discord odoprel povolenie. Váš príkaz sa nepodarilo úspešne dokončiť." msgstr "Pokúsil som sa urobiť niečo, pre čo mi Discord odoprel povolenie. Váš príkaz sa nepodarilo úspešne dokončiť."
#: redbot/cogs/admin/admin.py:23 #: redbot/cogs/admin/admin.py:22
msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "Nemôžem dať {role.name} na {member.display_name} pretože táto rola je vyššia alebo rovná mojej najvyššej rolí v Discord hierarchií." msgstr "Nemôžem dať {role.name} na {member.display_name} pretože táto rola je vyššia alebo rovná mojej najvyššej rolí v Discord hierarchií."
#: redbot/cogs/admin/admin.py:29 #: redbot/cogs/admin/admin.py:28
msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:35 #: redbot/cogs/admin/admin.py:34
msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:41 #: redbot/cogs/admin/admin.py:40
msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:47 #: redbot/cogs/admin/admin.py:46
msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:53 #: redbot/cogs/admin/admin.py:52
msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:59 #: redbot/cogs/admin/admin.py:58
msgid "I need manage roles permission to do that." msgid "I need manage roles permission to do that."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:61 #: redbot/cogs/admin/admin.py:60
msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first."
msgstr "Už niečo oznamujem. Ak by ste chceli urobiť iné oznámenie, prosím, najskôr použite `{prefix} oznámiť zrušenie`." msgstr "Už niečo oznamujem. Ak by ste chceli urobiť iné oznámenie, prosím, najskôr použite `{prefix} oznámiť zrušenie`."
#: redbot/cogs/admin/admin.py:71 #: redbot/cogs/admin/admin.py:70
#, docstring #, docstring
msgid "A collection of server administration utilities." msgid "A collection of server administration utilities."
msgstr "\n" msgstr "\n"
"Zbierka obslužných programov pre správu servera." "Zbierka obslužných programov pre správu servera."
#: redbot/cogs/admin/admin.py:161 #: redbot/cogs/admin/admin.py:126
msgid "{member.display_name} already has the role {role.name}." msgid "{member.display_name} already has the role {role.name}."
msgstr "{member.display_name} už má rolu {role.name}." msgstr "{member.display_name} už má rolu {role.name}."
#: redbot/cogs/admin/admin.py:181 #: redbot/cogs/admin/admin.py:146
msgid "I successfully added {role.name} to {member.display_name}" msgid "I successfully added {role.name} to {member.display_name}"
msgstr "\n" msgstr "\n"
"Úspešne som pridal {role.name} do {member.display_name}" "Úspešne som pridal {role.name} do {member.display_name}"
#: redbot/cogs/admin/admin.py:191 #: redbot/cogs/admin/admin.py:156
msgid "{member.display_name} does not have the role {role.name}." msgid "{member.display_name} does not have the role {role.name}."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:211 #: redbot/cogs/admin/admin.py:176
msgid "I successfully removed {role.name} from {member.display_name}" msgid "I successfully removed {role.name} from {member.display_name}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:222 #: redbot/cogs/admin/admin.py:187
#, docstring #, docstring
msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:238 #: redbot/cogs/admin/admin.py:203
#, docstring #, docstring
msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:252 #: redbot/cogs/admin/admin.py:217
#, docstring #, docstring
msgid "Edit role settings." msgid "Edit role settings."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:259 #: redbot/cogs/admin/admin.py:224
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 #: redbot/cogs/admin/admin.py:253 redbot/cogs/admin/admin.py:286
msgid "Done." msgid "Done."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:292 #: redbot/cogs/admin/admin.py:257
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:326 #: redbot/cogs/admin/admin.py:291
#, docstring #, docstring
msgid "Announce a message to all servers the bot is in." msgid "Announce a message to all servers the bot is in."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:333 #: redbot/cogs/admin/admin.py:298
msgid "The announcement has begun." msgid "The announcement has begun."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:340 #: redbot/cogs/admin/admin.py:305
#, docstring #, docstring
msgid "Cancel a running announce." msgid "Cancel a running announce."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:342 #: redbot/cogs/admin/admin.py:307
msgid "There is no currently running announcement." msgid "There is no currently running announcement."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:345 #: redbot/cogs/admin/admin.py:310
msgid "The current announcement has been cancelled." msgid "The current announcement has been cancelled."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:351 #: redbot/cogs/admin/admin.py:316
#, docstring #, docstring
msgid "Change how announcements are sent in this guild." msgid "Change how announcements are sent in this guild."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:356 #: redbot/cogs/admin/admin.py:321
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\\n Change the channel where the bot will send announcements.\\n \\n If channel is left blank it defaults to the current channel.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:365 #: redbot/cogs/admin/admin.py:330
msgid "The announcement channel has been set to {channel.mention}" msgid "The announcement channel has been set to {channel.mention}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:335
#, docstring
msgid "Toggle announcements being enabled this server."
msgstr ""
#: redbot/cogs/admin/admin.py:340
msgid "The server {guild.name} will receive announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:344
msgid "The server {guild.name} will not receive announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:370 #: redbot/cogs/admin/admin.py:370
#, docstring #, docstring
msgid "Unsets the channel for announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:395
#, docstring
msgid "Apply selfroles." msgid "Apply selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:400 #: redbot/cogs/admin/admin.py:375
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:411 #: redbot/cogs/admin/admin.py:386
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:422 #: redbot/cogs/admin/admin.py:397
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\\n Lists all available selfroles.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:432 #: redbot/cogs/admin/admin.py:407
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\\n{selfroles}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:438 #: redbot/cogs/admin/admin.py:413
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:443 #: redbot/cogs/admin/admin.py:418
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:450 #: redbot/cogs/admin/admin.py:425
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:458 #: redbot/cogs/admin/admin.py:433
msgid "Added." msgid "Added."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:461 #: redbot/cogs/admin/admin.py:436
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:465 #: redbot/cogs/admin/admin.py:440
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:472 #: redbot/cogs/admin/admin.py:447
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:480 #: redbot/cogs/admin/admin.py:455
msgid "Removed." msgid "Removed."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:485 #: redbot/cogs/admin/admin.py:460
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:490 #: redbot/cogs/admin/admin.py:465
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:492 #: redbot/cogs/admin/admin.py:467
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/announcer.py:68 #: redbot/cogs/admin/announcer.py:75
msgid "I could not announce to the following server: " msgid "I could not announce to the following server: "
msgstr "" msgstr ""
#: redbot/cogs/admin/announcer.py:70 #: redbot/cogs/admin/announcer.py:77
msgid "I could not announce to the following servers: " msgid "I could not announce to the following servers: "
msgstr "" msgstr ""

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-04-23 12:07+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Serbian (Cyrillic)\n" "Language-Team: Serbian (Cyrillic)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,210 +15,218 @@ msgstr ""
"X-Crowdin-File-ID: 42\n" "X-Crowdin-File-ID: 42\n"
"Language: sr_SP\n" "Language: sr_SP\n"
#: redbot/cogs/admin/admin.py:18 #: redbot/cogs/admin/admin.py:17
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:23 #: redbot/cogs/admin/admin.py:22
msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:29 #: redbot/cogs/admin/admin.py:28
msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:35 #: redbot/cogs/admin/admin.py:34
msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:41 #: redbot/cogs/admin/admin.py:40
msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:47 #: redbot/cogs/admin/admin.py:46
msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:53 #: redbot/cogs/admin/admin.py:52
msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:59 #: redbot/cogs/admin/admin.py:58
msgid "I need manage roles permission to do that." msgid "I need manage roles permission to do that."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:61 #: redbot/cogs/admin/admin.py:60
msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:71 #: redbot/cogs/admin/admin.py:70
#, docstring #, docstring
msgid "A collection of server administration utilities." msgid "A collection of server administration utilities."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:161 #: redbot/cogs/admin/admin.py:126
msgid "{member.display_name} already has the role {role.name}." msgid "{member.display_name} already has the role {role.name}."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:181 #: redbot/cogs/admin/admin.py:146
msgid "I successfully added {role.name} to {member.display_name}" msgid "I successfully added {role.name} to {member.display_name}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:191 #: redbot/cogs/admin/admin.py:156
msgid "{member.display_name} does not have the role {role.name}." msgid "{member.display_name} does not have the role {role.name}."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:211 #: redbot/cogs/admin/admin.py:176
msgid "I successfully removed {role.name} from {member.display_name}" msgid "I successfully removed {role.name} from {member.display_name}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:222 #: redbot/cogs/admin/admin.py:187
#, docstring #, docstring
msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:238 #: redbot/cogs/admin/admin.py:203
#, docstring #, docstring
msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:252 #: redbot/cogs/admin/admin.py:217
#, docstring #, docstring
msgid "Edit role settings." msgid "Edit role settings."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:259 #: redbot/cogs/admin/admin.py:224
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 #: redbot/cogs/admin/admin.py:253 redbot/cogs/admin/admin.py:286
msgid "Done." msgid "Done."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:292 #: redbot/cogs/admin/admin.py:257
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:326 #: redbot/cogs/admin/admin.py:291
#, docstring #, docstring
msgid "Announce a message to all servers the bot is in." msgid "Announce a message to all servers the bot is in."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:333 #: redbot/cogs/admin/admin.py:298
msgid "The announcement has begun." msgid "The announcement has begun."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:340 #: redbot/cogs/admin/admin.py:305
#, docstring #, docstring
msgid "Cancel a running announce." msgid "Cancel a running announce."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:342 #: redbot/cogs/admin/admin.py:307
msgid "There is no currently running announcement." msgid "There is no currently running announcement."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:345 #: redbot/cogs/admin/admin.py:310
msgid "The current announcement has been cancelled." msgid "The current announcement has been cancelled."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:351 #: redbot/cogs/admin/admin.py:316
#, docstring #, docstring
msgid "Change how announcements are sent in this guild." msgid "Change how announcements are sent in this guild."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:356 #: redbot/cogs/admin/admin.py:321
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\\n Change the channel where the bot will send announcements.\\n \\n If channel is left blank it defaults to the current channel.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:365 #: redbot/cogs/admin/admin.py:330
msgid "The announcement channel has been set to {channel.mention}" msgid "The announcement channel has been set to {channel.mention}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:335
#, docstring
msgid "Toggle announcements being enabled this server."
msgstr ""
#: redbot/cogs/admin/admin.py:340
msgid "The server {guild.name} will receive announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:344
msgid "The server {guild.name} will not receive announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:370 #: redbot/cogs/admin/admin.py:370
#, docstring #, docstring
msgid "Unsets the channel for announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:395
#, docstring
msgid "Apply selfroles." msgid "Apply selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:400 #: redbot/cogs/admin/admin.py:375
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:411 #: redbot/cogs/admin/admin.py:386
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:422 #: redbot/cogs/admin/admin.py:397
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\\n Lists all available selfroles.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:432 #: redbot/cogs/admin/admin.py:407
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\\n{selfroles}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:438 #: redbot/cogs/admin/admin.py:413
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:443 #: redbot/cogs/admin/admin.py:418
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:450 #: redbot/cogs/admin/admin.py:425
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:458 #: redbot/cogs/admin/admin.py:433
msgid "Added." msgid "Added."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:461 #: redbot/cogs/admin/admin.py:436
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:465 #: redbot/cogs/admin/admin.py:440
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:472 #: redbot/cogs/admin/admin.py:447
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:480 #: redbot/cogs/admin/admin.py:455
msgid "Removed." msgid "Removed."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:485 #: redbot/cogs/admin/admin.py:460
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:490 #: redbot/cogs/admin/admin.py:465
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:492 #: redbot/cogs/admin/admin.py:467
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/announcer.py:68 #: redbot/cogs/admin/announcer.py:75
msgid "I could not announce to the following server: " msgid "I could not announce to the following server: "
msgstr "" msgstr ""
#: redbot/cogs/admin/announcer.py:70 #: redbot/cogs/admin/announcer.py:77
msgid "I could not announce to the following servers: " msgid "I could not announce to the following servers: "
msgstr "" msgstr ""

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-04-23 12:07+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Swedish\n" "Language-Team: Swedish\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,210 +15,218 @@ msgstr ""
"X-Crowdin-File-ID: 42\n" "X-Crowdin-File-ID: 42\n"
"Language: sv_SE\n" "Language: sv_SE\n"
#: redbot/cogs/admin/admin.py:18 #: redbot/cogs/admin/admin.py:17
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
msgstr "Jag försökte göra något som Discord nekade mig behörighet till. Ditt kommando kunde inte slutföras." msgstr "Jag försökte göra något som Discord nekade mig behörighet till. Ditt kommando kunde inte slutföras."
#: redbot/cogs/admin/admin.py:23 #: redbot/cogs/admin/admin.py:22
msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:29 #: redbot/cogs/admin/admin.py:28
msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:35 #: redbot/cogs/admin/admin.py:34
msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:41 #: redbot/cogs/admin/admin.py:40
msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:47 #: redbot/cogs/admin/admin.py:46
msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:53 #: redbot/cogs/admin/admin.py:52
msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:59 #: redbot/cogs/admin/admin.py:58
msgid "I need manage roles permission to do that." msgid "I need manage roles permission to do that."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:61 #: redbot/cogs/admin/admin.py:60
msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first."
msgstr "Jag tillkännager redan något. Om du vill göra ett annat tillkännagivande, vänligen använd `{prefix}announce cancel` först." msgstr "Jag tillkännager redan något. Om du vill göra ett annat tillkännagivande, vänligen använd `{prefix}announce cancel` först."
#: redbot/cogs/admin/admin.py:71 #: redbot/cogs/admin/admin.py:70
#, docstring #, docstring
msgid "A collection of server administration utilities." msgid "A collection of server administration utilities."
msgstr "En samling administrationsverktyg för servern." msgstr "En samling administrationsverktyg för servern."
#: redbot/cogs/admin/admin.py:161 #: redbot/cogs/admin/admin.py:126
msgid "{member.display_name} already has the role {role.name}." msgid "{member.display_name} already has the role {role.name}."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:181 #: redbot/cogs/admin/admin.py:146
msgid "I successfully added {role.name} to {member.display_name}" msgid "I successfully added {role.name} to {member.display_name}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:191 #: redbot/cogs/admin/admin.py:156
msgid "{member.display_name} does not have the role {role.name}." msgid "{member.display_name} does not have the role {role.name}."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:211 #: redbot/cogs/admin/admin.py:176
msgid "I successfully removed {role.name} from {member.display_name}" msgid "I successfully removed {role.name} from {member.display_name}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:222 #: redbot/cogs/admin/admin.py:187
#, docstring #, docstring
msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:238 #: redbot/cogs/admin/admin.py:203
#, docstring #, docstring
msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:252 #: redbot/cogs/admin/admin.py:217
#, docstring #, docstring
msgid "Edit role settings." msgid "Edit role settings."
msgstr "Redigera rollinställningar." msgstr "Redigera rollinställningar."
#: redbot/cogs/admin/admin.py:259 #: redbot/cogs/admin/admin.py:224
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 #: redbot/cogs/admin/admin.py:253 redbot/cogs/admin/admin.py:286
msgid "Done." msgid "Done."
msgstr "Klart." msgstr "Klart."
#: redbot/cogs/admin/admin.py:292 #: redbot/cogs/admin/admin.py:257
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:326 #: redbot/cogs/admin/admin.py:291
#, docstring #, docstring
msgid "Announce a message to all servers the bot is in." msgid "Announce a message to all servers the bot is in."
msgstr "Meddela ett meddelande till alla servrar som botten är i." msgstr "Meddela ett meddelande till alla servrar som botten är i."
#: redbot/cogs/admin/admin.py:333 #: redbot/cogs/admin/admin.py:298
msgid "The announcement has begun." msgid "The announcement has begun."
msgstr "Tillkännagivandet har börjat." msgstr "Tillkännagivandet har börjat."
#: redbot/cogs/admin/admin.py:340 #: redbot/cogs/admin/admin.py:305
#, docstring #, docstring
msgid "Cancel a running announce." msgid "Cancel a running announce."
msgstr "Avbryt en löpande avisering." msgstr "Avbryt en löpande avisering."
#: redbot/cogs/admin/admin.py:342 #: redbot/cogs/admin/admin.py:307
msgid "There is no currently running announcement." msgid "There is no currently running announcement."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:345 #: redbot/cogs/admin/admin.py:310
msgid "The current announcement has been cancelled." msgid "The current announcement has been cancelled."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:351 #: redbot/cogs/admin/admin.py:316
#, docstring #, docstring
msgid "Change how announcements are sent in this guild." msgid "Change how announcements are sent in this guild."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:356 #: redbot/cogs/admin/admin.py:321
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\\n Change the channel where the bot will send announcements.\\n \\n If channel is left blank it defaults to the current channel.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:365 #: redbot/cogs/admin/admin.py:330
msgid "The announcement channel has been set to {channel.mention}" msgid "The announcement channel has been set to {channel.mention}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:335
#, docstring
msgid "Toggle announcements being enabled this server."
msgstr ""
#: redbot/cogs/admin/admin.py:340
msgid "The server {guild.name} will receive announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:344
msgid "The server {guild.name} will not receive announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:370 #: redbot/cogs/admin/admin.py:370
#, docstring #, docstring
msgid "Unsets the channel for announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:395
#, docstring
msgid "Apply selfroles." msgid "Apply selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:400 #: redbot/cogs/admin/admin.py:375
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:411 #: redbot/cogs/admin/admin.py:386
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:422 #: redbot/cogs/admin/admin.py:397
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\\n Lists all available selfroles.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:432 #: redbot/cogs/admin/admin.py:407
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\\n{selfroles}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:438 #: redbot/cogs/admin/admin.py:413
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:443 #: redbot/cogs/admin/admin.py:418
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:450 #: redbot/cogs/admin/admin.py:425
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:458 #: redbot/cogs/admin/admin.py:433
msgid "Added." msgid "Added."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:461 #: redbot/cogs/admin/admin.py:436
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:465 #: redbot/cogs/admin/admin.py:440
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:472 #: redbot/cogs/admin/admin.py:447
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:480 #: redbot/cogs/admin/admin.py:455
msgid "Removed." msgid "Removed."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:485 #: redbot/cogs/admin/admin.py:460
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:490 #: redbot/cogs/admin/admin.py:465
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:492 #: redbot/cogs/admin/admin.py:467
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/announcer.py:68 #: redbot/cogs/admin/announcer.py:75
msgid "I could not announce to the following server: " msgid "I could not announce to the following server: "
msgstr "" msgstr ""
#: redbot/cogs/admin/announcer.py:70 #: redbot/cogs/admin/announcer.py:77
msgid "I could not announce to the following servers: " msgid "I could not announce to the following servers: "
msgstr "" msgstr ""

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-04-23 12:07+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Turkish\n" "Language-Team: Turkish\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,210 +15,218 @@ msgstr ""
"X-Crowdin-File-ID: 42\n" "X-Crowdin-File-ID: 42\n"
"Language: tr_TR\n" "Language: tr_TR\n"
#: redbot/cogs/admin/admin.py:18 #: redbot/cogs/admin/admin.py:17
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
msgstr "Bir şey denemeye çalıştım ancak Discord izinlerim yeterli olmadı. Komutunuz işleme koyulamadı." msgstr "Bir şey denemeye çalıştım ancak Discord izinlerim yeterli olmadı. Komutunuz işleme koyulamadı."
#: redbot/cogs/admin/admin.py:23 #: redbot/cogs/admin/admin.py:22
msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "{member.display_name} kullanıcısına {role.name} veremiyorum çünkü bu rol Discord hiyerarşisinde rolüme eşit veya daha yüksek." msgstr "{member.display_name} kullanıcısına {role.name} veremiyorum çünkü bu rol kendi rolümden daha yüksek bir pozisyonda."
#: redbot/cogs/admin/admin.py:29 #: redbot/cogs/admin/admin.py:28
msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "{member.display_name} kullanıcısından {role.name} rolünü kaldıramıyorum çünkü bu rol Discord hiyerarşisinde rolüme eşit veya daha yüksek." msgstr "{member.display_name} kullanıcısından {role.name} rolünü kaldıramıyorum çünkü bu rolümden daha yüksek pozisyonda."
#: redbot/cogs/admin/admin.py:35 #: redbot/cogs/admin/admin.py:34
msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy."
msgstr "{role.name} kullanıcısının rolünü düzenleyemiyorum, çünkü bu rol Discord hiyerarşisinde rolüme eşit veya daha yüksek." msgstr "{role.name} kullanıcısının rolünü düzenleyemiyorum, çünkü bu rolümden daha yüksek pozisyonda."
#: redbot/cogs/admin/admin.py:41 #: redbot/cogs/admin/admin.py:40
msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "{member.display_name} kullanıcısına {role.name} rolünü verilemedi çünkü bu rol discord hiyerarşisinde senin mevcut rolünden daha yüksek durumda." msgstr "{member.display_name} kullanıcısına {role.name} rolünü vermene müsaade edemem çünkü bu rol senin mevcut rolünden daha yüksek durumda."
#: redbot/cogs/admin/admin.py:47 #: redbot/cogs/admin/admin.py:46
msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "{member.display_name} kullanıcısının {role.name} rolünü silmene müsaade edemem çünkü bu rol mevcut rolünden daha yüksek durumda." msgstr "{member.display_name} kullanıcısının {role.name} rolünü silmene müsaade edemem çünkü bu rol mevcut rolünden daha yüksek durumda."
#: redbot/cogs/admin/admin.py:53 #: redbot/cogs/admin/admin.py:52
msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "{role.name} rolünü düzenlemene müsaade edemem çünkü bu rol mevcut rolünden daha yüksek durumda." msgstr "{role.name} rolünü düzenlemene müsaade edemem çünkü bu rol mevcut rolünden daha yüksek durumda."
#: redbot/cogs/admin/admin.py:59 #: redbot/cogs/admin/admin.py:58
msgid "I need manage roles permission to do that." msgid "I need manage roles permission to do that."
msgstr "Bunu yapabilmem için \"rolleri yönet\" iznine ihtiyacım var." msgstr "Bunu yapabilmem için \"rolleri yönet\" iznine ihtiyacım var."
#: redbot/cogs/admin/admin.py:61 #: redbot/cogs/admin/admin.py:60
msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first."
msgstr "Zaten şu anda bir duyuru yapmaktayım. Başka bir duyuru yapmak istiyorsanız lütfen bu komutu kullanın: `{prefix}announce cancel`." msgstr "Zaten şu anda bir duyuru yapmaktayım. Başka bir duyuru yapmak istiyorsanız lütfen bu komutu kullanın: `{prefix}announce cancel`."
#: redbot/cogs/admin/admin.py:71 #: redbot/cogs/admin/admin.py:70
#, docstring #, docstring
msgid "A collection of server administration utilities." msgid "A collection of server administration utilities."
msgstr "Sunucu yönetimiyle ilgili ayarlar." msgstr "Sunucu yönetimiyle ilgili ayarlar."
#: redbot/cogs/admin/admin.py:161 #: redbot/cogs/admin/admin.py:126
msgid "{member.display_name} already has the role {role.name}." msgid "{member.display_name} already has the role {role.name}."
msgstr "{member.display_name} kullanıcısı {role.name} rolüne zaten sahip." msgstr "{member.display_name} kullanıcısı {role.name} rolüne zaten sahip."
#: redbot/cogs/admin/admin.py:181 #: redbot/cogs/admin/admin.py:146
msgid "I successfully added {role.name} to {member.display_name}" msgid "I successfully added {role.name} to {member.display_name}"
msgstr "{role.name} rolünü {member.display_name} kullanıcısına başarılı bir şekilde ekledim." msgstr "{role.name} rolünü {member.display_name} kullanıcısına başarılı bir şekilde ekledim."
#: redbot/cogs/admin/admin.py:191 #: redbot/cogs/admin/admin.py:156
msgid "{member.display_name} does not have the role {role.name}." msgid "{member.display_name} does not have the role {role.name}."
msgstr "{member.display_name} kullanıcısı {role.name} rolüne sahip değil." msgstr "{member.display_name} kullanıcısı {role.name} rolüne sahip değil."
#: redbot/cogs/admin/admin.py:211 #: redbot/cogs/admin/admin.py:176
msgid "I successfully removed {role.name} from {member.display_name}" msgid "I successfully removed {role.name} from {member.display_name}"
msgstr "{role.name} rolünü {member.display_name} kullanıcısından başarılı bir şekilde kaldırdım" msgstr "{role.name} rolünü {member.display_name} kullanıcısından başarılı bir şekilde kaldırdım"
#: redbot/cogs/admin/admin.py:222 #: redbot/cogs/admin/admin.py:187
#, docstring #, docstring
msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "\\n Kullanıcıya rol ekle.\\n\\n Rol boşluk içeriyorsa çift tırnak işareti kullanın.\\n Kullanıcı boş bırakılırsa, varsayılan olarak komutun yazarıdır.\\n " msgstr "\\n Kullanıcıya rol ekle.\\n\\n Rol boşluk içeriyorsa çift tırnak işareti kullanın.\\n Kullanıcı boş bırakılırsa, varsayılan olarak komutun yazarıdır.\\n "
#: redbot/cogs/admin/admin.py:238 #: redbot/cogs/admin/admin.py:203
#, docstring #, docstring
msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "\\n Kullanıcıdan rol sil.\\n\\n Rol boşluk içeriyorsa çift tırnak işareti kullanın.\\n Kullanıcı boş bırakılırsa, varsayılan olarak komutun yazarıdır.\\n " msgstr "\\n Kullanıcıdan rol sil.\\n\\n Rol boşluk içeriyorsa çift tırnak işareti kullanın.\\n Kullanıcı boş bırakılırsa, varsayılan olarak komutun yazarıdır.\\n "
#: redbot/cogs/admin/admin.py:252 #: redbot/cogs/admin/admin.py:217
#, docstring #, docstring
msgid "Edit role settings." msgid "Edit role settings."
msgstr "Rol ayarlarını düzenle." msgstr "Rol ayarlarını düzenle."
#: redbot/cogs/admin/admin.py:259 #: redbot/cogs/admin/admin.py:224
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n "
msgstr "Rol rengini düzenler.\\n\\n Rol boşluk içeriyorsa çift tırnak kulanın.\\n Renk hexadecimal formatında olmalıdır.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Örneğin:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgstr "Rol rengini düzenler.\\n\\n Rol boşluk içeriyorsa çift tırnak kulanın.\\n Renk hexadecimal formatında olmalıdır.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Örneğin:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n "
#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 #: redbot/cogs/admin/admin.py:253 redbot/cogs/admin/admin.py:286
msgid "Done." msgid "Done."
msgstr "Tamamlandı." msgstr "Tamamlandı."
#: redbot/cogs/admin/admin.py:292 #: redbot/cogs/admin/admin.py:257
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
msgstr "Rolün ismini düzenler.\\n\\n Rol boşluk içeriyorsa çift tırnak kulanın.\\n\\n Örneğin:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgstr "Rolün ismini düzenler.\\n\\n Rol boşluk içeriyorsa çift tırnak kulanın.\\n\\n Örneğin:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
#: redbot/cogs/admin/admin.py:326 #: redbot/cogs/admin/admin.py:291
#, docstring #, docstring
msgid "Announce a message to all servers the bot is in." msgid "Announce a message to all servers the bot is in."
msgstr "Botun bulunduğu tüm sunuculara duyuru geçer." msgstr "Botun bulunduğu tüm sunuculara duyuru geçer."
#: redbot/cogs/admin/admin.py:333 #: redbot/cogs/admin/admin.py:298
msgid "The announcement has begun." msgid "The announcement has begun."
msgstr "Duyuru başladı." msgstr "Duyuru başladı."
#: redbot/cogs/admin/admin.py:340 #: redbot/cogs/admin/admin.py:305
#, docstring #, docstring
msgid "Cancel a running announce." msgid "Cancel a running announce."
msgstr "Şu an yapılan duyuruyu iptal eder." msgstr "Şu an yapılan duyuruyu iptal eder."
#: redbot/cogs/admin/admin.py:342 #: redbot/cogs/admin/admin.py:307
msgid "There is no currently running announcement." msgid "There is no currently running announcement."
msgstr "Şu anda yapılan bir duyuru mevcut değil." msgstr "Şu anda yapılan bir duyuru mevcut değil."
#: redbot/cogs/admin/admin.py:345 #: redbot/cogs/admin/admin.py:310
msgid "The current announcement has been cancelled." msgid "The current announcement has been cancelled."
msgstr "Şu an yapılan duyuru iptal edildi." msgstr "Şu an yapılan duyuru iptal edildi."
#: redbot/cogs/admin/admin.py:351 #: redbot/cogs/admin/admin.py:316
#, docstring #, docstring
msgid "Change how announcements are sent in this guild." msgid "Change how announcements are sent in this guild."
msgstr "Anonsların sunucuya nasıl gönderileceğini belirleyin." msgstr "Anonsların sunucuya nasıl gönderileceğini belirleyin."
#: redbot/cogs/admin/admin.py:356 #: redbot/cogs/admin/admin.py:321
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\\n Change the channel where the bot will send announcements.\\n \\n If channel is left blank it defaults to the current channel.\\n "
msgstr "" msgstr "\\n Botun anonsları hangi kanalda yapacağını belirleyin.\\n \\n Boş bırakırsanız bot anonsları mevcut kanala yapacaktır.\\n "
#: redbot/cogs/admin/admin.py:365 #: redbot/cogs/admin/admin.py:330
msgid "The announcement channel has been set to {channel.mention}" msgid "The announcement channel has been set to {channel.mention}"
msgstr "{channel.mention} duyuru kanalı olarak ayarlandı" msgstr "{channel.mention} duyuru kanalı olarak ayarlandı"
#: redbot/cogs/admin/admin.py:370 #: redbot/cogs/admin/admin.py:335
#, docstring #, docstring
msgid "Unsets the channel for announcements." msgid "Toggle announcements being enabled this server."
msgstr "" msgstr "Duyuru sistemi bu sunucu için aktif edildi."
#: redbot/cogs/admin/admin.py:395 #: redbot/cogs/admin/admin.py:340
msgid "The server {guild.name} will receive announcements."
msgstr "{guild.name} sunucusu artık duyuruları alacak."
#: redbot/cogs/admin/admin.py:344
msgid "The server {guild.name} will not receive announcements."
msgstr "{guild.name} sunucusu artık duyuruları almayacak."
#: redbot/cogs/admin/admin.py:370
#, docstring #, docstring
msgid "Apply selfroles." msgid "Apply selfroles."
msgstr "Kişisel rol ekle." msgstr "Kişisel rol ekle."
#: redbot/cogs/admin/admin.py:400 #: redbot/cogs/admin/admin.py:375
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "Kişisel rol ekler.\\n\\n Sunucu yöneticileri kullanıcının kullanabileceği şekilde ayarlamalıdır.\\n\\n NOT: Rol büyük küçük harf duyarlıdır!\\n " msgstr "Kişisel rol ekler.\\n\\n Sunucu yöneticileri kullanıcının kullanabileceği şekilde ayarlamalıdır.\\n\\n NOT: Rol büyük küçük harf duyarlıdır!\\n "
#: redbot/cogs/admin/admin.py:411 #: redbot/cogs/admin/admin.py:386
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "Kişisel rol siler.\\n\\n Sunucu yöneticileri kullanıcının kullanabileceği şekilde ayarlamalıdır.\\n\\n NOT: Rol büyük küçük harf duyarlıdır!\\n " msgstr "Kişisel rol siler.\\n\\n Sunucu yöneticileri kullanıcının kullanabileceği şekilde ayarlamalıdır.\\n\\n NOT: Rol büyük küçük harf duyarlıdır!\\n "
#: redbot/cogs/admin/admin.py:422 #: redbot/cogs/admin/admin.py:397
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\\n Lists all available selfroles.\\n "
msgstr "\\n Kullanılabilir kişisel rolleri listeler.\\n " msgstr "\\n Kullanılabilir kişisel rolleri listeler.\\n "
#: redbot/cogs/admin/admin.py:432 #: redbot/cogs/admin/admin.py:407
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\\n{selfroles}"
msgstr "Kullanılabilir kişisel roller:\\n{selfroles}" msgstr "Kullanılabilir kişisel roller:\\n{selfroles}"
#: redbot/cogs/admin/admin.py:438 #: redbot/cogs/admin/admin.py:413
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "Kişisel rolleri düzenle." msgstr "Kişisel rolleri düzenle."
#: redbot/cogs/admin/admin.py:443 #: redbot/cogs/admin/admin.py:418
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "\\n Kullanılabilir kişisel roller listesine rol ekler.\\n\\n NOT: Rol büyük küçük harf duyarlıdır!\\n " msgstr "\\n Kullanılabilir kişisel roller listesine rol ekler.\\n\\n NOT: Rol büyük küçük harf duyarlıdır!\\n "
#: redbot/cogs/admin/admin.py:450 #: redbot/cogs/admin/admin.py:425
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "{role.name} kullanıcısına belirttiğin rolü vermene müsaade edemem çünkü bu rol mevcut rolünden daha yüksek." msgstr "{role.name} kullanıcısına belirttiğin rolü vermene müsaade edemem çünkü bu rol mevcut rolünden daha yüksek."
#: redbot/cogs/admin/admin.py:458 #: redbot/cogs/admin/admin.py:433
msgid "Added." msgid "Added."
msgstr "Eklendi." msgstr "Eklendi."
#: redbot/cogs/admin/admin.py:461 #: redbot/cogs/admin/admin.py:436
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "Bu rol zaten bir kişisel rol." msgstr "Bu rol zaten bir kişisel rol."
#: redbot/cogs/admin/admin.py:465 #: redbot/cogs/admin/admin.py:440
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "\\n Kullanılabilir kişisel roller listesinden rol siler.\\n\\n NOT: Rol büyük küçük harf duyarlıdır!\\n " msgstr "\\n Kullanılabilir kişisel roller listesinden rol siler.\\n\\n NOT: Rol büyük küçük harf duyarlıdır!\\n "
#: redbot/cogs/admin/admin.py:472 #: redbot/cogs/admin/admin.py:447
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "{role.name} kullanıcısından belirttiğin rolü silmene müsaade edemem çünkü bu rol mevcut rolünden daha yüksek." msgstr "{role.name} kullanıcısından belirttiğin rolü silmene müsaade edemem çünkü bu rol mevcut rolünden daha yüksek."
#: redbot/cogs/admin/admin.py:480 #: redbot/cogs/admin/admin.py:455
msgid "Removed." msgid "Removed."
msgstr "Kaldırıldı." msgstr "Kaldırıldı."
#: redbot/cogs/admin/admin.py:485 #: redbot/cogs/admin/admin.py:460
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "Botu şu an bulunduğu sunucularda kilitler." msgstr "Botu şu an bulunduğu sunucularda kilitler."
#: redbot/cogs/admin/admin.py:490 #: redbot/cogs/admin/admin.py:465
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "Botun sunucu kilidi aktif değil." msgstr "Botun sunucu kilidi aktif değil."
#: redbot/cogs/admin/admin.py:492 #: redbot/cogs/admin/admin.py:467
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "Botun sunucu kilidi aktif." msgstr "Botun sunucu kilidi aktif."
#: redbot/cogs/admin/announcer.py:68 #: redbot/cogs/admin/announcer.py:75
msgid "I could not announce to the following server: " msgid "I could not announce to the following server: "
msgstr "Bu sunucuya duyuru yapamıyorum: " msgstr "Bu sunucuya duyuru yapamıyorum: "
#: redbot/cogs/admin/announcer.py:70 #: redbot/cogs/admin/announcer.py:77
msgid "I could not announce to the following servers: " msgid "I could not announce to the following servers: "
msgstr "Bu sunuculara duyuru yapamıyorum: " msgstr "Bu sunuculara duyuru yapamıyorum: "

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-04-23 12:07+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Ukrainian\n" "Language-Team: Ukrainian\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,210 +15,218 @@ msgstr ""
"X-Crowdin-File-ID: 42\n" "X-Crowdin-File-ID: 42\n"
"Language: uk_UA\n" "Language: uk_UA\n"
#: redbot/cogs/admin/admin.py:18 #: redbot/cogs/admin/admin.py:17
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:23 #: redbot/cogs/admin/admin.py:22
msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:29 #: redbot/cogs/admin/admin.py:28
msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:35 #: redbot/cogs/admin/admin.py:34
msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:41 #: redbot/cogs/admin/admin.py:40
msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:47 #: redbot/cogs/admin/admin.py:46
msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:53 #: redbot/cogs/admin/admin.py:52
msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:59 #: redbot/cogs/admin/admin.py:58
msgid "I need manage roles permission to do that." msgid "I need manage roles permission to do that."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:61 #: redbot/cogs/admin/admin.py:60
msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:71 #: redbot/cogs/admin/admin.py:70
#, docstring #, docstring
msgid "A collection of server administration utilities." msgid "A collection of server administration utilities."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:161 #: redbot/cogs/admin/admin.py:126
msgid "{member.display_name} already has the role {role.name}." msgid "{member.display_name} already has the role {role.name}."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:181 #: redbot/cogs/admin/admin.py:146
msgid "I successfully added {role.name} to {member.display_name}" msgid "I successfully added {role.name} to {member.display_name}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:191 #: redbot/cogs/admin/admin.py:156
msgid "{member.display_name} does not have the role {role.name}." msgid "{member.display_name} does not have the role {role.name}."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:211 #: redbot/cogs/admin/admin.py:176
msgid "I successfully removed {role.name} from {member.display_name}" msgid "I successfully removed {role.name} from {member.display_name}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:222 #: redbot/cogs/admin/admin.py:187
#, docstring #, docstring
msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:238 #: redbot/cogs/admin/admin.py:203
#, docstring #, docstring
msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:252 #: redbot/cogs/admin/admin.py:217
#, docstring #, docstring
msgid "Edit role settings." msgid "Edit role settings."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:259 #: redbot/cogs/admin/admin.py:224
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 #: redbot/cogs/admin/admin.py:253 redbot/cogs/admin/admin.py:286
msgid "Done." msgid "Done."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:292 #: redbot/cogs/admin/admin.py:257
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:326 #: redbot/cogs/admin/admin.py:291
#, docstring #, docstring
msgid "Announce a message to all servers the bot is in." msgid "Announce a message to all servers the bot is in."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:333 #: redbot/cogs/admin/admin.py:298
msgid "The announcement has begun." msgid "The announcement has begun."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:340 #: redbot/cogs/admin/admin.py:305
#, docstring #, docstring
msgid "Cancel a running announce." msgid "Cancel a running announce."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:342 #: redbot/cogs/admin/admin.py:307
msgid "There is no currently running announcement." msgid "There is no currently running announcement."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:345 #: redbot/cogs/admin/admin.py:310
msgid "The current announcement has been cancelled." msgid "The current announcement has been cancelled."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:351 #: redbot/cogs/admin/admin.py:316
#, docstring #, docstring
msgid "Change how announcements are sent in this guild." msgid "Change how announcements are sent in this guild."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:356 #: redbot/cogs/admin/admin.py:321
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\\n Change the channel where the bot will send announcements.\\n \\n If channel is left blank it defaults to the current channel.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:365 #: redbot/cogs/admin/admin.py:330
msgid "The announcement channel has been set to {channel.mention}" msgid "The announcement channel has been set to {channel.mention}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:335
#, docstring
msgid "Toggle announcements being enabled this server."
msgstr ""
#: redbot/cogs/admin/admin.py:340
msgid "The server {guild.name} will receive announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:344
msgid "The server {guild.name} will not receive announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:370 #: redbot/cogs/admin/admin.py:370
#, docstring #, docstring
msgid "Unsets the channel for announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:395
#, docstring
msgid "Apply selfroles." msgid "Apply selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:400 #: redbot/cogs/admin/admin.py:375
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:411 #: redbot/cogs/admin/admin.py:386
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:422 #: redbot/cogs/admin/admin.py:397
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\\n Lists all available selfroles.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:432 #: redbot/cogs/admin/admin.py:407
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\\n{selfroles}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:438 #: redbot/cogs/admin/admin.py:413
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:443 #: redbot/cogs/admin/admin.py:418
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:450 #: redbot/cogs/admin/admin.py:425
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:458 #: redbot/cogs/admin/admin.py:433
msgid "Added." msgid "Added."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:461 #: redbot/cogs/admin/admin.py:436
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:465 #: redbot/cogs/admin/admin.py:440
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:472 #: redbot/cogs/admin/admin.py:447
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:480 #: redbot/cogs/admin/admin.py:455
msgid "Removed." msgid "Removed."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:485 #: redbot/cogs/admin/admin.py:460
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:490 #: redbot/cogs/admin/admin.py:465
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:492 #: redbot/cogs/admin/admin.py:467
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/announcer.py:68 #: redbot/cogs/admin/announcer.py:75
msgid "I could not announce to the following server: " msgid "I could not announce to the following server: "
msgstr "" msgstr ""
#: redbot/cogs/admin/announcer.py:70 #: redbot/cogs/admin/announcer.py:77
msgid "I could not announce to the following servers: " msgid "I could not announce to the following servers: "
msgstr "" msgstr ""

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-04-23 12:07+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Vietnamese\n" "Language-Team: Vietnamese\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,210 +15,218 @@ msgstr ""
"X-Crowdin-File-ID: 42\n" "X-Crowdin-File-ID: 42\n"
"Language: vi_VN\n" "Language: vi_VN\n"
#: redbot/cogs/admin/admin.py:18 #: redbot/cogs/admin/admin.py:17
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:23 #: redbot/cogs/admin/admin.py:22
msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:29 #: redbot/cogs/admin/admin.py:28
msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:35 #: redbot/cogs/admin/admin.py:34
msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:41 #: redbot/cogs/admin/admin.py:40
msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:47 #: redbot/cogs/admin/admin.py:46
msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:53 #: redbot/cogs/admin/admin.py:52
msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:59 #: redbot/cogs/admin/admin.py:58
msgid "I need manage roles permission to do that." msgid "I need manage roles permission to do that."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:61 #: redbot/cogs/admin/admin.py:60
msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:71 #: redbot/cogs/admin/admin.py:70
#, docstring #, docstring
msgid "A collection of server administration utilities." msgid "A collection of server administration utilities."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:161 #: redbot/cogs/admin/admin.py:126
msgid "{member.display_name} already has the role {role.name}." msgid "{member.display_name} already has the role {role.name}."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:181 #: redbot/cogs/admin/admin.py:146
msgid "I successfully added {role.name} to {member.display_name}" msgid "I successfully added {role.name} to {member.display_name}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:191 #: redbot/cogs/admin/admin.py:156
msgid "{member.display_name} does not have the role {role.name}." msgid "{member.display_name} does not have the role {role.name}."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:211 #: redbot/cogs/admin/admin.py:176
msgid "I successfully removed {role.name} from {member.display_name}" msgid "I successfully removed {role.name} from {member.display_name}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:222 #: redbot/cogs/admin/admin.py:187
#, docstring #, docstring
msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:238 #: redbot/cogs/admin/admin.py:203
#, docstring #, docstring
msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:252 #: redbot/cogs/admin/admin.py:217
#, docstring #, docstring
msgid "Edit role settings." msgid "Edit role settings."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:259 #: redbot/cogs/admin/admin.py:224
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 #: redbot/cogs/admin/admin.py:253 redbot/cogs/admin/admin.py:286
msgid "Done." msgid "Done."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:292 #: redbot/cogs/admin/admin.py:257
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:326 #: redbot/cogs/admin/admin.py:291
#, docstring #, docstring
msgid "Announce a message to all servers the bot is in." msgid "Announce a message to all servers the bot is in."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:333 #: redbot/cogs/admin/admin.py:298
msgid "The announcement has begun." msgid "The announcement has begun."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:340 #: redbot/cogs/admin/admin.py:305
#, docstring #, docstring
msgid "Cancel a running announce." msgid "Cancel a running announce."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:342 #: redbot/cogs/admin/admin.py:307
msgid "There is no currently running announcement." msgid "There is no currently running announcement."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:345 #: redbot/cogs/admin/admin.py:310
msgid "The current announcement has been cancelled." msgid "The current announcement has been cancelled."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:351 #: redbot/cogs/admin/admin.py:316
#, docstring #, docstring
msgid "Change how announcements are sent in this guild." msgid "Change how announcements are sent in this guild."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:356 #: redbot/cogs/admin/admin.py:321
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\\n Change the channel where the bot will send announcements.\\n \\n If channel is left blank it defaults to the current channel.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:365 #: redbot/cogs/admin/admin.py:330
msgid "The announcement channel has been set to {channel.mention}" msgid "The announcement channel has been set to {channel.mention}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:335
#, docstring
msgid "Toggle announcements being enabled this server."
msgstr ""
#: redbot/cogs/admin/admin.py:340
msgid "The server {guild.name} will receive announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:344
msgid "The server {guild.name} will not receive announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:370 #: redbot/cogs/admin/admin.py:370
#, docstring #, docstring
msgid "Unsets the channel for announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:395
#, docstring
msgid "Apply selfroles." msgid "Apply selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:400 #: redbot/cogs/admin/admin.py:375
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:411 #: redbot/cogs/admin/admin.py:386
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:422 #: redbot/cogs/admin/admin.py:397
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\\n Lists all available selfroles.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:432 #: redbot/cogs/admin/admin.py:407
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\\n{selfroles}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:438 #: redbot/cogs/admin/admin.py:413
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:443 #: redbot/cogs/admin/admin.py:418
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:450 #: redbot/cogs/admin/admin.py:425
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:458 #: redbot/cogs/admin/admin.py:433
msgid "Added." msgid "Added."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:461 #: redbot/cogs/admin/admin.py:436
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:465 #: redbot/cogs/admin/admin.py:440
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:472 #: redbot/cogs/admin/admin.py:447
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:480 #: redbot/cogs/admin/admin.py:455
msgid "Removed." msgid "Removed."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:485 #: redbot/cogs/admin/admin.py:460
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:490 #: redbot/cogs/admin/admin.py:465
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:492 #: redbot/cogs/admin/admin.py:467
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/announcer.py:68 #: redbot/cogs/admin/announcer.py:75
msgid "I could not announce to the following server: " msgid "I could not announce to the following server: "
msgstr "" msgstr ""
#: redbot/cogs/admin/announcer.py:70 #: redbot/cogs/admin/announcer.py:77
msgid "I could not announce to the following servers: " msgid "I could not announce to the following servers: "
msgstr "" msgstr ""

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-04-23 12:07+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Chinese Simplified\n" "Language-Team: Chinese Simplified\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,210 +15,218 @@ msgstr ""
"X-Crowdin-File-ID: 42\n" "X-Crowdin-File-ID: 42\n"
"Language: zh_CN\n" "Language: zh_CN\n"
#: redbot/cogs/admin/admin.py:18 #: redbot/cogs/admin/admin.py:17
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:23 #: redbot/cogs/admin/admin.py:22
msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:29 #: redbot/cogs/admin/admin.py:28
msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:35 #: redbot/cogs/admin/admin.py:34
msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:41 #: redbot/cogs/admin/admin.py:40
msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:47 #: redbot/cogs/admin/admin.py:46
msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:53 #: redbot/cogs/admin/admin.py:52
msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:59 #: redbot/cogs/admin/admin.py:58
msgid "I need manage roles permission to do that." msgid "I need manage roles permission to do that."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:61 #: redbot/cogs/admin/admin.py:60
msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:71 #: redbot/cogs/admin/admin.py:70
#, docstring #, docstring
msgid "A collection of server administration utilities." msgid "A collection of server administration utilities."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:161 #: redbot/cogs/admin/admin.py:126
msgid "{member.display_name} already has the role {role.name}." msgid "{member.display_name} already has the role {role.name}."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:181 #: redbot/cogs/admin/admin.py:146
msgid "I successfully added {role.name} to {member.display_name}" msgid "I successfully added {role.name} to {member.display_name}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:191 #: redbot/cogs/admin/admin.py:156
msgid "{member.display_name} does not have the role {role.name}." msgid "{member.display_name} does not have the role {role.name}."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:211 #: redbot/cogs/admin/admin.py:176
msgid "I successfully removed {role.name} from {member.display_name}" msgid "I successfully removed {role.name} from {member.display_name}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:222 #: redbot/cogs/admin/admin.py:187
#, docstring #, docstring
msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:238 #: redbot/cogs/admin/admin.py:203
#, docstring #, docstring
msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:252 #: redbot/cogs/admin/admin.py:217
#, docstring #, docstring
msgid "Edit role settings." msgid "Edit role settings."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:259 #: redbot/cogs/admin/admin.py:224
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 #: redbot/cogs/admin/admin.py:253 redbot/cogs/admin/admin.py:286
msgid "Done." msgid "Done."
msgstr "完成。" msgstr "完成。"
#: redbot/cogs/admin/admin.py:292 #: redbot/cogs/admin/admin.py:257
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:326 #: redbot/cogs/admin/admin.py:291
#, docstring #, docstring
msgid "Announce a message to all servers the bot is in." msgid "Announce a message to all servers the bot is in."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:333 #: redbot/cogs/admin/admin.py:298
msgid "The announcement has begun." msgid "The announcement has begun."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:340 #: redbot/cogs/admin/admin.py:305
#, docstring #, docstring
msgid "Cancel a running announce." msgid "Cancel a running announce."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:342 #: redbot/cogs/admin/admin.py:307
msgid "There is no currently running announcement." msgid "There is no currently running announcement."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:345 #: redbot/cogs/admin/admin.py:310
msgid "The current announcement has been cancelled." msgid "The current announcement has been cancelled."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:351 #: redbot/cogs/admin/admin.py:316
#, docstring #, docstring
msgid "Change how announcements are sent in this guild." msgid "Change how announcements are sent in this guild."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:356 #: redbot/cogs/admin/admin.py:321
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\\n Change the channel where the bot will send announcements.\\n \\n If channel is left blank it defaults to the current channel.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:365 #: redbot/cogs/admin/admin.py:330
msgid "The announcement channel has been set to {channel.mention}" msgid "The announcement channel has been set to {channel.mention}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:335
#, docstring
msgid "Toggle announcements being enabled this server."
msgstr ""
#: redbot/cogs/admin/admin.py:340
msgid "The server {guild.name} will receive announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:344
msgid "The server {guild.name} will not receive announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:370 #: redbot/cogs/admin/admin.py:370
#, docstring #, docstring
msgid "Unsets the channel for announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:395
#, docstring
msgid "Apply selfroles." msgid "Apply selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:400 #: redbot/cogs/admin/admin.py:375
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:411 #: redbot/cogs/admin/admin.py:386
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:422 #: redbot/cogs/admin/admin.py:397
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\\n Lists all available selfroles.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:432 #: redbot/cogs/admin/admin.py:407
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\\n{selfroles}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:438 #: redbot/cogs/admin/admin.py:413
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:443 #: redbot/cogs/admin/admin.py:418
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:450 #: redbot/cogs/admin/admin.py:425
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:458 #: redbot/cogs/admin/admin.py:433
msgid "Added." msgid "Added."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:461 #: redbot/cogs/admin/admin.py:436
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:465 #: redbot/cogs/admin/admin.py:440
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:472 #: redbot/cogs/admin/admin.py:447
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:480 #: redbot/cogs/admin/admin.py:455
msgid "Removed." msgid "Removed."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:485 #: redbot/cogs/admin/admin.py:460
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:490 #: redbot/cogs/admin/admin.py:465
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:492 #: redbot/cogs/admin/admin.py:467
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/announcer.py:68 #: redbot/cogs/admin/announcer.py:75
msgid "I could not announce to the following server: " msgid "I could not announce to the following server: "
msgstr "" msgstr ""
#: redbot/cogs/admin/announcer.py:70 #: redbot/cogs/admin/announcer.py:77
msgid "I could not announce to the following servers: " msgid "I could not announce to the following servers: "
msgstr "" msgstr ""

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-04-23 12:07+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Chinese Traditional, Hong Kong\n" "Language-Team: Chinese Traditional, Hong Kong\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,210 +15,218 @@ msgstr ""
"X-Crowdin-File-ID: 42\n" "X-Crowdin-File-ID: 42\n"
"Language: zh_HK\n" "Language: zh_HK\n"
#: redbot/cogs/admin/admin.py:18 #: redbot/cogs/admin/admin.py:17
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:23 #: redbot/cogs/admin/admin.py:22
msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:29 #: redbot/cogs/admin/admin.py:28
msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:35 #: redbot/cogs/admin/admin.py:34
msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:41 #: redbot/cogs/admin/admin.py:40
msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:47 #: redbot/cogs/admin/admin.py:46
msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:53 #: redbot/cogs/admin/admin.py:52
msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:59 #: redbot/cogs/admin/admin.py:58
msgid "I need manage roles permission to do that." msgid "I need manage roles permission to do that."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:61 #: redbot/cogs/admin/admin.py:60
msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:71 #: redbot/cogs/admin/admin.py:70
#, docstring #, docstring
msgid "A collection of server administration utilities." msgid "A collection of server administration utilities."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:161 #: redbot/cogs/admin/admin.py:126
msgid "{member.display_name} already has the role {role.name}." msgid "{member.display_name} already has the role {role.name}."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:181 #: redbot/cogs/admin/admin.py:146
msgid "I successfully added {role.name} to {member.display_name}" msgid "I successfully added {role.name} to {member.display_name}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:191 #: redbot/cogs/admin/admin.py:156
msgid "{member.display_name} does not have the role {role.name}." msgid "{member.display_name} does not have the role {role.name}."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:211 #: redbot/cogs/admin/admin.py:176
msgid "I successfully removed {role.name} from {member.display_name}" msgid "I successfully removed {role.name} from {member.display_name}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:222 #: redbot/cogs/admin/admin.py:187
#, docstring #, docstring
msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:238 #: redbot/cogs/admin/admin.py:203
#, docstring #, docstring
msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:252 #: redbot/cogs/admin/admin.py:217
#, docstring #, docstring
msgid "Edit role settings." msgid "Edit role settings."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:259 #: redbot/cogs/admin/admin.py:224
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 #: redbot/cogs/admin/admin.py:253 redbot/cogs/admin/admin.py:286
msgid "Done." msgid "Done."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:292 #: redbot/cogs/admin/admin.py:257
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:326 #: redbot/cogs/admin/admin.py:291
#, docstring #, docstring
msgid "Announce a message to all servers the bot is in." msgid "Announce a message to all servers the bot is in."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:333 #: redbot/cogs/admin/admin.py:298
msgid "The announcement has begun." msgid "The announcement has begun."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:340 #: redbot/cogs/admin/admin.py:305
#, docstring #, docstring
msgid "Cancel a running announce." msgid "Cancel a running announce."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:342 #: redbot/cogs/admin/admin.py:307
msgid "There is no currently running announcement." msgid "There is no currently running announcement."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:345 #: redbot/cogs/admin/admin.py:310
msgid "The current announcement has been cancelled." msgid "The current announcement has been cancelled."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:351 #: redbot/cogs/admin/admin.py:316
#, docstring #, docstring
msgid "Change how announcements are sent in this guild." msgid "Change how announcements are sent in this guild."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:356 #: redbot/cogs/admin/admin.py:321
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\\n Change the channel where the bot will send announcements.\\n \\n If channel is left blank it defaults to the current channel.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:365 #: redbot/cogs/admin/admin.py:330
msgid "The announcement channel has been set to {channel.mention}" msgid "The announcement channel has been set to {channel.mention}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:335
#, docstring
msgid "Toggle announcements being enabled this server."
msgstr ""
#: redbot/cogs/admin/admin.py:340
msgid "The server {guild.name} will receive announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:344
msgid "The server {guild.name} will not receive announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:370 #: redbot/cogs/admin/admin.py:370
#, docstring #, docstring
msgid "Unsets the channel for announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:395
#, docstring
msgid "Apply selfroles." msgid "Apply selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:400 #: redbot/cogs/admin/admin.py:375
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:411 #: redbot/cogs/admin/admin.py:386
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:422 #: redbot/cogs/admin/admin.py:397
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\\n Lists all available selfroles.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:432 #: redbot/cogs/admin/admin.py:407
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\\n{selfroles}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:438 #: redbot/cogs/admin/admin.py:413
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:443 #: redbot/cogs/admin/admin.py:418
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:450 #: redbot/cogs/admin/admin.py:425
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:458 #: redbot/cogs/admin/admin.py:433
msgid "Added." msgid "Added."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:461 #: redbot/cogs/admin/admin.py:436
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:465 #: redbot/cogs/admin/admin.py:440
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:472 #: redbot/cogs/admin/admin.py:447
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:480 #: redbot/cogs/admin/admin.py:455
msgid "Removed." msgid "Removed."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:485 #: redbot/cogs/admin/admin.py:460
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:490 #: redbot/cogs/admin/admin.py:465
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:492 #: redbot/cogs/admin/admin.py:467
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/announcer.py:68 #: redbot/cogs/admin/announcer.py:75
msgid "I could not announce to the following server: " msgid "I could not announce to the following server: "
msgstr "" msgstr ""
#: redbot/cogs/admin/announcer.py:70 #: redbot/cogs/admin/announcer.py:77
msgid "I could not announce to the following servers: " msgid "I could not announce to the following servers: "
msgstr "" msgstr ""

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-04-23 12:07+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Chinese Traditional\n" "Language-Team: Chinese Traditional\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,210 +15,218 @@ msgstr ""
"X-Crowdin-File-ID: 42\n" "X-Crowdin-File-ID: 42\n"
"Language: zh_TW\n" "Language: zh_TW\n"
#: redbot/cogs/admin/admin.py:18 #: redbot/cogs/admin/admin.py:17
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:23 #: redbot/cogs/admin/admin.py:22
msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:29 #: redbot/cogs/admin/admin.py:28
msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:35 #: redbot/cogs/admin/admin.py:34
msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:41 #: redbot/cogs/admin/admin.py:40
msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:47 #: redbot/cogs/admin/admin.py:46
msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:53 #: redbot/cogs/admin/admin.py:52
msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:59 #: redbot/cogs/admin/admin.py:58
msgid "I need manage roles permission to do that." msgid "I need manage roles permission to do that."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:61 #: redbot/cogs/admin/admin.py:60
msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:71 #: redbot/cogs/admin/admin.py:70
#, docstring #, docstring
msgid "A collection of server administration utilities." msgid "A collection of server administration utilities."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:161 #: redbot/cogs/admin/admin.py:126
msgid "{member.display_name} already has the role {role.name}." msgid "{member.display_name} already has the role {role.name}."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:181 #: redbot/cogs/admin/admin.py:146
msgid "I successfully added {role.name} to {member.display_name}" msgid "I successfully added {role.name} to {member.display_name}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:191 #: redbot/cogs/admin/admin.py:156
msgid "{member.display_name} does not have the role {role.name}." msgid "{member.display_name} does not have the role {role.name}."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:211 #: redbot/cogs/admin/admin.py:176
msgid "I successfully removed {role.name} from {member.display_name}" msgid "I successfully removed {role.name} from {member.display_name}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:222 #: redbot/cogs/admin/admin.py:187
#, docstring #, docstring
msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:238 #: redbot/cogs/admin/admin.py:203
#, docstring #, docstring
msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:252 #: redbot/cogs/admin/admin.py:217
#, docstring #, docstring
msgid "Edit role settings." msgid "Edit role settings."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:259 #: redbot/cogs/admin/admin.py:224
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 #: redbot/cogs/admin/admin.py:253 redbot/cogs/admin/admin.py:286
msgid "Done." msgid "Done."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:292 #: redbot/cogs/admin/admin.py:257
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:326 #: redbot/cogs/admin/admin.py:291
#, docstring #, docstring
msgid "Announce a message to all servers the bot is in." msgid "Announce a message to all servers the bot is in."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:333 #: redbot/cogs/admin/admin.py:298
msgid "The announcement has begun." msgid "The announcement has begun."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:340 #: redbot/cogs/admin/admin.py:305
#, docstring #, docstring
msgid "Cancel a running announce." msgid "Cancel a running announce."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:342 #: redbot/cogs/admin/admin.py:307
msgid "There is no currently running announcement." msgid "There is no currently running announcement."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:345 #: redbot/cogs/admin/admin.py:310
msgid "The current announcement has been cancelled." msgid "The current announcement has been cancelled."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:351 #: redbot/cogs/admin/admin.py:316
#, docstring #, docstring
msgid "Change how announcements are sent in this guild." msgid "Change how announcements are sent in this guild."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:356 #: redbot/cogs/admin/admin.py:321
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\\n Change the channel where the bot will send announcements.\\n \\n If channel is left blank it defaults to the current channel.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:365 #: redbot/cogs/admin/admin.py:330
msgid "The announcement channel has been set to {channel.mention}" msgid "The announcement channel has been set to {channel.mention}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:335
#, docstring
msgid "Toggle announcements being enabled this server."
msgstr ""
#: redbot/cogs/admin/admin.py:340
msgid "The server {guild.name} will receive announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:344
msgid "The server {guild.name} will not receive announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:370 #: redbot/cogs/admin/admin.py:370
#, docstring #, docstring
msgid "Unsets the channel for announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:395
#, docstring
msgid "Apply selfroles." msgid "Apply selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:400 #: redbot/cogs/admin/admin.py:375
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:411 #: redbot/cogs/admin/admin.py:386
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:422 #: redbot/cogs/admin/admin.py:397
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\\n Lists all available selfroles.\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:432 #: redbot/cogs/admin/admin.py:407
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\\n{selfroles}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:438 #: redbot/cogs/admin/admin.py:413
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:443 #: redbot/cogs/admin/admin.py:418
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:450 #: redbot/cogs/admin/admin.py:425
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:458 #: redbot/cogs/admin/admin.py:433
msgid "Added." msgid "Added."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:461 #: redbot/cogs/admin/admin.py:436
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:465 #: redbot/cogs/admin/admin.py:440
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:472 #: redbot/cogs/admin/admin.py:447
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:480 #: redbot/cogs/admin/admin.py:455
msgid "Removed." msgid "Removed."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:485 #: redbot/cogs/admin/admin.py:460
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:490 #: redbot/cogs/admin/admin.py:465
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:492 #: redbot/cogs/admin/admin.py:467
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/announcer.py:68 #: redbot/cogs/admin/announcer.py:75
msgid "I could not announce to the following server: " msgid "I could not announce to the following server: "
msgstr "" msgstr ""
#: redbot/cogs/admin/announcer.py:70 #: redbot/cogs/admin/announcer.py:77
msgid "I could not announce to the following servers: " msgid "I could not announce to the following servers: "
msgstr "" msgstr ""

View File

@@ -4,5 +4,5 @@ from redbot.core.bot import Red
async def setup(bot: Red): async def setup(bot: Red):
cog = Alias(bot) cog = Alias(bot)
await cog.initialize()
bot.add_cog(cog) bot.add_cog(cog)
cog.sync_init()

View File

@@ -1,9 +1,7 @@
import asyncio
import logging
from copy import copy from copy import copy
from re import search from re import search
from string import Formatter from string import Formatter
from typing import Dict, List, Literal from typing import Dict, List
import discord import discord
from redbot.core import Config, commands, checks from redbot.core import Config, commands, checks
@@ -16,8 +14,6 @@ from .alias_entry import AliasEntry, AliasCache, ArgParseError
_ = Translator("Alias", __file__) _ = Translator("Alias", __file__)
log = logging.getLogger("red.cogs.alias")
class _TrackingFormatter(Formatter): class _TrackingFormatter(Formatter):
def __init__(self): def __init__(self):
@@ -42,107 +38,24 @@ class Alias(commands.Cog):
and append them to the stored alias. and append them to the stored alias.
""" """
default_global_settings: Dict[str, list] = {"entries": []}
default_guild_settings: Dict[str, list] = {"entries": []} # Going to be a list of dicts
def __init__(self, bot: Red): def __init__(self, bot: Red):
super().__init__() super().__init__()
self.bot = bot self.bot = bot
self.config = Config.get_conf(self, 8927348724) self.config = Config.get_conf(self, 8927348724)
self.config.register_global(entries=[], handled_string_creator=False) self.config.register_global(**self.default_global_settings)
self.config.register_guild(entries=[]) self.config.register_guild(**self.default_guild_settings)
self._aliases: AliasCache = AliasCache(config=self.config, cache_enabled=True) self._aliases: AliasCache = AliasCache(config=self.config, cache_enabled=True)
self._ready_event = asyncio.Event()
async def red_delete_data_for_user(
self,
*,
requester: Literal["discord_deleted_user", "owner", "user", "user_strict"],
user_id: int,
):
if requester != "discord_deleted_user":
return
await self._ready_event.wait()
await self._aliases.anonymize_aliases(user_id)
async def cog_before_invoke(self, ctx):
await self._ready_event.wait()
async def _maybe_handle_string_keys(self):
# This isn't a normal schema migration because it's being added
# after the fact for GH-3788
if await self.config.handled_string_creator():
return
async with self.config.entries() as alias_list:
bad_aliases = []
for a in alias_list:
for keyname in ("creator", "guild"):
if isinstance((val := a.get(keyname)), str):
try:
a[keyname] = int(val)
except ValueError:
# Because migrations weren't created as changes were made,
# and the prior form was a string of an ID,
# if this fails, there's nothing to go back to
bad_aliases.append(a)
break
for a in bad_aliases:
alias_list.remove(a)
# if this was using a custom group of (guild_id, aliasname) it would be better but...
all_guild_aliases = await self.config.all_guilds()
for guild_id, guild_data in all_guild_aliases.items():
to_set = []
modified = False
for a in guild_data.get("entries", []):
for keyname in ("creator", "guild"):
if isinstance((val := a.get(keyname)), str):
try:
a[keyname] = int(val)
except ValueError:
break
finally:
modified = True
else:
to_set.append(a)
if modified:
await self.config.guild_from_id(guild_id).entries.set(to_set)
await asyncio.sleep(0)
# control yielded per loop since this is most likely to happen
# at bot startup, where this is most likely to have a performance
# hit.
await self.config.handled_string_creator.set(True)
def sync_init(self):
t = asyncio.create_task(self._initialize())
def done_callback(fut: asyncio.Future):
try:
t.result()
except Exception as exc:
log.exception("Failed to load alias cog", exc_info=exc)
# Maybe schedule extension unloading with message to owner in future
t.add_done_callback(done_callback)
async def _initialize(self):
""" Should only ever be a task """
await self._maybe_handle_string_keys()
async def initialize(self):
# This can be where we set the cache_enabled attribute later
if not self._aliases._loaded: if not self._aliases._loaded:
await self._aliases.load_aliases() await self._aliases.load_aliases()
self._ready_event.set()
def is_command(self, alias_name: str) -> bool: def is_command(self, alias_name: str) -> bool:
""" """
The logic here is that if this returns true, the name should not be used for an alias The logic here is that if this returns true, the name should not be used for an alias
@@ -413,13 +326,6 @@ class Alias(commands.Cog):
@commands.Cog.listener() @commands.Cog.listener()
async def on_message_without_command(self, message: discord.Message): async def on_message_without_command(self, message: discord.Message):
await self._ready_event.wait()
if message.guild is not None:
if await self.bot.cog_disabled_in_guild(self, message.guild):
return
try: try:
prefix = await self.get_prefix(message) prefix = await self.get_prefix(message)
except ValueError: except ValueError:

View File

@@ -90,30 +90,6 @@ class AliasCache:
self._loaded = False self._loaded = False
self._aliases: Dict[Optional[int], Dict[str, AliasEntry]] = {None: {}} self._aliases: Dict[Optional[int], Dict[str, AliasEntry]] = {None: {}}
async def anonymize_aliases(self, user_id: int):
async with self.config.entries() as global_aliases:
for a in global_aliases:
if a.get("creator", 0) == user_id:
a["creator"] = 0xDE1
if self._cache_enabled:
self._aliases[None][a["name"]] = AliasEntry.from_json(a)
all_guilds = await self.config.all_guilds()
async for guild_id, guild_data in AsyncIter(all_guilds.items(), steps=100):
for a in guild_data["entries"]:
if a.get("creator", 0) == user_id:
break
else:
continue
# basically, don't build a context manager wihout a need.
async with self.config.guild_from_id(guild_id).entries() as entry_list:
for a in entry_list:
if a.get("creator", 0) == user_id:
a["creator"] = 0xDE1
if self._cache_enabled:
self._aliases[guild_id][a["name"]] = AliasEntry.from_json(a)
async def load_aliases(self): async def load_aliases(self):
if not self._cache_enabled: if not self._cache_enabled:
self._loaded = True self._loaded = True

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-06-18 12:13+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Afrikaans\n" "Language-Team: Afrikaans\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,146 +15,146 @@ msgstr ""
"X-Crowdin-File-ID: 8\n" "X-Crowdin-File-ID: 8\n"
"Language: af_ZA\n" "Language: af_ZA\n"
#: redbot/cogs/alias/alias.py:35 #: redbot/cogs/alias/alias.py:31
#, docstring #, docstring
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n " msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:173 #: redbot/cogs/alias/alias.py:86
msgid "No prefix found." msgid "No prefix found."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:116
msgid "Aliases:\\n" msgid "Aliases:\\n"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:118
msgid "\\n\\nPage {page}/{total}" msgid "\\n\\nPage {page}/{total}"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:128
#, docstring #, docstring
msgid "Manage command aliases." msgid "Manage command aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:220 #: redbot/cogs/alias/alias.py:133
#, docstring #, docstring
msgid "Manage global aliases." msgid "Manage global aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:227 #: redbot/cogs/alias/alias.py:140
#, docstring #, docstring
msgid "Add an alias for a command." msgid "Add an alias for a command."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:232 #: redbot/cogs/alias/alias.py:145
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:243 #: redbot/cogs/alias/alias.py:156
msgid "You attempted to create a new alias with the name {name} but that alias already exists." msgid "You attempted to create a new alias with the name {name} but that alias already exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:254 #: redbot/cogs/alias/alias.py:167
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 #: redbot/cogs/alias/alias.py:179 redbot/cogs/alias/alias.py:238
msgid "You attempted to create a new alias for a command that doesn't exist." msgid "You attempted to create a new alias for a command that doesn't exist."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:280 #: redbot/cogs/alias/alias.py:193
msgid "A new alias with the trigger `{name}` has been created." msgid "A new alias with the trigger `{name}` has been created."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:286 #: redbot/cogs/alias/alias.py:199
#, docstring #, docstring
msgid "Add a global alias for a command." msgid "Add a global alias for a command."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:291 #: redbot/cogs/alias/alias.py:204
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:302 #: redbot/cogs/alias/alias.py:215
msgid "You attempted to create a new global alias with the name {name} but that alias already exists." msgid "You attempted to create a new global alias with the name {name} but that alias already exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:313 #: redbot/cogs/alias/alias.py:226
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:336 #: redbot/cogs/alias/alias.py:249
msgid "A new global alias with the trigger `{name}` has been created." msgid "A new global alias with the trigger `{name}` has been created."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:343 #: redbot/cogs/alias/alias.py:256
#, docstring #, docstring
msgid "Try to execute help for the base command of the alias." msgid "Try to execute help for the base command of the alias."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:348 #: redbot/cogs/alias/alias.py:261
msgid "No such alias exists." msgid "No such alias exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:352 #: redbot/cogs/alias/alias.py:265
#, docstring #, docstring
msgid "Show what command the alias executes." msgid "Show what command the alias executes."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:357 #: redbot/cogs/alias/alias.py:270
msgid "The `{alias_name}` alias will execute the command `{command}`" msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:362 #: redbot/cogs/alias/alias.py:275
msgid "There is no alias with the name `{name}`" msgid "There is no alias with the name `{name}`"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:368 #: redbot/cogs/alias/alias.py:281
#, docstring #, docstring
msgid "Delete an existing alias on this server." msgid "Delete an existing alias on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 #: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315
msgid "There are no aliases on this server." msgid "There are no aliases on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 #: redbot/cogs/alias/alias.py:288 redbot/cogs/alias/alias.py:303
msgid "Alias with the name `{name}` was successfully deleted." msgid "Alias with the name `{name}` was successfully deleted."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 #: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
msgid "Alias with name `{name}` was not found." msgid "Alias with name `{name}` was not found."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:383 #: redbot/cogs/alias/alias.py:296
#, docstring #, docstring
msgid "Delete an existing global alias." msgid "Delete an existing global alias."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:385 #: redbot/cogs/alias/alias.py:298
msgid "There are no global aliases on this bot." msgid "There are no global aliases on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:399 #: redbot/cogs/alias/alias.py:312
#, docstring #, docstring
msgid "List the available aliases on this server." msgid "List the available aliases on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:408 #: redbot/cogs/alias/alias.py:321
#, docstring #, docstring
msgid "List the available global aliases on this bot." msgid "List the available global aliases on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:411 #: redbot/cogs/alias/alias.py:324
msgid "There are no global aliases." msgid "There are no global aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias_entry.py:198 #: redbot/cogs/alias/alias_entry.py:174
msgid "Arguments must be specified with a number." msgid "Arguments must be specified with a number."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias_entry.py:205 #: redbot/cogs/alias/alias_entry.py:181
msgid "Arguments must be sequential. Missing arguments: " msgid "Arguments must be sequential. Missing arguments: "
msgstr "" msgstr ""

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-06-18 12:13+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Arabic\n" "Language-Team: Arabic\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,146 +15,146 @@ msgstr ""
"X-Crowdin-File-ID: 8\n" "X-Crowdin-File-ID: 8\n"
"Language: ar_SA\n" "Language: ar_SA\n"
#: redbot/cogs/alias/alias.py:35 #: redbot/cogs/alias/alias.py:31
#, docstring #, docstring
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n " msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:173 #: redbot/cogs/alias/alias.py:86
msgid "No prefix found." msgid "No prefix found."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:116
msgid "Aliases:\\n" msgid "Aliases:\\n"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:118
msgid "\\n\\nPage {page}/{total}" msgid "\\n\\nPage {page}/{total}"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:128
#, docstring #, docstring
msgid "Manage command aliases." msgid "Manage command aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:220 #: redbot/cogs/alias/alias.py:133
#, docstring #, docstring
msgid "Manage global aliases." msgid "Manage global aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:227 #: redbot/cogs/alias/alias.py:140
#, docstring #, docstring
msgid "Add an alias for a command." msgid "Add an alias for a command."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:232 #: redbot/cogs/alias/alias.py:145
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:243 #: redbot/cogs/alias/alias.py:156
msgid "You attempted to create a new alias with the name {name} but that alias already exists." msgid "You attempted to create a new alias with the name {name} but that alias already exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:254 #: redbot/cogs/alias/alias.py:167
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 #: redbot/cogs/alias/alias.py:179 redbot/cogs/alias/alias.py:238
msgid "You attempted to create a new alias for a command that doesn't exist." msgid "You attempted to create a new alias for a command that doesn't exist."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:280 #: redbot/cogs/alias/alias.py:193
msgid "A new alias with the trigger `{name}` has been created." msgid "A new alias with the trigger `{name}` has been created."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:286 #: redbot/cogs/alias/alias.py:199
#, docstring #, docstring
msgid "Add a global alias for a command." msgid "Add a global alias for a command."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:291 #: redbot/cogs/alias/alias.py:204
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:302 #: redbot/cogs/alias/alias.py:215
msgid "You attempted to create a new global alias with the name {name} but that alias already exists." msgid "You attempted to create a new global alias with the name {name} but that alias already exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:313 #: redbot/cogs/alias/alias.py:226
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:336 #: redbot/cogs/alias/alias.py:249
msgid "A new global alias with the trigger `{name}` has been created." msgid "A new global alias with the trigger `{name}` has been created."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:343 #: redbot/cogs/alias/alias.py:256
#, docstring #, docstring
msgid "Try to execute help for the base command of the alias." msgid "Try to execute help for the base command of the alias."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:348 #: redbot/cogs/alias/alias.py:261
msgid "No such alias exists." msgid "No such alias exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:352 #: redbot/cogs/alias/alias.py:265
#, docstring #, docstring
msgid "Show what command the alias executes." msgid "Show what command the alias executes."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:357 #: redbot/cogs/alias/alias.py:270
msgid "The `{alias_name}` alias will execute the command `{command}`" msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:362 #: redbot/cogs/alias/alias.py:275
msgid "There is no alias with the name `{name}`" msgid "There is no alias with the name `{name}`"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:368 #: redbot/cogs/alias/alias.py:281
#, docstring #, docstring
msgid "Delete an existing alias on this server." msgid "Delete an existing alias on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 #: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315
msgid "There are no aliases on this server." msgid "There are no aliases on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 #: redbot/cogs/alias/alias.py:288 redbot/cogs/alias/alias.py:303
msgid "Alias with the name `{name}` was successfully deleted." msgid "Alias with the name `{name}` was successfully deleted."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 #: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
msgid "Alias with name `{name}` was not found." msgid "Alias with name `{name}` was not found."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:383 #: redbot/cogs/alias/alias.py:296
#, docstring #, docstring
msgid "Delete an existing global alias." msgid "Delete an existing global alias."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:385 #: redbot/cogs/alias/alias.py:298
msgid "There are no global aliases on this bot." msgid "There are no global aliases on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:399 #: redbot/cogs/alias/alias.py:312
#, docstring #, docstring
msgid "List the available aliases on this server." msgid "List the available aliases on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:408 #: redbot/cogs/alias/alias.py:321
#, docstring #, docstring
msgid "List the available global aliases on this bot." msgid "List the available global aliases on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:411 #: redbot/cogs/alias/alias.py:324
msgid "There are no global aliases." msgid "There are no global aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias_entry.py:198 #: redbot/cogs/alias/alias_entry.py:174
msgid "Arguments must be specified with a number." msgid "Arguments must be specified with a number."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias_entry.py:205 #: redbot/cogs/alias/alias_entry.py:181
msgid "Arguments must be sequential. Missing arguments: " msgid "Arguments must be sequential. Missing arguments: "
msgstr "" msgstr ""

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-06-18 12:13+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Bulgarian\n" "Language-Team: Bulgarian\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,146 +15,146 @@ msgstr ""
"X-Crowdin-File-ID: 8\n" "X-Crowdin-File-ID: 8\n"
"Language: bg_BG\n" "Language: bg_BG\n"
#: redbot/cogs/alias/alias.py:35 #: redbot/cogs/alias/alias.py:31
#, docstring #, docstring
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n " msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:173 #: redbot/cogs/alias/alias.py:86
msgid "No prefix found." msgid "No prefix found."
msgstr "Няма намерен префикс." msgstr "Няма намерен префикс."
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:116
msgid "Aliases:\\n" msgid "Aliases:\\n"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:118
msgid "\\n\\nPage {page}/{total}" msgid "\\n\\nPage {page}/{total}"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:128
#, docstring #, docstring
msgid "Manage command aliases." msgid "Manage command aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:220 #: redbot/cogs/alias/alias.py:133
#, docstring #, docstring
msgid "Manage global aliases." msgid "Manage global aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:227 #: redbot/cogs/alias/alias.py:140
#, docstring #, docstring
msgid "Add an alias for a command." msgid "Add an alias for a command."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:232 #: redbot/cogs/alias/alias.py:145
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:243 #: redbot/cogs/alias/alias.py:156
msgid "You attempted to create a new alias with the name {name} but that alias already exists." msgid "You attempted to create a new alias with the name {name} but that alias already exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:254 #: redbot/cogs/alias/alias.py:167
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 #: redbot/cogs/alias/alias.py:179 redbot/cogs/alias/alias.py:238
msgid "You attempted to create a new alias for a command that doesn't exist." msgid "You attempted to create a new alias for a command that doesn't exist."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:280 #: redbot/cogs/alias/alias.py:193
msgid "A new alias with the trigger `{name}` has been created." msgid "A new alias with the trigger `{name}` has been created."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:286 #: redbot/cogs/alias/alias.py:199
#, docstring #, docstring
msgid "Add a global alias for a command." msgid "Add a global alias for a command."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:291 #: redbot/cogs/alias/alias.py:204
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:302 #: redbot/cogs/alias/alias.py:215
msgid "You attempted to create a new global alias with the name {name} but that alias already exists." msgid "You attempted to create a new global alias with the name {name} but that alias already exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:313 #: redbot/cogs/alias/alias.py:226
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:336 #: redbot/cogs/alias/alias.py:249
msgid "A new global alias with the trigger `{name}` has been created." msgid "A new global alias with the trigger `{name}` has been created."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:343 #: redbot/cogs/alias/alias.py:256
#, docstring #, docstring
msgid "Try to execute help for the base command of the alias." msgid "Try to execute help for the base command of the alias."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:348 #: redbot/cogs/alias/alias.py:261
msgid "No such alias exists." msgid "No such alias exists."
msgstr "Този псевдоним не съществува." msgstr "Този псевдоним не съществува."
#: redbot/cogs/alias/alias.py:352 #: redbot/cogs/alias/alias.py:265
#, docstring #, docstring
msgid "Show what command the alias executes." msgid "Show what command the alias executes."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:357 #: redbot/cogs/alias/alias.py:270
msgid "The `{alias_name}` alias will execute the command `{command}`" msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:362 #: redbot/cogs/alias/alias.py:275
msgid "There is no alias with the name `{name}`" msgid "There is no alias with the name `{name}`"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:368 #: redbot/cogs/alias/alias.py:281
#, docstring #, docstring
msgid "Delete an existing alias on this server." msgid "Delete an existing alias on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 #: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315
msgid "There are no aliases on this server." msgid "There are no aliases on this server."
msgstr "Няма използвани псевдоними на този сървър." msgstr "Няма използвани псевдоними на този сървър."
#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 #: redbot/cogs/alias/alias.py:288 redbot/cogs/alias/alias.py:303
msgid "Alias with the name `{name}` was successfully deleted." msgid "Alias with the name `{name}` was successfully deleted."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 #: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
msgid "Alias with name `{name}` was not found." msgid "Alias with name `{name}` was not found."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:383 #: redbot/cogs/alias/alias.py:296
#, docstring #, docstring
msgid "Delete an existing global alias." msgid "Delete an existing global alias."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:385 #: redbot/cogs/alias/alias.py:298
msgid "There are no global aliases on this bot." msgid "There are no global aliases on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:399 #: redbot/cogs/alias/alias.py:312
#, docstring #, docstring
msgid "List the available aliases on this server." msgid "List the available aliases on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:408 #: redbot/cogs/alias/alias.py:321
#, docstring #, docstring
msgid "List the available global aliases on this bot." msgid "List the available global aliases on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:411 #: redbot/cogs/alias/alias.py:324
msgid "There are no global aliases." msgid "There are no global aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias_entry.py:198 #: redbot/cogs/alias/alias_entry.py:174
msgid "Arguments must be specified with a number." msgid "Arguments must be specified with a number."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias_entry.py:205 #: redbot/cogs/alias/alias_entry.py:181
msgid "Arguments must be sequential. Missing arguments: " msgid "Arguments must be sequential. Missing arguments: "
msgstr "" msgstr ""

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-06-18 12:13+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Catalan\n" "Language-Team: Catalan\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,146 +15,146 @@ msgstr ""
"X-Crowdin-File-ID: 8\n" "X-Crowdin-File-ID: 8\n"
"Language: ca_ES\n" "Language: ca_ES\n"
#: redbot/cogs/alias/alias.py:35 #: redbot/cogs/alias/alias.py:31
#, docstring #, docstring
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n " msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:173 #: redbot/cogs/alias/alias.py:86
msgid "No prefix found." msgid "No prefix found."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:116
msgid "Aliases:\\n" msgid "Aliases:\\n"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:118
msgid "\\n\\nPage {page}/{total}" msgid "\\n\\nPage {page}/{total}"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:128
#, docstring #, docstring
msgid "Manage command aliases." msgid "Manage command aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:220 #: redbot/cogs/alias/alias.py:133
#, docstring #, docstring
msgid "Manage global aliases." msgid "Manage global aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:227 #: redbot/cogs/alias/alias.py:140
#, docstring #, docstring
msgid "Add an alias for a command." msgid "Add an alias for a command."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:232 #: redbot/cogs/alias/alias.py:145
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:243 #: redbot/cogs/alias/alias.py:156
msgid "You attempted to create a new alias with the name {name} but that alias already exists." msgid "You attempted to create a new alias with the name {name} but that alias already exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:254 #: redbot/cogs/alias/alias.py:167
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 #: redbot/cogs/alias/alias.py:179 redbot/cogs/alias/alias.py:238
msgid "You attempted to create a new alias for a command that doesn't exist." msgid "You attempted to create a new alias for a command that doesn't exist."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:280 #: redbot/cogs/alias/alias.py:193
msgid "A new alias with the trigger `{name}` has been created." msgid "A new alias with the trigger `{name}` has been created."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:286 #: redbot/cogs/alias/alias.py:199
#, docstring #, docstring
msgid "Add a global alias for a command." msgid "Add a global alias for a command."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:291 #: redbot/cogs/alias/alias.py:204
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:302 #: redbot/cogs/alias/alias.py:215
msgid "You attempted to create a new global alias with the name {name} but that alias already exists." msgid "You attempted to create a new global alias with the name {name} but that alias already exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:313 #: redbot/cogs/alias/alias.py:226
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:336 #: redbot/cogs/alias/alias.py:249
msgid "A new global alias with the trigger `{name}` has been created." msgid "A new global alias with the trigger `{name}` has been created."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:343 #: redbot/cogs/alias/alias.py:256
#, docstring #, docstring
msgid "Try to execute help for the base command of the alias." msgid "Try to execute help for the base command of the alias."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:348 #: redbot/cogs/alias/alias.py:261
msgid "No such alias exists." msgid "No such alias exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:352 #: redbot/cogs/alias/alias.py:265
#, docstring #, docstring
msgid "Show what command the alias executes." msgid "Show what command the alias executes."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:357 #: redbot/cogs/alias/alias.py:270
msgid "The `{alias_name}` alias will execute the command `{command}`" msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:362 #: redbot/cogs/alias/alias.py:275
msgid "There is no alias with the name `{name}`" msgid "There is no alias with the name `{name}`"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:368 #: redbot/cogs/alias/alias.py:281
#, docstring #, docstring
msgid "Delete an existing alias on this server." msgid "Delete an existing alias on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 #: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315
msgid "There are no aliases on this server." msgid "There are no aliases on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 #: redbot/cogs/alias/alias.py:288 redbot/cogs/alias/alias.py:303
msgid "Alias with the name `{name}` was successfully deleted." msgid "Alias with the name `{name}` was successfully deleted."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 #: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
msgid "Alias with name `{name}` was not found." msgid "Alias with name `{name}` was not found."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:383 #: redbot/cogs/alias/alias.py:296
#, docstring #, docstring
msgid "Delete an existing global alias." msgid "Delete an existing global alias."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:385 #: redbot/cogs/alias/alias.py:298
msgid "There are no global aliases on this bot." msgid "There are no global aliases on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:399 #: redbot/cogs/alias/alias.py:312
#, docstring #, docstring
msgid "List the available aliases on this server." msgid "List the available aliases on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:408 #: redbot/cogs/alias/alias.py:321
#, docstring #, docstring
msgid "List the available global aliases on this bot." msgid "List the available global aliases on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:411 #: redbot/cogs/alias/alias.py:324
msgid "There are no global aliases." msgid "There are no global aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias_entry.py:198 #: redbot/cogs/alias/alias_entry.py:174
msgid "Arguments must be specified with a number." msgid "Arguments must be specified with a number."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias_entry.py:205 #: redbot/cogs/alias/alias_entry.py:181
msgid "Arguments must be sequential. Missing arguments: " msgid "Arguments must be sequential. Missing arguments: "
msgstr "" msgstr ""

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-06-18 12:13+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Czech\n" "Language-Team: Czech\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,146 +15,146 @@ msgstr ""
"X-Crowdin-File-ID: 8\n" "X-Crowdin-File-ID: 8\n"
"Language: cs_CZ\n" "Language: cs_CZ\n"
#: redbot/cogs/alias/alias.py:35 #: redbot/cogs/alias/alias.py:31
#, docstring #, docstring
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n " msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
msgstr "Vytvořit aliasy pro příkazy n n Aliasy jsou alternativní zkratky pro příkazy. Mohou působit jako lambda (ukládání argumentů pro opakované použití) n nebo jednoduše jako zkratka pro vyslovení \"xyz\" n n Při spuštění budou aliasy přijímat další argumenty a připojovat je k uložený alias. \\ t " msgstr "Vytvořit aliasy pro příkazy n n Aliasy jsou alternativní zkratky pro příkazy. Mohou působit jako lambda (ukládání argumentů pro opakované použití) n nebo jednoduše jako zkratka pro vyslovení \"xyz\" n n Při spuštění budou aliasy přijímat další argumenty a připojovat je k uložený alias. \\ t "
#: redbot/cogs/alias/alias.py:173 #: redbot/cogs/alias/alias.py:86
msgid "No prefix found." msgid "No prefix found."
msgstr "Nebyl nalezen žádný prefix." msgstr "Nebyl nalezen žádný prefix."
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:116
msgid "Aliases:\\n" msgid "Aliases:\\n"
msgstr "Aliasy:\\n" msgstr "Aliasy:\\n"
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:118
msgid "\\n\\nPage {page}/{total}" msgid "\\n\\nPage {page}/{total}"
msgstr "\\n\\nStrana {page}/{total}" msgstr "\\n\\nStrana {page}/{total}"
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:128
#, docstring #, docstring
msgid "Manage command aliases." msgid "Manage command aliases."
msgstr "Spravovat aliasy příkazů." msgstr "Spravovat aliasy příkazů."
#: redbot/cogs/alias/alias.py:220 #: redbot/cogs/alias/alias.py:133
#, docstring #, docstring
msgid "Manage global aliases." msgid "Manage global aliases."
msgstr "Správa globálních aliasů." msgstr "Správa globálních aliasů."
#: redbot/cogs/alias/alias.py:227 #: redbot/cogs/alias/alias.py:140
#, docstring #, docstring
msgid "Add an alias for a command." msgid "Add an alias for a command."
msgstr "Přidat alias pro příkaz." msgstr "Přidat alias pro příkaz."
#: redbot/cogs/alias/alias.py:232 #: redbot/cogs/alias/alias.py:145
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr "Pokusili jste se vytvořit nový globální alias s názvem {name}, ale toto jméno je již příkazem tohoto bota." msgstr "Pokusili jste se vytvořit nový globální alias s názvem {name}, ale toto jméno je již příkazem tohoto bota."
#: redbot/cogs/alias/alias.py:243 #: redbot/cogs/alias/alias.py:156
msgid "You attempted to create a new alias with the name {name} but that alias already exists." msgid "You attempted to create a new alias with the name {name} but that alias already exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:254 #: redbot/cogs/alias/alias.py:167
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "Pokusili jste se vytvořit nový alias s názvem {name}, ale toto jméno je neplatným názvem aliasu. Jména aliasů nesmí obsahovat mezery." msgstr "Pokusili jste se vytvořit nový alias s názvem {name}, ale toto jméno je neplatným názvem aliasu. Jména aliasů nesmí obsahovat mezery."
#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 #: redbot/cogs/alias/alias.py:179 redbot/cogs/alias/alias.py:238
msgid "You attempted to create a new alias for a command that doesn't exist." msgid "You attempted to create a new alias for a command that doesn't exist."
msgstr "Pokusili jste se vytvořit nový alias pro příkaz, který neexistuje." msgstr "Pokusili jste se vytvořit nový alias pro příkaz, který neexistuje."
#: redbot/cogs/alias/alias.py:280 #: redbot/cogs/alias/alias.py:193
msgid "A new alias with the trigger `{name}` has been created." msgid "A new alias with the trigger `{name}` has been created."
msgstr "Byl vytvořen nový alias se spouštěcím mechanismem `{name}." msgstr "Byl vytvořen nový alias se spouštěcím mechanismem `{name}."
#: redbot/cogs/alias/alias.py:286 #: redbot/cogs/alias/alias.py:199
#, docstring #, docstring
msgid "Add a global alias for a command." msgid "Add a global alias for a command."
msgstr "Přidat globální alias pro příkaz." msgstr "Přidat globální alias pro příkaz."
#: redbot/cogs/alias/alias.py:291 #: redbot/cogs/alias/alias.py:204
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
msgstr "Pokusili jste se vytvořit nový globální alias s názvem {name}, ale toto jméno je již příkazem tohoto bota." msgstr "Pokusili jste se vytvořit nový globální alias s názvem {name}, ale toto jméno je již příkazem tohoto bota."
#: redbot/cogs/alias/alias.py:302 #: redbot/cogs/alias/alias.py:215
msgid "You attempted to create a new global alias with the name {name} but that alias already exists." msgid "You attempted to create a new global alias with the name {name} but that alias already exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:313 #: redbot/cogs/alias/alias.py:226
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "Pokusili jste se vytvořit nový globální alias s názvem {name}, ale toto jméno je neplatným názvem aliasu. Jména aliasů nesmí obsahovat mezery." msgstr "Pokusili jste se vytvořit nový globální alias s názvem {name}, ale toto jméno je neplatným názvem aliasu. Jména aliasů nesmí obsahovat mezery."
#: redbot/cogs/alias/alias.py:336 #: redbot/cogs/alias/alias.py:249
msgid "A new global alias with the trigger `{name}` has been created." msgid "A new global alias with the trigger `{name}` has been created."
msgstr "Byl vytvořen nový globální alias se spouštěcím mechanismem `{name}." msgstr "Byl vytvořen nový globální alias se spouštěcím mechanismem `{name}."
#: redbot/cogs/alias/alias.py:343 #: redbot/cogs/alias/alias.py:256
#, docstring #, docstring
msgid "Try to execute help for the base command of the alias." msgid "Try to execute help for the base command of the alias."
msgstr "Zkuste spustit nápovědu pro základní příkaz aliasů." msgstr "Zkuste spustit nápovědu pro základní příkaz aliasů."
#: redbot/cogs/alias/alias.py:348 #: redbot/cogs/alias/alias.py:261
msgid "No such alias exists." msgid "No such alias exists."
msgstr "Žádný takový alias neexistuje." msgstr "Žádný takový alias neexistuje."
#: redbot/cogs/alias/alias.py:352 #: redbot/cogs/alias/alias.py:265
#, docstring #, docstring
msgid "Show what command the alias executes." msgid "Show what command the alias executes."
msgstr "Zobrazit příkaz ke spustitelnému aliasu." msgstr "Zobrazit příkaz ke spustitelnému aliasu."
#: redbot/cogs/alias/alias.py:357 #: redbot/cogs/alias/alias.py:270
msgid "The `{alias_name}` alias will execute the command `{command}`" msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr "Alias `{alias_name} provede příkaz `{command}" msgstr "Alias `{alias_name} provede příkaz `{command}"
#: redbot/cogs/alias/alias.py:362 #: redbot/cogs/alias/alias.py:275
msgid "There is no alias with the name `{name}`" msgid "There is no alias with the name `{name}`"
msgstr "Neexistuje žádný alias s názvem `{name}`" msgstr "Neexistuje žádný alias s názvem `{name}`"
#: redbot/cogs/alias/alias.py:368 #: redbot/cogs/alias/alias.py:281
#, docstring #, docstring
msgid "Delete an existing alias on this server." msgid "Delete an existing alias on this server."
msgstr "Odstraní existující alias na tomto serveru." msgstr "Odstraní existující alias na tomto serveru."
#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 #: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315
msgid "There are no aliases on this server." msgid "There are no aliases on this server."
msgstr "Na tomto serveru nejsou žádné aliasy." msgstr "Na tomto serveru nejsou žádné aliasy."
#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 #: redbot/cogs/alias/alias.py:288 redbot/cogs/alias/alias.py:303
msgid "Alias with the name `{name}` was successfully deleted." msgid "Alias with the name `{name}` was successfully deleted."
msgstr "Alias s názvem{name}` byl úspěšně smazán." msgstr "Alias s názvem{name}` byl úspěšně smazán."
#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 #: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
msgid "Alias with name `{name}` was not found." msgid "Alias with name `{name}` was not found."
msgstr "Alias s názvem `{name}` nebyl nalezen." msgstr "Alias s názvem `{name}` nebyl nalezen."
#: redbot/cogs/alias/alias.py:383 #: redbot/cogs/alias/alias.py:296
#, docstring #, docstring
msgid "Delete an existing global alias." msgid "Delete an existing global alias."
msgstr "Odstranit existující globální alias." msgstr "Odstranit existující globální alias."
#: redbot/cogs/alias/alias.py:385 #: redbot/cogs/alias/alias.py:298
msgid "There are no global aliases on this bot." msgid "There are no global aliases on this bot."
msgstr "Pro tohoto bota neexistují žádné globální aliasy." msgstr "Pro tohoto bota neexistují žádné globální aliasy."
#: redbot/cogs/alias/alias.py:399 #: redbot/cogs/alias/alias.py:312
#, docstring #, docstring
msgid "List the available aliases on this server." msgid "List the available aliases on this server."
msgstr "Seznam dostupných aliasů na tomto serveru." msgstr "Seznam dostupných aliasů na tomto serveru."
#: redbot/cogs/alias/alias.py:408 #: redbot/cogs/alias/alias.py:321
#, docstring #, docstring
msgid "List the available global aliases on this bot." msgid "List the available global aliases on this bot."
msgstr "Seznam dostupných globálních aliasů pro tohoto bota." msgstr "Seznam dostupných globálních aliasů pro tohoto bota."
#: redbot/cogs/alias/alias.py:411 #: redbot/cogs/alias/alias.py:324
msgid "There are no global aliases." msgid "There are no global aliases."
msgstr "Neexistují žádné globální aliasy." msgstr "Neexistují žádné globální aliasy."
#: redbot/cogs/alias/alias_entry.py:198 #: redbot/cogs/alias/alias_entry.py:174
msgid "Arguments must be specified with a number." msgid "Arguments must be specified with a number."
msgstr "Argumenty musí být zadány s číslem." msgstr "Argumenty musí být zadány s číslem."
#: redbot/cogs/alias/alias_entry.py:205 #: redbot/cogs/alias/alias_entry.py:181
msgid "Arguments must be sequential. Missing arguments: " msgid "Arguments must be sequential. Missing arguments: "
msgstr "Argumenty musí být sekvenční. Chybějící argumenty: " msgstr "Argumenty musí být sekvenční. Chybějící argumenty: "

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-06-18 12:13+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Danish\n" "Language-Team: Danish\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,146 +15,146 @@ msgstr ""
"X-Crowdin-File-ID: 8\n" "X-Crowdin-File-ID: 8\n"
"Language: da_DK\n" "Language: da_DK\n"
#: redbot/cogs/alias/alias.py:35 #: redbot/cogs/alias/alias.py:31
#, docstring #, docstring
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n " msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:173 #: redbot/cogs/alias/alias.py:86
msgid "No prefix found." msgid "No prefix found."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:116
msgid "Aliases:\\n" msgid "Aliases:\\n"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:118
msgid "\\n\\nPage {page}/{total}" msgid "\\n\\nPage {page}/{total}"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:128
#, docstring #, docstring
msgid "Manage command aliases." msgid "Manage command aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:220 #: redbot/cogs/alias/alias.py:133
#, docstring #, docstring
msgid "Manage global aliases." msgid "Manage global aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:227 #: redbot/cogs/alias/alias.py:140
#, docstring #, docstring
msgid "Add an alias for a command." msgid "Add an alias for a command."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:232 #: redbot/cogs/alias/alias.py:145
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:243 #: redbot/cogs/alias/alias.py:156
msgid "You attempted to create a new alias with the name {name} but that alias already exists." msgid "You attempted to create a new alias with the name {name} but that alias already exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:254 #: redbot/cogs/alias/alias.py:167
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 #: redbot/cogs/alias/alias.py:179 redbot/cogs/alias/alias.py:238
msgid "You attempted to create a new alias for a command that doesn't exist." msgid "You attempted to create a new alias for a command that doesn't exist."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:280 #: redbot/cogs/alias/alias.py:193
msgid "A new alias with the trigger `{name}` has been created." msgid "A new alias with the trigger `{name}` has been created."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:286 #: redbot/cogs/alias/alias.py:199
#, docstring #, docstring
msgid "Add a global alias for a command." msgid "Add a global alias for a command."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:291 #: redbot/cogs/alias/alias.py:204
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:302 #: redbot/cogs/alias/alias.py:215
msgid "You attempted to create a new global alias with the name {name} but that alias already exists." msgid "You attempted to create a new global alias with the name {name} but that alias already exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:313 #: redbot/cogs/alias/alias.py:226
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:336 #: redbot/cogs/alias/alias.py:249
msgid "A new global alias with the trigger `{name}` has been created." msgid "A new global alias with the trigger `{name}` has been created."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:343 #: redbot/cogs/alias/alias.py:256
#, docstring #, docstring
msgid "Try to execute help for the base command of the alias." msgid "Try to execute help for the base command of the alias."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:348 #: redbot/cogs/alias/alias.py:261
msgid "No such alias exists." msgid "No such alias exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:352 #: redbot/cogs/alias/alias.py:265
#, docstring #, docstring
msgid "Show what command the alias executes." msgid "Show what command the alias executes."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:357 #: redbot/cogs/alias/alias.py:270
msgid "The `{alias_name}` alias will execute the command `{command}`" msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:362 #: redbot/cogs/alias/alias.py:275
msgid "There is no alias with the name `{name}`" msgid "There is no alias with the name `{name}`"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:368 #: redbot/cogs/alias/alias.py:281
#, docstring #, docstring
msgid "Delete an existing alias on this server." msgid "Delete an existing alias on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 #: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315
msgid "There are no aliases on this server." msgid "There are no aliases on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 #: redbot/cogs/alias/alias.py:288 redbot/cogs/alias/alias.py:303
msgid "Alias with the name `{name}` was successfully deleted." msgid "Alias with the name `{name}` was successfully deleted."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 #: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
msgid "Alias with name `{name}` was not found." msgid "Alias with name `{name}` was not found."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:383 #: redbot/cogs/alias/alias.py:296
#, docstring #, docstring
msgid "Delete an existing global alias." msgid "Delete an existing global alias."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:385 #: redbot/cogs/alias/alias.py:298
msgid "There are no global aliases on this bot." msgid "There are no global aliases on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:399 #: redbot/cogs/alias/alias.py:312
#, docstring #, docstring
msgid "List the available aliases on this server." msgid "List the available aliases on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:408 #: redbot/cogs/alias/alias.py:321
#, docstring #, docstring
msgid "List the available global aliases on this bot." msgid "List the available global aliases on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:411 #: redbot/cogs/alias/alias.py:324
msgid "There are no global aliases." msgid "There are no global aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias_entry.py:198 #: redbot/cogs/alias/alias_entry.py:174
msgid "Arguments must be specified with a number." msgid "Arguments must be specified with a number."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias_entry.py:205 #: redbot/cogs/alias/alias_entry.py:181
msgid "Arguments must be sequential. Missing arguments: " msgid "Arguments must be sequential. Missing arguments: "
msgstr "" msgstr ""

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-06-18 12:13+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: German\n" "Language-Team: German\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,146 +15,146 @@ msgstr ""
"X-Crowdin-File-ID: 8\n" "X-Crowdin-File-ID: 8\n"
"Language: de_DE\n" "Language: de_DE\n"
#: redbot/cogs/alias/alias.py:35 #: redbot/cogs/alias/alias.py:31
#, docstring #, docstring
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n " msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
msgstr "Erstelle einen Alias für einen Befehl.\\n\\n Aliases sind alternative Namen für Befehle.\\n können als Lambda (Speicherung von Argumenten für wiederholte Verwendung)\\n oder als einfache Verknüpfung zur Angabe von \\\"x y z\\\" fungieren.\\n\\n Wenn Sie ausgeführt werden, werden Alias zusätzliche Argumente annehmen\\n und sie an die gespeicherten Alias anhängen.\\n \\n " msgstr "Erstelle einen Alias für einen Befehl.\\n\\n Aliases sind alternative Namen für Befehle.\\n können als Lambda (Speicherung von Argumenten für wiederholte Verwendung)\\n oder als einfache Verknüpfung zur Angabe von \\\"x y z\\\" fungieren.\\n\\n Wenn Sie ausgeführt werden, werden Alias zusätzliche Argumente annehmen\\n und sie an die gespeicherten Alias anhängen.\\n \\n "
#: redbot/cogs/alias/alias.py:173 #: redbot/cogs/alias/alias.py:86
msgid "No prefix found." msgid "No prefix found."
msgstr "Es wurde kein Prefix gefunden." msgstr "Es wurde kein Prefix gefunden."
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:116
msgid "Aliases:\\n" msgid "Aliases:\\n"
msgstr "Aliase:\\n" msgstr "Aliase:\\n"
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:118
msgid "\\n\\nPage {page}/{total}" msgid "\\n\\nPage {page}/{total}"
msgstr "\\n\\nSeite {page}/{total}" msgstr "\\n\\nSeite {page}/{total}"
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:128
#, docstring #, docstring
msgid "Manage command aliases." msgid "Manage command aliases."
msgstr "Verwalte die Alias Befehle." msgstr "Verwalte die Alias Befehle."
#: redbot/cogs/alias/alias.py:220 #: redbot/cogs/alias/alias.py:133
#, docstring #, docstring
msgid "Manage global aliases." msgid "Manage global aliases."
msgstr "Verwalte die globalen Aliasse." msgstr "Verwalte die globalen Aliasse."
#: redbot/cogs/alias/alias.py:227 #: redbot/cogs/alias/alias.py:140
#, docstring #, docstring
msgid "Add an alias for a command." msgid "Add an alias for a command."
msgstr "Füge einen Alias für einen Befehl hinzu." msgstr "Füge einen Alias für einen Befehl hinzu."
#: redbot/cogs/alias/alias.py:232 #: redbot/cogs/alias/alias.py:145
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr "Du hast versucht, einen neuen Alias mit dem Namen {name} zu erstellen, aber dieser Name wird bereits für einen Befehl des Bots genutzt." msgstr "Du hast versucht, einen neuen Alias mit dem Namen {name} zu erstellen, aber dieser Name wird bereits für einen Befehl des Bots genutzt."
#: redbot/cogs/alias/alias.py:243 #: redbot/cogs/alias/alias.py:156
msgid "You attempted to create a new alias with the name {name} but that alias already exists." msgid "You attempted to create a new alias with the name {name} but that alias already exists."
msgstr "Du hast versucht, einen neuen Alias mit dem Namen {name} zu erstellen, aber dieser Alias existiert bereits." msgstr "Du hast versucht, einen neuen Alias mit dem Namen {name} zu erstellen, aber dieser Alias existiert bereits."
#: redbot/cogs/alias/alias.py:254 #: redbot/cogs/alias/alias.py:167
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "Du hast versucht einen neuen Alias mit dem Namen {name} zu erstellen, aber dieser Name ist ein ungültiger Alias-Name. Alias-Namen dürfen keine Leerzeichen enthalten." msgstr "Du hast versucht einen neuen Alias mit dem Namen {name} zu erstellen, aber dieser Name ist ein ungültiger Alias-Name. Alias-Namen dürfen keine Leerzeichen enthalten."
#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 #: redbot/cogs/alias/alias.py:179 redbot/cogs/alias/alias.py:238
msgid "You attempted to create a new alias for a command that doesn't exist." msgid "You attempted to create a new alias for a command that doesn't exist."
msgstr "Du hast versucht einen Alias für einen Befehl zu erstellen, der nicht existiert." msgstr "Du hast versucht einen Alias für einen Befehl zu erstellen, der nicht existiert."
#: redbot/cogs/alias/alias.py:280 #: redbot/cogs/alias/alias.py:193
msgid "A new alias with the trigger `{name}` has been created." msgid "A new alias with the trigger `{name}` has been created."
msgstr "Ein neuer Alias mit dem Namen`{name}` wurde erstellt." msgstr "Ein neuer Alias mit dem Namen`{name}` wurde erstellt."
#: redbot/cogs/alias/alias.py:286 #: redbot/cogs/alias/alias.py:199
#, docstring #, docstring
msgid "Add a global alias for a command." msgid "Add a global alias for a command."
msgstr "Füge einen globalen Alias für einen Befehl hinzu." msgstr "Füge einen globalen Alias für einen Befehl hinzu."
#: redbot/cogs/alias/alias.py:291 #: redbot/cogs/alias/alias.py:204
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
msgstr "Du hast versucht, einen neuen globalen Alias mit dem Namen „{name}“ zu erstellen, aber dieser Name ist bereits ein Befehl für diesen Bot." msgstr "Du hast versucht, einen neuen globalen Alias mit dem Namen „{name}“ zu erstellen, aber dieser Name ist bereits ein Befehl für diesen Bot."
#: redbot/cogs/alias/alias.py:302 #: redbot/cogs/alias/alias.py:215
msgid "You attempted to create a new global alias with the name {name} but that alias already exists." msgid "You attempted to create a new global alias with the name {name} but that alias already exists."
msgstr "Du hast versucht, einen neuen globalen Alias mit dem Namen {name} zu erstellen, aber dieser Alias existiert bereits." msgstr "Du hast versucht, einen neuen globalen Alias mit dem Namen {name} zu erstellen, aber dieser Alias existiert bereits."
#: redbot/cogs/alias/alias.py:313 #: redbot/cogs/alias/alias.py:226
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "Du hast versucht, einen neuen globalen Alias mit dem Namen „{name}“ zu erstellen, dieser Name ist jedoch ein ungültiger Alias-Name. Alias-Namen dürfen keine Leerzeichen enthalten." msgstr "Du hast versucht, einen neuen globalen Alias mit dem Namen „{name}“ zu erstellen, dieser Name ist jedoch ein ungültiger Alias-Name. Alias-Namen dürfen keine Leerzeichen enthalten."
#: redbot/cogs/alias/alias.py:336 #: redbot/cogs/alias/alias.py:249
msgid "A new global alias with the trigger `{name}` has been created." msgid "A new global alias with the trigger `{name}` has been created."
msgstr "Ein neuer globaler Alias mit dem Trigger `{name}` wurde erstellt." msgstr "Ein neuer globaler Alias mit dem Trigger `{name}` wurde erstellt."
#: redbot/cogs/alias/alias.py:343 #: redbot/cogs/alias/alias.py:256
#, docstring #, docstring
msgid "Try to execute help for the base command of the alias." msgid "Try to execute help for the base command of the alias."
msgstr "Versuche die Hilfe für den Basisbefehl des Alias auszuführen." msgstr "Versuche die Hilfe für den Basisbefehl des Alias auszuführen."
#: redbot/cogs/alias/alias.py:348 #: redbot/cogs/alias/alias.py:261
msgid "No such alias exists." msgid "No such alias exists."
msgstr "So ein Alias ist nicht vorhanden." msgstr "So ein Alias ist nicht vorhanden."
#: redbot/cogs/alias/alias.py:352 #: redbot/cogs/alias/alias.py:265
#, docstring #, docstring
msgid "Show what command the alias executes." msgid "Show what command the alias executes."
msgstr "Zeige den Befehl, welchen der Alias ausführt." msgstr "Zeige den Befehl, welchen der Alias ausführt."
#: redbot/cogs/alias/alias.py:357 #: redbot/cogs/alias/alias.py:270
msgid "The `{alias_name}` alias will execute the command `{command}`" msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr "Der Alias '{alias_name}' führt den Befehl '{command}' aus" msgstr "Der Alias '{alias_name}' führt den Befehl '{command}' aus"
#: redbot/cogs/alias/alias.py:362 #: redbot/cogs/alias/alias.py:275
msgid "There is no alias with the name `{name}`" msgid "There is no alias with the name `{name}`"
msgstr "Kein Alias mit dem Namen '{name}' gefunden" msgstr "Kein Alias mit dem Namen '{name}' gefunden"
#: redbot/cogs/alias/alias.py:368 #: redbot/cogs/alias/alias.py:281
#, docstring #, docstring
msgid "Delete an existing alias on this server." msgid "Delete an existing alias on this server."
msgstr "Lösche einen bereits existierenden Alias auf diesem Server." msgstr "Lösche einen bereits existierenden Alias auf diesem Server."
#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 #: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315
msgid "There are no aliases on this server." msgid "There are no aliases on this server."
msgstr "Es gibt keine Aliasse auf diesem Server." msgstr "Es gibt keine Aliasse auf diesem Server."
#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 #: redbot/cogs/alias/alias.py:288 redbot/cogs/alias/alias.py:303
msgid "Alias with the name `{name}` was successfully deleted." msgid "Alias with the name `{name}` was successfully deleted."
msgstr "Der Alias mit dem Namen '{name}' wurde erfolgreich gelöscht." msgstr "Der Alias mit dem Namen '{name}' wurde erfolgreich gelöscht."
#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 #: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
msgid "Alias with name `{name}` was not found." msgid "Alias with name `{name}` was not found."
msgstr "Kein Alias mit dem Namen '{name}' gefunden." msgstr "Kein Alias mit dem Namen '{name}' gefunden."
#: redbot/cogs/alias/alias.py:383 #: redbot/cogs/alias/alias.py:296
#, docstring #, docstring
msgid "Delete an existing global alias." msgid "Delete an existing global alias."
msgstr "Lösche einen bereits existierenden globalen Alias." msgstr "Lösche einen bereits existierenden globalen Alias."
#: redbot/cogs/alias/alias.py:385 #: redbot/cogs/alias/alias.py:298
msgid "There are no global aliases on this bot." msgid "There are no global aliases on this bot."
msgstr "Ich habe keinen globalen Alias gespeichert." msgstr "Ich habe keinen globalen Alias gespeichert."
#: redbot/cogs/alias/alias.py:399 #: redbot/cogs/alias/alias.py:312
#, docstring #, docstring
msgid "List the available aliases on this server." msgid "List the available aliases on this server."
msgstr "Zeige die auf diesem Server verfügbaren Alias." msgstr "Zeige die auf diesem Server verfügbaren Alias."
#: redbot/cogs/alias/alias.py:408 #: redbot/cogs/alias/alias.py:321
#, docstring #, docstring
msgid "List the available global aliases on this bot." msgid "List the available global aliases on this bot."
msgstr "Zeige die verfügbaren globalen Alias von diesem Bot." msgstr "Zeige die verfügbaren globalen Alias von diesem Bot."
#: redbot/cogs/alias/alias.py:411 #: redbot/cogs/alias/alias.py:324
msgid "There are no global aliases." msgid "There are no global aliases."
msgstr "Es gibt keine globalen Aliasse." msgstr "Es gibt keine globalen Aliasse."
#: redbot/cogs/alias/alias_entry.py:198 #: redbot/cogs/alias/alias_entry.py:174
msgid "Arguments must be specified with a number." msgid "Arguments must be specified with a number."
msgstr "Die Argumente müssen mit einer Nummer angegeben werden." msgstr "Die Argumente müssen mit einer Nummer angegeben werden."
#: redbot/cogs/alias/alias_entry.py:205 #: redbot/cogs/alias/alias_entry.py:181
msgid "Arguments must be sequential. Missing arguments: " msgid "Arguments must be sequential. Missing arguments: "
msgstr "Argumente müssen sequentiell sein. Fehlende Argumente: " msgstr "Argumente müssen sequentiell sein. Fehlende Argumente: "

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-06-18 12:13+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Greek\n" "Language-Team: Greek\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,146 +15,146 @@ msgstr ""
"X-Crowdin-File-ID: 8\n" "X-Crowdin-File-ID: 8\n"
"Language: el_GR\n" "Language: el_GR\n"
#: redbot/cogs/alias/alias.py:35 #: redbot/cogs/alias/alias.py:31
#, docstring #, docstring
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n " msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:173 #: redbot/cogs/alias/alias.py:86
msgid "No prefix found." msgid "No prefix found."
msgstr "Δεν βρέθηκε πρόθεμα." msgstr "Δεν βρέθηκε πρόθεμα."
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:116
msgid "Aliases:\\n" msgid "Aliases:\\n"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:118
msgid "\\n\\nPage {page}/{total}" msgid "\\n\\nPage {page}/{total}"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:128
#, docstring #, docstring
msgid "Manage command aliases." msgid "Manage command aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:220 #: redbot/cogs/alias/alias.py:133
#, docstring #, docstring
msgid "Manage global aliases." msgid "Manage global aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:227 #: redbot/cogs/alias/alias.py:140
#, docstring #, docstring
msgid "Add an alias for a command." msgid "Add an alias for a command."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:232 #: redbot/cogs/alias/alias.py:145
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:243 #: redbot/cogs/alias/alias.py:156
msgid "You attempted to create a new alias with the name {name} but that alias already exists." msgid "You attempted to create a new alias with the name {name} but that alias already exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:254 #: redbot/cogs/alias/alias.py:167
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 #: redbot/cogs/alias/alias.py:179 redbot/cogs/alias/alias.py:238
msgid "You attempted to create a new alias for a command that doesn't exist." msgid "You attempted to create a new alias for a command that doesn't exist."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:280 #: redbot/cogs/alias/alias.py:193
msgid "A new alias with the trigger `{name}` has been created." msgid "A new alias with the trigger `{name}` has been created."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:286 #: redbot/cogs/alias/alias.py:199
#, docstring #, docstring
msgid "Add a global alias for a command." msgid "Add a global alias for a command."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:291 #: redbot/cogs/alias/alias.py:204
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:302 #: redbot/cogs/alias/alias.py:215
msgid "You attempted to create a new global alias with the name {name} but that alias already exists." msgid "You attempted to create a new global alias with the name {name} but that alias already exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:313 #: redbot/cogs/alias/alias.py:226
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:336 #: redbot/cogs/alias/alias.py:249
msgid "A new global alias with the trigger `{name}` has been created." msgid "A new global alias with the trigger `{name}` has been created."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:343 #: redbot/cogs/alias/alias.py:256
#, docstring #, docstring
msgid "Try to execute help for the base command of the alias." msgid "Try to execute help for the base command of the alias."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:348 #: redbot/cogs/alias/alias.py:261
msgid "No such alias exists." msgid "No such alias exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:352 #: redbot/cogs/alias/alias.py:265
#, docstring #, docstring
msgid "Show what command the alias executes." msgid "Show what command the alias executes."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:357 #: redbot/cogs/alias/alias.py:270
msgid "The `{alias_name}` alias will execute the command `{command}`" msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:362 #: redbot/cogs/alias/alias.py:275
msgid "There is no alias with the name `{name}`" msgid "There is no alias with the name `{name}`"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:368 #: redbot/cogs/alias/alias.py:281
#, docstring #, docstring
msgid "Delete an existing alias on this server." msgid "Delete an existing alias on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 #: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315
msgid "There are no aliases on this server." msgid "There are no aliases on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 #: redbot/cogs/alias/alias.py:288 redbot/cogs/alias/alias.py:303
msgid "Alias with the name `{name}` was successfully deleted." msgid "Alias with the name `{name}` was successfully deleted."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 #: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
msgid "Alias with name `{name}` was not found." msgid "Alias with name `{name}` was not found."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:383 #: redbot/cogs/alias/alias.py:296
#, docstring #, docstring
msgid "Delete an existing global alias." msgid "Delete an existing global alias."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:385 #: redbot/cogs/alias/alias.py:298
msgid "There are no global aliases on this bot." msgid "There are no global aliases on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:399 #: redbot/cogs/alias/alias.py:312
#, docstring #, docstring
msgid "List the available aliases on this server." msgid "List the available aliases on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:408 #: redbot/cogs/alias/alias.py:321
#, docstring #, docstring
msgid "List the available global aliases on this bot." msgid "List the available global aliases on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:411 #: redbot/cogs/alias/alias.py:324
msgid "There are no global aliases." msgid "There are no global aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias_entry.py:198 #: redbot/cogs/alias/alias_entry.py:174
msgid "Arguments must be specified with a number." msgid "Arguments must be specified with a number."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias_entry.py:205 #: redbot/cogs/alias/alias_entry.py:181
msgid "Arguments must be sequential. Missing arguments: " msgid "Arguments must be sequential. Missing arguments: "
msgstr "" msgstr ""

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-06-18 12:13+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Spanish\n" "Language-Team: Spanish\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,146 +15,146 @@ msgstr ""
"X-Crowdin-File-ID: 8\n" "X-Crowdin-File-ID: 8\n"
"Language: es_ES\n" "Language: es_ES\n"
#: redbot/cogs/alias/alias.py:35 #: redbot/cogs/alias/alias.py:31
#, docstring #, docstring
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n " msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
msgstr "Crear alias para comandos.\\n\\n Los alias son accesos directos de nombres alternativos para comandos.\\n pueden actuar como un lambda (almacenando argumentos para uso repetido)\\n o simplemente como un atajo para decir \\\"x y z\\\".\\n\\n Cuando se ejecuta, los alias aceptarán cualquier argumento adicional\\n y los agregarán al alias almacenado.\\n " msgstr "Crear alias para comandos.\\n\\n Los alias son accesos directos de nombres alternativos para comandos.\\n pueden actuar como un lambda (almacenando argumentos para uso repetido)\\n o simplemente como un atajo para decir \\\"x y z\\\".\\n\\n Cuando se ejecuta, los alias aceptarán cualquier argumento adicional\\n y los agregarán al alias almacenado.\\n "
#: redbot/cogs/alias/alias.py:173 #: redbot/cogs/alias/alias.py:86
msgid "No prefix found." msgid "No prefix found."
msgstr "Prefijo no encontrado." msgstr "Prefijo no encontrado."
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:116
msgid "Aliases:\\n" msgid "Aliases:\\n"
msgstr "Alias:\\n" msgstr ""
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:118
msgid "\\n\\nPage {page}/{total}" msgid "\\n\\nPage {page}/{total}"
msgstr "\\n\\nPagina {page}/{total}" msgstr ""
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:128
#, docstring #, docstring
msgid "Manage command aliases." msgid "Manage command aliases."
msgstr "Administra los alias de los comandos." msgstr "Administra los alias de los comandos."
#: redbot/cogs/alias/alias.py:220 #: redbot/cogs/alias/alias.py:133
#, docstring #, docstring
msgid "Manage global aliases." msgid "Manage global aliases."
msgstr "Administra los alias globales." msgstr "Administra los alias globales."
#: redbot/cogs/alias/alias.py:227 #: redbot/cogs/alias/alias.py:140
#, docstring #, docstring
msgid "Add an alias for a command." msgid "Add an alias for a command."
msgstr "Agregar un alias para un comando." msgstr "Agregar un alias para un comando."
#: redbot/cogs/alias/alias.py:232 #: redbot/cogs/alias/alias.py:145
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr "Intentaste crear un nuevo alias con el nombre {name} pero ese nombre ya es un comando en este bot." msgstr "Intentaste crear un nuevo alias con el nombre {name} pero ese nombre ya es un comando en este bot."
#: redbot/cogs/alias/alias.py:243 #: redbot/cogs/alias/alias.py:156
msgid "You attempted to create a new alias with the name {name} but that alias already exists." msgid "You attempted to create a new alias with the name {name} but that alias already exists."
msgstr "Intentaste crear un nuevo alias con el nombre {name} pero ese alias ya existe." msgstr ""
#: redbot/cogs/alias/alias.py:254 #: redbot/cogs/alias/alias.py:167
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "Intentaste crear un nuevo alias con el nombre {name} pero ese nombre es un alias inválido. Los alias no deben contener espacios." msgstr "Intentaste crear un nuevo alias con el nombre {name} pero ese nombre es un alias inválido. Los alias no deben contener espacios."
#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 #: redbot/cogs/alias/alias.py:179 redbot/cogs/alias/alias.py:238
msgid "You attempted to create a new alias for a command that doesn't exist." msgid "You attempted to create a new alias for a command that doesn't exist."
msgstr "Intentaste crear un nuevo alias para un comando que no existe." msgstr "Intentaste crear un nuevo alias para un comando que no existe."
#: redbot/cogs/alias/alias.py:280 #: redbot/cogs/alias/alias.py:193
msgid "A new alias with the trigger `{name}` has been created." msgid "A new alias with the trigger `{name}` has been created."
msgstr "Un nuevo alias con el trigger {name} ha sido creado." msgstr "Un nuevo alias con el trigger {name} ha sido creado."
#: redbot/cogs/alias/alias.py:286 #: redbot/cogs/alias/alias.py:199
#, docstring #, docstring
msgid "Add a global alias for a command." msgid "Add a global alias for a command."
msgstr "Agrega un alias global para un comando." msgstr "Agrega un alias global para un comando."
#: redbot/cogs/alias/alias.py:291 #: redbot/cogs/alias/alias.py:204
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
msgstr "Intentaste crear un nuevo alias global con el nombre {name} pero ese nombre ya es un comando en este bot." msgstr "Intentaste crear un nuevo alias global con el nombre {name} pero ese nombre ya es un comando en este bot."
#: redbot/cogs/alias/alias.py:302 #: redbot/cogs/alias/alias.py:215
msgid "You attempted to create a new global alias with the name {name} but that alias already exists." msgid "You attempted to create a new global alias with the name {name} but that alias already exists."
msgstr "Intentaste crear un nuevo alias global con el nombre {name}, pero ese alias ya existe." msgstr ""
#: redbot/cogs/alias/alias.py:313 #: redbot/cogs/alias/alias.py:226
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "Intentaste crear un nuevo alias global con el nombre {name}, pero ese nombre es un nombre de alias inválido. Los nombres de alias no pueden contener espacios." msgstr "Intentaste crear un nuevo alias global con el nombre {name}, pero ese nombre es un nombre de alias inválido. Los nombres de alias no pueden contener espacios."
#: redbot/cogs/alias/alias.py:336 #: redbot/cogs/alias/alias.py:249
msgid "A new global alias with the trigger `{name}` has been created." msgid "A new global alias with the trigger `{name}` has been created."
msgstr "Un nuevo alias global con el trigger `{name}` ha sido creado." msgstr "Un nuevo alias global con el trigger `{name}` ha sido creado."
#: redbot/cogs/alias/alias.py:343 #: redbot/cogs/alias/alias.py:256
#, docstring #, docstring
msgid "Try to execute help for the base command of the alias." msgid "Try to execute help for the base command of the alias."
msgstr "Intenta ejecutar help para el comando base del alias." msgstr "Intenta ejecutar help para el comando base del alias."
#: redbot/cogs/alias/alias.py:348 #: redbot/cogs/alias/alias.py:261
msgid "No such alias exists." msgid "No such alias exists."
msgstr "El alias no existe." msgstr "El alias no existe."
#: redbot/cogs/alias/alias.py:352 #: redbot/cogs/alias/alias.py:265
#, docstring #, docstring
msgid "Show what command the alias executes." msgid "Show what command the alias executes."
msgstr "Muestra qué comando ejecuta el alias." msgstr "Muestra qué comando ejecuta el alias."
#: redbot/cogs/alias/alias.py:357 #: redbot/cogs/alias/alias.py:270
msgid "The `{alias_name}` alias will execute the command `{command}`" msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr "El alias `{alias_name}` ejecutará el comando `{command}`" msgstr "El alias `{alias_name}` ejecutará el comando `{command}`"
#: redbot/cogs/alias/alias.py:362 #: redbot/cogs/alias/alias.py:275
msgid "There is no alias with the name `{name}`" msgid "There is no alias with the name `{name}`"
msgstr "No hay alias con el nombre `{name}`" msgstr "No hay alias con el nombre `{name}`"
#: redbot/cogs/alias/alias.py:368 #: redbot/cogs/alias/alias.py:281
#, docstring #, docstring
msgid "Delete an existing alias on this server." msgid "Delete an existing alias on this server."
msgstr "Elimina un alias existente en este servidor." msgstr "Elimina un alias existente en este servidor."
#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 #: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315
msgid "There are no aliases on this server." msgid "There are no aliases on this server."
msgstr "No hay alias en este servidor." msgstr "No hay alias en este servidor."
#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 #: redbot/cogs/alias/alias.py:288 redbot/cogs/alias/alias.py:303
msgid "Alias with the name `{name}` was successfully deleted." msgid "Alias with the name `{name}` was successfully deleted."
msgstr "El alias con el nombre `{name}` ha eliminado correctamente." msgstr "El alias con el nombre `{name}` ha eliminado correctamente."
#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 #: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
msgid "Alias with name `{name}` was not found." msgid "Alias with name `{name}` was not found."
msgstr "El alias con nombre `{name}` no fue encontrado." msgstr "El alias con nombre `{name}` no fue encontrado."
#: redbot/cogs/alias/alias.py:383 #: redbot/cogs/alias/alias.py:296
#, docstring #, docstring
msgid "Delete an existing global alias." msgid "Delete an existing global alias."
msgstr "Elimina un alias global existente." msgstr "Elimina un alias global existente."
#: redbot/cogs/alias/alias.py:385 #: redbot/cogs/alias/alias.py:298
msgid "There are no global aliases on this bot." msgid "There are no global aliases on this bot."
msgstr "Este bot no tiene alias globales." msgstr ""
#: redbot/cogs/alias/alias.py:399 #: redbot/cogs/alias/alias.py:312
#, docstring #, docstring
msgid "List the available aliases on this server." msgid "List the available aliases on this server."
msgstr "Lista de los alias disponibles en este servidor." msgstr "Lista de los alias disponibles en este servidor."
#: redbot/cogs/alias/alias.py:408 #: redbot/cogs/alias/alias.py:321
#, docstring #, docstring
msgid "List the available global aliases on this bot." msgid "List the available global aliases on this bot."
msgstr "Lista de los alias globales disponibles en este bot." msgstr "Lista de los alias globales disponibles en este bot."
#: redbot/cogs/alias/alias.py:411 #: redbot/cogs/alias/alias.py:324
msgid "There are no global aliases." msgid "There are no global aliases."
msgstr "No hay alias globales." msgstr ""
#: redbot/cogs/alias/alias_entry.py:198 #: redbot/cogs/alias/alias_entry.py:174
msgid "Arguments must be specified with a number." msgid "Arguments must be specified with a number."
msgstr "Los argumentos deben especificarse con un número." msgstr "Los argumentos deben especificarse con un número."
#: redbot/cogs/alias/alias_entry.py:205 #: redbot/cogs/alias/alias_entry.py:181
msgid "Arguments must be sequential. Missing arguments: " msgid "Arguments must be sequential. Missing arguments: "
msgstr "Los argumentos deben ser secuenciales. Faltan argumentos: " msgstr "Los argumentos deben ser secuenciales. Faltan argumentos: "

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-06-18 12:13+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Finnish\n" "Language-Team: Finnish\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,146 +15,146 @@ msgstr ""
"X-Crowdin-File-ID: 8\n" "X-Crowdin-File-ID: 8\n"
"Language: fi_FI\n" "Language: fi_FI\n"
#: redbot/cogs/alias/alias.py:35 #: redbot/cogs/alias/alias.py:31
#, docstring #, docstring
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n " msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:173 #: redbot/cogs/alias/alias.py:86
msgid "No prefix found." msgid "No prefix found."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:116
msgid "Aliases:\\n" msgid "Aliases:\\n"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:118
msgid "\\n\\nPage {page}/{total}" msgid "\\n\\nPage {page}/{total}"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:128
#, docstring #, docstring
msgid "Manage command aliases." msgid "Manage command aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:220 #: redbot/cogs/alias/alias.py:133
#, docstring #, docstring
msgid "Manage global aliases." msgid "Manage global aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:227 #: redbot/cogs/alias/alias.py:140
#, docstring #, docstring
msgid "Add an alias for a command." msgid "Add an alias for a command."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:232 #: redbot/cogs/alias/alias.py:145
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:243 #: redbot/cogs/alias/alias.py:156
msgid "You attempted to create a new alias with the name {name} but that alias already exists." msgid "You attempted to create a new alias with the name {name} but that alias already exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:254 #: redbot/cogs/alias/alias.py:167
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 #: redbot/cogs/alias/alias.py:179 redbot/cogs/alias/alias.py:238
msgid "You attempted to create a new alias for a command that doesn't exist." msgid "You attempted to create a new alias for a command that doesn't exist."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:280 #: redbot/cogs/alias/alias.py:193
msgid "A new alias with the trigger `{name}` has been created." msgid "A new alias with the trigger `{name}` has been created."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:286 #: redbot/cogs/alias/alias.py:199
#, docstring #, docstring
msgid "Add a global alias for a command." msgid "Add a global alias for a command."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:291 #: redbot/cogs/alias/alias.py:204
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:302 #: redbot/cogs/alias/alias.py:215
msgid "You attempted to create a new global alias with the name {name} but that alias already exists." msgid "You attempted to create a new global alias with the name {name} but that alias already exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:313 #: redbot/cogs/alias/alias.py:226
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:336 #: redbot/cogs/alias/alias.py:249
msgid "A new global alias with the trigger `{name}` has been created." msgid "A new global alias with the trigger `{name}` has been created."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:343 #: redbot/cogs/alias/alias.py:256
#, docstring #, docstring
msgid "Try to execute help for the base command of the alias." msgid "Try to execute help for the base command of the alias."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:348 #: redbot/cogs/alias/alias.py:261
msgid "No such alias exists." msgid "No such alias exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:352 #: redbot/cogs/alias/alias.py:265
#, docstring #, docstring
msgid "Show what command the alias executes." msgid "Show what command the alias executes."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:357 #: redbot/cogs/alias/alias.py:270
msgid "The `{alias_name}` alias will execute the command `{command}`" msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:362 #: redbot/cogs/alias/alias.py:275
msgid "There is no alias with the name `{name}`" msgid "There is no alias with the name `{name}`"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:368 #: redbot/cogs/alias/alias.py:281
#, docstring #, docstring
msgid "Delete an existing alias on this server." msgid "Delete an existing alias on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 #: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315
msgid "There are no aliases on this server." msgid "There are no aliases on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 #: redbot/cogs/alias/alias.py:288 redbot/cogs/alias/alias.py:303
msgid "Alias with the name `{name}` was successfully deleted." msgid "Alias with the name `{name}` was successfully deleted."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 #: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
msgid "Alias with name `{name}` was not found." msgid "Alias with name `{name}` was not found."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:383 #: redbot/cogs/alias/alias.py:296
#, docstring #, docstring
msgid "Delete an existing global alias." msgid "Delete an existing global alias."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:385 #: redbot/cogs/alias/alias.py:298
msgid "There are no global aliases on this bot." msgid "There are no global aliases on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:399 #: redbot/cogs/alias/alias.py:312
#, docstring #, docstring
msgid "List the available aliases on this server." msgid "List the available aliases on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:408 #: redbot/cogs/alias/alias.py:321
#, docstring #, docstring
msgid "List the available global aliases on this bot." msgid "List the available global aliases on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:411 #: redbot/cogs/alias/alias.py:324
msgid "There are no global aliases." msgid "There are no global aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias_entry.py:198 #: redbot/cogs/alias/alias_entry.py:174
msgid "Arguments must be specified with a number." msgid "Arguments must be specified with a number."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias_entry.py:205 #: redbot/cogs/alias/alias_entry.py:181
msgid "Arguments must be sequential. Missing arguments: " msgid "Arguments must be sequential. Missing arguments: "
msgstr "" msgstr ""

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-06-18 12:13+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: French\n" "Language-Team: French\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,146 +15,146 @@ msgstr ""
"X-Crowdin-File-ID: 8\n" "X-Crowdin-File-ID: 8\n"
"Language: fr_FR\n" "Language: fr_FR\n"
#: redbot/cogs/alias/alias.py:35 #: redbot/cogs/alias/alias.py:31
#, docstring #, docstring
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n " msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
msgstr "Créée des alias pour les commandes\\n\\n Les alias sont des raccourcis de noms alternatifs pour les commandes. Ils\\n peuvent agir comme un lambda (stocker des arguments pour un usage répété)\\n ou comme simplement un raccourci pour dire \\\"x y z\\\".\\n\\n Lors de leur exécution, les alias accepteront tous les arguments supplémentaires\\n et seront exécutés en plus des arguments stockés dans l'alias.\\n " msgstr "Créée des alias pour les commandes\\n\\n Les alias sont des raccourcis de noms alternatifs pour les commandes. Ils\\n peuvent agir comme un lambda (stocker des arguments pour un usage répété)\\n ou comme simplement un raccourci pour dire \\\"x y z\\\".\\n\\n Lors de leur exécution, les alias accepteront tous les arguments supplémentaires\\n et seront exécutés en plus des arguments stockés dans l'alias.\\n "
#: redbot/cogs/alias/alias.py:173 #: redbot/cogs/alias/alias.py:86
msgid "No prefix found." msgid "No prefix found."
msgstr "Aucun préfixe trouvé." msgstr "Aucun préfixe trouvé."
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:116
msgid "Aliases:\\n" msgid "Aliases:\\n"
msgstr "Alias :\\n" msgstr "Alias :\\n"
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:118
msgid "\\n\\nPage {page}/{total}" msgid "\\n\\nPage {page}/{total}"
msgstr "\\n\\nPage {page}/{total}" msgstr "\\n\\nPage {page}/{total}"
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:128
#, docstring #, docstring
msgid "Manage command aliases." msgid "Manage command aliases."
msgstr "Gérer les alias de commandes." msgstr "Gérer les alias de commandes."
#: redbot/cogs/alias/alias.py:220 #: redbot/cogs/alias/alias.py:133
#, docstring #, docstring
msgid "Manage global aliases." msgid "Manage global aliases."
msgstr "Gérer les alias globaux." msgstr "Gérer les alias globaux."
#: redbot/cogs/alias/alias.py:227 #: redbot/cogs/alias/alias.py:140
#, docstring #, docstring
msgid "Add an alias for a command." msgid "Add an alias for a command."
msgstr "Ajouter un alias à une commande." msgstr "Ajouter un alias à une commande."
#: redbot/cogs/alias/alias.py:232 #: redbot/cogs/alias/alias.py:145
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr "Tu as tenté de créer un nouvel alias nommé {name}, mais une commande existe déjà avec ce nom sur ce bot." msgstr "Tu as tenté de créer un nouvel alias nommé {name}, mais une commande existe déjà avec ce nom sur ce bot."
#: redbot/cogs/alias/alias.py:243 #: redbot/cogs/alias/alias.py:156
msgid "You attempted to create a new alias with the name {name} but that alias already exists." msgid "You attempted to create a new alias with the name {name} but that alias already exists."
msgstr "Vous avez tenté de créer un nouvel alias avec le nom {name} mais cette alias existe déjà." msgstr "Vous avez tenté de créer un nouvel alias avec le nom {name} mais cette alias existe déjà."
#: redbot/cogs/alias/alias.py:254 #: redbot/cogs/alias/alias.py:167
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "Tu as tenté de créer un nouvel alias nommé {name}, mais ce nom d'alias est invalide. Les noms d'alias ne peuvent pas contenir d'espaces." msgstr "Tu as tenté de créer un nouvel alias nommé {name}, mais ce nom d'alias est invalide. Les noms d'alias ne peuvent pas contenir d'espaces."
#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 #: redbot/cogs/alias/alias.py:179 redbot/cogs/alias/alias.py:238
msgid "You attempted to create a new alias for a command that doesn't exist." msgid "You attempted to create a new alias for a command that doesn't exist."
msgstr "Vous avez essayé de créer un nouvel alias pour une commande qui n'existe pas." msgstr "Vous avez essayé de créer un nouvel alias pour une commande qui n'existe pas."
#: redbot/cogs/alias/alias.py:280 #: redbot/cogs/alias/alias.py:193
msgid "A new alias with the trigger `{name}` has been created." msgid "A new alias with the trigger `{name}` has been created."
msgstr "Un nouvel alias avec le déclencheur `{name}` a bien été créé." msgstr "Un nouvel alias avec le déclencheur `{name}` a bien été créé."
#: redbot/cogs/alias/alias.py:286 #: redbot/cogs/alias/alias.py:199
#, docstring #, docstring
msgid "Add a global alias for a command." msgid "Add a global alias for a command."
msgstr "Ajouter un alias global à une commande." msgstr "Ajouter un alias global à une commande."
#: redbot/cogs/alias/alias.py:291 #: redbot/cogs/alias/alias.py:204
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
msgstr "Tu as tenté de créer un nouvel alias global nommé {name}, mais une commande existe déjà avec ce nom sur ce bot." msgstr "Tu as tenté de créer un nouvel alias global nommé {name}, mais une commande existe déjà avec ce nom sur ce bot."
#: redbot/cogs/alias/alias.py:302 #: redbot/cogs/alias/alias.py:215
msgid "You attempted to create a new global alias with the name {name} but that alias already exists." msgid "You attempted to create a new global alias with the name {name} but that alias already exists."
msgstr "Vous avez tenté de créer un nouvel alias global avec le nom {name} mais cette alias existe déjà." msgstr "Vous avez tenté de créer un nouvel alias global avec le nom {name} mais cette alias existe déjà."
#: redbot/cogs/alias/alias.py:313 #: redbot/cogs/alias/alias.py:226
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "Tu as tenté de créer un nouvel alias global nommé {name}, mais ce nom d'alias est invalide. Les noms d'alias ne peuvent pas contenir d'espaces." msgstr "Tu as tenté de créer un nouvel alias global nommé {name}, mais ce nom d'alias est invalide. Les noms d'alias ne peuvent pas contenir d'espaces."
#: redbot/cogs/alias/alias.py:336 #: redbot/cogs/alias/alias.py:249
msgid "A new global alias with the trigger `{name}` has been created." msgid "A new global alias with the trigger `{name}` has been created."
msgstr "Un nouvel alias global avec le déclencheur `{name}` a bien été créé." msgstr "Un nouvel alias global avec le déclencheur `{name}` a bien été créé."
#: redbot/cogs/alias/alias.py:343 #: redbot/cogs/alias/alias.py:256
#, docstring #, docstring
msgid "Try to execute help for the base command of the alias." msgid "Try to execute help for the base command of the alias."
msgstr "Tente d'exécuter l'aide pour la commande de base de l'alias." msgstr "Tente d'exécuter l'aide pour la commande de base de l'alias."
#: redbot/cogs/alias/alias.py:348 #: redbot/cogs/alias/alias.py:261
msgid "No such alias exists." msgid "No such alias exists."
msgstr "Cet alias n'existe pas." msgstr "Cet alias n'existe pas."
#: redbot/cogs/alias/alias.py:352 #: redbot/cogs/alias/alias.py:265
#, docstring #, docstring
msgid "Show what command the alias executes." msgid "Show what command the alias executes."
msgstr "Affiche la commande que l'alias exécute." msgstr "Affiche la commande que l'alias exécute."
#: redbot/cogs/alias/alias.py:357 #: redbot/cogs/alias/alias.py:270
msgid "The `{alias_name}` alias will execute the command `{command}`" msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr "L'alias `{alias_name}` exécute la commande `{command}`" msgstr "L'alias `{alias_name}` exécute la commande `{command}`"
#: redbot/cogs/alias/alias.py:362 #: redbot/cogs/alias/alias.py:275
msgid "There is no alias with the name `{name}`" msgid "There is no alias with the name `{name}`"
msgstr "Il n'y a pas d'alias nommé `{name}`" msgstr "Il n'y a pas d'alias nommé `{name}`"
#: redbot/cogs/alias/alias.py:368 #: redbot/cogs/alias/alias.py:281
#, docstring #, docstring
msgid "Delete an existing alias on this server." msgid "Delete an existing alias on this server."
msgstr "Supprime un alias de ce serveur." msgstr "Supprime un alias de ce serveur."
#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 #: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315
msgid "There are no aliases on this server." msgid "There are no aliases on this server."
msgstr "Il n'y a pas d'alias sur ce serveur." msgstr "Il n'y a pas d'alias sur ce serveur."
#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 #: redbot/cogs/alias/alias.py:288 redbot/cogs/alias/alias.py:303
msgid "Alias with the name `{name}` was successfully deleted." msgid "Alias with the name `{name}` was successfully deleted."
msgstr "L'alias nommé `{name}` a bien été supprimé." msgstr "L'alias nommé `{name}` a bien été supprimé."
#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 #: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
msgid "Alias with name `{name}` was not found." msgid "Alias with name `{name}` was not found."
msgstr "L'alias nommé `{name}` n'a pas été trouvé." msgstr "L'alias nommé `{name}` n'a pas été trouvé."
#: redbot/cogs/alias/alias.py:383 #: redbot/cogs/alias/alias.py:296
#, docstring #, docstring
msgid "Delete an existing global alias." msgid "Delete an existing global alias."
msgstr "Supprime un alias global existant." msgstr "Supprime un alias global existant."
#: redbot/cogs/alias/alias.py:385 #: redbot/cogs/alias/alias.py:298
msgid "There are no global aliases on this bot." msgid "There are no global aliases on this bot."
msgstr "Il n'y a aucun alias global sur ce bot." msgstr "Il n'y a aucun alias global sur ce bot."
#: redbot/cogs/alias/alias.py:399 #: redbot/cogs/alias/alias.py:312
#, docstring #, docstring
msgid "List the available aliases on this server." msgid "List the available aliases on this server."
msgstr "Liste les alias disponibles sur ce serveur." msgstr "Liste les alias disponibles sur ce serveur."
#: redbot/cogs/alias/alias.py:408 #: redbot/cogs/alias/alias.py:321
#, docstring #, docstring
msgid "List the available global aliases on this bot." msgid "List the available global aliases on this bot."
msgstr "Liste les alias globaux disponibles sur ce bot." msgstr "Liste les alias globaux disponibles sur ce bot."
#: redbot/cogs/alias/alias.py:411 #: redbot/cogs/alias/alias.py:324
msgid "There are no global aliases." msgid "There are no global aliases."
msgstr "Il n'y a aucun alias global." msgstr "Il n'y a aucun alias global."
#: redbot/cogs/alias/alias_entry.py:198 #: redbot/cogs/alias/alias_entry.py:174
msgid "Arguments must be specified with a number." msgid "Arguments must be specified with a number."
msgstr "Les arguments doivent être spécifiés avec un nombre." msgstr "Les arguments doivent être spécifiés avec un nombre."
#: redbot/cogs/alias/alias_entry.py:205 #: redbot/cogs/alias/alias_entry.py:181
msgid "Arguments must be sequential. Missing arguments: " msgid "Arguments must be sequential. Missing arguments: "
msgstr "Les arguments doivent être séquentiels. Arguments manquants : " msgstr "Les arguments doivent être séquentiels. Arguments manquants : "

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-06-18 12:13+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Hebrew\n" "Language-Team: Hebrew\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,146 +15,146 @@ msgstr ""
"X-Crowdin-File-ID: 8\n" "X-Crowdin-File-ID: 8\n"
"Language: he_IL\n" "Language: he_IL\n"
#: redbot/cogs/alias/alias.py:35 #: redbot/cogs/alias/alias.py:31
#, docstring #, docstring
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n " msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:173 #: redbot/cogs/alias/alias.py:86
msgid "No prefix found." msgid "No prefix found."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:116
msgid "Aliases:\\n" msgid "Aliases:\\n"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:118
msgid "\\n\\nPage {page}/{total}" msgid "\\n\\nPage {page}/{total}"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:128
#, docstring #, docstring
msgid "Manage command aliases." msgid "Manage command aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:220 #: redbot/cogs/alias/alias.py:133
#, docstring #, docstring
msgid "Manage global aliases." msgid "Manage global aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:227 #: redbot/cogs/alias/alias.py:140
#, docstring #, docstring
msgid "Add an alias for a command." msgid "Add an alias for a command."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:232 #: redbot/cogs/alias/alias.py:145
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:243 #: redbot/cogs/alias/alias.py:156
msgid "You attempted to create a new alias with the name {name} but that alias already exists." msgid "You attempted to create a new alias with the name {name} but that alias already exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:254 #: redbot/cogs/alias/alias.py:167
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 #: redbot/cogs/alias/alias.py:179 redbot/cogs/alias/alias.py:238
msgid "You attempted to create a new alias for a command that doesn't exist." msgid "You attempted to create a new alias for a command that doesn't exist."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:280 #: redbot/cogs/alias/alias.py:193
msgid "A new alias with the trigger `{name}` has been created." msgid "A new alias with the trigger `{name}` has been created."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:286 #: redbot/cogs/alias/alias.py:199
#, docstring #, docstring
msgid "Add a global alias for a command." msgid "Add a global alias for a command."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:291 #: redbot/cogs/alias/alias.py:204
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:302 #: redbot/cogs/alias/alias.py:215
msgid "You attempted to create a new global alias with the name {name} but that alias already exists." msgid "You attempted to create a new global alias with the name {name} but that alias already exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:313 #: redbot/cogs/alias/alias.py:226
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:336 #: redbot/cogs/alias/alias.py:249
msgid "A new global alias with the trigger `{name}` has been created." msgid "A new global alias with the trigger `{name}` has been created."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:343 #: redbot/cogs/alias/alias.py:256
#, docstring #, docstring
msgid "Try to execute help for the base command of the alias." msgid "Try to execute help for the base command of the alias."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:348 #: redbot/cogs/alias/alias.py:261
msgid "No such alias exists." msgid "No such alias exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:352 #: redbot/cogs/alias/alias.py:265
#, docstring #, docstring
msgid "Show what command the alias executes." msgid "Show what command the alias executes."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:357 #: redbot/cogs/alias/alias.py:270
msgid "The `{alias_name}` alias will execute the command `{command}`" msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:362 #: redbot/cogs/alias/alias.py:275
msgid "There is no alias with the name `{name}`" msgid "There is no alias with the name `{name}`"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:368 #: redbot/cogs/alias/alias.py:281
#, docstring #, docstring
msgid "Delete an existing alias on this server." msgid "Delete an existing alias on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 #: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315
msgid "There are no aliases on this server." msgid "There are no aliases on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 #: redbot/cogs/alias/alias.py:288 redbot/cogs/alias/alias.py:303
msgid "Alias with the name `{name}` was successfully deleted." msgid "Alias with the name `{name}` was successfully deleted."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 #: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
msgid "Alias with name `{name}` was not found." msgid "Alias with name `{name}` was not found."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:383 #: redbot/cogs/alias/alias.py:296
#, docstring #, docstring
msgid "Delete an existing global alias." msgid "Delete an existing global alias."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:385 #: redbot/cogs/alias/alias.py:298
msgid "There are no global aliases on this bot." msgid "There are no global aliases on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:399 #: redbot/cogs/alias/alias.py:312
#, docstring #, docstring
msgid "List the available aliases on this server." msgid "List the available aliases on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:408 #: redbot/cogs/alias/alias.py:321
#, docstring #, docstring
msgid "List the available global aliases on this bot." msgid "List the available global aliases on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:411 #: redbot/cogs/alias/alias.py:324
msgid "There are no global aliases." msgid "There are no global aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias_entry.py:198 #: redbot/cogs/alias/alias_entry.py:174
msgid "Arguments must be specified with a number." msgid "Arguments must be specified with a number."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias_entry.py:205 #: redbot/cogs/alias/alias_entry.py:181
msgid "Arguments must be sequential. Missing arguments: " msgid "Arguments must be sequential. Missing arguments: "
msgstr "" msgstr ""

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-06-18 12:13+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Hungarian\n" "Language-Team: Hungarian\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,146 +15,146 @@ msgstr ""
"X-Crowdin-File-ID: 8\n" "X-Crowdin-File-ID: 8\n"
"Language: hu_HU\n" "Language: hu_HU\n"
#: redbot/cogs/alias/alias.py:35 #: redbot/cogs/alias/alias.py:31
#, docstring #, docstring
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n " msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:173 #: redbot/cogs/alias/alias.py:86
msgid "No prefix found." msgid "No prefix found."
msgstr "Nem találtható prefix." msgstr "Nem találtható prefix."
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:116
msgid "Aliases:\\n" msgid "Aliases:\\n"
msgstr "Aliasok:\\n" msgstr "Aliasok:\\n"
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:118
msgid "\\n\\nPage {page}/{total}" msgid "\\n\\nPage {page}/{total}"
msgstr "\\n\\nOldal {page}/{total}" msgstr "\\n\\nOldal {page}/{total}"
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:128
#, docstring #, docstring
msgid "Manage command aliases." msgid "Manage command aliases."
msgstr "Parancs aliasok kezelése." msgstr "Parancs aliasok kezelése."
#: redbot/cogs/alias/alias.py:220 #: redbot/cogs/alias/alias.py:133
#, docstring #, docstring
msgid "Manage global aliases." msgid "Manage global aliases."
msgstr "Globális aliasok kezelése." msgstr "Globális aliasok kezelése."
#: redbot/cogs/alias/alias.py:227 #: redbot/cogs/alias/alias.py:140
#, docstring #, docstring
msgid "Add an alias for a command." msgid "Add an alias for a command."
msgstr "Alias hozzáadása egy parancshoz." msgstr "Alias hozzáadása egy parancshoz."
#: redbot/cogs/alias/alias.py:232 #: redbot/cogs/alias/alias.py:145
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:243 #: redbot/cogs/alias/alias.py:156
msgid "You attempted to create a new alias with the name {name} but that alias already exists." msgid "You attempted to create a new alias with the name {name} but that alias already exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:254 #: redbot/cogs/alias/alias.py:167
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 #: redbot/cogs/alias/alias.py:179 redbot/cogs/alias/alias.py:238
msgid "You attempted to create a new alias for a command that doesn't exist." msgid "You attempted to create a new alias for a command that doesn't exist."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:280 #: redbot/cogs/alias/alias.py:193
msgid "A new alias with the trigger `{name}` has been created." msgid "A new alias with the trigger `{name}` has been created."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:286 #: redbot/cogs/alias/alias.py:199
#, docstring #, docstring
msgid "Add a global alias for a command." msgid "Add a global alias for a command."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:291 #: redbot/cogs/alias/alias.py:204
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:302 #: redbot/cogs/alias/alias.py:215
msgid "You attempted to create a new global alias with the name {name} but that alias already exists." msgid "You attempted to create a new global alias with the name {name} but that alias already exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:313 #: redbot/cogs/alias/alias.py:226
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:336 #: redbot/cogs/alias/alias.py:249
msgid "A new global alias with the trigger `{name}` has been created." msgid "A new global alias with the trigger `{name}` has been created."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:343 #: redbot/cogs/alias/alias.py:256
#, docstring #, docstring
msgid "Try to execute help for the base command of the alias." msgid "Try to execute help for the base command of the alias."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:348 #: redbot/cogs/alias/alias.py:261
msgid "No such alias exists." msgid "No such alias exists."
msgstr "Nem létezik ilyen alias." msgstr "Nem létezik ilyen alias."
#: redbot/cogs/alias/alias.py:352 #: redbot/cogs/alias/alias.py:265
#, docstring #, docstring
msgid "Show what command the alias executes." msgid "Show what command the alias executes."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:357 #: redbot/cogs/alias/alias.py:270
msgid "The `{alias_name}` alias will execute the command `{command}`" msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:362 #: redbot/cogs/alias/alias.py:275
msgid "There is no alias with the name `{name}`" msgid "There is no alias with the name `{name}`"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:368 #: redbot/cogs/alias/alias.py:281
#, docstring #, docstring
msgid "Delete an existing alias on this server." msgid "Delete an existing alias on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 #: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315
msgid "There are no aliases on this server." msgid "There are no aliases on this server."
msgstr "Nincsenek aliasok ezen a szerveren." msgstr "Nincsenek aliasok ezen a szerveren."
#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 #: redbot/cogs/alias/alias.py:288 redbot/cogs/alias/alias.py:303
msgid "Alias with the name `{name}` was successfully deleted." msgid "Alias with the name `{name}` was successfully deleted."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 #: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
msgid "Alias with name `{name}` was not found." msgid "Alias with name `{name}` was not found."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:383 #: redbot/cogs/alias/alias.py:296
#, docstring #, docstring
msgid "Delete an existing global alias." msgid "Delete an existing global alias."
msgstr "Létező globális alias törlése." msgstr "Létező globális alias törlése."
#: redbot/cogs/alias/alias.py:385 #: redbot/cogs/alias/alias.py:298
msgid "There are no global aliases on this bot." msgid "There are no global aliases on this bot."
msgstr "Nincsenek globális aliasok ezen a boton." msgstr "Nincsenek globális aliasok ezen a boton."
#: redbot/cogs/alias/alias.py:399 #: redbot/cogs/alias/alias.py:312
#, docstring #, docstring
msgid "List the available aliases on this server." msgid "List the available aliases on this server."
msgstr "A szerveren elérhető aliasok listázása." msgstr "A szerveren elérhető aliasok listázása."
#: redbot/cogs/alias/alias.py:408 #: redbot/cogs/alias/alias.py:321
#, docstring #, docstring
msgid "List the available global aliases on this bot." msgid "List the available global aliases on this bot."
msgstr "A boton elérhető globális aliasok listázása." msgstr "A boton elérhető globális aliasok listázása."
#: redbot/cogs/alias/alias.py:411 #: redbot/cogs/alias/alias.py:324
msgid "There are no global aliases." msgid "There are no global aliases."
msgstr "Nincsenek globális aliasok." msgstr "Nincsenek globális aliasok."
#: redbot/cogs/alias/alias_entry.py:198 #: redbot/cogs/alias/alias_entry.py:174
msgid "Arguments must be specified with a number." msgid "Arguments must be specified with a number."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias_entry.py:205 #: redbot/cogs/alias/alias_entry.py:181
msgid "Arguments must be sequential. Missing arguments: " msgid "Arguments must be sequential. Missing arguments: "
msgstr "" msgstr ""

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-06-18 12:13+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Indonesian\n" "Language-Team: Indonesian\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,146 +15,146 @@ msgstr ""
"X-Crowdin-File-ID: 8\n" "X-Crowdin-File-ID: 8\n"
"Language: id_ID\n" "Language: id_ID\n"
#: redbot/cogs/alias/alias.py:35 #: redbot/cogs/alias/alias.py:31
#, docstring #, docstring
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n " msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:173 #: redbot/cogs/alias/alias.py:86
msgid "No prefix found." msgid "No prefix found."
msgstr "Awalan tidak ditemukan." msgstr "Awalan tidak ditemukan."
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:116
msgid "Aliases:\\n" msgid "Aliases:\\n"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:118
msgid "\\n\\nPage {page}/{total}" msgid "\\n\\nPage {page}/{total}"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:128
#, docstring #, docstring
msgid "Manage command aliases." msgid "Manage command aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:220 #: redbot/cogs/alias/alias.py:133
#, docstring #, docstring
msgid "Manage global aliases." msgid "Manage global aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:227 #: redbot/cogs/alias/alias.py:140
#, docstring #, docstring
msgid "Add an alias for a command." msgid "Add an alias for a command."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:232 #: redbot/cogs/alias/alias.py:145
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:243 #: redbot/cogs/alias/alias.py:156
msgid "You attempted to create a new alias with the name {name} but that alias already exists." msgid "You attempted to create a new alias with the name {name} but that alias already exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:254 #: redbot/cogs/alias/alias.py:167
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 #: redbot/cogs/alias/alias.py:179 redbot/cogs/alias/alias.py:238
msgid "You attempted to create a new alias for a command that doesn't exist." msgid "You attempted to create a new alias for a command that doesn't exist."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:280 #: redbot/cogs/alias/alias.py:193
msgid "A new alias with the trigger `{name}` has been created." msgid "A new alias with the trigger `{name}` has been created."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:286 #: redbot/cogs/alias/alias.py:199
#, docstring #, docstring
msgid "Add a global alias for a command." msgid "Add a global alias for a command."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:291 #: redbot/cogs/alias/alias.py:204
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:302 #: redbot/cogs/alias/alias.py:215
msgid "You attempted to create a new global alias with the name {name} but that alias already exists." msgid "You attempted to create a new global alias with the name {name} but that alias already exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:313 #: redbot/cogs/alias/alias.py:226
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:336 #: redbot/cogs/alias/alias.py:249
msgid "A new global alias with the trigger `{name}` has been created." msgid "A new global alias with the trigger `{name}` has been created."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:343 #: redbot/cogs/alias/alias.py:256
#, docstring #, docstring
msgid "Try to execute help for the base command of the alias." msgid "Try to execute help for the base command of the alias."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:348 #: redbot/cogs/alias/alias.py:261
msgid "No such alias exists." msgid "No such alias exists."
msgstr "Alias tersebut tidak ditemukan." msgstr "Alias tersebut tidak ditemukan."
#: redbot/cogs/alias/alias.py:352 #: redbot/cogs/alias/alias.py:265
#, docstring #, docstring
msgid "Show what command the alias executes." msgid "Show what command the alias executes."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:357 #: redbot/cogs/alias/alias.py:270
msgid "The `{alias_name}` alias will execute the command `{command}`" msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:362 #: redbot/cogs/alias/alias.py:275
msgid "There is no alias with the name `{name}`" msgid "There is no alias with the name `{name}`"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:368 #: redbot/cogs/alias/alias.py:281
#, docstring #, docstring
msgid "Delete an existing alias on this server." msgid "Delete an existing alias on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 #: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315
msgid "There are no aliases on this server." msgid "There are no aliases on this server."
msgstr "Tidak ada alias pada server ini." msgstr "Tidak ada alias pada server ini."
#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 #: redbot/cogs/alias/alias.py:288 redbot/cogs/alias/alias.py:303
msgid "Alias with the name `{name}` was successfully deleted." msgid "Alias with the name `{name}` was successfully deleted."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 #: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
msgid "Alias with name `{name}` was not found." msgid "Alias with name `{name}` was not found."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:383 #: redbot/cogs/alias/alias.py:296
#, docstring #, docstring
msgid "Delete an existing global alias." msgid "Delete an existing global alias."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:385 #: redbot/cogs/alias/alias.py:298
msgid "There are no global aliases on this bot." msgid "There are no global aliases on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:399 #: redbot/cogs/alias/alias.py:312
#, docstring #, docstring
msgid "List the available aliases on this server." msgid "List the available aliases on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:408 #: redbot/cogs/alias/alias.py:321
#, docstring #, docstring
msgid "List the available global aliases on this bot." msgid "List the available global aliases on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:411 #: redbot/cogs/alias/alias.py:324
msgid "There are no global aliases." msgid "There are no global aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias_entry.py:198 #: redbot/cogs/alias/alias_entry.py:174
msgid "Arguments must be specified with a number." msgid "Arguments must be specified with a number."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias_entry.py:205 #: redbot/cogs/alias/alias_entry.py:181
msgid "Arguments must be sequential. Missing arguments: " msgid "Arguments must be sequential. Missing arguments: "
msgstr "" msgstr ""

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-06-18 12:13+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Italian\n" "Language-Team: Italian\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,146 +15,146 @@ msgstr ""
"X-Crowdin-File-ID: 8\n" "X-Crowdin-File-ID: 8\n"
"Language: it_IT\n" "Language: it_IT\n"
#: redbot/cogs/alias/alias.py:35 #: redbot/cogs/alias/alias.py:31
#, docstring #, docstring
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n " msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:173 #: redbot/cogs/alias/alias.py:86
msgid "No prefix found." msgid "No prefix found."
msgstr "Nessun prefisso trovato." msgstr "Nessun prefisso trovato."
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:116
msgid "Aliases:\\n" msgid "Aliases:\\n"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:118
msgid "\\n\\nPage {page}/{total}" msgid "\\n\\nPage {page}/{total}"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:128
#, docstring #, docstring
msgid "Manage command aliases." msgid "Manage command aliases."
msgstr "Gestisci gli alias dei comandi." msgstr "Gestisci gli alias dei comandi."
#: redbot/cogs/alias/alias.py:220 #: redbot/cogs/alias/alias.py:133
#, docstring #, docstring
msgid "Manage global aliases." msgid "Manage global aliases."
msgstr "Gestisci alias globali." msgstr "Gestisci alias globali."
#: redbot/cogs/alias/alias.py:227 #: redbot/cogs/alias/alias.py:140
#, docstring #, docstring
msgid "Add an alias for a command." msgid "Add an alias for a command."
msgstr "Aggiungi un alias per un comando." msgstr "Aggiungi un alias per un comando."
#: redbot/cogs/alias/alias.py:232 #: redbot/cogs/alias/alias.py:145
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr "Hai cercato di creare un nuovo alias con il nome {name}, ma questo nome corrisponde già a un comando su questo bot." msgstr "Hai cercato di creare un nuovo alias con il nome {name}, ma questo nome corrisponde già a un comando su questo bot."
#: redbot/cogs/alias/alias.py:243 #: redbot/cogs/alias/alias.py:156
msgid "You attempted to create a new alias with the name {name} but that alias already exists." msgid "You attempted to create a new alias with the name {name} but that alias already exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:254 #: redbot/cogs/alias/alias.py:167
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "Hai cercato di creare un nuovo alias con il nome {name}, ma questo nome non è un nome alias valido. I nomi alias non possono contenere spazi." msgstr "Hai cercato di creare un nuovo alias con il nome {name}, ma questo nome non è un nome alias valido. I nomi alias non possono contenere spazi."
#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 #: redbot/cogs/alias/alias.py:179 redbot/cogs/alias/alias.py:238
msgid "You attempted to create a new alias for a command that doesn't exist." msgid "You attempted to create a new alias for a command that doesn't exist."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:280 #: redbot/cogs/alias/alias.py:193
msgid "A new alias with the trigger `{name}` has been created." msgid "A new alias with the trigger `{name}` has been created."
msgstr "È stato creato un nuovo alias con il comando '{name}'." msgstr "È stato creato un nuovo alias con il comando '{name}'."
#: redbot/cogs/alias/alias.py:286 #: redbot/cogs/alias/alias.py:199
#, docstring #, docstring
msgid "Add a global alias for a command." msgid "Add a global alias for a command."
msgstr "Aggiungi un alias globale per un comando." msgstr "Aggiungi un alias globale per un comando."
#: redbot/cogs/alias/alias.py:291 #: redbot/cogs/alias/alias.py:204
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
msgstr "Hai cercato di creare un nuovo alias globale con il nome {name}, ma questo nome corrisponde già a un comando su questo bot." msgstr "Hai cercato di creare un nuovo alias globale con il nome {name}, ma questo nome corrisponde già a un comando su questo bot."
#: redbot/cogs/alias/alias.py:302 #: redbot/cogs/alias/alias.py:215
msgid "You attempted to create a new global alias with the name {name} but that alias already exists." msgid "You attempted to create a new global alias with the name {name} but that alias already exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:313 #: redbot/cogs/alias/alias.py:226
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "Hai cercato di creare un nuovo alias globale con il nome {name}, ma questo nome non è un nome alias valido. I nomi alias non possono contenere spazi." msgstr "Hai cercato di creare un nuovo alias globale con il nome {name}, ma questo nome non è un nome alias valido. I nomi alias non possono contenere spazi."
#: redbot/cogs/alias/alias.py:336 #: redbot/cogs/alias/alias.py:249
msgid "A new global alias with the trigger `{name}` has been created." msgid "A new global alias with the trigger `{name}` has been created."
msgstr "È stato creato un nuovo alias globale con il comando '{name}'." msgstr "È stato creato un nuovo alias globale con il comando '{name}'."
#: redbot/cogs/alias/alias.py:343 #: redbot/cogs/alias/alias.py:256
#, docstring #, docstring
msgid "Try to execute help for the base command of the alias." msgid "Try to execute help for the base command of the alias."
msgstr "Prova a eseguire l'aiuto per il comando di base dell'alias." msgstr "Prova a eseguire l'aiuto per il comando di base dell'alias."
#: redbot/cogs/alias/alias.py:348 #: redbot/cogs/alias/alias.py:261
msgid "No such alias exists." msgid "No such alias exists."
msgstr "Non esiste nessun alias con questo nome." msgstr "Non esiste nessun alias con questo nome."
#: redbot/cogs/alias/alias.py:352 #: redbot/cogs/alias/alias.py:265
#, docstring #, docstring
msgid "Show what command the alias executes." msgid "Show what command the alias executes."
msgstr "Mostra quale comando viene eseguito dall'alias." msgstr "Mostra quale comando viene eseguito dall'alias."
#: redbot/cogs/alias/alias.py:357 #: redbot/cogs/alias/alias.py:270
msgid "The `{alias_name}` alias will execute the command `{command}`" msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr "L'alias `{alias_name}` eseguirà il comando `{command}`" msgstr "L'alias `{alias_name}` eseguirà il comando `{command}`"
#: redbot/cogs/alias/alias.py:362 #: redbot/cogs/alias/alias.py:275
msgid "There is no alias with the name `{name}`" msgid "There is no alias with the name `{name}`"
msgstr "Non c'è nessun alias con il nome `{name}`" msgstr "Non c'è nessun alias con il nome `{name}`"
#: redbot/cogs/alias/alias.py:368 #: redbot/cogs/alias/alias.py:281
#, docstring #, docstring
msgid "Delete an existing alias on this server." msgid "Delete an existing alias on this server."
msgstr "Elimina un alias esistente su questo server." msgstr "Elimina un alias esistente su questo server."
#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 #: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315
msgid "There are no aliases on this server." msgid "There are no aliases on this server."
msgstr "Non ci sono alias su questo server." msgstr "Non ci sono alias su questo server."
#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 #: redbot/cogs/alias/alias.py:288 redbot/cogs/alias/alias.py:303
msgid "Alias with the name `{name}` was successfully deleted." msgid "Alias with the name `{name}` was successfully deleted."
msgstr "L'alias con il nome `{name}` è stato eliminato con successo." msgstr "L'alias con il nome `{name}` è stato eliminato con successo."
#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 #: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
msgid "Alias with name `{name}` was not found." msgid "Alias with name `{name}` was not found."
msgstr "L'alias con il nome `{name}` non è stato trovato." msgstr "L'alias con il nome `{name}` non è stato trovato."
#: redbot/cogs/alias/alias.py:383 #: redbot/cogs/alias/alias.py:296
#, docstring #, docstring
msgid "Delete an existing global alias." msgid "Delete an existing global alias."
msgstr "Elimina un alias globale esistente." msgstr "Elimina un alias globale esistente."
#: redbot/cogs/alias/alias.py:385 #: redbot/cogs/alias/alias.py:298
msgid "There are no global aliases on this bot." msgid "There are no global aliases on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:399 #: redbot/cogs/alias/alias.py:312
#, docstring #, docstring
msgid "List the available aliases on this server." msgid "List the available aliases on this server."
msgstr "Elenca gli alias disponibili su questo server." msgstr "Elenca gli alias disponibili su questo server."
#: redbot/cogs/alias/alias.py:408 #: redbot/cogs/alias/alias.py:321
#, docstring #, docstring
msgid "List the available global aliases on this bot." msgid "List the available global aliases on this bot."
msgstr "Elenca gli alias globali disponibili su questo server." msgstr "Elenca gli alias globali disponibili su questo server."
#: redbot/cogs/alias/alias.py:411 #: redbot/cogs/alias/alias.py:324
msgid "There are no global aliases." msgid "There are no global aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias_entry.py:198 #: redbot/cogs/alias/alias_entry.py:174
msgid "Arguments must be specified with a number." msgid "Arguments must be specified with a number."
msgstr "Gli argomenti devono essere specificati con un numero." msgstr "Gli argomenti devono essere specificati con un numero."
#: redbot/cogs/alias/alias_entry.py:205 #: redbot/cogs/alias/alias_entry.py:181
msgid "Arguments must be sequential. Missing arguments: " msgid "Arguments must be sequential. Missing arguments: "
msgstr "" msgstr ""

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-06-18 12:13+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Japanese\n" "Language-Team: Japanese\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,146 +15,146 @@ msgstr ""
"X-Crowdin-File-ID: 8\n" "X-Crowdin-File-ID: 8\n"
"Language: ja_JP\n" "Language: ja_JP\n"
#: redbot/cogs/alias/alias.py:35 #: redbot/cogs/alias/alias.py:31
#, docstring #, docstring
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n " msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:173 #: redbot/cogs/alias/alias.py:86
msgid "No prefix found." msgid "No prefix found."
msgstr "プレフィックスが見つかりません。" msgstr "プレフィックスが見つかりません。"
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:116
msgid "Aliases:\\n" msgid "Aliases:\\n"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:118
msgid "\\n\\nPage {page}/{total}" msgid "\\n\\nPage {page}/{total}"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:128
#, docstring #, docstring
msgid "Manage command aliases." msgid "Manage command aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:220 #: redbot/cogs/alias/alias.py:133
#, docstring #, docstring
msgid "Manage global aliases." msgid "Manage global aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:227 #: redbot/cogs/alias/alias.py:140
#, docstring #, docstring
msgid "Add an alias for a command." msgid "Add an alias for a command."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:232 #: redbot/cogs/alias/alias.py:145
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:243 #: redbot/cogs/alias/alias.py:156
msgid "You attempted to create a new alias with the name {name} but that alias already exists." msgid "You attempted to create a new alias with the name {name} but that alias already exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:254 #: redbot/cogs/alias/alias.py:167
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 #: redbot/cogs/alias/alias.py:179 redbot/cogs/alias/alias.py:238
msgid "You attempted to create a new alias for a command that doesn't exist." msgid "You attempted to create a new alias for a command that doesn't exist."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:280 #: redbot/cogs/alias/alias.py:193
msgid "A new alias with the trigger `{name}` has been created." msgid "A new alias with the trigger `{name}` has been created."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:286 #: redbot/cogs/alias/alias.py:199
#, docstring #, docstring
msgid "Add a global alias for a command." msgid "Add a global alias for a command."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:291 #: redbot/cogs/alias/alias.py:204
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:302 #: redbot/cogs/alias/alias.py:215
msgid "You attempted to create a new global alias with the name {name} but that alias already exists." msgid "You attempted to create a new global alias with the name {name} but that alias already exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:313 #: redbot/cogs/alias/alias.py:226
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:336 #: redbot/cogs/alias/alias.py:249
msgid "A new global alias with the trigger `{name}` has been created." msgid "A new global alias with the trigger `{name}` has been created."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:343 #: redbot/cogs/alias/alias.py:256
#, docstring #, docstring
msgid "Try to execute help for the base command of the alias." msgid "Try to execute help for the base command of the alias."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:348 #: redbot/cogs/alias/alias.py:261
msgid "No such alias exists." msgid "No such alias exists."
msgstr "そのようなエイリアスはありません。" msgstr "そのようなエイリアスはありません。"
#: redbot/cogs/alias/alias.py:352 #: redbot/cogs/alias/alias.py:265
#, docstring #, docstring
msgid "Show what command the alias executes." msgid "Show what command the alias executes."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:357 #: redbot/cogs/alias/alias.py:270
msgid "The `{alias_name}` alias will execute the command `{command}`" msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:362 #: redbot/cogs/alias/alias.py:275
msgid "There is no alias with the name `{name}`" msgid "There is no alias with the name `{name}`"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:368 #: redbot/cogs/alias/alias.py:281
#, docstring #, docstring
msgid "Delete an existing alias on this server." msgid "Delete an existing alias on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 #: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315
msgid "There are no aliases on this server." msgid "There are no aliases on this server."
msgstr "このサーバにエイリアスはありません。" msgstr "このサーバにエイリアスはありません。"
#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 #: redbot/cogs/alias/alias.py:288 redbot/cogs/alias/alias.py:303
msgid "Alias with the name `{name}` was successfully deleted." msgid "Alias with the name `{name}` was successfully deleted."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 #: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
msgid "Alias with name `{name}` was not found." msgid "Alias with name `{name}` was not found."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:383 #: redbot/cogs/alias/alias.py:296
#, docstring #, docstring
msgid "Delete an existing global alias." msgid "Delete an existing global alias."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:385 #: redbot/cogs/alias/alias.py:298
msgid "There are no global aliases on this bot." msgid "There are no global aliases on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:399 #: redbot/cogs/alias/alias.py:312
#, docstring #, docstring
msgid "List the available aliases on this server." msgid "List the available aliases on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:408 #: redbot/cogs/alias/alias.py:321
#, docstring #, docstring
msgid "List the available global aliases on this bot." msgid "List the available global aliases on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:411 #: redbot/cogs/alias/alias.py:324
msgid "There are no global aliases." msgid "There are no global aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias_entry.py:198 #: redbot/cogs/alias/alias_entry.py:174
msgid "Arguments must be specified with a number." msgid "Arguments must be specified with a number."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias_entry.py:205 #: redbot/cogs/alias/alias_entry.py:181
msgid "Arguments must be sequential. Missing arguments: " msgid "Arguments must be sequential. Missing arguments: "
msgstr "" msgstr ""

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-06-18 12:13+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Korean\n" "Language-Team: Korean\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,146 +15,146 @@ msgstr ""
"X-Crowdin-File-ID: 8\n" "X-Crowdin-File-ID: 8\n"
"Language: ko_KR\n" "Language: ko_KR\n"
#: redbot/cogs/alias/alias.py:35 #: redbot/cogs/alias/alias.py:31
#, docstring #, docstring
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n " msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
msgstr "명령어에 대한 별칭을 만들어주세요.\\n\\n 별칭들은 해당 명령어들을 바로 실행할 수 있는 대체적인 이름들이에요. 그것들은\\n 람다(반복되어 사용되는 인수를 저장)\\n 또는 단순히 \\\"x y z\\\"라고 말하는 바로가기 역할을 할 수 있어요.\\n\\n 실행할 시, 별칭들은 추가된 인수들을 승인할거예요.\\n 그리고 저장된 별칭들에 추가할거예요. " msgstr "명령어에 대한 별칭을 만들어주세요.\\n\\n 별칭들은 해당 명령어들을 바로 실행할 수 있는 대체적인 이름들이에요. 그것들은\\n 람다(반복되어 사용되는 인수를 저장)\\n 또는 단순히 \\\"x y z\\\"라고 말하는 바로가기 역할을 할 수 있어요.\\n\\n 실행할 시, 별칭들은 추가된 인수들을 승인할거예요.\\n 그리고 저장된 별칭들에 추가할거예요. "
#: redbot/cogs/alias/alias.py:173 #: redbot/cogs/alias/alias.py:86
msgid "No prefix found." msgid "No prefix found."
msgstr "접두사가 발견되지 않았습니다." msgstr "접두사가 발견되지 않았습니다."
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:116
msgid "Aliases:\\n" msgid "Aliases:\\n"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:118
msgid "\\n\\nPage {page}/{total}" msgid "\\n\\nPage {page}/{total}"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:128
#, docstring #, docstring
msgid "Manage command aliases." msgid "Manage command aliases."
msgstr "명령어 별칭들을 관리하세요." msgstr "명령어 별칭들을 관리하세요."
#: redbot/cogs/alias/alias.py:220 #: redbot/cogs/alias/alias.py:133
#, docstring #, docstring
msgid "Manage global aliases." msgid "Manage global aliases."
msgstr "글로벌 별칭들을 관리하세요." msgstr "글로벌 별칭들을 관리하세요."
#: redbot/cogs/alias/alias.py:227 #: redbot/cogs/alias/alias.py:140
#, docstring #, docstring
msgid "Add an alias for a command." msgid "Add an alias for a command."
msgstr "명령어에 대한 별칭을 등록해주세요." msgstr "명령어에 대한 별칭을 등록해주세요."
#: redbot/cogs/alias/alias.py:232 #: redbot/cogs/alias/alias.py:145
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr "이름이 {name}인 새 별칭을 생성하려고 했지만, 해당 이름은 이 봇의 명령어와 중복돼요." msgstr "이름이 {name}인 새 별칭을 생성하려고 했지만, 해당 이름은 이 봇의 명령어와 중복돼요."
#: redbot/cogs/alias/alias.py:243 #: redbot/cogs/alias/alias.py:156
msgid "You attempted to create a new alias with the name {name} but that alias already exists." msgid "You attempted to create a new alias with the name {name} but that alias already exists."
msgstr "이름이 {name} 인 새 별칭을 생성하려고 했지만, 해당 별칭은 이미 이 서버에 등록되어 있어요." msgstr "이름이 {name} 인 새 별칭을 생성하려고 했지만, 해당 별칭은 이미 이 서버에 등록되어 있어요."
#: redbot/cogs/alias/alias.py:254 #: redbot/cogs/alias/alias.py:167
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "이름이 {name}인 새 별칭을 생성하려고 했지만, 해당 이름은 사용할 수 없는 별칭 이름이에요. 별칭은 공백을 포함할 수 없어요." msgstr "이름이 {name}인 새 별칭을 생성하려고 했지만, 해당 이름은 사용할 수 없는 별칭 이름이에요. 별칭은 공백을 포함할 수 없어요."
#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 #: redbot/cogs/alias/alias.py:179 redbot/cogs/alias/alias.py:238
msgid "You attempted to create a new alias for a command that doesn't exist." msgid "You attempted to create a new alias for a command that doesn't exist."
msgstr "존재하지 않는 명령어에 대한 새 별칭을 생성하려고 시도하셨어요." msgstr "존재하지 않는 명령어에 대한 새 별칭을 생성하려고 시도하셨어요."
#: redbot/cogs/alias/alias.py:280 #: redbot/cogs/alias/alias.py:193
msgid "A new alias with the trigger `{name}` has been created." msgid "A new alias with the trigger `{name}` has been created."
msgstr "`{name}`을 실행하는 새 별칭이 등록됐어요." msgstr "`{name}`을 실행하는 새 별칭이 등록됐어요."
#: redbot/cogs/alias/alias.py:286 #: redbot/cogs/alias/alias.py:199
#, docstring #, docstring
msgid "Add a global alias for a command." msgid "Add a global alias for a command."
msgstr "명령어에 대한 글로벌 별칭을 등록해주세요." msgstr "명령어에 대한 글로벌 별칭을 등록해주세요."
#: redbot/cogs/alias/alias.py:291 #: redbot/cogs/alias/alias.py:204
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
msgstr "이름이 {name}인 새 글로벌 별칭을 생성하려고 했지만, 해당 이름은 커맨드와 중복돼요." msgstr "이름이 {name}인 새 글로벌 별칭을 생성하려고 했지만, 해당 이름은 커맨드와 중복돼요."
#: redbot/cogs/alias/alias.py:302 #: redbot/cogs/alias/alias.py:215
msgid "You attempted to create a new global alias with the name {name} but that alias already exists." msgid "You attempted to create a new global alias with the name {name} but that alias already exists."
msgstr "이름이 {name} 인 새 별칭을 생성하려고 했지만, 해당 별칭은 이미 이 서버에 등록되어 있어요." msgstr "이름이 {name} 인 새 별칭을 생성하려고 했지만, 해당 별칭은 이미 이 서버에 등록되어 있어요."
#: redbot/cogs/alias/alias.py:313 #: redbot/cogs/alias/alias.py:226
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "이름이 {name}인 새 글로벌 별칭을 생성하려고 했지만, 해당 별칭은 사용할 수 없는 별칭 이름이에요. 별칭 이름에는 공백을 포함할 수 없어요." msgstr "이름이 {name}인 새 글로벌 별칭을 생성하려고 했지만, 해당 별칭은 사용할 수 없는 별칭 이름이에요. 별칭 이름에는 공백을 포함할 수 없어요."
#: redbot/cogs/alias/alias.py:336 #: redbot/cogs/alias/alias.py:249
msgid "A new global alias with the trigger `{name}` has been created." msgid "A new global alias with the trigger `{name}` has been created."
msgstr "`{name}`을 실행하는 새로운 글로벌 별칭이 등록됐어요." msgstr "`{name}`을 실행하는 새로운 글로벌 별칭이 등록됐어요."
#: redbot/cogs/alias/alias.py:343 #: redbot/cogs/alias/alias.py:256
#, docstring #, docstring
msgid "Try to execute help for the base command of the alias." msgid "Try to execute help for the base command of the alias."
msgstr "별칭의 기본 명령어에 대한 도움말을 실행해 보세요." msgstr "별칭의 기본 명령어에 대한 도움말을 실행해 보세요."
#: redbot/cogs/alias/alias.py:348 #: redbot/cogs/alias/alias.py:261
msgid "No such alias exists." msgid "No such alias exists."
msgstr "그런 별칭은 등록되어 있지 않아요." msgstr "그런 별칭은 등록되어 있지 않아요."
#: redbot/cogs/alias/alias.py:352 #: redbot/cogs/alias/alias.py:265
#, docstring #, docstring
msgid "Show what command the alias executes." msgid "Show what command the alias executes."
msgstr "별칭이 실행하는 명령어를 표시해주세요." msgstr "별칭이 실행하는 명령어를 표시해주세요."
#: redbot/cogs/alias/alias.py:357 #: redbot/cogs/alias/alias.py:270
msgid "The `{alias_name}` alias will execute the command `{command}`" msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr "`{alias_name}` 별칭은 `{command}` 명령을 실행해요." msgstr "`{alias_name}` 별칭은 `{command}` 명령을 실행해요."
#: redbot/cogs/alias/alias.py:362 #: redbot/cogs/alias/alias.py:275
msgid "There is no alias with the name `{name}`" msgid "There is no alias with the name `{name}`"
msgstr "이름이 `{name}`인 별칭이 없어요." msgstr "이름이 `{name}`인 별칭이 없어요."
#: redbot/cogs/alias/alias.py:368 #: redbot/cogs/alias/alias.py:281
#, docstring #, docstring
msgid "Delete an existing alias on this server." msgid "Delete an existing alias on this server."
msgstr "이 서버에 있는 기존 별칭을 삭제해주세요." msgstr "이 서버에 있는 기존 별칭을 삭제해주세요."
#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 #: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315
msgid "There are no aliases on this server." msgid "There are no aliases on this server."
msgstr "이 서버에 등록된 별칭이 없어요." msgstr "이 서버에 등록된 별칭이 없어요."
#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 #: redbot/cogs/alias/alias.py:288 redbot/cogs/alias/alias.py:303
msgid "Alias with the name `{name}` was successfully deleted." msgid "Alias with the name `{name}` was successfully deleted."
msgstr "이름이 `{name}`인 별칭이 성공적으로 삭제됐어요." msgstr "이름이 `{name}`인 별칭이 성공적으로 삭제됐어요."
#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 #: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
msgid "Alias with name `{name}` was not found." msgid "Alias with name `{name}` was not found."
msgstr "이름이 `{name}`인 별칭을 찾을 수 없어요." msgstr "이름이 `{name}`인 별칭을 찾을 수 없어요."
#: redbot/cogs/alias/alias.py:383 #: redbot/cogs/alias/alias.py:296
#, docstring #, docstring
msgid "Delete an existing global alias." msgid "Delete an existing global alias."
msgstr "기존 글로벌 별칭들을 삭제해주세요." msgstr "기존 글로벌 별칭들을 삭제해주세요."
#: redbot/cogs/alias/alias.py:385 #: redbot/cogs/alias/alias.py:298
msgid "There are no global aliases on this bot." msgid "There are no global aliases on this bot."
msgstr "이 봇에 등록된 별칭이 없어요." msgstr "이 봇에 등록된 별칭이 없어요."
#: redbot/cogs/alias/alias.py:399 #: redbot/cogs/alias/alias.py:312
#, docstring #, docstring
msgid "List the available aliases on this server." msgid "List the available aliases on this server."
msgstr "이 서버에서 사용할 수 있는 별칭들을 나열해주세요." msgstr "이 서버에서 사용할 수 있는 별칭들을 나열해주세요."
#: redbot/cogs/alias/alias.py:408 #: redbot/cogs/alias/alias.py:321
#, docstring #, docstring
msgid "List the available global aliases on this bot." msgid "List the available global aliases on this bot."
msgstr "이 봇에서 사용할 수 있는 글로벌 별칭들을 나열해주세요." msgstr "이 봇에서 사용할 수 있는 글로벌 별칭들을 나열해주세요."
#: redbot/cogs/alias/alias.py:411 #: redbot/cogs/alias/alias.py:324
msgid "There are no global aliases." msgid "There are no global aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias_entry.py:198 #: redbot/cogs/alias/alias_entry.py:174
msgid "Arguments must be specified with a number." msgid "Arguments must be specified with a number."
msgstr "인수는 숫자로 지정해줘야해요." msgstr "인수는 숫자로 지정해줘야해요."
#: redbot/cogs/alias/alias_entry.py:205 #: redbot/cogs/alias/alias_entry.py:181
msgid "Arguments must be sequential. Missing arguments: " msgid "Arguments must be sequential. Missing arguments: "
msgstr "인수는 순차적이어야해요. 미확인된 인수: " msgstr "인수는 순차적이어야해요. 미확인된 인수: "

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-06-18 12:13+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Dutch\n" "Language-Team: Dutch\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,146 +15,146 @@ msgstr ""
"X-Crowdin-File-ID: 8\n" "X-Crowdin-File-ID: 8\n"
"Language: nl_NL\n" "Language: nl_NL\n"
#: redbot/cogs/alias/alias.py:35 #: redbot/cogs/alias/alias.py:31
#, docstring #, docstring
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n " msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
msgstr "Maak aliassen voor commando's.\\n\\n Aliassen zijn alternatieve namen of snelkoppelingen voor commando's. Ze\\n kunnen fungeren als een lambda (argumenten opslaan voor herhaald gebruik)\\n of als een snelkoppeling om \\\"x y z\\\" te zeggen.\\n\\n Aliassen accepteren extra argumenten wanneer ze zijn gebruikt\\n en voegen deze toe aan de opgeslagen alias.\\n " msgstr "Maak aliassen voor commando's.\\n\\n Aliassen zijn alternatieve namen of snelkoppelingen voor commando's. Ze\\n kunnen fungeren als een lambda (argumenten opslaan voor herhaald gebruik)\\n of als een snelkoppeling om \\\"x y z\\\" te zeggen.\\n\\n Aliassen accepteren extra argumenten wanneer ze zijn gebruikt\\n en voegen deze toe aan de opgeslagen alias.\\n "
#: redbot/cogs/alias/alias.py:173 #: redbot/cogs/alias/alias.py:86
msgid "No prefix found." msgid "No prefix found."
msgstr "Geen prefix gevonden." msgstr "Geen prefix gevonden."
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:116
msgid "Aliases:\\n" msgid "Aliases:\\n"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:118
msgid "\\n\\nPage {page}/{total}" msgid "\\n\\nPage {page}/{total}"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:128
#, docstring #, docstring
msgid "Manage command aliases." msgid "Manage command aliases."
msgstr "Beheer commandaliassen." msgstr "Beheer commandaliassen."
#: redbot/cogs/alias/alias.py:220 #: redbot/cogs/alias/alias.py:133
#, docstring #, docstring
msgid "Manage global aliases." msgid "Manage global aliases."
msgstr "Beheer globale aliassen." msgstr "Beheer globale aliassen."
#: redbot/cogs/alias/alias.py:227 #: redbot/cogs/alias/alias.py:140
#, docstring #, docstring
msgid "Add an alias for a command." msgid "Add an alias for a command."
msgstr "Voeg een alias toe voor een opdracht." msgstr "Voeg een alias toe voor een opdracht."
#: redbot/cogs/alias/alias.py:232 #: redbot/cogs/alias/alias.py:145
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr "Je hebt geprobeerd een nieuwe alias te maken met de naam {name}, maar die naam is al een opdracht voor deze bot." msgstr "Je hebt geprobeerd een nieuwe alias te maken met de naam {name}, maar die naam is al een opdracht voor deze bot."
#: redbot/cogs/alias/alias.py:243 #: redbot/cogs/alias/alias.py:156
msgid "You attempted to create a new alias with the name {name} but that alias already exists." msgid "You attempted to create a new alias with the name {name} but that alias already exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:254 #: redbot/cogs/alias/alias.py:167
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "Je hebt geprobeerd een nieuwe alias te maken met de naam {name}, maar die naam is een ongeldige aliasnaam. Aliasnamen mogen geen spaties bevatten." msgstr "Je hebt geprobeerd een nieuwe alias te maken met de naam {name}, maar die naam is een ongeldige aliasnaam. Aliasnamen mogen geen spaties bevatten."
#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 #: redbot/cogs/alias/alias.py:179 redbot/cogs/alias/alias.py:238
msgid "You attempted to create a new alias for a command that doesn't exist." msgid "You attempted to create a new alias for a command that doesn't exist."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:280 #: redbot/cogs/alias/alias.py:193
msgid "A new alias with the trigger `{name}` has been created." msgid "A new alias with the trigger `{name}` has been created."
msgstr "Er is een nieuwe alias gemaakt met de trigger `{name}`." msgstr "Er is een nieuwe alias gemaakt met de trigger `{name}`."
#: redbot/cogs/alias/alias.py:286 #: redbot/cogs/alias/alias.py:199
#, docstring #, docstring
msgid "Add a global alias for a command." msgid "Add a global alias for a command."
msgstr "Voeg een globale alias toe voor een opdracht." msgstr "Voeg een globale alias toe voor een opdracht."
#: redbot/cogs/alias/alias.py:291 #: redbot/cogs/alias/alias.py:204
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
msgstr "Je hebt geprobeerd om een nieuwe globale alias te maken met de naam {name}, maar die naam is al een opdracht op deze bot." msgstr "Je hebt geprobeerd om een nieuwe globale alias te maken met de naam {name}, maar die naam is al een opdracht op deze bot."
#: redbot/cogs/alias/alias.py:302 #: redbot/cogs/alias/alias.py:215
msgid "You attempted to create a new global alias with the name {name} but that alias already exists." msgid "You attempted to create a new global alias with the name {name} but that alias already exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:313 #: redbot/cogs/alias/alias.py:226
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "Je hebt geprobeerd een nieuwe algemene alias te maken met de naam {name}, maar die naam is een ongeldige aliasnaam. Aliasnamen mogen geen spaties bevatten." msgstr "Je hebt geprobeerd een nieuwe algemene alias te maken met de naam {name}, maar die naam is een ongeldige aliasnaam. Aliasnamen mogen geen spaties bevatten."
#: redbot/cogs/alias/alias.py:336 #: redbot/cogs/alias/alias.py:249
msgid "A new global alias with the trigger `{name}` has been created." msgid "A new global alias with the trigger `{name}` has been created."
msgstr "Er is een nieuwe globale alias gemaakt met de trigger `{name}`." msgstr "Er is een nieuwe globale alias gemaakt met de trigger `{name}`."
#: redbot/cogs/alias/alias.py:343 #: redbot/cogs/alias/alias.py:256
#, docstring #, docstring
msgid "Try to execute help for the base command of the alias." msgid "Try to execute help for the base command of the alias."
msgstr "Probeer hulp uit te voeren voor de basisopdracht van de alias." msgstr "Probeer hulp uit te voeren voor de basisopdracht van de alias."
#: redbot/cogs/alias/alias.py:348 #: redbot/cogs/alias/alias.py:261
msgid "No such alias exists." msgid "No such alias exists."
msgstr "Deze alias bestaat niet." msgstr "Deze alias bestaat niet."
#: redbot/cogs/alias/alias.py:352 #: redbot/cogs/alias/alias.py:265
#, docstring #, docstring
msgid "Show what command the alias executes." msgid "Show what command the alias executes."
msgstr "Laat zien welk commando de alias uitvoert." msgstr "Laat zien welk commando de alias uitvoert."
#: redbot/cogs/alias/alias.py:357 #: redbot/cogs/alias/alias.py:270
msgid "The `{alias_name}` alias will execute the command `{command}`" msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr "De `{alias_name}` alias voert het commando `{command}` uit" msgstr "De `{alias_name}` alias voert het commando `{command}` uit"
#: redbot/cogs/alias/alias.py:362 #: redbot/cogs/alias/alias.py:275
msgid "There is no alias with the name `{name}`" msgid "There is no alias with the name `{name}`"
msgstr "Er is geen alias met de naam'{name}'" msgstr "Er is geen alias met de naam'{name}'"
#: redbot/cogs/alias/alias.py:368 #: redbot/cogs/alias/alias.py:281
#, docstring #, docstring
msgid "Delete an existing alias on this server." msgid "Delete an existing alias on this server."
msgstr "Verwijder een bestaande alias op deze server." msgstr "Verwijder een bestaande alias op deze server."
#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 #: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315
msgid "There are no aliases on this server." msgid "There are no aliases on this server."
msgstr "Er zijn geen aliases in deze server." msgstr "Er zijn geen aliases in deze server."
#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 #: redbot/cogs/alias/alias.py:288 redbot/cogs/alias/alias.py:303
msgid "Alias with the name `{name}` was successfully deleted." msgid "Alias with the name `{name}` was successfully deleted."
msgstr "Alias met de naam `{name}` is succesvol verwijderd." msgstr "Alias met de naam `{name}` is succesvol verwijderd."
#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 #: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
msgid "Alias with name `{name}` was not found." msgid "Alias with name `{name}` was not found."
msgstr "Alias met naam `{name}` is niet gevonden." msgstr "Alias met naam `{name}` is niet gevonden."
#: redbot/cogs/alias/alias.py:383 #: redbot/cogs/alias/alias.py:296
#, docstring #, docstring
msgid "Delete an existing global alias." msgid "Delete an existing global alias."
msgstr "Een bestaande globale alias verwijderen." msgstr "Een bestaande globale alias verwijderen."
#: redbot/cogs/alias/alias.py:385 #: redbot/cogs/alias/alias.py:298
msgid "There are no global aliases on this bot." msgid "There are no global aliases on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:399 #: redbot/cogs/alias/alias.py:312
#, docstring #, docstring
msgid "List the available aliases on this server." msgid "List the available aliases on this server."
msgstr "Maak een lijst van de beschikbare aliassen op deze server." msgstr "Maak een lijst van de beschikbare aliassen op deze server."
#: redbot/cogs/alias/alias.py:408 #: redbot/cogs/alias/alias.py:321
#, docstring #, docstring
msgid "List the available global aliases on this bot." msgid "List the available global aliases on this bot."
msgstr "Maak een lijst van de beschikbare globale aliassen op deze bot." msgstr "Maak een lijst van de beschikbare globale aliassen op deze bot."
#: redbot/cogs/alias/alias.py:411 #: redbot/cogs/alias/alias.py:324
msgid "There are no global aliases." msgid "There are no global aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias_entry.py:198 #: redbot/cogs/alias/alias_entry.py:174
msgid "Arguments must be specified with a number." msgid "Arguments must be specified with a number."
msgstr "Argumenten moeten worden gespecificeerd met een getal." msgstr "Argumenten moeten worden gespecificeerd met een getal."
#: redbot/cogs/alias/alias_entry.py:205 #: redbot/cogs/alias/alias_entry.py:181
msgid "Arguments must be sequential. Missing arguments: " msgid "Arguments must be sequential. Missing arguments: "
msgstr "Argumenten moeten sequentieel zijn. Ontbrekende argumenten: " msgstr "Argumenten moeten sequentieel zijn. Ontbrekende argumenten: "

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-06-18 12:13+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Norwegian\n" "Language-Team: Norwegian\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,146 +15,146 @@ msgstr ""
"X-Crowdin-File-ID: 8\n" "X-Crowdin-File-ID: 8\n"
"Language: no_NO\n" "Language: no_NO\n"
#: redbot/cogs/alias/alias.py:35 #: redbot/cogs/alias/alias.py:31
#, docstring #, docstring
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n " msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:173 #: redbot/cogs/alias/alias.py:86
msgid "No prefix found." msgid "No prefix found."
msgstr "Ingen prefiks funnet." msgstr "Ingen prefiks funnet."
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:116
msgid "Aliases:\\n" msgid "Aliases:\\n"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:118
msgid "\\n\\nPage {page}/{total}" msgid "\\n\\nPage {page}/{total}"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:128
#, docstring #, docstring
msgid "Manage command aliases." msgid "Manage command aliases."
msgstr "Administrer kommando aliaser." msgstr "Administrer kommando aliaser."
#: redbot/cogs/alias/alias.py:220 #: redbot/cogs/alias/alias.py:133
#, docstring #, docstring
msgid "Manage global aliases." msgid "Manage global aliases."
msgstr "Administrer globale aliaser." msgstr "Administrer globale aliaser."
#: redbot/cogs/alias/alias.py:227 #: redbot/cogs/alias/alias.py:140
#, docstring #, docstring
msgid "Add an alias for a command." msgid "Add an alias for a command."
msgstr "Legg til et alias for en kommando." msgstr "Legg til et alias for en kommando."
#: redbot/cogs/alias/alias.py:232 #: redbot/cogs/alias/alias.py:145
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr "Du forsøkte å opprette et nytt alias med navnet {name} men navnet er allerede en kommando på denne boten." msgstr "Du forsøkte å opprette et nytt alias med navnet {name} men navnet er allerede en kommando på denne boten."
#: redbot/cogs/alias/alias.py:243 #: redbot/cogs/alias/alias.py:156
msgid "You attempted to create a new alias with the name {name} but that alias already exists." msgid "You attempted to create a new alias with the name {name} but that alias already exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:254 #: redbot/cogs/alias/alias.py:167
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "Du forsøkte å opprette et nytt alias med navnet {name} men navnet er et ugyldig aliasnavn. Aliasnavn kan ikke inneholde mellomrom." msgstr "Du forsøkte å opprette et nytt alias med navnet {name} men navnet er et ugyldig aliasnavn. Aliasnavn kan ikke inneholde mellomrom."
#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 #: redbot/cogs/alias/alias.py:179 redbot/cogs/alias/alias.py:238
msgid "You attempted to create a new alias for a command that doesn't exist." msgid "You attempted to create a new alias for a command that doesn't exist."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:280 #: redbot/cogs/alias/alias.py:193
msgid "A new alias with the trigger `{name}` has been created." msgid "A new alias with the trigger `{name}` has been created."
msgstr "Et nytt alias med utløseren \"{name}\" har blitt opprettet." msgstr "Et nytt alias med utløseren \"{name}\" har blitt opprettet."
#: redbot/cogs/alias/alias.py:286 #: redbot/cogs/alias/alias.py:199
#, docstring #, docstring
msgid "Add a global alias for a command." msgid "Add a global alias for a command."
msgstr "Legg til et globalt alias for en kommando." msgstr "Legg til et globalt alias for en kommando."
#: redbot/cogs/alias/alias.py:291 #: redbot/cogs/alias/alias.py:204
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
msgstr "Du forsøkte å opprette et nytt globalt alias med navnet {name} men navnet er allerede en kommando på denne boten." msgstr "Du forsøkte å opprette et nytt globalt alias med navnet {name} men navnet er allerede en kommando på denne boten."
#: redbot/cogs/alias/alias.py:302 #: redbot/cogs/alias/alias.py:215
msgid "You attempted to create a new global alias with the name {name} but that alias already exists." msgid "You attempted to create a new global alias with the name {name} but that alias already exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:313 #: redbot/cogs/alias/alias.py:226
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "Du forsøkte å opprette et nytt globalt alias med navnet {name} men navnet er et ugyldig aliasnavn. Aliasnavn kan ikke inneholde mellomrom." msgstr "Du forsøkte å opprette et nytt globalt alias med navnet {name} men navnet er et ugyldig aliasnavn. Aliasnavn kan ikke inneholde mellomrom."
#: redbot/cogs/alias/alias.py:336 #: redbot/cogs/alias/alias.py:249
msgid "A new global alias with the trigger `{name}` has been created." msgid "A new global alias with the trigger `{name}` has been created."
msgstr "Et nytt globalt alias med utløseren '{name}' har blitt opprettet." msgstr "Et nytt globalt alias med utløseren '{name}' har blitt opprettet."
#: redbot/cogs/alias/alias.py:343 #: redbot/cogs/alias/alias.py:256
#, docstring #, docstring
msgid "Try to execute help for the base command of the alias." msgid "Try to execute help for the base command of the alias."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:348 #: redbot/cogs/alias/alias.py:261
msgid "No such alias exists." msgid "No such alias exists."
msgstr "Ingen slike alias finnes." msgstr "Ingen slike alias finnes."
#: redbot/cogs/alias/alias.py:352 #: redbot/cogs/alias/alias.py:265
#, docstring #, docstring
msgid "Show what command the alias executes." msgid "Show what command the alias executes."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:357 #: redbot/cogs/alias/alias.py:270
msgid "The `{alias_name}` alias will execute the command `{command}`" msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:362 #: redbot/cogs/alias/alias.py:275
msgid "There is no alias with the name `{name}`" msgid "There is no alias with the name `{name}`"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:368 #: redbot/cogs/alias/alias.py:281
#, docstring #, docstring
msgid "Delete an existing alias on this server." msgid "Delete an existing alias on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 #: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315
msgid "There are no aliases on this server." msgid "There are no aliases on this server."
msgstr "Det er ingen aliaser på denne serveren." msgstr "Det er ingen aliaser på denne serveren."
#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 #: redbot/cogs/alias/alias.py:288 redbot/cogs/alias/alias.py:303
msgid "Alias with the name `{name}` was successfully deleted." msgid "Alias with the name `{name}` was successfully deleted."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 #: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
msgid "Alias with name `{name}` was not found." msgid "Alias with name `{name}` was not found."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:383 #: redbot/cogs/alias/alias.py:296
#, docstring #, docstring
msgid "Delete an existing global alias." msgid "Delete an existing global alias."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:385 #: redbot/cogs/alias/alias.py:298
msgid "There are no global aliases on this bot." msgid "There are no global aliases on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:399 #: redbot/cogs/alias/alias.py:312
#, docstring #, docstring
msgid "List the available aliases on this server." msgid "List the available aliases on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:408 #: redbot/cogs/alias/alias.py:321
#, docstring #, docstring
msgid "List the available global aliases on this bot." msgid "List the available global aliases on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:411 #: redbot/cogs/alias/alias.py:324
msgid "There are no global aliases." msgid "There are no global aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias_entry.py:198 #: redbot/cogs/alias/alias_entry.py:174
msgid "Arguments must be specified with a number." msgid "Arguments must be specified with a number."
msgstr "Argumenter må spesifiseres med et nummer." msgstr "Argumenter må spesifiseres med et nummer."
#: redbot/cogs/alias/alias_entry.py:205 #: redbot/cogs/alias/alias_entry.py:181
msgid "Arguments must be sequential. Missing arguments: " msgid "Arguments must be sequential. Missing arguments: "
msgstr "" msgstr ""

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-06-18 12:13+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Polish\n" "Language-Team: Polish\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,146 +15,146 @@ msgstr ""
"X-Crowdin-File-ID: 8\n" "X-Crowdin-File-ID: 8\n"
"Language: pl_PL\n" "Language: pl_PL\n"
#: redbot/cogs/alias/alias.py:35 #: redbot/cogs/alias/alias.py:31
#, docstring #, docstring
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n " msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:173 #: redbot/cogs/alias/alias.py:86
msgid "No prefix found." msgid "No prefix found."
msgstr "Nie znaleziono prefiksu." msgstr "Nie znaleziono prefiksu."
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:116
msgid "Aliases:\\n" msgid "Aliases:\\n"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:118
msgid "\\n\\nPage {page}/{total}" msgid "\\n\\nPage {page}/{total}"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:128
#, docstring #, docstring
msgid "Manage command aliases." msgid "Manage command aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:220 #: redbot/cogs/alias/alias.py:133
#, docstring #, docstring
msgid "Manage global aliases." msgid "Manage global aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:227 #: redbot/cogs/alias/alias.py:140
#, docstring #, docstring
msgid "Add an alias for a command." msgid "Add an alias for a command."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:232 #: redbot/cogs/alias/alias.py:145
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:243 #: redbot/cogs/alias/alias.py:156
msgid "You attempted to create a new alias with the name {name} but that alias already exists." msgid "You attempted to create a new alias with the name {name} but that alias already exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:254 #: redbot/cogs/alias/alias.py:167
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 #: redbot/cogs/alias/alias.py:179 redbot/cogs/alias/alias.py:238
msgid "You attempted to create a new alias for a command that doesn't exist." msgid "You attempted to create a new alias for a command that doesn't exist."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:280 #: redbot/cogs/alias/alias.py:193
msgid "A new alias with the trigger `{name}` has been created." msgid "A new alias with the trigger `{name}` has been created."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:286 #: redbot/cogs/alias/alias.py:199
#, docstring #, docstring
msgid "Add a global alias for a command." msgid "Add a global alias for a command."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:291 #: redbot/cogs/alias/alias.py:204
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:302 #: redbot/cogs/alias/alias.py:215
msgid "You attempted to create a new global alias with the name {name} but that alias already exists." msgid "You attempted to create a new global alias with the name {name} but that alias already exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:313 #: redbot/cogs/alias/alias.py:226
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:336 #: redbot/cogs/alias/alias.py:249
msgid "A new global alias with the trigger `{name}` has been created." msgid "A new global alias with the trigger `{name}` has been created."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:343 #: redbot/cogs/alias/alias.py:256
#, docstring #, docstring
msgid "Try to execute help for the base command of the alias." msgid "Try to execute help for the base command of the alias."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:348 #: redbot/cogs/alias/alias.py:261
msgid "No such alias exists." msgid "No such alias exists."
msgstr "Taki alias nie istnieje." msgstr "Taki alias nie istnieje."
#: redbot/cogs/alias/alias.py:352 #: redbot/cogs/alias/alias.py:265
#, docstring #, docstring
msgid "Show what command the alias executes." msgid "Show what command the alias executes."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:357 #: redbot/cogs/alias/alias.py:270
msgid "The `{alias_name}` alias will execute the command `{command}`" msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:362 #: redbot/cogs/alias/alias.py:275
msgid "There is no alias with the name `{name}`" msgid "There is no alias with the name `{name}`"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:368 #: redbot/cogs/alias/alias.py:281
#, docstring #, docstring
msgid "Delete an existing alias on this server." msgid "Delete an existing alias on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 #: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315
msgid "There are no aliases on this server." msgid "There are no aliases on this server."
msgstr "Nie ma aliasów na tym serwerze." msgstr "Nie ma aliasów na tym serwerze."
#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 #: redbot/cogs/alias/alias.py:288 redbot/cogs/alias/alias.py:303
msgid "Alias with the name `{name}` was successfully deleted." msgid "Alias with the name `{name}` was successfully deleted."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 #: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
msgid "Alias with name `{name}` was not found." msgid "Alias with name `{name}` was not found."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:383 #: redbot/cogs/alias/alias.py:296
#, docstring #, docstring
msgid "Delete an existing global alias." msgid "Delete an existing global alias."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:385 #: redbot/cogs/alias/alias.py:298
msgid "There are no global aliases on this bot." msgid "There are no global aliases on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:399 #: redbot/cogs/alias/alias.py:312
#, docstring #, docstring
msgid "List the available aliases on this server." msgid "List the available aliases on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:408 #: redbot/cogs/alias/alias.py:321
#, docstring #, docstring
msgid "List the available global aliases on this bot." msgid "List the available global aliases on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:411 #: redbot/cogs/alias/alias.py:324
msgid "There are no global aliases." msgid "There are no global aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias_entry.py:198 #: redbot/cogs/alias/alias_entry.py:174
msgid "Arguments must be specified with a number." msgid "Arguments must be specified with a number."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias_entry.py:205 #: redbot/cogs/alias/alias_entry.py:181
msgid "Arguments must be sequential. Missing arguments: " msgid "Arguments must be sequential. Missing arguments: "
msgstr "" msgstr ""

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-06-18 12:13+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Portuguese, Brazilian\n" "Language-Team: Portuguese, Brazilian\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,146 +15,146 @@ msgstr ""
"X-Crowdin-File-ID: 8\n" "X-Crowdin-File-ID: 8\n"
"Language: pt_BR\n" "Language: pt_BR\n"
#: redbot/cogs/alias/alias.py:35 #: redbot/cogs/alias/alias.py:31
#, docstring #, docstring
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n " msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:173 #: redbot/cogs/alias/alias.py:86
msgid "No prefix found." msgid "No prefix found."
msgstr "Nenhum prefixo encontrado." msgstr "Nenhum prefixo encontrado."
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:116
msgid "Aliases:\\n" msgid "Aliases:\\n"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:118
msgid "\\n\\nPage {page}/{total}" msgid "\\n\\nPage {page}/{total}"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:128
#, docstring #, docstring
msgid "Manage command aliases." msgid "Manage command aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:220 #: redbot/cogs/alias/alias.py:133
#, docstring #, docstring
msgid "Manage global aliases." msgid "Manage global aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:227 #: redbot/cogs/alias/alias.py:140
#, docstring #, docstring
msgid "Add an alias for a command." msgid "Add an alias for a command."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:232 #: redbot/cogs/alias/alias.py:145
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:243 #: redbot/cogs/alias/alias.py:156
msgid "You attempted to create a new alias with the name {name} but that alias already exists." msgid "You attempted to create a new alias with the name {name} but that alias already exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:254 #: redbot/cogs/alias/alias.py:167
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 #: redbot/cogs/alias/alias.py:179 redbot/cogs/alias/alias.py:238
msgid "You attempted to create a new alias for a command that doesn't exist." msgid "You attempted to create a new alias for a command that doesn't exist."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:280 #: redbot/cogs/alias/alias.py:193
msgid "A new alias with the trigger `{name}` has been created." msgid "A new alias with the trigger `{name}` has been created."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:286 #: redbot/cogs/alias/alias.py:199
#, docstring #, docstring
msgid "Add a global alias for a command." msgid "Add a global alias for a command."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:291 #: redbot/cogs/alias/alias.py:204
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:302 #: redbot/cogs/alias/alias.py:215
msgid "You attempted to create a new global alias with the name {name} but that alias already exists." msgid "You attempted to create a new global alias with the name {name} but that alias already exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:313 #: redbot/cogs/alias/alias.py:226
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:336 #: redbot/cogs/alias/alias.py:249
msgid "A new global alias with the trigger `{name}` has been created." msgid "A new global alias with the trigger `{name}` has been created."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:343 #: redbot/cogs/alias/alias.py:256
#, docstring #, docstring
msgid "Try to execute help for the base command of the alias." msgid "Try to execute help for the base command of the alias."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:348 #: redbot/cogs/alias/alias.py:261
msgid "No such alias exists." msgid "No such alias exists."
msgstr "Alias inexistente." msgstr "Alias inexistente."
#: redbot/cogs/alias/alias.py:352 #: redbot/cogs/alias/alias.py:265
#, docstring #, docstring
msgid "Show what command the alias executes." msgid "Show what command the alias executes."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:357 #: redbot/cogs/alias/alias.py:270
msgid "The `{alias_name}` alias will execute the command `{command}`" msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:362 #: redbot/cogs/alias/alias.py:275
msgid "There is no alias with the name `{name}`" msgid "There is no alias with the name `{name}`"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:368 #: redbot/cogs/alias/alias.py:281
#, docstring #, docstring
msgid "Delete an existing alias on this server." msgid "Delete an existing alias on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 #: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315
msgid "There are no aliases on this server." msgid "There are no aliases on this server."
msgstr "Não há nenhum alias neste servidor." msgstr "Não há nenhum alias neste servidor."
#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 #: redbot/cogs/alias/alias.py:288 redbot/cogs/alias/alias.py:303
msgid "Alias with the name `{name}` was successfully deleted." msgid "Alias with the name `{name}` was successfully deleted."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 #: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
msgid "Alias with name `{name}` was not found." msgid "Alias with name `{name}` was not found."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:383 #: redbot/cogs/alias/alias.py:296
#, docstring #, docstring
msgid "Delete an existing global alias." msgid "Delete an existing global alias."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:385 #: redbot/cogs/alias/alias.py:298
msgid "There are no global aliases on this bot." msgid "There are no global aliases on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:399 #: redbot/cogs/alias/alias.py:312
#, docstring #, docstring
msgid "List the available aliases on this server." msgid "List the available aliases on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:408 #: redbot/cogs/alias/alias.py:321
#, docstring #, docstring
msgid "List the available global aliases on this bot." msgid "List the available global aliases on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:411 #: redbot/cogs/alias/alias.py:324
msgid "There are no global aliases." msgid "There are no global aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias_entry.py:198 #: redbot/cogs/alias/alias_entry.py:174
msgid "Arguments must be specified with a number." msgid "Arguments must be specified with a number."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias_entry.py:205 #: redbot/cogs/alias/alias_entry.py:181
msgid "Arguments must be sequential. Missing arguments: " msgid "Arguments must be sequential. Missing arguments: "
msgstr "" msgstr ""

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-06-18 12:13+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Portuguese\n" "Language-Team: Portuguese\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,146 +15,146 @@ msgstr ""
"X-Crowdin-File-ID: 8\n" "X-Crowdin-File-ID: 8\n"
"Language: pt_PT\n" "Language: pt_PT\n"
#: redbot/cogs/alias/alias.py:35 #: redbot/cogs/alias/alias.py:31
#, docstring #, docstring
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n " msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:173 #: redbot/cogs/alias/alias.py:86
msgid "No prefix found." msgid "No prefix found."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:116
msgid "Aliases:\\n" msgid "Aliases:\\n"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:118
msgid "\\n\\nPage {page}/{total}" msgid "\\n\\nPage {page}/{total}"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:128
#, docstring #, docstring
msgid "Manage command aliases." msgid "Manage command aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:220 #: redbot/cogs/alias/alias.py:133
#, docstring #, docstring
msgid "Manage global aliases." msgid "Manage global aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:227 #: redbot/cogs/alias/alias.py:140
#, docstring #, docstring
msgid "Add an alias for a command." msgid "Add an alias for a command."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:232 #: redbot/cogs/alias/alias.py:145
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:243 #: redbot/cogs/alias/alias.py:156
msgid "You attempted to create a new alias with the name {name} but that alias already exists." msgid "You attempted to create a new alias with the name {name} but that alias already exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:254 #: redbot/cogs/alias/alias.py:167
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 #: redbot/cogs/alias/alias.py:179 redbot/cogs/alias/alias.py:238
msgid "You attempted to create a new alias for a command that doesn't exist." msgid "You attempted to create a new alias for a command that doesn't exist."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:280 #: redbot/cogs/alias/alias.py:193
msgid "A new alias with the trigger `{name}` has been created." msgid "A new alias with the trigger `{name}` has been created."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:286 #: redbot/cogs/alias/alias.py:199
#, docstring #, docstring
msgid "Add a global alias for a command." msgid "Add a global alias for a command."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:291 #: redbot/cogs/alias/alias.py:204
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:302 #: redbot/cogs/alias/alias.py:215
msgid "You attempted to create a new global alias with the name {name} but that alias already exists." msgid "You attempted to create a new global alias with the name {name} but that alias already exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:313 #: redbot/cogs/alias/alias.py:226
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:336 #: redbot/cogs/alias/alias.py:249
msgid "A new global alias with the trigger `{name}` has been created." msgid "A new global alias with the trigger `{name}` has been created."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:343 #: redbot/cogs/alias/alias.py:256
#, docstring #, docstring
msgid "Try to execute help for the base command of the alias." msgid "Try to execute help for the base command of the alias."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:348 #: redbot/cogs/alias/alias.py:261
msgid "No such alias exists." msgid "No such alias exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:352 #: redbot/cogs/alias/alias.py:265
#, docstring #, docstring
msgid "Show what command the alias executes." msgid "Show what command the alias executes."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:357 #: redbot/cogs/alias/alias.py:270
msgid "The `{alias_name}` alias will execute the command `{command}`" msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:362 #: redbot/cogs/alias/alias.py:275
msgid "There is no alias with the name `{name}`" msgid "There is no alias with the name `{name}`"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:368 #: redbot/cogs/alias/alias.py:281
#, docstring #, docstring
msgid "Delete an existing alias on this server." msgid "Delete an existing alias on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 #: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315
msgid "There are no aliases on this server." msgid "There are no aliases on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 #: redbot/cogs/alias/alias.py:288 redbot/cogs/alias/alias.py:303
msgid "Alias with the name `{name}` was successfully deleted." msgid "Alias with the name `{name}` was successfully deleted."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 #: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
msgid "Alias with name `{name}` was not found." msgid "Alias with name `{name}` was not found."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:383 #: redbot/cogs/alias/alias.py:296
#, docstring #, docstring
msgid "Delete an existing global alias." msgid "Delete an existing global alias."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:385 #: redbot/cogs/alias/alias.py:298
msgid "There are no global aliases on this bot." msgid "There are no global aliases on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:399 #: redbot/cogs/alias/alias.py:312
#, docstring #, docstring
msgid "List the available aliases on this server." msgid "List the available aliases on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:408 #: redbot/cogs/alias/alias.py:321
#, docstring #, docstring
msgid "List the available global aliases on this bot." msgid "List the available global aliases on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:411 #: redbot/cogs/alias/alias.py:324
msgid "There are no global aliases." msgid "There are no global aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias_entry.py:198 #: redbot/cogs/alias/alias_entry.py:174
msgid "Arguments must be specified with a number." msgid "Arguments must be specified with a number."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias_entry.py:205 #: redbot/cogs/alias/alias_entry.py:181
msgid "Arguments must be sequential. Missing arguments: " msgid "Arguments must be sequential. Missing arguments: "
msgstr "" msgstr ""

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-06-18 12:13+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Romanian\n" "Language-Team: Romanian\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,146 +15,146 @@ msgstr ""
"X-Crowdin-File-ID: 8\n" "X-Crowdin-File-ID: 8\n"
"Language: ro_RO\n" "Language: ro_RO\n"
#: redbot/cogs/alias/alias.py:35 #: redbot/cogs/alias/alias.py:31
#, docstring #, docstring
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n " msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:173 #: redbot/cogs/alias/alias.py:86
msgid "No prefix found." msgid "No prefix found."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:116
msgid "Aliases:\\n" msgid "Aliases:\\n"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:118
msgid "\\n\\nPage {page}/{total}" msgid "\\n\\nPage {page}/{total}"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:128
#, docstring #, docstring
msgid "Manage command aliases." msgid "Manage command aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:220 #: redbot/cogs/alias/alias.py:133
#, docstring #, docstring
msgid "Manage global aliases." msgid "Manage global aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:227 #: redbot/cogs/alias/alias.py:140
#, docstring #, docstring
msgid "Add an alias for a command." msgid "Add an alias for a command."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:232 #: redbot/cogs/alias/alias.py:145
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:243 #: redbot/cogs/alias/alias.py:156
msgid "You attempted to create a new alias with the name {name} but that alias already exists." msgid "You attempted to create a new alias with the name {name} but that alias already exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:254 #: redbot/cogs/alias/alias.py:167
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 #: redbot/cogs/alias/alias.py:179 redbot/cogs/alias/alias.py:238
msgid "You attempted to create a new alias for a command that doesn't exist." msgid "You attempted to create a new alias for a command that doesn't exist."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:280 #: redbot/cogs/alias/alias.py:193
msgid "A new alias with the trigger `{name}` has been created." msgid "A new alias with the trigger `{name}` has been created."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:286 #: redbot/cogs/alias/alias.py:199
#, docstring #, docstring
msgid "Add a global alias for a command." msgid "Add a global alias for a command."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:291 #: redbot/cogs/alias/alias.py:204
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:302 #: redbot/cogs/alias/alias.py:215
msgid "You attempted to create a new global alias with the name {name} but that alias already exists." msgid "You attempted to create a new global alias with the name {name} but that alias already exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:313 #: redbot/cogs/alias/alias.py:226
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:336 #: redbot/cogs/alias/alias.py:249
msgid "A new global alias with the trigger `{name}` has been created." msgid "A new global alias with the trigger `{name}` has been created."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:343 #: redbot/cogs/alias/alias.py:256
#, docstring #, docstring
msgid "Try to execute help for the base command of the alias." msgid "Try to execute help for the base command of the alias."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:348 #: redbot/cogs/alias/alias.py:261
msgid "No such alias exists." msgid "No such alias exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:352 #: redbot/cogs/alias/alias.py:265
#, docstring #, docstring
msgid "Show what command the alias executes." msgid "Show what command the alias executes."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:357 #: redbot/cogs/alias/alias.py:270
msgid "The `{alias_name}` alias will execute the command `{command}`" msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:362 #: redbot/cogs/alias/alias.py:275
msgid "There is no alias with the name `{name}`" msgid "There is no alias with the name `{name}`"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:368 #: redbot/cogs/alias/alias.py:281
#, docstring #, docstring
msgid "Delete an existing alias on this server." msgid "Delete an existing alias on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 #: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315
msgid "There are no aliases on this server." msgid "There are no aliases on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 #: redbot/cogs/alias/alias.py:288 redbot/cogs/alias/alias.py:303
msgid "Alias with the name `{name}` was successfully deleted." msgid "Alias with the name `{name}` was successfully deleted."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 #: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
msgid "Alias with name `{name}` was not found." msgid "Alias with name `{name}` was not found."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:383 #: redbot/cogs/alias/alias.py:296
#, docstring #, docstring
msgid "Delete an existing global alias." msgid "Delete an existing global alias."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:385 #: redbot/cogs/alias/alias.py:298
msgid "There are no global aliases on this bot." msgid "There are no global aliases on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:399 #: redbot/cogs/alias/alias.py:312
#, docstring #, docstring
msgid "List the available aliases on this server." msgid "List the available aliases on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:408 #: redbot/cogs/alias/alias.py:321
#, docstring #, docstring
msgid "List the available global aliases on this bot." msgid "List the available global aliases on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:411 #: redbot/cogs/alias/alias.py:324
msgid "There are no global aliases." msgid "There are no global aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias_entry.py:198 #: redbot/cogs/alias/alias_entry.py:174
msgid "Arguments must be specified with a number." msgid "Arguments must be specified with a number."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias_entry.py:205 #: redbot/cogs/alias/alias_entry.py:181
msgid "Arguments must be sequential. Missing arguments: " msgid "Arguments must be sequential. Missing arguments: "
msgstr "" msgstr ""

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-06-18 12:13+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Russian\n" "Language-Team: Russian\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,146 +15,146 @@ msgstr ""
"X-Crowdin-File-ID: 8\n" "X-Crowdin-File-ID: 8\n"
"Language: ru_RU\n" "Language: ru_RU\n"
#: redbot/cogs/alias/alias.py:35 #: redbot/cogs/alias/alias.py:31
#, docstring #, docstring
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n " msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
msgstr "Создать синонимы для команд.\\n\\n Синонимы - это альтернативные сокращения имен для команд.\\n Они могут действовать как лямбда (хранение аргументов для\\n многократного использования) или просто как сокращение \\\"а б в\\\".\\n\\n При запуске синонимы принимают любые дополнительные\\n аргументы и добавляют их к сохраненному синониму.\\n " msgstr "Создать псевдонимы для команд.\\n\\n Псевдонимы - это альтернативные сокращения имен для команд.\\n Они могут действовать как лямбда (хранение аргументов для\\n многократного использования) или просто как сокращение \\\"а б в\\\".\\n\\n При запуске псевдонимы принимают любые дополнительные\\n аргументы и добавляют их к сохраненному псевдониму.\\n "
#: redbot/cogs/alias/alias.py:173 #: redbot/cogs/alias/alias.py:86
msgid "No prefix found." msgid "No prefix found."
msgstr "Префикс не найден." msgstr "Префикс не найден."
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:116
msgid "Aliases:\\n" msgid "Aliases:\\n"
msgstr "Синонимы:\\n" msgstr ""
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:118
msgid "\\n\\nPage {page}/{total}" msgid "\\n\\nPage {page}/{total}"
msgstr "\\n\\nСтраница {page}/{total}" msgstr "\\n\\nСтраница {page}/{total}"
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:128
#, docstring #, docstring
msgid "Manage command aliases." msgid "Manage command aliases."
msgstr "Управление псевдонимами команд." msgstr "Управление псевдонимами команд."
#: redbot/cogs/alias/alias.py:220 #: redbot/cogs/alias/alias.py:133
#, docstring #, docstring
msgid "Manage global aliases." msgid "Manage global aliases."
msgstr "Управление глобальными псевдонимами." msgstr "Управление глобальными псевдонимами."
#: redbot/cogs/alias/alias.py:227 #: redbot/cogs/alias/alias.py:140
#, docstring #, docstring
msgid "Add an alias for a command." msgid "Add an alias for a command."
msgstr "Добавить псевдоним для команды." msgstr "Добавить псевдоним для команды."
#: redbot/cogs/alias/alias.py:232 #: redbot/cogs/alias/alias.py:145
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr "Вы попытались создать новый псевдоним {name}, но это имя уже является командой для этого бота." msgstr "Вы попытались создать новый псевдоним {name}, но это имя уже является командой для этого бота."
#: redbot/cogs/alias/alias.py:243 #: redbot/cogs/alias/alias.py:156
msgid "You attempted to create a new alias with the name {name} but that alias already exists." msgid "You attempted to create a new alias with the name {name} but that alias already exists."
msgstr "Синоним {name} уже существует." msgstr ""
#: redbot/cogs/alias/alias.py:254 #: redbot/cogs/alias/alias.py:167
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "Вы попытались создать новый псевдоним {name}, но это имя является недопустимым псевдонимом. Имена псевдонимов не могут содержать пробелов." msgstr "Вы попытались создать новый псевдоним {name}, но это имя является недопустимым псевдонимом. Имена псевдонимов не могут содержать пробелов."
#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 #: redbot/cogs/alias/alias.py:179 redbot/cogs/alias/alias.py:238
msgid "You attempted to create a new alias for a command that doesn't exist." msgid "You attempted to create a new alias for a command that doesn't exist."
msgstr "Вы попытались создать новый синоним для не существующей команды." msgstr "Вы попытались создать новый псевдоним для не существующей команды."
#: redbot/cogs/alias/alias.py:280 #: redbot/cogs/alias/alias.py:193
msgid "A new alias with the trigger `{name}` has been created." msgid "A new alias with the trigger `{name}` has been created."
msgstr "Новый псевдоним с триггером `{name}` был создан." msgstr "Новый псевдоним с триггером `{name}` был создан."
#: redbot/cogs/alias/alias.py:286 #: redbot/cogs/alias/alias.py:199
#, docstring #, docstring
msgid "Add a global alias for a command." msgid "Add a global alias for a command."
msgstr "Добавить глобальный псевдоним для команды." msgstr "Добавить глобальный псевдоним для команды."
#: redbot/cogs/alias/alias.py:291 #: redbot/cogs/alias/alias.py:204
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
msgstr "Вы попытались создать новый глобальный псевдоним {name}, но это имя уже является командой для этого бота." msgstr "Вы попытались создать новый глобальный псевдоним {name}, но это имя уже является командой для этого бота."
#: redbot/cogs/alias/alias.py:302 #: redbot/cogs/alias/alias.py:215
msgid "You attempted to create a new global alias with the name {name} but that alias already exists." msgid "You attempted to create a new global alias with the name {name} but that alias already exists."
msgstr "Общий синоним {name} уже существует." msgstr ""
#: redbot/cogs/alias/alias.py:313 #: redbot/cogs/alias/alias.py:226
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "Вы попытались создать новый глобальный псевдоним {name}, но это имя является недопустимым псевдонимом. Имена псевдонимов не могут содержать пробелов." msgstr "Вы попытались создать новый глобальный псевдоним {name}, но это имя является недопустимым псевдонимом. Имена псевдонимов не могут содержать пробелов."
#: redbot/cogs/alias/alias.py:336 #: redbot/cogs/alias/alias.py:249
msgid "A new global alias with the trigger `{name}` has been created." msgid "A new global alias with the trigger `{name}` has been created."
msgstr "Новый глобальный псевдоним с триггером `{name}` был создан." msgstr "Новый глобальный псевдоним с триггером `{name}` был создан."
#: redbot/cogs/alias/alias.py:343 #: redbot/cogs/alias/alias.py:256
#, docstring #, docstring
msgid "Try to execute help for the base command of the alias." msgid "Try to execute help for the base command of the alias."
msgstr "Попробуйте вызвать справку для базовой команды псевдонима." msgstr "Попробуйте вызвать справку для базовой команды псевдонима."
#: redbot/cogs/alias/alias.py:348 #: redbot/cogs/alias/alias.py:261
msgid "No such alias exists." msgid "No such alias exists."
msgstr "Псевдоним не существует." msgstr "Псевдоним не существует."
#: redbot/cogs/alias/alias.py:352 #: redbot/cogs/alias/alias.py:265
#, docstring #, docstring
msgid "Show what command the alias executes." msgid "Show what command the alias executes."
msgstr "Показать, какую команду выполняет псевдоним." msgstr "Показать, какую команду выполняет псевдоним."
#: redbot/cogs/alias/alias.py:357 #: redbot/cogs/alias/alias.py:270
msgid "The `{alias_name}` alias will execute the command `{command}`" msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr "Псевдоним `{alias_name}` будет выполнять команду `{command}`" msgstr "Псевдоним `{alias_name}` будет выполнять команду `{command}`"
#: redbot/cogs/alias/alias.py:362 #: redbot/cogs/alias/alias.py:275
msgid "There is no alias with the name `{name}`" msgid "There is no alias with the name `{name}`"
msgstr "Нет псевдонима с именем `{name}`" msgstr "Нет псевдонима с именем `{name}`"
#: redbot/cogs/alias/alias.py:368 #: redbot/cogs/alias/alias.py:281
#, docstring #, docstring
msgid "Delete an existing alias on this server." msgid "Delete an existing alias on this server."
msgstr "Удалить существующий псевдоним на этом сервере." msgstr "Удалить существующий псевдоним на этом сервере."
#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 #: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315
msgid "There are no aliases on this server." msgid "There are no aliases on this server."
msgstr "На этом сервере нет псевдонимов." msgstr "На этом сервере нет псевдонимов."
#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 #: redbot/cogs/alias/alias.py:288 redbot/cogs/alias/alias.py:303
msgid "Alias with the name `{name}` was successfully deleted." msgid "Alias with the name `{name}` was successfully deleted."
msgstr "Псевдоним с именем `{name}` был успешно удален." msgstr "Псевдоним с именем `{name}` был успешно удален."
#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 #: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
msgid "Alias with name `{name}` was not found." msgid "Alias with name `{name}` was not found."
msgstr "Псевдоним с именем `{name}` не найден." msgstr "Псевдоним с именем `{name}` не найден."
#: redbot/cogs/alias/alias.py:383 #: redbot/cogs/alias/alias.py:296
#, docstring #, docstring
msgid "Delete an existing global alias." msgid "Delete an existing global alias."
msgstr "Удалить существующий глобальный псевдоним." msgstr "Удалить существующий глобальный псевдоним."
#: redbot/cogs/alias/alias.py:385 #: redbot/cogs/alias/alias.py:298
msgid "There are no global aliases on this bot." msgid "There are no global aliases on this bot."
msgstr "У этого бота нет всеобщих синонимов." msgstr "У этого бота нет глобальных псевдонимов."
#: redbot/cogs/alias/alias.py:399 #: redbot/cogs/alias/alias.py:312
#, docstring #, docstring
msgid "List the available aliases on this server." msgid "List the available aliases on this server."
msgstr "Список доступных псевдонимов на этом сервере." msgstr "Список доступных псевдонимов на этом сервере."
#: redbot/cogs/alias/alias.py:408 #: redbot/cogs/alias/alias.py:321
#, docstring #, docstring
msgid "List the available global aliases on this bot." msgid "List the available global aliases on this bot."
msgstr "Список доступных глобальных псевдонимов для этого бота." msgstr "Список доступных глобальных псевдонимов для этого бота."
#: redbot/cogs/alias/alias.py:411 #: redbot/cogs/alias/alias.py:324
msgid "There are no global aliases." msgid "There are no global aliases."
msgstr "Нет всеобщих синонимов." msgstr "Нет глобальных псевдонимов."
#: redbot/cogs/alias/alias_entry.py:198 #: redbot/cogs/alias/alias_entry.py:174
msgid "Arguments must be specified with a number." msgid "Arguments must be specified with a number."
msgstr "Аргументы должны быть указаны с числом." msgstr "Аргументы должны быть указаны с числом."
#: redbot/cogs/alias/alias_entry.py:205 #: redbot/cogs/alias/alias_entry.py:181
msgid "Arguments must be sequential. Missing arguments: " msgid "Arguments must be sequential. Missing arguments: "
msgstr "Аргументы должны быть последовательными. Отсутствующие аргументы: " msgstr "Аргументы должны быть последовательными. Отсутствующие аргументы: "

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-06-18 12:13+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Slovak\n" "Language-Team: Slovak\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,146 +15,146 @@ msgstr ""
"X-Crowdin-File-ID: 8\n" "X-Crowdin-File-ID: 8\n"
"Language: sk_SK\n" "Language: sk_SK\n"
#: redbot/cogs/alias/alias.py:35 #: redbot/cogs/alias/alias.py:31
#, docstring #, docstring
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n " msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:173 #: redbot/cogs/alias/alias.py:86
msgid "No prefix found." msgid "No prefix found."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:116
msgid "Aliases:\\n" msgid "Aliases:\\n"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:118
msgid "\\n\\nPage {page}/{total}" msgid "\\n\\nPage {page}/{total}"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:128
#, docstring #, docstring
msgid "Manage command aliases." msgid "Manage command aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:220 #: redbot/cogs/alias/alias.py:133
#, docstring #, docstring
msgid "Manage global aliases." msgid "Manage global aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:227 #: redbot/cogs/alias/alias.py:140
#, docstring #, docstring
msgid "Add an alias for a command." msgid "Add an alias for a command."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:232 #: redbot/cogs/alias/alias.py:145
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:243 #: redbot/cogs/alias/alias.py:156
msgid "You attempted to create a new alias with the name {name} but that alias already exists." msgid "You attempted to create a new alias with the name {name} but that alias already exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:254 #: redbot/cogs/alias/alias.py:167
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 #: redbot/cogs/alias/alias.py:179 redbot/cogs/alias/alias.py:238
msgid "You attempted to create a new alias for a command that doesn't exist." msgid "You attempted to create a new alias for a command that doesn't exist."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:280 #: redbot/cogs/alias/alias.py:193
msgid "A new alias with the trigger `{name}` has been created." msgid "A new alias with the trigger `{name}` has been created."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:286 #: redbot/cogs/alias/alias.py:199
#, docstring #, docstring
msgid "Add a global alias for a command." msgid "Add a global alias for a command."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:291 #: redbot/cogs/alias/alias.py:204
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:302 #: redbot/cogs/alias/alias.py:215
msgid "You attempted to create a new global alias with the name {name} but that alias already exists." msgid "You attempted to create a new global alias with the name {name} but that alias already exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:313 #: redbot/cogs/alias/alias.py:226
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:336 #: redbot/cogs/alias/alias.py:249
msgid "A new global alias with the trigger `{name}` has been created." msgid "A new global alias with the trigger `{name}` has been created."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:343 #: redbot/cogs/alias/alias.py:256
#, docstring #, docstring
msgid "Try to execute help for the base command of the alias." msgid "Try to execute help for the base command of the alias."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:348 #: redbot/cogs/alias/alias.py:261
msgid "No such alias exists." msgid "No such alias exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:352 #: redbot/cogs/alias/alias.py:265
#, docstring #, docstring
msgid "Show what command the alias executes." msgid "Show what command the alias executes."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:357 #: redbot/cogs/alias/alias.py:270
msgid "The `{alias_name}` alias will execute the command `{command}`" msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:362 #: redbot/cogs/alias/alias.py:275
msgid "There is no alias with the name `{name}`" msgid "There is no alias with the name `{name}`"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:368 #: redbot/cogs/alias/alias.py:281
#, docstring #, docstring
msgid "Delete an existing alias on this server." msgid "Delete an existing alias on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 #: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315
msgid "There are no aliases on this server." msgid "There are no aliases on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 #: redbot/cogs/alias/alias.py:288 redbot/cogs/alias/alias.py:303
msgid "Alias with the name `{name}` was successfully deleted." msgid "Alias with the name `{name}` was successfully deleted."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 #: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
msgid "Alias with name `{name}` was not found." msgid "Alias with name `{name}` was not found."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:383 #: redbot/cogs/alias/alias.py:296
#, docstring #, docstring
msgid "Delete an existing global alias." msgid "Delete an existing global alias."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:385 #: redbot/cogs/alias/alias.py:298
msgid "There are no global aliases on this bot." msgid "There are no global aliases on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:399 #: redbot/cogs/alias/alias.py:312
#, docstring #, docstring
msgid "List the available aliases on this server." msgid "List the available aliases on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:408 #: redbot/cogs/alias/alias.py:321
#, docstring #, docstring
msgid "List the available global aliases on this bot." msgid "List the available global aliases on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:411 #: redbot/cogs/alias/alias.py:324
msgid "There are no global aliases." msgid "There are no global aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias_entry.py:198 #: redbot/cogs/alias/alias_entry.py:174
msgid "Arguments must be specified with a number." msgid "Arguments must be specified with a number."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias_entry.py:205 #: redbot/cogs/alias/alias_entry.py:181
msgid "Arguments must be sequential. Missing arguments: " msgid "Arguments must be sequential. Missing arguments: "
msgstr "" msgstr ""

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-06-18 12:13+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Serbian (Cyrillic)\n" "Language-Team: Serbian (Cyrillic)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,146 +15,146 @@ msgstr ""
"X-Crowdin-File-ID: 8\n" "X-Crowdin-File-ID: 8\n"
"Language: sr_SP\n" "Language: sr_SP\n"
#: redbot/cogs/alias/alias.py:35 #: redbot/cogs/alias/alias.py:31
#, docstring #, docstring
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n " msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:173 #: redbot/cogs/alias/alias.py:86
msgid "No prefix found." msgid "No prefix found."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:116
msgid "Aliases:\\n" msgid "Aliases:\\n"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:118
msgid "\\n\\nPage {page}/{total}" msgid "\\n\\nPage {page}/{total}"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:128
#, docstring #, docstring
msgid "Manage command aliases." msgid "Manage command aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:220 #: redbot/cogs/alias/alias.py:133
#, docstring #, docstring
msgid "Manage global aliases." msgid "Manage global aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:227 #: redbot/cogs/alias/alias.py:140
#, docstring #, docstring
msgid "Add an alias for a command." msgid "Add an alias for a command."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:232 #: redbot/cogs/alias/alias.py:145
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:243 #: redbot/cogs/alias/alias.py:156
msgid "You attempted to create a new alias with the name {name} but that alias already exists." msgid "You attempted to create a new alias with the name {name} but that alias already exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:254 #: redbot/cogs/alias/alias.py:167
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 #: redbot/cogs/alias/alias.py:179 redbot/cogs/alias/alias.py:238
msgid "You attempted to create a new alias for a command that doesn't exist." msgid "You attempted to create a new alias for a command that doesn't exist."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:280 #: redbot/cogs/alias/alias.py:193
msgid "A new alias with the trigger `{name}` has been created." msgid "A new alias with the trigger `{name}` has been created."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:286 #: redbot/cogs/alias/alias.py:199
#, docstring #, docstring
msgid "Add a global alias for a command." msgid "Add a global alias for a command."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:291 #: redbot/cogs/alias/alias.py:204
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:302 #: redbot/cogs/alias/alias.py:215
msgid "You attempted to create a new global alias with the name {name} but that alias already exists." msgid "You attempted to create a new global alias with the name {name} but that alias already exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:313 #: redbot/cogs/alias/alias.py:226
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:336 #: redbot/cogs/alias/alias.py:249
msgid "A new global alias with the trigger `{name}` has been created." msgid "A new global alias with the trigger `{name}` has been created."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:343 #: redbot/cogs/alias/alias.py:256
#, docstring #, docstring
msgid "Try to execute help for the base command of the alias." msgid "Try to execute help for the base command of the alias."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:348 #: redbot/cogs/alias/alias.py:261
msgid "No such alias exists." msgid "No such alias exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:352 #: redbot/cogs/alias/alias.py:265
#, docstring #, docstring
msgid "Show what command the alias executes." msgid "Show what command the alias executes."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:357 #: redbot/cogs/alias/alias.py:270
msgid "The `{alias_name}` alias will execute the command `{command}`" msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:362 #: redbot/cogs/alias/alias.py:275
msgid "There is no alias with the name `{name}`" msgid "There is no alias with the name `{name}`"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:368 #: redbot/cogs/alias/alias.py:281
#, docstring #, docstring
msgid "Delete an existing alias on this server." msgid "Delete an existing alias on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 #: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315
msgid "There are no aliases on this server." msgid "There are no aliases on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 #: redbot/cogs/alias/alias.py:288 redbot/cogs/alias/alias.py:303
msgid "Alias with the name `{name}` was successfully deleted." msgid "Alias with the name `{name}` was successfully deleted."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 #: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
msgid "Alias with name `{name}` was not found." msgid "Alias with name `{name}` was not found."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:383 #: redbot/cogs/alias/alias.py:296
#, docstring #, docstring
msgid "Delete an existing global alias." msgid "Delete an existing global alias."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:385 #: redbot/cogs/alias/alias.py:298
msgid "There are no global aliases on this bot." msgid "There are no global aliases on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:399 #: redbot/cogs/alias/alias.py:312
#, docstring #, docstring
msgid "List the available aliases on this server." msgid "List the available aliases on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:408 #: redbot/cogs/alias/alias.py:321
#, docstring #, docstring
msgid "List the available global aliases on this bot." msgid "List the available global aliases on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:411 #: redbot/cogs/alias/alias.py:324
msgid "There are no global aliases." msgid "There are no global aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias_entry.py:198 #: redbot/cogs/alias/alias_entry.py:174
msgid "Arguments must be specified with a number." msgid "Arguments must be specified with a number."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias_entry.py:205 #: redbot/cogs/alias/alias_entry.py:181
msgid "Arguments must be sequential. Missing arguments: " msgid "Arguments must be sequential. Missing arguments: "
msgstr "" msgstr ""

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-06-18 12:13+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Swedish\n" "Language-Team: Swedish\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,146 +15,146 @@ msgstr ""
"X-Crowdin-File-ID: 8\n" "X-Crowdin-File-ID: 8\n"
"Language: sv_SE\n" "Language: sv_SE\n"
#: redbot/cogs/alias/alias.py:35 #: redbot/cogs/alias/alias.py:31
#, docstring #, docstring
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n " msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:173 #: redbot/cogs/alias/alias.py:86
msgid "No prefix found." msgid "No prefix found."
msgstr "Inget prefix hittat." msgstr "Inget prefix hittat."
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:116
msgid "Aliases:\\n" msgid "Aliases:\\n"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:118
msgid "\\n\\nPage {page}/{total}" msgid "\\n\\nPage {page}/{total}"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:128
#, docstring #, docstring
msgid "Manage command aliases." msgid "Manage command aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:220 #: redbot/cogs/alias/alias.py:133
#, docstring #, docstring
msgid "Manage global aliases." msgid "Manage global aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:227 #: redbot/cogs/alias/alias.py:140
#, docstring #, docstring
msgid "Add an alias for a command." msgid "Add an alias for a command."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:232 #: redbot/cogs/alias/alias.py:145
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:243 #: redbot/cogs/alias/alias.py:156
msgid "You attempted to create a new alias with the name {name} but that alias already exists." msgid "You attempted to create a new alias with the name {name} but that alias already exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:254 #: redbot/cogs/alias/alias.py:167
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 #: redbot/cogs/alias/alias.py:179 redbot/cogs/alias/alias.py:238
msgid "You attempted to create a new alias for a command that doesn't exist." msgid "You attempted to create a new alias for a command that doesn't exist."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:280 #: redbot/cogs/alias/alias.py:193
msgid "A new alias with the trigger `{name}` has been created." msgid "A new alias with the trigger `{name}` has been created."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:286 #: redbot/cogs/alias/alias.py:199
#, docstring #, docstring
msgid "Add a global alias for a command." msgid "Add a global alias for a command."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:291 #: redbot/cogs/alias/alias.py:204
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:302 #: redbot/cogs/alias/alias.py:215
msgid "You attempted to create a new global alias with the name {name} but that alias already exists." msgid "You attempted to create a new global alias with the name {name} but that alias already exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:313 #: redbot/cogs/alias/alias.py:226
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:336 #: redbot/cogs/alias/alias.py:249
msgid "A new global alias with the trigger `{name}` has been created." msgid "A new global alias with the trigger `{name}` has been created."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:343 #: redbot/cogs/alias/alias.py:256
#, docstring #, docstring
msgid "Try to execute help for the base command of the alias." msgid "Try to execute help for the base command of the alias."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:348 #: redbot/cogs/alias/alias.py:261
msgid "No such alias exists." msgid "No such alias exists."
msgstr "Detta alias existerar inte." msgstr "Detta alias existerar inte."
#: redbot/cogs/alias/alias.py:352 #: redbot/cogs/alias/alias.py:265
#, docstring #, docstring
msgid "Show what command the alias executes." msgid "Show what command the alias executes."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:357 #: redbot/cogs/alias/alias.py:270
msgid "The `{alias_name}` alias will execute the command `{command}`" msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:362 #: redbot/cogs/alias/alias.py:275
msgid "There is no alias with the name `{name}`" msgid "There is no alias with the name `{name}`"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:368 #: redbot/cogs/alias/alias.py:281
#, docstring #, docstring
msgid "Delete an existing alias on this server." msgid "Delete an existing alias on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 #: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315
msgid "There are no aliases on this server." msgid "There are no aliases on this server."
msgstr "Det finns inga alias på denna server." msgstr "Det finns inga alias på denna server."
#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 #: redbot/cogs/alias/alias.py:288 redbot/cogs/alias/alias.py:303
msgid "Alias with the name `{name}` was successfully deleted." msgid "Alias with the name `{name}` was successfully deleted."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 #: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
msgid "Alias with name `{name}` was not found." msgid "Alias with name `{name}` was not found."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:383 #: redbot/cogs/alias/alias.py:296
#, docstring #, docstring
msgid "Delete an existing global alias." msgid "Delete an existing global alias."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:385 #: redbot/cogs/alias/alias.py:298
msgid "There are no global aliases on this bot." msgid "There are no global aliases on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:399 #: redbot/cogs/alias/alias.py:312
#, docstring #, docstring
msgid "List the available aliases on this server." msgid "List the available aliases on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:408 #: redbot/cogs/alias/alias.py:321
#, docstring #, docstring
msgid "List the available global aliases on this bot." msgid "List the available global aliases on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:411 #: redbot/cogs/alias/alias.py:324
msgid "There are no global aliases." msgid "There are no global aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias_entry.py:198 #: redbot/cogs/alias/alias_entry.py:174
msgid "Arguments must be specified with a number." msgid "Arguments must be specified with a number."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias_entry.py:205 #: redbot/cogs/alias/alias_entry.py:181
msgid "Arguments must be sequential. Missing arguments: " msgid "Arguments must be sequential. Missing arguments: "
msgstr "" msgstr ""

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-06-18 12:13+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Turkish\n" "Language-Team: Turkish\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,146 +15,146 @@ msgstr ""
"X-Crowdin-File-ID: 8\n" "X-Crowdin-File-ID: 8\n"
"Language: tr_TR\n" "Language: tr_TR\n"
#: redbot/cogs/alias/alias.py:35 #: redbot/cogs/alias/alias.py:31
#, docstring #, docstring
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n " msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
msgstr "Komutlar için kısaltma yaratır.\\n\\n Kısaltmalar, komutlar için alternatiftir. Hem\\n kısaltma hem de komut bir arada kullanılabilir\\n Sadece kısaltmalar da kullanılabilir \\\"x y z\\\".\\n\\n Çalıştırıldığında, diğer adlar ek bağımsız değişkenleri\\n kabul eder ve bunları depolanan diğer ada ekler.\\n " msgstr "Komutlar için kısaltma yaratır.\\n\\n Kısaltmalar, komutlar için alternatiftir. Hem\\n kısaltma hem de komut bir arada kullanılabilir\\n Sadece kısaltmalar da kullanılabilir \\\"x y z\\\".\\n\\n Çalıştırıldığında, diğer adlar ek bağımsız değişkenleri\\n kabul eder ve bunları depolanan diğer ada ekler.\\n "
#: redbot/cogs/alias/alias.py:173 #: redbot/cogs/alias/alias.py:86
msgid "No prefix found." msgid "No prefix found."
msgstr "Prefix yani komut başlangıcı bulunamadı." msgstr "Prefix yani komut başlangıcı bulunamadı."
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:116
msgid "Aliases:\\n" msgid "Aliases:\\n"
msgstr "Takma adlar" msgstr "Takma adlar"
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:118
msgid "\\n\\nPage {page}/{total}" msgid "\\n\\nPage {page}/{total}"
msgstr "Sayfa" msgstr "Sayfa"
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:128
#, docstring #, docstring
msgid "Manage command aliases." msgid "Manage command aliases."
msgstr "Komut kısaltmalarını yönet." msgstr "Komut kısaltmalarını yönet."
#: redbot/cogs/alias/alias.py:220 #: redbot/cogs/alias/alias.py:133
#, docstring #, docstring
msgid "Manage global aliases." msgid "Manage global aliases."
msgstr "Global kısaltmaları yönet." msgstr "Global kısaltmaları yönet."
#: redbot/cogs/alias/alias.py:227 #: redbot/cogs/alias/alias.py:140
#, docstring #, docstring
msgid "Add an alias for a command." msgid "Add an alias for a command."
msgstr "Bir komut için kısaltma ekleyin." msgstr "Bir komut için kısaltma ekleyin."
#: redbot/cogs/alias/alias.py:232 #: redbot/cogs/alias/alias.py:145
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr "{name} adı ile yeni bir kısaltma oluşturmaya çalıştınız, ancak botta bu ad ile mevcut bir komut bulunuyor." msgstr "{name} adı ile yeni bir kısaltma oluşturmaya çalıştınız, ancak botta bu ad ile mevcut bir komut bulunuyor."
#: redbot/cogs/alias/alias.py:243 #: redbot/cogs/alias/alias.py:156
msgid "You attempted to create a new alias with the name {name} but that alias already exists." msgid "You attempted to create a new alias with the name {name} but that alias already exists."
msgstr "{name} adıyla yeni bir diğer ad oluşturmaya çalıştınız, ancak bu diğer ad zaten var." msgstr "{name} adıyla yeni bir diğer ad oluşturmaya çalıştınız, ancak bu diğer ad zaten var."
#: redbot/cogs/alias/alias.py:254 #: redbot/cogs/alias/alias.py:167
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "{name} adı ile yeni bir kısaltma oluşturmaya çalıştınız, ancak belirttiğiniz geçersiz bir kısaltmadır. Kısaltmalar boşluk içermemelidir." msgstr "{name} adı ile yeni bir kısaltma oluşturmaya çalıştınız, ancak belirttiğiniz geçersiz bir kısaltmadır. Kısaltmalar boşluk içermemelidir."
#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 #: redbot/cogs/alias/alias.py:179 redbot/cogs/alias/alias.py:238
msgid "You attempted to create a new alias for a command that doesn't exist." msgid "You attempted to create a new alias for a command that doesn't exist."
msgstr "Mevcut olmayan bir komut için kısayol oluşturmaya çalıştınız." msgstr "Mevcut olmayan bir komut için kısayol oluşturmaya çalıştınız."
#: redbot/cogs/alias/alias.py:280 #: redbot/cogs/alias/alias.py:193
msgid "A new alias with the trigger `{name}` has been created." msgid "A new alias with the trigger `{name}` has been created."
msgstr "Yeni bir kısaltma '{name}' ismi ile oluşturuldu." msgstr "Yeni bir kısaltma '{name}' ismi ile oluşturuldu."
#: redbot/cogs/alias/alias.py:286 #: redbot/cogs/alias/alias.py:199
#, docstring #, docstring
msgid "Add a global alias for a command." msgid "Add a global alias for a command."
msgstr "Bir komut için global bir kısaltma ekleyin." msgstr "Bir komut için global bir kısaltma ekleyin."
#: redbot/cogs/alias/alias.py:291 #: redbot/cogs/alias/alias.py:204
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
msgstr "{name} adı ile global bir kısaltma yaratmaya çalıştınız, ancak botta bu isimde bir komut mevcut." msgstr "{name} adı ile global bir kısaltma yaratmaya çalıştınız, ancak botta bu isimde bir komut mevcut."
#: redbot/cogs/alias/alias.py:302 #: redbot/cogs/alias/alias.py:215
msgid "You attempted to create a new global alias with the name {name} but that alias already exists." msgid "You attempted to create a new global alias with the name {name} but that alias already exists."
msgstr "{name} adıyla yeni bir genel diğer ad oluşturmaya çalıştınız, ancak bu diğer ad zaten var." msgstr "{name} adıyla yeni bir genel diğer ad oluşturmaya çalıştınız, ancak bu diğer ad zaten var."
#: redbot/cogs/alias/alias.py:313 #: redbot/cogs/alias/alias.py:226
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "{name} ile yeni bir global kısaltma oluşturmaya çalıştınız ancak bu kısaltma geçerli değil. Kısaltmalar boşluk içeremez." msgstr "{name} ile yeni bir global kısaltma oluşturmaya çalıştınız ancak bu kısaltma geçerli değil. Kısaltmalar boşluk içeremez."
#: redbot/cogs/alias/alias.py:336 #: redbot/cogs/alias/alias.py:249
msgid "A new global alias with the trigger `{name}` has been created." msgid "A new global alias with the trigger `{name}` has been created."
msgstr "Yeni bir global kısaltma '{name}' ismi ile oluşturuldu." msgstr "Yeni bir global kısaltma '{name}' ismi ile oluşturuldu."
#: redbot/cogs/alias/alias.py:343 #: redbot/cogs/alias/alias.py:256
#, docstring #, docstring
msgid "Try to execute help for the base command of the alias." msgid "Try to execute help for the base command of the alias."
msgstr "Kısaltma komutlarını detaylıca öğrenmek için yardım komutunu kullanmayı deneyiniz." msgstr "Kısaltma komutlarını detaylıca öğrenmek için yardım komutunu kullanmayı deneyiniz."
#: redbot/cogs/alias/alias.py:348 #: redbot/cogs/alias/alias.py:261
msgid "No such alias exists." msgid "No such alias exists."
msgstr "Böyle bir kısaltma mevcut değil." msgstr "Böyle bir kısaltma mevcut değil."
#: redbot/cogs/alias/alias.py:352 #: redbot/cogs/alias/alias.py:265
#, docstring #, docstring
msgid "Show what command the alias executes." msgid "Show what command the alias executes."
msgstr "Kısaltmanın hangi komutu uyguladığını gösterir." msgstr "Kısaltmanın hangi komutu uyguladığını gösterir."
#: redbot/cogs/alias/alias.py:357 #: redbot/cogs/alias/alias.py:270
msgid "The `{alias_name}` alias will execute the command `{command}`" msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr "'{alias_name}' kısaltması '{command} ' komutunu uygulayacak" msgstr "'{alias_name}' kısaltması '{command} ' komutunu uygulayacak"
#: redbot/cogs/alias/alias.py:362 #: redbot/cogs/alias/alias.py:275
msgid "There is no alias with the name `{name}`" msgid "There is no alias with the name `{name}`"
msgstr "{name} adında bir kısaltma mevcut değil" msgstr "{name} adında bir kısaltma mevcut değil"
#: redbot/cogs/alias/alias.py:368 #: redbot/cogs/alias/alias.py:281
#, docstring #, docstring
msgid "Delete an existing alias on this server." msgid "Delete an existing alias on this server."
msgstr "Bu sunucuda mevcut bir kısaltmayı silin." msgstr "Bu sunucuda mevcut bir kısaltmayı silin."
#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 #: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315
msgid "There are no aliases on this server." msgid "There are no aliases on this server."
msgstr "Bu sunucuda herhangi bir kısaltma mevcut değil." msgstr "Bu sunucuda herhangi bir kısaltma mevcut değil."
#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 #: redbot/cogs/alias/alias.py:288 redbot/cogs/alias/alias.py:303
msgid "Alias with the name `{name}` was successfully deleted." msgid "Alias with the name `{name}` was successfully deleted."
msgstr "`{name}`adlı kısaltma başarıyla silindi." msgstr "`{name}`adlı kısaltma başarıyla silindi."
#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 #: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
msgid "Alias with name `{name}` was not found." msgid "Alias with name `{name}` was not found."
msgstr "{name} adlı kısaltma bulunamadı." msgstr "{name} adlı kısaltma bulunamadı."
#: redbot/cogs/alias/alias.py:383 #: redbot/cogs/alias/alias.py:296
#, docstring #, docstring
msgid "Delete an existing global alias." msgid "Delete an existing global alias."
msgstr "Mevcut bir global kısaltmayı silin." msgstr "Mevcut bir global kısaltmayı silin."
#: redbot/cogs/alias/alias.py:385 #: redbot/cogs/alias/alias.py:298
msgid "There are no global aliases on this bot." msgid "There are no global aliases on this bot."
msgstr "Bu botta herhangi bir global kısaltma bulunmuyor." msgstr "Bu botta herhangi bir global kısaltma bulunmuyor."
#: redbot/cogs/alias/alias.py:399 #: redbot/cogs/alias/alias.py:312
#, docstring #, docstring
msgid "List the available aliases on this server." msgid "List the available aliases on this server."
msgstr "Bu sunucudaki kullanılabilir kısaltmaları listeleyin." msgstr "Bu sunucudaki kullanılabilir kısaltmaları listeleyin."
#: redbot/cogs/alias/alias.py:408 #: redbot/cogs/alias/alias.py:321
#, docstring #, docstring
msgid "List the available global aliases on this bot." msgid "List the available global aliases on this bot."
msgstr "Bot üzerindeki global kullanılabilir kısaltmaları listeleyin." msgstr "Bot üzerindeki global kullanılabilir kısaltmaları listeleyin."
#: redbot/cogs/alias/alias.py:411 #: redbot/cogs/alias/alias.py:324
msgid "There are no global aliases." msgid "There are no global aliases."
msgstr "Herhangi bir global kısaltma mevcut değil." msgstr "Herhangi bir global kısaltma mevcut değil."
#: redbot/cogs/alias/alias_entry.py:198 #: redbot/cogs/alias/alias_entry.py:174
msgid "Arguments must be specified with a number." msgid "Arguments must be specified with a number."
msgstr "Değişkenler numara içermelidir." msgstr "Değişkenler numara içermelidir."
#: redbot/cogs/alias/alias_entry.py:205 #: redbot/cogs/alias/alias_entry.py:181
msgid "Arguments must be sequential. Missing arguments: " msgid "Arguments must be sequential. Missing arguments: "
msgstr "Değişkenler sıralı olmalıdır. Eksik değişkenler: " msgstr "Değişkenler sıralı olmalıdır. Eksik değişkenler: "

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-06-18 12:13+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Ukrainian\n" "Language-Team: Ukrainian\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,146 +15,146 @@ msgstr ""
"X-Crowdin-File-ID: 8\n" "X-Crowdin-File-ID: 8\n"
"Language: uk_UA\n" "Language: uk_UA\n"
#: redbot/cogs/alias/alias.py:35 #: redbot/cogs/alias/alias.py:31
#, docstring #, docstring
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n " msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:173 #: redbot/cogs/alias/alias.py:86
msgid "No prefix found." msgid "No prefix found."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:116
msgid "Aliases:\\n" msgid "Aliases:\\n"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:118
msgid "\\n\\nPage {page}/{total}" msgid "\\n\\nPage {page}/{total}"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:128
#, docstring #, docstring
msgid "Manage command aliases." msgid "Manage command aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:220 #: redbot/cogs/alias/alias.py:133
#, docstring #, docstring
msgid "Manage global aliases." msgid "Manage global aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:227 #: redbot/cogs/alias/alias.py:140
#, docstring #, docstring
msgid "Add an alias for a command." msgid "Add an alias for a command."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:232 #: redbot/cogs/alias/alias.py:145
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:243 #: redbot/cogs/alias/alias.py:156
msgid "You attempted to create a new alias with the name {name} but that alias already exists." msgid "You attempted to create a new alias with the name {name} but that alias already exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:254 #: redbot/cogs/alias/alias.py:167
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 #: redbot/cogs/alias/alias.py:179 redbot/cogs/alias/alias.py:238
msgid "You attempted to create a new alias for a command that doesn't exist." msgid "You attempted to create a new alias for a command that doesn't exist."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:280 #: redbot/cogs/alias/alias.py:193
msgid "A new alias with the trigger `{name}` has been created." msgid "A new alias with the trigger `{name}` has been created."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:286 #: redbot/cogs/alias/alias.py:199
#, docstring #, docstring
msgid "Add a global alias for a command." msgid "Add a global alias for a command."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:291 #: redbot/cogs/alias/alias.py:204
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:302 #: redbot/cogs/alias/alias.py:215
msgid "You attempted to create a new global alias with the name {name} but that alias already exists." msgid "You attempted to create a new global alias with the name {name} but that alias already exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:313 #: redbot/cogs/alias/alias.py:226
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:336 #: redbot/cogs/alias/alias.py:249
msgid "A new global alias with the trigger `{name}` has been created." msgid "A new global alias with the trigger `{name}` has been created."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:343 #: redbot/cogs/alias/alias.py:256
#, docstring #, docstring
msgid "Try to execute help for the base command of the alias." msgid "Try to execute help for the base command of the alias."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:348 #: redbot/cogs/alias/alias.py:261
msgid "No such alias exists." msgid "No such alias exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:352 #: redbot/cogs/alias/alias.py:265
#, docstring #, docstring
msgid "Show what command the alias executes." msgid "Show what command the alias executes."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:357 #: redbot/cogs/alias/alias.py:270
msgid "The `{alias_name}` alias will execute the command `{command}`" msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:362 #: redbot/cogs/alias/alias.py:275
msgid "There is no alias with the name `{name}`" msgid "There is no alias with the name `{name}`"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:368 #: redbot/cogs/alias/alias.py:281
#, docstring #, docstring
msgid "Delete an existing alias on this server." msgid "Delete an existing alias on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 #: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315
msgid "There are no aliases on this server." msgid "There are no aliases on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 #: redbot/cogs/alias/alias.py:288 redbot/cogs/alias/alias.py:303
msgid "Alias with the name `{name}` was successfully deleted." msgid "Alias with the name `{name}` was successfully deleted."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 #: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
msgid "Alias with name `{name}` was not found." msgid "Alias with name `{name}` was not found."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:383 #: redbot/cogs/alias/alias.py:296
#, docstring #, docstring
msgid "Delete an existing global alias." msgid "Delete an existing global alias."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:385 #: redbot/cogs/alias/alias.py:298
msgid "There are no global aliases on this bot." msgid "There are no global aliases on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:399 #: redbot/cogs/alias/alias.py:312
#, docstring #, docstring
msgid "List the available aliases on this server." msgid "List the available aliases on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:408 #: redbot/cogs/alias/alias.py:321
#, docstring #, docstring
msgid "List the available global aliases on this bot." msgid "List the available global aliases on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:411 #: redbot/cogs/alias/alias.py:324
msgid "There are no global aliases." msgid "There are no global aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias_entry.py:198 #: redbot/cogs/alias/alias_entry.py:174
msgid "Arguments must be specified with a number." msgid "Arguments must be specified with a number."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias_entry.py:205 #: redbot/cogs/alias/alias_entry.py:181
msgid "Arguments must be sequential. Missing arguments: " msgid "Arguments must be sequential. Missing arguments: "
msgstr "" msgstr ""

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-06-18 12:13+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Vietnamese\n" "Language-Team: Vietnamese\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,146 +15,146 @@ msgstr ""
"X-Crowdin-File-ID: 8\n" "X-Crowdin-File-ID: 8\n"
"Language: vi_VN\n" "Language: vi_VN\n"
#: redbot/cogs/alias/alias.py:35 #: redbot/cogs/alias/alias.py:31
#, docstring #, docstring
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n " msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:173 #: redbot/cogs/alias/alias.py:86
msgid "No prefix found." msgid "No prefix found."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:116
msgid "Aliases:\\n" msgid "Aliases:\\n"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:118
msgid "\\n\\nPage {page}/{total}" msgid "\\n\\nPage {page}/{total}"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:128
#, docstring #, docstring
msgid "Manage command aliases." msgid "Manage command aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:220 #: redbot/cogs/alias/alias.py:133
#, docstring #, docstring
msgid "Manage global aliases." msgid "Manage global aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:227 #: redbot/cogs/alias/alias.py:140
#, docstring #, docstring
msgid "Add an alias for a command." msgid "Add an alias for a command."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:232 #: redbot/cogs/alias/alias.py:145
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:243 #: redbot/cogs/alias/alias.py:156
msgid "You attempted to create a new alias with the name {name} but that alias already exists." msgid "You attempted to create a new alias with the name {name} but that alias already exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:254 #: redbot/cogs/alias/alias.py:167
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 #: redbot/cogs/alias/alias.py:179 redbot/cogs/alias/alias.py:238
msgid "You attempted to create a new alias for a command that doesn't exist." msgid "You attempted to create a new alias for a command that doesn't exist."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:280 #: redbot/cogs/alias/alias.py:193
msgid "A new alias with the trigger `{name}` has been created." msgid "A new alias with the trigger `{name}` has been created."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:286 #: redbot/cogs/alias/alias.py:199
#, docstring #, docstring
msgid "Add a global alias for a command." msgid "Add a global alias for a command."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:291 #: redbot/cogs/alias/alias.py:204
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:302 #: redbot/cogs/alias/alias.py:215
msgid "You attempted to create a new global alias with the name {name} but that alias already exists." msgid "You attempted to create a new global alias with the name {name} but that alias already exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:313 #: redbot/cogs/alias/alias.py:226
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:336 #: redbot/cogs/alias/alias.py:249
msgid "A new global alias with the trigger `{name}` has been created." msgid "A new global alias with the trigger `{name}` has been created."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:343 #: redbot/cogs/alias/alias.py:256
#, docstring #, docstring
msgid "Try to execute help for the base command of the alias." msgid "Try to execute help for the base command of the alias."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:348 #: redbot/cogs/alias/alias.py:261
msgid "No such alias exists." msgid "No such alias exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:352 #: redbot/cogs/alias/alias.py:265
#, docstring #, docstring
msgid "Show what command the alias executes." msgid "Show what command the alias executes."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:357 #: redbot/cogs/alias/alias.py:270
msgid "The `{alias_name}` alias will execute the command `{command}`" msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:362 #: redbot/cogs/alias/alias.py:275
msgid "There is no alias with the name `{name}`" msgid "There is no alias with the name `{name}`"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:368 #: redbot/cogs/alias/alias.py:281
#, docstring #, docstring
msgid "Delete an existing alias on this server." msgid "Delete an existing alias on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 #: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315
msgid "There are no aliases on this server." msgid "There are no aliases on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 #: redbot/cogs/alias/alias.py:288 redbot/cogs/alias/alias.py:303
msgid "Alias with the name `{name}` was successfully deleted." msgid "Alias with the name `{name}` was successfully deleted."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 #: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
msgid "Alias with name `{name}` was not found." msgid "Alias with name `{name}` was not found."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:383 #: redbot/cogs/alias/alias.py:296
#, docstring #, docstring
msgid "Delete an existing global alias." msgid "Delete an existing global alias."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:385 #: redbot/cogs/alias/alias.py:298
msgid "There are no global aliases on this bot." msgid "There are no global aliases on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:399 #: redbot/cogs/alias/alias.py:312
#, docstring #, docstring
msgid "List the available aliases on this server." msgid "List the available aliases on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:408 #: redbot/cogs/alias/alias.py:321
#, docstring #, docstring
msgid "List the available global aliases on this bot." msgid "List the available global aliases on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:411 #: redbot/cogs/alias/alias.py:324
msgid "There are no global aliases." msgid "There are no global aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias_entry.py:198 #: redbot/cogs/alias/alias_entry.py:174
msgid "Arguments must be specified with a number." msgid "Arguments must be specified with a number."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias_entry.py:205 #: redbot/cogs/alias/alias_entry.py:181
msgid "Arguments must be sequential. Missing arguments: " msgid "Arguments must be sequential. Missing arguments: "
msgstr "" msgstr ""

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-06-18 12:13+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Chinese Simplified\n" "Language-Team: Chinese Simplified\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,146 +15,146 @@ msgstr ""
"X-Crowdin-File-ID: 8\n" "X-Crowdin-File-ID: 8\n"
"Language: zh_CN\n" "Language: zh_CN\n"
#: redbot/cogs/alias/alias.py:35 #: redbot/cogs/alias/alias.py:31
#, docstring #, docstring
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n " msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:173 #: redbot/cogs/alias/alias.py:86
msgid "No prefix found." msgid "No prefix found."
msgstr "找不到前缀" msgstr "找不到前缀"
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:116
msgid "Aliases:\\n" msgid "Aliases:\\n"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:118
msgid "\\n\\nPage {page}/{total}" msgid "\\n\\nPage {page}/{total}"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:128
#, docstring #, docstring
msgid "Manage command aliases." msgid "Manage command aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:220 #: redbot/cogs/alias/alias.py:133
#, docstring #, docstring
msgid "Manage global aliases." msgid "Manage global aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:227 #: redbot/cogs/alias/alias.py:140
#, docstring #, docstring
msgid "Add an alias for a command." msgid "Add an alias for a command."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:232 #: redbot/cogs/alias/alias.py:145
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:243 #: redbot/cogs/alias/alias.py:156
msgid "You attempted to create a new alias with the name {name} but that alias already exists." msgid "You attempted to create a new alias with the name {name} but that alias already exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:254 #: redbot/cogs/alias/alias.py:167
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 #: redbot/cogs/alias/alias.py:179 redbot/cogs/alias/alias.py:238
msgid "You attempted to create a new alias for a command that doesn't exist." msgid "You attempted to create a new alias for a command that doesn't exist."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:280 #: redbot/cogs/alias/alias.py:193
msgid "A new alias with the trigger `{name}` has been created." msgid "A new alias with the trigger `{name}` has been created."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:286 #: redbot/cogs/alias/alias.py:199
#, docstring #, docstring
msgid "Add a global alias for a command." msgid "Add a global alias for a command."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:291 #: redbot/cogs/alias/alias.py:204
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:302 #: redbot/cogs/alias/alias.py:215
msgid "You attempted to create a new global alias with the name {name} but that alias already exists." msgid "You attempted to create a new global alias with the name {name} but that alias already exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:313 #: redbot/cogs/alias/alias.py:226
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "您试图使用名称{name}创建新的全局别名,但该名称是无效的别名。别名不能包含空格。" msgstr "您试图使用名称{name}创建新的全局别名,但该名称是无效的别名。别名不能包含空格。"
#: redbot/cogs/alias/alias.py:336 #: redbot/cogs/alias/alias.py:249
msgid "A new global alias with the trigger `{name}` has been created." msgid "A new global alias with the trigger `{name}` has been created."
msgstr "已经创建一个包含触发器`{name}`的全局别名。" msgstr "已经创建一个包含触发器`{name}`的全局别名。"
#: redbot/cogs/alias/alias.py:343 #: redbot/cogs/alias/alias.py:256
#, docstring #, docstring
msgid "Try to execute help for the base command of the alias." msgid "Try to execute help for the base command of the alias."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:348 #: redbot/cogs/alias/alias.py:261
msgid "No such alias exists." msgid "No such alias exists."
msgstr "不存在该别名。" msgstr "不存在该别名。"
#: redbot/cogs/alias/alias.py:352 #: redbot/cogs/alias/alias.py:265
#, docstring #, docstring
msgid "Show what command the alias executes." msgid "Show what command the alias executes."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:357 #: redbot/cogs/alias/alias.py:270
msgid "The `{alias_name}` alias will execute the command `{command}`" msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr "`{alias_name}`别要名将执行命令`{command}`" msgstr "`{alias_name}`别要名将执行命令`{command}`"
#: redbot/cogs/alias/alias.py:362 #: redbot/cogs/alias/alias.py:275
msgid "There is no alias with the name `{name}`" msgid "There is no alias with the name `{name}`"
msgstr "没有名为`{name}`的别名" msgstr "没有名为`{name}`的别名"
#: redbot/cogs/alias/alias.py:368 #: redbot/cogs/alias/alias.py:281
#, docstring #, docstring
msgid "Delete an existing alias on this server." msgid "Delete an existing alias on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 #: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315
msgid "There are no aliases on this server." msgid "There are no aliases on this server."
msgstr "在这个服务器上没有别名。" msgstr "在这个服务器上没有别名。"
#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 #: redbot/cogs/alias/alias.py:288 redbot/cogs/alias/alias.py:303
msgid "Alias with the name `{name}` was successfully deleted." msgid "Alias with the name `{name}` was successfully deleted."
msgstr "已经成功删除名为`{name}`的别名。" msgstr "已经成功删除名为`{name}`的别名。"
#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 #: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
msgid "Alias with name `{name}` was not found." msgid "Alias with name `{name}` was not found."
msgstr "找不到名为`{name}`的别名。" msgstr "找不到名为`{name}`的别名。"
#: redbot/cogs/alias/alias.py:383 #: redbot/cogs/alias/alias.py:296
#, docstring #, docstring
msgid "Delete an existing global alias." msgid "Delete an existing global alias."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:385 #: redbot/cogs/alias/alias.py:298
msgid "There are no global aliases on this bot." msgid "There are no global aliases on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:399 #: redbot/cogs/alias/alias.py:312
#, docstring #, docstring
msgid "List the available aliases on this server." msgid "List the available aliases on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:408 #: redbot/cogs/alias/alias.py:321
#, docstring #, docstring
msgid "List the available global aliases on this bot." msgid "List the available global aliases on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:411 #: redbot/cogs/alias/alias.py:324
msgid "There are no global aliases." msgid "There are no global aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias_entry.py:198 #: redbot/cogs/alias/alias_entry.py:174
msgid "Arguments must be specified with a number." msgid "Arguments must be specified with a number."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias_entry.py:205 #: redbot/cogs/alias/alias_entry.py:181
msgid "Arguments must be sequential. Missing arguments: " msgid "Arguments must be sequential. Missing arguments: "
msgstr "" msgstr ""

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-06-18 12:13+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Chinese Traditional, Hong Kong\n" "Language-Team: Chinese Traditional, Hong Kong\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,146 +15,146 @@ msgstr ""
"X-Crowdin-File-ID: 8\n" "X-Crowdin-File-ID: 8\n"
"Language: zh_HK\n" "Language: zh_HK\n"
#: redbot/cogs/alias/alias.py:35 #: redbot/cogs/alias/alias.py:31
#, docstring #, docstring
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n " msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:173 #: redbot/cogs/alias/alias.py:86
msgid "No prefix found." msgid "No prefix found."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:116
msgid "Aliases:\\n" msgid "Aliases:\\n"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:118
msgid "\\n\\nPage {page}/{total}" msgid "\\n\\nPage {page}/{total}"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:128
#, docstring #, docstring
msgid "Manage command aliases." msgid "Manage command aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:220 #: redbot/cogs/alias/alias.py:133
#, docstring #, docstring
msgid "Manage global aliases." msgid "Manage global aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:227 #: redbot/cogs/alias/alias.py:140
#, docstring #, docstring
msgid "Add an alias for a command." msgid "Add an alias for a command."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:232 #: redbot/cogs/alias/alias.py:145
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:243 #: redbot/cogs/alias/alias.py:156
msgid "You attempted to create a new alias with the name {name} but that alias already exists." msgid "You attempted to create a new alias with the name {name} but that alias already exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:254 #: redbot/cogs/alias/alias.py:167
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 #: redbot/cogs/alias/alias.py:179 redbot/cogs/alias/alias.py:238
msgid "You attempted to create a new alias for a command that doesn't exist." msgid "You attempted to create a new alias for a command that doesn't exist."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:280 #: redbot/cogs/alias/alias.py:193
msgid "A new alias with the trigger `{name}` has been created." msgid "A new alias with the trigger `{name}` has been created."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:286 #: redbot/cogs/alias/alias.py:199
#, docstring #, docstring
msgid "Add a global alias for a command." msgid "Add a global alias for a command."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:291 #: redbot/cogs/alias/alias.py:204
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:302 #: redbot/cogs/alias/alias.py:215
msgid "You attempted to create a new global alias with the name {name} but that alias already exists." msgid "You attempted to create a new global alias with the name {name} but that alias already exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:313 #: redbot/cogs/alias/alias.py:226
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:336 #: redbot/cogs/alias/alias.py:249
msgid "A new global alias with the trigger `{name}` has been created." msgid "A new global alias with the trigger `{name}` has been created."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:343 #: redbot/cogs/alias/alias.py:256
#, docstring #, docstring
msgid "Try to execute help for the base command of the alias." msgid "Try to execute help for the base command of the alias."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:348 #: redbot/cogs/alias/alias.py:261
msgid "No such alias exists." msgid "No such alias exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:352 #: redbot/cogs/alias/alias.py:265
#, docstring #, docstring
msgid "Show what command the alias executes." msgid "Show what command the alias executes."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:357 #: redbot/cogs/alias/alias.py:270
msgid "The `{alias_name}` alias will execute the command `{command}`" msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:362 #: redbot/cogs/alias/alias.py:275
msgid "There is no alias with the name `{name}`" msgid "There is no alias with the name `{name}`"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:368 #: redbot/cogs/alias/alias.py:281
#, docstring #, docstring
msgid "Delete an existing alias on this server." msgid "Delete an existing alias on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 #: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315
msgid "There are no aliases on this server." msgid "There are no aliases on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 #: redbot/cogs/alias/alias.py:288 redbot/cogs/alias/alias.py:303
msgid "Alias with the name `{name}` was successfully deleted." msgid "Alias with the name `{name}` was successfully deleted."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 #: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
msgid "Alias with name `{name}` was not found." msgid "Alias with name `{name}` was not found."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:383 #: redbot/cogs/alias/alias.py:296
#, docstring #, docstring
msgid "Delete an existing global alias." msgid "Delete an existing global alias."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:385 #: redbot/cogs/alias/alias.py:298
msgid "There are no global aliases on this bot." msgid "There are no global aliases on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:399 #: redbot/cogs/alias/alias.py:312
#, docstring #, docstring
msgid "List the available aliases on this server." msgid "List the available aliases on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:408 #: redbot/cogs/alias/alias.py:321
#, docstring #, docstring
msgid "List the available global aliases on this bot." msgid "List the available global aliases on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:411 #: redbot/cogs/alias/alias.py:324
msgid "There are no global aliases." msgid "There are no global aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias_entry.py:198 #: redbot/cogs/alias/alias_entry.py:174
msgid "Arguments must be specified with a number." msgid "Arguments must be specified with a number."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias_entry.py:205 #: redbot/cogs/alias/alias_entry.py:181
msgid "Arguments must be sequential. Missing arguments: " msgid "Arguments must be sequential. Missing arguments: "
msgstr "" msgstr ""

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n" "POT-Creation-Date: 2020-06-18 12:13+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Chinese Traditional\n" "Language-Team: Chinese Traditional\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,146 +15,146 @@ msgstr ""
"X-Crowdin-File-ID: 8\n" "X-Crowdin-File-ID: 8\n"
"Language: zh_TW\n" "Language: zh_TW\n"
#: redbot/cogs/alias/alias.py:35 #: redbot/cogs/alias/alias.py:31
#, docstring #, docstring
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n " msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:173 #: redbot/cogs/alias/alias.py:86
msgid "No prefix found." msgid "No prefix found."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:116
msgid "Aliases:\\n" msgid "Aliases:\\n"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:118
msgid "\\n\\nPage {page}/{total}" msgid "\\n\\nPage {page}/{total}"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:128
#, docstring #, docstring
msgid "Manage command aliases." msgid "Manage command aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:220 #: redbot/cogs/alias/alias.py:133
#, docstring #, docstring
msgid "Manage global aliases." msgid "Manage global aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:227 #: redbot/cogs/alias/alias.py:140
#, docstring #, docstring
msgid "Add an alias for a command." msgid "Add an alias for a command."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:232 #: redbot/cogs/alias/alias.py:145
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:243 #: redbot/cogs/alias/alias.py:156
msgid "You attempted to create a new alias with the name {name} but that alias already exists." msgid "You attempted to create a new alias with the name {name} but that alias already exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:254 #: redbot/cogs/alias/alias.py:167
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 #: redbot/cogs/alias/alias.py:179 redbot/cogs/alias/alias.py:238
msgid "You attempted to create a new alias for a command that doesn't exist." msgid "You attempted to create a new alias for a command that doesn't exist."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:280 #: redbot/cogs/alias/alias.py:193
msgid "A new alias with the trigger `{name}` has been created." msgid "A new alias with the trigger `{name}` has been created."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:286 #: redbot/cogs/alias/alias.py:199
#, docstring #, docstring
msgid "Add a global alias for a command." msgid "Add a global alias for a command."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:291 #: redbot/cogs/alias/alias.py:204
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:302 #: redbot/cogs/alias/alias.py:215
msgid "You attempted to create a new global alias with the name {name} but that alias already exists." msgid "You attempted to create a new global alias with the name {name} but that alias already exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:313 #: redbot/cogs/alias/alias.py:226
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces." msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:336 #: redbot/cogs/alias/alias.py:249
msgid "A new global alias with the trigger `{name}` has been created." msgid "A new global alias with the trigger `{name}` has been created."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:343 #: redbot/cogs/alias/alias.py:256
#, docstring #, docstring
msgid "Try to execute help for the base command of the alias." msgid "Try to execute help for the base command of the alias."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:348 #: redbot/cogs/alias/alias.py:261
msgid "No such alias exists." msgid "No such alias exists."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:352 #: redbot/cogs/alias/alias.py:265
#, docstring #, docstring
msgid "Show what command the alias executes." msgid "Show what command the alias executes."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:357 #: redbot/cogs/alias/alias.py:270
msgid "The `{alias_name}` alias will execute the command `{command}`" msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:362 #: redbot/cogs/alias/alias.py:275
msgid "There is no alias with the name `{name}`" msgid "There is no alias with the name `{name}`"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:368 #: redbot/cogs/alias/alias.py:281
#, docstring #, docstring
msgid "Delete an existing alias on this server." msgid "Delete an existing alias on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 #: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315
msgid "There are no aliases on this server." msgid "There are no aliases on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 #: redbot/cogs/alias/alias.py:288 redbot/cogs/alias/alias.py:303
msgid "Alias with the name `{name}` was successfully deleted." msgid "Alias with the name `{name}` was successfully deleted."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 #: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
msgid "Alias with name `{name}` was not found." msgid "Alias with name `{name}` was not found."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:383 #: redbot/cogs/alias/alias.py:296
#, docstring #, docstring
msgid "Delete an existing global alias." msgid "Delete an existing global alias."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:385 #: redbot/cogs/alias/alias.py:298
msgid "There are no global aliases on this bot." msgid "There are no global aliases on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:399 #: redbot/cogs/alias/alias.py:312
#, docstring #, docstring
msgid "List the available aliases on this server." msgid "List the available aliases on this server."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:408 #: redbot/cogs/alias/alias.py:321
#, docstring #, docstring
msgid "List the available global aliases on this bot." msgid "List the available global aliases on this bot."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:411 #: redbot/cogs/alias/alias.py:324
msgid "There are no global aliases." msgid "There are no global aliases."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias_entry.py:198 #: redbot/cogs/alias/alias_entry.py:174
msgid "Arguments must be specified with a number." msgid "Arguments must be specified with a number."
msgstr "" msgstr ""
#: redbot/cogs/alias/alias_entry.py:205 #: redbot/cogs/alias/alias_entry.py:181
msgid "Arguments must be sequential. Missing arguments: " msgid "Arguments must be sequential. Missing arguments: "
msgstr "" msgstr ""

Some files were not shown because too many files have changed in this diff Show More