mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
update translation catalogs (#3280)
This commit is contained in:
parent
17123c1d88
commit
a73b174d9f
@ -45,7 +45,7 @@ jobs:
|
|||||||
repo: Cog-Creators/Red-DiscordBot
|
repo: Cog-Creators/Red-DiscordBot
|
||||||
tags: true
|
tags: true
|
||||||
- stage: Crowdin Deployment
|
- stage: Crowdin Deployment
|
||||||
if: tag IS present
|
if: tag IS present OR ENV(BUILD_CROWDIN)
|
||||||
python: 3.8.1
|
python: 3.8.1
|
||||||
env:
|
env:
|
||||||
- DEPLOYING=true
|
- DEPLOYING=true
|
||||||
|
|||||||
185
redbot/cogs/admin/locales/af-ZA.po
Normal file
185
redbot/cogs/admin/locales/af-ZA.po
Normal file
@ -0,0 +1,185 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
|
"PO-Revision-Date: 2020-01-07 21:47\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: Afrikaans\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Generated-By: redgettext 3.1\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
|
"X-Crowdin-Language: af\n"
|
||||||
|
"X-Crowdin-File: /admin/locales/messages.pot\n"
|
||||||
|
"Language: af_ZA\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:17
|
||||||
|
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:22
|
||||||
|
msgid "I tried to {verb} {role.name} to {member.display_name} but that role is higher than my highest role in the Discord hierarchy so I was unable to successfully add it. Please give me a higher role and try again."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:29
|
||||||
|
msgid "I tried to {verb} {role.name} to {member.display_name} but that role is higher than your highest role in the Discord hierarchy so I was unable to successfully add it. Please get a higher role and try again."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:36
|
||||||
|
msgid "I tried to edit {role.name} but that role is higher than your highest role in the Discord hierarchy so I was unable to successfully add it. Please get a higher role and try again."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:43
|
||||||
|
msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:53
|
||||||
|
#, docstring
|
||||||
|
msgid "A collection of server administration utilities."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:115 redbot/cogs/admin/admin.py:160
|
||||||
|
msgid "add"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:121
|
||||||
|
msgid "I successfully added {role.name} to {member.display_name}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:132 redbot/cogs/admin/admin.py:180
|
||||||
|
msgid "remove"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:138
|
||||||
|
msgid "I successfully removed {role.name} from {member.display_name}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:149
|
||||||
|
#, docstring
|
||||||
|
msgid "Add a role to a user.\\n\\n If user is left blank it defaults to the author of the command.\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:169
|
||||||
|
#, docstring
|
||||||
|
msgid "Remove a role from a user.\\n\\n If user is left blank it defaults to the author of the command.\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:187
|
||||||
|
#, docstring
|
||||||
|
msgid "Edit role settings."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:194
|
||||||
|
#, docstring
|
||||||
|
msgid "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 ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:217 redbot/cogs/admin/admin.py:245
|
||||||
|
msgid "Done."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:222
|
||||||
|
#, docstring
|
||||||
|
msgid "Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Examples:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:250
|
||||||
|
#, docstring
|
||||||
|
msgid "Announce a message to all servers the bot is in."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:257
|
||||||
|
msgid "The announcement has begun."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:265
|
||||||
|
#, docstring
|
||||||
|
msgid "Cancel a running announce."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:271
|
||||||
|
msgid "The current announcement has been cancelled."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:277
|
||||||
|
#, docstring
|
||||||
|
msgid "Change the channel to which the bot makes announcements."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:283
|
||||||
|
msgid "The announcement channel has been set to {channel.mention}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:290
|
||||||
|
#, docstring
|
||||||
|
msgid "Toggle announcements being enabled this server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:296
|
||||||
|
msgid "The server {guild.name} will receive announcements."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:300
|
||||||
|
msgid "The server {guild.name} will not receive announcements."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:326
|
||||||
|
#, docstring
|
||||||
|
msgid "Add a role to yourself.\\n\\n Server admins must have configured the role as user settable.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:337
|
||||||
|
#, docstring
|
||||||
|
msgid "Remove a selfrole from yourself.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:347
|
||||||
|
#, docstring
|
||||||
|
msgid "Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:355 redbot/cogs/admin/admin.py:367
|
||||||
|
msgid "The selfroles list has been successfully modified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:360
|
||||||
|
#, docstring
|
||||||
|
msgid "Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:371
|
||||||
|
#, docstring
|
||||||
|
msgid "\\n Lists all available selfroles.\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:377
|
||||||
|
msgid "Available Selfroles:\\n{selfroles}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:394
|
||||||
|
#, docstring
|
||||||
|
msgid "Lock a bot to its current servers only."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:399
|
||||||
|
msgid "The bot is no longer serverlocked."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:401
|
||||||
|
msgid "The bot is now serverlocked."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/announcer.py:70
|
||||||
|
msgid "I could not announce to server: {server.id}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/converters.py:25
|
||||||
|
msgid "The Admin cog is not loaded."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/converters.py:34
|
||||||
|
msgid "The provided role is not a valid selfrole."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
@ -1,19 +1,18 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
"PO-Revision-Date: 2019-07-06 16:12\n"
|
"PO-Revision-Date: 2020-01-07 21:47\n"
|
||||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"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.0\n"
|
"Generated-By: redgettext 3.1\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-Generator: crowdin.com\n"
|
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: ar\n"
|
"X-Crowdin-Language: ar\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
"X-Crowdin-File: /admin/locales/messages.pot\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
@ -22,15 +21,15 @@ msgstr "حاولت القيام بشيء لا أملك تصريح من ديسك
|
|||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:22
|
#: redbot/cogs/admin/admin.py:22
|
||||||
msgid "I tried to {verb} {role.name} to {member.display_name} but that role is higher than my highest role in the Discord hierarchy so I was unable to successfully add it. Please give me a higher role and try again."
|
msgid "I tried to {verb} {role.name} to {member.display_name} but that role is higher than my highest role in the Discord hierarchy so I was unable to successfully add it. Please give me a higher role and try again."
|
||||||
msgstr ""
|
msgstr "حاولت إضافة {role.name} إلى {member.display_name} ولكن هذه الرتبة هي أعلى من رتبتي في قائمة الرتب في السيرفر, لذلك فشل الأمر. حاول رفع رتبتي والمحاولة مجدداً."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:29
|
#: redbot/cogs/admin/admin.py:29
|
||||||
msgid "I tried to {verb} {role.name} to {member.display_name} but that role is higher than your highest role in the Discord hierarchy so I was unable to successfully add it. Please get a higher role and try again."
|
msgid "I tried to {verb} {role.name} to {member.display_name} but that role is higher than your highest role in the Discord hierarchy so I was unable to successfully add it. Please get a higher role and try again."
|
||||||
msgstr ""
|
msgstr "لقد حاولت إضافة {role.name} إلى {member.display_name} ولكن هذه الرتبة هي أعلى من رتبتك في قائمة الرتب في السيرفر, لذلك فشل الأمر. حاول رفع رتبتي والمحاولة مجدداً."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:36
|
#: redbot/cogs/admin/admin.py:36
|
||||||
msgid "I tried to edit {role.name} but that role is higher than your highest role in the Discord hierarchy so I was unable to successfully add it. Please get a higher role and try again."
|
msgid "I tried to edit {role.name} but that role is higher than your highest role in the Discord hierarchy so I was unable to successfully add it. Please get a higher role and try again."
|
||||||
msgstr ""
|
msgstr "لقد حاولت تعديل {role.name} لكن هذه الرتبة أعلى من أعلى رتبة في قائمة الرتبة, لذلك فشل الأمر. المرجو الحصول على رتبة أعلى أو رفع ترتيب الرتبة الحالية والمحاولة مجدداً."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:43
|
#: redbot/cogs/admin/admin.py:43
|
||||||
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."
|
||||||
@ -43,7 +42,7 @@ msgstr "مجموعة من أدوات إدارة السيرفر."
|
|||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:115 redbot/cogs/admin/admin.py:160
|
#: redbot/cogs/admin/admin.py:115 redbot/cogs/admin/admin.py:160
|
||||||
msgid "add"
|
msgid "add"
|
||||||
msgstr ""
|
msgstr "إضافة"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:121
|
#: redbot/cogs/admin/admin.py:121
|
||||||
msgid "I successfully added {role.name} to {member.display_name}"
|
msgid "I successfully added {role.name} to {member.display_name}"
|
||||||
@ -51,7 +50,7 @@ msgstr "لقد قمت بنجاح بإضافة {role.name} إلى {member.display
|
|||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:132 redbot/cogs/admin/admin.py:180
|
#: redbot/cogs/admin/admin.py:132 redbot/cogs/admin/admin.py:180
|
||||||
msgid "remove"
|
msgid "remove"
|
||||||
msgstr ""
|
msgstr "إزالة"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:138
|
#: redbot/cogs/admin/admin.py:138
|
||||||
msgid "I successfully removed {role.name} from {member.display_name}"
|
msgid "I successfully removed {role.name} from {member.display_name}"
|
||||||
@ -60,12 +59,12 @@ msgstr "لقد قمت بنجاح بإزالة {role.name} من {member.display_n
|
|||||||
#: redbot/cogs/admin/admin.py:149
|
#: redbot/cogs/admin/admin.py:149
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a role to a user.\\n\\n If user is left blank it defaults to the author of the command.\\n "
|
msgid "Add a role to a user.\\n\\n If user is left blank it defaults to the author of the command.\\n "
|
||||||
msgstr ""
|
msgstr "إذا تم ترك المستخدم فارغ, فسيكون إفتراضياً صاحب الأمر. \\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:169
|
#: redbot/cogs/admin/admin.py:169
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Remove a role from a user.\\n\\n If user is left blank it defaults to the author of the command.\\n "
|
msgid "Remove a role from a user.\\n\\n If user is left blank it defaults to the author of the command.\\n "
|
||||||
msgstr ""
|
msgstr "إذا تم ترك المستخدم فارغ, فسيكون إفتراضياً صاحب الأمر.\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:187
|
#: redbot/cogs/admin/admin.py:187
|
||||||
#, docstring
|
#, docstring
|
||||||
@ -75,7 +74,7 @@ msgstr "تعديل إعدادات الرتبة."
|
|||||||
#: redbot/cogs/admin/admin.py:194
|
#: redbot/cogs/admin/admin.py:194
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "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 "Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n "
|
||||||
msgstr ""
|
msgstr "استخدم علامة اقتباس مزدوجة إذا كانت الرتبة تحتوي على مسافات.\\n يجب أن يكون اللون بتنسيق سداسي عشري.\\n موقع لإختيار الألوان (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:217 redbot/cogs/admin/admin.py:245
|
#: redbot/cogs/admin/admin.py:217 redbot/cogs/admin/admin.py:245
|
||||||
msgid "Done."
|
msgid "Done."
|
||||||
@ -84,7 +83,7 @@ msgstr "تم."
|
|||||||
#: redbot/cogs/admin/admin.py:222
|
#: redbot/cogs/admin/admin.py:222
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Examples:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
|
msgid "Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Examples:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
|
||||||
msgstr ""
|
msgstr "تعديل إسم الرتبة.\\n\\n استخدم علامة اقتباس مزدوجة إذا كانت الرتبة تحتوي على مسافات.\\n\\n أمثلة:\\n `[p]editrole name \"The Transistor\" Test`\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:250
|
#: redbot/cogs/admin/admin.py:250
|
||||||
#, docstring
|
#, docstring
|
||||||
@ -129,17 +128,17 @@ msgstr "سيرفر {guild.name} لن يتلقى إعلانات."
|
|||||||
#: redbot/cogs/admin/admin.py:326
|
#: redbot/cogs/admin/admin.py:326
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a role to yourself.\\n\\n Server admins must have configured the role as user settable.\\n\\n NOTE: The role is case sensitive!\\n "
|
msgid "Add a role to yourself.\\n\\n Server admins must have configured the role as user settable.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
msgstr ""
|
msgstr "إضافة رتبة لنفسك.\\n\\n يجب على أدمن السيرفر أولاً إضافة الرتبة.\\n\\n ملاحظة: الرتبة حساسة لحالة الأحرف!\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:337
|
#: redbot/cogs/admin/admin.py:337
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Remove a selfrole from yourself.\\n\\n NOTE: The role is case sensitive!\\n "
|
msgid "Remove a selfrole from yourself.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
msgstr ""
|
msgstr "إزالة رتبة ذاتية من نفسك.\\n\\n ملاحظة: الرتبة حساسة لحالة الأحرف!\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:347
|
#: redbot/cogs/admin/admin.py:347
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
|
msgid "Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
msgstr ""
|
msgstr "إضافة رتبة إلى قائمة الرتب الذاتية.\\n\\n ملاحظة: الرتبة حساسة لحالة الأحرف!\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:355 redbot/cogs/admin/admin.py:367
|
#: redbot/cogs/admin/admin.py:355 redbot/cogs/admin/admin.py:367
|
||||||
msgid "The selfroles list has been successfully modified."
|
msgid "The selfroles list has been successfully modified."
|
||||||
@ -148,16 +147,16 @@ msgstr "تم تحديث/تعديل قائمة الرتب الذاتية بنجا
|
|||||||
#: redbot/cogs/admin/admin.py:360
|
#: redbot/cogs/admin/admin.py:360
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
|
msgid "Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
msgstr ""
|
msgstr "إزالة الرتبة من قائمة الرتب الذاتية.\\n\\n ملاحظة: الرتبة حساسة لحالة الأحرف!\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:371
|
#: redbot/cogs/admin/admin.py:371
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\\n Lists all available selfroles.\\n "
|
msgid "\\n Lists all available selfroles.\\n "
|
||||||
msgstr ""
|
msgstr "قائمة بجميع الرتب الذاتية."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:377
|
#: redbot/cogs/admin/admin.py:377
|
||||||
msgid "Available Selfroles:\\n{selfroles}"
|
msgid "Available Selfroles:\\n{selfroles}"
|
||||||
msgstr ""
|
msgstr "الرتب الذاتية المتوفرة:\\n{selfroles}"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:394
|
#: redbot/cogs/admin/admin.py:394
|
||||||
#, docstring
|
#, docstring
|
||||||
|
|||||||
@ -1,19 +1,18 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
"PO-Revision-Date: 2019-07-06 16:12\n"
|
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Bulgarian\n"
|
"Language-Team: Bulgarian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"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.0\n"
|
"Generated-By: redgettext 3.1\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Generator: crowdin.com\n"
|
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: bg\n"
|
"X-Crowdin-Language: bg\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
"X-Crowdin-File: /admin/locales/messages.pot\n"
|
||||||
"Language: bg_BG\n"
|
"Language: bg_BG\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
|
|||||||
185
redbot/cogs/admin/locales/ca-ES.po
Normal file
185
redbot/cogs/admin/locales/ca-ES.po
Normal file
@ -0,0 +1,185 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
|
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: Catalan\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Generated-By: redgettext 3.1\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
|
"X-Crowdin-Language: ca\n"
|
||||||
|
"X-Crowdin-File: /admin/locales/messages.pot\n"
|
||||||
|
"Language: ca_ES\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:17
|
||||||
|
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:22
|
||||||
|
msgid "I tried to {verb} {role.name} to {member.display_name} but that role is higher than my highest role in the Discord hierarchy so I was unable to successfully add it. Please give me a higher role and try again."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:29
|
||||||
|
msgid "I tried to {verb} {role.name} to {member.display_name} but that role is higher than your highest role in the Discord hierarchy so I was unable to successfully add it. Please get a higher role and try again."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:36
|
||||||
|
msgid "I tried to edit {role.name} but that role is higher than your highest role in the Discord hierarchy so I was unable to successfully add it. Please get a higher role and try again."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:43
|
||||||
|
msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:53
|
||||||
|
#, docstring
|
||||||
|
msgid "A collection of server administration utilities."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:115 redbot/cogs/admin/admin.py:160
|
||||||
|
msgid "add"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:121
|
||||||
|
msgid "I successfully added {role.name} to {member.display_name}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:132 redbot/cogs/admin/admin.py:180
|
||||||
|
msgid "remove"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:138
|
||||||
|
msgid "I successfully removed {role.name} from {member.display_name}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:149
|
||||||
|
#, docstring
|
||||||
|
msgid "Add a role to a user.\\n\\n If user is left blank it defaults to the author of the command.\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:169
|
||||||
|
#, docstring
|
||||||
|
msgid "Remove a role from a user.\\n\\n If user is left blank it defaults to the author of the command.\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:187
|
||||||
|
#, docstring
|
||||||
|
msgid "Edit role settings."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:194
|
||||||
|
#, docstring
|
||||||
|
msgid "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 ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:217 redbot/cogs/admin/admin.py:245
|
||||||
|
msgid "Done."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:222
|
||||||
|
#, docstring
|
||||||
|
msgid "Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Examples:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:250
|
||||||
|
#, docstring
|
||||||
|
msgid "Announce a message to all servers the bot is in."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:257
|
||||||
|
msgid "The announcement has begun."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:265
|
||||||
|
#, docstring
|
||||||
|
msgid "Cancel a running announce."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:271
|
||||||
|
msgid "The current announcement has been cancelled."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:277
|
||||||
|
#, docstring
|
||||||
|
msgid "Change the channel to which the bot makes announcements."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:283
|
||||||
|
msgid "The announcement channel has been set to {channel.mention}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:290
|
||||||
|
#, docstring
|
||||||
|
msgid "Toggle announcements being enabled this server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:296
|
||||||
|
msgid "The server {guild.name} will receive announcements."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:300
|
||||||
|
msgid "The server {guild.name} will not receive announcements."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:326
|
||||||
|
#, docstring
|
||||||
|
msgid "Add a role to yourself.\\n\\n Server admins must have configured the role as user settable.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:337
|
||||||
|
#, docstring
|
||||||
|
msgid "Remove a selfrole from yourself.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:347
|
||||||
|
#, docstring
|
||||||
|
msgid "Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:355 redbot/cogs/admin/admin.py:367
|
||||||
|
msgid "The selfroles list has been successfully modified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:360
|
||||||
|
#, docstring
|
||||||
|
msgid "Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:371
|
||||||
|
#, docstring
|
||||||
|
msgid "\\n Lists all available selfroles.\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:377
|
||||||
|
msgid "Available Selfroles:\\n{selfroles}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:394
|
||||||
|
#, docstring
|
||||||
|
msgid "Lock a bot to its current servers only."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:399
|
||||||
|
msgid "The bot is no longer serverlocked."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:401
|
||||||
|
msgid "The bot is now serverlocked."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/announcer.py:70
|
||||||
|
msgid "I could not announce to server: {server.id}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/converters.py:25
|
||||||
|
msgid "The Admin cog is not loaded."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/converters.py:34
|
||||||
|
msgid "The provided role is not a valid selfrole."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
@ -1,36 +1,35 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
"PO-Revision-Date: 2019-07-14 02:15\n"
|
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Czech\n"
|
"Language-Team: Czech\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"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.0\n"
|
"Generated-By: redgettext 3.1\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-Generator: crowdin.com\n"
|
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: cs\n"
|
"X-Crowdin-Language: cs\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
"X-Crowdin-File: /admin/locales/messages.pot\n"
|
||||||
"Language: cs_CZ\n"
|
"Language: cs_CZ\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
|
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
|
||||||
msgstr "Pokusil jsem se udělat něco, co mi Discord odepřel. Tvůj příkaz se nepodažilo úspěšně dokončit."
|
msgstr "Pokusil jsem se udělat něco, co mi Discord odepřel. Tvůj příkaz se nepodařilo úspěšně dokončit."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:22
|
#: redbot/cogs/admin/admin.py:22
|
||||||
msgid "I tried to {verb} {role.name} to {member.display_name} but that role is higher than my highest role in the Discord hierarchy so I was unable to successfully add it. Please give me a higher role and try again."
|
msgid "I tried to {verb} {role.name} to {member.display_name} but that role is higher than my highest role in the Discord hierarchy so I was unable to successfully add it. Please give me a higher role and try again."
|
||||||
msgstr ""
|
msgstr "Pokusil jsem se přidat {verb} {role.name} k {member.display_name}, ale tato role je vyšší než moje nejvyšší role v Discord hierarchii, takže jsem ji nedokázal úspešně přidat. Prosím, dej mi vyšší roli a zkus to znovu."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:29
|
#: redbot/cogs/admin/admin.py:29
|
||||||
msgid "I tried to {verb} {role.name} to {member.display_name} but that role is higher than your highest role in the Discord hierarchy so I was unable to successfully add it. Please get a higher role and try again."
|
msgid "I tried to {verb} {role.name} to {member.display_name} but that role is higher than your highest role in the Discord hierarchy so I was unable to successfully add it. Please get a higher role and try again."
|
||||||
msgstr ""
|
msgstr "Pokusil jsem se přidat {verb} {role.name} k {member.display_name}, ale tato role je vyšší než tvoje nejvyšší role v Discord hierarchii, takže jsem ji nedokázal úspěšně přidat. Prosím, získej vyšší roli a zkus to znovu."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:36
|
#: redbot/cogs/admin/admin.py:36
|
||||||
msgid "I tried to edit {role.name} but that role is higher than your highest role in the Discord hierarchy so I was unable to successfully add it. Please get a higher role and try again."
|
msgid "I tried to edit {role.name} but that role is higher than your highest role in the Discord hierarchy so I was unable to successfully add it. Please get a higher role and try again."
|
||||||
msgstr ""
|
msgstr "Pokusil jsem se editovat roli {role.name}, ale tato role je vyšší než tvoje role, takže jsem ji nedokázal úspěšně upravit. Prosím, získej vyšší roli a zkus to znovu."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:43
|
#: redbot/cogs/admin/admin.py:43
|
||||||
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."
|
||||||
@ -43,7 +42,7 @@ msgstr "Kolekce nástrojů pro správu serveru."
|
|||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:115 redbot/cogs/admin/admin.py:160
|
#: redbot/cogs/admin/admin.py:115 redbot/cogs/admin/admin.py:160
|
||||||
msgid "add"
|
msgid "add"
|
||||||
msgstr ""
|
msgstr "přidat"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:121
|
#: redbot/cogs/admin/admin.py:121
|
||||||
msgid "I successfully added {role.name} to {member.display_name}"
|
msgid "I successfully added {role.name} to {member.display_name}"
|
||||||
@ -51,7 +50,7 @@ msgstr "Úspěšně jsem přidal {role.name} k {member.display_name}"
|
|||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:132 redbot/cogs/admin/admin.py:180
|
#: redbot/cogs/admin/admin.py:132 redbot/cogs/admin/admin.py:180
|
||||||
msgid "remove"
|
msgid "remove"
|
||||||
msgstr ""
|
msgstr "odstranit"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:138
|
#: redbot/cogs/admin/admin.py:138
|
||||||
msgid "I successfully removed {role.name} from {member.display_name}"
|
msgid "I successfully removed {role.name} from {member.display_name}"
|
||||||
@ -60,12 +59,12 @@ msgstr "Úspěšně jsem odstranil {role.name} od {member.display_name}"
|
|||||||
#: redbot/cogs/admin/admin.py:149
|
#: redbot/cogs/admin/admin.py:149
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a role to a user.\\n\\n If user is left blank it defaults to the author of the command.\\n "
|
msgid "Add a role to a user.\\n\\n If user is left blank it defaults to the author of the command.\\n "
|
||||||
msgstr ""
|
msgstr "Přidá roli uživateli.\\n\\n Pokud uživatel zůstane prázdný, bude jím autor příkazu.\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:169
|
#: redbot/cogs/admin/admin.py:169
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Remove a role from a user.\\n\\n If user is left blank it defaults to the author of the command.\\n "
|
msgid "Remove a role from a user.\\n\\n If user is left blank it defaults to the author of the command.\\n "
|
||||||
msgstr ""
|
msgstr "Odstraní roli od uživatele.\\n\\n Pokud uživatel zůstane prázdný, bude jím autor příkazu.\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:187
|
#: redbot/cogs/admin/admin.py:187
|
||||||
#, docstring
|
#, docstring
|
||||||
@ -75,7 +74,7 @@ msgstr "Upraví nastavení role."
|
|||||||
#: redbot/cogs/admin/admin.py:194
|
#: redbot/cogs/admin/admin.py:194
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "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 "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 "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:217 redbot/cogs/admin/admin.py:245
|
#: redbot/cogs/admin/admin.py:217 redbot/cogs/admin/admin.py:245
|
||||||
msgid "Done."
|
msgid "Done."
|
||||||
@ -84,103 +83,103 @@ msgstr "Hotovo."
|
|||||||
#: redbot/cogs/admin/admin.py:222
|
#: redbot/cogs/admin/admin.py:222
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Examples:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
|
msgid "Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Examples:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
|
||||||
msgstr ""
|
msgstr "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:250
|
#: redbot/cogs/admin/admin.py:250
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Announce a message to all servers the bot is in."
|
msgid "Announce a message to all servers the bot is in."
|
||||||
msgstr ""
|
msgstr "Oznámit zprávu na všechny servery ve kterých je bot."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:257
|
#: redbot/cogs/admin/admin.py:257
|
||||||
msgid "The announcement has begun."
|
msgid "The announcement has begun."
|
||||||
msgstr ""
|
msgstr "Oznámení začalo."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:265
|
#: redbot/cogs/admin/admin.py:265
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Cancel a running announce."
|
msgid "Cancel a running announce."
|
||||||
msgstr ""
|
msgstr "Zrušit běžící oznámení."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:271
|
#: redbot/cogs/admin/admin.py:271
|
||||||
msgid "The current announcement has been cancelled."
|
msgid "The current announcement has been cancelled."
|
||||||
msgstr ""
|
msgstr "Momentální oznámení bylo zrušeno."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:277
|
#: redbot/cogs/admin/admin.py:277
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change the channel to which the bot makes announcements."
|
msgid "Change the channel to which the bot makes announcements."
|
||||||
msgstr ""
|
msgstr "Změnit kanál, ve kterém bot oznamuje."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:283
|
#: redbot/cogs/admin/admin.py:283
|
||||||
msgid "The announcement channel has been set to {channel.mention}"
|
msgid "The announcement channel has been set to {channel.mention}"
|
||||||
msgstr ""
|
msgstr "Kanál pro oznámení byl nastaven na {channel.mention}"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:290
|
#: redbot/cogs/admin/admin.py:290
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle announcements being enabled this server."
|
msgid "Toggle announcements being enabled this server."
|
||||||
msgstr ""
|
msgstr "Přepne oznamování na tomto serveru."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:296
|
#: redbot/cogs/admin/admin.py:296
|
||||||
msgid "The server {guild.name} will receive announcements."
|
msgid "The server {guild.name} will receive announcements."
|
||||||
msgstr ""
|
msgstr "Server {guild.name} obdrží oznámení."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:300
|
#: redbot/cogs/admin/admin.py:300
|
||||||
msgid "The server {guild.name} will not receive announcements."
|
msgid "The server {guild.name} will not receive announcements."
|
||||||
msgstr ""
|
msgstr "Server {guild.name} nebude dostávat oznámení."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:326
|
#: redbot/cogs/admin/admin.py:326
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a role to yourself.\\n\\n Server admins must have configured the role as user settable.\\n\\n NOTE: The role is case sensitive!\\n "
|
msgid "Add a role to yourself.\\n\\n Server admins must have configured the role as user settable.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
msgstr ""
|
msgstr "Přidejte si self-roli.\\n\\n Server admin musí nastavit roli jako nastavitelnou pro ostantí uživatele.\\n\\n POZNÁMKA: Role je citlivá na malá a velká písmena!\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:337
|
#: redbot/cogs/admin/admin.py:337
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Remove a selfrole from yourself.\\n\\n NOTE: The role is case sensitive!\\n "
|
msgid "Remove a selfrole from yourself.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
msgstr ""
|
msgstr "Odstraň si vlastní self-roli.\\n\\n POZNÁMKA: Role je citlivá na malá a velká písmena!\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:347
|
#: redbot/cogs/admin/admin.py:347
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
|
msgid "Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
msgstr ""
|
msgstr "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:355 redbot/cogs/admin/admin.py:367
|
#: redbot/cogs/admin/admin.py:355 redbot/cogs/admin/admin.py:367
|
||||||
msgid "The selfroles list has been successfully modified."
|
msgid "The selfroles list has been successfully modified."
|
||||||
msgstr ""
|
msgstr "Seznam self-rolí byl úspěšně upraven."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:360
|
#: redbot/cogs/admin/admin.py:360
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
|
msgid "Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
msgstr ""
|
msgstr "Odstraňí 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:371
|
#: redbot/cogs/admin/admin.py:371
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\\n Lists all available selfroles.\\n "
|
msgid "\\n Lists all available selfroles.\\n "
|
||||||
msgstr ""
|
msgstr "\\n Zobrazí všechny dostupné self-role\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:377
|
#: redbot/cogs/admin/admin.py:377
|
||||||
msgid "Available Selfroles:\\n{selfroles}"
|
msgid "Available Selfroles:\\n{selfroles}"
|
||||||
msgstr ""
|
msgstr "Dostupné self-role:\\n{selfroles}"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:394
|
#: redbot/cogs/admin/admin.py:394
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Lock a bot to its current servers only."
|
msgid "Lock a bot to its current servers only."
|
||||||
msgstr ""
|
msgstr "Uzamkne bota pouze na jeho aktuální servery."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:399
|
#: redbot/cogs/admin/admin.py:399
|
||||||
msgid "The bot is no longer serverlocked."
|
msgid "The bot is no longer serverlocked."
|
||||||
msgstr ""
|
msgstr "Bot již není uzamčen na server."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:401
|
#: redbot/cogs/admin/admin.py:401
|
||||||
msgid "The bot is now serverlocked."
|
msgid "The bot is now serverlocked."
|
||||||
msgstr ""
|
msgstr "Bot je teď uzamčen na momentální servery."
|
||||||
|
|
||||||
#: redbot/cogs/admin/announcer.py:70
|
#: redbot/cogs/admin/announcer.py:70
|
||||||
msgid "I could not announce to server: {server.id}"
|
msgid "I could not announce to server: {server.id}"
|
||||||
msgstr ""
|
msgstr "Nemohl jsem oznámit serveru: {server.id}"
|
||||||
|
|
||||||
#: redbot/cogs/admin/converters.py:25
|
#: redbot/cogs/admin/converters.py:25
|
||||||
msgid "The Admin cog is not loaded."
|
msgid "The Admin cog is not loaded."
|
||||||
msgstr ""
|
msgstr "Admin cog není načten."
|
||||||
|
|
||||||
#: redbot/cogs/admin/converters.py:34
|
#: redbot/cogs/admin/converters.py:34
|
||||||
msgid "The provided role is not a valid selfrole."
|
msgid "The provided role is not a valid selfrole."
|
||||||
msgstr ""
|
msgstr "Daná role není platná self-role."
|
||||||
|
|
||||||
|
|||||||
@ -1,19 +1,18 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
"PO-Revision-Date: 2019-07-06 16:12\n"
|
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Danish\n"
|
"Language-Team: Danish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"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.0\n"
|
"Generated-By: redgettext 3.1\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Generator: crowdin.com\n"
|
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: da\n"
|
"X-Crowdin-Language: da\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
"X-Crowdin-File: /admin/locales/messages.pot\n"
|
||||||
"Language: da_DK\n"
|
"Language: da_DK\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
|
|||||||
@ -1,24 +1,23 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
"PO-Revision-Date: 2019-07-06 16:12\n"
|
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: German\n"
|
"Language-Team: German\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"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.0\n"
|
"Generated-By: redgettext 3.1\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Generator: crowdin.com\n"
|
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: de\n"
|
"X-Crowdin-Language: de\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
"X-Crowdin-File: /admin/locales/messages.pot\n"
|
||||||
"Language: de_DE\n"
|
"Language: de_DE\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
|
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
|
||||||
msgstr "Ich habe versucht etwas zu tun, für das mir Discord die Befugnis verweigerte. Dein Befehl konnte nicht erfolgreich ausgeführt werden."
|
msgstr "Ich habe versucht etwas zu tun, für das ich vermutlich keine Berechtigungen habe. Dein Befehl konnte nicht erfolgreich ausgeführt werden."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:22
|
#: redbot/cogs/admin/admin.py:22
|
||||||
msgid "I tried to {verb} {role.name} to {member.display_name} but that role is higher than my highest role in the Discord hierarchy so I was unable to successfully add it. Please give me a higher role and try again."
|
msgid "I tried to {verb} {role.name} to {member.display_name} but that role is higher than my highest role in the Discord hierarchy so I was unable to successfully add it. Please give me a higher role and try again."
|
||||||
@ -39,7 +38,7 @@ msgstr "Ich kündige bereits etwas an. Wenn du eine andere Ankündigung machen w
|
|||||||
#: redbot/cogs/admin/admin.py:53
|
#: redbot/cogs/admin/admin.py:53
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "A collection of server administration utilities."
|
msgid "A collection of server administration utilities."
|
||||||
msgstr "Eine Sammlung von administrativen Server-Verwaltungsprogramme."
|
msgstr "Eine Sammlung von Serververwaltungstools."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:115 redbot/cogs/admin/admin.py:160
|
#: redbot/cogs/admin/admin.py:115 redbot/cogs/admin/admin.py:160
|
||||||
msgid "add"
|
msgid "add"
|
||||||
@ -55,17 +54,17 @@ msgstr "entfernen"
|
|||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:138
|
#: redbot/cogs/admin/admin.py:138
|
||||||
msgid "I successfully removed {role.name} from {member.display_name}"
|
msgid "I successfully removed {role.name} from {member.display_name}"
|
||||||
msgstr "Ich habe erfolgreich {role.name} von {member.display_name} entfernt"
|
msgstr "Ich habe {role.name} erfolgreich von {member.display_name} entfernt"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:149
|
#: redbot/cogs/admin/admin.py:149
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a role to a user.\\n\\n If user is left blank it defaults to the author of the command.\\n "
|
msgid "Add a role to a user.\\n\\n If user is left blank it defaults to the author of the command.\\n "
|
||||||
msgstr ""
|
msgstr "Füge einem Benutzer eine Rolle hinzu.\\n\\n Wenn kein Benutzer angegeben wird, wird standardmäßig der Autor des Befehls gewählt.\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:169
|
#: redbot/cogs/admin/admin.py:169
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Remove a role from a user.\\n\\n If user is left blank it defaults to the author of the command.\\n "
|
msgid "Remove a role from a user.\\n\\n If user is left blank it defaults to the author of the command.\\n "
|
||||||
msgstr ""
|
msgstr "Entferne eine Rolle von einem Benutzer.\\n\\n Wenn kein Benutzer angegeben wird, wird standardmäßig der Autor des Befehls gewählt.\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:187
|
#: redbot/cogs/admin/admin.py:187
|
||||||
#, docstring
|
#, docstring
|
||||||
@ -75,7 +74,7 @@ msgstr "Bearbeiten der Rollen Einstellungen."
|
|||||||
#: redbot/cogs/admin/admin.py:194
|
#: redbot/cogs/admin/admin.py:194
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "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 "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 "Bearbeite die Farbe einer Rolle.\\n\\n Benutze Anführungszeichen wenn die Rolle ein Leerzeichen enthält.\\n Die Farbe muss im Hexadezimal Format 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:217 redbot/cogs/admin/admin.py:245
|
#: redbot/cogs/admin/admin.py:217 redbot/cogs/admin/admin.py:245
|
||||||
msgid "Done."
|
msgid "Done."
|
||||||
@ -84,12 +83,12 @@ msgstr "Erledigt."
|
|||||||
#: redbot/cogs/admin/admin.py:222
|
#: redbot/cogs/admin/admin.py:222
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Examples:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
|
msgid "Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Examples:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
|
||||||
msgstr ""
|
msgstr "Bearbeite den Namen einer Rolle.\\n\\n Benutze Anführungszeichen wenn die Rolle Leerzeichen enthält.\\n\\n Beispiele:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:250
|
#: redbot/cogs/admin/admin.py:250
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Announce a message to all servers the bot is in."
|
msgid "Announce a message to all servers the bot is in."
|
||||||
msgstr "Mache eine Ankündigung auf allen Servern auf denen der Bot ist."
|
msgstr "Sende eine Ankündigung in allen Servern auf denen der Bot ist."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:257
|
#: redbot/cogs/admin/admin.py:257
|
||||||
msgid "The announcement has begun."
|
msgid "The announcement has begun."
|
||||||
@ -98,7 +97,7 @@ msgstr "Die Ankündigung hat begonnen."
|
|||||||
#: redbot/cogs/admin/admin.py:265
|
#: redbot/cogs/admin/admin.py:265
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Cancel a running announce."
|
msgid "Cancel a running announce."
|
||||||
msgstr "Breche eine laufende Ankündigung ab."
|
msgstr "Brich eine laufende Ankündigung ab."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:271
|
#: redbot/cogs/admin/admin.py:271
|
||||||
msgid "The current announcement has been cancelled."
|
msgid "The current announcement has been cancelled."
|
||||||
@ -107,11 +106,11 @@ msgstr "Die aktuelle Ankündigung wurde abgebrochen."
|
|||||||
#: redbot/cogs/admin/admin.py:277
|
#: redbot/cogs/admin/admin.py:277
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change the channel to which the bot makes announcements."
|
msgid "Change the channel to which the bot makes announcements."
|
||||||
msgstr "Ändere den Kanal in dem der Bot Ankündigungen macht."
|
msgstr "Ändere den Channel, in dem der Bot Ankündigungen macht."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:283
|
#: redbot/cogs/admin/admin.py:283
|
||||||
msgid "The announcement channel has been set to {channel.mention}"
|
msgid "The announcement channel has been set to {channel.mention}"
|
||||||
msgstr "Der für Ankündigungen gewählte Kanal wurde festgelegt auf {channel.mention}"
|
msgstr "Ankündigungen werden nun in {channel.mention} gesendet."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:290
|
#: redbot/cogs/admin/admin.py:290
|
||||||
#, docstring
|
#, docstring
|
||||||
@ -129,52 +128,52 @@ msgstr "Der Server {guild.name} wird keine Ankündigunen erhalten."
|
|||||||
#: redbot/cogs/admin/admin.py:326
|
#: redbot/cogs/admin/admin.py:326
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a role to yourself.\\n\\n Server admins must have configured the role as user settable.\\n\\n NOTE: The role is case sensitive!\\n "
|
msgid "Add a role to yourself.\\n\\n Server admins must have configured the role as user settable.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
msgstr ""
|
msgstr "Gib dir selbst eine Rolle.\\n\\n Server Admins müssen die Rolle für Nutzer freigeben.\\n\\n HINWEIS: Beachte Groß- und Kleinschreibung!\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:337
|
#: redbot/cogs/admin/admin.py:337
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Remove a selfrole from yourself.\\n\\n NOTE: The role is case sensitive!\\n "
|
msgid "Remove a selfrole from yourself.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
msgstr ""
|
msgstr "Entferne eine Rolle von dir selbst.\\n\\n HINWEIS: Beachte Groß- und Kleinschreibung!\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:347
|
#: redbot/cogs/admin/admin.py:347
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
|
msgid "Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
msgstr ""
|
msgstr "Füge eine Rolle zur Liste der selbst auswählbaren Rollen hinzu.\\n\\n HINWEIS: Beachte Groß- und Kleinschreibung!\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:355 redbot/cogs/admin/admin.py:367
|
#: redbot/cogs/admin/admin.py:355 redbot/cogs/admin/admin.py:367
|
||||||
msgid "The selfroles list has been successfully modified."
|
msgid "The selfroles list has been successfully modified."
|
||||||
msgstr "Die Liste selbst auswählbarer Rollen wurde erfolgreich bearbeitet."
|
msgstr "Die Liste der selbst auswählbarer Rollen wurde erfolgreich bearbeitet."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:360
|
#: redbot/cogs/admin/admin.py:360
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
|
msgid "Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
msgstr ""
|
msgstr "Entferne eine selbst auswählbare Rolle von der Liste der verfügbaren Rollen.\\n\\n HINWEIS: Beachte Groß- und Kleinschreibung!\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:371
|
#: redbot/cogs/admin/admin.py:371
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\\n Lists all available selfroles.\\n "
|
msgid "\\n Lists all available selfroles.\\n "
|
||||||
msgstr ""
|
msgstr "\\nGibt eine Liste verfügbarer selbst auswählbarer Rollen aus.\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:377
|
#: redbot/cogs/admin/admin.py:377
|
||||||
msgid "Available Selfroles:\\n{selfroles}"
|
msgid "Available Selfroles:\\n{selfroles}"
|
||||||
msgstr ""
|
msgstr "Verfügbare, selbst auswählbare Rollen:\\n{selfroles}"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:394
|
#: redbot/cogs/admin/admin.py:394
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Lock a bot to its current servers only."
|
msgid "Lock a bot to its current servers only."
|
||||||
msgstr "Sperrt den Bot neuen Servern beizutreten."
|
msgstr "Beschränkt den Bot auf die aktuellen Server."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:399
|
#: redbot/cogs/admin/admin.py:399
|
||||||
msgid "The bot is no longer serverlocked."
|
msgid "The bot is no longer serverlocked."
|
||||||
msgstr "Der Bot ist nicht länger gesperrt neuen Servern beizutreten."
|
msgstr "Der Bot kann jetzt wieder anderen Servern beitreten."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:401
|
#: redbot/cogs/admin/admin.py:401
|
||||||
msgid "The bot is now serverlocked."
|
msgid "The bot is now serverlocked."
|
||||||
msgstr "Der Bot ist jetzt gesperrt neuen Servern beizutreten."
|
msgstr "Der Bot kann jetzt keinen weiteren Servern mehr beitreten."
|
||||||
|
|
||||||
#: redbot/cogs/admin/announcer.py:70
|
#: redbot/cogs/admin/announcer.py:70
|
||||||
msgid "I could not announce to server: {server.id}"
|
msgid "I could not announce to server: {server.id}"
|
||||||
msgstr "Ich konnte keine Ankündigung auf diesem Server machen: {server.id}"
|
msgstr "Ich konnte keine Ankündigung an diesen Server senden: {server.id}"
|
||||||
|
|
||||||
#: redbot/cogs/admin/converters.py:25
|
#: redbot/cogs/admin/converters.py:25
|
||||||
msgid "The Admin cog is not loaded."
|
msgid "The Admin cog is not loaded."
|
||||||
@ -182,5 +181,5 @@ msgstr "Das Admin-Cog ist nicht geladen."
|
|||||||
|
|
||||||
#: redbot/cogs/admin/converters.py:34
|
#: redbot/cogs/admin/converters.py:34
|
||||||
msgid "The provided role is not a valid selfrole."
|
msgid "The provided role is not a valid selfrole."
|
||||||
msgstr "Die vorausgesetzte Rolle ist keine berechtigte selbst auswählbare Rolle."
|
msgstr "Die angegebene Rolle ist keine selbst hinzufügbare Rolle."
|
||||||
|
|
||||||
|
|||||||
@ -1,19 +1,18 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
"PO-Revision-Date: 2019-07-06 16:12\n"
|
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Greek\n"
|
"Language-Team: Greek\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"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.0\n"
|
"Generated-By: redgettext 3.1\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Generator: crowdin.com\n"
|
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: el\n"
|
"X-Crowdin-Language: el\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
"X-Crowdin-File: /admin/locales/messages.pot\n"
|
||||||
"Language: el_GR\n"
|
"Language: el_GR\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
|
|||||||
185
redbot/cogs/admin/locales/en-US.po
Normal file
185
redbot/cogs/admin/locales/en-US.po
Normal file
@ -0,0 +1,185 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
|
"PO-Revision-Date: 2020-01-07 21:49\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: English\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Generated-By: redgettext 3.1\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
|
"X-Crowdin-Language: en\n"
|
||||||
|
"X-Crowdin-File: /admin/locales/messages.pot\n"
|
||||||
|
"Language: en_US\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:17
|
||||||
|
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:22
|
||||||
|
msgid "I tried to {verb} {role.name} to {member.display_name} but that role is higher than my highest role in the Discord hierarchy so I was unable to successfully add it. Please give me a higher role and try again."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:29
|
||||||
|
msgid "I tried to {verb} {role.name} to {member.display_name} but that role is higher than your highest role in the Discord hierarchy so I was unable to successfully add it. Please get a higher role and try again."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:36
|
||||||
|
msgid "I tried to edit {role.name} but that role is higher than your highest role in the Discord hierarchy so I was unable to successfully add it. Please get a higher role and try again."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:43
|
||||||
|
msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:53
|
||||||
|
#, docstring
|
||||||
|
msgid "A collection of server administration utilities."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:115 redbot/cogs/admin/admin.py:160
|
||||||
|
msgid "add"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:121
|
||||||
|
msgid "I successfully added {role.name} to {member.display_name}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:132 redbot/cogs/admin/admin.py:180
|
||||||
|
msgid "remove"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:138
|
||||||
|
msgid "I successfully removed {role.name} from {member.display_name}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:149
|
||||||
|
#, docstring
|
||||||
|
msgid "Add a role to a user.\\n\\n If user is left blank it defaults to the author of the command.\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:169
|
||||||
|
#, docstring
|
||||||
|
msgid "Remove a role from a user.\\n\\n If user is left blank it defaults to the author of the command.\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:187
|
||||||
|
#, docstring
|
||||||
|
msgid "Edit role settings."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:194
|
||||||
|
#, docstring
|
||||||
|
msgid "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 ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:217 redbot/cogs/admin/admin.py:245
|
||||||
|
msgid "Done."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:222
|
||||||
|
#, docstring
|
||||||
|
msgid "Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Examples:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:250
|
||||||
|
#, docstring
|
||||||
|
msgid "Announce a message to all servers the bot is in."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:257
|
||||||
|
msgid "The announcement has begun."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:265
|
||||||
|
#, docstring
|
||||||
|
msgid "Cancel a running announce."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:271
|
||||||
|
msgid "The current announcement has been cancelled."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:277
|
||||||
|
#, docstring
|
||||||
|
msgid "Change the channel to which the bot makes announcements."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:283
|
||||||
|
msgid "The announcement channel has been set to {channel.mention}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:290
|
||||||
|
#, docstring
|
||||||
|
msgid "Toggle announcements being enabled this server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:296
|
||||||
|
msgid "The server {guild.name} will receive announcements."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:300
|
||||||
|
msgid "The server {guild.name} will not receive announcements."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:326
|
||||||
|
#, docstring
|
||||||
|
msgid "Add a role to yourself.\\n\\n Server admins must have configured the role as user settable.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:337
|
||||||
|
#, docstring
|
||||||
|
msgid "Remove a selfrole from yourself.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:347
|
||||||
|
#, docstring
|
||||||
|
msgid "Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:355 redbot/cogs/admin/admin.py:367
|
||||||
|
msgid "The selfroles list has been successfully modified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:360
|
||||||
|
#, docstring
|
||||||
|
msgid "Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:371
|
||||||
|
#, docstring
|
||||||
|
msgid "\\n Lists all available selfroles.\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:377
|
||||||
|
msgid "Available Selfroles:\\n{selfroles}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:394
|
||||||
|
#, docstring
|
||||||
|
msgid "Lock a bot to its current servers only."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:399
|
||||||
|
msgid "The bot is no longer serverlocked."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:401
|
||||||
|
msgid "The bot is now serverlocked."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/announcer.py:70
|
||||||
|
msgid "I could not announce to server: {server.id}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/converters.py:25
|
||||||
|
msgid "The Admin cog is not loaded."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/converters.py:34
|
||||||
|
msgid "The provided role is not a valid selfrole."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
@ -1,32 +1,31 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
"PO-Revision-Date: 2019-07-14 02:14\n"
|
"PO-Revision-Date: 2020-01-07 21:47\n"
|
||||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Spanish\n"
|
"Language-Team: Spanish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"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.0\n"
|
"Generated-By: redgettext 3.1\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Generator: crowdin.com\n"
|
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: es-ES\n"
|
"X-Crowdin-Language: es-ES\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
"X-Crowdin-File: /admin/locales/messages.pot\n"
|
||||||
"Language: es_ES\n"
|
"Language: es_ES\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
|
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
|
||||||
msgstr "Intenté hacer algo que Discord me ha negado el permiso. Su comando no se pudo completar."
|
msgstr "Intenté hacer algo para lo que Discord me negó permisos. Tu comando no pudo completarse correctamente."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:22
|
#: redbot/cogs/admin/admin.py:22
|
||||||
msgid "I tried to {verb} {role.name} to {member.display_name} but that role is higher than my highest role in the Discord hierarchy so I was unable to successfully add it. Please give me a higher role and try again."
|
msgid "I tried to {verb} {role.name} to {member.display_name} but that role is higher than my highest role in the Discord hierarchy so I was unable to successfully add it. Please give me a higher role and try again."
|
||||||
msgstr "He intentado agregar {verb} {role.name} a {member.display_name} pero ese rol es más alto que mi rol en la jerarquía de Discord, por lo que no he podido añadirlo con éxito. Por favor dame un rol más alto y vuelva a intentarlo."
|
msgstr "Intenté {verb} {role.name} a {member.display_name} pero ese rol es más alto que mi rol en la jerarquía de Discord, por lo que no he podido añadirlo con éxito. Por favor dame un rol más alto y vuelve a intentarlo."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:29
|
#: redbot/cogs/admin/admin.py:29
|
||||||
msgid "I tried to {verb} {role.name} to {member.display_name} but that role is higher than your highest role in the Discord hierarchy so I was unable to successfully add it. Please get a higher role and try again."
|
msgid "I tried to {verb} {role.name} to {member.display_name} but that role is higher than your highest role in the Discord hierarchy so I was unable to successfully add it. Please get a higher role and try again."
|
||||||
msgstr "He intentado agregar {verb} {role.name} a {member.display_name} pero ese rol es más alto que mi rol en la jerarquía de Discord, por lo que no he podido añadirlo con éxito. Por favor dame un rol más alto y vuelva a intentarlo."
|
msgstr "Intenté {verb} {role.name} a {member.display_name} pero ese rol es más alto que tu rol más alto en la jerarquía de Discord, por lo que no he podido añadirlo con éxito. Por favor consigue un rol más alto y vuelve a intentarlo."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:36
|
#: redbot/cogs/admin/admin.py:36
|
||||||
msgid "I tried to edit {role.name} but that role is higher than your highest role in the Discord hierarchy so I was unable to successfully add it. Please get a higher role and try again."
|
msgid "I tried to edit {role.name} but that role is higher than your highest role in the Discord hierarchy so I was unable to successfully add it. Please get a higher role and try again."
|
||||||
@ -75,7 +74,7 @@ msgstr "Editar configuración de rol."
|
|||||||
#: redbot/cogs/admin/admin.py:194
|
#: redbot/cogs/admin/admin.py:194
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "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 "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 "Editar el color de un rol.\\n\\n Usa comillas dobles si el rol contiene espacios.\\n El color debe estar en formato hexadecimal.\\n [Selector de colores en línea](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Ejemplos:\\n `[p]color de papel de edición \\\"The Transistor\\\" #ff0000`\\n `[p]edición role colour Test #ff9900`\\n \\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:217 redbot/cogs/admin/admin.py:245
|
#: redbot/cogs/admin/admin.py:217 redbot/cogs/admin/admin.py:245
|
||||||
msgid "Done."
|
msgid "Done."
|
||||||
@ -84,89 +83,89 @@ msgstr "Listo."
|
|||||||
#: redbot/cogs/admin/admin.py:222
|
#: redbot/cogs/admin/admin.py:222
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Examples:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
|
msgid "Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Examples:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
|
||||||
msgstr ""
|
msgstr "Editar el nombre de un rol.\\n\\n Usa comillas si el rol o el nombre contienen espacios.\\n\\n Ejemplos:\\n `[p]editrole name \\\"El Transistor\\\" Prueba`\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:250
|
#: redbot/cogs/admin/admin.py:250
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Announce a message to all servers the bot is in."
|
msgid "Announce a message to all servers the bot is in."
|
||||||
msgstr "Anunciar un mensaje a todos los servidores en que el bot está."
|
msgstr "Anunciar un mensaje a todos los servidores en los que está el bot."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:257
|
#: redbot/cogs/admin/admin.py:257
|
||||||
msgid "The announcement has begun."
|
msgid "The announcement has begun."
|
||||||
msgstr ""
|
msgstr "El anuncio ha comenzado."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:265
|
#: redbot/cogs/admin/admin.py:265
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Cancel a running announce."
|
msgid "Cancel a running announce."
|
||||||
msgstr ""
|
msgstr "Cancelar un anuncio en ejecución."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:271
|
#: redbot/cogs/admin/admin.py:271
|
||||||
msgid "The current announcement has been cancelled."
|
msgid "The current announcement has been cancelled."
|
||||||
msgstr ""
|
msgstr "El anuncio fue cancelado."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:277
|
#: redbot/cogs/admin/admin.py:277
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change the channel to which the bot makes announcements."
|
msgid "Change the channel to which the bot makes announcements."
|
||||||
msgstr ""
|
msgstr "Cambia el canal al que el bot hace anuncios."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:283
|
#: redbot/cogs/admin/admin.py:283
|
||||||
msgid "The announcement channel has been set to {channel.mention}"
|
msgid "The announcement channel has been set to {channel.mention}"
|
||||||
msgstr ""
|
msgstr "El canal de anuncio se ha establecido en {channel.mention}"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:290
|
#: redbot/cogs/admin/admin.py:290
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle announcements being enabled this server."
|
msgid "Toggle announcements being enabled this server."
|
||||||
msgstr ""
|
msgstr "Alternar anuncios habilitados en este servidor."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:296
|
#: redbot/cogs/admin/admin.py:296
|
||||||
msgid "The server {guild.name} will receive announcements."
|
msgid "The server {guild.name} will receive announcements."
|
||||||
msgstr ""
|
msgstr "El servidor {guild.name} recibirá anuncios."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:300
|
#: redbot/cogs/admin/admin.py:300
|
||||||
msgid "The server {guild.name} will not receive announcements."
|
msgid "The server {guild.name} will not receive announcements."
|
||||||
msgstr ""
|
msgstr "El servidor {guild.name} no recibirá anuncios."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:326
|
#: redbot/cogs/admin/admin.py:326
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a role to yourself.\\n\\n Server admins must have configured the role as user settable.\\n\\n NOTE: The role is case sensitive!\\n "
|
msgid "Add a role to yourself.\\n\\n Server admins must have configured the role as user settable.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
msgstr ""
|
msgstr "Añadir un rol a ti mismo.\\n\\n Los administradores del servidor deben haber configurado el rol como usuario configurable.\\n\\n NOTA: El rol es sensible a mayúsculas!\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:337
|
#: redbot/cogs/admin/admin.py:337
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Remove a selfrole from yourself.\\n\\n NOTE: The role is case sensitive!\\n "
|
msgid "Remove a selfrole from yourself.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
msgstr ""
|
msgstr "Eliminar un selfrole de ti mismo.\\n\\n NOTA: El rol es sensible a las mayúsculas!\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:347
|
#: redbot/cogs/admin/admin.py:347
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
|
msgid "Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
msgstr ""
|
msgstr "Añade un rol a la lista de selfroles disponibles.\\n\\n NOTA: El rol es sensible a las mayúsculas!\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:355 redbot/cogs/admin/admin.py:367
|
#: redbot/cogs/admin/admin.py:355 redbot/cogs/admin/admin.py:367
|
||||||
msgid "The selfroles list has been successfully modified."
|
msgid "The selfroles list has been successfully modified."
|
||||||
msgstr ""
|
msgstr "La lista de selfroles ha sido modificada con éxito."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:360
|
#: redbot/cogs/admin/admin.py:360
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
|
msgid "Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
msgstr ""
|
msgstr "Eliminar un rol de la lista de las selfroles disponibles.\\n\\n NOTA: El rol es sensible a mayúsculas!\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:371
|
#: redbot/cogs/admin/admin.py:371
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\\n Lists all available selfroles.\\n "
|
msgid "\\n Lists all available selfroles.\\n "
|
||||||
msgstr ""
|
msgstr "\\n Lista todos los selfroles disponibles.\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:377
|
#: redbot/cogs/admin/admin.py:377
|
||||||
msgid "Available Selfroles:\\n{selfroles}"
|
msgid "Available Selfroles:\\n{selfroles}"
|
||||||
msgstr ""
|
msgstr "Selfroles disponibles:\\n{selfroles}"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:394
|
#: redbot/cogs/admin/admin.py:394
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Lock a bot to its current servers only."
|
msgid "Lock a bot to its current servers only."
|
||||||
msgstr ""
|
msgstr "Bloquea un bot sólo a sus servidores actuales."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:399
|
#: redbot/cogs/admin/admin.py:399
|
||||||
msgid "The bot is no longer serverlocked."
|
msgid "The bot is no longer serverlocked."
|
||||||
msgstr ""
|
msgstr "El bot ya no está bloqueado por el servidor."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:401
|
#: redbot/cogs/admin/admin.py:401
|
||||||
msgid "The bot is now serverlocked."
|
msgid "The bot is now serverlocked."
|
||||||
|
|||||||
@ -1,19 +1,18 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
"PO-Revision-Date: 2019-07-14 02:15\n"
|
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Finnish\n"
|
"Language-Team: Finnish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"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.0\n"
|
"Generated-By: redgettext 3.1\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Generator: crowdin.com\n"
|
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: fi\n"
|
"X-Crowdin-Language: fi\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
"X-Crowdin-File: /admin/locales/messages.pot\n"
|
||||||
"Language: fi_FI\n"
|
"Language: fi_FI\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
@ -79,7 +78,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:217 redbot/cogs/admin/admin.py:245
|
#: redbot/cogs/admin/admin.py:217 redbot/cogs/admin/admin.py:245
|
||||||
msgid "Done."
|
msgid "Done."
|
||||||
msgstr "Tehty."
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:222
|
#: redbot/cogs/admin/admin.py:222
|
||||||
#, docstring
|
#, docstring
|
||||||
|
|||||||
@ -1,19 +1,18 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
"PO-Revision-Date: 2019-07-06 16:11\n"
|
"PO-Revision-Date: 2020-01-07 21:47\n"
|
||||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: French\n"
|
"Language-Team: French\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"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.0\n"
|
"Generated-By: redgettext 3.1\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||||
"X-Generator: crowdin.com\n"
|
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: fr\n"
|
"X-Crowdin-Language: fr\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
"X-Crowdin-File: /admin/locales/messages.pot\n"
|
||||||
"Language: fr_FR\n"
|
"Language: fr_FR\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
@ -79,7 +78,7 @@ msgstr "Modifier la couleur d'un rôle.\\n\\n Utilise des guillemets si l
|
|||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:217 redbot/cogs/admin/admin.py:245
|
#: redbot/cogs/admin/admin.py:217 redbot/cogs/admin/admin.py:245
|
||||||
msgid "Done."
|
msgid "Done."
|
||||||
msgstr "Fait."
|
msgstr "Terminé."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:222
|
#: redbot/cogs/admin/admin.py:222
|
||||||
#, docstring
|
#, docstring
|
||||||
|
|||||||
185
redbot/cogs/admin/locales/he-IL.po
Normal file
185
redbot/cogs/admin/locales/he-IL.po
Normal file
@ -0,0 +1,185 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
|
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: Hebrew\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Generated-By: redgettext 3.1\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-Language: he\n"
|
||||||
|
"X-Crowdin-File: /admin/locales/messages.pot\n"
|
||||||
|
"Language: he_IL\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:17
|
||||||
|
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:22
|
||||||
|
msgid "I tried to {verb} {role.name} to {member.display_name} but that role is higher than my highest role in the Discord hierarchy so I was unable to successfully add it. Please give me a higher role and try again."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:29
|
||||||
|
msgid "I tried to {verb} {role.name} to {member.display_name} but that role is higher than your highest role in the Discord hierarchy so I was unable to successfully add it. Please get a higher role and try again."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:36
|
||||||
|
msgid "I tried to edit {role.name} but that role is higher than your highest role in the Discord hierarchy so I was unable to successfully add it. Please get a higher role and try again."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:43
|
||||||
|
msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:53
|
||||||
|
#, docstring
|
||||||
|
msgid "A collection of server administration utilities."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:115 redbot/cogs/admin/admin.py:160
|
||||||
|
msgid "add"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:121
|
||||||
|
msgid "I successfully added {role.name} to {member.display_name}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:132 redbot/cogs/admin/admin.py:180
|
||||||
|
msgid "remove"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:138
|
||||||
|
msgid "I successfully removed {role.name} from {member.display_name}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:149
|
||||||
|
#, docstring
|
||||||
|
msgid "Add a role to a user.\\n\\n If user is left blank it defaults to the author of the command.\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:169
|
||||||
|
#, docstring
|
||||||
|
msgid "Remove a role from a user.\\n\\n If user is left blank it defaults to the author of the command.\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:187
|
||||||
|
#, docstring
|
||||||
|
msgid "Edit role settings."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:194
|
||||||
|
#, docstring
|
||||||
|
msgid "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 ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:217 redbot/cogs/admin/admin.py:245
|
||||||
|
msgid "Done."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:222
|
||||||
|
#, docstring
|
||||||
|
msgid "Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Examples:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:250
|
||||||
|
#, docstring
|
||||||
|
msgid "Announce a message to all servers the bot is in."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:257
|
||||||
|
msgid "The announcement has begun."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:265
|
||||||
|
#, docstring
|
||||||
|
msgid "Cancel a running announce."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:271
|
||||||
|
msgid "The current announcement has been cancelled."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:277
|
||||||
|
#, docstring
|
||||||
|
msgid "Change the channel to which the bot makes announcements."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:283
|
||||||
|
msgid "The announcement channel has been set to {channel.mention}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:290
|
||||||
|
#, docstring
|
||||||
|
msgid "Toggle announcements being enabled this server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:296
|
||||||
|
msgid "The server {guild.name} will receive announcements."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:300
|
||||||
|
msgid "The server {guild.name} will not receive announcements."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:326
|
||||||
|
#, docstring
|
||||||
|
msgid "Add a role to yourself.\\n\\n Server admins must have configured the role as user settable.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:337
|
||||||
|
#, docstring
|
||||||
|
msgid "Remove a selfrole from yourself.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:347
|
||||||
|
#, docstring
|
||||||
|
msgid "Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:355 redbot/cogs/admin/admin.py:367
|
||||||
|
msgid "The selfroles list has been successfully modified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:360
|
||||||
|
#, docstring
|
||||||
|
msgid "Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:371
|
||||||
|
#, docstring
|
||||||
|
msgid "\\n Lists all available selfroles.\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:377
|
||||||
|
msgid "Available Selfroles:\\n{selfroles}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:394
|
||||||
|
#, docstring
|
||||||
|
msgid "Lock a bot to its current servers only."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:399
|
||||||
|
msgid "The bot is no longer serverlocked."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:401
|
||||||
|
msgid "The bot is now serverlocked."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/announcer.py:70
|
||||||
|
msgid "I could not announce to server: {server.id}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/converters.py:25
|
||||||
|
msgid "The Admin cog is not loaded."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/converters.py:34
|
||||||
|
msgid "The provided role is not a valid selfrole."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
@ -1,19 +1,18 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
"PO-Revision-Date: 2019-07-06 16:13\n"
|
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Hungarian\n"
|
"Language-Team: Hungarian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"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.0\n"
|
"Generated-By: redgettext 3.1\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Generator: crowdin.com\n"
|
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: hu\n"
|
"X-Crowdin-Language: hu\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
"X-Crowdin-File: /admin/locales/messages.pot\n"
|
||||||
"Language: hu_HU\n"
|
"Language: hu_HU\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
|
|||||||
@ -1,19 +1,18 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
"PO-Revision-Date: 2019-07-06 16:14\n"
|
"PO-Revision-Date: 2020-01-07 21:49\n"
|
||||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Indonesian\n"
|
"Language-Team: Indonesian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"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.0\n"
|
"Generated-By: redgettext 3.1\n"
|
||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
"X-Generator: crowdin.com\n"
|
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: id\n"
|
"X-Crowdin-Language: id\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
"X-Crowdin-File: /admin/locales/messages.pot\n"
|
||||||
"Language: id_ID\n"
|
"Language: id_ID\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
|
|||||||
@ -1,19 +1,18 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
"PO-Revision-Date: 2019-07-06 16:13\n"
|
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Italian\n"
|
"Language-Team: Italian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"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.0\n"
|
"Generated-By: redgettext 3.1\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Generator: crowdin.com\n"
|
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: it\n"
|
"X-Crowdin-Language: it\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
"X-Crowdin-File: /admin/locales/messages.pot\n"
|
||||||
"Language: it_IT\n"
|
"Language: it_IT\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
|
|||||||
@ -1,19 +1,18 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
"PO-Revision-Date: 2019-07-06 16:13\n"
|
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Japanese\n"
|
"Language-Team: Japanese\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"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.0\n"
|
"Generated-By: redgettext 3.1\n"
|
||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
"X-Generator: crowdin.com\n"
|
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: ja\n"
|
"X-Crowdin-Language: ja\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
"X-Crowdin-File: /admin/locales/messages.pot\n"
|
||||||
"Language: ja_JP\n"
|
"Language: ja_JP\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
|
|||||||
@ -1,19 +1,18 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
"PO-Revision-Date: 2019-07-06 16:13\n"
|
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Korean\n"
|
"Language-Team: Korean\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"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.0\n"
|
"Generated-By: redgettext 3.1\n"
|
||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
"X-Generator: crowdin.com\n"
|
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: ko\n"
|
"X-Crowdin-Language: ko\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
"X-Crowdin-File: /admin/locales/messages.pot\n"
|
||||||
"Language: ko_KR\n"
|
"Language: ko_KR\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
|
|||||||
@ -1,19 +1,18 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
"PO-Revision-Date: 2019-07-06 16:13\n"
|
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Dutch\n"
|
"Language-Team: Dutch\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"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.0\n"
|
"Generated-By: redgettext 3.1\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Generator: crowdin.com\n"
|
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: nl\n"
|
"X-Crowdin-Language: nl\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
"X-Crowdin-File: /admin/locales/messages.pot\n"
|
||||||
"Language: nl_NL\n"
|
"Language: nl_NL\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
|
|||||||
@ -1,19 +1,18 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
"PO-Revision-Date: 2019-07-06 16:13\n"
|
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Norwegian\n"
|
"Language-Team: Norwegian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"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.0\n"
|
"Generated-By: redgettext 3.1\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Generator: crowdin.com\n"
|
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: no\n"
|
"X-Crowdin-Language: no\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
"X-Crowdin-File: /admin/locales/messages.pot\n"
|
||||||
"Language: no_NO\n"
|
"Language: no_NO\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
|
|||||||
@ -1,19 +1,18 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
"PO-Revision-Date: 2019-07-06 16:13\n"
|
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Polish\n"
|
"Language-Team: Polish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"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.0\n"
|
"Generated-By: redgettext 3.1\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-Generator: crowdin.com\n"
|
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: pl\n"
|
"X-Crowdin-Language: pl\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
"X-Crowdin-File: /admin/locales/messages.pot\n"
|
||||||
"Language: pl_PL\n"
|
"Language: pl_PL\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
|
|||||||
@ -1,19 +1,18 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
"PO-Revision-Date: 2019-07-06 16:14\n"
|
"PO-Revision-Date: 2020-01-07 21:49\n"
|
||||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Portuguese, Brazilian\n"
|
"Language-Team: Portuguese, Brazilian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"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.0\n"
|
"Generated-By: redgettext 3.1\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Generator: crowdin.com\n"
|
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: pt-BR\n"
|
"X-Crowdin-Language: pt-BR\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
"X-Crowdin-File: /admin/locales/messages.pot\n"
|
||||||
"Language: pt_BR\n"
|
"Language: pt_BR\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
|
|||||||
@ -1,19 +1,18 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
"PO-Revision-Date: 2019-07-06 16:13\n"
|
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Portuguese\n"
|
"Language-Team: Portuguese\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"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.0\n"
|
"Generated-By: redgettext 3.1\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Generator: crowdin.com\n"
|
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: pt-PT\n"
|
"X-Crowdin-Language: pt-PT\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
"X-Crowdin-File: /admin/locales/messages.pot\n"
|
||||||
"Language: pt_PT\n"
|
"Language: pt_PT\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
@ -79,7 +78,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:217 redbot/cogs/admin/admin.py:245
|
#: redbot/cogs/admin/admin.py:217 redbot/cogs/admin/admin.py:245
|
||||||
msgid "Done."
|
msgid "Done."
|
||||||
msgstr "Concluído."
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:222
|
#: redbot/cogs/admin/admin.py:222
|
||||||
#, docstring
|
#, docstring
|
||||||
|
|||||||
@ -1,19 +1,18 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
"PO-Revision-Date: 2019-07-14 02:09\n"
|
"PO-Revision-Date: 2020-01-07 21:47\n"
|
||||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Romanian\n"
|
"Language-Team: Romanian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"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.0\n"
|
"Generated-By: redgettext 3.1\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-Generator: crowdin.com\n"
|
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: ro\n"
|
"X-Crowdin-Language: ro\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
"X-Crowdin-File: /admin/locales/messages.pot\n"
|
||||||
"Language: ro_RO\n"
|
"Language: ro_RO\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
|
|||||||
@ -1,19 +1,18 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
"PO-Revision-Date: 2019-07-06 16:13\n"
|
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Russian\n"
|
"Language-Team: Russian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"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.0\n"
|
"Generated-By: redgettext 3.1\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-Generator: crowdin.com\n"
|
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: ru\n"
|
"X-Crowdin-Language: ru\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
"X-Crowdin-File: /admin/locales/messages.pot\n"
|
||||||
"Language: ru_RU\n"
|
"Language: ru_RU\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
@ -22,11 +21,11 @@ msgstr "Я попыталась сделать что-то, в чем Discord о
|
|||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:22
|
#: redbot/cogs/admin/admin.py:22
|
||||||
msgid "I tried to {verb} {role.name} to {member.display_name} but that role is higher than my highest role in the Discord hierarchy so I was unable to successfully add it. Please give me a higher role and try again."
|
msgid "I tried to {verb} {role.name} to {member.display_name} but that role is higher than my highest role in the Discord hierarchy so I was unable to successfully add it. Please give me a higher role and try again."
|
||||||
msgstr ""
|
msgstr "Я попытался {verb} {role.name} пользователю {member.display_name}, но эта роль выше, чем моя высшая роль в иерархии Discord, так что у меня не получилось успешно добавить её. Пожалуйста, назначьте мне выше роль и попробуйте ещё раз."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:29
|
#: redbot/cogs/admin/admin.py:29
|
||||||
msgid "I tried to {verb} {role.name} to {member.display_name} but that role is higher than your highest role in the Discord hierarchy so I was unable to successfully add it. Please get a higher role and try again."
|
msgid "I tried to {verb} {role.name} to {member.display_name} but that role is higher than your highest role in the Discord hierarchy so I was unable to successfully add it. Please get a higher role and try again."
|
||||||
msgstr ""
|
msgstr "Я попытался {verb} {role.name} пользователю {member.display_name}, но эта роль выше, чем Ваша высшая роль в иерархии Discord, так что у меня не получилось успешно добавить её. Пожалуйста, получите выше роль и попробуйте ещё раз."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:36
|
#: redbot/cogs/admin/admin.py:36
|
||||||
msgid "I tried to edit {role.name} but that role is higher than your highest role in the Discord hierarchy so I was unable to successfully add it. Please get a higher role and try again."
|
msgid "I tried to edit {role.name} but that role is higher than your highest role in the Discord hierarchy so I was unable to successfully add it. Please get a higher role and try again."
|
||||||
@ -60,12 +59,12 @@ msgstr "Я успешно забрала роль {role.name} у пользов
|
|||||||
#: redbot/cogs/admin/admin.py:149
|
#: redbot/cogs/admin/admin.py:149
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a role to a user.\\n\\n If user is left blank it defaults to the author of the command.\\n "
|
msgid "Add a role to a user.\\n\\n If user is left blank it defaults to the author of the command.\\n "
|
||||||
msgstr ""
|
msgstr "Добавляет роль пользователю.\\n\\n Если пользователь не указан, то по умолчанию используется отправитель.\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:169
|
#: redbot/cogs/admin/admin.py:169
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Remove a role from a user.\\n\\n If user is left blank it defaults to the author of the command.\\n "
|
msgid "Remove a role from a user.\\n\\n If user is left blank it defaults to the author of the command.\\n "
|
||||||
msgstr ""
|
msgstr "Убрать роль у пользователя.\\n\\n Если пользователь не указан, то по умолчанию используется отправитель.\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:187
|
#: redbot/cogs/admin/admin.py:187
|
||||||
#, docstring
|
#, docstring
|
||||||
@ -75,7 +74,7 @@ msgstr "Изменение параметров роли."
|
|||||||
#: redbot/cogs/admin/admin.py:194
|
#: redbot/cogs/admin/admin.py:194
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "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 "Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n "
|
||||||
msgstr ""
|
msgstr "Изменить цвет роли.\\n\\n Используйте двойные кавычки, если роль содержит пробелы.\\n Цвет должен быть в шестнадцатеричном формате.\\n [Онлайн-палитра цветов](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:217 redbot/cogs/admin/admin.py:245
|
#: redbot/cogs/admin/admin.py:217 redbot/cogs/admin/admin.py:245
|
||||||
msgid "Done."
|
msgid "Done."
|
||||||
@ -84,7 +83,7 @@ msgstr "Готово."
|
|||||||
#: redbot/cogs/admin/admin.py:222
|
#: redbot/cogs/admin/admin.py:222
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Examples:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
|
msgid "Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Examples:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
|
||||||
msgstr ""
|
msgstr "Изменить название роли.\\n\\n Используйте двойные кавычки, если роль или имя содержат пробелы.\\n\\n Примеры:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:250
|
#: redbot/cogs/admin/admin.py:250
|
||||||
#, docstring
|
#, docstring
|
||||||
@ -129,17 +128,17 @@ msgstr "Сервер {guild.name} не будет получать объявл
|
|||||||
#: redbot/cogs/admin/admin.py:326
|
#: redbot/cogs/admin/admin.py:326
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a role to yourself.\\n\\n Server admins must have configured the role as user settable.\\n\\n NOTE: The role is case sensitive!\\n "
|
msgid "Add a role to yourself.\\n\\n Server admins must have configured the role as user settable.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
msgstr ""
|
msgstr "Добавить себе роль.\\n\\n Администраторы сервера должны настроить роль как настраиваемую пользователем.\\n\\n ПРИМЕЧАНИЕ: Роль чувствительна к регистру!\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:337
|
#: redbot/cogs/admin/admin.py:337
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Remove a selfrole from yourself.\\n\\n NOTE: The role is case sensitive!\\n "
|
msgid "Remove a selfrole from yourself.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
msgstr ""
|
msgstr "Удалить свою роль.\\n\\n ПРИМЕЧАНИЕ: Роль чувствительна к регистру!\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:347
|
#: redbot/cogs/admin/admin.py:347
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
|
msgid "Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
msgstr ""
|
msgstr "Добавить роль в список доступных ролей.\\n\\n ПРИМЕЧАНИЕ: Роль чувствительна к регистру!\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:355 redbot/cogs/admin/admin.py:367
|
#: redbot/cogs/admin/admin.py:355 redbot/cogs/admin/admin.py:367
|
||||||
msgid "The selfroles list has been successfully modified."
|
msgid "The selfroles list has been successfully modified."
|
||||||
@ -148,16 +147,16 @@ msgstr "Список ролей был изменен успешно."
|
|||||||
#: redbot/cogs/admin/admin.py:360
|
#: redbot/cogs/admin/admin.py:360
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
|
msgid "Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
msgstr ""
|
msgstr "Удалить роль из списка доступных ролей.\\n\\n ПРИМЕЧАНИЕ: Роль чувствительна к регистру!\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:371
|
#: redbot/cogs/admin/admin.py:371
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\\n Lists all available selfroles.\\n "
|
msgid "\\n Lists all available selfroles.\\n "
|
||||||
msgstr ""
|
msgstr "\\n Список всех доступных Собственных ролей.\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:377
|
#: redbot/cogs/admin/admin.py:377
|
||||||
msgid "Available Selfroles:\\n{selfroles}"
|
msgid "Available Selfroles:\\n{selfroles}"
|
||||||
msgstr ""
|
msgstr "Доступные Собственные роли:\\n{selfroles}"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:394
|
#: redbot/cogs/admin/admin.py:394
|
||||||
#, docstring
|
#, docstring
|
||||||
@ -170,7 +169,7 @@ msgstr "Бот больше не зафиксирован на сервере."
|
|||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:401
|
#: redbot/cogs/admin/admin.py:401
|
||||||
msgid "The bot is now serverlocked."
|
msgid "The bot is now serverlocked."
|
||||||
msgstr "Бот теперь зафиксирован на сервере."
|
msgstr "Бот зафиксирован на сервере."
|
||||||
|
|
||||||
#: redbot/cogs/admin/announcer.py:70
|
#: redbot/cogs/admin/announcer.py:70
|
||||||
msgid "I could not announce to server: {server.id}"
|
msgid "I could not announce to server: {server.id}"
|
||||||
|
|||||||
@ -1,19 +1,18 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
"PO-Revision-Date: 2019-07-06 16:14\n"
|
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Slovak\n"
|
"Language-Team: Slovak\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"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.0\n"
|
"Generated-By: redgettext 3.1\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-Generator: crowdin.com\n"
|
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: sk\n"
|
"X-Crowdin-Language: sk\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
"X-Crowdin-File: /admin/locales/messages.pot\n"
|
||||||
"Language: sk_SK\n"
|
"Language: sk_SK\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
|
|||||||
185
redbot/cogs/admin/locales/sr-SP.po
Normal file
185
redbot/cogs/admin/locales/sr-SP.po
Normal file
@ -0,0 +1,185 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
|
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: Serbian (Cyrillic)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Generated-By: redgettext 3.1\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-Language: sr\n"
|
||||||
|
"X-Crowdin-File: /admin/locales/messages.pot\n"
|
||||||
|
"Language: sr_SP\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:17
|
||||||
|
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:22
|
||||||
|
msgid "I tried to {verb} {role.name} to {member.display_name} but that role is higher than my highest role in the Discord hierarchy so I was unable to successfully add it. Please give me a higher role and try again."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:29
|
||||||
|
msgid "I tried to {verb} {role.name} to {member.display_name} but that role is higher than your highest role in the Discord hierarchy so I was unable to successfully add it. Please get a higher role and try again."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:36
|
||||||
|
msgid "I tried to edit {role.name} but that role is higher than your highest role in the Discord hierarchy so I was unable to successfully add it. Please get a higher role and try again."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:43
|
||||||
|
msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:53
|
||||||
|
#, docstring
|
||||||
|
msgid "A collection of server administration utilities."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:115 redbot/cogs/admin/admin.py:160
|
||||||
|
msgid "add"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:121
|
||||||
|
msgid "I successfully added {role.name} to {member.display_name}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:132 redbot/cogs/admin/admin.py:180
|
||||||
|
msgid "remove"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:138
|
||||||
|
msgid "I successfully removed {role.name} from {member.display_name}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:149
|
||||||
|
#, docstring
|
||||||
|
msgid "Add a role to a user.\\n\\n If user is left blank it defaults to the author of the command.\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:169
|
||||||
|
#, docstring
|
||||||
|
msgid "Remove a role from a user.\\n\\n If user is left blank it defaults to the author of the command.\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:187
|
||||||
|
#, docstring
|
||||||
|
msgid "Edit role settings."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:194
|
||||||
|
#, docstring
|
||||||
|
msgid "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 ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:217 redbot/cogs/admin/admin.py:245
|
||||||
|
msgid "Done."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:222
|
||||||
|
#, docstring
|
||||||
|
msgid "Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Examples:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:250
|
||||||
|
#, docstring
|
||||||
|
msgid "Announce a message to all servers the bot is in."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:257
|
||||||
|
msgid "The announcement has begun."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:265
|
||||||
|
#, docstring
|
||||||
|
msgid "Cancel a running announce."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:271
|
||||||
|
msgid "The current announcement has been cancelled."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:277
|
||||||
|
#, docstring
|
||||||
|
msgid "Change the channel to which the bot makes announcements."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:283
|
||||||
|
msgid "The announcement channel has been set to {channel.mention}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:290
|
||||||
|
#, docstring
|
||||||
|
msgid "Toggle announcements being enabled this server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:296
|
||||||
|
msgid "The server {guild.name} will receive announcements."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:300
|
||||||
|
msgid "The server {guild.name} will not receive announcements."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:326
|
||||||
|
#, docstring
|
||||||
|
msgid "Add a role to yourself.\\n\\n Server admins must have configured the role as user settable.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:337
|
||||||
|
#, docstring
|
||||||
|
msgid "Remove a selfrole from yourself.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:347
|
||||||
|
#, docstring
|
||||||
|
msgid "Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:355 redbot/cogs/admin/admin.py:367
|
||||||
|
msgid "The selfroles list has been successfully modified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:360
|
||||||
|
#, docstring
|
||||||
|
msgid "Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:371
|
||||||
|
#, docstring
|
||||||
|
msgid "\\n Lists all available selfroles.\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:377
|
||||||
|
msgid "Available Selfroles:\\n{selfroles}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:394
|
||||||
|
#, docstring
|
||||||
|
msgid "Lock a bot to its current servers only."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:399
|
||||||
|
msgid "The bot is no longer serverlocked."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:401
|
||||||
|
msgid "The bot is now serverlocked."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/announcer.py:70
|
||||||
|
msgid "I could not announce to server: {server.id}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/converters.py:25
|
||||||
|
msgid "The Admin cog is not loaded."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/converters.py:34
|
||||||
|
msgid "The provided role is not a valid selfrole."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
@ -1,19 +1,18 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
"PO-Revision-Date: 2019-07-06 16:14\n"
|
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Swedish\n"
|
"Language-Team: Swedish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"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.0\n"
|
"Generated-By: redgettext 3.1\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Generator: crowdin.com\n"
|
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: sv-SE\n"
|
"X-Crowdin-Language: sv-SE\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
"X-Crowdin-File: /admin/locales/messages.pot\n"
|
||||||
"Language: sv_SE\n"
|
"Language: sv_SE\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
@ -22,19 +21,19 @@ msgstr "Jag försökte göra något som Discord nekade mig behörighet till. Dit
|
|||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:22
|
#: redbot/cogs/admin/admin.py:22
|
||||||
msgid "I tried to {verb} {role.name} to {member.display_name} but that role is higher than my highest role in the Discord hierarchy so I was unable to successfully add it. Please give me a higher role and try again."
|
msgid "I tried to {verb} {role.name} to {member.display_name} but that role is higher than my highest role in the Discord hierarchy so I was unable to successfully add it. Please give me a higher role and try again."
|
||||||
msgstr ""
|
msgstr "Jag försökte att {verb} {role.name} till {member.display_name} men den rollen är högre än min högsta roll i Discords hierarki så jag kunde inte göra det med lyckat resultat. Var god att ge mig en högre roll och försök igen."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:29
|
#: redbot/cogs/admin/admin.py:29
|
||||||
msgid "I tried to {verb} {role.name} to {member.display_name} but that role is higher than your highest role in the Discord hierarchy so I was unable to successfully add it. Please get a higher role and try again."
|
msgid "I tried to {verb} {role.name} to {member.display_name} but that role is higher than your highest role in the Discord hierarchy so I was unable to successfully add it. Please get a higher role and try again."
|
||||||
msgstr ""
|
msgstr "Jag försökte att {verb} {role.name} till {member.display_name} men den rollen är högre än din högsta roll i Discords hierarki så jag kunde inte göra det med lyckat resultat. Var god och införskaffa en högre roll och försök igen."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:36
|
#: redbot/cogs/admin/admin.py:36
|
||||||
msgid "I tried to edit {role.name} but that role is higher than your highest role in the Discord hierarchy so I was unable to successfully add it. Please get a higher role and try again."
|
msgid "I tried to edit {role.name} but that role is higher than your highest role in the Discord hierarchy so I was unable to successfully add it. Please get a higher role and try again."
|
||||||
msgstr ""
|
msgstr "Jag försökte redigera {role.name} men den rollen är högre än din högsta roll i Discords hierarki så jag kunde inte göra det med lyckat resultat. Var god införskaffa en högre roll och försök igen."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:43
|
#: redbot/cogs/admin/admin.py:43
|
||||||
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 "Jag tillkännager redan något. Om du vill göra ett annat tillkännagivande, vänligen använd `{prefix}announce cancel` först."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:53
|
#: redbot/cogs/admin/admin.py:53
|
||||||
#, docstring
|
#, docstring
|
||||||
@ -43,29 +42,29 @@ msgstr "En samling administrationsverktyg för servern."
|
|||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:115 redbot/cogs/admin/admin.py:160
|
#: redbot/cogs/admin/admin.py:115 redbot/cogs/admin/admin.py:160
|
||||||
msgid "add"
|
msgid "add"
|
||||||
msgstr ""
|
msgstr "lägg till"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:121
|
#: redbot/cogs/admin/admin.py:121
|
||||||
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:132 redbot/cogs/admin/admin.py:180
|
#: redbot/cogs/admin/admin.py:132 redbot/cogs/admin/admin.py:180
|
||||||
msgid "remove"
|
msgid "remove"
|
||||||
msgstr ""
|
msgstr "ta bort"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:138
|
#: redbot/cogs/admin/admin.py:138
|
||||||
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:149
|
#: redbot/cogs/admin/admin.py:149
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a role to a user.\\n\\n If user is left blank it defaults to the author of the command.\\n "
|
msgid "Add a role to a user.\\n\\n If user is left blank it defaults to the author of the command.\\n "
|
||||||
msgstr ""
|
msgstr "Lägg till en roll till en användare.\\n\\n Om användaren lämnas tomt så är det standardinställningen för skaparen av kommandot.\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:169
|
#: redbot/cogs/admin/admin.py:169
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Remove a role from a user.\\n\\n If user is left blank it defaults to the author of the command.\\n "
|
msgid "Remove a role from a user.\\n\\n If user is left blank it defaults to the author of the command.\\n "
|
||||||
msgstr ""
|
msgstr "Ta bort en roll till en användare.\\n\\n Om användaren lämnas tomt så är det standardinställningen för skaparen av kommandot.\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:187
|
#: redbot/cogs/admin/admin.py:187
|
||||||
#, docstring
|
#, docstring
|
||||||
@ -75,7 +74,7 @@ msgstr "Redigera rollinställningar."
|
|||||||
#: redbot/cogs/admin/admin.py:194
|
#: redbot/cogs/admin/admin.py:194
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "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 "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 "Redigera en rolls färg.\\n\\n Använd dubbla citat om rollen innehåller mellanslag.\\n Färgen måste vara i hexadecimalt format.\\n [Online färgväljare] (http://www.w3schools. om/colors/colors_picker. sp)\\n\\n Exempel:\\n `[p]editrole färg \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:217 redbot/cogs/admin/admin.py:245
|
#: redbot/cogs/admin/admin.py:217 redbot/cogs/admin/admin.py:245
|
||||||
msgid "Done."
|
msgid "Done."
|
||||||
@ -84,103 +83,103 @@ msgstr "Klart."
|
|||||||
#: redbot/cogs/admin/admin.py:222
|
#: redbot/cogs/admin/admin.py:222
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Examples:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
|
msgid "Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Examples:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
|
||||||
msgstr ""
|
msgstr "Redigera en rolls namn.\\n\\n Använd dubbla citat om rollen eller namnet innehåller mellanslag.\\n\\n Exempel:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:250
|
#: redbot/cogs/admin/admin.py:250
|
||||||
#, 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 "Meddela ett meddelande till alla servrar som botten är i."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:257
|
#: redbot/cogs/admin/admin.py:257
|
||||||
msgid "The announcement has begun."
|
msgid "The announcement has begun."
|
||||||
msgstr ""
|
msgstr "Tillkännagivandet har börjat."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:265
|
#: redbot/cogs/admin/admin.py:265
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Cancel a running announce."
|
msgid "Cancel a running announce."
|
||||||
msgstr ""
|
msgstr "Avbryt en löpande avisering."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:271
|
#: redbot/cogs/admin/admin.py:271
|
||||||
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:277
|
#: redbot/cogs/admin/admin.py:277
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change the channel to which the bot makes announcements."
|
msgid "Change the channel to which the bot makes announcements."
|
||||||
msgstr ""
|
msgstr "Ändra den kanal till vilken botten gör tillkännagivanden."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:283
|
#: redbot/cogs/admin/admin.py:283
|
||||||
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:290
|
#: redbot/cogs/admin/admin.py:290
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle announcements being enabled this server."
|
msgid "Toggle announcements being enabled this server."
|
||||||
msgstr ""
|
msgstr "Växla tillkännagivanden som aktiveras den här servern."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:296
|
#: redbot/cogs/admin/admin.py:296
|
||||||
msgid "The server {guild.name} will receive announcements."
|
msgid "The server {guild.name} will receive announcements."
|
||||||
msgstr ""
|
msgstr "Servern {guild.name} kommer att få tillkännagivanden."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:300
|
#: redbot/cogs/admin/admin.py:300
|
||||||
msgid "The server {guild.name} will not receive announcements."
|
msgid "The server {guild.name} will not receive announcements."
|
||||||
msgstr ""
|
msgstr "Servern {guild.name} kommer inte att få tillkännagivanden."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:326
|
#: redbot/cogs/admin/admin.py:326
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a role to yourself.\\n\\n Server admins must have configured the role as user settable.\\n\\n NOTE: The role is case sensitive!\\n "
|
msgid "Add a role to yourself.\\n\\n Server admins must have configured the role as user settable.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
msgstr ""
|
msgstr "Lägg till en roll för dig själv.\\n\\n Serveradministratörer måste ha konfigurerat rollen som användarinställning.\\n\\n OBS: Rollen är skiftlägeskänslig!\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:337
|
#: redbot/cogs/admin/admin.py:337
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Remove a selfrole from yourself.\\n\\n NOTE: The role is case sensitive!\\n "
|
msgid "Remove a selfrole from yourself.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
msgstr ""
|
msgstr "Ta bort en självroll från dig själv.\\n\\n OBS: Rollen är skiftlägeskänslig!\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:347
|
#: redbot/cogs/admin/admin.py:347
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
|
msgid "Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
msgstr ""
|
msgstr "Lägg till en roll i listan över tillgängliga självroller.\\n\\n OBS: Rollen är skiftlägeskänslig!\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:355 redbot/cogs/admin/admin.py:367
|
#: redbot/cogs/admin/admin.py:355 redbot/cogs/admin/admin.py:367
|
||||||
msgid "The selfroles list has been successfully modified."
|
msgid "The selfroles list has been successfully modified."
|
||||||
msgstr ""
|
msgstr "Listan över självroller har ändrats framgångsrikt."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:360
|
#: redbot/cogs/admin/admin.py:360
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
|
msgid "Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
msgstr ""
|
msgstr "Ta bort en roll från listan över tillgängliga självroller.\\n\\n OBS: Rollen är skiftlägeskänslig!\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:371
|
#: redbot/cogs/admin/admin.py:371
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\\n Lists all available selfroles.\\n "
|
msgid "\\n Lists all available selfroles.\\n "
|
||||||
msgstr ""
|
msgstr "\\n Listar alla tillgängliga självroller.\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:377
|
#: redbot/cogs/admin/admin.py:377
|
||||||
msgid "Available Selfroles:\\n{selfroles}"
|
msgid "Available Selfroles:\\n{selfroles}"
|
||||||
msgstr ""
|
msgstr "Tillgängliga Selfroles:\\n{selfroles}"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:394
|
#: redbot/cogs/admin/admin.py:394
|
||||||
#, 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:399
|
#: redbot/cogs/admin/admin.py:399
|
||||||
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:401
|
#: redbot/cogs/admin/admin.py:401
|
||||||
msgid "The bot is now serverlocked."
|
msgid "The bot is now serverlocked."
|
||||||
msgstr ""
|
msgstr "Botten är nu serverlåst."
|
||||||
|
|
||||||
#: redbot/cogs/admin/announcer.py:70
|
#: redbot/cogs/admin/announcer.py:70
|
||||||
msgid "I could not announce to server: {server.id}"
|
msgid "I could not announce to server: {server.id}"
|
||||||
msgstr ""
|
msgstr "Jag kunde inte göra ett tillkännagivande till servern: {server.id}"
|
||||||
|
|
||||||
#: redbot/cogs/admin/converters.py:25
|
#: redbot/cogs/admin/converters.py:25
|
||||||
msgid "The Admin cog is not loaded."
|
msgid "The Admin cog is not loaded."
|
||||||
msgstr ""
|
msgstr "Admin cog är inte laddad."
|
||||||
|
|
||||||
#: redbot/cogs/admin/converters.py:34
|
#: redbot/cogs/admin/converters.py:34
|
||||||
msgid "The provided role is not a valid selfrole."
|
msgid "The provided role is not a valid selfrole."
|
||||||
msgstr ""
|
msgstr "Den angivna rollen är inte en giltig självroll."
|
||||||
|
|
||||||
|
|||||||
@ -1,81 +1,80 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
"PO-Revision-Date: 2019-07-06 16:14\n"
|
"PO-Revision-Date: 2020-01-07 21:49\n"
|
||||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Turkish\n"
|
"Language-Team: Turkish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"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.0\n"
|
"Generated-By: redgettext 3.1\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Generator: crowdin.com\n"
|
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: tr\n"
|
"X-Crowdin-Language: tr\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
"X-Crowdin-File: /admin/locales/messages.pot\n"
|
||||||
"Language: tr_TR\n"
|
"Language: tr_TR\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
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 "Bir şey denemeye çalıştım ancak Discord izinlerim yeterli olmadı. Komutunuz işleme koyulamadı."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:22
|
#: redbot/cogs/admin/admin.py:22
|
||||||
msgid "I tried to {verb} {role.name} to {member.display_name} but that role is higher than my highest role in the Discord hierarchy so I was unable to successfully add it. Please give me a higher role and try again."
|
msgid "I tried to {verb} {role.name} to {member.display_name} but that role is higher than my highest role in the Discord hierarchy so I was unable to successfully add it. Please give me a higher role and try again."
|
||||||
msgstr ""
|
msgstr "{verb}{member.display_name} kişisine {role.name} rolünü vermeye çalıştım ancak bu rol benim rolümü aştığından bu rolü veremedim. Bana daha yüksek bir rol verdikten sonra tekrar deneyin."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:29
|
#: redbot/cogs/admin/admin.py:29
|
||||||
msgid "I tried to {verb} {role.name} to {member.display_name} but that role is higher than your highest role in the Discord hierarchy so I was unable to successfully add it. Please get a higher role and try again."
|
msgid "I tried to {verb} {role.name} to {member.display_name} but that role is higher than your highest role in the Discord hierarchy so I was unable to successfully add it. Please get a higher role and try again."
|
||||||
msgstr ""
|
msgstr "{verb}{member.display_name} kişisine {role.name} rolünü vermeye çalıştım ancak bu rol benim rolümü aştığından bu rolü veremedim. Bana daha yüksek bir rol verdikten sonra tekrar deneyin."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:36
|
#: redbot/cogs/admin/admin.py:36
|
||||||
msgid "I tried to edit {role.name} but that role is higher than your highest role in the Discord hierarchy so I was unable to successfully add it. Please get a higher role and try again."
|
msgid "I tried to edit {role.name} but that role is higher than your highest role in the Discord hierarchy so I was unable to successfully add it. Please get a higher role and try again."
|
||||||
msgstr ""
|
msgstr "{role.name} rolünü düzenlemeye çalıştım ancak senin rolün bu rolden aşağı da olduğu için düzenleyemedim. Lütfen daha yüksek bir rolünüz olduğunda tekrar deneyin."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:43
|
#: redbot/cogs/admin/admin.py:43
|
||||||
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 "Zaten şuan da bir duyuru yapmaktayım. Başka bir duyuru yapmak istiyorsanız lütfen bu komutu kullanın: `{prefix}announce cancel`."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:53
|
#: redbot/cogs/admin/admin.py:53
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "A collection of server administration utilities."
|
msgid "A collection of server administration utilities."
|
||||||
msgstr ""
|
msgstr "Sunucu yönetimiyle ilgili."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:115 redbot/cogs/admin/admin.py:160
|
#: redbot/cogs/admin/admin.py:115 redbot/cogs/admin/admin.py:160
|
||||||
msgid "add"
|
msgid "add"
|
||||||
msgstr ""
|
msgstr "ekle"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:121
|
#: redbot/cogs/admin/admin.py:121
|
||||||
msgid "I successfully added {role.name} to {member.display_name}"
|
msgid "I successfully added {role.name} to {member.display_name}"
|
||||||
msgstr ""
|
msgstr "{role.name} rolünü {member.display_name} kişisine başarılı bir şekilde ekledim"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:132 redbot/cogs/admin/admin.py:180
|
#: redbot/cogs/admin/admin.py:132 redbot/cogs/admin/admin.py:180
|
||||||
msgid "remove"
|
msgid "remove"
|
||||||
msgstr ""
|
msgstr "kaldır"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:138
|
#: redbot/cogs/admin/admin.py:138
|
||||||
msgid "I successfully removed {role.name} from {member.display_name}"
|
msgid "I successfully removed {role.name} from {member.display_name}"
|
||||||
msgstr ""
|
msgstr "{role.name} rolünü {member.display_name} kişisine başarılı bir şekilde kaldırdım."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:149
|
#: redbot/cogs/admin/admin.py:149
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a role to a user.\\n\\n If user is left blank it defaults to the author of the command.\\n "
|
msgid "Add a role to a user.\\n\\n If user is left blank it defaults to the author of the command.\\n "
|
||||||
msgstr ""
|
msgstr "Kullanıcıya rol ekler. \\n\\n Kullanıcı kısmı boş bırakıldıysa komut sahibine ekler.\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:169
|
#: redbot/cogs/admin/admin.py:169
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Remove a role from a user.\\n\\n If user is left blank it defaults to the author of the command.\\n "
|
msgid "Remove a role from a user.\\n\\n If user is left blank it defaults to the author of the command.\\n "
|
||||||
msgstr ""
|
msgstr "Kullanıcıdan rol kaldırır.\\n\\n Kullanıcı kısmı boş bırakıldıysa komut sahibinden kaldırır.\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:187
|
#: redbot/cogs/admin/admin.py:187
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Edit role settings."
|
msgid "Edit role settings."
|
||||||
msgstr ""
|
msgstr "Rol ayarlarını düzenle"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:194
|
#: redbot/cogs/admin/admin.py:194
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "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 "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 "Rol rengini düzenler.\\n\\n Rol boşluk içeriyorsa çift tırnak kulanın.\\n Renk hexadecimal formatında olmalıdır.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Örneğin:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:217 redbot/cogs/admin/admin.py:245
|
#: redbot/cogs/admin/admin.py:217 redbot/cogs/admin/admin.py:245
|
||||||
msgid "Done."
|
msgid "Done."
|
||||||
@ -84,103 +83,103 @@ msgstr "Tamamdır."
|
|||||||
#: redbot/cogs/admin/admin.py:222
|
#: redbot/cogs/admin/admin.py:222
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Examples:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
|
msgid "Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Examples:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
|
||||||
msgstr ""
|
msgstr "Rolün ismini düzenler.\\n\\n Rol boşluk içeriyorsa çift tırnak kulanın.\\n\\n Örneğin:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:250
|
#: redbot/cogs/admin/admin.py:250
|
||||||
#, 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 "Botun bulunduğu tüm sunuculara duyuru geçer."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:257
|
#: redbot/cogs/admin/admin.py:257
|
||||||
msgid "The announcement has begun."
|
msgid "The announcement has begun."
|
||||||
msgstr ""
|
msgstr "Duyuru başladı."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:265
|
#: redbot/cogs/admin/admin.py:265
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Cancel a running announce."
|
msgid "Cancel a running announce."
|
||||||
msgstr ""
|
msgstr "Şuan yapılan duyuruyu iptal eder."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:271
|
#: redbot/cogs/admin/admin.py:271
|
||||||
msgid "The current announcement has been cancelled."
|
msgid "The current announcement has been cancelled."
|
||||||
msgstr ""
|
msgstr "Şuan yapılan duyuru iptal edildi."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:277
|
#: redbot/cogs/admin/admin.py:277
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change the channel to which the bot makes announcements."
|
msgid "Change the channel to which the bot makes announcements."
|
||||||
msgstr ""
|
msgstr "Botun duyuru yaptığı kanalı değiştirir."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:283
|
#: redbot/cogs/admin/admin.py:283
|
||||||
msgid "The announcement channel has been set to {channel.mention}"
|
msgid "The announcement channel has been set to {channel.mention}"
|
||||||
msgstr ""
|
msgstr "{channel.mention} duyuru kanalı olarak ayarlandı"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:290
|
#: redbot/cogs/admin/admin.py:290
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle announcements being enabled this server."
|
msgid "Toggle announcements being enabled this server."
|
||||||
msgstr ""
|
msgstr "Duyuru sistemi bu sunucu için aktif edildi."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:296
|
#: redbot/cogs/admin/admin.py:296
|
||||||
msgid "The server {guild.name} will receive announcements."
|
msgid "The server {guild.name} will receive announcements."
|
||||||
msgstr ""
|
msgstr "{guild.name} sunucusu duyuruları alacak."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:300
|
#: redbot/cogs/admin/admin.py:300
|
||||||
msgid "The server {guild.name} will not receive announcements."
|
msgid "The server {guild.name} will not receive announcements."
|
||||||
msgstr ""
|
msgstr "{guild.name} sunucusu duyuruları almayacak."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:326
|
#: redbot/cogs/admin/admin.py:326
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a role to yourself.\\n\\n Server admins must have configured the role as user settable.\\n\\n NOTE: The role is case sensitive!\\n "
|
msgid "Add a role to yourself.\\n\\n Server admins must have configured the role as user settable.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
msgstr ""
|
msgstr "Kendine rol ekler.\\n\\n Sunucu yöneticileri kullanıcının kullanabileceği şekilde ayarlamalıdır.\\n\\n NOT: Rol büyük küçük harf duyarlıdır!\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:337
|
#: redbot/cogs/admin/admin.py:337
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Remove a selfrole from yourself.\\n\\n NOTE: The role is case sensitive!\\n "
|
msgid "Remove a selfrole from yourself.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
msgstr ""
|
msgstr "Selfrole'ü kendinden kaldır.\\n\\n NOT: Rol büyük küçük harf duyarlıdır!\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:347
|
#: redbot/cogs/admin/admin.py:347
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
|
msgid "Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
msgstr ""
|
msgstr "Selfrole listesine rol ekler.\\n\\n NOT: Rol büyük küçük harf duyarlıdır!\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:355 redbot/cogs/admin/admin.py:367
|
#: redbot/cogs/admin/admin.py:355 redbot/cogs/admin/admin.py:367
|
||||||
msgid "The selfroles list has been successfully modified."
|
msgid "The selfroles list has been successfully modified."
|
||||||
msgstr ""
|
msgstr "Selfrole listesi başarılı bir şekilde değiştirildi."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:360
|
#: redbot/cogs/admin/admin.py:360
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
|
msgid "Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
msgstr ""
|
msgstr "Selfrole listesinden rol çıkarır.\\n\\n NOT: Rol büyük küçük harf duyarlıdır!\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:371
|
#: redbot/cogs/admin/admin.py:371
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\\n Lists all available selfroles.\\n "
|
msgid "\\n Lists all available selfroles.\\n "
|
||||||
msgstr ""
|
msgstr "\\n Kullanılabilir selfrol'leri listeler.\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:377
|
#: redbot/cogs/admin/admin.py:377
|
||||||
msgid "Available Selfroles:\\n{selfroles}"
|
msgid "Available Selfroles:\\n{selfroles}"
|
||||||
msgstr ""
|
msgstr "Kullanılabilir Selfrol'ler:\\n{selfroles}"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:394
|
#: redbot/cogs/admin/admin.py:394
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Lock a bot to its current servers only."
|
msgid "Lock a bot to its current servers only."
|
||||||
msgstr ""
|
msgstr "Botu şuan bulunduğu sunucularda kilitler."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:399
|
#: redbot/cogs/admin/admin.py:399
|
||||||
msgid "The bot is no longer serverlocked."
|
msgid "The bot is no longer serverlocked."
|
||||||
msgstr ""
|
msgstr "Bot artık sunucular da kilitli değil"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:401
|
#: redbot/cogs/admin/admin.py:401
|
||||||
msgid "The bot is now serverlocked."
|
msgid "The bot is now serverlocked."
|
||||||
msgstr ""
|
msgstr "Bot şuan sunucularda kilitli."
|
||||||
|
|
||||||
#: redbot/cogs/admin/announcer.py:70
|
#: redbot/cogs/admin/announcer.py:70
|
||||||
msgid "I could not announce to server: {server.id}"
|
msgid "I could not announce to server: {server.id}"
|
||||||
msgstr ""
|
msgstr "{server.id} sunucusunda duyuru yapamadım."
|
||||||
|
|
||||||
#: redbot/cogs/admin/converters.py:25
|
#: redbot/cogs/admin/converters.py:25
|
||||||
msgid "The Admin cog is not loaded."
|
msgid "The Admin cog is not loaded."
|
||||||
msgstr ""
|
msgstr "The Admin eklentisi yüklenmedi."
|
||||||
|
|
||||||
#: redbot/cogs/admin/converters.py:34
|
#: redbot/cogs/admin/converters.py:34
|
||||||
msgid "The provided role is not a valid selfrole."
|
msgid "The provided role is not a valid selfrole."
|
||||||
msgstr ""
|
msgstr "Girilen selfrol geçerli değil."
|
||||||
|
|
||||||
|
|||||||
185
redbot/cogs/admin/locales/uk-UA.po
Normal file
185
redbot/cogs/admin/locales/uk-UA.po
Normal file
@ -0,0 +1,185 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
|
"PO-Revision-Date: 2020-01-07 21:49\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: Ukrainian\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Generated-By: redgettext 3.1\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-Language: uk\n"
|
||||||
|
"X-Crowdin-File: /admin/locales/messages.pot\n"
|
||||||
|
"Language: uk_UA\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:17
|
||||||
|
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:22
|
||||||
|
msgid "I tried to {verb} {role.name} to {member.display_name} but that role is higher than my highest role in the Discord hierarchy so I was unable to successfully add it. Please give me a higher role and try again."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:29
|
||||||
|
msgid "I tried to {verb} {role.name} to {member.display_name} but that role is higher than your highest role in the Discord hierarchy so I was unable to successfully add it. Please get a higher role and try again."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:36
|
||||||
|
msgid "I tried to edit {role.name} but that role is higher than your highest role in the Discord hierarchy so I was unable to successfully add it. Please get a higher role and try again."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:43
|
||||||
|
msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:53
|
||||||
|
#, docstring
|
||||||
|
msgid "A collection of server administration utilities."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:115 redbot/cogs/admin/admin.py:160
|
||||||
|
msgid "add"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:121
|
||||||
|
msgid "I successfully added {role.name} to {member.display_name}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:132 redbot/cogs/admin/admin.py:180
|
||||||
|
msgid "remove"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:138
|
||||||
|
msgid "I successfully removed {role.name} from {member.display_name}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:149
|
||||||
|
#, docstring
|
||||||
|
msgid "Add a role to a user.\\n\\n If user is left blank it defaults to the author of the command.\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:169
|
||||||
|
#, docstring
|
||||||
|
msgid "Remove a role from a user.\\n\\n If user is left blank it defaults to the author of the command.\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:187
|
||||||
|
#, docstring
|
||||||
|
msgid "Edit role settings."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:194
|
||||||
|
#, docstring
|
||||||
|
msgid "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 ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:217 redbot/cogs/admin/admin.py:245
|
||||||
|
msgid "Done."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:222
|
||||||
|
#, docstring
|
||||||
|
msgid "Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Examples:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:250
|
||||||
|
#, docstring
|
||||||
|
msgid "Announce a message to all servers the bot is in."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:257
|
||||||
|
msgid "The announcement has begun."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:265
|
||||||
|
#, docstring
|
||||||
|
msgid "Cancel a running announce."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:271
|
||||||
|
msgid "The current announcement has been cancelled."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:277
|
||||||
|
#, docstring
|
||||||
|
msgid "Change the channel to which the bot makes announcements."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:283
|
||||||
|
msgid "The announcement channel has been set to {channel.mention}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:290
|
||||||
|
#, docstring
|
||||||
|
msgid "Toggle announcements being enabled this server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:296
|
||||||
|
msgid "The server {guild.name} will receive announcements."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:300
|
||||||
|
msgid "The server {guild.name} will not receive announcements."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:326
|
||||||
|
#, docstring
|
||||||
|
msgid "Add a role to yourself.\\n\\n Server admins must have configured the role as user settable.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:337
|
||||||
|
#, docstring
|
||||||
|
msgid "Remove a selfrole from yourself.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:347
|
||||||
|
#, docstring
|
||||||
|
msgid "Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:355 redbot/cogs/admin/admin.py:367
|
||||||
|
msgid "The selfroles list has been successfully modified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:360
|
||||||
|
#, docstring
|
||||||
|
msgid "Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:371
|
||||||
|
#, docstring
|
||||||
|
msgid "\\n Lists all available selfroles.\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:377
|
||||||
|
msgid "Available Selfroles:\\n{selfroles}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:394
|
||||||
|
#, docstring
|
||||||
|
msgid "Lock a bot to its current servers only."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:399
|
||||||
|
msgid "The bot is no longer serverlocked."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:401
|
||||||
|
msgid "The bot is now serverlocked."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/announcer.py:70
|
||||||
|
msgid "I could not announce to server: {server.id}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/converters.py:25
|
||||||
|
msgid "The Admin cog is not loaded."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/converters.py:34
|
||||||
|
msgid "The provided role is not a valid selfrole."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
185
redbot/cogs/admin/locales/vi-VN.po
Normal file
185
redbot/cogs/admin/locales/vi-VN.po
Normal file
@ -0,0 +1,185 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
|
"PO-Revision-Date: 2020-01-07 21:49\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: Vietnamese\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Generated-By: redgettext 3.1\n"
|
||||||
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
|
"X-Crowdin-Language: vi\n"
|
||||||
|
"X-Crowdin-File: /admin/locales/messages.pot\n"
|
||||||
|
"Language: vi_VN\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:17
|
||||||
|
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
|
||||||
|
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:22
|
||||||
|
msgid "I tried to {verb} {role.name} to {member.display_name} but that role is higher than my highest role in the Discord hierarchy so I was unable to successfully add it. Please give me a higher role and try again."
|
||||||
|
msgstr "Tôi đã thử {verb} {role.name} với {member.display_name} nhưng vì quyền của {member.display_name} cao hơn của tôi, xin hãy cho tôi quyền cao hơn và thử lại."
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:29
|
||||||
|
msgid "I tried to {verb} {role.name} to {member.display_name} but that role is higher than your highest role in the Discord hierarchy so I was unable to successfully add it. Please get a higher role and try again."
|
||||||
|
msgstr "Tôi đã thử {verb} {role.name} với {member.display_name} nhưng vì quyền của {member.display_name} cao hơn của bạn, xin hãy lấy một quyền cao hơn và thử lại."
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:36
|
||||||
|
msgid "I tried to edit {role.name} but that role is higher than your highest role in the Discord hierarchy so I was unable to successfully add it. Please get a higher role and try again."
|
||||||
|
msgstr "Tôi đã thử chỉnh {role.name} nhưng vì quyền đó cao hơn quyền của bạn trong discord vì vậy tôi không thể chỉnh được, xin hãy lấy một quyền cao hơn và thử lại."
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:43
|
||||||
|
msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first."
|
||||||
|
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:53
|
||||||
|
#, docstring
|
||||||
|
msgid "A collection of server administration utilities."
|
||||||
|
msgstr "Một tập hợp các dụng cụ cho việc quản lý server."
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:115 redbot/cogs/admin/admin.py:160
|
||||||
|
msgid "add"
|
||||||
|
msgstr "thêm vào"
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:121
|
||||||
|
msgid "I successfully added {role.name} to {member.display_name}"
|
||||||
|
msgstr "Đã thêm thành công vai trò{role.name} cho {member.display_name}"
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:132 redbot/cogs/admin/admin.py:180
|
||||||
|
msgid "remove"
|
||||||
|
msgstr "gỡ bỏ"
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:138
|
||||||
|
msgid "I successfully removed {role.name} from {member.display_name}"
|
||||||
|
msgstr "Đã xóa thành công vai trò{role.name} từ {member.display_name}"
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:149
|
||||||
|
#, docstring
|
||||||
|
msgid "Add a role to a user.\\n\\n If user is left blank it defaults to the author of the command.\\n "
|
||||||
|
msgstr "Thêm vai trò cho người dùng.\\n\\n Nếu người dùng để trống thì được chỉnh về mặc định theo như người viết lệnh.\\n "
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:169
|
||||||
|
#, docstring
|
||||||
|
msgid "Remove a role from a user.\\n\\n If user is left blank it defaults to the author of the command.\\n "
|
||||||
|
msgstr "Đã xóa thành công vai trò của người dùng.\\n\\n Nếu người dùng để trống thì được chỉnh về mặc định theo như người viết lệnh.\\n "
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:187
|
||||||
|
#, docstring
|
||||||
|
msgid "Edit role settings."
|
||||||
|
msgstr "Chỉnh quyền của vai trò."
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:194
|
||||||
|
#, docstring
|
||||||
|
msgid "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 "Đổi màu của vai trò.\\n\\n Dùng dấu ngoặc kép cho vai trò nếu trong vai trò có dấu cách.\\n Màu phải được theo mã hex.\\n [Website chọn màu](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Ví dụ:\\n `[p]editrole colour \\\"Địt mẹ wibu\\\" #ff0000`\\n `[p]editrole colour \"Địt mẹ thằng jew\\\" #ff9900`\\n "
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:217 redbot/cogs/admin/admin.py:245
|
||||||
|
msgid "Done."
|
||||||
|
msgstr "Xong!"
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:222
|
||||||
|
#, docstring
|
||||||
|
msgid "Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Examples:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
|
||||||
|
msgstr "Thay đổi tên của vai trò.\\n\\n Dùng dấu ngoặc kép cho vai trò nếu trong vai trò có dấu cách.\\n\\n Ví dụ:\\n `[p]editrole name \\\"Địt mẹ Wibu\\\" Test`\\n "
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:250
|
||||||
|
#, docstring
|
||||||
|
msgid "Announce a message to all servers the bot is in."
|
||||||
|
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:257
|
||||||
|
msgid "The announcement has begun."
|
||||||
|
msgstr "Sự kiện {0} đã được bắt đầu."
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:265
|
||||||
|
#, docstring
|
||||||
|
msgid "Cancel a running announce."
|
||||||
|
msgstr "Hủy một thông báo đang chạy."
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:271
|
||||||
|
msgid "The current announcement has been cancelled."
|
||||||
|
msgstr "Thông báo đang chạy đã được hủy."
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:277
|
||||||
|
#, docstring
|
||||||
|
msgid "Change the channel to which the bot makes announcements."
|
||||||
|
msgstr "Đổi kênh thông báo của bot."
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:283
|
||||||
|
msgid "The announcement channel has been set to {channel.mention}"
|
||||||
|
msgstr "Kênh thông báo đã được đổi sang {channel.mention}"
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:290
|
||||||
|
#, docstring
|
||||||
|
msgid "Toggle announcements being enabled this server."
|
||||||
|
msgstr "Thông báo đang được bật trong server này."
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:296
|
||||||
|
msgid "The server {guild.name} will receive announcements."
|
||||||
|
msgstr "Sever{guild.name}sẽ được nhận thông báo."
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:300
|
||||||
|
msgid "The server {guild.name} will not receive announcements."
|
||||||
|
msgstr "Sever{guild.name}sẽ không được nhận thông báo."
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:326
|
||||||
|
#, docstring
|
||||||
|
msgid "Add a role to yourself.\\n\\n Server admins must have configured the role as user settable.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
|
msgstr "Thêm vài trò cho mình.\\n\\n Admin của server này đã để cho bạn có thể tự đặt vai trò cho mình.\\n\\n Lưu ý: Phải phân biệt chữ hoa chữ thường cho vai trò\\n "
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:337
|
||||||
|
#, docstring
|
||||||
|
msgid "Remove a selfrole from yourself.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
|
msgstr "Gỡ bỏ vai trò tự thêm bằng lệnh.\\n\\n Lưu ý: Phải phân biệt chữ hoa chữ thường cho vai trò!\\n "
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:347
|
||||||
|
#, docstring
|
||||||
|
msgid "Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
|
msgstr "Thêm một vai trò vào danh sách vai trò tự thêm.\\n\\n Lưu ý: Phải phân biệt chữ hoa chữ thường cho vai trò!\\n "
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:355 redbot/cogs/admin/admin.py:367
|
||||||
|
msgid "The selfroles list has been successfully modified."
|
||||||
|
msgstr "Danh sách vai trò tự thêm đã được chỉnh sửa thành công."
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:360
|
||||||
|
#, docstring
|
||||||
|
msgid "Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
|
msgstr "Gỡ bỏ vai trò tự thêm từ danh sách các vai trò tự thêm.\\n\\n Lưu ý: Phải phân biệt chữ hoa chữ thường cho vai trò!\\n "
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:371
|
||||||
|
#, docstring
|
||||||
|
msgid "\\n 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:377
|
||||||
|
msgid "Available Selfroles:\\n{selfroles}"
|
||||||
|
msgstr "Vai trò tự thêm:\\n{selfroles}"
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:394
|
||||||
|
#, docstring
|
||||||
|
msgid "Lock a bot to its current servers only."
|
||||||
|
msgstr "Khóa lệnh bot cho server hiện tại."
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:399
|
||||||
|
msgid "The bot is no longer serverlocked."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:401
|
||||||
|
msgid "The bot is now serverlocked."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/announcer.py:70
|
||||||
|
msgid "I could not announce to server: {server.id}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/converters.py:25
|
||||||
|
msgid "The Admin cog is not loaded."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/converters.py:34
|
||||||
|
msgid "The provided role is not a valid selfrole."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
@ -1,19 +1,18 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
"PO-Revision-Date: 2019-07-06 16:14\n"
|
"PO-Revision-Date: 2020-01-07 21:49\n"
|
||||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Chinese Simplified\n"
|
"Language-Team: Chinese Simplified\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"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.0\n"
|
"Generated-By: redgettext 3.1\n"
|
||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
"X-Generator: crowdin.com\n"
|
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: zh-CN\n"
|
"X-Crowdin-Language: zh-CN\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
"X-Crowdin-File: /admin/locales/messages.pot\n"
|
||||||
"Language: zh_CN\n"
|
"Language: zh_CN\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
|
|||||||
185
redbot/cogs/admin/locales/zh-HK.po
Normal file
185
redbot/cogs/admin/locales/zh-HK.po
Normal file
@ -0,0 +1,185 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
|
"PO-Revision-Date: 2020-01-07 21:49\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: Chinese Traditional, Hong Kong\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Generated-By: redgettext 3.1\n"
|
||||||
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
|
"X-Crowdin-Language: zh-HK\n"
|
||||||
|
"X-Crowdin-File: /admin/locales/messages.pot\n"
|
||||||
|
"Language: zh_HK\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:17
|
||||||
|
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:22
|
||||||
|
msgid "I tried to {verb} {role.name} to {member.display_name} but that role is higher than my highest role in the Discord hierarchy so I was unable to successfully add it. Please give me a higher role and try again."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:29
|
||||||
|
msgid "I tried to {verb} {role.name} to {member.display_name} but that role is higher than your highest role in the Discord hierarchy so I was unable to successfully add it. Please get a higher role and try again."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:36
|
||||||
|
msgid "I tried to edit {role.name} but that role is higher than your highest role in the Discord hierarchy so I was unable to successfully add it. Please get a higher role and try again."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:43
|
||||||
|
msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:53
|
||||||
|
#, docstring
|
||||||
|
msgid "A collection of server administration utilities."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:115 redbot/cogs/admin/admin.py:160
|
||||||
|
msgid "add"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:121
|
||||||
|
msgid "I successfully added {role.name} to {member.display_name}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:132 redbot/cogs/admin/admin.py:180
|
||||||
|
msgid "remove"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:138
|
||||||
|
msgid "I successfully removed {role.name} from {member.display_name}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:149
|
||||||
|
#, docstring
|
||||||
|
msgid "Add a role to a user.\\n\\n If user is left blank it defaults to the author of the command.\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:169
|
||||||
|
#, docstring
|
||||||
|
msgid "Remove a role from a user.\\n\\n If user is left blank it defaults to the author of the command.\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:187
|
||||||
|
#, docstring
|
||||||
|
msgid "Edit role settings."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:194
|
||||||
|
#, docstring
|
||||||
|
msgid "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 ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:217 redbot/cogs/admin/admin.py:245
|
||||||
|
msgid "Done."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:222
|
||||||
|
#, docstring
|
||||||
|
msgid "Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Examples:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:250
|
||||||
|
#, docstring
|
||||||
|
msgid "Announce a message to all servers the bot is in."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:257
|
||||||
|
msgid "The announcement has begun."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:265
|
||||||
|
#, docstring
|
||||||
|
msgid "Cancel a running announce."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:271
|
||||||
|
msgid "The current announcement has been cancelled."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:277
|
||||||
|
#, docstring
|
||||||
|
msgid "Change the channel to which the bot makes announcements."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:283
|
||||||
|
msgid "The announcement channel has been set to {channel.mention}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:290
|
||||||
|
#, docstring
|
||||||
|
msgid "Toggle announcements being enabled this server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:296
|
||||||
|
msgid "The server {guild.name} will receive announcements."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:300
|
||||||
|
msgid "The server {guild.name} will not receive announcements."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:326
|
||||||
|
#, docstring
|
||||||
|
msgid "Add a role to yourself.\\n\\n Server admins must have configured the role as user settable.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:337
|
||||||
|
#, docstring
|
||||||
|
msgid "Remove a selfrole from yourself.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:347
|
||||||
|
#, docstring
|
||||||
|
msgid "Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:355 redbot/cogs/admin/admin.py:367
|
||||||
|
msgid "The selfroles list has been successfully modified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:360
|
||||||
|
#, docstring
|
||||||
|
msgid "Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:371
|
||||||
|
#, docstring
|
||||||
|
msgid "\\n Lists all available selfroles.\\n "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:377
|
||||||
|
msgid "Available Selfroles:\\n{selfroles}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:394
|
||||||
|
#, docstring
|
||||||
|
msgid "Lock a bot to its current servers only."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:399
|
||||||
|
msgid "The bot is no longer serverlocked."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:401
|
||||||
|
msgid "The bot is now serverlocked."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/announcer.py:70
|
||||||
|
msgid "I could not announce to server: {server.id}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/converters.py:25
|
||||||
|
msgid "The Admin cog is not loaded."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/converters.py:34
|
||||||
|
msgid "The provided role is not a valid selfrole."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
@ -1,19 +1,18 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
"PO-Revision-Date: 2019-07-14 02:15\n"
|
"PO-Revision-Date: 2020-01-07 21:49\n"
|
||||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Chinese Traditional\n"
|
"Language-Team: Chinese Traditional\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"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.0\n"
|
"Generated-By: redgettext 3.1\n"
|
||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
"X-Generator: crowdin.com\n"
|
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: zh-TW\n"
|
"X-Crowdin-Language: zh-TW\n"
|
||||||
"X-Crowdin-File: /cogs/admin/locales/messages.pot\n"
|
"X-Crowdin-File: /admin/locales/messages.pot\n"
|
||||||
"Language: zh_TW\n"
|
"Language: zh_TW\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:17
|
#: redbot/cogs/admin/admin.py:17
|
||||||
|
|||||||
153
redbot/cogs/alias/locales/af-ZA.po
Normal file
153
redbot/cogs/alias/locales/af-ZA.po
Normal file
@ -0,0 +1,153 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
|
"PO-Revision-Date: 2020-01-07 21:47\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: Afrikaans\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Generated-By: redgettext 3.1\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
|
"X-Crowdin-Language: af\n"
|
||||||
|
"X-Crowdin-File: /alias/locales/messages.pot\n"
|
||||||
|
"Language: af_ZA\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:35
|
||||||
|
#, 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 "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:107
|
||||||
|
msgid "Arguments must be specified with a number."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:114
|
||||||
|
msgid "Arguments must be sequential. Missing arguments: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:164
|
||||||
|
msgid "No prefix found."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:231
|
||||||
|
#, docstring
|
||||||
|
msgid "Manage command aliases."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:236
|
||||||
|
#, docstring
|
||||||
|
msgid "Manage global aliases."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:243
|
||||||
|
#, docstring
|
||||||
|
msgid "Add an alias for a command."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:248
|
||||||
|
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:259
|
||||||
|
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:270
|
||||||
|
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 ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:289
|
||||||
|
msgid "A new alias with the trigger `{name}` has been created."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:295
|
||||||
|
#, docstring
|
||||||
|
msgid "Add a global alias for a command."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:300
|
||||||
|
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:311
|
||||||
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:322
|
||||||
|
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 ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:338
|
||||||
|
msgid "A new global alias with the trigger `{name}` has been created."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:346
|
||||||
|
#, docstring
|
||||||
|
msgid "Try to execute help for the base command of the alias."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:355
|
||||||
|
msgid "{prefix}help {command}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:360
|
||||||
|
msgid "No such alias exists."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:365
|
||||||
|
#, docstring
|
||||||
|
msgid "Show what command the alias executes."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:370
|
||||||
|
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:375
|
||||||
|
msgid "There is no alias with the name `{name}`"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:381
|
||||||
|
#, docstring
|
||||||
|
msgid "Delete an existing alias on this server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:386 redbot/cogs/alias/alias.py:422
|
||||||
|
#: redbot/cogs/alias/alias.py:433
|
||||||
|
msgid "There are no aliases on this server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:391 redbot/cogs/alias/alias.py:409
|
||||||
|
msgid "Alias with the name `{name}` was successfully deleted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:394 redbot/cogs/alias/alias.py:412
|
||||||
|
msgid "Alias with name `{name}` was not found."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:399
|
||||||
|
#, docstring
|
||||||
|
msgid "Delete an existing global alias."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:404
|
||||||
|
msgid "There are no aliases on this bot."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:417
|
||||||
|
#, docstring
|
||||||
|
msgid "List the available aliases on this server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:418 redbot/cogs/alias/alias.py:429
|
||||||
|
msgid "Aliases:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:428
|
||||||
|
#, docstring
|
||||||
|
msgid "List the available global aliases on this bot."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
@ -1,154 +1,155 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
"PO-Revision-Date: 2019-07-06 16:12\n"
|
"PO-Revision-Date: 2020-01-07 21:47\n"
|
||||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"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.0\n"
|
"Generated-By: redgettext 3.1\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-Generator: crowdin.com\n"
|
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: ar\n"
|
"X-Crowdin-Language: ar\n"
|
||||||
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
|
"X-Crowdin-File: /alias/locales/messages.pot\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:35
|
#: redbot/cogs/alias/alias.py:35
|
||||||
#, 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 "إنشاء أسماء مستعارة للأوامر. \\ n \\ n الأسماء المستعارة هي اختصارات أسماء بديلة للأوامر. يمكنهم \\ n العمل كحمل لامدا (تخزين الوسائط للاستخدام المتكرر) \\ n أو ببساطة اختصار للقول \\ \"xyz \\\". \\ n \\ n عند التشغيل ، ستقبل الأسماء المستعارة أي وسيطات إضافية \\ n وتضيفها إلى الاسم المستعار المخزن. \\ n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:107
|
#: redbot/cogs/alias/alias.py:107
|
||||||
msgid "Arguments must be specified with a number."
|
msgid "Arguments must be specified with a number."
|
||||||
msgstr ""
|
msgstr "يجب تحديد الوسائط برقم."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:114
|
#: redbot/cogs/alias/alias.py:114
|
||||||
msgid "Arguments must be sequential. Missing arguments: "
|
msgid "Arguments must be sequential. Missing arguments: "
|
||||||
msgstr ""
|
msgstr "يجب أن تكون الوسائط متسلسلة. الوسائط المفقودة:"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:164
|
#: redbot/cogs/alias/alias.py:164
|
||||||
msgid "No prefix found."
|
msgid "No prefix found."
|
||||||
msgstr ""
|
msgstr "لم يتم العثور على prefix"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:231
|
#: redbot/cogs/alias/alias.py:231
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage command aliases."
|
msgid "Manage command aliases."
|
||||||
msgstr ""
|
msgstr "إدارة الأسماء المستعارة للأوامر."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:236
|
#: redbot/cogs/alias/alias.py:236
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage global aliases."
|
msgid "Manage global aliases."
|
||||||
msgstr ""
|
msgstr "إدارة الأسماء المستعارة العالمية."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:243
|
#: redbot/cogs/alias/alias.py:243
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add an alias for a command."
|
msgid "Add an alias for a command."
|
||||||
msgstr ""
|
msgstr "إضافة اسم مستعار للأمر."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:248
|
#: redbot/cogs/alias/alias.py:248
|
||||||
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:259
|
#: redbot/cogs/alias/alias.py:259
|
||||||
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr "لقد حاولت إنشاء اسم مستعار جديد يحمل الاسم {name} ولكن هذا الاسم المستعار موجود بالفعل على هذا الخادم."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:270
|
#: redbot/cogs/alias/alias.py:270
|
||||||
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:289
|
#: redbot/cogs/alias/alias.py:289
|
||||||
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:295
|
#: redbot/cogs/alias/alias.py:295
|
||||||
#, 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:300
|
#: redbot/cogs/alias/alias.py:300
|
||||||
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:311
|
#: redbot/cogs/alias/alias.py:311
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr "لقد حاولت إنشاء اسم مستعار عام جديد يحمل الاسم {name} ولكن هذا الاسم المستعار موجود بالفعل على هذا الخادم."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:322
|
#: redbot/cogs/alias/alias.py:322
|
||||||
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:338
|
#: redbot/cogs/alias/alias.py:338
|
||||||
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:346
|
#: redbot/cogs/alias/alias.py:346
|
||||||
#, 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:355
|
#: redbot/cogs/alias/alias.py:355
|
||||||
msgid "{prefix}help {command}"
|
msgid "{prefix}help {command}"
|
||||||
msgstr ""
|
msgstr "{prefix}help {command}"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:360
|
#: redbot/cogs/alias/alias.py:360
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr ""
|
msgstr "لا يوجد مثل هذا الاسم المستعار."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:365
|
#: redbot/cogs/alias/alias.py:365
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Show what command the alias executes."
|
msgid "Show what command the alias executes."
|
||||||
msgstr ""
|
msgstr "أظهر ما أمر تنفيذ الاسم المستعار."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:370
|
#: redbot/cogs/alias/alias.py:370
|
||||||
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:375
|
#: redbot/cogs/alias/alias.py:375
|
||||||
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:381
|
#: redbot/cogs/alias/alias.py:381
|
||||||
#, 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:386 redbot/cogs/alias/alias.py:422
|
#: redbot/cogs/alias/alias.py:386 redbot/cogs/alias/alias.py:422
|
||||||
#: redbot/cogs/alias/alias.py:433
|
#: redbot/cogs/alias/alias.py:433
|
||||||
msgid "There are no aliases on this server."
|
msgid "There are no aliases on this server."
|
||||||
msgstr ""
|
msgstr "الخادم\n\n"
|
||||||
|
"خادم الفتنة\n"
|
||||||
|
"لا توجد أسماء مستعارة على هذا الخادم."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:391 redbot/cogs/alias/alias.py:409
|
#: redbot/cogs/alias/alias.py:391 redbot/cogs/alias/alias.py:409
|
||||||
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:394 redbot/cogs/alias/alias.py:412
|
#: redbot/cogs/alias/alias.py:394 redbot/cogs/alias/alias.py:412
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
msgstr ""
|
msgstr "لم يتم العثور على الاسم المستعار الذي يحمل الاسم `{name}`."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:399
|
#: redbot/cogs/alias/alias.py:399
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing global alias."
|
msgid "Delete an existing global alias."
|
||||||
msgstr ""
|
msgstr "حذف اسم مستعار عالمي موجود."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:404
|
#: redbot/cogs/alias/alias.py:404
|
||||||
msgid "There are no aliases on this bot."
|
msgid "There are no aliases on this bot."
|
||||||
msgstr ""
|
msgstr "لا توجد أسماء مستعارة في هذا الروبوت."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:417
|
#: redbot/cogs/alias/alias.py:417
|
||||||
#, 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:418 redbot/cogs/alias/alias.py:429
|
#: redbot/cogs/alias/alias.py:418 redbot/cogs/alias/alias.py:429
|
||||||
msgid "Aliases:"
|
msgid "Aliases:"
|
||||||
msgstr ""
|
msgstr "اسماء مستعارة:"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:428
|
#: redbot/cogs/alias/alias.py:428
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available global aliases on this bot."
|
msgid "List the available global aliases on this bot."
|
||||||
msgstr ""
|
msgstr "قائمة الأسماء المستعارة العالمية المتاحة على هذا الروبوت."
|
||||||
|
|
||||||
|
|||||||
@ -1,19 +1,18 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
"PO-Revision-Date: 2019-07-06 16:12\n"
|
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Bulgarian\n"
|
"Language-Team: Bulgarian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"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.0\n"
|
"Generated-By: redgettext 3.1\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Generator: crowdin.com\n"
|
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: bg\n"
|
"X-Crowdin-Language: bg\n"
|
||||||
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
|
"X-Crowdin-File: /alias/locales/messages.pot\n"
|
||||||
"Language: bg_BG\n"
|
"Language: bg_BG\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:35
|
#: redbot/cogs/alias/alias.py:35
|
||||||
|
|||||||
153
redbot/cogs/alias/locales/ca-ES.po
Normal file
153
redbot/cogs/alias/locales/ca-ES.po
Normal file
@ -0,0 +1,153 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
|
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: Catalan\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Generated-By: redgettext 3.1\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
|
"X-Crowdin-Language: ca\n"
|
||||||
|
"X-Crowdin-File: /alias/locales/messages.pot\n"
|
||||||
|
"Language: ca_ES\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:35
|
||||||
|
#, 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 "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:107
|
||||||
|
msgid "Arguments must be specified with a number."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:114
|
||||||
|
msgid "Arguments must be sequential. Missing arguments: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:164
|
||||||
|
msgid "No prefix found."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:231
|
||||||
|
#, docstring
|
||||||
|
msgid "Manage command aliases."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:236
|
||||||
|
#, docstring
|
||||||
|
msgid "Manage global aliases."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:243
|
||||||
|
#, docstring
|
||||||
|
msgid "Add an alias for a command."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:248
|
||||||
|
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:259
|
||||||
|
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:270
|
||||||
|
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 ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:289
|
||||||
|
msgid "A new alias with the trigger `{name}` has been created."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:295
|
||||||
|
#, docstring
|
||||||
|
msgid "Add a global alias for a command."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:300
|
||||||
|
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:311
|
||||||
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:322
|
||||||
|
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 ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:338
|
||||||
|
msgid "A new global alias with the trigger `{name}` has been created."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:346
|
||||||
|
#, docstring
|
||||||
|
msgid "Try to execute help for the base command of the alias."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:355
|
||||||
|
msgid "{prefix}help {command}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:360
|
||||||
|
msgid "No such alias exists."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:365
|
||||||
|
#, docstring
|
||||||
|
msgid "Show what command the alias executes."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:370
|
||||||
|
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:375
|
||||||
|
msgid "There is no alias with the name `{name}`"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:381
|
||||||
|
#, docstring
|
||||||
|
msgid "Delete an existing alias on this server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:386 redbot/cogs/alias/alias.py:422
|
||||||
|
#: redbot/cogs/alias/alias.py:433
|
||||||
|
msgid "There are no aliases on this server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:391 redbot/cogs/alias/alias.py:409
|
||||||
|
msgid "Alias with the name `{name}` was successfully deleted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:394 redbot/cogs/alias/alias.py:412
|
||||||
|
msgid "Alias with name `{name}` was not found."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:399
|
||||||
|
#, docstring
|
||||||
|
msgid "Delete an existing global alias."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:404
|
||||||
|
msgid "There are no aliases on this bot."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:417
|
||||||
|
#, docstring
|
||||||
|
msgid "List the available aliases on this server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:418 redbot/cogs/alias/alias.py:429
|
||||||
|
msgid "Aliases:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:428
|
||||||
|
#, docstring
|
||||||
|
msgid "List the available global aliases on this bot."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
@ -1,19 +1,18 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
"PO-Revision-Date: 2019-07-14 02:15\n"
|
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Czech\n"
|
"Language-Team: Czech\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"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.0\n"
|
"Generated-By: redgettext 3.1\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-Generator: crowdin.com\n"
|
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: cs\n"
|
"X-Crowdin-Language: cs\n"
|
||||||
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
|
"X-Crowdin-File: /alias/locales/messages.pot\n"
|
||||||
"Language: cs_CZ\n"
|
"Language: cs_CZ\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:35
|
#: redbot/cogs/alias/alias.py:35
|
||||||
@ -27,7 +26,7 @@ msgstr "Argumenty musí být zadány s číslem."
|
|||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:114
|
#: redbot/cogs/alias/alias.py:114
|
||||||
msgid "Arguments must be sequential. Missing arguments: "
|
msgid "Arguments must be sequential. Missing arguments: "
|
||||||
msgstr "Argumenty musí být sekvenční. Chybějící argumenty: "
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:164
|
#: redbot/cogs/alias/alias.py:164
|
||||||
msgid "No prefix found."
|
msgid "No prefix found."
|
||||||
@ -41,12 +40,12 @@ msgstr "Spravovat aliasy příkazů."
|
|||||||
#: redbot/cogs/alias/alias.py:236
|
#: redbot/cogs/alias/alias.py:236
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage global aliases."
|
msgid "Manage global aliases."
|
||||||
msgstr ""
|
msgstr "Správa globálních aliasů."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:243
|
#: redbot/cogs/alias/alias.py:243
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add an alias for a command."
|
msgid "Add an alias for a command."
|
||||||
msgstr ""
|
msgstr "Přidat alias pro příkaz."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:248
|
#: redbot/cogs/alias/alias.py:248
|
||||||
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."
|
||||||
@ -67,11 +66,11 @@ msgstr ""
|
|||||||
#: redbot/cogs/alias/alias.py:295
|
#: redbot/cogs/alias/alias.py:295
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a global alias for a command."
|
msgid "Add a global alias for a command."
|
||||||
msgstr ""
|
msgstr "Přidat globální alias pro příkaz."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:300
|
#: redbot/cogs/alias/alias.py:300
|
||||||
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 "Pokusili jste se vytvořit nový globální alias s názvem {name}, ale toto jméno je již příkazem tohoto bota."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:311
|
#: redbot/cogs/alias/alias.py:311
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
@ -92,38 +91,38 @@ msgstr ""
|
|||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:355
|
#: redbot/cogs/alias/alias.py:355
|
||||||
msgid "{prefix}help {command}"
|
msgid "{prefix}help {command}"
|
||||||
msgstr ""
|
msgstr "{prefix}pomoc {command}"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:360
|
#: redbot/cogs/alias/alias.py:360
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr ""
|
msgstr "Žádný takový alias neexistuje."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:365
|
#: redbot/cogs/alias/alias.py:365
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Show what command the alias executes."
|
msgid "Show what command the alias executes."
|
||||||
msgstr ""
|
msgstr "Zobrazit příkaz ke spustitelnému aliasu."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:370
|
#: redbot/cogs/alias/alias.py:370
|
||||||
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
||||||
msgstr ""
|
msgstr "Alias `{alias_name} provede příkaz `{command}"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:375
|
#: redbot/cogs/alias/alias.py:375
|
||||||
msgid "There is no alias with the name `{name}`"
|
msgid "There is no alias with the name `{name}`"
|
||||||
msgstr ""
|
msgstr "Neexistuje žádný alias s názvem `{name}`"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:381
|
#: redbot/cogs/alias/alias.py:381
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing alias on this server."
|
msgid "Delete an existing alias on this server."
|
||||||
msgstr ""
|
msgstr "Odstraní existující alias na tomto serveru."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:386 redbot/cogs/alias/alias.py:422
|
#: redbot/cogs/alias/alias.py:386 redbot/cogs/alias/alias.py:422
|
||||||
#: redbot/cogs/alias/alias.py:433
|
#: redbot/cogs/alias/alias.py:433
|
||||||
msgid "There are no aliases on this server."
|
msgid "There are no aliases on this server."
|
||||||
msgstr ""
|
msgstr "Na tomto serveru nejsou žádné aliasy."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:391 redbot/cogs/alias/alias.py:409
|
#: redbot/cogs/alias/alias.py:391 redbot/cogs/alias/alias.py:409
|
||||||
msgid "Alias with the name `{name}` was successfully deleted."
|
msgid "Alias with the name `{name}` was successfully deleted."
|
||||||
msgstr ""
|
msgstr "Alias s názvem{name}` byl úspěšně smazán."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:394 redbot/cogs/alias/alias.py:412
|
#: redbot/cogs/alias/alias.py:394 redbot/cogs/alias/alias.py:412
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
@ -132,7 +131,7 @@ msgstr ""
|
|||||||
#: redbot/cogs/alias/alias.py:399
|
#: redbot/cogs/alias/alias.py:399
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing global alias."
|
msgid "Delete an existing global alias."
|
||||||
msgstr ""
|
msgstr "Odstranit existující globální alias."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:404
|
#: redbot/cogs/alias/alias.py:404
|
||||||
msgid "There are no aliases on this bot."
|
msgid "There are no aliases on this bot."
|
||||||
@ -141,11 +140,11 @@ msgstr ""
|
|||||||
#: redbot/cogs/alias/alias.py:417
|
#: redbot/cogs/alias/alias.py:417
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available aliases on this server."
|
msgid "List the available aliases on this server."
|
||||||
msgstr ""
|
msgstr "Seznam dostupných aliasů na tomto serveru."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:418 redbot/cogs/alias/alias.py:429
|
#: redbot/cogs/alias/alias.py:418 redbot/cogs/alias/alias.py:429
|
||||||
msgid "Aliases:"
|
msgid "Aliases:"
|
||||||
msgstr ""
|
msgstr "Aliasy:"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:428
|
#: redbot/cogs/alias/alias.py:428
|
||||||
#, docstring
|
#, docstring
|
||||||
|
|||||||
@ -1,19 +1,18 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
"PO-Revision-Date: 2019-07-06 16:12\n"
|
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Danish\n"
|
"Language-Team: Danish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"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.0\n"
|
"Generated-By: redgettext 3.1\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Generator: crowdin.com\n"
|
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: da\n"
|
"X-Crowdin-Language: da\n"
|
||||||
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
|
"X-Crowdin-File: /alias/locales/messages.pot\n"
|
||||||
"Language: da_DK\n"
|
"Language: da_DK\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:35
|
#: redbot/cogs/alias/alias.py:35
|
||||||
|
|||||||
@ -1,29 +1,28 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
"PO-Revision-Date: 2019-07-06 16:12\n"
|
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: German\n"
|
"Language-Team: German\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"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.0\n"
|
"Generated-By: redgettext 3.1\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Generator: crowdin.com\n"
|
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: de\n"
|
"X-Crowdin-Language: de\n"
|
||||||
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
|
"X-Crowdin-File: /alias/locales/messages.pot\n"
|
||||||
"Language: de_DE\n"
|
"Language: de_DE\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:35
|
#: redbot/cogs/alias/alias.py:35
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
||||||
msgstr ""
|
msgstr "Erstelle Aliasse für Befehle.\\n\\n Aliasse sind alternative Namenskürzel für Befehle. Sie können als\\n Lambda-Funktion dienen (Argumente können in der Funktion beliebig\\n verwendet werden) oder als einfache Abkürzung um z. B. \\\"x y z\\\" zu\\n sagen.\\n\\n Wenn ausgeführt, akzeptieren Aliasse jedes zusätzliche Argument und\\n fügen es dem gespeicherten Alias an.\\n "
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:107
|
#: redbot/cogs/alias/alias.py:107
|
||||||
msgid "Arguments must be specified with a number."
|
msgid "Arguments must be specified with a number."
|
||||||
msgstr "Argumente müssen mit einer Nummer bestimmt werden."
|
msgstr "Argumente müssen als Zahl angegeben werden."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:114
|
#: redbot/cogs/alias/alias.py:114
|
||||||
msgid "Arguments must be sequential. Missing arguments: "
|
msgid "Arguments must be sequential. Missing arguments: "
|
||||||
@ -31,17 +30,17 @@ msgstr "Argumente müssen sequentiell sein. Fehlende Argumente: "
|
|||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:164
|
#: redbot/cogs/alias/alias.py:164
|
||||||
msgid "No prefix found."
|
msgid "No prefix found."
|
||||||
msgstr "Kein Präfix wurde gefunden."
|
msgstr "Präfix nicht gefunden."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:231
|
#: redbot/cogs/alias/alias.py:231
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage command aliases."
|
msgid "Manage command aliases."
|
||||||
msgstr "Verwalte die Alias Befehle."
|
msgstr "Verwalte Befehlsaliase."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:236
|
#: redbot/cogs/alias/alias.py:236
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage global aliases."
|
msgid "Manage global aliases."
|
||||||
msgstr "Verwalte die globalen Aliasse."
|
msgstr "Verwalte globale Befehlsaliase."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:243
|
#: redbot/cogs/alias/alias.py:243
|
||||||
#, docstring
|
#, docstring
|
||||||
@ -50,7 +49,7 @@ msgstr "Füge einen Alias für einen Befehl hinzu."
|
|||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:248
|
#: redbot/cogs/alias/alias.py:248
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr "Du hast versucht, einen neuen Alias mit dem Namen {name} zu erstellen, aber dieser Name ist bereits ein Befehl für diesen Bot."
|
msgstr "Du hast versucht, einen neuen Alias mit dem Namen {name} zu erstellen, aber {name} ist bereits ein Befehl für diesen Bot."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:259
|
#: redbot/cogs/alias/alias.py:259
|
||||||
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
||||||
@ -58,7 +57,7 @@ msgstr "Du hast versucht einen neuen Alias mit dem Namen {name} zu erstellen, ab
|
|||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:270
|
#: redbot/cogs/alias/alias.py:270
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr "Du hast versucht einen neuen Alias mit dem Namen {name} zu erstellen, aber dieser Name ist ein ungültiger Alias-Name. Alias-Namen dürfen keine Leerzeichen enthalten."
|
msgstr "Du hast versucht einen neuen Alias mit dem Namen {name} zu erstellen. Dies ist jedoch nicht möglich, da Alias-Namen keine Leerzeichen enthalten dürfen."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:289
|
#: redbot/cogs/alias/alias.py:289
|
||||||
msgid "A new alias with the trigger `{name}` has been created."
|
msgid "A new alias with the trigger `{name}` has been created."
|
||||||
@ -71,7 +70,7 @@ msgstr "Füge einen globalen Alias für einen Befehl hinzu."
|
|||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:300
|
#: redbot/cogs/alias/alias.py:300
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr "Du hast versucht, einen neuen globalen Alias mit dem Namen {name} zu erstellen, aber dieser Name ist bereits ein Befehl für diesen Bot."
|
msgstr "Du hast versucht, einen neuen globalen Alias mit dem Namen {name} zu erstellen, aber {name} ist bereits ein Befehl für diesen Bot."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:311
|
#: redbot/cogs/alias/alias.py:311
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
@ -79,7 +78,7 @@ msgstr "Du hast versucht, einen neuen globalen Alias mit dem Namen {name} zu ers
|
|||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:322
|
#: redbot/cogs/alias/alias.py:322
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr "Du hast versucht, einen neuen globalen Alias mit dem Namen {name} zu erstellen, dieser Name ist jedoch ein ungültiger Alias-Name. Alias-Namen dürfen keine Leerzeichen enthalten."
|
msgstr "Du hast versucht einen globalen Alias mit dem Namen {name} zu erstellen. Dies ist jedoch nicht möglich, da Alias-Namen keine Leerzeichen enthalten dürfen."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:338
|
#: redbot/cogs/alias/alias.py:338
|
||||||
msgid "A new global alias with the trigger `{name}` has been created."
|
msgid "A new global alias with the trigger `{name}` has been created."
|
||||||
@ -88,20 +87,20 @@ msgstr "Ein neuer globaler Alias mit dem Trigger `{name}` wurde erstellt."
|
|||||||
#: redbot/cogs/alias/alias.py:346
|
#: redbot/cogs/alias/alias.py:346
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Try to execute help for the base command of the alias."
|
msgid "Try to execute help for the base command of the alias."
|
||||||
msgstr "Versuche die Hilfe für den Basisbefehl des Alias auszuführen."
|
msgstr "Zeigt die Hilfe des Basisbefehls."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:355
|
#: redbot/cogs/alias/alias.py:355
|
||||||
msgid "{prefix}help {command}"
|
msgid "{prefix}help {command}"
|
||||||
msgstr "{prefix}help {command}"
|
msgstr "{prefix}Hilfe{command}"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:360
|
#: redbot/cogs/alias/alias.py:360
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr "So ein Alias ist nicht vorhanden."
|
msgstr "Dieser Alias existiert nicht."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:365
|
#: redbot/cogs/alias/alias.py:365
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Show what command the alias executes."
|
msgid "Show what command the alias executes."
|
||||||
msgstr "Zeige den Befehl, welchen der Alias ausführt."
|
msgstr "Zeige den Basisbefehl."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:370
|
#: redbot/cogs/alias/alias.py:370
|
||||||
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
||||||
@ -114,7 +113,7 @@ msgstr "Kein Alias mit dem Namen '{name}' gefunden"
|
|||||||
#: redbot/cogs/alias/alias.py:381
|
#: redbot/cogs/alias/alias.py:381
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing alias on this server."
|
msgid "Delete an existing alias on this server."
|
||||||
msgstr "Lösche einen bereits existierenden Alias auf diesem Server."
|
msgstr "Lösche einen Alias auf diesem Server."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:386 redbot/cogs/alias/alias.py:422
|
#: redbot/cogs/alias/alias.py:386 redbot/cogs/alias/alias.py:422
|
||||||
#: redbot/cogs/alias/alias.py:433
|
#: redbot/cogs/alias/alias.py:433
|
||||||
@ -123,7 +122,7 @@ msgstr "Es gibt keine Aliasse auf diesem Server."
|
|||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:391 redbot/cogs/alias/alias.py:409
|
#: redbot/cogs/alias/alias.py:391 redbot/cogs/alias/alias.py:409
|
||||||
msgid "Alias with the name `{name}` was successfully deleted."
|
msgid "Alias with the name `{name}` was successfully deleted."
|
||||||
msgstr "Der Alias mit dem Namen '{name}' wurde erfolgreich gelöscht."
|
msgstr "Der Alias '{name}' wurde erfolgreich gelöscht."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:394 redbot/cogs/alias/alias.py:412
|
#: redbot/cogs/alias/alias.py:394 redbot/cogs/alias/alias.py:412
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
@ -132,7 +131,7 @@ msgstr "Kein Alias mit dem Namen '{name}' gefunden."
|
|||||||
#: redbot/cogs/alias/alias.py:399
|
#: redbot/cogs/alias/alias.py:399
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing global alias."
|
msgid "Delete an existing global alias."
|
||||||
msgstr "Lösche einen bereits existierenden globalen Alias."
|
msgstr "Lösche einen globalen Alias."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:404
|
#: redbot/cogs/alias/alias.py:404
|
||||||
msgid "There are no aliases on this bot."
|
msgid "There are no aliases on this bot."
|
||||||
@ -141,7 +140,7 @@ msgstr "Es gibt keine Aliasse in diesem Bot."
|
|||||||
#: redbot/cogs/alias/alias.py:417
|
#: redbot/cogs/alias/alias.py:417
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available aliases on this server."
|
msgid "List the available aliases on this server."
|
||||||
msgstr "Zeige die auf diesem Server verfügbaren Alias."
|
msgstr "Zeige alle auf diesem Server verfügbaren Aliasse."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:418 redbot/cogs/alias/alias.py:429
|
#: redbot/cogs/alias/alias.py:418 redbot/cogs/alias/alias.py:429
|
||||||
msgid "Aliases:"
|
msgid "Aliases:"
|
||||||
@ -150,5 +149,5 @@ msgstr "Aliasse:"
|
|||||||
#: redbot/cogs/alias/alias.py:428
|
#: redbot/cogs/alias/alias.py:428
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available global aliases on this bot."
|
msgid "List the available global aliases on this bot."
|
||||||
msgstr "Zeige die verfügbaren globalen Alias von diesem Bot."
|
msgstr "Zeige alle globalen Aliasse."
|
||||||
|
|
||||||
|
|||||||
@ -1,19 +1,18 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
"PO-Revision-Date: 2019-07-06 16:12\n"
|
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Greek\n"
|
"Language-Team: Greek\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"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.0\n"
|
"Generated-By: redgettext 3.1\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Generator: crowdin.com\n"
|
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: el\n"
|
"X-Crowdin-Language: el\n"
|
||||||
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
|
"X-Crowdin-File: /alias/locales/messages.pot\n"
|
||||||
"Language: el_GR\n"
|
"Language: el_GR\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:35
|
#: redbot/cogs/alias/alias.py:35
|
||||||
|
|||||||
153
redbot/cogs/alias/locales/en-US.po
Normal file
153
redbot/cogs/alias/locales/en-US.po
Normal file
@ -0,0 +1,153 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
|
"PO-Revision-Date: 2020-01-07 21:49\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: English\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Generated-By: redgettext 3.1\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
|
"X-Crowdin-Language: en\n"
|
||||||
|
"X-Crowdin-File: /alias/locales/messages.pot\n"
|
||||||
|
"Language: en_US\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:35
|
||||||
|
#, 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 "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:107
|
||||||
|
msgid "Arguments must be specified with a number."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:114
|
||||||
|
msgid "Arguments must be sequential. Missing arguments: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:164
|
||||||
|
msgid "No prefix found."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:231
|
||||||
|
#, docstring
|
||||||
|
msgid "Manage command aliases."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:236
|
||||||
|
#, docstring
|
||||||
|
msgid "Manage global aliases."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:243
|
||||||
|
#, docstring
|
||||||
|
msgid "Add an alias for a command."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:248
|
||||||
|
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:259
|
||||||
|
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:270
|
||||||
|
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 ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:289
|
||||||
|
msgid "A new alias with the trigger `{name}` has been created."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:295
|
||||||
|
#, docstring
|
||||||
|
msgid "Add a global alias for a command."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:300
|
||||||
|
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:311
|
||||||
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:322
|
||||||
|
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 ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:338
|
||||||
|
msgid "A new global alias with the trigger `{name}` has been created."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:346
|
||||||
|
#, docstring
|
||||||
|
msgid "Try to execute help for the base command of the alias."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:355
|
||||||
|
msgid "{prefix}help {command}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:360
|
||||||
|
msgid "No such alias exists."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:365
|
||||||
|
#, docstring
|
||||||
|
msgid "Show what command the alias executes."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:370
|
||||||
|
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:375
|
||||||
|
msgid "There is no alias with the name `{name}`"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:381
|
||||||
|
#, docstring
|
||||||
|
msgid "Delete an existing alias on this server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:386 redbot/cogs/alias/alias.py:422
|
||||||
|
#: redbot/cogs/alias/alias.py:433
|
||||||
|
msgid "There are no aliases on this server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:391 redbot/cogs/alias/alias.py:409
|
||||||
|
msgid "Alias with the name `{name}` was successfully deleted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:394 redbot/cogs/alias/alias.py:412
|
||||||
|
msgid "Alias with name `{name}` was not found."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:399
|
||||||
|
#, docstring
|
||||||
|
msgid "Delete an existing global alias."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:404
|
||||||
|
msgid "There are no aliases on this bot."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:417
|
||||||
|
#, docstring
|
||||||
|
msgid "List the available aliases on this server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:418 redbot/cogs/alias/alias.py:429
|
||||||
|
msgid "Aliases:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:428
|
||||||
|
#, docstring
|
||||||
|
msgid "List the available global aliases on this bot."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
@ -1,33 +1,32 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
"PO-Revision-Date: 2019-07-14 02:14\n"
|
"PO-Revision-Date: 2020-01-07 21:47\n"
|
||||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Spanish\n"
|
"Language-Team: Spanish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"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.0\n"
|
"Generated-By: redgettext 3.1\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Generator: crowdin.com\n"
|
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: es-ES\n"
|
"X-Crowdin-Language: es-ES\n"
|
||||||
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
|
"X-Crowdin-File: /alias/locales/messages.pot\n"
|
||||||
"Language: es_ES\n"
|
"Language: es_ES\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:35
|
#: redbot/cogs/alias/alias.py:35
|
||||||
#, 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 "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:107
|
#: redbot/cogs/alias/alias.py:107
|
||||||
msgid "Arguments must be specified with a number."
|
msgid "Arguments must be specified with a number."
|
||||||
msgstr ""
|
msgstr "Los argumentos deben especificarse con un número."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:114
|
#: redbot/cogs/alias/alias.py:114
|
||||||
msgid "Arguments must be sequential. Missing arguments: "
|
msgid "Arguments must be sequential. Missing arguments: "
|
||||||
msgstr ""
|
msgstr "Los argumentos deben ser secuenciales. Faltan argumentos: "
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:164
|
#: redbot/cogs/alias/alias.py:164
|
||||||
msgid "No prefix found."
|
msgid "No prefix found."
|
||||||
@ -36,63 +35,63 @@ msgstr "Prefijo no encontrado."
|
|||||||
#: redbot/cogs/alias/alias.py:231
|
#: redbot/cogs/alias/alias.py:231
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage command aliases."
|
msgid "Manage command aliases."
|
||||||
msgstr ""
|
msgstr "Administrar los alias de los comandos."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:236
|
#: redbot/cogs/alias/alias.py:236
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage global aliases."
|
msgid "Manage global aliases."
|
||||||
msgstr ""
|
msgstr "Administrar los alias de los comandos."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:243
|
#: redbot/cogs/alias/alias.py:243
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add an alias for a command."
|
msgid "Add an alias for a command."
|
||||||
msgstr ""
|
msgstr "Agregar un alias para un comando."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:248
|
#: redbot/cogs/alias/alias.py:248
|
||||||
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 "Intentaste crear un nuevo alias con el nombre {name} pero ese nombre ya es un comando en este bot."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:259
|
#: redbot/cogs/alias/alias.py:259
|
||||||
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr "Intentaste crear un nuevo alias con el nombre {name} pero ese alias ya existe en este servidor."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:270
|
#: redbot/cogs/alias/alias.py:270
|
||||||
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 "Intentaste crear un nuevo alias con el nombre {name} pero ese nombre es un alias inválido. Los alias no deben contener espacios."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:289
|
#: redbot/cogs/alias/alias.py:289
|
||||||
msgid "A new alias with the trigger `{name}` has been created."
|
msgid "A new alias with the trigger `{name}` has been created."
|
||||||
msgstr ""
|
msgstr "Un alias nuevo ha creado con el activación {name} fue creado."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:295
|
#: redbot/cogs/alias/alias.py:295
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a global alias for a command."
|
msgid "Add a global alias for a command."
|
||||||
msgstr ""
|
msgstr "Agregar un alias global para un comando."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:300
|
#: redbot/cogs/alias/alias.py:300
|
||||||
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 "Intentaste crear un nuevo alias global con ese nombre {name} pero ese nombre ya es un comando en este bot."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:311
|
#: redbot/cogs/alias/alias.py:311
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr "Intentaste crear un nuevo alias global con el nombre {name}, pero ese alias ya existe en este servidor."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:322
|
#: redbot/cogs/alias/alias.py:322
|
||||||
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 "Intentaste crear un nuevo alias global con el nombre {name}, pero ese nombre es un nombre de alias inválido. Los nombres de alias no pueden contener espacios."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:338
|
#: redbot/cogs/alias/alias.py:338
|
||||||
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 "Se ha creado un nuevo alias global con el archivo `{name}`."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:346
|
#: redbot/cogs/alias/alias.py:346
|
||||||
#, 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 "Intente ejecutar ayuda para el comando base del alias."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:355
|
#: redbot/cogs/alias/alias.py:355
|
||||||
msgid "{prefix}help {command}"
|
msgid "{prefix}help {command}"
|
||||||
msgstr ""
|
msgstr "{prefix}ayuda {command}"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:360
|
#: redbot/cogs/alias/alias.py:360
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
@ -101,20 +100,20 @@ msgstr "Un alias no existe."
|
|||||||
#: redbot/cogs/alias/alias.py:365
|
#: redbot/cogs/alias/alias.py:365
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Show what command the alias executes."
|
msgid "Show what command the alias executes."
|
||||||
msgstr ""
|
msgstr "Mostrar qué comando ejecuta el alias."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:370
|
#: redbot/cogs/alias/alias.py:370
|
||||||
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
||||||
msgstr ""
|
msgstr "El `{alias_name}` alias ejecutará el comando `{command}`"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:375
|
#: redbot/cogs/alias/alias.py:375
|
||||||
msgid "There is no alias with the name `{name}`"
|
msgid "There is no alias with the name `{name}`"
|
||||||
msgstr ""
|
msgstr "No hay alias con el nombre `{name}`"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:381
|
#: redbot/cogs/alias/alias.py:381
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing alias on this server."
|
msgid "Delete an existing alias on this server."
|
||||||
msgstr ""
|
msgstr "Eliminar un alias existente en este servidor."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:386 redbot/cogs/alias/alias.py:422
|
#: redbot/cogs/alias/alias.py:386 redbot/cogs/alias/alias.py:422
|
||||||
#: redbot/cogs/alias/alias.py:433
|
#: redbot/cogs/alias/alias.py:433
|
||||||
@ -123,16 +122,16 @@ msgstr "No hay los aliases en este servidor."
|
|||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:391 redbot/cogs/alias/alias.py:409
|
#: redbot/cogs/alias/alias.py:391 redbot/cogs/alias/alias.py:409
|
||||||
msgid "Alias with the name `{name}` was successfully deleted."
|
msgid "Alias with the name `{name}` was successfully deleted."
|
||||||
msgstr ""
|
msgstr "Alias con el nombre `{name}` se eliminó correctamente."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:394 redbot/cogs/alias/alias.py:412
|
#: redbot/cogs/alias/alias.py:394 redbot/cogs/alias/alias.py:412
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
msgstr ""
|
msgstr "No se encontró el alias con el nombre `{name}`."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:399
|
#: redbot/cogs/alias/alias.py:399
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing global alias."
|
msgid "Delete an existing global alias."
|
||||||
msgstr ""
|
msgstr "Eliminar un alias global existente."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:404
|
#: redbot/cogs/alias/alias.py:404
|
||||||
msgid "There are no aliases on this bot."
|
msgid "There are no aliases on this bot."
|
||||||
@ -141,7 +140,7 @@ msgstr "No hay el los alias dentro de este bot."
|
|||||||
#: redbot/cogs/alias/alias.py:417
|
#: redbot/cogs/alias/alias.py:417
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available aliases on this server."
|
msgid "List the available aliases on this server."
|
||||||
msgstr ""
|
msgstr "Listar los alias disponibles en este servidor."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:418 redbot/cogs/alias/alias.py:429
|
#: redbot/cogs/alias/alias.py:418 redbot/cogs/alias/alias.py:429
|
||||||
msgid "Aliases:"
|
msgid "Aliases:"
|
||||||
@ -150,5 +149,5 @@ msgstr "Alias:"
|
|||||||
#: redbot/cogs/alias/alias.py:428
|
#: redbot/cogs/alias/alias.py:428
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available global aliases on this bot."
|
msgid "List the available global aliases on this bot."
|
||||||
msgstr ""
|
msgstr "Lista de los alias globales disponibles en este bot."
|
||||||
|
|
||||||
|
|||||||
@ -1,19 +1,18 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
"PO-Revision-Date: 2019-07-14 02:15\n"
|
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Finnish\n"
|
"Language-Team: Finnish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"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.0\n"
|
"Generated-By: redgettext 3.1\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Generator: crowdin.com\n"
|
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: fi\n"
|
"X-Crowdin-Language: fi\n"
|
||||||
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
|
"X-Crowdin-File: /alias/locales/messages.pot\n"
|
||||||
"Language: fi_FI\n"
|
"Language: fi_FI\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:35
|
#: redbot/cogs/alias/alias.py:35
|
||||||
|
|||||||
@ -1,19 +1,18 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
"PO-Revision-Date: 2019-07-06 16:11\n"
|
"PO-Revision-Date: 2020-01-07 21:47\n"
|
||||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: French\n"
|
"Language-Team: French\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"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.0\n"
|
"Generated-By: redgettext 3.1\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||||
"X-Generator: crowdin.com\n"
|
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: fr\n"
|
"X-Crowdin-Language: fr\n"
|
||||||
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
|
"X-Crowdin-File: /alias/locales/messages.pot\n"
|
||||||
"Language: fr_FR\n"
|
"Language: fr_FR\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:35
|
#: redbot/cogs/alias/alias.py:35
|
||||||
|
|||||||
153
redbot/cogs/alias/locales/he-IL.po
Normal file
153
redbot/cogs/alias/locales/he-IL.po
Normal file
@ -0,0 +1,153 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
|
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: Hebrew\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Generated-By: redgettext 3.1\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-Language: he\n"
|
||||||
|
"X-Crowdin-File: /alias/locales/messages.pot\n"
|
||||||
|
"Language: he_IL\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:35
|
||||||
|
#, 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 "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:107
|
||||||
|
msgid "Arguments must be specified with a number."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:114
|
||||||
|
msgid "Arguments must be sequential. Missing arguments: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:164
|
||||||
|
msgid "No prefix found."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:231
|
||||||
|
#, docstring
|
||||||
|
msgid "Manage command aliases."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:236
|
||||||
|
#, docstring
|
||||||
|
msgid "Manage global aliases."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:243
|
||||||
|
#, docstring
|
||||||
|
msgid "Add an alias for a command."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:248
|
||||||
|
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:259
|
||||||
|
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:270
|
||||||
|
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 ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:289
|
||||||
|
msgid "A new alias with the trigger `{name}` has been created."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:295
|
||||||
|
#, docstring
|
||||||
|
msgid "Add a global alias for a command."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:300
|
||||||
|
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:311
|
||||||
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:322
|
||||||
|
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 ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:338
|
||||||
|
msgid "A new global alias with the trigger `{name}` has been created."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:346
|
||||||
|
#, docstring
|
||||||
|
msgid "Try to execute help for the base command of the alias."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:355
|
||||||
|
msgid "{prefix}help {command}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:360
|
||||||
|
msgid "No such alias exists."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:365
|
||||||
|
#, docstring
|
||||||
|
msgid "Show what command the alias executes."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:370
|
||||||
|
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:375
|
||||||
|
msgid "There is no alias with the name `{name}`"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:381
|
||||||
|
#, docstring
|
||||||
|
msgid "Delete an existing alias on this server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:386 redbot/cogs/alias/alias.py:422
|
||||||
|
#: redbot/cogs/alias/alias.py:433
|
||||||
|
msgid "There are no aliases on this server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:391 redbot/cogs/alias/alias.py:409
|
||||||
|
msgid "Alias with the name `{name}` was successfully deleted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:394 redbot/cogs/alias/alias.py:412
|
||||||
|
msgid "Alias with name `{name}` was not found."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:399
|
||||||
|
#, docstring
|
||||||
|
msgid "Delete an existing global alias."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:404
|
||||||
|
msgid "There are no aliases on this bot."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:417
|
||||||
|
#, docstring
|
||||||
|
msgid "List the available aliases on this server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:418 redbot/cogs/alias/alias.py:429
|
||||||
|
msgid "Aliases:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:428
|
||||||
|
#, docstring
|
||||||
|
msgid "List the available global aliases on this bot."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
@ -1,19 +1,18 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
"PO-Revision-Date: 2019-07-06 16:12\n"
|
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Hungarian\n"
|
"Language-Team: Hungarian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"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.0\n"
|
"Generated-By: redgettext 3.1\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Generator: crowdin.com\n"
|
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: hu\n"
|
"X-Crowdin-Language: hu\n"
|
||||||
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
|
"X-Crowdin-File: /alias/locales/messages.pot\n"
|
||||||
"Language: hu_HU\n"
|
"Language: hu_HU\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:35
|
#: redbot/cogs/alias/alias.py:35
|
||||||
|
|||||||
@ -1,19 +1,18 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
"PO-Revision-Date: 2019-07-06 16:14\n"
|
"PO-Revision-Date: 2020-01-07 21:49\n"
|
||||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Indonesian\n"
|
"Language-Team: Indonesian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"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.0\n"
|
"Generated-By: redgettext 3.1\n"
|
||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
"X-Generator: crowdin.com\n"
|
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: id\n"
|
"X-Crowdin-Language: id\n"
|
||||||
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
|
"X-Crowdin-File: /alias/locales/messages.pot\n"
|
||||||
"Language: id_ID\n"
|
"Language: id_ID\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:35
|
#: redbot/cogs/alias/alias.py:35
|
||||||
|
|||||||
@ -1,19 +1,18 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
"PO-Revision-Date: 2019-07-06 16:13\n"
|
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Italian\n"
|
"Language-Team: Italian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"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.0\n"
|
"Generated-By: redgettext 3.1\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Generator: crowdin.com\n"
|
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: it\n"
|
"X-Crowdin-Language: it\n"
|
||||||
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
|
"X-Crowdin-File: /alias/locales/messages.pot\n"
|
||||||
"Language: it_IT\n"
|
"Language: it_IT\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:35
|
#: redbot/cogs/alias/alias.py:35
|
||||||
|
|||||||
@ -1,19 +1,18 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
"PO-Revision-Date: 2019-07-06 16:13\n"
|
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Japanese\n"
|
"Language-Team: Japanese\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"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.0\n"
|
"Generated-By: redgettext 3.1\n"
|
||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
"X-Generator: crowdin.com\n"
|
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: ja\n"
|
"X-Crowdin-Language: ja\n"
|
||||||
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
|
"X-Crowdin-File: /alias/locales/messages.pot\n"
|
||||||
"Language: ja_JP\n"
|
"Language: ja_JP\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:35
|
#: redbot/cogs/alias/alias.py:35
|
||||||
|
|||||||
@ -1,19 +1,18 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
"PO-Revision-Date: 2019-07-06 16:13\n"
|
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Korean\n"
|
"Language-Team: Korean\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"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.0\n"
|
"Generated-By: redgettext 3.1\n"
|
||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
"X-Generator: crowdin.com\n"
|
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: ko\n"
|
"X-Crowdin-Language: ko\n"
|
||||||
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
|
"X-Crowdin-File: /alias/locales/messages.pot\n"
|
||||||
"Language: ko_KR\n"
|
"Language: ko_KR\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:35
|
#: redbot/cogs/alias/alias.py:35
|
||||||
|
|||||||
@ -1,19 +1,18 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
"PO-Revision-Date: 2019-07-06 16:13\n"
|
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Dutch\n"
|
"Language-Team: Dutch\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"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.0\n"
|
"Generated-By: redgettext 3.1\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Generator: crowdin.com\n"
|
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: nl\n"
|
"X-Crowdin-Language: nl\n"
|
||||||
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
|
"X-Crowdin-File: /alias/locales/messages.pot\n"
|
||||||
"Language: nl_NL\n"
|
"Language: nl_NL\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:35
|
#: redbot/cogs/alias/alias.py:35
|
||||||
|
|||||||
@ -1,19 +1,18 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
"PO-Revision-Date: 2019-07-06 16:13\n"
|
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Norwegian\n"
|
"Language-Team: Norwegian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"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.0\n"
|
"Generated-By: redgettext 3.1\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Generator: crowdin.com\n"
|
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: no\n"
|
"X-Crowdin-Language: no\n"
|
||||||
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
|
"X-Crowdin-File: /alias/locales/messages.pot\n"
|
||||||
"Language: no_NO\n"
|
"Language: no_NO\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:35
|
#: redbot/cogs/alias/alias.py:35
|
||||||
|
|||||||
@ -1,19 +1,18 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
"PO-Revision-Date: 2019-07-06 16:13\n"
|
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Polish\n"
|
"Language-Team: Polish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"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.0\n"
|
"Generated-By: redgettext 3.1\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-Generator: crowdin.com\n"
|
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: pl\n"
|
"X-Crowdin-Language: pl\n"
|
||||||
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
|
"X-Crowdin-File: /alias/locales/messages.pot\n"
|
||||||
"Language: pl_PL\n"
|
"Language: pl_PL\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:35
|
#: redbot/cogs/alias/alias.py:35
|
||||||
|
|||||||
@ -1,19 +1,18 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
"PO-Revision-Date: 2019-07-06 16:14\n"
|
"PO-Revision-Date: 2020-01-07 21:49\n"
|
||||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Portuguese, Brazilian\n"
|
"Language-Team: Portuguese, Brazilian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"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.0\n"
|
"Generated-By: redgettext 3.1\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Generator: crowdin.com\n"
|
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: pt-BR\n"
|
"X-Crowdin-Language: pt-BR\n"
|
||||||
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
|
"X-Crowdin-File: /alias/locales/messages.pot\n"
|
||||||
"Language: pt_BR\n"
|
"Language: pt_BR\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:35
|
#: redbot/cogs/alias/alias.py:35
|
||||||
|
|||||||
@ -1,19 +1,18 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
"PO-Revision-Date: 2019-07-06 16:13\n"
|
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Portuguese\n"
|
"Language-Team: Portuguese\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"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.0\n"
|
"Generated-By: redgettext 3.1\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Generator: crowdin.com\n"
|
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: pt-PT\n"
|
"X-Crowdin-Language: pt-PT\n"
|
||||||
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
|
"X-Crowdin-File: /alias/locales/messages.pot\n"
|
||||||
"Language: pt_PT\n"
|
"Language: pt_PT\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:35
|
#: redbot/cogs/alias/alias.py:35
|
||||||
|
|||||||
@ -1,19 +1,18 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
"PO-Revision-Date: 2019-07-14 02:09\n"
|
"PO-Revision-Date: 2020-01-07 21:47\n"
|
||||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Romanian\n"
|
"Language-Team: Romanian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"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.0\n"
|
"Generated-By: redgettext 3.1\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-Generator: crowdin.com\n"
|
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: ro\n"
|
"X-Crowdin-Language: ro\n"
|
||||||
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
|
"X-Crowdin-File: /alias/locales/messages.pot\n"
|
||||||
"Language: ro_RO\n"
|
"Language: ro_RO\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:35
|
#: redbot/cogs/alias/alias.py:35
|
||||||
|
|||||||
@ -1,25 +1,24 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
"PO-Revision-Date: 2019-07-06 16:13\n"
|
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Russian\n"
|
"Language-Team: Russian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"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.0\n"
|
"Generated-By: redgettext 3.1\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-Generator: crowdin.com\n"
|
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: ru\n"
|
"X-Crowdin-Language: ru\n"
|
||||||
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
|
"X-Crowdin-File: /alias/locales/messages.pot\n"
|
||||||
"Language: ru_RU\n"
|
"Language: ru_RU\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:35
|
#: redbot/cogs/alias/alias.py:35
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
||||||
msgstr ""
|
msgstr "Создать псевдонимы для команд.\\n\\n Псевдонимы - это альтернативные сокращения имен для команд.\\n Они могут действовать как лямбда (хранение аргументов для\\n многократного использования) или просто как сокращение \\\"а б в\\\".\\n\\n При запуске псевдонимы принимают любые дополнительные\\n аргументы и добавляют их к сохраненному псевдониму.\\n "
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:107
|
#: redbot/cogs/alias/alias.py:107
|
||||||
msgid "Arguments must be specified with a number."
|
msgid "Arguments must be specified with a number."
|
||||||
|
|||||||
@ -1,19 +1,18 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
"PO-Revision-Date: 2019-07-06 16:13\n"
|
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Slovak\n"
|
"Language-Team: Slovak\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"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.0\n"
|
"Generated-By: redgettext 3.1\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-Generator: crowdin.com\n"
|
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: sk\n"
|
"X-Crowdin-Language: sk\n"
|
||||||
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
|
"X-Crowdin-File: /alias/locales/messages.pot\n"
|
||||||
"Language: sk_SK\n"
|
"Language: sk_SK\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:35
|
#: redbot/cogs/alias/alias.py:35
|
||||||
|
|||||||
153
redbot/cogs/alias/locales/sr-SP.po
Normal file
153
redbot/cogs/alias/locales/sr-SP.po
Normal file
@ -0,0 +1,153 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
|
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: Serbian (Cyrillic)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Generated-By: redgettext 3.1\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-Language: sr\n"
|
||||||
|
"X-Crowdin-File: /alias/locales/messages.pot\n"
|
||||||
|
"Language: sr_SP\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:35
|
||||||
|
#, 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 "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:107
|
||||||
|
msgid "Arguments must be specified with a number."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:114
|
||||||
|
msgid "Arguments must be sequential. Missing arguments: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:164
|
||||||
|
msgid "No prefix found."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:231
|
||||||
|
#, docstring
|
||||||
|
msgid "Manage command aliases."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:236
|
||||||
|
#, docstring
|
||||||
|
msgid "Manage global aliases."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:243
|
||||||
|
#, docstring
|
||||||
|
msgid "Add an alias for a command."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:248
|
||||||
|
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:259
|
||||||
|
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:270
|
||||||
|
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 ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:289
|
||||||
|
msgid "A new alias with the trigger `{name}` has been created."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:295
|
||||||
|
#, docstring
|
||||||
|
msgid "Add a global alias for a command."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:300
|
||||||
|
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:311
|
||||||
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:322
|
||||||
|
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 ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:338
|
||||||
|
msgid "A new global alias with the trigger `{name}` has been created."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:346
|
||||||
|
#, docstring
|
||||||
|
msgid "Try to execute help for the base command of the alias."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:355
|
||||||
|
msgid "{prefix}help {command}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:360
|
||||||
|
msgid "No such alias exists."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:365
|
||||||
|
#, docstring
|
||||||
|
msgid "Show what command the alias executes."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:370
|
||||||
|
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:375
|
||||||
|
msgid "There is no alias with the name `{name}`"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:381
|
||||||
|
#, docstring
|
||||||
|
msgid "Delete an existing alias on this server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:386 redbot/cogs/alias/alias.py:422
|
||||||
|
#: redbot/cogs/alias/alias.py:433
|
||||||
|
msgid "There are no aliases on this server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:391 redbot/cogs/alias/alias.py:409
|
||||||
|
msgid "Alias with the name `{name}` was successfully deleted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:394 redbot/cogs/alias/alias.py:412
|
||||||
|
msgid "Alias with name `{name}` was not found."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:399
|
||||||
|
#, docstring
|
||||||
|
msgid "Delete an existing global alias."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:404
|
||||||
|
msgid "There are no aliases on this bot."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:417
|
||||||
|
#, docstring
|
||||||
|
msgid "List the available aliases on this server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:418 redbot/cogs/alias/alias.py:429
|
||||||
|
msgid "Aliases:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:428
|
||||||
|
#, docstring
|
||||||
|
msgid "List the available global aliases on this bot."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
@ -1,19 +1,18 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
"PO-Revision-Date: 2019-07-06 16:14\n"
|
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Swedish\n"
|
"Language-Team: Swedish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"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.0\n"
|
"Generated-By: redgettext 3.1\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Generator: crowdin.com\n"
|
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: sv-SE\n"
|
"X-Crowdin-Language: sv-SE\n"
|
||||||
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
|
"X-Crowdin-File: /alias/locales/messages.pot\n"
|
||||||
"Language: sv_SE\n"
|
"Language: sv_SE\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:35
|
#: redbot/cogs/alias/alias.py:35
|
||||||
|
|||||||
@ -1,85 +1,84 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
"PO-Revision-Date: 2019-07-06 16:14\n"
|
"PO-Revision-Date: 2020-01-07 21:49\n"
|
||||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Turkish\n"
|
"Language-Team: Turkish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"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.0\n"
|
"Generated-By: redgettext 3.1\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Generator: crowdin.com\n"
|
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: tr\n"
|
"X-Crowdin-Language: tr\n"
|
||||||
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
|
"X-Crowdin-File: /alias/locales/messages.pot\n"
|
||||||
"Language: tr_TR\n"
|
"Language: tr_TR\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:35
|
#: redbot/cogs/alias/alias.py:35
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
||||||
msgstr ""
|
msgstr "Komutlar için kısaltma yaratır.\\n\\n Kısaltmalar, komutlar için alternatiftir. Hem\\n kısaltma hem de komut bir arada kullanılabilir\\n Sadece kısaltmalar da kullanılabilir \\\"x y z\\\".\\n\\n Çalıştırıldığında, diğer adlar ek bağımsız değişkenleri\\n kabul eder ve bunları depolanan diğer ada ekler.\\n "
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:107
|
#: redbot/cogs/alias/alias.py:107
|
||||||
msgid "Arguments must be specified with a number."
|
msgid "Arguments must be specified with a number."
|
||||||
msgstr ""
|
msgstr "Girdiler numara ile özelleştirilmiş olmalıdır."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:114
|
#: redbot/cogs/alias/alias.py:114
|
||||||
msgid "Arguments must be sequential. Missing arguments: "
|
msgid "Arguments must be sequential. Missing arguments: "
|
||||||
msgstr ""
|
msgstr "Girdiler sırayla olmalıdır. Eksik girdiler:"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:164
|
#: redbot/cogs/alias/alias.py:164
|
||||||
msgid "No prefix found."
|
msgid "No prefix found."
|
||||||
msgstr "Öneki bulundu."
|
msgstr "Ön ek bulunamadı."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:231
|
#: redbot/cogs/alias/alias.py:231
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage command aliases."
|
msgid "Manage command aliases."
|
||||||
msgstr "Komut diğer adları yönetmek."
|
msgstr "Komut kısaltmalarını yönet"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:236
|
#: redbot/cogs/alias/alias.py:236
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage global aliases."
|
msgid "Manage global aliases."
|
||||||
msgstr "Küresel diğer adları yönetmek."
|
msgstr "Küresel kısaltmaları yönet"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:243
|
#: redbot/cogs/alias/alias.py:243
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add an alias for a command."
|
msgid "Add an alias for a command."
|
||||||
msgstr "Bir komut için bir diğer ad ekleyin."
|
msgstr "Bir komut için kısaltma ekler."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:248
|
#: redbot/cogs/alias/alias.py:248
|
||||||
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 "Adı {name} ile yeni bir diğer ad oluşturmak çalıştı, ancak bu adı zaten bu bot bir komutudur."
|
msgstr "{name} ile bir kısaltma oluşturmaya çalıştınız ancak bot böyle bir komuta sahip."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:259
|
#: redbot/cogs/alias/alias.py:259
|
||||||
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr "Adı {name} ile yeni bir diğer ad oluşturmak çalıştı, ancak bu diğer adı bu sunucuda zaten vardır."
|
msgstr "{name} ile bir kısaltma oluşturmaya çalıştınız ancak sunucu bu kısaltmaya zaten sahip."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:270
|
#: redbot/cogs/alias/alias.py:270
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr "Adı {name} ile yeni bir diğer ad oluşturmak çalıştı ama o ismi geçersiz diğer ad. Diğer ad ad adlar boşluk içeremez."
|
msgstr "{name} ile bir kısaltma oluşturmaya çalıştınız ancak bu kısaltma geçerli değil. Kısaltmalar boşluk içeremez."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:289
|
#: redbot/cogs/alias/alias.py:289
|
||||||
msgid "A new alias with the trigger `{name}` has been created."
|
msgid "A new alias with the trigger `{name}` has been created."
|
||||||
msgstr "Yeni bir takma ad tetikleyici '{name}' ile oluşturuldu."
|
msgstr "`{name}` kısaltması eklendi."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:295
|
#: redbot/cogs/alias/alias.py:295
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a global alias for a command."
|
msgid "Add a global alias for a command."
|
||||||
msgstr "Bir komut için küresel bir diğer ad ekleyin."
|
msgstr "Bir komut için küresel bir kısaltma ekler."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:300
|
#: redbot/cogs/alias/alias.py:300
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr "Yeni bir küresel diğer adı ile ad {name} oluşturmak çalıştı, ancak bu adı zaten bu bot bir komutudur."
|
msgstr "{name} ile küresel bir kısaltma oluşturmaya çalıştınız ancak bot böyle bir komuta sahip."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:311
|
#: redbot/cogs/alias/alias.py:311
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr "Adı {name} ile yeni bir diğer ad oluşturmak çalıştı, ancak bu adı zaten bu bot bir komutudur."
|
msgstr "{name} ile küresel bir kısaltma oluşturmaya çalıştınız ancak sunucu böyle bir komuta sahip."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:322
|
#: redbot/cogs/alias/alias.py:322
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr "Yeni bir küresel diğer adı ile ad {name} oluşturmaya çalıştı ama o ismi geçersiz diğer ad. Diğer ad ad adlar boşluk içeremez."
|
msgstr "{name} ile küresel bir kısaltma oluşturmaya çalıştınız ancak bu kısaltma geçerli değil. Kısaltmalar boşluk içeremez."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:338
|
#: redbot/cogs/alias/alias.py:338
|
||||||
msgid "A new global alias with the trigger `{name}` has been created."
|
msgid "A new global alias with the trigger `{name}` has been created."
|
||||||
@ -88,67 +87,67 @@ msgstr "Yeni bir küresel diğer ad tetikleyici '{name}' ile oluşturuldu."
|
|||||||
#: redbot/cogs/alias/alias.py:346
|
#: redbot/cogs/alias/alias.py:346
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Try to execute help for the base command of the alias."
|
msgid "Try to execute help for the base command of the alias."
|
||||||
msgstr "Diğer temel komutunun yardımını yürütmek deneyin."
|
msgstr "Kısaltma için help komutu çalıştırabilirsiniz."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:355
|
#: redbot/cogs/alias/alias.py:355
|
||||||
msgid "{prefix}help {command}"
|
msgid "{prefix}help {command}"
|
||||||
msgstr "{prefix}yardımcı {command}"
|
msgstr "{prefix}help {command}"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:360
|
#: redbot/cogs/alias/alias.py:360
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr "Böyle bir takma var yok."
|
msgstr "Böyle bir kısaltma bulunmamakta."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:365
|
#: redbot/cogs/alias/alias.py:365
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Show what command the alias executes."
|
msgid "Show what command the alias executes."
|
||||||
msgstr "Takma adın çalıştırıldığı komutu gösterin."
|
msgstr "Kısaltmanın hangi komutu çalıştırdığını gösterir."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:370
|
#: redbot/cogs/alias/alias.py:370
|
||||||
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
||||||
msgstr "'{alias_name}' diğer ad komut '{command} ' idam edecek"
|
msgstr "'{alias_name}' kısaltması bu '{command} ' komutunu çalıştıracak."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:375
|
#: redbot/cogs/alias/alias.py:375
|
||||||
msgid "There is no alias with the name `{name}`"
|
msgid "There is no alias with the name `{name}`"
|
||||||
msgstr "Hiç diğer ad ad '{name} ' ile olduğunu"
|
msgstr "'{name} ' isminde bir kısaltma bulunmuyor."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:381
|
#: redbot/cogs/alias/alias.py:381
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing alias on this server."
|
msgid "Delete an existing alias on this server."
|
||||||
msgstr "Bu sunucuda varolan bir diğer adı silin."
|
msgstr "Bu sunucu da ki bir kısaltmayı kaldırır."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:386 redbot/cogs/alias/alias.py:422
|
#: redbot/cogs/alias/alias.py:386 redbot/cogs/alias/alias.py:422
|
||||||
#: redbot/cogs/alias/alias.py:433
|
#: redbot/cogs/alias/alias.py:433
|
||||||
msgid "There are no aliases on this server."
|
msgid "There are no aliases on this server."
|
||||||
msgstr "Bu sunucuda hiçbir diğer adları vardır."
|
msgstr "Bu sunucu da hiçbir kısaltma bulunmuyor."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:391 redbot/cogs/alias/alias.py:409
|
#: redbot/cogs/alias/alias.py:391 redbot/cogs/alias/alias.py:409
|
||||||
msgid "Alias with the name `{name}` was successfully deleted."
|
msgid "Alias with the name `{name}` was successfully deleted."
|
||||||
msgstr "`{name}`adlı takma ad başarıyla silindi."
|
msgstr "`{name}`adlı kısaltma başarıyla silindi."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:394 redbot/cogs/alias/alias.py:412
|
#: redbot/cogs/alias/alias.py:394 redbot/cogs/alias/alias.py:412
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
msgstr "{Name} `adlı takma ad bulunamadı."
|
msgstr "{Name} `adlı kısaltma bulunamadı."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:399
|
#: redbot/cogs/alias/alias.py:399
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing global alias."
|
msgid "Delete an existing global alias."
|
||||||
msgstr "Mevcut bir global takma adı silin."
|
msgstr "Mevcut bir küresel kısaltmayı siler."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:404
|
#: redbot/cogs/alias/alias.py:404
|
||||||
msgid "There are no aliases on this bot."
|
msgid "There are no aliases on this bot."
|
||||||
msgstr "Bu botta takma adlar yok."
|
msgstr "Bu botta herhangi bir kısaltma bulunmuyor."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:417
|
#: redbot/cogs/alias/alias.py:417
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available aliases on this server."
|
msgid "List the available aliases on this server."
|
||||||
msgstr "Bu sunucudaki kullanılabilir diğer adları listeleyin."
|
msgstr "Bu sunucudaki kullanılabilir kısaltmaları listeler."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:418 redbot/cogs/alias/alias.py:429
|
#: redbot/cogs/alias/alias.py:418 redbot/cogs/alias/alias.py:429
|
||||||
msgid "Aliases:"
|
msgid "Aliases:"
|
||||||
msgstr "Takma adlar:"
|
msgstr "Kısaltmalar:"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:428
|
#: redbot/cogs/alias/alias.py:428
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available global aliases on this bot."
|
msgid "List the available global aliases on this bot."
|
||||||
msgstr "Bu botta mevcut küresel takma adları listeleyiniz."
|
msgstr "Bu botta bulunan küresel kısaltmaları listeler."
|
||||||
|
|
||||||
|
|||||||
153
redbot/cogs/alias/locales/uk-UA.po
Normal file
153
redbot/cogs/alias/locales/uk-UA.po
Normal file
@ -0,0 +1,153 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
|
"PO-Revision-Date: 2020-01-07 21:49\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: Ukrainian\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Generated-By: redgettext 3.1\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-Language: uk\n"
|
||||||
|
"X-Crowdin-File: /alias/locales/messages.pot\n"
|
||||||
|
"Language: uk_UA\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:35
|
||||||
|
#, 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 "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:107
|
||||||
|
msgid "Arguments must be specified with a number."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:114
|
||||||
|
msgid "Arguments must be sequential. Missing arguments: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:164
|
||||||
|
msgid "No prefix found."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:231
|
||||||
|
#, docstring
|
||||||
|
msgid "Manage command aliases."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:236
|
||||||
|
#, docstring
|
||||||
|
msgid "Manage global aliases."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:243
|
||||||
|
#, docstring
|
||||||
|
msgid "Add an alias for a command."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:248
|
||||||
|
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:259
|
||||||
|
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:270
|
||||||
|
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 ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:289
|
||||||
|
msgid "A new alias with the trigger `{name}` has been created."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:295
|
||||||
|
#, docstring
|
||||||
|
msgid "Add a global alias for a command."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:300
|
||||||
|
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:311
|
||||||
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:322
|
||||||
|
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 ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:338
|
||||||
|
msgid "A new global alias with the trigger `{name}` has been created."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:346
|
||||||
|
#, docstring
|
||||||
|
msgid "Try to execute help for the base command of the alias."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:355
|
||||||
|
msgid "{prefix}help {command}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:360
|
||||||
|
msgid "No such alias exists."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:365
|
||||||
|
#, docstring
|
||||||
|
msgid "Show what command the alias executes."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:370
|
||||||
|
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:375
|
||||||
|
msgid "There is no alias with the name `{name}`"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:381
|
||||||
|
#, docstring
|
||||||
|
msgid "Delete an existing alias on this server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:386 redbot/cogs/alias/alias.py:422
|
||||||
|
#: redbot/cogs/alias/alias.py:433
|
||||||
|
msgid "There are no aliases on this server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:391 redbot/cogs/alias/alias.py:409
|
||||||
|
msgid "Alias with the name `{name}` was successfully deleted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:394 redbot/cogs/alias/alias.py:412
|
||||||
|
msgid "Alias with name `{name}` was not found."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:399
|
||||||
|
#, docstring
|
||||||
|
msgid "Delete an existing global alias."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:404
|
||||||
|
msgid "There are no aliases on this bot."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:417
|
||||||
|
#, docstring
|
||||||
|
msgid "List the available aliases on this server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:418 redbot/cogs/alias/alias.py:429
|
||||||
|
msgid "Aliases:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:428
|
||||||
|
#, docstring
|
||||||
|
msgid "List the available global aliases on this bot."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
153
redbot/cogs/alias/locales/vi-VN.po
Normal file
153
redbot/cogs/alias/locales/vi-VN.po
Normal file
@ -0,0 +1,153 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
|
"PO-Revision-Date: 2020-01-07 21:49\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: Vietnamese\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Generated-By: redgettext 3.1\n"
|
||||||
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
|
"X-Crowdin-Language: vi\n"
|
||||||
|
"X-Crowdin-File: /alias/locales/messages.pot\n"
|
||||||
|
"Language: vi_VN\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:35
|
||||||
|
#, 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 "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:107
|
||||||
|
msgid "Arguments must be specified with a number."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:114
|
||||||
|
msgid "Arguments must be sequential. Missing arguments: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:164
|
||||||
|
msgid "No prefix found."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:231
|
||||||
|
#, docstring
|
||||||
|
msgid "Manage command aliases."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:236
|
||||||
|
#, docstring
|
||||||
|
msgid "Manage global aliases."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:243
|
||||||
|
#, docstring
|
||||||
|
msgid "Add an alias for a command."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:248
|
||||||
|
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:259
|
||||||
|
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:270
|
||||||
|
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 ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:289
|
||||||
|
msgid "A new alias with the trigger `{name}` has been created."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:295
|
||||||
|
#, docstring
|
||||||
|
msgid "Add a global alias for a command."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:300
|
||||||
|
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:311
|
||||||
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:322
|
||||||
|
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 ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:338
|
||||||
|
msgid "A new global alias with the trigger `{name}` has been created."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:346
|
||||||
|
#, docstring
|
||||||
|
msgid "Try to execute help for the base command of the alias."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:355
|
||||||
|
msgid "{prefix}help {command}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:360
|
||||||
|
msgid "No such alias exists."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:365
|
||||||
|
#, docstring
|
||||||
|
msgid "Show what command the alias executes."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:370
|
||||||
|
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:375
|
||||||
|
msgid "There is no alias with the name `{name}`"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:381
|
||||||
|
#, docstring
|
||||||
|
msgid "Delete an existing alias on this server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:386 redbot/cogs/alias/alias.py:422
|
||||||
|
#: redbot/cogs/alias/alias.py:433
|
||||||
|
msgid "There are no aliases on this server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:391 redbot/cogs/alias/alias.py:409
|
||||||
|
msgid "Alias with the name `{name}` was successfully deleted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:394 redbot/cogs/alias/alias.py:412
|
||||||
|
msgid "Alias with name `{name}` was not found."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:399
|
||||||
|
#, docstring
|
||||||
|
msgid "Delete an existing global alias."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:404
|
||||||
|
msgid "There are no aliases on this bot."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:417
|
||||||
|
#, docstring
|
||||||
|
msgid "List the available aliases on this server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:418 redbot/cogs/alias/alias.py:429
|
||||||
|
msgid "Aliases:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:428
|
||||||
|
#, docstring
|
||||||
|
msgid "List the available global aliases on this bot."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
@ -1,19 +1,18 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
"PO-Revision-Date: 2019-07-06 16:14\n"
|
"PO-Revision-Date: 2020-01-07 21:49\n"
|
||||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Chinese Simplified\n"
|
"Language-Team: Chinese Simplified\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"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.0\n"
|
"Generated-By: redgettext 3.1\n"
|
||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
"X-Generator: crowdin.com\n"
|
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: zh-CN\n"
|
"X-Crowdin-Language: zh-CN\n"
|
||||||
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
|
"X-Crowdin-File: /alias/locales/messages.pot\n"
|
||||||
"Language: zh_CN\n"
|
"Language: zh_CN\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:35
|
#: redbot/cogs/alias/alias.py:35
|
||||||
@ -75,15 +74,15 @@ msgstr ""
|
|||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:311
|
#: redbot/cogs/alias/alias.py:311
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr "您尝试使用名称{name}创建新的全局别名,但该别名已经存在于此服务器上。"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:322
|
#: redbot/cogs/alias/alias.py:322
|
||||||
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:338
|
#: redbot/cogs/alias/alias.py:338
|
||||||
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:346
|
#: redbot/cogs/alias/alias.py:346
|
||||||
#, docstring
|
#, docstring
|
||||||
@ -105,11 +104,11 @@ msgstr ""
|
|||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:370
|
#: redbot/cogs/alias/alias.py:370
|
||||||
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:375
|
#: redbot/cogs/alias/alias.py:375
|
||||||
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:381
|
#: redbot/cogs/alias/alias.py:381
|
||||||
#, docstring
|
#, docstring
|
||||||
@ -123,11 +122,11 @@ msgstr "在这个服务器上没有别名。"
|
|||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:391 redbot/cogs/alias/alias.py:409
|
#: redbot/cogs/alias/alias.py:391 redbot/cogs/alias/alias.py:409
|
||||||
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:394 redbot/cogs/alias/alias.py:412
|
#: redbot/cogs/alias/alias.py:394 redbot/cogs/alias/alias.py:412
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
msgstr ""
|
msgstr "找不到名为`{name}`的别名。"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:399
|
#: redbot/cogs/alias/alias.py:399
|
||||||
#, docstring
|
#, docstring
|
||||||
|
|||||||
153
redbot/cogs/alias/locales/zh-HK.po
Normal file
153
redbot/cogs/alias/locales/zh-HK.po
Normal file
@ -0,0 +1,153 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
|
"PO-Revision-Date: 2020-01-07 21:49\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: Chinese Traditional, Hong Kong\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Generated-By: redgettext 3.1\n"
|
||||||
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
|
"X-Crowdin-Language: zh-HK\n"
|
||||||
|
"X-Crowdin-File: /alias/locales/messages.pot\n"
|
||||||
|
"Language: zh_HK\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:35
|
||||||
|
#, 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 "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:107
|
||||||
|
msgid "Arguments must be specified with a number."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:114
|
||||||
|
msgid "Arguments must be sequential. Missing arguments: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:164
|
||||||
|
msgid "No prefix found."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:231
|
||||||
|
#, docstring
|
||||||
|
msgid "Manage command aliases."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:236
|
||||||
|
#, docstring
|
||||||
|
msgid "Manage global aliases."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:243
|
||||||
|
#, docstring
|
||||||
|
msgid "Add an alias for a command."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:248
|
||||||
|
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:259
|
||||||
|
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:270
|
||||||
|
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 ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:289
|
||||||
|
msgid "A new alias with the trigger `{name}` has been created."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:295
|
||||||
|
#, docstring
|
||||||
|
msgid "Add a global alias for a command."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:300
|
||||||
|
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:311
|
||||||
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:322
|
||||||
|
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 ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:338
|
||||||
|
msgid "A new global alias with the trigger `{name}` has been created."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:346
|
||||||
|
#, docstring
|
||||||
|
msgid "Try to execute help for the base command of the alias."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:355
|
||||||
|
msgid "{prefix}help {command}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:360
|
||||||
|
msgid "No such alias exists."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:365
|
||||||
|
#, docstring
|
||||||
|
msgid "Show what command the alias executes."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:370
|
||||||
|
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:375
|
||||||
|
msgid "There is no alias with the name `{name}`"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:381
|
||||||
|
#, docstring
|
||||||
|
msgid "Delete an existing alias on this server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:386 redbot/cogs/alias/alias.py:422
|
||||||
|
#: redbot/cogs/alias/alias.py:433
|
||||||
|
msgid "There are no aliases on this server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:391 redbot/cogs/alias/alias.py:409
|
||||||
|
msgid "Alias with the name `{name}` was successfully deleted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:394 redbot/cogs/alias/alias.py:412
|
||||||
|
msgid "Alias with name `{name}` was not found."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:399
|
||||||
|
#, docstring
|
||||||
|
msgid "Delete an existing global alias."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:404
|
||||||
|
msgid "There are no aliases on this bot."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:417
|
||||||
|
#, docstring
|
||||||
|
msgid "List the available aliases on this server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:418 redbot/cogs/alias/alias.py:429
|
||||||
|
msgid "Aliases:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:428
|
||||||
|
#, docstring
|
||||||
|
msgid "List the available global aliases on this bot."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
@ -1,19 +1,18 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||||
"PO-Revision-Date: 2019-07-14 02:15\n"
|
"PO-Revision-Date: 2020-01-07 21:49\n"
|
||||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Chinese Traditional\n"
|
"Language-Team: Chinese Traditional\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"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.0\n"
|
"Generated-By: redgettext 3.1\n"
|
||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
"X-Generator: crowdin.com\n"
|
|
||||||
"X-Crowdin-Project: red-discordbot\n"
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
"X-Crowdin-Language: zh-TW\n"
|
"X-Crowdin-Language: zh-TW\n"
|
||||||
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
|
"X-Crowdin-File: /alias/locales/messages.pot\n"
|
||||||
"Language: zh_TW\n"
|
"Language: zh_TW\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:35
|
#: redbot/cogs/alias/alias.py:35
|
||||||
|
|||||||
1317
redbot/cogs/audio/locales/af-ZA.po
Normal file
1317
redbot/cogs/audio/locales/af-ZA.po
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
1317
redbot/cogs/audio/locales/ca-ES.po
Normal file
1317
redbot/cogs/audio/locales/ca-ES.po
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
1317
redbot/cogs/audio/locales/en-US.po
Normal file
1317
redbot/cogs/audio/locales/en-US.po
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
1317
redbot/cogs/audio/locales/he-IL.po
Normal file
1317
redbot/cogs/audio/locales/he-IL.po
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
1317
redbot/cogs/audio/locales/sr-SP.po
Normal file
1317
redbot/cogs/audio/locales/sr-SP.po
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
1317
redbot/cogs/audio/locales/uk-UA.po
Normal file
1317
redbot/cogs/audio/locales/uk-UA.po
Normal file
File diff suppressed because it is too large
Load Diff
1317
redbot/cogs/audio/locales/vi-VN.po
Normal file
1317
redbot/cogs/audio/locales/vi-VN.po
Normal file
File diff suppressed because it is too large
Load Diff
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user