-
Notifications
You must be signed in to change notification settings - Fork 175
/
Copy pathmessages.pot
185 lines (159 loc) · 4.83 KB
/
messages.pot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR ORGANIZATION
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2024-12-06 11:00+0100\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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: pygettext.py 1.5\n"
#: config.py:47
msgid ""
"Determines whether the bot will output shorter\n"
" versions of the karma output when requesting a single thing's karma."
msgstr ""
#: config.py:50
msgid ""
"A space separated list of\n"
" characters to increase karma."
msgstr ""
#: config.py:53
msgid ""
"A space separated list of\n"
" characters to decrease karma."
msgstr ""
#: config.py:56
msgid ""
"Determines whether the bot will reply with a\n"
" success message when something's karma is increased or decreased."
msgstr ""
#: config.py:59
msgid ""
"Determines how many highest/lowest karma things\n"
" are shown when karma is called with no arguments."
msgstr ""
#: config.py:62
msgid ""
"Determines how many karma things are shown when\n"
" the most command is called."
msgstr ""
#: config.py:65
msgid ""
"Determines whether users can adjust the karma\n"
" of their nick."
msgstr ""
#: config.py:68
msgid ""
"Determines whether the bot will\n"
" increase/decrease karma without being addressed."
msgstr ""
#: config.py:71
msgid ""
"Determines whether the bot will\n"
" only increase/decrease karma for nicks in the current channel."
msgstr ""
#: plugin.py:229
#, docstring
msgid ""
"\n"
" Provides a simple tracker for setting Karma (thing++, thing--).\n"
" If ``config plugins.karma.allowUnaddressedKarma`` is set to ``True``\n"
" (default since 2014.05.07), saying `boats++` will give 1 karma\n"
" to ``boats``, and ``ships--`` will subtract 1 karma from ``ships``.\n"
"\n"
" However, if you use this in a sentence, like\n"
" ``That deserves a ++. Kevin++``, 1 karma will be added to\n"
" ``That deserves a ++. Kevin``, so you should only add or subtract karma\n"
" in a line that doesn't have anything else in it.\n"
" Alternatively, you can restrict karma tracking to nicks in the current\n"
" channel by setting `config plugins.Karma.onlyNicks` to ``True``.\n"
"\n"
" If ``config plugins.karma.allowUnaddressedKarma` is set to `False``,\n"
" you must address the bot with nick or prefix to add or subtract karma.\n"
" "
msgstr ""
#: plugin.py:263
msgid "%(thing)s's karma is now %(karma)i"
msgstr ""
#: plugin.py:283 plugin.py:296
msgid "You're not allowed to adjust your own karma."
msgstr ""
#: plugin.py:323
#, docstring
msgid ""
"[<channel>] [<thing> ...]\n"
"\n"
" Returns the karma of <thing>. If <thing> is not given, returns the top\n"
" N karmas, where N is determined by the config variable\n"
" supybot.plugins.Karma.rankingDisplay. If one <thing> is given, returns\n"
" the details of its karma; if more than one <thing> is given, returns\n"
" the total karma of each of the things. <channel> is only necessary\n"
" if the message isn't sent on the channel itself.\n"
" "
msgstr ""
#: plugin.py:336
msgid "%s has neutral karma."
msgstr ""
#: plugin.py:343
msgid "Karma for %q has been increased %n and decreased %n for a total karma of %s."
msgstr ""
#: plugin.py:345 plugin.py:346
msgid "time"
msgstr ""
#: plugin.py:359
msgid "I didn't know the karma for any of those things."
msgstr ""
#: plugin.py:368 plugin.py:398
msgid "I have no karma for this channel."
msgstr ""
#: plugin.py:373
msgid " You (%s) are ranked %i out of %i."
msgstr ""
#: plugin.py:377
msgid "Highest karma: %L. Lowest karma: %L.%s"
msgstr ""
#: plugin.py:385
#, docstring
msgid ""
"[<channel>] {increased,decreased,active}\n"
"\n"
" Returns the most increased, the most decreased, or the most active\n"
" (the sum of increased and decreased) karma things. <channel> is only\n"
" necessary if the message isn't sent in the channel itself.\n"
" "
msgstr ""
#: plugin.py:404
#, docstring
msgid ""
"[<channel>] [<name>]\n"
"\n"
" Resets the karma of <name> to 0. If <name> is not given, resets\n"
" everything.\n"
" "
msgstr ""
#: plugin.py:415
#, docstring
msgid ""
"[<channel>] <filename>\n"
"\n"
" Dumps the Karma database for <channel> to <filename> in the bot's\n"
" data directory. <channel> is only necessary if the message isn't sent\n"
" in the channel itself.\n"
" "
msgstr ""
#: plugin.py:428
#, docstring
msgid ""
"[<channel>] <filename>\n"
"\n"
" Loads the Karma database for <channel> from <filename> in the bot's\n"
" data directory. <channel> is only necessary if the message isn't sent\n"
" in the channel itself.\n"
" "
msgstr ""