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: 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"
|
||||
|
||||
Reference in New Issue
Block a user