mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
Also included a Makefile recipe which makes use of the Crowdin CLI's `crowdin download` command. This requires whoever is using it to provide the project's API key in an environment variable, but we may automate this at some point. Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
84 lines
2.4 KiB
Plaintext
84 lines
2.4 KiB
Plaintext
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: red-discordbot\n"
|
|
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
|
|
"PO-Revision-Date: 2019-02-25 03:07\n"
|
|
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
|
|
"Language-Team: Dutch\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"Generated-By: redgettext 2.2\n"
|
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
"X-Generator: crowdin.com\n"
|
|
"X-Crowdin-Project: red-discordbot\n"
|
|
"X-Crowdin-Language: nl\n"
|
|
"X-Crowdin-File: /cogs/bank/locales/messages.pot\n"
|
|
"Language: nl_NL\n"
|
|
|
|
#: redbot/cogs/bank/bank.py:58
|
|
#, docstring
|
|
msgid "Bank"
|
|
msgstr "Bank"
|
|
|
|
#: redbot/cogs/bank/bank.py:70
|
|
#, docstring
|
|
msgid "Base command for bank settings."
|
|
msgstr "Basisopdracht voor bankinstellingen."
|
|
|
|
#: redbot/cogs/bank/bank.py:83
|
|
msgid "Bank settings:\n\n"
|
|
"Bank name: {bank_name}\n"
|
|
"Currency: {currency_name}\n"
|
|
"Default balance: {default_balance}"
|
|
msgstr "Bankinstellingen: \n"
|
|
"Banknaam: {bank_name} \n"
|
|
"Valuta: {currency_name} \n"
|
|
"Standaardsaldo: {default_balance}"
|
|
|
|
#: redbot/cogs/bank/bank.py:94
|
|
#, docstring
|
|
msgid "Toggle whether the bank is global or not.\n\n"
|
|
" If the bank is global, it will become per-server.\n"
|
|
" If the bank is per-server, it will become global.\n"
|
|
" "
|
|
msgstr "Wissel of de bank al dan niet globaal is.\n\n"
|
|
" Als de bank wereldwijd is, wordt deze per server.\n"
|
|
" Als de bank per server is, wordt deze globaal.\n"
|
|
" "
|
|
|
|
#: redbot/cogs/bank/bank.py:101
|
|
msgid "per-server"
|
|
msgstr "per-server"
|
|
|
|
#: redbot/cogs/bank/bank.py:101
|
|
msgid "global"
|
|
msgstr "globaal"
|
|
|
|
#: redbot/cogs/bank/bank.py:104
|
|
msgid "This will toggle the bank to be {banktype}, deleting all accounts in the process! If you're sure, type `{command}`"
|
|
msgstr "Hiermee wordt de bank ingesteld op {banktype} en worden alle accounts verwijderd! Als je het zeker weet, type je `{command}`"
|
|
|
|
#: redbot/cogs/bank/bank.py:111
|
|
msgid "The bank is now {banktype}."
|
|
msgstr "De bank is nu {banktype}."
|
|
|
|
#: redbot/cogs/bank/bank.py:116
|
|
#, docstring
|
|
msgid "Set the bank's name."
|
|
msgstr "Stel de naam van de bank in."
|
|
|
|
#: redbot/cogs/bank/bank.py:118
|
|
msgid "Bank name has been set to: {name}"
|
|
msgstr "Banknaam is ingesteld op: {name}"
|
|
|
|
#: redbot/cogs/bank/bank.py:123
|
|
#, docstring
|
|
msgid "Set the name for the bank's currency."
|
|
msgstr "Stel de valuta in."
|
|
|
|
#: redbot/cogs/bank/bank.py:125
|
|
msgid "Currency name has been set to: {name}"
|
|
msgstr "Valutanaam is ingesteld op: {name}"
|
|
|