mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
Merge remote-tracking branch 'release/V3/develop' into V3/develop
This commit is contained in:
commit
6a3a79947a
9
.github/workflows/publish_crowdin.yml
vendored
9
.github/workflows/publish_crowdin.yml
vendored
@ -44,12 +44,5 @@ jobs:
|
|||||||
body: |
|
body: |
|
||||||
This is an automated PR.
|
This is an automated PR.
|
||||||
Please ensure that there are no errors or invalid files are in the PR.
|
Please ensure that there are no errors or invalid files are in the PR.
|
||||||
labels: "Automated PR, Category: i18n"
|
labels: "Automated PR, Category: i18n, Changelog Entry: Skipped"
|
||||||
branch: "automated/i18n"
|
branch: "automated/i18n"
|
||||||
- name: Repository Dispatch
|
|
||||||
uses: peter-evans/repository-dispatch@v1
|
|
||||||
with:
|
|
||||||
token: ${{ secrets.cogcreators_bot_repo_scoped }}
|
|
||||||
repository: Cog-Creators/Red-DiscordBot
|
|
||||||
event-type: dispatched_test
|
|
||||||
client-payload: '{"ref": "automated/i18n"}'
|
|
||||||
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,6 +6,7 @@
|
|||||||
!/tests/cogs/dataconverter/data/**/*.json
|
!/tests/cogs/dataconverter/data/**/*.json
|
||||||
Pipfile
|
Pipfile
|
||||||
Pipfile.lock
|
Pipfile.lock
|
||||||
|
.directory
|
||||||
|
|
||||||
### JetBrains template
|
### JetBrains template
|
||||||
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
|
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
|
||||||
|
|||||||
@ -11,9 +11,8 @@
|
|||||||
* [4.4 Make](#44-make)
|
* [4.4 Make](#44-make)
|
||||||
* [4.5 Keeping your dependencies up to date](#45-keeping-your-dependencies-up-to-date)
|
* [4.5 Keeping your dependencies up to date](#45-keeping-your-dependencies-up-to-date)
|
||||||
* [4.6 To contribute changes](#46-to-contribute-changes)
|
* [4.6 To contribute changes](#46-to-contribute-changes)
|
||||||
* [4.7 Using towncrier](#47-using-towncrier)
|
* [4.7 How To Report A Bug](#47-how-to-report-a-bug)
|
||||||
* [4.8 How To Report A Bug](#48-how-to-report-a-bug)
|
* [4.8 How To Suggest A Feature Or Enhancement](#48-how-to-suggest-a-feature-or-enhancement)
|
||||||
* [4.9 How To Suggest A Feature Or Enhancement](#49-how-to-suggest-a-feature-or-enhancement)
|
|
||||||
* [5. Code Review Process](#5-code-review-process)
|
* [5. Code Review Process](#5-code-review-process)
|
||||||
* [5.1 Issues](#51-issues)
|
* [5.1 Issues](#51-issues)
|
||||||
* [5.2 Pull Requests](#52-pull-requests)
|
* [5.2 Pull Requests](#52-pull-requests)
|
||||||
@ -116,39 +115,17 @@ Whenever you pull from upstream (V3/develop on the main repository) and you noti
|
|||||||
1. Create a new branch on your fork
|
1. Create a new branch on your fork
|
||||||
2. Make the changes
|
2. Make the changes
|
||||||
3. If you like the changes and think the main Red project could use it:
|
3. If you like the changes and think the main Red project could use it:
|
||||||
* Create a towncrier entry for the changes. (See next section for details)
|
|
||||||
* Run tests with `tox` to ensure your code is up to scratch
|
* Run tests with `tox` to ensure your code is up to scratch
|
||||||
* Create a Pull Request on GitHub with your changes
|
* Create a Pull Request on GitHub with your changes
|
||||||
|
- If you are contributing a behavior change, please keep in mind that behavior changes
|
||||||
|
are conditional on them being appropriate for the project's current goals.
|
||||||
|
If you would like to reduce the risk of putting in effort for something we aren't
|
||||||
|
going to use, open an issue discussing it first.
|
||||||
|
|
||||||
### 4.7 Using towncrier
|
### 4.7 How To Report A Bug
|
||||||
|
|
||||||
Red uses towncrier to create changelogs.
|
|
||||||
|
|
||||||
To create a towncrier entry for your PR, create a file in `changelog.d` for it. If the changes are for a specific cog, place the file in the related subdirectory.
|
|
||||||
|
|
||||||
The filename should be of the format `issuenumber.changetype(.count).rst`, where `(.count)` is an optional
|
|
||||||
part of the filename should multiple entries for the same issue number and type be necessary.
|
|
||||||
If there is not an issue associated with your PR,
|
|
||||||
you may use the PR number in place of the issue number.
|
|
||||||
|
|
||||||
Valid changetypes are:
|
|
||||||
|
|
||||||
* breaking : Breaking changes
|
|
||||||
* dep : Changes to dependencies
|
|
||||||
* enhance : Enhancements
|
|
||||||
* feature : New features
|
|
||||||
* bugfix : Bugfixes
|
|
||||||
* docs : documentation improvements and additions
|
|
||||||
* removal : removal of something
|
|
||||||
* misc : any changes which don't have a user facing change, and don't belong in the changelog for users
|
|
||||||
|
|
||||||
The contents of the file should be a short, human readable description of the impact of the changes made,
|
|
||||||
not the technical details of the change.
|
|
||||||
|
|
||||||
### 4.8 How To Report A Bug
|
|
||||||
Please see our **ISSUES.MD** for more information.
|
Please see our **ISSUES.MD** for more information.
|
||||||
|
|
||||||
### 4.9 How To Suggest A Feature Or Enhancement
|
### 4.8 How To Suggest A Feature Or Enhancement
|
||||||
The goal of Red is to be as useful to as many people as possible, this means that all features must be useful to anyone and any server that uses Red.
|
The goal of Red is to be as useful to as many people as possible, this means that all features must be useful to anyone and any server that uses Red.
|
||||||
|
|
||||||
If you find yourself wanting a feature that Red does not already have, you're probably not alone. There's bound to be a great number of users out there needing the same thing and a lot of the features that Red has today have been added because of the needs of our users. Open an issue on our issues list and describe the feature you would like to see, how you would use it, how it should work, and why it would be useful to the Red community as a whole.
|
If you find yourself wanting a feature that Red does not already have, you're probably not alone. There's bound to be a great number of users out there needing the same thing and a lot of the features that Red has today have been added because of the needs of our users. Open an issue on our issues list and describe the feature you would like to see, how you would use it, how it should work, and why it would be useful to the Red community as a whole.
|
||||||
5
Makefile
5
Makefile
@ -27,8 +27,3 @@ newenv:
|
|||||||
$(MAKE) syncenv
|
$(MAKE) syncenv
|
||||||
syncenv:
|
syncenv:
|
||||||
.venv/bin/pip install -Ur ./tools/dev-requirements.txt
|
.venv/bin/pip install -Ur ./tools/dev-requirements.txt
|
||||||
|
|
||||||
# Changelog check
|
|
||||||
checkchangelog:
|
|
||||||
bash tools/check_changelog_entries.sh
|
|
||||||
$(PYTHON) -m towncrier --draft
|
|
||||||
|
|||||||
1
changelog.d/.gitignore
vendored
1
changelog.d/.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
!.gitignore
|
|
||||||
@ -1 +0,0 @@
|
|||||||
Use websockets 8.1
|
|
||||||
@ -1,4 +0,0 @@
|
|||||||
Add caching for ignored channels/guilds.
|
|
||||||
Add caching for white/blacklist.
|
|
||||||
Add consume-rest for white/blacklist commands.
|
|
||||||
Allow ignoring channel categories.
|
|
||||||
@ -1 +0,0 @@
|
|||||||
Show DeprecationWarning's
|
|
||||||
1
changelog.d/admin/.gitignore
vendored
1
changelog.d/admin/.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
!.gitignore
|
|
||||||
1
changelog.d/alias/.gitignore
vendored
1
changelog.d/alias/.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
!.gitignore
|
|
||||||
1
changelog.d/audio/.gitignore
vendored
1
changelog.d/audio/.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
!.gitignore
|
|
||||||
@ -1 +0,0 @@
|
|||||||
``[p]remove`` command now accepts an URL or Index, if an URL is used it will remove all tracks in the queue with that URL.
|
|
||||||
1
changelog.d/bank/.gitignore
vendored
1
changelog.d/bank/.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
!.gitignore
|
|
||||||
1
changelog.d/cleanup/.gitignore
vendored
1
changelog.d/cleanup/.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
!.gitignore
|
|
||||||
1
changelog.d/customcom/.gitignore
vendored
1
changelog.d/customcom/.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
!.gitignore
|
|
||||||
1
changelog.d/downloader/.gitignore
vendored
1
changelog.d/downloader/.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
!.gitignore
|
|
||||||
1
changelog.d/economy/.gitignore
vendored
1
changelog.d/economy/.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
!.gitignore
|
|
||||||
@ -1 +0,0 @@
|
|||||||
Changes next_payday to last_payday. last_payday stores the latest time the command runned successfully, allows the command to dynamicly change with the PAYDAY_TIME variable, by checking if last_payday + PAYDAY_TIME >= current time.
|
|
||||||
1
changelog.d/filter/.gitignore
vendored
1
changelog.d/filter/.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
!.gitignore
|
|
||||||
1
changelog.d/general/.gitignore
vendored
1
changelog.d/general/.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
!.gitignore
|
|
||||||
1
changelog.d/image/.gitignore
vendored
1
changelog.d/image/.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
!.gitignore
|
|
||||||
1
changelog.d/mod/.gitignore
vendored
1
changelog.d/mod/.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
!.gitignore
|
|
||||||
@ -1 +0,0 @@
|
|||||||
Move ignore commands and checks into core.
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
Allow mentions in hackban and ban commands.
|
|
||||||
Have the correct lower bound on length of a snowflake for the converter.
|
|
||||||
1
changelog.d/modlog/.gitignore
vendored
1
changelog.d/modlog/.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
!.gitignore
|
|
||||||
1
changelog.d/mutes/.gitignore
vendored
1
changelog.d/mutes/.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
!.gitignore
|
|
||||||
1
changelog.d/permissions/.gitignore
vendored
1
changelog.d/permissions/.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
!.gitignore
|
|
||||||
1
changelog.d/reports/.gitignore
vendored
1
changelog.d/reports/.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
!.gitignore
|
|
||||||
1
changelog.d/streams/.gitignore
vendored
1
changelog.d/streams/.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
!.gitignore
|
|
||||||
@ -1 +0,0 @@
|
|||||||
Added ``[p]streamset timer`` command, which can be used to control how often the cog checks for livestreams.
|
|
||||||
@ -1 +0,0 @@
|
|||||||
Changed the YouTube streams logic to use an RSS instead of the search endpoint, significantly reducing quota usage.
|
|
||||||
@ -1 +0,0 @@
|
|||||||
Use new Twitch API and Bearer tokens. Escape markdown and mass mentions for "streamer_name is live!" messages, and use humanize_number for every numbers.
|
|
||||||
1
changelog.d/trivia/.gitignore
vendored
1
changelog.d/trivia/.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
!.gitignore
|
|
||||||
1
changelog.d/warnings/.gitignore
vendored
1
changelog.d/warnings/.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
!.gitignore
|
|
||||||
@ -1 +0,0 @@
|
|||||||
Don't use `inspect.getsource` to check for ``is_owner`` check.
|
|
||||||
11
docs/_templates/layout.html
vendored
11
docs/_templates/layout.html
vendored
@ -1,9 +1,18 @@
|
|||||||
{% extends '!layout.html' %}
|
{% extends '!layout.html' %}
|
||||||
{% block document %}
|
{% block document %}
|
||||||
|
{% if version_slug == 'latest' %}
|
||||||
|
<div class="admonition warning">
|
||||||
|
<p class="first admonition-title">Warning</p>
|
||||||
|
<p class="last">
|
||||||
|
This document is for Red's development version, which can be significantly different from previous releases.
|
||||||
|
If you're a regular user, you should read the <a href="{{ dict(versions)['stable'] }}">Red documentation for the current stable release</a>.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
{% endif %}
|
||||||
{{ super() }}
|
{{ super() }}
|
||||||
<a href="https://github.com/Cog-Creators/Red-DiscordBot">
|
<a href="https://github.com/Cog-Creators/Red-DiscordBot">
|
||||||
<img style="position: absolute; top: 0; right: 0; border: 0;"
|
<img style="position: absolute; top: 0; right: 0; border: 0;"
|
||||||
src="https://github.blog/wp-content/uploads/2008/12/forkme_right_darkblue_121621.png?resize=149%2C149"
|
src="https://github.blog/wp-content/uploads/2008/12/forkme_right_darkblue_121621.png?resize=149%2C149"
|
||||||
class="attachment-full size-full" alt="Fork me on GitHub">
|
class="attachment-full size-full" alt="Fork me on GitHub">
|
||||||
</a>
|
</a>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
@ -1,5 +1,335 @@
|
|||||||
.. 3.3.x Changelogs
|
.. 3.3.x Changelogs
|
||||||
|
|
||||||
|
Redbot 3.3.5 (2020-04-09)
|
||||||
|
=========================
|
||||||
|
|
||||||
|
| Thanks to all these amazing people that contributed to this release:
|
||||||
|
| :ghuser:`jack1142`, :ghuser:`Kowlin`
|
||||||
|
|
||||||
|
End-user changelog
|
||||||
|
------------------
|
||||||
|
|
||||||
|
Core Bot
|
||||||
|
********
|
||||||
|
|
||||||
|
- "Outdated" field no longer shows in ``[p]info`` when Red is up-to-date (:issue:`3730`)
|
||||||
|
|
||||||
|
Alias
|
||||||
|
*****
|
||||||
|
|
||||||
|
- Fixed regression in ``[p]alias add`` that caused it to reject commands containing arguments (:issue:`3734`)
|
||||||
|
|
||||||
|
|
||||||
|
Redbot 3.3.4 (2020-04-05)
|
||||||
|
=========================
|
||||||
|
|
||||||
|
| Thanks to all these amazing people that contributed to this release:
|
||||||
|
| :ghuser:`jack1142`, :ghuser:`kennnyshiwa`
|
||||||
|
|
||||||
|
End-user changelog
|
||||||
|
------------------
|
||||||
|
|
||||||
|
Core Bot
|
||||||
|
********
|
||||||
|
|
||||||
|
- Fixed checks related to bank's global state that were used in commands in Bank, Economy and Trivia cogs (:issue:`3707`)
|
||||||
|
|
||||||
|
Alias
|
||||||
|
*****
|
||||||
|
|
||||||
|
- ``[p]alias add`` now sends an error when command user tries to alias doesn't exist (:issue:`3710`, :issue:`3545`)
|
||||||
|
|
||||||
|
Developer changelog
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
Core Bot
|
||||||
|
********
|
||||||
|
|
||||||
|
- Bump dependencies, including update to discord.py 1.3.3 (:issue:`3723`)
|
||||||
|
|
||||||
|
Utility Functions
|
||||||
|
*****************
|
||||||
|
|
||||||
|
- `redbot.core.utils.common_filters.filter_invites` now filters ``discord.io/discord.li`` invites links (:issue:`3717`)
|
||||||
|
- Fixed false-positives in `redbot.core.utils.common_filters.filter_invites` (:issue:`3717`)
|
||||||
|
|
||||||
|
Documentation changes
|
||||||
|
---------------------
|
||||||
|
|
||||||
|
- Versions of pre-requirements are now included in Windows install guide (:issue:`3708`)
|
||||||
|
|
||||||
|
|
||||||
|
Redbot 3.3.3 (2020-03-28)
|
||||||
|
=========================
|
||||||
|
|
||||||
|
| Thanks to all these amazing people that contributed to this release:
|
||||||
|
| :ghuser:`AnonGuy`, :ghuser:`Dav-Git`, :ghuser:`FancyJesse`, :ghuser:`Ianardo-DiCaprio`, :ghuser:`jack1142`, :ghuser:`kennnyshiwa`, :ghuser:`Kowlin`, :ghuser:`NeuroAssassin`, :ghuser:`PredaaA`, :ghuser:`Stonedestroyer`, :ghuser:`TrustyJAID`
|
||||||
|
|
||||||
|
End-user changelog
|
||||||
|
------------------
|
||||||
|
|
||||||
|
Core Bot
|
||||||
|
********
|
||||||
|
|
||||||
|
- Delete delay for command messages has been moved from Mod cog to Core (:issue:`3638`, :issue:`3636`)
|
||||||
|
- Fixed various bugs with blacklist and whitelist (:issue:`3643`, :issue:`3642`)
|
||||||
|
- Added ``[p]set regionalformat`` command that allows users to set regional formatting that is different from bot's locale (:issue:`3677`, :issue:`3588`)
|
||||||
|
- ``[p]set locale`` allows any valid locale now, not just locales for which Red has translations (:issue:`3676`, :issue:`3596`)
|
||||||
|
- Permissions for commands in Bank, Economy and Trivia cogs can now be overriden by Permissions cog (:issue:`3672`, :issue:`3233`)
|
||||||
|
- Outages of ``pypi.org`` no longer prevent the bot from starting (:issue:`3663`)
|
||||||
|
- Fixed formatting of help strings in fuzzy search results (:issue:`3673`, :issue:`3507`)
|
||||||
|
- Fixed few deprecation warnings related to menus and uvloop (:issue:`3644`, :issue:`3700`)
|
||||||
|
|
||||||
|
Core Commands
|
||||||
|
*************
|
||||||
|
|
||||||
|
- ``[p]set game`` no longer errors when trying to clear the status (:issue:`3630`, :issue:`3628`)
|
||||||
|
- All owner notifcations in Core now use proper prefixes in messages (:issue:`3632`)
|
||||||
|
- Added ``[p]set playing`` and ``[p]set streaming`` aliases for respectively ``[p]set game`` and ``[p]set stream`` (:issue:`3646`, :issue:`3590`)
|
||||||
|
|
||||||
|
ModLog
|
||||||
|
******
|
||||||
|
|
||||||
|
- Modlog's cases now keep last known username to prevent losing that information from case's message on edit (:issue:`3674`, :issue:`3443`)
|
||||||
|
|
||||||
|
CustomCom
|
||||||
|
*********
|
||||||
|
|
||||||
|
- Added ``[p]cc search`` command that allows users to search through created custom commands (:issue:`2573`)
|
||||||
|
|
||||||
|
Cleanup
|
||||||
|
*******
|
||||||
|
|
||||||
|
- Added ``[p]cleanup spam`` command that deletes duplicate messages from the last X messages and keeps only one copy (:issue:`3688`)
|
||||||
|
- Removed regex support in ``[p]cleanup self`` (:issue:`3704`)
|
||||||
|
|
||||||
|
Downloader
|
||||||
|
**********
|
||||||
|
|
||||||
|
- ``[p]cog checkforupdates`` now includes information about cogs that can't be installed due to Red/Python version requirements (:issue:`3678`, :issue:`3448`)
|
||||||
|
|
||||||
|
General
|
||||||
|
*******
|
||||||
|
|
||||||
|
- Added more detailed mode to ``[p]serverinfo`` command that can be accessed with ``[p]serverinfo 1`` (:issue:`2382`, :issue:`3659`)
|
||||||
|
|
||||||
|
Image
|
||||||
|
*****
|
||||||
|
|
||||||
|
- Users can now specify how many images should be returned in ``[p]imgur search`` and ``[p]imgur subreddit`` using ``[count]`` argument (:issue:`3667`, :issue:`3044`)
|
||||||
|
- ``[p]imgur search`` and ``[p]imgur subreddit`` now return one image by default (:issue:`3667`, :issue:`3044`)
|
||||||
|
|
||||||
|
Mod
|
||||||
|
***
|
||||||
|
|
||||||
|
- ``[p]userinfo`` now shows user's activities (:issue:`3669`)
|
||||||
|
- ``[p]userinfo`` now shows status icon near the username (:issue:`3669`)
|
||||||
|
- Muting no longer fails if user leaves while applying overwrite (:issue:`3627`)
|
||||||
|
- Fixed error that happened when Mod cog was loaded for the first time during bot startup (:issue:`3632`, :issue:`3626`)
|
||||||
|
|
||||||
|
Permissions
|
||||||
|
***********
|
||||||
|
|
||||||
|
- Commands for setting default rules now error when user tries to deny access to command designated as being always available (:issue:`3504`, :issue:`3465`)
|
||||||
|
|
||||||
|
Streams
|
||||||
|
*******
|
||||||
|
|
||||||
|
- Fixed an error that happened when no game was set on Twitch stream (:issue:`3631`)
|
||||||
|
- Preview picture for YouTube stream alerts is now bigger (:issue:`3689`, :issue:`3685`)
|
||||||
|
- YouTube channels with a livestream that doesn't have any current viewer are now properly showing as streaming (:issue:`3690`)
|
||||||
|
- Failures in Twitch API authentication are now logged (:issue:`3657`)
|
||||||
|
|
||||||
|
Trivia
|
||||||
|
******
|
||||||
|
|
||||||
|
- Added ``[p]triviaset custom upload/delete/list`` commands for managing custom trivia lists from Discord (:issue:`3420`, :issue:`3307`)
|
||||||
|
- Trivia sessions no longer error on payout when winner's balance would exceed max balance (:issue:`3666`, :issue:`3584`)
|
||||||
|
|
||||||
|
Warnings
|
||||||
|
********
|
||||||
|
|
||||||
|
- Sending warnings to warned user can now be disabled with ``[p]warnset toggledm`` command (:issue:`2929`, :issue:`2800`)
|
||||||
|
- Added ``[p]warnset warnchannel`` command that allows to set a channel where warnings should be sent to instead of the channel command was called in (:issue:`2929`, :issue:`2800`)
|
||||||
|
- Added ``[p]warnset togglechannel`` command that allows to disable sending warn message in guild channel (:issue:`2929`, :issue:`2800`)
|
||||||
|
- ``[p]warn`` now tells the moderator when bot wasn't able to send the warning to the user (:issue:`3653`, :issue:`3633`)
|
||||||
|
|
||||||
|
|
||||||
|
Developer changelog
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
Core Bot
|
||||||
|
********
|
||||||
|
|
||||||
|
- Deprecation warnings issued by Red now use correct stack level so that the cog developers can find the cause of them (:issue:`3644`)
|
||||||
|
|
||||||
|
Dev Cog
|
||||||
|
*******
|
||||||
|
|
||||||
|
- Add ``__name__`` to environment's globals (:issue:`3649`, :issue:`3648`)
|
||||||
|
|
||||||
|
|
||||||
|
Documentation changes
|
||||||
|
---------------------
|
||||||
|
|
||||||
|
- Fixed install instructions for Mac in `install_linux_mac` (:issue:`3675`, :issue:`3436`)
|
||||||
|
- Windows install instructions now use ``choco upgrade`` commands instead of ``choco install`` to ensure up-to-date packages (:issue:`3684`)
|
||||||
|
|
||||||
|
|
||||||
|
Miscellaneous
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- **Core Bot** - Command errors (i.e. command on cooldown, dm-only and guild-only commands, etc) can now be translated (:issue:`3665`, :issue:`2988`)
|
||||||
|
- **Core Bot** - ``redbot-setup`` now prints link to Getting started guide at the end of the setup (:issue:`3027`)
|
||||||
|
- **Core Bot** - Whitelist and blacklist commands now properly require passing at least one user (or role in case of local whitelist/blacklist) (:issue:`3652`, :issue:`3645`)
|
||||||
|
- **Downloader** - Fix misleading error appearing when repo name is already taken in ``[p]repo add`` (:issue:`3695`)
|
||||||
|
- **Downloader** - Improved error messages for unexpected errors in ``[p]repo add`` (:issue:`3656`)
|
||||||
|
- **Downloader** - Prevent encoding errors from crashing ``[p]cog update`` (:issue:`3639`, :issue:`3637`)
|
||||||
|
- **Trivia** - Non-finite numbers can no longer be passed to ``[p]triviaset timelimit``, ``[p]triviaset stopafter`` and ``[p]triviaset payout`` (:issue:`3668`, :issue:`3583`)
|
||||||
|
- **Utility Functions** - `redbot.core.utils.menus.menu()` now checks permissions *before* trying to clear reactions (:issue:`3589`, :issue:`3145`)
|
||||||
|
|
||||||
|
|
||||||
|
Redbot 3.3.2 (2020-02-28)
|
||||||
|
=========================
|
||||||
|
|
||||||
|
| Thanks to all these amazing people that contributed to this release:
|
||||||
|
| :ghuser:`aikaterna`, :ghuser:`chasehult`, :ghuser:`Dav-Git`, :ghuser:`DiscordLiz`, :ghuser:`Drapersniper`, :ghuser:`fixator10`, :ghuser:`Flame442`, :ghuser:`Hedlund01`, :ghuser:`jack1142`, :ghuser:`Kowlin`, :ghuser:`mikeshardmind`, :ghuser:`PredaaA`, :ghuser:`Stonedestroyer`, :ghuser:`trundleroo`, :ghuser:`TrustyJAID`, :ghuser:`zephyrkul`
|
||||||
|
|
||||||
|
End-user changelog
|
||||||
|
------------------
|
||||||
|
|
||||||
|
Core Bot
|
||||||
|
********
|
||||||
|
|
||||||
|
- Ignored guilds/channels and whitelist/blacklist are now cached for performance (:issue:`3472`)
|
||||||
|
- Ignored guilds/channels have been moved from Mod cog to Core (:issue:`3472`)
|
||||||
|
- ``[p]ignore channel`` command can now also ignore channel categories (:issue:`3472`)
|
||||||
|
|
||||||
|
Core Commands
|
||||||
|
*************
|
||||||
|
|
||||||
|
- Core cogs will now send bot mention prefix properly in places where discord doesn't render mentions (:issue:`3579`, :issue:`3591`, :issue:`3499`)
|
||||||
|
- Fix a bug with ``[p]blacklist add`` that made it impossible to blacklist users that bot doesn't share a server with (:issue:`3472`, :issue:`3220`)
|
||||||
|
- Improve user experience of ``[p]set game/listening/watching/`` commands (:issue:`3562`)
|
||||||
|
- Add ``[p]licenceinfo`` alias for ``[p]licenseinfo`` command to conform with non-American English (:issue:`3460`)
|
||||||
|
|
||||||
|
Admin
|
||||||
|
*****
|
||||||
|
|
||||||
|
- ``[p]announce`` will now only send error message if an actual errors occurs (:issue:`3514`, :issue:`3513`)
|
||||||
|
|
||||||
|
Alias
|
||||||
|
*****
|
||||||
|
|
||||||
|
- ``[p]alias help`` will now properly work in non-English locales (:issue:`3546`)
|
||||||
|
|
||||||
|
Audio
|
||||||
|
*****
|
||||||
|
|
||||||
|
- Users should be able to play age-restricted tracks from YouTube again (:issue:`3620`)
|
||||||
|
|
||||||
|
Economy
|
||||||
|
*******
|
||||||
|
|
||||||
|
- Next payday time will now be adjusted for users when payday time is changed (:issue:`3496`, :issue:`3438`)
|
||||||
|
|
||||||
|
Downloader
|
||||||
|
**********
|
||||||
|
|
||||||
|
- Downloader will no longer fail because of invalid ``info.json`` files (:issue:`3533`, :issue:`3456`)
|
||||||
|
- Add better logging of errors when Downloader fails to add a repo (:issue:`3558`)
|
||||||
|
|
||||||
|
Image
|
||||||
|
*****
|
||||||
|
|
||||||
|
- Fix load error for users that updated Red from version lower than 3.1 to version 3.2 or newer (:issue:`3617`)
|
||||||
|
|
||||||
|
Mod
|
||||||
|
***
|
||||||
|
|
||||||
|
- ``[p]hackban`` and ``[p]unban`` commands support user mentions now (:issue:`3524`)
|
||||||
|
- Ignored guilds/channels have been moved from Mod cog to Core (:issue:`3472`)
|
||||||
|
|
||||||
|
Streams
|
||||||
|
*******
|
||||||
|
|
||||||
|
- Fix stream alerts for Twitch (:issue:`3487`)
|
||||||
|
- Significantly reduce the quota usage for YouTube stream alerts (:issue:`3237`)
|
||||||
|
- Add ``[p]streamset timer`` command which can be used to control how often the cog checks for live streams (:issue:`3237`)
|
||||||
|
|
||||||
|
Trivia
|
||||||
|
******
|
||||||
|
|
||||||
|
- Add better handling for errors in trivia session (:issue:`3606`)
|
||||||
|
|
||||||
|
Trivia Lists
|
||||||
|
************
|
||||||
|
|
||||||
|
- Remove empty answers in trivia lists (:issue:`3581`)
|
||||||
|
|
||||||
|
Warnings
|
||||||
|
********
|
||||||
|
|
||||||
|
- Users can now pass a reason to ``[p]unwarn`` command (:issue:`3490`, :issue:`3093`)
|
||||||
|
|
||||||
|
|
||||||
|
Developer changelog
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
Core Bot
|
||||||
|
********
|
||||||
|
|
||||||
|
- Updated all our dependencies - we're using discord.py 1.3.2 now (:issue:`3609`)
|
||||||
|
- Add traceback logging to task exception handling (:issue:`3517`)
|
||||||
|
- Developers can now create a command from an async function wrapped in `functools.partial` (:issue:`3542`)
|
||||||
|
- Bot will now show deprecation warnings in logs (:issue:`3527`, :issue:`3615`)
|
||||||
|
- Subcommands of command group with ``invoke_without_command=True`` will again inherit this group's checks (:issue:`3614`)
|
||||||
|
|
||||||
|
Config
|
||||||
|
******
|
||||||
|
|
||||||
|
- Fix Config's singletons (:issue:`3137`, :issue:`3136`)
|
||||||
|
|
||||||
|
Utility Functions
|
||||||
|
*****************
|
||||||
|
|
||||||
|
- Add clearer error when page is of a wrong type in `redbot.core.utils.menus.menu()` (:issue:`3571`)
|
||||||
|
|
||||||
|
Dev Cog
|
||||||
|
*******
|
||||||
|
|
||||||
|
- Allow for top-level `await`, `async for` and `async with` in ``[p]debug`` and ``[p]repl`` commands (:issue:`3508`)
|
||||||
|
|
||||||
|
Downloader
|
||||||
|
**********
|
||||||
|
|
||||||
|
- Downloader will now replace ``[p]`` with clean prefix same as it does in help command (:issue:`3592`)
|
||||||
|
- Add schema validation to ``info.json`` file processing - it should now be easier to notice any issues with those files (:issue:`3533`, :issue:`3442`)
|
||||||
|
|
||||||
|
|
||||||
|
Documentation changes
|
||||||
|
---------------------
|
||||||
|
|
||||||
|
- Add guidelines for Cog Creators in `guide_cog_creation` document (:issue:`3568`)
|
||||||
|
- Restructure virtual environment instructions to improve user experience (:issue:`3495`, :issue:`3411`, :issue:`3412`)
|
||||||
|
- Getting started guide now explain use of quotes for arguments with spaces (:issue:`3555`, :issue:`3111`)
|
||||||
|
- ``latest`` version of docs now displays a warning about possible differences from current stable release (:issue:`3570`)
|
||||||
|
- Make systemd guide clearer on obtaining username and python path (:issue:`3537`, :issue:`3462`)
|
||||||
|
- Indicate instructions for different venv types in systemd guide better (:issue:`3538`)
|
||||||
|
- Service file in `autostart_systemd` now also waits for network connection to be ready (:issue:`3549`)
|
||||||
|
- Hide alias of ``randomize_colour`` in docs (:issue:`3491`)
|
||||||
|
- Add separate headers for each event predicate class for better navigation (:issue:`3595`, :issue:`3164`)
|
||||||
|
- Improve wording of explanation for ``required_cogs`` key in `guide_publish_cogs` (:issue:`3520`)
|
||||||
|
|
||||||
|
|
||||||
|
Miscellaneous
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- Use more reliant way of checking if command is bot owner only in ``[p]warnaction`` (Warnings cog) (:issue:`3516`, :issue:`3515`)
|
||||||
|
- Update PyPI domain in ``[p]info`` and update checker (:issue:`3607`)
|
||||||
|
- Stop using deprecated code in core (:issue:`3610`)
|
||||||
|
|
||||||
|
|
||||||
Redbot 3.3.1 (2020-02-05)
|
Redbot 3.3.1 (2020-02-05)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
@ -99,4 +429,4 @@ Mod
|
|||||||
Permissions
|
Permissions
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
- Now has stronger enforcement of prioritizing botwide settings.
|
- Now has stronger enforcement of prioritizing botwide settings.
|
||||||
|
|||||||
@ -217,12 +217,17 @@ intersphinx_mapping = {
|
|||||||
"python": ("https://docs.python.org/3", None),
|
"python": ("https://docs.python.org/3", None),
|
||||||
"dpy": (f"https://discordpy.readthedocs.io/en/v{dpy_version}/", None),
|
"dpy": (f"https://discordpy.readthedocs.io/en/v{dpy_version}/", None),
|
||||||
"motor": ("https://motor.readthedocs.io/en/stable/", None),
|
"motor": ("https://motor.readthedocs.io/en/stable/", None),
|
||||||
|
"babel": ("http://babel.pocoo.org/en/stable/", None),
|
||||||
}
|
}
|
||||||
|
|
||||||
# Extlinks
|
# Extlinks
|
||||||
# This allows to create links to d.py docs with
|
# This allows to create links to d.py docs with
|
||||||
# :dpy_docs:`link text <site_name.html>`
|
# :dpy_docs:`link text <site_name.html>`
|
||||||
extlinks = {"dpy_docs": (f"https://discordpy.readthedocs.io/en/v{dpy_version}/%s", None)}
|
extlinks = {
|
||||||
|
"dpy_docs": (f"https://discordpy.readthedocs.io/en/v{dpy_version}/%s", None),
|
||||||
|
"issue": ("https://github.com/Cog-Creators/Red-DiscordBot/issues/%s", "#"),
|
||||||
|
"ghuser": ("https://github.com/%s", "@"),
|
||||||
|
}
|
||||||
|
|
||||||
# Doctest
|
# Doctest
|
||||||
# If this string is non-empty, all blocks with ``>>>`` in them will be
|
# If this string is non-empty, all blocks with ``>>>`` in them will be
|
||||||
@ -230,5 +235,5 @@ extlinks = {"dpy_docs": (f"https://discordpy.readthedocs.io/en/v{dpy_version}/%s
|
|||||||
doctest_test_doctest_blocks = ""
|
doctest_test_doctest_blocks = ""
|
||||||
|
|
||||||
# Autodoc options
|
# Autodoc options
|
||||||
autodoc_default_flags = ["show-inheritance"]
|
autodoc_default_options = {"show-inheritance": True}
|
||||||
autodoc_typehints = "none"
|
autodoc_typehints = "none"
|
||||||
|
|||||||
@ -21,6 +21,7 @@ Embed Helpers
|
|||||||
|
|
||||||
.. automodule:: redbot.core.utils.embed
|
.. automodule:: redbot.core.utils.embed
|
||||||
:members:
|
:members:
|
||||||
|
:exclude-members: randomize_color
|
||||||
|
|
||||||
Reaction Menus
|
Reaction Menus
|
||||||
==============
|
==============
|
||||||
@ -31,7 +32,16 @@ Reaction Menus
|
|||||||
Event Predicates
|
Event Predicates
|
||||||
================
|
================
|
||||||
|
|
||||||
.. automodule:: redbot.core.utils.predicates
|
MessagePredicate
|
||||||
|
****************
|
||||||
|
|
||||||
|
.. autoclass:: redbot.core.utils.predicates.MessagePredicate
|
||||||
|
:members:
|
||||||
|
|
||||||
|
ReactionPredicate
|
||||||
|
*****************
|
||||||
|
|
||||||
|
.. autoclass:: redbot.core.utils.predicates.ReactionPredicate
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
Mod Helpers
|
Mod Helpers
|
||||||
|
|||||||
@ -351,6 +351,11 @@ The cog guides are formatted the same. They're divided into 3 sections:
|
|||||||
|
|
||||||
Arguments enclosed in ``[ ]`` means that the argument is **optional**
|
Arguments enclosed in ``[ ]`` means that the argument is **optional**
|
||||||
for the command; you can decide to use it or not.
|
for the command; you can decide to use it or not.
|
||||||
|
|
||||||
|
If your argument includes spaces like ``Hello world!``, most of the time
|
||||||
|
you will need to place it in double quotes like this: ``"Hello world!"``.
|
||||||
|
Sometimes (especially for the last argument) these double quotes are not
|
||||||
|
required.
|
||||||
|
|
||||||
Arguments followed by ``=something`` means that, if not specified,
|
Arguments followed by ``=something`` means that, if not specified,
|
||||||
the argument will be equal to ``something``.
|
the argument will be equal to ``something``.
|
||||||
|
|||||||
@ -162,3 +162,70 @@ Additional resources
|
|||||||
Be sure to check out the :doc:`/guide_migration` for some resources
|
Be sure to check out the :doc:`/guide_migration` for some resources
|
||||||
on developing cogs for V3. This will also cover differences between V2 and V3 for
|
on developing cogs for V3. This will also cover differences between V2 and V3 for
|
||||||
those who developed cogs for V2.
|
those who developed cogs for V2.
|
||||||
|
|
||||||
|
|
||||||
|
---------------------------
|
||||||
|
Guidelines for Cog Creators
|
||||||
|
---------------------------
|
||||||
|
|
||||||
|
The following are a list of guidelines Cog Creators should strive to follow.
|
||||||
|
Not all of these are strict requirements (some are) but are all generally advisable.
|
||||||
|
|
||||||
|
1. Cogs should follow a few naming conventions for consistency.
|
||||||
|
|
||||||
|
- Cog classes should be TitleCased, using alphabetic characters only.
|
||||||
|
- Commands should be lower case, using alphanumeric characters only.
|
||||||
|
- Cog modules should be lower case, using alphabetic characters only.
|
||||||
|
|
||||||
|
2. Cogs and commands should have docstrings suitable for use in help output.
|
||||||
|
|
||||||
|
- This one is slightly flexible if using other methods of setting help.
|
||||||
|
|
||||||
|
3. Don't prevent normal operation of the bot without the user opting into this.
|
||||||
|
|
||||||
|
- This includes as a side effect by blocking the event loop.
|
||||||
|
|
||||||
|
4. If your cog uses logging:
|
||||||
|
|
||||||
|
- The namespace for logging should be: ``red.your_repo_name.cog_name``.
|
||||||
|
- Print statements are not a substitute for proper logging.
|
||||||
|
|
||||||
|
5. If you use asyncio.create_task, your tasks need to:
|
||||||
|
|
||||||
|
- Be cancelled on cog unload.
|
||||||
|
- Handle errors.
|
||||||
|
|
||||||
|
6. Event listeners should exit early if it is an event you don't need.
|
||||||
|
This makes your events less expensive in terms of CPU time. Examples below:
|
||||||
|
|
||||||
|
- Checking that you are in a guild before interacting with config for an antispam command.
|
||||||
|
- Checking that you aren't reacting to a bot message (``not message.author.bot``) early on.
|
||||||
|
|
||||||
|
7. Use .gitignore (or something else) to keep unwanted files out of your cog repo.
|
||||||
|
8. Put a license on your cog repo.
|
||||||
|
|
||||||
|
- By default, in most jurisdictions, without a license that at least offers the code for use,
|
||||||
|
users cannot legally use your code.
|
||||||
|
|
||||||
|
9. Use botwide features when they apply. Some examples of this:
|
||||||
|
|
||||||
|
- ``ctx.embed_color``
|
||||||
|
- ``bot.is_automod_immune``
|
||||||
|
|
||||||
|
10. Use checks to limit command use when the bot needs special permissions.
|
||||||
|
11. Check against user input before doing things. Common things to check:
|
||||||
|
|
||||||
|
- Resulting output is safe.
|
||||||
|
- Values provided make sense. (eg. no negative numbers for payday)
|
||||||
|
- Don't unsafely use user input for things like database input.
|
||||||
|
|
||||||
|
12. Don't abuse bot internals.
|
||||||
|
|
||||||
|
- If you need access to something, ask us or open an issue.
|
||||||
|
- If you're sure the current usage is safe, document why,
|
||||||
|
but we'd prefer you work with us on ensuring you have access to what you need.
|
||||||
|
|
||||||
|
13. Update your cogs for breakage.
|
||||||
|
|
||||||
|
- We announce this in advance.
|
||||||
|
- If you need help, ask.
|
||||||
|
|||||||
@ -20,7 +20,7 @@ The pre-requirements are:
|
|||||||
- Python 3.8.1 or greater
|
- Python 3.8.1 or greater
|
||||||
- Pip 18.1 or greater
|
- Pip 18.1 or greater
|
||||||
- Git 2.11+
|
- Git 2.11+
|
||||||
- Java Runtime Environment 11 or later (for audio support)
|
- Java Runtime Environment 11 (for audio support)
|
||||||
|
|
||||||
We also recommend installing some basic compiler tools, in case our dependencies don't provide
|
We also recommend installing some basic compiler tools, in case our dependencies don't provide
|
||||||
pre-built "wheels" for your architecture.
|
pre-built "wheels" for your architecture.
|
||||||
@ -163,20 +163,18 @@ following, then press Enter:
|
|||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
|
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
|
||||||
|
|
||||||
After the installation, install the required packages by pasting the commands and pressing enter,
|
After the installation, install the required packages by pasting the commands and pressing enter,
|
||||||
one-by-one:
|
one-by-one:
|
||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
brew install python --with-brewed-openssl
|
brew install python@3.8
|
||||||
|
echo 'export PATH="/usr/local/opt/python@3.8/bin:$PATH"' >> ~/.profile
|
||||||
|
source ~/.profile
|
||||||
brew install git
|
brew install git
|
||||||
brew tap caskroom/versions
|
brew cask install adoptopenjdk/openjdk/adoptopenjdk11
|
||||||
brew cask install homebrew/cask-versions/adoptopenjdk11
|
|
||||||
|
|
||||||
It's possible you will have network issues. If so, go in your Applications folder, inside it, go in
|
|
||||||
the Python 3.8 folder then double click ``Install certificates.command``.
|
|
||||||
|
|
||||||
Continue by `creating-venv-linux`.
|
Continue by `creating-venv-linux`.
|
||||||
|
|
||||||
|
|||||||
@ -26,18 +26,18 @@ Then run each of the following commands:
|
|||||||
|
|
||||||
Set-ExecutionPolicy Bypass -Scope Process -Force
|
Set-ExecutionPolicy Bypass -Scope Process -Force
|
||||||
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 install git --params "/GitOnlyOnPath /WindowsTerminal" -y
|
choco upgrade git --params "/GitOnlyOnPath /WindowsTerminal" -y
|
||||||
choco install visualstudio2019-workload-vctools -y
|
choco upgrade visualstudio2019-workload-vctools -y
|
||||||
choco install python3 -y
|
choco upgrade python3 -y
|
||||||
|
|
||||||
For Audio support, you should also run the following command before exiting:
|
For Audio support, you should also run the following command before exiting:
|
||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
choco install adoptopenjdk11jre -y
|
choco upgrade adoptopenjdk11jre -y
|
||||||
|
|
||||||
|
|
||||||
From here, exit the prompt then continue onto `installing Red <installing-red-windows>`.
|
From here, exit the prompt then continue onto `creating-venv-windows`.
|
||||||
|
|
||||||
********************************
|
********************************
|
||||||
Manually installing dependencies
|
Manually installing dependencies
|
||||||
@ -50,19 +50,19 @@ 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 <https://www.python.org/downloads/>`_ - Red needs Python 3.8.1 or greater
|
* `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.
|
||||||
|
|
||||||
* `Git <https://git-scm.com/download/win>`_
|
* `Git 2.11+ <https://git-scm.com/download/win>`_
|
||||||
|
|
||||||
.. attention:: Please choose the option to "Git from the command line and also from 3rd-party software" in Git's setup.
|
.. attention:: Please choose the option to "Git from the command line and also from 3rd-party software" in Git's setup.
|
||||||
|
|
||||||
* `Java <https://adoptopenjdk.net/?variant=openjdk11&jvmVariant=hotspot>`_ - needed for Audio
|
* `Java 11 <https://adoptopenjdk.net/?variant=openjdk11&jvmVariant=hotspot>`_ - needed for Audio
|
||||||
|
|
||||||
|
|
||||||
.. _installing-red-windows:
|
.. _creating-venv-windows:
|
||||||
|
|
||||||
------------------------------
|
------------------------------
|
||||||
Creating a Virtual Environment
|
Creating a Virtual Environment
|
||||||
@ -85,11 +85,15 @@ Start with opening a command prompt (open Start, search for "command prompt", th
|
|||||||
|
|
||||||
These commands will not work in PowerShell - you have to use command prompt as said above.
|
These commands will not work in PowerShell - you have to use command prompt as said above.
|
||||||
|
|
||||||
Then create your virtual environment with the following command::
|
Then create your virtual environment with the following command
|
||||||
|
|
||||||
|
.. code-block:: none
|
||||||
|
|
||||||
py -3.8 -m venv "%userprofile%\redenv"
|
py -3.8 -m venv "%userprofile%\redenv"
|
||||||
|
|
||||||
And activate it with the following command::
|
And activate it with the following command
|
||||||
|
|
||||||
|
.. code-block:: none
|
||||||
|
|
||||||
"%userprofile%\redenv\Scripts\activate.bat"
|
"%userprofile%\redenv\Scripts\activate.bat"
|
||||||
|
|
||||||
@ -98,6 +102,9 @@ And activate it with the following command::
|
|||||||
You must activate the virtual environment with the above command every time you open a new
|
You must activate the virtual environment with the above command every time you open a new
|
||||||
Command Prompt to run, install or update Red.
|
Command Prompt to run, install or update Red.
|
||||||
|
|
||||||
|
|
||||||
|
.. _installing-red-windows:
|
||||||
|
|
||||||
--------------
|
--------------
|
||||||
Installing Red
|
Installing Red
|
||||||
--------------
|
--------------
|
||||||
|
|||||||
6
make.bat
6
make.bat
@ -34,12 +34,6 @@ goto syncenv
|
|||||||
.\.venv\Scripts\python -m pip install -Ur .\tools\dev-requirements.txt
|
.\.venv\Scripts\python -m pip install -Ur .\tools\dev-requirements.txt
|
||||||
exit /B %ERRORLEVEL%
|
exit /B %ERRORLEVEL%
|
||||||
|
|
||||||
:checkchangelog
|
|
||||||
REM This should be written for windows at some point I guess.
|
|
||||||
REM If we can swith to powershell, it can make this much easier.
|
|
||||||
echo This doesn^'t do anything on windows ^(yet^)
|
|
||||||
exit /b 0
|
|
||||||
|
|
||||||
:help
|
:help
|
||||||
echo Usage:
|
echo Usage:
|
||||||
echo make ^<command^>
|
echo make ^<command^>
|
||||||
|
|||||||
126
pyproject.toml
126
pyproject.toml
@ -16,129 +16,3 @@
|
|||||||
| dist
|
| dist
|
||||||
)/
|
)/
|
||||||
'''
|
'''
|
||||||
|
|
||||||
[tool.towncrier]
|
|
||||||
package = "redbot"
|
|
||||||
filename = "CHANGELOG.rst"
|
|
||||||
directory = "changelog.d"
|
|
||||||
issue_format = "`#{issue} <https://github.com/Cog-Creators/Red-DiscordBot/issues/{issue}>`_"
|
|
||||||
|
|
||||||
[[tool.towncrier.section]]
|
|
||||||
path = ""
|
|
||||||
name = "Core Bot Changes"
|
|
||||||
|
|
||||||
[[tool.towncrier.section]]
|
|
||||||
path = "admin"
|
|
||||||
name = "Admin"
|
|
||||||
|
|
||||||
[[tool.towncrier.section]]
|
|
||||||
path = "alias"
|
|
||||||
name = "Alias"
|
|
||||||
|
|
||||||
[[tool.towncrier.section]]
|
|
||||||
path = "audio"
|
|
||||||
name = "Audio"
|
|
||||||
|
|
||||||
[[tool.towncrier.section]]
|
|
||||||
path = "bank"
|
|
||||||
name = "Bank"
|
|
||||||
|
|
||||||
[[tool.towncrier.section]]
|
|
||||||
path = "cleanup"
|
|
||||||
name = "Cleanup"
|
|
||||||
|
|
||||||
[[tool.towncrier.section]]
|
|
||||||
path = "customcom"
|
|
||||||
name = "CustomCom"
|
|
||||||
|
|
||||||
[[tool.towncrier.section]]
|
|
||||||
path = "downloader"
|
|
||||||
name = "Downloader"
|
|
||||||
|
|
||||||
[[tool.towncrier.section]]
|
|
||||||
path = "economy"
|
|
||||||
name = "Economy"
|
|
||||||
|
|
||||||
[[tool.towncrier.section]]
|
|
||||||
path = "filter"
|
|
||||||
name = "Filter"
|
|
||||||
|
|
||||||
[[tool.towncrier.section]]
|
|
||||||
path = "general"
|
|
||||||
name = "General"
|
|
||||||
|
|
||||||
[[tool.towncrier.section]]
|
|
||||||
path = "image"
|
|
||||||
name = "Image"
|
|
||||||
|
|
||||||
[[tool.towncrier.section]]
|
|
||||||
path = "mod"
|
|
||||||
name = "Mod"
|
|
||||||
|
|
||||||
[[tool.towncrier.section]]
|
|
||||||
path = "modlog"
|
|
||||||
name = "ModLog"
|
|
||||||
|
|
||||||
[[tool.towncrier.section]]
|
|
||||||
path = "mutes"
|
|
||||||
name = "Mutes"
|
|
||||||
|
|
||||||
[[tool.towncrier.section]]
|
|
||||||
path = "permissions"
|
|
||||||
name = "Permissions"
|
|
||||||
|
|
||||||
[[tool.towncrier.section]]
|
|
||||||
path = "reports"
|
|
||||||
name = "Reports"
|
|
||||||
|
|
||||||
[[tool.towncrier.section]]
|
|
||||||
path = "streams"
|
|
||||||
name = "Streams"
|
|
||||||
|
|
||||||
[[tool.towncrier.section]]
|
|
||||||
path = "trivia"
|
|
||||||
name = "Trivia"
|
|
||||||
|
|
||||||
[[tool.towncrier.section]]
|
|
||||||
path = "warnings"
|
|
||||||
name = "Warnings"
|
|
||||||
|
|
||||||
[[tool.towncrier.type]]
|
|
||||||
directory = "breaking"
|
|
||||||
name = "Breaking Changes"
|
|
||||||
showcontent = true
|
|
||||||
|
|
||||||
[[tool.towncrier.type]]
|
|
||||||
directory = "bugfix"
|
|
||||||
name = "Bug Fixes"
|
|
||||||
showcontent = true
|
|
||||||
|
|
||||||
[[tool.towncrier.type]]
|
|
||||||
directory = "enhance"
|
|
||||||
name = "Enhancements"
|
|
||||||
showcontent = true
|
|
||||||
|
|
||||||
[[tool.towncrier.type]]
|
|
||||||
directory = "feature"
|
|
||||||
name = "New Feature"
|
|
||||||
showcontent = true
|
|
||||||
|
|
||||||
[[tool.towncrier.type]]
|
|
||||||
directory = "removal"
|
|
||||||
name = "Removals"
|
|
||||||
showcontent = true
|
|
||||||
|
|
||||||
[[tool.towncrier.type]]
|
|
||||||
directory = "misc"
|
|
||||||
name = "Miscellaneous changes"
|
|
||||||
showcontent = false
|
|
||||||
|
|
||||||
[[tool.towncrier.type]]
|
|
||||||
directory = "dep"
|
|
||||||
name = "Changes to dependencies"
|
|
||||||
showcontent = true
|
|
||||||
|
|
||||||
[[tool.towncrier.type]]
|
|
||||||
directory = "docs"
|
|
||||||
name = "Documentation Changes"
|
|
||||||
showcontent = true
|
|
||||||
|
|||||||
@ -191,10 +191,35 @@ def _update_event_loop_policy():
|
|||||||
_asyncio.set_event_loop_policy(_uvloop.EventLoopPolicy())
|
_asyncio.set_event_loop_policy(_uvloop.EventLoopPolicy())
|
||||||
|
|
||||||
|
|
||||||
__version__ = "3.3.2.dev1"
|
__version__ = "3.3.6.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
|
||||||
_warnings.filterwarnings("ignore", module=r"fuzzywuzzy.*")
|
_warnings.filterwarnings("ignore", module=r"fuzzywuzzy.*")
|
||||||
# Show DeprecationWarning
|
# Show DeprecationWarning
|
||||||
_warnings.filterwarnings("default", category=DeprecationWarning)
|
_warnings.filterwarnings("default", category=DeprecationWarning)
|
||||||
|
|
||||||
|
if "--debug" not in _sys.argv:
|
||||||
|
# DEP-WARN
|
||||||
|
# Individual warnings - tracked in https://github.com/Cog-Creators/Red-DiscordBot/issues/3529
|
||||||
|
# DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python.
|
||||||
|
_warnings.filterwarnings("ignore", category=DeprecationWarning, module="importlib", lineno=219)
|
||||||
|
# DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead
|
||||||
|
# def noop(*args, **kwargs): # type: ignore
|
||||||
|
_warnings.filterwarnings("ignore", category=DeprecationWarning, module="aiohttp", lineno=107)
|
||||||
|
# DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10.
|
||||||
|
# hosts = await asyncio.shield(self._resolve_host(..
|
||||||
|
_warnings.filterwarnings("ignore", category=DeprecationWarning, module="aiohttp", lineno=964)
|
||||||
|
# DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10.
|
||||||
|
# self._event = asyncio.Event(loop=loop)
|
||||||
|
_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
|
||||||
|
)
|
||||||
|
|||||||
@ -297,7 +297,7 @@ class Admin(commands.Cog):
|
|||||||
|
|
||||||
await ctx.send(_("The announcement has begun."))
|
await ctx.send(_("The announcement has begun."))
|
||||||
else:
|
else:
|
||||||
prefix = ctx.prefix
|
prefix = ctx.clean_prefix
|
||||||
await ctx.send(_(RUNNING_ANNOUNCEMENT).format(prefix=prefix))
|
await ctx.send(_(RUNNING_ANNOUNCEMENT).format(prefix=prefix))
|
||||||
|
|
||||||
@announce.command(name="cancel")
|
@announce.command(name="cancel")
|
||||||
|
|||||||
@ -2,7 +2,6 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-13 12:11\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Afrikaans\n"
|
"Language-Team: Afrikaans\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -12,7 +11,6 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: af\n"
|
"X-Crowdin-Language: af\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
|
||||||
"Language: af_ZA\n"
|
"Language: af_ZA\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
|
|||||||
@ -2,7 +2,6 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-13 12:11\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -12,7 +11,6 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n"
|
"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n"
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: ar\n"
|
"X-Crowdin-Language: ar\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
|
|||||||
@ -2,7 +2,6 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-13 12:11\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Bulgarian\n"
|
"Language-Team: Bulgarian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -12,7 +11,6 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: bg\n"
|
"X-Crowdin-Language: bg\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
|
||||||
"Language: bg_BG\n"
|
"Language: bg_BG\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
|
|||||||
@ -2,7 +2,6 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-13 12:11\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Catalan\n"
|
"Language-Team: Catalan\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -12,7 +11,6 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: ca\n"
|
"X-Crowdin-Language: ca\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
|
||||||
"Language: ca_ES\n"
|
"Language: ca_ES\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
|
|||||||
@ -2,7 +2,6 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-13 12:12\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Czech\n"
|
"Language-Team: Czech\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -12,7 +11,6 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n"
|
"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n"
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: cs\n"
|
"X-Crowdin-Language: cs\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
|
||||||
"Language: cs_CZ\n"
|
"Language: cs_CZ\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
@ -21,31 +19,31 @@ msgstr "Pokusil jsem se udělat něco, co mi Discord odepřel. Tvůj příkaz se
|
|||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:22
|
#: 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 "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:28
|
#: 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 "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:34
|
#: 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 "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:40
|
#: 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 "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:46
|
#: 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 "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:52
|
#: 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 "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:58
|
#: 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 "K tomu potřebuji oprávnění spravovat role."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:60
|
#: 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."
|
||||||
@ -58,7 +56,7 @@ msgstr "Kolekce nástrojů pro správu serveru."
|
|||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:126
|
#: 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 "{member.display_name} již má roli {role.name}."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:146
|
#: 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}"
|
||||||
@ -66,7 +64,7 @@ msgstr "Úspěšně jsem přidal {role.name} k {member.display_name}"
|
|||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:156
|
#: 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 "{member.display_name} již má roli {role.name}."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:176
|
#: 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}"
|
||||||
@ -75,12 +73,12 @@ msgstr "Úspěšně jsem odstranil {role.name} od {member.display_name}"
|
|||||||
#: redbot/cogs/admin/admin.py:187
|
#: 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 "\\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:203
|
#: 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 "\\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:217
|
#: redbot/cogs/admin/admin.py:217
|
||||||
#, docstring
|
#, docstring
|
||||||
@ -90,7 +88,7 @@ msgstr "Upraví nastavení role."
|
|||||||
#: redbot/cogs/admin/admin.py:224
|
#: 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 "\\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:253 redbot/cogs/admin/admin.py:286
|
#: redbot/cogs/admin/admin.py:253 redbot/cogs/admin/admin.py:286
|
||||||
msgid "Done."
|
msgid "Done."
|
||||||
@ -99,12 +97,12 @@ msgstr "Hotovo."
|
|||||||
#: redbot/cogs/admin/admin.py:257
|
#: 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 "\\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:291
|
#: 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 "Oznámit zprávu na všechny servery ve kterých je bot."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:298
|
#: redbot/cogs/admin/admin.py:298
|
||||||
msgid "The announcement has begun."
|
msgid "The announcement has begun."
|
||||||
@ -117,7 +115,7 @@ msgstr "Zrušit běžící oznámení."
|
|||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:307
|
#: redbot/cogs/admin/admin.py:307
|
||||||
msgid "There is no currently running announcement."
|
msgid "There is no currently running announcement."
|
||||||
msgstr ""
|
msgstr "V současné době neexistuje žádné spuštěné oznámení."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:310
|
#: redbot/cogs/admin/admin.py:310
|
||||||
msgid "The current announcement has been cancelled."
|
msgid "The current announcement has been cancelled."
|
||||||
@ -126,12 +124,12 @@ msgstr "Momentální oznámení bylo zrušeno."
|
|||||||
#: redbot/cogs/admin/admin.py:316
|
#: 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 "Změňte způsob odesílání oznámení v tomto klanu."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:321
|
#: 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:330
|
#: 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}"
|
||||||
@ -140,35 +138,35 @@ msgstr "Kanál pro oznámení byl nastaven na {channel.mention}"
|
|||||||
#: redbot/cogs/admin/admin.py:335
|
#: redbot/cogs/admin/admin.py:335
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle announcements being enabled this server."
|
msgid "Toggle announcements being enabled this server."
|
||||||
msgstr ""
|
msgstr "Zapne oznamování na tomto serveru."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:340
|
#: redbot/cogs/admin/admin.py:340
|
||||||
msgid "The server {guild.name} will receive announcements."
|
msgid "The server {guild.name} will receive announcements."
|
||||||
msgstr ""
|
msgstr "Server {guild.name} obdrží oznámení."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:344
|
#: redbot/cogs/admin/admin.py:344
|
||||||
msgid "The server {guild.name} will not receive announcements."
|
msgid "The server {guild.name} will not receive announcements."
|
||||||
msgstr ""
|
msgstr "Server {guild.name} nebude dostávat oznámení."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:370
|
#: redbot/cogs/admin/admin.py:370
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Apply selfroles."
|
msgid "Apply selfroles."
|
||||||
msgstr ""
|
msgstr "Aplikovat self-role."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:375
|
#: 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 "\\n Odstraní 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:386
|
#: 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 "\\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:397
|
#: redbot/cogs/admin/admin.py:397
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\\n Lists all available selfroles.\\n "
|
msgid "\\n Lists all available selfroles.\\n "
|
||||||
msgstr ""
|
msgstr "\\n Seznam všech dostupných self-rolí.\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:407
|
#: redbot/cogs/admin/admin.py:407
|
||||||
msgid "Available Selfroles:\\n{selfroles}"
|
msgid "Available Selfroles:\\n{selfroles}"
|
||||||
@ -177,37 +175,37 @@ msgstr "Dostupné vlastní role:\\n{selfroles}"
|
|||||||
#: redbot/cogs/admin/admin.py:413
|
#: redbot/cogs/admin/admin.py:413
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage selfroles."
|
msgid "Manage selfroles."
|
||||||
msgstr ""
|
msgstr "Spravovat self-role."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:418
|
#: 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 "\\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:425
|
#: 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 "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:433
|
#: redbot/cogs/admin/admin.py:433
|
||||||
msgid "Added."
|
msgid "Added."
|
||||||
msgstr ""
|
msgstr "Přidáno."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:436
|
#: redbot/cogs/admin/admin.py:436
|
||||||
msgid "That role is already a selfrole."
|
msgid "That role is already a selfrole."
|
||||||
msgstr ""
|
msgstr "Tato role je již self-rolí."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:440
|
#: 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 "\\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:447
|
#: 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 "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:455
|
#: redbot/cogs/admin/admin.py:455
|
||||||
msgid "Removed."
|
msgid "Removed."
|
||||||
msgstr ""
|
msgstr "Odstraněno."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:460
|
#: redbot/cogs/admin/admin.py:460
|
||||||
#, docstring
|
#, docstring
|
||||||
@ -224,11 +222,11 @@ msgstr "Bot je nyní serverem uzamčen."
|
|||||||
|
|
||||||
#: redbot/cogs/admin/announcer.py:75
|
#: 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 "Nemohu oznámit následujícímu serveru: "
|
||||||
|
|
||||||
#: redbot/cogs/admin/announcer.py:77
|
#: 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 "Nemohu oznámit následujícím serverům: "
|
||||||
|
|
||||||
#: redbot/cogs/admin/converters.py:12
|
#: redbot/cogs/admin/converters.py:12
|
||||||
msgid "The Admin cog is not loaded."
|
msgid "The Admin cog is not loaded."
|
||||||
@ -236,5 +234,5 @@ msgstr "Admin cog není načten."
|
|||||||
|
|
||||||
#: redbot/cogs/admin/converters.py:21
|
#: redbot/cogs/admin/converters.py:21
|
||||||
msgid "The provided role is not a valid selfrole."
|
msgid "The provided role is not a valid selfrole."
|
||||||
msgstr ""
|
msgstr "Daná role není platná self-role."
|
||||||
|
|
||||||
|
|||||||
@ -2,7 +2,6 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-13 12:12\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Danish\n"
|
"Language-Team: Danish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -12,7 +11,6 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: da\n"
|
"X-Crowdin-Language: da\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
|
||||||
"Language: da_DK\n"
|
"Language: da_DK\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
|
|||||||
@ -2,7 +2,6 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-13 12:13\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: German\n"
|
"Language-Team: German\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -12,40 +11,39 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: de\n"
|
"X-Crowdin-Language: de\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
|
||||||
"Language: de_DE\n"
|
"Language: de_DE\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: 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, für das mir Discord die Befugnis verweigerte. Dein Befehl konnte nicht erfolgreich ausgeführt werden."
|
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:22
|
#: 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 "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:28
|
#: 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 "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:34
|
#: 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 "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:40
|
#: 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 "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:46
|
#: 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 "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:52
|
#: 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 "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:58
|
#: 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 "Ich braucht dafür die Bereichtigung „Rollen verwalten“."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:60
|
#: 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."
|
||||||
@ -54,43 +52,43 @@ msgstr "Ich kündige bereits etwas an. Wenn du eine andere Ankündigung machen w
|
|||||||
#: redbot/cogs/admin/admin.py:70
|
#: 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-Verwaltungsprogramme."
|
msgstr "Eine Sammlung von administrativen Server-Verwaltungsprogrammen."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:126
|
#: 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 "{member.display_name} hat die Rolle „{role.name}“ bereits."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:146
|
#: 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 erfolgreich {role.name} zu {member.display_name} hinzugefügt"
|
msgstr "Ich habe {member.display_name} erfolgreich die Rolle „{role.name}“ gegeben."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:156
|
#: 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 "{member.display_name} hat nicht die Rolle „{role.name}“."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:176
|
#: 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 erfolgreich {role.name} von {member.display_name} entfernt"
|
msgstr "Ich habe die Rolle „{role.name}“ erfolgreich von {member.display_name} entfernt."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:187
|
#: 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 "\\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:203
|
#: 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 "\\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:217
|
#: redbot/cogs/admin/admin.py:217
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Edit role settings."
|
msgid "Edit role settings."
|
||||||
msgstr "Bearbeiten der Rollen Einstellungen."
|
msgstr "Rolleneinstellungen bearbeiten."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:224
|
#: 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 "\\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:253 redbot/cogs/admin/admin.py:286
|
#: redbot/cogs/admin/admin.py:253 redbot/cogs/admin/admin.py:286
|
||||||
msgid "Done."
|
msgid "Done."
|
||||||
@ -99,7 +97,7 @@ msgstr "Erledigt."
|
|||||||
#: redbot/cogs/admin/admin.py:257
|
#: 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 "\\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:291
|
#: redbot/cogs/admin/admin.py:291
|
||||||
#, docstring
|
#, docstring
|
||||||
@ -117,7 +115,7 @@ msgstr "Breche eine laufende Ankündigung ab."
|
|||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:307
|
#: redbot/cogs/admin/admin.py:307
|
||||||
msgid "There is no currently running announcement."
|
msgid "There is no currently running announcement."
|
||||||
msgstr ""
|
msgstr "Es gibt keine derzeit laufende Ankündigung."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:310
|
#: redbot/cogs/admin/admin.py:310
|
||||||
msgid "The current announcement has been cancelled."
|
msgid "The current announcement has been cancelled."
|
||||||
@ -126,16 +124,16 @@ msgstr "Die aktuelle Ankündigung wurde abgebrochen."
|
|||||||
#: redbot/cogs/admin/admin.py:316
|
#: 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 "Ändere, wie Ankündigungen in diesem Server gesendet werden."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:321
|
#: 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:330
|
#: 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 "Der für Ankündigungen gewählte Kanal wurde festgelegt auf {channel.mention}"
|
msgstr "{channel.mention} wurde nun als Ankündigungskanal festgelegt."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:335
|
#: redbot/cogs/admin/admin.py:335
|
||||||
#, docstring
|
#, docstring
|
||||||
@ -153,70 +151,70 @@ msgstr "Der Server {guild.name} wird keine Ankündigunen erhalten."
|
|||||||
#: redbot/cogs/admin/admin.py:370
|
#: redbot/cogs/admin/admin.py:370
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Apply selfroles."
|
msgid "Apply selfroles."
|
||||||
msgstr ""
|
msgstr "Selbst hinzufügbare Rollen anwenden."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:375
|
#: 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 "\\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:386
|
#: 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 "\\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:397
|
#: redbot/cogs/admin/admin.py:397
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\\n Lists all available selfroles.\\n "
|
msgid "\\n Lists all available selfroles.\\n "
|
||||||
msgstr "\\n Listet alle verfügbaren Selfroles.\\n "
|
msgstr "\\nGibt eine Liste verfügbarer selbst auswählbarer Rollen aus.\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:407
|
#: redbot/cogs/admin/admin.py:407
|
||||||
msgid "Available Selfroles:\\n{selfroles}"
|
msgid "Available Selfroles:\\n{selfroles}"
|
||||||
msgstr "Verfügbare Selfroles:\\n{selfroles}"
|
msgstr "Verfügbare selbst auswählbare Rollen:\\n{selfroles}"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:413
|
#: redbot/cogs/admin/admin.py:413
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage selfroles."
|
msgid "Manage selfroles."
|
||||||
msgstr ""
|
msgstr "Selbst hinzufügbare Rollen verwalten."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:418
|
#: 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 "\\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:425
|
#: 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 "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:433
|
#: redbot/cogs/admin/admin.py:433
|
||||||
msgid "Added."
|
msgid "Added."
|
||||||
msgstr ""
|
msgstr "Hinzugefügt."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:436
|
#: redbot/cogs/admin/admin.py:436
|
||||||
msgid "That role is already a selfrole."
|
msgid "That role is already a selfrole."
|
||||||
msgstr ""
|
msgstr "Diese Rolle ist bereits selbst hinzufügbar."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:440
|
#: 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 "\\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:447
|
#: 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 "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:455
|
#: redbot/cogs/admin/admin.py:455
|
||||||
msgid "Removed."
|
msgid "Removed."
|
||||||
msgstr ""
|
msgstr "Entfernt."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:460
|
#: 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 "Sperrt den Bot neuen Servern beizutreten."
|
msgstr "Der Bot kann keinem neuen Server beitreten."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:465
|
#: redbot/cogs/admin/admin.py:465
|
||||||
msgid "The bot is no longer serverlocked."
|
msgid "The bot is no longer serverlocked."
|
||||||
msgstr "Der Bot ist nicht länger gesperrt neuen Servern beizutreten."
|
msgstr "Der Bot kann nun anderen Servern beitreten."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:467
|
#: redbot/cogs/admin/admin.py:467
|
||||||
msgid "The bot is now serverlocked."
|
msgid "The bot is now serverlocked."
|
||||||
@ -224,11 +222,11 @@ msgstr "Der Bot ist jetzt gesperrt neuen Servern beizutreten."
|
|||||||
|
|
||||||
#: redbot/cogs/admin/announcer.py:75
|
#: 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 "Ich konnte die Ankündigung auf diesem Server nicht ausführen: "
|
||||||
|
|
||||||
#: redbot/cogs/admin/announcer.py:77
|
#: 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 "Ich konnte die Ankündigung auf diesen Servern nicht ausführen: "
|
||||||
|
|
||||||
#: redbot/cogs/admin/converters.py:12
|
#: redbot/cogs/admin/converters.py:12
|
||||||
msgid "The Admin cog is not loaded."
|
msgid "The Admin cog is not loaded."
|
||||||
@ -236,5 +234,5 @@ msgstr "Das Admin-Cog ist nicht geladen."
|
|||||||
|
|
||||||
#: redbot/cogs/admin/converters.py:21
|
#: redbot/cogs/admin/converters.py:21
|
||||||
msgid "The provided role is not a valid selfrole."
|
msgid "The provided role is not a valid selfrole."
|
||||||
msgstr "Die vorausgesetzte Rolle ist keine berechtigte selbst auswählbare Rolle."
|
msgstr "Die angegebene Rolle ist keine gültige selbst auswählbare Rolle."
|
||||||
|
|
||||||
|
|||||||
@ -2,7 +2,6 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-13 12:13\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Greek\n"
|
"Language-Team: Greek\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -12,7 +11,6 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: el\n"
|
"X-Crowdin-Language: el\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
|
||||||
"Language: el_GR\n"
|
"Language: el_GR\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
|
|||||||
@ -2,7 +2,6 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-13 12:16\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Spanish\n"
|
"Language-Team: Spanish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -12,7 +11,6 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: es-ES\n"
|
"X-Crowdin-Language: es-ES\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
|
||||||
"Language: es_ES\n"
|
"Language: es_ES\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
|
|||||||
@ -2,7 +2,6 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-13 12:13\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Finnish\n"
|
"Language-Team: Finnish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -12,7 +11,6 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: fi\n"
|
"X-Crowdin-Language: fi\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
|
||||||
"Language: fi_FI\n"
|
"Language: fi_FI\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
|
|||||||
@ -2,7 +2,6 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-13 12:13\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: French\n"
|
"Language-Team: French\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -12,7 +11,6 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: fr\n"
|
"X-Crowdin-Language: fr\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
|
||||||
"Language: fr_FR\n"
|
"Language: fr_FR\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
@ -21,31 +19,31 @@ msgstr "J'ai tenté de faire quelque chose que pour lequel Discord m'a refusé l
|
|||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:22
|
#: 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 "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:28
|
#: 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 "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:34
|
#: 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 "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:40
|
#: 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 "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:46
|
#: 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 "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:52
|
#: 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 "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:58
|
#: 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 "J’ai besoin de la permission de gérer les rôles pour faire cela."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:60
|
#: 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."
|
||||||
@ -58,7 +56,7 @@ msgstr "Un ensemble d'utilitaires d'administration du serveur."
|
|||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:126
|
#: 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 "{member.display_name} a déjà le rôle {role.name}."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:146
|
#: 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}"
|
||||||
@ -66,7 +64,7 @@ msgstr "J'ai bien ajouté le rôle {role.name} à {member.display_name}"
|
|||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:156
|
#: 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 "{member.display_name} n'a pas le rôle {role.name}."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:176
|
#: 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}"
|
||||||
@ -75,12 +73,12 @@ msgstr "J'ai bien retiré le rôle {role.name} de {member.display_name}"
|
|||||||
#: redbot/cogs/admin/admin.py:187
|
#: 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 "\\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:203
|
#: 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 "\\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:217
|
#: redbot/cogs/admin/admin.py:217
|
||||||
#, docstring
|
#, docstring
|
||||||
@ -90,7 +88,7 @@ msgstr "Modifier les paramètres d'un rôle."
|
|||||||
#: redbot/cogs/admin/admin.py:224
|
#: 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 "\\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:253 redbot/cogs/admin/admin.py:286
|
#: redbot/cogs/admin/admin.py:253 redbot/cogs/admin/admin.py:286
|
||||||
msgid "Done."
|
msgid "Done."
|
||||||
@ -99,7 +97,7 @@ msgstr "Fait."
|
|||||||
#: redbot/cogs/admin/admin.py:257
|
#: 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 "\\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:291
|
#: redbot/cogs/admin/admin.py:291
|
||||||
#, docstring
|
#, docstring
|
||||||
@ -117,7 +115,7 @@ msgstr "Interrompre une annonce en cours."
|
|||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:307
|
#: redbot/cogs/admin/admin.py:307
|
||||||
msgid "There is no currently running announcement."
|
msgid "There is no currently running announcement."
|
||||||
msgstr ""
|
msgstr "Il n'y a aucune annonce en cours d'exécution."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:310
|
#: redbot/cogs/admin/admin.py:310
|
||||||
msgid "The current announcement has been cancelled."
|
msgid "The current announcement has been cancelled."
|
||||||
@ -126,12 +124,12 @@ msgstr "L'annonce actuelle a été interrompue."
|
|||||||
#: redbot/cogs/admin/admin.py:316
|
#: 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 "Change la façon dont les annonces sont envoyées dans ce serveur."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:321
|
#: 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 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:330
|
#: 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}"
|
||||||
@ -153,17 +151,17 @@ msgstr "Le serveur {guild.name} ne recevra plus les annonces."
|
|||||||
#: redbot/cogs/admin/admin.py:370
|
#: redbot/cogs/admin/admin.py:370
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Apply selfroles."
|
msgid "Apply selfroles."
|
||||||
msgstr ""
|
msgstr "Appliquer auto-rôles."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:375
|
#: 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 "\\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:386
|
#: 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 "\\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:397
|
#: redbot/cogs/admin/admin.py:397
|
||||||
#, docstring
|
#, docstring
|
||||||
@ -177,37 +175,37 @@ msgstr "Auto-rôles disponibles :\\n{selfroles}"
|
|||||||
#: redbot/cogs/admin/admin.py:413
|
#: redbot/cogs/admin/admin.py:413
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage selfroles."
|
msgid "Manage selfroles."
|
||||||
msgstr ""
|
msgstr "Gérer les auto-roles."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:418
|
#: 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 "\\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:425
|
#: 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 "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:433
|
#: redbot/cogs/admin/admin.py:433
|
||||||
msgid "Added."
|
msgid "Added."
|
||||||
msgstr ""
|
msgstr "Ajouté."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:436
|
#: redbot/cogs/admin/admin.py:436
|
||||||
msgid "That role is already a selfrole."
|
msgid "That role is already a selfrole."
|
||||||
msgstr ""
|
msgstr "Ce rôle est déjà un selfrole."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:440
|
#: 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 "\\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:447
|
#: 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 "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:455
|
#: redbot/cogs/admin/admin.py:455
|
||||||
msgid "Removed."
|
msgid "Removed."
|
||||||
msgstr ""
|
msgstr "Retiré."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:460
|
#: redbot/cogs/admin/admin.py:460
|
||||||
#, docstring
|
#, docstring
|
||||||
@ -224,11 +222,11 @@ msgstr "Le bot est maintenant verrouillé sur ses serveurs actuels."
|
|||||||
|
|
||||||
#: redbot/cogs/admin/announcer.py:75
|
#: 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 "Je n'ai pas pu annoncer au serveur suivant : "
|
||||||
|
|
||||||
#: redbot/cogs/admin/announcer.py:77
|
#: 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 "Je n'ai pas pu annoncer aux serveurs suivants : "
|
||||||
|
|
||||||
#: redbot/cogs/admin/converters.py:12
|
#: redbot/cogs/admin/converters.py:12
|
||||||
msgid "The Admin cog is not loaded."
|
msgid "The Admin cog is not loaded."
|
||||||
|
|||||||
@ -2,7 +2,6 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-13 12:13\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Hebrew\n"
|
"Language-Team: Hebrew\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -12,7 +11,6 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3;\n"
|
"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3;\n"
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: he\n"
|
"X-Crowdin-Language: he\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
|
||||||
"Language: he_IL\n"
|
"Language: he_IL\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
|
|||||||
@ -2,7 +2,6 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-13 12:13\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Hungarian\n"
|
"Language-Team: Hungarian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -12,7 +11,6 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: hu\n"
|
"X-Crowdin-Language: hu\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
|
||||||
"Language: hu_HU\n"
|
"Language: hu_HU\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
|
|||||||
@ -2,7 +2,6 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-13 12:14\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Indonesian\n"
|
"Language-Team: Indonesian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -12,7 +11,6 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: id\n"
|
"X-Crowdin-Language: id\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
|
||||||
"Language: id_ID\n"
|
"Language: id_ID\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
|
|||||||
@ -2,7 +2,6 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-13 12:14\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Italian\n"
|
"Language-Team: Italian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -12,7 +11,6 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: it\n"
|
"X-Crowdin-Language: it\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
|
||||||
"Language: it_IT\n"
|
"Language: it_IT\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
|
|||||||
@ -2,7 +2,6 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-13 12:14\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Japanese\n"
|
"Language-Team: Japanese\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -12,7 +11,6 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: ja\n"
|
"X-Crowdin-Language: ja\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
|
||||||
"Language: ja_JP\n"
|
"Language: ja_JP\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
|
|||||||
@ -2,7 +2,6 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-13 12:14\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Korean\n"
|
"Language-Team: Korean\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -12,7 +11,6 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: ko\n"
|
"X-Crowdin-Language: ko\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
|
||||||
"Language: ko_KR\n"
|
"Language: ko_KR\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
|
|||||||
@ -2,7 +2,6 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-13 12:12\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Dutch\n"
|
"Language-Team: Dutch\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -12,7 +11,6 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: nl\n"
|
"X-Crowdin-Language: nl\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
|
||||||
"Language: nl_NL\n"
|
"Language: nl_NL\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
|
|||||||
@ -2,7 +2,6 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-13 12:14\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Norwegian\n"
|
"Language-Team: Norwegian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -12,7 +11,6 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: no\n"
|
"X-Crowdin-Language: no\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
|
||||||
"Language: no_NO\n"
|
"Language: no_NO\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
|
|||||||
@ -2,7 +2,6 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-13 12:14\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Polish\n"
|
"Language-Team: Polish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -12,7 +11,6 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: pl\n"
|
"X-Crowdin-Language: pl\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
|
||||||
"Language: pl_PL\n"
|
"Language: pl_PL\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
|
|||||||
@ -2,7 +2,6 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-13 12:15\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Portuguese, Brazilian\n"
|
"Language-Team: Portuguese, Brazilian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -12,7 +11,6 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: pt-BR\n"
|
"X-Crowdin-Language: pt-BR\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
|
||||||
"Language: pt_BR\n"
|
"Language: pt_BR\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
@ -21,31 +19,31 @@ msgstr "Eu tentei fazer algo que o Discord me negou as permissões. Seu comando
|
|||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:22
|
#: 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 "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:28
|
#: 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 "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:34
|
#: 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 "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:40
|
#: 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 "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:46
|
#: 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 "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:52
|
#: 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 "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:58
|
#: 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 "Preciso da permissão para alterar os cargos para fazer isto."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:60
|
#: 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."
|
||||||
@ -54,11 +52,11 @@ msgstr "Eu já estou anunciando algo. Se quer fazer um anúncio diferente, por f
|
|||||||
#: redbot/cogs/admin/admin.py:70
|
#: 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 ferramentas de administração para o servidor."
|
msgstr "Um conjunto de ferramentas para a administração do servidor."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:126
|
#: 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 "{member.display_name} já tem o cargo {role.name}."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:146
|
#: 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}"
|
||||||
@ -66,31 +64,31 @@ msgstr "Eu adicionei com sucesso {role.name} de {member.display_name}"
|
|||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:156
|
#: 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 "{member.display_name} não tem o cargo {role.name}."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:176
|
#: 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 com sucesso {role.name} de {member.display_name}"
|
msgstr "Eu removi {role.name} de {member.display_name} com sucesso"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:187
|
#: 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 "\\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:203
|
#: 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 "\\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:217
|
#: redbot/cogs/admin/admin.py:217
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Edit role settings."
|
msgid "Edit role settings."
|
||||||
msgstr "Edite as configurações de cargo."
|
msgstr "Altera as configurações de cargo."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:224
|
#: 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 "\\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:253 redbot/cogs/admin/admin.py:286
|
#: redbot/cogs/admin/admin.py:253 redbot/cogs/admin/admin.py:286
|
||||||
msgid "Done."
|
msgid "Done."
|
||||||
@ -99,142 +97,142 @@ msgstr "Concluído."
|
|||||||
#: redbot/cogs/admin/admin.py:257
|
#: 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 "\\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:291
|
#: 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 "Anuncia uma mensagem para todos os servidores onde o bot está."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:298
|
#: redbot/cogs/admin/admin.py:298
|
||||||
msgid "The announcement has begun."
|
msgid "The announcement has begun."
|
||||||
msgstr ""
|
msgstr "O anúncio começou."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:305
|
#: redbot/cogs/admin/admin.py:305
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Cancel a running announce."
|
msgid "Cancel a running announce."
|
||||||
msgstr ""
|
msgstr "Cancela um anúncio em andamento."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:307
|
#: redbot/cogs/admin/admin.py:307
|
||||||
msgid "There is no currently running announcement."
|
msgid "There is no currently running announcement."
|
||||||
msgstr ""
|
msgstr "Não existe nenhum anúncio em andamento."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:310
|
#: redbot/cogs/admin/admin.py:310
|
||||||
msgid "The current announcement has been cancelled."
|
msgid "The current announcement has been cancelled."
|
||||||
msgstr ""
|
msgstr "O anúncio atual foi cancelado."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:316
|
#: 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 "Altera como os anúncios são enviados nessa guilda."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:321
|
#: 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:330
|
#: 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 "O canal de anúncios foi definido como {channel.mention}"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:335
|
#: redbot/cogs/admin/admin.py:335
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle announcements being enabled this server."
|
msgid "Toggle announcements being enabled this server."
|
||||||
msgstr ""
|
msgstr "Alterna se os anúncios estão habilitados nesse servidor."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:340
|
#: redbot/cogs/admin/admin.py:340
|
||||||
msgid "The server {guild.name} will receive announcements."
|
msgid "The server {guild.name} will receive announcements."
|
||||||
msgstr ""
|
msgstr "O servidor {guild.name} receberá anúncios."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:344
|
#: redbot/cogs/admin/admin.py:344
|
||||||
msgid "The server {guild.name} will not receive announcements."
|
msgid "The server {guild.name} will not receive announcements."
|
||||||
msgstr ""
|
msgstr "O servidor {guild.name} não receberá anúncios."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:370
|
#: redbot/cogs/admin/admin.py:370
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Apply selfroles."
|
msgid "Apply selfroles."
|
||||||
msgstr ""
|
msgstr "Concede cargos autoatribuíveis a si."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:375
|
#: 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 "\\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:386
|
#: 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 "\\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:397
|
#: redbot/cogs/admin/admin.py:397
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\\n Lists all available selfroles.\\n "
|
msgid "\\n Lists all available selfroles.\\n "
|
||||||
msgstr ""
|
msgstr "\\n Lista todos os cargos autoatribuíveis.\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:407
|
#: redbot/cogs/admin/admin.py:407
|
||||||
msgid "Available Selfroles:\\n{selfroles}"
|
msgid "Available Selfroles:\\n{selfroles}"
|
||||||
msgstr ""
|
msgstr "Cargos autoatribuíveis disponíveis:\\n{selfroles}"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:413
|
#: redbot/cogs/admin/admin.py:413
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage selfroles."
|
msgid "Manage selfroles."
|
||||||
msgstr ""
|
msgstr "Gerenciar cargos autoatribuíveis."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:418
|
#: 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 "\\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:425
|
#: 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 "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:433
|
#: redbot/cogs/admin/admin.py:433
|
||||||
msgid "Added."
|
msgid "Added."
|
||||||
msgstr ""
|
msgstr "Adicionado."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:436
|
#: redbot/cogs/admin/admin.py:436
|
||||||
msgid "That role is already a selfrole."
|
msgid "That role is already a selfrole."
|
||||||
msgstr ""
|
msgstr "Este cargo já é autoatribuível."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:440
|
#: 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 "\\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:447
|
#: 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 "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:455
|
#: redbot/cogs/admin/admin.py:455
|
||||||
msgid "Removed."
|
msgid "Removed."
|
||||||
msgstr ""
|
msgstr "Removido."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:460
|
#: 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 "Restringe o bot somente aos servidores atuais."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:465
|
#: redbot/cogs/admin/admin.py:465
|
||||||
msgid "The bot is no longer serverlocked."
|
msgid "The bot is no longer serverlocked."
|
||||||
msgstr ""
|
msgstr "O bot não está mais restrito aos servidores atuais."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:467
|
#: redbot/cogs/admin/admin.py:467
|
||||||
msgid "The bot is now serverlocked."
|
msgid "The bot is now serverlocked."
|
||||||
msgstr ""
|
msgstr "O está restrito aos servidores atuais."
|
||||||
|
|
||||||
#: redbot/cogs/admin/announcer.py:75
|
#: 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 "Não pude anunciar no seguinte servidor: "
|
||||||
|
|
||||||
#: redbot/cogs/admin/announcer.py:77
|
#: 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 "Não pude anunciar nos seguintes servidores: "
|
||||||
|
|
||||||
#: redbot/cogs/admin/converters.py:12
|
#: redbot/cogs/admin/converters.py:12
|
||||||
msgid "The Admin cog is not loaded."
|
msgid "The Admin cog is not loaded."
|
||||||
msgstr ""
|
msgstr "A engrenagem Admin não está carregada."
|
||||||
|
|
||||||
#: redbot/cogs/admin/converters.py:21
|
#: redbot/cogs/admin/converters.py:21
|
||||||
msgid "The provided role is not a valid selfrole."
|
msgid "The provided role is not a valid selfrole."
|
||||||
msgstr ""
|
msgstr "O cargo fornecido não é um cargo autoatribuível válido."
|
||||||
|
|
||||||
|
|||||||
@ -2,7 +2,6 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-13 12:15\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Portuguese\n"
|
"Language-Team: Portuguese\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -12,7 +11,6 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: pt-PT\n"
|
"X-Crowdin-Language: pt-PT\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
|
||||||
"Language: pt_PT\n"
|
"Language: pt_PT\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
|
|||||||
@ -2,7 +2,6 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-13 12:15\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Romanian\n"
|
"Language-Team: Romanian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -12,7 +11,6 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100>0 && n%100<20)) ? 1 : 2);\n"
|
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100>0 && n%100<20)) ? 1 : 2);\n"
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: ro\n"
|
"X-Crowdin-Language: ro\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
|
||||||
"Language: ro_RO\n"
|
"Language: ro_RO\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
|
|||||||
@ -2,7 +2,6 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-13 12:15\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Russian\n"
|
"Language-Team: Russian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -12,7 +11,6 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n"
|
"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n"
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: ru\n"
|
"X-Crowdin-Language: ru\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
|
||||||
"Language: ru_RU\n"
|
"Language: ru_RU\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
@ -21,27 +19,27 @@ msgstr "Я попыталась сделать что-то, в чем Discord о
|
|||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:22
|
#: 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 "Я не могу дать {role.name} для {member.display_name}, потому что эта роль выше или равна моей самой высокой роли в иерархии Discord."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:28
|
#: 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 "Я не могу убрать {role.name} у {member.display_name}, потому что эта роль выше или равна моей самой высокой роли в иерархии Discord."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:34
|
#: 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 "Я не могу редактировать {role.name}, потому что эта роль выше моей или равна самой высокой роли в иерархии Discord."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:40
|
#: 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 "Я не могу вам дать {role.name}, {member.display_name}, поскольку эта роль выше или равна вашей самой высокой роли в иерархии Discord."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:46
|
#: 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 "Я не могу позволить вам удалить {role.name} у {member.display_name}, потому что эта роль выше или равна вашей самой высокой роли в иерархии Discord."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:52
|
#: 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 "Я не могу позволить вам редактировать {role.name}, потому что эта роль больше или равна вашей самой высокой роли в иерархии Discord."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:58
|
#: redbot/cogs/admin/admin.py:58
|
||||||
msgid "I need manage roles permission to do that."
|
msgid "I need manage roles permission to do that."
|
||||||
@ -58,7 +56,7 @@ msgstr "Набор утилит администрирования сервер
|
|||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:126
|
#: 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 "{member.display_name} уже имеет роль {role.name}."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:146
|
#: 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}"
|
||||||
@ -66,7 +64,7 @@ msgstr "Я успешно добавила роль {role.name} пользова
|
|||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:156
|
#: 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 "{member.display_name} не имеет роли {role.name}."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:176
|
#: 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}"
|
||||||
@ -75,12 +73,12 @@ msgstr "Я успешно забрала роль {role.name} у пользов
|
|||||||
#: redbot/cogs/admin/admin.py:187
|
#: 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 "\\n Добавить роль пользователю.\\n\\n Используйте двойные кавычки, если роль содержит пробелы.\\n Если пользователь не указан, по умолчанию используется автор команды.\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:203
|
#: 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 "\\n Удалить роль у пользователя.\\n\\n Используйте двойные кавычки, если роль содержит пробелы.\\n Если пользователь не указан, по умолчанию используется автор команды.\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:217
|
#: redbot/cogs/admin/admin.py:217
|
||||||
#, docstring
|
#, docstring
|
||||||
@ -90,7 +88,7 @@ msgstr "Изменение параметров роли."
|
|||||||
#: redbot/cogs/admin/admin.py:224
|
#: 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 "\\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:253 redbot/cogs/admin/admin.py:286
|
#: redbot/cogs/admin/admin.py:253 redbot/cogs/admin/admin.py:286
|
||||||
msgid "Done."
|
msgid "Done."
|
||||||
@ -99,7 +97,7 @@ msgstr "Готово."
|
|||||||
#: redbot/cogs/admin/admin.py:257
|
#: 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 "\\n Изменить название роли.\\n\\n Используйте двойные кавычки, если роль или имя содержат пробелы.\\n\\n Примеры:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:291
|
#: redbot/cogs/admin/admin.py:291
|
||||||
#, docstring
|
#, docstring
|
||||||
@ -117,7 +115,7 @@ msgstr "Отменить текущее объявление."
|
|||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:307
|
#: 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:310
|
#: redbot/cogs/admin/admin.py:310
|
||||||
msgid "The current announcement has been cancelled."
|
msgid "The current announcement has been cancelled."
|
||||||
@ -126,12 +124,12 @@ msgstr "Текущее объявление было отменено."
|
|||||||
#: redbot/cogs/admin/admin.py:316
|
#: 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:321
|
#: 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:330
|
#: 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}"
|
||||||
@ -153,17 +151,17 @@ msgstr "Сервер {guild.name} не будет получать объявл
|
|||||||
#: redbot/cogs/admin/admin.py:370
|
#: redbot/cogs/admin/admin.py:370
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Apply selfroles."
|
msgid "Apply selfroles."
|
||||||
msgstr ""
|
msgstr "Применить свои роли."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:375
|
#: 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 "\\n Добавить собственную роль себе.\\n\\n Администраторы сервера должны настроить роль как устанавливаемую пользователем.\\n ПРИМЕЧАНИЕ: Роль чувствительна к регистру!\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:386
|
#: 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 "\\n Удалить собственную роль у себя.\\n\\n Администраторы сервера должны настроить роль как устанавливаемую пользователем.\\n ПРИМЕЧАНИЕ: Роль чувствительна к регистру!\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:397
|
#: redbot/cogs/admin/admin.py:397
|
||||||
#, docstring
|
#, docstring
|
||||||
@ -177,37 +175,37 @@ msgstr "Доступные Собственные роли:\\n{selfroles}"
|
|||||||
#: redbot/cogs/admin/admin.py:413
|
#: redbot/cogs/admin/admin.py:413
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage selfroles."
|
msgid "Manage selfroles."
|
||||||
msgstr ""
|
msgstr "Управление своими ролями."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:418
|
#: 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 "\\n Добавить роль в список доступных своих ролей.\\n\\n ПРИМЕЧАНИЕ: Роль чувствительна к регистру!\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:425
|
#: 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 "Я не могу позволить вам добавить {role.name} в качестве собственной роли, потому что эта роль выше или равна вашей самой высокой роли в иерархии Discord."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:433
|
#: redbot/cogs/admin/admin.py:433
|
||||||
msgid "Added."
|
msgid "Added."
|
||||||
msgstr ""
|
msgstr "Добавлено."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:436
|
#: 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:440
|
#: 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 "\\n Удалить роль из списка доступных собственных ролей.\\n\\n ПРИМЕЧАНИЕ: Роль чувствительна к регистру!\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:447
|
#: 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 "Я не могу позволить вам сделать {role.name} не собственной ролью, потому что эта роль выше или равна вашей самой высокой роли в иерархии Discord."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:455
|
#: redbot/cogs/admin/admin.py:455
|
||||||
msgid "Removed."
|
msgid "Removed."
|
||||||
msgstr ""
|
msgstr "Удалено."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:460
|
#: redbot/cogs/admin/admin.py:460
|
||||||
#, docstring
|
#, docstring
|
||||||
@ -224,11 +222,11 @@ msgstr "Бот теперь зафиксирован на сервере."
|
|||||||
|
|
||||||
#: redbot/cogs/admin/announcer.py:75
|
#: 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:77
|
#: 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 "Я не могу сделать объявление на следующих серверах: "
|
||||||
|
|
||||||
#: redbot/cogs/admin/converters.py:12
|
#: redbot/cogs/admin/converters.py:12
|
||||||
msgid "The Admin cog is not loaded."
|
msgid "The Admin cog is not loaded."
|
||||||
|
|||||||
@ -2,7 +2,6 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-13 12:16\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Slovak\n"
|
"Language-Team: Slovak\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -12,7 +11,6 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n"
|
"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n"
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: sk\n"
|
"X-Crowdin-Language: sk\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
|
||||||
"Language: sk_SK\n"
|
"Language: sk_SK\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
|
|||||||
@ -2,7 +2,6 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-13 12:15\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Serbian (Cyrillic)\n"
|
"Language-Team: Serbian (Cyrillic)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -12,7 +11,6 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: sr\n"
|
"X-Crowdin-Language: sr\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
|
||||||
"Language: sr_SP\n"
|
"Language: sr_SP\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
|
|||||||
@ -2,7 +2,6 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-13 12:16\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Swedish\n"
|
"Language-Team: Swedish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -12,7 +11,6 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: sv-SE\n"
|
"X-Crowdin-Language: sv-SE\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
|
||||||
"Language: sv_SE\n"
|
"Language: sv_SE\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
|
|||||||
@ -2,7 +2,6 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-13 12:16\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Turkish\n"
|
"Language-Team: Turkish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -12,7 +11,6 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: tr\n"
|
"X-Crowdin-Language: tr\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
|
||||||
"Language: tr_TR\n"
|
"Language: tr_TR\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
|
|||||||
@ -2,7 +2,6 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-13 12:16\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Ukrainian\n"
|
"Language-Team: Ukrainian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -12,7 +11,6 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n"
|
"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n"
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: uk\n"
|
"X-Crowdin-Language: uk\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
|
||||||
"Language: uk_UA\n"
|
"Language: uk_UA\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
|
|||||||
@ -2,7 +2,6 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-13 12:16\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Vietnamese\n"
|
"Language-Team: Vietnamese\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -12,7 +11,6 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: vi\n"
|
"X-Crowdin-Language: vi\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
|
||||||
"Language: vi_VN\n"
|
"Language: vi_VN\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
|
|||||||
@ -2,7 +2,6 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-13 12:11\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Chinese Simplified\n"
|
"Language-Team: Chinese Simplified\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -12,7 +11,6 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: zh-CN\n"
|
"X-Crowdin-Language: zh-CN\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
|
||||||
"Language: zh_CN\n"
|
"Language: zh_CN\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
|
|||||||
@ -2,7 +2,6 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-13 12:12\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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"
|
||||||
@ -12,7 +11,6 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: zh-HK\n"
|
"X-Crowdin-Language: zh-HK\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
|
||||||
"Language: zh_HK\n"
|
"Language: zh_HK\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
|
|||||||
@ -2,7 +2,6 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-13 12:12\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Chinese Traditional\n"
|
"Language-Team: Chinese Traditional\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -12,7 +11,6 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: zh-TW\n"
|
"X-Crowdin-Language: zh-TW\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
|
||||||
"Language: zh_TW\n"
|
"Language: zh_TW\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
|
|||||||
@ -279,6 +279,13 @@ class Alias(commands.Cog):
|
|||||||
).format(name=alias_name)
|
).format(name=alias_name)
|
||||||
)
|
)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
given_command_exists = self.bot.get_command(command.split(maxsplit=1)[0]) is not None
|
||||||
|
if not given_command_exists:
|
||||||
|
await ctx.send(
|
||||||
|
_("You attempted to create a new alias for a command that doesn't exist.")
|
||||||
|
)
|
||||||
|
return
|
||||||
# endregion
|
# endregion
|
||||||
|
|
||||||
# At this point we know we need to make a new alias
|
# At this point we know we need to make a new alias
|
||||||
|
|||||||
@ -1,8 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
"POT-Creation-Date: 2020-04-02 12:07+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-13 12:11\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Afrikaans\n"
|
"Language-Team: Afrikaans\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -12,7 +11,6 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: af\n"
|
"X-Crowdin-Language: af\n"
|
||||||
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
|
|
||||||
"Language: af_ZA\n"
|
"Language: af_ZA\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:35
|
#: redbot/cogs/alias/alias.py:35
|
||||||
@ -59,94 +57,94 @@ msgstr ""
|
|||||||
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:293
|
#: redbot/cogs/alias/alias.py:286
|
||||||
|
msgid "You attempted to create a new alias for a command that doesn't exist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:300
|
||||||
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:299
|
#: redbot/cogs/alias/alias.py:306
|
||||||
#, 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:304
|
#: redbot/cogs/alias/alias.py:311
|
||||||
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:315
|
#: redbot/cogs/alias/alias.py:322
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:326
|
#: redbot/cogs/alias/alias.py:333
|
||||||
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:342
|
#: redbot/cogs/alias/alias.py:349
|
||||||
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:350
|
#: redbot/cogs/alias/alias.py:357
|
||||||
#, 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:359
|
#: redbot/cogs/alias/alias.py:369
|
||||||
msgid "{prefix}help {command}"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:364
|
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:369
|
#: redbot/cogs/alias/alias.py:374
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Show what command the alias executes."
|
msgid "Show what command the alias executes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:374
|
#: redbot/cogs/alias/alias.py:379
|
||||||
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:379
|
#: redbot/cogs/alias/alias.py:384
|
||||||
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:385
|
#: redbot/cogs/alias/alias.py:390
|
||||||
#, 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:390 redbot/cogs/alias/alias.py:426
|
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431
|
||||||
#: redbot/cogs/alias/alias.py:437
|
#: redbot/cogs/alias/alias.py:442
|
||||||
msgid "There are no aliases on this server."
|
msgid "There are no aliases on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:413
|
#: redbot/cogs/alias/alias.py:400 redbot/cogs/alias/alias.py:418
|
||||||
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:398 redbot/cogs/alias/alias.py:416
|
#: redbot/cogs/alias/alias.py:403 redbot/cogs/alias/alias.py:421
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:403
|
#: redbot/cogs/alias/alias.py:408
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing global alias."
|
msgid "Delete an existing global alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:408
|
#: redbot/cogs/alias/alias.py:413
|
||||||
msgid "There are no aliases on this bot."
|
msgid "There are no aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:421
|
#: redbot/cogs/alias/alias.py:426
|
||||||
#, 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:422 redbot/cogs/alias/alias.py:433
|
#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438
|
||||||
msgid "Aliases:"
|
msgid "Aliases:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:432
|
#: redbot/cogs/alias/alias.py:437
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available global aliases on this bot."
|
msgid "List the available global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
@ -1,8 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
"POT-Creation-Date: 2020-04-02 12:07+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-13 12:11\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -12,7 +11,6 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n"
|
"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n"
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: ar\n"
|
"X-Crowdin-Language: ar\n"
|
||||||
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
|
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:35
|
#: redbot/cogs/alias/alias.py:35
|
||||||
@ -59,94 +57,94 @@ msgstr ""
|
|||||||
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:293
|
#: redbot/cogs/alias/alias.py:286
|
||||||
|
msgid "You attempted to create a new alias for a command that doesn't exist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:300
|
||||||
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:299
|
#: redbot/cogs/alias/alias.py:306
|
||||||
#, 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:304
|
#: redbot/cogs/alias/alias.py:311
|
||||||
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:315
|
#: redbot/cogs/alias/alias.py:322
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:326
|
#: redbot/cogs/alias/alias.py:333
|
||||||
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:342
|
#: redbot/cogs/alias/alias.py:349
|
||||||
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:350
|
#: redbot/cogs/alias/alias.py:357
|
||||||
#, 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:359
|
#: redbot/cogs/alias/alias.py:369
|
||||||
msgid "{prefix}help {command}"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:364
|
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:369
|
#: redbot/cogs/alias/alias.py:374
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Show what command the alias executes."
|
msgid "Show what command the alias executes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:374
|
#: redbot/cogs/alias/alias.py:379
|
||||||
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:379
|
#: redbot/cogs/alias/alias.py:384
|
||||||
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:385
|
#: redbot/cogs/alias/alias.py:390
|
||||||
#, 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:390 redbot/cogs/alias/alias.py:426
|
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431
|
||||||
#: redbot/cogs/alias/alias.py:437
|
#: redbot/cogs/alias/alias.py:442
|
||||||
msgid "There are no aliases on this server."
|
msgid "There are no aliases on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:413
|
#: redbot/cogs/alias/alias.py:400 redbot/cogs/alias/alias.py:418
|
||||||
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:398 redbot/cogs/alias/alias.py:416
|
#: redbot/cogs/alias/alias.py:403 redbot/cogs/alias/alias.py:421
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:403
|
#: redbot/cogs/alias/alias.py:408
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing global alias."
|
msgid "Delete an existing global alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:408
|
#: redbot/cogs/alias/alias.py:413
|
||||||
msgid "There are no aliases on this bot."
|
msgid "There are no aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:421
|
#: redbot/cogs/alias/alias.py:426
|
||||||
#, 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:422 redbot/cogs/alias/alias.py:433
|
#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438
|
||||||
msgid "Aliases:"
|
msgid "Aliases:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:432
|
#: redbot/cogs/alias/alias.py:437
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available global aliases on this bot."
|
msgid "List the available global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
@ -1,8 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
"POT-Creation-Date: 2020-04-02 12:07+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-13 12:11\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Bulgarian\n"
|
"Language-Team: Bulgarian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -12,7 +11,6 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: bg\n"
|
"X-Crowdin-Language: bg\n"
|
||||||
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
|
|
||||||
"Language: bg_BG\n"
|
"Language: bg_BG\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:35
|
#: redbot/cogs/alias/alias.py:35
|
||||||
@ -59,94 +57,94 @@ msgstr ""
|
|||||||
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:293
|
#: redbot/cogs/alias/alias.py:286
|
||||||
|
msgid "You attempted to create a new alias for a command that doesn't exist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:300
|
||||||
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:299
|
#: redbot/cogs/alias/alias.py:306
|
||||||
#, 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:304
|
#: redbot/cogs/alias/alias.py:311
|
||||||
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:315
|
#: redbot/cogs/alias/alias.py:322
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:326
|
#: redbot/cogs/alias/alias.py:333
|
||||||
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:342
|
#: redbot/cogs/alias/alias.py:349
|
||||||
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:350
|
#: redbot/cogs/alias/alias.py:357
|
||||||
#, 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:359
|
#: redbot/cogs/alias/alias.py:369
|
||||||
msgid "{prefix}help {command}"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:364
|
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr "Този псевдоним не съществува."
|
msgstr "Този псевдоним не съществува."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:369
|
#: redbot/cogs/alias/alias.py:374
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Show what command the alias executes."
|
msgid "Show what command the alias executes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:374
|
#: redbot/cogs/alias/alias.py:379
|
||||||
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:379
|
#: redbot/cogs/alias/alias.py:384
|
||||||
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:385
|
#: redbot/cogs/alias/alias.py:390
|
||||||
#, 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:390 redbot/cogs/alias/alias.py:426
|
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431
|
||||||
#: redbot/cogs/alias/alias.py:437
|
#: redbot/cogs/alias/alias.py:442
|
||||||
msgid "There are no aliases on this server."
|
msgid "There are no aliases on this server."
|
||||||
msgstr "Няма използвани псевдоними на този сървър."
|
msgstr "Няма използвани псевдоними на този сървър."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:413
|
#: redbot/cogs/alias/alias.py:400 redbot/cogs/alias/alias.py:418
|
||||||
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:398 redbot/cogs/alias/alias.py:416
|
#: redbot/cogs/alias/alias.py:403 redbot/cogs/alias/alias.py:421
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:403
|
#: redbot/cogs/alias/alias.py:408
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing global alias."
|
msgid "Delete an existing global alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:408
|
#: redbot/cogs/alias/alias.py:413
|
||||||
msgid "There are no aliases on this bot."
|
msgid "There are no aliases on this bot."
|
||||||
msgstr "Няма псевдоними положени към този бот."
|
msgstr "Няма псевдоними положени към този бот."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:421
|
#: redbot/cogs/alias/alias.py:426
|
||||||
#, 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:422 redbot/cogs/alias/alias.py:433
|
#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438
|
||||||
msgid "Aliases:"
|
msgid "Aliases:"
|
||||||
msgstr "Псевдоними:"
|
msgstr "Псевдоними:"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:432
|
#: redbot/cogs/alias/alias.py:437
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available global aliases on this bot."
|
msgid "List the available global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
@ -1,8 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
"POT-Creation-Date: 2020-04-02 12:07+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-13 12:11\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Catalan\n"
|
"Language-Team: Catalan\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -12,7 +11,6 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: ca\n"
|
"X-Crowdin-Language: ca\n"
|
||||||
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
|
|
||||||
"Language: ca_ES\n"
|
"Language: ca_ES\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:35
|
#: redbot/cogs/alias/alias.py:35
|
||||||
@ -59,94 +57,94 @@ msgstr ""
|
|||||||
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:293
|
#: redbot/cogs/alias/alias.py:286
|
||||||
|
msgid "You attempted to create a new alias for a command that doesn't exist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:300
|
||||||
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:299
|
#: redbot/cogs/alias/alias.py:306
|
||||||
#, 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:304
|
#: redbot/cogs/alias/alias.py:311
|
||||||
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:315
|
#: redbot/cogs/alias/alias.py:322
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:326
|
#: redbot/cogs/alias/alias.py:333
|
||||||
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:342
|
#: redbot/cogs/alias/alias.py:349
|
||||||
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:350
|
#: redbot/cogs/alias/alias.py:357
|
||||||
#, 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:359
|
#: redbot/cogs/alias/alias.py:369
|
||||||
msgid "{prefix}help {command}"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:364
|
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:369
|
#: redbot/cogs/alias/alias.py:374
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Show what command the alias executes."
|
msgid "Show what command the alias executes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:374
|
#: redbot/cogs/alias/alias.py:379
|
||||||
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:379
|
#: redbot/cogs/alias/alias.py:384
|
||||||
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:385
|
#: redbot/cogs/alias/alias.py:390
|
||||||
#, 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:390 redbot/cogs/alias/alias.py:426
|
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431
|
||||||
#: redbot/cogs/alias/alias.py:437
|
#: redbot/cogs/alias/alias.py:442
|
||||||
msgid "There are no aliases on this server."
|
msgid "There are no aliases on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:413
|
#: redbot/cogs/alias/alias.py:400 redbot/cogs/alias/alias.py:418
|
||||||
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:398 redbot/cogs/alias/alias.py:416
|
#: redbot/cogs/alias/alias.py:403 redbot/cogs/alias/alias.py:421
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:403
|
#: redbot/cogs/alias/alias.py:408
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing global alias."
|
msgid "Delete an existing global alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:408
|
#: redbot/cogs/alias/alias.py:413
|
||||||
msgid "There are no aliases on this bot."
|
msgid "There are no aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:421
|
#: redbot/cogs/alias/alias.py:426
|
||||||
#, 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:422 redbot/cogs/alias/alias.py:433
|
#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438
|
||||||
msgid "Aliases:"
|
msgid "Aliases:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:432
|
#: redbot/cogs/alias/alias.py:437
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available global aliases on this bot."
|
msgid "List the available global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
@ -1,8 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
"POT-Creation-Date: 2020-04-02 12:07+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-13 12:12\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Czech\n"
|
"Language-Team: Czech\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -12,7 +11,6 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n"
|
"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n"
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: cs\n"
|
"X-Crowdin-Language: cs\n"
|
||||||
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
|
|
||||||
"Language: cs_CZ\n"
|
"Language: cs_CZ\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:35
|
#: redbot/cogs/alias/alias.py:35
|
||||||
@ -59,94 +57,94 @@ msgstr ""
|
|||||||
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:293
|
#: redbot/cogs/alias/alias.py:286
|
||||||
|
msgid "You attempted to create a new alias for a command that doesn't exist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:300
|
||||||
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:299
|
#: redbot/cogs/alias/alias.py:306
|
||||||
#, 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:304
|
#: redbot/cogs/alias/alias.py:311
|
||||||
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:315
|
#: redbot/cogs/alias/alias.py:322
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:326
|
#: redbot/cogs/alias/alias.py:333
|
||||||
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:342
|
#: redbot/cogs/alias/alias.py:349
|
||||||
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:350
|
#: redbot/cogs/alias/alias.py:357
|
||||||
#, 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:359
|
#: redbot/cogs/alias/alias.py:369
|
||||||
msgid "{prefix}help {command}"
|
|
||||||
msgstr "{prefix}pomoc {command}"
|
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:364
|
|
||||||
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:369
|
#: redbot/cogs/alias/alias.py:374
|
||||||
#, 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:374
|
#: redbot/cogs/alias/alias.py:379
|
||||||
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:379
|
#: redbot/cogs/alias/alias.py:384
|
||||||
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:385
|
#: redbot/cogs/alias/alias.py:390
|
||||||
#, 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:390 redbot/cogs/alias/alias.py:426
|
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431
|
||||||
#: redbot/cogs/alias/alias.py:437
|
#: redbot/cogs/alias/alias.py:442
|
||||||
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:395 redbot/cogs/alias/alias.py:413
|
#: redbot/cogs/alias/alias.py:400 redbot/cogs/alias/alias.py:418
|
||||||
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:398 redbot/cogs/alias/alias.py:416
|
#: redbot/cogs/alias/alias.py:403 redbot/cogs/alias/alias.py:421
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:403
|
#: redbot/cogs/alias/alias.py:408
|
||||||
#, 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:408
|
#: redbot/cogs/alias/alias.py:413
|
||||||
msgid "There are no aliases on this bot."
|
msgid "There are no aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:421
|
#: redbot/cogs/alias/alias.py:426
|
||||||
#, 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:422 redbot/cogs/alias/alias.py:433
|
#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438
|
||||||
msgid "Aliases:"
|
msgid "Aliases:"
|
||||||
msgstr "Aliasy:"
|
msgstr "Aliasy:"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:432
|
#: redbot/cogs/alias/alias.py:437
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available global aliases on this bot."
|
msgid "List the available global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
@ -1,8 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
"POT-Creation-Date: 2020-04-02 12:07+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-13 12:12\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Danish\n"
|
"Language-Team: Danish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -12,7 +11,6 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: da\n"
|
"X-Crowdin-Language: da\n"
|
||||||
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
|
|
||||||
"Language: da_DK\n"
|
"Language: da_DK\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:35
|
#: redbot/cogs/alias/alias.py:35
|
||||||
@ -59,94 +57,94 @@ msgstr ""
|
|||||||
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:293
|
#: redbot/cogs/alias/alias.py:286
|
||||||
|
msgid "You attempted to create a new alias for a command that doesn't exist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:300
|
||||||
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:299
|
#: redbot/cogs/alias/alias.py:306
|
||||||
#, 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:304
|
#: redbot/cogs/alias/alias.py:311
|
||||||
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:315
|
#: redbot/cogs/alias/alias.py:322
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:326
|
#: redbot/cogs/alias/alias.py:333
|
||||||
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:342
|
#: redbot/cogs/alias/alias.py:349
|
||||||
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:350
|
#: redbot/cogs/alias/alias.py:357
|
||||||
#, 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:359
|
#: redbot/cogs/alias/alias.py:369
|
||||||
msgid "{prefix}help {command}"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:364
|
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:369
|
#: redbot/cogs/alias/alias.py:374
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Show what command the alias executes."
|
msgid "Show what command the alias executes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:374
|
#: redbot/cogs/alias/alias.py:379
|
||||||
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:379
|
#: redbot/cogs/alias/alias.py:384
|
||||||
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:385
|
#: redbot/cogs/alias/alias.py:390
|
||||||
#, 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:390 redbot/cogs/alias/alias.py:426
|
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431
|
||||||
#: redbot/cogs/alias/alias.py:437
|
#: redbot/cogs/alias/alias.py:442
|
||||||
msgid "There are no aliases on this server."
|
msgid "There are no aliases on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:413
|
#: redbot/cogs/alias/alias.py:400 redbot/cogs/alias/alias.py:418
|
||||||
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:398 redbot/cogs/alias/alias.py:416
|
#: redbot/cogs/alias/alias.py:403 redbot/cogs/alias/alias.py:421
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:403
|
#: redbot/cogs/alias/alias.py:408
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing global alias."
|
msgid "Delete an existing global alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:408
|
#: redbot/cogs/alias/alias.py:413
|
||||||
msgid "There are no aliases on this bot."
|
msgid "There are no aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:421
|
#: redbot/cogs/alias/alias.py:426
|
||||||
#, 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:422 redbot/cogs/alias/alias.py:433
|
#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438
|
||||||
msgid "Aliases:"
|
msgid "Aliases:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:432
|
#: redbot/cogs/alias/alias.py:437
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available global aliases on this bot."
|
msgid "List the available global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
@ -1,8 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
"POT-Creation-Date: 2020-04-02 12:07+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-13 12:13\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: German\n"
|
"Language-Team: German\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -12,17 +11,16 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: de\n"
|
"X-Crowdin-Language: de\n"
|
||||||
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
|
|
||||||
"Language: de_DE\n"
|
"Language: de_DE\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:35
|
#: redbot/cogs/alias/alias.py:35
|
||||||
#, 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 "Alias für Befehle erstellen.\\n\\n Aliases sind alternative Namensverknüpfungen 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:111
|
#: redbot/cogs/alias/alias.py:111
|
||||||
msgid "Arguments must be specified with a number."
|
msgid "Arguments must be specified with a number."
|
||||||
msgstr "Argumente müssen mit einer Nummer bestimmt werden."
|
msgstr "Die Argumente müssen mit einer Nummer angegeben werden."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:118
|
#: redbot/cogs/alias/alias.py:118
|
||||||
msgid "Arguments must be sequential. Missing arguments: "
|
msgid "Arguments must be sequential. Missing arguments: "
|
||||||
@ -30,7 +28,7 @@ msgstr "Argumente müssen sequentiell sein. Fehlende Argumente: "
|
|||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:168
|
#: redbot/cogs/alias/alias.py:168
|
||||||
msgid "No prefix found."
|
msgid "No prefix found."
|
||||||
msgstr "Kein Präfix wurde gefunden."
|
msgstr "Es wurde kein Prefix gefunden."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:235
|
#: redbot/cogs/alias/alias.py:235
|
||||||
#, docstring
|
#, docstring
|
||||||
@ -49,7 +47,7 @@ msgstr "Füge einen Alias für einen Befehl hinzu."
|
|||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:252
|
#: redbot/cogs/alias/alias.py:252
|
||||||
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 ist bereits ein Befehl für diesen 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."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:263
|
#: redbot/cogs/alias/alias.py:263
|
||||||
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
||||||
@ -59,94 +57,94 @@ msgstr "Du hast versucht einen neuen Alias mit dem Namen {name} zu erstellen, ab
|
|||||||
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:293
|
#: redbot/cogs/alias/alias.py:286
|
||||||
msgid "A new alias with the trigger `{name}` has been created."
|
msgid "You attempted to create a new alias for a command that doesn't exist."
|
||||||
msgstr "Ein neuer alias mit dem Trigger `{name}` wurde erstellt."
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:299
|
#: redbot/cogs/alias/alias.py:300
|
||||||
|
msgid "A new alias with the trigger `{name}` has been created."
|
||||||
|
msgstr "Ein neuer Alias mit dem Namen`{name}` wurde erstellt."
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:306
|
||||||
#, 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:304
|
#: redbot/cogs/alias/alias.py:311
|
||||||
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:315
|
#: redbot/cogs/alias/alias.py:322
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr "Du hast versucht, einen neuen globalen Alias mit dem Namen {name} zu erstellen, dieser ist jedoch bereits auf diesem Server vorhanden."
|
msgstr "Du hast versucht, einen neuen globalen Alias mit dem Namen „{name}“ zu erstellen, dieser ist jedoch bereits auf diesem Server vorhanden."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:326
|
#: redbot/cogs/alias/alias.py:333
|
||||||
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:342
|
#: redbot/cogs/alias/alias.py:349
|
||||||
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:350
|
#: redbot/cogs/alias/alias.py:357
|
||||||
#, 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:359
|
#: redbot/cogs/alias/alias.py:369
|
||||||
msgid "{prefix}help {command}"
|
|
||||||
msgstr "{prefix}help {command}"
|
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:364
|
|
||||||
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:369
|
#: redbot/cogs/alias/alias.py:374
|
||||||
#, 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:374
|
#: redbot/cogs/alias/alias.py:379
|
||||||
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:379
|
#: redbot/cogs/alias/alias.py:384
|
||||||
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:385
|
#: redbot/cogs/alias/alias.py:390
|
||||||
#, 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:390 redbot/cogs/alias/alias.py:426
|
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431
|
||||||
#: redbot/cogs/alias/alias.py:437
|
#: redbot/cogs/alias/alias.py:442
|
||||||
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:395 redbot/cogs/alias/alias.py:413
|
#: redbot/cogs/alias/alias.py:400 redbot/cogs/alias/alias.py:418
|
||||||
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:398 redbot/cogs/alias/alias.py:416
|
#: redbot/cogs/alias/alias.py:403 redbot/cogs/alias/alias.py:421
|
||||||
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:403
|
#: redbot/cogs/alias/alias.py:408
|
||||||
#, 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:408
|
#: redbot/cogs/alias/alias.py:413
|
||||||
msgid "There are no aliases on this bot."
|
msgid "There are no aliases on this bot."
|
||||||
msgstr "Es gibt keine Aliasse in diesem Bot."
|
msgstr "Es gibt keine Aliasse in diesem Bot."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:421
|
#: redbot/cogs/alias/alias.py:426
|
||||||
#, 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:422 redbot/cogs/alias/alias.py:433
|
#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438
|
||||||
msgid "Aliases:"
|
msgid "Aliases:"
|
||||||
msgstr "Aliasse:"
|
msgstr "Aliasse:"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:432
|
#: redbot/cogs/alias/alias.py:437
|
||||||
#, 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."
|
||||||
|
|||||||
@ -1,8 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
"POT-Creation-Date: 2020-04-02 12:07+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-13 12:13\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Greek\n"
|
"Language-Team: Greek\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -12,7 +11,6 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: el\n"
|
"X-Crowdin-Language: el\n"
|
||||||
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
|
|
||||||
"Language: el_GR\n"
|
"Language: el_GR\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:35
|
#: redbot/cogs/alias/alias.py:35
|
||||||
@ -59,94 +57,94 @@ msgstr ""
|
|||||||
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:293
|
#: redbot/cogs/alias/alias.py:286
|
||||||
|
msgid "You attempted to create a new alias for a command that doesn't exist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:300
|
||||||
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:299
|
#: redbot/cogs/alias/alias.py:306
|
||||||
#, 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:304
|
#: redbot/cogs/alias/alias.py:311
|
||||||
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:315
|
#: redbot/cogs/alias/alias.py:322
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:326
|
#: redbot/cogs/alias/alias.py:333
|
||||||
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:342
|
#: redbot/cogs/alias/alias.py:349
|
||||||
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:350
|
#: redbot/cogs/alias/alias.py:357
|
||||||
#, 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:359
|
#: redbot/cogs/alias/alias.py:369
|
||||||
msgid "{prefix}help {command}"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:364
|
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:369
|
#: redbot/cogs/alias/alias.py:374
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Show what command the alias executes."
|
msgid "Show what command the alias executes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:374
|
#: redbot/cogs/alias/alias.py:379
|
||||||
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:379
|
#: redbot/cogs/alias/alias.py:384
|
||||||
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:385
|
#: redbot/cogs/alias/alias.py:390
|
||||||
#, 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:390 redbot/cogs/alias/alias.py:426
|
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431
|
||||||
#: redbot/cogs/alias/alias.py:437
|
#: redbot/cogs/alias/alias.py:442
|
||||||
msgid "There are no aliases on this server."
|
msgid "There are no aliases on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:413
|
#: redbot/cogs/alias/alias.py:400 redbot/cogs/alias/alias.py:418
|
||||||
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:398 redbot/cogs/alias/alias.py:416
|
#: redbot/cogs/alias/alias.py:403 redbot/cogs/alias/alias.py:421
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:403
|
#: redbot/cogs/alias/alias.py:408
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing global alias."
|
msgid "Delete an existing global alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:408
|
#: redbot/cogs/alias/alias.py:413
|
||||||
msgid "There are no aliases on this bot."
|
msgid "There are no aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:421
|
#: redbot/cogs/alias/alias.py:426
|
||||||
#, 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:422 redbot/cogs/alias/alias.py:433
|
#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438
|
||||||
msgid "Aliases:"
|
msgid "Aliases:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:432
|
#: redbot/cogs/alias/alias.py:437
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available global aliases on this bot."
|
msgid "List the available global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
@ -1,8 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
"POT-Creation-Date: 2020-04-02 12:07+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-13 12:16\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Spanish\n"
|
"Language-Team: Spanish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -12,7 +11,6 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: es-ES\n"
|
"X-Crowdin-Language: es-ES\n"
|
||||||
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
|
|
||||||
"Language: es_ES\n"
|
"Language: es_ES\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:35
|
#: redbot/cogs/alias/alias.py:35
|
||||||
@ -59,94 +57,94 @@ msgstr ""
|
|||||||
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:293
|
#: redbot/cogs/alias/alias.py:286
|
||||||
|
msgid "You attempted to create a new alias for a command that doesn't exist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:300
|
||||||
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:299
|
#: redbot/cogs/alias/alias.py:306
|
||||||
#, 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:304
|
#: redbot/cogs/alias/alias.py:311
|
||||||
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:315
|
#: redbot/cogs/alias/alias.py:322
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:326
|
#: redbot/cogs/alias/alias.py:333
|
||||||
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:342
|
#: redbot/cogs/alias/alias.py:349
|
||||||
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:350
|
#: redbot/cogs/alias/alias.py:357
|
||||||
#, 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:359
|
#: redbot/cogs/alias/alias.py:369
|
||||||
msgid "{prefix}help {command}"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:364
|
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr "Un alias no existe."
|
msgstr "Un alias no existe."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:369
|
#: redbot/cogs/alias/alias.py:374
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Show what command the alias executes."
|
msgid "Show what command the alias executes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:374
|
#: redbot/cogs/alias/alias.py:379
|
||||||
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:379
|
#: redbot/cogs/alias/alias.py:384
|
||||||
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:385
|
#: redbot/cogs/alias/alias.py:390
|
||||||
#, 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:390 redbot/cogs/alias/alias.py:426
|
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431
|
||||||
#: redbot/cogs/alias/alias.py:437
|
#: redbot/cogs/alias/alias.py:442
|
||||||
msgid "There are no aliases on this server."
|
msgid "There are no aliases on this server."
|
||||||
msgstr "No hay los aliases en este servidor."
|
msgstr "No hay los aliases en este servidor."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:413
|
#: redbot/cogs/alias/alias.py:400 redbot/cogs/alias/alias.py:418
|
||||||
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:398 redbot/cogs/alias/alias.py:416
|
#: redbot/cogs/alias/alias.py:403 redbot/cogs/alias/alias.py:421
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:403
|
#: redbot/cogs/alias/alias.py:408
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing global alias."
|
msgid "Delete an existing global alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:408
|
#: redbot/cogs/alias/alias.py:413
|
||||||
msgid "There are no aliases on this bot."
|
msgid "There are no aliases on this bot."
|
||||||
msgstr "No hay el los alias dentro de este bot."
|
msgstr "No hay el los alias dentro de este bot."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:421
|
#: redbot/cogs/alias/alias.py:426
|
||||||
#, 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:422 redbot/cogs/alias/alias.py:433
|
#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438
|
||||||
msgid "Aliases:"
|
msgid "Aliases:"
|
||||||
msgstr "Alias:"
|
msgstr "Alias:"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:432
|
#: redbot/cogs/alias/alias.py:437
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available global aliases on this bot."
|
msgid "List the available global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
@ -1,8 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
"POT-Creation-Date: 2020-04-02 12:07+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-13 12:12\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Finnish\n"
|
"Language-Team: Finnish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -12,7 +11,6 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: fi\n"
|
"X-Crowdin-Language: fi\n"
|
||||||
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
|
|
||||||
"Language: fi_FI\n"
|
"Language: fi_FI\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:35
|
#: redbot/cogs/alias/alias.py:35
|
||||||
@ -59,94 +57,94 @@ msgstr ""
|
|||||||
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:293
|
#: redbot/cogs/alias/alias.py:286
|
||||||
|
msgid "You attempted to create a new alias for a command that doesn't exist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:300
|
||||||
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:299
|
#: redbot/cogs/alias/alias.py:306
|
||||||
#, 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:304
|
#: redbot/cogs/alias/alias.py:311
|
||||||
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:315
|
#: redbot/cogs/alias/alias.py:322
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:326
|
#: redbot/cogs/alias/alias.py:333
|
||||||
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:342
|
#: redbot/cogs/alias/alias.py:349
|
||||||
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:350
|
#: redbot/cogs/alias/alias.py:357
|
||||||
#, 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:359
|
#: redbot/cogs/alias/alias.py:369
|
||||||
msgid "{prefix}help {command}"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:364
|
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:369
|
#: redbot/cogs/alias/alias.py:374
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Show what command the alias executes."
|
msgid "Show what command the alias executes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:374
|
#: redbot/cogs/alias/alias.py:379
|
||||||
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:379
|
#: redbot/cogs/alias/alias.py:384
|
||||||
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:385
|
#: redbot/cogs/alias/alias.py:390
|
||||||
#, 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:390 redbot/cogs/alias/alias.py:426
|
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431
|
||||||
#: redbot/cogs/alias/alias.py:437
|
#: redbot/cogs/alias/alias.py:442
|
||||||
msgid "There are no aliases on this server."
|
msgid "There are no aliases on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:413
|
#: redbot/cogs/alias/alias.py:400 redbot/cogs/alias/alias.py:418
|
||||||
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:398 redbot/cogs/alias/alias.py:416
|
#: redbot/cogs/alias/alias.py:403 redbot/cogs/alias/alias.py:421
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:403
|
#: redbot/cogs/alias/alias.py:408
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing global alias."
|
msgid "Delete an existing global alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:408
|
#: redbot/cogs/alias/alias.py:413
|
||||||
msgid "There are no aliases on this bot."
|
msgid "There are no aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:421
|
#: redbot/cogs/alias/alias.py:426
|
||||||
#, 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:422 redbot/cogs/alias/alias.py:433
|
#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438
|
||||||
msgid "Aliases:"
|
msgid "Aliases:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:432
|
#: redbot/cogs/alias/alias.py:437
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available global aliases on this bot."
|
msgid "List the available global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
@ -1,8 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
"POT-Creation-Date: 2020-04-02 12:07+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-13 12:13\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: French\n"
|
"Language-Team: French\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -12,7 +11,6 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: fr\n"
|
"X-Crowdin-Language: fr\n"
|
||||||
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
|
|
||||||
"Language: fr_FR\n"
|
"Language: fr_FR\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:35
|
#: redbot/cogs/alias/alias.py:35
|
||||||
@ -59,94 +57,94 @@ msgstr "Tu as tenté de créer un nouvel alias nommé {name}, mais cet alias exi
|
|||||||
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:293
|
#: redbot/cogs/alias/alias.py:286
|
||||||
|
msgid "You attempted to create a new alias for a command that doesn't exist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:300
|
||||||
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:299
|
#: redbot/cogs/alias/alias.py:306
|
||||||
#, 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:304
|
#: redbot/cogs/alias/alias.py:311
|
||||||
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:315
|
#: redbot/cogs/alias/alias.py:322
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr "Tu as tenté de créer un nouvel alias global nommé {name}, mais cet alias existe déjà sur ce serveur."
|
msgstr "Tu as tenté de créer un nouvel alias global nommé {name}, mais cet alias existe déjà sur ce serveur."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:326
|
#: redbot/cogs/alias/alias.py:333
|
||||||
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:342
|
#: redbot/cogs/alias/alias.py:349
|
||||||
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:350
|
#: redbot/cogs/alias/alias.py:357
|
||||||
#, 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:359
|
#: redbot/cogs/alias/alias.py:369
|
||||||
msgid "{prefix}help {command}"
|
|
||||||
msgstr "{prefix}help {command}"
|
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:364
|
|
||||||
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:369
|
#: redbot/cogs/alias/alias.py:374
|
||||||
#, 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:374
|
#: redbot/cogs/alias/alias.py:379
|
||||||
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:379
|
#: redbot/cogs/alias/alias.py:384
|
||||||
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:385
|
#: redbot/cogs/alias/alias.py:390
|
||||||
#, 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:390 redbot/cogs/alias/alias.py:426
|
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431
|
||||||
#: redbot/cogs/alias/alias.py:437
|
#: redbot/cogs/alias/alias.py:442
|
||||||
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:395 redbot/cogs/alias/alias.py:413
|
#: redbot/cogs/alias/alias.py:400 redbot/cogs/alias/alias.py:418
|
||||||
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:398 redbot/cogs/alias/alias.py:416
|
#: redbot/cogs/alias/alias.py:403 redbot/cogs/alias/alias.py:421
|
||||||
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:403
|
#: redbot/cogs/alias/alias.py:408
|
||||||
#, 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:408
|
#: redbot/cogs/alias/alias.py:413
|
||||||
msgid "There are no aliases on this bot."
|
msgid "There are no aliases on this bot."
|
||||||
msgstr "Il n'y a pas d'alias sur ce bot."
|
msgstr "Il n'y a pas d'alias sur ce bot."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:421
|
#: redbot/cogs/alias/alias.py:426
|
||||||
#, 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:422 redbot/cogs/alias/alias.py:433
|
#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438
|
||||||
msgid "Aliases:"
|
msgid "Aliases:"
|
||||||
msgstr "Alias:"
|
msgstr "Alias:"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:432
|
#: redbot/cogs/alias/alias.py:437
|
||||||
#, 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."
|
||||||
|
|||||||
@ -1,8 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
"POT-Creation-Date: 2020-04-02 12:07+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-13 12:13\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Hebrew\n"
|
"Language-Team: Hebrew\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -12,7 +11,6 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3;\n"
|
"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3;\n"
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: he\n"
|
"X-Crowdin-Language: he\n"
|
||||||
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
|
|
||||||
"Language: he_IL\n"
|
"Language: he_IL\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:35
|
#: redbot/cogs/alias/alias.py:35
|
||||||
@ -59,94 +57,94 @@ msgstr ""
|
|||||||
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:293
|
#: redbot/cogs/alias/alias.py:286
|
||||||
|
msgid "You attempted to create a new alias for a command that doesn't exist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:300
|
||||||
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:299
|
#: redbot/cogs/alias/alias.py:306
|
||||||
#, 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:304
|
#: redbot/cogs/alias/alias.py:311
|
||||||
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:315
|
#: redbot/cogs/alias/alias.py:322
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:326
|
#: redbot/cogs/alias/alias.py:333
|
||||||
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:342
|
#: redbot/cogs/alias/alias.py:349
|
||||||
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:350
|
#: redbot/cogs/alias/alias.py:357
|
||||||
#, 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:359
|
#: redbot/cogs/alias/alias.py:369
|
||||||
msgid "{prefix}help {command}"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:364
|
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:369
|
#: redbot/cogs/alias/alias.py:374
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Show what command the alias executes."
|
msgid "Show what command the alias executes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:374
|
#: redbot/cogs/alias/alias.py:379
|
||||||
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:379
|
#: redbot/cogs/alias/alias.py:384
|
||||||
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:385
|
#: redbot/cogs/alias/alias.py:390
|
||||||
#, 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:390 redbot/cogs/alias/alias.py:426
|
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431
|
||||||
#: redbot/cogs/alias/alias.py:437
|
#: redbot/cogs/alias/alias.py:442
|
||||||
msgid "There are no aliases on this server."
|
msgid "There are no aliases on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:413
|
#: redbot/cogs/alias/alias.py:400 redbot/cogs/alias/alias.py:418
|
||||||
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:398 redbot/cogs/alias/alias.py:416
|
#: redbot/cogs/alias/alias.py:403 redbot/cogs/alias/alias.py:421
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:403
|
#: redbot/cogs/alias/alias.py:408
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing global alias."
|
msgid "Delete an existing global alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:408
|
#: redbot/cogs/alias/alias.py:413
|
||||||
msgid "There are no aliases on this bot."
|
msgid "There are no aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:421
|
#: redbot/cogs/alias/alias.py:426
|
||||||
#, 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:422 redbot/cogs/alias/alias.py:433
|
#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438
|
||||||
msgid "Aliases:"
|
msgid "Aliases:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:432
|
#: redbot/cogs/alias/alias.py:437
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available global aliases on this bot."
|
msgid "List the available global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
@ -1,8 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
"POT-Creation-Date: 2020-04-02 12:07+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-13 12:13\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Hungarian\n"
|
"Language-Team: Hungarian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -12,7 +11,6 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: hu\n"
|
"X-Crowdin-Language: hu\n"
|
||||||
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
|
|
||||||
"Language: hu_HU\n"
|
"Language: hu_HU\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:35
|
#: redbot/cogs/alias/alias.py:35
|
||||||
@ -59,94 +57,94 @@ msgstr ""
|
|||||||
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:293
|
#: redbot/cogs/alias/alias.py:286
|
||||||
|
msgid "You attempted to create a new alias for a command that doesn't exist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:300
|
||||||
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:299
|
#: redbot/cogs/alias/alias.py:306
|
||||||
#, 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:304
|
#: redbot/cogs/alias/alias.py:311
|
||||||
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:315
|
#: redbot/cogs/alias/alias.py:322
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:326
|
#: redbot/cogs/alias/alias.py:333
|
||||||
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:342
|
#: redbot/cogs/alias/alias.py:349
|
||||||
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:350
|
#: redbot/cogs/alias/alias.py:357
|
||||||
#, 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:359
|
#: redbot/cogs/alias/alias.py:369
|
||||||
msgid "{prefix}help {command}"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:364
|
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr "Nem létezik ilyen rövidítés."
|
msgstr "Nem létezik ilyen rövidítés."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:369
|
#: redbot/cogs/alias/alias.py:374
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Show what command the alias executes."
|
msgid "Show what command the alias executes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:374
|
#: redbot/cogs/alias/alias.py:379
|
||||||
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:379
|
#: redbot/cogs/alias/alias.py:384
|
||||||
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:385
|
#: redbot/cogs/alias/alias.py:390
|
||||||
#, 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:390 redbot/cogs/alias/alias.py:426
|
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431
|
||||||
#: redbot/cogs/alias/alias.py:437
|
#: redbot/cogs/alias/alias.py:442
|
||||||
msgid "There are no aliases on this server."
|
msgid "There are no aliases on this server."
|
||||||
msgstr "Nincsenek rövidítések ezen a szerveren."
|
msgstr "Nincsenek rövidítések ezen a szerveren."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:413
|
#: redbot/cogs/alias/alias.py:400 redbot/cogs/alias/alias.py:418
|
||||||
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:398 redbot/cogs/alias/alias.py:416
|
#: redbot/cogs/alias/alias.py:403 redbot/cogs/alias/alias.py:421
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:403
|
#: redbot/cogs/alias/alias.py:408
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing global alias."
|
msgid "Delete an existing global alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:408
|
#: redbot/cogs/alias/alias.py:413
|
||||||
msgid "There are no aliases on this bot."
|
msgid "There are no aliases on this bot."
|
||||||
msgstr "Nincsenek rövidítések ennél a botnál."
|
msgstr "Nincsenek rövidítések ennél a botnál."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:421
|
#: redbot/cogs/alias/alias.py:426
|
||||||
#, 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:422 redbot/cogs/alias/alias.py:433
|
#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438
|
||||||
msgid "Aliases:"
|
msgid "Aliases:"
|
||||||
msgstr "Rövidítések:"
|
msgstr "Rövidítések:"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:432
|
#: redbot/cogs/alias/alias.py:437
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available global aliases on this bot."
|
msgid "List the available global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
@ -1,8 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
"POT-Creation-Date: 2020-04-02 12:07+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-13 12:14\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Indonesian\n"
|
"Language-Team: Indonesian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -12,7 +11,6 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: id\n"
|
"X-Crowdin-Language: id\n"
|
||||||
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
|
|
||||||
"Language: id_ID\n"
|
"Language: id_ID\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:35
|
#: redbot/cogs/alias/alias.py:35
|
||||||
@ -59,94 +57,94 @@ msgstr ""
|
|||||||
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:293
|
#: redbot/cogs/alias/alias.py:286
|
||||||
|
msgid "You attempted to create a new alias for a command that doesn't exist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:300
|
||||||
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:299
|
#: redbot/cogs/alias/alias.py:306
|
||||||
#, 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:304
|
#: redbot/cogs/alias/alias.py:311
|
||||||
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:315
|
#: redbot/cogs/alias/alias.py:322
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:326
|
#: redbot/cogs/alias/alias.py:333
|
||||||
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:342
|
#: redbot/cogs/alias/alias.py:349
|
||||||
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:350
|
#: redbot/cogs/alias/alias.py:357
|
||||||
#, 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:359
|
#: redbot/cogs/alias/alias.py:369
|
||||||
msgid "{prefix}help {command}"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:364
|
|
||||||
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:369
|
#: redbot/cogs/alias/alias.py:374
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Show what command the alias executes."
|
msgid "Show what command the alias executes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:374
|
#: redbot/cogs/alias/alias.py:379
|
||||||
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:379
|
#: redbot/cogs/alias/alias.py:384
|
||||||
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:385
|
#: redbot/cogs/alias/alias.py:390
|
||||||
#, 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:390 redbot/cogs/alias/alias.py:426
|
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431
|
||||||
#: redbot/cogs/alias/alias.py:437
|
#: redbot/cogs/alias/alias.py:442
|
||||||
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:395 redbot/cogs/alias/alias.py:413
|
#: redbot/cogs/alias/alias.py:400 redbot/cogs/alias/alias.py:418
|
||||||
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:398 redbot/cogs/alias/alias.py:416
|
#: redbot/cogs/alias/alias.py:403 redbot/cogs/alias/alias.py:421
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:403
|
#: redbot/cogs/alias/alias.py:408
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing global alias."
|
msgid "Delete an existing global alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:408
|
#: redbot/cogs/alias/alias.py:413
|
||||||
msgid "There are no aliases on this bot."
|
msgid "There are no aliases on this bot."
|
||||||
msgstr "Tidak ada alias pada bot ini."
|
msgstr "Tidak ada alias pada bot ini."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:421
|
#: redbot/cogs/alias/alias.py:426
|
||||||
#, 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:422 redbot/cogs/alias/alias.py:433
|
#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438
|
||||||
msgid "Aliases:"
|
msgid "Aliases:"
|
||||||
msgstr "Alias:"
|
msgstr "Alias:"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:432
|
#: redbot/cogs/alias/alias.py:437
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available global aliases on this bot."
|
msgid "List the available global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
@ -1,8 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
"POT-Creation-Date: 2020-04-02 12:07+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-13 12:14\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Italian\n"
|
"Language-Team: Italian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -12,7 +11,6 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: it\n"
|
"X-Crowdin-Language: it\n"
|
||||||
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
|
|
||||||
"Language: it_IT\n"
|
"Language: it_IT\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:35
|
#: redbot/cogs/alias/alias.py:35
|
||||||
@ -59,94 +57,94 @@ msgstr "Hai cercato di creare un nuovo alias con il nome {name}, ma questo alias
|
|||||||
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:293
|
#: redbot/cogs/alias/alias.py:286
|
||||||
|
msgid "You attempted to create a new alias for a command that doesn't exist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:300
|
||||||
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:299
|
#: redbot/cogs/alias/alias.py:306
|
||||||
#, 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:304
|
#: redbot/cogs/alias/alias.py:311
|
||||||
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:315
|
#: redbot/cogs/alias/alias.py:322
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr "Hai cercato di creare un nuovo alias globale con il nome {name}, ma questo alias già esiste su questo server."
|
msgstr "Hai cercato di creare un nuovo alias globale con il nome {name}, ma questo alias già esiste su questo server."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:326
|
#: redbot/cogs/alias/alias.py:333
|
||||||
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:342
|
#: redbot/cogs/alias/alias.py:349
|
||||||
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:350
|
#: redbot/cogs/alias/alias.py:357
|
||||||
#, 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:359
|
#: redbot/cogs/alias/alias.py:369
|
||||||
msgid "{prefix}help {command}"
|
|
||||||
msgstr "{prefix}help {command}"
|
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:364
|
|
||||||
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:369
|
#: redbot/cogs/alias/alias.py:374
|
||||||
#, 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:374
|
#: redbot/cogs/alias/alias.py:379
|
||||||
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:379
|
#: redbot/cogs/alias/alias.py:384
|
||||||
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:385
|
#: redbot/cogs/alias/alias.py:390
|
||||||
#, 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:390 redbot/cogs/alias/alias.py:426
|
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431
|
||||||
#: redbot/cogs/alias/alias.py:437
|
#: redbot/cogs/alias/alias.py:442
|
||||||
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:395 redbot/cogs/alias/alias.py:413
|
#: redbot/cogs/alias/alias.py:400 redbot/cogs/alias/alias.py:418
|
||||||
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:398 redbot/cogs/alias/alias.py:416
|
#: redbot/cogs/alias/alias.py:403 redbot/cogs/alias/alias.py:421
|
||||||
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:403
|
#: redbot/cogs/alias/alias.py:408
|
||||||
#, 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:408
|
#: redbot/cogs/alias/alias.py:413
|
||||||
msgid "There are no aliases on this bot."
|
msgid "There are no aliases on this bot."
|
||||||
msgstr "Non ci sono alias su questo bot."
|
msgstr "Non ci sono alias su questo bot."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:421
|
#: redbot/cogs/alias/alias.py:426
|
||||||
#, 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:422 redbot/cogs/alias/alias.py:433
|
#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438
|
||||||
msgid "Aliases:"
|
msgid "Aliases:"
|
||||||
msgstr "Alias:"
|
msgstr "Alias:"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:432
|
#: redbot/cogs/alias/alias.py:437
|
||||||
#, 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."
|
||||||
|
|||||||
@ -1,8 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
"POT-Creation-Date: 2020-04-02 12:07+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-13 12:14\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Japanese\n"
|
"Language-Team: Japanese\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -12,7 +11,6 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: ja\n"
|
"X-Crowdin-Language: ja\n"
|
||||||
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
|
|
||||||
"Language: ja_JP\n"
|
"Language: ja_JP\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:35
|
#: redbot/cogs/alias/alias.py:35
|
||||||
@ -59,94 +57,94 @@ msgstr ""
|
|||||||
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:293
|
#: redbot/cogs/alias/alias.py:286
|
||||||
|
msgid "You attempted to create a new alias for a command that doesn't exist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:300
|
||||||
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:299
|
#: redbot/cogs/alias/alias.py:306
|
||||||
#, 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:304
|
#: redbot/cogs/alias/alias.py:311
|
||||||
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:315
|
#: redbot/cogs/alias/alias.py:322
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:326
|
#: redbot/cogs/alias/alias.py:333
|
||||||
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:342
|
#: redbot/cogs/alias/alias.py:349
|
||||||
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:350
|
#: redbot/cogs/alias/alias.py:357
|
||||||
#, 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:359
|
#: redbot/cogs/alias/alias.py:369
|
||||||
msgid "{prefix}help {command}"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:364
|
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr "そのようなエイリアスはありません。"
|
msgstr "そのようなエイリアスはありません。"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:369
|
#: redbot/cogs/alias/alias.py:374
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Show what command the alias executes."
|
msgid "Show what command the alias executes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:374
|
#: redbot/cogs/alias/alias.py:379
|
||||||
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:379
|
#: redbot/cogs/alias/alias.py:384
|
||||||
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:385
|
#: redbot/cogs/alias/alias.py:390
|
||||||
#, 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:390 redbot/cogs/alias/alias.py:426
|
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431
|
||||||
#: redbot/cogs/alias/alias.py:437
|
#: redbot/cogs/alias/alias.py:442
|
||||||
msgid "There are no aliases on this server."
|
msgid "There are no aliases on this server."
|
||||||
msgstr "このサーバにエイリアスはありません。"
|
msgstr "このサーバにエイリアスはありません。"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:413
|
#: redbot/cogs/alias/alias.py:400 redbot/cogs/alias/alias.py:418
|
||||||
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:398 redbot/cogs/alias/alias.py:416
|
#: redbot/cogs/alias/alias.py:403 redbot/cogs/alias/alias.py:421
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:403
|
#: redbot/cogs/alias/alias.py:408
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing global alias."
|
msgid "Delete an existing global alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:408
|
#: redbot/cogs/alias/alias.py:413
|
||||||
msgid "There are no aliases on this bot."
|
msgid "There are no aliases on this bot."
|
||||||
msgstr "このボットにはエイリアスはありません。"
|
msgstr "このボットにはエイリアスはありません。"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:421
|
#: redbot/cogs/alias/alias.py:426
|
||||||
#, 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:422 redbot/cogs/alias/alias.py:433
|
#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438
|
||||||
msgid "Aliases:"
|
msgid "Aliases:"
|
||||||
msgstr "アリアス:"
|
msgstr "アリアス:"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:432
|
#: redbot/cogs/alias/alias.py:437
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available global aliases on this bot."
|
msgid "List the available global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
@ -1,8 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
"POT-Creation-Date: 2020-04-02 12:07+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-13 12:14\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Korean\n"
|
"Language-Team: Korean\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -12,7 +11,6 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: ko\n"
|
"X-Crowdin-Language: ko\n"
|
||||||
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
|
|
||||||
"Language: ko_KR\n"
|
"Language: ko_KR\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:35
|
#: redbot/cogs/alias/alias.py:35
|
||||||
@ -30,7 +28,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:168
|
#: redbot/cogs/alias/alias.py:168
|
||||||
msgid "No prefix found."
|
msgid "No prefix found."
|
||||||
msgstr "프리픽스를 찾을 수 없어요."
|
msgstr "접두사가 발견되지 않았습니다."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:235
|
#: redbot/cogs/alias/alias.py:235
|
||||||
#, docstring
|
#, docstring
|
||||||
@ -59,94 +57,94 @@ msgstr ""
|
|||||||
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:293
|
#: redbot/cogs/alias/alias.py:286
|
||||||
|
msgid "You attempted to create a new alias for a command that doesn't exist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:300
|
||||||
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:299
|
#: redbot/cogs/alias/alias.py:306
|
||||||
#, 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:304
|
#: redbot/cogs/alias/alias.py:311
|
||||||
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:315
|
#: redbot/cogs/alias/alias.py:322
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:326
|
#: redbot/cogs/alias/alias.py:333
|
||||||
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:342
|
#: redbot/cogs/alias/alias.py:349
|
||||||
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:350
|
#: redbot/cogs/alias/alias.py:357
|
||||||
#, 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:359
|
#: redbot/cogs/alias/alias.py:369
|
||||||
msgid "{prefix}help {command}"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:364
|
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr "그런 별칭은 등록되어 있지 않아요."
|
msgstr "그런 별칭은 등록되어 있지 않아요."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:369
|
#: redbot/cogs/alias/alias.py:374
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Show what command the alias executes."
|
msgid "Show what command the alias executes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:374
|
#: redbot/cogs/alias/alias.py:379
|
||||||
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:379
|
#: redbot/cogs/alias/alias.py:384
|
||||||
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:385
|
#: redbot/cogs/alias/alias.py:390
|
||||||
#, 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:390 redbot/cogs/alias/alias.py:426
|
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431
|
||||||
#: redbot/cogs/alias/alias.py:437
|
#: redbot/cogs/alias/alias.py:442
|
||||||
msgid "There are no aliases on this server."
|
msgid "There are no aliases on this server."
|
||||||
msgstr "이 서버에 등록된 별칭이 없어요."
|
msgstr "이 서버에 등록된 별칭이 없어요."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:413
|
#: redbot/cogs/alias/alias.py:400 redbot/cogs/alias/alias.py:418
|
||||||
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:398 redbot/cogs/alias/alias.py:416
|
#: redbot/cogs/alias/alias.py:403 redbot/cogs/alias/alias.py:421
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:403
|
#: redbot/cogs/alias/alias.py:408
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing global alias."
|
msgid "Delete an existing global alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:408
|
#: redbot/cogs/alias/alias.py:413
|
||||||
msgid "There are no aliases on this bot."
|
msgid "There are no aliases on this bot."
|
||||||
msgstr "이 봇에 등록된 별칭이 없어요."
|
msgstr "이 봇에 등록된 별칭이 없어요."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:421
|
#: redbot/cogs/alias/alias.py:426
|
||||||
#, 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:422 redbot/cogs/alias/alias.py:433
|
#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438
|
||||||
msgid "Aliases:"
|
msgid "Aliases:"
|
||||||
msgstr "등록된 별칭 리스트 :"
|
msgstr "등록된 별칭 리스트 :"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:432
|
#: redbot/cogs/alias/alias.py:437
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available global aliases on this bot."
|
msgid "List the available global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
@ -1,8 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
"POT-Creation-Date: 2020-04-02 12:07+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-13 12:12\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Dutch\n"
|
"Language-Team: Dutch\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -12,7 +11,6 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: nl\n"
|
"X-Crowdin-Language: nl\n"
|
||||||
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
|
|
||||||
"Language: nl_NL\n"
|
"Language: nl_NL\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:35
|
#: redbot/cogs/alias/alias.py:35
|
||||||
@ -59,94 +57,94 @@ msgstr "Je hebt geprobeerd een nieuwe alias te maken met de naam {name}, maar di
|
|||||||
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:293
|
#: redbot/cogs/alias/alias.py:286
|
||||||
|
msgid "You attempted to create a new alias for a command that doesn't exist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:300
|
||||||
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:299
|
#: redbot/cogs/alias/alias.py:306
|
||||||
#, 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:304
|
#: redbot/cogs/alias/alias.py:311
|
||||||
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:315
|
#: redbot/cogs/alias/alias.py:322
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr "Je hebt geprobeerd een nieuwe globale alias te maken met de naam {name}, maar die alias bestaat al op deze server."
|
msgstr "Je hebt geprobeerd een nieuwe globale alias te maken met de naam {name}, maar die alias bestaat al op deze server."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:326
|
#: redbot/cogs/alias/alias.py:333
|
||||||
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:342
|
#: redbot/cogs/alias/alias.py:349
|
||||||
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:350
|
#: redbot/cogs/alias/alias.py:357
|
||||||
#, 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:359
|
#: redbot/cogs/alias/alias.py:369
|
||||||
msgid "{prefix}help {command}"
|
|
||||||
msgstr "{prefix}help {command}"
|
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:364
|
|
||||||
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:369
|
#: redbot/cogs/alias/alias.py:374
|
||||||
#, 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:374
|
#: redbot/cogs/alias/alias.py:379
|
||||||
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:379
|
#: redbot/cogs/alias/alias.py:384
|
||||||
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:385
|
#: redbot/cogs/alias/alias.py:390
|
||||||
#, 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:390 redbot/cogs/alias/alias.py:426
|
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431
|
||||||
#: redbot/cogs/alias/alias.py:437
|
#: redbot/cogs/alias/alias.py:442
|
||||||
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:395 redbot/cogs/alias/alias.py:413
|
#: redbot/cogs/alias/alias.py:400 redbot/cogs/alias/alias.py:418
|
||||||
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:398 redbot/cogs/alias/alias.py:416
|
#: redbot/cogs/alias/alias.py:403 redbot/cogs/alias/alias.py:421
|
||||||
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:403
|
#: redbot/cogs/alias/alias.py:408
|
||||||
#, 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:408
|
#: redbot/cogs/alias/alias.py:413
|
||||||
msgid "There are no aliases on this bot."
|
msgid "There are no aliases on this bot."
|
||||||
msgstr "Er zijn geen aliases op deze bot."
|
msgstr "Er zijn geen aliases op deze bot."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:421
|
#: redbot/cogs/alias/alias.py:426
|
||||||
#, 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:422 redbot/cogs/alias/alias.py:433
|
#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438
|
||||||
msgid "Aliases:"
|
msgid "Aliases:"
|
||||||
msgstr "Aliassen:"
|
msgstr "Aliassen:"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:432
|
#: redbot/cogs/alias/alias.py:437
|
||||||
#, 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."
|
||||||
|
|||||||
@ -1,8 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
"POT-Creation-Date: 2020-04-02 12:07+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-13 12:14\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Norwegian\n"
|
"Language-Team: Norwegian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -12,7 +11,6 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: no\n"
|
"X-Crowdin-Language: no\n"
|
||||||
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
|
|
||||||
"Language: no_NO\n"
|
"Language: no_NO\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:35
|
#: redbot/cogs/alias/alias.py:35
|
||||||
@ -59,94 +57,94 @@ msgstr "Du forsøkte å opprette et nytt alias med navnet {name} men aliaset fin
|
|||||||
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:293
|
#: redbot/cogs/alias/alias.py:286
|
||||||
|
msgid "You attempted to create a new alias for a command that doesn't exist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:300
|
||||||
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:299
|
#: redbot/cogs/alias/alias.py:306
|
||||||
#, 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:304
|
#: redbot/cogs/alias/alias.py:311
|
||||||
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 {navn} 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:315
|
#: redbot/cogs/alias/alias.py:322
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr "Du forsøkte å opprette et nytt alias med navnet {navn} men aliaset finnes allerede på denne serveren."
|
msgstr "Du forsøkte å opprette et nytt alias med navnet {name} men aliaset finnes allerede på denne serveren."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:326
|
#: redbot/cogs/alias/alias.py:333
|
||||||
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:342
|
#: redbot/cogs/alias/alias.py:349
|
||||||
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:350
|
#: redbot/cogs/alias/alias.py:357
|
||||||
#, 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:359
|
#: redbot/cogs/alias/alias.py:369
|
||||||
msgid "{prefix}help {command}"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:364
|
|
||||||
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:369
|
#: redbot/cogs/alias/alias.py:374
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Show what command the alias executes."
|
msgid "Show what command the alias executes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:374
|
#: redbot/cogs/alias/alias.py:379
|
||||||
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:379
|
#: redbot/cogs/alias/alias.py:384
|
||||||
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:385
|
#: redbot/cogs/alias/alias.py:390
|
||||||
#, 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:390 redbot/cogs/alias/alias.py:426
|
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431
|
||||||
#: redbot/cogs/alias/alias.py:437
|
#: redbot/cogs/alias/alias.py:442
|
||||||
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:395 redbot/cogs/alias/alias.py:413
|
#: redbot/cogs/alias/alias.py:400 redbot/cogs/alias/alias.py:418
|
||||||
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:398 redbot/cogs/alias/alias.py:416
|
#: redbot/cogs/alias/alias.py:403 redbot/cogs/alias/alias.py:421
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:403
|
#: redbot/cogs/alias/alias.py:408
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing global alias."
|
msgid "Delete an existing global alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:408
|
#: redbot/cogs/alias/alias.py:413
|
||||||
msgid "There are no aliases on this bot."
|
msgid "There are no aliases on this bot."
|
||||||
msgstr "Det er ingen aliaser på denne boten."
|
msgstr "Det er ingen aliaser på denne boten."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:421
|
#: redbot/cogs/alias/alias.py:426
|
||||||
#, 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:422 redbot/cogs/alias/alias.py:433
|
#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438
|
||||||
msgid "Aliases:"
|
msgid "Aliases:"
|
||||||
msgstr "Aliaser:"
|
msgstr "Aliaser:"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:432
|
#: redbot/cogs/alias/alias.py:437
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available global aliases on this bot."
|
msgid "List the available global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user