mirror of
https://github.com/ankitects/anki.git
synced 2025-12-10 13:26:56 -05:00
3932 lines
98 KiB
Text
3932 lines
98 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.
|
||
#
|
||
msgid ""
|
||
msgstr ""
|
||
"Project-Id-Version: PACKAGE VERSION\n"
|
||
"Report-Msgid-Bugs-To: \n"
|
||
"POT-Creation-Date: 2009-03-21 13:36+0900\n"
|
||
"PO-Revision-Date: 2008-03-28 17:07+0900\n"
|
||
"Last-Translator: Andrew Wright <guswright80@hotmail.com>\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"
|
||
|
||
#: ui/about.py:13
|
||
#, python-format
|
||
msgid ""
|
||
"\n"
|
||
"<center><img src=\":/icons/anki-logo-thin.png\"></center>\n"
|
||
"<p>\n"
|
||
"Anki is a friendly, intelligent spaced learning system. It's free and open\n"
|
||
"source.<p>\n"
|
||
"Version %(ver)s<br>\n"
|
||
"<a href=\"http://ichi2.net/anki/\">Visit website</a></span>\n"
|
||
"<p>\n"
|
||
"Written by Damien Elmes, with patches, translation, testing and design from:<p>%(cont)s\n"
|
||
"<p>\n"
|
||
"If you have contributed and are not on this list, please get in touch.\n"
|
||
"<p>\n"
|
||
"A big thanks to all the people who have provided suggestions, bug reports and\n"
|
||
"donations."
|
||
msgstr ""
|
||
|
||
#: ui/status.py:220
|
||
msgid ""
|
||
"\n"
|
||
"<h1>Time</h1>\n"
|
||
"Anki tracks how long you spend looking at a card.<br>\n"
|
||
"This time is used to calculate the ETA, but not used<br>\n"
|
||
"for scheduling.<br><br>\n"
|
||
"You should aim to answer each question within<br>\n"
|
||
"10 seconds. Click the timer to learn more."
|
||
msgstr ""
|
||
|
||
#: ui/sound.py:19
|
||
msgid " Stop"
|
||
msgstr ""
|
||
|
||
#: ui/sync.py:139
|
||
#, fuzzy, python-format
|
||
msgid " * %s fetching payload..."
|
||
msgstr "カードを同期中.."
|
||
|
||
#: ui/sync.py:136
|
||
#, python-format
|
||
msgid " * %s no changes found."
|
||
msgstr " * %s は変更されていません。"
|
||
|
||
#: ui/sync.py:133
|
||
#, python-format
|
||
msgid " * %s no longer exists."
|
||
msgstr " * %s は存在しません。"
|
||
|
||
#: forms/displayproperties.py:370
|
||
#, fuzzy
|
||
msgid " <b>When editing (overrides above):</b>"
|
||
msgstr "追加又は編集の時"
|
||
|
||
#: forms/displayproperties.py:366
|
||
#, fuzzy
|
||
msgid " <b>When reviewing and editing:</b>"
|
||
msgstr "追加又は編集の時"
|
||
|
||
#: ui/sync.py:141
|
||
#, python-format
|
||
msgid " applied %d modified cards."
|
||
msgstr " 変更されたカードを%d個更新しました。"
|
||
|
||
#: ui/main.py:2197
|
||
#, python-format
|
||
msgid ""
|
||
"%(a)d missing references.\n"
|
||
"%(b)d unused files removed."
|
||
msgstr ""
|
||
|
||
#: ui/cardlist.py:872
|
||
#, python-format
|
||
msgid "%(a)d of %(b)d facts updated"
|
||
msgstr ""
|
||
|
||
#: ui/deckproperties.py:105
|
||
#, fuzzy, python-format
|
||
msgid "%(name)s [%(facts)d fact]"
|
||
msgid_plural "%(name)s [%(facts)d facts]"
|
||
msgstr[0] "%(name)s [ファクト %(facts)d個]"
|
||
msgstr[1] "%(name)s [ファクト %(facts)d個]"
|
||
|
||
#: ui/main.py:1814
|
||
#, fuzzy, python-format
|
||
msgid "%(path)s (%(due)d of %(cards)d due) - %(title)s"
|
||
msgstr "%(path)s (ファクト %(facts)d個, カード %(cards)d個) - %(title)s"
|
||
|
||
#: ui/exporting.py:76
|
||
#, python-format
|
||
msgid "%d exported."
|
||
msgstr "%d個をエクスポートしました。"
|
||
|
||
#: ui/cardlist.py:228
|
||
#, python-format
|
||
msgid "%s ago"
|
||
msgstr "%s前"
|
||
|
||
#: forms/main.py:938
|
||
msgid "&About..."
|
||
msgstr "Ankiについて(&A)..."
|
||
|
||
#: forms/cardlist.py:227
|
||
msgid "&Actions"
|
||
msgstr "アクション(&A)"
|
||
|
||
#: forms/deckproperties.py:334 forms/modelproperties.py:291
|
||
#: forms/modelproperties.py:304
|
||
msgid "&Add"
|
||
msgstr "追加(&A)"
|
||
|
||
#: forms/main.py:916
|
||
msgid "&Add Items..."
|
||
msgstr "アイテムを追加..."
|
||
|
||
#: forms/deckproperties.py:346
|
||
msgid "&Add Source"
|
||
msgstr "ソースを追加(&A)"
|
||
|
||
#: forms/cardlist.py:232
|
||
msgid "&Add Tag..."
|
||
msgstr "タグを追加(&A)..."
|
||
|
||
#: forms/main.py:939
|
||
msgid "&Card Statistics"
|
||
msgstr "カードの統計(&C)"
|
||
|
||
#: forms/main.py:910
|
||
msgid "&Close"
|
||
msgstr "閉じる(&C)"
|
||
|
||
#: forms/main.py:940
|
||
msgid "&Deck Properties..."
|
||
msgstr "単語帳プロパティ(&D)..."
|
||
|
||
#: forms/main.py:934
|
||
msgid "&Deck Statistics"
|
||
msgstr "単語帳の統計(&D)"
|
||
|
||
#: forms/deckproperties.py:336 forms/modelproperties.py:294
|
||
#: forms/modelproperties.py:309
|
||
msgid "&Delete"
|
||
msgstr "削除(&D)"
|
||
|
||
#: forms/main.py:976
|
||
#, fuzzy
|
||
msgid "&Delete Card"
|
||
msgstr "削除"
|
||
|
||
#: forms/main.py:978
|
||
#, fuzzy
|
||
msgid "&Delete Fact"
|
||
msgstr "削除(&D)"
|
||
|
||
#: forms/deckproperties.py:347
|
||
msgid "&Delete Source"
|
||
msgstr "ソースを削除(&D)"
|
||
|
||
#: forms/cardlist.py:233
|
||
msgid "&Delete Tag..."
|
||
msgstr "カードタグを削除(&D)..."
|
||
|
||
#: forms/main.py:970
|
||
msgid "&Disable All Plugins"
|
||
msgstr "すべてのプラグインを無効にする(&D)"
|
||
|
||
#: forms/main.py:982
|
||
#, fuzzy
|
||
msgid "&Donate..."
|
||
msgstr "Ankiについて(&A)..."
|
||
|
||
#: forms/main.py:897
|
||
#, fuzzy
|
||
msgid "&Download..."
|
||
msgstr "Ankiについて(&A)..."
|
||
|
||
#: forms/cardlist.py:226 forms/deckproperties.py:335 forms/main.py:894
|
||
msgid "&Edit"
|
||
msgstr "編集(&E)"
|
||
|
||
#: forms/main.py:918
|
||
msgid "&Edit All..."
|
||
msgstr "単語帳を編集(&E)..."
|
||
|
||
#: forms/main.py:969
|
||
msgid "&Enable All Plugins"
|
||
msgstr "すべてのプラグインを有効にする(&E)"
|
||
|
||
#: forms/main.py:895
|
||
#, fuzzy
|
||
msgid "&File"
|
||
msgstr "フィルタ"
|
||
|
||
#: forms/cardlist.py:240
|
||
#, fuzzy
|
||
msgid "&Find"
|
||
msgstr "フィルタ"
|
||
|
||
#: forms/main.py:945
|
||
#, fuzzy
|
||
msgid "&Fonts and Colours..."
|
||
msgstr "フォントと色"
|
||
|
||
#: forms/main.py:960
|
||
msgid "&Forum..."
|
||
msgstr "フォーラム(&F)..."
|
||
|
||
#: forms/cardlist.py:234
|
||
#, fuzzy
|
||
msgid "&Generate Cards..."
|
||
msgstr "削除"
|
||
|
||
#: forms/main.py:967
|
||
msgid "&Get Plugins..."
|
||
msgstr "プラグインを取得(&G)..."
|
||
|
||
#: forms/cardlist.py:228
|
||
msgid "&Go"
|
||
msgstr ""
|
||
|
||
#: forms/main.py:943
|
||
msgid "&Graphs..."
|
||
msgstr "グラフ(&G)..."
|
||
|
||
#: forms/cardlist.py:253
|
||
#, fuzzy
|
||
msgid "&Guide..."
|
||
msgstr "新規作成(&N)..."
|
||
|
||
#: forms/cardlist.py:229 forms/main.py:893
|
||
msgid "&Help"
|
||
msgstr "ヘルプ(&H)"
|
||
|
||
#: forms/importing.py:123
|
||
msgid "&Import"
|
||
msgstr "インポート(&I)"
|
||
|
||
#: forms/main.py:942
|
||
msgid "&Import..."
|
||
msgstr "インポート(&I)..."
|
||
|
||
#: forms/cardlist.py:239
|
||
#, fuzzy
|
||
msgid "&Invert Selection"
|
||
msgstr "文字を反転表示してください。"
|
||
|
||
#: forms/main.py:933
|
||
msgid "&Kanji Statistics"
|
||
msgstr "漢字の統計(&K)"
|
||
|
||
#: forms/cardlist.py:250
|
||
#, fuzzy
|
||
msgid "&Last Card"
|
||
msgstr "前の質問"
|
||
|
||
#: forms/main.py:891
|
||
msgid "&Learn More"
|
||
msgstr ""
|
||
|
||
#: forms/main.py:899
|
||
msgid "&Lookup"
|
||
msgstr "辞書で検索(&L)"
|
||
|
||
#: forms/main.py:948
|
||
#, fuzzy
|
||
msgid "&Mark Fact"
|
||
msgstr "スターを付ける(&M)"
|
||
|
||
#: forms/main.py:906
|
||
#, fuzzy
|
||
msgid "&New"
|
||
msgstr "新規作成(&N)..."
|
||
|
||
#: forms/cardlist.py:244
|
||
#, fuzzy
|
||
msgid "&Next Card"
|
||
msgstr "削除"
|
||
|
||
#: forms/main.py:968
|
||
msgid "&Open Plugin Folder..."
|
||
msgstr "プラグインフォルダを開く(&O)..."
|
||
|
||
#: forms/main.py:908
|
||
msgid "&Open..."
|
||
msgstr "開く(&O)..."
|
||
|
||
#: forms/main.py:920
|
||
#, fuzzy
|
||
msgid "&Preferences"
|
||
msgstr "設定"
|
||
|
||
#: forms/cardlist.py:246
|
||
#, fuzzy
|
||
msgid "&Previous Card"
|
||
msgstr "プレビュー"
|
||
|
||
#: forms/main.py:983
|
||
#, fuzzy
|
||
msgid "&Record Noise Profile..."
|
||
msgstr "ファイルを選"
|
||
|
||
#: forms/cardlist.py:238 forms/main.py:975
|
||
msgid "&Redo"
|
||
msgstr "やり直す(&R)"
|
||
|
||
#: forms/main.py:936
|
||
msgid "&Report Bug..."
|
||
msgstr "バグを報告(&R)..."
|
||
|
||
#: forms/cardlist.py:235
|
||
msgid "&Reschedule..."
|
||
msgstr ""
|
||
|
||
#: forms/main.py:912
|
||
msgid "&Save"
|
||
msgstr "保存(&S)"
|
||
|
||
#: forms/main.py:901
|
||
#, fuzzy
|
||
msgid "&Settings"
|
||
msgstr "上級の設定"
|
||
|
||
#: forms/main.py:981
|
||
msgid "&Study Options..."
|
||
msgstr ""
|
||
|
||
#: forms/main.py:950
|
||
#, fuzzy
|
||
msgid "&Suspend Fact"
|
||
msgstr "保留(&S)"
|
||
|
||
#: forms/main.py:898
|
||
msgid "&Tools"
|
||
msgstr "ツール(&T)"
|
||
|
||
#: forms/cardlist.py:237 forms/main.py:958
|
||
msgid "&Undo"
|
||
msgstr "元に戻す(&U)"
|
||
|
||
#: ui/cardlist.py:372
|
||
#, python-format
|
||
msgid "'%s'"
|
||
msgstr ""
|
||
|
||
#: ui/cardlist.py:226
|
||
msgid "(new card)"
|
||
msgstr "(新しいカード)"
|
||
|
||
#: forms/main.py:923
|
||
msgid "...&expression on ALC"
|
||
msgstr "表現をALCで(&e)..."
|
||
|
||
#: forms/main.py:931
|
||
msgid "...&kanji selection on Edict"
|
||
msgstr "反転された漢字をedictで...\tCtrl+5"
|
||
|
||
#: forms/main.py:925
|
||
msgid "...&meaning on ALC"
|
||
msgstr "意味をALCで(&m)..."
|
||
|
||
#: forms/main.py:927
|
||
msgid "...&selection on ALC"
|
||
msgstr "反転された表現をALCで(&s)..."
|
||
|
||
#: forms/main.py:929
|
||
msgid "...&word selection on Edict"
|
||
msgstr "反転された単語をedictで(&w)..."
|
||
|
||
#: ui/modelproperties.py:252
|
||
msgid "; disabled"
|
||
msgstr "; 無効"
|
||
|
||
#: forms/deckproperties.py:341
|
||
msgid ""
|
||
"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
|
||
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
|
||
"p, li { white-space: pre-wrap; }\n"
|
||
"</style></head><body style=\" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;\">\n"
|
||
"<p style=\" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:xx-large; font-weight:600;\"><span style=\" font-size:xx-large;\">Sources</span></p></body></html>"
|
||
msgstr ""
|
||
"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
|
||
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
|
||
"p, li { white-space: pre-wrap; }\n"
|
||
"</style></head><body style=\" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;\">\n"
|
||
"<p style=\" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:xx-large; font-weight:600;\"><span style=\" font-size:xx-large;\">ソース</span></p></body></html>"
|
||
|
||
#: forms/addcards.py:70
|
||
msgid ""
|
||
"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
|
||
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
|
||
"p, li { white-space: pre-wrap; }\n"
|
||
"</style></head><body style=\" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;\">\n"
|
||
"<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"></p></body></html>"
|
||
msgstr ""
|
||
|
||
#: ui/cardlist.py:357
|
||
msgid "<Tag filter>"
|
||
msgstr ""
|
||
|
||
#: forms/deckproperties.py:327
|
||
msgid "<a href=\"http://ichi2.net/anki/wiki/DeckProperties#Synchronization\">Help</a>"
|
||
msgstr "<a href=\"http://ichi2.net/anki/wiki/DeckProperties#Synchronization\">ヘルプ</a>"
|
||
|
||
#: ui/main.py:1224
|
||
#, fuzzy
|
||
msgid "<a href=py:miss>Missing</a><br>"
|
||
msgstr "<a href=py:miss>欠落した漢字</a><br>"
|
||
|
||
#: ui/main.py:1226
|
||
#, fuzzy
|
||
msgid "<a href=py:non>Non-jouyou</a><br>"
|
||
msgstr "<a href=py:miss>欠落した漢字</a><br>"
|
||
|
||
#: ui/main.py:1225
|
||
#, fuzzy
|
||
msgid "<a href=py:seen>Seen</a><br>"
|
||
msgstr "<a href=py:miss>欠落した漢字</a><br>"
|
||
|
||
#: forms/deckproperties.py:364
|
||
#, fuzzy
|
||
msgid "<b>1: Again (Mature)</b>"
|
||
msgstr "<b>特別な機能</b>"
|
||
|
||
#: forms/deckproperties.py:366
|
||
msgid "<b>1: Again (Young)</b>"
|
||
msgstr ""
|
||
|
||
#: forms/deckproperties.py:365
|
||
#, fuzzy
|
||
msgid "<b>1: Failure Multiplier</b>"
|
||
msgstr "<b>読み込みファイル</b>:"
|
||
|
||
#: forms/deckproperties.py:363
|
||
msgid "<b>2: Initial Hard Interval</b>"
|
||
msgstr ""
|
||
|
||
#: forms/deckproperties.py:358
|
||
msgid "<b>3: Initial Good Interval</b>"
|
||
msgstr ""
|
||
|
||
#: forms/deckproperties.py:357
|
||
msgid "<b>4: Initial Easy Interval</b>"
|
||
msgstr ""
|
||
|
||
#: forms/modelproperties.py:311
|
||
#, fuzzy
|
||
msgid "<b>Answer</b>"
|
||
msgstr "<b>解答形式</b>"
|
||
|
||
#: ui/modelchooser.py:50
|
||
msgid "<b>Cards</b>:"
|
||
msgstr "<b>カード</b>"
|
||
|
||
#: forms/exporting.py:55
|
||
msgid "<b>Export format</b>:"
|
||
msgstr "<b>エクスポートファイルの形式</b>"
|
||
|
||
#: forms/importing.py:117
|
||
msgid "<b>File to import</b>:"
|
||
msgstr "<b>読み込みファイル</b>:"
|
||
|
||
#: forms/findreplace.py:61
|
||
#, fuzzy
|
||
msgid "<b>Find</b>:"
|
||
msgstr "<b>カード</b>"
|
||
|
||
#: forms/deckproperties.py:330
|
||
msgid "<b>High Priority</b>"
|
||
msgstr "<h1>高優先</h1>"
|
||
|
||
#: forms/findreplace.py:64
|
||
#, fuzzy
|
||
msgid "<b>In</b>:"
|
||
msgstr "<b>名前</b>:"
|
||
|
||
#: forms/exporting.py:56
|
||
msgid "<b>Limit to tags</b>:"
|
||
msgstr "<b>このタグが付いている条件で</b>:"
|
||
|
||
#: forms/deckproperties.py:331
|
||
msgid "<b>Low Priority</b>"
|
||
msgstr "<h1>低優先</h1>"
|
||
|
||
#: forms/deckproperties.py:372
|
||
msgid "<b>Maximum failed cards</b>"
|
||
msgstr "<b>最大失敗されたカード数</b>"
|
||
|
||
#: forms/modelproperties.py:288
|
||
#, fuzzy
|
||
msgid "<b>Minimum spacing</b>"
|
||
msgstr "<b>カードのスペーシング</b>"
|
||
|
||
#: ui/modelchooser.py:25
|
||
msgid "<b>Model</b>:"
|
||
msgstr "<b>モデル</b>:"
|
||
|
||
#: forms/modelproperties.py:286 forms/modelproperties.py:299
|
||
#: forms/modelproperties.py:312
|
||
msgid "<b>Name</b>"
|
||
msgstr "<b>名前</b>"
|
||
|
||
#: forms/changemodel.py:77
|
||
#, fuzzy
|
||
msgid "<b>New Model</b>:"
|
||
msgstr "<b>モデル</b>:"
|
||
|
||
#: forms/main.py:886
|
||
#, fuzzy
|
||
msgid "<b>New cards per day:</b>"
|
||
msgstr "<b>一日の新しいカード数"
|
||
|
||
#: forms/deckproperties.py:373
|
||
#, fuzzy
|
||
msgid "<b>New day starts at</b>"
|
||
msgstr "<b>特別な機能</b>"
|
||
|
||
#: forms/changemodel.py:75
|
||
#, fuzzy
|
||
msgid "<b>Old Model</b>:"
|
||
msgstr "<b>モデル</b>:"
|
||
|
||
#: forms/modelproperties.py:297 forms/modelproperties.py:310
|
||
#, fuzzy
|
||
msgid "<b>Options</b>"
|
||
msgstr "<b>メモ</b>"
|
||
|
||
#: forms/modelproperties.py:313
|
||
#, fuzzy
|
||
msgid "<b>Question</b>"
|
||
msgstr "<b>質問の形式</b>"
|
||
|
||
#: forms/findreplace.py:62
|
||
#, fuzzy
|
||
msgid "<b>Replace With</b>:"
|
||
msgstr "<b>カード入れ方</b>"
|
||
|
||
#: forms/main.py:885
|
||
#, fuzzy
|
||
msgid "<b>Session limit (mins):</b>"
|
||
msgstr "<b>質問の隠し</b>"
|
||
|
||
#: forms/main.py:887
|
||
#, fuzzy
|
||
msgid "<b>Session limit (reps):"
|
||
msgstr "質問揃え"
|
||
|
||
#: forms/deckproperties.py:374
|
||
msgid "<b>Show failed cards early</b>"
|
||
msgstr "<b>失敗されたカードを最優先する</b>"
|
||
|
||
#: forms/modelproperties.py:289
|
||
#, fuzzy
|
||
msgid "<b>Spacing multipler</b>"
|
||
msgstr "<b>読み込みファイル</b>:"
|
||
|
||
#: forms/deckproperties.py:332
|
||
msgid "<b>Suspended</b>"
|
||
msgstr "<b>保留</b>"
|
||
|
||
#: forms/modelproperties.py:287
|
||
msgid "<b>Tags</b>"
|
||
msgstr "<b>タグ</b>"
|
||
|
||
#: ui/getshared.py:119
|
||
#, python-format
|
||
msgid ""
|
||
"<b>Title</b>: %(title)s<br>\n"
|
||
"<b>Tags</b>: %(tags)s<br>\n"
|
||
"<b>Size</b>: %(size)0.2fKB<br>\n"
|
||
"<b>Uploader</b>: %(author)s<br>\n"
|
||
"<b>Downloads</b>: %(count)s<br>\n"
|
||
"<b>Description</b>:<br>%(description)s"
|
||
msgstr ""
|
||
|
||
#: forms/importing.py:119
|
||
msgid "<b>Type of file</b>:"
|
||
msgstr "<b>ファイルの種類</b>:"
|
||
|
||
#: forms/deckproperties.py:329
|
||
msgid "<b>Very High Priority</b>"
|
||
msgstr "<b>最優先</b>"
|
||
|
||
#: ui/sync.py:127
|
||
msgid "<br><br>Checking deck subscriptions..."
|
||
msgstr ""
|
||
|
||
#: ui/graphs.py:203
|
||
#, fuzzy
|
||
msgid "<h1>Added</h1>"
|
||
msgstr "<h1>入力されたカード</h1>"
|
||
|
||
#: forms/deckproperties.py:354
|
||
#, fuzzy
|
||
msgid "<h1>Advanced Scheduling</h1>"
|
||
msgstr "<h1>上級スケジューリング</h1>"
|
||
|
||
#: forms/preferences.py:240
|
||
#, fuzzy
|
||
msgid "<h1>Advanced settings</h1>"
|
||
msgstr "<h1>上級スケジューリング</h1>"
|
||
|
||
#: ui/update.py:114
|
||
#, python-format
|
||
msgid ""
|
||
"<h1>Anki updated</h1>Anki %s has been released.<br>\n"
|
||
"The release notes are\n"
|
||
"<a href=\"http://ichi2.net/anki/download/index.html#changes\">here</a>.\n"
|
||
"<br><br>"
|
||
msgstr ""
|
||
"<h1>Ankiの更新</h1>Anki %s がリリースされました。<br>\n"
|
||
"リリースメモは\n"
|
||
"<a href=\"http://ichi2.net/anki/download/index.html#changes\">こちら</a>。\n"
|
||
"<br><br>"
|
||
|
||
#: forms/preferences.py:228
|
||
msgid "<h1>Autosaving</h1>"
|
||
msgstr "<h1>自動保存</h1>"
|
||
|
||
#: forms/modelproperties.py:303
|
||
#, fuzzy
|
||
msgid "<h1>Card Templates</h1>"
|
||
msgstr "<h1>カードの易しさ</h1>"
|
||
|
||
#: ui/graphs.py:214
|
||
#, fuzzy
|
||
msgid "<h1>Cumulative Due</h1>"
|
||
msgstr "<h1>カード累積表</h1>"
|
||
|
||
#: ui/main.py:1256
|
||
msgid "<h1>Current card</h1>"
|
||
msgstr "<h1>現在のカード</h1>"
|
||
|
||
#: ui/graphs.py:188
|
||
#, fuzzy
|
||
msgid "<h1>Due</h1>"
|
||
msgstr "<h1>言語</h1>"
|
||
|
||
#: ui/graphs.py:224
|
||
#, fuzzy
|
||
msgid "<h1>Eases</h1>"
|
||
msgstr "<h1>モデル</h1>"
|
||
|
||
#: ui/status.py:81
|
||
msgid "<h1>Estimated time</h1>This is how long it will take to complete the current mode at your current pace."
|
||
msgstr ""
|
||
|
||
#: forms/modelproperties.py:290
|
||
#, fuzzy
|
||
msgid "<h1>Fields</h1>"
|
||
msgstr "<h1>フィールドモデル</h1>"
|
||
|
||
#: ui/graphs.py:209
|
||
#, fuzzy
|
||
msgid "<h1>First Answered</h1>"
|
||
msgstr "<h1>初めて答えた</h1>"
|
||
|
||
#: forms/modelproperties.py:285
|
||
#, fuzzy
|
||
msgid "<h1>General</h1>"
|
||
msgstr "<h1>カードの期間</h1>"
|
||
|
||
#: ui/graphs.py:219
|
||
#, fuzzy
|
||
msgid "<h1>Intervals</h1>"
|
||
msgstr "<h1>カードの期間</h1>"
|
||
|
||
#: forms/preferences.py:220
|
||
msgid "<h1>Language</h1>"
|
||
msgstr "<h1>言語</h1>"
|
||
|
||
#: ui/main.py:1259
|
||
msgid "<h1>Last card</h1>"
|
||
msgstr "<h1>先のカード</h1>"
|
||
|
||
#: forms/deckproperties.py:333
|
||
msgid "<h1>Models</h1>"
|
||
msgstr "<h1>モデル</h1>"
|
||
|
||
#: ui/main.py:752
|
||
msgid "<h1>Online Account</h1>To use your free <a href=\"http://anki.ichi2.net/\">online account</a>,<br>please enter your details below.<br>"
|
||
msgstr ""
|
||
|
||
#: ui/sync.py:198
|
||
#, fuzzy
|
||
msgid "<h1>Open Online Deck</h1>"
|
||
msgstr "<h1>カード累積表</h1>"
|
||
|
||
#: ui/status.py:194
|
||
#, python-format
|
||
msgid ""
|
||
"<h1>Performance</h1>\n"
|
||
"The top bar shows your performance today. The bottom bar shows your<br>\n"
|
||
"performance on cards scheduled for 21 days or more. The bottom bar should<br>\n"
|
||
"generally be between 80-95%% - lower and you're forgetting mature cards<br>\n"
|
||
"too often, higher and you're spending too much time reviewing.\n"
|
||
"<h2>Reviews today</h2>\n"
|
||
"<b>Correct today: %(dYesTotal%)0.1f%%\n"
|
||
"(%(dYesTotal)d of %(dTotal)d)</b><br>\n"
|
||
"Average time per answer: %(avgTime)s<br>\n"
|
||
"Total review time: %(revTime)s"
|
||
msgstr ""
|
||
|
||
#: forms/deckproperties.py:328
|
||
msgid "<h1>Priorities</h1>"
|
||
msgstr "<h1>優先</h1>"
|
||
|
||
#: ui/status.py:174
|
||
#, fuzzy, python-format
|
||
msgid "<h1>Remaining cards</h1><p/>There are <b>%(failed)d</b> failed cards due soon.<br>There are <b>%(rev)d</b> cards awaiting review.<br>There are <b>%(new)d</b> new cards due today.<br><br>There are <b>%(new2)d</b> new cards in total.<br>There are <b>%(spaced)d</b> delayed cards."
|
||
msgstr "<h1>残っているカード</h1>残っているカードの数です。<p/>間違えたカードが<b>%(failed)d</b>個あります。<br>復習を待っているカードが<b>%(successive)d</b>個あります。<br>新しいカードが<b>%(new)d</b>個あります。<br>延期されたカードが<b>%(spaced)d</b>個あります。<br>保留されたカードが<b>%(suspended)d</b>個あります。"
|
||
|
||
#: ui/graphs.py:193
|
||
#, fuzzy
|
||
msgid "<h1>Reps</h1>"
|
||
msgstr "<h1>フィールドモデル</h1>"
|
||
|
||
#: ui/graphs.py:198
|
||
#, fuzzy
|
||
msgid "<h1>Review Time</h1>"
|
||
msgstr "<h1>フィールドモデル</h1>"
|
||
|
||
#: forms/preferences.py:221
|
||
#, fuzzy
|
||
msgid "<h1>Reviewing</h1>"
|
||
msgstr "<h1>フィールドモデル</h1>"
|
||
|
||
#: forms/changemap.py:40
|
||
#, fuzzy
|
||
msgid "<h1>Select Target Field</h1>"
|
||
msgstr "<h1>入力されたカード</h1>"
|
||
|
||
#: forms/activetags.py:38
|
||
#, fuzzy
|
||
msgid "<h1>Select tags to suspend</h1>"
|
||
msgstr "<h1>入力されたカード</h1>"
|
||
|
||
#: ui/main.py:1030
|
||
#, fuzzy
|
||
msgid "<h1>Study Options</h1>"
|
||
msgstr "<b>メモ</b>"
|
||
|
||
#: forms/deckproperties.py:339
|
||
msgid "<h1>Synchronisation</h1>"
|
||
msgstr "<h1>同期</h1>"
|
||
|
||
#: forms/preferences.py:234
|
||
msgid "<h1>Synchronisation</h1><a href=\"http://anki.ichi2.net/\">Create a free account</a>."
|
||
msgstr "<h1>同期</h1>同期の機能でウェブや携帯でも利用することができます。<a href=\"http://anki.ichi2.net/\">無料で登録します</a>"
|
||
|
||
#: ui/sync.py:196
|
||
#, fuzzy
|
||
msgid "<h1>Synchronize</h1>"
|
||
msgstr "<h1>同期</h1>"
|
||
|
||
#: ui/main.py:830
|
||
msgid ""
|
||
"<h1>Unsaved Deck</h1>\n"
|
||
"Careful. You're editing an unsaved Deck.<br>\n"
|
||
"Choose File -> Save to start autosaving<br>\n"
|
||
"your deck."
|
||
msgstr ""
|
||
|
||
#: ui/unsaved.py:13
|
||
msgid ""
|
||
"<h1>Unsaved changes</h1>There are unsaved\n"
|
||
" changes. Would you like to save them, discard your\n"
|
||
" changes, or cancel?"
|
||
msgstr "<h1>変更した内容</h1>保存されてない変更内容があります。閉じる前に保存しますか?"
|
||
|
||
#: ui/main.py:1032
|
||
#, fuzzy
|
||
msgid "<h1>Well done!</h1>"
|
||
msgstr "<h1>フィールドモデル</h1>"
|
||
|
||
#: ui/status.py:206
|
||
#, python-format
|
||
msgid ""
|
||
"<h2>All Reviews</h2>\n"
|
||
"<b>Correct over a month: %(gMatureYes%)0.1f%%\n"
|
||
"(%(gMatureYes)d of %(gMatureTotal)d)</b><br>\n"
|
||
"Average time per answer: %(avgTime)s<br>\n"
|
||
"Total review time: %(revTime)s<br>\n"
|
||
"Correct under a month: %(gYoungYes%)0.1f%%\n"
|
||
"(%(gYoungYes)d of %(gYoungTotal)d)<br>\n"
|
||
"Correct first time: %(gNewYes%)0.1f%%\n"
|
||
"(%(gNewYes)d of %(gNewTotal)d)<br>\n"
|
||
"Total correct: %(gYesTotal%)0.1f%%\n"
|
||
"(%(gYesTotal)d of %(gTotal)d)"
|
||
msgstr ""
|
||
|
||
#: ui/importing.py:198
|
||
msgid "<ignored>"
|
||
msgstr "<無視されています>"
|
||
|
||
#: ui/help.py:66
|
||
msgid "<p><a href=hide:>Hide this</a>"
|
||
msgstr "<p><a href=hide:>消す</a>"
|
||
|
||
#: ui/main.py:1076
|
||
#, python-format
|
||
msgid ""
|
||
"<table>\n"
|
||
"<tr><td width=100>Reviews due:</td><td align=right><b>%(ret)s</b></td></tr>\n"
|
||
"<tr><td>New today:</td><td align=right><b>%(new)s</b></td></tr>\n"
|
||
"<tr><td>New total:</td><td align=right>%(newof)s</td></tr>\n"
|
||
"</table>"
|
||
msgstr ""
|
||
|
||
#: ui/main.py:1067
|
||
#, python-format
|
||
msgid ""
|
||
"<table>\n"
|
||
"<tr><td width=80>Cards/session:</td><td width=50><b>%(repsInSesChg)s</b></td>\n"
|
||
"<td><b>%(repsInSes)s</b></td></tr>\n"
|
||
"<tr><td>Cards/day:</td><td><b>%(repsTodayChg)s</b></td>\n"
|
||
"<td><b>%(repsToday)s</b></td></tr>\n"
|
||
"<tr><td>Time/day:</td><td><b>%(timeTodayChg)s</b></td>\n"
|
||
"<td><b>%(timeToday)s</b></td></tr>\n"
|
||
"</table>"
|
||
msgstr ""
|
||
|
||
#: forms/about.py:41
|
||
msgid "About Anki"
|
||
msgstr "Ankiについて"
|
||
|
||
#: forms/main.py:972
|
||
msgid "Active &Tags..."
|
||
msgstr "活性タグ(&T)"
|
||
|
||
#: forms/activetags.py:37
|
||
msgid "Active Tags"
|
||
msgstr "活性タグ"
|
||
|
||
#: forms/main.py:900
|
||
#, fuzzy
|
||
msgid "Ad&vanced"
|
||
msgstr "上級"
|
||
|
||
#: ui/addcards.py:51 ui/addcards.py:103
|
||
#, fuzzy
|
||
msgid "Add"
|
||
msgstr "追加(&A)"
|
||
|
||
#: ui/addcards.py:56
|
||
msgid "Add (shortcut: command+return)"
|
||
msgstr ""
|
||
|
||
#: ui/addcards.py:58
|
||
msgid "Add (shortcut: ctrl+return)"
|
||
msgstr ""
|
||
|
||
#: forms/addcards.py:69
|
||
msgid "Add Items"
|
||
msgstr "アイテムを追加"
|
||
|
||
#: forms/addmodel.py:43
|
||
#, fuzzy
|
||
msgid "Add Model"
|
||
msgstr "モデル"
|
||
|
||
#: ui/cardlist.py:673
|
||
#, fuzzy
|
||
msgid "Add Tags"
|
||
msgstr "タグを追加(&A)..."
|
||
|
||
#: ui/facteditor.py:215
|
||
msgid "Add a picture (F3)"
|
||
msgstr "画像を追加 (F3)"
|
||
|
||
#: ui/facteditor.py:790
|
||
msgid "Add an image"
|
||
msgstr "画像を追加"
|
||
|
||
#: ui/facteditor.py:819
|
||
msgid "Add audio"
|
||
msgstr "音声を追加"
|
||
|
||
#: ui/facteditor.py:225
|
||
msgid "Add audio (F4)"
|
||
msgstr "音声を追加 (F4)"
|
||
|
||
#: forms/preferences.py:245
|
||
msgid "Add hidden char to text (fixes Thai on OSX)"
|
||
msgstr ""
|
||
|
||
#: ui/view.py:296
|
||
msgid "Add material"
|
||
msgstr ""
|
||
|
||
#: ui/modelchooser.py:170
|
||
#, fuzzy, python-format
|
||
msgid "Add: %s"
|
||
msgstr "タグを追加(&A)..."
|
||
|
||
#: ui/graphs.py:148
|
||
#, fuzzy
|
||
msgid "Added"
|
||
msgstr "追加(&A)"
|
||
|
||
#: ui/addcards.py:117
|
||
#, python-format
|
||
msgid "Added %(num)d card(s) for '%(str)s'."
|
||
msgstr "'%(str)sのカードを%(num)d個追加しました。"
|
||
|
||
#: forms/deckproperties.py:375 forms/preferences.py:247
|
||
msgid "Advanced"
|
||
msgstr "上級"
|
||
|
||
#: forms/main.py:877
|
||
msgid "Again"
|
||
msgstr ""
|
||
|
||
#: ui/cardlist.py:840
|
||
#, fuzzy
|
||
msgid "All Fields"
|
||
msgstr "フィールド"
|
||
|
||
#: forms/modelproperties.py:315
|
||
msgid "Allow the answer to be blank"
|
||
msgstr ""
|
||
|
||
#: ui/main.py:1398
|
||
msgid "Already cramming. Please close this deck first."
|
||
msgstr ""
|
||
|
||
#: ui/main.py:664
|
||
#, fuzzy, python-format
|
||
msgid "Alt+%d"
|
||
msgstr "Ctrl+1"
|
||
|
||
#: forms/preferences.py:242
|
||
msgid "Alternative theme"
|
||
msgstr ""
|
||
|
||
#: ui/facteditor.py:864
|
||
#, python-format
|
||
msgid "An error occured while opening %s"
|
||
msgstr ""
|
||
|
||
#: ui/main.py:155
|
||
#, fuzzy
|
||
msgid ""
|
||
"An error occurred in a plugin. Please contact the plugin author.<br>\n"
|
||
"Please do not file a bug report with Anki.<br><br>"
|
||
msgstr ""
|
||
"エラーが発生しました。下記の内容をバグ報告にコピーしてください。\n"
|
||
"\n"
|
||
|
||
#: ui/main.py:598
|
||
msgid ""
|
||
"An error occurred while trying to build the queue.\n"
|
||
"Would you like to try check the deck for errors?\n"
|
||
"This may take some time."
|
||
msgstr ""
|
||
|
||
#: ui/main.py:146
|
||
#, fuzzy
|
||
msgid ""
|
||
"An error occurred. Please:<p>\n"
|
||
"<ol>\n"
|
||
"<li><b>Restart Anki</b>.\n"
|
||
"<li><b>Tools > Advanced > Check DB</b>.\n"
|
||
"</ol>\n"
|
||
"If it does not fix the problem, please copy the following<br>\n"
|
||
"into a bug report:<br><br>\n"
|
||
msgstr ""
|
||
"エラーが発生しました。下記の内容をバグ報告にコピーしてください。\n"
|
||
"\n"
|
||
|
||
#: ui/deckproperties.py:181 ui/main.py:2172 forms/main.py:873 forms/sort.py:45
|
||
#: forms/syncdeck.py:42
|
||
msgid "Anki"
|
||
msgstr "Anki"
|
||
|
||
#: ui/main.py:901
|
||
#, python-format
|
||
msgid ""
|
||
"Anki was unable to save your configuration file:\n"
|
||
"%s"
|
||
msgstr ""
|
||
"設定ファイルを保存できませんでした。\n"
|
||
"%s"
|
||
|
||
#: ui/cardlist.py:47 ui/cardlist.py:363
|
||
msgid "Answer"
|
||
msgstr "解答"
|
||
|
||
#: forms/displayproperties.py:363
|
||
msgid "Answer alignment"
|
||
msgstr "解答の揃え"
|
||
|
||
#: forms/displayproperties.py:358
|
||
msgid "Answer colour"
|
||
msgstr "解答の色"
|
||
|
||
#: forms/displayproperties.py:359
|
||
msgid "Answer font"
|
||
msgstr "解答フォント"
|
||
|
||
#: forms/displayproperties.py:357
|
||
msgid "Answer size"
|
||
msgstr "解答サイズ"
|
||
|
||
#: forms/main.py:921
|
||
msgid "Application-wide preferences."
|
||
msgstr "全体の設定"
|
||
|
||
#: ui/sync.py:111
|
||
msgid "Applying reply..."
|
||
msgstr ""
|
||
|
||
#: forms/displayproperties.py:364
|
||
msgid "Background colour"
|
||
msgstr "バックグラウンドの色"
|
||
|
||
#: ui/facteditor.py:119
|
||
msgid "Bold text (Ctrl+b)"
|
||
msgstr "太字 (Ctrl+b)"
|
||
|
||
#: ui/preferences.py:30
|
||
msgid "Brazillian Portuguese"
|
||
msgstr ""
|
||
|
||
#: ui/main.py:82
|
||
#, python-format
|
||
msgid ""
|
||
"Broken plugin:\n"
|
||
"\n"
|
||
"%s"
|
||
msgstr ""
|
||
|
||
#: ui/cardlist.py:421
|
||
msgid "Building Index..."
|
||
msgstr ""
|
||
|
||
#: forms/main.py:965
|
||
#, fuzzy
|
||
msgid "C&ram..."
|
||
msgstr "フォーラム(&F)..."
|
||
|
||
#: forms/main.py:979
|
||
msgid "Cache LaTeX"
|
||
msgstr ""
|
||
|
||
#: ui/cardlist.py:759
|
||
msgid "Can only change one model at a time."
|
||
msgstr ""
|
||
|
||
#: ui/cardlist.py:723 ui/cardlist.py:832
|
||
msgid "Can only operate on one model at a time."
|
||
msgstr ""
|
||
|
||
#: ui/lookup.py:23
|
||
msgid "Can't look up a selection with a newline."
|
||
msgstr "改行文字があると調べれることができません。"
|
||
|
||
#: ui/main.py:2187
|
||
#, fuzzy
|
||
msgid "Cancel"
|
||
msgstr "変更"
|
||
|
||
#: ui/modelproperties.py:253
|
||
#, python-format
|
||
msgid "Card %(num)d (%(name)s): used %(cards)d times%(status)s"
|
||
msgstr ""
|
||
|
||
#: ui/modelproperties.py:335 ui/modelproperties.py:368
|
||
#, python-format
|
||
msgid "Card %d"
|
||
msgstr "カード%d"
|
||
|
||
#: forms/modelproperties.py:316
|
||
#, fuzzy
|
||
msgid "Card Templates"
|
||
msgstr "<h1>カードの易しさ</h1>"
|
||
|
||
#: forms/displayproperties.py:355
|
||
msgid "Card:"
|
||
msgstr "カード:"
|
||
|
||
#: forms/displayproperties.py:365
|
||
#, fuzzy
|
||
msgid "Cards"
|
||
msgstr "カード(&C)"
|
||
|
||
#: ui/tray.py:93
|
||
msgid "Cards are waiting"
|
||
msgstr ""
|
||
|
||
#: ui/importing.py:200
|
||
msgid "Change"
|
||
msgstr "変更"
|
||
|
||
#: ui/cardlist.py:1033
|
||
#, fuzzy, python-format
|
||
msgid "Change %s to:"
|
||
msgstr "<h1>カードの易しさ</h1>"
|
||
|
||
#: forms/cardlist.py:254
|
||
#, fuzzy
|
||
msgid "Change &Model..."
|
||
msgstr "<h1>カードの易しさ</h1>"
|
||
|
||
#: ui/cardlist.py:766 forms/changemodel.py:74
|
||
#, fuzzy
|
||
msgid "Change Model"
|
||
msgstr "<h1>カードの易しさ</h1>"
|
||
|
||
#: forms/main.py:962
|
||
msgid "Check Database..."
|
||
msgstr "データベースを検査..."
|
||
|
||
#: forms/main.py:964
|
||
msgid "Check Media Database..."
|
||
msgstr "メディアデータベースを検査..."
|
||
|
||
#: ui/sync.py:146
|
||
msgid "Check complete."
|
||
msgstr "検査を完了しました。"
|
||
|
||
#: ui/preferences.py:31
|
||
msgid "Chinese - Simplified"
|
||
msgstr ""
|
||
|
||
#: ui/preferences.py:32
|
||
msgid "Chinese - Traditional"
|
||
msgstr ""
|
||
|
||
#: forms/importing.py:118
|
||
msgid "Choose &file..."
|
||
msgstr "ファイルを選択する(&f)"
|
||
|
||
#: ui/facteditor.py:196
|
||
msgid "Choose colour (F7 then F5)"
|
||
msgstr ""
|
||
|
||
#: ui/exporting.py:66
|
||
msgid "Choose file to export to"
|
||
msgstr "どのファイルに対するエクスポートするか、選択してください。"
|
||
|
||
#: ui/importing.py:87
|
||
msgid "Choose file..."
|
||
msgstr "ファイルを選"
|
||
|
||
#: ui/importing.py:137
|
||
msgid ""
|
||
"Click the close button or import another file.\n"
|
||
"\n"
|
||
msgstr ""
|
||
|
||
#: ui/tray.py:96
|
||
msgid "Click to hide Anki"
|
||
msgstr "Ankiを隠す"
|
||
|
||
#: ui/tray.py:98
|
||
msgid "Click to show Anki"
|
||
msgstr "Ankiを表示"
|
||
|
||
#: ui/addcards.py:63 forms/displayproperties.py:376
|
||
msgid "Close"
|
||
msgstr "閉じる"
|
||
|
||
#: ui/addcards.py:148
|
||
msgid "Close and lose current input?"
|
||
msgstr ""
|
||
|
||
#: ui/facteditor.py:272
|
||
#, fuzzy
|
||
msgid "Cloze (F9)"
|
||
msgstr "閉じる(&C)"
|
||
|
||
#: ui/modelproperties.py:303
|
||
#, python-format
|
||
msgid "Compare with field '%s'"
|
||
msgstr ""
|
||
|
||
#: ui/sync.py:68
|
||
#, fuzzy
|
||
msgid "Connecting..."
|
||
msgstr "接続中.."
|
||
|
||
#: ui/main.py:1103
|
||
msgid "Continue &Reviewing"
|
||
msgstr ""
|
||
|
||
#: forms/main.py:884
|
||
msgid "Continue Reviewing"
|
||
msgstr ""
|
||
|
||
#: ui/modelchooser.py:176
|
||
#, python-format
|
||
msgid "Copy: %s"
|
||
msgstr ""
|
||
|
||
#: ui/main.py:1416
|
||
#, fuzzy
|
||
msgid "Cram"
|
||
msgstr "フォーラム(&F)..."
|
||
|
||
#: ui/sync.py:201
|
||
#, python-format
|
||
msgid "Create '%s' on server"
|
||
msgstr "%sという単語帳をサーバーで作成"
|
||
|
||
#: ui/cardlist.py:248 ui/cardlist.py:364
|
||
#, fuzzy
|
||
msgid "Created"
|
||
msgstr "登録日"
|
||
|
||
#: forms/main.py:924
|
||
msgid "Ctrl+1"
|
||
msgstr "Ctrl+1"
|
||
|
||
#: forms/main.py:926
|
||
msgid "Ctrl+2"
|
||
msgstr "Ctrl+2"
|
||
|
||
#: forms/main.py:928
|
||
msgid "Ctrl+3"
|
||
msgstr "Ctrl+3"
|
||
|
||
#: forms/main.py:930
|
||
msgid "Ctrl+4"
|
||
msgstr "Ctrl+4"
|
||
|
||
#: forms/main.py:932
|
||
msgid "Ctrl+5"
|
||
msgstr "Ctrl+5"
|
||
|
||
#: ui/main.py:662
|
||
#, python-format
|
||
msgid "Ctrl+Alt+%d"
|
||
msgstr "Ctrl+Alt+%d"
|
||
|
||
#: forms/main.py:917
|
||
msgid "Ctrl+D"
|
||
msgstr "Ctrl+D"
|
||
|
||
#: forms/cardlist.py:231 forms/main.py:977
|
||
#, fuzzy
|
||
msgid "Ctrl+Del"
|
||
msgstr "Ctrl+D"
|
||
|
||
#: forms/main.py:974
|
||
msgid "Ctrl+E"
|
||
msgstr "Ctrl+E"
|
||
|
||
#: forms/cardlist.py:251
|
||
#, fuzzy
|
||
msgid "Ctrl+End"
|
||
msgstr "Ctrl+E"
|
||
|
||
#: ui/addcards.py:60
|
||
msgid "Ctrl+Enter"
|
||
msgstr "Ctrl+Enter"
|
||
|
||
#: forms/cardlist.py:241 forms/main.py:919
|
||
#, fuzzy
|
||
msgid "Ctrl+F"
|
||
msgstr "Ctrl+1"
|
||
|
||
#: ui/facteditor.py:321
|
||
#, fuzzy
|
||
msgid "Ctrl+F9"
|
||
msgstr "Ctrl+1"
|
||
|
||
#: forms/cardlist.py:249
|
||
#, fuzzy
|
||
msgid "Ctrl+Home"
|
||
msgstr "Ctrl+m"
|
||
|
||
#: forms/main.py:949
|
||
#, fuzzy
|
||
msgid "Ctrl+M"
|
||
msgstr "Ctrl+1"
|
||
|
||
#: forms/cardlist.py:245 forms/main.py:907
|
||
msgid "Ctrl+N"
|
||
msgstr "Ctrl+N"
|
||
|
||
#: forms/main.py:909
|
||
msgid "Ctrl+O"
|
||
msgstr "Ctrl+O"
|
||
|
||
#: forms/cardlist.py:247 forms/main.py:922
|
||
msgid "Ctrl+P"
|
||
msgstr "Ctrl+P"
|
||
|
||
#: forms/main.py:905
|
||
msgid "Ctrl+Q"
|
||
msgstr "Ctrl+Q"
|
||
|
||
#: ui/addcards.py:54
|
||
msgid "Ctrl+Return"
|
||
msgstr "Ctrl+Return"
|
||
|
||
#: forms/main.py:913
|
||
msgid "Ctrl+S"
|
||
msgstr "Ctrl+S"
|
||
|
||
#: forms/cardlist.py:243
|
||
#, fuzzy
|
||
msgid "Ctrl+Shift+F"
|
||
msgstr "Ctrl+1"
|
||
|
||
#: forms/main.py:911
|
||
msgid "Ctrl+W"
|
||
msgstr "Ctrl+W"
|
||
|
||
#: forms/main.py:915
|
||
msgid "Ctrl+Y"
|
||
msgstr "Ctrl+Y"
|
||
|
||
#: forms/main.py:959
|
||
#, fuzzy
|
||
msgid "Ctrl+Z"
|
||
msgstr "Ctrl+1"
|
||
|
||
#: ui/facteditor.py:120
|
||
msgid "Ctrl+b"
|
||
msgstr "Ctrl+b"
|
||
|
||
#: ui/facteditor.py:131
|
||
msgid "Ctrl+i"
|
||
msgstr "Ctrl+i"
|
||
|
||
#: ui/facteditor.py:297
|
||
msgid "Ctrl+l, e"
|
||
msgstr "Ctrl+l, e"
|
||
|
||
#: ui/facteditor.py:286
|
||
msgid "Ctrl+l, l"
|
||
msgstr "Ctrl+l, l"
|
||
|
||
#: ui/facteditor.py:308
|
||
msgid "Ctrl+l, m"
|
||
msgstr "Ctrl+l, m"
|
||
|
||
#: ui/facteditor.py:142
|
||
msgid "Ctrl+u"
|
||
msgstr "Ctrl+u"
|
||
|
||
#: ui/graphs.py:146
|
||
msgid "Cumulative"
|
||
msgstr ""
|
||
|
||
#: forms/main.py:952
|
||
#, fuzzy
|
||
msgid "Current &Model..."
|
||
msgstr "モデルをマージ..."
|
||
|
||
#: forms/cardlist.py:225
|
||
msgid "Current Card"
|
||
msgstr "現在のカード"
|
||
|
||
#: ui/modelchooser.py:42
|
||
msgid "Customize Models"
|
||
msgstr ""
|
||
|
||
#: forms/main.py:953
|
||
msgid "Customize card layout, fields, etc."
|
||
msgstr "カード流れ、フィールドなどをカストマイズ"
|
||
|
||
#: forms/main.py:946
|
||
msgid "Customize fonts, colours and alignment."
|
||
msgstr "フォント、文字色、揃えなどをカストマイズ"
|
||
|
||
#: forms/main.py:941
|
||
msgid "Customize syncing, scheduling, priorities and models."
|
||
msgstr "同期、スケジュール、カードの優先、モデルなどをカストマイズ"
|
||
|
||
#: ui/preferences.py:33
|
||
msgid "Czech"
|
||
msgstr ""
|
||
|
||
#: ui/main.py:2168
|
||
#, python-format
|
||
msgid ""
|
||
"Database optimized.\n"
|
||
"Shrunk by %dKB"
|
||
msgstr ""
|
||
|
||
#: ui/graphs.py:161
|
||
msgid "Deck Graphs"
|
||
msgstr "単語帳のグラフ"
|
||
|
||
#: ui/deckproperties.py:204 forms/deckproperties.py:326
|
||
msgid "Deck Properties"
|
||
msgstr "単語帳プロパティ"
|
||
|
||
#: ui/main.py:810 ui/main.py:865
|
||
msgid "Deck files (*.anki)"
|
||
msgstr "Ankiの単語帳 (*.anki)"
|
||
|
||
#: ui/main.py:568
|
||
msgid "Deck is already open."
|
||
msgstr "単語帳は既に開いています。"
|
||
|
||
#: ui/main.py:1317 forms/cardlist.py:230
|
||
msgid "Delete"
|
||
msgstr "削除"
|
||
|
||
#: ui/cardlist.py:663
|
||
#, fuzzy
|
||
msgid "Delete Cards"
|
||
msgstr "削除"
|
||
|
||
#: ui/main.py:2185
|
||
#, fuzzy
|
||
msgid "Delete Refs"
|
||
msgstr "カードタグを削除(&D)..."
|
||
|
||
#: ui/cardlist.py:682
|
||
#, fuzzy
|
||
msgid "Delete Tags"
|
||
msgstr "カードタグを削除(&D)..."
|
||
|
||
#: ui/sync.py:103
|
||
msgid "Determining differences..."
|
||
msgstr ""
|
||
|
||
#: forms/infodialog.py:36
|
||
msgid "Dialog"
|
||
msgstr ""
|
||
|
||
#: ui/modelproperties.py:325
|
||
msgid "Disa&ble"
|
||
msgstr "無効にする(&b)"
|
||
|
||
#: ui/importing.py:28
|
||
msgid "Discard field"
|
||
msgstr ""
|
||
|
||
#: forms/preferences.py:227
|
||
msgid "Display"
|
||
msgstr "表示"
|
||
|
||
#: forms/main.py:935
|
||
msgid "Documentation"
|
||
msgstr ""
|
||
|
||
#: ui/modelproperties.py:302
|
||
msgid "Don't ask me to type in the answer"
|
||
msgstr ""
|
||
|
||
#: ui/view.py:300
|
||
msgid "Download Personal Deck"
|
||
msgstr ""
|
||
|
||
#: ui/getshared.py:36 ui/view.py:299
|
||
msgid "Download Shared Deck"
|
||
msgstr ""
|
||
|
||
#: ui/getshared.py:38
|
||
msgid "Download Shared Plugin"
|
||
msgstr ""
|
||
|
||
#: ui/getshared.py:145 ui/getshared.py:149
|
||
#, fuzzy
|
||
msgid "Downloads"
|
||
msgstr "Ankiについて(&A)..."
|
||
|
||
#: ui/cardlist.py:48 ui/cardlist.py:258 ui/cardlist.py:366 ui/graphs.py:145
|
||
msgid "Due"
|
||
msgstr ""
|
||
|
||
#: forms/main.py:904
|
||
msgid "E&xit"
|
||
msgstr "終了(&x)"
|
||
|
||
#: ui/status.py:181
|
||
#, python-format
|
||
msgid "ETA: <b>%(timeLeft)s</b>"
|
||
msgstr ""
|
||
|
||
#: ui/cardlist.py:256 ui/cardlist.py:369
|
||
msgid "Ease"
|
||
msgstr "易しさ"
|
||
|
||
#: ui/graphs.py:150
|
||
#, fuzzy
|
||
msgid "Eases"
|
||
msgstr "易しさ"
|
||
|
||
#: forms/main.py:883
|
||
msgid "Easy"
|
||
msgstr "簡単だった"
|
||
|
||
#: ui/facteditor.py:441
|
||
#, fuzzy
|
||
msgid "Edit"
|
||
msgstr "編集(&E)"
|
||
|
||
#: forms/main.py:973
|
||
#, fuzzy
|
||
msgid "Edit &Current..."
|
||
msgstr "現在のカードを編集(&E)..."
|
||
|
||
#: forms/cardlist.py:224
|
||
msgid "Edit Items"
|
||
msgstr "アイテムを編集"
|
||
|
||
#: ui/cardlist.py:443
|
||
#, python-format
|
||
msgid "Editor (%(cur)d of %(tot)d cards shown; %(sel)d selected)"
|
||
msgstr ""
|
||
|
||
#: ui/lookup.py:27
|
||
msgid "Empty selection."
|
||
msgstr "文字を反転表示してください。"
|
||
|
||
#: ui/modelproperties.py:327
|
||
msgid "Ena&ble"
|
||
msgstr "有効にする(&b)"
|
||
|
||
#: ui/preferences.py:29
|
||
msgid "English"
|
||
msgstr "英語"
|
||
|
||
#: ui/cardlist.py:671
|
||
#, fuzzy
|
||
msgid "Enter tags to add:"
|
||
msgstr "このタグを付け加える:"
|
||
|
||
#: ui/cardlist.py:680
|
||
msgid "Enter tags to delete:"
|
||
msgstr ""
|
||
|
||
#: ui/preferences.py:34
|
||
msgid "Estonian"
|
||
msgstr ""
|
||
|
||
#: forms/main.py:944
|
||
msgid "Expor&t..."
|
||
msgstr "エクスポート...(&t)"
|
||
|
||
#: forms/exporting.py:54
|
||
msgid "Export"
|
||
msgstr "エクスポート"
|
||
|
||
#: ui/exporting.py:48
|
||
#, fuzzy
|
||
msgid "Export..."
|
||
msgstr "エクスポート...(&t)"
|
||
|
||
#: forms/cardlist.py:242
|
||
#, fuzzy
|
||
msgid "F&act"
|
||
msgstr "ファクト毎に保存する"
|
||
|
||
#: forms/cardlist.py:248
|
||
#, fuzzy
|
||
msgid "F&irst Card"
|
||
msgstr "<h1>初めて答えた</h1>"
|
||
|
||
#: ui/facteditor.py:254
|
||
msgid "F2"
|
||
msgstr ""
|
||
|
||
#: ui/facteditor.py:212
|
||
msgid "F3"
|
||
msgstr ""
|
||
|
||
#: ui/facteditor.py:222
|
||
msgid "F4"
|
||
msgstr ""
|
||
|
||
#: ui/facteditor.py:232 forms/main.py:957
|
||
msgid "F5"
|
||
msgstr ""
|
||
|
||
#: ui/facteditor.py:198
|
||
msgid "F7, F5"
|
||
msgstr ""
|
||
|
||
#: ui/facteditor.py:175
|
||
msgid "F7, F6"
|
||
msgstr ""
|
||
|
||
#: ui/facteditor.py:151
|
||
msgid "F7, F7"
|
||
msgstr ""
|
||
|
||
#: ui/facteditor.py:186
|
||
msgid "F7, F8"
|
||
msgstr ""
|
||
|
||
#: ui/facteditor.py:267
|
||
msgid "F9"
|
||
msgstr ""
|
||
|
||
#: ui/getshared.py:145
|
||
#, fuzzy
|
||
msgid "Facts"
|
||
msgstr "ファクト毎に保存する"
|
||
|
||
#: ui/main.py:1708
|
||
msgid "Failed to upload media. Please run 'check media db'."
|
||
msgstr ""
|
||
|
||
#: ui/sync.py:100
|
||
#, fuzzy
|
||
msgid "Fetching summary from server..."
|
||
msgstr "サマリーをダウンロード中.."
|
||
|
||
#: ui/displayproperties.py:192
|
||
#, python-format
|
||
msgid "Field %(num)d: %(name)s"
|
||
msgstr ""
|
||
|
||
#: ui/modelproperties.py:77
|
||
#, python-format
|
||
msgid "Field %(num)d: %(name)s [%(cards)s non-empty]"
|
||
msgstr ""
|
||
|
||
#: ui/modelproperties.py:133 ui/modelproperties.py:151
|
||
#, python-format
|
||
msgid "Field %d"
|
||
msgstr "フィールド %d"
|
||
|
||
#: ui/importing.py:191
|
||
#, python-format
|
||
msgid "Field <b>%d</b> of file is:"
|
||
msgstr ""
|
||
|
||
#: forms/importing.py:122
|
||
msgid "Field mapping"
|
||
msgstr ""
|
||
|
||
#: forms/changemodel.py:79 forms/displayproperties.py:373
|
||
msgid "Fields"
|
||
msgstr "フィールド"
|
||
|
||
#: forms/cardlist.py:256
|
||
msgid "Find and Re&place..."
|
||
msgstr ""
|
||
|
||
#: ui/cardlist.py:845 forms/findreplace.py:60
|
||
msgid "Find and Replace"
|
||
msgstr ""
|
||
|
||
#: ui/preferences.py:35
|
||
#, fuzzy
|
||
msgid "Finnish"
|
||
msgstr "終了"
|
||
|
||
#: ui/graphs.py:149
|
||
#, fuzzy
|
||
msgid "First Answered"
|
||
msgstr "<h1>初めて答えた</h1>"
|
||
|
||
#: forms/displayproperties.py:354
|
||
msgid "Fonts & Colours"
|
||
msgstr "フォントと色"
|
||
|
||
#: ui/preferences.py:36
|
||
msgid "French"
|
||
msgstr "フランス語"
|
||
|
||
#: forms/modelproperties.py:302
|
||
#, fuzzy
|
||
msgid "General && Fields"
|
||
msgstr "フィールド"
|
||
|
||
#: ui/cardlist.py:733 forms/addcardmodels.py:34
|
||
#, fuzzy
|
||
msgid "Generate Cards"
|
||
msgstr "削除"
|
||
|
||
#: ui/cardlist.py:739
|
||
#, fuzzy
|
||
msgid "Generating Cards..."
|
||
msgstr "削除"
|
||
|
||
#: ui/preferences.py:37
|
||
msgid "German"
|
||
msgstr "ドイツ語"
|
||
|
||
#: forms/share.py:70
|
||
msgid "Get Shared Decks/Plugins"
|
||
msgstr ""
|
||
|
||
#: forms/main.py:984
|
||
#, fuzzy
|
||
msgid "Get Shared..."
|
||
msgstr "削除"
|
||
|
||
#: forms/main.py:881
|
||
msgid "Good"
|
||
msgstr ""
|
||
|
||
#: ui/facteditor.py:320 forms/edithtml.py:34
|
||
msgid "HTML Editor"
|
||
msgstr ""
|
||
|
||
#: forms/main.py:879
|
||
#, fuzzy
|
||
msgid "Hard"
|
||
msgstr "カード:"
|
||
|
||
#: ui/addcards.py:67 forms/displayproperties.py:374 forms/main.py:890
|
||
msgid "Help"
|
||
msgstr "ヘルプ"
|
||
|
||
#: forms/modelproperties.py:314
|
||
msgid "Hide the question when showing answer"
|
||
msgstr "解答を表示する時に、質問を隠す"
|
||
|
||
#: ui/deckproperties.py:81
|
||
msgid "ID"
|
||
msgstr ""
|
||
|
||
#: ui/update.py:123
|
||
msgid "Ignore this update"
|
||
msgstr ""
|
||
|
||
#: ui/facteditor.py:789
|
||
msgid "Images (*.jpg *.png *.gif *.tiff *.svg *.tif *.jpeg)"
|
||
msgstr ""
|
||
|
||
#: ui/importing.py:118 forms/changemap.py:39 forms/importing.py:115
|
||
msgid "Import"
|
||
msgstr "インポート"
|
||
|
||
#: ui/importing.py:128
|
||
#, fuzzy, python-format
|
||
msgid "Import failed: %s\n"
|
||
msgstr "インポートできませんでした: %s"
|
||
|
||
#: ui/importing.py:93
|
||
msgid "Import file"
|
||
msgstr "インポート"
|
||
|
||
#: forms/importing.py:116
|
||
msgid "Import options"
|
||
msgstr "インポートオプション"
|
||
|
||
#: ui/importing.py:135
|
||
#, fuzzy, python-format
|
||
msgid "Importing complete. %(num)d facts imported from %(file)s.\n"
|
||
msgstr "インポート完了しました。%(file)sから、カードを%(num)d個インポートしました。\n"
|
||
|
||
#: ui/importing.py:123
|
||
msgid "Importing failed.\n"
|
||
msgstr "インポートは失敗しました。\n"
|
||
|
||
#: ui/importing.py:112
|
||
#, fuzzy
|
||
msgid "Importing..."
|
||
msgstr "インポート(&I)..."
|
||
|
||
#: forms/exporting.py:57
|
||
msgid "Include scheduling information"
|
||
msgstr ""
|
||
|
||
#: forms/exporting.py:58
|
||
msgid "Include tags"
|
||
msgstr ""
|
||
|
||
#: ui/cardlist.py:252 ui/cardlist.py:367 ui/graphs.py:147
|
||
msgid "Interval"
|
||
msgstr "期間"
|
||
|
||
#: ui/cardlist.py:863
|
||
msgid "Invalid regular expression."
|
||
msgstr ""
|
||
|
||
#: ui/preferences.py:38
|
||
msgid "Italian"
|
||
msgstr ""
|
||
|
||
#: ui/facteditor.py:130
|
||
msgid "Italic text (Ctrl+i)"
|
||
msgstr "斜体"
|
||
|
||
#: ui/preferences.py:39
|
||
msgid "Japanese"
|
||
msgstr "日本語"
|
||
|
||
#: ui/preferences.py:40
|
||
msgid "Korean"
|
||
msgstr ""
|
||
|
||
#: ui/facteditor.py:285
|
||
#, fuzzy
|
||
msgid "Latex (Ctrl+l then l)"
|
||
msgstr "Ctrl+l"
|
||
|
||
#: ui/facteditor.py:296
|
||
#, fuzzy
|
||
msgid "Latex equation (Ctrl+l then e)"
|
||
msgstr "Latex方程式"
|
||
|
||
#: ui/facteditor.py:307
|
||
#, fuzzy
|
||
msgid "Latex math environment (Ctrl+l then m)"
|
||
msgstr "Latex数学環境"
|
||
|
||
#: ui/main.py:1417
|
||
msgid "Loading deck..."
|
||
msgstr ""
|
||
|
||
#: ui/main.py:1270
|
||
#, fuzzy
|
||
msgid "Loading graphs (may take time)..."
|
||
msgstr "グラフを集計中。しばらくお待ちください"
|
||
|
||
#: forms/getshared.py:71
|
||
#, fuzzy
|
||
msgid "Loading..."
|
||
msgstr "保存中.."
|
||
|
||
#: ui/importing.py:139
|
||
msgid "Log of import:\n"
|
||
msgstr "インポートログ:\n"
|
||
|
||
#: ui/importing.py:22
|
||
#, python-format
|
||
msgid "Map to %s"
|
||
msgstr ""
|
||
|
||
#: ui/importing.py:27
|
||
msgid "Map to Tags"
|
||
msgstr ""
|
||
|
||
#: forms/deckproperties.py:359 forms/deckproperties.py:360
|
||
#: forms/deckproperties.py:362 forms/reschedule.py:84
|
||
msgid "Max"
|
||
msgstr ""
|
||
|
||
#: ui/sync.py:206
|
||
#, python-format
|
||
msgid "Merge with '%s' on server"
|
||
msgstr "「%s」というサーバにある単語帳に合体する"
|
||
|
||
#: forms/deckproperties.py:355 forms/deckproperties.py:356
|
||
#: forms/deckproperties.py:361 forms/reschedule.py:82
|
||
msgid "Min"
|
||
msgstr ""
|
||
|
||
#: ui/modelproperties.py:470
|
||
msgid "Model"
|
||
msgstr "モデル"
|
||
|
||
#: ui/modelproperties.py:35 forms/modelproperties.py:284
|
||
msgid "Model Properties"
|
||
msgstr "モデルプロパティ"
|
||
|
||
#: forms/deckproperties.py:337
|
||
#, fuzzy
|
||
msgid "Models && Priorities"
|
||
msgstr "モデルプロパティ"
|
||
|
||
#: ui/cardlist.py:250 ui/cardlist.py:365
|
||
#, fuzzy
|
||
msgid "Modified"
|
||
msgstr "更新日時"
|
||
|
||
#: forms/main.py:889
|
||
msgid "More>>"
|
||
msgstr ""
|
||
|
||
#: forms/modelproperties.py:293 forms/modelproperties.py:306
|
||
msgid "Move &Up"
|
||
msgstr ""
|
||
|
||
#: forms/modelproperties.py:296 forms/modelproperties.py:308
|
||
msgid "Move Dow&n"
|
||
msgstr ""
|
||
|
||
#: forms/modelproperties.py:307
|
||
msgid "Move selected card model down"
|
||
msgstr ""
|
||
|
||
#: forms/modelproperties.py:305
|
||
msgid "Move selected card model up"
|
||
msgstr ""
|
||
|
||
#: forms/modelproperties.py:295
|
||
msgid "Move selected field down"
|
||
msgstr ""
|
||
|
||
#: forms/modelproperties.py:292
|
||
msgid "Move selected field up"
|
||
msgstr ""
|
||
|
||
#: ui/deckproperties.py:82
|
||
#, fuzzy
|
||
msgid "Name"
|
||
msgstr "例"
|
||
|
||
#: forms/deckproperties.py:351
|
||
#, fuzzy
|
||
msgid "Name on server: "
|
||
msgstr "%sという単語帳をサーバーで作成"
|
||
|
||
#: ui/facteditor.py:184
|
||
msgid "Next colour (F7 then F8)"
|
||
msgstr ""
|
||
|
||
#: ui/facteditor.py:735
|
||
msgid "Next field must be blank."
|
||
msgstr ""
|
||
|
||
#: ui/main.py:1410 ui/main.py:1457
|
||
msgid "No cards matched the provided tags."
|
||
msgstr ""
|
||
|
||
#: ui/facteditor.py:1015
|
||
msgid "No cards to preview."
|
||
msgstr ""
|
||
|
||
#: ui/sync.py:122
|
||
msgid "No changes found."
|
||
msgstr ""
|
||
|
||
#: ui/main.py:1262
|
||
msgid "No current card or last card."
|
||
msgstr "現在のカードも先のカードもありません。"
|
||
|
||
#: ui/main.py:1198
|
||
msgid "No expression in current card."
|
||
msgstr "このカードは、「表現」のフィールドに入力されていません。"
|
||
|
||
#: ui/main.py:1205
|
||
msgid "No meaning in current card."
|
||
msgstr "このカードは、「意味」のフィールドに入力されていません。"
|
||
|
||
#: ui/cardlist.py:357
|
||
msgid "No tags"
|
||
msgstr ""
|
||
|
||
#: ui/cardlist.py:1029
|
||
#, fuzzy
|
||
msgid "Nothing"
|
||
msgstr "インポートオプション"
|
||
|
||
#: ui/getshared.py:115
|
||
msgid "Nothing selected."
|
||
msgstr ""
|
||
|
||
#: forms/main.py:896
|
||
msgid "Open &Recent"
|
||
msgstr "最近使用した単語帳"
|
||
|
||
#: ui/view.py:298
|
||
#, fuzzy
|
||
msgid "Open Local Deck"
|
||
msgstr "ファイルを開く"
|
||
|
||
#: forms/main.py:947
|
||
msgid "Open Sa&mple..."
|
||
msgstr "単語帳の例を開く(&O)"
|
||
|
||
#: forms/main.py:985
|
||
msgid "Open a pre-made deck or plugin"
|
||
msgstr ""
|
||
|
||
#: ui/main.py:812
|
||
msgid "Open deck"
|
||
msgstr "ファイルを開く"
|
||
|
||
#: forms/main.py:937
|
||
msgid "Open the bug tracker."
|
||
msgstr "バグトラッカーを開く"
|
||
|
||
#: forms/main.py:963
|
||
msgid "Optimize Database"
|
||
msgstr "データベースを最適化"
|
||
|
||
#: forms/main.py:902
|
||
#, fuzzy
|
||
msgid "P&lugins"
|
||
msgstr "プラグイン(&P)"
|
||
|
||
#: ui/exporting.py:17
|
||
msgid "Packaged Anki Deck (*.zip)"
|
||
msgstr ""
|
||
|
||
#: forms/preferences.py:235
|
||
msgid "Password"
|
||
msgstr "パスワード:"
|
||
|
||
#: ui/main.py:762
|
||
#, fuzzy
|
||
msgid "Password:"
|
||
msgstr "パスワード:"
|
||
|
||
#: forms/main.py:987
|
||
msgid "Personal Deck"
|
||
msgstr ""
|
||
|
||
#: ui/modelproperties.py:382
|
||
msgid "Please add a new card first."
|
||
msgstr "まず新しいカードを入力してください。"
|
||
|
||
#: ui/modelproperties.py:164
|
||
msgid "Please add a new field first."
|
||
msgstr "まず新しいフィールドを作成してください。"
|
||
|
||
#: ui/deckproperties.py:142
|
||
msgid "Please add another model first."
|
||
msgstr "まずもう一つのモデルを作成してください。"
|
||
|
||
#: forms/sort.py:46
|
||
msgid "Please choose a field to sort by."
|
||
msgstr "フィールドの整列を選んでください。"
|
||
|
||
#: ui/sync.py:49
|
||
msgid "Please double-check your username/password."
|
||
msgstr "ユーザー名とパスワードを確認してください。"
|
||
|
||
#: ui/modelproperties.py:410
|
||
msgid "Please enable a different model first."
|
||
msgstr "まず他のモデルを有効してください。"
|
||
|
||
#: ui/cardlist.py:705
|
||
msgid "Please enter a valid start and end range."
|
||
msgstr ""
|
||
|
||
#: ui/facteditor.py:841
|
||
msgid ""
|
||
"Please install <a href=\"http://www.thalictrum.com/software/lame-3.97.dmg.gz\">lame</a>\n"
|
||
"to enable recording."
|
||
msgstr ""
|
||
|
||
#: ui/main.py:1288
|
||
msgid "Please install python-matplotlib to access graphs."
|
||
msgstr "python-matplotlabが必要です。python-matplotlibをインストールしてください。"
|
||
|
||
#: ui/main.py:2145
|
||
msgid "Please restart Anki before checking the DB."
|
||
msgstr ""
|
||
|
||
#: ui/getshared.py:222
|
||
#, fuzzy
|
||
msgid "Plugin downloaded. Please restart Anki."
|
||
msgstr "Ankiを再起動してください。"
|
||
|
||
#: ui/preferences.py:41
|
||
#, fuzzy
|
||
msgid "Polish"
|
||
msgstr "英語"
|
||
|
||
#: forms/preferences.py:219
|
||
msgid "Preferences"
|
||
msgstr "設定"
|
||
|
||
#: forms/modelproperties.py:298
|
||
msgid "Prevent duplicates"
|
||
msgstr ""
|
||
|
||
#: forms/modelproperties.py:300
|
||
msgid "Prevent empty entries"
|
||
msgstr ""
|
||
|
||
#: forms/displayproperties.py:377
|
||
msgid "Preview"
|
||
msgstr "プレビュー"
|
||
|
||
#: ui/facteditor.py:259
|
||
#, fuzzy
|
||
msgid "Preview (F2)"
|
||
msgstr "プレビュー"
|
||
|
||
#: forms/previewcards.py:37
|
||
#, fuzzy
|
||
msgid "Preview Cards"
|
||
msgstr "プレビュー"
|
||
|
||
#: ui/facteditor.py:173
|
||
msgid "Previous colour (F7 then F6)"
|
||
msgstr ""
|
||
|
||
#: ui/main.py:2160
|
||
#, python-format
|
||
msgid ""
|
||
"Problems found:\n"
|
||
"%s"
|
||
msgstr ""
|
||
|
||
#: ui/graphs.py:250 ui/graphs.py:281 ui/utils.py:216
|
||
#, fuzzy
|
||
msgid "Processing..."
|
||
msgstr "接続中.."
|
||
|
||
#: forms/preferences.py:223
|
||
#, fuzzy
|
||
msgid "Put space between question and answer"
|
||
msgstr "解答を表示する時に、質問を隠す"
|
||
|
||
#: ui/cardlist.py:46 ui/cardlist.py:362
|
||
msgid "Question"
|
||
msgstr "質問"
|
||
|
||
#: forms/displayproperties.py:360
|
||
msgid "Question alignment"
|
||
msgstr "質問揃え"
|
||
|
||
#: forms/displayproperties.py:362
|
||
msgid "Question colour"
|
||
msgstr "質問の色"
|
||
|
||
#: forms/displayproperties.py:356
|
||
msgid "Question font"
|
||
msgstr "質問フォント"
|
||
|
||
#: forms/displayproperties.py:361
|
||
msgid "Question size"
|
||
msgstr "質問サイズ"
|
||
|
||
#: ui/main.py:1434
|
||
#, fuzzy
|
||
msgid "Randomizing..."
|
||
msgstr "保存中.."
|
||
|
||
#: forms/main.py:892
|
||
#, fuzzy
|
||
msgid "Re&view Early"
|
||
msgstr "復習中"
|
||
|
||
#: ui/facteditor.py:235
|
||
#, fuzzy
|
||
msgid "Record audio (F5)"
|
||
msgstr "音声を追加 (F4)"
|
||
|
||
#: ui/sound.py:27
|
||
#, python-format
|
||
msgid "Recording...<br>Time: %0.1f"
|
||
msgstr ""
|
||
|
||
#: ui/cardlist.py:459 ui/main.py:1896
|
||
#, fuzzy, python-format
|
||
msgid "Redo %s"
|
||
msgstr "入力された日付"
|
||
|
||
#: ui/graphs.py:233
|
||
msgid "Refresh"
|
||
msgstr ""
|
||
|
||
#: forms/main.py:966
|
||
msgid "Release Notes..."
|
||
msgstr "リリースノート..."
|
||
|
||
#: ui/status.py:148
|
||
msgid "Remaining: "
|
||
msgstr "残り: "
|
||
|
||
#: forms/main.py:955
|
||
#, fuzzy
|
||
msgid "Repeat &Answer Audio"
|
||
msgstr "解答の音声を再生(&A)"
|
||
|
||
#: forms/main.py:956
|
||
#, fuzzy
|
||
msgid "Repeat &Audio"
|
||
msgstr "音声を再生(&T)"
|
||
|
||
#: forms/main.py:954
|
||
#, fuzzy
|
||
msgid "Repeat &Question Audio"
|
||
msgstr "質問の音声を再生(&Q)"
|
||
|
||
#: ui/cardlist.py:848
|
||
#, fuzzy
|
||
msgid "Replacing..."
|
||
msgstr "接続中.."
|
||
|
||
#: ui/cardlist.py:254 ui/cardlist.py:368 ui/graphs.py:151
|
||
msgid "Reps"
|
||
msgstr ""
|
||
|
||
#: ui/cardlist.py:689 forms/reschedule.py:79
|
||
#, fuzzy
|
||
msgid "Reschedule"
|
||
msgstr "スケジューリング"
|
||
|
||
#: forms/reschedule.py:80
|
||
#, fuzzy
|
||
msgid "Reschedule as new cards"
|
||
msgstr "まず新しいカードを入力してください。"
|
||
|
||
#: forms/reschedule.py:81
|
||
msgid "Reschedule with initial interval in range:"
|
||
msgstr ""
|
||
|
||
#: forms/cardlist.py:252
|
||
msgid "Reverse &Order"
|
||
msgstr ""
|
||
|
||
#: forms/main.py:888
|
||
#, fuzzy
|
||
msgid "Review"
|
||
msgstr "復習中"
|
||
|
||
#: ui/graphs.py:152
|
||
#, fuzzy
|
||
msgid "Review Time"
|
||
msgstr "復習中"
|
||
|
||
#: forms/main.py:914
|
||
msgid "S&ync"
|
||
msgstr "同期(&Y)"
|
||
|
||
#: ui/sound.py:50
|
||
#, python-format
|
||
msgid "Sampling silence...<br>Time: %0.1f"
|
||
msgstr ""
|
||
|
||
#: forms/preferences.py:239
|
||
#, fuzzy
|
||
msgid "Save && Sync"
|
||
msgstr "保存と同期をします(&y)"
|
||
|
||
#: forms/main.py:961
|
||
msgid "Save &As..."
|
||
msgstr "名前を付けて保存(&A)..."
|
||
|
||
#: ui/main.py:858
|
||
#, fuzzy
|
||
msgid "Save Deck As"
|
||
msgstr "単語帳を保存する"
|
||
|
||
# due to word order, display this after
|
||
#: forms/preferences.py:232
|
||
msgid "Save after adding"
|
||
msgstr "カードを追加する時に"
|
||
|
||
# due to word order, display this after
|
||
#: forms/preferences.py:230
|
||
msgid "Save after answering"
|
||
msgstr "カードを答える時に"
|
||
|
||
#: forms/preferences.py:229
|
||
msgid "Save when closing"
|
||
msgstr "閉じる時に自動的に保存する"
|
||
|
||
#: forms/getshared.py:67 forms/share.py:71
|
||
#, fuzzy
|
||
msgid "Search:"
|
||
msgstr "検索(&S)"
|
||
|
||
#: forms/cardlist.py:236
|
||
msgid "Select &All"
|
||
msgstr "すべてを選択(&A)"
|
||
|
||
#: forms/cardlist.py:255
|
||
msgid "Select &Facts"
|
||
msgstr "アイテムを削除(&F)"
|
||
|
||
#: ui/facteditor.py:150
|
||
msgid "Set colour (F7 then F7)"
|
||
msgstr ""
|
||
|
||
#: forms/main.py:986
|
||
#, fuzzy
|
||
msgid "Share..."
|
||
msgstr "整理..."
|
||
|
||
#: forms/main.py:988
|
||
#, fuzzy
|
||
msgid "Shared Deck"
|
||
msgstr "単語帳を保存する"
|
||
|
||
#: forms/main.py:989
|
||
msgid "Shared Plugin"
|
||
msgstr ""
|
||
|
||
#: ui/modelchooser.py:41
|
||
#, fuzzy
|
||
msgid "Shift+Alt+e"
|
||
msgstr "Ctrl+A"
|
||
|
||
#: ui/modelchooser.py:28
|
||
#, fuzzy
|
||
msgid "Shift+Alt+m"
|
||
msgstr "Ctrl+A"
|
||
|
||
#: forms/main.py:875
|
||
msgid "Show Answer"
|
||
msgstr "解答を表示"
|
||
|
||
#: ui/facteditor.py:242
|
||
msgid "Show advanced options"
|
||
msgstr ""
|
||
|
||
#: forms/preferences.py:222
|
||
#, fuzzy
|
||
msgid "Show divider between question and answer"
|
||
msgstr "解答を表示する時に、質問を隠す"
|
||
|
||
#: forms/preferences.py:225
|
||
msgid "Show information in status bar"
|
||
msgstr ""
|
||
|
||
#: forms/preferences.py:224
|
||
msgid "Show next time before answer"
|
||
msgstr ""
|
||
|
||
#: forms/displayproperties.py:375
|
||
msgid "Show preview"
|
||
msgstr "プレビューを表示"
|
||
|
||
#: forms/preferences.py:243
|
||
#, fuzzy
|
||
msgid "Show study options on deck load"
|
||
msgstr "起動する時にツールバーを表示する"
|
||
|
||
#: forms/main.py:874
|
||
msgid "Show the answer (shortcut key: space or enter)"
|
||
msgstr ""
|
||
|
||
#: forms/main.py:876
|
||
msgid "Show this card again soon (shortcut key: 1)"
|
||
msgstr ""
|
||
|
||
#: forms/preferences.py:241
|
||
msgid "Show timer"
|
||
msgstr "タイマーを表示"
|
||
|
||
#: forms/preferences.py:244
|
||
msgid "Show tray icon"
|
||
msgstr ""
|
||
|
||
#: ui/graphs.py:229
|
||
msgid "Show/Hide"
|
||
msgstr "表示/隠し"
|
||
|
||
#: ui/addcards.py:109 ui/cardlist.py:556
|
||
msgid "Some fields are missing or not unique."
|
||
msgstr ""
|
||
|
||
#: forms/preferences.py:226 forms/preferences.py:246
|
||
msgid "Some settings will take effect after you restart Anki."
|
||
msgstr ""
|
||
|
||
#: ui/main.py:539
|
||
#, fuzzy
|
||
msgid "Soon"
|
||
msgstr "インポートオプション"
|
||
|
||
#: forms/modelproperties.py:301
|
||
msgid "Sort as numbers"
|
||
msgstr ""
|
||
|
||
#: ui/facteditor.py:818
|
||
msgid "Sounds (*.mp3 *.ogg *.wav)"
|
||
msgstr "音 (*.mp3 *.ogg *.wav)"
|
||
|
||
#: ui/deckproperties.py:182
|
||
msgid "Source ID:"
|
||
msgstr ""
|
||
|
||
#: ui/preferences.py:42
|
||
msgid "Spanish"
|
||
msgstr "スペイン語"
|
||
|
||
#: ui/main.py:1101
|
||
msgid "Start &Reviewing"
|
||
msgstr ""
|
||
|
||
#: ui/view.py:297
|
||
msgid "Start adding your own material."
|
||
msgstr ""
|
||
|
||
#: forms/main.py:903
|
||
#, fuzzy
|
||
msgid "Startup"
|
||
msgstr "ステイタス"
|
||
|
||
#: forms/importing.py:124
|
||
msgid "Status"
|
||
msgstr "ステイタス"
|
||
|
||
#: forms/main.py:951
|
||
msgid "Stop reviewing this card until it's unsuspended in the editor."
|
||
msgstr "このカードは、保留を削除するまで、表示しません。"
|
||
|
||
#: ui/main.py:1304
|
||
#, fuzzy
|
||
msgid "Suspend"
|
||
msgstr "ファクトを保留(&S)"
|
||
|
||
#: ui/preferences.py:43
|
||
msgid "Swedish"
|
||
msgstr ""
|
||
|
||
#: ui/sync.py:116
|
||
#, fuzzy
|
||
msgid "Sync complete."
|
||
msgstr "ファイルを開く時に自動的に同期する"
|
||
|
||
#: forms/preferences.py:237
|
||
msgid "Sync on close"
|
||
msgstr "ファイルを閉じる時に自動的に同期する"
|
||
|
||
#: forms/preferences.py:238
|
||
msgid "Sync on open"
|
||
msgstr "ファイルを開く時に自動的に同期する"
|
||
|
||
#: forms/deckproperties.py:353
|
||
#, fuzzy
|
||
msgid "Synchronisation"
|
||
msgstr "自動保存・同期"
|
||
|
||
#: forms/deckproperties.py:340
|
||
#, fuzzy
|
||
msgid "Synchronize this deck"
|
||
msgstr "この名前を使って単語帳を同期します。"
|
||
|
||
#: ui/main.py:1686 ui/main.py:1688
|
||
#, fuzzy
|
||
msgid "Syncing Media..."
|
||
msgstr "ファクトを同期中.."
|
||
|
||
#: ui/sync.py:53
|
||
#, python-format
|
||
msgid ""
|
||
"Syncing failed. Please try again in a few minutes.\n"
|
||
"If the problem persists, please report it on the forum.\n"
|
||
"\n"
|
||
"Error: %s"
|
||
msgstr ""
|
||
|
||
#: ui/sync.py:163
|
||
#, python-format
|
||
msgid "Syncing failed: %(a)s"
|
||
msgstr "同期が出来ませんでした: %(a)s"
|
||
|
||
#: ui/main.py:2183
|
||
#, fuzzy
|
||
msgid "Tag Cards"
|
||
msgstr "カード"
|
||
|
||
#: forms/importing.py:121
|
||
msgid "Tag facts with duplicate fields instead of deleting"
|
||
msgstr ""
|
||
"インポートするファクトのフィールドは、単語帳の中のファクトのフィールドと二重ある場合は、タグを付ける。\n"
|
||
"(タグをつけないとそのファクトは削除されます。)"
|
||
|
||
#: ui/facteditor.py:382
|
||
msgid "Tags"
|
||
msgstr "タグ"
|
||
|
||
#: forms/importing.py:120
|
||
msgid "Tags to append:"
|
||
msgstr "このタグを付け加える:"
|
||
|
||
#: ui/main.py:1402
|
||
#, fuzzy
|
||
msgid "Tags to cram:"
|
||
msgstr "このタグを付け加える:"
|
||
|
||
#: ui/cardlist.py:1105
|
||
#, fuzzy
|
||
msgid "Targets must be unique."
|
||
msgstr "'%s'は一意項目です"
|
||
|
||
#: forms/changemodel.py:78
|
||
#, fuzzy
|
||
msgid "Templates"
|
||
msgstr "<h1>カードの易しさ</h1>"
|
||
|
||
#: forms/changemodel.py:76 forms/share.py:76
|
||
msgid "TextLabel"
|
||
msgstr "タグ名"
|
||
|
||
#: ui/addcards.py:113
|
||
msgid ""
|
||
"The input you have provided would make an empty\n"
|
||
"question or answer on all cards."
|
||
msgstr ""
|
||
|
||
#: ui/sync.py:51
|
||
msgid "The sync protocol has changed. Please upgrade."
|
||
msgstr "同期するプロトコルがかわりました。新しいバージョンをダウンロードしてください。"
|
||
|
||
#: ui/view.py:220
|
||
#, fuzzy, python-format
|
||
msgid "This card was due in %s."
|
||
msgstr "次のカードは%s"
|
||
|
||
#: ui/view.py:247
|
||
#, fuzzy
|
||
msgid "This card will appear again later."
|
||
msgstr "このカードは次に表示されるのは <b>%(next)s後</b>です。"
|
||
|
||
#: ui/modelproperties.py:171
|
||
#, python-format
|
||
msgid ""
|
||
"This field is used by %d cards. If you delete it,\n"
|
||
"all information in this field will be lost.\n"
|
||
"\n"
|
||
"Really delete this field?"
|
||
msgstr ""
|
||
"このフィールドは%d個のカードに使われています。\n"
|
||
"このフィールドを削除すれば、カードが使っているデータが無くなります。\n"
|
||
"\n"
|
||
"本当にフィールドを削除しますか?"
|
||
|
||
#: ui/utils.py:147
|
||
msgid "This file exists. Are you sure you want to overwrite it?"
|
||
msgstr "このファイルは既存します。上書きしますか?"
|
||
|
||
#: ui/modelproperties.py:389
|
||
#, python-format
|
||
msgid ""
|
||
"This model is used by %d cards. If you delete it,\n"
|
||
"all the cards will be deleted too. If you just\n"
|
||
"want to prevent the creation of future cards with\n"
|
||
"this model, please use the 'disable' button\n"
|
||
"instead.\n"
|
||
"\n"
|
||
"Really delete these cards?"
|
||
msgstr ""
|
||
"このモデルは%d個のカードに使われています。\n"
|
||
"このモデルを削除すれば、使っているカードも削除されます。\n"
|
||
"もし、使わないようにすれば、「無効にする」ボタンを使ってください。\n"
|
||
"\n"
|
||
"本当にモデルとカードを削除しますか?"
|
||
|
||
#: ui/deckproperties.py:154
|
||
#, python-format
|
||
msgid ""
|
||
"This model is used by %d facts.\n"
|
||
"Are you sure you want to delete it?\n"
|
||
"If you delete it, these cards will be lost."
|
||
msgstr ""
|
||
"このモデルは%d個のファクトに使われています。\n"
|
||
"このモデルを削除すれば、関係しているカードも削除されます。\n"
|
||
"このモデルを削除しますか。"
|
||
|
||
#: ui/deckproperties.py:147
|
||
#, python-format
|
||
msgid ""
|
||
"This model is used by deck source:\n"
|
||
"%s\n"
|
||
"You will need to remove the source first."
|
||
msgstr ""
|
||
|
||
#: ui/main.py:2147
|
||
msgid ""
|
||
"This operation will find and fix some common problems.<br>\n"
|
||
"<br>\n"
|
||
"On the next sync, all cards will be sent to the server.<br>\n"
|
||
"Any changes on the server since your last sync will be lost.<br>\n"
|
||
"<br>\n"
|
||
"<b>This operation is not undoable.</b><br>\n"
|
||
"Proceed?"
|
||
msgstr ""
|
||
|
||
#: ui/main.py:2174
|
||
msgid ""
|
||
"This operation:<br>\n"
|
||
" - deletes files not referenced by cards<br>\n"
|
||
" - either tags cards, or deletes references to missing files<br>\n"
|
||
" - renames files to a string of numbers and letters<br>\n"
|
||
" - updates checksums for files which have been changed<br>\n"
|
||
"<br>\n"
|
||
"<b>This operation is not undoable.</b><br>\n"
|
||
"Consider backing up your media directory first."
|
||
msgstr ""
|
||
|
||
#: ui/getshared.py:145 ui/getshared.py:149
|
||
#, fuzzy
|
||
msgid "Title"
|
||
msgstr "フィルタ"
|
||
|
||
#: ui/main.py:1280
|
||
msgid ""
|
||
"To display graphs, Anki needs a .dll file which\n"
|
||
"you don't have. Please install:\n"
|
||
msgstr ""
|
||
"グラフを表示するために、ある「.dll」という種類のファイルが\n"
|
||
"必要です。インストールしてください:\n"
|
||
|
||
#: ui/tray.py:91
|
||
msgid "Today's reviews are finished"
|
||
msgstr ""
|
||
|
||
#: ui/main.py:1176
|
||
#, fuzzy
|
||
msgid "Toggle Toolbar"
|
||
msgstr "簡単ツールバー"
|
||
|
||
#: ui/sync.py:108
|
||
msgid "Transferring payload..."
|
||
msgstr "データを転送中.."
|
||
|
||
#: forms/findreplace.py:63
|
||
msgid "Treat input as regular expression"
|
||
msgstr ""
|
||
|
||
#: ui/main.py:514
|
||
#, fuzzy
|
||
msgid "Type in the answer and hit enter"
|
||
msgstr "思い出したらEnterを押してください。"
|
||
|
||
#: forms/share.py:72
|
||
msgid "Type:"
|
||
msgstr ""
|
||
|
||
#: ui/getshared.py:67 ui/getshared.py:173
|
||
#, fuzzy
|
||
msgid "Unable to connect to server."
|
||
msgstr "サーバーの接続ができませんでした。"
|
||
|
||
#: ui/main.py:573
|
||
msgid ""
|
||
"Unable to load deck.\n"
|
||
"\n"
|
||
"Possible reasons:\n"
|
||
" - file is not an Anki deck\n"
|
||
" - deck is read only\n"
|
||
" - directory is read only\n"
|
||
" - deck was created with Anki < 0.9\n"
|
||
"\n"
|
||
"To upgrade an old deck, download Anki 0.9.8.7."
|
||
msgstr ""
|
||
|
||
#: ui/main.py:820
|
||
msgid "Unable to load file."
|
||
msgstr "ファイルを開けませんでした。"
|
||
|
||
#: ui/update.py:91
|
||
msgid "Unable to open file"
|
||
msgstr "ファイルを開けませんでした。"
|
||
|
||
#: ui/update.py:86
|
||
msgid "Unable to reach server"
|
||
msgstr "サーバーの接続ができませんでした。"
|
||
|
||
#: ui/importing.py:166
|
||
#, python-format
|
||
msgid ""
|
||
"Unable to read file.\n"
|
||
"\n"
|
||
"%(info)s"
|
||
msgstr ""
|
||
"ファイルを開けませんでした。\n"
|
||
"\n"
|
||
"%(info)s"
|
||
|
||
#: ui/main.py:607
|
||
#, fuzzy
|
||
msgid "Unable to recover. Deck load failed."
|
||
msgstr "ファイルを開けませんでした。"
|
||
|
||
#: forms/main.py:980
|
||
msgid "Uncache LaTeX"
|
||
msgstr ""
|
||
|
||
#: ui/facteditor.py:141
|
||
msgid "Underline text (Ctrl+u)"
|
||
msgstr "下線 (Ctrl+u)"
|
||
|
||
#: ui/cardlist.py:453 ui/main.py:1890
|
||
#, fuzzy, python-format
|
||
msgid "Undo %s"
|
||
msgstr "%s後"
|
||
|
||
#: ui/update.py:108
|
||
msgid "Update complete. Please restart Anki."
|
||
msgstr "Ankiを再起動してください。"
|
||
|
||
#: ui/main.py:1930
|
||
msgid ""
|
||
"Updating Anki...\n"
|
||
" - you can keep studying\n"
|
||
" - please don't close this"
|
||
msgstr ""
|
||
|
||
#: forms/displayproperties.py:369
|
||
msgid "Use custom colour"
|
||
msgstr "カスタム色を使用"
|
||
|
||
#: forms/displayproperties.py:368 forms/displayproperties.py:372
|
||
msgid "Use custom font"
|
||
msgstr "カスタムフォントを使用"
|
||
|
||
#: forms/displayproperties.py:367 forms/displayproperties.py:371
|
||
msgid "Use custom size"
|
||
msgstr "カスタムサイズ"
|
||
|
||
#: forms/preferences.py:236
|
||
msgid "Username"
|
||
msgstr "ユーザー名:"
|
||
|
||
#: ui/main.py:758
|
||
#, fuzzy
|
||
msgid "Username:"
|
||
msgstr "ユーザー名:"
|
||
|
||
#: forms/main.py:878
|
||
msgid "Wait a little longer next time (shortcut key: 2)"
|
||
msgstr ""
|
||
|
||
#: forms/main.py:882
|
||
msgid "Wait a lot longer next time (shortcut key: 4)"
|
||
msgstr ""
|
||
|
||
#: forms/main.py:880
|
||
msgid "Wait longer next time (shortcut key: 3)"
|
||
msgstr ""
|
||
|
||
#: ui/view.py:295
|
||
msgid "Welcome to Anki!"
|
||
msgstr ""
|
||
|
||
#: ui/view.py:243
|
||
#, python-format
|
||
msgid "Well done! This card will appear again in <b>%(next)s</b>."
|
||
msgstr "よくできました!次に表示されるのは <b>%(next)s後</b>です。"
|
||
|
||
#: ui/update.py:122
|
||
msgid "Would you like to download it now?"
|
||
msgstr "今ダウンロードしますか。"
|
||
|
||
#: ui/main.py:1921
|
||
#, python-format
|
||
msgid ""
|
||
"Your computer clock is not set to the correct time.\n"
|
||
"It is %(sec)d seconds %(type)s.\n"
|
||
" Please ensure it is set correctly and then restart Anki."
|
||
msgstr ""
|
||
|
||
#: ui/main.py:1674
|
||
#, python-format
|
||
msgid ""
|
||
"Your computer clock is not set to the correct time.\n"
|
||
"It is off by %d seconds.\n"
|
||
"\n"
|
||
"Since this can cause many problems with syncing,\n"
|
||
"syncing is disabled until you fix the problem."
|
||
msgstr ""
|
||
|
||
#: ui/main.py:1285
|
||
#, fuzzy
|
||
msgid ""
|
||
"Your version of Matplotlib is broken.\n"
|
||
"Please see http://ichi2.net/anki/wiki/MatplotlibBroken"
|
||
msgstr ""
|
||
"Matplotlibのインストールされているバージョンはバグが付いています。\n"
|
||
"http://repose.ath.cx/tracker/anki/issue102 をご参照ください。"
|
||
|
||
#: forms/main.py:971
|
||
msgid "a"
|
||
msgstr ""
|
||
|
||
#: forms/preferences.py:231
|
||
msgid "cards"
|
||
msgstr "カード毎に保存する"
|
||
|
||
#: forms/deckproperties.py:369 forms/deckproperties.py:370
|
||
#: forms/deckproperties.py:371 forms/reschedule.py:83 forms/reschedule.py:85
|
||
msgid "days"
|
||
msgstr ""
|
||
|
||
#: ui/main.py:1919
|
||
msgid "early"
|
||
msgstr ""
|
||
|
||
#: forms/preferences.py:233
|
||
msgid "facts"
|
||
msgstr "ファクト毎に保存する"
|
||
|
||
#: ui/cardlist.py:230
|
||
#, python-format
|
||
msgid "in %s"
|
||
msgstr "%s後"
|
||
|
||
#: forms/deckproperties.py:338
|
||
msgid "label"
|
||
msgstr ""
|
||
|
||
#: ui/main.py:1917
|
||
msgid "late"
|
||
msgstr ""
|
||
|
||
#: ui/importing.py:194
|
||
#, python-format
|
||
msgid "mapped to <b>%s</b>"
|
||
msgstr "<b>%s</b>へ写像しました"
|
||
|
||
#: ui/importing.py:196
|
||
#, fuzzy
|
||
msgid "mapped to <b>Tags</b>"
|
||
msgstr "<b>%s</b>へ写像しました"
|
||
|
||
#: forms/deckproperties.py:367 forms/deckproperties.py:368
|
||
#, fuzzy
|
||
msgid "mins"
|
||
msgstr "%s後"
|
||
|
||
#: forms/deckproperties.py:352
|
||
#, fuzzy
|
||
msgid "option"
|
||
msgstr "インポートオプション"
|
||
|
||
#: forms/syncdeck.py:43
|
||
msgid "toplabel"
|
||
msgstr ""
|
||
|
||
#, fuzzy
|
||
#~ msgid ""
|
||
#~ "\n"
|
||
#~ "<h1>Adding cards</h1>\n"
|
||
#~ "Please enter some things you want to learn.\n"
|
||
#~ "<h2>Shortcuts</h2>\n"
|
||
#~ "<table width=230>\n"
|
||
#~ "<tr><td><b>Tab</b></td><td> change between fields.</td></tr>\n"
|
||
#~ "<tr><td><b>Ctrl+Enter</b></td><td> add the current card.</td></tr>\n"
|
||
#~ "<tr><td><b>Esc</b></td><td> close the dialog.</td></tr>\n"
|
||
#~ "<tr><td><b>Ctrl+B</b></td><td> bold</td></tr>\n"
|
||
#~ "<tr><td><b>Ctrl+I</b></td><td> italic</td></tr>\n"
|
||
#~ "<tr><td><b>Ctrl+U</b></td><td> underline</td></tr>\n"
|
||
#~ "<tr><td><b>Alt+1</b></td><td> enable/disable card model 1</td></tr>\n"
|
||
#~ "<tr><td><b>Alt+2</b></td><td> enable/disable card model 2</td></tr>\n"
|
||
#~ "</table>\n"
|
||
#~ "\n"
|
||
#~ "<h2>Cards</h2>Depending on the language you selected, more than one card may\n"
|
||
#~ "be generated. This allows you to practice both <b>Production</b> (trying to produce\n"
|
||
#~ "the target idea/phrase yourself), and <b>Recognition</b> (quickly recognizing and\n"
|
||
#~ "understanding the target idea/phrase). To change which cards are automatically\n"
|
||
#~ "generated, click the rightmost button at the top."
|
||
#~ msgstr ""
|
||
#~ "\n"
|
||
#~ "<h1>カード入力</h1>\n"
|
||
#~ "暗記したいものを入力してください。\n"
|
||
#~ "<h2>ショートカット</h2>\n"
|
||
#~ "<table width=230>\n"
|
||
#~ "<tr><td><b>Tab</b></td><td> 次のフィールド</td></tr>\n"
|
||
#~ "<tr><td><b>Ctrl+Enter</b></td><td> 現在のカードを入力する</td></tr>\n"
|
||
#~ "<tr><td><b>Esc</b></td><td> ウィンドーを閉じる</td></tr>\n"
|
||
#~ "<tr><td><b>Ctrl+B</b></td><td> 太字</td></tr>\n"
|
||
#~ "<tr><td><b>Ctrl+I</b></td><td> 斜体</td></tr>\n"
|
||
#~ "<tr><td><b>Ctrl+U</b></td><td> 下線</td></tr>\n"
|
||
#~ "</table>\n"
|
||
#~ "\n"
|
||
#~ "<h2>カード</h2>選択したモデルによって、入力した情報から作れるカードの枚数が変わります。\n"
|
||
#~ "たとえば、覚えたい外国語の単語とその単語の意味を入力すると、カードは二枚作ることができます。\n"
|
||
#~ "一枚目は、質問が外国語の単語になって答えが意味になるというカードです。二枚目は、その逆、\n"
|
||
#~ "質問が意味になって、答えが外国語の単語になります。作りたいカードを選択するために、\n"
|
||
#~ "右上にあるボタンをクリックしてください。"
|
||
|
||
#~ msgid ""
|
||
#~ "\n"
|
||
#~ "<h1>Anki</h1>\n"
|
||
#~ "<img src=\":/icons/anki.png\">\n"
|
||
#~ "<p>\n"
|
||
#~ "<span>Anki is a spaced repetition flashcard program designed to maximise your\n"
|
||
#~ "memory potential.<p/>It's free and licensed under the GPL.<p/>\n"
|
||
#~ "Version %s<br>\n"
|
||
#~ "<a href=\"http://ichi2.net/anki/\">Visit website</a></span>\n"
|
||
#~ msgstr ""
|
||
#~ "\n"
|
||
#~ "<h1>Anki</h1>\n"
|
||
#~ "<img src=\":/icons/anki.png\">\n"
|
||
#~ "<p>\n"
|
||
#~ "<span>Ankiはあたなの記憶の可能性を最適するように作られた反復練習単語帳プログラムです。\n"
|
||
#~ "GPLに則って提供されています。<p/>\n"
|
||
#~ "バージョン %s<br>\n"
|
||
#~ "<a href=\"http://ichi2.net/anki/\">ウェブサイトへ</a></span>\n"
|
||
|
||
#~ msgid ""
|
||
#~ "\n"
|
||
#~ "<h1>Congratulations!</h1>You have finished the deck for now.<br>\n"
|
||
#~ "The next question will be shown in <b>%(next)s</b>.<p>\n"
|
||
#~ "There are %(waiting)d\n"
|
||
#~ "<a href=\"http://ichi2.net/anki/wiki/FrequentlyAskedQuestions#head-ef653836eaddb2b9c1af6b8fa56bcea458a04c20\">spaced</a> cards.<br>\n"
|
||
#~ "There are %(suspended)d suspended cards.<p>\n"
|
||
#~ "Spaced cards are cards that won't be shown for a while, because you have seen<br>\n"
|
||
#~ "a related card recently. Suspended cards are cards removed from the learning<br>\n"
|
||
#~ "process - they won't be shown until you unsuspend them."
|
||
#~ msgstr ""
|
||
#~ "\n"
|
||
#~ "<h1>おつかれさまです!</h1>とりあえず、勉強は終わりました。<br>\n"
|
||
#~ "次に表示されるカードはあと<b>%(next)s</b>です。<p>\n"
|
||
#~ "<a href=\"http://ichi2.net/anki/wiki/FrequentlyAskedQuestions#head-ef653836eaddb2b9c1af6b8fa56bcea458a04c20\">延期された</a>カードは%(waiting)d枚あります。<br>\n"
|
||
#~ "保留されたカードは%(suspended)d枚あります。<p>\n"
|
||
#~ "延期されたカードは、最近関係しているカードを見たため、しばらく表示されません。<br>\n"
|
||
#~ "保留されたカードは、保留を解除するまで、表示されません。"
|
||
|
||
#~ msgid ""
|
||
#~ "\n"
|
||
#~ "<h1>Congratulations!</h1>You have finished the deck for now.<br> The next card\n"
|
||
#~ "will be shown in %(next)s."
|
||
#~ msgstr ""
|
||
#~ "\n"
|
||
#~ "<h1>おめでとうございます!</h1>現在は登録された単語は全て完了です。<br>次の単語は%(next)sに表示されます。"
|
||
|
||
#~ msgid ""
|
||
#~ "\n"
|
||
#~ "<h1>Empty deck</h1>The current deck has no cards in it. Please select 'Add\n"
|
||
#~ "card' from the Edit menu."
|
||
#~ msgstr ""
|
||
#~ "\n"
|
||
#~ " 現在の単語帳には単語や表現が登録されていません。\n"
|
||
#~ " 編集メニューの「新しい単語の入力」にクリックしてください。"
|
||
|
||
#~ msgid ""
|
||
#~ "\n"
|
||
#~ "<table border='0' width=\"100%%\">\n"
|
||
#~ "<tr><td></td><td><b>0</b>: Completely forgot. Go back to day 1.</td></tr>\n"
|
||
#~ "<tr><td></td><td><b>1</b>: Made a mistake. Repeat sooner.</td></tr>\n"
|
||
#~ "<tr><td></td><td><b>2</b>: Barely remembered - repeat at the same time.</td><td>Next in <b>%(ease2)s</b></td></tr>\n"
|
||
#~ "<tr><td></td><td><b>3</b>: Remembered after thinking for a while.</td><td> Next in <b>%(ease3)s</b></td></tr>\n"
|
||
#~ "<tr><td></td><td><b>4</b>: Remembered very easily.</td><td> Next in <b>%(ease4)s</b></td></tr>\n"
|
||
#~ "</table>"
|
||
#~ msgstr ""
|
||
#~ "\n"
|
||
#~ "<table border='0' width=400>\n"
|
||
#~ "<tr><td></td><td><b>0</b>: 全然覚えてない。最初からやり直す。</td></tr>\n"
|
||
#~ "<tr><td></td><td><b>1</b>: 間違えた。期間を短くする。</td></tr>\n"
|
||
#~ "<tr><td></td><td><b>2</b>: 忘れそうだった。</td><td>次回: <b>%(ease2)s後</b></td></tr>\n"
|
||
#~ "<tr><td></td><td><b>3</b>: 考えたら思い出した。</td><td>次回: <b>%(ease3)s後</b></td></tr>\n"
|
||
#~ "<tr><td></td><td><b>4</b>: すぐ思い出した。</td><td>次回: <b>%(ease4)s後</b></td></tr>\n"
|
||
#~ "</table>"
|
||
|
||
#~ msgid ""
|
||
#~ "\n"
|
||
#~ "<table border='0' width=\"100%%\">\n"
|
||
#~ "<tr><td></td><td><b>0</b>: Completely forgot. Go back to day 1.</td></tr>\n"
|
||
#~ "<tr><td></td><td><b>1</b>: Made a mistake. Repeat sooner.</td></tr>\n"
|
||
#~ "<tr><td></td><td><b>2</b>: Want to practice again tomorrow.</td><td>Next in <b>1 day</b></td></tr>\n"
|
||
#~ "<tr><td></td><td><b>3</b>: Want to practice again in a few days.</td><td> Next in <b>%(ease3)s</b></td></tr>\n"
|
||
#~ "<tr><td></td><td><b>4</b>: Remembered easily - ready to level up.</td><td> Next in <b>%(ease4)s</b></td></tr>\n"
|
||
#~ "</table>"
|
||
#~ msgstr ""
|
||
#~ "\n"
|
||
#~ "<table border='0' width=400>\n"
|
||
#~ "<tr><td></td><td><b>0</b>: 全然覚えてない。最初からやり直す。</td></tr>\n"
|
||
#~ "<tr><td></td><td><b>1</b>: 間違えた。期間を短くする。</td></tr>\n"
|
||
#~ "<tr><td></td><td><b>2</b>: 明日やってみる。</td><td>次回: <b>%(ease2)s後</b></td></tr>\n"
|
||
#~ "<tr><td></td><td><b>3</b>: 数日後にやってみる。</td><td>次回: <b>%(ease3)s後</b></td></tr>\n"
|
||
#~ "<tr><td></td><td><b>4</b>: すぐ思い出した。レベルアップ。</td><td>次回: <b>%(ease4)s後</b></td></tr>\n"
|
||
#~ "</table>"
|
||
|
||
#~ msgid " (A new version of %s is available!)"
|
||
#~ msgstr " (%sの新しいバージョンがあります!詳しくはHPへ)"
|
||
|
||
#~ msgid " <b>When quizzing/adding/editing</b>"
|
||
#~ msgstr "クイズ/追加/編集の時"
|
||
|
||
#~ msgid "%(del)d deleted."
|
||
#~ msgstr "%(del)d個を削除しました。"
|
||
|
||
#~ msgid ""
|
||
#~ "%s.\n"
|
||
#~ "Anki can only merge models if they have exactly\n"
|
||
#~ "the same field count and card count."
|
||
#~ msgstr ""
|
||
#~ "%s.\n"
|
||
#~ "フィールド数が一緒ではないとAnkiはモデルをマージできません。"
|
||
|
||
#~ msgid "&Add cards"
|
||
#~ msgstr "新しい単語を入力(&A)"
|
||
|
||
#~ msgid "&Add cards...\tCtrl+D"
|
||
#~ msgstr "新しい単語を入力...(&A)\tCtrl+D"
|
||
|
||
#~ msgid "&Advanced"
|
||
#~ msgstr "上級(&A)"
|
||
|
||
#~ msgid "&Anki deck"
|
||
#~ msgstr "Ankiのファイル(&A)"
|
||
|
||
#~ msgid "&Current"
|
||
#~ msgstr "現在のカード(&C)"
|
||
|
||
#~ msgid "&Deck"
|
||
#~ msgstr "単語帳(&D)"
|
||
|
||
#~ msgid "&Delete/undelete row"
|
||
#~ msgstr "指定した行を消すかアンドゥ(&D)"
|
||
|
||
#~ msgid "&Edit..."
|
||
#~ msgstr "編集(&E)..."
|
||
|
||
#~ msgid "&Get More Decks..."
|
||
#~ msgstr "単語帳を取得(&G)..."
|
||
|
||
#~ msgid "&Model Properties..."
|
||
#~ msgstr "モデルプロパティ(&M)..."
|
||
|
||
#, fuzzy
|
||
#~ msgid "&Options>>"
|
||
#~ msgstr "<b>メモ</b>"
|
||
|
||
#~ msgid "&Preferences..."
|
||
#~ msgstr "設定(&P)..."
|
||
|
||
#~ msgid "&Start Here..."
|
||
#~ msgstr "初めから(&S)..."
|
||
|
||
#~ msgid "&Text file"
|
||
#~ msgstr "テキストファイル(&T)"
|
||
|
||
#~ msgid "&Undo last answer"
|
||
#~ msgstr "元に戻す(&U)"
|
||
|
||
#~ msgid "'%s' must not be empty"
|
||
#~ msgstr "'%s'は必須項目です"
|
||
|
||
#~ msgid "...&answer on ALC"
|
||
#~ msgstr "答えをALCで"
|
||
|
||
#, fuzzy
|
||
#~ msgid ""
|
||
#~ "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
|
||
#~ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
|
||
#~ "p, li { white-space: pre-wrap; }\n"
|
||
#~ "</style></head><body style=\" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;\">\n"
|
||
#~ "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">Spacing multipler</span></p></body></html>"
|
||
#~ msgstr ""
|
||
#~ "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
|
||
#~ "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
|
||
#~ "p, li { white-space: pre-wrap; }\n"
|
||
#~ "</style></head><body style=\" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;\">\n"
|
||
#~ "<p style=\" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:xx-large; font-weight:600;\"><span style=\" font-size:xx-large;\">ソース</span></p></body></html>"
|
||
|
||
#, fuzzy
|
||
#~ msgid "<Select Tag>"
|
||
#~ msgstr "カードタグを削除(&D)..."
|
||
|
||
#~ msgid "<b>%(ease0)s</b>"
|
||
#~ msgstr "<b>%(ease0)s後</b>"
|
||
|
||
#~ msgid "<b>%(ease1)s</b>"
|
||
#~ msgstr "<b>%(ease1)s後</b>"
|
||
|
||
#~ msgid "<b>%(ease2)s</b>"
|
||
#~ msgstr "<b>%(ease2)s後</b>"
|
||
|
||
#~ msgid "<b>%(ease3)s</b>"
|
||
#~ msgstr "<b>%(ease3)s後</b>"
|
||
|
||
#~ msgid "<b>%(ease4)s</b>"
|
||
#~ msgstr "<b>%(ease4)s後</b>"
|
||
|
||
#, fuzzy
|
||
#~ msgid "<b>0: Totally Forgot</b>"
|
||
#~ msgstr "<b>全く覚えていない (0)</b>"
|
||
|
||
#~ msgid "<b><u>C</u>ards</b>:"
|
||
#~ msgstr "<b>カード(<u>C</u>)</b>:"
|
||
|
||
#~ msgid "<b>Description</b>:"
|
||
#~ msgstr "<b>メモ</b>"
|
||
|
||
#~ msgid "<b>Easy</b>"
|
||
#~ msgstr "<b>簡単</b>"
|
||
|
||
#~ msgid "<b>Features</b>:"
|
||
#~ msgstr "<b>特別な機能</b>:"
|
||
|
||
#, fuzzy
|
||
#~ msgid "<b>Hours to shift midnight</b>"
|
||
#~ msgstr "<b>質問の隠し</b>"
|
||
|
||
#~ msgid "<b>How well did you remember?</b>"
|
||
#~ msgstr "<b>どのぐらい覚えていましたか。</b>"
|
||
|
||
#~ msgid "<b>Medium</b>"
|
||
#~ msgstr "<b>普通</b>"
|
||
|
||
#~ msgid "<b>Name/tag</b>"
|
||
#~ msgstr "<b>名前/タグ</b>"
|
||
|
||
#~ msgid "<b>Numeric?</b>"
|
||
#~ msgstr "<b>数字</b>"
|
||
|
||
#~ msgid "<b>Required?</b>"
|
||
#~ msgstr "<b>必須</b>"
|
||
|
||
#~ msgid "<b>Statistics</b>"
|
||
#~ msgstr "<b>単語帳の統計</b>"
|
||
|
||
#~ msgid "<b>Tags</b>:"
|
||
#~ msgstr "<b>タグ</b>:"
|
||
|
||
#, fuzzy
|
||
#~ msgid "<b>Target Card Template</b>:"
|
||
#~ msgstr "<h1>カードの易しさ</h1>"
|
||
|
||
#~ msgid "<b>Unique?"
|
||
#~ msgstr "<b>ユニーク"
|
||
|
||
#, fuzzy
|
||
#~ msgid "<h1>Add Model</h1>"
|
||
#~ msgstr "<h1>モデル</h1>"
|
||
|
||
#, fuzzy
|
||
#~ msgid "<h1>Advanced settings</h1>Some settings require a restart."
|
||
#~ msgstr "<h1>上級設定</h1>"
|
||
|
||
#, fuzzy
|
||
#~ msgid "<h1>Anki updated</h1>Anki %s has been released.<br>"
|
||
#~ msgstr ""
|
||
#~ "<h1>Ankiは更新されました</h1>新しい更新が\n"
|
||
#~ " あります。<br/>"
|
||
|
||
#~ msgid "<h1>Autosaving</h1>Anki can save your progress automatically."
|
||
#~ msgstr "<h1>オートセーブ</h1>自動的に保存することができます。"
|
||
|
||
#~ msgid "<h1>Basic Scheduling</h1>"
|
||
#~ msgstr "<h1>基本スケジューリング</h1>"
|
||
|
||
#~ msgid "<h1>Card Models</h1>"
|
||
#~ msgstr "<h1>モデル</h1>"
|
||
|
||
#~ msgid ""
|
||
#~ "<h1>Congratulations!</h1>You\n"
|
||
#~ " have finished the deck for now.<br>\n"
|
||
#~ " The next card will be shown in %(next)s."
|
||
#~ msgstr "<h1>おめでとうございます!</h1>現在は登録された単語は全て完了です。<br>次の単語は%(next)sに表示されます。"
|
||
|
||
#, fuzzy
|
||
#~ msgid ""
|
||
#~ "<h1>Daily recall</h1>This \n"
|
||
#~ " bar shows the total percentage of correct answers<br>\n"
|
||
#~ " for today. It may be low if you've recently added lots of<br>\n"
|
||
#~ " difficult material. Don't worry too much about it, as the<br>\n"
|
||
#~ " retention bar on the right is more important.<p/>Correct and over a month: %(dMatureYes%)0.1f%% (%(dMatureYes)d of %(dMatureTotal)d)<br>Correct and under a month: %(dYoungYes%)0.1f%% (%(dYoungYes)d of %(dYoungTotal)d)<br>Correct when seen the first time: %(dNewYes%)0.1f%% (%(dNewYes)d of %(dNewTotal)d)<br><b>Total correct: %(dYesTotal%)0.1f%% (%(dYesTotal)d of %(dTotal)d)</b><br><br>Average time per answer: %(avgTime)s<br>Total distracted time: %(disTime)s<br>Total review time: %(revTime)s"
|
||
#~ msgstr ""
|
||
#~ "<h1>毎日の成績</h1>この \n"
|
||
#~ " グラフは今日の答えの正解率を示しています。"
|
||
|
||
#, fuzzy
|
||
#~ msgid "<h1>Day Rollover</h1>"
|
||
#~ msgstr "<h1>ツールバー</h1>"
|
||
|
||
#~ msgid "<h1>Deck description</h1>"
|
||
#~ msgstr "<h1>コメント</h1>"
|
||
|
||
#, fuzzy
|
||
#~ msgid ""
|
||
#~ "<h1>Empty deck</h1>The\n"
|
||
#~ "current deck has no cards in it. Please select 'Add card' from the Edit\n"
|
||
#~ "menu."
|
||
#~ msgstr ""
|
||
#~ " 現在の単語帳には単語や表現が登録されていません。\n"
|
||
#~ " 編集メニューの「新しい単語の入力」にクリックしてください。"
|
||
|
||
#~ msgid "<h1>Empty deck</h1>Your deck is empty. Please add some cards."
|
||
#~ msgstr "<h1>空単語帳</h1>この単語帳はカードがありません。カードを追加してください"
|
||
|
||
#, fuzzy
|
||
#~ msgid "<h1>Failed card limit & collapsing</h1>"
|
||
#~ msgstr "<h1>最終ドリルと間違えたカードの制限</h1>"
|
||
|
||
#~ msgid "<h1>Finished</h1>You have finished the deck for now."
|
||
#~ msgstr "<h1>完了</h1>単語帳を一応完了しました。"
|
||
|
||
#~ msgid "<h1>Fonts & Colours</h1>"
|
||
#~ msgstr "<h1>フォントと色</h1>"
|
||
|
||
#, fuzzy
|
||
#~ msgid "<h1>Fonts</h1>"
|
||
#~ msgstr "<h1>フィールド</h1>"
|
||
|
||
#~ msgid "<h1>General Model Properties</h1>"
|
||
#~ msgstr "<h1>一般モデルプロパティ</h1>"
|
||
|
||
#~ msgid "<h1>High priority</h1>Matching cards are placed at the top of the revision queue or new card queue, depending on if they have been seen before."
|
||
#~ msgstr "<h1>高い優先</h1>このタグに付かれているカードは普通のカードより優先を高くします。新しいカードは普通のカードの後に復習されます。"
|
||
|
||
#~ msgid "<h1>Interface language</h1>The language for the user interface: dialogs, menus, etc."
|
||
#~ msgstr "<h1>インタフェースの言語</h1>ダイアログ、メニュー等の言語"
|
||
|
||
#~ msgid "<h1>Learning</h1>You are currently learning new cards."
|
||
#~ msgstr "<h1>勉強</h1>新しいカードを勉強しています。"
|
||
|
||
#~ msgid "<h1>Low priority</h1>Matching cards are placed at the bottom of the new card queue."
|
||
#~ msgstr "<h1>低い優先</h1>このタグに付かれているカードは最後に復習されます。"
|
||
|
||
#, fuzzy
|
||
#~ msgid "<h1>Main Window</h1>"
|
||
#~ msgstr "<h1>先のカード</h1>"
|
||
|
||
#~ msgid "<h1>Models</h1>Models define what sort of information you're studying, and the way to show it to you. Models range from a simple representation of a single flashcard with a \"front\" and \"back\" side, to more complicated domain specific models: a model for Russian verbs may define two verb forms, and test you on both of them."
|
||
#~ msgstr "<h1>モデル</h1>モデルで勉強する情報を定義します。モデルの中に情報は「フィールド」というものに保存されています。モデルそのものは簡単な「表」と「裏」のモデルから、様々な情報が付いてるモデルまで、柔軟なものに広がっています。"
|
||
|
||
#, fuzzy
|
||
#~ msgid "<h1>New cards</h1>The initial times to use when scheduling cards, in days."
|
||
#~ msgstr "<h1>新しいカード</h1>最初の時にこの日日を使います。"
|
||
|
||
#~ msgid "<h1>Postponing</h1>Any matching cards will not be shown until unsuspended. The web and phone interfaces automatically add 'noweb' and 'nophone' - give these tags to your cards to prevent them from showing on the phone or web interface."
|
||
#~ msgstr "<h1>保留</h1>いづれかのタグがカードに付いてると、復習の時に表示しない。ウェブと携帯電話のインタフェースは保留すると「noweb」と「nophone」のタグを自動的に付ける。ウェブと携帯電話のインタフェースに表示させない場合はこのタグを使ってください。"
|
||
|
||
#, fuzzy
|
||
#~ msgid ""
|
||
#~ "<h1>Retention</h1>The \n"
|
||
#~ " percentage of material you've remembered over the life of<br>\n"
|
||
#~ " the deck. The bar shows your recall rate for cards answered<br>\n"
|
||
#~ " correctly after a month or more. Cards less than a month old<br>\n"
|
||
#~ " are not considered memorized yet.<br><br><b>Correct and over a month: %(gMatureYes%)0.1f%% (%(gMatureYes)d of %(gMatureTotal)d)</b><br>Correct and under a month: %(gYoungYes%)0.1f%% (%(gYoungYes)d of %(gYoungTotal)d)<br>Correct when seen the first time: %(gNewYes%)0.1f%% (%(gNewYes)d of %(gNewTotal)d)<br>Total correct: %(gYesTotal%)0.1f%% (%(gYesTotal)d of %(gTotal)d)<br><br>Average time per answer: %(avgTime)s<br>Total distracted time: %(disTime)s<br>Total review time: %(revTime)s"
|
||
#~ msgstr ""
|
||
#~ "<h1>毎日の成績</h1>この \n"
|
||
#~ " グラフは今日の答えの正解率を示しています。"
|
||
|
||
#~ msgid "<h1>Reviewing</h1>You are reviewing previously-seen cards."
|
||
#~ msgstr "<h1>復習中</h1>勉強されたカードを復習しています。"
|
||
|
||
#~ msgid "<h1>Standard colours</h1>These colours are used for all decks."
|
||
#~ msgstr "<h1>標準色</h1>全ての単語帳に載せます。"
|
||
|
||
#~ msgid "<h1>Standard fonts</h1>See 'display properties' for deck specific font preferences."
|
||
#~ msgstr "<h1>標準フォント</h1>単語帳のフォントにはディスプレープロパティをご参照ください。"
|
||
|
||
#~ msgid "<h1>Synchronisation</h1>Synchronisation lets you use your deck on multiple computers at the same time. You can also use it to study on the web, for when you're not at home. You can also study on your mobile phone if your phone has internet access."
|
||
#~ msgstr "<h1>同期</h1>同期の機能でウェッブや携帯でも利用することができます。"
|
||
|
||
#~ msgid "<h1>Very high priority</h1>A comma-separated list of tags to prioritize. Matching cards are placed at the top of the revision queue."
|
||
#~ msgstr "<h1>最高優先</h1>このタグに付かれているカードは最初に復習します。"
|
||
|
||
#, fuzzy
|
||
#~ msgid "<h1>Welcome Back!</h1>"
|
||
#~ msgstr "<h1>カード累積表</h1>"
|
||
|
||
#, fuzzy
|
||
#~ msgid ""
|
||
#~ "<h1>Welcome to Anki!</h1>\n"
|
||
#~ "<p>\n"
|
||
#~ "<table>\n"
|
||
#~ "\n"
|
||
#~ "<tr>\n"
|
||
#~ "<td width=50>\n"
|
||
#~ "<a href=\"welcome:addfacts\"><img src=\":/icons/list-add.png\"></a>\n"
|
||
#~ "</td>\n"
|
||
#~ "<td valign=middle><h1><a href=\"welcome:addfacts\">Add material</a></h1>\n"
|
||
#~ "Start adding your own material.</td>\n"
|
||
#~ "</tr>\n"
|
||
#~ "\n"
|
||
#~ "</table>\n"
|
||
#~ "\n"
|
||
#~ "<br>\n"
|
||
#~ "<table>\n"
|
||
#~ "\n"
|
||
#~ "<tr>\n"
|
||
#~ "<td>\n"
|
||
#~ "<a href=\"welcome:open\"><img src=\":/icons/document-open.png\"></a>\n"
|
||
#~ "</td>\n"
|
||
#~ "<td valign=middle><h2><a href=\"welcome:open\">Open Local Deck</a></h2></td>\n"
|
||
#~ "</tr>\n"
|
||
#~ "\n"
|
||
#~ "<tr>\n"
|
||
#~ "<td width=50>\n"
|
||
#~ "<a href=\"welcome:sample\"><img src=\":/icons/anki.png\"></a>\n"
|
||
#~ "</td>\n"
|
||
#~ "<td valign=middle><h2><a href=\"welcome:sample\">Download Shared Deck</a></h2></td>\n"
|
||
#~ "</tr>\n"
|
||
#~ "\n"
|
||
#~ "<tr>\n"
|
||
#~ "<td>\n"
|
||
#~ "<a href=\"welcome:openrem\"><img src=\":/icons/document-open-remote.png\"></a>\n"
|
||
#~ "</td>\n"
|
||
#~ "<td valign=middle><h2><a href=\"welcome:openrem\">Download Personal Deck</a></h2></td>\n"
|
||
#~ "</tr>\n"
|
||
#~ "\n"
|
||
#~ "</table>"
|
||
#~ msgstr ""
|
||
#~ "\n"
|
||
#~ "<h1>Ankiへようこそ!</h1>\n"
|
||
#~ "<p>\n"
|
||
#~ "<table>\n"
|
||
#~ "\n"
|
||
#~ "<tr>\n"
|
||
#~ "<td width=50>\n"
|
||
#~ "<a href=\"welcome:addfacts\"><img src=\":/icons/list-add.png\"></a>\n"
|
||
#~ "</td>\n"
|
||
#~ "<td valign=middle><h1><a href=\"welcome:addfacts\">カードを追加</a></h1>\n"
|
||
#~ "カードの追加を始めよう.</td>\n"
|
||
#~ "</tr>\n"
|
||
#~ "\n"
|
||
#~ "</table>\n"
|
||
#~ "\n"
|
||
#~ "<br>\n"
|
||
#~ "<table>\n"
|
||
#~ "\n"
|
||
#~ "<tr>\n"
|
||
#~ "<td>\n"
|
||
#~ "<a href=\"welcome:open\"><img src=\":/icons/document-open.png\"></a>\n"
|
||
#~ "</td>\n"
|
||
#~ "<td valign=middle><h2><a href=\"welcome:open\">ローカル単語帳を開く</a></h2></td>\n"
|
||
#~ "</tr>\n"
|
||
#~ "\n"
|
||
#~ "<tr>\n"
|
||
#~ "<td>\n"
|
||
#~ "<a href=\"welcome:openrem\"><img src=\":/icons/document-open-remote.png\"></a>\n"
|
||
#~ "</td>\n"
|
||
#~ "<td valign=middle><h2><a href=\"welcome:openrem\">オンライン単語帳を開く</a></h2></td>\n"
|
||
#~ "</tr>\n"
|
||
#~ "\n"
|
||
#~ "<tr>\n"
|
||
#~ "<td width=50>\n"
|
||
#~ "<a href=\"welcome:sample\"><img src=\":/icons/anki.png\"></a>\n"
|
||
#~ "</td>\n"
|
||
#~ "<td valign=middle><h2><a href=\"welcome:sample\">見本単語帳を開く</a></h2></td>\n"
|
||
#~ "</tr>\n"
|
||
#~ "\n"
|
||
#~ "<tr>\n"
|
||
#~ "<td width=50>\n"
|
||
#~ "<a href=\"welcome:more\"><img src=\":/icons/khtml_kget.png\"></a>\n"
|
||
#~ "</td>\n"
|
||
#~ "<td valign=middle><h2><a href=\"welcome:more\">単語帳を取得</a></h2></td>\n"
|
||
#~ "</tr>\n"
|
||
#~ "\n"
|
||
#~ "</table>"
|
||
|
||
#, fuzzy
|
||
#~ msgid "<h1>Welcome!</h1>"
|
||
#~ msgstr "<h1>言語</h1>"
|
||
|
||
#~ msgid "<h1>What would you like to study?</h1>"
|
||
#~ msgstr "何を勉強しましょうか?"
|
||
|
||
#~ msgid "<h1>Where should we synchronize to?</h1>"
|
||
#~ msgstr "どこへ同期しますか?"
|
||
|
||
#~ msgid "<h1>入力されたカード</h1>"
|
||
#~ msgstr "新しい単語を入力"
|
||
|
||
#~ msgid "A flashcard is made from a number of fields, like \"meaning\", \"notes\", etc."
|
||
#~ msgstr "カードは数個のフィールドで創られています。例え、「意味」、「備考」など。"
|
||
|
||
#~ msgid "A simple front-to-back quiz style."
|
||
#~ msgstr "簡単な質問/解答クイズスタイル"
|
||
|
||
#~ msgid "About right"
|
||
#~ msgstr "よかった"
|
||
|
||
#~ msgid "Add &Cards..."
|
||
#~ msgstr "新しい単語を入力(&C)..."
|
||
|
||
#~ msgid "Add Cards"
|
||
#~ msgstr "新しい単語を入力"
|
||
|
||
#~ msgid "Add Missing Active Cards"
|
||
#~ msgstr "このファクトに関する入力していないカードを入力する"
|
||
|
||
#~ msgid "Add a new model"
|
||
#~ msgstr "モデルを追加"
|
||
|
||
#, fuzzy
|
||
#~ msgid "Add audio (Ctrl+s)"
|
||
#~ msgstr "音声を追加する"
|
||
|
||
#~ msgid "Added card Q: %(q)s, A: %(a)s\n"
|
||
#~ msgstr "登録された: 質問: %(q)s, 答え: %(a)s\n"
|
||
|
||
#~ msgid "All tags"
|
||
#~ msgstr "すべてのタグ"
|
||
|
||
#, fuzzy
|
||
#~ msgid "Anki - Add Items"
|
||
#~ msgstr "Anki - 新しい単語を入力"
|
||
|
||
#~ msgid "Anki: Import text file"
|
||
#~ msgstr "インポート"
|
||
|
||
#~ msgid "Answer count"
|
||
#~ msgstr "答え数"
|
||
|
||
#~ msgid "Barely remembered. Back one step."
|
||
#~ msgstr "忘れそうだった。期間をちょっと短くする。"
|
||
|
||
#, fuzzy
|
||
#~ msgid "Card"
|
||
#~ msgstr "カード:"
|
||
|
||
#~ msgid "Card editor"
|
||
#~ msgstr "カード編集"
|
||
|
||
#~ msgid "Card info"
|
||
#~ msgstr "カード情報"
|
||
|
||
#~ msgid "Card properties"
|
||
#~ msgstr "カードプロパティ"
|
||
|
||
#, fuzzy
|
||
#~ msgid "Cards..."
|
||
#~ msgstr "カード.."
|
||
|
||
#, fuzzy
|
||
#~ msgid "Change &Template..."
|
||
#~ msgstr "<h1>カードの易しさ</h1>"
|
||
|
||
#, fuzzy
|
||
#~ msgid "Change Template"
|
||
#~ msgstr "<h1>カードの易しさ</h1>"
|
||
|
||
#~ msgid "Completely forgot"
|
||
#~ msgstr "全然覚えていない。"
|
||
|
||
#~ msgid "Completely forgot. Go back to day 1."
|
||
#~ msgstr "全然覚えていない。最初からやり直す。"
|
||
|
||
#~ msgid "Completely forgot. Reset progress."
|
||
#~ msgstr "全然覚えていない。最初からやり直す。"
|
||
|
||
#~ msgid "Congratulations!\n"
|
||
#~ msgstr "おめでとうございます!\n"
|
||
|
||
#, fuzzy
|
||
#~ msgid "Copy '%s' from server"
|
||
#~ msgstr "%sという単語帳をサーバーで作成"
|
||
|
||
#~ msgid ""
|
||
#~ "Couldn't connect to the server.\n"
|
||
#~ "Either your internet connection is down,\n"
|
||
#~ "or Damien's server is down.\n"
|
||
#~ "\n"
|
||
#~ "(sometimes the ISP is bad, so please\n"
|
||
#~ "try again later.)"
|
||
#~ msgstr ""
|
||
#~ "サーバーと接続出来ませんでした。\n"
|
||
#~ "Damienのインターネットは一時壊れてる可能性があります。"
|
||
|
||
#~ msgid "Ctrl+A"
|
||
#~ msgstr "Ctrl+A"
|
||
|
||
#, fuzzy
|
||
#~ msgid "Ctrl+R"
|
||
#~ msgstr "Ctrl+1"
|
||
|
||
#~ msgid "Ctrl+p"
|
||
#~ msgstr "Ctrl+p"
|
||
|
||
#~ msgid "Ctrl+r"
|
||
#~ msgstr "Ctrl+r"
|
||
|
||
#~ msgid "Ctrl+s"
|
||
#~ msgstr "Ctrl+s"
|
||
|
||
#~ msgid "Current &Fact"
|
||
#~ msgstr "現在のファクト(&F)"
|
||
|
||
#~ msgid "Deck files (*.fc *.anki)"
|
||
#~ msgstr "Ankiの単語帳 (*.fc *.anki)"
|
||
|
||
#~ msgid "Deck files (*.fc)"
|
||
#~ msgstr "Ankiの単語帳 (*.fc)"
|
||
|
||
#~ msgid "Deck has unsaved changes. Continue?"
|
||
#~ msgstr ""
|
||
#~ "保存されてない変更内容があります!\n"
|
||
#~ "本当に続けてもいいですか?"
|
||
|
||
#~ msgid "Deck is not modified."
|
||
#~ msgstr "ファイルが変更されていません。"
|
||
|
||
#, fuzzy
|
||
#~ msgid "Del"
|
||
#~ msgstr "削除"
|
||
|
||
#~ msgid "Delete Fact Tag..."
|
||
#~ msgstr "タグを削除"
|
||
|
||
#~ msgid "Description"
|
||
#~ msgstr "メモ"
|
||
|
||
#~ msgid "Description && Synchronisation"
|
||
#~ msgstr "単語帳の説明・同期"
|
||
|
||
#~ msgid "Difficult"
|
||
#~ msgstr "難しかった"
|
||
|
||
#~ msgid "Disp&lay Properties..."
|
||
#~ msgstr "ディスプレープロパティ..."
|
||
|
||
#~ msgid "Don't show this again."
|
||
#~ msgstr "今度から表示されない。"
|
||
|
||
#~ msgid "Downloading anki updater - %d%% complete."
|
||
#~ msgstr "Anki最新版をダウンロード中 - %d%%"
|
||
|
||
#~ msgid "Due date"
|
||
#~ msgstr "期限"
|
||
|
||
#~ msgid "Edit card"
|
||
#~ msgstr "編集"
|
||
|
||
#~ msgid "Edit deck properties"
|
||
#~ msgstr "単語帳プロパティを編集"
|
||
|
||
#~ msgid "Edit the current model"
|
||
#~ msgstr "現在のモデルを編集"
|
||
|
||
#~ msgid "Empty"
|
||
#~ msgstr "空っぽ"
|
||
|
||
#~ msgid "English font"
|
||
#~ msgstr "英語のフォント"
|
||
|
||
#~ msgid "English/other"
|
||
#~ msgstr "英語か他の言語"
|
||
|
||
#~ msgid ""
|
||
#~ "Enter the question and answer, using tab to move between fields.\n"
|
||
#~ "Hit the Enter key when you are finished.\n"
|
||
#~ "\n"
|
||
#~ msgstr ""
|
||
#~ "新しい単語や表現と意味を入れてください。\n"
|
||
#~ "\n"
|
||
|
||
#~ msgid "Example added card:\n"
|
||
#~ msgstr "例:\n"
|
||
|
||
#~ msgid "Explanation/translation: "
|
||
#~ msgstr "意味: "
|
||
|
||
#~ msgid "Export file"
|
||
#~ msgstr "エクスポート"
|
||
|
||
#~ msgid "Export to..."
|
||
#~ msgstr "エクスポート..."
|
||
|
||
#~ msgid "Exported successfully."
|
||
#~ msgstr "エクスポートされました。"
|
||
|
||
#~ msgid "Field '%s'"
|
||
#~ msgstr "フィールド '%s'"
|
||
|
||
#~ msgid "Field properties"
|
||
#~ msgstr "フィールドのプロパティ"
|
||
|
||
#, fuzzy
|
||
#~ msgid "Find"
|
||
#~ msgstr "フィルタ"
|
||
|
||
#~ msgid "Flashcard text files (*.*)"
|
||
#~ msgstr "単語帳テクストファイル (*.*)"
|
||
|
||
#~ msgid "Foreground colour (Ctrl+r)"
|
||
#~ msgstr "前景の色 (Ctrl+r)"
|
||
|
||
#~ msgid "Fresh &Anki deck"
|
||
#~ msgstr "新しいAnkiの単語帳"
|
||
|
||
#~ msgid "Furigana font"
|
||
#~ msgstr "振り仮名のフォント"
|
||
|
||
#~ msgid "Furigana:"
|
||
#~ msgstr "振り仮名:"
|
||
|
||
#~ msgid "General"
|
||
#~ msgstr "一般"
|
||
|
||
#, fuzzy
|
||
#~ msgid "Generating report (may take time)..."
|
||
#~ msgstr "レポートを集計中。しばらくお待ちください"
|
||
|
||
#, fuzzy
|
||
#~ msgid "Hide next interval when showing answer buttons"
|
||
#~ msgstr "解答を表示する時に、質問を隠す"
|
||
|
||
#, fuzzy
|
||
#~ msgid "Hide question/answer of last card"
|
||
#~ msgstr "解答を表示する時に、質問を隠す"
|
||
|
||
#~ msgid "Hiragana"
|
||
#~ msgstr "ひらがな"
|
||
|
||
#~ msgid "Images (*.jpg *.png)"
|
||
#~ msgstr "画像 (*.jpg *.png)"
|
||
|
||
#~ msgid "Import failed. Required field '%s' was empty."
|
||
#~ msgstr "インポートできませんでした。必須項目が空っぽでした。"
|
||
|
||
#~ msgid "Importing. Anki will freeze for a while.."
|
||
#~ msgstr "インポート中。しばらくお待ちください"
|
||
|
||
#~ msgid "Interface colour"
|
||
#~ msgstr "インターフェースの色"
|
||
|
||
#, fuzzy
|
||
#~ msgid "Interface font"
|
||
#~ msgstr "インターフェース"
|
||
|
||
#~ msgid "Interface language"
|
||
#~ msgstr "インターフェースの言語"
|
||
|
||
#~ msgid "Japanese (includes furigana)"
|
||
#~ msgstr "日本語 (includes furigana)"
|
||
|
||
#~ msgid "Japanese phrase: "
|
||
#~ msgstr "日本語の単語: "
|
||
|
||
#~ msgid "Kanji"
|
||
#~ msgstr "日本語のフォント"
|
||
|
||
#~ msgid "Language"
|
||
#~ msgstr "言語"
|
||
|
||
#~ msgid "Language, Fonts and Colours"
|
||
#~ msgstr "言語・フォント・色"
|
||
|
||
#~ msgid "Language/Appearance"
|
||
#~ msgstr "言語/フォント"
|
||
|
||
#~ msgid "Last card colour"
|
||
#~ msgstr "前の質問の色"
|
||
|
||
#~ msgid "Learning"
|
||
#~ msgstr "勉強中"
|
||
|
||
#~ msgid "Looking %s up on ALC.."
|
||
#~ msgstr "%sをALCで検索しています。"
|
||
|
||
#~ msgid "Looking %s up on edict.."
|
||
#~ msgstr "%sをedictで検索しています。"
|
||
|
||
#~ msgid "Lookup answe&r on ALC...\tCtrl+2"
|
||
#~ msgstr "答えをALCで検索...\tCtrl+2"
|
||
|
||
#~ msgid "Lookup que&stion on ALC...\tCtrl+1"
|
||
#~ msgstr "質問をALCで検索...\tCtrl+1"
|
||
|
||
#~ msgid "Lookup selection on &ALC...\tCtrl+3"
|
||
#~ msgstr "反転された文字をALCで検索...\tCtrl+3"
|
||
|
||
#~ msgid "Made a mistake"
|
||
#~ msgstr "間違えた"
|
||
|
||
#~ msgid "Made a mistake. Back two steps."
|
||
#~ msgstr "間違えた。期間を短くする。"
|
||
|
||
#~ msgid "Merge Models..."
|
||
#~ msgstr "モデルをマージ..."
|
||
|
||
#~ msgid "Miscellaneous"
|
||
#~ msgstr "その他"
|
||
|
||
#~ msgid "Missing question or answer."
|
||
#~ msgstr "表現か意味が入力されていません。"
|
||
|
||
#~ msgid "Model properties"
|
||
#~ msgstr "モデルプロパティ"
|
||
|
||
#~ msgid "Model:"
|
||
#~ msgstr "モデル"
|
||
|
||
#~ msgid "Models"
|
||
#~ msgstr "モデル"
|
||
|
||
#~ msgid "New word/phrase:"
|
||
#~ msgstr "英単語や表現:"
|
||
|
||
#~ msgid "Next due"
|
||
#~ msgstr "次に表示される"
|
||
|
||
#~ msgid "Next in <b>%(ease2)s</b>"
|
||
#~ msgstr "次回: <b>%(ease2)s後</b>"
|
||
|
||
#~ msgid "Next in <b>%(ease3)s</b>"
|
||
#~ msgstr "次回: <b>%(ease3)s後</b>"
|
||
|
||
#~ msgid "Next in <b>%(ease4)s</b>"
|
||
#~ msgstr "次回: <b>%(ease4)s後</b>"
|
||
|
||
#~ msgid "Not syncing, username or password unset."
|
||
#~ msgstr "ユーザー名またはパスワードが登録されてないので、同期が出来ません。"
|
||
|
||
#~ msgid "Note: question text changed\n"
|
||
#~ msgstr "同じ単語が登録されています。\n"
|
||
|
||
#~ msgid "Now"
|
||
#~ msgstr "今"
|
||
|
||
#~ msgid "Open On&line..."
|
||
#~ msgstr "オンライン単語帳の開く(&l)..."
|
||
|
||
#~ msgid "Percentage of minimum interval"
|
||
#~ msgstr "最小期間のパーセンテージ"
|
||
|
||
#~ msgid "Please double-check your username."
|
||
#~ msgstr "ユーザー名を確認してください。"
|
||
|
||
#~ msgid "Please ensure all cards have a unique name."
|
||
#~ msgstr "カードの一意をご確認してください。"
|
||
|
||
#~ msgid "Please ensure all fields have a unique name."
|
||
#~ msgstr "フィールドの一意をご確認してください。"
|
||
|
||
#~ msgid "Please save the current file."
|
||
#~ msgstr "現在のファイルを先に保存してください。"
|
||
|
||
#~ msgid "Please select a language to learn."
|
||
#~ msgstr "勉強する言語を選んでください。"
|
||
|
||
#~ msgid "Prevent me from entering the same thing in this field twice"
|
||
#~ msgstr "同じ値を入力することを拒否します。"
|
||
|
||
#~ msgid "Prevent new cards from being added if this field is blank"
|
||
#~ msgstr "空白の値を拒否します。"
|
||
|
||
#, fuzzy
|
||
#~ msgid "Priorities && Suspending"
|
||
#~ msgstr "優先・延期"
|
||
|
||
#~ msgid "Question/Answer:"
|
||
#~ msgstr "質問/解答"
|
||
|
||
#~ msgid "Remaining: <b>%(pending)s</b> "
|
||
#~ msgstr "残りの復習: %(pending)s</b> "
|
||
|
||
#~ msgid "Remembered after thinking for a while."
|
||
#~ msgstr "集中したら思い出した。"
|
||
|
||
#~ msgid "Remembered easily - ready to level up."
|
||
#~ msgstr "簡単に思い出した。レベルアップ。"
|
||
|
||
#~ msgid "Remembered easily."
|
||
#~ msgstr "簡単に思い出した。"
|
||
|
||
#~ msgid "Reset Progress"
|
||
#~ msgstr "新しいカードの状態に戻す。"
|
||
|
||
#~ msgid "S&ort"
|
||
#~ msgstr "整理(&o)"
|
||
|
||
#~ msgid "Same question exists: %(q)s = %(a)s"
|
||
#~ msgstr "同じ単語が登録されています。%(q)s = %(a)s"
|
||
|
||
#~ msgid "Save and S&ync"
|
||
#~ msgstr "保存と同期をします(&y)"
|
||
|
||
#~ msgid "Save when deck is finished"
|
||
#~ msgstr "単語を全て答えられたら自動に保存する"
|
||
|
||
#~ msgid "Saving failed"
|
||
#~ msgstr "保存が出来ませんでした。"
|
||
|
||
#, fuzzy
|
||
#~ msgid "Saving...done"
|
||
#~ msgstr "保存を完了しました。"
|
||
|
||
#, fuzzy
|
||
#~ msgid "Scroll down to the answer when showing answer"
|
||
#~ msgstr "解答を表示する時に、質問を隠す"
|
||
|
||
#, fuzzy
|
||
#~ msgid "Search"
|
||
#~ msgstr "検索(&S)"
|
||
|
||
#~ msgid "Sending payload (local +%(a)d/-%(b)d, remote +%(c)d/-%(d)d cards).."
|
||
#~ msgstr "送信中です。(ローカル +%(a)d/-%(b)d、 リモート +%(c)d/-%(d)d カード)"
|
||
|
||
#~ msgid "Server is down or operation failed."
|
||
#~ msgstr "サーバに接続できませんでした。"
|
||
|
||
#~ msgid "Set interface language to %s."
|
||
#~ msgstr "言語を%sに変えました。"
|
||
|
||
#~ msgid "Set language to %s"
|
||
#~ msgstr "言語を%sに変えました"
|
||
|
||
#, fuzzy
|
||
#~ msgid "Show failed cards last"
|
||
#~ msgstr "<b>失敗されたカードを最優先する</b>"
|
||
|
||
#, fuzzy
|
||
#~ msgid "Show welcome back screen on startup"
|
||
#~ msgstr "起動する時にツールバーを表示する"
|
||
|
||
#~ msgid "Sort this field using numeric order instead of string order"
|
||
#~ msgstr "このフィールドは数字です。数の順番に整理します。"
|
||
|
||
#~ msgid "Special features used by the field."
|
||
#~ msgstr "フィールドの特別な機能"
|
||
|
||
#~ msgid "Special features used by the model."
|
||
#~ msgstr "モデルの特別な機能"
|
||
|
||
#~ msgid "Sync finished. Note, a new version of %s is available. Please consider upgrading."
|
||
#~ msgstr "動機が終了です。(新しいバージョンがあります!詳しくはHPへ)"
|
||
|
||
#~ msgid "Sync: nothing to do"
|
||
#~ msgstr "同期:更新は不要"
|
||
|
||
#~ msgid "Syncing deck metadata.."
|
||
#~ msgstr "単語帳メタデータを同期中.."
|
||
|
||
#~ msgid "Syncing deck scheduling data.."
|
||
#~ msgstr "単語帳のスケジュールデータを同期中.."
|
||
|
||
#~ msgid "Syncing facts metadata.."
|
||
#~ msgstr "ファクトメタデータを同期中.."
|
||
|
||
#~ msgid ""
|
||
#~ "Syncing failed halfway through. If it fails again, please\n"
|
||
#~ "email your deck to the Anki author.\n"
|
||
#~ "\n"
|
||
#~ msgstr ""
|
||
#~ "同期が途中に失敗しました。もう一回同期してみてください。\n"
|
||
#~ "そうすると、また失敗する結果になれば、\n"
|
||
#~ "あなたの単語帳ファイルをAnkiの開発者にメールしてください。\n"
|
||
|
||
#~ msgid "Syncing..done. Local +%(a)d/-%(b)d, remote +%(c)d/-%(d)d cards."
|
||
#~ msgstr "同期が終了です。ローカル +%(a)d/-%(b)d, リモート +%(c)d/-%(d)d カード"
|
||
|
||
#~ msgid "Tag:"
|
||
#~ msgstr "タグ"
|
||
|
||
#~ msgid "Tall buttons (for touchscreen)"
|
||
#~ msgstr "高いボタンを使う。(タッチスクリーンの為)"
|
||
|
||
#~ msgid ""
|
||
#~ "Target language is the language you want to learn. If you select Japanese,\n"
|
||
#~ "you will be asked for Furigana in addition to a question and answer."
|
||
#~ msgstr ""
|
||
#~ "勉強する言語によって、単語の入力方法が変わります。日本語にすると漢字の\n"
|
||
#~ "読み方も入れられます。"
|
||
|
||
#~ msgid "The amount of times you answered a card at each ease level."
|
||
#~ msgstr "カードを答えるとき、ボタンを押した回数。"
|
||
|
||
#~ msgid "The cards in this deck contain %d different kanji."
|
||
#~ msgstr "この単語帳には%dの漢字があります。"
|
||
|
||
#~ msgid ""
|
||
#~ "The current deck (%(deck)s) doesn't exist on the server.\n"
|
||
#~ "Please ensure that the local deck and deck on the server\n"
|
||
#~ "have the same filename."
|
||
#~ msgstr ""
|
||
#~ "現在のファイル(%(deck)s)はサーバにありません。\n"
|
||
#~ "サーバにあるファイルの名前と現在のファイルの名前を確認してください。"
|
||
|
||
#~ msgid "The maximum number of failed cards to allow at once."
|
||
#~ msgstr "間違えたカードの最大枚数。"
|
||
|
||
#~ msgid "The number of cards added on a given day."
|
||
#~ msgstr "当日に作成されたカードの枚数"
|
||
|
||
#~ msgid ""
|
||
#~ "The number of cards due each day over the period.\n"
|
||
#~ "Today is 0; cards less than zero are overdue."
|
||
#~ msgstr ""
|
||
#~ "当日に表示するカードの枚数。\n"
|
||
#~ "今日は0になります。明日は1になります。等\n"
|
||
#~ "負数の場合は期限を過ぎているカードです。"
|
||
|
||
#~ msgid "The number of cards due each day, assuming no study."
|
||
#~ msgstr ""
|
||
#~ "ずっとカードを答えなかったら、期限を過ぎているカードの枚数は以上になります。\n"
|
||
#~ "今日は0、明日は1、明後日は2・・・など。"
|
||
|
||
#~ msgid ""
|
||
#~ "The number of cards first answered on a given day.\n"
|
||
#~ "This will be different to 'added cards' if you are\n"
|
||
#~ "using a pre-made deck."
|
||
#~ msgstr ""
|
||
#~ "当日に初めて答えたカードの枚数。\n"
|
||
#~ "他人に作成された単語帳を使っているなら、\n"
|
||
#~ "「入力されたカード」のグラフと異なる可能性があります。"
|
||
|
||
#~ msgid "The number of cards scheduled for a given number of days."
|
||
#~ msgstr "横には、表示された日から次に表示する日までの日数です。縦には、その日数があるカードの枚数。"
|
||
|
||
#~ msgid "The number of hours to collapse in the final drill. Use 0 to disable."
|
||
#~ msgstr "勉強が終わったら、カードの期限が右にある時間の前だったら、最終ドリルに含まれる。"
|
||
|
||
#~ msgid "The order to show new cards."
|
||
#~ msgstr "新しいカードを表示する順番:"
|
||
|
||
#~ msgid "This card has been scheduled for review in <b>%s</b>."
|
||
#~ msgstr "このカードは<b>%s</b>後にまた表示されます。"
|
||
|
||
#~ msgid "This run: <b>%(correct)d/%(total)d</b> (<b>%(correct_perc)3.1f%%</b>) correct. Average: <b>%(retention_perc)3.1f%%</b>. "
|
||
#~ msgstr "正解: %(correct)d/%(total)d (%(correct_perc)3.1f%%) 平均: %(retention_perc)3.1f%% "
|
||
|
||
#~ msgid "Toggle Delete"
|
||
#~ msgstr "削除(&D)"
|
||
|
||
#~ msgid "Toolbar icon size"
|
||
#~ msgstr "ツールバーアイコンサイズ"
|
||
|
||
#~ msgid "Unable to load the same deck twice."
|
||
#~ msgstr "この単語帳はもう開いています。二度と開けることができません。"
|
||
|
||
#~ msgid "Unable to open file to import."
|
||
#~ msgstr "ファイルを開けませんでした。"
|
||
|
||
#, fuzzy
|
||
#~ msgid ""
|
||
#~ "Unable to save file!\n"
|
||
#~ "%s"
|
||
#~ msgstr "ファイルを開けませんでした。"
|
||
|
||
#~ msgid "Undecided"
|
||
#~ msgstr "不決定"
|
||
|
||
#~ msgid "Unknown error: %s"
|
||
#~ msgstr "一般エラー: %s"
|
||
|
||
#~ msgid "Updating.."
|
||
#~ msgstr "アップデート中.."
|
||
|
||
#~ msgid "Use compact answer button style"
|
||
#~ msgstr "コンパクト解答ボタンスタイルを使う"
|
||
|
||
#~ msgid "Visit website..."
|
||
#~ msgstr "HPへ..."
|
||
|
||
#~ msgid "Want to practice again in a few days."
|
||
#~ msgstr "数日後にやってみる。"
|
||
|
||
#~ msgid "Want to practice again tomorrow."
|
||
#~ msgstr "明日やってみる。"
|
||
|
||
#~ msgid "You can display new facts randomly or in the order they were added.<br>After the first review, they will be shown in order of priority."
|
||
#~ msgstr ""
|
||
#~ "最後のモデルを削除できません。\n"
|
||
#~ "まず新しいモデルを追加してください。"
|