Merge branch 'V3/develop' into cog_guide_core

This commit is contained in:
bobloy
2021-02-18 15:41:29 -05:00
1175 changed files with 155962 additions and 74123 deletions

View File

@@ -1,20 +0,0 @@
Please be sure to read through other issues as well to make sure what you are suggesting/reporting has not already
been suggested/reported
### Type:
- [ ] Suggestion
- [ ] Bug
### Brief description of the problem
### Expected behavior
### Actual behavior
### Steps to reproduce
1.
2.
3.
4.

View File

@@ -1,34 +0,0 @@
---
name: Bug reports for commands
about: For bugs that involve commands found within Red
title: ''
labels: 'Type: Bug'
assignees: ''
---
# Command bugs
<!--
Did you find a bug with a command? Fill out the following:
-->
#### Command name
<!-- Replace this line with the name of the command -->
#### What cog is this command from?
<!-- Replace this line with the name of the cog -->
#### What were you expecting to happen?
<!-- Replace this line with a description of what you were expecting to happen -->
#### What actually happened?
<!-- Replace this line with a description of what actually happened. Include any error messages -->
#### How can we reproduce this issue?
<!-- Replace with numbered steps to reproduce the issue -->

72
.github/ISSUE_TEMPLATE/command_bug.yml vendored Normal file
View File

