98 lines
2.7 KiB
Plaintext
98 lines
2.7 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-28 22:43+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/modules/user_config/cog.py:38
|
|
msgctxt "userset:timezone"
|
|
msgid "timezone"
|
|
msgstr ""
|
|
|
|
#: src/modules/user_config/cog.py:41
|
|
msgctxt "userset:timezone|desc"
|
|
msgid "Timezone in which to display statistics."
|
|
msgstr ""
|
|
|
|
#: src/modules/user_config/cog.py:45
|
|
msgctxt "userset:timezone|long_desc"
|
|
msgid ""
|
|
"All personal time-related features of StudyLion will use this timezone for "
|
|
"you, including personal statistics. Note that leaderboards will still be "
|
|
"shown in the server's own timezone."
|
|
msgstr ""
|
|
|
|
#: src/modules/user_config/cog.py:60
|
|
#, possible-python-brace-format
|
|
msgctxt "userset:timezone|response:set"
|
|
msgid "Your personal timezone has been set to `{timezone}`."
|
|
msgstr ""
|
|
|
|
#: src/modules/user_config/cog.py:65
|
|
msgctxt "userset:timezone|response:unset"
|
|
msgid ""
|
|
"You have unset your timezone. Statistics will be displayed in the server "
|
|
"timezone."
|
|
msgstr ""
|
|
|
|
#: src/modules/user_config/cog.py:81
|
|
msgctxt "cmd:userconfig"
|
|
msgid "my"
|
|
msgstr ""
|
|
|
|
#: src/modules/user_config/cog.py:82
|
|
msgctxt "cmd:userconfig|desc"
|
|
msgid "User configuration commands."
|
|
msgstr ""
|
|
|
|
#: src/modules/user_config/cog.py:89
|
|
msgctxt "cmd:userconfig_timezone"
|
|
msgid "timezone"
|
|
msgstr ""
|
|
|
|
#: src/modules/user_config/cog.py:92
|
|
msgctxt "cmd:userconfig_timezone|desc"
|
|
msgid ""
|
|
"Set your personal timezone, used for displaying stats and setting reminders."
|
|
msgstr ""
|
|
|
|
#: src/modules/user_config/cog.py:96
|
|
msgctxt "cmd:userconfig_timezone|param:timezone"
|
|
msgid "timezone"
|
|
msgstr ""
|
|
|
|
#: src/modules/user_config/cog.py:101
|
|
msgctxt "cmd:userconfig_timezone|param:timezone|desc"
|
|
msgid "What timezone are you in? Try typing your country or continent."
|
|
msgstr ""
|
|
|
|
#: src/modules/user_config/cog.py:117
|
|
#, possible-python-brace-format
|
|
msgctxt "cmd:userconfig_timezone|response:set"
|
|
msgid "Your timezone is currently set to {timezone}"
|
|
msgstr ""
|
|
|
|
#: src/modules/user_config/cog.py:121
|
|
msgctxt "cmd:userconfig_timezone|button:reset|label"
|
|
msgid "Reset"
|
|
msgstr ""
|
|
|
|
#: src/modules/user_config/cog.py:133
|
|
#, possible-python-brace-format
|
|
msgctxt "cmd:userconfig_timezone|response:unset"
|
|
msgid "Your timezone is not set. Using the server timezone `{timezone}`."
|
|
msgstr ""
|