mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2026-05-13 11:38:21 -04:00
Compare commits
76 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f1b6b5f6f9 | |||
| e06b3fceb5 | |||
| 4628dd07e4 | |||
| 55a3d9b157 | |||
| c70c1d97e5 | |||
| da4e4d4ad0 | |||
| 3d9ee3f2b4 | |||
| b9331ffa55 | |||
| 2b0935c4aa | |||
| 9d7047864e | |||
| 20d507dbef | |||
| be7d1d2cd2 | |||
| 587968710f | |||
| a0b30bb3ae | |||
| 60e954634d | |||
| ffecf1ed15 | |||
| b7a142c21e | |||
| 5716cebb0f | |||
| ff68538085 | |||
| 7c251b8017 | |||
| bf5917177a | |||
| dacfb931bb | |||
| 97d77f5c51 | |||
| fce8186759 | |||
| d35f6abca0 | |||
| cf31c22e5d | |||
| 3f7c2e8842 | |||
| ecdcc27749 | |||
| 497d244f95 | |||
| a738736d6b | |||
| a4ce2d01ce | |||
| 41c2b76d8d | |||
| 35ebc4899e | |||
| 9552d210f5 | |||
| 9370b5110e | |||
| 7009be8922 | |||
| c1a96c83fb | |||
| 5d66e4eaf8 | |||
| ed267d17f2 | |||
| 6e91ebeb3d | |||
| d70c6e1734 | |||
| 4de4c32c0e | |||
| 637ae34839 | |||
| d23144bc61 | |||
| e90868072e | |||
| 980d2a8dc3 | |||
| eef5ddb416 | |||
| 3d7ff7a149 | |||
| 287edb755d | |||
| 8c612a96c8 | |||
| efe67e2acc | |||
| 2cdf3c16ab | |||
| a88b2af4a9 | |||
| b9f07e8684 | |||
| d957e44e1e | |||
| 15e3437001 | |||
| eebea59fe3 | |||
| 5074f2dbab | |||
| 0f364a6d13 | |||
| d9db03bca3 | |||
| b9e2e1098f | |||
| a126da5f23 | |||
| 23eae27a8f | |||
| 3e1bb88ab7 | |||
| 4de7ce32dd | |||
| 6128d54601 | |||
| 4d81887bcf | |||
| 2e5dc82692 | |||
| 4afe1ff569 | |||
| 3ff127d514 | |||
| ea3ca66303 | |||
| 279f0e4f6c | |||
| 61fc00dc08 | |||
| d6f9ddc3af | |||
| b52c838018 | |||
| e0de25ed65 |
@@ -35,9 +35,6 @@ jobs:
|
|||||||
- name: Download translations
|
- name: Download translations
|
||||||
run: |
|
run: |
|
||||||
make download_translations
|
make download_translations
|
||||||
- name: Remove files from PR which only have a date changed
|
|
||||||
run: |
|
|
||||||
git checkout HEAD -- $(git diff HEAD --numstat | awk 'BEGIN {ORS=" "} $1 == "1" && $2 == "1" && $3 ~ /.po$/ {print $3}')
|
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v2
|
uses: peter-evans/create-pull-request@v2
|
||||||
with:
|
with:
|
||||||
@@ -47,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"}'
|
|
||||||
@@ -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.
|
||||||
@@ -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 +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 +0,0 @@
|
|||||||
!.gitignore
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
!.gitignore
|
|
||||||
@@ -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 +0,0 @@
|
|||||||
!.gitignore
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
!.gitignore
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
!.gitignore
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
!.gitignore
|
|
||||||
@@ -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 +0,0 @@
|
|||||||
!.gitignore
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
!.gitignore
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
!.gitignore
|
|
||||||
@@ -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 +0,0 @@
|
|||||||
!.gitignore
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
!.gitignore
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
!.gitignore
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
!.gitignore
|
|
||||||
@@ -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 +0,0 @@
|
|||||||
!.gitignore
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
!.gitignore
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
Don't use `inspect.getsource` to check for ``is_owner`` check.
|
|
||||||
+190
-1
@@ -1,5 +1,194 @@
|
|||||||
.. 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)
|
Redbot 3.3.2 (2020-02-28)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
@@ -240,4 +429,4 @@ Mod
|
|||||||
Permissions
|
Permissions
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
- Now has stronger enforcement of prioritizing botwide settings.
|
- Now has stronger enforcement of prioritizing botwide settings.
|
||||||
|
|||||||
@@ -217,6 +217,7 @@ 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
|
||||||
|
|||||||
@@ -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,15 +26,15 @@ 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 `creating-venv-windows`.
|
From here, exit the prompt then continue onto `creating-venv-windows`.
|
||||||
@@ -50,16 +50,16 @@ 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
|
||||||
|
|
||||||
|
|
||||||
.. _creating-venv-windows:
|
.. _creating-venv-windows:
|
||||||
@@ -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"
|
||||||
|
|
||||||
|
|||||||
@@ -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
@@ -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
|
|
||||||
|
|||||||
+6
-4
@@ -191,7 +191,7 @@ def _update_event_loop_policy():
|
|||||||
_asyncio.set_event_loop_policy(_uvloop.EventLoopPolicy())
|
_asyncio.set_event_loop_policy(_uvloop.EventLoopPolicy())
|
||||||
|
|
||||||
|
|
||||||
__version__ = "3.3.2"
|
__version__ = "3.3.5"
|
||||||
version_info = VersionInfo.from_str(__version__)
|
version_info = VersionInfo.from_str(__version__)
|
||||||
|
|
||||||
# Filter fuzzywuzzy slow sequence matcher warning
|
# Filter fuzzywuzzy slow sequence matcher warning
|
||||||
@@ -215,9 +215,11 @@ if "--debug" not in _sys.argv:
|
|||||||
_warnings.filterwarnings("ignore", category=DeprecationWarning, module="aiohttp", lineno=21)
|
_warnings.filterwarnings("ignore", category=DeprecationWarning, module="aiohttp", lineno=21)
|
||||||
# DeprecationWarning: rename klass to create_protocol
|
# DeprecationWarning: rename klass to create_protocol
|
||||||
# warnings.warn("rename klass to create_protocol", DeprecationWarning)
|
# warnings.warn("rename klass to create_protocol", DeprecationWarning)
|
||||||
#
|
|
||||||
# discord.py is using deprecated kwarg name when making websockets connection
|
|
||||||
# https://github.com/Rapptz/discord.py/issues/2574
|
|
||||||
_warnings.filterwarnings(
|
_warnings.filterwarnings(
|
||||||
"ignore", category=DeprecationWarning, module="websockets", lineno=407
|
"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
|
||||||
|
)
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ 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"
|
"PO-Revision-Date: 2020-03-05 12:11\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"
|
||||||
@@ -21,31 +21,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 +58,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 +66,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 +75,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 +90,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 +99,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 +117,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 +126,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 +140,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 +177,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 +224,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 +236,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,7 @@ 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-20 12:12\n"
|
"PO-Revision-Date: 2020-04-02 12:11\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"
|
||||||
@@ -17,35 +17,35 @@ msgstr ""
|
|||||||
|
|
||||||
#: 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 "Ich kann {role.name} nicht an {member.display_name} vergeben, da diese Rolle gleich oder höher meiner höchsten Rolle in der Discord-Hierarchie ist."
|
msgstr "Ich kann die Rolle „{role.name}“ nicht an {member.display_name} vergeben, weil diese Rolle höher oder gleich meiner höchsten Rolle in der Discord Rollen-Hierarchie ist."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py: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 "Ich kann {member.display_name} die Rolle {role.name} nicht entziehen, da diese gleich oder höher meiner höchsten Rolle in der Discord-Hierarchie ist."
|
msgstr "Ich kann {member.display_name} nicht die Rolle „{role.name}“ entziehen, weil diese Rolle höher oder gleich meiner höchsten Rolle in der Discord Rollen-Hierarchie ist."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py: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 "Ich kann die Rolle \"{role.name}\" nicht bearbeiten, da diese höher oder gleich meiner höchsten Rolle in der Discord-Hierarchie ist."
|
msgstr "Ich kann die Rolle „{role.name}“ nicht bearbeiten, weil diese Rolle höher oder gleich meiner höchsten Rolle in der Discord Rollen-Hierarchie ist."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py: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 "Ich kann dir nicht erlauben, die Rolle {role.name} an {member.display_name} zu vergeben, da diese Rolle höher oder gleich deiner höchsten Rolle in der Discord-Hierarchie ist."
|
msgstr "Du darfst, die Rolle „{role.name}“ nicht an {member.display_name} vergeben, weil diese Rolle höher oder gleich deiner höchsten Rolle in der Discord Rollen-Hierarchie ist."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py: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 "Du kannst {member.display_name} die Rolle \"{role.name}\" entziehen, da diese gleich oder über deiner höchsten Rolle in der Discord-Hierarchie ist."
|
msgstr "Du darfst {member.display_name} nicht die Rolle „{role.name}“ entziehen, weil diese Rolle höher oder gleich deiner höchsten Rolle in der Discord Rollen-Hierarchie ist."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py: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 "Ich kann dir nicht erlauben, die Rolle {role.name} zu bearbeiten, da diese Rolle höher oder gleich deiner höchsten Rolle in der Discord-Hierarchie ist."
|
msgstr "Du darfst nicht die Rolle „{role.name}“ bearbeiten, weil diese Rolle höher oder gleich deiner höchsten Rolle in der Discord Rollen-Hierarchie ist."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py: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 "Ich benötige die Berechtigung \"Rollen verwalten\" um das zu tun."
|
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 +54,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 "{member.display_name} hat die Rolle {role.name} bereits."
|
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 "{member.display_name} hat nicht die Rolle {role.name}."
|
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 "\\n Füge einem Nutzer eine Rolle hinzu.\\n\\n Benutze Anführungszeichen, wenn im Namen Leerzeichen entahlten sind.\\n Wenn kein Benutzer definiert ist, wird die Rolle dem Autor hinzugefügt.\\n "
|
msgstr "\\n Füge einem Mitglied eine Rolle hinzu.\\n\\n Benutze (amerikanische) Anführungszeichen, wenn im Namen Leerzeichen enthalten sind.\\n Wenn keine Person definiert wurde, wird die Rolle dem Ausführer des Befehls gegeben.\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py: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 "\\n Entferne eine Rolle von einem Nutzer.\\n\\n Benutze Anführungszeichen, wenn im Namen Leerzeichen entahlten sind.\\n Wenn kein Benutzer definiert ist, wird die Rolle vom Autor entfernt.\\n "
|
msgstr "\\n Füge einem Mitglied eine Rolle hinzu.\\n\\n Benutze (amerikanische) Anführungszeichen, wenn im Namen Leerzeichen enthalten sind.\\n Wenn keine Person definiert wurde, wird die Rolle von dem Ausführer des Befehls entfernt.\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py: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 "\\n Bearbeite die Farbe einer Rolle.\\n\\n Verwende Anführungszeichen, wenn die Rolle Leerzeichen enthält.\\n Die Farbe muss im Hexadezimalformat angegeben werden.\\n [Online Farbwähler](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Beispiele:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n "
|
msgstr "\\n Bearbeite die Farbe einer Rolle.\\n\\n Verwende (amerikanische) Anführungszeichen, wenn die Rolle Leerzeichen enthält.\\n Die Farbe muss im Hexadezimalformat angegeben werden.\\n [Online Farbwähler](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Beispiele:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py: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 +99,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 "\\n Bearbeite den Namen einer Rolle.\\n\\n Verwende Anführungszeichen, wenn die Rolle Leerzeichen enthält.\\n\\n Beispiel:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
|
msgstr "\\n Bearbeite den Namen einer Rolle.\\n\\n Verwende (amerikanische) Anführungszeichen, wenn die Rolle Leerzeichen enthält.\\n\\n Beispiel:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:291
|
#: redbot/cogs/admin/admin.py:291
|
||||||
#, docstring
|
#, docstring
|
||||||
@@ -117,7 +117,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 "Es gibt keine laufende Ankündigung."
|
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."
|
||||||
@@ -131,11 +131,11 @@ 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 "\\n Ändert den Kanal, in den der Bot Ankündigungen sendet.\\n \\n Wenn kein Kanal angegeben wird, wird er standardmäßig auf den aktuellen Kanal gesetzt.\\n "
|
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,17 +153,17 @@ 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 "Selbst-hinzufügbare Rollen anwenden."
|
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 "\\n Gib dir selbst eine Rolle.\\n\\n Server Admins müssen die Rolle für Nutzer freigeben.\\n\\n HINWEIS: Beachte Groß- und Kleinschreibung!\\n "
|
msgstr "\\n Gib dir selbst eine Rolle.\\n\\n Server Admins müssen die Rolle für Mitglieder freigeben.\\n\\n HINWEIS: Beachte Groß- und Kleinschreibung!\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py: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 "\\n Entferne eine Rolle von dir selbst.\\n\\n Server Admins müssen die Rolle für Nutzer freigeben.\\n\\n HINWEIS: Beachte Groß- und Kleinschreibung!\\n "
|
msgstr "\\n Entferne eine Rolle von dir selbst.\\n\\n Server Admins müssen die Rolle für Mitglieder freigeben.\\n\\n HINWEIS: Beachte Groß- und Kleinschreibung!\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:397
|
#: redbot/cogs/admin/admin.py:397
|
||||||
#, docstring
|
#, docstring
|
||||||
@@ -172,21 +172,21 @@ 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, selbst auswählbare Rollen:\\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 "Selbst-hinzufügbare Rollen verwalten."
|
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 "\\n Füge eine Rolle zur Liste der selbst-hinzufügbaren Rollen hinzu.\\n\\n HINWEIS: Beachte Groß- und Kleinschreibung!\\n "
|
msgstr "\\n Füge eine Rolle zur Liste der selbst hinzufügbaren Rollen hinzu.\\n\\n HINWEIS: Beachte Groß- und Kleinschreibung!\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py: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 "Du kannst dir nicht die Rolle {role.name} zuweisen, da diese gleich oder über deiner höchsten Rolle in der Discord-Hierarchie ist."
|
msgstr "Du kannst dir nicht die Rolle „{role.name}“ zuweisen, weil diese Rolle höher oder gleich deiner höchsten Rolle in der Discord Rollen-Hierarchie ist."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:433
|
#: redbot/cogs/admin/admin.py:433
|
||||||
msgid "Added."
|
msgid "Added."
|
||||||
@@ -194,16 +194,16 @@ 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 "Diese Rolle ist bereits selbst-hinzufügbar."
|
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 "\\n Entferne eine Rolle von der Liste der selbst-hinzufügbaren Rollen.\\n\\n HINWEIS: Beachte Groß- und Kleinschreibung!\\n "
|
msgstr "\\n Entferne eine Rolle von der Liste der selbst hinzufügbaren Rollen.\\n\\n HINWEIS: Beachte Groß- und Kleinschreibung!\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py: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 "Ich kann dir nicht erlauben, {role.name} von der Liste der selbst-hinzufügbaren Rollen zu entfernen, weil diese Rolle höher oder gleich deiner höchsten Rolle in der Discord-Hierarchie ist."
|
msgstr "Du darfst nicht die Rolle „{role.name}“ von der Liste der selbst hinzufügbaren Rollen entfernen, weil diese Rolle höher oder gleich deiner höchsten Rolle in der Discord Rollen-Hierarchie ist."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:455
|
#: redbot/cogs/admin/admin.py:455
|
||||||
msgid "Removed."
|
msgid "Removed."
|
||||||
@@ -212,11 +212,11 @@ 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 +224,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 "Ich konnte nicht in den folgenden Servern ankündigen: "
|
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 "Ich konnte nicht in den folgenden Servern ankündigen: "
|
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 +236,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,7 @@ 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-27 12:12\n"
|
"PO-Revision-Date: 2020-03-12 12:12\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"
|
||||||
@@ -21,31 +21,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 +58,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 +66,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 +75,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 +90,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 +99,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 +117,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 +126,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 +153,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
|
||||||
@@ -182,7 +182,7 @@ 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."
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ 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"
|
"PO-Revision-Date: 2020-03-26 12:56\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"
|
||||||
@@ -21,31 +21,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 +54,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 +66,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 +99,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,7 @@ 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"
|
"PO-Revision-Date: 2020-03-05 12:14\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"
|
||||||
@@ -21,27 +21,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 +58,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 +66,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 +75,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 +90,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 +99,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 +117,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 +126,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 +153,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 +177,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 +224,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."
|
||||||
|
|||||||
@@ -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,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-20 12:09+0000\n"
|
"POT-Creation-Date: 2020-04-02 12:07+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-20 12:10\n"
|
"PO-Revision-Date: 2020-04-02 12:10\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"
|
||||||
@@ -59,90 +59,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:362
|
#: redbot/cogs/alias/alias.py:369
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:367
|
#: 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:372
|
#: 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:377
|
#: 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:383
|
#: 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:388 redbot/cogs/alias/alias.py:424
|
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431
|
||||||
#: redbot/cogs/alias/alias.py:435
|
#: 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:393 redbot/cogs/alias/alias.py:411
|
#: 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:396 redbot/cogs/alias/alias.py:414
|
#: 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:401
|
#: 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:406
|
#: 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:419
|
#: 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:420 redbot/cogs/alias/alias.py:431
|
#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438
|
||||||
msgid "Aliases:"
|
msgid "Aliases:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:430
|
#: 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,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-20 12:09+0000\n"
|
"POT-Creation-Date: 2020-04-02 12:07+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-20 12:10\n"
|
"PO-Revision-Date: 2020-04-02 12:10\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"
|
||||||
@@ -59,90 +59,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:362
|
#: redbot/cogs/alias/alias.py:369
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:367
|
#: 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:372
|
#: 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:377
|
#: 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:383
|
#: 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:388 redbot/cogs/alias/alias.py:424
|
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431
|
||||||
#: redbot/cogs/alias/alias.py:435
|
#: 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:393 redbot/cogs/alias/alias.py:411
|
#: 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:396 redbot/cogs/alias/alias.py:414
|
#: 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:401
|
#: 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:406
|
#: 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:419
|
#: 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:420 redbot/cogs/alias/alias.py:431
|
#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438
|
||||||
msgid "Aliases:"
|
msgid "Aliases:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:430
|
#: 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,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-20 12:09+0000\n"
|
"POT-Creation-Date: 2020-04-02 12:07+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-20 12:10\n"
|
"PO-Revision-Date: 2020-04-02 12:10\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"
|
||||||
@@ -59,90 +59,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:362
|
#: redbot/cogs/alias/alias.py:369
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr "Този псевдоним не съществува."
|
msgstr "Този псевдоним не съществува."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:367
|
#: 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:372
|
#: 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:377
|
#: 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:383
|
#: 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:388 redbot/cogs/alias/alias.py:424
|
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431
|
||||||
#: redbot/cogs/alias/alias.py:435
|
#: 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:393 redbot/cogs/alias/alias.py:411
|
#: 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:396 redbot/cogs/alias/alias.py:414
|
#: 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:401
|
#: 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:406
|
#: 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:419
|
#: 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:420 redbot/cogs/alias/alias.py:431
|
#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438
|
||||||
msgid "Aliases:"
|
msgid "Aliases:"
|
||||||
msgstr "Псевдоними:"
|
msgstr "Псевдоними:"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:430
|
#: 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,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-20 12:09+0000\n"
|
"POT-Creation-Date: 2020-04-02 12:07+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-20 12:10\n"
|
"PO-Revision-Date: 2020-04-02 12:10\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"
|
||||||
@@ -59,90 +59,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:362
|
#: redbot/cogs/alias/alias.py:369
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:367
|
#: 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:372
|
#: 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:377
|
#: 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:383
|
#: 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:388 redbot/cogs/alias/alias.py:424
|
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431
|
||||||
#: redbot/cogs/alias/alias.py:435
|
#: 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:393 redbot/cogs/alias/alias.py:411
|
#: 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:396 redbot/cogs/alias/alias.py:414
|
#: 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:401
|
#: 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:406
|
#: 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:419
|
#: 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:420 redbot/cogs/alias/alias.py:431
|
#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438
|
||||||
msgid "Aliases:"
|
msgid "Aliases:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:430
|
#: 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,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-20 12:09+0000\n"
|
"POT-Creation-Date: 2020-04-02 12:07+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-20 12:11\n"
|
"PO-Revision-Date: 2020-04-02 12:11\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"
|
||||||
@@ -59,90 +59,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:362
|
#: redbot/cogs/alias/alias.py:369
|
||||||
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:367
|
#: 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:372
|
#: 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:377
|
#: 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:383
|
#: 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:388 redbot/cogs/alias/alias.py:424
|
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431
|
||||||
#: redbot/cogs/alias/alias.py:435
|
#: 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:393 redbot/cogs/alias/alias.py:411
|
#: 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:396 redbot/cogs/alias/alias.py:414
|
#: 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:401
|
#: 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:406
|
#: 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:419
|
#: 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:420 redbot/cogs/alias/alias.py:431
|
#: 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:430
|
#: 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,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-20 12:09+0000\n"
|
"POT-Creation-Date: 2020-04-02 12:07+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-20 12:11\n"
|
"PO-Revision-Date: 2020-04-02 12:11\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"
|
||||||
@@ -59,90 +59,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:362
|
#: redbot/cogs/alias/alias.py:369
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:367
|
#: 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:372
|
#: 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:377
|
#: 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:383
|
#: 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:388 redbot/cogs/alias/alias.py:424
|
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431
|
||||||
#: redbot/cogs/alias/alias.py:435
|
#: 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:393 redbot/cogs/alias/alias.py:411
|
#: 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:396 redbot/cogs/alias/alias.py:414
|
#: 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:401
|
#: 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:406
|
#: 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:419
|
#: 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:420 redbot/cogs/alias/alias.py:431
|
#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438
|
||||||
msgid "Aliases:"
|
msgid "Aliases:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:430
|
#: 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,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-20 12:09+0000\n"
|
"POT-Creation-Date: 2020-04-02 12:07+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-20 12:12\n"
|
"PO-Revision-Date: 2020-04-02 12:11\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"
|
||||||
@@ -18,11 +18,11 @@ msgstr ""
|
|||||||
#: 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 +30,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 +49,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,90 +59,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:362
|
#: redbot/cogs/alias/alias.py:369
|
||||||
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:367
|
#: 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:372
|
#: 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:377
|
#: 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:383
|
#: 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:388 redbot/cogs/alias/alias.py:424
|
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431
|
||||||
#: redbot/cogs/alias/alias.py:435
|
#: 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:393 redbot/cogs/alias/alias.py:411
|
#: 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:396 redbot/cogs/alias/alias.py:414
|
#: 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:401
|
#: 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:406
|
#: 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:419
|
#: 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:420 redbot/cogs/alias/alias.py:431
|
#: 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:430
|
#: 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,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-20 12:09+0000\n"
|
"POT-Creation-Date: 2020-04-02 12:07+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-20 12:12\n"
|
"PO-Revision-Date: 2020-04-02 12:11\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"
|
||||||
@@ -59,90 +59,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:362
|
#: redbot/cogs/alias/alias.py:369
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:367
|
#: 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:372
|
#: 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:377
|
#: 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:383
|
#: 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:388 redbot/cogs/alias/alias.py:424
|
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431
|
||||||
#: redbot/cogs/alias/alias.py:435
|
#: 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:393 redbot/cogs/alias/alias.py:411
|
#: 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:396 redbot/cogs/alias/alias.py:414
|
#: 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:401
|
#: 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:406
|
#: 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:419
|
#: 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:420 redbot/cogs/alias/alias.py:431
|
#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438
|
||||||
msgid "Aliases:"
|
msgid "Aliases:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:430
|
#: 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,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-20 12:09+0000\n"
|
"POT-Creation-Date: 2020-04-02 12:07+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-20 12:15\n"
|
"PO-Revision-Date: 2020-04-02 12:12\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"
|
||||||
@@ -59,90 +59,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:362
|
#: redbot/cogs/alias/alias.py:369
|
||||||
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:367
|
#: 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:372
|
#: 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:377
|
#: 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:383
|
#: 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:388 redbot/cogs/alias/alias.py:424
|
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431
|
||||||
#: redbot/cogs/alias/alias.py:435
|
#: 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:393 redbot/cogs/alias/alias.py:411
|
#: 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:396 redbot/cogs/alias/alias.py:414
|
#: 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:401
|
#: 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:406
|
#: 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:419
|
#: 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:420 redbot/cogs/alias/alias.py:431
|
#: 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:430
|
#: 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,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-20 12:09+0000\n"
|
"POT-Creation-Date: 2020-04-02 12:07+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-20 12:11\n"
|
"PO-Revision-Date: 2020-04-02 12:11\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"
|
||||||
@@ -59,90 +59,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:362
|
#: redbot/cogs/alias/alias.py:369
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:367
|
#: 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:372
|
#: 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:377
|
#: 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:383
|
#: 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:388 redbot/cogs/alias/alias.py:424
|
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431
|
||||||
#: redbot/cogs/alias/alias.py:435
|
#: 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:393 redbot/cogs/alias/alias.py:411
|
#: 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:396 redbot/cogs/alias/alias.py:414
|
#: 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:401
|
#: 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:406
|
#: 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:419
|
#: 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:420 redbot/cogs/alias/alias.py:431
|
#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438
|
||||||
msgid "Aliases:"
|
msgid "Aliases:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:430
|
#: 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,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-20 12:09+0000\n"
|
"POT-Creation-Date: 2020-04-02 12:07+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-20 12:12\n"
|
"PO-Revision-Date: 2020-04-02 12:11\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"
|
||||||
@@ -59,90 +59,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:362
|
#: redbot/cogs/alias/alias.py:369
|
||||||
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:367
|
#: 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:372
|
#: 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:377
|
#: 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:383
|
#: 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:388 redbot/cogs/alias/alias.py:424
|
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431
|
||||||
#: redbot/cogs/alias/alias.py:435
|
#: 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:393 redbot/cogs/alias/alias.py:411
|
#: 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:396 redbot/cogs/alias/alias.py:414
|
#: 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:401
|
#: 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:406
|
#: 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:419
|
#: 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:420 redbot/cogs/alias/alias.py:431
|
#: 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:430
|
#: 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,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-20 12:09+0000\n"
|
"POT-Creation-Date: 2020-04-02 12:07+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-20 12:12\n"
|
"PO-Revision-Date: 2020-04-02 12:11\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"
|
||||||
@@ -59,90 +59,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:362
|
#: redbot/cogs/alias/alias.py:369
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:367
|
#: 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:372
|
#: 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:377
|
#: 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:383
|
#: 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:388 redbot/cogs/alias/alias.py:424
|
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431
|
||||||
#: redbot/cogs/alias/alias.py:435
|
#: 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:393 redbot/cogs/alias/alias.py:411
|
#: 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:396 redbot/cogs/alias/alias.py:414
|
#: 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:401
|
#: 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:406
|
#: 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:419
|
#: 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:420 redbot/cogs/alias/alias.py:431
|
#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438
|
||||||
msgid "Aliases:"
|
msgid "Aliases:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:430
|
#: 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,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-20 12:09+0000\n"
|
"POT-Creation-Date: 2020-04-02 12:07+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-20 12:12\n"
|
"PO-Revision-Date: 2020-04-02 12:11\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"
|
||||||
@@ -59,90 +59,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:362
|
#: redbot/cogs/alias/alias.py:369
|
||||||
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:367
|
#: 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:372
|
#: 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:377
|
#: 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:383
|
#: 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:388 redbot/cogs/alias/alias.py:424
|
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431
|
||||||
#: redbot/cogs/alias/alias.py:435
|
#: 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:393 redbot/cogs/alias/alias.py:411
|
#: 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:396 redbot/cogs/alias/alias.py:414
|
#: 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:401
|
#: 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:406
|
#: 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:419
|
#: 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:420 redbot/cogs/alias/alias.py:431
|
#: 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:430
|
#: 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,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-20 12:09+0000\n"
|
"POT-Creation-Date: 2020-04-02 12:07+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-20 12:13\n"
|
"PO-Revision-Date: 2020-04-02 12:11\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"
|
||||||
@@ -59,90 +59,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:362
|
#: redbot/cogs/alias/alias.py:369
|
||||||
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:367
|
#: 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:372
|
#: 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:377
|
#: 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:383
|
#: 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:388 redbot/cogs/alias/alias.py:424
|
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431
|
||||||
#: redbot/cogs/alias/alias.py:435
|
#: 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:393 redbot/cogs/alias/alias.py:411
|
#: 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:396 redbot/cogs/alias/alias.py:414
|
#: 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:401
|
#: 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:406
|
#: 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:419
|
#: 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:420 redbot/cogs/alias/alias.py:431
|
#: 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:430
|
#: 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,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-20 12:09+0000\n"
|
"POT-Creation-Date: 2020-04-02 12:07+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-20 12:13\n"
|
"PO-Revision-Date: 2020-04-02 12:11\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"
|
||||||
@@ -59,90 +59,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:362
|
#: redbot/cogs/alias/alias.py:369
|
||||||
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:367
|
#: 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:372
|
#: 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:377
|
#: 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:383
|
#: 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:388 redbot/cogs/alias/alias.py:424
|
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431
|
||||||
#: redbot/cogs/alias/alias.py:435
|
#: 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:393 redbot/cogs/alias/alias.py:411
|
#: 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:396 redbot/cogs/alias/alias.py:414
|
#: 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:401
|
#: 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:406
|
#: 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:419
|
#: 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:420 redbot/cogs/alias/alias.py:431
|
#: 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:430
|
#: 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,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-20 12:09+0000\n"
|
"POT-Creation-Date: 2020-04-02 12:07+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-20 12:13\n"
|
"PO-Revision-Date: 2020-04-02 12:12\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"
|
||||||
@@ -59,90 +59,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:362
|
#: redbot/cogs/alias/alias.py:369
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr "そのようなエイリアスはありません。"
|
msgstr "そのようなエイリアスはありません。"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:367
|
#: 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:372
|
#: 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:377
|
#: 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:383
|
#: 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:388 redbot/cogs/alias/alias.py:424
|
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431
|
||||||
#: redbot/cogs/alias/alias.py:435
|
#: 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:393 redbot/cogs/alias/alias.py:411
|
#: 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:396 redbot/cogs/alias/alias.py:414
|
#: 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:401
|
#: 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:406
|
#: 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:419
|
#: 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:420 redbot/cogs/alias/alias.py:431
|
#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438
|
||||||
msgid "Aliases:"
|
msgid "Aliases:"
|
||||||
msgstr "アリアス:"
|
msgstr "アリアス:"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:430
|
#: 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,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-20 12:09+0000\n"
|
"POT-Creation-Date: 2020-04-02 12:07+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-20 12:13\n"
|
"PO-Revision-Date: 2020-04-02 12:12\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"
|
||||||
@@ -30,7 +30,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,90 +59,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:362
|
#: redbot/cogs/alias/alias.py:369
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr "그런 별칭은 등록되어 있지 않아요."
|
msgstr "그런 별칭은 등록되어 있지 않아요."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:367
|
#: 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:372
|
#: 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:377
|
#: 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:383
|
#: 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:388 redbot/cogs/alias/alias.py:424
|
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431
|
||||||
#: redbot/cogs/alias/alias.py:435
|
#: 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:393 redbot/cogs/alias/alias.py:411
|
#: 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:396 redbot/cogs/alias/alias.py:414
|
#: 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:401
|
#: 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:406
|
#: 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:419
|
#: 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:420 redbot/cogs/alias/alias.py:431
|
#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438
|
||||||
msgid "Aliases:"
|
msgid "Aliases:"
|
||||||
msgstr "등록된 별칭 리스트 :"
|
msgstr "등록된 별칭 리스트 :"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:430
|
#: 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,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-20 12:09+0000\n"
|
"POT-Creation-Date: 2020-04-02 12:07+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-20 12:11\n"
|
"PO-Revision-Date: 2020-04-02 12:11\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"
|
||||||
@@ -59,90 +59,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:362
|
#: redbot/cogs/alias/alias.py:369
|
||||||
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:367
|
#: 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:372
|
#: 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:377
|
#: 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:383
|
#: 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:388 redbot/cogs/alias/alias.py:424
|
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431
|
||||||
#: redbot/cogs/alias/alias.py:435
|
#: 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:393 redbot/cogs/alias/alias.py:411
|
#: 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:396 redbot/cogs/alias/alias.py:414
|
#: 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:401
|
#: 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:406
|
#: 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:419
|
#: 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:420 redbot/cogs/alias/alias.py:431
|
#: 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:430
|
#: 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,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-20 12:09+0000\n"
|
"POT-Creation-Date: 2020-04-02 12:07+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-27 12:13\n"
|
"PO-Revision-Date: 2020-04-02 12:12\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"
|
||||||
@@ -59,90 +59,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 {name} men navnet er allerede en kommando på denne boten."
|
msgstr "Du forsøkte å opprette et nytt globalt alias med navnet {name} men navnet er allerede en kommando på denne boten."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py: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 {name} 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:362
|
#: redbot/cogs/alias/alias.py:369
|
||||||
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:367
|
#: 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:372
|
#: 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:377
|
#: 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:383
|
#: 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:388 redbot/cogs/alias/alias.py:424
|
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431
|
||||||
#: redbot/cogs/alias/alias.py:435
|
#: 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:393 redbot/cogs/alias/alias.py:411
|
#: 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:396 redbot/cogs/alias/alias.py:414
|
#: 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:401
|
#: 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:406
|
#: 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:419
|
#: 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:420 redbot/cogs/alias/alias.py:431
|
#: 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:430
|
#: 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,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-20 12:09+0000\n"
|
"POT-Creation-Date: 2020-04-02 12:07+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-20 12:14\n"
|
"PO-Revision-Date: 2020-04-02 12:12\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"
|
||||||
@@ -59,90 +59,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:362
|
#: redbot/cogs/alias/alias.py:369
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr "Taki alias nie istnieje."
|
msgstr "Taki alias nie istnieje."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:367
|
#: 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:372
|
#: 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:377
|
#: 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:383
|
#: 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:388 redbot/cogs/alias/alias.py:424
|
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431
|
||||||
#: redbot/cogs/alias/alias.py:435
|
#: redbot/cogs/alias/alias.py:442
|
||||||
msgid "There are no aliases on this server."
|
msgid "There are no aliases on this server."
|
||||||
msgstr "Nie ma aliasów na tym serwerze."
|
msgstr "Nie ma aliasów na tym serwerze."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:393 redbot/cogs/alias/alias.py:411
|
#: 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:396 redbot/cogs/alias/alias.py:414
|
#: 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:401
|
#: 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:406
|
#: redbot/cogs/alias/alias.py:413
|
||||||
msgid "There are no aliases on this bot."
|
msgid "There are no aliases on this bot."
|
||||||
msgstr "Nie ma żadnych aliasów dla tego bota."
|
msgstr "Nie ma żadnych aliasów dla tego bota."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:419
|
#: 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:420 redbot/cogs/alias/alias.py:431
|
#: 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:430
|
#: 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,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-20 12:09+0000\n"
|
"POT-Creation-Date: 2020-04-02 12:07+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-20 12:14\n"
|
"PO-Revision-Date: 2020-04-02 12:12\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"
|
||||||
@@ -59,90 +59,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:362
|
#: redbot/cogs/alias/alias.py:369
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr "Alias inexistente."
|
msgstr "Alias inexistente."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:367
|
#: 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:372
|
#: 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:377
|
#: 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:383
|
#: 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:388 redbot/cogs/alias/alias.py:424
|
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431
|
||||||
#: redbot/cogs/alias/alias.py:435
|
#: redbot/cogs/alias/alias.py:442
|
||||||
msgid "There are no aliases on this server."
|
msgid "There are no aliases on this server."
|
||||||
msgstr "Não há nenhum alias neste servidor."
|
msgstr "Não há nenhum alias neste servidor."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:393 redbot/cogs/alias/alias.py:411
|
#: 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:396 redbot/cogs/alias/alias.py:414
|
#: 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:401
|
#: 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:406
|
#: redbot/cogs/alias/alias.py:413
|
||||||
msgid "There are no aliases on this bot."
|
msgid "There are no aliases on this bot."
|
||||||
msgstr "Não há nenhum alias nesse bot."
|
msgstr "Não há nenhum alias nesse bot."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:419
|
#: 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:420 redbot/cogs/alias/alias.py:431
|
#: 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:430
|
#: 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,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-20 12:09+0000\n"
|
"POT-Creation-Date: 2020-04-02 12:07+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-20 12:14\n"
|
"PO-Revision-Date: 2020-04-02 12:12\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"
|
||||||
@@ -59,90 +59,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:362
|
#: redbot/cogs/alias/alias.py:369
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:367
|
#: 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:372
|
#: 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:377
|
#: 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:383
|
#: 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:388 redbot/cogs/alias/alias.py:424
|
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431
|
||||||
#: redbot/cogs/alias/alias.py:435
|
#: 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:393 redbot/cogs/alias/alias.py:411
|
#: 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:396 redbot/cogs/alias/alias.py:414
|
#: 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:401
|
#: 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:406
|
#: 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:419
|
#: 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:420 redbot/cogs/alias/alias.py:431
|
#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438
|
||||||
msgid "Aliases:"
|
msgid "Aliases:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:430
|
#: 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,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-20 12:09+0000\n"
|
"POT-Creation-Date: 2020-04-02 12:07+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-20 12:14\n"
|
"PO-Revision-Date: 2020-04-02 12:12\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"
|
||||||
@@ -59,90 +59,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:362
|
#: redbot/cogs/alias/alias.py:369
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:367
|
#: 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:372
|
#: 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:377
|
#: 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:383
|
#: 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:388 redbot/cogs/alias/alias.py:424
|
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431
|
||||||
#: redbot/cogs/alias/alias.py:435
|
#: 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:393 redbot/cogs/alias/alias.py:411
|
#: 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:396 redbot/cogs/alias/alias.py:414
|
#: 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:401
|
#: 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:406
|
#: 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:419
|
#: 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:420 redbot/cogs/alias/alias.py:431
|
#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438
|
||||||
msgid "Aliases:"
|
msgid "Aliases:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:430
|
#: 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,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-20 12:09+0000\n"
|
"POT-Creation-Date: 2020-04-02 12:07+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-20 12:14\n"
|
"PO-Revision-Date: 2020-04-02 12:12\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"
|
||||||
@@ -59,90 +59,94 @@ msgstr "Вы пытались создать новый псевдоним {name
|
|||||||
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr "Вы попытались создать новый псевдоним {name}, но это имя является недопустимым псевдонимом. Имена псевдонимов не могут содержать пробелов."
|
msgstr "Вы попытались создать новый псевдоним {name}, но это имя является недопустимым псевдонимом. Имена псевдонимов не могут содержать пробелов."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py: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 "Новый псевдоним с триггером `{name}` был создан."
|
msgstr "Новый псевдоним с триггером `{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 "Добавить глобальный псевдоним для команды."
|
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 "Вы попытались создать новый глобальный псевдоним {name}, но это имя уже является командой для этого бота."
|
msgstr "Вы попытались создать новый глобальный псевдоним {name}, но это имя уже является командой для этого бота."
|
||||||
|
|
||||||
#: 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 "Вы попытались создать новый глобальный псевдоним {name}, но этот псевдоним уже существует на этом сервере."
|
msgstr "Вы попытались создать новый глобальный псевдоним {name}, но этот псевдоним уже существует на этом сервере."
|
||||||
|
|
||||||
#: 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 "Вы попытались создать новый глобальный псевдоним {name}, но это имя является недопустимым псевдонимом. Имена псевдонимов не могут содержать пробелов."
|
msgstr "Вы попытались создать новый глобальный псевдоним {name}, но это имя является недопустимым псевдонимом. Имена псевдонимов не могут содержать пробелов."
|
||||||
|
|
||||||
#: 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 "Новый глобальный псевдоним с триггером `{name}` был создан."
|
msgstr "Новый глобальный псевдоним с триггером `{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 "Попробуйте вызвать справку для базовой команды псевдонима."
|
msgstr "Попробуйте вызвать справку для базовой команды псевдонима."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:362
|
#: redbot/cogs/alias/alias.py:369
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr "Псевдоним не существует."
|
msgstr "Псевдоним не существует."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:367
|
#: 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:372
|
#: 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_name}` будет выполнять команду `{command}`"
|
msgstr "Псевдоним `{alias_name}` будет выполнять команду `{command}`"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:377
|
#: 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 "Нет псевдонима с именем `{name}`"
|
msgstr "Нет псевдонима с именем `{name}`"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:383
|
#: 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:388 redbot/cogs/alias/alias.py:424
|
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431
|
||||||
#: redbot/cogs/alias/alias.py:435
|
#: 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:393 redbot/cogs/alias/alias.py:411
|
#: 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 "Псевдоним с именем `{name}` был успешно удален."
|
msgstr "Псевдоним с именем `{name}` был успешно удален."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:396 redbot/cogs/alias/alias.py:414
|
#: 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 "Псевдоним с именем `{name}` не найден."
|
msgstr "Псевдоним с именем `{name}` не найден."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:401
|
#: 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:406
|
#: 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:419
|
#: 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:420 redbot/cogs/alias/alias.py:431
|
#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438
|
||||||
msgid "Aliases:"
|
msgid "Aliases:"
|
||||||
msgstr "Псевдонимы:"
|
msgstr "Псевдонимы:"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:430
|
#: 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,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-20 12:09+0000\n"
|
"POT-Creation-Date: 2020-04-02 12:07+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-20 12:15\n"
|
"PO-Revision-Date: 2020-04-02 12:12\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"
|
||||||
@@ -59,90 +59,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:362
|
#: redbot/cogs/alias/alias.py:369
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:367
|
#: 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:372
|
#: 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:377
|
#: 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:383
|
#: 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:388 redbot/cogs/alias/alias.py:424
|
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431
|
||||||
#: redbot/cogs/alias/alias.py:435
|
#: 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:393 redbot/cogs/alias/alias.py:411
|
#: 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:396 redbot/cogs/alias/alias.py:414
|
#: 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:401
|
#: 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:406
|
#: 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:419
|
#: 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:420 redbot/cogs/alias/alias.py:431
|
#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438
|
||||||
msgid "Aliases:"
|
msgid "Aliases:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:430
|
#: 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,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-20 12:09+0000\n"
|
"POT-Creation-Date: 2020-04-02 12:07+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-20 12:14\n"
|
"PO-Revision-Date: 2020-04-02 12:12\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"
|
||||||
@@ -59,90 +59,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:362
|
#: redbot/cogs/alias/alias.py:369
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:367
|
#: 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:372
|
#: 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:377
|
#: 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:383
|
#: 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:388 redbot/cogs/alias/alias.py:424
|
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431
|
||||||
#: redbot/cogs/alias/alias.py:435
|
#: 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:393 redbot/cogs/alias/alias.py:411
|
#: 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:396 redbot/cogs/alias/alias.py:414
|
#: 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:401
|
#: 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:406
|
#: 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:419
|
#: 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:420 redbot/cogs/alias/alias.py:431
|
#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438
|
||||||
msgid "Aliases:"
|
msgid "Aliases:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:430
|
#: 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,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-20 12:09+0000\n"
|
"POT-Creation-Date: 2020-04-02 12:07+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-20 12:15\n"
|
"PO-Revision-Date: 2020-04-02 12:13\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"
|
||||||
@@ -59,90 +59,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:362
|
#: redbot/cogs/alias/alias.py:369
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr "Detta alias existerar inte."
|
msgstr "Detta alias existerar inte."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:367
|
#: 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:372
|
#: 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:377
|
#: 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:383
|
#: 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:388 redbot/cogs/alias/alias.py:424
|
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431
|
||||||
#: redbot/cogs/alias/alias.py:435
|
#: redbot/cogs/alias/alias.py:442
|
||||||
msgid "There are no aliases on this server."
|
msgid "There are no aliases on this server."
|
||||||
msgstr "Det finns inga alias på denna server."
|
msgstr "Det finns inga alias på denna server."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:393 redbot/cogs/alias/alias.py:411
|
#: 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:396 redbot/cogs/alias/alias.py:414
|
#: 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:401
|
#: 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:406
|
#: redbot/cogs/alias/alias.py:413
|
||||||
msgid "There are no aliases on this bot."
|
msgid "There are no aliases on this bot."
|
||||||
msgstr "Det finns inga alias för denna bot."
|
msgstr "Det finns inga alias för denna bot."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:419
|
#: 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:420 redbot/cogs/alias/alias.py:431
|
#: 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:430
|
#: 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,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-20 12:09+0000\n"
|
"POT-Creation-Date: 2020-04-02 12:07+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-20 12:15\n"
|
"PO-Revision-Date: 2020-04-02 12:13\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"
|
||||||
@@ -59,90 +59,94 @@ msgstr "Adı {name} ile yeni bir diğer ad oluşturmak çalıştı, ancak bu 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 "Adı {name} ile yeni bir diğer ad oluşturmak çalıştı ama o ismi geçersiz diğer ad. Diğer ad ad adlar boşluk içeremez."
|
msgstr "Adı {name} ile yeni bir diğer ad oluşturmak çalıştı ama o ismi geçersiz diğer ad. Diğer ad ad adlar boşluk içeremez."
|
||||||
|
|
||||||
#: 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 "Yeni bir takma ad tetikleyici '{name}' ile oluşturuldu."
|
msgstr "Yeni bir takma ad tetikleyici '{name}' ile oluşturuldu."
|
||||||
|
|
||||||
#: 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 "Bir komut için küresel bir diğer ad ekleyin."
|
msgstr "Bir komut için küresel bir diğer ad ekleyin."
|
||||||
|
|
||||||
#: 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 "Yeni bir küresel diğer adı ile ad {name} oluşturmak çalıştı, ancak bu adı zaten bu bot bir komutudur."
|
msgstr "Yeni bir küresel diğer adı ile ad {name} oluşturmak çalıştı, ancak bu adı zaten bu bot bir komutudur."
|
||||||
|
|
||||||
#: 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 "Adı {name} ile yeni bir diğer ad oluşturmak çalıştı, ancak bu adı zaten bu bot bir komutudur."
|
msgstr "Adı {name} ile yeni bir diğer ad oluşturmak çalıştı, ancak bu adı zaten bu bot bir komutudur."
|
||||||
|
|
||||||
#: 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 "Yeni bir küresel diğer adı ile ad {name} oluşturmaya çalıştı ama o ismi geçersiz diğer ad. Diğer ad ad adlar boşluk içeremez."
|
msgstr "Yeni bir küresel diğer adı ile ad {name} oluşturmaya çalıştı ama o ismi geçersiz diğer ad. Diğer ad ad adlar boşluk içeremez."
|
||||||
|
|
||||||
#: 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 "Yeni bir küresel diğer ad tetikleyici '{name}' ile oluşturuldu."
|
msgstr "Yeni bir küresel diğer ad tetikleyici '{name}' ile oluşturuldu."
|
||||||
|
|
||||||
#: 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 "Diğer temel komutunun yardımını yürütmek deneyin."
|
msgstr "Diğer temel komutunun yardımını yürütmek deneyin."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:362
|
#: redbot/cogs/alias/alias.py:369
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr "Böyle bir takma var yok."
|
msgstr "Böyle bir takma var yok."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:367
|
#: redbot/cogs/alias/alias.py:374
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Show what command the alias executes."
|
msgid "Show what command the alias executes."
|
||||||
msgstr "Takma adın çalıştırıldığı komutu gösterin."
|
msgstr "Takma adın çalıştırıldığı komutu gösterin."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:372
|
#: 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_name}' diğer ad komut '{command} ' idam edecek"
|
msgstr "'{alias_name}' diğer ad komut '{command} ' idam edecek"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:377
|
#: 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 "Hiç diğer ad ad '{name} ' ile olduğunu"
|
msgstr "Hiç diğer ad ad '{name} ' ile olduğunu"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:383
|
#: 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 "Bu sunucuda varolan bir diğer adı silin."
|
msgstr "Bu sunucuda varolan bir diğer adı silin."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:388 redbot/cogs/alias/alias.py:424
|
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431
|
||||||
#: redbot/cogs/alias/alias.py:435
|
#: redbot/cogs/alias/alias.py:442
|
||||||
msgid "There are no aliases on this server."
|
msgid "There are no aliases on this server."
|
||||||
msgstr "Bu sunucuda hiçbir diğer adları vardır."
|
msgstr "Bu sunucuda hiçbir diğer adları vardır."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:393 redbot/cogs/alias/alias.py:411
|
#: 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 "`{name}`adlı takma ad başarıyla silindi."
|
msgstr "`{name}`adlı takma ad başarıyla silindi."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:396 redbot/cogs/alias/alias.py:414
|
#: 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 "{Name} `adlı takma ad bulunamadı."
|
msgstr "{Name} `adlı takma ad bulunamadı."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:401
|
#: redbot/cogs/alias/alias.py:408
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing global alias."
|
msgid "Delete an existing global alias."
|
||||||
msgstr "Mevcut bir global takma adı silin."
|
msgstr "Mevcut bir global takma adı silin."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:406
|
#: redbot/cogs/alias/alias.py:413
|
||||||
msgid "There are no aliases on this bot."
|
msgid "There are no aliases on this bot."
|
||||||
msgstr "Bu botta takma adlar yok."
|
msgstr "Bu botta takma adlar yok."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:419
|
#: 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 "Bu sunucudaki kullanılabilir diğer adları listeleyin."
|
msgstr "Bu sunucudaki kullanılabilir diğer adları listeleyin."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:420 redbot/cogs/alias/alias.py:431
|
#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438
|
||||||
msgid "Aliases:"
|
msgid "Aliases:"
|
||||||
msgstr "Takma adlar:"
|
msgstr "Takma adlar:"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:430
|
#: 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 "Bu botta mevcut küresel takma adları listeleyiniz."
|
msgstr "Bu botta mevcut küresel takma adları listeleyiniz."
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-20 12:09+0000\n"
|
"POT-Creation-Date: 2020-04-02 12:07+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-20 12:15\n"
|
"PO-Revision-Date: 2020-04-02 12:13\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"
|
||||||
@@ -59,90 +59,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:362
|
#: redbot/cogs/alias/alias.py:369
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:367
|
#: 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:372
|
#: 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:377
|
#: 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:383
|
#: 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:388 redbot/cogs/alias/alias.py:424
|
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431
|
||||||
#: redbot/cogs/alias/alias.py:435
|
#: 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:393 redbot/cogs/alias/alias.py:411
|
#: 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:396 redbot/cogs/alias/alias.py:414
|
#: 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:401
|
#: 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:406
|
#: 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:419
|
#: 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:420 redbot/cogs/alias/alias.py:431
|
#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438
|
||||||
msgid "Aliases:"
|
msgid "Aliases:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:430
|
#: 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,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-20 12:09+0000\n"
|
"POT-Creation-Date: 2020-04-02 12:07+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-20 12:16\n"
|
"PO-Revision-Date: 2020-04-02 12:13\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"
|
||||||
@@ -59,90 +59,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:362
|
#: redbot/cogs/alias/alias.py:369
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:367
|
#: 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:372
|
#: 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:377
|
#: 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:383
|
#: 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:388 redbot/cogs/alias/alias.py:424
|
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431
|
||||||
#: redbot/cogs/alias/alias.py:435
|
#: 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:393 redbot/cogs/alias/alias.py:411
|
#: 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:396 redbot/cogs/alias/alias.py:414
|
#: 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:401
|
#: 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:406
|
#: 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:419
|
#: 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:420 redbot/cogs/alias/alias.py:431
|
#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438
|
||||||
msgid "Aliases:"
|
msgid "Aliases:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:430
|
#: 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,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-20 12:09+0000\n"
|
"POT-Creation-Date: 2020-04-02 12:07+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-20 12:10\n"
|
"PO-Revision-Date: 2020-04-02 12:10\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"
|
||||||
@@ -59,90 +59,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 "您尝试使用名称{name}创建新的全局别名,但该别名已经存在于此服务器上。"
|
msgstr "您尝试使用名称{name}创建新的全局别名,但该别名已经存在于此服务器上。"
|
||||||
|
|
||||||
#: 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 "您试图使用名称{name}创建新的全局别名,但该名称是无效的别名。别名不能包含空格。"
|
msgstr "您试图使用名称{name}创建新的全局别名,但该名称是无效的别名。别名不能包含空格。"
|
||||||
|
|
||||||
#: 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 "已经创建一个包含触发器`{name}`的全局别名。"
|
msgstr "已经创建一个包含触发器`{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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:362
|
#: redbot/cogs/alias/alias.py:369
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr "不存在该别名。"
|
msgstr "不存在该别名。"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:367
|
#: 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:372
|
#: 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_name}`别要名将执行命令`{command}`"
|
msgstr "`{alias_name}`别要名将执行命令`{command}`"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:377
|
#: 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 "没有名为`{name}`的别名"
|
msgstr "没有名为`{name}`的别名"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:383
|
#: 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:388 redbot/cogs/alias/alias.py:424
|
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431
|
||||||
#: redbot/cogs/alias/alias.py:435
|
#: 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:393 redbot/cogs/alias/alias.py:411
|
#: 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 "已经成功删除名为`{name}`的别名。"
|
msgstr "已经成功删除名为`{name}`的别名。"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:396 redbot/cogs/alias/alias.py:414
|
#: 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 "找不到名为`{name}`的别名。"
|
msgstr "找不到名为`{name}`的别名。"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:401
|
#: 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:406
|
#: 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:419
|
#: 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:420 redbot/cogs/alias/alias.py:431
|
#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438
|
||||||
msgid "Aliases:"
|
msgid "Aliases:"
|
||||||
msgstr "别名:"
|
msgstr "别名:"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:430
|
#: 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,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-20 12:09+0000\n"
|
"POT-Creation-Date: 2020-04-02 12:07+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-20 12:11\n"
|
"PO-Revision-Date: 2020-04-02 12:11\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"
|
||||||
@@ -59,90 +59,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:362
|
#: redbot/cogs/alias/alias.py:369
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:367
|
#: 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:372
|
#: 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:377
|
#: 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:383
|
#: 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:388 redbot/cogs/alias/alias.py:424
|
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431
|
||||||
#: redbot/cogs/alias/alias.py:435
|
#: 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:393 redbot/cogs/alias/alias.py:411
|
#: 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:396 redbot/cogs/alias/alias.py:414
|
#: 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:401
|
#: 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:406
|
#: 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:419
|
#: 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:420 redbot/cogs/alias/alias.py:431
|
#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438
|
||||||
msgid "Aliases:"
|
msgid "Aliases:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:430
|
#: 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,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-02-20 12:09+0000\n"
|
"POT-Creation-Date: 2020-04-02 12:07+0000\n"
|
||||||
"PO-Revision-Date: 2020-02-20 12:11\n"
|
"PO-Revision-Date: 2020-04-02 12:10\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"
|
||||||
@@ -59,90 +59,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:362
|
#: redbot/cogs/alias/alias.py:369
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:367
|
#: 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:372
|
#: 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:377
|
#: 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:383
|
#: 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:388 redbot/cogs/alias/alias.py:424
|
#: redbot/cogs/alias/alias.py:395 redbot/cogs/alias/alias.py:431
|
||||||
#: redbot/cogs/alias/alias.py:435
|
#: 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:393 redbot/cogs/alias/alias.py:411
|
#: 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:396 redbot/cogs/alias/alias.py:414
|
#: 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:401
|
#: 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:406
|
#: 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:419
|
#: 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:420 redbot/cogs/alias/alias.py:431
|
#: redbot/cogs/alias/alias.py:427 redbot/cogs/alias/alias.py:438
|
||||||
msgid "Aliases:"
|
msgid "Aliases:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:430
|
#: 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 ""
|
||||||
|
|||||||
@@ -2001,7 +2001,7 @@ class Audio(commands.Cog):
|
|||||||
with contextlib.suppress(discord.HTTPException):
|
with contextlib.suppress(discord.HTTPException):
|
||||||
await eq_message.add_reaction("\N{INFORMATION SOURCE}")
|
await eq_message.add_reaction("\N{INFORMATION SOURCE}")
|
||||||
else:
|
else:
|
||||||
start_adding_reactions(eq_message, reactions, self.bot.loop)
|
start_adding_reactions(eq_message, reactions)
|
||||||
|
|
||||||
eq_msg_with_reacts = await ctx.fetch_message(eq_message.id)
|
eq_msg_with_reacts = await ctx.fetch_message(eq_message.id)
|
||||||
player.store("eq_message", eq_msg_with_reacts)
|
player.store("eq_message", eq_msg_with_reacts)
|
||||||
@@ -2605,7 +2605,7 @@ class Audio(commands.Cog):
|
|||||||
if not player.queue:
|
if not player.queue:
|
||||||
expected = ("⏹", "⏯")
|
expected = ("⏹", "⏯")
|
||||||
if player.current:
|
if player.current:
|
||||||
task = start_adding_reactions(message, expected[:4], ctx.bot.loop)
|
task = start_adding_reactions(message, expected[:4])
|
||||||
else:
|
else:
|
||||||
task = None
|
task = None
|
||||||
|
|
||||||
@@ -6334,7 +6334,7 @@ class Audio(commands.Cog):
|
|||||||
expected = ("⏹", "⏯")
|
expected = ("⏹", "⏯")
|
||||||
emoji = {"stop": "⏹", "pause": "⏯"}
|
emoji = {"stop": "⏹", "pause": "⏯"}
|
||||||
if player.current:
|
if player.current:
|
||||||
task = start_adding_reactions(message, expected[:4], ctx.bot.loop)
|
task = start_adding_reactions(message, expected[:4])
|
||||||
else:
|
else:
|
||||||
task = None
|
task = None
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ 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"
|
"PO-Revision-Date: 2020-03-05 12:11\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"
|
||||||
@@ -30,15 +30,15 @@ msgstr ""
|
|||||||
|
|
||||||
#: redbot/cogs/audio/apis.py:576
|
#: redbot/cogs/audio/apis.py:576
|
||||||
msgid "Player timeout, skipping remaining tracks."
|
msgid "Player timeout, skipping remaining tracks."
|
||||||
msgstr ""
|
msgstr "Vypršel časový limit přehrávače, přeskakuji zbývající skladby."
|
||||||
|
|
||||||
#: redbot/cogs/audio/apis.py:598
|
#: redbot/cogs/audio/apis.py:598
|
||||||
msgid "Failing to get tracks, skipping remaining."
|
msgid "Failing to get tracks, skipping remaining."
|
||||||
msgstr ""
|
msgstr "Nepodařilo se získat skladby, zbývá přeskakování."
|
||||||
|
|
||||||
#: redbot/cogs/audio/apis.py:646
|
#: redbot/cogs/audio/apis.py:646
|
||||||
msgid "Nothing found.\\nThe YouTube API key may be invalid or you may be rate limited on YouTube's search service.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
|
msgid "Nothing found.\\nThe YouTube API key may be invalid or you may be rate limited on YouTube's search service.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
|
||||||
msgstr ""
|
msgstr "Nic nenalezeno.\\nYouTube API klíč může být neplatný nebo může být omezen na YouTube's vyhledávací službu.\\nPodívejte se znovu na YouTube API klíč a postupujte podle instrukcí na `{prefix}audioset youtubeapi`."
|
||||||
|
|
||||||
#: redbot/cogs/audio/apis.py:664 redbot/cogs/audio/audio.py:3609
|
#: redbot/cogs/audio/apis.py:664 redbot/cogs/audio/audio.py:3609
|
||||||
#: redbot/cogs/audio/audio.py:5460
|
#: redbot/cogs/audio/audio.py:5460
|
||||||
@@ -47,7 +47,7 @@ msgstr "Playlist zařazen do fronty"
|
|||||||
|
|
||||||
#: redbot/cogs/audio/apis.py:665 redbot/cogs/audio/audio.py:3612
|
#: redbot/cogs/audio/apis.py:665 redbot/cogs/audio/audio.py:3612
|
||||||
msgid "Added {num} tracks to the queue.{maxlength_msg}"
|
msgid "Added {num} tracks to the queue.{maxlength_msg}"
|
||||||
msgstr ""
|
msgstr "Přidáno {num} skladeb do fronty.{maxlength_msg}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/apis.py:671 redbot/cogs/audio/audio.py:3618
|
#: redbot/cogs/audio/apis.py:671 redbot/cogs/audio/audio.py:3618
|
||||||
msgid "{time} until start of playlist playback: starts at #{position} in queue"
|
msgid "{time} until start of playlist playback: starts at #{position} in queue"
|
||||||
@@ -56,7 +56,7 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/audio.py:82
|
#: redbot/cogs/audio/audio.py:82
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Play audio through voice channels."
|
msgid "Play audio through voice channels."
|
||||||
msgstr ""
|
msgstr "Přehrávat zvuk prostřednictvím hlasových kanálů."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:177
|
#: redbot/cogs/audio/audio.py:177
|
||||||
msgid "You have attempted to run Audio's Lavalink server on an unsupported architecture. Only settings related commands will be available."
|
msgid "You have attempted to run Audio's Lavalink server on an unsupported architecture. Only settings related commands will be available."
|
||||||
@@ -157,7 +157,7 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/audio.py:7397 redbot/cogs/audio/audio.py:7440
|
#: redbot/cogs/audio/audio.py:7397 redbot/cogs/audio/audio.py:7440
|
||||||
#: redbot/cogs/audio/audio.py:7850 redbot/cogs/audio/audio.py:7861
|
#: redbot/cogs/audio/audio.py:7850 redbot/cogs/audio/audio.py:7861
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
msgstr "Povoleno"
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:690 redbot/cogs/audio/audio.py:706
|
#: redbot/cogs/audio/audio.py:690 redbot/cogs/audio/audio.py:706
|
||||||
#: redbot/cogs/audio/audio.py:1100 redbot/cogs/audio/audio.py:1254
|
#: redbot/cogs/audio/audio.py:1100 redbot/cogs/audio/audio.py:1254
|
||||||
@@ -176,7 +176,7 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/audio.py:7397 redbot/cogs/audio/audio.py:7440
|
#: redbot/cogs/audio/audio.py:7397 redbot/cogs/audio/audio.py:7440
|
||||||
#: redbot/cogs/audio/audio.py:7850 redbot/cogs/audio/audio.py:7861
|
#: redbot/cogs/audio/audio.py:7850 redbot/cogs/audio/audio.py:7861
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr ""
|
msgstr "Zakázáno"
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:697
|
#: redbot/cogs/audio/audio.py:697
|
||||||
#, docstring
|
#, docstring
|
||||||
@@ -218,17 +218,17 @@ msgstr ""
|
|||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:747 redbot/cogs/audio/audio.py:928
|
#: redbot/cogs/audio/audio.py:747 redbot/cogs/audio/audio.py:928
|
||||||
msgid "Keyword already in the blacklist."
|
msgid "Keyword already in the blacklist."
|
||||||
msgstr ""
|
msgstr "Klíčové slovo je již na černé listině."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:751 redbot/cogs/audio/audio.py:800
|
#: redbot/cogs/audio/audio.py:751 redbot/cogs/audio/audio.py:800
|
||||||
#: redbot/cogs/audio/audio.py:903 redbot/cogs/audio/audio.py:932
|
#: redbot/cogs/audio/audio.py:903 redbot/cogs/audio/audio.py:932
|
||||||
#: redbot/cogs/audio/audio.py:981 redbot/cogs/audio/audio.py:1084
|
#: redbot/cogs/audio/audio.py:981 redbot/cogs/audio/audio.py:1084
|
||||||
msgid "Blacklist Modified"
|
msgid "Blacklist Modified"
|
||||||
msgstr ""
|
msgstr "Černá listina změněna"
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:752 redbot/cogs/audio/audio.py:933
|
#: redbot/cogs/audio/audio.py:752 redbot/cogs/audio/audio.py:933
|
||||||
msgid "Added: `{blacklisted}` to the blacklist."
|
msgid "Added: `{blacklisted}` to the blacklist."
|
||||||
msgstr ""
|
msgstr "Přidáno: `{blacklisted}` do černé listiny."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:759
|
#: redbot/cogs/audio/audio.py:759
|
||||||
#, docstring
|
#, docstring
|
||||||
@@ -248,7 +248,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:778 redbot/cogs/audio/audio.py:959
|
#: redbot/cogs/audio/audio.py:778 redbot/cogs/audio/audio.py:959
|
||||||
msgid "Added: `{whitelisted}` to the whitelist."
|
msgid "Added: `{whitelisted}` to the whitelist."
|
||||||
msgstr ""
|
msgstr "Přidáno: `{whitelisted}` do bílé listiny."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:785 redbot/cogs/audio/audio.py:966
|
#: redbot/cogs/audio/audio.py:785 redbot/cogs/audio/audio.py:966
|
||||||
#, docstring
|
#, docstring
|
||||||
@@ -257,11 +257,11 @@ msgstr ""
|
|||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:796 redbot/cogs/audio/audio.py:977
|
#: redbot/cogs/audio/audio.py:796 redbot/cogs/audio/audio.py:977
|
||||||
msgid "Keyword is not in the blacklist."
|
msgid "Keyword is not in the blacklist."
|
||||||
msgstr ""
|
msgstr "Klíčové slovo není na černé listině."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:801 redbot/cogs/audio/audio.py:982
|
#: redbot/cogs/audio/audio.py:801 redbot/cogs/audio/audio.py:982
|
||||||
msgid "Removed: `{blacklisted}` from the blacklist."
|
msgid "Removed: `{blacklisted}` from the blacklist."
|
||||||
msgstr ""
|
msgstr "Odstraněno: `{blacklisted}` z černé listiny."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:808 redbot/cogs/audio/audio.py:989
|
#: redbot/cogs/audio/audio.py:808 redbot/cogs/audio/audio.py:989
|
||||||
#, docstring
|
#, docstring
|
||||||
@@ -290,7 +290,7 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/audio.py:860 redbot/cogs/audio/audio.py:899
|
#: redbot/cogs/audio/audio.py:860 redbot/cogs/audio/audio.py:899
|
||||||
#: redbot/cogs/audio/audio.py:1041 redbot/cogs/audio/audio.py:1080
|
#: redbot/cogs/audio/audio.py:1041 redbot/cogs/audio/audio.py:1080
|
||||||
msgid "Nothing in the blacklist."
|
msgid "Nothing in the blacklist."
|
||||||
msgstr ""
|
msgstr "Nic na černé listině."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:883 redbot/cogs/audio/audio.py:1064
|
#: redbot/cogs/audio/audio.py:883 redbot/cogs/audio/audio.py:1064
|
||||||
#, docstring
|
#, docstring
|
||||||
@@ -328,7 +328,7 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/audio.py:1091
|
#: redbot/cogs/audio/audio.py:1091
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change auto-play setting."
|
msgid "Change auto-play setting."
|
||||||
msgstr ""
|
msgstr "Změnit nastavení automatického přehrávání."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:1095
|
#: redbot/cogs/audio/audio.py:1095
|
||||||
#, docstring
|
#, docstring
|
||||||
@@ -354,7 +354,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:1165 redbot/cogs/audio/audio.py:1182
|
#: redbot/cogs/audio/audio.py:1165 redbot/cogs/audio/audio.py:1182
|
||||||
msgid "No Playlist Found"
|
msgid "No Playlist Found"
|
||||||
msgstr ""
|
msgstr "Nenalezen žádný playlist"
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:1166 redbot/cogs/audio/audio.py:4080
|
#: redbot/cogs/audio/audio.py:1166 redbot/cogs/audio/audio.py:4080
|
||||||
#: redbot/cogs/audio/audio.py:5395
|
#: redbot/cogs/audio/audio.py:5395
|
||||||
@@ -363,7 +363,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:1174
|
#: redbot/cogs/audio/audio.py:1174
|
||||||
msgid "No Tracks Found"
|
msgid "No Tracks Found"
|
||||||
msgstr ""
|
msgstr "Nenalezeny žádné skladby"
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:1175
|
#: redbot/cogs/audio/audio.py:1175
|
||||||
msgid "Playlist {name} has no tracks."
|
msgid "Playlist {name} has no tracks."
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ 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"
|
"PO-Revision-Date: 2020-03-12 12:12\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"
|
||||||
@@ -2228,7 +2228,7 @@ msgstr "Arrêt ..."
|
|||||||
#: redbot/cogs/audio/audio.py:7722
|
#: redbot/cogs/audio/audio.py:7722
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Summon the bot to a voice channel."
|
msgid "Summon the bot to a voice channel."
|
||||||
msgstr "Invoquez le bot dans un salon vocal."
|
msgstr "Invoque le bot dans un salon vocal."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:7735 redbot/cogs/audio/audio.py:7743
|
#: redbot/cogs/audio/audio.py:7735 redbot/cogs/audio/audio.py:7743
|
||||||
#: redbot/cogs/audio/audio.py:7756 redbot/cogs/audio/audio.py:7773
|
#: redbot/cogs/audio/audio.py:7756 redbot/cogs/audio/audio.py:7773
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ 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"
|
"PO-Revision-Date: 2020-03-19 12:10\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"
|
||||||
@@ -43,7 +43,7 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/apis.py:664 redbot/cogs/audio/audio.py:3609
|
#: redbot/cogs/audio/apis.py:664 redbot/cogs/audio/audio.py:3609
|
||||||
#: redbot/cogs/audio/audio.py:5460
|
#: redbot/cogs/audio/audio.py:5460
|
||||||
msgid "Playlist Enqueued"
|
msgid "Playlist Enqueued"
|
||||||
msgstr ""
|
msgstr "대기중인 재생 목록"
|
||||||
|
|
||||||
#: redbot/cogs/audio/apis.py:665 redbot/cogs/audio/audio.py:3612
|
#: redbot/cogs/audio/apis.py:665 redbot/cogs/audio/audio.py:3612
|
||||||
msgid "Added {num} tracks to the queue.{maxlength_msg}"
|
msgid "Added {num} tracks to the queue.{maxlength_msg}"
|
||||||
@@ -81,7 +81,7 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/audio.py:520 redbot/cogs/audio/audio.py:2566
|
#: redbot/cogs/audio/audio.py:520 redbot/cogs/audio/audio.py:2566
|
||||||
#: redbot/cogs/audio/audio.py:6296
|
#: redbot/cogs/audio/audio.py:6296
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr ""
|
msgstr "지금 재생 중"
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:522
|
#: redbot/cogs/audio/audio.py:522
|
||||||
msgid "Track length: {length} | Requested by: {user}"
|
msgid "Track length: {length} | Requested by: {user}"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ 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"
|
"PO-Revision-Date: 2020-03-19 12:10\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"
|
||||||
@@ -18,40 +18,40 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/apis.py:213
|
#: redbot/cogs/audio/apis.py:213
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Handles music queries to the Spotify and Youtube Data API.\\n\\n Always tries the Cache first.\\n "
|
msgid "Handles music queries to the Spotify and Youtube Data API.\\n\\n Always tries the Cache first.\\n "
|
||||||
msgstr ""
|
msgstr "Cuida das consultas de música ao Spotify e à API de dados do YouTube.\\n\\n Sempre tenta o cache primeiro.\\n "
|
||||||
|
|
||||||
#: redbot/cogs/audio/apis.py:508 redbot/cogs/audio/audio.py:3479
|
#: redbot/cogs/audio/apis.py:508 redbot/cogs/audio/audio.py:3479
|
||||||
msgid "This doesn't seem to be a supported Spotify URL or code."
|
msgid "This doesn't seem to be a supported Spotify URL or code."
|
||||||
msgstr ""
|
msgstr "Isto não parece ser uma URL ou código do Spotify válido."
|
||||||
|
|
||||||
#: redbot/cogs/audio/apis.py:568 redbot/cogs/audio/audio.py:3741
|
#: redbot/cogs/audio/apis.py:568 redbot/cogs/audio/audio.py:3741
|
||||||
msgid "The connection was reset while loading the playlist."
|
msgid "The connection was reset while loading the playlist."
|
||||||
msgstr ""
|
msgstr "A conexão foi redefinida durante o carregamento da lista de reprodução."
|
||||||
|
|
||||||
#: redbot/cogs/audio/apis.py:576
|
#: redbot/cogs/audio/apis.py:576
|
||||||
msgid "Player timeout, skipping remaining tracks."
|
msgid "Player timeout, skipping remaining tracks."
|
||||||
msgstr ""
|
msgstr "Tempo limite do reprodutor atingido; saltando as faixas restantes."
|
||||||
|
|
||||||
#: redbot/cogs/audio/apis.py:598
|
#: redbot/cogs/audio/apis.py:598
|
||||||
msgid "Failing to get tracks, skipping remaining."
|
msgid "Failing to get tracks, skipping remaining."
|
||||||
msgstr ""
|
msgstr "Falha ao obter as faixas; saltando as faixas restantes."
|
||||||
|
|
||||||
#: redbot/cogs/audio/apis.py:646
|
#: redbot/cogs/audio/apis.py:646
|
||||||
msgid "Nothing found.\\nThe YouTube API key may be invalid or you may be rate limited on YouTube's search service.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
|
msgid "Nothing found.\\nThe YouTube API key may be invalid or you may be rate limited on YouTube's search service.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
|
||||||
msgstr ""
|
msgstr "Nada encontrado.\\nA chave de API do YouTube pode ser inválida ou você pode estar sendo limitado pelas cotas do serviço de busca do YouTube.\\nVerifique a chave de API do YouTube novamente e siga as instruções em `{prefix}audioset youtubeapi`."
|
||||||
|
|
||||||
#: redbot/cogs/audio/apis.py:664 redbot/cogs/audio/audio.py:3609
|
#: redbot/cogs/audio/apis.py:664 redbot/cogs/audio/audio.py:3609
|
||||||
#: redbot/cogs/audio/audio.py:5460
|
#: redbot/cogs/audio/audio.py:5460
|
||||||
msgid "Playlist Enqueued"
|
msgid "Playlist Enqueued"
|
||||||
msgstr ""
|
msgstr "Lista de reprodução enfileirada"
|
||||||
|
|
||||||
#: redbot/cogs/audio/apis.py:665 redbot/cogs/audio/audio.py:3612
|
#: redbot/cogs/audio/apis.py:665 redbot/cogs/audio/audio.py:3612
|
||||||
msgid "Added {num} tracks to the queue.{maxlength_msg}"
|
msgid "Added {num} tracks to the queue.{maxlength_msg}"
|
||||||
msgstr ""
|
msgstr "{num} faixas enfileiradas.{maxlength_msg}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/apis.py:671 redbot/cogs/audio/audio.py:3618
|
#: redbot/cogs/audio/apis.py:671 redbot/cogs/audio/audio.py:3618
|
||||||
msgid "{time} until start of playlist playback: starts at #{position} in queue"
|
msgid "{time} until start of playlist playback: starts at #{position} in queue"
|
||||||
msgstr ""
|
msgstr "{time} até o início da reprodução da lista: começa na posição #{position} da fila"
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:82
|
#: redbot/cogs/audio/audio.py:82
|
||||||
#, docstring
|
#, docstring
|
||||||
@@ -60,11 +60,11 @@ msgstr "Reproduzir áudio através de canais de voz."
|
|||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:177
|
#: redbot/cogs/audio/audio.py:177
|
||||||
msgid "You have attempted to run Audio's Lavalink server on an unsupported architecture. Only settings related commands will be available."
|
msgid "You have attempted to run Audio's Lavalink server on an unsupported architecture. Only settings related commands will be available."
|
||||||
msgstr ""
|
msgstr "Você tentou iniciar o servidor Lavalink da engrenagem Audio numa arquitetura não suportada. Somente configurações relacionadas a comandos estarão disponíveis."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:201
|
#: redbot/cogs/audio/audio.py:201
|
||||||
msgid "No DJ role found. Disabling DJ mode."
|
msgid "No DJ role found. Disabling DJ mode."
|
||||||
msgstr ""
|
msgstr "Nenhum cargo de DJ encontrado. Desabilitando o modo DJ."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:433
|
#: redbot/cogs/audio/audio.py:433
|
||||||
msgid "music in {} servers"
|
msgid "music in {} servers"
|
||||||
@@ -72,36 +72,36 @@ msgstr "música em {} servidores"
|
|||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:485 redbot/cogs/audio/audio.py:3351
|
#: redbot/cogs/audio/audio.py:485 redbot/cogs/audio/audio.py:3351
|
||||||
msgid "Couldn't get a valid track."
|
msgid "Couldn't get a valid track."
|
||||||
msgstr ""
|
msgstr "Não foi possível obter uma faixa válida."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:505
|
#: redbot/cogs/audio/audio.py:505
|
||||||
msgid "Auto Play Started."
|
msgid "Auto Play Started."
|
||||||
msgstr ""
|
msgstr "Reprodução automática iniciada."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:520 redbot/cogs/audio/audio.py:2566
|
#: redbot/cogs/audio/audio.py:520 redbot/cogs/audio/audio.py:2566
|
||||||
#: redbot/cogs/audio/audio.py:6296
|
#: redbot/cogs/audio/audio.py:6296
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr "Reproduzindo Agora"
|
msgstr "Reproduzindo agora"
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:522
|
#: redbot/cogs/audio/audio.py:522
|
||||||
msgid "Track length: {length} | Requested by: {user}"
|
msgid "Track length: {length} | Requested by: {user}"
|
||||||
msgstr "Tamanho da faixa: {length} | Solicitado por: {user}"
|
msgstr "Duração da faixa: {length} | Solicitado por: {user}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:543
|
#: redbot/cogs/audio/audio.py:543
|
||||||
msgid "Queue Ended."
|
msgid "Queue Ended."
|
||||||
msgstr ""
|
msgstr "Fila concluída."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:585
|
#: redbot/cogs/audio/audio.py:585
|
||||||
msgid "Multiple errors detected"
|
msgid "Multiple errors detected"
|
||||||
msgstr ""
|
msgstr "Foram detectados vários erros"
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:586
|
#: redbot/cogs/audio/audio.py:586
|
||||||
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
||||||
msgstr ""
|
msgstr "Fechando o reprodutor de áudio devido a vários erros haverem sido detectados. Se isto persistir, favor informar ao dono do bot já que a engrenagem Audio estará indisponível temporariamente."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:598
|
#: redbot/cogs/audio/audio.py:598
|
||||||
msgid "Track Stuck"
|
msgid "Track Stuck"
|
||||||
msgstr ""
|
msgstr "Faixa engasgada"
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:602
|
#: redbot/cogs/audio/audio.py:602
|
||||||
msgid "Track Error"
|
msgid "Track Error"
|
||||||
@@ -110,12 +110,12 @@ msgstr "Erro na faixa"
|
|||||||
#: redbot/cogs/audio/audio.py:672
|
#: redbot/cogs/audio/audio.py:672
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Music configuration options."
|
msgid "Music configuration options."
|
||||||
msgstr "Opções de configuração de música."
|
msgstr "Opções para configuração da música."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:677
|
#: redbot/cogs/audio/audio.py:677
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle daily queues.\\n\\n Daily queues creates a playlist for all tracks played today.\\n "
|
msgid "Toggle daily queues.\\n\\n Daily queues creates a playlist for all tracks played today.\\n "
|
||||||
msgstr ""
|
msgstr "Alternar filas diárias.\\n\\n A função de filas diárias cria uma lista de reprodução para todas as faixas tocadas hoje.\\n "
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:688 redbot/cogs/audio/audio.py:714
|
#: redbot/cogs/audio/audio.py:688 redbot/cogs/audio/audio.py:714
|
||||||
#: redbot/cogs/audio/audio.py:1110 redbot/cogs/audio/audio.py:1196
|
#: redbot/cogs/audio/audio.py:1110 redbot/cogs/audio/audio.py:1196
|
||||||
@@ -134,11 +134,11 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/audio.py:7876 redbot/cogs/audio/audio.py:7891
|
#: redbot/cogs/audio/audio.py:7876 redbot/cogs/audio/audio.py:7891
|
||||||
#: redbot/cogs/audio/audio.py:7907 redbot/cogs/audio/audio.py:7923
|
#: redbot/cogs/audio/audio.py:7907 redbot/cogs/audio/audio.py:7923
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr ""
|
msgstr "Configuração alterada"
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:689
|
#: redbot/cogs/audio/audio.py:689
|
||||||
msgid "Daily queues: {true_or_false}."
|
msgid "Daily queues: {true_or_false}."
|
||||||
msgstr ""
|
msgstr "Filas diárias: {true_or_false}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:690 redbot/cogs/audio/audio.py:706
|
#: redbot/cogs/audio/audio.py:690 redbot/cogs/audio/audio.py:706
|
||||||
#: redbot/cogs/audio/audio.py:1100 redbot/cogs/audio/audio.py:1254
|
#: redbot/cogs/audio/audio.py:1100 redbot/cogs/audio/audio.py:1254
|
||||||
@@ -157,7 +157,7 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/audio.py:7397 redbot/cogs/audio/audio.py:7440
|
#: redbot/cogs/audio/audio.py:7397 redbot/cogs/audio/audio.py:7440
|
||||||
#: redbot/cogs/audio/audio.py:7850 redbot/cogs/audio/audio.py:7861
|
#: redbot/cogs/audio/audio.py:7850 redbot/cogs/audio/audio.py:7861
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
msgstr "Habilitado"
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:690 redbot/cogs/audio/audio.py:706
|
#: redbot/cogs/audio/audio.py:690 redbot/cogs/audio/audio.py:706
|
||||||
#: redbot/cogs/audio/audio.py:1100 redbot/cogs/audio/audio.py:1254
|
#: redbot/cogs/audio/audio.py:1100 redbot/cogs/audio/audio.py:1254
|
||||||
@@ -176,198 +176,198 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/audio.py:7397 redbot/cogs/audio/audio.py:7440
|
#: redbot/cogs/audio/audio.py:7397 redbot/cogs/audio/audio.py:7440
|
||||||
#: redbot/cogs/audio/audio.py:7850 redbot/cogs/audio/audio.py:7861
|
#: redbot/cogs/audio/audio.py:7850 redbot/cogs/audio/audio.py:7861
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr ""
|
msgstr "Desabilitado"
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:697
|
#: redbot/cogs/audio/audio.py:697
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle the bot auto-disconnecting when done playing.\\n\\n This setting takes precedence over `[p]audioset emptydisconnect`.\\n "
|
msgid "Toggle the bot auto-disconnecting when done playing.\\n\\n This setting takes precedence over `[p]audioset emptydisconnect`.\\n "
|
||||||
msgstr ""
|
msgstr "Alterna a desconexão automática ao final da reprodução.\\n\\n Essa configuração tem precedência sobre `[p]audioset emptydisconnect`.\\n "
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:705
|
#: redbot/cogs/audio/audio.py:705
|
||||||
msgid "Auto-disconnection at queue end: {true_or_false}."
|
msgid "Auto-disconnection at queue end: {true_or_false}."
|
||||||
msgstr ""
|
msgstr "Desconexão automática ao final da fila: {true_or_false}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:709
|
#: redbot/cogs/audio/audio.py:709
|
||||||
msgid "\\nAuto-play has been disabled."
|
msgid "\\nAuto-play has been disabled."
|
||||||
msgstr ""
|
msgstr "\\nReprodução automática foi desabilitada."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:719
|
#: redbot/cogs/audio/audio.py:719
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manages the keyword whitelist and blacklist."
|
msgid "Manages the keyword whitelist and blacklist."
|
||||||
msgstr ""
|
msgstr "Gerencia as listas branca e negra de palavras-chave."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:724
|
#: redbot/cogs/audio/audio.py:724
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manages the global keyword whitelist/blacklist."
|
msgid "Manages the global keyword whitelist/blacklist."
|
||||||
msgstr ""
|
msgstr "Gerencia as listas branca e negra globais de palavras-chave."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:728
|
#: redbot/cogs/audio/audio.py:728
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manages the global keyword whitelist."
|
msgid "Manages the global keyword whitelist."
|
||||||
msgstr ""
|
msgstr "Gerencia a lista branca global de palavras-chave."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:732
|
#: redbot/cogs/audio/audio.py:732
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manages the global keyword blacklist."
|
msgid "Manages the global keyword blacklist."
|
||||||
msgstr ""
|
msgstr "Gerencia a lista negra global de palavras-chave."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:736 redbot/cogs/audio/audio.py:917
|
#: redbot/cogs/audio/audio.py:736 redbot/cogs/audio/audio.py:917
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Adds a keyword to the blacklist."
|
msgid "Adds a keyword to the blacklist."
|
||||||
msgstr ""
|
msgstr "Adiciona uma palavra-chave na lista negra."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:747 redbot/cogs/audio/audio.py:928
|
#: redbot/cogs/audio/audio.py:747 redbot/cogs/audio/audio.py:928
|
||||||
msgid "Keyword already in the blacklist."
|
msgid "Keyword already in the blacklist."
|
||||||
msgstr ""
|
msgstr "Palavra-chave já está na lista negra."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:751 redbot/cogs/audio/audio.py:800
|
#: redbot/cogs/audio/audio.py:751 redbot/cogs/audio/audio.py:800
|
||||||
#: redbot/cogs/audio/audio.py:903 redbot/cogs/audio/audio.py:932
|
#: redbot/cogs/audio/audio.py:903 redbot/cogs/audio/audio.py:932
|
||||||
#: redbot/cogs/audio/audio.py:981 redbot/cogs/audio/audio.py:1084
|
#: redbot/cogs/audio/audio.py:981 redbot/cogs/audio/audio.py:1084
|
||||||
msgid "Blacklist Modified"
|
msgid "Blacklist Modified"
|
||||||
msgstr ""
|
msgstr "Lista negra modificada"
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:752 redbot/cogs/audio/audio.py:933
|
#: redbot/cogs/audio/audio.py:752 redbot/cogs/audio/audio.py:933
|
||||||
msgid "Added: `{blacklisted}` to the blacklist."
|
msgid "Added: `{blacklisted}` to the blacklist."
|
||||||
msgstr ""
|
msgstr "Adicionada: `{blacklisted}` na lista negra."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:759
|
#: redbot/cogs/audio/audio.py:759
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Adds a keyword to the whitelist.\\n\\n If anything is added to whitelist, it will blacklist everything else.\\n "
|
msgid "Adds a keyword to the whitelist.\\n\\n If anything is added to whitelist, it will blacklist everything else.\\n "
|
||||||
msgstr ""
|
msgstr "Adiciona uma palavra-chave na lista branca.\\n\\n Se algo for adicionado na lista branca, todo o resto estará na lista negra.\\n "
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:773 redbot/cogs/audio/audio.py:819
|
#: redbot/cogs/audio/audio.py:773 redbot/cogs/audio/audio.py:819
|
||||||
#: redbot/cogs/audio/audio.py:954 redbot/cogs/audio/audio.py:1000
|
#: redbot/cogs/audio/audio.py:954 redbot/cogs/audio/audio.py:1000
|
||||||
msgid "Keyword already in the whitelist."
|
msgid "Keyword already in the whitelist."
|
||||||
msgstr ""
|
msgstr "A palavra-chave já está na lista branca."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:777 redbot/cogs/audio/audio.py:823
|
#: redbot/cogs/audio/audio.py:777 redbot/cogs/audio/audio.py:823
|
||||||
#: redbot/cogs/audio/audio.py:890 redbot/cogs/audio/audio.py:958
|
#: redbot/cogs/audio/audio.py:890 redbot/cogs/audio/audio.py:958
|
||||||
#: redbot/cogs/audio/audio.py:1004 redbot/cogs/audio/audio.py:1071
|
#: redbot/cogs/audio/audio.py:1004 redbot/cogs/audio/audio.py:1071
|
||||||
msgid "Whitelist Modified"
|
msgid "Whitelist Modified"
|
||||||
msgstr ""
|
msgstr "Lista branca modificada"
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:778 redbot/cogs/audio/audio.py:959
|
#: redbot/cogs/audio/audio.py:778 redbot/cogs/audio/audio.py:959
|
||||||
msgid "Added: `{whitelisted}` to the whitelist."
|
msgid "Added: `{whitelisted}` to the whitelist."
|
||||||
msgstr ""
|
msgstr "Adicionada: `{whitelisted}` na lista branca."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:785 redbot/cogs/audio/audio.py:966
|
#: redbot/cogs/audio/audio.py:785 redbot/cogs/audio/audio.py:966
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Removes a keyword from the blacklist."
|
msgid "Removes a keyword from the blacklist."
|
||||||
msgstr ""
|
msgstr "Remove uma palavra-chave da lista negra."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:796 redbot/cogs/audio/audio.py:977
|
#: redbot/cogs/audio/audio.py:796 redbot/cogs/audio/audio.py:977
|
||||||
msgid "Keyword is not in the blacklist."
|
msgid "Keyword is not in the blacklist."
|
||||||
msgstr ""
|
msgstr "A palavra-chave não está na lista negra."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:801 redbot/cogs/audio/audio.py:982
|
#: redbot/cogs/audio/audio.py:801 redbot/cogs/audio/audio.py:982
|
||||||
msgid "Removed: `{blacklisted}` from the blacklist."
|
msgid "Removed: `{blacklisted}` from the blacklist."
|
||||||
msgstr ""
|
msgstr "Removida: `{blacklisted}` da lista negra."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:808 redbot/cogs/audio/audio.py:989
|
#: redbot/cogs/audio/audio.py:808 redbot/cogs/audio/audio.py:989
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Removes a keyword from the whitelist."
|
msgid "Removes a keyword from the whitelist."
|
||||||
msgstr ""
|
msgstr "Remove uma palavra-chave da lista branca."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:824 redbot/cogs/audio/audio.py:1005
|
#: redbot/cogs/audio/audio.py:824 redbot/cogs/audio/audio.py:1005
|
||||||
msgid "Removed: `{whitelisted}` from the whitelist."
|
msgid "Removed: `{whitelisted}` from the whitelist."
|
||||||
msgstr ""
|
msgstr "Removida: `{whitelisted}` da lista branca."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:831 redbot/cogs/audio/audio.py:1012
|
#: redbot/cogs/audio/audio.py:831 redbot/cogs/audio/audio.py:1012
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List all keywords added to the whitelist."
|
msgid "List all keywords added to the whitelist."
|
||||||
msgstr ""
|
msgstr "Lista todas as palavras-chave adicionadas na lista branca."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:834 redbot/cogs/audio/audio.py:886
|
#: redbot/cogs/audio/audio.py:834 redbot/cogs/audio/audio.py:886
|
||||||
#: redbot/cogs/audio/audio.py:1015 redbot/cogs/audio/audio.py:1067
|
#: redbot/cogs/audio/audio.py:1015 redbot/cogs/audio/audio.py:1067
|
||||||
msgid "Nothing in the whitelist."
|
msgid "Nothing in the whitelist."
|
||||||
msgstr ""
|
msgstr "Nada na lista branca."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:857 redbot/cogs/audio/audio.py:1038
|
#: redbot/cogs/audio/audio.py:857 redbot/cogs/audio/audio.py:1038
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List all keywords added to the blacklist."
|
msgid "List all keywords added to the blacklist."
|
||||||
msgstr ""
|
msgstr "Lista todas as palavras-chave adicionadas na lista negra."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:860 redbot/cogs/audio/audio.py:899
|
#: redbot/cogs/audio/audio.py:860 redbot/cogs/audio/audio.py:899
|
||||||
#: redbot/cogs/audio/audio.py:1041 redbot/cogs/audio/audio.py:1080
|
#: redbot/cogs/audio/audio.py:1041 redbot/cogs/audio/audio.py:1080
|
||||||
msgid "Nothing in the blacklist."
|
msgid "Nothing in the blacklist."
|
||||||
msgstr ""
|
msgstr "Nada na lista negra."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:883 redbot/cogs/audio/audio.py:1064
|
#: redbot/cogs/audio/audio.py:883 redbot/cogs/audio/audio.py:1064
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Clear all keywords from the whitelist."
|
msgid "Clear all keywords from the whitelist."
|
||||||
msgstr ""
|
msgstr "Limpa todas as palavras-chave da lista branca."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:891 redbot/cogs/audio/audio.py:1072
|
#: redbot/cogs/audio/audio.py:891 redbot/cogs/audio/audio.py:1072
|
||||||
msgid "All entries have been removed from the whitelist."
|
msgid "All entries have been removed from the whitelist."
|
||||||
msgstr ""
|
msgstr "Todas as entradas foram removidas da lista branca."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:896 redbot/cogs/audio/audio.py:1077
|
#: redbot/cogs/audio/audio.py:896 redbot/cogs/audio/audio.py:1077
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Clear all keywords added to the blacklist."
|
msgid "Clear all keywords added to the blacklist."
|
||||||
msgstr ""
|
msgstr "Limpa todas as palavras-chave da lista negra."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:904 redbot/cogs/audio/audio.py:1085
|
#: redbot/cogs/audio/audio.py:904 redbot/cogs/audio/audio.py:1085
|
||||||
msgid "All entries have been removed from the blacklist."
|
msgid "All entries have been removed from the blacklist."
|
||||||
msgstr ""
|
msgstr "Todas as entradas foram removidas da lista negra."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:909
|
#: redbot/cogs/audio/audio.py:909
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manages the keyword whitelist."
|
msgid "Manages the keyword whitelist."
|
||||||
msgstr ""
|
msgstr "Gerencia a lista branca de palavras-chave."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:913
|
#: redbot/cogs/audio/audio.py:913
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manages the keyword blacklist."
|
msgid "Manages the keyword blacklist."
|
||||||
msgstr ""
|
msgstr "Gerencia a lista negra de palavras-chave."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:940
|
#: redbot/cogs/audio/audio.py:940
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Adds a keyword to the whitelist.\\n\\n If anything is added to whitelist, it will blacklist everything else.\\n "
|
msgid "Adds a keyword to the whitelist.\\n\\n If anything is added to whitelist, it will blacklist everything else.\\n "
|
||||||
msgstr ""
|
msgstr "Adiciona uma palavra-chave na lista branca.\\n\\n Se algo for adicionado na lista branca, todo o resto estará na lista negra.\\n "
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:1091
|
#: redbot/cogs/audio/audio.py:1091
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change auto-play setting."
|
msgid "Change auto-play setting."
|
||||||
msgstr ""
|
msgstr "Altera a configuração de reprodução automática."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:1095
|
#: redbot/cogs/audio/audio.py:1095
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle auto-play when there no songs in queue."
|
msgid "Toggle auto-play when there no songs in queue."
|
||||||
msgstr ""
|
msgstr "Alterna a reprodução automática para quando não houverem faixas na fila."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:1099
|
#: redbot/cogs/audio/audio.py:1099
|
||||||
msgid "Auto-play when queue ends: {true_or_false}."
|
msgid "Auto-play when queue ends: {true_or_false}."
|
||||||
msgstr ""
|
msgstr "Reprodução automática ao final da fila: {true_or_false}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:1104
|
#: redbot/cogs/audio/audio.py:1104
|
||||||
msgid "\\nRepeat has been disabled."
|
msgid "\\nRepeat has been disabled."
|
||||||
msgstr ""
|
msgstr "\\nA repetição foi desabilitada."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:1107
|
#: redbot/cogs/audio/audio.py:1107
|
||||||
msgid "\\nAuto-disconnecting at queue end has been disabled."
|
msgid "\\nAuto-disconnecting at queue end has been disabled."
|
||||||
msgstr ""
|
msgstr "\\nDesconexão automática ao final da fila foi desabilitada."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:1122
|
#: redbot/cogs/audio/audio.py:1122
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set a playlist to auto-play songs from.\\n\\n **Usage**:\\n `[p]audioset autoplay playlist_name_OR_id [args]`\\n\\n **Args**:\\n The following are all optional:\\n --scope <scope>\\n --author [user]\\n --guild [guild] **Only the bot owner can use this**\\n\\n **Scope** is one of the following:\\n Global\\n Guild\\n User\\n\\n **Author** can be one of the following:\\n User ID\\n User Mention\\n User Name#123\\n\\n **Guild** can be one of the following:\\n Guild ID\\n Exact guild name\\n\\n Example use:\\n `[p]audioset autoplay MyGuildPlaylist`\\n `[p]audioset autoplay MyGlobalPlaylist --scope Global`\\n `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\\n "
|
msgid "Set a playlist to auto-play songs from.\\n\\n **Usage**:\\n `[p]audioset autoplay playlist_name_OR_id [args]`\\n\\n **Args**:\\n The following are all optional:\\n --scope <scope>\\n --author [user]\\n --guild [guild] **Only the bot owner can use this**\\n\\n **Scope** is one of the following:\\n Global\\n Guild\\n User\\n\\n **Author** can be one of the following:\\n User ID\\n User Mention\\n User Name#123\\n\\n **Guild** can be one of the following:\\n Guild ID\\n Exact guild name\\n\\n Example use:\\n `[p]audioset autoplay MyGuildPlaylist`\\n `[p]audioset autoplay MyGlobalPlaylist --scope Global`\\n `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\\n "
|
||||||
msgstr ""
|
msgstr "Define uma lista de reprodução para a reprodução automática.\\n\\n **Uso**:\\n `[p]audioset autoplay playlist_name_OR_id [args]`\\n\\n **Argumentos**:\\n Os seguintes são todos opcionais:\\n --scope <escopo>\\n --author [usuário]\\n --guild [guilda] **Somente o dono do bot pode usar esses**\\n\\n **Scope** pode ser um dos seguintes:\\n Global\\n Guild\\n User\\n\\n **Author** pode ser um dos seguintes:\\n ID de usuário\\n Menção a usuário\\n NomeDeUsuário#123\\n\\n **Guild** pode ser um dos seguintes:\\n ID de guilda\\n Nome exato da guilda\\n\\n Exemplos de uso:\\n `[p]audioset autoplay ListaDeReproducaoDaGuilda`\\n `[p]audioset autoplay ListaDeReproducaoGlobal --scope Global`\\n `[p]audioset autoplay ListaDeReproducaoPessoal --scope User --author Draper`\\n "
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:1165 redbot/cogs/audio/audio.py:1182
|
#: redbot/cogs/audio/audio.py:1165 redbot/cogs/audio/audio.py:1182
|
||||||
msgid "No Playlist Found"
|
msgid "No Playlist Found"
|
||||||
msgstr ""
|
msgstr "Nenhuma lista de reprodução encontrada"
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:1166 redbot/cogs/audio/audio.py:4080
|
#: redbot/cogs/audio/audio.py:1166 redbot/cogs/audio/audio.py:4080
|
||||||
#: redbot/cogs/audio/audio.py:5395
|
#: redbot/cogs/audio/audio.py:5395
|
||||||
msgid "Could not match '{arg}' to a playlist"
|
msgid "Could not match '{arg}' to a playlist"
|
||||||
msgstr ""
|
msgstr "Não foi possível associar '{arg}' a uma lista de reprodução"
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:1174
|
#: redbot/cogs/audio/audio.py:1174
|
||||||
msgid "No Tracks Found"
|
msgid "No Tracks Found"
|
||||||
msgstr ""
|
msgstr "Nenhuma faixa encontrada"
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:1175
|
#: redbot/cogs/audio/audio.py:1175
|
||||||
msgid "Playlist {name} has no tracks."
|
msgid "Playlist {name} has no tracks."
|
||||||
msgstr ""
|
msgstr "Lista de reprodução {name} não tem faixas."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:1183 redbot/cogs/audio/audio.py:4088
|
#: redbot/cogs/audio/audio.py:1183 redbot/cogs/audio/audio.py:4088
|
||||||
#: redbot/cogs/audio/audio.py:4282 redbot/cogs/audio/audio.py:4452
|
#: redbot/cogs/audio/audio.py:4282 redbot/cogs/audio/audio.py:4452
|
||||||
@@ -375,7 +375,7 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/audio.py:4829 redbot/cogs/audio/audio.py:5185
|
#: redbot/cogs/audio/audio.py:4829 redbot/cogs/audio/audio.py:5185
|
||||||
#: redbot/cogs/audio/audio.py:5481 redbot/cogs/audio/audio.py:5579
|
#: redbot/cogs/audio/audio.py:5481 redbot/cogs/audio/audio.py:5579
|
||||||
msgid "Playlist {id} does not exist in {scope} scope."
|
msgid "Playlist {id} does not exist in {scope} scope."
|
||||||
msgstr ""
|
msgstr "A lista de reprodução {id} não existe no escopo {scope}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:1190 redbot/cogs/audio/audio.py:4095
|
#: redbot/cogs/audio/audio.py:1190 redbot/cogs/audio/audio.py:4095
|
||||||
#: redbot/cogs/audio/audio.py:4556 redbot/cogs/audio/audio.py:4694
|
#: redbot/cogs/audio/audio.py:4556 redbot/cogs/audio/audio.py:4694
|
||||||
@@ -383,7 +383,7 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/audio.py:5192 redbot/cogs/audio/audio.py:5489
|
#: redbot/cogs/audio/audio.py:5192 redbot/cogs/audio/audio.py:5489
|
||||||
#: redbot/cogs/audio/audio.py:5586 redbot/cogs/audio/audio.py:5863
|
#: redbot/cogs/audio/audio.py:5586 redbot/cogs/audio/audio.py:5863
|
||||||
msgid "Missing Arguments"
|
msgid "Missing Arguments"
|
||||||
msgstr ""
|
msgstr "Argumentos faltando"
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:1191 redbot/cogs/audio/audio.py:4096
|
#: redbot/cogs/audio/audio.py:1191 redbot/cogs/audio/audio.py:4096
|
||||||
#: redbot/cogs/audio/audio.py:4289 redbot/cogs/audio/audio.py:4458
|
#: redbot/cogs/audio/audio.py:4289 redbot/cogs/audio/audio.py:4458
|
||||||
@@ -392,33 +392,33 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/audio.py:5193 redbot/cogs/audio/audio.py:5490
|
#: redbot/cogs/audio/audio.py:5193 redbot/cogs/audio/audio.py:5490
|
||||||
#: redbot/cogs/audio/audio.py:5587 redbot/cogs/audio/audio.py:5864
|
#: redbot/cogs/audio/audio.py:5587 redbot/cogs/audio/audio.py:5864
|
||||||
msgid "You need to specify the Guild ID for the guild to lookup."
|
msgid "You need to specify the Guild ID for the guild to lookup."
|
||||||
msgstr ""
|
msgstr "Você deve especificar o ID da guilda para a consulta."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:1197
|
#: redbot/cogs/audio/audio.py:1197
|
||||||
msgid "Playlist {name} (`{id}`) [**{scope}**] will be used for autoplay."
|
msgid "Playlist {name} (`{id}`) [**{scope}**] will be used for autoplay."
|
||||||
msgstr ""
|
msgstr "A lista de reprodução {name} (`{id}`) [**{scope}**] será usada para a reprodução automática."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:1210
|
#: redbot/cogs/audio/audio.py:1210
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Resets auto-play to the default playlist."
|
msgid "Resets auto-play to the default playlist."
|
||||||
msgstr ""
|
msgstr "Redefine a reprodução automática para a lista de reprodução padrão."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:1216
|
#: redbot/cogs/audio/audio.py:1216
|
||||||
msgid "Set auto-play playlist to default value."
|
msgid "Set auto-play playlist to default value."
|
||||||
msgstr ""
|
msgstr "Define a lista de reprodução para reprodução automática ao valor padrão."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:1222
|
#: redbot/cogs/audio/audio.py:1222
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle DJ mode.\\n\\n DJ mode allows users with the DJ role to use audio commands.\\n "
|
msgid "Toggle DJ mode.\\n\\n DJ mode allows users with the DJ role to use audio commands.\\n "
|
||||||
msgstr ""
|
msgstr "Alterna o modo DJ.\\n\\n O modo DJ permite aos usuários com o cargo de DJ usar os comandos de áudio.\\n "
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:1233
|
#: redbot/cogs/audio/audio.py:1233
|
||||||
msgid "Missing DJ Role"
|
msgid "Missing DJ Role"
|
||||||
msgstr ""
|
msgstr "Cargo de DJ faltando"
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:1234
|
#: redbot/cogs/audio/audio.py:1234
|
||||||
msgid "Please set a role to use with DJ mode. Enter the role name or ID now."
|
msgid "Please set a role to use with DJ mode. Enter the role name or ID now."
|
||||||
msgstr "Por favor, defina um cargo para usar com o modo DJ. Digite o nome ou ID do cargo agora."
|
msgstr "Por favor, defina um cargo para usar com o modo DJ. Agora digite o nome ou ID do cargo..."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:1244
|
#: redbot/cogs/audio/audio.py:1244
|
||||||
msgid "Response timed out, try again later."
|
msgid "Response timed out, try again later."
|
||||||
@@ -426,22 +426,22 @@ msgstr "Tempo de resposta excedido, tente novamente mais tarde."
|
|||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:1253
|
#: redbot/cogs/audio/audio.py:1253
|
||||||
msgid "DJ role: {true_or_false}."
|
msgid "DJ role: {true_or_false}."
|
||||||
msgstr ""
|
msgstr "Cargo de DJ: {true_or_false}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:1261
|
#: redbot/cogs/audio/audio.py:1261
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Auto-disconnect from channel when bot is alone in it for x seconds, 0 to disable.\\n\\n `[p]audioset dc` takes precedence over this setting.\\n "
|
msgid "Auto-disconnect from channel when bot is alone in it for x seconds, 0 to disable.\\n\\n `[p]audioset dc` takes precedence over this setting.\\n "
|
||||||
msgstr ""
|
msgstr "Desconectar automaticamente do canal quando o bot estiver sozinho nele por x segundos, 0 para desabilitar.\\n\\n `[p]audioset dc` tem precedência sobre essa opção.\\n "
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:1267 redbot/cogs/audio/audio.py:1295
|
#: redbot/cogs/audio/audio.py:1267 redbot/cogs/audio/audio.py:1295
|
||||||
#: redbot/cogs/audio/audio.py:1689
|
#: redbot/cogs/audio/audio.py:1689
|
||||||
msgid "Invalid Time"
|
msgid "Invalid Time"
|
||||||
msgstr ""
|
msgstr "Hora inválida"
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:1267 redbot/cogs/audio/audio.py:1295
|
#: redbot/cogs/audio/audio.py:1267 redbot/cogs/audio/audio.py:1295
|
||||||
#: redbot/cogs/audio/audio.py:1689
|
#: redbot/cogs/audio/audio.py:1689
|
||||||
msgid "Seconds can't be less than zero."
|
msgid "Seconds can't be less than zero."
|
||||||
msgstr ""
|
msgstr "Os segundos não podem ser menos de 0."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:1274
|
#: redbot/cogs/audio/audio.py:1274
|
||||||
msgid "Empty disconnect disabled."
|
msgid "Empty disconnect disabled."
|
||||||
@@ -454,28 +454,28 @@ msgstr "Tempo de desconexão automática definido para {num_seconds}."
|
|||||||
#: redbot/cogs/audio/audio.py:1292
|
#: redbot/cogs/audio/audio.py:1292
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Auto-pause after x seconds when room is empty, 0 to disable."
|
msgid "Auto-pause after x seconds when room is empty, 0 to disable."
|
||||||
msgstr ""
|
msgstr "Pausar automaticamente após x segundos quando a sala estiver vazia, 0 para desabilitar."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:1302
|
#: redbot/cogs/audio/audio.py:1302
|
||||||
msgid "Empty pause disabled."
|
msgid "Empty pause disabled."
|
||||||
msgstr ""
|
msgstr "Pausa automática ao esvaziar desabilitada."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:1309
|
#: redbot/cogs/audio/audio.py:1309
|
||||||
msgid "Empty pause timer set to {num_seconds}."
|
msgid "Empty pause timer set to {num_seconds}."
|
||||||
msgstr ""
|
msgstr "Timer da pausa automática ao esvaziar definido como {num_seconds} segundo(s)."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:1319
|
#: redbot/cogs/audio/audio.py:1319
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set a price for queueing tracks for non-mods, 0 to disable."
|
msgid "Set a price for queueing tracks for non-mods, 0 to disable."
|
||||||
msgstr ""
|
msgstr "Definir um preço para que não-moderadores adicionem faixas na fila, 0 para desabilitar."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:1322
|
#: redbot/cogs/audio/audio.py:1322
|
||||||
msgid "Invalid Price"
|
msgid "Invalid Price"
|
||||||
msgstr ""
|
msgstr "Preço inválido"
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:1322
|
#: redbot/cogs/audio/audio.py:1322
|
||||||
msgid "Price can't be less than zero."
|
msgid "Price can't be less than zero."
|
||||||
msgstr ""
|
msgstr "O preço não pode ser menos de zero."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:1327
|
#: redbot/cogs/audio/audio.py:1327
|
||||||
msgid "Jukebox mode disabled."
|
msgid "Jukebox mode disabled."
|
||||||
@@ -483,16 +483,16 @@ msgstr "Modo Jukebox desativado."
|
|||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:1334
|
#: redbot/cogs/audio/audio.py:1334
|
||||||
msgid "Track queueing command price set to {price} {currency}."
|
msgid "Track queueing command price set to {price} {currency}."
|
||||||
msgstr ""
|
msgstr "Preço do comando para enfileirar faixas definido como {price} {currency}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:1345
|
#: redbot/cogs/audio/audio.py:1345
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the localtracks path if the Lavalink.jar is not run from the Audio data folder.\\n\\n Leave the path blank to reset the path to the default, the Audio data directory.\\n "
|
msgid "Set the localtracks path if the Lavalink.jar is not run from the Audio data folder.\\n\\n Leave the path blank to reset the path to the default, the Audio data directory.\\n "
|
||||||
msgstr ""
|
msgstr "Define o caminho para as faixas locais se o Lavalink.jar não tiver sido executado do diretório de dados da engrenagem Audio.\\n\\n Deixe o caminho em branco para redefinir ao padrão, o diretório de dados da engrenagem Audio.\\n "
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:1358
|
#: redbot/cogs/audio/audio.py:1358
|
||||||
msgid "The localtracks path location has been reset to {localpath}"
|
msgid "The localtracks path location has been reset to {localpath}"
|
||||||
msgstr ""
|
msgstr "O caminho para as faixas locais foi redefinido para {localpath}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:1363
|
#: redbot/cogs/audio/audio.py:1363
|
||||||
msgid "This setting is only for bot owners to set a localtracks folder location In the example below, the full path for 'ParentDirectory' must be passed to this command.\\nThe path must not contain spaces.\\n```\\nParentDirectory\\n |__ localtracks (folder)\\n | |__ Awesome Album Name (folder)\\n | |__01 Cool Song.mp3\\n | |__02 Groovy Song.mp3\\n```\\nThe folder path given to this command must contain the localtracks folder.\\n**This folder and files need to be visible to the user where `Lavalink.jar` is being run from.**\\nUse this command with no path given to reset it to the default, the Audio data directory for this bot.\\nDo you want to continue to set the provided path for local tracks?"
|
msgid "This setting is only for bot owners to set a localtracks folder location In the example below, the full path for 'ParentDirectory' must be passed to this command.\\nThe path must not contain spaces.\\n```\\nParentDirectory\\n |__ localtracks (folder)\\n | |__ Awesome Album Name (folder)\\n | |__01 Cool Song.mp3\\n | |__02 Groovy Song.mp3\\n```\\nThe folder path given to this command must contain the localtracks folder.\\n**This folder and files need to be visible to the user where `Lavalink.jar` is being run from.**\\nUse this command with no path given to reset it to the default, the Audio data directory for this bot.\\nDo you want to continue to set the provided path for local tracks?"
|
||||||
@@ -562,7 +562,7 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/audio.py:1485
|
#: redbot/cogs/audio/audio.py:1485
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the role to use for DJ mode."
|
msgid "Set the role to use for DJ mode."
|
||||||
msgstr "Defina o cargo a ser usado para o modo DJ."
|
msgstr "Define o cargo a ser usado com o modo DJ."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:1494
|
#: redbot/cogs/audio/audio.py:1494
|
||||||
msgid "Settings Changed"
|
msgid "Settings Changed"
|
||||||
@@ -570,7 +570,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:1495
|
#: redbot/cogs/audio/audio.py:1495
|
||||||
msgid "DJ role set to: {role.name}."
|
msgid "DJ role set to: {role.name}."
|
||||||
msgstr "Cargo DJ definido para: {role.name}."
|
msgstr "Cargo de DJ definido como: {role.name}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:1500
|
#: redbot/cogs/audio/audio.py:1500
|
||||||
#, docstring
|
#, docstring
|
||||||
@@ -1981,7 +1981,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:6788
|
#: redbot/cogs/audio/audio.py:6788
|
||||||
msgid "\\nAuto-play has been disabled."
|
msgid "\\nAuto-play has been disabled."
|
||||||
msgstr ""
|
msgstr "\\nReprodução automática foi desabilitada."
|
||||||
|
|
||||||
#: redbot/cogs/audio/audio.py:6800
|
#: redbot/cogs/audio/audio.py:6800
|
||||||
#, docstring
|
#, docstring
|
||||||
|
|||||||
+218
-218
File diff suppressed because it is too large
Load Diff
@@ -19,8 +19,8 @@ from redbot.core import data_manager
|
|||||||
from .errors import LavalinkDownloadFailed
|
from .errors import LavalinkDownloadFailed
|
||||||
|
|
||||||
log = logging.getLogger("red.audio.manager")
|
log = logging.getLogger("red.audio.manager")
|
||||||
JAR_VERSION = "3.2.2"
|
JAR_VERSION = "3.3.1"
|
||||||
JAR_BUILD = 973
|
JAR_BUILD = 986
|
||||||
LAVALINK_DOWNLOAD_URL = (
|
LAVALINK_DOWNLOAD_URL = (
|
||||||
f"https://github.com/Cog-Creators/Lavalink-Jars/releases/download/{JAR_VERSION}_{JAR_BUILD}/"
|
f"https://github.com/Cog-Creators/Lavalink-Jars/releases/download/{JAR_VERSION}_{JAR_BUILD}/"
|
||||||
"Lavalink.jar"
|
"Lavalink.jar"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
from .bank import Bank, check_global_setting_guildowner, check_global_setting_admin
|
from .bank import Bank, is_owner_if_bank_global
|
||||||
|
|
||||||
|
|
||||||
def setup(bot):
|
def setup(bot):
|
||||||
|
|||||||
+16
-39
@@ -9,48 +9,22 @@ from redbot.core.bot import Red # Only used for type hints
|
|||||||
_ = Translator("Bank", __file__)
|
_ = Translator("Bank", __file__)
|
||||||
|
|
||||||
|
|
||||||
def check_global_setting_guildowner():
|
def is_owner_if_bank_global():
|
||||||
"""
|
"""
|
||||||
Command decorator. If the bank is not global, it checks if the author is
|
Command decorator. If the bank is global, it checks if the author is
|
||||||
either the guildowner or has the administrator permission.
|
bot owner, otherwise it only checks
|
||||||
|
if command was used in guild - it DOES NOT check any permissions.
|
||||||
|
|
||||||
|
When used on the command, this should be combined
|
||||||
|
with permissions check like `guildowner_or_permissions()`.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
async def pred(ctx: commands.Context):
|
async def pred(ctx: commands.Context):
|
||||||
author = ctx.author
|
author = ctx.author
|
||||||
if not await bank.is_global():
|
if not await bank.is_global():
|
||||||
if not isinstance(ctx.channel, discord.abc.GuildChannel):
|
if not ctx.guild:
|
||||||
return False
|
return False
|
||||||
if await ctx.bot.is_owner(author):
|
return True
|
||||||
return True
|
|
||||||
permissions = ctx.channel.permissions_for(author)
|
|
||||||
return author == ctx.guild.owner or permissions.administrator
|
|
||||||
else:
|
|
||||||
return await ctx.bot.is_owner(author)
|
|
||||||
|
|
||||||
return commands.check(pred)
|
|
||||||
|
|
||||||
|
|
||||||
def check_global_setting_admin():
|
|
||||||
"""
|
|
||||||
Command decorator. If the bank is not global, it checks if the author is
|
|
||||||
either a bot admin or has the manage_guild permission.
|
|
||||||
"""
|
|
||||||
|
|
||||||
async def pred(ctx: commands.Context):
|
|
||||||
author = ctx.author
|
|
||||||
if not await bank.is_global():
|
|
||||||
if not isinstance(ctx.channel, discord.abc.GuildChannel):
|
|
||||||
return False
|
|
||||||
if await ctx.bot.is_owner(author):
|
|
||||||
return True
|
|
||||||
if author == ctx.guild.owner:
|
|
||||||
return True
|
|
||||||
if ctx.channel.permissions_for(author).manage_guild:
|
|
||||||
return True
|
|
||||||
admin_role_ids = await ctx.bot.get_admin_role_ids(ctx.guild.id)
|
|
||||||
for role in author.roles:
|
|
||||||
if role.id in admin_role_ids:
|
|
||||||
return True
|
|
||||||
else:
|
else:
|
||||||
return await ctx.bot.is_owner(author)
|
return await ctx.bot.is_owner(author)
|
||||||
|
|
||||||
@@ -67,7 +41,7 @@ class Bank(commands.Cog):
|
|||||||
|
|
||||||
# SECTION commands
|
# SECTION commands
|
||||||
|
|
||||||
@check_global_setting_guildowner()
|
@is_owner_if_bank_global()
|
||||||
@checks.guildowner_or_permissions(administrator=True)
|
@checks.guildowner_or_permissions(administrator=True)
|
||||||
@commands.group(autohelp=True)
|
@commands.group(autohelp=True)
|
||||||
async def bankset(self, ctx: commands.Context):
|
async def bankset(self, ctx: commands.Context):
|
||||||
@@ -117,22 +91,25 @@ class Bank(commands.Cog):
|
|||||||
await bank.set_global(not cur_setting)
|
await bank.set_global(not cur_setting)
|
||||||
await ctx.send(_("The bank is now {banktype}.").format(banktype=word))
|
await ctx.send(_("The bank is now {banktype}.").format(banktype=word))
|
||||||
|
|
||||||
|
@is_owner_if_bank_global()
|
||||||
|
@checks.guildowner_or_permissions(administrator=True)
|
||||||
@bankset.command(name="bankname")
|
@bankset.command(name="bankname")
|
||||||
@check_global_setting_guildowner()
|
|
||||||
async def bankset_bankname(self, ctx: commands.Context, *, name: str):
|
async def bankset_bankname(self, ctx: commands.Context, *, name: str):
|
||||||
"""Set the bank's name."""
|
"""Set the bank's name."""
|
||||||
await bank.set_bank_name(name, ctx.guild)
|
await bank.set_bank_name(name, ctx.guild)
|
||||||
await ctx.send(_("Bank name has been set to: {name}").format(name=name))
|
await ctx.send(_("Bank name has been set to: {name}").format(name=name))
|
||||||
|
|
||||||
|
@is_owner_if_bank_global()
|
||||||
|
@checks.guildowner_or_permissions(administrator=True)
|
||||||
@bankset.command(name="creditsname")
|
@bankset.command(name="creditsname")
|
||||||
@check_global_setting_guildowner()
|
|
||||||
async def bankset_creditsname(self, ctx: commands.Context, *, name: str):
|
async def bankset_creditsname(self, ctx: commands.Context, *, name: str):
|
||||||
"""Set the name for the bank's currency."""
|
"""Set the name for the bank's currency."""
|
||||||
await bank.set_currency_name(name, ctx.guild)
|
await bank.set_currency_name(name, ctx.guild)
|
||||||
await ctx.send(_("Currency name has been set to: {name}").format(name=name))
|
await ctx.send(_("Currency name has been set to: {name}").format(name=name))
|
||||||
|
|
||||||
|
@is_owner_if_bank_global()
|
||||||
|
@checks.guildowner_or_permissions(administrator=True)
|
||||||
@bankset.command(name="maxbal")
|
@bankset.command(name="maxbal")
|
||||||
@check_global_setting_guildowner()
|
|
||||||
async def bankset_maxbal(self, ctx: commands.Context, *, amount: int):
|
async def bankset_maxbal(self, ctx: commands.Context, *, amount: int):
|
||||||
"""Set the maximum balance a user can get."""
|
"""Set the maximum balance a user can get."""
|
||||||
try:
|
try:
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
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"
|
"PO-Revision-Date: 2020-04-02 12:10\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"
|
||||||
@@ -15,69 +15,69 @@ msgstr ""
|
|||||||
"X-Crowdin-File: /cogs/bank/locales/messages.pot\n"
|
"X-Crowdin-File: /cogs/bank/locales/messages.pot\n"
|
||||||
"Language: af_ZA\n"
|
"Language: af_ZA\n"
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:62
|
#: redbot/cogs/bank/bank.py:38
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Bank"
|
msgid "Bank"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:74
|
#: redbot/cogs/bank/bank.py:50
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Base command for bank settings."
|
msgid "Base command for bank settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:87
|
#: redbot/cogs/bank/bank.py:63
|
||||||
msgid "Bank settings:\\n\\nBank name: {bank_name}\\nCurrency: {currency_name}\\nDefault balance: {default_balance}\\nMaximum allowed balance: {maximum_bal}"
|
msgid "Bank settings:\\n\\nBank name: {bank_name}\\nCurrency: {currency_name}\\nDefault balance: {default_balance}\\nMaximum allowed balance: {maximum_bal}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:101
|
#: redbot/cogs/bank/bank.py:77
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle whether the bank is global or not.\\n\\n If the bank is global, it will become per-server.\\n If the bank is per-server, it will become global.\\n "
|
msgid "Toggle whether the bank is global or not.\\n\\n If the bank is global, it will become per-server.\\n If the bank is per-server, it will become global.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:108
|
#: redbot/cogs/bank/bank.py:84
|
||||||
msgid "per-server"
|
msgid "per-server"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:108
|
#: redbot/cogs/bank/bank.py:84
|
||||||
msgid "global"
|
msgid "global"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:111
|
#: redbot/cogs/bank/bank.py:87
|
||||||
msgid "This will toggle the bank to be {banktype}, deleting all accounts in the process! If you're sure, type `{command}`"
|
msgid "This will toggle the bank to be {banktype}, deleting all accounts in the process! If you're sure, type `{command}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:118
|
#: redbot/cogs/bank/bank.py:94
|
||||||
msgid "The bank is now {banktype}."
|
msgid "The bank is now {banktype}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:123
|
#: redbot/cogs/bank/bank.py:100
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the bank's name."
|
msgid "Set the bank's name."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:125
|
#: redbot/cogs/bank/bank.py:102
|
||||||
msgid "Bank name has been set to: {name}"
|
msgid "Bank name has been set to: {name}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:130
|
#: redbot/cogs/bank/bank.py:108
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the name for the bank's currency."
|
msgid "Set the name for the bank's currency."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:132
|
#: redbot/cogs/bank/bank.py:110
|
||||||
msgid "Currency name has been set to: {name}"
|
msgid "Currency name has been set to: {name}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:137
|
#: redbot/cogs/bank/bank.py:116
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the maximum balance a user can get."
|
msgid "Set the maximum balance a user can get."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:143
|
#: redbot/cogs/bank/bank.py:122
|
||||||
msgid "Amount must be greater than zero and less than {max}."
|
msgid "Amount must be greater than zero and less than {max}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:148
|
#: redbot/cogs/bank/bank.py:127
|
||||||
msgid "Maximum balance has been set to: {amount}"
|
msgid "Maximum balance has been set to: {amount}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
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"
|
"PO-Revision-Date: 2020-04-02 12:10\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"
|
||||||
@@ -15,69 +15,69 @@ msgstr ""
|
|||||||
"X-Crowdin-File: /cogs/bank/locales/messages.pot\n"
|
"X-Crowdin-File: /cogs/bank/locales/messages.pot\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:62
|
#: redbot/cogs/bank/bank.py:38
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Bank"
|
msgid "Bank"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:74
|
#: redbot/cogs/bank/bank.py:50
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Base command for bank settings."
|
msgid "Base command for bank settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:87
|
#: redbot/cogs/bank/bank.py:63
|
||||||
msgid "Bank settings:\\n\\nBank name: {bank_name}\\nCurrency: {currency_name}\\nDefault balance: {default_balance}\\nMaximum allowed balance: {maximum_bal}"
|
msgid "Bank settings:\\n\\nBank name: {bank_name}\\nCurrency: {currency_name}\\nDefault balance: {default_balance}\\nMaximum allowed balance: {maximum_bal}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:101
|
#: redbot/cogs/bank/bank.py:77
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle whether the bank is global or not.\\n\\n If the bank is global, it will become per-server.\\n If the bank is per-server, it will become global.\\n "
|
msgid "Toggle whether the bank is global or not.\\n\\n If the bank is global, it will become per-server.\\n If the bank is per-server, it will become global.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:108
|
#: redbot/cogs/bank/bank.py:84
|
||||||
msgid "per-server"
|
msgid "per-server"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:108
|
#: redbot/cogs/bank/bank.py:84
|
||||||
msgid "global"
|
msgid "global"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:111
|
#: redbot/cogs/bank/bank.py:87
|
||||||
msgid "This will toggle the bank to be {banktype}, deleting all accounts in the process! If you're sure, type `{command}`"
|
msgid "This will toggle the bank to be {banktype}, deleting all accounts in the process! If you're sure, type `{command}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:118
|
#: redbot/cogs/bank/bank.py:94
|
||||||
msgid "The bank is now {banktype}."
|
msgid "The bank is now {banktype}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:123
|
#: redbot/cogs/bank/bank.py:100
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the bank's name."
|
msgid "Set the bank's name."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:125
|
#: redbot/cogs/bank/bank.py:102
|
||||||
msgid "Bank name has been set to: {name}"
|
msgid "Bank name has been set to: {name}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:130
|
#: redbot/cogs/bank/bank.py:108
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the name for the bank's currency."
|
msgid "Set the name for the bank's currency."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:132
|
#: redbot/cogs/bank/bank.py:110
|
||||||
msgid "Currency name has been set to: {name}"
|
msgid "Currency name has been set to: {name}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:137
|
#: redbot/cogs/bank/bank.py:116
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the maximum balance a user can get."
|
msgid "Set the maximum balance a user can get."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:143
|
#: redbot/cogs/bank/bank.py:122
|
||||||
msgid "Amount must be greater than zero and less than {max}."
|
msgid "Amount must be greater than zero and less than {max}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:148
|
#: redbot/cogs/bank/bank.py:127
|
||||||
msgid "Maximum balance has been set to: {amount}"
|
msgid "Maximum balance has been set to: {amount}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
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"
|
"PO-Revision-Date: 2020-04-02 12:10\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"
|
||||||
@@ -15,69 +15,69 @@ msgstr ""
|
|||||||
"X-Crowdin-File: /cogs/bank/locales/messages.pot\n"
|
"X-Crowdin-File: /cogs/bank/locales/messages.pot\n"
|
||||||
"Language: bg_BG\n"
|
"Language: bg_BG\n"
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:62
|
#: redbot/cogs/bank/bank.py:38
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Bank"
|
msgid "Bank"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:74
|
#: redbot/cogs/bank/bank.py:50
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Base command for bank settings."
|
msgid "Base command for bank settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:87
|
#: redbot/cogs/bank/bank.py:63
|
||||||
msgid "Bank settings:\\n\\nBank name: {bank_name}\\nCurrency: {currency_name}\\nDefault balance: {default_balance}\\nMaximum allowed balance: {maximum_bal}"
|
msgid "Bank settings:\\n\\nBank name: {bank_name}\\nCurrency: {currency_name}\\nDefault balance: {default_balance}\\nMaximum allowed balance: {maximum_bal}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:101
|
#: redbot/cogs/bank/bank.py:77
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle whether the bank is global or not.\\n\\n If the bank is global, it will become per-server.\\n If the bank is per-server, it will become global.\\n "
|
msgid "Toggle whether the bank is global or not.\\n\\n If the bank is global, it will become per-server.\\n If the bank is per-server, it will become global.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:108
|
#: redbot/cogs/bank/bank.py:84
|
||||||
msgid "per-server"
|
msgid "per-server"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:108
|
#: redbot/cogs/bank/bank.py:84
|
||||||
msgid "global"
|
msgid "global"
|
||||||
msgstr "глобален"
|
msgstr "глобален"
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:111
|
#: redbot/cogs/bank/bank.py:87
|
||||||
msgid "This will toggle the bank to be {banktype}, deleting all accounts in the process! If you're sure, type `{command}`"
|
msgid "This will toggle the bank to be {banktype}, deleting all accounts in the process! If you're sure, type `{command}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:118
|
#: redbot/cogs/bank/bank.py:94
|
||||||
msgid "The bank is now {banktype}."
|
msgid "The bank is now {banktype}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:123
|
#: redbot/cogs/bank/bank.py:100
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the bank's name."
|
msgid "Set the bank's name."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:125
|
#: redbot/cogs/bank/bank.py:102
|
||||||
msgid "Bank name has been set to: {name}"
|
msgid "Bank name has been set to: {name}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:130
|
#: redbot/cogs/bank/bank.py:108
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the name for the bank's currency."
|
msgid "Set the name for the bank's currency."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:132
|
#: redbot/cogs/bank/bank.py:110
|
||||||
msgid "Currency name has been set to: {name}"
|
msgid "Currency name has been set to: {name}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:137
|
#: redbot/cogs/bank/bank.py:116
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the maximum balance a user can get."
|
msgid "Set the maximum balance a user can get."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:143
|
#: redbot/cogs/bank/bank.py:122
|
||||||
msgid "Amount must be greater than zero and less than {max}."
|
msgid "Amount must be greater than zero and less than {max}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:148
|
#: redbot/cogs/bank/bank.py:127
|
||||||
msgid "Maximum balance has been set to: {amount}"
|
msgid "Maximum balance has been set to: {amount}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
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"
|
"PO-Revision-Date: 2020-04-02 12:10\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"
|
||||||
@@ -15,69 +15,69 @@ msgstr ""
|
|||||||
"X-Crowdin-File: /cogs/bank/locales/messages.pot\n"
|
"X-Crowdin-File: /cogs/bank/locales/messages.pot\n"
|
||||||
"Language: ca_ES\n"
|
"Language: ca_ES\n"
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:62
|
#: redbot/cogs/bank/bank.py:38
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Bank"
|
msgid "Bank"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:74
|
#: redbot/cogs/bank/bank.py:50
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Base command for bank settings."
|
msgid "Base command for bank settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:87
|
#: redbot/cogs/bank/bank.py:63
|
||||||
msgid "Bank settings:\\n\\nBank name: {bank_name}\\nCurrency: {currency_name}\\nDefault balance: {default_balance}\\nMaximum allowed balance: {maximum_bal}"
|
msgid "Bank settings:\\n\\nBank name: {bank_name}\\nCurrency: {currency_name}\\nDefault balance: {default_balance}\\nMaximum allowed balance: {maximum_bal}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:101
|
#: redbot/cogs/bank/bank.py:77
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle whether the bank is global or not.\\n\\n If the bank is global, it will become per-server.\\n If the bank is per-server, it will become global.\\n "
|
msgid "Toggle whether the bank is global or not.\\n\\n If the bank is global, it will become per-server.\\n If the bank is per-server, it will become global.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:108
|
#: redbot/cogs/bank/bank.py:84
|
||||||
msgid "per-server"
|
msgid "per-server"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:108
|
#: redbot/cogs/bank/bank.py:84
|
||||||
msgid "global"
|
msgid "global"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:111
|
#: redbot/cogs/bank/bank.py:87
|
||||||
msgid "This will toggle the bank to be {banktype}, deleting all accounts in the process! If you're sure, type `{command}`"
|
msgid "This will toggle the bank to be {banktype}, deleting all accounts in the process! If you're sure, type `{command}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:118
|
#: redbot/cogs/bank/bank.py:94
|
||||||
msgid "The bank is now {banktype}."
|
msgid "The bank is now {banktype}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:123
|
#: redbot/cogs/bank/bank.py:100
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the bank's name."
|
msgid "Set the bank's name."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:125
|
#: redbot/cogs/bank/bank.py:102
|
||||||
msgid "Bank name has been set to: {name}"
|
msgid "Bank name has been set to: {name}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:130
|
#: redbot/cogs/bank/bank.py:108
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the name for the bank's currency."
|
msgid "Set the name for the bank's currency."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:132
|
#: redbot/cogs/bank/bank.py:110
|
||||||
msgid "Currency name has been set to: {name}"
|
msgid "Currency name has been set to: {name}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:137
|
#: redbot/cogs/bank/bank.py:116
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the maximum balance a user can get."
|
msgid "Set the maximum balance a user can get."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:143
|
#: redbot/cogs/bank/bank.py:122
|
||||||
msgid "Amount must be greater than zero and less than {max}."
|
msgid "Amount must be greater than zero and less than {max}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:148
|
#: redbot/cogs/bank/bank.py:127
|
||||||
msgid "Maximum balance has been set to: {amount}"
|
msgid "Maximum balance has been set to: {amount}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
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"
|
"PO-Revision-Date: 2020-04-02 12:11\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"
|
||||||
@@ -15,69 +15,69 @@ msgstr ""
|
|||||||
"X-Crowdin-File: /cogs/bank/locales/messages.pot\n"
|
"X-Crowdin-File: /cogs/bank/locales/messages.pot\n"
|
||||||
"Language: cs_CZ\n"
|
"Language: cs_CZ\n"
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:62
|
#: redbot/cogs/bank/bank.py:38
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Bank"
|
msgid "Bank"
|
||||||
msgstr "Banka"
|
msgstr "Banka"
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:74
|
#: redbot/cogs/bank/bank.py:50
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Base command for bank settings."
|
msgid "Base command for bank settings."
|
||||||
msgstr ""
|
msgstr "Základní příkaz pro bankovní nastavení."
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:87
|
#: redbot/cogs/bank/bank.py:63
|
||||||
msgid "Bank settings:\\n\\nBank name: {bank_name}\\nCurrency: {currency_name}\\nDefault balance: {default_balance}\\nMaximum allowed balance: {maximum_bal}"
|
msgid "Bank settings:\\n\\nBank name: {bank_name}\\nCurrency: {currency_name}\\nDefault balance: {default_balance}\\nMaximum allowed balance: {maximum_bal}"
|
||||||
msgstr ""
|
msgstr "Nastavení banky:\\n\\nNázev banky: {bank_name}\\nMěna: {currency_name}\\nVýchozí zůstatek: {default_balance}\\nMaximální povolený zůstatek: {maximum_bal}"
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:101
|
#: redbot/cogs/bank/bank.py:77
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle whether the bank is global or not.\\n\\n If the bank is global, it will become per-server.\\n If the bank is per-server, it will become global.\\n "
|
msgid "Toggle whether the bank is global or not.\\n\\n If the bank is global, it will become per-server.\\n If the bank is per-server, it will become global.\\n "
|
||||||
msgstr ""
|
msgstr "Určuje, zda je banka globální nebo ne.\\n\\n Pokud je banka globální, stane se na každém serveru.\\n Pokud je banka na serveru, stane se globální.\\n "
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:108
|
#: redbot/cogs/bank/bank.py:84
|
||||||
msgid "per-server"
|
msgid "per-server"
|
||||||
msgstr ""
|
msgstr "na server"
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:108
|
#: redbot/cogs/bank/bank.py:84
|
||||||
msgid "global"
|
msgid "global"
|
||||||
msgstr ""
|
msgstr "globální"
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:111
|
#: redbot/cogs/bank/bank.py:87
|
||||||
msgid "This will toggle the bank to be {banktype}, deleting all accounts in the process! If you're sure, type `{command}`"
|
msgid "This will toggle the bank to be {banktype}, deleting all accounts in the process! If you're sure, type `{command}`"
|
||||||
msgstr ""
|
msgstr "Toto zapne banku na {banktype}, smaže všechny účty v procesu! Pokud jste si jisti, napište `{command}`"
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:118
|
#: redbot/cogs/bank/bank.py:94
|
||||||
msgid "The bank is now {banktype}."
|
msgid "The bank is now {banktype}."
|
||||||
msgstr "Banka je nyní {banktype}."
|
msgstr "Banka je nyní {banktype}."
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:123
|
#: redbot/cogs/bank/bank.py:100
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the bank's name."
|
msgid "Set the bank's name."
|
||||||
msgstr ""
|
msgstr "Nastavit název banky."
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:125
|
#: redbot/cogs/bank/bank.py:102
|
||||||
msgid "Bank name has been set to: {name}"
|
msgid "Bank name has been set to: {name}"
|
||||||
msgstr ""
|
msgstr "Název banky byl nastaven na: {name}"
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:130
|
#: redbot/cogs/bank/bank.py:108
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the name for the bank's currency."
|
msgid "Set the name for the bank's currency."
|
||||||
msgstr ""
|
msgstr "Nastavte název měny banky."
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:132
|
#: redbot/cogs/bank/bank.py:110
|
||||||
msgid "Currency name has been set to: {name}"
|
msgid "Currency name has been set to: {name}"
|
||||||
msgstr ""
|
msgstr "Název měny byl nastaven na: {name}"
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:137
|
#: redbot/cogs/bank/bank.py:116
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the maximum balance a user can get."
|
msgid "Set the maximum balance a user can get."
|
||||||
msgstr ""
|
msgstr "Nastavte maximální zůstatek, který může uživatel získat."
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:143
|
#: redbot/cogs/bank/bank.py:122
|
||||||
msgid "Amount must be greater than zero and less than {max}."
|
msgid "Amount must be greater than zero and less than {max}."
|
||||||
msgstr ""
|
msgstr "Částka musí být větší než nula a menší než {max}."
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:148
|
#: redbot/cogs/bank/bank.py:127
|
||||||
msgid "Maximum balance has been set to: {amount}"
|
msgid "Maximum balance has been set to: {amount}"
|
||||||
msgstr ""
|
msgstr "Maximální zůstatek byl nastaven na: {amount}"
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
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"
|
"PO-Revision-Date: 2020-04-02 12:11\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"
|
||||||
@@ -15,69 +15,69 @@ msgstr ""
|
|||||||
"X-Crowdin-File: /cogs/bank/locales/messages.pot\n"
|
"X-Crowdin-File: /cogs/bank/locales/messages.pot\n"
|
||||||
"Language: da_DK\n"
|
"Language: da_DK\n"
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:62
|
#: redbot/cogs/bank/bank.py:38
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Bank"
|
msgid "Bank"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:74
|
#: redbot/cogs/bank/bank.py:50
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Base command for bank settings."
|
msgid "Base command for bank settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:87
|
#: redbot/cogs/bank/bank.py:63
|
||||||
msgid "Bank settings:\\n\\nBank name: {bank_name}\\nCurrency: {currency_name}\\nDefault balance: {default_balance}\\nMaximum allowed balance: {maximum_bal}"
|
msgid "Bank settings:\\n\\nBank name: {bank_name}\\nCurrency: {currency_name}\\nDefault balance: {default_balance}\\nMaximum allowed balance: {maximum_bal}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:101
|
#: redbot/cogs/bank/bank.py:77
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle whether the bank is global or not.\\n\\n If the bank is global, it will become per-server.\\n If the bank is per-server, it will become global.\\n "
|
msgid "Toggle whether the bank is global or not.\\n\\n If the bank is global, it will become per-server.\\n If the bank is per-server, it will become global.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:108
|
#: redbot/cogs/bank/bank.py:84
|
||||||
msgid "per-server"
|
msgid "per-server"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:108
|
#: redbot/cogs/bank/bank.py:84
|
||||||
msgid "global"
|
msgid "global"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:111
|
#: redbot/cogs/bank/bank.py:87
|
||||||
msgid "This will toggle the bank to be {banktype}, deleting all accounts in the process! If you're sure, type `{command}`"
|
msgid "This will toggle the bank to be {banktype}, deleting all accounts in the process! If you're sure, type `{command}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:118
|
#: redbot/cogs/bank/bank.py:94
|
||||||
msgid "The bank is now {banktype}."
|
msgid "The bank is now {banktype}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:123
|
#: redbot/cogs/bank/bank.py:100
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the bank's name."
|
msgid "Set the bank's name."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:125
|
#: redbot/cogs/bank/bank.py:102
|
||||||
msgid "Bank name has been set to: {name}"
|
msgid "Bank name has been set to: {name}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:130
|
#: redbot/cogs/bank/bank.py:108
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the name for the bank's currency."
|
msgid "Set the name for the bank's currency."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:132
|
#: redbot/cogs/bank/bank.py:110
|
||||||
msgid "Currency name has been set to: {name}"
|
msgid "Currency name has been set to: {name}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:137
|
#: redbot/cogs/bank/bank.py:116
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the maximum balance a user can get."
|
msgid "Set the maximum balance a user can get."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:143
|
#: redbot/cogs/bank/bank.py:122
|
||||||
msgid "Amount must be greater than zero and less than {max}."
|
msgid "Amount must be greater than zero and less than {max}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:148
|
#: redbot/cogs/bank/bank.py:127
|
||||||
msgid "Maximum balance has been set to: {amount}"
|
msgid "Maximum balance has been set to: {amount}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
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"
|
"PO-Revision-Date: 2020-04-02 12:11\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"
|
||||||
@@ -15,69 +15,69 @@ msgstr ""
|
|||||||
"X-Crowdin-File: /cogs/bank/locales/messages.pot\n"
|
"X-Crowdin-File: /cogs/bank/locales/messages.pot\n"
|
||||||
"Language: de_DE\n"
|
"Language: de_DE\n"
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:62
|
#: redbot/cogs/bank/bank.py:38
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Bank"
|
msgid "Bank"
|
||||||
msgstr "Bank"
|
msgstr "Bank"
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:74
|
#: redbot/cogs/bank/bank.py:50
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Base command for bank settings."
|
msgid "Base command for bank settings."
|
||||||
msgstr "Basis Befehl für Bank Einstellungen."
|
msgstr "Basis Befehl für Bank Einstellungen."
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:87
|
#: redbot/cogs/bank/bank.py:63
|
||||||
msgid "Bank settings:\\n\\nBank name: {bank_name}\\nCurrency: {currency_name}\\nDefault balance: {default_balance}\\nMaximum allowed balance: {maximum_bal}"
|
msgid "Bank settings:\\n\\nBank name: {bank_name}\\nCurrency: {currency_name}\\nDefault balance: {default_balance}\\nMaximum allowed balance: {maximum_bal}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:101
|
#: redbot/cogs/bank/bank.py:77
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle whether the bank is global or not.\\n\\n If the bank is global, it will become per-server.\\n If the bank is per-server, it will become global.\\n "
|
msgid "Toggle whether the bank is global or not.\\n\\n If the bank is global, it will become per-server.\\n If the bank is per-server, it will become global.\\n "
|
||||||
msgstr "Schalte ein, ob die Bank global ist oder nicht.\\n\\n Wenn die Bank global ist, wird sie pro Server.\\n Wenn die Bank pro Server ist, wird sie global.\\n "
|
msgstr "Schalte ein, ob die Bank global ist oder nicht.\\n\\n Wenn die Bank global ist, wird sie pro Server.\\n Wenn die Bank pro Server ist, wird sie global.\\n "
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:108
|
#: redbot/cogs/bank/bank.py:84
|
||||||
msgid "per-server"
|
msgid "per-server"
|
||||||
msgstr "per-server"
|
msgstr "per-server"
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:108
|
#: redbot/cogs/bank/bank.py:84
|
||||||
msgid "global"
|
msgid "global"
|
||||||
msgstr "Global"
|
msgstr "Global"
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:111
|
#: redbot/cogs/bank/bank.py:87
|
||||||
msgid "This will toggle the bank to be {banktype}, deleting all accounts in the process! If you're sure, type `{command}`"
|
msgid "This will toggle the bank to be {banktype}, deleting all accounts in the process! If you're sure, type `{command}`"
|
||||||
msgstr "Dies schaltet die Bank um zu {banktype}, löscht alle Konten im Prozess! Wenn du sicher bist, tippe `{command}`"
|
msgstr "Dies schaltet die Bank um zu {banktype}, löscht alle Konten im Prozess! Wenn du sicher bist, tippe `{command}`"
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:118
|
#: redbot/cogs/bank/bank.py:94
|
||||||
msgid "The bank is now {banktype}."
|
msgid "The bank is now {banktype}."
|
||||||
msgstr "Die Bank ist nun {banktype}."
|
msgstr "Die Bank ist nun {banktype}."
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:123
|
#: redbot/cogs/bank/bank.py:100
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the bank's name."
|
msgid "Set the bank's name."
|
||||||
msgstr "Legt den Namen der Bank fest."
|
msgstr "Legt den Namen der Bank fest."
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:125
|
#: redbot/cogs/bank/bank.py:102
|
||||||
msgid "Bank name has been set to: {name}"
|
msgid "Bank name has been set to: {name}"
|
||||||
msgstr "Der Name der Bank wurde festgesetzt auf: {name}"
|
msgstr "Der Name der Bank wurde festgesetzt auf: {name}"
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:130
|
#: redbot/cogs/bank/bank.py:108
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the name for the bank's currency."
|
msgid "Set the name for the bank's currency."
|
||||||
msgstr "Lege den Namen für die Währung der Bank fest."
|
msgstr "Lege den Namen für die Währung der Bank fest."
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:132
|
#: redbot/cogs/bank/bank.py:110
|
||||||
msgid "Currency name has been set to: {name}"
|
msgid "Currency name has been set to: {name}"
|
||||||
msgstr "Währungs Name wurde gesetzt auf: {name}"
|
msgstr "Währungs Name wurde gesetzt auf: {name}"
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:137
|
#: redbot/cogs/bank/bank.py:116
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the maximum balance a user can get."
|
msgid "Set the maximum balance a user can get."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:143
|
#: redbot/cogs/bank/bank.py:122
|
||||||
msgid "Amount must be greater than zero and less than {max}."
|
msgid "Amount must be greater than zero and less than {max}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:148
|
#: redbot/cogs/bank/bank.py:127
|
||||||
msgid "Maximum balance has been set to: {amount}"
|
msgid "Maximum balance has been set to: {amount}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
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"
|
"PO-Revision-Date: 2020-04-02 12:11\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"
|
||||||
@@ -15,69 +15,69 @@ msgstr ""
|
|||||||
"X-Crowdin-File: /cogs/bank/locales/messages.pot\n"
|
"X-Crowdin-File: /cogs/bank/locales/messages.pot\n"
|
||||||
"Language: el_GR\n"
|
"Language: el_GR\n"
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:62
|
#: redbot/cogs/bank/bank.py:38
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Bank"
|
msgid "Bank"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:74
|
#: redbot/cogs/bank/bank.py:50
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Base command for bank settings."
|
msgid "Base command for bank settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:87
|
#: redbot/cogs/bank/bank.py:63
|
||||||
msgid "Bank settings:\\n\\nBank name: {bank_name}\\nCurrency: {currency_name}\\nDefault balance: {default_balance}\\nMaximum allowed balance: {maximum_bal}"
|
msgid "Bank settings:\\n\\nBank name: {bank_name}\\nCurrency: {currency_name}\\nDefault balance: {default_balance}\\nMaximum allowed balance: {maximum_bal}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:101
|
#: redbot/cogs/bank/bank.py:77
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle whether the bank is global or not.\\n\\n If the bank is global, it will become per-server.\\n If the bank is per-server, it will become global.\\n "
|
msgid "Toggle whether the bank is global or not.\\n\\n If the bank is global, it will become per-server.\\n If the bank is per-server, it will become global.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:108
|
#: redbot/cogs/bank/bank.py:84
|
||||||
msgid "per-server"
|
msgid "per-server"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:108
|
#: redbot/cogs/bank/bank.py:84
|
||||||
msgid "global"
|
msgid "global"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:111
|
#: redbot/cogs/bank/bank.py:87
|
||||||
msgid "This will toggle the bank to be {banktype}, deleting all accounts in the process! If you're sure, type `{command}`"
|
msgid "This will toggle the bank to be {banktype}, deleting all accounts in the process! If you're sure, type `{command}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:118
|
#: redbot/cogs/bank/bank.py:94
|
||||||
msgid "The bank is now {banktype}."
|
msgid "The bank is now {banktype}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:123
|
#: redbot/cogs/bank/bank.py:100
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the bank's name."
|
msgid "Set the bank's name."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:125
|
#: redbot/cogs/bank/bank.py:102
|
||||||
msgid "Bank name has been set to: {name}"
|
msgid "Bank name has been set to: {name}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:130
|
#: redbot/cogs/bank/bank.py:108
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the name for the bank's currency."
|
msgid "Set the name for the bank's currency."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:132
|
#: redbot/cogs/bank/bank.py:110
|
||||||
msgid "Currency name has been set to: {name}"
|
msgid "Currency name has been set to: {name}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:137
|
#: redbot/cogs/bank/bank.py:116
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the maximum balance a user can get."
|
msgid "Set the maximum balance a user can get."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:143
|
#: redbot/cogs/bank/bank.py:122
|
||||||
msgid "Amount must be greater than zero and less than {max}."
|
msgid "Amount must be greater than zero and less than {max}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:148
|
#: redbot/cogs/bank/bank.py:127
|
||||||
msgid "Maximum balance has been set to: {amount}"
|
msgid "Maximum balance has been set to: {amount}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
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"
|
"PO-Revision-Date: 2020-04-02 12:12\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"
|
||||||
@@ -15,69 +15,69 @@ msgstr ""
|
|||||||
"X-Crowdin-File: /cogs/bank/locales/messages.pot\n"
|
"X-Crowdin-File: /cogs/bank/locales/messages.pot\n"
|
||||||
"Language: es_ES\n"
|
"Language: es_ES\n"
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:62
|
#: redbot/cogs/bank/bank.py:38
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Bank"
|
msgid "Bank"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:74
|
#: redbot/cogs/bank/bank.py:50
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Base command for bank settings."
|
msgid "Base command for bank settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:87
|
#: redbot/cogs/bank/bank.py:63
|
||||||
msgid "Bank settings:\\n\\nBank name: {bank_name}\\nCurrency: {currency_name}\\nDefault balance: {default_balance}\\nMaximum allowed balance: {maximum_bal}"
|
msgid "Bank settings:\\n\\nBank name: {bank_name}\\nCurrency: {currency_name}\\nDefault balance: {default_balance}\\nMaximum allowed balance: {maximum_bal}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:101
|
#: redbot/cogs/bank/bank.py:77
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle whether the bank is global or not.\\n\\n If the bank is global, it will become per-server.\\n If the bank is per-server, it will become global.\\n "
|
msgid "Toggle whether the bank is global or not.\\n\\n If the bank is global, it will become per-server.\\n If the bank is per-server, it will become global.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:108
|
#: redbot/cogs/bank/bank.py:84
|
||||||
msgid "per-server"
|
msgid "per-server"
|
||||||
msgstr "por server"
|
msgstr "por server"
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:108
|
#: redbot/cogs/bank/bank.py:84
|
||||||
msgid "global"
|
msgid "global"
|
||||||
msgstr "general"
|
msgstr "general"
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:111
|
#: redbot/cogs/bank/bank.py:87
|
||||||
msgid "This will toggle the bank to be {banktype}, deleting all accounts in the process! If you're sure, type `{command}`"
|
msgid "This will toggle the bank to be {banktype}, deleting all accounts in the process! If you're sure, type `{command}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:118
|
#: redbot/cogs/bank/bank.py:94
|
||||||
msgid "The bank is now {banktype}."
|
msgid "The bank is now {banktype}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:123
|
#: redbot/cogs/bank/bank.py:100
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the bank's name."
|
msgid "Set the bank's name."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:125
|
#: redbot/cogs/bank/bank.py:102
|
||||||
msgid "Bank name has been set to: {name}"
|
msgid "Bank name has been set to: {name}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:130
|
#: redbot/cogs/bank/bank.py:108
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the name for the bank's currency."
|
msgid "Set the name for the bank's currency."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:132
|
#: redbot/cogs/bank/bank.py:110
|
||||||
msgid "Currency name has been set to: {name}"
|
msgid "Currency name has been set to: {name}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:137
|
#: redbot/cogs/bank/bank.py:116
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the maximum balance a user can get."
|
msgid "Set the maximum balance a user can get."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:143
|
#: redbot/cogs/bank/bank.py:122
|
||||||
msgid "Amount must be greater than zero and less than {max}."
|
msgid "Amount must be greater than zero and less than {max}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:148
|
#: redbot/cogs/bank/bank.py:127
|
||||||
msgid "Maximum balance has been set to: {amount}"
|
msgid "Maximum balance has been set to: {amount}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
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"
|
"PO-Revision-Date: 2020-04-02 12:11\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"
|
||||||
@@ -15,69 +15,69 @@ msgstr ""
|
|||||||
"X-Crowdin-File: /cogs/bank/locales/messages.pot\n"
|
"X-Crowdin-File: /cogs/bank/locales/messages.pot\n"
|
||||||
"Language: fi_FI\n"
|
"Language: fi_FI\n"
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:62
|
#: redbot/cogs/bank/bank.py:38
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Bank"
|
msgid "Bank"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:74
|
#: redbot/cogs/bank/bank.py:50
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Base command for bank settings."
|
msgid "Base command for bank settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:87
|
#: redbot/cogs/bank/bank.py:63
|
||||||
msgid "Bank settings:\\n\\nBank name: {bank_name}\\nCurrency: {currency_name}\\nDefault balance: {default_balance}\\nMaximum allowed balance: {maximum_bal}"
|
msgid "Bank settings:\\n\\nBank name: {bank_name}\\nCurrency: {currency_name}\\nDefault balance: {default_balance}\\nMaximum allowed balance: {maximum_bal}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:101
|
#: redbot/cogs/bank/bank.py:77
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle whether the bank is global or not.\\n\\n If the bank is global, it will become per-server.\\n If the bank is per-server, it will become global.\\n "
|
msgid "Toggle whether the bank is global or not.\\n\\n If the bank is global, it will become per-server.\\n If the bank is per-server, it will become global.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:108
|
#: redbot/cogs/bank/bank.py:84
|
||||||
msgid "per-server"
|
msgid "per-server"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:108
|
#: redbot/cogs/bank/bank.py:84
|
||||||
msgid "global"
|
msgid "global"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:111
|
#: redbot/cogs/bank/bank.py:87
|
||||||
msgid "This will toggle the bank to be {banktype}, deleting all accounts in the process! If you're sure, type `{command}`"
|
msgid "This will toggle the bank to be {banktype}, deleting all accounts in the process! If you're sure, type `{command}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:118
|
#: redbot/cogs/bank/bank.py:94
|
||||||
msgid "The bank is now {banktype}."
|
msgid "The bank is now {banktype}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:123
|
#: redbot/cogs/bank/bank.py:100
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the bank's name."
|
msgid "Set the bank's name."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:125
|
#: redbot/cogs/bank/bank.py:102
|
||||||
msgid "Bank name has been set to: {name}"
|
msgid "Bank name has been set to: {name}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:130
|
#: redbot/cogs/bank/bank.py:108
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the name for the bank's currency."
|
msgid "Set the name for the bank's currency."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:132
|
#: redbot/cogs/bank/bank.py:110
|
||||||
msgid "Currency name has been set to: {name}"
|
msgid "Currency name has been set to: {name}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:137
|
#: redbot/cogs/bank/bank.py:116
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the maximum balance a user can get."
|
msgid "Set the maximum balance a user can get."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:143
|
#: redbot/cogs/bank/bank.py:122
|
||||||
msgid "Amount must be greater than zero and less than {max}."
|
msgid "Amount must be greater than zero and less than {max}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/bank/bank.py:148
|
#: redbot/cogs/bank/bank.py:127
|
||||||
msgid "Maximum balance has been set to: {amount}"
|
msgid "Maximum balance has been set to: {amount}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user