@@ -0,0 +1,72 @@
name: Bug reports for commands
about: For bugs that involve commands found within Red.
title: ''
labels: 'Type: Bug'
assignees: ''
issue_body: true
inputs:
- type: description
attributes:
value: |
Thank you for taking the time to fill out an issue. This template is meant for any issues related to commands.
If you require help with installing Red we ask that you join our [Discord server](https://discord.gg/red)
- type: input
attributes:
label: "What Red version are you using?"
placeholder: 3.4.5
required: true
- type: dropdown
attributes:
label: "Cog name"
description: "From which cog does the command come from?"
required: true
choices:
- Admin
- Alias
- Audio
- Bank
- Cleanup
- CogManagerUI
- Core
- Customcom
- Dev
- Downloader
- Economy
- Filter
- General
- Image
- Mod
- Modlog
- Mutes
- Permissions
- Reports
- Streams
- Trivia
- Warnings
- type: input
attributes:
label: "Command name"
description: "What is the command that caused the error?"
placeholder: "play"
required: true
- type: textarea
attributes:
label: "What did you expect to happen?"
required: true
- type: textarea
attributes:
label: "What actually happened?"
description: |
A clear and concise description of what the bug is.
If the issue is visual in nature, consider posting a screenshot.
required: true
- type: textarea
attributes:
label: "How can we reproduce this error?"
description: "List of steps required to reproduce this error."
value: |
1.
2.
3.
...
required: true

23
.github/ISSUE_TEMPLATE/enhancements.yml vendored Normal file
View File

@@ -0,0 +1,23 @@
name: Enhancement proposal
about: For feature requests and improvements related to already existing functionality.
title: ''
labels: 'Type: Enhancement'
assignees: ''
issue_body: true
inputs:
- type: description
attributes:
value: |
Thank you for taking the time to fill out an issue. This template is meant for feature requests and improvements to already existing functionality.
If you require help with installing Red we ask that you join our [Discord server](https://discord.gg/red)
- type: input
attributes:
label: "What component of Red (cog, command, API) would you like to see improvements on?"
placeholder: Audio
required: true
- type: textarea
attributes:
label: "Describe the enhancement you're suggesting."
required: true
description: |
Feel free to describe in as much detail as you wish.

View File

@@ -1,44 +0,0 @@
---
name: Feature request
about: For feature requests regarding Red itself.
title: ''
labels: 'Type: Feature'
assignees: ''
---
# Feature request
<!-- This template is for feature requests. Please fill out the following: -->
#### Select the type of feature you are requesting:
<!-- To check a box, replace the space between the [] with a x -->
- [ ] Cog
- [ ] Command
- [ ] API functionality
#### Describe your requested feature
<!--
Feel free to describe in as much detail as you wish.
If you are requesting a cog to be included in core:
- Describe the functionality in as much detail as possible
- Include the command structure, if possible
- Please note that unless it's something that should be core functionality,
we reserve the right to reject your suggestion and point you to our cog
board to request it for a third-party cog
If you are requesting a command:
- Include what cog it should be in and a name for the command
- Describe the intended functionality for the command
- Note any restrictions on who can use the command or where it can be used
If you are requesting API functionality:
- Describe what it should do
- Note whether it is to extend existing functionality or introduce new functionality
-->

View File

@@ -0,0 +1,45 @@
name: Feature request
about: For feature requests regarding Red itself.
title: ''
labels: 'Type: Feature'
assignees: ''
issue_body: true
inputs:
- type: description
attributes:
value: |
Thank you for taking the time to fill out an issue, this template is meant for any feature suggestions.
If you require help with installing Red we ask that you join our [Discord server](https://discord.gg/red)
- type: multi_select
attributes:
label: "Type of feature request"
description: "What type of feature would you like to request?"
required: true
choices:
- API functionality
- Cog
- Command
- Other
- type: textarea
attributes:
label: "Description of the feature you're suggesting"
description: |
Feel free to describe in as much detail as you wish.
If you are requesting API functionality:
- Describe what it should do
- Note whether it is to extend existing functionality or introduce new functionality
If you are requesting a cog to be included in core:
- Describe the functionality in as much detail as possible
- Include the command structure, if possible
- Please note that unless it's something that should be core functionality,
we reserve the right to reject your suggestion and point you to our cog
board to request it for a third-party cog
If you are requesting a command:
- Include what cog it should be in and a name for the command
- Describe the intended functionality for the command
- Note any restrictions on who can use the command or where it can be used
required: true

View File

@@ -1,30 +0,0 @@
---
name: Bug report
about: For bugs that don't involve a command.
title: ''
labels: 'Type: Bug'
assignees: ''
---
# Other bugs
<!--
Did you find a bug with something other than a command? Fill out the following:
-->
#### What were you trying to do?
<!-- Replace this line with a description of what you were trying to do -->
#### What were you expecting to happen?
<!-- Replace this line with a description of what you were expecting to happen -->
#### What actually happened?
<!-- Replace this line with a description of what actually happened. Include any error messages -->
#### How can we reproduce this issue?
<!-- Replace with numbered steps to reproduce the issue -->

42
.github/ISSUE_TEMPLATE/other_bugs.yml vendored Normal file
View File

@@ -0,0 +1,42 @@
name: Bug report
about: "For bugs that don't involve a command."
title: ''
labels: 'Type: Bug'
assignees: ''
issue_body: true
inputs:
- type: description
attributes:
value: |
Thank you for taking the time to fill out an issue. This template is meant for any issues not related to any existing command.
If you require help with installing Red we ask that you join our [Discord server](https://discord.gg/red)
- type: input
attributes:
label: "What Red version are you using?"
placeholder: 3.4.5
required: true
- type: textarea
attributes:
label: "What were you trying to do?"
required: true
- type: textarea
attributes:
label: "What did you expect to happen?"
required: true
- type: textarea
attributes:
label: "What actually happened?"
description: |
If the issue is visual in nature, consider posting a screenshot.
required: true
- type: textarea
attributes:
label: "How can we reproduce this error?"
description: |
List of steps required to reproduce the error. If the bug is code related, a minimal code example that reproduces the problem would be a big help.
value: |
1.
2.
3.
...
required: true

View File

@@ -0,0 +1,32 @@
name: Crowdin - Upload strings
on:
push:
branches:
- V3/develop
jobs:
deploy:
if: github.repository == 'Cog-Creators/Red-DiscordBot'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: Install dependencies
run: |
curl https://artifacts.crowdin.com/repo/GPG-KEY-crowdin | sudo apt-key add -
echo "deb https://artifacts.crowdin.com/repo/deb/ /" | sudo tee -a /etc/apt/sources.list
sudo apt-get update -qq
sudo apt-get install -y crowdin
pip install redgettext==3.3
- name: Generate source files
run: |
make gettext
- name: Upload source files
run: |
make upload_translations
env:
CROWDIN_API_KEY: ${{ secrets.crowdin_token}}
CROWDIN_PROJECT_ID: ${{ secrets.crowdin_identifier }}

104
.github/workflows/prepare_release.yml vendored Normal file
View File

@@ -0,0 +1,104 @@
name: Prepare release
on:
workflow_dispatch:
inputs:
new_stable_version:
description: Version number for the new stable release (leave empty to just strip `.dev1`)
required: false
default: 'auto'
jobs:
crowdin_download_translations:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: Install dependencies
run: |
curl https://artifacts.crowdin.com/repo/GPG-KEY-crowdin | sudo apt-key add -
echo "deb https://artifacts.crowdin.com/repo/deb/ /" | sudo tee -a /etc/apt/sources.list
sudo apt-get update -qq
sudo apt-get install -y crowdin
- name: Download translations
run: |
make download_translations
env:
CROWDIN_API_KEY: ${{ secrets.crowdin_token}}
CROWDIN_PROJECT_ID: ${{ secrets.crowdin_identifier }}
- name: Create Pull Request
id: cpr_crowdin
uses: peter-evans/create-pull-request@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Automated Crowdin downstream
title: "[i18n] Automated Crowdin downstream"
body: |
This is an automated PR.
Please ensure that there are no errors or invalid files are in the PR.
labels: "Automated PR, Category: i18n, Changelog Entry: Skipped"
branch: "automated/i18n"
author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- name: Close and reopen the PR with different token to trigger CI
uses: actions/github-script@v3
env:
PR_NUMBER: ${{ steps.cpr_crowdin.outputs.pull-request-number }}
PR_OPERATION: ${{ steps.cpr_crowdin.outputs.pull-request-operation }}
with:
github-token: ${{ secrets.cogcreators_bot_repo_scoped }}
script: |
const script = require(
`${process.env.GITHUB_WORKSPACE}/.github/workflows/scripts/close_and_reopen_pr.js`
);
console.log(script({github, context}));
pr_stable_bump:
runs-on: ubuntu-latest
steps:
# Checkout repository and install Python
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
# Create PR for stable version bump
- name: Update Red version number from input
id: bump_version_stable
run: |
python .github/workflows/scripts/bump_version.py
env:
PYTHONPATH: ${{ github.workspace }}:${{ env.PYTHONPATH }}
NEW_STABLE_VERSION: ${{ github.event.inputs.new_stable_version }}
- name: Create Pull Request
id: cpr_bump_stable
uses: peter-evans/create-pull-request@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Version bump to ${{ steps.bump_version_stable.outputs.new_version }}
title: Version bump to ${{ steps.bump_version_stable.outputs.new_version }}
body: |
This is an automated PR.
Please ensure that there are no errors or invalid files are in the PR.
labels: "Automated PR, Changelog Entry: Skipped"
branch: "automated/pr_bumps/${{ steps.bump_version_stable.outputs.new_version }}"
author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- name: Close and reopen the PR with different token to trigger CI
uses: actions/github-script@v3
env:
PR_NUMBER: ${{ steps.cpr_bump_stable.outputs.pull-request-number }}
PR_OPERATION: ${{ steps.cpr_bump_stable.outputs.pull-request-operation }}
with:
github-token: ${{ secrets.cogcreators_bot_repo_scoped }}
script: |
const script = require(
`${process.env.GITHUB_WORKSPACE}/.github/workflows/scripts/close_and_reopen_pr.js`
);
console.log(await script({github, context}));

View File

@@ -1,50 +0,0 @@
name: Publish to Crowdin
on:
schedule:
- cron: '0 12 * * THU'
workflow_dispatch:
repository_dispatch:
types: crowdin
env:
CROWDIN_API_KEY: ${{ secrets.crowdin_token}}
CROWDIN_PROJECT_ID: ${{ secrets.crowdin_identifier }}
jobs:
deploy:
if: github.repository == 'Cog-Creators/Red-DiscordBot'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: Install dependencies
run: |
curl https://artifacts.crowdin.com/repo/GPG-KEY-crowdin | sudo apt-key add -
echo "deb https://artifacts.crowdin.com/repo/deb/ /" | sudo tee -a /etc/apt/sources.list
sudo apt-get update -qq
sudo apt-get install -y crowdin
pip install redgettext==3.1
- name: Generate source files
run: |
make gettext
- name: Upload source files
run: |
make upload_translations
- name: Download translations
run: |
make download_translations
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Automated Crowdin downstream
title: "[i18n] Automated Crowdin downstream"
body: |
This is an automated PR.
Please ensure that there are no errors or invalid files are in the PR.
labels: "Automated PR, Category: i18n, Changelog Entry: Skipped"
branch: "automated/i18n"
author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

View File

@@ -1,27 +0,0 @@
name: Publish to PyPI
on:
push:
tags:
- "*"
jobs:
deploy:
if: github.repository == 'Cog-Creators/Red-DiscordBot'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
- name: Build and publish
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.pypi_token }}
run: |
python setup.py sdist bdist_wheel
twine upload dist/*

67
.github/workflows/publish_release.yml vendored Normal file
View File

@@ -0,0 +1,67 @@
name: Publish the release
on:
push:
tags:
- "*"
jobs:
release_to_pypi:
if: github.repository == 'Cog-Creators/Red-DiscordBot'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
- name: Build and publish
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.pypi_token }}
run: |
python setup.py sdist bdist_wheel
twine upload dist/*
pr_dev_bump:
needs: release_to_pypi
runs-on: ubuntu-latest
steps:
# Version bump to development version
- name: Update Red version number to dev
id: bump_version_dev
run: |
python .github/workflows/scripts/bump_version.py
env:
PYTHONPATH: ${{ github.workspace }}:${{ env.PYTHONPATH }}
DEV_BUMP: '1'
- name: Create Pull Request
id: cpr_bump_dev
uses: peter-evans/create-pull-request@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Version bump to ${{ steps.bump_version_dev.outputs.new_version }}
title: Version bump to ${{ steps.bump_version_dev.outputs.new_version }}
body: |
This is an automated PR.
Please ensure that there are no errors or invalid files are in the PR.
labels: "Automated PR, Changelog Entry: Skipped"
branch: "automated/pr_bumps/${{ steps.bump_version_dev.outputs.new_version }}"
author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- name: Close and reopen the PR with different token to trigger CI
uses: actions/github-script@v3
env:
PR_NUMBER: ${{ steps.cpr_bump_dev.outputs.pull-request-number }}
PR_OPERATION: ${{ steps.cpr_bump_dev.outputs.pull-request-operation }}
with:
github-token: ${{ secrets.cogcreators_bot_repo_scoped }}
script: |
const script = require(
`${process.env.GITHUB_WORKSPACE}/.github/workflows/scripts/close_and_reopen_pr.js`
);
console.log(await script({github, context}));

View File

@@ -0,0 +1,45 @@
import os
import re
import sys
from typing import Match
import redbot
version_info = None
def repl(match: Match[str]) -> str:
global version_info
new_stable_version = os.environ.get("NEW_STABLE_VERSION", "auto")
if new_stable_version == "auto":
version_info = redbot.VersionInfo.from_str(match.group("version"))
version_info.dev_release = None
else:
version_info = redbot.VersionInfo.from_str(new_stable_version)
if int(os.environ.get("DEV_BUMP", 0)):
version_info.micro += 1
version_info.dev_release = 1
return f'__version__ = "{version_info}"'
with open("redbot/__init__.py", encoding="utf-8") as fp:
new_contents, found = re.subn(
pattern=r'^__version__ = "(?P<version>[^"]*)"$',
repl=repl,
string=fp.read(),
count=1,
flags=re.MULTILINE,
)
if not found:
print("Couldn't find `__version__` line!")
sys.exit(1)
with open("redbot/__init__.py", "w", encoding="utf-8", newline="\n") as fp:
fp.write(new_contents)
print(f"::set-output name=new_version::{version_info}")

View File

@@ -0,0 +1,25 @@
module.exports = (async function ({github, context}) {
const pr_number = process.env.PR_NUMBER;
const pr_operation = process.env.PR_OPERATION;
let sleep_time = 0;
if (!['created', 'updated'].includes(pr_operation)) {
console.log('PR was not created as there were no changes.')
return;
}
for (const new_state of ['closed', 'open']) {
// some sleep time needed to make sure API handles open after close
if (sleep_time)
await new Promise(r => setTimeout(r, sleep_time));
github.issues.update({
issue_number: pr_number,
owner: context.repo.owner,
repo: context.repo.repo,
state: new_state
});
sleep_time = 2000;
}
})

View File

@@ -4,6 +4,8 @@
Setting up auto-restart using systemd on Linux Setting up auto-restart using systemd on Linux
============================================== ==============================================
.. note:: This guide is for setting up systemd on a Linux environment. This guide assumes that you already have a working Red instance.
------------------------- -------------------------
Creating the service file Creating the service file
------------------------- -------------------------

View File

@@ -1,5 +1,182 @@
.. 3.4.x Changelogs .. 3.4.x Changelogs
Redbot 3.4.6 (2021-02-16)
=========================
| Thanks to all these amazing people that contributed to this release:
| :ghuser:`aikaterna`, :ghuser:`aleclol`, :ghuser:`Andeeeee`, :ghuser:`bobloy`, :ghuser:`BreezeQS`, :ghuser:`Danstr5544`, :ghuser:`Dav-Git`, :ghuser:`Elysweyr`, :ghuser:`Fabian-Evolved`, :ghuser:`fixator10`, :ghuser:`Flame442`, :ghuser:`Injabie3`, :ghuser:`jack1142`, :ghuser:`Kowlin`, :ghuser:`kreusada`, :ghuser:`leblancg`, :ghuser:`maxbooiii`, :ghuser:`NeuroAssassin`, :ghuser:`phenom4n4n`, :ghuser:`PredaaA`, :ghuser:`Predeactor`, :ghuser:`retke`, :ghuser:`siu3334`, :ghuser:`Strafee`, :ghuser:`TheWyn`, :ghuser:`TrustyJAID`, :ghuser:`Vexed01`, :ghuser:`yamikaitou`
Read before updating
--------------------
1. Information for Audio users that are using an external Lavalink instance (if you don't know what that is, you should skip this point):
Red 3.4.6 uses a new Lavalink jar that you will need to manually update from `our GitHub <https://github.com/Cog-Creators/Lavalink-Jars/releases/tag/3.3.2.3_1199>`__.
End-user changelog
------------------
Core Bot
********
- Fixed the rotation of Red's logs that could before result in big disk usage (:issue:`4405`, :issue:`4738`)
- Fixed command usage in the help messages for few commands in Red (:issue:`4599`, :issue:`4733`)
- Fixed errors in ``[p]command defaultdisablecog`` and ``[p]command defaultenablecog`` commands (:issue:`4767`, :issue:`4768`)
- ``[p]command listdisabled guild`` can no longer be run in DMs (:issue:`4771`, :issue:`4772`)
- Improvements and fixes for our new (colorful) logging (:issue:`4702`, :issue:`4726`)
- The colors used have been adjusted to be readable on many more terminal applications
- The ``NO_COLOR`` environment variable can now be set to forcefully disable all colors in the console output
- Tracebacks will now use the full width of the terminal again
- Tracebacks no longer contain multiple lines per stack level (this can now be changed with the flag ``-rich-traceback-extra-lines``)
- Disabled syntax highlighting on the log messages
- Dev cog no longer captures logging output
- Added some cool features for developers
- Added the flag ``--rich-traceback-extra-lines`` which can be used to set the number of additional lines in tracebacks
- Added the flag ``--rich-traceback-show-locals`` which enables showing local variables in tracebacks
- Improved and fixed a few other minor things
- Added a friendly error message to ``[p]load`` that is shown when trying to load a cog with a command name that is already taken by a different cog (:issue:`3870`)
- Help now includes command aliases in the command help (:issue:`3040`)
- This can be disabled with ``[p]helpset showaliases`` command
- Fixed errors appearing when using Ctrl+C to interrupt ``redbot --edit`` (:issue:`3777`, :issue:`4572`)
Admin
*****
- ``[p]selfrole`` can now be used without a subcommand and passed with a selfrole directly to add/remove it from the user running the command (:issue:`4826`)
Audio
*****
- Improved detection of embed players for fallback on age-restricted YT tracks (:issue:`4818`, :issue:`4819`)
- Improved MP4/AAC decoding (:issue:`4818`, :issue:`4819`)
- Requests for YT tracks are now retried if the initial request causes a connection reset (:issue:`4818`, :issue:`4819`)
Cleanup
*******
- Renamed the ``[p]cleanup spam`` command to ``[p]cleanup duplicates``, with the old name kept as an alias for the time being (:issue:`4814`)
- Fixed an error from passing an overly large integer as a message ID to ``[p]cleanup after`` and ``[p]cleanup before`` (:issue:`4791`)
Dev Cog
*******
- Help descriptions of the cog and its commands now get translated properly (:issue:`4815`)
Economy
*******
- ``[p]economyset rolepaydayamount`` can now remove the previously set payday amount (:issue:`4661`, :issue:`4758`)
Filter
******
- Added a case type ``filterhit`` which is used to log filter hits (:issue:`4676`, :issue:`4739`)
Mod
***
- The ``[p]tempban`` command no longer errors out when trying to ban a user in a guild with the vanity url feature that doesn't have a vanity url set (:issue:`4714`)
- Fixed an edge case in role hierarchy checks (:issue:`4740`)
- Added two new settings for disabling username and nickname tracking (:issue:`4799`)
- Added a command ``[p]modset trackallnames`` that disables username tracking and overrides the nickname tracking setting for all guilds
- Added a command ``[p]modset tracknicknames`` that disables nickname tracking in a specific guild
- Added a command ``[p]modset deletenames`` that deletes all stored usernames and nicknames (:issue:`4827`)
- Added usage examples to ``[p]kick``, ``[p]ban``, ``[p]massban``, and ``[p]tempban`` (:issue:`4712`, :issue:`4715`)
- Updated DM on kick/ban to use bot's default embed color (:issue:`4822`)
Modlog
******
- Added a command ``[p]listcases`` that allows you to see multiple cases for a user at once (:issue:`4426`)
- Added typing indicator to ``[p]casesfor`` command (:issue:`4426`)
Mutes
*****
- Fixed an edge case in role hierarchy checks (:issue:`4740`)
- The modlog reason no longer contains leading whitespace when it's passed *after* the mute time (:issue:`4749`)
- A DM can now be sent to the (un)muted user on mute and unmute (:issue:`3752`, :issue:`4563`)
- Added ``[p]muteset senddm`` to set whether the DM should be sent (function disabled by default)
- Added ``[p]muteset showmoderator`` to set whether the DM sent to the user should include the name of the moderator that muted the user (function disabled by default)
- Added more role hierarchy checks to ensure permission escalations cannot occur on servers with a careless configuration (:issue:`4741`)
- Help descriptions of the cog and its commands now get translated properly (:issue:`4815`)
Reports
*******
- Reports now use the default embed color of the bot (:issue:`4800`)
Streams
*******
- Fixed incorrect timezone offsets for some YouTube stream schedules (:issue:`4693`, :issue:`4694`)
- Fixed meaningless errors happening when the YouTube API key becomes invalid or when the YouTube quota is exceeded (:issue:`4745`)
Trivia
******
- Payout for trivia sessions ending in a tie now gets split between all the players with the highest score (:issue:`3931`, :issue:`4649`)
Trivia Lists
************
- Added new Who's That Pokémon - Gen. VI trivia list (:issue:`4785`)
- Updated answers regarding some of the hero's health and abilities in the ``overwatch`` trivia list (:issue:`4805`)
Developer changelog
-------------------
Core Bot
********
- Updated versions of the libraries used in Red: discord.py to 1.6.0, aiohttp to 3.7.3 (:issue:`4728`)
- Added an event ``on_red_before_identify`` that is dispatched before IDENTIFYing a session (:issue:`4647`)
Utility Functions
*****************
- Added a function `redbot.core.utils.chat_formatting.spoiler()` that wraps the given text in a spoiler (:issue:`4754`)
Dev Cog
*******
- Cogs can now add their own variables to the environment of ``[p]debug``, ``[p]eval``, and ``[p]repl`` commands (:issue:`4667`)
- Variables can be added and removed from the environment of Dev cog using two new methods:
- `bot.add_dev_env_value() <RedBase.add_dev_env_value()>`
- `bot.remove_dev_env_value() <RedBase.remove_dev_env_value()>`
Documentation changes
---------------------
- Added `cog guide for Filter cog <cog_guides/filter>` (:issue:`4579`)
- Added information about the Red Index to `guide_publish_cogs` (:issue:`4778`)
- Restructured the host list (:issue:`4710`)
- Clarified how to use pm2 with ``pyenv virtualenv`` (:issue:`4709`)
- Updated the pip command for Red with the postgres extra in `install_linux_mac` document to work on zsh shell (:issue:`4697`)
- Updated Python version in ``pyenv`` and Windows instructions (:issue:`4770`)
Miscellaneous
-------------
- Various grammar fixes (:issue:`4705`, :issue:`4748`, :issue:`4750`, :issue:`4763`, :issue:`4788`, :issue:`4792`, :issue:`4810`)
- Red's dependencies have been bumped (:issue:`4572`)
Redbot 3.4.5 (2020-12-24) Redbot 3.4.5 (2020-12-24)
========================= =========================
| Thanks to all these amazing people that contributed to this release: | Thanks to all these amazing people that contributed to this release:
@@ -13,6 +190,7 @@ Streams
- Fixed Streams failing to load and work properly (:issue:`4687`, :issue:`4688`) - Fixed Streams failing to load and work properly (:issue:`4687`, :issue:`4688`)
Redbot 3.4.4 (2020-12-24) Redbot 3.4.4 (2020-12-24)
========================= =========================
@@ -103,9 +281,9 @@ Developer changelog
Documentation changes Documentation changes
--------------------- ---------------------
- Added `cog guide for Downloader cog <streams>` (:issue:`4511`) - Added `cog guide for Downloader cog <cog_guides/downloader>` (:issue:`4511`)
- Added `cog guide for Economy cog <streams>` (:issue:`4519`) - Added `cog guide for Economy cog <cog_guides/economy>` (:issue:`4519`)
- Added `cog guide for Streams cog <streams>` (:issue:`4521`) - Added `cog guide for Streams cog <cog_guides/streams>` (:issue:`4521`)
- Added `guide_cog_creators` document (:issue:`4637`) - Added `guide_cog_creators` document (:issue:`4637`)
- Removed install instructions for Ubuntu 16.04 (:issue:`4650`) - Removed install instructions for Ubuntu 16.04 (:issue:`4650`)

View File

@@ -46,13 +46,16 @@ selfrole
.. code-block:: none .. code-block:: none
[p]selfrole [p]selfrole <selfrole>
**Description** **Description**
Add or remove roles to yourself. Those roles must have been configured as user Add or remove a role from yourself. It must have been configured as user settable
settable by admins using the :ref:`selfroleset command by admins using the :ref:`selfroleset command <admin-command-selfroleset>`.
<admin-command-selfroleset>`.
**Arguments**
* ``<selfrole>``: The role you want to attribute or remove from yourself. |role-input|
.. _admin-command-selfrole-add: .. _admin-command-selfrole-add:

View File

@@ -302,18 +302,20 @@ economyset paydaytime
.. code-block:: none .. code-block:: none
[p]economyset paydaytime <seconds> [p]economyset paydaytime <duration>
**Description** **Description**
Set the cooldown for the payday command. Set the cooldown for the payday command.
Example: Examples:
- ``[p]economyset paydaytime 86400`` - ``[p]economyset paydaytime 86400``
- ``[p]economyset paydaytime 1d``
**Arguments** **Arguments**
- ``<seconds>`` The new number of seconds to wait in between uses of payday. Default is 300. - | ``<duration>`` The new duration to wait in between uses of payday. Default is 5 minutes.
| Accepts: seconds, minutes, hours, days, weeks (if no unit is specified, the duration is assumed to be given in seconds)
.. _economy-command-economyset-registeramount: .. _economy-command-economyset-registeramount:
@@ -352,7 +354,7 @@ economyset rolepaydayamount
**Description** **Description**
Set the amount earned each payday for a role. Set the amount earned each payday for a role. Setting to 0 will remove the custom payday for that role instead.
Only available when not using a global bank. Only available when not using a global bank.
@@ -436,18 +438,20 @@ economyset slottime
.. code-block:: none .. code-block:: none
[p]economyset slottime <seconds> [p]economyset slottime <duration>
**Description** **Description**
Set the cooldown for the slot machine. Set the cooldown for the slot machine.
Example: Examples:
- ``[p]economyset slottime 10`` - ``[p]economyset slottime 10``
- ``[p]economyset slottime 10m``
**Arguments** **Arguments**
- ``<seconds>`` The new number of seconds to wait in between uses of the slot machine. Default is 5. - | ``<duration>`` The new duration to wait in between uses of the slot machine. Default is 5 seconds.
| Accepts: seconds, minutes, hours, days, weeks (if no unit is specified, the duration is assumed to be given in seconds)
.. _economy-command-leaderboard: .. _economy-command-leaderboard:

View File

@@ -86,3 +86,12 @@ Keys specific to the cog info.json (case sensitive)
.. warning:: .. warning::
Shared libraries are deprecated since version 3.2 and are marked for removal in the future. Shared libraries are deprecated since version 3.2 and are marked for removal in the future.
Adding to the Index
-------------------
Repositories that are correctly configured can be added to the `public index of cogs <https://index.discord.red/>`_.
To be added to the index, make a pull request to the `Red-Index repository <https://github.com/Cog-Creators/Red-Index>`_ in the unapproved section. You can learn more about this process in the repository description.
To be added to the approved repositories, first see `guide_cog_creators`.

View File

@@ -323,7 +323,7 @@ Then run the following command:
.. code-block:: none .. code-block:: none
CONFIGURE_OPTS=--enable-optimizations pyenv install 3.8.6 -v CONFIGURE_OPTS=--enable-optimizations pyenv install 3.8.7 -v
This may take a long time to complete, depending on your hardware. For some machines (such as This may take a long time to complete, depending on your hardware. For some machines (such as
Raspberry Pis and micro-tier VPSes), it may take over an hour; in this case, you may wish to remove Raspberry Pis and micro-tier VPSes), it may take over an hour; in this case, you may wish to remove
@@ -335,7 +335,7 @@ After that is finished, run:
.. code-block:: none .. code-block:: none
pyenv global 3.8.6 pyenv global 3.8.7
Pyenv is now installed and your system should be configured to run Python 3.8. Pyenv is now installed and your system should be configured to run Python 3.8.
@@ -444,7 +444,7 @@ Or, to install with PostgreSQL support:
.. code-block:: none .. code-block:: none
python -m pip install -U pip setuptools wheel python -m pip install -U pip setuptools wheel
python -m pip install -U Red-DiscordBot[postgres] python -m pip install -U "Red-DiscordBot[postgres]"
.. note:: .. note::

View File

@@ -40,7 +40,7 @@ Then run each of the following commands:
iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
choco upgrade git --params "/GitOnlyOnPath /WindowsTerminal" -y choco upgrade git --params "/GitOnlyOnPath /WindowsTerminal" -y
choco upgrade visualstudio2019-workload-vctools -y choco upgrade visualstudio2019-workload-vctools -y
choco upgrade python3 -y --version 3.8.6 choco upgrade python3 -y --version 3.8.7
For Audio support, you should also run the following command before exiting: For Audio support, you should also run the following command before exiting:

View File

@@ -191,7 +191,7 @@ def _update_event_loop_policy():
_asyncio.set_event_loop_policy(_uvloop.EventLoopPolicy()) _asyncio.set_event_loop_policy(_uvloop.EventLoopPolicy())
__version__ = "3.4.6.dev1" __version__ = "3.4.7.dev1"
version_info = VersionInfo.from_str(__version__) version_info = VersionInfo.from_str(__version__)
# Filter fuzzywuzzy slow sequence matcher warning # Filter fuzzywuzzy slow sequence matcher warning
@@ -204,12 +204,3 @@ if "--debug" not in _sys.argv:
# Individual warnings - tracked in https://github.com/Cog-Creators/Red-DiscordBot/issues/3529 # Individual warnings - tracked in https://github.com/Cog-Creators/Red-DiscordBot/issues/3529
# DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. # DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python.
_warnings.filterwarnings("ignore", category=DeprecationWarning, module="importlib", lineno=219) _warnings.filterwarnings("ignore", category=DeprecationWarning, module="importlib", lineno=219)
# DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead
# def noop(*args, **kwargs): # type: ignore
_warnings.filterwarnings("ignore", category=DeprecationWarning, module="aiohttp", lineno=107)
# DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10.
# hosts = await asyncio.shield(self._resolve_host(..
_warnings.filterwarnings("ignore", category=DeprecationWarning, module="aiohttp", lineno=964)
# DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10.
# self._event = asyncio.Event(loop=loop)
_warnings.filterwarnings("ignore", category=DeprecationWarning, module="aiohttp", lineno=21)

View File

@@ -337,7 +337,7 @@ async def run_bot(red: Red, cli_flags: Namespace) -> None:
redbot.logging.init_logging( redbot.logging.init_logging(
level=cli_flags.logging_level, level=cli_flags.logging_level,
location=data_manager.core_data_path() / "logs", location=data_manager.core_data_path() / "logs",
force_rich_logging=cli_flags.rich_logging, cli_flags=cli_flags,
) )
log.debug("====Basic Config====") log.debug("====Basic Config====")

View File

@@ -391,12 +391,20 @@ class Admin(commands.Cog):
return valid_roles return valid_roles
@commands.guild_only() @commands.guild_only()
@commands.group() @commands.group(invoke_without_command=True)
async def selfrole(self, ctx: commands.Context): async def selfrole(self, ctx: commands.Context, *, selfrole: SelfRole):
"""Apply selfroles.""" """
pass Add or remove a selfrole from yourself.
@selfrole.command(name="add") Server admins must have configured the role as user settable.
NOTE: The role is case sensitive!
"""
if selfrole in ctx.author.roles:
return await self._removerole(ctx, ctx.author, selfrole, check_user=False)
else:
return await self._addrole(ctx, ctx.author, selfrole, check_user=False)
@selfrole.command(name="add", hidden=True)
async def selfrole_add(self, ctx: commands.Context, *, selfrole: SelfRole): async def selfrole_add(self, ctx: commands.Context, *, selfrole: SelfRole):
""" """
Add a selfrole to yourself. Add a selfrole to yourself.
@@ -407,7 +415,7 @@ class Admin(commands.Cog):
# noinspection PyTypeChecker # noinspection PyTypeChecker
await self._addrole(ctx, ctx.author, selfrole, check_user=False) await self._addrole(ctx, ctx.author, selfrole, check_user=False)
@selfrole.command(name="remove") @selfrole.command(name="remove", hidden=True)
async def selfrole_remove(self, ctx: commands.Context, *, selfrole: SelfRole): async def selfrole_remove(self, ctx: commands.Context, *, selfrole: SelfRole):
""" """
Remove a selfrole from yourself. Remove a selfrole from yourself.

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-09-03 12:24+0000\n" "POT-Creation-Date: 2021-02-16 19:14+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Afrikaans\n" "Language-Team: Afrikaans\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -74,12 +74,20 @@ msgstr ""
#: redbot/cogs/admin/admin.py:223 #: redbot/cogs/admin/admin.py:223
#, docstring #, docstring
msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\n"
" Add a role to a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:239 #: redbot/cogs/admin/admin.py:239
#, docstring #, docstring
msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\n"
" Remove a role from a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:253 #: redbot/cogs/admin/admin.py:253
@@ -89,7 +97,15 @@ msgstr ""
#: redbot/cogs/admin/admin.py:260 #: redbot/cogs/admin/admin.py:260
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\n"
" Edit a role's colour.\n\n"
" Use double quotes if the role contains spaces.\n"
" Colour must be in hexadecimal format.\n"
" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n"
" Examples:\n"
" `[p]editrole colour \"The Transistor\" #ff0000`\n"
" `[p]editrole colour Test #ff9900`\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322 #: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322
@@ -98,7 +114,12 @@ msgstr ""
#: redbot/cogs/admin/admin.py:293 #: redbot/cogs/admin/admin.py:293
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\n"
" Edit a role's name.\n\n"
" Use double quotes if the role or the name contain spaces.\n\n"
" Example:\n"
" `[p]editrole name \"The Transistor\" Test`\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:327 #: redbot/cogs/admin/admin.py:327
@@ -130,7 +151,10 @@ msgstr ""
#: redbot/cogs/admin/admin.py:357 #: redbot/cogs/admin/admin.py:357
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\n"
" Change the channel where the bot will send announcements.\n\n"
" If channel is left blank it defaults to the current channel.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:366 #: redbot/cogs/admin/admin.py:366
@@ -144,73 +168,94 @@ msgstr ""
#: redbot/cogs/admin/admin.py:396 #: redbot/cogs/admin/admin.py:396
#, docstring #, docstring
msgid "Apply selfroles." msgid "\n"
" Add or remove a selfrole from yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:401 #: redbot/cogs/admin/admin.py:409
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\n"
" Add a selfrole to yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:412 #: redbot/cogs/admin/admin.py:420
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\n"
" Remove a selfrole from yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:423 #: redbot/cogs/admin/admin.py:431
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\n"
" Lists all available selfroles.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:433 #: redbot/cogs/admin/admin.py:441
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\n"
"{selfroles}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:439 #: redbot/cogs/admin/admin.py:447
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:444 #: redbot/cogs/admin/admin.py:452
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "" " Add a role to the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
#: redbot/cogs/admin/admin.py:451 " "
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:459 #: redbot/cogs/admin/admin.py:459
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 ""
#: redbot/cogs/admin/admin.py:467
msgid "Added." msgid "Added."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:462 #: redbot/cogs/admin/admin.py:470
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:466 #: redbot/cogs/admin/admin.py:474
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "" " Remove a role from the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
#: redbot/cogs/admin/admin.py:473 " "
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:481 #: redbot/cogs/admin/admin.py:481
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 ""
#: redbot/cogs/admin/admin.py:489
msgid "Removed." msgid "Removed."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:486 #: redbot/cogs/admin/admin.py:494
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:491 #: redbot/cogs/admin/admin.py:499
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:493 #: redbot/cogs/admin/admin.py:501
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "" msgstr ""

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-09-03 12:24+0000\n" "POT-Creation-Date: 2021-02-16 19:14+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Arabic\n" "Language-Team: Arabic\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n" "Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -21,31 +21,31 @@ msgstr "حاولت القيام بشيء لا أملك تصريح من ديسك
#: redbot/cogs/admin/admin.py:23 #: redbot/cogs/admin/admin.py:23
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:29 #: redbot/cogs/admin/admin.py:29
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:35 #: redbot/cogs/admin/admin.py:35
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:41 #: redbot/cogs/admin/admin.py:41
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:47 #: redbot/cogs/admin/admin.py:47
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:53 #: redbot/cogs/admin/admin.py:53
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:59 #: redbot/cogs/admin/admin.py:59
msgid "I need manage roles permission to do that." msgid "I need manage roles permission to do that."
msgstr "" msgstr "أحتاج إلى إذن إدارة الرتبللقيام بذلك."
#: redbot/cogs/admin/admin.py:61 #: redbot/cogs/admin/admin.py:61
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 "مجموعة من أدوات إدارة السيرفر."
#: redbot/cogs/admin/admin.py:162 #: redbot/cogs/admin/admin.py:162
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:182 #: redbot/cogs/admin/admin.py:182
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} إلى {member.display
#: redbot/cogs/admin/admin.py:192 #: redbot/cogs/admin/admin.py:192
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:212 #: redbot/cogs/admin/admin.py:212
msgid "I successfully removed {role.name} from {member.display_name}" msgid "I successfully removed {role.name} from {member.display_name}"
@@ -74,13 +74,27 @@ msgstr "لقد قمت بنجاح بإزالة {role.name} من {member.display_n
#: redbot/cogs/admin/admin.py:223 #: redbot/cogs/admin/admin.py:223
#, 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"
msgstr "" " Add a role to a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "\n"
" إضافة رتبة إلى مستخدم.\n\n"
" استخدام علامات اقتباس مزدوجة إذا كان الرتبة يحتوي على مسافات.\n"
" إذا ترك المستخدم فارغاً فإنه افتراضياً لمؤلف الأمر.\n"
#: redbot/cogs/admin/admin.py:239 #: redbot/cogs/admin/admin.py:239
#, 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"
msgstr "" " Remove a role from a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "\n"
" إزالة رتبة من مستخدم.\n\n"
" استخدام علامات اقتباس مزدوجة إذا كان الرتبة يحتوي على مسافات.\n"
" إذا ترك المستخدم فارغاً فإنه افتراضياً لمؤلف الأمر.\n"
#: redbot/cogs/admin/admin.py:253 #: redbot/cogs/admin/admin.py:253
#, docstring #, docstring
@@ -89,8 +103,22 @@ msgstr "تعديل إعدادات الرتبة."
#: redbot/cogs/admin/admin.py:260 #: redbot/cogs/admin/admin.py:260
#, 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"
msgstr "" " Edit a role's colour.\n\n"
" Use double quotes if the role contains spaces.\n"
" Colour must be in hexadecimal format.\n"
" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n"
" Examples:\n"
" `[p]editrole colour \"The Transistor\" #ff0000`\n"
" `[p]editrole colour Test #ff9900`\n"
" "
msgstr "\n"
" تحرير لون رتبة.\n\n"
" استخدام علامات اقتباس مزدوجة إذا كان الرتبة يحتوي على مسافات.\n"
" يجب أن يكون اللون بتنسيق سداسي عشري.\n"
" [منتقي الألوان عبر الإنترنت](http://www.w3schools.com/colors/colors_picker.asp)\n\n"
" أمثلة:\n"
" '[p]editrole اللون \"الترانزستور\" #ff0000'n'n'[p]editrole لون اختبار #ff9900'n"
#: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322 #: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322
msgid "Done." msgid "Done."
@@ -98,8 +126,17 @@ msgstr "تم."
#: redbot/cogs/admin/admin.py:293 #: redbot/cogs/admin/admin.py:293
#, 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"
msgstr "" " Edit a role's name.\n\n"
" Use double quotes if the role or the name contain spaces.\n\n"
" Example:\n"
" `[p]editrole name \"The Transistor\" Test`\n"
" "
msgstr "\n"
" تحرير اسم رتبة.\n\n"
" استخدام علامات اقتباس مزدوجة إذا كان الرتبة أو الاسم يحتويعلى مسافات.\n\n"
" المثال:\n"
" '[p]اسم تحرير \"The Transistor\" Test'\n"
#: redbot/cogs/admin/admin.py:327 #: redbot/cogs/admin/admin.py:327
#, docstring #, docstring
@@ -117,7 +154,7 @@ msgstr "إلغاء إعلان جارٍ."
#: redbot/cogs/admin/admin.py:343 #: redbot/cogs/admin/admin.py:343
msgid "There is no currently running announcement." msgid "There is no currently running announcement."
msgstr "" msgstr "لا يوجد إعلان قيد التشغيل حالياً."
#: redbot/cogs/admin/admin.py:346 #: redbot/cogs/admin/admin.py:346
msgid "The current announcement has been cancelled." msgid "The current announcement has been cancelled."
@@ -126,11 +163,14 @@ msgstr "تم إلغاء الإعلان الحالي."
#: redbot/cogs/admin/admin.py:352 #: redbot/cogs/admin/admin.py:352
#, 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:357 #: redbot/cogs/admin/admin.py:357
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\n"
" Change the channel where the bot will send announcements.\n\n"
" If channel is left blank it defaults to the current channel.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:366 #: redbot/cogs/admin/admin.py:366
@@ -144,83 +184,114 @@ msgstr ""
#: redbot/cogs/admin/admin.py:396 #: redbot/cogs/admin/admin.py:396
#, docstring #, docstring
msgid "Apply selfroles." msgid "\n"
" Add or remove a selfrole from yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:401 #: redbot/cogs/admin/admin.py:409
#, 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"
msgstr "" " Add a selfrole to yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "\n"
" إضافة رتبة ذاتي لنفسك.\n\n"
" يجب أن يكون مسؤولو الخادم قد قاموا بتكوين الرتبة كـ settable للمستخدم.\n"
" ملاحظة: الرتبة حساس للحالة!\n"
#: redbot/cogs/admin/admin.py:412 #: redbot/cogs/admin/admin.py:420
#, 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"
msgstr "" " Remove a selfrole from yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "\n"
" إزالة رتبة ذاتي من نفسك.\n\n"
" يجب أن يكون مسؤولو الخادم قد قاموا بتكوين الرتبة كـ settable للمستخدم.\n"
" ملاحظة: الرتبة حساس للحالة!\n"
#: redbot/cogs/admin/admin.py:423 #: redbot/cogs/admin/admin.py:431
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\n"
msgstr "" " Lists all available selfroles.\n"
" "
msgstr "\n"
" يسرد كافة الرتب الذاتية المتوفرة.\n"
#: redbot/cogs/admin/admin.py:433 #: redbot/cogs/admin/admin.py:441
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\n"
msgstr "" "{selfroles}"
msgstr "الرتب الذاتية المتوفرة:\n"
"{selfroles}"
#: redbot/cogs/admin/admin.py:439 #: redbot/cogs/admin/admin.py:447
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "" msgstr "تطبيق الرتبالذاتية."
#: redbot/cogs/admin/admin.py:444 #: redbot/cogs/admin/admin.py:452
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "" " Add a role to the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
#: redbot/cogs/admin/admin.py:451 " "
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgstr "\n"
msgstr "" " إضافة رتبة إلى قائمة الرتب الذاتية المتوفرة.\n\n"
" ملاحظة: الرتبة حساس للحالة!\n"
#: redbot/cogs/admin/admin.py:459 #: redbot/cogs/admin/admin.py:459
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "لا يمكنني السماح لك بإضافة {role.name} لرتبة ذاتي لأن هذا الرتبة أعلى من أو يساوي أعلى رتبةك في التسلسل الهرمي لـ Discord."
#: redbot/cogs/admin/admin.py:467
msgid "Added." msgid "Added."
msgstr "" msgstr "لقد قمت بنجاح بإضافة {role.name} إلى {member.display_name}"
#: redbot/cogs/admin/admin.py:462 #: redbot/cogs/admin/admin.py:470
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "" msgstr "الرتبة المذكورة ليست على قائمة الرتب الذاتية."
#: redbot/cogs/admin/admin.py:466 #: redbot/cogs/admin/admin.py:474
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "" " Remove a role from the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
#: redbot/cogs/admin/admin.py:473 " "
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgstr "\\ ن أ شن ة أشنة الان زة الان اكل سالت الكلسه \\ ن \\ ن ن ن جال: الـ\"با\" \\ ن"
msgstr ""
#: redbot/cogs/admin/admin.py:481 #: redbot/cogs/admin/admin.py:481
msgid "Removed." 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:486 #: redbot/cogs/admin/admin.py:489
msgid "Removed."
msgstr "لقد قمت بنجاح بإزالة {role.name} من {member.display_name}"
#: redbot/cogs/admin/admin.py:494
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "قفل البوت للسيرفر الحالي فقط." msgstr "قفل البوت للسيرفر الحالي فقط."
#: redbot/cogs/admin/admin.py:491 #: redbot/cogs/admin/admin.py:499
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "لم يعد البوت مقفول للسيرفر الحالي فقط." msgstr "لم يعد البوت مقفول للسيرفر الحالي فقط."
#: redbot/cogs/admin/admin.py:493 #: redbot/cogs/admin/admin.py:501
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "لقد تم قفل البوت للسيرفر الحالي فقط." msgstr "لقد تم قفل البوت للسيرفر الحالي فقط."
#: redbot/cogs/admin/announcer.py:68 #: redbot/cogs/admin/announcer.py:68
msgid "I could not announce to the following server: " msgid "I could not announce to the following server: "
msgstr "" msgstr "لم أستطع أن أعلن للخوادم التالية:"
#: redbot/cogs/admin/announcer.py:70 #: redbot/cogs/admin/announcer.py:70
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."

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-09-03 12:24+0000\n" "POT-Creation-Date: 2021-02-16 19:14+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Bulgarian\n" "Language-Team: Bulgarian\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -74,13 +74,29 @@ msgstr "Успешно махнах {role.name} от {member.display_name}"
#: redbot/cogs/admin/admin.py:223 #: redbot/cogs/admin/admin.py:223
#, 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"
msgstr "\\n Добави роля на потребител.\\n\\n Използвай двойни кавички, ако ролята съдържа място.\\n Ако потребител е празно, то по подразбиране е автора на командата.\\n " " Add a role to a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "\n"
" Добави роля на потребител.\n\n"
" Използвай двойни кавички, ако ролята съдържа място.\n"
" Ако потребител е празно, то по подразбиране е автора на командата.\n"
" "
#: redbot/cogs/admin/admin.py:239 #: redbot/cogs/admin/admin.py:239
#, 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"
msgstr "\\n Махни роля на потребител.\\n\\n Използвай двойни кавички, ако ролята съдържа място.\\n Ако потребител е празно, то по подразбиране е автора на командата.\\n " " Remove a role from a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "\n"
" Махни роля на потребител.\n\n"
" Използвай двойни кавички, ако ролята съдържа място.\n"
" Ако потребител е празно, то по подразбиране е автора на командата.\n"
" "
#: redbot/cogs/admin/admin.py:253 #: redbot/cogs/admin/admin.py:253
#, docstring #, docstring
@@ -89,7 +105,15 @@ msgstr "Редактирай настройките на ролята."
#: redbot/cogs/admin/admin.py:260 #: redbot/cogs/admin/admin.py:260
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\n"
" Edit a role's colour.\n\n"
" Use double quotes if the role contains spaces.\n"
" Colour must be in hexadecimal format.\n"
" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n"
" Examples:\n"
" `[p]editrole colour \"The Transistor\" #ff0000`\n"
" `[p]editrole colour Test #ff9900`\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322 #: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322
@@ -98,7 +122,12 @@ msgstr "Завършено."
#: redbot/cogs/admin/admin.py:293 #: redbot/cogs/admin/admin.py:293
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\n"
" Edit a role's name.\n\n"
" Use double quotes if the role or the name contain spaces.\n\n"
" Example:\n"
" `[p]editrole name \"The Transistor\" Test`\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:327 #: redbot/cogs/admin/admin.py:327
@@ -130,7 +159,10 @@ msgstr ""
#: redbot/cogs/admin/admin.py:357 #: redbot/cogs/admin/admin.py:357
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\n"
" Change the channel where the bot will send announcements.\n\n"
" If channel is left blank it defaults to the current channel.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:366 #: redbot/cogs/admin/admin.py:366
@@ -144,73 +176,94 @@ msgstr ""
#: redbot/cogs/admin/admin.py:396 #: redbot/cogs/admin/admin.py:396
#, docstring #, docstring
msgid "Apply selfroles." msgid "\n"
" Add or remove a selfrole from yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:401 #: redbot/cogs/admin/admin.py:409
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\n"
" Add a selfrole to yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:412 #: redbot/cogs/admin/admin.py:420
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\n"
" Remove a selfrole from yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:423 #: redbot/cogs/admin/admin.py:431
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\n"
" Lists all available selfroles.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:433 #: redbot/cogs/admin/admin.py:441
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\n"
"{selfroles}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:439 #: redbot/cogs/admin/admin.py:447
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:444 #: redbot/cogs/admin/admin.py:452
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "" " Add a role to the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
#: redbot/cogs/admin/admin.py:451 " "
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:459 #: redbot/cogs/admin/admin.py:459
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 ""
#: redbot/cogs/admin/admin.py:467
msgid "Added." msgid "Added."
msgstr "Добавено." msgstr "Добавено."
#: redbot/cogs/admin/admin.py:462 #: redbot/cogs/admin/admin.py:470
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "Тази роля вече е самостоятелна роля." msgstr "Тази роля вече е самостоятелна роля."
#: redbot/cogs/admin/admin.py:466 #: redbot/cogs/admin/admin.py:474
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "" " Remove a role from the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
#: redbot/cogs/admin/admin.py:473 " "
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:481 #: redbot/cogs/admin/admin.py:481
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 ""
#: redbot/cogs/admin/admin.py:489
msgid "Removed." msgid "Removed."
msgstr "Премахнато." msgstr "Премахнато."
#: redbot/cogs/admin/admin.py:486 #: redbot/cogs/admin/admin.py:494
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "Заключете бота само за текущите му сървъри." msgstr "Заключете бота само за текущите му сървъри."
#: redbot/cogs/admin/admin.py:491 #: redbot/cogs/admin/admin.py:499
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "Ботът вече не е заключен за сървъри." msgstr "Ботът вече не е заключен за сървъри."
#: redbot/cogs/admin/admin.py:493 #: redbot/cogs/admin/admin.py:501
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "Ботът е заключен за сървъри." msgstr "Ботът е заключен за сървъри."

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-09-03 12:24+0000\n" "POT-Creation-Date: 2021-02-16 19:14+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Bosnian\n" "Language-Team: Bosnian\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -74,12 +74,20 @@ msgstr ""
#: redbot/cogs/admin/admin.py:223 #: redbot/cogs/admin/admin.py:223
#, docstring #, docstring
msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\n"
" Add a role to a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:239 #: redbot/cogs/admin/admin.py:239
#, docstring #, docstring
msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\n"
" Remove a role from a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:253 #: redbot/cogs/admin/admin.py:253
@@ -89,7 +97,15 @@ msgstr ""
#: redbot/cogs/admin/admin.py:260 #: redbot/cogs/admin/admin.py:260
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\n"
" Edit a role's colour.\n\n"
" Use double quotes if the role contains spaces.\n"
" Colour must be in hexadecimal format.\n"
" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n"
" Examples:\n"
" `[p]editrole colour \"The Transistor\" #ff0000`\n"
" `[p]editrole colour Test #ff9900`\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322 #: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322
@@ -98,7 +114,12 @@ msgstr ""
#: redbot/cogs/admin/admin.py:293 #: redbot/cogs/admin/admin.py:293
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\n"
" Edit a role's name.\n\n"
" Use double quotes if the role or the name contain spaces.\n\n"
" Example:\n"
" `[p]editrole name \"The Transistor\" Test`\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:327 #: redbot/cogs/admin/admin.py:327
@@ -130,7 +151,10 @@ msgstr ""
#: redbot/cogs/admin/admin.py:357 #: redbot/cogs/admin/admin.py:357
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\n"
" Change the channel where the bot will send announcements.\n\n"
" If channel is left blank it defaults to the current channel.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:366 #: redbot/cogs/admin/admin.py:366
@@ -144,73 +168,94 @@ msgstr ""
#: redbot/cogs/admin/admin.py:396 #: redbot/cogs/admin/admin.py:396
#, docstring #, docstring
msgid "Apply selfroles." msgid "\n"
" Add or remove a selfrole from yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:401 #: redbot/cogs/admin/admin.py:409
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\n"
" Add a selfrole to yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:412 #: redbot/cogs/admin/admin.py:420
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\n"
" Remove a selfrole from yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:423 #: redbot/cogs/admin/admin.py:431
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\n"
" Lists all available selfroles.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:433 #: redbot/cogs/admin/admin.py:441
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\n"
"{selfroles}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:439 #: redbot/cogs/admin/admin.py:447
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:444 #: redbot/cogs/admin/admin.py:452
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "" " Add a role to the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
#: redbot/cogs/admin/admin.py:451 " "
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:459 #: redbot/cogs/admin/admin.py:459
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 ""
#: redbot/cogs/admin/admin.py:467
msgid "Added." msgid "Added."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:462 #: redbot/cogs/admin/admin.py:470
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:466 #: redbot/cogs/admin/admin.py:474
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "" " Remove a role from the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
#: redbot/cogs/admin/admin.py:473 " "
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:481 #: redbot/cogs/admin/admin.py:481
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 ""
#: redbot/cogs/admin/admin.py:489
msgid "Removed." msgid "Removed."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:486 #: redbot/cogs/admin/admin.py:494
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:491 #: redbot/cogs/admin/admin.py:499
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:493 #: redbot/cogs/admin/admin.py:501
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "" msgstr ""

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-09-03 12:24+0000\n" "POT-Creation-Date: 2021-02-16 19:14+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Catalan\n" "Language-Team: Catalan\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -74,12 +74,20 @@ msgstr ""
#: redbot/cogs/admin/admin.py:223 #: redbot/cogs/admin/admin.py:223
#, docstring #, docstring
msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\n"
" Add a role to a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:239 #: redbot/cogs/admin/admin.py:239
#, docstring #, docstring
msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\n"
" Remove a role from a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:253 #: redbot/cogs/admin/admin.py:253
@@ -89,7 +97,15 @@ msgstr ""
#: redbot/cogs/admin/admin.py:260 #: redbot/cogs/admin/admin.py:260
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\n"
" Edit a role's colour.\n\n"
" Use double quotes if the role contains spaces.\n"
" Colour must be in hexadecimal format.\n"
" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n"
" Examples:\n"
" `[p]editrole colour \"The Transistor\" #ff0000`\n"
" `[p]editrole colour Test #ff9900`\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322 #: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322
@@ -98,7 +114,12 @@ msgstr ""
#: redbot/cogs/admin/admin.py:293 #: redbot/cogs/admin/admin.py:293
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\n"
" Edit a role's name.\n\n"
" Use double quotes if the role or the name contain spaces.\n\n"
" Example:\n"
" `[p]editrole name \"The Transistor\" Test`\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:327 #: redbot/cogs/admin/admin.py:327
@@ -130,7 +151,10 @@ msgstr ""
#: redbot/cogs/admin/admin.py:357 #: redbot/cogs/admin/admin.py:357
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\n"
" Change the channel where the bot will send announcements.\n\n"
" If channel is left blank it defaults to the current channel.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:366 #: redbot/cogs/admin/admin.py:366
@@ -144,73 +168,94 @@ msgstr ""
#: redbot/cogs/admin/admin.py:396 #: redbot/cogs/admin/admin.py:396
#, docstring #, docstring
msgid "Apply selfroles." msgid "\n"
" Add or remove a selfrole from yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:401 #: redbot/cogs/admin/admin.py:409
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\n"
" Add a selfrole to yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:412 #: redbot/cogs/admin/admin.py:420
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\n"
" Remove a selfrole from yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:423 #: redbot/cogs/admin/admin.py:431
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\n"
" Lists all available selfroles.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:433 #: redbot/cogs/admin/admin.py:441
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\n"
"{selfroles}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:439 #: redbot/cogs/admin/admin.py:447
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:444 #: redbot/cogs/admin/admin.py:452
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "" " Add a role to the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
#: redbot/cogs/admin/admin.py:451 " "
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:459 #: redbot/cogs/admin/admin.py:459
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 ""
#: redbot/cogs/admin/admin.py:467
msgid "Added." msgid "Added."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:462 #: redbot/cogs/admin/admin.py:470
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:466 #: redbot/cogs/admin/admin.py:474
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "" " Remove a role from the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
#: redbot/cogs/admin/admin.py:473 " "
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:481 #: redbot/cogs/admin/admin.py:481
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 ""
#: redbot/cogs/admin/admin.py:489
msgid "Removed." msgid "Removed."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:486 #: redbot/cogs/admin/admin.py:494
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:491 #: redbot/cogs/admin/admin.py:499
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:493 #: redbot/cogs/admin/admin.py:501
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "" msgstr ""

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-09-03 12:24+0000\n" "POT-Creation-Date: 2021-02-16 19:14+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Czech\n" "Language-Team: Czech\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n" "Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -74,13 +74,29 @@ msgstr "Úspěšně jsem odstranil {role.name} od {member.display_name}"
#: redbot/cogs/admin/admin.py:223 #: redbot/cogs/admin/admin.py:223
#, 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"
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 " " Add a role to a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "\n"
" Přidá roli uživateli.\n\n"
" Pokud role obsahuje mezery, použijte dvojí uvozovky.\n"
" Ponecháte-li uživatel prázdný, výchozí hodnota autorovi příkazu.\n"
" "
#: redbot/cogs/admin/admin.py:239 #: redbot/cogs/admin/admin.py:239
#, 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"
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 " " Remove a role from a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "\n"
" Odebrat roli uživateli.\n\n"
" Pokud role obsahuje mezery, použijte dvojí uvozovky.\n"
" Ponecháte-li uživatel prázdný, výchozí hodnota autorovi příkazu.\n"
" "
#: redbot/cogs/admin/admin.py:253 #: redbot/cogs/admin/admin.py:253
#, docstring #, docstring
@@ -89,8 +105,24 @@ msgstr "Upraví nastavení role."
#: redbot/cogs/admin/admin.py:260 #: redbot/cogs/admin/admin.py:260
#, 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"
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 " " Edit a role's colour.\n\n"
" Use double quotes if the role contains spaces.\n"
" Colour must be in hexadecimal format.\n"
" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n"
" Examples:\n"
" `[p]editrole colour \"The Transistor\" #ff0000`\n"
" `[p]editrole colour Test #ff9900`\n"
" "
msgstr "\n"
" Upravit barvu role.\n\n"
" Pokud role obsahuje mezery, použij dvojité uvozovky.\n"
" Barva musí být v hexadecimálním formátu.\n"
" [Výběr barev online](http://www.w3schools.com/colors/colors_picker.asp)\n\n"
" Příklady:\n"
" `[p]editrole colour \"Spravce\" #ff0000`\n"
" `[p]editrole colour Spravce #ff9900`\n"
" "
#: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322 #: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322
msgid "Done." msgid "Done."
@@ -98,8 +130,18 @@ msgstr "Hotovo."
#: redbot/cogs/admin/admin.py:293 #: redbot/cogs/admin/admin.py:293
#, 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"
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 " " Edit a role's name.\n\n"
" Use double quotes if the role or the name contain spaces.\n\n"
" Example:\n"
" `[p]editrole name \"The Transistor\" Test`\n"
" "
msgstr "\n"
" Upraví název role\n\n"
" Použijte dvojité uvozovky, pokud role nebo název obsahuje mezery.\n\n"
" Příklady:\n"
" `[p]editrole name \"Spravce\" Admin`\n"
" "
#: redbot/cogs/admin/admin.py:327 #: redbot/cogs/admin/admin.py:327
#, docstring #, docstring
@@ -130,8 +172,14 @@ msgstr "Změňte způsob odesílání oznámení v tomto klanu."
#: redbot/cogs/admin/admin.py:357 #: redbot/cogs/admin/admin.py:357
#, 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"
msgstr "\\n Změnit kanál, kam bot bude posílat oznámení.\\n\\n Pokud je kanál prázdný, nastaví aktuální kanál.\\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"
" Změnit kanál, kam bot bude posílat oznámení.\n\n"
" Pokud je kanál prázdný, nastaví aktuální kanál.\n"
" "
#: redbot/cogs/admin/admin.py:366 #: redbot/cogs/admin/admin.py:366
msgid "The announcement channel has been set to {channel.mention}" msgid "The announcement channel has been set to {channel.mention}"
@@ -140,77 +188,115 @@ msgstr "Kanál pro oznámení byl nastaven na {channel.mention}"
#: redbot/cogs/admin/admin.py:371 #: redbot/cogs/admin/admin.py:371
#, docstring #, docstring
msgid "Unsets the channel for announcements." msgid "Unsets the channel for announcements."
msgstr "" msgstr "Zruší kanál pro oznámení."
#: redbot/cogs/admin/admin.py:396 #: redbot/cogs/admin/admin.py:396
#, docstring #, docstring
msgid "Apply selfroles." msgid "\n"
msgstr "Aplikovat self-role." " Add or 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 ""
#: redbot/cogs/admin/admin.py:401 #: redbot/cogs/admin/admin.py:409
#, 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"
msgstr "\\n Přidá vám self-roli.\\n\\n Administrátoři serveru musí mít nastavenou roli podle nastaveného uživatele.\\n POZNÁMKA: Role je citlivá na malá a velká písmena!\\n " " Add a selfrole to yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "\n"
" Přidá vám self-roli.\n\n"
" Administrátoři serveru musí mít nastavenou roli podle nastaveného uživatele.\n"
" POZNÁMKA: Role je citlivá na malá a velká písmena!\n"
" "
#: redbot/cogs/admin/admin.py:412 #: redbot/cogs/admin/admin.py:420
#, 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"
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 " " Remove a selfrole from yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "\n"
" Odstraní vámself-roli.\n\n"
" Administrátoři serveru musí mít nastavenou roli podle nastaveného uživatele.\n"
" POZNÁMKA: Role je citlivá na malá a velká písmena!\n"
" "
#: redbot/cogs/admin/admin.py:423 #: redbot/cogs/admin/admin.py:431
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\n"
msgstr "\\n Seznam všech dostupných self-rolí.\\n " " Lists all available selfroles.\n"
" "
msgstr "\n"
" Seznam všech dostupných self-rolí.\n"
" "
#: redbot/cogs/admin/admin.py:433 #: redbot/cogs/admin/admin.py:441
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\n"
msgstr "Dostupné vlastní role:\\n{selfroles}" "{selfroles}"
msgstr "Dostupné self-role:\n"
"{selfroles}"
#: redbot/cogs/admin/admin.py:439 #: redbot/cogs/admin/admin.py:447
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "Spravovat self-role." msgstr "Spravovat self-role."
#: redbot/cogs/admin/admin.py:444 #: redbot/cogs/admin/admin.py:452
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "\\n Přidá roli do seznamu dostupných self-rolí.\\n\\n POZNÁMKA: Role je citlivá na malá a velká písmena!\\n " " Add a role to the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "\n"
" Přidá roli do seznamu dostupných self-rolí.\n\n"
" POZNÁMKA: Role je citlivá na malá a velká písmena!\n"
" "
#: redbot/cogs/admin/admin.py:451 #: redbot/cogs/admin/admin.py:459
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "Nemohu ti dovolit odebrat {role.name} jako self-roli uživateli, protože tato role je vyšší nebo rovna tvé nejvyšší roli v Discord hierarchii." msgstr "Nemohu ti dovolit odebrat {role.name} jako self-roli uživateli, protože tato role je vyšší nebo rovna tvé nejvyšší roli v Discord hierarchii."
#: redbot/cogs/admin/admin.py:459 #: redbot/cogs/admin/admin.py:467
msgid "Added." msgid "Added."
msgstr "Přidáno." msgstr "Přidáno."
#: redbot/cogs/admin/admin.py:462 #: redbot/cogs/admin/admin.py:470
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "Tato role je již self-rolí." msgstr "Tato role je již self-rolí."
#: redbot/cogs/admin/admin.py:466 #: redbot/cogs/admin/admin.py:474
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "\\n Odstraní roli ze seznamu dostupných self-rolí.\\n\\n POZNÁMKA: Role je citlivá na malá a velká písmena!\\n " " Remove a role from the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "\n"
" Odstraní roli ze seznamu dostupných self-rolí.\n\n"
" POZNÁMKA: Role je citlivá na malá a velká písmena!\n"
" "
#: redbot/cogs/admin/admin.py:473 #: redbot/cogs/admin/admin.py:481
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "Nemohu ti dovolit odebrat {role.name} uživateli, protože tato role je vyšší nebo rovna tvé nejvyšší roli v Discord hierarchii." msgstr "Nemohu ti dovolit odebrat {role.name} uživateli, protože tato role je vyšší nebo rovna tvé nejvyšší roli v Discord hierarchii."
#: redbot/cogs/admin/admin.py:481 #: redbot/cogs/admin/admin.py:489
msgid "Removed." msgid "Removed."
msgstr "Odstraněno." msgstr "Odstraněno."
#: redbot/cogs/admin/admin.py:486 #: redbot/cogs/admin/admin.py:494
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "Uzamkne bota pouze na jeho aktuální servery." msgstr "Uzamkne bota pouze na jeho aktuální servery."
#: redbot/cogs/admin/admin.py:491 #: redbot/cogs/admin/admin.py:499
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "Bot již není uzamčen na server." msgstr "Bot již není uzamčen na server."
#: redbot/cogs/admin/admin.py:493 #: redbot/cogs/admin/admin.py:501
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "Bot je nyní serverem uzamčen." msgstr "Bot je nyní serverem uzamčen."

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-09-03 12:24+0000\n" "POT-Creation-Date: 2021-02-16 19:14+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Danish\n" "Language-Team: Danish\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -17,44 +17,44 @@ msgstr ""
#: redbot/cogs/admin/admin.py:18 #: redbot/cogs/admin/admin.py:18
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
msgstr "" msgstr "Jeg forsøgte på noget som Discord har nægtet mig adgang til. Din kommando blev ikke gennemført."
#: redbot/cogs/admin/admin.py:23 #: redbot/cogs/admin/admin.py:23
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 "Jeg kan ikke give {role.name} til {member.display_name} da denne rolle er højere eller tilsvarende til min tildelte rolle i hierarkiet."
#: redbot/cogs/admin/admin.py:29 #: redbot/cogs/admin/admin.py:29
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 "Jeg kan ikke fjerne {role.name} fra {member.display_name} da denne rolle er højere eller tilsvarende til min tildelte rolle i hierarkiet."
#: redbot/cogs/admin/admin.py:35 #: redbot/cogs/admin/admin.py:35
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 "Jeg kan ikke redigere {role.name} da denne rolle er højere eller tilsvarende til min tildelte rolle i hierarkiet."
#: redbot/cogs/admin/admin.py:41 #: redbot/cogs/admin/admin.py:41
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 "Jeg kan ikke lade dig tildele {role.name} til {member.display_name} da denne rolle er højere eller tilsvarende til din tildelte rolle i hierarkiet."
#: redbot/cogs/admin/admin.py:47 #: redbot/cogs/admin/admin.py:47
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 "Jeg kan ikke lade dig fjerne {role.name} fra {member.display_name} da denne rolle er højere eller tilsvarende til din tildelte rolle i hierarkiet."
#: redbot/cogs/admin/admin.py:53 #: redbot/cogs/admin/admin.py:53
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 "Jeg kan ikke lade dig redigere {role.name} da denne rolle er højere eller tilsvarende til din tildelte rolle i hierarkiet."
#: redbot/cogs/admin/admin.py:59 #: redbot/cogs/admin/admin.py:59
msgid "I need manage roles permission to do that." msgid "I need manage roles permission to do that."
msgstr "" msgstr "Jeg mangler evnen til at kunne administere roller for at kunne gøre dette."
#: redbot/cogs/admin/admin.py:61 #: redbot/cogs/admin/admin.py:61
msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first."
msgstr "" msgstr "Jeg annoncere allerede noget. Hvis du ønsker at annoncere noget andet, benyt dig af '{prefix} annoncere annuller' først."
#: redbot/cogs/admin/admin.py:71 #: redbot/cogs/admin/admin.py:71
#, docstring #, docstring
msgid "A collection of server administration utilities." msgid "A collection of server administration utilities."
msgstr "" msgstr "En samling af server administrations værktøjer."
#: redbot/cogs/admin/admin.py:162 #: redbot/cogs/admin/admin.py:162
msgid "{member.display_name} already has the role {role.name}." msgid "{member.display_name} already has the role {role.name}."
@@ -62,7 +62,7 @@ msgstr ""
#: redbot/cogs/admin/admin.py:182 #: redbot/cogs/admin/admin.py:182
msgid "I successfully added {role.name} to {member.display_name}" msgid "I successfully added {role.name} to {member.display_name}"
msgstr "" msgstr "Jeg gennemførte tilføjelsen af {role.name} til {member.display_name}"
#: redbot/cogs/admin/admin.py:192 #: redbot/cogs/admin/admin.py:192
msgid "{member.display_name} does not have the role {role.name}." msgid "{member.display_name} does not have the role {role.name}."
@@ -70,72 +70,96 @@ msgstr ""
#: redbot/cogs/admin/admin.py:212 #: redbot/cogs/admin/admin.py:212
msgid "I successfully removed {role.name} from {member.display_name}" msgid "I successfully removed {role.name} from {member.display_name}"
msgstr "" msgstr "Jeg gennemførte fjernelsen af {role.name} fra {member.display_name}"
#: redbot/cogs/admin/admin.py:223 #: redbot/cogs/admin/admin.py:223
#, docstring #, docstring
msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\n"
" Add a role to a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:239 #: redbot/cogs/admin/admin.py:239
#, docstring #, docstring
msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\n"
" Remove a role from a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:253 #: redbot/cogs/admin/admin.py:253
#, docstring #, docstring
msgid "Edit role settings." msgid "Edit role settings."
msgstr "" msgstr "Rediger rolle indstillinger."
#: redbot/cogs/admin/admin.py:260 #: redbot/cogs/admin/admin.py:260
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\n"
" Edit a role's colour.\n\n"
" Use double quotes if the role contains spaces.\n"
" Colour must be in hexadecimal format.\n"
" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n"
" Examples:\n"
" `[p]editrole colour \"The Transistor\" #ff0000`\n"
" `[p]editrole colour Test #ff9900`\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322 #: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322
msgid "Done." msgid "Done."
msgstr "" msgstr "Færdig."
#: redbot/cogs/admin/admin.py:293 #: redbot/cogs/admin/admin.py:293
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\n"
" Edit a role's name.\n\n"
" Use double quotes if the role or the name contain spaces.\n\n"
" Example:\n"
" `[p]editrole name \"The Transistor\" Test`\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:327 #: redbot/cogs/admin/admin.py:327
#, 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 "Annoncer en besked til alle serverne botten er i."
#: redbot/cogs/admin/admin.py:334 #: redbot/cogs/admin/admin.py:334
msgid "The announcement has begun." msgid "The announcement has begun."
msgstr "" msgstr "Annonceringen er påbegyndt."
#: redbot/cogs/admin/admin.py:341 #: redbot/cogs/admin/admin.py:341
#, docstring #, docstring
msgid "Cancel a running announce." msgid "Cancel a running announce."
msgstr "" msgstr "Afbryd en kørende annonce."
#: redbot/cogs/admin/admin.py:343 #: redbot/cogs/admin/admin.py:343
msgid "There is no currently running announcement." msgid "There is no currently running announcement."
msgstr "" msgstr "Der er i øjeblikket ikke nogen kørende annonceringer."
#: redbot/cogs/admin/admin.py:346 #: redbot/cogs/admin/admin.py:346
msgid "The current announcement has been cancelled." msgid "The current announcement has been cancelled."
msgstr "" msgstr "Den nuværende annoncering er blevet afbrudt."
#: redbot/cogs/admin/admin.py:352 #: redbot/cogs/admin/admin.py:352
#, docstring #, docstring
msgid "Change how announcements are sent in this guild." msgid "Change how announcements are sent in this guild."
msgstr "" msgstr "Ændre hvordan annonceringer er udsendt i denne server."
#: redbot/cogs/admin/admin.py:357 #: redbot/cogs/admin/admin.py:357
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\n"
" Change the channel where the bot will send announcements.\n\n"
" If channel is left blank it defaults to the current channel.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:366 #: redbot/cogs/admin/admin.py:366
msgid "The announcement channel has been set to {channel.mention}" msgid "The announcement channel has been set to {channel.mention}"
msgstr "" msgstr "Annoncerings kanalen er blevet sat til {channel.mention}"
#: redbot/cogs/admin/admin.py:371 #: redbot/cogs/admin/admin.py:371
#, docstring #, docstring
@@ -144,89 +168,110 @@ msgstr ""
#: redbot/cogs/admin/admin.py:396 #: redbot/cogs/admin/admin.py:396
#, docstring #, docstring
msgid "Apply selfroles." msgid "\n"
" Add or remove a selfrole from yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:401 #: redbot/cogs/admin/admin.py:409
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\n"
" Add a selfrole to yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:412 #: redbot/cogs/admin/admin.py:420
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\n"
" Remove a selfrole from yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:423 #: redbot/cogs/admin/admin.py:431
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\n"
" Lists all available selfroles.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:433 #: redbot/cogs/admin/admin.py:441
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\n"
"{selfroles}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:439 #: redbot/cogs/admin/admin.py:447
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:444 #: redbot/cogs/admin/admin.py:452
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "" " Add a role to the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
#: redbot/cogs/admin/admin.py:451 " "
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:459 #: redbot/cogs/admin/admin.py:459
msgid "Added." msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:462 #: redbot/cogs/admin/admin.py:467
msgid "Added."
msgstr "Tilføjet."
#: redbot/cogs/admin/admin.py:470
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:466 #: redbot/cogs/admin/admin.py:474
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "" " Remove a role from the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
#: redbot/cogs/admin/admin.py:473 " "
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:481 #: redbot/cogs/admin/admin.py:481
msgid "Removed." msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:486 #: redbot/cogs/admin/admin.py:489
msgid "Removed."
msgstr "Fjernet."
#: redbot/cogs/admin/admin.py:494
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "" msgstr "Lås en bot til dens nuværende server."
#: redbot/cogs/admin/admin.py:491 #: redbot/cogs/admin/admin.py:499
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "" msgstr "Botten er ikke længere låst til serveren."
#: redbot/cogs/admin/admin.py:493 #: redbot/cogs/admin/admin.py:501
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "" msgstr "Botten er nu låst til serveren."
#: redbot/cogs/admin/announcer.py:68 #: redbot/cogs/admin/announcer.py:68
msgid "I could not announce to the following server: " msgid "I could not announce to the following server: "
msgstr "" msgstr "Jeg kunne ikke annoncere til den følgende server: "
#: redbot/cogs/admin/announcer.py:70 #: redbot/cogs/admin/announcer.py:70
msgid "I could not announce to the following servers: " msgid "I could not announce to the following servers: "
msgstr "" msgstr "Jeg kunne ikke annoncere til de følgende servere: "
#: 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 "Admin cog er ikke indlæst."
#: redbot/cogs/admin/converters.py:20 #: redbot/cogs/admin/converters.py:20
msgid "The provided role is not a valid selfrole." msgid "The provided role is not a valid selfrole."
msgstr "" msgstr "Den vedlagte rolle er ikke en valid selvrolle."

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-09-03 12:24+0000\n" "POT-Creation-Date: 2021-02-16 19:14+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: German\n" "Language-Team: German\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -74,13 +74,29 @@ msgstr "Ich habe die Rolle „{role.name}“ erfolgreich von {member.display_nam
#: redbot/cogs/admin/admin.py:223 #: redbot/cogs/admin/admin.py:223
#, 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"
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 " " Add a role to a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "\n"
" Füge einem Mitglied eine Rolle hinzu.\n\n"
" Benutze (amerikanische) Anführungszeichen, wenn im Namen Leerzeichen enthalten sind.\n"
" Wenn keine Person definiert wurde, wird die Rolle dem Ausführer des Befehls gegeben.\n"
" "
#: redbot/cogs/admin/admin.py:239 #: redbot/cogs/admin/admin.py:239
#, 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"
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 " " Remove a role from a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "\n"
" Füge einem Mitglied eine Rolle hinzu.\n\n"
" Benutze (amerikanische) Anführungszeichen, wenn im Namen Leerzeichen enthalten sind.\n"
" Wenn keine Person definiert wurde, wird die Rolle von dem Ausführer des Befehls entfernt.\n"
" "
#: redbot/cogs/admin/admin.py:253 #: redbot/cogs/admin/admin.py:253
#, docstring #, docstring
@@ -89,8 +105,24 @@ msgstr "Rolleneinstellungen bearbeiten."
#: redbot/cogs/admin/admin.py:260 #: redbot/cogs/admin/admin.py:260
#, 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"
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 " " Edit a role's colour.\n\n"
" Use double quotes if the role contains spaces.\n"
" Colour must be in hexadecimal format.\n"
" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n"
" Examples:\n"
" `[p]editrole colour \"The Transistor\" #ff0000`\n"
" `[p]editrole colour Test #ff9900`\n"
" "
msgstr "\n"
" Bearbeite die Farbe einer Rolle.\n\n"
" Verwende (amerikanische) Anführungszeichen, wenn die Rolle Leerzeichen enthält.\n"
" Die Farbe muss im Hexadezimalformat angegeben werden.\n"
" [Online Farbwähler](http://www.w3schools.com/colors/colors_picker.asp)\n\n"
" Beispiele:\n"
" `[p]editrole colour \"The Transistor\" #ff0000`\n"
" `[p]editrole colour Test #ff9900`\n"
" "
#: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322 #: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322
msgid "Done." msgid "Done."
@@ -98,8 +130,18 @@ msgstr "Erledigt."
#: redbot/cogs/admin/admin.py:293 #: redbot/cogs/admin/admin.py:293
#, 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"
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 " " Edit a role's name.\n\n"
" Use double quotes if the role or the name contain spaces.\n\n"
" Example:\n"
" `[p]editrole name \"The Transistor\" Test`\n"
" "
msgstr "\n"
" Bearbeite den Namen einer Rolle.\n\n"
" Verwende (amerikanische) Anführungszeichen, wenn die Rolle Leerzeichen enthält.\n\n"
" Beispiel:\n"
" `[p]editrole name \"The Transistor\" Test`\n"
" "
#: redbot/cogs/admin/admin.py:327 #: redbot/cogs/admin/admin.py:327
#, docstring #, docstring
@@ -130,8 +172,14 @@ msgstr "Ändere, wie Ankündigungen in diesem Server gesendet werden."
#: redbot/cogs/admin/admin.py:357 #: redbot/cogs/admin/admin.py:357
#, 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"
msgstr "\\n Ändert den Kanal in dem der Bot Ankündigungen senden wird.\\n\\n Wird kein Kanal angegeben wird es auf den aktuellen Kanal angewendet.\\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 senden wird.\n\n"
" Wenn der Kanal freigelassen wird, wird es auf den aktuellen angewendet.\n"
" "
#: redbot/cogs/admin/admin.py:366 #: redbot/cogs/admin/admin.py:366
msgid "The announcement channel has been set to {channel.mention}" msgid "The announcement channel has been set to {channel.mention}"
@@ -144,73 +192,111 @@ msgstr "Setzt den Kanal für Ankündigungen zurück."
#: redbot/cogs/admin/admin.py:396 #: redbot/cogs/admin/admin.py:396
#, docstring #, docstring
msgid "Apply selfroles." msgid "\n"
msgstr "Selbst hinzufügbare Rollen anwenden." " Add or 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 ""
#: redbot/cogs/admin/admin.py:401 #: redbot/cogs/admin/admin.py:409
#, 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"
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 " " Add a selfrole to yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "\n"
" Gib dir selbst eine Rolle.\n\n"
" Server Admins müssen die Rolle für Mitglieder freigeben.\n\n"
" HINWEIS: Beachte Groß- und Kleinschreibung!\n"
" "
#: redbot/cogs/admin/admin.py:412 #: redbot/cogs/admin/admin.py:420
#, 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"
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 " " Remove a selfrole from yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "\n"
" Entferne eine Rolle von dir selbst.\n\n"
" Server Admins müssen die Rolle für Mitglieder freigeben.\n\n"
" HINWEIS: Beachte Groß- und Kleinschreibung!\n"
" "
#: redbot/cogs/admin/admin.py:423 #: redbot/cogs/admin/admin.py:431
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\n"
msgstr "\\nGibt eine Liste verfügbarer selbst auswählbarer Rollen aus.\\n " " Lists all available selfroles.\n"
" "
msgstr "\n"
"Gibt eine Liste verfügbarer selbst auswählbarer Rollen aus.\n"
" "
#: redbot/cogs/admin/admin.py:433 #: redbot/cogs/admin/admin.py:441
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\n"
msgstr "Verfügbare selbst auswählbare Rollen:\\n{selfroles}" "{selfroles}"
msgstr "Verfügbare selbst auswählbare Rollen:\n"
"{selfroles}"
#: redbot/cogs/admin/admin.py:439 #: redbot/cogs/admin/admin.py:447
#, 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:444 #: redbot/cogs/admin/admin.py:452
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "\\n Füge eine Rolle zur Liste der selbst hinzufügbaren Rollen hinzu.\\n\\n HINWEIS: Beachte Groß- und Kleinschreibung!\\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"
" "
#: redbot/cogs/admin/admin.py:451 #: redbot/cogs/admin/admin.py:459
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "Du kannst dir nicht die Rolle „{role.name}“ zuweisen, weil diese Rolle höher oder gleich deiner höchsten Rolle in der Discord Rollen-Hierarchie ist." msgstr "Du kannst dir nicht die Rolle „{role.name}“ zuweisen, weil diese Rolle höher oder gleich deiner höchsten Rolle in der Discord Rollen-Hierarchie ist."
#: redbot/cogs/admin/admin.py:459 #: redbot/cogs/admin/admin.py:467
msgid "Added." msgid "Added."
msgstr "Hinzugefügt." msgstr "Hinzugefügt."
#: redbot/cogs/admin/admin.py:462 #: redbot/cogs/admin/admin.py:470
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:466 #: redbot/cogs/admin/admin.py:474
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "\\n Entferne eine Rolle von der Liste der selbst hinzufügbaren Rollen.\\n\\n HINWEIS: Beachte Groß- und Kleinschreibung!\\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"
" "
#: redbot/cogs/admin/admin.py:473 #: redbot/cogs/admin/admin.py:481
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "Du darfst nicht die Rolle „{role.name}“ von der Liste der selbst hinzufügbaren Rollen entfernen, weil diese Rolle höher oder gleich deiner höchsten Rolle in der Discord Rollen-Hierarchie ist." msgstr "Du darfst nicht die Rolle „{role.name}“ von der Liste der selbst hinzufügbaren Rollen entfernen, weil diese Rolle höher oder gleich deiner höchsten Rolle in der Discord Rollen-Hierarchie ist."
#: redbot/cogs/admin/admin.py:481 #: redbot/cogs/admin/admin.py:489
msgid "Removed." msgid "Removed."
msgstr "Entfernt." msgstr "Entfernt."
#: redbot/cogs/admin/admin.py:486 #: redbot/cogs/admin/admin.py:494
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "Der Bot kann keinem neuen Server beitreten." msgstr "Der Bot kann keinem neuen Server beitreten."
#: redbot/cogs/admin/admin.py:491 #: redbot/cogs/admin/admin.py:499
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "Der Bot kann nun anderen Servern beitreten." msgstr "Der Bot kann nun anderen Servern beitreten."
#: redbot/cogs/admin/admin.py:493 #: redbot/cogs/admin/admin.py:501
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "Der Bot ist jetzt gesperrt neuen Servern beizutreten." msgstr "Der Bot ist jetzt gesperrt neuen Servern beizutreten."

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-09-03 12:24+0000\n" "POT-Creation-Date: 2021-02-16 19:14+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Greek\n" "Language-Team: Greek\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -74,12 +74,20 @@ msgstr ""
#: redbot/cogs/admin/admin.py:223 #: redbot/cogs/admin/admin.py:223
#, docstring #, docstring
msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\n"
" Add a role to a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:239 #: redbot/cogs/admin/admin.py:239
#, docstring #, docstring
msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\n"
" Remove a role from a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:253 #: redbot/cogs/admin/admin.py:253
@@ -89,7 +97,15 @@ msgstr ""
#: redbot/cogs/admin/admin.py:260 #: redbot/cogs/admin/admin.py:260
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\n"
" Edit a role's colour.\n\n"
" Use double quotes if the role contains spaces.\n"
" Colour must be in hexadecimal format.\n"
" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n"
" Examples:\n"
" `[p]editrole colour \"The Transistor\" #ff0000`\n"
" `[p]editrole colour Test #ff9900`\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322 #: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322
@@ -98,7 +114,12 @@ msgstr ""
#: redbot/cogs/admin/admin.py:293 #: redbot/cogs/admin/admin.py:293
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\n"
" Edit a role's name.\n\n"
" Use double quotes if the role or the name contain spaces.\n\n"
" Example:\n"
" `[p]editrole name \"The Transistor\" Test`\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:327 #: redbot/cogs/admin/admin.py:327
@@ -130,7 +151,10 @@ msgstr ""
#: redbot/cogs/admin/admin.py:357 #: redbot/cogs/admin/admin.py:357
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\n"
" Change the channel where the bot will send announcements.\n\n"
" If channel is left blank it defaults to the current channel.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:366 #: redbot/cogs/admin/admin.py:366
@@ -144,73 +168,94 @@ msgstr ""
#: redbot/cogs/admin/admin.py:396 #: redbot/cogs/admin/admin.py:396
#, docstring #, docstring
msgid "Apply selfroles." msgid "\n"
" Add or remove a selfrole from yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:401 #: redbot/cogs/admin/admin.py:409
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\n"
" Add a selfrole to yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:412 #: redbot/cogs/admin/admin.py:420
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\n"
" Remove a selfrole from yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:423 #: redbot/cogs/admin/admin.py:431
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\n"
" Lists all available selfroles.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:433 #: redbot/cogs/admin/admin.py:441
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\n"
"{selfroles}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:439 #: redbot/cogs/admin/admin.py:447
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:444 #: redbot/cogs/admin/admin.py:452
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "" " Add a role to the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
#: redbot/cogs/admin/admin.py:451 " "
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:459 #: redbot/cogs/admin/admin.py:459
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 ""
#: redbot/cogs/admin/admin.py:467
msgid "Added." msgid "Added."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:462 #: redbot/cogs/admin/admin.py:470
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:466 #: redbot/cogs/admin/admin.py:474
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "" " Remove a role from the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
#: redbot/cogs/admin/admin.py:473 " "
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:481 #: redbot/cogs/admin/admin.py:481
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 ""
#: redbot/cogs/admin/admin.py:489
msgid "Removed." msgid "Removed."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:486 #: redbot/cogs/admin/admin.py:494
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:491 #: redbot/cogs/admin/admin.py:499
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:493 #: redbot/cogs/admin/admin.py:501
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "" msgstr ""

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-09-03 12:24+0000\n" "POT-Creation-Date: 2021-02-16 19:14+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Spanish\n" "Language-Team: Spanish\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -74,13 +74,29 @@ msgstr "He retirado con éxito {role.name} de {member.display_name}"
#: redbot/cogs/admin/admin.py:223 #: redbot/cogs/admin/admin.py:223
#, 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"
msgstr "\\n Añadir un rol a un usuario.\\n\\n Usar comillas dobles si el rol contiene espacios.\\n Si el usuario se deja en blanco el valor por defecto es el autor del comando.\\n " " Add a role to a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "\n"
" Añadir un rol a un usuario.\n\n"
" Usar comillas dobles si el rol contiene espacios.\n"
" Si el usuario se deja en blanco el valor por defecto es el autor del comando.\n"
" "
#: redbot/cogs/admin/admin.py:239 #: redbot/cogs/admin/admin.py:239
#, 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"
msgstr "\\n Elimina un rol de un usuario.\\n\\n Usar comillas dobles si el rol contiene espacios.\\n Si el usuario se deja en blanco el valor por defecto es el autor del comando.\\n " " Remove a role from a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "\n"
" Elimina un rol de un usuario.\n\n"
" Usar comillas dobles si el rol contiene espacios.\n"
" Si el usuario se deja en blanco el valor por defecto es el autor del comando.\n"
" "
#: redbot/cogs/admin/admin.py:253 #: redbot/cogs/admin/admin.py:253
#, docstring #, docstring
@@ -89,8 +105,24 @@ msgstr "Editar configuración de rol."
#: redbot/cogs/admin/admin.py:260 #: redbot/cogs/admin/admin.py:260
#, 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"
msgstr "\\n Edita el color de un rol.\\n\\n Usar comillas dobles si el rol contiene espacios.\\n El color debe estar en formato hexadecimal.\\n [Selector de color en línea](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Ejemplos:\\n `[p]color editrole \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " " Edit a role's colour.\n\n"
" Use double quotes if the role contains spaces.\n"
" Colour must be in hexadecimal format.\n"
" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n"
" Examples:\n"
" `[p]editrole colour \"The Transistor\" #ff0000`\n"
" `[p]editrole colour Test #ff9900`\n"
" "
msgstr "\n"
" Edita el color de un rol.\n\n"
" Usar comillas dobles si el rol contiene espacios.\n"
" El color debe estar en formato hexadecimal.\n"
" [Selector de color en línea](http://www.w3schools.com/colors/colors_picker.asp)\n\n"
" Ejemplos:\n"
" `[p]color editrole \"The Transistor\" #ff0000`\n"
" `[p]editrole colour Test #ff9900`\n"
" "
#: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322 #: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322
msgid "Done." msgid "Done."
@@ -98,8 +130,18 @@ msgstr "Listo."
#: redbot/cogs/admin/admin.py:293 #: redbot/cogs/admin/admin.py:293
#, 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"
msgstr "\\n Edita el nombre de un rol.\\n\\n Utilice comillas dobles si el rol o el nombre contiene espacios.\\n\\n Ejemplo:\\n `[p]nombre editrole \\\"The Transistor\\\" Test`\\n " " Edit a role's name.\n\n"
" Use double quotes if the role or the name contain spaces.\n\n"
" Example:\n"
" `[p]editrole name \"The Transistor\" Test`\n"
" "
msgstr "\n"
" Edita el nombre de un rol.\n\n"
" Utilice comillas dobles si el rol o el nombre contiene espacios.\n\n"
" Ejemplo:\n"
" `[p]nombre editrole \"The Transistor\" Test`\n"
" "
#: redbot/cogs/admin/admin.py:327 #: redbot/cogs/admin/admin.py:327
#, docstring #, docstring
@@ -130,8 +172,14 @@ msgstr "Cambia cómo son enviados los anuncios en este servidor."
#: redbot/cogs/admin/admin.py:357 #: redbot/cogs/admin/admin.py:357
#, 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"
msgstr "\\n Cambia el canal donde el bot enviará anuncios.\\n\\n Si el canal se deja en blanco el canal por defecto es el canal actual.\\n " " Change the channel where the bot will send announcements.\n\n"
" If channel is left blank it defaults to the current channel.\n"
" "
msgstr "\n"
" Cambia el canal donde el bot enviará anuncios.\n\n"
" Si el canal se deja en blanco el canal por defecto es el canal actual.\n"
" "
#: redbot/cogs/admin/admin.py:366 #: redbot/cogs/admin/admin.py:366
msgid "The announcement channel has been set to {channel.mention}" msgid "The announcement channel has been set to {channel.mention}"
@@ -144,73 +192,111 @@ msgstr "Quita el canal para los anuncios."
#: redbot/cogs/admin/admin.py:396 #: redbot/cogs/admin/admin.py:396
#, docstring #, docstring
msgid "Apply selfroles." msgid "\n"
msgstr "Aplicar selfroles." " Add or 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 ""
#: redbot/cogs/admin/admin.py:401 #: redbot/cogs/admin/admin.py:409
#, 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"
msgstr "\\n Añade un rol a ti mismo.\\n\\n Los administradores del servidor deben haber configurado el rol como usuario configurable.\\n NOTA: El rol es sensible a mayúsculas!\\n " " Add a selfrole to yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "\n"
" Añade un rol a ti mismo.\n\n"
" Los administradores del servidor deben haber configurado el rol como usuario configurable.\n"
" NOTA: El rol es sensible a mayúsculas!\n"
" "
#: redbot/cogs/admin/admin.py:412 #: redbot/cogs/admin/admin.py:420
#, 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"
msgstr "\\n Elimina un rol de ti mismo.\\n\\n Los administradores del servidor deben haber configurado el rol como usuario configurable.\\n NOTA: El rol es sensible a mayúsculas!\\n " " Remove a selfrole from yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "\n"
" Elimina un rol de ti mismo.\n\n"
" Los administradores del servidor deben haber configurado el rol como usuario configurable.\n"
" NOTA: El rol es sensible a mayúsculas!\n"
" "
#: redbot/cogs/admin/admin.py:423 #: redbot/cogs/admin/admin.py:431
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\n"
msgstr "\\n Lista de todos los selfroles disponibles.\\n " " Lists all available selfroles.\n"
" "
msgstr "\n"
" Lista de todos los selfroles disponibles.\n"
" "
#: redbot/cogs/admin/admin.py:433 #: redbot/cogs/admin/admin.py:441
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\n"
msgstr "Selfroles disponibles:\\n{selfroles}" "{selfroles}"
msgstr "Selfroles disponibles:\n"
"{selfroles}"
#: redbot/cogs/admin/admin.py:439 #: redbot/cogs/admin/admin.py:447
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "Gestionar selfroles." msgstr "Gestionar selfroles."
#: redbot/cogs/admin/admin.py:444 #: redbot/cogs/admin/admin.py:452
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "\\n Añade un rol a la lista de selfroles disponibles.\\n\\n NOTA: ¡El rol es sensible a mayúsculas\\n " " Add a role to the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "\n"
" Añade un rol a la lista de selfroles disponibles.\n\n"
" NOTA: ¡El rol es sensible a mayúsculas\n"
" "
#: redbot/cogs/admin/admin.py:451 #: redbot/cogs/admin/admin.py:459
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "No puedo permitir que añadas {role.name} como selfrole porque ese rol es mayor o igual a tu rol más alto en la jerarquía de Discord." msgstr "No puedo permitir que añadas {role.name} como selfrole porque ese rol es mayor o igual a tu rol más alto en la jerarquía de Discord."
#: redbot/cogs/admin/admin.py:459 #: redbot/cogs/admin/admin.py:467
msgid "Added." msgid "Added."
msgstr "Añadido." msgstr "Añadido."
#: redbot/cogs/admin/admin.py:462 #: redbot/cogs/admin/admin.py:470
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "Ese rol ya es un selfrole." msgstr "Ese rol ya es un selfrole."
#: redbot/cogs/admin/admin.py:466 #: redbot/cogs/admin/admin.py:474
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "\\n Quita un rol de la lista de selfroles disponibles.\\n\\n NOTA: El rol es sensible a mayúsculas\\n " " Remove a role from the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "\n"
" Quita un rol de la lista de selfroles disponibles.\n\n"
" NOTA: El rol es sensible a mayúsculas\n"
" "
#: redbot/cogs/admin/admin.py:473 #: redbot/cogs/admin/admin.py:481
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "No puedo permitir que elimines a {role.name} de ser un selfrole porque ese rol es mayor o igual a tu rol más alto en la jerarquía de Discord." msgstr "No puedo permitir que elimines a {role.name} de ser un selfrole porque ese rol es mayor o igual a tu rol más alto en la jerarquía de Discord."
#: redbot/cogs/admin/admin.py:481 #: redbot/cogs/admin/admin.py:489
msgid "Removed." msgid "Removed."
msgstr "Eliminado." msgstr "Eliminado."
#: redbot/cogs/admin/admin.py:486 #: redbot/cogs/admin/admin.py:494
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "Bloquea el bot sólo a sus servidores actuales." msgstr "Bloquea el bot sólo a sus servidores actuales."
#: redbot/cogs/admin/admin.py:491 #: redbot/cogs/admin/admin.py:499
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "El bot ya no está bloqueado por el servidor." msgstr "El bot ya no está bloqueado por el servidor."
#: redbot/cogs/admin/admin.py:493 #: redbot/cogs/admin/admin.py:501
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "El bot está bloqueado por el servidor." msgstr "El bot está bloqueado por el servidor."

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-09-03 12:24+0000\n" "POT-Creation-Date: 2021-02-16 19:14+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Finnish\n" "Language-Team: Finnish\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -74,13 +74,29 @@ msgstr "Olen poistanut {role.name} onnistuneesti {member.display_name}"
#: redbot/cogs/admin/admin.py:223 #: redbot/cogs/admin/admin.py:223
#, 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"
msgstr "\\n Lisää rooli käyttäjälle.\\n\\n Käytä kaksinkertaisia lainausmerkkejä, jos rooli sisältää välilyöntejä.\\n Jos käyttäjä jätetään tyhjäksi, se on oletuksena tekijä komennon.\\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"
" Lisää rooli käyttäjälle.\n\n"
" Käytä kaksinkertaisia lainausmerkkejä, jos rooli sisältää välilyöntejä.\n"
" Jos käyttäjä jätetään tyhjäksi, se on oletuksena tekijä komennon.\n"
" "
#: redbot/cogs/admin/admin.py:239 #: redbot/cogs/admin/admin.py:239
#, 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"
msgstr "\\n Lisää rooli käyttäjälle.\\n\\n Käytä kaksinkertaisia lainausmerkkejä, jos rooli sisältää välilyöntejä.\\n Jos käyttäjä jätetään tyhjäksi, se on oletuksena tekijä komennon.\\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"
" Lisää rooli käyttäjälle.\n\n"
" Käytä kaksinkertaisia lainausmerkkejä, jos rooli sisältää välilyöntejä.\n"
" Jos käyttäjä jätetään tyhjäksi, se on oletuksena tekijä komennon.\n"
" "
#: redbot/cogs/admin/admin.py:253 #: redbot/cogs/admin/admin.py:253
#, docstring #, docstring
@@ -89,8 +105,24 @@ msgstr "Muokkaa rooliasetuksia."
#: redbot/cogs/admin/admin.py:260 #: redbot/cogs/admin/admin.py:260
#, 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"
msgstr "\\n Muokkaa roolin väriä.\\n\\n Käytä kaksinkertaisia lainausmerkkejä, jos rooli sisältää välilyöntejä.\\n Värin on oltava heksadesimaalissa.\\n [Väripoimija](http://www.w3schools. om/colors/colors_picker. sp)\\n\\n Esimerkkejä:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\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"
" Muokkaa roolin väriä.\n\n"
" Käytä kaksinkertaisia lainausmerkkejä, jos rooli sisältää välilyöntejä.\n"
" Värin on oltava heksadesimaalissa.\n"
" [Väripoimija](http://www.w3schools. om/colors/colors_picker. sp)\n\n"
" Esimerkkejä:\n"
" `[p]editrole colour \"The Transistor\" #ff0000`\n"
" `[p]editrole colour Test #ff9900`\n"
" "
#: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322 #: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322
msgid "Done." msgid "Done."
@@ -98,8 +130,18 @@ msgstr "Tehty."
#: redbot/cogs/admin/admin.py:293 #: redbot/cogs/admin/admin.py:293
#, 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"
msgstr "\\n Muokkaa roolin nimeä.\\n\\n Käytä kaksoislainausmerkkejä, jos rooli tai nimi sisältää välilyöntejä.\\n\\n Esimerkki:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\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"
" Muokkaa roolin nimeä.\n\n"
" Käytä kaksoislainausmerkkejä, jos rooli tai nimi sisältää välilyöntejä.\n\n"
" Esimerkki:\n"
" `[p]editrole name \"The Transistor\" Test`\n"
" "
#: redbot/cogs/admin/admin.py:327 #: redbot/cogs/admin/admin.py:327
#, docstring #, docstring
@@ -130,8 +172,14 @@ msgstr "Muokkaa kuinka ilmoitukset lähetetään tässä guildissa."
#: redbot/cogs/admin/admin.py:357 #: redbot/cogs/admin/admin.py:357
#, 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"
msgstr "\\n Muuta kanavaa, jossa botti lähettää ilmoituksia.\\n\\n Jos kanava jätetään tyhjäksi, se oletetaan nykyiselle kanavalle.\\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"
" Muuta kanavaa, jossa botti lähettää ilmoituksia.\n\n"
" Jos kanava jätetään tyhjäksi, se oletetaan nykyiselle kanavalle.\n"
" "
#: redbot/cogs/admin/admin.py:366 #: redbot/cogs/admin/admin.py:366
msgid "The announcement channel has been set to {channel.mention}" msgid "The announcement channel has been set to {channel.mention}"
@@ -144,73 +192,111 @@ msgstr "Poista ilmoituskanava käytöstä."
#: redbot/cogs/admin/admin.py:396 #: redbot/cogs/admin/admin.py:396
#, docstring #, docstring
msgid "Apply selfroles." msgid "\n"
msgstr "Hyväksy \"selfrolet\"." " Add or 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 ""
#: redbot/cogs/admin/admin.py:401 #: redbot/cogs/admin/admin.py:409
#, 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"
msgstr "\\n Lisää selfrole itseesi.\\n\\n Palvelimen ylläpitäjien on täytynyt konfiguroida rooli käyttäjän asettamana.\\n HUOM: Rooli on kirjainkoolla herkkä!\\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"
" Lisää selfrole itseesi.\n\n"
" Palvelimen ylläpitäjien on täytynyt konfiguroida rooli käyttäjän asettamana.\n"
" HUOM: Rooli on kirjainkoolla herkkä!\n"
" "
#: redbot/cogs/admin/admin.py:412 #: redbot/cogs/admin/admin.py:420
#, 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"
msgstr "\\n Lisää selfrole itseesi.\\n\\n Palvelimen ylläpitäjien on täytynyt konfiguroida rooli käyttäjän asettamana.\\n HUOM: Rooli on kirjainkoolla herkkä!\\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"
" Lisää selfrole itseesi.\n\n"
" Palvelimen ylläpitäjien on täytynyt konfiguroida rooli käyttäjän asettamana.\n"
" HUOM: Rooli on kirjainkoolla herkkä!\n"
" "
#: redbot/cogs/admin/admin.py:423 #: redbot/cogs/admin/admin.py:431
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\n"
msgstr "\\n Luettele kaikki saatavilla olevat selfrot.\\n " " Lists all available selfroles.\n"
" "
msgstr "\n"
" Luettele kaikki saatavilla olevat selfrot.\n"
" "
#: redbot/cogs/admin/admin.py:433 #: redbot/cogs/admin/admin.py:441
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\n"
msgstr "Saatavilla olevat omafroles:\\n{selfroles}" "{selfroles}"
msgstr "Saatavilla olevat omafroles:\n"
"{selfroles}"
#: redbot/cogs/admin/admin.py:439 #: redbot/cogs/admin/admin.py:447
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "Hallitse selfroleja." msgstr "Hallitse selfroleja."
#: redbot/cogs/admin/admin.py:444 #: redbot/cogs/admin/admin.py:452
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "\\n Lisää rooli saatavilla olevien selfrolien luetteloon.\\n\\n HUOM: Rooli on kirjainkoolla herkkä!\\n " " Add a role to the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "\n"
" Lisää rooli saatavilla olevien selfrolien luetteloon.\n\n"
" HUOM: Rooli on kirjainkoolla herkkä!\n"
" "
#: redbot/cogs/admin/admin.py:451 #: redbot/cogs/admin/admin.py:459
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 "En voi antaa roolia {role.name} käyttäjälle, koska rooli on korkeammalla kuin minun ylin roolini Discordin hierarkiassa." msgstr "En voi antaa roolia {role.name} käyttäjälle, koska rooli on korkeammalla kuin minun ylin roolini Discordin hierarkiassa."
#: redbot/cogs/admin/admin.py:459 #: redbot/cogs/admin/admin.py:467
msgid "Added." msgid "Added."
msgstr "Lisätty." msgstr "Lisätty."
#: redbot/cogs/admin/admin.py:462 #: redbot/cogs/admin/admin.py:470
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "Tämä rooli on jo selfrole." msgstr "Tämä rooli on jo selfrole."
#: redbot/cogs/admin/admin.py:466 #: redbot/cogs/admin/admin.py:474
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "\\n Lisää rooli saatavilla olevien selfrolien luetteloon.\\n\\n HUOM: Rooli on kirjainkoolla herkkä!\\n " " Remove a role from the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "\n"
" Lisää rooli saatavilla olevien selfrolien luetteloon.\n\n"
" HUOM: Rooli on kirjainkoolla herkkä!\n"
" "
#: redbot/cogs/admin/admin.py:473 #: redbot/cogs/admin/admin.py:481
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 "En voi antaa roolia {role.name} käyttäjälle, koska rooli on korkeammalla kuin minun ylin roolini Discordin hierarkiassa." msgstr "En voi antaa roolia {role.name} käyttäjälle, koska rooli on korkeammalla kuin minun ylin roolini Discordin hierarkiassa."
#: redbot/cogs/admin/admin.py:481 #: redbot/cogs/admin/admin.py:489
msgid "Removed." msgid "Removed."
msgstr "Poistettu." msgstr "Poistettu."
#: redbot/cogs/admin/admin.py:486 #: redbot/cogs/admin/admin.py:494
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "Lukitse botti vain nykyisille palvelimille." msgstr "Lukitse botti vain nykyisille palvelimille."
#: redbot/cogs/admin/admin.py:491 #: redbot/cogs/admin/admin.py:499
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "Botti ei ole enää palvelinlukittu." msgstr "Botti ei ole enää palvelinlukittu."
#: redbot/cogs/admin/admin.py:493 #: redbot/cogs/admin/admin.py:501
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "Botti on nyt palvelinlukittu." msgstr "Botti on nyt palvelinlukittu."

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-09-03 12:24+0000\n" "POT-Creation-Date: 2021-02-16 19:14+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: French\n" "Language-Team: French\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -74,13 +74,29 @@ msgstr "J'ai bien retiré le rôle {role.name} de {member.display_name}"
#: redbot/cogs/admin/admin.py:223 #: redbot/cogs/admin/admin.py:223
#, 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"
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 " " Add a role to a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "\n"
" Ajouter un rôle à un utilisateur.\n\n"
" Utilisez des guillemets si le rôle contient des espaces.\n"
" Si l'utilisateur est laissé vide, c'est par défaut l'auteur de la commande.\n"
" "
#: redbot/cogs/admin/admin.py:239 #: redbot/cogs/admin/admin.py:239
#, 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"
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 " " Remove a role from a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "\n"
" Retirer un rôle d'un utilisateur.\n\n"
" Utilisez des guillemets doubles si le rôle contient des espaces.\n"
" Si l'utilisateur est laissé vide, c'est par défaut l'auteur de la commande.\n"
" "
#: redbot/cogs/admin/admin.py:253 #: redbot/cogs/admin/admin.py:253
#, docstring #, docstring
@@ -89,8 +105,24 @@ msgstr "Modifier les paramètres d'un rôle."
#: redbot/cogs/admin/admin.py:260 #: redbot/cogs/admin/admin.py:260
#, 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"
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 " " Edit a role's colour.\n\n"
" Use double quotes if the role contains spaces.\n"
" Colour must be in hexadecimal format.\n"
" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n"
" Examples:\n"
" `[p]editrole colour \"The Transistor\" #ff0000`\n"
" `[p]editrole colour Test #ff9900`\n"
" "
msgstr "\n"
" Modifiez la couleur d'un rôle.\n\n"
" Utilisez des guillemets doubles si le rôle contient des espaces.\n"
" La couleur doit être au format hexadécimal.\n"
" [Sélecteur de couleurs en ligne](http://www.w3schools.com/colors/colors_picker.asp)\n\n"
" Exemples:\n"
" `[p]editrole color \"The Transistor\" #ff0000`\n"
" `[p]editrole colour Test #ff9900`\n"
" "
#: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322 #: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322
msgid "Done." msgid "Done."
@@ -98,8 +130,18 @@ msgstr "Fait."
#: redbot/cogs/admin/admin.py:293 #: redbot/cogs/admin/admin.py:293
#, 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"
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 " " Edit a role's name.\n\n"
" Use double quotes if the role or the name contain spaces.\n\n"
" Example:\n"
" `[p]editrole name \"The Transistor\" Test`\n"
" "
msgstr "\n"
" Modifier le nom d'un rôle.\n\n"
" Utiliser des guillemets si le rôle ou le nom contient des espaces.\n\n"
" Exemple:\n"
" `[p]editrole name \"The Transistor\" Test`\n"
" "
#: redbot/cogs/admin/admin.py:327 #: redbot/cogs/admin/admin.py:327
#, docstring #, docstring
@@ -130,8 +172,14 @@ msgstr "Change la façon dont les annonces sont envoyées dans ce serveur."
#: redbot/cogs/admin/admin.py:357 #: redbot/cogs/admin/admin.py:357
#, 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"
msgstr "\\n Change le salon où le bot enverra les annonces.\\n\\n Si le champ salon est laissé vide, il utilisera, par défaut, le salon actuel.\\n " " Change the channel where the bot will send announcements.\n\n"
" If channel is left blank it defaults to the current channel.\n"
" "
msgstr "\n"
" Change le salon où le bot enverra les annonces.\n\n"
" Si le champ salon est laissé vide, il utilisera, par défaut, le salon actuel.\n"
" "
#: redbot/cogs/admin/admin.py:366 #: redbot/cogs/admin/admin.py:366
msgid "The announcement channel has been set to {channel.mention}" msgid "The announcement channel has been set to {channel.mention}"
@@ -144,73 +192,111 @@ msgstr "Désactive le salon pour les annonces."
#: redbot/cogs/admin/admin.py:396 #: redbot/cogs/admin/admin.py:396
#, docstring #, docstring
msgid "Apply selfroles." msgid "\n"
msgstr "Appliquer auto-rôles." " Add or 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 ""
#: redbot/cogs/admin/admin.py:401 #: redbot/cogs/admin/admin.py:409
#, 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"
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 " " Add a selfrole to yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "\n"
" Ajouter un auto-rôle à vous-même.\n\n"
" Les administrateurs du serveur doivent avoir configuré le rôle en tant qu'utilisable par les utilisateurs.\n"
" NOTE : Le rôle est sensible aux majuscules et minuscules !\n"
" "
#: redbot/cogs/admin/admin.py:412 #: redbot/cogs/admin/admin.py:420
#, 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"
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 " " Remove a selfrole from yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "\n"
" Supprimez un auto-rôle de vous-même.\n\n"
" Les administrateurs du serveur doivent avoir configuré le rôle en tant qu'utilisable par les utilisateurs.\n"
" NOTE : Le rôle est sensible aux majuscules et minuscules !\n"
" "
#: redbot/cogs/admin/admin.py:423 #: redbot/cogs/admin/admin.py:431
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\n"
msgstr "\\n Liste de tous les auto-rôles disponibles.\\n " " Lists all available selfroles.\n"
" "
msgstr "\n"
" Liste de tous les auto-rôles disponibles.\n"
" "
#: redbot/cogs/admin/admin.py:433 #: redbot/cogs/admin/admin.py:441
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\n"
msgstr "Auto-rôles disponibles :\\n{selfroles}" "{selfroles}"
msgstr "Auto-rôles disponibles :\n"
"{selfroles}"
#: redbot/cogs/admin/admin.py:439 #: redbot/cogs/admin/admin.py:447
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "Gérer les auto-roles." msgstr "Gérer les auto-roles."
#: redbot/cogs/admin/admin.py:444 #: redbot/cogs/admin/admin.py:452
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "\\nAjouter un rôle à la liste des auto-rôles disponibles.\\n\\n NOTE : Le nom du rôle est sensible aux majuscules et minuscules !\\n " " Add a role to the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "\n"
"Ajouter 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:451 #: redbot/cogs/admin/admin.py:459
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "Je ne peux pas vous laisser ajouter {role.name} comme auto-rôle car ce rôle est supérieur ou égal à votre rôle le plus haut dans la hiérarchie Discord." msgstr "Je ne peux pas vous laisser ajouter {role.name} comme auto-rôle car ce rôle est supérieur ou égal à votre rôle le plus haut dans la hiérarchie Discord."
#: redbot/cogs/admin/admin.py:459 #: redbot/cogs/admin/admin.py:467
msgid "Added." msgid "Added."
msgstr "Ajouté." msgstr "Ajouté."
#: redbot/cogs/admin/admin.py:462 #: redbot/cogs/admin/admin.py:470
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "Ce rôle est déjà un selfrole." msgstr "Ce rôle est déjà un selfrole."
#: redbot/cogs/admin/admin.py:466 #: redbot/cogs/admin/admin.py:474
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "\\n Supprimer un rôle de la liste des auto-rôles.\\n\\n REMARQUE : Le nom du rôle est sensible aux majuscules et minuscules !\\n " " Remove a role from the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "\n"
" Supprimer un rôle de la liste des auto-rôles.\n\n"
" REMARQUE : Le nom du rôle est sensible aux majuscules et minuscules !\n"
" "
#: redbot/cogs/admin/admin.py:473 #: redbot/cogs/admin/admin.py:481
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "Je ne peux pas vous laisser ajouter {role.name} comme auto-rôle car ce rôle est supérieur ou égal à votre rôle le plus haut dans la hiérarchie Discord." msgstr "Je ne peux pas vous laisser ajouter {role.name} comme auto-rôle car ce rôle est supérieur ou égal à votre rôle le plus haut dans la hiérarchie Discord."
#: redbot/cogs/admin/admin.py:481 #: redbot/cogs/admin/admin.py:489
msgid "Removed." msgid "Removed."
msgstr "Retiré." msgstr "Retiré."
#: redbot/cogs/admin/admin.py:486 #: redbot/cogs/admin/admin.py:494
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "Verrouiller un bot sur ses serveurs actuels uniquement." msgstr "Verrouiller un bot sur ses serveurs actuels uniquement."
#: redbot/cogs/admin/admin.py:491 #: redbot/cogs/admin/admin.py:499
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "Le bot n'est plus verrouillé sur ses serveurs actuels." msgstr "Le bot n'est plus verrouillé sur ses serveurs actuels."
#: redbot/cogs/admin/admin.py:493 #: redbot/cogs/admin/admin.py:501
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "Le bot est maintenant verrouillé sur ses serveurs actuels." msgstr "Le bot est maintenant verrouillé sur ses serveurs actuels."

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-09-03 12:24+0000\n" "POT-Creation-Date: 2021-02-16 19:14+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Hebrew\n" "Language-Team: Hebrew\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3;\n" "Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3;\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -74,12 +74,20 @@ msgstr ""
#: redbot/cogs/admin/admin.py:223 #: redbot/cogs/admin/admin.py:223
#, docstring #, docstring
msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\n"
" Add a role to a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:239 #: redbot/cogs/admin/admin.py:239
#, docstring #, docstring
msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\n"
" Remove a role from a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:253 #: redbot/cogs/admin/admin.py:253
@@ -89,7 +97,15 @@ msgstr ""
#: redbot/cogs/admin/admin.py:260 #: redbot/cogs/admin/admin.py:260
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\n"
" Edit a role's colour.\n\n"
" Use double quotes if the role contains spaces.\n"
" Colour must be in hexadecimal format.\n"
" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n"
" Examples:\n"
" `[p]editrole colour \"The Transistor\" #ff0000`\n"
" `[p]editrole colour Test #ff9900`\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322 #: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322
@@ -98,7 +114,12 @@ msgstr ""
#: redbot/cogs/admin/admin.py:293 #: redbot/cogs/admin/admin.py:293
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\n"
" Edit a role's name.\n\n"
" Use double quotes if the role or the name contain spaces.\n\n"
" Example:\n"
" `[p]editrole name \"The Transistor\" Test`\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:327 #: redbot/cogs/admin/admin.py:327
@@ -130,7 +151,10 @@ msgstr ""
#: redbot/cogs/admin/admin.py:357 #: redbot/cogs/admin/admin.py:357
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\n"
" Change the channel where the bot will send announcements.\n\n"
" If channel is left blank it defaults to the current channel.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:366 #: redbot/cogs/admin/admin.py:366
@@ -144,73 +168,94 @@ msgstr ""
#: redbot/cogs/admin/admin.py:396 #: redbot/cogs/admin/admin.py:396
#, docstring #, docstring
msgid "Apply selfroles." msgid "\n"
" Add or remove a selfrole from yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:401 #: redbot/cogs/admin/admin.py:409
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\n"
" Add a selfrole to yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:412 #: redbot/cogs/admin/admin.py:420
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\n"
" Remove a selfrole from yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:423 #: redbot/cogs/admin/admin.py:431
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\n"
" Lists all available selfroles.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:433 #: redbot/cogs/admin/admin.py:441
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\n"
"{selfroles}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:439 #: redbot/cogs/admin/admin.py:447
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:444 #: redbot/cogs/admin/admin.py:452
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "" " Add a role to the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
#: redbot/cogs/admin/admin.py:451 " "
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:459 #: redbot/cogs/admin/admin.py:459
msgid "Added." msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:462 #: redbot/cogs/admin/admin.py:467
msgid "Added."
msgstr "נוסף."
#: redbot/cogs/admin/admin.py:470
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:466 #: redbot/cogs/admin/admin.py:474
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "" " Remove a role from the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
#: redbot/cogs/admin/admin.py:473 " "
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:481 #: redbot/cogs/admin/admin.py:481
msgid "Removed." msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:486 #: redbot/cogs/admin/admin.py:489
msgid "Removed."
msgstr "הוסר."
#: redbot/cogs/admin/admin.py:494
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:491 #: redbot/cogs/admin/admin.py:499
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:493 #: redbot/cogs/admin/admin.py:501
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "" msgstr ""

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-09-03 12:24+0000\n" "POT-Creation-Date: 2021-02-16 19:14+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Hungarian\n" "Language-Team: Hungarian\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -74,12 +74,20 @@ msgstr ""
#: redbot/cogs/admin/admin.py:223 #: redbot/cogs/admin/admin.py:223
#, docstring #, docstring
msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\n"
" Add a role to a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:239 #: redbot/cogs/admin/admin.py:239
#, docstring #, docstring
msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\n"
" Remove a role from a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:253 #: redbot/cogs/admin/admin.py:253
@@ -89,7 +97,15 @@ msgstr ""
#: redbot/cogs/admin/admin.py:260 #: redbot/cogs/admin/admin.py:260
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\n"
" Edit a role's colour.\n\n"
" Use double quotes if the role contains spaces.\n"
" Colour must be in hexadecimal format.\n"
" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n"
" Examples:\n"
" `[p]editrole colour \"The Transistor\" #ff0000`\n"
" `[p]editrole colour Test #ff9900`\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322 #: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322
@@ -98,7 +114,12 @@ msgstr "Kész."
#: redbot/cogs/admin/admin.py:293 #: redbot/cogs/admin/admin.py:293
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\n"
" Edit a role's name.\n\n"
" Use double quotes if the role or the name contain spaces.\n\n"
" Example:\n"
" `[p]editrole name \"The Transistor\" Test`\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:327 #: redbot/cogs/admin/admin.py:327
@@ -130,7 +151,10 @@ msgstr ""
#: redbot/cogs/admin/admin.py:357 #: redbot/cogs/admin/admin.py:357
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\n"
" Change the channel where the bot will send announcements.\n\n"
" If channel is left blank it defaults to the current channel.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:366 #: redbot/cogs/admin/admin.py:366
@@ -144,73 +168,94 @@ msgstr ""
#: redbot/cogs/admin/admin.py:396 #: redbot/cogs/admin/admin.py:396
#, docstring #, docstring
msgid "Apply selfroles." msgid "\n"
" Add or remove a selfrole from yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:401 #: redbot/cogs/admin/admin.py:409
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\n"
" Add a selfrole to yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:412 #: redbot/cogs/admin/admin.py:420
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\n"
" Remove a selfrole from yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:423 #: redbot/cogs/admin/admin.py:431
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\n"
" Lists all available selfroles.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:433 #: redbot/cogs/admin/admin.py:441
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\n"
"{selfroles}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:439 #: redbot/cogs/admin/admin.py:447
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:444 #: redbot/cogs/admin/admin.py:452
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "" " Add a role to the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
#: redbot/cogs/admin/admin.py:451 " "
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:459 #: redbot/cogs/admin/admin.py:459
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 ""
#: redbot/cogs/admin/admin.py:467
msgid "Added." msgid "Added."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:462 #: redbot/cogs/admin/admin.py:470
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:466 #: redbot/cogs/admin/admin.py:474
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "" " Remove a role from the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
#: redbot/cogs/admin/admin.py:473 " "
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:481 #: redbot/cogs/admin/admin.py:481
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 ""
#: redbot/cogs/admin/admin.py:489
msgid "Removed." msgid "Removed."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:486 #: redbot/cogs/admin/admin.py:494
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:491 #: redbot/cogs/admin/admin.py:499
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:493 #: redbot/cogs/admin/admin.py:501
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "" msgstr ""

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-09-03 12:24+0000\n" "POT-Creation-Date: 2021-02-16 19:14+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Indonesian\n" "Language-Team: Indonesian\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -74,12 +74,25 @@ msgstr "Saya berhasil menambahkan {role.name} ke {member.display_name}"
#: redbot/cogs/admin/admin.py:223 #: redbot/cogs/admin/admin.py:223
#, 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"
msgstr "\\n Tambahkan role ke user. \\n \\n Gunakan tanda kutip ganda jika role berisi spasi. \\n Jika pengguna dibiarkan kosong, defaultnya adalah pembuat perintah. \\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"
" Tambahkan role ke user. \n"
" \n"
" Gunakan tanda kutip ganda jika role berisi spasi. \n"
" Jika pengguna dibiarkan kosong, defaultnya adalah pembuat perintah. \n"
" "
#: redbot/cogs/admin/admin.py:239 #: redbot/cogs/admin/admin.py:239
#, 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 Tambahkanrole ke user. \\ n \\ n Gunakan tanda kutip ganda jika role berisi spasi. \\ n Jika pengguna dibiarkan kosong, defaultnya adalah pembuat perintah. \\ n " msgstr "\\ n Tambahkanrole ke user. \\ n \\ n Gunakan tanda kutip ganda jika role berisi spasi. \\ n Jika pengguna dibiarkan kosong, defaultnya adalah pembuat perintah. \\ n "
#: redbot/cogs/admin/admin.py:253 #: redbot/cogs/admin/admin.py:253
@@ -89,8 +102,24 @@ msgstr "Edit pengaturan role."
#: redbot/cogs/admin/admin.py:260 #: redbot/cogs/admin/admin.py:260
#, 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"
msgstr "\\n Ubah warna role.\\n\\n Gunakan tanda kutip ganda jika peran tersebut berisi spasi.\\n Warna harus dalam format heksadesimal.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Contoh:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\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"
" Ubah warna role.\n\n"
" Gunakan tanda kutip ganda jika peran tersebut berisi spasi.\n"
" Warna harus dalam format heksadesimal.\n"
" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n"
" Contoh:\n"
" `[p]editrole colour \"The Transistor\" #ff0000`\n"
" `[p]editrole colour Test #ff9900`\n"
" "
#: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322 #: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322
msgid "Done." msgid "Done."
@@ -98,8 +127,18 @@ msgstr "Selesai."
#: redbot/cogs/admin/admin.py:293 #: redbot/cogs/admin/admin.py:293
#, 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"
msgstr "\\n Ubah nama role.\\n\\n Gunakan tanda kutip ganda jika role atau namanya mengandung spasi.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\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"
" Ubah nama role.\n\n"
" Gunakan tanda kutip ganda jika role atau namanya mengandung spasi.\n\n"
" Example:\n"
" `[p]editrole name \"The Transistor\" Test`\n"
" "
#: redbot/cogs/admin/admin.py:327 #: redbot/cogs/admin/admin.py:327
#, docstring #, docstring
@@ -130,8 +169,14 @@ msgstr "Ubah cara pengumuman dikirim di guild ini."
#: redbot/cogs/admin/admin.py:357 #: redbot/cogs/admin/admin.py:357
#, 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"
msgstr "\\n Ubah Channel tempat bot akan mengirim pengumuman.\\n\\n Jika channel dibiarkan kosong maka default nya adalah channel saat ini.\\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"
" Ubah Channel tempat bot akan mengirim pengumuman.\n\n"
" Jika channel dibiarkan kosong maka default nya adalah channel saat ini.\n"
" "
#: redbot/cogs/admin/admin.py:366 #: redbot/cogs/admin/admin.py:366
msgid "The announcement channel has been set to {channel.mention}" msgid "The announcement channel has been set to {channel.mention}"
@@ -144,73 +189,111 @@ msgstr "Tidak menyetel saluran untuk pengumuman."
#: redbot/cogs/admin/admin.py:396 #: redbot/cogs/admin/admin.py:396
#, docstring #, docstring
msgid "Apply selfroles." msgid "\n"
msgstr "Terapkan selfroles." " Add or 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 ""
#: redbot/cogs/admin/admin.py:401 #: redbot/cogs/admin/admin.py:409
#, 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"
msgstr "\\n Tambahkan role diri sendiri.\\n\\n Admin server harus melakukan konfigurasi role sebagai dapat diatur pengguna.\\n NOTE: Role peka huruf besar / kecil!\\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"
" Tambahkan role diri sendiri.\n\n"
" Admin server harus melakukan konfigurasi role sebagai dapat diatur pengguna.\n"
" NOTE: Role peka huruf besar / kecil!\n"
" "
#: redbot/cogs/admin/admin.py:412 #: redbot/cogs/admin/admin.py:420
#, 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"
msgstr "\\n Hapus role diri sendiri.\\n\\n Admin server harus melakukan konfigurasi role sebagai dapat diatur pengguna.\\n NOTE: Role peka huruf besar / kecil!\\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"
" Hapus role diri sendiri.\n\n"
" Admin server harus melakukan konfigurasi role sebagai dapat diatur pengguna.\n"
" NOTE: Role peka huruf besar / kecil!\n"
" "
#: redbot/cogs/admin/admin.py:423 #: redbot/cogs/admin/admin.py:431
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\n"
msgstr "\\n Daftar semua role diri yang tersedia.\\n " " Lists all available selfroles.\n"
" "
msgstr "\n"
" Daftar semua role diri yang tersedia.\n"
" "
#: redbot/cogs/admin/admin.py:433 #: redbot/cogs/admin/admin.py:441
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\n"
msgstr "Role diri yang tersedia:\\n{selfroles}" "{selfroles}"
msgstr "Role diri yang tersedia:\n"
"{selfroles}"
#: redbot/cogs/admin/admin.py:439 #: redbot/cogs/admin/admin.py:447
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "Kelola Roles diri sendiri." msgstr "Kelola Roles diri sendiri."
#: redbot/cogs/admin/admin.py:444 #: redbot/cogs/admin/admin.py:452
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "\\n Tambahkan role ke daftar role diri sendiri yang tersedia.\\n\\n NOTE: Peran peka huruf besar / kecil!\\n " " Add a role to the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "\n"
" Tambahkan role ke daftar role diri sendiri yang tersedia.\n\n"
" NOTE: Peran peka huruf besar / kecil!\n"
" "
#: redbot/cogs/admin/admin.py:451 #: redbot/cogs/admin/admin.py:459
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 "Saya tidak dapat memberikan {role.name} kepada karena Role itu lebih tinggi atau sama dengan Role tertinggi saya dalam tingkatan Discord." msgstr "Saya tidak dapat memberikan {role.name} kepada karena Role itu lebih tinggi atau sama dengan Role tertinggi saya dalam tingkatan Discord."
#: redbot/cogs/admin/admin.py:459 #: redbot/cogs/admin/admin.py:467
msgid "Added." msgid "Added."
msgstr "Ditambahkan." msgstr "Ditambahkan."
#: redbot/cogs/admin/admin.py:462 #: redbot/cogs/admin/admin.py:470
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "Role itu sudah menjadi role diri sendiri." msgstr "Role itu sudah menjadi role diri sendiri."
#: redbot/cogs/admin/admin.py:466 #: redbot/cogs/admin/admin.py:474
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "\\n Tambahkan role ke daftar role diri sendiri yang tersedia.\\n\\n NOTE: Role peka huruf besar / kecil!\\n " " Remove a role from the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "\n"
" Tambahkan role ke daftar role diri sendiri yang tersedia.\n\n"
" NOTE: Role peka huruf besar / kecil!\n"
" "
#: redbot/cogs/admin/admin.py:473 #: redbot/cogs/admin/admin.py:481
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 "Saya tidak dapat menghapus {role.name} dari role diri sendiri karena role itu lebih tinggi dari atau sama dengan role tertinggi Anda dalam tingkatan Discord." msgstr "Saya tidak dapat menghapus {role.name} dari role diri sendiri karena role itu lebih tinggi dari atau sama dengan role tertinggi Anda dalam tingkatan Discord."
#: redbot/cogs/admin/admin.py:481 #: redbot/cogs/admin/admin.py:489
msgid "Removed." msgid "Removed."
msgstr "Dihapus." msgstr "Dihapus."
#: redbot/cogs/admin/admin.py:486 #: redbot/cogs/admin/admin.py:494
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "Kunci bot ke servernya saat ini saja." msgstr "Kunci bot ke servernya saat ini saja."
#: redbot/cogs/admin/admin.py:491 #: redbot/cogs/admin/admin.py:499
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "Bot tidak lagi terkunci server." msgstr "Bot tidak lagi terkunci server."
#: redbot/cogs/admin/admin.py:493 #: redbot/cogs/admin/admin.py:501
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "Bot sekarang terkunci server." msgstr "Bot sekarang terkunci server."

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-09-03 12:24+0000\n" "POT-Creation-Date: 2021-02-16 19:14+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Italian\n" "Language-Team: Italian\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -74,12 +74,20 @@ msgstr "Ho rimosso con successo {role.name} dal gruppo {member.display_name}"
#: redbot/cogs/admin/admin.py:223 #: redbot/cogs/admin/admin.py:223
#, docstring #, docstring
msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\n"
" Add a role to a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:239 #: redbot/cogs/admin/admin.py:239
#, docstring #, docstring
msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\n"
" Remove a role from a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:253 #: redbot/cogs/admin/admin.py:253
@@ -89,7 +97,15 @@ msgstr "Modifica impostazioni ruolo."
#: redbot/cogs/admin/admin.py:260 #: redbot/cogs/admin/admin.py:260
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\n"
" Edit a role's colour.\n\n"
" Use double quotes if the role contains spaces.\n"
" Colour must be in hexadecimal format.\n"
" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n"
" Examples:\n"
" `[p]editrole colour \"The Transistor\" #ff0000`\n"
" `[p]editrole colour Test #ff9900`\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322 #: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322
@@ -98,7 +114,12 @@ msgstr "Fatto."
#: redbot/cogs/admin/admin.py:293 #: redbot/cogs/admin/admin.py:293
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\n"
" Edit a role's name.\n\n"
" Use double quotes if the role or the name contain spaces.\n\n"
" Example:\n"
" `[p]editrole name \"The Transistor\" Test`\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:327 #: redbot/cogs/admin/admin.py:327
@@ -130,7 +151,10 @@ msgstr ""
#: redbot/cogs/admin/admin.py:357 #: redbot/cogs/admin/admin.py:357
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\n"
" Change the channel where the bot will send announcements.\n\n"
" If channel is left blank it defaults to the current channel.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:366 #: redbot/cogs/admin/admin.py:366
@@ -144,73 +168,94 @@ msgstr ""
#: redbot/cogs/admin/admin.py:396 #: redbot/cogs/admin/admin.py:396
#, docstring #, docstring
msgid "Apply selfroles." msgid "\n"
" Add or remove a selfrole from yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:401 #: redbot/cogs/admin/admin.py:409
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\n"
" Add a selfrole to yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:412 #: redbot/cogs/admin/admin.py:420
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\n"
" Remove a selfrole from yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:423 #: redbot/cogs/admin/admin.py:431
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\n"
" Lists all available selfroles.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:433 #: redbot/cogs/admin/admin.py:441
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\n"
"{selfroles}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:439 #: redbot/cogs/admin/admin.py:447
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:444 #: redbot/cogs/admin/admin.py:452
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "" " Add a role to the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
#: redbot/cogs/admin/admin.py:451 " "
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:459 #: redbot/cogs/admin/admin.py:459
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 ""
#: redbot/cogs/admin/admin.py:467
msgid "Added." msgid "Added."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:462 #: redbot/cogs/admin/admin.py:470
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:466 #: redbot/cogs/admin/admin.py:474
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "" " Remove a role from the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
#: redbot/cogs/admin/admin.py:473 " "
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:481 #: redbot/cogs/admin/admin.py:481
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 ""
#: redbot/cogs/admin/admin.py:489
msgid "Removed." msgid "Removed."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:486 #: redbot/cogs/admin/admin.py:494
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "Blocca un bot ai suoi server attuali." msgstr "Blocca un bot ai suoi server attuali."
#: redbot/cogs/admin/admin.py:491 #: redbot/cogs/admin/admin.py:499
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "Il bot non è più bloccato ai server." msgstr "Il bot non è più bloccato ai server."
#: redbot/cogs/admin/admin.py:493 #: redbot/cogs/admin/admin.py:501
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "Il bot è bloccato ai server." msgstr "Il bot è bloccato ai server."

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-09-03 12:24+0000\n" "POT-Creation-Date: 2021-02-16 19:14+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Japanese\n" "Language-Team: Japanese\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -17,11 +17,11 @@ msgstr ""
#: redbot/cogs/admin/admin.py:18 #: redbot/cogs/admin/admin.py:18
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
msgstr "私は不和が私に権限を拒否した何かをしようとしました。コマンド正常に完了できませんでした。" msgstr "私はDiscordが許可を拒否した何かをしようとしました。あなたのコマンド正常に完了できませんでした。"
#: redbot/cogs/admin/admin.py:23 #: redbot/cogs/admin/admin.py:23
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} に与えることはできません。その役職は、私が持っている最高役職より、上にあるためです。"
#: redbot/cogs/admin/admin.py:29 #: redbot/cogs/admin/admin.py:29
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."
@@ -74,12 +74,20 @@ msgstr ""
#: redbot/cogs/admin/admin.py:223 #: redbot/cogs/admin/admin.py:223
#, docstring #, docstring
msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\n"
" Add a role to a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:239 #: redbot/cogs/admin/admin.py:239
#, docstring #, docstring
msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\n"
" Remove a role from a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:253 #: redbot/cogs/admin/admin.py:253
@@ -89,7 +97,15 @@ msgstr ""
#: redbot/cogs/admin/admin.py:260 #: redbot/cogs/admin/admin.py:260
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\n"
" Edit a role's colour.\n\n"
" Use double quotes if the role contains spaces.\n"
" Colour must be in hexadecimal format.\n"
" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n"
" Examples:\n"
" `[p]editrole colour \"The Transistor\" #ff0000`\n"
" `[p]editrole colour Test #ff9900`\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322 #: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322
@@ -98,7 +114,12 @@ msgstr ""
#: redbot/cogs/admin/admin.py:293 #: redbot/cogs/admin/admin.py:293
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\n"
" Edit a role's name.\n\n"
" Use double quotes if the role or the name contain spaces.\n\n"
" Example:\n"
" `[p]editrole name \"The Transistor\" Test`\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:327 #: redbot/cogs/admin/admin.py:327
@@ -130,7 +151,10 @@ msgstr ""
#: redbot/cogs/admin/admin.py:357 #: redbot/cogs/admin/admin.py:357
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\n"
" Change the channel where the bot will send announcements.\n\n"
" If channel is left blank it defaults to the current channel.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:366 #: redbot/cogs/admin/admin.py:366
@@ -144,89 +168,110 @@ msgstr ""
#: redbot/cogs/admin/admin.py:396 #: redbot/cogs/admin/admin.py:396
#, docstring #, docstring
msgid "Apply selfroles." msgid "\n"
" Add or remove a selfrole from yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:401 #: redbot/cogs/admin/admin.py:409
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\n"
" Add a selfrole to yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:412 #: redbot/cogs/admin/admin.py:420
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\n"
" Remove a selfrole from yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:423 #: redbot/cogs/admin/admin.py:431
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\n"
" Lists all available selfroles.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:433 #: redbot/cogs/admin/admin.py:441
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\n"
"{selfroles}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:439 #: redbot/cogs/admin/admin.py:447
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:444 #: redbot/cogs/admin/admin.py:452
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "" " Add a role to the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
#: redbot/cogs/admin/admin.py:451 " "
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:459 #: redbot/cogs/admin/admin.py:459
msgid "Added." msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:462 #: redbot/cogs/admin/admin.py:467
msgid "Added."
msgstr "追加されました"
#: redbot/cogs/admin/admin.py:470
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:466 #: redbot/cogs/admin/admin.py:474
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "" " Remove a role from the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
#: redbot/cogs/admin/admin.py:473 " "
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:481 #: redbot/cogs/admin/admin.py:481
msgid "Removed." msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:486 #: redbot/cogs/admin/admin.py:489
msgid "Removed."
msgstr "削除されました"
#: redbot/cogs/admin/admin.py:494
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "" msgstr "Botを現在のサーバーにのみロックします。"
#: redbot/cogs/admin/admin.py:491 #: redbot/cogs/admin/admin.py:499
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "" msgstr "Botはもうサーバーロックされていません。"
#: redbot/cogs/admin/admin.py:493 #: redbot/cogs/admin/admin.py:501
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "" msgstr "Botはサーバーロックされました。"
#: redbot/cogs/admin/announcer.py:68 #: redbot/cogs/admin/announcer.py:68
msgid "I could not announce to the following server: " msgid "I could not announce to the following server: "
msgstr "" msgstr "以下のサーバーに通知できませんでした: "
#: redbot/cogs/admin/announcer.py:70 #: redbot/cogs/admin/announcer.py:70
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."
msgstr "" msgstr "管理者コグがロードされていません。"
#: redbot/cogs/admin/converters.py:20 #: redbot/cogs/admin/converters.py:20
msgid "The provided role is not a valid selfrole." msgid "The provided role is not a valid selfrole."
msgstr "" msgstr "与えられたロールは有効な自己ロールではありません。"

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-09-03 12:24+0000\n" "POT-Creation-Date: 2021-02-16 19:14+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Korean\n" "Language-Team: Korean\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -74,12 +74,20 @@ msgstr ""
#: redbot/cogs/admin/admin.py:223 #: redbot/cogs/admin/admin.py:223
#, docstring #, docstring
msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\n"
" Add a role to a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:239 #: redbot/cogs/admin/admin.py:239
#, docstring #, docstring
msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\n"
" Remove a role from a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:253 #: redbot/cogs/admin/admin.py:253
@@ -89,7 +97,15 @@ msgstr "역할 설정을 변경했어요."
#: redbot/cogs/admin/admin.py:260 #: redbot/cogs/admin/admin.py:260
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\n"
" Edit a role's colour.\n\n"
" Use double quotes if the role contains spaces.\n"
" Colour must be in hexadecimal format.\n"
" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n"
" Examples:\n"
" `[p]editrole colour \"The Transistor\" #ff0000`\n"
" `[p]editrole colour Test #ff9900`\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322 #: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322
@@ -98,7 +114,12 @@ msgstr "다 했어요."
#: redbot/cogs/admin/admin.py:293 #: redbot/cogs/admin/admin.py:293
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\n"
" Edit a role's name.\n\n"
" Use double quotes if the role or the name contain spaces.\n\n"
" Example:\n"
" `[p]editrole name \"The Transistor\" Test`\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:327 #: redbot/cogs/admin/admin.py:327
@@ -130,7 +151,10 @@ msgstr ""
#: redbot/cogs/admin/admin.py:357 #: redbot/cogs/admin/admin.py:357
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\n"
" Change the channel where the bot will send announcements.\n\n"
" If channel is left blank it defaults to the current channel.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:366 #: redbot/cogs/admin/admin.py:366
@@ -144,73 +168,94 @@ msgstr ""
#: redbot/cogs/admin/admin.py:396 #: redbot/cogs/admin/admin.py:396
#, docstring #, docstring
msgid "Apply selfroles." msgid "\n"
" Add or remove a selfrole from yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:401 #: redbot/cogs/admin/admin.py:409
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\n"
" Add a selfrole to yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:412 #: redbot/cogs/admin/admin.py:420
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\n"
" Remove a selfrole from yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:423 #: redbot/cogs/admin/admin.py:431
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\n"
" Lists all available selfroles.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:433 #: redbot/cogs/admin/admin.py:441
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\n"
"{selfroles}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:439 #: redbot/cogs/admin/admin.py:447
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:444 #: redbot/cogs/admin/admin.py:452
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "" " Add a role to the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
#: redbot/cogs/admin/admin.py:451 " "
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:459 #: redbot/cogs/admin/admin.py:459
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 ""
#: redbot/cogs/admin/admin.py:467
msgid "Added." msgid "Added."
msgstr "추가됐어요." msgstr "추가됐어요."
#: redbot/cogs/admin/admin.py:462 #: redbot/cogs/admin/admin.py:470
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:466 #: redbot/cogs/admin/admin.py:474
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "" " Remove a role from the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
#: redbot/cogs/admin/admin.py:473 " "
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:481 #: redbot/cogs/admin/admin.py:481
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 ""
#: redbot/cogs/admin/admin.py:489
msgid "Removed." msgid "Removed."
msgstr "제거됐어요." msgstr "제거됐어요."
#: redbot/cogs/admin/admin.py:486 #: redbot/cogs/admin/admin.py:494
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:491 #: redbot/cogs/admin/admin.py:499
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:493 #: redbot/cogs/admin/admin.py:501
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "" msgstr ""

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-09-03 12:24+0000\n" "POT-Creation-Date: 2021-02-16 19:14+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Norwegian Bokmal\n" "Language-Team: Norwegian Bokmal\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -74,13 +74,30 @@ msgstr "Jeg har fjernet {role.name} fra {member.display_name}"
#: redbot/cogs/admin/admin.py:223 #: redbot/cogs/admin/admin.py:223
#, 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"
msgstr "\\n Legg til en rolle for en bruker.\\n \\n Bruk doble anførselstegn hvis rollen inneholder mellomrom.\\n Hvis brukeren er tom, er den standard for forfatteren av kommandoen.\\n " " Add a role to a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "\n"
" Legg til en rolle for en bruker.\n"
" \n"
" Bruk doble anførselstegn hvis rollen inneholder mellomrom.\n"
" Hvis brukeren er tom, er den standard for forfatteren av kommandoen.\n"
" "
#: redbot/cogs/admin/admin.py:239 #: redbot/cogs/admin/admin.py:239
#, 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"
msgstr "\\n Fjern en rolle fra en bruker.\\n\\n Bruk doble anførselstegn hvis rollen inneholder mellomrom.\\n Hvis brukeren er tom, er den standard for forfatteren av kommandoen.\\n " " Remove a role from a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "\n"
" Fjern en rolle fra en bruker.\n\n"
" Bruk doble anførselstegn hvis rollen inneholder mellomrom.\n"
" Hvis brukeren er tom, er den standard for forfatteren av kommandoen.\n"
" "
#: redbot/cogs/admin/admin.py:253 #: redbot/cogs/admin/admin.py:253
#, docstring #, docstring
@@ -89,8 +106,24 @@ msgstr "Endre rolle innsillinger."
#: redbot/cogs/admin/admin.py:260 #: redbot/cogs/admin/admin.py:260
#, 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"
msgstr "\\n Rediger en rollefarge.\\n\\n Bruk doble anførselstegn hvis rollen inneholder mellomrom.\\n Farge må være i heksadesimal format.\\n [Online fargevalg] (http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Eksempler: \\n `[p] redigeringsrollefarge \" Transistoren \"# ff0000` \\n` [p] redigeringsrollefarge Test # ff9900` \\n " " Edit a role's colour.\n\n"
" Use double quotes if the role contains spaces.\n"
" Colour must be in hexadecimal format.\n"
" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n"
" Examples:\n"
" `[p]editrole colour \"The Transistor\" #ff0000`\n"
" `[p]editrole colour Test #ff9900`\n"
" "
msgstr "\n"
" Rediger en rollefarge.\n\n"
" Bruk doble anførselstegn hvis rollen inneholder mellomrom.\n"
" Farge må være i heksadesimal format.\n"
" [Online fargevalg] (http://www.w3schools.com/colors/colors_picker.asp)\n\n"
" Eksempler: \n"
" `[p] redigeringsrollefarge \" Transistoren \"# ff0000` \n"
"` [p] redigeringsrollefarge Test # ff9900` \n"
" "
#: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322 #: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322
msgid "Done." msgid "Done."
@@ -98,8 +131,20 @@ msgstr "Ferdig."
#: redbot/cogs/admin/admin.py:293 #: redbot/cogs/admin/admin.py:293
#, 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"
msgstr "\\n Rediger navnet til en rolle. \\n \\n Bruk doble anførselstegn hvis rollen eller navnet inneholder mellomrom. \\n \\n Eksempel: \\n `[p] editrole name \\\" Transistor \\ \"Test` \\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"
" Rediger navnet til en rolle. \n"
" \n"
" Bruk doble anførselstegn hvis rollen eller navnet inneholder mellomrom. \n"
" \n"
" Eksempel: \n"
" `[p] editrole name \" Transistor \\ \"Test` \n"
" "
#: redbot/cogs/admin/admin.py:327 #: redbot/cogs/admin/admin.py:327
#, docstring #, docstring
@@ -130,8 +175,14 @@ msgstr "Endre hvordan kunngjøringer sendes i denne serveren."
#: redbot/cogs/admin/admin.py:357 #: redbot/cogs/admin/admin.py:357
#, 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"
msgstr "\\nEndre kanalen der bot vil sende kunngjøringer. \\n\\n Hvis kanalen er tom, er den standard for den nåværende kanalen. \\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"
"Endre kanalen der bot vil sende kunngjøringer. \n\n"
" Hvis kanalen er tom, er den standard for den nåværende kanalen. \n"
" "
#: redbot/cogs/admin/admin.py:366 #: redbot/cogs/admin/admin.py:366
msgid "The announcement channel has been set to {channel.mention}" msgid "The announcement channel has been set to {channel.mention}"
@@ -144,73 +195,111 @@ msgstr "Opphever kanalen for kunngjøringer."
#: redbot/cogs/admin/admin.py:396 #: redbot/cogs/admin/admin.py:396
#, docstring #, docstring
msgid "Apply selfroles." msgid "\n"
msgstr "Påfør selvroller." " Add or 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 ""
#: redbot/cogs/admin/admin.py:401 #: redbot/cogs/admin/admin.py:409
#, 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"
msgstr "\\nLegg en selvrolle til deg selv.\\n\\nServeradministratorer må ha konfigurert rollen som brukerinnstillbar.\\nMERK: Rollen er små og små bokstaver!\\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"
"Legg en selvrolle til deg selv.\n\n"
"Serveradministratorer må ha konfigurert rollen som brukerinnstillbar.\n"
"MERK: Rollen er små og små bokstaver!\n"
" "
#: redbot/cogs/admin/admin.py:412 #: redbot/cogs/admin/admin.py:420
#, 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"
msgstr "\\nFjern en selvrolle fra deg selv.\\n\\nServeradministratorer må ha konfigurert rollen som brukerinnstillbar.\\n MERKNAD: Rollen er store og små bokstaver!\\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"
"Fjern en selvrolle fra deg selv.\n\n"
"Serveradministratorer må ha konfigurert rollen som brukerinnstillbar.\n"
" MERKNAD: Rollen er store og små bokstaver!\n"
" "
#: redbot/cogs/admin/admin.py:423 #: redbot/cogs/admin/admin.py:431
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\n"
msgstr "\\nViser alle tilgjengelige selvroller.\\n " " Lists all available selfroles.\n"
" "
msgstr "\n"
"Viser alle tilgjengelige selvroller.\n"
" "
#: redbot/cogs/admin/admin.py:433 #: redbot/cogs/admin/admin.py:441
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\n"
msgstr "Tilgjengelige selvroller:\\n {selfroles}" "{selfroles}"
msgstr "Tilgjengelige selvroller:\n"
" {selfroles}"
#: redbot/cogs/admin/admin.py:439 #: redbot/cogs/admin/admin.py:447
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "Behandle selvroller." msgstr "Behandle selvroller."
#: redbot/cogs/admin/admin.py:444 #: redbot/cogs/admin/admin.py:452
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "\\nLegg til en rolle i listen over tilgjengelige selvroller.\\n\\nMERKNAD: Rollen er store og små bokstaver!\\n " " Add a role to the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "\n"
"Legg til en rolle i listen over tilgjengelige selvroller.\n\n"
"MERKNAD: Rollen er store og små bokstaver!\n"
" "
#: redbot/cogs/admin/admin.py:451 #: redbot/cogs/admin/admin.py:459
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 "Jeg kan ikke la deg gi {role.name} til fordi den rollen er høyere enn eller lik din høyeste rolle i Discord-hierarkiet." msgstr "Jeg kan ikke la deg gi {role.name} til fordi den rollen er høyere enn eller lik din høyeste rolle i Discord-hierarkiet."
#: redbot/cogs/admin/admin.py:459 #: redbot/cogs/admin/admin.py:467
msgid "Added." msgid "Added."
msgstr "Lagt til." msgstr "Lagt til."
#: redbot/cogs/admin/admin.py:462 #: redbot/cogs/admin/admin.py:470
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "Den rollen er allerede en selvrolle." msgstr "Den rollen er allerede en selvrolle."
#: redbot/cogs/admin/admin.py:466 #: redbot/cogs/admin/admin.py:474
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "\\nFjern en rolle fra listen over tilgjengelige selvroller.\\n\\nMERKNAD: Rollen er store og små bokstaver!\\n " " Remove a role from the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "\n"
"Fjern en rolle fra listen over tilgjengelige selvroller.\n\n"
"MERKNAD: Rollen er store og små bokstaver!\n"
" "
#: redbot/cogs/admin/admin.py:473 #: redbot/cogs/admin/admin.py:481
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 "Jeg kan ikke la deg fjerne {role.name} fra fordi den rollen er høyere enn eller lik din høyeste rolle i Discord-hierarkiet." msgstr "Jeg kan ikke la deg fjerne {role.name} fra fordi den rollen er høyere enn eller lik din høyeste rolle i Discord-hierarkiet."
#: redbot/cogs/admin/admin.py:481 #: redbot/cogs/admin/admin.py:489
msgid "Removed." msgid "Removed."
msgstr "Fjernet." msgstr "Fjernet."
#: redbot/cogs/admin/admin.py:486 #: redbot/cogs/admin/admin.py:494
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "Lås bare en bot til sine nåværende servere." msgstr "Lås bare en bot til sine nåværende servere."
#: redbot/cogs/admin/admin.py:491 #: redbot/cogs/admin/admin.py:499
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "Bot er ikke lenger serverlåst." msgstr "Bot er ikke lenger serverlåst."
#: redbot/cogs/admin/admin.py:493 #: redbot/cogs/admin/admin.py:501
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "Bot er nå serverlåst." msgstr "Bot er nå serverlåst."

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-09-03 12:24+0000\n" "POT-Creation-Date: 2021-02-16 19:14+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Dutch\n" "Language-Team: Dutch\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -74,13 +74,29 @@ msgstr "Ik heb succesvol {role.name} verwijderd van {member.display_name}"
#: redbot/cogs/admin/admin.py:223 #: redbot/cogs/admin/admin.py:223
#, 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"
msgstr "\\n Voeg een rol toe aan een gebruiker.\\n\\n Gebruik dubbele aanhalingstekens als de rol spaties bevat.\\n Als de gebruiker leeg gelaten wordt, is het standaard ingesteld op de auteur van het commando.\\n " " Add a role to a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "\n"
" Voeg een rol toe aan een gebruiker.\n\n"
" Gebruik dubbele aanhalingstekens als de rol spaties bevat.\n"
" Als de gebruiker leeg gelaten wordt, is het standaard ingesteld op de auteur van het commando.\n"
" "
#: redbot/cogs/admin/admin.py:239 #: redbot/cogs/admin/admin.py:239
#, 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"
msgstr "\\n Verwijder een rol van een gebruiker.\\n\\n Gebruik dubbele aanhalingstekens als de rol spaties bevat.\\n Als de gebruiker leeg gelaten wordt, is het standaard ingesteld op de auteur van het commando.\\n " " Remove a role from a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "\n"
" Verwijder een rol van een gebruiker.\n\n"
" Gebruik dubbele aanhalingstekens als de rol spaties bevat.\n"
" Als de gebruiker leeg gelaten wordt, is het standaard ingesteld op de auteur van het commando.\n"
" "
#: redbot/cogs/admin/admin.py:253 #: redbot/cogs/admin/admin.py:253
#, docstring #, docstring
@@ -89,8 +105,24 @@ msgstr "Rol instellingen bewerken."
#: redbot/cogs/admin/admin.py:260 #: redbot/cogs/admin/admin.py:260
#, 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"
msgstr "\\n Bewerk een rolkleur.\\n\\n Gebruik dubbele aanhalingstekens als de rol spaties bevat.\\n Kleur moet in hexadecimaal formaat zijn.\\n [Online kleur kiezer](http://www.w3schools. om/colors/colors_picker. sp)\\n\\n Voorbeelden:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " " Edit a role's colour.\n\n"
" Use double quotes if the role contains spaces.\n"
" Colour must be in hexadecimal format.\n"
" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n"
" Examples:\n"
" `[p]editrole colour \"The Transistor\" #ff0000`\n"
" `[p]editrole colour Test #ff9900`\n"
" "
msgstr "\n"
" Bewerk een rolkleur.\n\n"
" Gebruik dubbele aanhalingstekens als de rol spaties bevat.\n"
" Kleur moet in hexadecimaal formaat zijn.\n"
" [Online kleur kiezer](http://www.w3schools. om/colors/colors_picker. sp)\n\n"
" Voorbeelden:\n"
" `[p]editrole colour \"The Transistor\" #ff0000`\n"
" `[p]editrole colour Test #ff9900`\n"
" "
#: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322 #: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322
msgid "Done." msgid "Done."
@@ -98,8 +130,18 @@ msgstr "Klaar."
#: redbot/cogs/admin/admin.py:293 #: redbot/cogs/admin/admin.py:293
#, 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"
msgstr "\\n Bewerk de rolnaam.\\n\\n Gebruik dubbele aanhalingstekens als de rol of de naam spaties bevat.\\n\\n Voorbeeld:\\n `[p]bewerkrole naam \\\"The Transistor\\\" Test`\\n " " Edit a role's name.\n\n"
" Use double quotes if the role or the name contain spaces.\n\n"
" Example:\n"
" `[p]editrole name \"The Transistor\" Test`\n"
" "
msgstr "\n"
" Bewerk de rolnaam.\n\n"
" Gebruik dubbele aanhalingstekens als de rol of de naam spaties bevat.\n\n"
" Voorbeeld:\n"
" `[p]bewerkrole naam \"The Transistor\" Test`\n"
" "
#: redbot/cogs/admin/admin.py:327 #: redbot/cogs/admin/admin.py:327
#, docstring #, docstring
@@ -130,8 +172,14 @@ msgstr "Verander hoe aankondigingen worden verzonden in deze gilde."
#: redbot/cogs/admin/admin.py:357 #: redbot/cogs/admin/admin.py:357
#, 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"
msgstr "" " 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"
" Verander het kanaal waar de bot aankondigingen zal verzenden.\n\n"
" Als het kanaal leeg is dan is het standaard ingesteld op het huidige kanaal.\n"
" "
#: redbot/cogs/admin/admin.py:366 #: redbot/cogs/admin/admin.py:366
msgid "The announcement channel has been set to {channel.mention}" msgid "The announcement channel has been set to {channel.mention}"
@@ -140,77 +188,115 @@ msgstr "Het aankondigingskanaal is aangepast naar {channel.mention}"
#: redbot/cogs/admin/admin.py:371 #: redbot/cogs/admin/admin.py:371
#, docstring #, docstring
msgid "Unsets the channel for announcements." msgid "Unsets the channel for announcements."
msgstr "" msgstr "Kanaal voor aankondigingen uitschakelen."
#: redbot/cogs/admin/admin.py:396 #: redbot/cogs/admin/admin.py:396
#, docstring #, docstring
msgid "Apply selfroles." msgid "\n"
msgstr "Zelfrollen toepassen." " Add or 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 ""
#: redbot/cogs/admin/admin.py:401 #: redbot/cogs/admin/admin.py:409
#, 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"
msgstr "\\n Voeg een zelfrol toe aan jezelf.\\n\\n Server beheerders moeten de rol gebruiker instelbaar configureren.\\n Let op: De rol is hoofdlettergevoelig!\\n " " Add a selfrole to yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "\n"
" Voeg een zelfrol toe aan jezelf.\n\n"
" Server beheerders moeten de rol gebruiker instelbaar configureren.\n"
" Let op: De rol is hoofdlettergevoelig!\n"
" "
#: redbot/cogs/admin/admin.py:412 #: redbot/cogs/admin/admin.py:420
#, 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"
msgstr "\\n Verwijder een zelfrol van jezelf.\\n\\n Server beheerders moeten de rol als gebruiker instelbaar configureren.\\n Let op: De rol is hoofdlettergevoelig!\\n " " Remove a selfrole from yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "\n"
" Verwijder een zelfrol van jezelf.\n\n"
" Server beheerders moeten de rol als gebruiker instelbaar configureren.\n"
" Let op: De rol is hoofdlettergevoelig!\n"
" "
#: redbot/cogs/admin/admin.py:423 #: redbot/cogs/admin/admin.py:431
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\n"
msgstr "\\n Toont alle beschikbare zelfrollen.\\n " " Lists all available selfroles.\n"
" "
msgstr "\n"
" Toont alle beschikbare zelfrollen.\n"
" "
#: redbot/cogs/admin/admin.py:433 #: redbot/cogs/admin/admin.py:441
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\n"
msgstr "Beschikbare zelfrollen:\\n{selfroles}" "{selfroles}"
msgstr "Beschikbare zelfrollen:\n"
"{selfroles}"
#: redbot/cogs/admin/admin.py:439 #: redbot/cogs/admin/admin.py:447
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "Beheer zelfrollen." msgstr "Beheer zelfrollen."
#: redbot/cogs/admin/admin.py:444 #: redbot/cogs/admin/admin.py:452
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "\\n Voeg een rol toe aan de lijst van beschikbare zelfrollen.\\n\\n Let op: hoofdlettergevoelig!\\n " " Add a role to the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "\n"
" Voeg een rol toe aan de lijst van beschikbare zelfrollen.\n\n"
" Let op: hoofdlettergevoelig!\n"
" "
#: redbot/cogs/admin/admin.py:451 #: redbot/cogs/admin/admin.py:459
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "Ik kan je {role.name} niet als zelfrol toe laten voegen omdat die rol hoger dan of gelijk is aan je hoogste rol in de Discord hiërarchie." msgstr "Ik kan je {role.name} niet als zelfrol toe laten voegen omdat die rol hoger dan of gelijk is aan je hoogste rol in de Discord hiërarchie."
#: redbot/cogs/admin/admin.py:459 #: redbot/cogs/admin/admin.py:467
msgid "Added." msgid "Added."
msgstr "Toegevoegd." msgstr "Toegevoegd."
#: redbot/cogs/admin/admin.py:462 #: redbot/cogs/admin/admin.py:470
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "Die rol is al een zelfrol." msgstr "Die rol is al een zelfrol."
#: redbot/cogs/admin/admin.py:466 #: redbot/cogs/admin/admin.py:474
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "\\n Verwijder een rol van de lijst van beschikbare zelfrollen.\\n\\n OPMERKING: De rol is hoofdlettergevoelig!\\n " " Remove a role from the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "\n"
" Verwijder een rol van de lijst van beschikbare zelfrollen.\n\n"
" OPMERKING: De rol is hoofdlettergevoelig!\n"
" "
#: redbot/cogs/admin/admin.py:473 #: redbot/cogs/admin/admin.py:481
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "Ik kan je {role.name} niet uit zelfrol laten verwijderen omdat die rol hoger dan of gelijk is aan je hoogste rol in de Discord-hiërarchie." msgstr "Ik kan je {role.name} niet uit zelfrol laten verwijderen omdat die rol hoger dan of gelijk is aan je hoogste rol in de Discord-hiërarchie."
#: redbot/cogs/admin/admin.py:481 #: redbot/cogs/admin/admin.py:489
msgid "Removed." msgid "Removed."
msgstr "Verwijderd." msgstr "Verwijderd."
#: redbot/cogs/admin/admin.py:486 #: redbot/cogs/admin/admin.py:494
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "Vergrendel de bot voor alleen deze server." msgstr "Vergrendel de bot voor alleen deze server."
#: redbot/cogs/admin/admin.py:491 #: redbot/cogs/admin/admin.py:499
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "De bot is niet langer vergrendeld." msgstr "De bot is niet langer vergrendeld."
#: redbot/cogs/admin/admin.py:493 #: redbot/cogs/admin/admin.py:501
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "De bot is vergrendeld." msgstr "De bot is vergrendeld."

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-09-03 12:24+0000\n" "POT-Creation-Date: 2021-02-16 19:14+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Polish\n" "Language-Team: Polish\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -74,13 +74,29 @@ msgstr "Pomyślnie usunąłem/am {role.name} od {member.display_name}"
#: redbot/cogs/admin/admin.py:223 #: redbot/cogs/admin/admin.py:223
#, 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"
msgstr "\\n Dodawanie roli do użytkownika.\\n\\n Użyj podwójnych cudzysłowów, jeśli rola zawiera spacje.\\n Jeśli użytkownik jest pozostanie pusty, domyślnie zostanie wybrany autor komendy.\\n " " Add a role to a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "\n"
" Dodawanie roli do użytkownika.\n\n"
" Użyj podwójnych cudzysłowów, jeśli rola zawiera spacje.\n"
" Jeśli użytkownik jest pozostanie pusty, domyślnie zostanie wybrany autor komendy.\n"
" "
#: redbot/cogs/admin/admin.py:239 #: redbot/cogs/admin/admin.py:239
#, 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"
msgstr "\\n Usuwanie roli dla użytkownika.\\n\\n Użyj podwójnych cudzysłowów, jeśli rola zawiera spacje.\\n Jeśli użytkownik jest pozostanie pusty, domyślnie zostanie wybrany autor komendy.\\n " " Remove a role from a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "\n"
" Usuwanie roli dla użytkownika.\n\n"
" Użyj podwójnych cudzysłowów, jeśli rola zawiera spacje.\n"
" Jeśli użytkownik jest pozostanie pusty, domyślnie zostanie wybrany autor komendy.\n"
" "
#: redbot/cogs/admin/admin.py:253 #: redbot/cogs/admin/admin.py:253
#, docstring #, docstring
@@ -89,8 +105,24 @@ msgstr "Edytuj ustawienia roli."
#: redbot/cogs/admin/admin.py:260 #: redbot/cogs/admin/admin.py:260
#, 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"
msgstr "\\n Modyfikuj kolor roli.\\n\\n Użyj podwójnych cudzysłowów, jeśli rola zawiera spacje.\\n Kolor musi być w formacie szesnastkowym.\\n [Wybór kolorów online](http://www.w3schools. om/colors/colors_picker.asp)\\n\\n Przykłady:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " " Edit a role's colour.\n\n"
" Use double quotes if the role contains spaces.\n"
" Colour must be in hexadecimal format.\n"
" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n"
" Examples:\n"
" `[p]editrole colour \"The Transistor\" #ff0000`\n"
" `[p]editrole colour Test #ff9900`\n"
" "
msgstr "\n"
" Modyfikuj kolor roli.\n\n"
" Użyj podwójnych cudzysłowów, jeśli rola zawiera spacje.\n"
" Kolor musi być w formacie szesnastkowym.\n"
" [Wybór kolorów online](http://www.w3schools. om/colors/colors_picker.asp)\n\n"
" Przykłady:\n"
" `[p]editrole colour \"The Transistor\" #ff0000`\n"
" `[p]editrole colour Test #ff9900`\n"
" "
#: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322 #: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322
msgid "Done." msgid "Done."
@@ -98,8 +130,18 @@ msgstr "Gotowe."
#: redbot/cogs/admin/admin.py:293 #: redbot/cogs/admin/admin.py:293
#, 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"
msgstr "\\n Edytuj nazwę roli.\\n\\n Użyj podwójnych cudzysłowów, jeśli rola lub nazwa zawiera spacje.\\n\\n Przykład:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " " Edit a role's name.\n\n"
" Use double quotes if the role or the name contain spaces.\n\n"
" Example:\n"
" `[p]editrole name \"The Transistor\" Test`\n"
" "
msgstr "\n"
" Edytuj nazwę roli.\n\n"
" Użyj podwójnych cudzysłowów, jeśli rola lub nazwa zawiera spacje.\n\n"
" Przykład:\n"
" `[p]editrole name \"The Transistor\" Test`\n"
" "
#: redbot/cogs/admin/admin.py:327 #: redbot/cogs/admin/admin.py:327
#, docstring #, docstring
@@ -130,8 +172,14 @@ msgstr "Zmień sposób wysyłania ogłoszeń w tej gildii."
#: redbot/cogs/admin/admin.py:357 #: redbot/cogs/admin/admin.py:357
#, 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"
msgstr "\\n Zmień kanał, w którym bot wyśle ogłoszenia.\\n\\n Jeśli kanał nie zostanie zdefiniowany, domyślnie zostanie wybrany bieżący kanał.\\n " " Change the channel where the bot will send announcements.\n\n"
" If channel is left blank it defaults to the current channel.\n"
" "
msgstr "\n"
" Zmień kanał, w którym bot wyśle ogłoszenia.\n\n"
" Jeśli kanał nie zostanie zdefiniowany, domyślnie zostanie wybrany bieżący kanał.\n"
" "
#: redbot/cogs/admin/admin.py:366 #: redbot/cogs/admin/admin.py:366
msgid "The announcement channel has been set to {channel.mention}" msgid "The announcement channel has been set to {channel.mention}"
@@ -144,73 +192,111 @@ msgstr "Usuwa wybór kanału dla ogłoszeń."
#: redbot/cogs/admin/admin.py:396 #: redbot/cogs/admin/admin.py:396
#, docstring #, docstring
msgid "Apply selfroles." msgid "\n"
msgstr "Zastosuj własne role." " Add or 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 ""
#: redbot/cogs/admin/admin.py:401 #: redbot/cogs/admin/admin.py:409
#, 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"
msgstr "\\n Dodawanie ról dla siebie.\\n\\n Administratorzy serwera muszą skonfigurować rolę jako ustawialną przez użytkownika.\\n UWAGA: Rola rozróżnia wielkość liter!\\n " " Add a selfrole to yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "\n"
" Dodawanie ról dla siebie.\n\n"
" Administratorzy serwera muszą skonfigurować rolę jako ustawialną przez użytkownika.\n"
" UWAGA: Rola rozróżnia wielkość liter!\n"
" "
#: redbot/cogs/admin/admin.py:412 #: redbot/cogs/admin/admin.py:420
#, 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"
msgstr "\\n Odbiera rolę do samodzielnego przypisania.\\n\\n Admini Serwera muszą ustawić rolę jako możliwą do ustawienia przez użytkowników.\\n UWAGA: Wielkość liter ma znaczenie!\\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"
" Odbiera rolę do samodzielnego przypisania.\n\n"
" Admini Serwera muszą ustawić rolę jako możliwą do ustawienia przez użytkowników.\n"
" UWAGA: Wielkość liter ma znaczenie!\n"
" "
#: redbot/cogs/admin/admin.py:423 #: redbot/cogs/admin/admin.py:431
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\n"
msgstr "\\n Wyświetla role do samodzielnego przypisania.\\n " " Lists all available selfroles.\n"
" "
msgstr "\n"
" Wyświetla role do samodzielnego przypisania.\n"
" "
#: redbot/cogs/admin/admin.py:433 #: redbot/cogs/admin/admin.py:441
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\n"
msgstr "Dostępne role do samodzielnego przypisania:\\n{selfroles}" "{selfroles}"
msgstr "Dostępne role do samodzielnego przypisania:\n"
"{selfroles}"
#: redbot/cogs/admin/admin.py:439 #: redbot/cogs/admin/admin.py:447
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "Zarządzaj rolami do samodzielnego przypisania." msgstr "Zarządzaj rolami do samodzielnego przypisania."
#: redbot/cogs/admin/admin.py:444 #: redbot/cogs/admin/admin.py:452
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "\\n Dodaje rolę do listy dostępnych roli do samodzielnego przypisania.\\n\\n UWAGA: Wielkość liter ma znaczenie!\\n " " Add a role to the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "\n"
" Dodaje rolę do listy dostępnych roli do samodzielnego przypisania.\n\n"
" UWAGA: Wielkość liter ma znaczenie!\n"
" "
#: redbot/cogs/admin/admin.py:451 #: redbot/cogs/admin/admin.py:459
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 "Nie mogę Ci pozwolić dać {role.name} jako roli samodzielnego przypisania, ponieważ ta rola jest wyższa lub równa twojej najwyższej roli w hierarchii Discorda." msgstr "Nie mogę Ci pozwolić dać {role.name} jako roli samodzielnego przypisania, ponieważ ta rola jest wyższa lub równa twojej najwyższej roli w hierarchii Discorda."
#: redbot/cogs/admin/admin.py:459 #: redbot/cogs/admin/admin.py:467
msgid "Added." msgid "Added."
msgstr "Dodano." msgstr "Dodano."
#: redbot/cogs/admin/admin.py:462 #: redbot/cogs/admin/admin.py:470
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "Ta rola jest już rolą do samodzielnego przypisania." msgstr "Ta rola jest już rolą do samodzielnego przypisania."
#: redbot/cogs/admin/admin.py:466 #: redbot/cogs/admin/admin.py:474
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "\\n Usuwa rolę z listy roli do samodzielnego przypisania.\\n\\n UWAGA: Wielkość liter ma znaczenie!\\n " " Remove a role from the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "\n"
" Usuwa rolę z listy roli do samodzielnego przypisania.\n\n"
" UWAGA: Wielkość liter ma znaczenie!\n"
" "
#: redbot/cogs/admin/admin.py:473 #: redbot/cogs/admin/admin.py:481
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 "Nie mogę Ci pozwolić usunąć {role.name} z bycia rolą samodzielnego przypisania, ponieważ ta rola jest wyższa lub równa twojej najwyższej roli w hierarchii Discorda." msgstr "Nie mogę Ci pozwolić usunąć {role.name} z bycia rolą samodzielnego przypisania, ponieważ ta rola jest wyższa lub równa twojej najwyższej roli w hierarchii Discorda."
#: redbot/cogs/admin/admin.py:481 #: redbot/cogs/admin/admin.py:489
msgid "Removed." msgid "Removed."
msgstr "Usunięto." msgstr "Usunięto."
#: redbot/cogs/admin/admin.py:486 #: redbot/cogs/admin/admin.py:494
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "Ogranicz bota wyłącznie do obecnych serwerów." msgstr "Ogranicz bota wyłącznie do obecnych serwerów."
#: redbot/cogs/admin/admin.py:491 #: redbot/cogs/admin/admin.py:499
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "Bot nie jest już ograniczony do obecnych serwerów." msgstr "Bot nie jest już ograniczony do obecnych serwerów."
#: redbot/cogs/admin/admin.py:493 #: redbot/cogs/admin/admin.py:501
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "Bot jest teraz ograniczony do obecnych serwerów." msgstr "Bot jest teraz ograniczony do obecnych serwerów."

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-09-03 12:24+0000\n" "POT-Creation-Date: 2021-02-16 19:14+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Portuguese, Brazilian\n" "Language-Team: Portuguese, Brazilian\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -74,13 +74,29 @@ msgstr "Eu removi {role.name} de {member.display_name} com sucesso"
#: redbot/cogs/admin/admin.py:223 #: redbot/cogs/admin/admin.py:223
#, 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"
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 " " Add a role to a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "\n"
" Concede um cargo a um(a) usuário(a).\n\n"
" Use aspas duplas se o nome do cargo contiver espaços.\n"
" Se o usuário for deixado em branco, por padrão será usado a(o) autor(a) do comando.\n"
" "
#: redbot/cogs/admin/admin.py:239 #: redbot/cogs/admin/admin.py:239
#, 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"
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 " " Remove a role from a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "\n"
" Remove um cargo de um(a) usuário(a).\n\n"
" Use aspas duplas se o nome do cargo contiver espaços.\n"
" Se o usuário for deixado em branco, por padrão será usado a(o) autor(a) do comando.\n"
" "
#: redbot/cogs/admin/admin.py:253 #: redbot/cogs/admin/admin.py:253
#, docstring #, docstring
@@ -89,8 +105,24 @@ msgstr "Altera as configurações de cargo."
#: redbot/cogs/admin/admin.py:260 #: redbot/cogs/admin/admin.py:260
#, 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"
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 " " Edit a role's colour.\n\n"
" Use double quotes if the role contains spaces.\n"
" Colour must be in hexadecimal format.\n"
" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n"
" Examples:\n"
" `[p]editrole colour \"The Transistor\" #ff0000`\n"
" `[p]editrole colour Test #ff9900`\n"
" "
msgstr "\n"
" Edita a cor de um cargo.\n\n"
" Use aspas duplas se o cargo contiver espaços.\n"
" A cor precisa estar em formato hexadecimal.\n"
" [Seletor de cores online](http://www.w3schools.com/colors/colors_picker.asp)\n\n"
" Exemplos:\n"
" `[p]editrole colour \"O Transistor\" #ff0000`\n"
" `[p]editrole colour Teste #ff9900`\n"
" "
#: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322 #: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322
msgid "Done." msgid "Done."
@@ -98,8 +130,18 @@ msgstr "Concluído."
#: redbot/cogs/admin/admin.py:293 #: redbot/cogs/admin/admin.py:293
#, 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"
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 " " Edit a role's name.\n\n"
" Use double quotes if the role or the name contain spaces.\n\n"
" Example:\n"
" `[p]editrole name \"The Transistor\" Test`\n"
" "
msgstr "\n"
" Alterar o nome de um cargo.\n\n"
" Use aspas duplas se o cargo ou o nome contiverem espaços.\n\n"
" Exemplo:\n"
" `[p]editrole name \"O Transistor\" Teste`\n"
" "
#: redbot/cogs/admin/admin.py:327 #: redbot/cogs/admin/admin.py:327
#, docstring #, docstring
@@ -130,7 +172,10 @@ msgstr "Altera como os anúncios são enviados nessa guilda."
#: redbot/cogs/admin/admin.py:357 #: redbot/cogs/admin/admin.py:357
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\n"
" Change the channel where the bot will send announcements.\n\n"
" If channel is left blank it defaults to the current channel.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:366 #: redbot/cogs/admin/admin.py:366
@@ -144,73 +189,111 @@ msgstr ""
#: redbot/cogs/admin/admin.py:396 #: redbot/cogs/admin/admin.py:396
#, docstring #, docstring
msgid "Apply selfroles." msgid "\n"
msgstr "Concede cargos autoatribuíveis a si." " Add or 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 ""
#: redbot/cogs/admin/admin.py:401 #: redbot/cogs/admin/admin.py:409
#, 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"
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 " " Add a selfrole to yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "\n"
" Concede um cargo autoatribuível a si.\n\n"
" Os administradores do servidor precisarão configurar o cargo como autoatribuível.\n"
" NOTA: o nome do cargo diferencia entre maiúsculas e minúsculas!\n"
" "
#: redbot/cogs/admin/admin.py:412 #: redbot/cogs/admin/admin.py:420
#, 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"
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 " " Remove a selfrole from yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "\n"
" Remove um cargo autoatribuível de si.\n\n"
" Os administradores do servidor precisarão configurar o cargo como autoatribuível.\n"
" NOTA: o nome do cargo diferencia entre maiúsculas e minúsculas!\n"
" "
#: redbot/cogs/admin/admin.py:423 #: redbot/cogs/admin/admin.py:431
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\n"
msgstr "\\n Lista todos os cargos autoatribuíveis.\\n " " Lists all available selfroles.\n"
" "
msgstr "\n"
" Lista todos os cargos autoatribuíveis.\n"
" "
#: redbot/cogs/admin/admin.py:433 #: redbot/cogs/admin/admin.py:441
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\n"
msgstr "Cargos autoatribuíveis disponíveis:\\n{selfroles}" "{selfroles}"
msgstr "Cargos autoatribuíveis disponíveis:\n"
"{selfroles}"
#: redbot/cogs/admin/admin.py:439 #: redbot/cogs/admin/admin.py:447
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "Gerenciar cargos autoatribuíveis." msgstr "Gerenciar cargos autoatribuíveis."
#: redbot/cogs/admin/admin.py:444 #: redbot/cogs/admin/admin.py:452
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "\\n Adiciona um cargo à lista de cargos autoatribuíveis.\\n\\n NOTA: o nome do cargo diferencia entre maiúsculas e minúsculas!\\n " " Add a role to the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "\n"
" Adiciona um cargo à lista de cargos autoatribuíveis.\n\n"
" NOTA: o nome do cargo diferencia entre maiúsculas e minúsculas!\n"
" "
#: redbot/cogs/admin/admin.py:451 #: redbot/cogs/admin/admin.py:459
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "Não posso deixar você atribuir {role.name} como um cargo autoatribuível porque este cargo é mais alto ou igual ao seu mais alto cargo na hierarquia do Discord." msgstr "Não posso deixar você atribuir {role.name} como um cargo autoatribuível porque este cargo é mais alto ou igual ao seu mais alto cargo na hierarquia do Discord."
#: redbot/cogs/admin/admin.py:459 #: redbot/cogs/admin/admin.py:467
msgid "Added." msgid "Added."
msgstr "Adicionado." msgstr "Adicionado."
#: redbot/cogs/admin/admin.py:462 #: redbot/cogs/admin/admin.py:470
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "Este cargo já é autoatribuível." msgstr "Este cargo já é autoatribuível."
#: redbot/cogs/admin/admin.py:466 #: redbot/cogs/admin/admin.py:474
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "\\n Remove um cargo da lista de cargos autoatribuíveis.\\n\\n NOTA: o nome do cargo diferencia entre maiúsculas e minúsculas!\\n " " Remove a role from the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "\n"
" Remove um cargo da lista de cargos autoatribuíveis.\n\n"
" NOTA: o nome do cargo diferencia entre maiúsculas e minúsculas!\n"
" "
#: redbot/cogs/admin/admin.py:473 #: redbot/cogs/admin/admin.py:481
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "Não posso deixar você remover o cargo {role.name} da lista de cargos autoatribuíveis porque este cargo é mais alto ou igual ao seu mais alto cargo na hierarquia do Discord." msgstr "Não posso deixar você remover o cargo {role.name} da lista de cargos autoatribuíveis porque este cargo é mais alto ou igual ao seu mais alto cargo na hierarquia do Discord."
#: redbot/cogs/admin/admin.py:481 #: redbot/cogs/admin/admin.py:489
msgid "Removed." msgid "Removed."
msgstr "Removido." msgstr "Removido."
#: redbot/cogs/admin/admin.py:486 #: redbot/cogs/admin/admin.py:494
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "Restringe o bot somente aos servidores atuais." msgstr "Restringe o bot somente aos servidores atuais."
#: redbot/cogs/admin/admin.py:491 #: redbot/cogs/admin/admin.py:499
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "O bot não está mais restrito aos servidores atuais." msgstr "O bot não está mais restrito aos servidores atuais."
#: redbot/cogs/admin/admin.py:493 #: redbot/cogs/admin/admin.py:501
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "O está restrito aos servidores atuais." msgstr "O está restrito aos servidores atuais."

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-09-03 12:24+0000\n" "POT-Creation-Date: 2021-02-16 19:14+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Portuguese\n" "Language-Team: Portuguese\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -74,12 +74,20 @@ msgstr "Removi com sucesso {role.name} de {member.display_name}"
#: redbot/cogs/admin/admin.py:223 #: redbot/cogs/admin/admin.py:223
#, docstring #, docstring
msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\n"
" Add a role to a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:239 #: redbot/cogs/admin/admin.py:239
#, docstring #, docstring
msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\n"
" Remove a role from a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:253 #: redbot/cogs/admin/admin.py:253
@@ -89,7 +97,15 @@ msgstr ""
#: redbot/cogs/admin/admin.py:260 #: redbot/cogs/admin/admin.py:260
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\n"
" Edit a role's colour.\n\n"
" Use double quotes if the role contains spaces.\n"
" Colour must be in hexadecimal format.\n"
" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n"
" Examples:\n"
" `[p]editrole colour \"The Transistor\" #ff0000`\n"
" `[p]editrole colour Test #ff9900`\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322 #: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322
@@ -98,7 +114,12 @@ msgstr "Concluído."
#: redbot/cogs/admin/admin.py:293 #: redbot/cogs/admin/admin.py:293
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\n"
" Edit a role's name.\n\n"
" Use double quotes if the role or the name contain spaces.\n\n"
" Example:\n"
" `[p]editrole name \"The Transistor\" Test`\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:327 #: redbot/cogs/admin/admin.py:327
@@ -130,7 +151,10 @@ msgstr ""
#: redbot/cogs/admin/admin.py:357 #: redbot/cogs/admin/admin.py:357
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\n"
" Change the channel where the bot will send announcements.\n\n"
" If channel is left blank it defaults to the current channel.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:366 #: redbot/cogs/admin/admin.py:366
@@ -144,73 +168,94 @@ msgstr ""
#: redbot/cogs/admin/admin.py:396 #: redbot/cogs/admin/admin.py:396
#, docstring #, docstring
msgid "Apply selfroles." msgid "\n"
" Add or remove a selfrole from yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:401 #: redbot/cogs/admin/admin.py:409
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\n"
" Add a selfrole to yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:412 #: redbot/cogs/admin/admin.py:420
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\n"
" Remove a selfrole from yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:423 #: redbot/cogs/admin/admin.py:431
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\n"
" Lists all available selfroles.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:433 #: redbot/cogs/admin/admin.py:441
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\n"
"{selfroles}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:439 #: redbot/cogs/admin/admin.py:447
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:444 #: redbot/cogs/admin/admin.py:452
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "" " Add a role to the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
#: redbot/cogs/admin/admin.py:451 " "
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:459 #: redbot/cogs/admin/admin.py:459
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 ""
#: redbot/cogs/admin/admin.py:467
msgid "Added." msgid "Added."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:462 #: redbot/cogs/admin/admin.py:470
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:466 #: redbot/cogs/admin/admin.py:474
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "" " Remove a role from the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
#: redbot/cogs/admin/admin.py:473 " "
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:481 #: redbot/cogs/admin/admin.py:481
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 ""
#: redbot/cogs/admin/admin.py:489
msgid "Removed." msgid "Removed."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:486 #: redbot/cogs/admin/admin.py:494
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "Bloquear o bot aos servidores atuais." msgstr "Bloquear o bot aos servidores atuais."
#: redbot/cogs/admin/admin.py:491 #: redbot/cogs/admin/admin.py:499
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "O bot já não está bloqueado aos servidores atuais." msgstr "O bot já não está bloqueado aos servidores atuais."
#: redbot/cogs/admin/admin.py:493 #: redbot/cogs/admin/admin.py:501
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "O bot está agora bloqueado aos servidores atuais." msgstr "O bot está agora bloqueado aos servidores atuais."

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-09-03 12:24+0000\n" "POT-Creation-Date: 2021-02-16 19:14+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Romanian\n" "Language-Team: Romanian\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100>0 && n%100<20)) ? 1 : 2);\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100>0 && n%100<20)) ? 1 : 2);\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -74,12 +74,20 @@ msgstr ""
#: redbot/cogs/admin/admin.py:223 #: redbot/cogs/admin/admin.py:223
#, docstring #, docstring
msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\n"
" Add a role to a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:239 #: redbot/cogs/admin/admin.py:239
#, docstring #, docstring
msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\n"
" Remove a role from a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:253 #: redbot/cogs/admin/admin.py:253
@@ -89,7 +97,15 @@ msgstr ""
#: redbot/cogs/admin/admin.py:260 #: redbot/cogs/admin/admin.py:260
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\n"
" Edit a role's colour.\n\n"
" Use double quotes if the role contains spaces.\n"
" Colour must be in hexadecimal format.\n"
" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n"
" Examples:\n"
" `[p]editrole colour \"The Transistor\" #ff0000`\n"
" `[p]editrole colour Test #ff9900`\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322 #: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322
@@ -98,7 +114,12 @@ msgstr ""
#: redbot/cogs/admin/admin.py:293 #: redbot/cogs/admin/admin.py:293
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\n"
" Edit a role's name.\n\n"
" Use double quotes if the role or the name contain spaces.\n\n"
" Example:\n"
" `[p]editrole name \"The Transistor\" Test`\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:327 #: redbot/cogs/admin/admin.py:327
@@ -130,7 +151,10 @@ msgstr ""
#: redbot/cogs/admin/admin.py:357 #: redbot/cogs/admin/admin.py:357
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\n"
" Change the channel where the bot will send announcements.\n\n"
" If channel is left blank it defaults to the current channel.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:366 #: redbot/cogs/admin/admin.py:366
@@ -144,73 +168,94 @@ msgstr ""
#: redbot/cogs/admin/admin.py:396 #: redbot/cogs/admin/admin.py:396
#, docstring #, docstring
msgid "Apply selfroles." msgid "\n"
" Add or remove a selfrole from yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:401 #: redbot/cogs/admin/admin.py:409
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\n"
" Add a selfrole to yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:412 #: redbot/cogs/admin/admin.py:420
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\n"
" Remove a selfrole from yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:423 #: redbot/cogs/admin/admin.py:431
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\n"
" Lists all available selfroles.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:433 #: redbot/cogs/admin/admin.py:441
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\n"
"{selfroles}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:439 #: redbot/cogs/admin/admin.py:447
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:444 #: redbot/cogs/admin/admin.py:452
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "" " Add a role to the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
#: redbot/cogs/admin/admin.py:451 " "
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:459 #: redbot/cogs/admin/admin.py:459
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 ""
#: redbot/cogs/admin/admin.py:467
msgid "Added." msgid "Added."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:462 #: redbot/cogs/admin/admin.py:470
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:466 #: redbot/cogs/admin/admin.py:474
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "" " Remove a role from the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
#: redbot/cogs/admin/admin.py:473 " "
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:481 #: redbot/cogs/admin/admin.py:481
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 ""
#: redbot/cogs/admin/admin.py:489
msgid "Removed." msgid "Removed."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:486 #: redbot/cogs/admin/admin.py:494
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:491 #: redbot/cogs/admin/admin.py:499
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:493 #: redbot/cogs/admin/admin.py:501
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "" msgstr ""

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-09-03 12:24+0000\n" "POT-Creation-Date: 2021-02-16 19:14+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Russian\n" "Language-Team: Russian\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n" "Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -74,13 +74,29 @@ msgstr "Я успешно забрала роль {role.name} у пользов
#: redbot/cogs/admin/admin.py:223 #: redbot/cogs/admin/admin.py:223
#, 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"
msgstr "\\n Добавить роль пользователю.\\n\\n Используйте двойные кавычки, если роль содержит пробелы.\\n Если пользователь не указан, по умолчанию используется автор команды.\\n " " Add a role to a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "\n"
" Добавить роль пользователю.\n\n"
" Используйте двойные кавычки, если роль содержит пробелы.\n"
" Если пользователь не указан, по умолчанию используется автор команды.\n"
" "
#: redbot/cogs/admin/admin.py:239 #: redbot/cogs/admin/admin.py:239
#, 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"
msgstr "\\n Удалить роль у пользователя.\\n\\n Используйте двойные кавычки, если роль содержит пробелы.\\n Если пользователь не указан, по умолчанию используется автор команды.\\n " " Remove a role from a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "\n"
" Удалить роль у пользователя.\n\n"
" Используйте двойные кавычки, если роль содержит пробелы.\n"
" Если пользователь не указан, по умолчанию используется автор команды.\n"
" "
#: redbot/cogs/admin/admin.py:253 #: redbot/cogs/admin/admin.py:253
#, docstring #, docstring
@@ -89,8 +105,24 @@ msgstr "Изменение параметров роли."
#: redbot/cogs/admin/admin.py:260 #: redbot/cogs/admin/admin.py:260
#, 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"
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 " " Edit a role's colour.\n\n"
" Use double quotes if the role contains spaces.\n"
" Colour must be in hexadecimal format.\n"
" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n"
" Examples:\n"
" `[p]editrole colour \"The Transistor\" #ff0000`\n"
" `[p]editrole colour Test #ff9900`\n"
" "
msgstr "\n"
" Изменить цвет роли.\n\n"
" Используйте двойные кавычки, если роль содержит пробелы.\n"
" Цвет должен быть в шестнадцатеричном формате.\n"
" [Онлайн-палитра цветов](http://www.w3schools.com/colors/colors_picker.asp)\n\n"
" Примеры:\n"
" `[p]editrole colour \"The Transistor\" #ff0000`\n"
" `[p]editrole colour Test #ff9900`\n"
" "
#: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322 #: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322
msgid "Done." msgid "Done."
@@ -98,8 +130,18 @@ msgstr "Готово."
#: redbot/cogs/admin/admin.py:293 #: redbot/cogs/admin/admin.py:293
#, 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"
msgstr "\\n Изменить название роли.\\n\\n Используйте двойные кавычки, если роль или имя содержат пробелы.\\n\\n Примеры:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " " Edit a role's name.\n\n"
" Use double quotes if the role or the name contain spaces.\n\n"
" Example:\n"
" `[p]editrole name \"The Transistor\" Test`\n"
" "
msgstr "\n"
" Изменить название роли.\n\n"
" Используйте двойные кавычки, если роль или имя содержат пробелы.\n\n"
" Примеры:\n"
" `[p]editrole name \"The Transistor\" Test`\n"
" "
#: redbot/cogs/admin/admin.py:327 #: redbot/cogs/admin/admin.py:327
#, docstring #, docstring
@@ -130,8 +172,14 @@ msgstr "Изменить способ отправки объявлений на
#: redbot/cogs/admin/admin.py:357 #: redbot/cogs/admin/admin.py:357
#, 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"
msgstr "\\n Изменение канала, в который бот будет отправлять объявления.\\n\\n Если оставить поле пустым, то по умолчанию будет использоваться текущий канал.\\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"
" Изменение канала, в который бот будет отправлять объявления.\n\n"
" Если оставить поле пустым, то по умолчанию будет использоваться текущий канал.\n"
" "
#: redbot/cogs/admin/admin.py:366 #: redbot/cogs/admin/admin.py:366
msgid "The announcement channel has been set to {channel.mention}" msgid "The announcement channel has been set to {channel.mention}"
@@ -144,73 +192,111 @@ msgstr "Сбрасывает канал для объявлений."
#: redbot/cogs/admin/admin.py:396 #: redbot/cogs/admin/admin.py:396
#, docstring #, docstring
msgid "Apply selfroles." msgid "\n"
msgstr "Применить свои роли." " Add or 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 ""
#: redbot/cogs/admin/admin.py:401 #: redbot/cogs/admin/admin.py:409
#, 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"
msgstr "\\n Добавить собственную роль себе.\\n\\n Администраторы сервера должны настроить роль как устанавливаемую пользователем.\\n ПРИМЕЧАНИЕ: Роль чувствительна к регистру!\\n " " Add a selfrole to yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "\n"
" Добавить собственную роль себе.\n\n"
" Администраторы сервера должны настроить роль как устанавливаемую пользователем.\n"
" ПРИМЕЧАНИЕ: Роль чувствительна к регистру!\n"
" "
#: redbot/cogs/admin/admin.py:412 #: redbot/cogs/admin/admin.py:420
#, 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"
msgstr "\\n Удалить собственную роль у себя.\\n\\n Администраторы сервера должны настроить роль как устанавливаемую пользователем.\\n ПРИМЕЧАНИЕ: Роль чувствительна к регистру!\\n " " Remove a selfrole from yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "\n"
" Удалить собственную роль у себя.\n\n"
" Администраторы сервера должны настроить роль как устанавливаемую пользователем.\n"
" ПРИМЕЧАНИЕ: Роль чувствительна к регистру!\n"
" "
#: redbot/cogs/admin/admin.py:423 #: redbot/cogs/admin/admin.py:431
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\n"
msgstr "\\n Список всех доступных Собственных ролей.\\n " " Lists all available selfroles.\n"
" "
msgstr "\n"
" Списки всех доступных своих ролей.\n"
" "
#: redbot/cogs/admin/admin.py:433 #: redbot/cogs/admin/admin.py:441
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\n"
msgstr "Доступные собственные роли:\\n{selfroles}" "{selfroles}"
msgstr "Доступные собственные роли:\n"
"{selfroles}"
#: redbot/cogs/admin/admin.py:439 #: redbot/cogs/admin/admin.py:447
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "Управление своими ролями." msgstr "Управление своими ролями."
#: redbot/cogs/admin/admin.py:444 #: redbot/cogs/admin/admin.py:452
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "\\n Добавить роль в список доступных своих ролей.\\n\\n ПРИМЕЧАНИЕ: Роль чувствительна к регистру!\\n " " Add a role to the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "\n"
" Добавить роль в список доступных своих ролей.\n\n"
" ПРИМЕЧАНИЕ: Роль чувствительна к регистру!\n"
" "
#: redbot/cogs/admin/admin.py:451 #: redbot/cogs/admin/admin.py:459
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "Нельзя добавить {role.name} в качестве собственной роли, потому что эта роль выше или равна вашей самой высшей роли в иерархии Discord." msgstr "Нельзя добавить {role.name} в качестве собственной роли, потому что эта роль выше или равна вашей самой высшей роли в иерархии Discord."
#: redbot/cogs/admin/admin.py:459 #: redbot/cogs/admin/admin.py:467
msgid "Added." msgid "Added."
msgstr "Добавлено." msgstr "Добавлено."
#: redbot/cogs/admin/admin.py:462 #: redbot/cogs/admin/admin.py:470
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "У вас уже имеется эта роль." msgstr "У вас уже имеется эта роль."
#: redbot/cogs/admin/admin.py:466 #: redbot/cogs/admin/admin.py:474
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "\\n Удалить роль из списка доступных собственных ролей.\\n\\n ПРИМЕЧАНИЕ: Роль чувствительна к регистру!\\n " " Remove a role from the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "\n"
" Удалить роль из списка доступных собственных ролей.\n\n"
" ПРИМЕЧАНИЕ: Роль чувствительна к регистру!\n"
" "
#: redbot/cogs/admin/admin.py:473 #: redbot/cogs/admin/admin.py:481
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "Вы не можете забрать у себя роль {role.name}, потому что эта роль выше или равна вашей самой высокой роли в иерархии Discord." msgstr "Вы не можете забрать у себя роль {role.name}, потому что эта роль выше или равна вашей самой высокой роли в иерархии Discord."
#: redbot/cogs/admin/admin.py:481 #: redbot/cogs/admin/admin.py:489
msgid "Removed." msgid "Removed."
msgstr "Удалено." msgstr "Удалено."
#: redbot/cogs/admin/admin.py:486 #: redbot/cogs/admin/admin.py:494
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "Зафиксировать бота только на его текущих серверах." msgstr "Зафиксировать бота только на его текущих серверах."
#: redbot/cogs/admin/admin.py:491 #: redbot/cogs/admin/admin.py:499
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "Бот больше не зафиксирован на сервере." msgstr "Бот больше не зафиксирован на сервере."
#: redbot/cogs/admin/admin.py:493 #: redbot/cogs/admin/admin.py:501
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "Бот теперь зафиксирован на сервере." msgstr "Бот теперь зафиксирован на сервере."

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-09-03 12:24+0000\n" "POT-Creation-Date: 2021-02-16 19:14+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Slovak\n" "Language-Team: Slovak\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n" "Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -76,12 +76,20 @@ msgstr ""
#: redbot/cogs/admin/admin.py:223 #: redbot/cogs/admin/admin.py:223
#, docstring #, docstring
msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\n"
" Add a role to a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:239 #: redbot/cogs/admin/admin.py:239
#, docstring #, docstring
msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\n"
" Remove a role from a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:253 #: redbot/cogs/admin/admin.py:253
@@ -91,7 +99,15 @@ msgstr ""
#: redbot/cogs/admin/admin.py:260 #: redbot/cogs/admin/admin.py:260
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\n"
" Edit a role's colour.\n\n"
" Use double quotes if the role contains spaces.\n"
" Colour must be in hexadecimal format.\n"
" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n"
" Examples:\n"
" `[p]editrole colour \"The Transistor\" #ff0000`\n"
" `[p]editrole colour Test #ff9900`\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322 #: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322
@@ -100,7 +116,12 @@ msgstr ""
#: redbot/cogs/admin/admin.py:293 #: redbot/cogs/admin/admin.py:293
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\n"
" Edit a role's name.\n\n"
" Use double quotes if the role or the name contain spaces.\n\n"
" Example:\n"
" `[p]editrole name \"The Transistor\" Test`\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:327 #: redbot/cogs/admin/admin.py:327
@@ -132,7 +153,10 @@ msgstr ""
#: redbot/cogs/admin/admin.py:357 #: redbot/cogs/admin/admin.py:357
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\n"
" Change the channel where the bot will send announcements.\n\n"
" If channel is left blank it defaults to the current channel.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:366 #: redbot/cogs/admin/admin.py:366
@@ -146,73 +170,94 @@ msgstr ""
#: redbot/cogs/admin/admin.py:396 #: redbot/cogs/admin/admin.py:396
#, docstring #, docstring
msgid "Apply selfroles." msgid "\n"
" Add or remove a selfrole from yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:401 #: redbot/cogs/admin/admin.py:409
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\n"
" Add a selfrole to yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:412 #: redbot/cogs/admin/admin.py:420
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\n"
" Remove a selfrole from yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:423 #: redbot/cogs/admin/admin.py:431
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\n"
" Lists all available selfroles.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:433 #: redbot/cogs/admin/admin.py:441
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\n"
"{selfroles}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:439 #: redbot/cogs/admin/admin.py:447
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:444 #: redbot/cogs/admin/admin.py:452
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "" " Add a role to the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
#: redbot/cogs/admin/admin.py:451 " "
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:459 #: redbot/cogs/admin/admin.py:459
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 ""
#: redbot/cogs/admin/admin.py:467
msgid "Added." msgid "Added."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:462 #: redbot/cogs/admin/admin.py:470
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:466 #: redbot/cogs/admin/admin.py:474
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "" " Remove a role from the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
#: redbot/cogs/admin/admin.py:473 " "
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:481 #: redbot/cogs/admin/admin.py:481
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 ""
#: redbot/cogs/admin/admin.py:489
msgid "Removed." msgid "Removed."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:486 #: redbot/cogs/admin/admin.py:494
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:491 #: redbot/cogs/admin/admin.py:499
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:493 #: redbot/cogs/admin/admin.py:501
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "" msgstr ""

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-09-03 12:24+0000\n" "POT-Creation-Date: 2021-02-16 19:14+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Serbian (Latin)\n" "Language-Team: Serbian (Latin)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -74,12 +74,20 @@ msgstr ""
#: redbot/cogs/admin/admin.py:223 #: redbot/cogs/admin/admin.py:223
#, docstring #, docstring
msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\n"
" Add a role to a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:239 #: redbot/cogs/admin/admin.py:239
#, docstring #, docstring
msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\n"
" Remove a role from a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:253 #: redbot/cogs/admin/admin.py:253
@@ -89,7 +97,15 @@ msgstr ""
#: redbot/cogs/admin/admin.py:260 #: redbot/cogs/admin/admin.py:260
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\n"
" Edit a role's colour.\n\n"
" Use double quotes if the role contains spaces.\n"
" Colour must be in hexadecimal format.\n"
" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n"
" Examples:\n"
" `[p]editrole colour \"The Transistor\" #ff0000`\n"
" `[p]editrole colour Test #ff9900`\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322 #: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322
@@ -98,7 +114,12 @@ msgstr ""
#: redbot/cogs/admin/admin.py:293 #: redbot/cogs/admin/admin.py:293
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\n"
" Edit a role's name.\n\n"
" Use double quotes if the role or the name contain spaces.\n\n"
" Example:\n"
" `[p]editrole name \"The Transistor\" Test`\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:327 #: redbot/cogs/admin/admin.py:327
@@ -130,7 +151,10 @@ msgstr ""
#: redbot/cogs/admin/admin.py:357 #: redbot/cogs/admin/admin.py:357
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\n"
" Change the channel where the bot will send announcements.\n\n"
" If channel is left blank it defaults to the current channel.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:366 #: redbot/cogs/admin/admin.py:366
@@ -144,73 +168,94 @@ msgstr ""
#: redbot/cogs/admin/admin.py:396 #: redbot/cogs/admin/admin.py:396
#, docstring #, docstring
msgid "Apply selfroles." msgid "\n"
" Add or remove a selfrole from yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:401 #: redbot/cogs/admin/admin.py:409
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\n"
" Add a selfrole to yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:412 #: redbot/cogs/admin/admin.py:420
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\n"
" Remove a selfrole from yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:423 #: redbot/cogs/admin/admin.py:431
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\n"
" Lists all available selfroles.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:433 #: redbot/cogs/admin/admin.py:441
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\n"
"{selfroles}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:439 #: redbot/cogs/admin/admin.py:447
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:444 #: redbot/cogs/admin/admin.py:452
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "" " Add a role to the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
#: redbot/cogs/admin/admin.py:451 " "
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:459 #: redbot/cogs/admin/admin.py:459
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 ""
#: redbot/cogs/admin/admin.py:467
msgid "Added." msgid "Added."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:462 #: redbot/cogs/admin/admin.py:470
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:466 #: redbot/cogs/admin/admin.py:474
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "" " Remove a role from the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
#: redbot/cogs/admin/admin.py:473 " "
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:481 #: redbot/cogs/admin/admin.py:481
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 ""
#: redbot/cogs/admin/admin.py:489
msgid "Removed." msgid "Removed."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:486 #: redbot/cogs/admin/admin.py:494
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:491 #: redbot/cogs/admin/admin.py:499
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:493 #: redbot/cogs/admin/admin.py:501
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "" msgstr ""

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-09-03 12:24+0000\n" "POT-Creation-Date: 2021-02-16 19:14+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Serbian (Cyrillic)\n" "Language-Team: Serbian (Cyrillic)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -74,12 +74,20 @@ msgstr ""
#: redbot/cogs/admin/admin.py:223 #: redbot/cogs/admin/admin.py:223
#, docstring #, docstring
msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\n"
" Add a role to a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:239 #: redbot/cogs/admin/admin.py:239
#, docstring #, docstring
msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\n"
" Remove a role from a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:253 #: redbot/cogs/admin/admin.py:253
@@ -89,7 +97,15 @@ msgstr ""
#: redbot/cogs/admin/admin.py:260 #: redbot/cogs/admin/admin.py:260
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\n"
" Edit a role's colour.\n\n"
" Use double quotes if the role contains spaces.\n"
" Colour must be in hexadecimal format.\n"
" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n"
" Examples:\n"
" `[p]editrole colour \"The Transistor\" #ff0000`\n"
" `[p]editrole colour Test #ff9900`\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322 #: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322
@@ -98,7 +114,12 @@ msgstr ""
#: redbot/cogs/admin/admin.py:293 #: redbot/cogs/admin/admin.py:293
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\n"
" Edit a role's name.\n\n"
" Use double quotes if the role or the name contain spaces.\n\n"
" Example:\n"
" `[p]editrole name \"The Transistor\" Test`\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:327 #: redbot/cogs/admin/admin.py:327
@@ -130,7 +151,10 @@ msgstr ""
#: redbot/cogs/admin/admin.py:357 #: redbot/cogs/admin/admin.py:357
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\n"
" Change the channel where the bot will send announcements.\n\n"
" If channel is left blank it defaults to the current channel.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:366 #: redbot/cogs/admin/admin.py:366
@@ -144,73 +168,94 @@ msgstr ""
#: redbot/cogs/admin/admin.py:396 #: redbot/cogs/admin/admin.py:396
#, docstring #, docstring
msgid "Apply selfroles." msgid "\n"
" Add or remove a selfrole from yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:401 #: redbot/cogs/admin/admin.py:409
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\n"
" Add a selfrole to yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:412 #: redbot/cogs/admin/admin.py:420
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\n"
" Remove a selfrole from yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:423 #: redbot/cogs/admin/admin.py:431
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\n"
" Lists all available selfroles.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:433 #: redbot/cogs/admin/admin.py:441
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\n"
"{selfroles}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:439 #: redbot/cogs/admin/admin.py:447
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:444 #: redbot/cogs/admin/admin.py:452
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "" " Add a role to the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
#: redbot/cogs/admin/admin.py:451 " "
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:459 #: redbot/cogs/admin/admin.py:459
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 ""
#: redbot/cogs/admin/admin.py:467
msgid "Added." msgid "Added."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:462 #: redbot/cogs/admin/admin.py:470
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:466 #: redbot/cogs/admin/admin.py:474
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "" " Remove a role from the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
#: redbot/cogs/admin/admin.py:473 " "
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:481 #: redbot/cogs/admin/admin.py:481
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 ""
#: redbot/cogs/admin/admin.py:489
msgid "Removed." msgid "Removed."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:486 #: redbot/cogs/admin/admin.py:494
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:491 #: redbot/cogs/admin/admin.py:499
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:493 #: redbot/cogs/admin/admin.py:501
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "" msgstr ""

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-09-03 12:24+0000\n" "POT-Creation-Date: 2021-02-16 19:14+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Swedish\n" "Language-Team: Swedish\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -41,7 +41,7 @@ msgstr ""
#: redbot/cogs/admin/admin.py:53 #: redbot/cogs/admin/admin.py:53
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 "Jag kan inte låta dig redigera {role.name} eftersom den rollen är högre än eller lika med din högsta roll i Discord-hierarkin."
#: redbot/cogs/admin/admin.py:59 #: redbot/cogs/admin/admin.py:59
msgid "I need manage roles permission to do that." msgid "I need manage roles permission to do that."
@@ -62,7 +62,7 @@ msgstr ""
#: redbot/cogs/admin/admin.py:182 #: redbot/cogs/admin/admin.py:182
msgid "I successfully added {role.name} to {member.display_name}" msgid "I successfully added {role.name} to {member.display_name}"
msgstr "" msgstr "Jag lyckades lägga till {role.name} till {member.display_name}"
#: redbot/cogs/admin/admin.py:192 #: redbot/cogs/admin/admin.py:192
msgid "{member.display_name} does not have the role {role.name}." msgid "{member.display_name} does not have the role {role.name}."
@@ -70,17 +70,29 @@ msgstr ""
#: redbot/cogs/admin/admin.py:212 #: redbot/cogs/admin/admin.py:212
msgid "I successfully removed {role.name} from {member.display_name}" msgid "I successfully removed {role.name} from {member.display_name}"
msgstr "" msgstr "Jag lyckades ta bort {role.name} från {member.display_name}"
#: redbot/cogs/admin/admin.py:223 #: redbot/cogs/admin/admin.py:223
#, docstring #, docstring
msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\n"
" Add a role to a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:239 #: redbot/cogs/admin/admin.py:239
#, 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"
msgstr "" " 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"
" Ta bort en roll från en användare.\n\n"
" Använd dubbla citat om rollen innehåller mellanslag.\n"
" Om användaren lämnas tom är det standard för skaparen av kommandot.\n"
" "
#: redbot/cogs/admin/admin.py:253 #: redbot/cogs/admin/admin.py:253
#, docstring #, docstring
@@ -89,7 +101,15 @@ msgstr "Redigera rollinställningar."
#: redbot/cogs/admin/admin.py:260 #: redbot/cogs/admin/admin.py:260
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\n"
" Edit a role's colour.\n\n"
" Use double quotes if the role contains spaces.\n"
" Colour must be in hexadecimal format.\n"
" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n"
" Examples:\n"
" `[p]editrole colour \"The Transistor\" #ff0000`\n"
" `[p]editrole colour Test #ff9900`\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322 #: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322
@@ -98,7 +118,12 @@ msgstr "Klart."
#: redbot/cogs/admin/admin.py:293 #: redbot/cogs/admin/admin.py:293
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\n"
" Edit a role's name.\n\n"
" Use double quotes if the role or the name contain spaces.\n\n"
" Example:\n"
" `[p]editrole name \"The Transistor\" Test`\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:327 #: redbot/cogs/admin/admin.py:327
@@ -121,7 +146,7 @@ msgstr ""
#: redbot/cogs/admin/admin.py:346 #: redbot/cogs/admin/admin.py:346
msgid "The current announcement has been cancelled." msgid "The current announcement has been cancelled."
msgstr "" msgstr "Det aktuella meddelandet har avbrutits."
#: redbot/cogs/admin/admin.py:352 #: redbot/cogs/admin/admin.py:352
#, docstring #, docstring
@@ -130,12 +155,15 @@ msgstr ""
#: redbot/cogs/admin/admin.py:357 #: redbot/cogs/admin/admin.py:357
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\n"
" Change the channel where the bot will send announcements.\n\n"
" If channel is left blank it defaults to the current channel.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:366 #: redbot/cogs/admin/admin.py:366
msgid "The announcement channel has been set to {channel.mention}" msgid "The announcement channel has been set to {channel.mention}"
msgstr "" msgstr "Tillkännagivandekanalen har satts till {channel.mention}"
#: redbot/cogs/admin/admin.py:371 #: redbot/cogs/admin/admin.py:371
#, docstring #, docstring
@@ -144,75 +172,99 @@ msgstr ""
#: redbot/cogs/admin/admin.py:396 #: redbot/cogs/admin/admin.py:396
#, docstring #, docstring
msgid "Apply selfroles." msgid "\n"
" Add or remove a selfrole from yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:401 #: redbot/cogs/admin/admin.py:409
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\n"
" Add a selfrole to yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:412 #: redbot/cogs/admin/admin.py:420
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\n"
" Remove a selfrole from yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:423 #: redbot/cogs/admin/admin.py:431
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\n"
msgstr "" " Lists all available selfroles.\n"
" "
msgstr "\n"
" Listar alla tillgängliga självroller.\n"
" "
#: redbot/cogs/admin/admin.py:433 #: redbot/cogs/admin/admin.py:441
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\n"
msgstr "" "{selfroles}"
msgstr "Tillgängliga Selfroles:\n"
"{selfroles}"
#: redbot/cogs/admin/admin.py:439 #: redbot/cogs/admin/admin.py:447
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "" msgstr "Hantera självroller."
#: redbot/cogs/admin/admin.py:444 #: redbot/cogs/admin/admin.py:452
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "" " Add a role to the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
#: redbot/cogs/admin/admin.py:451 " "
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:459 #: redbot/cogs/admin/admin.py:459
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 ""
#: redbot/cogs/admin/admin.py:467
msgid "Added." msgid "Added."
msgstr "" msgstr "Tillagd."
#: redbot/cogs/admin/admin.py:462 #: redbot/cogs/admin/admin.py:470
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "" msgstr "Den rollen är redan en självroll."
#: redbot/cogs/admin/admin.py:466 #: redbot/cogs/admin/admin.py:474
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "" " Remove a role from the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
#: redbot/cogs/admin/admin.py:473 " "
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:481 #: redbot/cogs/admin/admin.py:481
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 ""
#: redbot/cogs/admin/admin.py:489
msgid "Removed." msgid "Removed."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:486 #: redbot/cogs/admin/admin.py:494
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "" msgstr "Lås en bot till sina nuvarande servrar."
#: redbot/cogs/admin/admin.py:491 #: redbot/cogs/admin/admin.py:499
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "" msgstr "Botten är inte längre serverlåst."
#: redbot/cogs/admin/admin.py:493 #: redbot/cogs/admin/admin.py:501
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "" msgstr "Botten är nu serverlåst."
#: redbot/cogs/admin/announcer.py:68 #: redbot/cogs/admin/announcer.py:68
msgid "I could not announce to the following server: " msgid "I could not announce to the following server: "

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-09-03 12:24+0000\n" "POT-Creation-Date: 2021-02-16 19:14+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Turkish\n" "Language-Team: Turkish\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -74,13 +74,29 @@ msgstr "{role.name} rolünü {member.display_name} kullanıcısından başarıl
#: redbot/cogs/admin/admin.py:223 #: redbot/cogs/admin/admin.py:223
#, 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"
msgstr "\\n Kullanıcıya rol ekle.\\n\\n Rol boşluk içeriyorsa çift tırnak işareti kullanın.\\n Kullanıcı boş bırakılırsa, varsayılan olarak komutun yazarıdır.\\n " " Add a role to a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "\n"
" Kullanıcıya rol ekle.\n\n"
" Rol boşluk içeriyorsa çift tırnak işareti kullanın.\n"
" Kullanıcı boş bırakılırsa, varsayılan olarak komutu yazan kabul edilir.\n"
" "
#: redbot/cogs/admin/admin.py:239 #: redbot/cogs/admin/admin.py:239
#, 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"
msgstr "\\n Kullanıcıdan rol sil.\\n\\n Rol boşluk içeriyorsa çift tırnak işareti kullanın.\\n Kullanıcı boş bırakılırsa, varsayılan olarak komutun yazarıdır.\\n " " Remove a role from a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "\n"
" Kullanıcıdan rol sil.\n\n"
" Rol boşluk içeriyorsa çift tırnak işareti kullanın.\n"
" Kullanıcı boş bırakılırsa, varsayılan olarak komutu yazan kabul edilir.\n"
" "
#: redbot/cogs/admin/admin.py:253 #: redbot/cogs/admin/admin.py:253
#, docstring #, docstring
@@ -89,8 +105,23 @@ msgstr "Rol ayarlarını düzenle."
#: redbot/cogs/admin/admin.py:260 #: redbot/cogs/admin/admin.py:260
#, 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"
msgstr "Rol rengini düzenler.\\n\\n Rol boşluk içeriyorsa çift tırnak kulanın.\\n Renk hexadecimal formatında olmalıdır.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Örneğin:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " " 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"
"Rol rengini düzenler.\n\n"
" Rol boşluk içeriyorsa çift tırnak kulanın.\n"
" Renk onaltılık formatında olmalıdır.\n"
" [Online renk seçme aracı](http://www.w3schools.com/colors/colors_picker.asp)\n\n"
" Örneğin:\n"
" `[p]editrole colour \"Rol adı\" #ff0000`\n"
" `[p]editrole colour Test #ff9900` "
#: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322 #: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322
msgid "Done." msgid "Done."
@@ -98,8 +129,17 @@ msgstr "Tamamlandı."
#: redbot/cogs/admin/admin.py:293 #: redbot/cogs/admin/admin.py:293
#, 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"
msgstr "Rolün ismini düzenler.\\n\\n Rol boşluk içeriyorsa çift tırnak kulanın.\\n\\n Örneğin:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " " 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"
"Rolün ismini düzenler.\n\n"
" Rol veya ad boşluk içeriyorsa çift tırnak kulanın.\n\n"
" Örneğin:\n"
" `[p]editrole name \"Rol adı\" Test` "
#: redbot/cogs/admin/admin.py:327 #: redbot/cogs/admin/admin.py:327
#, docstring #, docstring
@@ -130,8 +170,14 @@ msgstr "Anonsların sunucuya nasıl gönderileceğini belirleyin."
#: redbot/cogs/admin/admin.py:357 #: redbot/cogs/admin/admin.py:357
#, 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"
msgstr "\\n Botun yollaması için bir duyuru kanalı ayarlayın.\\n\\n Eğer kanal boş bırakılırsa mevcut kanal ayarlanır.\\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"
" Botun duyuru göndereceği kanalı değiştir.\n\n"
" Boş bırakılırsa şu anki kanal kabul edilir.\n"
" "
#: redbot/cogs/admin/admin.py:366 #: redbot/cogs/admin/admin.py:366
msgid "The announcement channel has been set to {channel.mention}" msgid "The announcement channel has been set to {channel.mention}"
@@ -144,73 +190,111 @@ msgstr "Kanalı duyuru ayarından kaldır."
#: redbot/cogs/admin/admin.py:396 #: redbot/cogs/admin/admin.py:396
#, docstring #, docstring
msgid "Apply selfroles." msgid "\n"
msgstr "Kişisel rol ekle." " Add or 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 ""
#: redbot/cogs/admin/admin.py:401 #: redbot/cogs/admin/admin.py:409
#, 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"
msgstr "Kişisel rol ekler.\\n\\n Sunucu yöneticileri kullanıcının kullanabileceği şekilde ayarlamalıdır.\\n\\n NOT: Rol büyük küçük harf duyarlıdır!\\n " " 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"
" Kendine bir selfrole ekle.\n\n"
" Sunucu yöneticilerinin rolü kullanıcı tarafından alınabilir ayarlaması gerekir.\n"
" NOT: Rol büyük küçük harf duyarlıdır!\n"
" "
#: redbot/cogs/admin/admin.py:412 #: redbot/cogs/admin/admin.py:420
#, 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"
msgstr "Kişisel rol siler.\\n\\n Sunucu yöneticileri kullanıcının kullanabileceği şekilde ayarlamalıdır.\\n\\n NOT: Rol büyük küçük harf duyarlıdır!\\n " " 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"
" Kendinden bir selfrole kaldır.\n\n"
" Sunucu yöneticilerinin rolü kullanıcı tarafından alınabilir ayarlaması gerekir.\n"
" NOT: Rol büyük küçük harf duyarlıdır!\n"
" "
#: redbot/cogs/admin/admin.py:423 #: redbot/cogs/admin/admin.py:431
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\n"
msgstr "\\n Kullanılabilir kişisel rolleri listeler.\\n " " Lists all available selfroles.\n"
" "
msgstr "\n"
" Kullanılabilir tüm selfroleleri listeler.\n"
" "
#: redbot/cogs/admin/admin.py:433 #: redbot/cogs/admin/admin.py:441
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\n"
msgstr "Kullanılabilir kişisel roller:\\n{selfroles}" "{selfroles}"
msgstr "Kullanılabilir Selfroleler:\n"
"{selfroles}"
#: redbot/cogs/admin/admin.py:439 #: redbot/cogs/admin/admin.py:447
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "Kişisel rolleri düzenle." msgstr "Kişisel rolleri düzenle."
#: redbot/cogs/admin/admin.py:444 #: redbot/cogs/admin/admin.py:452
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "\\n Kullanılabilir kişisel roller listesine rol ekler.\\n\\n NOT: Rol büyük küçük harf duyarlıdır!\\n " " Add a role to the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "\n"
" Kullanılabilir selfroleler listesine bir rol ekle.\n\n"
" NOT: Rol büyük küçük harf duyarlıdır!\n"
" "
#: redbot/cogs/admin/admin.py:451 #: redbot/cogs/admin/admin.py:459
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "{role.name} kullanıcısına belirttiğin rolü vermene müsaade edemem çünkü bu rol mevcut rolünden daha yüksek." msgstr "{role.name} kullanıcısına belirttiğin rolü vermene müsaade edemem çünkü bu rol mevcut rolünden daha yüksek."
#: redbot/cogs/admin/admin.py:459 #: redbot/cogs/admin/admin.py:467
msgid "Added." msgid "Added."
msgstr "Eklendi." msgstr "Eklendi."
#: redbot/cogs/admin/admin.py:462 #: redbot/cogs/admin/admin.py:470
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "Bu rol zaten bir kişisel rol." msgstr "Bu rol zaten bir kişisel rol."
#: redbot/cogs/admin/admin.py:466 #: redbot/cogs/admin/admin.py:474
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "\\n Kullanılabilir kişisel roller listesinden rol siler.\\n\\n NOT: Rol büyük küçük harf duyarlıdır!\\n " " Remove a role from the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "\n"
" Kullanılabilir selfroleler listesinden rol siler.\n\n"
" NOT: Rol büyük küçük harf duyarlıdır!\n"
" "
#: redbot/cogs/admin/admin.py:473 #: redbot/cogs/admin/admin.py:481
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "{role.name} kullanıcısından belirttiğin rolü silmene müsaade edemem çünkü bu rol mevcut rolünden daha yüksek." msgstr "{role.name} kullanıcısından belirttiğin rolü silmene müsaade edemem çünkü bu rol mevcut rolünden daha yüksek."
#: redbot/cogs/admin/admin.py:481 #: redbot/cogs/admin/admin.py:489
msgid "Removed." msgid "Removed."
msgstr "Kaldırıldı." msgstr "Kaldırıldı."
#: redbot/cogs/admin/admin.py:486 #: redbot/cogs/admin/admin.py:494
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "Botu şu an bulunduğu sunucularda kilitler." msgstr "Botu şu an bulunduğu sunucularda kilitler."
#: redbot/cogs/admin/admin.py:491 #: redbot/cogs/admin/admin.py:499
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "Botun sunucu kilidi aktif değil." msgstr "Botun sunucu kilidi aktif değil."
#: redbot/cogs/admin/admin.py:493 #: redbot/cogs/admin/admin.py:501
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "Botun sunucu kilidi aktif." msgstr "Botun sunucu kilidi aktif."

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-09-03 12:24+0000\n" "POT-Creation-Date: 2021-02-16 19:14+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Ukrainian\n" "Language-Team: Ukrainian\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n" "Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -74,12 +74,20 @@ msgstr ""
#: redbot/cogs/admin/admin.py:223 #: redbot/cogs/admin/admin.py:223
#, docstring #, docstring
msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\n"
" Add a role to a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:239 #: redbot/cogs/admin/admin.py:239
#, docstring #, docstring
msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\n"
" Remove a role from a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:253 #: redbot/cogs/admin/admin.py:253
@@ -89,7 +97,15 @@ msgstr ""
#: redbot/cogs/admin/admin.py:260 #: redbot/cogs/admin/admin.py:260
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\n"
" Edit a role's colour.\n\n"
" Use double quotes if the role contains spaces.\n"
" Colour must be in hexadecimal format.\n"
" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n"
" Examples:\n"
" `[p]editrole colour \"The Transistor\" #ff0000`\n"
" `[p]editrole colour Test #ff9900`\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322 #: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322
@@ -98,7 +114,12 @@ msgstr ""
#: redbot/cogs/admin/admin.py:293 #: redbot/cogs/admin/admin.py:293
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\n"
" Edit a role's name.\n\n"
" Use double quotes if the role or the name contain spaces.\n\n"
" Example:\n"
" `[p]editrole name \"The Transistor\" Test`\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:327 #: redbot/cogs/admin/admin.py:327
@@ -130,7 +151,10 @@ msgstr ""
#: redbot/cogs/admin/admin.py:357 #: redbot/cogs/admin/admin.py:357
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\n"
" Change the channel where the bot will send announcements.\n\n"
" If channel is left blank it defaults to the current channel.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:366 #: redbot/cogs/admin/admin.py:366
@@ -144,73 +168,94 @@ msgstr ""
#: redbot/cogs/admin/admin.py:396 #: redbot/cogs/admin/admin.py:396
#, docstring #, docstring
msgid "Apply selfroles." msgid "\n"
" Add or remove a selfrole from yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:401 #: redbot/cogs/admin/admin.py:409
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\n"
" Add a selfrole to yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:412 #: redbot/cogs/admin/admin.py:420
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\n"
" Remove a selfrole from yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:423 #: redbot/cogs/admin/admin.py:431
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\n"
" Lists all available selfroles.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:433 #: redbot/cogs/admin/admin.py:441
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\n"
"{selfroles}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:439 #: redbot/cogs/admin/admin.py:447
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:444 #: redbot/cogs/admin/admin.py:452
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "" " Add a role to the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
#: redbot/cogs/admin/admin.py:451 " "
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:459 #: redbot/cogs/admin/admin.py:459
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 ""
#: redbot/cogs/admin/admin.py:467
msgid "Added." msgid "Added."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:462 #: redbot/cogs/admin/admin.py:470
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:466 #: redbot/cogs/admin/admin.py:474
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "" " Remove a role from the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
#: redbot/cogs/admin/admin.py:473 " "
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:481 #: redbot/cogs/admin/admin.py:481
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 ""
#: redbot/cogs/admin/admin.py:489
msgid "Removed." msgid "Removed."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:486 #: redbot/cogs/admin/admin.py:494
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:491 #: redbot/cogs/admin/admin.py:499
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:493 #: redbot/cogs/admin/admin.py:501
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "" msgstr ""

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-09-03 12:24+0000\n" "POT-Creation-Date: 2021-02-16 19:14+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Vietnamese\n" "Language-Team: Vietnamese\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -17,7 +17,7 @@ msgstr ""
#: redbot/cogs/admin/admin.py:18 #: redbot/cogs/admin/admin.py:18
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
msgstr "" msgstr "Lệnh của bạn không được thực hiện thành công vì discord đã từ chối quyền của tôi."
#: redbot/cogs/admin/admin.py:23 #: redbot/cogs/admin/admin.py:23
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."
@@ -49,12 +49,12 @@ msgstr ""
#: redbot/cogs/admin/admin.py:61 #: redbot/cogs/admin/admin.py:61
msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first."
msgstr "" msgstr "Tôi đang thông báo lúc này. Nếu bạn muốn làm một thông báo khác hãy sử dụng lệnh `{prefix}announce cancel` trước."
#: redbot/cogs/admin/admin.py:71 #: redbot/cogs/admin/admin.py:71
#, docstring #, docstring
msgid "A collection of server administration utilities." msgid "A collection of server administration utilities."
msgstr "" msgstr "Một tập hợp các dụng cụ cho việc quản lý server."
#: redbot/cogs/admin/admin.py:162 #: redbot/cogs/admin/admin.py:162
msgid "{member.display_name} already has the role {role.name}." msgid "{member.display_name} already has the role {role.name}."
@@ -62,7 +62,7 @@ msgstr ""
#: redbot/cogs/admin/admin.py:182 #: redbot/cogs/admin/admin.py:182
msgid "I successfully added {role.name} to {member.display_name}" msgid "I successfully added {role.name} to {member.display_name}"
msgstr "" msgstr "Đã thêm thành công vai trò{role.name} cho {member.display_name}"
#: redbot/cogs/admin/admin.py:192 #: redbot/cogs/admin/admin.py:192
msgid "{member.display_name} does not have the role {role.name}." msgid "{member.display_name} does not have the role {role.name}."
@@ -70,50 +70,71 @@ msgstr ""
#: redbot/cogs/admin/admin.py:212 #: redbot/cogs/admin/admin.py:212
msgid "I successfully removed {role.name} from {member.display_name}" msgid "I successfully removed {role.name} from {member.display_name}"
msgstr "" msgstr "Đã xóa thành công vai trò{role.name} từ {member.display_name}"
#: redbot/cogs/admin/admin.py:223 #: redbot/cogs/admin/admin.py:223
#, docstring #, docstring
msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\n"
" Add a role to a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:239 #: redbot/cogs/admin/admin.py:239
#, docstring #, docstring
msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\n"
" Remove a role from a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:253 #: redbot/cogs/admin/admin.py:253
#, docstring #, docstring
msgid "Edit role settings." msgid "Edit role settings."
msgstr "" msgstr "Chỉnh quyền của vai trò."
#: redbot/cogs/admin/admin.py:260 #: redbot/cogs/admin/admin.py:260
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\n"
" Edit a role's colour.\n\n"
" Use double quotes if the role contains spaces.\n"
" Colour must be in hexadecimal format.\n"
" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n"
" Examples:\n"
" `[p]editrole colour \"The Transistor\" #ff0000`\n"
" `[p]editrole colour Test #ff9900`\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322 #: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322
msgid "Done." msgid "Done."
msgstr "" msgstr "Xong!"
#: redbot/cogs/admin/admin.py:293 #: redbot/cogs/admin/admin.py:293
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\n"
" Edit a role's name.\n\n"
" Use double quotes if the role or the name contain spaces.\n\n"
" Example:\n"
" `[p]editrole name \"The Transistor\" Test`\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:327 #: redbot/cogs/admin/admin.py:327
#, 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 "Thông báo một thông báo tới tất cả các server mà con bot ở trong."
#: redbot/cogs/admin/admin.py:334 #: redbot/cogs/admin/admin.py:334
msgid "The announcement has begun." msgid "The announcement has begun."
msgstr "" msgstr "Sự kiện {0} đã được bắt đầu."
#: redbot/cogs/admin/admin.py:341 #: redbot/cogs/admin/admin.py:341
#, docstring #, docstring
msgid "Cancel a running announce." msgid "Cancel a running announce."
msgstr "" msgstr "Hủy một thông báo đang chạy."
#: redbot/cogs/admin/admin.py:343 #: redbot/cogs/admin/admin.py:343
msgid "There is no currently running announcement." msgid "There is no currently running announcement."
@@ -121,7 +142,7 @@ msgstr ""
#: redbot/cogs/admin/admin.py:346 #: redbot/cogs/admin/admin.py:346
msgid "The current announcement has been cancelled." msgid "The current announcement has been cancelled."
msgstr "" msgstr "Thông báo đang chạy đã được hủy."
#: redbot/cogs/admin/admin.py:352 #: redbot/cogs/admin/admin.py:352
#, docstring #, docstring
@@ -130,12 +151,15 @@ msgstr ""
#: redbot/cogs/admin/admin.py:357 #: redbot/cogs/admin/admin.py:357
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\n"
" Change the channel where the bot will send announcements.\n\n"
" If channel is left blank it defaults to the current channel.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:366 #: redbot/cogs/admin/admin.py:366
msgid "The announcement channel has been set to {channel.mention}" msgid "The announcement channel has been set to {channel.mention}"
msgstr "" msgstr "Kênh thông báo đã được đổi sang {channel.mention}"
#: redbot/cogs/admin/admin.py:371 #: redbot/cogs/admin/admin.py:371
#, docstring #, docstring
@@ -144,73 +168,97 @@ msgstr ""
#: redbot/cogs/admin/admin.py:396 #: redbot/cogs/admin/admin.py:396
#, docstring #, docstring
msgid "Apply selfroles." msgid "\n"
" Add or remove a selfrole from yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:401 #: redbot/cogs/admin/admin.py:409
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\n"
" Add a selfrole to yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:412 #: redbot/cogs/admin/admin.py:420
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\n"
" Remove a selfrole from yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:423 #: redbot/cogs/admin/admin.py:431
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\n"
msgstr "" " Lists all available selfroles.\n"
" "
msgstr "\n"
" Hiển thị hết tất cả các vai trò tự thêm.\n"
" "
#: redbot/cogs/admin/admin.py:433 #: redbot/cogs/admin/admin.py:441
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\n"
msgstr "" "{selfroles}"
msgstr "Vai trò tự thêm:\n"
"{selfroles}"
#: redbot/cogs/admin/admin.py:439 #: redbot/cogs/admin/admin.py:447
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:444 #: redbot/cogs/admin/admin.py:452
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "" " Add a role to the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
#: redbot/cogs/admin/admin.py:451 " "
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:459 #: redbot/cogs/admin/admin.py:459
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 ""
#: redbot/cogs/admin/admin.py:467
msgid "Added." msgid "Added."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:462 #: redbot/cogs/admin/admin.py:470
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:466 #: redbot/cogs/admin/admin.py:474
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "" " Remove a role from the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
#: redbot/cogs/admin/admin.py:473 " "
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:481 #: redbot/cogs/admin/admin.py:481
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 ""
#: redbot/cogs/admin/admin.py:489
msgid "Removed." msgid "Removed."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:486 #: redbot/cogs/admin/admin.py:494
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "" msgstr "Khóa lệnh bot cho server hiện tại."
#: redbot/cogs/admin/admin.py:491 #: redbot/cogs/admin/admin.py:499
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:493 #: redbot/cogs/admin/admin.py:501
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "" msgstr ""

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-09-03 12:24+0000\n" "POT-Creation-Date: 2021-02-16 19:14+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Chinese Simplified\n" "Language-Team: Chinese Simplified\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -17,79 +17,104 @@ msgstr ""
#: redbot/cogs/admin/admin.py:18 #: redbot/cogs/admin/admin.py:18
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
msgstr "" msgstr "我试了做一件事情Discord不让我做。你的命令没有完成。"
#: redbot/cogs/admin/admin.py:23 #: redbot/cogs/admin/admin.py:23
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} 应为这个role比我的最高的role高或者一样高"
#: redbot/cogs/admin/admin.py:29 #: redbot/cogs/admin/admin.py:29
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} 应为这个role比我的最高的role高或者一样高"
#: redbot/cogs/admin/admin.py:35 #: redbot/cogs/admin/admin.py:35
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}应为这个role比我的最高的role高或者一样高"
#: redbot/cogs/admin/admin.py:41 #: redbot/cogs/admin/admin.py:41
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} 应为这个role比你的最高的role高或者一样高"
#: redbot/cogs/admin/admin.py:47 #: redbot/cogs/admin/admin.py:47
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}去掉应为这个role比你的最高的role高或者一样高"
#: redbot/cogs/admin/admin.py:53 #: redbot/cogs/admin/admin.py:53
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}应为这个role比你的最高的role高或者一样高"
#: redbot/cogs/admin/admin.py:59 #: redbot/cogs/admin/admin.py:59
msgid "I need manage roles permission to do that." msgid "I need manage roles permission to do that."
msgstr "" msgstr "我需要管角色才能做这件事情"
#: redbot/cogs/admin/admin.py:61 #: redbot/cogs/admin/admin.py:61
msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first."
msgstr "" msgstr "我已经在宣布一段话。要是你想做一个不同的宣布请用`{prefix}announce cancel` 先"
#: redbot/cogs/admin/admin.py:71 #: redbot/cogs/admin/admin.py:71
#, docstring #, docstring
msgid "A collection of server administration utilities." msgid "A collection of server administration utilities."
msgstr "" msgstr "一些管理server的东西"
#: redbot/cogs/admin/admin.py:162 #: redbot/cogs/admin/admin.py:162
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:182 #: redbot/cogs/admin/admin.py:182
msgid "I successfully added {role.name} to {member.display_name}" msgid "I successfully added {role.name} to {member.display_name}"
msgstr "" msgstr "我成功的的加了{role.name}到{member.display_name}"
#: redbot/cogs/admin/admin.py:192 #: redbot/cogs/admin/admin.py:192
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:212 #: redbot/cogs/admin/admin.py:212
msgid "I successfully removed {role.name} from {member.display_name}" msgid "I successfully removed {role.name} from {member.display_name}"
msgstr "" msgstr "我成功的从{member.display_name}去掉了{role.name}."
#: redbot/cogs/admin/admin.py:223 #: redbot/cogs/admin/admin.py:223
#, 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"
msgstr "" " Add a role to a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "\n"
" 加一个角色 到一个人上.\n\n"
" 用双引号要是角色的名字有空格.\n"
" 要是没有说出人,就会被加到用这个命令的人\n"
" "
#: redbot/cogs/admin/admin.py:239 #: redbot/cogs/admin/admin.py:239
#, 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"
msgstr "" " Remove a role from a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "\n"
" 从一个人去掉一个角色.\n\n"
" 要是角色的名字有空格用双引号.\n"
" \n"
"要是没有说出人加给用命令的人.\n"
" "
#: redbot/cogs/admin/admin.py:253 #: redbot/cogs/admin/admin.py:253
#, docstring #, docstring
msgid "Edit role settings." msgid "Edit role settings."
msgstr "" msgstr "改变角色设定"
#: redbot/cogs/admin/admin.py:260 #: redbot/cogs/admin/admin.py:260
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\n"
" Edit a role's colour.\n\n"
" Use double quotes if the role contains spaces.\n"
" Colour must be in hexadecimal format.\n"
" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n"
" Examples:\n"
" `[p]editrole colour \"The Transistor\" #ff0000`\n"
" `[p]editrole colour Test #ff9900`\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322 #: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322
@@ -98,7 +123,12 @@ msgstr "完成。"
#: redbot/cogs/admin/admin.py:293 #: redbot/cogs/admin/admin.py:293
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\n"
" Edit a role's name.\n\n"
" Use double quotes if the role or the name contain spaces.\n\n"
" Example:\n"
" `[p]editrole name \"The Transistor\" Test`\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:327 #: redbot/cogs/admin/admin.py:327
@@ -108,7 +138,7 @@ msgstr ""
#: redbot/cogs/admin/admin.py:334 #: redbot/cogs/admin/admin.py:334
msgid "The announcement has begun." msgid "The announcement has begun."
msgstr "" msgstr "我开始报告消息了"
#: redbot/cogs/admin/admin.py:341 #: redbot/cogs/admin/admin.py:341
#, docstring #, docstring
@@ -130,7 +160,10 @@ msgstr ""
#: redbot/cogs/admin/admin.py:357 #: redbot/cogs/admin/admin.py:357
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\n"
" Change the channel where the bot will send announcements.\n\n"
" If channel is left blank it defaults to the current channel.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:366 #: redbot/cogs/admin/admin.py:366
@@ -144,73 +177,94 @@ msgstr ""
#: redbot/cogs/admin/admin.py:396 #: redbot/cogs/admin/admin.py:396
#, docstring #, docstring
msgid "Apply selfroles." msgid "\n"
" Add or remove a selfrole from yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:401 #: redbot/cogs/admin/admin.py:409
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\n"
" Add a selfrole to yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:412 #: redbot/cogs/admin/admin.py:420
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\n"
" Remove a selfrole from yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:423 #: redbot/cogs/admin/admin.py:431
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\n"
" Lists all available selfroles.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:433 #: redbot/cogs/admin/admin.py:441
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\n"
"{selfroles}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:439 #: redbot/cogs/admin/admin.py:447
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:444 #: redbot/cogs/admin/admin.py:452
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "" " Add a role to the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
#: redbot/cogs/admin/admin.py:451 " "
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:459 #: redbot/cogs/admin/admin.py:459
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 ""
#: redbot/cogs/admin/admin.py:467
msgid "Added." msgid "Added."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:462 #: redbot/cogs/admin/admin.py:470
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:466 #: redbot/cogs/admin/admin.py:474
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "" " Remove a role from the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
#: redbot/cogs/admin/admin.py:473 " "
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:481 #: redbot/cogs/admin/admin.py:481
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 ""
#: redbot/cogs/admin/admin.py:489
msgid "Removed." msgid "Removed."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:486 #: redbot/cogs/admin/admin.py:494
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:491 #: redbot/cogs/admin/admin.py:499
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:493 #: redbot/cogs/admin/admin.py:501
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "" msgstr ""

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-09-03 12:24+0000\n" "POT-Creation-Date: 2021-02-16 19:14+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Chinese Traditional, Hong Kong\n" "Language-Team: Chinese Traditional, Hong Kong\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -74,12 +74,20 @@ msgstr ""
#: redbot/cogs/admin/admin.py:223 #: redbot/cogs/admin/admin.py:223
#, docstring #, docstring
msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\n"
" Add a role to a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:239 #: redbot/cogs/admin/admin.py:239
#, docstring #, docstring
msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\n"
" Remove a role from a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:253 #: redbot/cogs/admin/admin.py:253
@@ -89,7 +97,15 @@ msgstr ""
#: redbot/cogs/admin/admin.py:260 #: redbot/cogs/admin/admin.py:260
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\n"
" Edit a role's colour.\n\n"
" Use double quotes if the role contains spaces.\n"
" Colour must be in hexadecimal format.\n"
" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n"
" Examples:\n"
" `[p]editrole colour \"The Transistor\" #ff0000`\n"
" `[p]editrole colour Test #ff9900`\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322 #: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322
@@ -98,7 +114,12 @@ msgstr ""
#: redbot/cogs/admin/admin.py:293 #: redbot/cogs/admin/admin.py:293
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\n"
" Edit a role's name.\n\n"
" Use double quotes if the role or the name contain spaces.\n\n"
" Example:\n"
" `[p]editrole name \"The Transistor\" Test`\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:327 #: redbot/cogs/admin/admin.py:327
@@ -130,7 +151,10 @@ msgstr ""
#: redbot/cogs/admin/admin.py:357 #: redbot/cogs/admin/admin.py:357
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\n"
" Change the channel where the bot will send announcements.\n\n"
" If channel is left blank it defaults to the current channel.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:366 #: redbot/cogs/admin/admin.py:366
@@ -144,73 +168,94 @@ msgstr ""
#: redbot/cogs/admin/admin.py:396 #: redbot/cogs/admin/admin.py:396
#, docstring #, docstring
msgid "Apply selfroles." msgid "\n"
" Add or remove a selfrole from yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:401 #: redbot/cogs/admin/admin.py:409
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\n"
" Add a selfrole to yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:412 #: redbot/cogs/admin/admin.py:420
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\n"
" Remove a selfrole from yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:423 #: redbot/cogs/admin/admin.py:431
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\n"
" Lists all available selfroles.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:433 #: redbot/cogs/admin/admin.py:441
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\n"
"{selfroles}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:439 #: redbot/cogs/admin/admin.py:447
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:444 #: redbot/cogs/admin/admin.py:452
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "" " Add a role to the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
#: redbot/cogs/admin/admin.py:451 " "
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:459 #: redbot/cogs/admin/admin.py:459
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 ""
#: redbot/cogs/admin/admin.py:467
msgid "Added." msgid "Added."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:462 #: redbot/cogs/admin/admin.py:470
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:466 #: redbot/cogs/admin/admin.py:474
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "" " Remove a role from the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
#: redbot/cogs/admin/admin.py:473 " "
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:481 #: redbot/cogs/admin/admin.py:481
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 ""
#: redbot/cogs/admin/admin.py:489
msgid "Removed." msgid "Removed."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:486 #: redbot/cogs/admin/admin.py:494
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:491 #: redbot/cogs/admin/admin.py:499
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:493 #: redbot/cogs/admin/admin.py:501
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "" msgstr ""

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-09-03 12:24+0000\n" "POT-Creation-Date: 2021-02-16 19:14+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Chinese Traditional\n" "Language-Team: Chinese Traditional\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -74,12 +74,20 @@ msgstr ""
#: redbot/cogs/admin/admin.py:223 #: redbot/cogs/admin/admin.py:223
#, docstring #, docstring
msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\n"
" Add a role to a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:239 #: redbot/cogs/admin/admin.py:239
#, docstring #, docstring
msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n " msgid "\n"
" Remove a role from a user.\n\n"
" Use double quotes if the role contains spaces.\n"
" If user is left blank it defaults to the author of the command.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:253 #: redbot/cogs/admin/admin.py:253
@@ -89,7 +97,15 @@ msgstr "編輯身分組設定。"
#: redbot/cogs/admin/admin.py:260 #: redbot/cogs/admin/admin.py:260
#, docstring #, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " msgid "\n"
" Edit a role's colour.\n\n"
" Use double quotes if the role contains spaces.\n"
" Colour must be in hexadecimal format.\n"
" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n"
" Examples:\n"
" `[p]editrole colour \"The Transistor\" #ff0000`\n"
" `[p]editrole colour Test #ff9900`\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322 #: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322
@@ -98,7 +114,12 @@ msgstr "完成。"
#: redbot/cogs/admin/admin.py:293 #: redbot/cogs/admin/admin.py:293
#, docstring #, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " msgid "\n"
" Edit a role's name.\n\n"
" Use double quotes if the role or the name contain spaces.\n\n"
" Example:\n"
" `[p]editrole name \"The Transistor\" Test`\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:327 #: redbot/cogs/admin/admin.py:327
@@ -130,7 +151,10 @@ msgstr ""
#: redbot/cogs/admin/admin.py:357 #: redbot/cogs/admin/admin.py:357
#, docstring #, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n " msgid "\n"
" Change the channel where the bot will send announcements.\n\n"
" If channel is left blank it defaults to the current channel.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:366 #: redbot/cogs/admin/admin.py:366
@@ -144,73 +168,94 @@ msgstr ""
#: redbot/cogs/admin/admin.py:396 #: redbot/cogs/admin/admin.py:396
#, docstring #, docstring
msgid "Apply selfroles." msgid "\n"
" Add or remove a selfrole from yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:401 #: redbot/cogs/admin/admin.py:409
#, docstring #, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\n"
" Add a selfrole to yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:412 #: redbot/cogs/admin/admin.py:420
#, docstring #, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n " msgid "\n"
" Remove a selfrole from yourself.\n\n"
" Server admins must have configured the role as user settable.\n"
" NOTE: The role is case sensitive!\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:423 #: redbot/cogs/admin/admin.py:431
#, docstring #, docstring
msgid "\\n Lists all available selfroles.\\n " msgid "\n"
" Lists all available selfroles.\n"
" "
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:433 #: redbot/cogs/admin/admin.py:441
msgid "Available Selfroles:\\n{selfroles}" msgid "Available Selfroles:\n"
"{selfroles}"
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:439 #: redbot/cogs/admin/admin.py:447
#, docstring #, docstring
msgid "Manage selfroles." msgid "Manage selfroles."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:444 #: redbot/cogs/admin/admin.py:452
#, docstring #, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "" " Add a role to the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
#: redbot/cogs/admin/admin.py:451 " "
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:459 #: redbot/cogs/admin/admin.py:459
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 ""
#: redbot/cogs/admin/admin.py:467
msgid "Added." msgid "Added."
msgstr "已增加" msgstr "已增加"
#: redbot/cogs/admin/admin.py:462 #: redbot/cogs/admin/admin.py:470
msgid "That role is already a selfrole." msgid "That role is already a selfrole."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:466 #: redbot/cogs/admin/admin.py:474
#, docstring #, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgid "\n"
msgstr "" " Remove a role from the list of available selfroles.\n\n"
" NOTE: The role is case sensitive!\n"
#: redbot/cogs/admin/admin.py:473 " "
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:481 #: redbot/cogs/admin/admin.py:481
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 ""
#: redbot/cogs/admin/admin.py:489
msgid "Removed." msgid "Removed."
msgstr "已移除。" msgstr "已移除。"
#: redbot/cogs/admin/admin.py:486 #: redbot/cogs/admin/admin.py:494
#, docstring #, docstring
msgid "Lock a bot to its current servers only." msgid "Lock a bot to its current servers only."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:491 #: redbot/cogs/admin/admin.py:499
msgid "The bot is no longer serverlocked." msgid "The bot is no longer serverlocked."
msgstr "" msgstr ""
#: redbot/cogs/admin/admin.py:493 #: redbot/cogs/admin/admin.py:501
msgid "The bot is now serverlocked." msgid "The bot is now serverlocked."
msgstr "" msgstr ""

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-26 17:01+0000\n" "POT-Creation-Date: 2021-02-11 12:29+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Afrikaans\n" "Language-Team: Afrikaans\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -17,15 +17,22 @@ 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 "" msgstr ""
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:203
msgid "Aliases:\\n" msgid "Aliases:\n"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:205
msgid "\\n\\nPage {page}/{total}" msgid "\n\n"
"Page {page}/{total}"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:215

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-26 17:01+0000\n" "POT-Creation-Date: 2021-02-11 12:29+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Arabic\n" "Language-Team: Arabic\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n" "Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -17,35 +17,42 @@ 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"
msgstr "" " Aliases are alternative names shortcuts for commands. They\n"
" can act as both a lambda (storing arguments for repeated use)\n"
" or as simply a shortcut to saying \"x y z\".\n\n"
" When run, aliases will accept any additional arguments\n"
" and append them to the stored alias.\n"
" "
msgstr "إنشاء أسماء مستعارة للأوامر. \\ n \\ n الأسماء المستعارة هي اختصارات أسماء بديلة للأوامر. يمكنهم \\ n العمل كحمل لامدا (تخزين الوسائط للاستخدام المتكرر) \\ n أو ببساطة اختصار للقول \\ \"xyz \". \\ n \\ n عند التشغيل ، ستقبل الأسماء المستعارة أي وسيطات إضافية \\ n وتضيفها إلى الاسم المستعار المخزن. \\ n"
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:203
msgid "Aliases:\\n" msgid "Aliases:\n"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:205
msgid "\\n\\nPage {page}/{total}" msgid "\n\n"
"Page {page}/{total}"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:215
#, docstring #, docstring
msgid "Manage command aliases." msgid "Manage command aliases."
msgstr "" msgstr "إدارة الأسماء المستعارة للأوامر."
#: redbot/cogs/alias/alias.py:220 #: redbot/cogs/alias/alias.py:220
#, docstring #, docstring
msgid "Manage global aliases." msgid "Manage global aliases."
msgstr "" msgstr "إدارة الأسماء المستعارة العالمية."
#: redbot/cogs/alias/alias.py:227 #: redbot/cogs/alias/alias.py:227
#, docstring #, docstring
msgid "Add an alias for a command." msgid "Add an alias for a command."
msgstr "" msgstr "إضافة اسم مستعار لأمر ما."
#: redbot/cogs/alias/alias.py:232 #: redbot/cogs/alias/alias.py:232
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot." msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr "" msgstr "لقد حاولت إنشاء اسم مستعار جديد باسم {name} ولكن هذا الاسم هو بالفعل أمر على هذا بوت."
#: redbot/cogs/alias/alias.py:243 #: redbot/cogs/alias/alias.py:243
msgid "You attempted to create a new alias with the name {name} but that alias already exists." msgid "You attempted to create a new alias with the name {name} but that alias already exists."
@@ -53,7 +60,7 @@ msgstr ""
#: redbot/cogs/alias/alias.py:254 #: redbot/cogs/alias/alias.py:254
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 "لقد حاولت إنشاء اسم مستعار جديد باسم {name} ولكن هذا الاسم اسم مستعار غير صالح. الأسماء المستعارة قد لا تحتوي على مسافات."
#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 #: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325
msgid "You attempted to create a new alias for a command that doesn't exist." msgid "You attempted to create a new alias for a command that doesn't exist."
@@ -61,16 +68,16 @@ msgstr ""
#: redbot/cogs/alias/alias.py:280 #: redbot/cogs/alias/alias.py:280
msgid "A new alias with the trigger `{name}` has been created." msgid "A new alias with the trigger `{name}` has been created."
msgstr "" msgstr "تم إنشاء اسم مستعار جديد مع المشغل `{name}`."
#: redbot/cogs/alias/alias.py:286 #: redbot/cogs/alias/alias.py:286
#, docstring #, docstring
msgid "Add a global alias for a command." msgid "Add a global alias for a command."
msgstr "" msgstr "إضافة اسم مستعار عام لأمر ما."
#: redbot/cogs/alias/alias.py:291 #: redbot/cogs/alias/alias.py:291
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 "لقد حاولت إنشاء اسم مستعار عالمي جديد باسم {name} ولكن هذا الاسم هو بالفعل أمر على هذا بوت."
#: redbot/cogs/alias/alias.py:302 #: redbot/cogs/alias/alias.py:302
msgid "You attempted to create a new global alias with the name {name} but that alias already exists." msgid "You attempted to create a new global alias with the name {name} but that alias already exists."
@@ -78,55 +85,55 @@ msgstr ""
#: redbot/cogs/alias/alias.py:313 #: redbot/cogs/alias/alias.py:313
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 "لقد حاولت إنشاء اسم مستعار عالمي جديد باسم {name} ولكن هذا الاسم اسم مستعار غير صالح. أسماء الاسم المستعار قد لا تحتوي على مسافات."
#: redbot/cogs/alias/alias.py:336 #: redbot/cogs/alias/alias.py:336
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 "تم إنشاء اسم مستعار عالمي جديد مع مشغل{name}`."
#: redbot/cogs/alias/alias.py:343 #: redbot/cogs/alias/alias.py:343
#, docstring #, docstring
msgid "Try to execute help for the base command of the alias." msgid "Try to execute help for the base command of the alias."
msgstr "" msgstr "حاول تنفيذ المساعدة للقيادة الأساسية للإسم المستعار."
#: redbot/cogs/alias/alias.py:348 #: redbot/cogs/alias/alias.py:348
msgid "No such alias exists." msgid "No such alias exists."
msgstr "" msgstr "لا يوجد مثل هذا المستخدم"
#: redbot/cogs/alias/alias.py:352 #: redbot/cogs/alias/alias.py:352
#, docstring #, docstring
msgid "Show what command the alias executes." msgid "Show what command the alias executes."
msgstr "" msgstr "إظهار ما هو الأمر الذي ينفذه الاسم المستعار."
#: redbot/cogs/alias/alias.py:357 #: redbot/cogs/alias/alias.py:357
msgid "The `{alias_name}` alias will execute the command `{command}`" msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr "" msgstr "`{alias_name}` الاسم المستعار سوف ينفذ الأمر `{command}`"
#: redbot/cogs/alias/alias.py:362 #: redbot/cogs/alias/alias.py:362
msgid "There is no alias with the name `{name}`" msgid "There is no alias with the name `{name}`"
msgstr "" msgstr "لا يوجد اسم مستعار باسم `{name}`"
#: redbot/cogs/alias/alias.py:368 #: redbot/cogs/alias/alias.py:368
#, docstring #, docstring
msgid "Delete an existing alias on this server." msgid "Delete an existing alias on this server."
msgstr "" msgstr "حذف اسم مستعار موجود على هذا السيرفر."
#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 #: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402
msgid "There are no aliases on this server." msgid "There are no aliases on this server."
msgstr "" msgstr "لا توجد أسماء مستعارة على هذا السيرفر."
#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 #: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390
msgid "Alias with the name `{name}` was successfully deleted." msgid "Alias with the name `{name}` was successfully deleted."
msgstr "" msgstr "تم حذف الاسم المستعار باسم `{name}` بنجاح."
#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 #: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393
msgid "Alias with name `{name}` was not found." msgid "Alias with name `{name}` was not found."
msgstr "" msgstr "لم يتم العثور على الاسم المستعار `{name}`."
#: redbot/cogs/alias/alias.py:383 #: redbot/cogs/alias/alias.py:383
#, docstring #, docstring
msgid "Delete an existing global alias." msgid "Delete an existing global alias."
msgstr "" msgstr "يحذف اسم مستعار عالمي قائم."
#: redbot/cogs/alias/alias.py:385 #: redbot/cogs/alias/alias.py:385
msgid "There are no global aliases on this bot." msgid "There are no global aliases on this bot."
@@ -135,12 +142,12 @@ msgstr ""
#: redbot/cogs/alias/alias.py:399 #: redbot/cogs/alias/alias.py:399
#, docstring #, docstring
msgid "List the available aliases on this server." msgid "List the available aliases on this server."
msgstr "" msgstr "قائمة الأسماء المستعارة المتوفرة على هذا السيرفر."
#: redbot/cogs/alias/alias.py:408 #: redbot/cogs/alias/alias.py:408
#, docstring #, docstring
msgid "List the available global aliases on this bot." msgid "List the available global aliases on this bot."
msgstr "" msgstr "قائمة الأسماء المستعارة العامة المتاحة على هذا البوت."
#: redbot/cogs/alias/alias.py:411 #: redbot/cogs/alias/alias.py:411
msgid "There are no global aliases." msgid "There are no global aliases."
@@ -148,9 +155,9 @@ msgstr ""
#: redbot/cogs/alias/alias_entry.py:198 #: redbot/cogs/alias/alias_entry.py:198
msgid "Arguments must be specified with a number." msgid "Arguments must be specified with a number."
msgstr "" msgstr "يجب أن يتم تحديد الحجج برقم."
#: redbot/cogs/alias/alias_entry.py:205 #: redbot/cogs/alias/alias_entry.py:205
msgid "Arguments must be sequential. Missing arguments: " msgid "Arguments must be sequential. Missing arguments: "
msgstr "" msgstr "يجب أن تكون الحجج متتابعة. الحجج المفقودة: "

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-26 17:01+0000\n" "POT-Creation-Date: 2021-02-11 12:29+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Bulgarian\n" "Language-Team: Bulgarian\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -17,15 +17,22 @@ 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 "" msgstr ""
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:203
msgid "Aliases:\\n" msgid "Aliases:\n"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:205
msgid "\\n\\nPage {page}/{total}" msgid "\n\n"
"Page {page}/{total}"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:215

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-26 17:01+0000\n" "POT-Creation-Date: 2021-02-11 12:29+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Bosnian\n" "Language-Team: Bosnian\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -17,15 +17,22 @@ 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 "" msgstr ""
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:203
msgid "Aliases:\\n" msgid "Aliases:\n"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:205
msgid "\\n\\nPage {page}/{total}" msgid "\n\n"
"Page {page}/{total}"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:215

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-26 17:01+0000\n" "POT-Creation-Date: 2021-02-11 12:29+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Catalan\n" "Language-Team: Catalan\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -17,15 +17,22 @@ 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 "" msgstr ""
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:203
msgid "Aliases:\\n" msgid "Aliases:\n"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:205
msgid "\\n\\nPage {page}/{total}" msgid "\n\n"
"Page {page}/{total}"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:215

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-26 17:01+0000\n" "POT-Creation-Date: 2021-02-11 12:29+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Czech\n" "Language-Team: Czech\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n" "Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -17,16 +17,24 @@ 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 "Vytvořit aliasy pro příkazy n n Aliasy jsou alternativní zkratky pro příkazy. Mohou působit jako lambda (ukládání argumentů pro opakované použití) n nebo jednoduše jako zkratka pro vyslovení \"xyz\" n n Při spuštění budou aliasy přijímat další argumenty a připojovat je k uložený alias. \\ t " msgstr "Vytvořit aliasy pro příkazy n n Aliasy jsou alternativní zkratky pro příkazy. Mohou působit jako lambda (ukládání argumentů pro opakované použití) n nebo jednoduše jako zkratka pro vyslovení \"xyz\" n n Při spuštění budou aliasy přijímat další argumenty a připojovat je k uložený alias. \\ t "
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:203
msgid "Aliases:\\n" msgid "Aliases:\n"
msgstr "Aliasy:\\n" msgstr "Aliasy:\n"
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:205
msgid "\\n\\nPage {page}/{total}" msgid "\n\n"
msgstr "\\n\\nStrana {page}/{total}" "Page {page}/{total}"
msgstr "\n\n"
"Strana {page}/{total}"
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:215
#, docstring #, docstring

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-26 17:01+0000\n" "POT-Creation-Date: 2021-02-11 12:29+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Danish\n" "Language-Team: Danish\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -17,15 +17,22 @@ 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 "" msgstr ""
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:203
msgid "Aliases:\\n" msgid "Aliases:\n"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:205
msgid "\\n\\nPage {page}/{total}" msgid "\n\n"
"Page {page}/{total}"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:215

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-26 17:01+0000\n" "POT-Creation-Date: 2021-02-11 12:29+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: German\n" "Language-Team: German\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -17,16 +17,31 @@ 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"
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 " " Aliases are alternative names shortcuts for commands. They\n"
" can act as both a lambda (storing arguments for repeated use)\n"
" or as simply a shortcut to saying \"x y z\".\n\n"
" When run, aliases will accept any additional arguments\n"
" and append them to the stored alias.\n"
" "
msgstr "Erstelle einen Alias für einen Befehl.\n\n"
" Aliases sind alternative Namen für Befehle.\n"
" können als Lambda (Speicherung von Argumenten für wiederholte Verwendung)\n"
" oder als einfache Verknüpfung zur Angabe von \"x y z\" fungieren.\n\n"
" Wenn Sie ausgeführt werden, werden Alias zusätzliche Argumente annehmen\n"
" und sie an die gespeicherten Alias anhängen.\n"
" \n"
" "
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:203
msgid "Aliases:\\n" msgid "Aliases:\n"
msgstr "Aliase:\\n" msgstr "Aliase:\n"
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:205
msgid "\\n\\nPage {page}/{total}" msgid "\n\n"
msgstr "\\n\\nSeite {page}/{total}" "Page {page}/{total}"
msgstr "\n\n"
"Seite {page}/{total}"
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:215
#, docstring #, docstring

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-26 17:01+0000\n" "POT-Creation-Date: 2021-02-11 12:29+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Greek\n" "Language-Team: Greek\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -17,15 +17,22 @@ 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 "" msgstr ""
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:203
msgid "Aliases:\\n" msgid "Aliases:\n"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:205
msgid "\\n\\nPage {page}/{total}" msgid "\n\n"
"Page {page}/{total}"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:215

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-26 17:01+0000\n" "POT-Creation-Date: 2021-02-11 12:29+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Spanish\n" "Language-Team: Spanish\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -17,16 +17,30 @@ 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"
msgstr "Crear alias para comandos.\\n\\n Los alias son accesos directos de nombres alternativos para comandos.\\n pueden actuar como un lambda (almacenando argumentos para uso repetido)\\n o simplemente como un atajo para decir \\\"x y z\\\".\\n\\n Cuando se ejecuta, los alias aceptarán cualquier argumento adicional\\n y los agregarán al alias almacenado.\\n " " Aliases are alternative names shortcuts for commands. They\n"
" can act as both a lambda (storing arguments for repeated use)\n"
" or as simply a shortcut to saying \"x y z\".\n\n"
" When run, aliases will accept any additional arguments\n"
" and append them to the stored alias.\n"
" "
msgstr "Crear alias para comandos.\n\n"
" Los alias son accesos directos de nombres alternativos para comandos.\n"
" pueden actuar como un lambda (almacenando argumentos para uso repetido)\n"
" o simplemente como un atajo para decir \"x y z\".\n\n"
" Cuando se ejecuta, los alias aceptarán cualquier argumento adicional\n"
" y los agregarán al alias almacenado.\n"
" "
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:203
msgid "Aliases:\\n" msgid "Aliases:\n"
msgstr "Alias:\\n" msgstr "Alias:\n"
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:205
msgid "\\n\\nPage {page}/{total}" msgid "\n\n"
msgstr "\\n\\nPagina {page}/{total}" "Page {page}/{total}"
msgstr "\n\n"
"Pagina {page}/{total}"
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:215
#, docstring #, docstring

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-26 17:01+0000\n" "POT-Creation-Date: 2021-02-11 12:29+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Finnish\n" "Language-Team: Finnish\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -17,16 +17,24 @@ 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 "" msgstr ""
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:203
msgid "Aliases:\\n" msgid "Aliases:\n"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:205
msgid "\\n\\nPage {page}/{total}" msgid "\n\n"
msgstr "" "Page {page}/{total}"
msgstr "\n\n"
"Sivu {page}/{total}"
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:215
#, docstring #, docstring

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-26 17:01+0000\n" "POT-Creation-Date: 2021-02-11 12:29+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: French\n" "Language-Team: French\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -17,16 +17,29 @@ 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"
msgstr "Créée des alias pour les commandes\\n\\n Les alias sont des raccourcis de noms alternatifs pour les commandes. Ils\\n peuvent agir comme un lambda (stocker des arguments pour un usage répété)\\n ou comme simplement un raccourci pour dire \\\"x y z\\\".\\n\\n Lors de leur exécution, les alias accepteront tous les arguments supplémentaires\\n et seront exécutés en plus des arguments stockés dans l'alias.\\n " " Aliases are alternative names shortcuts for commands. They\n"
" can act as both a lambda (storing arguments for repeated use)\n"
" or as simply a shortcut to saying \"x y z\".\n\n"
" When run, aliases will accept any additional arguments\n"
" and append them to the stored alias.\n"
" "
msgstr "Créée des alias pour les commandes\n\n"
" Les alias sont des raccourcis de noms alternatifs pour les commandes. Ils\n"
" peuvent agir comme un lambda (stocker des arguments pour un usage répété)\n"
" ou comme simplement un raccourci pour dire \"x y z\".\n\n"
" Lors de leur exécution, les alias accepteront tous les arguments supplémentaires\n"
" et seront exécutés en plus des arguments stockés dans l'alias.\n"
" "
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:203
msgid "Aliases:\\n" msgid "Aliases:\n"
msgstr "Alias :\\n" msgstr "Alias :\n"
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:205
msgid "\\n\\nPage {page}/{total}" msgid "\n\n"
msgstr "\\n\\nPage {page}/{total}" "Page {page}/{total}"
msgstr ""
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:215
#, docstring #, docstring

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-26 17:01+0000\n" "POT-Creation-Date: 2021-02-11 12:29+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Hebrew\n" "Language-Team: Hebrew\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3;\n" "Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3;\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -17,15 +17,22 @@ 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 "" msgstr ""
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:203
msgid "Aliases:\\n" msgid "Aliases:\n"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:205
msgid "\\n\\nPage {page}/{total}" msgid "\n\n"
"Page {page}/{total}"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:215

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-26 17:01+0000\n" "POT-Creation-Date: 2021-02-11 12:29+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Hungarian\n" "Language-Team: Hungarian\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -17,16 +17,24 @@ 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 "" msgstr ""
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:203
msgid "Aliases:\\n" msgid "Aliases:\n"
msgstr "Aliasok:\\n" msgstr "Aliasok:\n"
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:205
msgid "\\n\\nPage {page}/{total}" msgid "\n\n"
msgstr "\\n\\nOldal {page}/{total}" "Page {page}/{total}"
msgstr "\n\n"
"Oldal {page}/{total}"
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:215
#, docstring #, docstring

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-26 17:01+0000\n" "POT-Creation-Date: 2021-02-11 12:29+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Indonesian\n" "Language-Team: Indonesian\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -17,16 +17,30 @@ 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"
msgstr "Buat alias untuk perintah.\\n\\n Alias adalah pintasan nama alternatif untuk perintah. Mereka\\n dapat bertindak sebagai lambda (menyimpan argumen untuk penggunaan berulang)\\n atau hanya sebagai pintasan untuk mengatakan \\\"xyz\\\".\\n\\n Saat dijalankan, alias akan menerima argumen tambahan apa pun \\n dan menambahkannya ke alias yang disimpan. \\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 "Buat alias untuk perintah.\n\n"
" Alias adalah pintasan nama alternatif untuk perintah. Mereka\n"
" dapat bertindak sebagai lambda (menyimpan argumen untuk penggunaan berulang)\n"
" atau hanya sebagai pintasan untuk mengatakan \"xyz\".\n\n"
" Saat dijalankan, alias akan menerima argumen tambahan apa pun \n"
" dan menambahkannya ke alias yang disimpan. \n"
" "
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:203
msgid "Aliases:\\n" msgid "Aliases:\n"
msgstr "Alias:\\n" msgstr "Alias:\n"
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:205
msgid "\\n\\nPage {page}/{total}" msgid "\n\n"
msgstr "\\n\\nHalaman {page}/{total}" "Page {page}/{total}"
msgstr "\n\n"
"Halaman {page}/{total}"
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:215
#, docstring #, docstring

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-26 17:01+0000\n" "POT-Creation-Date: 2021-02-11 12:29+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Italian\n" "Language-Team: Italian\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -17,15 +17,22 @@ 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 "" msgstr ""
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:203
msgid "Aliases:\\n" msgid "Aliases:\n"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:205
msgid "\\n\\nPage {page}/{total}" msgid "\n\n"
"Page {page}/{total}"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:215
@@ -152,5 +159,5 @@ msgstr "Gli argomenti devono essere specificati con un numero."
#: redbot/cogs/alias/alias_entry.py:205 #: redbot/cogs/alias/alias_entry.py:205
msgid "Arguments must be sequential. Missing arguments: " msgid "Arguments must be sequential. Missing arguments: "
msgstr "" msgstr "Gli argomenti devono essere consecutivi. Argomenti mancanti: "

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-26 17:01+0000\n" "POT-Creation-Date: 2021-02-11 12:29+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Japanese\n" "Language-Team: Japanese\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -17,15 +17,22 @@ 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 "" msgstr ""
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:203
msgid "Aliases:\\n" msgid "Aliases:\n"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:205
msgid "\\n\\nPage {page}/{total}" msgid "\n\n"
"Page {page}/{total}"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:215

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-26 17:01+0000\n" "POT-Creation-Date: 2021-02-11 12:29+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Korean\n" "Language-Team: Korean\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -17,16 +17,29 @@ 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"
msgstr "명령어에 대한 별칭을 만들어주세요.\\n\\n 별칭들은 해당 명령어들을 바로 실행할 수 있는 대체적인 이름들이에요. 그것들은\\n 람다(반복되어 사용되는 인수를 저장)\\n 또는 단순히 \\\"x y z\\\"라고 말하는 바로가기 역할을 할 수 있어요.\\n\\n 실행할 시, 별칭들은 추가된 인수들을 승인할거예요.\\n 그리고 저장된 별칭들에 추가할거예요. " " Aliases are alternative names shortcuts for commands. They\n"
" can act as both a lambda (storing arguments for repeated use)\n"
" or as simply a shortcut to saying \"x y z\".\n\n"
" When run, aliases will accept any additional arguments\n"
" and append them to the stored alias.\n"
" "
msgstr "명령어에 대한 별칭을 만들어주세요.\n\n"
" 별칭들은 해당 명령어들을 바로 실행할 수 있는 대체적인 이름들이에요. 그것들은\n"
" 람다(반복되어 사용되는 인수를 저장)\n"
" 또는 단순히 \"x y z\"라고 말하는 바로가기 역할을 할 수 있어요.\n\n"
" 실행할 시, 별칭들은 추가된 인수들을 승인할거예요.\n"
" 그리고 저장된 별칭들에 추가할거예요. "
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:203
msgid "Aliases:\\n" msgid "Aliases:\n"
msgstr "별칭:\\n" msgstr "별칭:\n"
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:205
msgid "\\n\\nPage {page}/{total}" msgid "\n\n"
msgstr "\\n\\n페이지 {page}/{total}" "Page {page}/{total}"
msgstr "\n\n"
"페이지 {page}/{total}"
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:215
#, docstring #, docstring

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-26 17:01+0000\n" "POT-Creation-Date: 2021-02-11 12:29+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Norwegian Bokmal\n" "Language-Team: Norwegian Bokmal\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -17,16 +17,30 @@ 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"
msgstr "Lag aliaser for kommandoer.\\n\\nAliaser er alternative navne-snarveier for kommandoer. De\\nkan fungere som både lambda (lagre argumenter for gjentatt bruk)\\neller bare som en snarvei for å si \\\"x y z\\\".\\n\\nNår startet, aliaser vil akseptere andre argumenter\\nog legge dem til de lagrede alias.\\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 "Lag aliaser for kommandoer.\n\n"
"Aliaser er alternative navne-snarveier for kommandoer. De\n"
"kan fungere som både lambda (lagre argumenter for gjentatt bruk)\n"
"eller bare som en snarvei for å si \"x y z\".\n\n"
"Når startet, aliaser vil akseptere andre argumenter\n"
"og legge dem til de lagrede alias.\n"
" "
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:203
msgid "Aliases:\\n" msgid "Aliases:\n"
msgstr "Aliaser:\\n" msgstr "Aliaser:\n"
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:205
msgid "\\n\\nPage {page}/{total}" msgid "\n\n"
msgstr "\\n\\nSide {page}/{total}" "Page {page}/{total}"
msgstr "\n\n"
"Side {page}/{total}"
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:215
#, docstring #, docstring

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-26 17:01+0000\n" "POT-Creation-Date: 2021-02-11 12:29+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Dutch\n" "Language-Team: Dutch\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -17,16 +17,30 @@ 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"
msgstr "Maak aliassen voor commando's.\\n\\n Aliassen zijn alternatieve namen of snelkoppelingen voor commando's. Ze\\n kunnen fungeren als een lambda (argumenten opslaan voor herhaald gebruik)\\n of als een snelkoppeling om \\\"x y z\\\" te zeggen.\\n\\n Aliassen accepteren extra argumenten wanneer ze zijn gebruikt\\n en voegen deze toe aan de opgeslagen alias.\\n " " Aliases are alternative names shortcuts for commands. They\n"
" can act as both a lambda (storing arguments for repeated use)\n"
" or as simply a shortcut to saying \"x y z\".\n\n"
" When run, aliases will accept any additional arguments\n"
" and append them to the stored alias.\n"
" "
msgstr "Maak aliassen voor commando's.\n\n"
" Aliassen zijn alternatieve namen of snelkoppelingen voor commando's. Ze\n"
" kunnen fungeren als een lambda (argumenten opslaan voor herhaald gebruik)\n"
" of als een snelkoppeling om \"x y z\" te zeggen.\n\n"
" Aliassen accepteren extra argumenten wanneer ze zijn gebruikt\n"
" en voegen deze toe aan de opgeslagen alias.\n"
" "
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:203
msgid "Aliases:\\n" msgid "Aliases:\n"
msgstr "" msgstr "Aliassen:\n"
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:205
msgid "\\n\\nPage {page}/{total}" msgid "\n\n"
msgstr "" "Page {page}/{total}"
msgstr "\n\n"
"Pagina {page}/{total}"
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:215
#, docstring #, docstring
@@ -49,7 +63,7 @@ msgstr "Je hebt geprobeerd een nieuwe alias te maken met de naam {name}, maar di
#: redbot/cogs/alias/alias.py:243 #: redbot/cogs/alias/alias.py:243
msgid "You attempted to create a new alias with the name {name} but that alias already exists." msgid "You attempted to create a new alias with the name {name} but that alias already exists."
msgstr "" msgstr "Je hebt geprobeerd een nieuwe alias te maken met de naam {name}, maar die alias bestaat al op deze server."
#: redbot/cogs/alias/alias.py:254 #: redbot/cogs/alias/alias.py:254
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."
@@ -57,7 +71,7 @@ msgstr "Je hebt geprobeerd een nieuwe alias te maken met de naam {name}, maar di
#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325 #: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325
msgid "You attempted to create a new alias for a command that doesn't exist." msgid "You attempted to create a new alias for a command that doesn't exist."
msgstr "" msgstr "Je hebt geprobeerd een nieuwe alias te maken voor een commando dat niet bestaat."
#: redbot/cogs/alias/alias.py:280 #: redbot/cogs/alias/alias.py:280
msgid "A new alias with the trigger `{name}` has been created." msgid "A new alias with the trigger `{name}` has been created."
@@ -74,7 +88,7 @@ msgstr "Je hebt geprobeerd om een nieuwe globale alias te maken met de naa
#: redbot/cogs/alias/alias.py:302 #: redbot/cogs/alias/alias.py:302
msgid "You attempted to create a new global alias with the name {name} but that alias already exists." msgid "You attempted to create a new global alias with the name {name} but that alias already exists."
msgstr "" msgstr "Je hebt geprobeerd een nieuwe globale alias te maken met de naam {name}, maar die alias bestaat al."
#: redbot/cogs/alias/alias.py:313 #: redbot/cogs/alias/alias.py:313
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."
@@ -130,7 +144,7 @@ msgstr "Een bestaande globale alias verwijderen."
#: redbot/cogs/alias/alias.py:385 #: redbot/cogs/alias/alias.py:385
msgid "There are no global aliases on this bot." msgid "There are no global aliases on this bot."
msgstr "" msgstr "Er zijn geen globale aliassen op deze bot."
#: redbot/cogs/alias/alias.py:399 #: redbot/cogs/alias/alias.py:399
#, docstring #, docstring
@@ -144,7 +158,7 @@ msgstr "Maak een lijst van de beschikbare globale aliassen op deze bot."
#: redbot/cogs/alias/alias.py:411 #: redbot/cogs/alias/alias.py:411
msgid "There are no global aliases." msgid "There are no global aliases."
msgstr "" msgstr "Er zijn geen globale aliassen."
#: redbot/cogs/alias/alias_entry.py:198 #: redbot/cogs/alias/alias_entry.py:198
msgid "Arguments must be specified with a number." msgid "Arguments must be specified with a number."

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-26 17:01+0000\n" "POT-Creation-Date: 2021-02-11 12:29+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Polish\n" "Language-Team: Polish\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -17,17 +17,31 @@ 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"
msgstr "Utwórz aliasy dla poleceń.\\n\\n Aliasy są alternatywnymi nazwami skróconych poleceń. Mogą\\n działać zarówno jako lambda (przechowywanie argumentów do wielokrotnego użycia)\\n lub po prostu jako skrót do powiedzenia \\\"xyz \\\".\\n\\n \n" " Aliases are alternative names shortcuts for commands. They\n"
"Po uruchomieniu aliasy przyjmą wszelkie dodatkowe argumenty\\n i dołączą je do przechowywanego aliasu.\\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 "Utwórz aliasy dla poleceń.\n\n"
" Aliasy są alternatywnymi nazwami skróconych poleceń. Mogą\n"
" działać zarówno jako lambda (przechowywanie argumentów do wielokrotnego użycia)\n"
" lub po prostu jako skrót do powiedzenia \"xyz \".\n\n"
" \n"
"Po uruchomieniu aliasy przyjmą wszelkie dodatkowe argumenty\n"
" i dołączą je do przechowywanego aliasu.\n"
" "
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:203
msgid "Aliases:\\n" msgid "Aliases:\n"
msgstr "Aliasy:\\n" msgstr "Aliasy:\n"
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:205
msgid "\\n\\nPage {page}/{total}" msgid "\n\n"
msgstr "\\n\\nStrona {page}/{total}" "Page {page}/{total}"
msgstr "\n\n"
"Strona {page}/{total}"
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:215
#, docstring #, docstring

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-26 17:01+0000\n" "POT-Creation-Date: 2021-02-11 12:29+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Portuguese, Brazilian\n" "Language-Team: Portuguese, Brazilian\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -17,15 +17,22 @@ 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 "" msgstr ""
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:203
msgid "Aliases:\\n" msgid "Aliases:\n"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:205
msgid "\\n\\nPage {page}/{total}" msgid "\n\n"
"Page {page}/{total}"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:215

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-26 17:01+0000\n" "POT-Creation-Date: 2021-02-11 12:29+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Portuguese\n" "Language-Team: Portuguese\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -17,15 +17,22 @@ 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 "" msgstr ""
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:203
msgid "Aliases:\\n" msgid "Aliases:\n"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:205
msgid "\\n\\nPage {page}/{total}" msgid "\n\n"
"Page {page}/{total}"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:215

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-26 17:01+0000\n" "POT-Creation-Date: 2021-02-11 12:29+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Romanian\n" "Language-Team: Romanian\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100>0 && n%100<20)) ? 1 : 2);\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100>0 && n%100<20)) ? 1 : 2);\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -17,15 +17,22 @@ 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 "" msgstr ""
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:203
msgid "Aliases:\\n" msgid "Aliases:\n"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:205
msgid "\\n\\nPage {page}/{total}" msgid "\n\n"
"Page {page}/{total}"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:215

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-26 17:01+0000\n" "POT-Creation-Date: 2021-02-11 12:29+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Russian\n" "Language-Team: Russian\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n" "Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -17,16 +17,30 @@ 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"
msgstr "Создать синонимы для команд.\\n\\n Синонимы - это альтернативные сокращения имен для команд.\\n Они могут действовать как лямбда (хранение аргументов для\\n многократного использования) или просто как сокращение \\\"а б в\\\".\\n\\n При запуске синонимы принимают любые дополнительные\\n аргументы и добавляют их к сохраненному синониму.\\n " " Aliases are alternative names shortcuts for commands. They\n"
" can act as both a lambda (storing arguments for repeated use)\n"
" or as simply a shortcut to saying \"x y z\".\n\n"
" When run, aliases will accept any additional arguments\n"
" and append them to the stored alias.\n"
" "
msgstr "Создать синонимы для команд.\n\n"
" Синонимы - это альтернативные сокращения имен для команд.\n"
" Они могут действовать как лямбда (хранение аргументов для\n"
" многократного использования) или просто как сокращение \"а б в\".\n\n"
" При запуске синонимы принимают любые дополнительные\n"
" аргументы и добавляют их к сохраненному синониму.\n"
" "
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:203
msgid "Aliases:\\n" msgid "Aliases:\n"
msgstr "Синонимы:\\n" msgstr "Синонимы:\n"
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:205
msgid "\\n\\nPage {page}/{total}" msgid "\n\n"
msgstr "\\n\\nСтраница {page}/{total}" "Page {page}/{total}"
msgstr "\n\n"
"Страница {page}/{total}"
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:215
#, docstring #, docstring

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-26 17:01+0000\n" "POT-Creation-Date: 2021-02-11 12:29+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Slovak\n" "Language-Team: Slovak\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n" "Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -17,15 +17,22 @@ 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 "" msgstr ""
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:203
msgid "Aliases:\\n" msgid "Aliases:\n"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:205
msgid "\\n\\nPage {page}/{total}" msgid "\n\n"
"Page {page}/{total}"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:215

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-26 17:01+0000\n" "POT-Creation-Date: 2021-02-11 12:29+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Serbian (Latin)\n" "Language-Team: Serbian (Latin)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -17,15 +17,22 @@ 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 "" msgstr ""
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:203
msgid "Aliases:\\n" msgid "Aliases:\n"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:205
msgid "\\n\\nPage {page}/{total}" msgid "\n\n"
"Page {page}/{total}"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:215

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-26 17:01+0000\n" "POT-Creation-Date: 2021-02-11 12:29+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Serbian (Cyrillic)\n" "Language-Team: Serbian (Cyrillic)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -17,15 +17,22 @@ 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 "" msgstr ""
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:203
msgid "Aliases:\\n" msgid "Aliases:\n"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:205
msgid "\\n\\nPage {page}/{total}" msgid "\n\n"
"Page {page}/{total}"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:215

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-26 17:01+0000\n" "POT-Creation-Date: 2021-02-11 12:29+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Swedish\n" "Language-Team: Swedish\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -17,15 +17,22 @@ 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 "" msgstr ""
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:203
msgid "Aliases:\\n" msgid "Aliases:\n"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:205
msgid "\\n\\nPage {page}/{total}" msgid "\n\n"
"Page {page}/{total}"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:215

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-26 17:01+0000\n" "POT-Creation-Date: 2021-02-11 12:29+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Turkish\n" "Language-Team: Turkish\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -17,16 +17,31 @@ 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"
msgstr "Komutlar için kısaltma yaratır.\\n\\n Kısaltmalar, komutlar için alternatiftir. Hem\\n kısaltma hem de komut bir arada kullanılabilir\\n Sadece kısaltmalar da kullanılabilir \\\"x y z\\\".\\n\\n Çalıştırıldığında, diğer adlar ek bağımsız değişkenleri\\n kabul eder ve bunları depolanan diğer ada ekler.\\n " " Aliases are alternative names shortcuts for commands. They\n"
" can act as both a lambda (storing arguments for repeated use)\n"
" or as simply a shortcut to saying \"x y z\".\n\n"
" When run, aliases will accept any additional arguments\n"
" and append them to the stored alias.\n"
" "
msgstr "Komutlar için takma adlar oluştur.\n\n"
" Takma adlar komutlar için kısa yol olarak kullanılabilen alternatif\n"
" isimlerdir. Hem bir komut için seçenekler depolamak\n"
" (daha sonra tekrar yazmadan kullanmak için) hem de \"x y z\" demek\n"
" gibi basit bir şey için kısa yol olarak kullanılabilirler.\n\n"
" Kullanıldıkları zaman takma adlar önlerine yazılanları alıp\n"
" depoladıkları komuta eklerler.\n"
" "
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:203
msgid "Aliases:\\n" msgid "Aliases:\n"
msgstr "Takma adlar" msgstr "Takma adlar:\n"
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:205
msgid "\\n\\nPage {page}/{total}" msgid "\n\n"
msgstr "Sayfa" "Page {page}/{total}"
msgstr "\n\n"
"Sayfa {page}/{total}"
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:215
#, docstring #, docstring

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-26 17:01+0000\n" "POT-Creation-Date: 2021-02-11 12:29+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Ukrainian\n" "Language-Team: Ukrainian\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n" "Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -17,15 +17,22 @@ 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 "" msgstr ""
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:203
msgid "Aliases:\\n" msgid "Aliases:\n"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:205
msgid "\\n\\nPage {page}/{total}" msgid "\n\n"
"Page {page}/{total}"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:215

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-26 17:01+0000\n" "POT-Creation-Date: 2021-02-11 12:29+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Vietnamese\n" "Language-Team: Vietnamese\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -17,15 +17,22 @@ 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 "" msgstr ""
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:203
msgid "Aliases:\\n" msgid "Aliases:\n"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:205
msgid "\\n\\nPage {page}/{total}" msgid "\n\n"
"Page {page}/{total}"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:215

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-26 17:01+0000\n" "POT-Creation-Date: 2021-02-11 12:29+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Chinese Simplified\n" "Language-Team: Chinese Simplified\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -17,15 +17,22 @@ 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 "" msgstr ""
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:203
msgid "Aliases:\\n" msgid "Aliases:\n"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:205
msgid "\\n\\nPage {page}/{total}" msgid "\n\n"
"Page {page}/{total}"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:215

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-26 17:01+0000\n" "POT-Creation-Date: 2021-02-11 12:29+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Chinese Traditional, Hong Kong\n" "Language-Team: Chinese Traditional, Hong Kong\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -17,15 +17,22 @@ 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 "" msgstr ""
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:203
msgid "Aliases:\\n" msgid "Aliases:\n"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:205
msgid "\\n\\nPage {page}/{total}" msgid "\n\n"
"Page {page}/{total}"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:215

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-26 17:01+0000\n" "POT-Creation-Date: 2021-02-11 12:29+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Chinese Traditional\n" "Language-Team: Chinese Traditional\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -17,15 +17,22 @@ 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 "" msgstr ""
#: redbot/cogs/alias/alias.py:203 #: redbot/cogs/alias/alias.py:203
msgid "Aliases:\\n" msgid "Aliases:\n"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:205 #: redbot/cogs/alias/alias.py:205
msgid "\\n\\nPage {page}/{total}" msgid "\n\n"
"Page {page}/{total}"
msgstr "" msgstr ""
#: redbot/cogs/alias/alias.py:215 #: redbot/cogs/alias/alias.py:215

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-22 12:30+0000\n" "POT-Creation-Date: 2021-02-11 12:29+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Afrikaans\n" "Language-Team: Afrikaans\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -21,7 +21,9 @@ msgid "Failing to get tracks, skipping remaining."
msgstr "" msgstr ""
#: redbot/cogs/audio/apis/interface.py:304 #: redbot/cogs/audio/apis/interface.py:304
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions." #: redbot/cogs/audio/apis/spotify.py:175
msgid "The Spotify API key or client secret has not been set properly. \n"
"Use `{prefix}audioset spotifyapi` for instructions."
msgstr "" msgstr ""
#: redbot/cogs/audio/apis/interface.py:346 #: redbot/cogs/audio/apis/interface.py:346
@@ -57,18 +59,18 @@ msgid "{time} until start of playlist playback: starts at #{position} in queue"
msgstr "" msgstr ""
#: redbot/cogs/audio/apis/interface.py:687 #: redbot/cogs/audio/apis/interface.py:687
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.\n"
msgstr "" "The YouTube API key may be invalid or you may be rate limited on YouTube's search service.\n"
"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
#: redbot/cogs/audio/apis/spotify.py:175
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
msgstr "" msgstr ""
#: redbot/cogs/audio/apis/youtube.py:62 #: redbot/cogs/audio/apis/youtube.py:62
msgid "Your YouTube Data API token is invalid.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." msgid "Your YouTube Data API token is invalid.\n"
"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
msgstr "" msgstr ""
#: redbot/cogs/audio/apis/youtube.py:74 #: redbot/cogs/audio/apis/youtube.py:74
msgid "YouTube API error code: 403\\nYour YouTube API key may have reached the account's query limit for today. Please check <https://developers.google.com/youtube/v3/getting-started#quota> for more information." msgid "YouTube API error code: 403\n"
"Your YouTube API key may have reached the account's query limit for today. Please check <https://developers.google.com/youtube/v3/getting-started#quota> for more information."
msgstr "" msgstr ""

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-22 12:30+0000\n" "POT-Creation-Date: 2021-02-11 12:29+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Arabic\n" "Language-Team: Arabic\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n" "Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -18,10 +18,12 @@ msgstr ""
#: redbot/cogs/audio/apis/interface.py:273 #: redbot/cogs/audio/apis/interface.py:273
#: redbot/cogs/audio/apis/interface.py:595 #: redbot/cogs/audio/apis/interface.py:595
msgid "Failing to get tracks, skipping remaining." msgid "Failing to get tracks, skipping remaining."
msgstr "" msgstr "فشل في الحصول على المسارات ، التخطي المتبقي."
#: redbot/cogs/audio/apis/interface.py:304 #: redbot/cogs/audio/apis/interface.py:304
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions." #: redbot/cogs/audio/apis/spotify.py:175
msgid "The Spotify API key or client secret has not been set properly. \n"
"Use `{prefix}audioset spotifyapi` for instructions."
msgstr "" msgstr ""
#: redbot/cogs/audio/apis/interface.py:346 #: redbot/cogs/audio/apis/interface.py:346
@@ -30,15 +32,15 @@ msgstr ""
#: redbot/cogs/audio/apis/interface.py:471 #: redbot/cogs/audio/apis/interface.py:471
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 "لا يبدو أن هذا عنوان URL أو رمز Spotify مدعوم."
#: redbot/cogs/audio/apis/interface.py:558 #: redbot/cogs/audio/apis/interface.py:558
msgid "The connection was reset while loading the playlist." msgid "The connection was reset while loading the playlist."
msgstr "" msgstr "تم إعادة تعيين الاتصال أثناء تحميل قائمة التشغيل."
#: redbot/cogs/audio/apis/interface.py:569 #: redbot/cogs/audio/apis/interface.py:569
msgid "Player timeout, skipping remaining tracks." msgid "Player timeout, skipping remaining tracks."
msgstr "" msgstr "مهلة اللاعب، تخطي المسارات المتبقية."
#: redbot/cogs/audio/apis/interface.py:661 #: redbot/cogs/audio/apis/interface.py:661
msgid " {bad_tracks} tracks cannot be queued." msgid " {bad_tracks} tracks cannot be queued."
@@ -46,29 +48,31 @@ msgstr ""
#: redbot/cogs/audio/apis/interface.py:669 #: redbot/cogs/audio/apis/interface.py:669
msgid "Playlist Enqueued" msgid "Playlist Enqueued"
msgstr "" msgstr "قائمة التشغيل قائمة الانتظار"
#: redbot/cogs/audio/apis/interface.py:670 #: redbot/cogs/audio/apis/interface.py:670
msgid "Added {num} tracks to the queue.{maxlength_msg}" msgid "Added {num} tracks to the queue.{maxlength_msg}"
msgstr "" msgstr "أضاف {num} مسارات إلى قائمة الانتظار.{maxlength_msg}"
#: redbot/cogs/audio/apis/interface.py:676 #: redbot/cogs/audio/apis/interface.py:676
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 "أضاف {num} مسارات إلى قائمة الانتظار.{maxlength_msg}"
#: redbot/cogs/audio/apis/interface.py:687 #: redbot/cogs/audio/apis/interface.py:687
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.\n"
msgstr "" "The YouTube API key may be invalid or you may be rate limited on YouTube's search service.\n"
"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
#: redbot/cogs/audio/apis/spotify.py:175 msgstr "لم يتم العثور على أي شيء.\n"
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions." "قد يكون مفتاح واجهة برمجة التطبيقات على اليوتيوب غير صالح أو قد تكون مقيدا على خدمة البحث على اليوتيوب.\n"
msgstr "" "تحقق من مفتاح API على اليوتيوب مرة أخرى واتبع الإرشادات في '{prefix}مجموعة سمعية Youtubeapi`."
#: redbot/cogs/audio/apis/youtube.py:62 #: redbot/cogs/audio/apis/youtube.py:62
msgid "Your YouTube Data API token is invalid.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." msgid "Your YouTube Data API token is invalid.\n"
"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
msgstr "" msgstr ""
#: redbot/cogs/audio/apis/youtube.py:74 #: redbot/cogs/audio/apis/youtube.py:74
msgid "YouTube API error code: 403\\nYour YouTube API key may have reached the account's query limit for today. Please check <https://developers.google.com/youtube/v3/getting-started#quota> for more information." msgid "YouTube API error code: 403\n"
"Your YouTube API key may have reached the account's query limit for today. Please check <https://developers.google.com/youtube/v3/getting-started#quota> for more information."
msgstr "" msgstr ""

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-22 12:30+0000\n" "POT-Creation-Date: 2021-02-11 12:29+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Bulgarian\n" "Language-Team: Bulgarian\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -21,7 +21,9 @@ msgid "Failing to get tracks, skipping remaining."
msgstr "" msgstr ""
#: redbot/cogs/audio/apis/interface.py:304 #: redbot/cogs/audio/apis/interface.py:304
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions." #: redbot/cogs/audio/apis/spotify.py:175
msgid "The Spotify API key or client secret has not been set properly. \n"
"Use `{prefix}audioset spotifyapi` for instructions."
msgstr "" msgstr ""
#: redbot/cogs/audio/apis/interface.py:346 #: redbot/cogs/audio/apis/interface.py:346
@@ -57,18 +59,18 @@ msgid "{time} until start of playlist playback: starts at #{position} in queue"
msgstr "" msgstr ""
#: redbot/cogs/audio/apis/interface.py:687 #: redbot/cogs/audio/apis/interface.py:687
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.\n"
msgstr "" "The YouTube API key may be invalid or you may be rate limited on YouTube's search service.\n"
"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
#: redbot/cogs/audio/apis/spotify.py:175
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
msgstr "" msgstr ""
#: redbot/cogs/audio/apis/youtube.py:62 #: redbot/cogs/audio/apis/youtube.py:62
msgid "Your YouTube Data API token is invalid.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." msgid "Your YouTube Data API token is invalid.\n"
"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
msgstr "" msgstr ""
#: redbot/cogs/audio/apis/youtube.py:74 #: redbot/cogs/audio/apis/youtube.py:74
msgid "YouTube API error code: 403\\nYour YouTube API key may have reached the account's query limit for today. Please check <https://developers.google.com/youtube/v3/getting-started#quota> for more information." msgid "YouTube API error code: 403\n"
"Your YouTube API key may have reached the account's query limit for today. Please check <https://developers.google.com/youtube/v3/getting-started#quota> for more information."
msgstr "" msgstr ""

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-22 12:30+0000\n" "POT-Creation-Date: 2021-02-11 12:29+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Bosnian\n" "Language-Team: Bosnian\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -21,7 +21,9 @@ msgid "Failing to get tracks, skipping remaining."
msgstr "" msgstr ""
#: redbot/cogs/audio/apis/interface.py:304 #: redbot/cogs/audio/apis/interface.py:304
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions." #: redbot/cogs/audio/apis/spotify.py:175
msgid "The Spotify API key or client secret has not been set properly. \n"
"Use `{prefix}audioset spotifyapi` for instructions."
msgstr "" msgstr ""
#: redbot/cogs/audio/apis/interface.py:346 #: redbot/cogs/audio/apis/interface.py:346
@@ -57,18 +59,18 @@ msgid "{time} until start of playlist playback: starts at #{position} in queue"
msgstr "" msgstr ""
#: redbot/cogs/audio/apis/interface.py:687 #: redbot/cogs/audio/apis/interface.py:687
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.\n"
msgstr "" "The YouTube API key may be invalid or you may be rate limited on YouTube's search service.\n"
"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
#: redbot/cogs/audio/apis/spotify.py:175
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
msgstr "" msgstr ""
#: redbot/cogs/audio/apis/youtube.py:62 #: redbot/cogs/audio/apis/youtube.py:62
msgid "Your YouTube Data API token is invalid.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." msgid "Your YouTube Data API token is invalid.\n"
"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
msgstr "" msgstr ""
#: redbot/cogs/audio/apis/youtube.py:74 #: redbot/cogs/audio/apis/youtube.py:74
msgid "YouTube API error code: 403\\nYour YouTube API key may have reached the account's query limit for today. Please check <https://developers.google.com/youtube/v3/getting-started#quota> for more information." msgid "YouTube API error code: 403\n"
"Your YouTube API key may have reached the account's query limit for today. Please check <https://developers.google.com/youtube/v3/getting-started#quota> for more information."
msgstr "" msgstr ""

View File

@@ -1,13 +1,13 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: red-discordbot\n" "Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-10-22 12:30+0000\n" "POT-Creation-Date: 2021-02-11 12:29+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Catalan\n" "Language-Team: Catalan\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n" "Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n" "X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n" "X-Crowdin-Project-ID: 289505\n"
@@ -21,7 +21,9 @@ msgid "Failing to get tracks, skipping remaining."
msgstr "" msgstr ""
#: redbot/cogs/audio/apis/interface.py:304 #: redbot/cogs/audio/apis/interface.py:304
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions." #: redbot/cogs/audio/apis/spotify.py:175
msgid "The Spotify API key or client secret has not been set properly. \n"
"Use `{prefix}audioset spotifyapi` for instructions."
msgstr "" msgstr ""
#: redbot/cogs/audio/apis/interface.py:346 #: redbot/cogs/audio/apis/interface.py:346
@@ -57,18 +59,18 @@ msgid "{time} until start of playlist playback: starts at #{position} in queue"
msgstr "" msgstr ""
#: redbot/cogs/audio/apis/interface.py:687 #: redbot/cogs/audio/apis/interface.py:687
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.\n"
msgstr "" "The YouTube API key may be invalid or you may be rate limited on YouTube's search service.\n"
"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
#: redbot/cogs/audio/apis/spotify.py:175
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
msgstr "" msgstr ""
#: redbot/cogs/audio/apis/youtube.py:62 #: redbot/cogs/audio/apis/youtube.py:62
msgid "Your YouTube Data API token is invalid.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." msgid "Your YouTube Data API token is invalid.\n"
"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
msgstr "" msgstr ""
#: redbot/cogs/audio/apis/youtube.py:74 #: redbot/cogs/audio/apis/youtube.py:74
msgid "YouTube API error code: 403\\nYour YouTube API key may have reached the account's query limit for today. Please check <https://developers.google.com/youtube/v3/getting-started#quota> for more information." msgid "YouTube API error code: 403\n"
"Your YouTube API key may have reached the account's query limit for today. Please check <https://developers.google.com/youtube/v3/getting-started#quota> for more information."
msgstr "" msgstr ""

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