Update translations
[rbot] / po / zh_TW / rbot-lastfm.po
1 #: data/rbot/plugins/lastfm.rb:36
2 msgid " and %{n} more..."
3 msgstr ""
4
5 #: data/rbot/plugins/lastfm.rb:100
6 msgid ", where <period> can be one of: 3|6|12 months, a year"
7 msgstr ""
8
9 #: data/rbot/plugins/lastfm.rb:103
10 msgid ""
11 "lastfm [<num>] events in <location> => show information on events in or near "
12 "<location>. lastfm [<num>] events by <artist/group> => show information on "
13 "events by <artist/group>. lastfm [<num>] events at <venue> => show "
14 "information on events at specific <venue>. The number of events <num> that "
15 "can be displayed is optional, defaults to %{d} and cannot be higher than "
16 "%{m}. Append 'sort by <what> [in <order> order]' to sort events. Events can "
17 "be sorted by attendance or date (default) in ascending or descending order."
18 msgstr ""
19
20 #: data/rbot/plugins/lastfm.rb:105
21 msgid "lastfm artist <name> => show information on artist <name> from last.fm"
22 msgstr ""
23
24 #: data/rbot/plugins/lastfm.rb:107
25 msgid ""
26 "lastfm album <name> => show information on album <name> from last.fm [not "
27 "implemented yet]"
28 msgstr ""
29
30 #: data/rbot/plugins/lastfm.rb:109
31 msgid "lastfm track <name> => search tracks matching <name> on last.fm"
32 msgstr ""
33
34 #: data/rbot/plugins/lastfm.rb:111
35 msgid ""
36 "lastfm now [<nick>] => show the now playing track from last.fm. np [<nick>] "
37 "does the same."
38 msgstr ""
39
40 #: data/rbot/plugins/lastfm.rb:113
41 msgid ""
42 "lastfm set user <user> => associate your current irc nick with a last.fm "
43 "user. lastfm set verb <present>, <past> => set your preferred now playing/"
44 "just played verbs. default \"is listening to\" and \"listened to\"."
45 msgstr ""
46
47 #: data/rbot/plugins/lastfm.rb:115
48 msgid ""
49 "lastfm who [<nick>] => show who <nick> is on last.fm. if <nick> is empty, "
50 "show who you are on lastfm."
51 msgstr ""
52
53 #: data/rbot/plugins/lastfm.rb:117
54 msgid ""
55 "lastfm compare [<nick1>] <nick2> => show musical taste compatibility between "
56 "nick1 (or user if omitted) and nick2"
57 msgstr ""
58
59 #: data/rbot/plugins/lastfm.rb:119
60 msgid "lastfm shouts [<nick>] => show shouts to <nick>"
61 msgstr ""
62
63 #: data/rbot/plugins/lastfm.rb:121
64 msgid "lastfm friends [<nick>] => show <nick>'s friends"
65 msgstr ""
66
67 #: data/rbot/plugins/lastfm.rb:123
68 msgid ""
69 "lastfm neighbors [<nick>] => show people who share similar musical taste as "
70 "<nick>"
71 msgstr ""
72
73 #: data/rbot/plugins/lastfm.rb:125
74 msgid "lastfm loved[tracks] [<nick>] => show tracks that <nick> has loved"
75 msgstr ""
76
77 #: data/rbot/plugins/lastfm.rb:127
78 msgid ""
79 "lastfm recent[tracks] [<nick>] => show tracks that <nick> has recently played"
80 msgstr ""
81
82 #: data/rbot/plugins/lastfm.rb:129
83 msgid ""
84 "lastfm topalbums [<nick>] [over <period>] => show <nick>'s top albums%{p}"
85 msgstr ""
86
87 #: data/rbot/plugins/lastfm.rb:131
88 msgid ""
89 "lastfm topartists [<nick>] [over <period>] => show <nick>'s top artists%{p}"
90 msgstr ""
91
92 #: data/rbot/plugins/lastfm.rb:133
93 msgid ""
94 "lastfm toptracks [<nick>] [over <period>] => show <nick>'s top tracks%{p}"
95 msgstr ""
96
97 #: data/rbot/plugins/lastfm.rb:135
98 msgid "lastfm weeklyalbumchart [<nick>] => show <nick>'s weekly album chart"
99 msgstr ""
100
101 #: data/rbot/plugins/lastfm.rb:137
102 msgid "lastfm weeklyartistchart [<nick>] => show <nick>'s weekly artist chart"
103 msgstr ""
104
105 #: data/rbot/plugins/lastfm.rb:139
106 msgid "lastfm weeklyartistchart [<nick>] => show <nick>'s weekly track chart"
107 msgstr ""
108
109 #: data/rbot/plugins/lastfm.rb:141
110 msgid ""
111 "last.fm plugin - topics: events, artist, album, track, now, set, who, "
112 "compare, shouts, friends, neighbors, (loved|recent)tracks, top(albums|tracks|"
113 "artists), weekly(album|artist|track)chart"
114 msgstr ""
115
116 #: data/rbot/plugins/lastfm.rb:193
117 msgid "no events found in %{location}"
118 msgstr ""
119
120 #: data/rbot/plugins/lastfm.rb:199
121 msgid "an error occurred looking for venue %{venue}: %{e}"
122 msgstr ""
123
124 #: data/rbot/plugins/lastfm.rb:206
125 msgid "no venue found matching %{venue}"
126 msgstr ""
127
128 #: data/rbot/plugins/lastfm.rb:211
129 msgid "no events found at %{venue}"
130 msgstr ""
131
132 #: data/rbot/plugins/lastfm.rb:214
133 msgid "no events found by %{artist}"
134 msgstr ""
135
136 #: data/rbot/plugins/lastfm.rb:217
137 msgid "%{user} is not attending any events"
138 msgstr ""
139
140 #: data/rbot/plugins/lastfm.rb:226
141 msgid "could not retrieve events"
142 msgstr ""
143
144 #: data/rbot/plugins/lastfm.rb:280 data/rbot/plugins/lastfm.rb:335
145 #: data/rbot/plugins/lastfm.rb:409 data/rbot/plugins/lastfm.rb:448
146 #: data/rbot/plugins/lastfm.rb:467 data/rbot/plugins/lastfm.rb:519
147 #: data/rbot/plugins/lastfm.rb:617
148 msgid "last.fm parsing failed"
149 msgstr ""
150
151 #: data/rbot/plugins/lastfm.rb:289
152 msgid "%{u} doesn't exist on last.fm"
153 msgstr ""
154
155 #: data/rbot/plugins/lastfm.rb:292 data/rbot/plugins/lastfm.rb:346
156 msgid "error: %{e}"
157 msgstr ""
158
159 #: data/rbot/plugins/lastfm.rb:300
160 msgid "Super"
161 msgstr ""
162
163 #: data/rbot/plugins/lastfm.rb:302
164 msgid "Very High"
165 msgstr ""
166
167 #: data/rbot/plugins/lastfm.rb:304
168 msgid "High"
169 msgstr ""
170
171 #: data/rbot/plugins/lastfm.rb:306
172 msgid "Medium"
173 msgstr ""
174
175 #: data/rbot/plugins/lastfm.rb:308
176 msgid "Low"
177 msgstr ""
178
179 #: data/rbot/plugins/lastfm.rb:310
180 msgid "Very Low"
181 msgstr ""
182
183 #: data/rbot/plugins/lastfm.rb:314
184 msgid " and music they have in common includes: %{artists}"
185 msgstr ""
186
187 #: data/rbot/plugins/lastfm.rb:320
188 msgid ""
189 "%{a}'s and %{b}'s musical compatibility rating is %{bold}%{r}%{bold}%{common}"
190 msgstr ""
191
192 #: data/rbot/plugins/lastfm.rb:340
193 msgid ""
194 "%{user} doesn't exist on last.fm, perhaps they need to: %{prefix}lastfm set "
195 "user <username>"
196 msgstr ""
197
198 #: data/rbot/plugins/lastfm.rb:352
199 msgid "%{u} hasn't played anything recently"
200 msgstr ""
201
202 #: data/rbot/plugins/lastfm.rb:363
203 msgid " [%{albumtext}, %{year}]"
204 msgstr ""
205
206 #: data/rbot/plugins/lastfm.rb:365
207 msgid " [%{albumtext}]"
208 msgstr ""
209
210 #: data/rbot/plugins/lastfm.rb:377
211 msgid "is listening to"
212 msgstr ""
213
214 #: data/rbot/plugins/lastfm.rb:381
215 msgid "%{u} %{v} \"%{t}\" by %{bold}%{a}%{bold}%{b}"
216 msgstr ""
217
218 #: data/rbot/plugins/lastfm.rb:383
219 msgid "listened to"
220 msgstr ""
221
222 #: data/rbot/plugins/lastfm.rb:388
223 msgid "%{u} %{v} \"%{t}\" by %{bold}%{a}%{bold}%{b} %{p};"
224 msgstr ""
225
226 #: data/rbot/plugins/lastfm.rb:393
227 msgid " [%{u}%{url}%{u}]"
228 msgstr ""
229
230 #: data/rbot/plugins/lastfm.rb:397
231 msgid " -- see %{uri} for more"
232 msgstr ""
233
234 #: data/rbot/plugins/lastfm.rb:404 data/rbot/plugins/lastfm.rb:442
235 msgid "I had problems getting info for %{a}"
236 msgstr ""
237
238 #: data/rbot/plugins/lastfm.rb:425
239 msgid "%{b}%{a}%{b}"
240 msgstr ""
241
242 #: data/rbot/plugins/lastfm.rb:427
243 msgid "%{u}%{t}%{u}"
244 msgstr ""
245
246 #: data/rbot/plugins/lastfm.rb:428
247 msgid ""
248 "%{b}%{a}%{b} <%{u}> has been played %{b}%{c}%{b} times and is being listened "
249 "to by %{b}%{l}%{b} people"
250 msgstr ""
251
252 #: data/rbot/plugins/lastfm.rb:430
253 msgid ". Tagged as: %{t}"
254 msgstr ""
255
256 #: data/rbot/plugins/lastfm.rb:432
257 msgid ". Similar artists: %{s}"
258 msgstr ""
259
260 #: data/rbot/plugins/lastfm.rb:457
261 msgid "%{bold}%{t}%{bold} by %{bold}%{a}%{bold} (%{n} listeners)"
262 msgstr ""
263
264 #: data/rbot/plugins/lastfm.rb:470
265 msgid "track %{a} not found"
266 msgstr ""
267
268 #: data/rbot/plugins/lastfm.rb:484
269 msgid ""
270 "%{b}%{name}%{b}, %{street}, %{u}%{city}%{u}, %{country}, see %{url} for more "
271 "info"
272 msgstr ""
273
274 #: data/rbot/plugins/lastfm.rb:508
275 msgid " and %{maps} for maps"
276 msgstr ""
277
278 #: data/rbot/plugins/lastfm.rb:515
279 msgid "I had problems getting album info"
280 msgstr ""
281
282 #: data/rbot/plugins/lastfm.rb:537
283 msgid "I couldn't locate: \"%{a}\" by %{r}"
284 msgstr ""
285
286 #: data/rbot/plugins/lastfm.rb:541
287 msgid "the album \"%{a}\" by %{r} %{y}has been played %{c} times"
288 msgstr ""
289
290 #: data/rbot/plugins/lastfm.rb:548
291 msgid "okay, I'll remember that %{n} is %{u} on last.fm"
292 msgstr ""
293
294 #: data/rbot/plugins/lastfm.rb:557
295 msgid "okay, I'll remember that %{n} prefers \"%{r}\" and \"%{p}\""
296 msgstr ""
297
298 #: data/rbot/plugins/lastfm.rb:569
299 msgid "%{nick} is %{user} on last.fm"
300 msgstr ""
301
302 #: data/rbot/plugins/lastfm.rb:574
303 msgid ""
304 "sorry, I don't know who %{n} is on last.fm, perhaps they need to: lastfm set "
305 "user <username>"
306 msgstr ""
307
308 #: data/rbot/plugins/lastfm.rb:610
309 msgid "no response body"
310 msgstr ""
311
312 #: data/rbot/plugins/lastfm.rb:612
313 msgid "I had problems accessing last.fm: %{e}"
314 msgstr ""
315
316 #: data/rbot/plugins/lastfm.rb:629
317 msgid "; see %{uri} for more"
318 msgstr ""
319
320 #: data/rbot/plugins/lastfm.rb:637
321 msgid "%{user} has no friends :("
322 msgstr ""
323
324 #: data/rbot/plugins/lastfm.rb:639
325 msgid "%{user} has %{total} friends: %{friends}"
326 msgstr ""
327
328 #: data/rbot/plugins/lastfm.rb:641
329 msgid "%{user} has %{total} friends, including %{friends}%{seemore}"
330 msgstr ""
331
332 #: data/rbot/plugins/lastfm.rb:656
333 msgid "%{user} has not loved any tracks"
334 msgstr ""
335
336 #: data/rbot/plugins/lastfm.rb:658
337 msgid "%{user} has loved %{total} tracks: %{tracks}"
338 msgstr ""
339
340 #: data/rbot/plugins/lastfm.rb:660
341 msgid "%{user} has loved %{total} tracks, including %{tracks}%{seemore}"
342 msgstr ""
343
344 #: data/rbot/plugins/lastfm.rb:675
345 msgid "no one seems to share %{user}'s musical taste"
346 msgstr ""
347
348 #: data/rbot/plugins/lastfm.rb:677
349 msgid "%{user}'s musical neighbours are %{nbrs}"
350 msgstr ""
351
352 #: data/rbot/plugins/lastfm.rb:679
353 msgid "%{user}'s musical neighbours include %{nbrs}%{seemore}"
354 msgstr ""
355
356 #: data/rbot/plugins/lastfm.rb:704
357 msgid " or more"
358 msgstr ""
359
360 #: data/rbot/plugins/lastfm.rb:710
361 msgid "%{user} hasn't played anything recently"
362 msgstr ""
363
364 #: data/rbot/plugins/lastfm.rb:712
365 msgid "%{user} has recently played %{tracks}"
366 msgstr ""
367
368 #: data/rbot/plugins/lastfm.rb:718
369 msgid "there are no shouts for %{user}"
370 msgstr ""
371
372 #: data/rbot/plugins/lastfm.rb:721
373 msgid "<%{author}> %{body}"
374 msgstr ""
375
376 #: data/rbot/plugins/lastfm.rb:750
377 msgid "%{user} hasn't played anything in this period of time"
378 msgstr ""