Files
croccybot/locales/templates/settings_base.pot

219 lines
5.5 KiB
Plaintext

# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-08-16 17:01+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/settings/ui.py:179
msgctxt "setting|formatted|notset"
msgid "Not Set"
msgstr ""
#: src/settings/ui.py:338
#, possible-python-brace-format
msgctxt "setting|summary_embed|title"
msgid "Configuration options for `{name}`"
msgstr ""
#: src/settings/ui.py:350
msgctxt "setting|summary_table|field:currently|key"
msgid "Currently"
msgstr ""
#: src/settings/ui.py:357
msgctxt "setting|summary_table|field:default|key"
msgid "By Default"
msgstr ""
#: src/settings/ui.py:364
msgctxt "setting|summary_table|field:set|key"
msgid "Set Using"
msgstr ""
#: src/settings/setting_types.py:48
msgctxt "settype:string|accepts"
msgid "Any Text"
msgstr ""
#: src/settings/setting_types.py:89
#, possible-python-brace-format
msgctxt "settype:string|error"
msgid "Provided string is too long! Maximum length: {maxlen} characters."
msgstr ""
#: src/settings/setting_types.py:114
msgctxt "settype:emoji|accepts"
msgid "Paste a builtin emoji, custom emoji, or emoji id."
msgstr ""
#: src/settings/setting_types.py:167
#, possible-python-brace-format
msgctxt "settype:emoji|error:parse"
msgid ""
"Could not parse `{provided}` as a Discord emoji. Supported formats are "
"builtin emojis (e.g. `{builtin}`), custom emojis (e.g. {custom}), or custom "
"emoji ids (e.g. `{custom_id}`)."
msgstr ""
#: src/settings/setting_types.py:236
msgctxt "settype:channel|accepts"
msgid "A channel name or id"
msgstr ""
#: src/settings/setting_types.py:281
#, possible-python-brace-format
msgctxt "settype:channel|parse|error:not_found"
msgid "Channel `{string}` could not be found in this guild!"
msgstr ""
#: src/settings/setting_types.py:367
msgctxt "settype:role|accepts"
msgid "A role name or id"
msgstr ""
#: src/settings/setting_types.py:426
#, possible-python-brace-format
msgctxt "settype:role|parse|error:not_found"
msgid "Role `{string}` could not be found in this guild!"
msgstr ""
#: src/settings/setting_types.py:491
msgctxt "settype:bool|accepts"
msgid "Enabled/Disabled"
msgstr ""
#: src/settings/setting_types.py:496
msgctxt "settype:bool|parse:truthy_values"
msgid "enabled|yes|true|on|enable|1"
msgstr ""
#: src/settings/setting_types.py:500
msgctxt "settype:bool|parse:falsey_values"
msgid "disabled|no|false|off|disable|0"
msgstr ""
#: src/settings/setting_types.py:505
msgctxt "settype:bool|output:true"
msgid "On"
msgstr ""
#: src/settings/setting_types.py:506
msgctxt "settype:bool|output:false"
msgid "Off"
msgstr ""
#: src/settings/setting_types.py:507
msgctxt "settype:bool|output:none"
msgid "Not Set"
msgstr ""
#: src/settings/setting_types.py:618
msgctxt "settype:integer|accepts"
msgid "An integer"
msgstr ""
#: src/settings/setting_types.py:681
msgctxt "settype:emoji|desc"
msgid "Unicode or custom emoji"
msgstr ""
#: src/settings/setting_types.py:753
msgctxt "settype:guildid|accepts"
msgid "Any Snowflake ID"
msgstr ""
#: src/settings/setting_types.py:822
msgctxt "settype:timezone|accepts"
msgid "A timezone name from the 'tz database' (e.g. 'Europe/London')"
msgstr ""
#: src/settings/setting_types.py:892
msgctxt "settype:timezone|summary_table|field:supported|key"
msgid "Supported"
msgstr ""
#: src/settings/setting_types.py:896
#, possible-python-brace-format
msgctxt "settype:timezone|summary_table|field:supported|value"
msgid "Any timezone from the [tz database]({link})."
msgstr ""
#: src/settings/setting_types.py:913
#, possible-python-brace-format
msgctxt "set_type:timezone|acmpl|no_matching"
msgid "No timezones matching '{input}'!"
msgstr ""
#: src/settings/setting_types.py:926
#, possible-python-brace-format
msgctxt "set_type:timezone|acmpl|choice"
msgid "{tz} (Currently {now})"
msgstr ""
#: src/settings/setting_types.py:956
msgctxt "settype:timestamp|accepts"
msgid "A timestamp in the form YYYY-MM-DD HH:MM"
msgstr ""
#: src/settings/setting_types.py:985
#, possible-python-brace-format
msgctxt "settype:timestamp|parse|error:invalid"
msgid ""
"Could not parse `{provided}` as a timestamp. Please use `YYYY-MM-DD HH:MM` "
"format."
msgstr ""
#: src/settings/setting_types.py:1016
msgctxt "settype:raw|accepts"
msgid "Anything"
msgstr ""
#: src/settings/setting_types.py:1069
msgctxt "settype:enum|accepts"
msgid "A valid option."
msgstr ""
#: src/settings/setting_types.py:1119
#, possible-python-brace-format
msgctxt "settype:enum|parse|error:not_found"
msgid "`{provided}` is not a valid option!"
msgstr ""
#: src/settings/setting_types.py:1167
msgctxt "settype:duration|accepts"
msgid "A number of days, hours, minutes, and seconds, e.g. `2d 4h 10s`."
msgstr ""
#: src/settings/setting_types.py:1348
msgctxt "settype:channel_list|accepts"
msgid "Comma separated list of channel ids."
msgstr ""
#: src/settings/setting_types.py:1359
msgctxt "settype:role_list|accepts"
msgid "Comma separated list of role ids."
msgstr ""
#: src/settings/setting_types.py:1375
msgctxt "settype:stringlist|accepts"
msgid "Comma separated strings."
msgstr ""
#: src/settings/setting_types.py:1386
msgctxt "settype:guildidlist|accepts"
msgid "Comma separated list of guild ids."
msgstr ""