Automated Crowdin downstream (#6161)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-05-14 22:17:45 +02:00
committed by GitHub
parent 69cf604e0e
commit a59e73a605
291 changed files with 32502 additions and 39124 deletions

View File

@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2023-05-01 22:55+0000\n"
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"MIME-Version: 1.0\n"
@@ -83,18 +83,12 @@ msgstr "管理银行的基本命令"
#, docstring
msgid "Show the user's account balance.\n\n"
" Example:\n"
" - `[p]bank balance`\n"
" - `[p]bank balance @Twentysix`\n\n"
" - `[p]bank balance`\n"
" - `[p]bank balance @Twentysix`\n\n"
" **Arguments**\n\n"
" - `<user>` The user to check the balance of. If omitted, defaults to your own balance.\n"
" "
msgstr "显示用户帐户余额\n\n"
" 示例:\n"
" - `[p]银行余额\n"
" - `[p]银行余额 @Twentysix`\n\n"
" **参数**\n\n"
" - `<user>用户检查余额。 如果省略,默认你自己的余额\n"
" "
msgstr ""
#: redbot/cogs/economy/economy.py:202
msgid "{user}'s balance is {num} {currency}"
@@ -105,19 +99,12 @@ msgstr "{user} 的余额是 {num} {currency}"
msgid "Transfer currency to other users.\n\n"
" This will come out of your balance, so make sure you have enough.\n\n"
" Example:\n"
" - `[p]bank transfer @Twentysix 500`\n\n"
" - `[p]bank transfer @Twentysix 500`\n\n"
" **Arguments**\n\n"
" - `<to>` The user to give currency to.\n"
" - `<amount>` The amount of currency to give.\n"
" "
msgstr "将货币转账给其他用户\n\n"
" 这将从你的余额中扣除,因此请确保你有足够的钱\n\n"
" 示例:\n"
" - `[p]银行转账 @Twentysix 500`\n\n"
" **参数**\n\n"
" - `<to>` 要向其转账的用户\n"
" - `<amount>`要转账的货币数量\n"
" "
msgstr ""
#: redbot/cogs/economy/economy.py:230
msgid "{user} transferred {num} {currency} to {other_user}"
@@ -128,23 +115,14 @@ msgstr "{user} 把 {num} {currency} 转账到了 {other_user}"
msgid "Set the balance of a user's bank account.\n\n"
" Putting + or - signs before the amount will add/remove currency on the user's bank account instead.\n\n"
" Examples:\n"
" - `[p]bank set @Twentysix 26` - Sets balance to 26\n"
" - `[p]bank set @Twentysix +2` - Increases balance by 2\n"
" - `[p]bank set @Twentysix -6` - Decreases balance by 6\n\n"
" - `[p]bank set @Twentysix 26` - Sets balance to 26\n"
" - `[p]bank set @Twentysix +2` - Increases balance by 2\n"
" - `[p]bank set @Twentysix -6` - Decreases balance by 6\n\n"
" **Arguments**\n\n"
" - `<to>` The user to set the currency of.\n"
" - `<creds>` The amount of currency to set their balance to.\n"
" "
msgstr "设置用户银行账户的余额\n\n"
" 在金额前加上+或-号将改为在用户的银行帐户中添加/删除货币\n\n"
" 示例:\n"
" - `[p]bankset @Twentysix 26` - 将余额设置为 26\n"
" - `[p]bankset @Twentysix +2` - 增加余额2\n"
" - `[p]bankset @Twentysix -6` - 减少余额6\n\n"
" **参数**\n\n"
" - `<to>`用户设置货币\n"
" - `<creds>` 设置其余额所用的货币量\n"
" "
msgstr ""
#: redbot/cogs/economy/economy.py:262
msgid "{author} added {num} {currency} to {user}'s account."
@@ -190,23 +168,14 @@ msgstr ""
msgid "Print the leaderboard.\n\n"
" Defaults to top 10.\n\n"
" Examples:\n"
" - `[p]leaderboard`\n"
" - `[p]leaderboard 50` - Shows the top 50 instead of top 10.\n"
" - `[p]leaderboard 100 yes` - Shows the top 100 from all servers.\n\n"
" - `[p]leaderboard`\n"
" - `[p]leaderboard 50` - Shows the top 50 instead of top 10.\n"
" - `[p]leaderboard 100 yes` - Shows the top 100 from all servers.\n\n"
" **Arguments**\n\n"
" - `<top>` How many positions on the leaderboard to show. Defaults to 10 if omitted.\n"
" - `<show_global>` Whether to include results from all servers. This will default to false unless specified.\n"
" "
msgstr "经济排行榜\n\n"
" 默认值到前10名\n\n"
" 示例:\n"
" - `[p]leadboard`\n"
" - `[p]leadboard 50` - 显示前50名而不是前10名\n"
" - `[p]leadboard 100 yes` - 显示所有服务器中的前100名。\n\n"
" **参数**\n\n"
" - `<top>' 排行榜上要显示多少个位置。如果省略则默认为10\n"
" - `<show_global>`是否包括所有服务器的结果。除非指定否则默认为false\n"
" "
msgstr ""
#: redbot/cogs/economy/economy.py:427
msgid "Page {page_num}/{page_len}."
@@ -245,16 +214,11 @@ msgstr "我不能向你发送私信"
#, docstring
msgid "Use the slot machine.\n\n"
" Example:\n"
" - `[p]slot 50`\n\n"
" - `[p]slot 50`\n\n"
" **Arguments**\n\n"
" - `<bid>` The amount to bet on the slot machine. Winning payouts are higher when you bet more.\n"
" "
msgstr "使用老虎机\n\n"
" 示例:\n"
" - `[p]slot 50`\n\n"
" **参数**\n\n"
" - `<bid>在老虎机上下注的金额。当你下更多的赌注时,中奖赔率会更高。。\n"
" "
msgstr ""
#: redbot/cogs/economy/economy.py:562
msgid "You're on cooldown, try again in a bit."
@@ -319,16 +283,11 @@ msgstr ""
#, docstring
msgid "Set the minimum slot machine bid.\n\n"
" Example:\n"
" - `[p]economyset slotmin 10`\n\n"
" - `[p]economyset slotmin 10`\n\n"
" **Arguments**\n\n"
" - `<bid>` The new minimum bid for using the slot machine. Default is 5.\n"
" "
msgstr "设置最低老虎机出价\n\n"
" 示例:\n"
" - `[p]economyset slotmin 10`\n\n"
" **Arguments**\n\n"
" - `<bid>使用老虎机的新的最低出价。默认值为5\n"
" "
msgstr ""
#: redbot/cogs/economy/economy.py:717
msgid "Warning: Minimum bid is greater than the maximum bid ({max_bid}). Slots will not work."
@@ -342,16 +301,11 @@ msgstr "现在最低出价为 {bid} {currency}。"
#, docstring
msgid "Set the maximum slot machine bid.\n\n"
" Example:\n"
" - `[p]economyset slotmax 50`\n\n"
" - `[p]economyset slotmax 50`\n\n"
" **Arguments**\n\n"
" - `<bid>` The new maximum bid for using the slot machine. Default is 100.\n"
" "
msgstr "设置老虎机的最高出价\n\n"
" 示例:\n"
" - `[p]economyset slotmax 50`\n\n"
" **Arguments**\n\n"
" - `<bid>使用老虎机的新的最高出价。默认值为100\n"
" "
msgstr ""
#: redbot/cogs/economy/economy.py:752
msgid "Warning: Maximum bid is less than the minimum bid ({min_bid}). Slots will not work."
@@ -365,20 +319,13 @@ msgstr "现在最高出价为 {bid} {currency}。"
#, docstring
msgid "Set the cooldown for the slot machine.\n\n"
" Examples:\n"
" - `[p]economyset slottime 10`\n"
" - `[p]economyset slottime 10m`\n\n"
" - `[p]economyset slottime 10`\n"
" - `[p]economyset slottime 10m`\n\n"
" **Arguments**\n\n"
" - `<duration>` The new duration to wait in between uses of the slot machine. Default is 5 seconds.\n"
" Accepts: seconds, minutes, hours, days, weeks (if no unit is specified, the duration is assumed to be given in seconds)\n"
" "
msgstr "设置老虎机的冷却时间\n\n"
" 示例:\n"
" - `[p]economyset slottime 10`\n"
" - `[p]economyset slottime 10m`\n\n"
" **Arguments**\n\n"
" - `<duration>默认5秒\n"
" 接受:秒、 分钟、 小时、 天、 周(如果未指定单位,则假定持续时间以秒为单位)\n"
" "
msgstr ""
#: redbot/cogs/economy/economy.py:789
msgid "Cooldown is now {num} seconds."
@@ -388,19 +335,13 @@ msgstr "冷却时间现在为 {num} 秒"
#, docstring
msgid "Set the cooldown for the payday command.\n\n"
" Examples:\n"
" - `[p]economyset paydaytime 86400`\n"
" - `[p]economyset paydaytime 1d`\n\n"
" - `[p]economyset paydaytime 86400`\n"
" - `[p]economyset paydaytime 1d`\n\n"
" **Arguments**\n\n"
" - `<duration>` The new duration to wait in between uses of payday. Default is 5 minutes.\n"
" Accepts: seconds, minutes, hours, days, weeks (if no unit is specified, the duration is assumed to be given in seconds)\n"
" "
msgstr "设置发薪日命令的冷却时间\n\n"
" 示例:\n"
" - `[p]economyset paydaytime 86400`\n"
" - `[p]economyset paydaytime 1d`\n\n"
" **参数**\n\n"
" - `<duration>默认5分钟\n"
" 接受:秒、 分钟、 小时、 天、 周(如果未指定单位,则假定持续时间以秒为单位) "
msgstr ""
#: redbot/cogs/economy/economy.py:813
msgid "Value modified. At least {num} seconds must pass between each payday."
@@ -410,16 +351,11 @@ msgstr "值已修改。每个发薪日之间至少必须经过 {num} 秒"
#, docstring
msgid "Set the amount earned each payday.\n\n"
" Example:\n"
" - `[p]economyset paydayamount 400`\n\n"
" - `[p]economyset paydayamount 400`\n\n"
" **Arguments**\n\n"
" - `<creds>` The new amount to give when using the payday command. Default is 120.\n"
" "
msgstr "设置每个发薪日赚取的金额\n\n"
" 示例:\n"
" - `[p]economyset paydayamount 400`\n\n"
" **Arguments**\n\n"
" - `<creds>使用payday命令时要提供的新金额。默认值为120\n"
" "
msgstr ""
#: redbot/cogs/economy/economy.py:833
msgid "Amount must be greater than zero and less than {maxbal}."
@@ -435,7 +371,7 @@ msgid "Set the amount earned each payday for a role.\n\n"
" Set to `0` to remove the payday amount you set for that role.\n\n"
" Only available when not using a global bank.\n\n"
" Example:\n"
" - `[p]economyset rolepaydayamount @Members 400`\n\n"
" - `[p]economyset rolepaydayamount @Members 400`\n\n"
" **Arguments**\n\n"
" - `<role>` The role to assign a custom payday amount to.\n"
" - `<creds>` The new amount to give when using the payday command.\n"