mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-18 17:09:45 -05:00
Automated Crowdin downstream (#6161)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
69cf604e0e
commit
a59e73a605
@@ -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: Arabic\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -76,8 +76,8 @@ 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"
|
||||
" "
|
||||
@@ -92,7 +92,7 @@ msgstr ""
|
||||
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"
|
||||
@@ -108,9 +108,9 @@ msgstr ""
|
||||
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"
|
||||
@@ -159,9 +159,9 @@ 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"
|
||||
@@ -205,7 +205,7 @@ 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"
|
||||
" "
|
||||
@@ -271,7 +271,7 @@ 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"
|
||||
" "
|
||||
@@ -289,7 +289,7 @@ msgstr ""
|
||||
#, 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"
|
||||
" "
|
||||
@@ -307,8 +307,8 @@ msgstr ""
|
||||
#, 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"
|
||||
@@ -323,8 +323,8 @@ msgstr ""
|
||||
#, 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"
|
||||
@@ -339,7 +339,7 @@ msgstr ""
|
||||
#, 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"
|
||||
" "
|
||||
@@ -359,7 +359,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"
|
||||
|
||||
@@ -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: Bulgarian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -76,8 +76,8 @@ 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"
|
||||
" "
|
||||
@@ -92,7 +92,7 @@ msgstr ""
|
||||
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"
|
||||
@@ -108,9 +108,9 @@ msgstr ""
|
||||
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"
|
||||
@@ -156,9 +156,9 @@ 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"
|
||||
@@ -202,7 +202,7 @@ 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"
|
||||
" "
|
||||
@@ -267,7 +267,7 @@ 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"
|
||||
" "
|
||||
@@ -285,7 +285,7 @@ msgstr ""
|
||||
#, 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"
|
||||
" "
|
||||
@@ -303,8 +303,8 @@ msgstr ""
|
||||
#, 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"
|
||||
@@ -319,8 +319,8 @@ msgstr ""
|
||||
#, 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"
|
||||
@@ -335,7 +335,7 @@ msgstr ""
|
||||
#, 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"
|
||||
" "
|
||||
@@ -355,7 +355,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"
|
||||
|
||||
@@ -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: Czech\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -76,8 +76,8 @@ 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"
|
||||
" "
|
||||
@@ -92,7 +92,7 @@ msgstr "Zůstatek {user} je {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"
|
||||
@@ -108,9 +108,9 @@ msgstr "{user} převedl {num} {currency} uživateli {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"
|
||||
@@ -158,9 +158,9 @@ 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"
|
||||
@@ -204,7 +204,7 @@ 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"
|
||||
" "
|
||||
@@ -270,7 +270,7 @@ 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"
|
||||
" "
|
||||
@@ -288,7 +288,7 @@ msgstr "Minimální sázka je nyní {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"
|
||||
" "
|
||||
@@ -306,8 +306,8 @@ msgstr "Maximální sázka je nyní {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"
|
||||
@@ -322,8 +322,8 @@ msgstr ""
|
||||
#, 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"
|
||||
@@ -338,7 +338,7 @@ msgstr "Hodnota upravena. Mezi jednotlivými výplatami musí uplynout alespoň
|
||||
#, 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"
|
||||
" "
|
||||
@@ -358,7 +358,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"
|
||||
|
||||
@@ -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: Danish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -76,8 +76,8 @@ 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"
|
||||
" "
|
||||
@@ -92,7 +92,7 @@ msgstr ""
|
||||
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"
|
||||
@@ -108,9 +108,9 @@ msgstr ""
|
||||
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"
|
||||
@@ -156,9 +156,9 @@ 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"
|
||||
@@ -202,7 +202,7 @@ 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"
|
||||
" "
|
||||
@@ -267,7 +267,7 @@ 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"
|
||||
" "
|
||||
@@ -285,7 +285,7 @@ msgstr ""
|
||||
#, 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"
|
||||
" "
|
||||
@@ -303,8 +303,8 @@ msgstr ""
|
||||
#, 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"
|
||||
@@ -319,8 +319,8 @@ msgstr ""
|
||||
#, 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"
|
||||
@@ -335,7 +335,7 @@ msgstr ""
|
||||
#, 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"
|
||||
" "
|
||||
@@ -355,7 +355,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"
|
||||
|
||||
@@ -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: German\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -83,18 +83,12 @@ msgstr "Basics-Befehl um die Bank zu Verwalten."
|
||||
#, 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 "Den Kontostand eines Benutzers anzeigen.\n\n"
|
||||
" Beispiel:\n"
|
||||
" - `[p]bank balance`\n"
|
||||
" - `[p]bank balance @Twentysix`\n\n"
|
||||
" **Argumente**\n\n"
|
||||
" - `<user>` Der Benutzer, dessen Kontostand überprüft wird. Falls ausgelassen, wird standardmäßig Ihr eigener Wert verwendet.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/economy/economy.py:202
|
||||
msgid "{user}'s balance is {num} {currency}"
|
||||
@@ -105,7 +99,7 @@ msgstr "Guthaben von {user} beträgt {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"
|
||||
@@ -121,9 +115,9 @@ msgstr "{user} überwies {num} {currency} an {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"
|
||||
@@ -172,9 +166,9 @@ 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"
|
||||
@@ -218,7 +212,7 @@ msgstr "Ich kann keine Direktnachrichten an dich senden."
|
||||
#, 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"
|
||||
" "
|
||||
@@ -285,7 +279,7 @@ 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"
|
||||
" "
|
||||
@@ -303,7 +297,7 @@ msgstr "Mindestwetteinsatz beträgt jetzt {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"
|
||||
" "
|
||||
@@ -321,8 +315,8 @@ msgstr "Maximalwetteinsatz beträgt jetzt {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"
|
||||
@@ -337,8 +331,8 @@ msgstr "Abklingzeit beträgt jetzt {num} Sekunden."
|
||||
#, 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"
|
||||
@@ -353,7 +347,7 @@ msgstr "Wert geändert. Mindestens {num} Sekunden müssen zwischen jedem Zahltag
|
||||
#, 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"
|
||||
" "
|
||||
@@ -373,7 +367,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"
|
||||
|
||||
@@ -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: Spanish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -83,18 +83,12 @@ msgstr "Comando base para administrar el banco."
|
||||
#, 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 "Mostrar el saldo de la cuenta del usuario.\n\n"
|
||||
" Ejemplo:\n"
|
||||
" - `[p]saldo bancario`\n"
|
||||
" - `[p]saldo bancario @Twentysix`\n\n"
|
||||
" **Argumentos**\n\n"
|
||||
" - `<user>` El usuario para comprobar el saldo. Si se omite, el valor predeterminado de su propio saldo.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/economy/economy.py:202
|
||||
msgid "{user}'s balance is {num} {currency}"
|
||||
@@ -105,19 +99,12 @@ msgstr "El saldo de {user} es {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 "Transferir moneda a otros usuarios.\n\n"
|
||||
" Esto saldrá de tu saldo, así que asegúrate de tener suficiente.\n\n"
|
||||
" Ejemplo:\n"
|
||||
" - `[p]transferencia bancaria @Twentysix 500`\n\n"
|
||||
" **Argumentos**\n\n"
|
||||
" - `<to>` El usuario al que dar moneda.\n"
|
||||
" - `<amount>` La cantidad de moneda a dar.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/economy/economy.py:230
|
||||
msgid "{user} transferred {num} {currency} to {other_user}"
|
||||
@@ -128,23 +115,14 @@ msgstr "{user} transfirió {num} {currency} a {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 "Establece el saldo de la cuenta bancaria de un usuario.\n\n"
|
||||
" Poner + o - firma antes de la cantidad añadirá/quitar moneda en la cuenta bancaria del usuario en su lugar.\n\n"
|
||||
" Ejemplos:\n"
|
||||
" - `[p]bank set @Twentysix 26` - Establece el saldo a 26\n"
|
||||
" - `[p]bank set @Twentysix +2` - Incrementa el saldo en 2\n"
|
||||
" - `[p]bank set @Twentysix -6` - Disminuye el saldo en 6\n\n"
|
||||
" **Argumentos**\n\n"
|
||||
" - `<to>` El usuario para establecer la moneda.\n"
|
||||
" - `<creds>` La cantidad de moneda a la que establecer su saldo.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/economy/economy.py:262
|
||||
msgid "{author} added {num} {currency} to {user}'s account."
|
||||
@@ -190,23 +168,14 @@ msgstr "{author.mention} Demasiado pronto. Tu próximo día de pago es {relative
|
||||
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 "Muestra la tabla de clasificaciones.\n\n"
|
||||
" Por defecto es el top 10.\n\n"
|
||||
" Ejemplos:\n"
|
||||
" - `[p]leaderboard`\n"
|
||||
" - `[p]leaderboard 50` - Muestra el top 50 en lugar del top 10.\n"
|
||||
" - `[p]leaderboard 100 yes` - Muestra los 100 mejores de todos los servidores.\n\n"
|
||||
" **Argumentos**\n\n"
|
||||
" - `<top>` ¿Cuántas posiciones se mostrarán en la tabla de clasificación. Por defecto es 10 si se omite.\n"
|
||||
" - `<show_global>` Si quieres incluir resultados de todos los servidores. Esto será por defecto falso a menos que se especifique.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/economy/economy.py:427
|
||||
msgid "Page {page_num}/{page_len}."
|
||||
@@ -245,16 +214,11 @@ msgstr "No puedo enviarte mensajes directos."
|
||||
#, 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 "Utilizar la máquina tragaperras.\n\n"
|
||||
" Ejemplo:\n"
|
||||
" - `[p]slot 50`\n\n"
|
||||
" **Argumentos**\n\n"
|
||||
" - `<bid>` La cantidad a apostar en la máquina tragaperras. Los pagos ganadores son más altos cuando apuestas más.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/economy/economy.py:562
|
||||
msgid "You're on cooldown, try again in a bit."
|
||||
@@ -324,16 +288,11 @@ msgstr "---Montos del Día de Pago según Roles---\n"
|
||||
#, 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 "Ajuste la oferta mínima de la máquina tragaperras.\n\n"
|
||||
" Ejemplo:\n"
|
||||
" - `[p]economyset slotmin 10`\n\n"
|
||||
" **Argumentos**\n\n"
|
||||
" - `<bid>` La nueva oferta mínima para usar la máquina tragaperras. Por defecto es 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."
|
||||
@@ -347,16 +306,11 @@ msgstr "La oferta mínima es ahora {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 "Ajuste la oferta máxima de la máquina tragaperras.\n\n"
|
||||
" Ejemplo:\n"
|
||||
" - `[p]economyset slotmax 50`\n\n"
|
||||
" **Argumentos**\n\n"
|
||||
" - `<bid>` La nueva oferta máxima para usar la máquina tragaperras. Por defecto es 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."
|
||||
@@ -370,20 +324,13 @@ msgstr "La oferta máxima es ahora {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 "Establece el tiempo de enfriamiento para la máquina tragaperras.\n\n"
|
||||
" Ejemplos:\n"
|
||||
" - `[p]economyset slottime 10`\n"
|
||||
" - `[p]economyset slottime 10m`\n\n"
|
||||
" **Argumentos**\n\n"
|
||||
" - `<duration>` La nueva duración a esperar entre los usos de la máquina tragaperras. Por defecto es 5 segundos.\n"
|
||||
" Acepta: segundos, minutos, horas, días, semanas (si no se especifica ninguna unidad, la duración se asume que se da en segundos)\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/economy/economy.py:789
|
||||
msgid "Cooldown is now {num} seconds."
|
||||
@@ -393,20 +340,13 @@ msgstr "El tiempo de enfriamiento ahora es de {num} segundos."
|
||||
#, 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 "Establece el tiempo de espera para el comando payday.\n\n"
|
||||
" Ejemplos:\n"
|
||||
" - `[p]economyset paydaytime 86400`\n"
|
||||
" - `[p]economyset paydaytime 1d`\n\n"
|
||||
" **Argumentos**\n\n"
|
||||
" - `<duration>` La nueva duración a esperar entre los usos de pago. Por defecto es 5 minutos.\n"
|
||||
" Acepta: segundos, minutos, horas, días, semanas (si no se especifica ninguna unidad, la duración se asume que se da en segundos)\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/economy/economy.py:813
|
||||
msgid "Value modified. At least {num} seconds must pass between each payday."
|
||||
@@ -416,16 +356,11 @@ msgstr "Valor modificado. Al menos {num} segundos deben pasar entre cada día de
|
||||
#, 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 "Establecer la cantidad ganada cada día de pago.\n\n"
|
||||
" Ejemplo:\n"
|
||||
" - `[p]economyset paydayamount 400`\n\n"
|
||||
" **Argumentos**\n\n"
|
||||
" - `<creds>` La nueva cantidad a dar al usar el comando payday. Por defecto es 120.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/economy/economy.py:833
|
||||
msgid "Amount must be greater than zero and less than {maxbal}."
|
||||
@@ -441,20 +376,12 @@ 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"
|
||||
" "
|
||||
msgstr "Establecer la cantidad ganada cada día de pago para un rol.\n\n"
|
||||
" Establece a `0` para eliminar la cantidad del día de pago que has establecido para ese rol.\n\n"
|
||||
" Sólo disponible cuando no se utiliza un banco global.\n\n"
|
||||
" Ejemplo:\n"
|
||||
" - `[p]economyset rolepaydayamount @Members 400`\n\n"
|
||||
" **Argumentos**\n\n"
|
||||
" - `<role>` El rol al que asignar una cantidad personalizada del día de pago.\n"
|
||||
" - `<creds>` La nueva cantidad a dar al usar el comando de día de pago.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/economy/economy.py:868
|
||||
msgid "The bank requires that you set the payday to be less than its maximum balance of {maxbal}."
|
||||
|
||||
@@ -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: Finnish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -76,8 +76,8 @@ 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"
|
||||
" "
|
||||
@@ -92,7 +92,7 @@ msgstr ""
|
||||
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"
|
||||
@@ -108,9 +108,9 @@ msgstr ""
|
||||
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"
|
||||
@@ -156,9 +156,9 @@ 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"
|
||||
@@ -202,7 +202,7 @@ 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"
|
||||
" "
|
||||
@@ -267,7 +267,7 @@ 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"
|
||||
" "
|
||||
@@ -285,7 +285,7 @@ msgstr ""
|
||||
#, 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"
|
||||
" "
|
||||
@@ -303,8 +303,8 @@ msgstr ""
|
||||
#, 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"
|
||||
@@ -319,8 +319,8 @@ msgstr ""
|
||||
#, 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"
|
||||
@@ -335,7 +335,7 @@ msgstr ""
|
||||
#, 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"
|
||||
" "
|
||||
@@ -355,7 +355,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"
|
||||
|
||||
@@ -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: French\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -83,8 +83,8 @@ msgstr "Commande de base pour gérer la banque."
|
||||
#, 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"
|
||||
" "
|
||||
@@ -99,7 +99,7 @@ msgstr "Le solde de {user} est {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"
|
||||
@@ -115,9 +115,9 @@ msgstr "{user} a transféré {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"
|
||||
@@ -166,9 +166,9 @@ 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"
|
||||
@@ -212,16 +212,11 @@ msgstr "Je ne peux pas vous envoyer de messages privé."
|
||||
#, 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 "Utilise la machine à sous.\n\n"
|
||||
" Exemple:\n"
|
||||
" - `[p]slot 50`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<bid>` La somme à miser dans la machine à sous. Les gains gagnant sont plus haut quand votre mise est haute.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/economy/economy.py:562
|
||||
msgid "You're on cooldown, try again in a bit."
|
||||
@@ -284,7 +279,7 @@ 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"
|
||||
" "
|
||||
@@ -302,7 +297,7 @@ msgstr "La mise minimum est maintenant de {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"
|
||||
" "
|
||||
@@ -320,8 +315,8 @@ msgstr "La mise maximum est maintenant de {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"
|
||||
@@ -336,8 +331,8 @@ msgstr "Le cooldown est maintenant de {num} secondes."
|
||||
#, 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"
|
||||
@@ -352,7 +347,7 @@ msgstr "Valeur modifiée. Au moins {num} secondes doivent passer entre chaque pa
|
||||
#, 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"
|
||||
" "
|
||||
@@ -372,7 +367,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"
|
||||
|
||||
@@ -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: Hindi\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -76,8 +76,8 @@ 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"
|
||||
" "
|
||||
@@ -92,7 +92,7 @@ msgstr ""
|
||||
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"
|
||||
@@ -108,9 +108,9 @@ msgstr ""
|
||||
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"
|
||||
@@ -156,9 +156,9 @@ 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"
|
||||
@@ -202,7 +202,7 @@ 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"
|
||||
" "
|
||||
@@ -267,7 +267,7 @@ 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"
|
||||
" "
|
||||
@@ -285,7 +285,7 @@ msgstr ""
|
||||
#, 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"
|
||||
" "
|
||||
@@ -303,8 +303,8 @@ msgstr ""
|
||||
#, 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"
|
||||
@@ -319,8 +319,8 @@ msgstr ""
|
||||
#, 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"
|
||||
@@ -335,7 +335,7 @@ msgstr ""
|
||||
#, 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"
|
||||
" "
|
||||
@@ -355,7 +355,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"
|
||||
|
||||
@@ -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: Croatian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -76,8 +76,8 @@ 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"
|
||||
" "
|
||||
@@ -92,7 +92,7 @@ msgstr ""
|
||||
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"
|
||||
@@ -108,9 +108,9 @@ msgstr ""
|
||||
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"
|
||||
@@ -156,9 +156,9 @@ 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"
|
||||
@@ -202,7 +202,7 @@ 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"
|
||||
" "
|
||||
@@ -267,7 +267,7 @@ 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"
|
||||
" "
|
||||
@@ -285,7 +285,7 @@ msgstr ""
|
||||
#, 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"
|
||||
" "
|
||||
@@ -303,8 +303,8 @@ msgstr ""
|
||||
#, 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"
|
||||
@@ -319,8 +319,8 @@ msgstr ""
|
||||
#, 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"
|
||||
@@ -335,7 +335,7 @@ msgstr ""
|
||||
#, 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"
|
||||
" "
|
||||
@@ -355,7 +355,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"
|
||||
|
||||
@@ -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: Hungarian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -76,8 +76,8 @@ 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"
|
||||
" "
|
||||
@@ -92,7 +92,7 @@ msgstr ""
|
||||
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"
|
||||
@@ -108,9 +108,9 @@ msgstr ""
|
||||
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"
|
||||
@@ -156,9 +156,9 @@ 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"
|
||||
@@ -202,7 +202,7 @@ 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"
|
||||
" "
|
||||
@@ -267,7 +267,7 @@ 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"
|
||||
" "
|
||||
@@ -285,7 +285,7 @@ msgstr ""
|
||||
#, 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"
|
||||
" "
|
||||
@@ -303,8 +303,8 @@ msgstr ""
|
||||
#, 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"
|
||||
@@ -319,8 +319,8 @@ msgstr ""
|
||||
#, 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"
|
||||
@@ -335,7 +335,7 @@ msgstr ""
|
||||
#, 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"
|
||||
" "
|
||||
@@ -355,7 +355,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"
|
||||
|
||||
@@ -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: Indonesian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -76,8 +76,8 @@ 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"
|
||||
" "
|
||||
@@ -92,7 +92,7 @@ msgstr ""
|
||||
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"
|
||||
@@ -108,9 +108,9 @@ msgstr ""
|
||||
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"
|
||||
@@ -156,9 +156,9 @@ 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"
|
||||
@@ -202,7 +202,7 @@ msgstr "Saya tidak dapat mengirim pesan langsung kepada Anda."
|
||||
#, 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"
|
||||
" "
|
||||
@@ -267,7 +267,7 @@ 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"
|
||||
" "
|
||||
@@ -285,7 +285,7 @@ msgstr ""
|
||||
#, 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"
|
||||
" "
|
||||
@@ -303,8 +303,8 @@ msgstr ""
|
||||
#, 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"
|
||||
@@ -319,8 +319,8 @@ msgstr ""
|
||||
#, 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"
|
||||
@@ -335,7 +335,7 @@ msgstr ""
|
||||
#, 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"
|
||||
" "
|
||||
@@ -355,7 +355,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"
|
||||
|
||||
@@ -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: Italian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -76,8 +76,8 @@ 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"
|
||||
" "
|
||||
@@ -92,7 +92,7 @@ msgstr ""
|
||||
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"
|
||||
@@ -108,9 +108,9 @@ msgstr ""
|
||||
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"
|
||||
@@ -156,9 +156,9 @@ 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"
|
||||
@@ -202,7 +202,7 @@ msgstr "Io non riesco a inviare messaggi diretti a voi."
|
||||
#, 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"
|
||||
" "
|
||||
@@ -267,7 +267,7 @@ 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"
|
||||
" "
|
||||
@@ -285,7 +285,7 @@ msgstr ""
|
||||
#, 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"
|
||||
" "
|
||||
@@ -303,8 +303,8 @@ msgstr ""
|
||||
#, 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"
|
||||
@@ -319,8 +319,8 @@ msgstr ""
|
||||
#, 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"
|
||||
@@ -335,7 +335,7 @@ msgstr ""
|
||||
#, 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"
|
||||
" "
|
||||
@@ -355,7 +355,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"
|
||||
|
||||
@@ -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: Japanese\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -76,8 +76,8 @@ 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"
|
||||
" "
|
||||
@@ -92,7 +92,7 @@ msgstr ""
|
||||
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"
|
||||
@@ -108,9 +108,9 @@ msgstr ""
|
||||
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"
|
||||
@@ -156,9 +156,9 @@ 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"
|
||||
@@ -202,7 +202,7 @@ 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"
|
||||
" "
|
||||
@@ -267,7 +267,7 @@ 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"
|
||||
" "
|
||||
@@ -285,7 +285,7 @@ msgstr ""
|
||||
#, 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"
|
||||
" "
|
||||
@@ -303,8 +303,8 @@ msgstr ""
|
||||
#, 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"
|
||||
@@ -319,8 +319,8 @@ msgstr ""
|
||||
#, 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"
|
||||
@@ -335,7 +335,7 @@ msgstr ""
|
||||
#, 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"
|
||||
" "
|
||||
@@ -355,7 +355,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"
|
||||
|
||||
@@ -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: Korean\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -76,8 +76,8 @@ 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"
|
||||
" "
|
||||
@@ -92,7 +92,7 @@ msgstr ""
|
||||
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"
|
||||
@@ -108,9 +108,9 @@ msgstr ""
|
||||
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"
|
||||
@@ -156,9 +156,9 @@ 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"
|
||||
@@ -202,7 +202,7 @@ 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"
|
||||
" "
|
||||
@@ -267,7 +267,7 @@ 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"
|
||||
" "
|
||||
@@ -285,7 +285,7 @@ msgstr ""
|
||||
#, 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"
|
||||
" "
|
||||
@@ -303,8 +303,8 @@ msgstr ""
|
||||
#, 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"
|
||||
@@ -319,8 +319,8 @@ msgstr ""
|
||||
#, 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"
|
||||
@@ -335,7 +335,7 @@ msgstr ""
|
||||
#, 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"
|
||||
" "
|
||||
@@ -355,7 +355,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"
|
||||
|
||||
@@ -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: Norwegian Bokmal\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -83,18 +83,12 @@ msgstr "Base-kommandoen for å administrere banken."
|
||||
#, 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 "Vis brukerens kontosaldo.\n\n"
|
||||
" Eksempel:\n"
|
||||
" - `[p]bank balance`\n"
|
||||
" - `[p]bank balanse @Twentysix`\n\n"
|
||||
" **Argumenter**\n\n"
|
||||
" - `<user>` Brukeren som skal sjekke saldoen. Hvis utelatt, settes standard til din egen saldo.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/economy/economy.py:202
|
||||
msgid "{user}'s balance is {num} {currency}"
|
||||
@@ -105,19 +99,12 @@ msgstr "{user} sin saldo er {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 "Overfør valuta til andre brukere.\n\n"
|
||||
" Dette vil gå ut av saldoen din, så pass på at du har nok.\n\n"
|
||||
" Eksempel:\n"
|
||||
" - `[p]bank transfer @Twentysix 500`\n\n"
|
||||
" **Argumenter**\n\n"
|
||||
" - `<to>` brukeren som skal gi valuta til.\n"
|
||||
" - `<amount>` beløpet av valuta å gi.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/economy/economy.py:230
|
||||
msgid "{user} transferred {num} {currency} to {other_user}"
|
||||
@@ -128,24 +115,14 @@ msgstr "{user} overførte {num} {currency} til {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 "Sett balanse for en bruker's bank\n\n"
|
||||
" Å sette + eller - tegn før beløpet vil i stedet legge til / fjerne valuta på brukerens bankkonto\n\n"
|
||||
" Eksempel:\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 +2` - Increases balance by 2\n"
|
||||
" - `[p]bank set @Twentysix -6` - Decreases balance by 6\n\n"
|
||||
" **Argumenter**\n\n"
|
||||
" - `<to>` Brukeren som skal angi valuta på.\n"
|
||||
" - `<creds>` Mengden valuta som saldoen skal settes til.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/economy/economy.py:262
|
||||
msgid "{author} added {num} {currency} to {user}'s account."
|
||||
@@ -191,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 "Skriv ut topplisten.\n\n"
|
||||
" Standard til topp 10.\n\n"
|
||||
" Eksempler:\n"
|
||||
" - `[p]leaderboard`\n"
|
||||
" - `[p]leaderboard 50` - Viser top 50 i stedet for topp 10.\n"
|
||||
" - `[p]leaderboard 100 yes` - Viser topp 100 fra alle servere.\n\n"
|
||||
" **Argumenter**\n\n"
|
||||
" - `<top>- Hvor mange posisjoner skal vise. Standarder til 10 hvis utelatt.\n"
|
||||
" - `<show_global>` om å inkludere resultater fra alle servere. Dette vil standard med mindre det er angitt.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/economy/economy.py:427
|
||||
msgid "Page {page_num}/{page_len}."
|
||||
@@ -246,16 +214,11 @@ msgstr "Jeg kan ikke sende direktemeldinger til deg."
|
||||
#, 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 "Bruk spormaskinen.\n\n"
|
||||
" Eksempel:\n"
|
||||
" -[p]slot 50`\n\n"
|
||||
" **Argumenter**\n\n"
|
||||
" -<bid>` Beløpet som skal vedlegges på spillmaskinen. Vinnende utbetalinger er høyere når du vedder flere.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/economy/economy.py:562
|
||||
msgid "You're on cooldown, try again in a bit."
|
||||
@@ -320,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 "Still inn minste spormaskin bud.\n\n"
|
||||
" Eksempel:\n"
|
||||
" -[p]economyset slotmin 10`\n\n"
|
||||
" **Argumenter**\n\n"
|
||||
" - `<bid>` Det nye minimumsbudet for bruk av spillemaskinen. Standard er 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."
|
||||
@@ -343,16 +301,11 @@ msgstr "Minste budet er nå {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 "Angi maksimalt spormaskin bud.\n\n"
|
||||
" Eksempel:\n"
|
||||
" -[p]economyset slotmax 50`\n\n"
|
||||
" **Argumenter**\n\n"
|
||||
" -<bid>` Det nye maksimalbudet for bruk av spillemaskinen. Standard er 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."
|
||||
@@ -366,20 +319,13 @@ msgstr "Høyeste bud er nå {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 "Angi ventetikken for spormaskinen.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]economyset slottime 10`\n"
|
||||
" - `[p]economyset slottime 10m`\n\n"
|
||||
" **Argumenter**\n\n"
|
||||
" - `<duration>Den nye varigheten for å vente i mellom bruk av maskinen igjen. Standard er 5 sekunder.\n"
|
||||
" akseptere: sekunder, minutter, timer, dager, uker (hvis ingen enhet er angitt, varigheten forutsettes å være gitt i sekunder)\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/economy/economy.py:789
|
||||
msgid "Cooldown is now {num} seconds."
|
||||
@@ -389,20 +335,13 @@ msgstr "Nedkjøling er nå {num} sekunder."
|
||||
#, 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 "Angi nedkjølingsoperasjonen for lønnskommandoen.\n\n"
|
||||
" Eksempler:\n"
|
||||
" - `[p]economyset paydaytime 86400`\n"
|
||||
" - `[p]economyset paydaytime 1d`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<duration>` Den nye varigheten å vente i mellom bruk av betalingsdag. Standard er 5 minutter.\n"
|
||||
" akseptere: sekunder, minutter, timer, dager, uker (hvis ingen enhet er angitt, varigheten forutsettes å være gitt i sekunder)\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/economy/economy.py:813
|
||||
msgid "Value modified. At least {num} seconds must pass between each payday."
|
||||
@@ -412,16 +351,11 @@ msgstr "Verdi er endret. Minst {num} sekunder må passere mellom hver lønn."
|
||||
#, 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 "Still inn beløpet du har tjent hver betalingsdag.\n\n"
|
||||
" Eksempel:\n"
|
||||
" -[p]economyset paydayamount 400`\n\n"
|
||||
" **Argumenter**\n\n"
|
||||
" - `<creds>` Det nye beløpet å gi når du bruker kommandoen betaler. Standard er 120.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/economy/economy.py:833
|
||||
msgid "Amount must be greater than zero and less than {maxbal}."
|
||||
@@ -437,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"
|
||||
|
||||
@@ -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: Dutch\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -76,8 +76,8 @@ 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"
|
||||
" "
|
||||
@@ -92,7 +92,7 @@ msgstr "{user}'s balans is {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"
|
||||
@@ -108,9 +108,9 @@ msgstr "{user} verstuurde {num}{currency} naar {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"
|
||||
@@ -156,9 +156,9 @@ 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"
|
||||
@@ -202,7 +202,7 @@ msgstr "Ik kan je geen persoonlijke berichten versturen."
|
||||
#, 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"
|
||||
" "
|
||||
@@ -267,7 +267,7 @@ 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"
|
||||
" "
|
||||
@@ -285,7 +285,7 @@ msgstr "Het minimum bod is nu {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"
|
||||
" "
|
||||
@@ -303,8 +303,8 @@ msgstr "Het maximum bod is nu {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"
|
||||
@@ -319,8 +319,8 @@ msgstr "Cooldown is nu {num} seconden."
|
||||
#, 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"
|
||||
@@ -335,7 +335,7 @@ msgstr "Waarde gewijzigd. Ten minste {num} seconden moeten tussen elke betaaldag
|
||||
#, 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"
|
||||
" "
|
||||
@@ -355,7 +355,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"
|
||||
|
||||
@@ -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: Polish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -83,18 +83,12 @@ msgstr "Bazowa komenda do zarządzania bankiem."
|
||||
#, 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 "Pokaż saldo konta użytkownika.\n\n"
|
||||
" Przykład:\n"
|
||||
" - `[p]bank balance`\n"
|
||||
" - `[p]bank balance @KosiKage`\n\n"
|
||||
" **Argumenty**\n\n"
|
||||
" - `<user>` Użytkownik do sprawdzenia sald. Jeśli pominięto, domyślnie jest to saldo Twojego konta.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/economy/economy.py:202
|
||||
msgid "{user}'s balance is {num} {currency}"
|
||||
@@ -105,19 +99,12 @@ msgstr "Saldo {user} to {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 "Przenieś walutę do innych użytkowników.\n\n"
|
||||
" To wyjdzie z Twojego salda, więc upewnij się, że masz wystarczająco dużo.\n\n"
|
||||
" Przykład:\n"
|
||||
" - `[p]bank transfer @KosiKage 500`\n\n"
|
||||
" **Argumenty**\n\n"
|
||||
" - `<to>` Użytkownik, który poda walutę.\n"
|
||||
" - `<amount>` Ilość waluty do podarowania.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/economy/economy.py:230
|
||||
msgid "{user} transferred {num} {currency} to {other_user}"
|
||||
@@ -128,23 +115,14 @@ msgstr "{user} przekazał {num} {currency} dla {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 "Ustaw saldo konta bankowego użytkownika.\n\n"
|
||||
" Znak + lub - zanim kwota zostanie dodana / usunięta z konta bankowego użytkownika.\n\n"
|
||||
" Przykłady:\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"
|
||||
" **Argumenty**\n\n"
|
||||
" - `<to>` Użytkownik ustawiający walutę.\n"
|
||||
" - `<creds>` Ilość waluty, na którą mają być ustawione saldo.\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 "Drukuj tablicę wyników.\n\n"
|
||||
" Domyślnie na top 10.\n\n"
|
||||
" Przykłady:\n"
|
||||
" - `[p]leaderboard`\n"
|
||||
" - `[p]leaderboard 50` - Pokazuje 50 najlepszych zamiast 10 najlepszych wyników.\n"
|
||||
" - `[p]leaderboard 100 yes` - Pokazuje 100 najlepszych serwerów.\n\n"
|
||||
" **Argumenty**\n\n"
|
||||
" - `<top>` Ile pozycji na tablicy wyników. Wartość domyślna 10 w przypadku pominięcia.\n"
|
||||
" - `<show_global>` Czy dołączyć wyniki ze wszystkich serwerów. To będzie domyślne dla Fałszu, chyba że określono.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/economy/economy.py:427
|
||||
msgid "Page {page_num}/{page_len}."
|
||||
@@ -245,16 +214,11 @@ msgstr "Nie mogę wysyłać do ciebie bezpośrednich wiadomości."
|
||||
#, 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 "Użyj slotu.\n\n"
|
||||
" Przykład:\n"
|
||||
" - `[p]slot 50`\n\n"
|
||||
" **Argumenty**\n\n"
|
||||
" - `<bid>` Ilość zakładów na maszynie szczelinowej. Wygrane wypłaty są wyższe, gdy zakładasz więcej.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/economy/economy.py:562
|
||||
msgid "You're on cooldown, try again in a bit."
|
||||
@@ -324,16 +288,11 @@ msgstr "---Role Payday Kwoty---\n"
|
||||
#, 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 "Ustaw minimalną ilość slotu.\n\n"
|
||||
" Przykład:\n"
|
||||
" - `[p]economyset slotmin 10`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<bid>` Nowa minimalna oferta za korzystanie z maszyny do slotu. Domyślnie 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."
|
||||
@@ -347,16 +306,11 @@ msgstr "Minimalna oferta to teraz {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 "Ustaw minimalną ilość slotu.\n\n"
|
||||
" Przykład:\n"
|
||||
" - `[p]economyset slotmin 10`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<bid>` Nowa minimalna oferta za korzystanie z maszyny do slotu. Domyślnie 5.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/economy/economy.py:752
|
||||
msgid "Warning: Maximum bid is less than the minimum bid ({min_bid}). Slots will not work."
|
||||
@@ -370,20 +324,13 @@ msgstr "Maksymalna oferta wynosi teraz {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 "Ustaw czas odnowienia dla maszyny do szczelinowania.\n\n"
|
||||
" Przykłady:\n"
|
||||
" - `[p]economyset slottime 10`\n"
|
||||
" - `[p]economyset slottime 10m`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<duration>` Nowy czas oczekiwania pomiędzy użytkowaniem maszyny do slotu. Domyślnie 5 sekund.\n"
|
||||
" Akceptuje: sekundy, minuty, godziny, dni, tygodnie (jeśli nie określono jednostki, zakłada się, że czas trwania jest podany w sekundach)\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/economy/economy.py:789
|
||||
msgid "Cooldown is now {num} seconds."
|
||||
@@ -393,20 +340,13 @@ msgstr "Czas odnowienia wynosi {num} sekund."
|
||||
#, 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 "Ustaw czas odnowienia dla polecenia payday.\n\n"
|
||||
" Przykłady:\n"
|
||||
" - `[p]economyset paydaytime 86400`\n"
|
||||
" - `[p]economyset paydaytime 1d`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<duration>` Nowy okres oczekiwania między użytkowaniem płatnika. Domyślnie 5 minut.\n"
|
||||
" Akceptuje: sekundy, minuty, godziny, dni, tygodnie (jeśli nie określono jednostki, zakłada się, że czas trwania jest podany w sekundach)\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/economy/economy.py:813
|
||||
msgid "Value modified. At least {num} seconds must pass between each payday."
|
||||
@@ -416,16 +356,11 @@ msgstr "Wartość zmodyfikowana. Co najmniej {num} sekund musi upłynąć pomię
|
||||
#, 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 "Ustaw minimalną ilość slotu.\n\n"
|
||||
" Przykład:\n"
|
||||
" - `[p]economyset slotmin 400`\n\n"
|
||||
" **Arguments**\n\n"
|
||||
" - `<creds>` Nowa minimalna oferta za korzystanie z maszyny do slotu. Domyślnie 120.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/economy/economy.py:833
|
||||
msgid "Amount must be greater than zero and less than {maxbal}."
|
||||
@@ -441,20 +376,12 @@ 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"
|
||||
" "
|
||||
msgstr "Ustaw kwotę zarobioną każdego dnia dla roli.\n\n"
|
||||
" Ustaw na `0` aby usunąć kwotę płatności ustawioną dla tej roli.\n\n"
|
||||
" Dostępne tylko wtedy, gdy nie używasz banku globalnego.\n\n"
|
||||
" Przykład:\n"
|
||||
" - `[p]economyset rolepaydayamount @Członkowie 400`\n\n"
|
||||
" **Argumenty**\n\n"
|
||||
" - `<role>` Rola do przypisania niestandardowej kwoty płatniczej.\n"
|
||||
" - `<creds>` Nowa kwota, jaką należy podać przy użyciu polecenia zapłaty.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/economy/economy.py:868
|
||||
msgid "The bank requires that you set the payday to be less than its maximum balance of {maxbal}."
|
||||
|
||||
@@ -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: Portuguese, Brazilian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -83,8 +83,8 @@ msgstr "Comando base para gerenciar o banco."
|
||||
#, 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"
|
||||
" "
|
||||
@@ -99,7 +99,7 @@ msgstr ""
|
||||
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"
|
||||
@@ -115,9 +115,9 @@ msgstr ""
|
||||
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"
|
||||
@@ -163,9 +163,9 @@ 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"
|
||||
@@ -209,7 +209,7 @@ 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"
|
||||
" "
|
||||
@@ -274,7 +274,7 @@ 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"
|
||||
" "
|
||||
@@ -292,7 +292,7 @@ msgstr ""
|
||||
#, 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"
|
||||
" "
|
||||
@@ -310,8 +310,8 @@ msgstr ""
|
||||
#, 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"
|
||||
@@ -326,8 +326,8 @@ msgstr ""
|
||||
#, 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"
|
||||
@@ -342,7 +342,7 @@ msgstr ""
|
||||
#, 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"
|
||||
" "
|
||||
@@ -362,7 +362,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"
|
||||
|
||||
@@ -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: Portuguese\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -76,8 +76,8 @@ 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"
|
||||
" "
|
||||
@@ -92,7 +92,7 @@ msgstr ""
|
||||
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"
|
||||
@@ -108,9 +108,9 @@ msgstr ""
|
||||
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"
|
||||
@@ -156,9 +156,9 @@ 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"
|
||||
@@ -202,7 +202,7 @@ 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"
|
||||
" "
|
||||
@@ -267,7 +267,7 @@ 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"
|
||||
" "
|
||||
@@ -285,7 +285,7 @@ msgstr ""
|
||||
#, 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"
|
||||
" "
|
||||
@@ -303,8 +303,8 @@ msgstr ""
|
||||
#, 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"
|
||||
@@ -319,8 +319,8 @@ msgstr ""
|
||||
#, 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"
|
||||
@@ -335,7 +335,7 @@ msgstr ""
|
||||
#, 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"
|
||||
" "
|
||||
@@ -355,7 +355,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"
|
||||
|
||||
@@ -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: Russian\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]bank balance`\n"
|
||||
" - `[p]bank balance @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]bank transfer @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} перевёл {other_user} {num} {currency}"
|
||||
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]bank set @Twentysix 26` - Устанавливает баланс равным 26\n"
|
||||
" - `[p]bank set @Twentysix +2` - Увеличивает баланс на 2\n"
|
||||
" - `[p]bank set @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]leaderboard`\n"
|
||||
" - `[p]leaderboard 50` - Показывает топ-50 вместо топ-10.\n"
|
||||
" - `[p]leaderboard 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"
|
||||
" **Аргументы**\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"
|
||||
" **Аргументы**\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"
|
||||
" **Аргументы**\n\n"
|
||||
" - `<duration>` Новая продолжительность восстановления между использованием игрового автомата. По умолчанию 5 секунд.\n"
|
||||
" Принимает значения: секунды, минуты, часы, дни, недели (если единицы измерения не указаны, считается, что длительность задана в секундах)\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/economy/economy.py:789
|
||||
msgid "Cooldown is now {num} seconds."
|
||||
@@ -388,20 +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 "Установите время восстановления для команды payday.\n\n"
|
||||
" Примеры:\n"
|
||||
" - `[p]economyset paydaytime 86400`\n"
|
||||
" - `[p]economyset paydaytime 1d`\n\n"
|
||||
" **Аргументы**\n\n"
|
||||
" - `<duration>` Новая продолжительность восстановления между использованием payday. По умолчанию 5 минут.\n"
|
||||
" Принимает значения: секунды, минуты, часы, дни, недели (если единицы измерения не указаны, считается, что продолжительность задана в секундах)\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/economy/economy.py:813
|
||||
msgid "Value modified. At least {num} seconds must pass between each payday."
|
||||
@@ -411,16 +351,11 @@ msgstr "Значение изменено. Теперь между выплат
|
||||
#, 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"
|
||||
" **Аргументы**\n\n"
|
||||
" - `<creds>` Новая сумма, которую нужно выдать при использовании команды payday. По умолчанию 120.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/economy/economy.py:833
|
||||
msgid "Amount must be greater than zero and less than {maxbal}."
|
||||
@@ -436,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"
|
||||
|
||||
@@ -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: Slovak\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -76,8 +76,8 @@ 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"
|
||||
" "
|
||||
@@ -92,7 +92,7 @@ msgstr ""
|
||||
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"
|
||||
@@ -108,9 +108,9 @@ msgstr ""
|
||||
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"
|
||||
@@ -156,9 +156,9 @@ 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"
|
||||
@@ -202,7 +202,7 @@ 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"
|
||||
" "
|
||||
@@ -267,7 +267,7 @@ 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"
|
||||
" "
|
||||
@@ -285,7 +285,7 @@ msgstr ""
|
||||
#, 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"
|
||||
" "
|
||||
@@ -303,8 +303,8 @@ msgstr ""
|
||||
#, 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"
|
||||
@@ -319,8 +319,8 @@ msgstr ""
|
||||
#, 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"
|
||||
@@ -335,7 +335,7 @@ msgstr ""
|
||||
#, 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"
|
||||
" "
|
||||
@@ -355,7 +355,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"
|
||||
|
||||
@@ -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: Slovenian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -76,8 +76,8 @@ 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"
|
||||
" "
|
||||
@@ -92,7 +92,7 @@ msgstr ""
|
||||
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"
|
||||
@@ -108,9 +108,9 @@ msgstr ""
|
||||
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"
|
||||
@@ -156,9 +156,9 @@ 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"
|
||||
@@ -202,7 +202,7 @@ 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"
|
||||
" "
|
||||
@@ -267,7 +267,7 @@ 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"
|
||||
" "
|
||||
@@ -285,7 +285,7 @@ msgstr ""
|
||||
#, 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"
|
||||
" "
|
||||
@@ -303,8 +303,8 @@ msgstr ""
|
||||
#, 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"
|
||||
@@ -319,8 +319,8 @@ msgstr ""
|
||||
#, 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"
|
||||
@@ -335,7 +335,7 @@ msgstr ""
|
||||
#, 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"
|
||||
" "
|
||||
@@ -355,7 +355,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"
|
||||
|
||||
@@ -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: Swedish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -76,8 +76,8 @@ 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"
|
||||
" "
|
||||
@@ -92,7 +92,7 @@ msgstr ""
|
||||
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"
|
||||
@@ -108,9 +108,9 @@ msgstr ""
|
||||
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"
|
||||
@@ -156,9 +156,9 @@ 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"
|
||||
@@ -202,7 +202,7 @@ msgstr "Jag kan inte skicka direkt meddelanden till dig."
|
||||
#, 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"
|
||||
" "
|
||||
@@ -267,7 +267,7 @@ 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"
|
||||
" "
|
||||
@@ -285,7 +285,7 @@ msgstr ""
|
||||
#, 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"
|
||||
" "
|
||||
@@ -303,8 +303,8 @@ msgstr ""
|
||||
#, 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"
|
||||
@@ -319,8 +319,8 @@ msgstr ""
|
||||
#, 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"
|
||||
@@ -335,7 +335,7 @@ msgstr ""
|
||||
#, 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"
|
||||
" "
|
||||
@@ -355,7 +355,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"
|
||||
|
||||
@@ -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: Turkish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -83,18 +83,12 @@ msgstr "Bankayı yönetmek için temel komut."
|
||||
#, 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 "Kullanıcının hesap bakiyesini göster.\n\n"
|
||||
" Örnekler:\n"
|
||||
" - `[p]bank balance`\n"
|
||||
" - `[p]bank balance @Twentysix`\n\n"
|
||||
" **Seçenekler**\n\n"
|
||||
" - `<user>` Bakiyesi gösterilecek kullanıcı. Boş bırakılırsa, sizin bakiyeniz gösterilir.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/economy/economy.py:202
|
||||
msgid "{user}'s balance is {num} {currency}"
|
||||
@@ -105,19 +99,12 @@ msgstr "{user} adlı kullanıcının bakiyesi {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 "Diğer kullanıcılara bakiye aktar.\n\n"
|
||||
" Bu sizin bakiyenizden kesilecektir, bu yüzden sizde yeterli miktarda olduğundan emin olun.\n\n"
|
||||
" Örnek:\n"
|
||||
" - `[p]bank transfer @Twentysix 500`\n\n"
|
||||
" **Seçenekler**\n\n"
|
||||
" - `<to>` Bakiye aktarılacak kullanıcı.\n"
|
||||
" - `<amount>` Ne kadar bakiye aktarılacağı.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/economy/economy.py:230
|
||||
msgid "{user} transferred {num} {currency} to {other_user}"
|
||||
@@ -128,23 +115,14 @@ msgstr "{user}, {other_user} adlı kullanıcıya {num} {currency} aktardı"
|
||||
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 "Bir kullanıcının banka hesabındaki bekiyeyi ayarla.\n\n"
|
||||
" Miktarın önüne + veya - işaretleri koymak bunun yerine kullanıcının hesabına bakiye ekler/eksiltir.\n\n"
|
||||
" Örnekler:\n"
|
||||
" - `[p]bank set @Twentysix 26` - Bakiyeyi 26 yapar\n"
|
||||
" - `[p]bank set @Twentysix +2` - Bakiyeyi 2 arttırır\n"
|
||||
" - `[p]bank set @Twentysix -6` - Bakiyeyi 6 azaltır\n\n"
|
||||
" **Seçenekler**\n\n"
|
||||
" - `<to>` Bakiyesi ayarlanacak kullanıcı.\n"
|
||||
" - `<creds>` Bakiyenin ayarlanacağı miktar.\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 "Sıralamayı göster.\n\n"
|
||||
" Varsayılan olarak en üstteki 10.\n\n"
|
||||
" Örnekler:\n"
|
||||
" - `[p]leaderboard`\n"
|
||||
" - `[p]leaderboard 50` - En üstteki 10 yerine 50 yi gösterir.\n"
|
||||
" - `[p]leaderboard 100 yes` - Tüm sunuculardan en üstteki 100 ü gösterir.\n\n"
|
||||
" **Seçenekler**\n\n"
|
||||
" - `<top>` Sıralamadı kaç yerin gösterileceği. Boş bırakılırsa 10 kabul edilir.\n"
|
||||
" - `<show_global>` Tüm sunucuların dahil edilip edilmeyeceği. Belirtilmediği sürece kapalıdır.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/economy/economy.py:427
|
||||
msgid "Page {page_num}/{page_len}."
|
||||
@@ -245,16 +214,11 @@ msgstr "Sana özelden mesaj atamıyorum."
|
||||
#, 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 "Slot makinesini kullan.\n\n"
|
||||
" Örnek:\n"
|
||||
" - `[p]slot 50`\n\n"
|
||||
" **Seçenekler**\n\n"
|
||||
" - `<bid>` Oynanacak miktar. Kazanıldığında alınan miktar oynanan miktarla birlikte artar.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/economy/economy.py:562
|
||||
msgid "You're on cooldown, try again in a bit."
|
||||
@@ -324,16 +288,11 @@ msgstr "---Rollere Göre Maaş Miktarları---\n"
|
||||
#, 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 "Slot makinesinde oynanabilecek en az miktar.\n\n"
|
||||
" Örnek:\n"
|
||||
" - `[p]economyset slotmin 10`\n\n"
|
||||
" **Seçenekler**\n\n"
|
||||
" - `<bid>` Slot makinesinde oynanabilecek yeni en düşük miktar. Varsayılan miktar 5 dir.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/economy/economy.py:717
|
||||
msgid "Warning: Minimum bid is greater than the maximum bid ({max_bid}). Slots will not work."
|
||||
@@ -347,16 +306,11 @@ msgstr "Minimum teklif şimdi {bid} {currency} ' dir."
|
||||
#, 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 "Slot makinesinde oynanabilecek en yüksek miktarı ayarla.\n\n"
|
||||
" Örnek:\n"
|
||||
" - `[p]economyset slotmax 50`\n\n"
|
||||
" **Seçenekler**\n\n"
|
||||
" - `<bid>` Slot makinesinde oynanabilecek yeni en fazla miktar. Varsayılan olarak 100 dür.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/economy/economy.py:752
|
||||
msgid "Warning: Maximum bid is less than the minimum bid ({min_bid}). Slots will not work."
|
||||
@@ -370,20 +324,13 @@ msgstr "Maksimum teklifi şimdi {bid} {currency} ' dir."
|
||||
#, 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 "Slot makinesi için bekleme süresini ayarla.\n\n"
|
||||
" Örnekler:\n"
|
||||
" - `[p]economyset slottime 10`\n"
|
||||
" - `[p]economyset slottime 10m`\n\n"
|
||||
" **Seçenekler**\n\n"
|
||||
" - `<süre>` Slot makinesi tekrar kullanabilmek için beklenmesi gereken yeni süre. Varsayılan süre 5 saniyedir.\n"
|
||||
" Süreyi saniyeler (s), dakikalar (m), saatler (h), günler (d) veya haftalar (w) olarak verebilirsiniz. (Eğer ölçü belirtilmediyse sürenin saniye olarak verildiği varsayılır)\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/economy/economy.py:789
|
||||
msgid "Cooldown is now {num} seconds."
|
||||
@@ -393,20 +340,13 @@ msgstr "Bekleme süresi şimdi {num} saniye."
|
||||
#, 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 "Maaş komutu için bekleme süresini ayarla.\n\n"
|
||||
" Örnekler:\n"
|
||||
" - `[p]economyset paydaytime 86400`\n"
|
||||
" - `[p]economyset paydaytime 1d`\n\n"
|
||||
" **Seçenekler**\n\n"
|
||||
" - `<süre>` Payday komutunu tekrar kullanmak için beklenmesi gereken süreyi ayarla. Varsayılan süre 5 dakikadır.\n"
|
||||
" Süreyi saniyeler (s), dakikalar (m), saatler (h), günler (d) veya haftalar (w) olarak verebilirsiniz. (Eğer ölçü belirtilmediyse sürenin saniye olarak verildiği varsayılır)\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/economy/economy.py:813
|
||||
msgid "Value modified. At least {num} seconds must pass between each payday."
|
||||
@@ -416,16 +356,11 @@ msgstr "Değer değiştirildi. Her ödeme günü arasında en az {num} saniye ge
|
||||
#, 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 "Her maaş günü kazanılan miktarı ayarla.\n\n"
|
||||
" Örnek:\n"
|
||||
" - `[p]economyset paydayamount 400`\n\n"
|
||||
" **Seçenekler**\n\n"
|
||||
" - `<creds>` Maaş günü komutu kullanıldığında alınacak yeni miktar. Varsayılan olarak 120.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/economy/economy.py:833
|
||||
msgid "Amount must be greater than zero and less than {maxbal}."
|
||||
@@ -441,20 +376,12 @@ 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"
|
||||
" "
|
||||
msgstr "Bir rol için her maaş günü alınan parayı ayarlar.\n\n"
|
||||
" Bu rol için ayarlanmış maaşı silmek için `0` a ayarlayın.\n\n"
|
||||
" Bot genelinde banka ile kullanılamaz, sunucu genelinde olması gerekir.\n\n"
|
||||
" Örnek:\n"
|
||||
" - `[p]economyset rolepaydayamount @Üyeler 400`\n\n"
|
||||
" **Seçenekler**\n\n"
|
||||
" - `<role>` Özel maaş miktarı belirlenecek rol.\n"
|
||||
" - `<creds>` Maaş komutu kullanıldığında alınacak yeni para miktarı.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/economy/economy.py:868
|
||||
msgid "The bank requires that you set the payday to be less than its maximum balance of {maxbal}."
|
||||
|
||||
@@ -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: Ukrainian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -76,8 +76,8 @@ 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"
|
||||
" "
|
||||
@@ -92,7 +92,7 @@ msgstr ""
|
||||
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"
|
||||
@@ -108,9 +108,9 @@ msgstr ""
|
||||
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"
|
||||
@@ -156,9 +156,9 @@ 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"
|
||||
@@ -202,7 +202,7 @@ 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"
|
||||
" "
|
||||
@@ -267,7 +267,7 @@ 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"
|
||||
" "
|
||||
@@ -285,7 +285,7 @@ msgstr ""
|
||||
#, 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"
|
||||
" "
|
||||
@@ -303,8 +303,8 @@ msgstr ""
|
||||
#, 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"
|
||||
@@ -319,8 +319,8 @@ msgstr ""
|
||||
#, 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"
|
||||
@@ -335,7 +335,7 @@ msgstr ""
|
||||
#, 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"
|
||||
" "
|
||||
@@ -355,7 +355,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"
|
||||
|
||||
@@ -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: Vietnamese\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -76,8 +76,8 @@ 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"
|
||||
" "
|
||||
@@ -92,7 +92,7 @@ msgstr ""
|
||||
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"
|
||||
@@ -108,9 +108,9 @@ msgstr ""
|
||||
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"
|
||||
@@ -156,9 +156,9 @@ 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"
|
||||
@@ -202,7 +202,7 @@ 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"
|
||||
" "
|
||||
@@ -267,7 +267,7 @@ 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"
|
||||
" "
|
||||
@@ -285,7 +285,7 @@ msgstr ""
|
||||
#, 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"
|
||||
" "
|
||||
@@ -303,8 +303,8 @@ msgstr ""
|
||||
#, 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"
|
||||
@@ -319,8 +319,8 @@ msgstr ""
|
||||
#, 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"
|
||||
@@ -335,7 +335,7 @@ msgstr ""
|
||||
#, 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"
|
||||
" "
|
||||
@@ -355,7 +355,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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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 Traditional\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -81,18 +81,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]bank balance`\n"
|
||||
" - `[p]bank balance @Twentysix`\n\n"
|
||||
" **參數**\n\n"
|
||||
" - `<user>` 要檢查餘額的用戶。 如果省略,則默認為您自己的餘額。\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/economy/economy.py:202
|
||||
msgid "{user}'s balance is {num} {currency}"
|
||||
@@ -103,19 +97,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]bank transfer @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}"
|
||||
@@ -126,23 +113,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]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"
|
||||
" **參數**\n\n"
|
||||
" - `<to>` 設置貨幣的用戶。\n"
|
||||
" - `<creds>` 設置餘額的貨幣數量。\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/economy/economy.py:262
|
||||
msgid "{author} added {num} {currency} to {user}'s account."
|
||||
@@ -188,23 +166,14 @@ msgstr "{author.mention} 太早了。 您的下一個發薪日是 {relative_time
|
||||
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]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"
|
||||
" **參數**\n\n"
|
||||
" - `<top>` 在排行榜上顯示多少位置。 如果省略則默認為 10。\n"
|
||||
" - `<show_global>` 是否包含來自所有服務器的結果。 除非指定,否則這將默認為 false。\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/economy/economy.py:427
|
||||
msgid "Page {page_num}/{page_len}."
|
||||
@@ -243,16 +212,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."
|
||||
@@ -322,16 +286,11 @@ msgstr "---身分組發薪日金額---\n"
|
||||
#, 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"
|
||||
" **參數**\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."
|
||||
@@ -345,16 +304,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"
|
||||
" **參數**\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."
|
||||
@@ -368,20 +322,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"
|
||||
" **參數**\n\n"
|
||||
" - `<duration>` 在兩次使用老虎機之間等待的新持續時間。 默認為 5 秒。\n"
|
||||
" 接受:秒、分鐘、小時、天、週(如果未指定單位,則假定持續時間以秒為單位)\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/economy/economy.py:789
|
||||
msgid "Cooldown is now {num} seconds."
|
||||
@@ -391,20 +338,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"
|
||||
" 接受:秒、分鐘、小時、天、週(如果未指定單位,則假定持續時間以秒為單位)\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/economy/economy.py:813
|
||||
msgid "Value modified. At least {num} seconds must pass between each payday."
|
||||
@@ -414,16 +354,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"
|
||||
" **參數**\n\n"
|
||||
" - `<creds>` 使用發薪日命令時要給予的新金額。 默認值為 120。\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/economy/economy.py:833
|
||||
msgid "Amount must be greater than zero and less than {maxbal}."
|
||||
@@ -439,20 +374,12 @@ 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"
|
||||
" "
|
||||
msgstr "設置身分組在每個發薪日賺取的金額。\n\n"
|
||||
" 設置為“0”以刪除您為該身分組設置的發薪日金額。\n\n"
|
||||
" 僅在不使用全球銀行時可用。\n\n"
|
||||
" 例子:\n"
|
||||
" -`[p]economyset rolepaydayamount @Members 400`\n\n"
|
||||
" **參數**\n\n"
|
||||
" - `<role>` 分配自定義發薪日金額的身分組。\n"
|
||||
" - `<creds>` 使用發薪日命令時要給予的新金額。\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/economy/economy.py:868
|
||||
msgid "The bank requires that you set the payday to be less than its maximum balance of {maxbal}."
|
||||
|
||||
Reference in New Issue
Block a user