mirror of
https://github.com/ankitects/anki.git
synced 2025-11-17 01:57:12 -05:00
497 lines
8.6 KiB
Text
497 lines
8.6 KiB
Text
# 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: 2009-01-09 11:40+0900\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=CHARSET\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
|
|
|
#: stats.py:497
|
|
#, python-format
|
|
msgid "%(count)s %(gradename)s kanji."
|
|
msgstr ""
|
|
|
|
#: stats.py:495
|
|
#, python-format
|
|
msgid "%(gradename)s: %(count)s of %(total)s (%(percent)0.1f%%)."
|
|
msgstr ""
|
|
|
|
#: stats.py:286 stats.py:288
|
|
#, python-format
|
|
msgid "%0.1f seconds"
|
|
msgstr ""
|
|
|
|
#: stats.py:270 stats.py:277 stats.py:300
|
|
#, python-format
|
|
msgid "%s ago"
|
|
msgstr ""
|
|
|
|
#: utils.py:29
|
|
#, python-format
|
|
msgid "%s day"
|
|
msgid_plural "%s days"
|
|
msgstr[0] ""
|
|
msgstr[1] ""
|
|
|
|
#: utils.py:30
|
|
#, python-format
|
|
msgid "%s hour"
|
|
msgid_plural "%s hours"
|
|
msgstr[0] ""
|
|
msgstr[1] ""
|
|
|
|
#: utils.py:31
|
|
#, python-format
|
|
msgid "%s minute"
|
|
msgid_plural "%s minutes"
|
|
msgstr[0] ""
|
|
msgstr[1] ""
|
|
|
|
#: utils.py:28
|
|
#, python-format
|
|
msgid "%s month"
|
|
msgid_plural "%s months"
|
|
msgstr[0] ""
|
|
msgstr[1] ""
|
|
|
|
#: utils.py:32
|
|
#, python-format
|
|
msgid "%s second"
|
|
msgid_plural "%s seconds"
|
|
msgstr[0] ""
|
|
msgstr[1] ""
|
|
|
|
#: utils.py:27
|
|
#, python-format
|
|
msgid "%s year"
|
|
msgid_plural "%s years"
|
|
msgstr[0] ""
|
|
msgstr[1] ""
|
|
|
|
#: stats.py:367 stats.py:370 stats.py:373 stats.py:376
|
|
#, python-format
|
|
msgid "<b>%(a)d</b> (<b>%(b)0.1f</b>/day)"
|
|
msgstr ""
|
|
|
|
#: stats.py:364
|
|
#, python-format
|
|
msgid "<b>%(a)d</b>/day, <b>%(b)d</b>/mon"
|
|
msgstr ""
|
|
|
|
#: stats.py:353
|
|
#, python-format
|
|
msgid "<b>%0.0f</b> days"
|
|
msgstr ""
|
|
|
|
#: stats.py:354 stats.py:356 stats.py:358 stats.py:360 stats.py:362
|
|
#, python-format
|
|
msgid "<b>%0.1f</b> cards/day"
|
|
msgstr ""
|
|
|
|
#: stats.py:351
|
|
msgid "<b>Averages</b><br>"
|
|
msgstr ""
|
|
|
|
#: stats.py:330
|
|
msgid "<b>Card counts</b><br>"
|
|
msgstr ""
|
|
|
|
#: stats.py:338
|
|
msgid "<b>Correct answers</b><br>"
|
|
msgstr ""
|
|
|
|
#: deck.py:589
|
|
#, python-format
|
|
msgid ""
|
|
"<div style=\"white-space: normal;\">\n"
|
|
"<h1>Congratulations!</h1>You have finished the deck for now.<br><br>\n"
|
|
"%(next)s\n"
|
|
"<br><br>\n"
|
|
"- There are <b>%(waiting)d</b>\n"
|
|
"<a href=\"http://ichi2.net/anki/wiki/Key_Terms_and_Concepts#head-59a81e35b6afb23930005e943068945214d194b3\">\n"
|
|
"spaced</a> cards.<br>\n"
|
|
"- There are <b>%(suspended)d</b>\n"
|
|
"<a href=\"http://ichi2.net/anki/wiki/Key_Terms_and_Concepts#head-37d2db274e6caa23aef55e29655a6b806901774b\">\n"
|
|
"suspended</a> cards.</div>"
|
|
msgstr ""
|
|
|
|
#: stats.py:519
|
|
#, python-format
|
|
msgid "<h1>Kanji statistics</h1>The %d seen cards in this deck contain:"
|
|
msgstr ""
|
|
|
|
#: stats.py:523
|
|
#, python-format
|
|
msgid "<li>%d total unique kanji.</li>"
|
|
msgstr ""
|
|
|
|
#: sync.py:194
|
|
#, python-format
|
|
msgid ""
|
|
"<table>\n"
|
|
"<tr><td><b>Added/Changed </b></td>\n"
|
|
"<td><b>Here </b></td><td><b>Server</b></td></tr>\n"
|
|
"<tr><td>Cards</td><td>%(lc)d</td><td>%(rc)d</td></tr>\n"
|
|
"<tr><td>Facts</td><td>%(lf)d</td><td>%(rf)d</td></tr>\n"
|
|
"<tr><td>Models</td><td>%(lm)d</td><td>%(rm)d</td></tr>\n"
|
|
"%(media)s\n"
|
|
"</table>"
|
|
msgstr ""
|
|
|
|
#: stats.py:264
|
|
msgid "Added"
|
|
msgstr ""
|
|
|
|
#: stats.py:370
|
|
msgid "Added last month"
|
|
msgstr ""
|
|
|
|
#: stats.py:367
|
|
msgid "Added last week"
|
|
msgstr ""
|
|
|
|
#: exporting.py:226
|
|
msgid "Anki deck (*.anki)"
|
|
msgstr ""
|
|
|
|
#: exporting.py:54
|
|
msgid "Anki decks (*.anki)"
|
|
msgstr ""
|
|
|
|
#: deck.py:292
|
|
msgid "Answer Card"
|
|
msgstr ""
|
|
|
|
#: deck.py:548
|
|
#, python-format
|
|
msgid ""
|
|
"At the same time tomorrow:<br><br>\n"
|
|
"- There will be <b>%(wait)d</b> cards waiting for review<br>\n"
|
|
"- There will be <b>%(new)d</b>\n"
|
|
"<a href=\"http://ichi2.net/anki/wiki/DeckProperties#NewCards\">\n"
|
|
"new cards</a> waiting"
|
|
msgstr ""
|
|
|
|
#: stats.py:286
|
|
msgid "Average Time"
|
|
msgstr ""
|
|
|
|
#: stats.py:354
|
|
msgid "Average reps"
|
|
msgstr ""
|
|
|
|
#: stats.py:364
|
|
msgid "Avg. added"
|
|
msgstr ""
|
|
|
|
#: stdmodels.py:31
|
|
msgid "Basic"
|
|
msgstr ""
|
|
|
|
#: stdmodels.py:77
|
|
msgid "Cantonese"
|
|
msgstr ""
|
|
|
|
#: stats.py:291
|
|
msgid "Card Template"
|
|
msgstr ""
|
|
|
|
#: exporting.py:227
|
|
msgid "Cards in tab-separated text file (*.txt)"
|
|
msgstr ""
|
|
|
|
#: models.py:26
|
|
msgid "Center"
|
|
msgstr ""
|
|
|
|
#: stats.py:267
|
|
msgid "Changed"
|
|
msgstr ""
|
|
|
|
#: deck.py:1533
|
|
msgid "Database file damaged. Restore from backup."
|
|
msgstr ""
|
|
|
|
#: stats.py:315
|
|
msgid "Deck Statistics"
|
|
msgstr ""
|
|
|
|
#: stats.py:316
|
|
#, python-format
|
|
msgid "Deck created: <b>%s</b> ago<br>"
|
|
msgstr ""
|
|
|
|
#: deck.py:1541
|
|
msgid "Deck was missing a model"
|
|
msgstr ""
|
|
|
|
#: deck.py:1567
|
|
#, python-format
|
|
msgid "Deleted %d cards with missing fact"
|
|
msgstr ""
|
|
|
|
#: deck.py:1575
|
|
#, python-format
|
|
msgid "Deleted %d cards with no card template"
|
|
msgstr ""
|
|
|
|
#: deck.py:1588
|
|
#, python-format
|
|
msgid "Deleted %d dangling fields"
|
|
msgstr ""
|
|
|
|
#: deck.py:1560
|
|
#, python-format
|
|
msgid "Deleted %d facts with missing fields"
|
|
msgstr ""
|
|
|
|
#: deck.py:1580
|
|
#, python-format
|
|
msgid "Deleted %d facts with no cards"
|
|
msgstr ""
|
|
|
|
#: stats.py:273
|
|
msgid "Due"
|
|
msgstr ""
|
|
|
|
#: stats.py:275
|
|
msgid "Ease"
|
|
msgstr ""
|
|
|
|
#: latex.py:128
|
|
#, python-format
|
|
msgid ""
|
|
"Error executing 'latex' or 'dvipng'.\n"
|
|
"A log file is available here:\n"
|
|
"%s"
|
|
msgstr ""
|
|
|
|
#: exporting.py:228
|
|
msgid "Facts in tab-separated text file (*.txt)"
|
|
msgstr ""
|
|
|
|
#: deck.py:1889
|
|
msgid "File is in use by another process"
|
|
msgstr ""
|
|
|
|
#: stats.py:266
|
|
msgid "First Review"
|
|
msgstr ""
|
|
|
|
#: stats.py:376
|
|
msgid "First last month"
|
|
msgstr ""
|
|
|
|
#: stats.py:373
|
|
msgid "First last week"
|
|
msgstr ""
|
|
|
|
#: stats.py:343
|
|
#, python-format
|
|
msgid "First-seen cards: <b>%(gNewYes%)0.1f%%</b> (<b>%(gNewYes)d</b> of <b>%(gNewTotal)d</b>)<br><br>"
|
|
msgstr ""
|
|
|
|
#: stats.py:274 stats.py:353
|
|
msgid "Interval"
|
|
msgstr ""
|
|
|
|
#: stdmodels.py:46
|
|
msgid "Japanese"
|
|
msgstr ""
|
|
|
|
#: stats.py:534
|
|
msgid "Jouyou levels:"
|
|
msgstr ""
|
|
|
|
#: stats.py:278
|
|
msgid "Last Due"
|
|
msgstr ""
|
|
|
|
#: stats.py:282
|
|
msgid "Last Ease"
|
|
msgstr ""
|
|
|
|
#: stats.py:281
|
|
msgid "Last Interval"
|
|
msgstr ""
|
|
|
|
#: models.py:27
|
|
msgid "Left"
|
|
msgstr ""
|
|
|
|
#: stdmodels.py:99
|
|
msgid "Mandarin"
|
|
msgstr ""
|
|
|
|
#: graphs.py:151 graphs.py:177 graphs.py:335
|
|
msgid "Mature"
|
|
msgstr ""
|
|
|
|
#: stats.py:339
|
|
#, python-format
|
|
msgid "Mature cards: <b>%(gMatureYes%)0.1f%%</b> (<b>%(gMatureYes)d</b> of <b>%(gMatureTotal)d</b>)<br>"
|
|
msgstr ""
|
|
|
|
#: stats.py:331
|
|
#, python-format
|
|
msgid "Mature cards: <b>%(old)d</b> (<b>%(oldP)0.2f%%</b>)<br>"
|
|
msgstr ""
|
|
|
|
#: media.py:166 media.py:168 media.py:169
|
|
msgid "Media Missing"
|
|
msgstr ""
|
|
|
|
#: deck.py:1032
|
|
#, python-format
|
|
msgid "Model '%s' has wrong card template count"
|
|
msgstr ""
|
|
|
|
#: deck.py:1036
|
|
#, python-format
|
|
msgid "Model '%s' has wrong field count"
|
|
msgstr ""
|
|
|
|
#: stats.py:290
|
|
msgid "Model Tags"
|
|
msgstr ""
|
|
|
|
#: graphs.py:175 graphs.py:333
|
|
msgid "New"
|
|
msgstr ""
|
|
|
|
#: deck.py:561
|
|
msgid "No cards are due."
|
|
msgstr ""
|
|
|
|
#: stats.py:313
|
|
msgid "Please add some cards first.<p/>"
|
|
msgstr ""
|
|
|
|
#: stats.py:362
|
|
msgid "Reps last month"
|
|
msgstr ""
|
|
|
|
#: stats.py:360
|
|
msgid "Reps last week"
|
|
msgstr ""
|
|
|
|
#: stats.py:358
|
|
msgid "Reps next month"
|
|
msgstr ""
|
|
|
|
#: stats.py:356
|
|
msgid "Reps next week"
|
|
msgstr ""
|
|
|
|
#: deck.py:2293
|
|
msgid "Review cards in order due"
|
|
msgstr ""
|
|
|
|
#: deck.py:2294
|
|
msgid "Review cards in random order"
|
|
msgstr ""
|
|
|
|
#: deck.py:2292
|
|
msgid "Review newest cards first"
|
|
msgstr ""
|
|
|
|
#: deck.py:2291
|
|
msgid "Review oldest cards first"
|
|
msgstr ""
|
|
|
|
#: stats.py:284
|
|
msgid "Reviews"
|
|
msgstr ""
|
|
|
|
#: models.py:28
|
|
msgid "Right"
|
|
msgstr ""
|
|
|
|
#: deck.py:2285
|
|
msgid "Show new cards after all other cards"
|
|
msgstr ""
|
|
|
|
#: deck.py:2286
|
|
msgid "Show new cards before reviews"
|
|
msgstr ""
|
|
|
|
#: deck.py:2279
|
|
msgid "Show new cards in order they were added"
|
|
msgstr ""
|
|
|
|
#: deck.py:2278
|
|
msgid "Show new cards in random order"
|
|
msgstr ""
|
|
|
|
#: deck.py:2284
|
|
msgid "Spread new cards out through reviews"
|
|
msgstr ""
|
|
|
|
#: exporting.py:155 exporting.py:187
|
|
msgid "Text files (*.txt)"
|
|
msgstr ""
|
|
|
|
#: deck.py:1547
|
|
msgid "The current model didn't exist"
|
|
msgstr ""
|
|
|
|
#: deck.py:558
|
|
#, python-format
|
|
msgid "The next card will be shown in <b>%s</b>"
|
|
msgstr ""
|
|
|
|
#: stats.py:288
|
|
msgid "Total Time"
|
|
msgstr ""
|
|
|
|
#: stats.py:328
|
|
#, python-format
|
|
msgid "Total number of cards: <b>%d</b><br><br>"
|
|
msgstr ""
|
|
|
|
#: deck.py:759
|
|
msgid "Unknown"
|
|
msgstr ""
|
|
|
|
#: stats.py:335
|
|
#, python-format
|
|
msgid "Unseen cards: <b>%(new)d</b> (<b>%(newP)0.2f%%</b>)<br><br>"
|
|
msgstr ""
|
|
|
|
#: graphs.py:150 graphs.py:176 graphs.py:334
|
|
msgid "Young"
|
|
msgstr ""
|
|
|
|
#: stats.py:341
|
|
#, python-format
|
|
msgid "Young cards: <b>%(gYoungYes%)0.1f%%</b> (<b>%(gYoungYes)d</b> of <b>%(gYoungTotal)d</b>)<br>"
|
|
msgstr ""
|
|
|
|
#: stats.py:333
|
|
#, python-format
|
|
msgid "Young cards: <b>%(young)d</b> (<b>%(youngP)0.2f%%</b>)<br>"
|
|
msgstr ""
|
|
|
|
#: models.py:135
|
|
msgid "[invalid question/answer format]"
|
|
msgstr ""
|
|
|
|
#: stats.py:272
|
|
#, python-format
|
|
msgid "in %s"
|
|
msgstr ""
|
|
|
|
#: deck.py:578
|
|
msgid "unknown"
|
|
msgstr ""
|