Annotation of loncom/localize/localize/ja.pm, revision 1.3

1.1       www         1: # The LearningOnline Network with CAPA
                      2: # Japanese Localization Lexicon
                      3: #
1.3     ! www         4: # $Id: ja.pm,v 1.2 2003/09/25 04:40:01 minoru Exp $
1.1       www         5: #
                      6: # Copyright i-Learning Limited Partnership Company
                      7: #
                      8: # This file is part of the LearningOnline Network with CAPA (LON-CAPA).
                      9: #
                     10: # LON-CAPA is free software; you can redistribute it and/or modify
                     11: # it under the terms of the GNU General Public License as published by
                     12: # the Free Software Foundation; either version 2 of the License, or
                     13: # (at your option) any later version.
                     14: #
                     15: # LON-CAPA is distributed in the hope that it will be useful,
                     16: # but WITHOUT ANY WARRANTY; without even the implied warranty of
                     17: # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
                     18: # GNU General Public License for more details.
                     19: #
                     20: # You should have received a copy of the GNU General Public License
                     21: # along with LON-CAPA; if not, write to the Free Software
                     22: # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
                     23: #
                     24: # /home/httpd/html/adm/gpl.txt
                     25: #
                     26: # http://www.lon-capa.org/
                     27: #
                     28: ######################################################################
                     29: ######################################################################
                     30: 
                     31: 
                     32: package Apache::localize::ja;
                     33: use base qw(Apache::localize);
                     34: %Lexicon=('_AUTO' => 1,
1.2       minoru     35: 'language_code' => 'ja',
                     36: 'char_encoding' => 'UTF-8',
1.1       www        37: 
                     38:    'Domain'
                     39: => 'ドメイン',
                     40: 
                     41:    'Server'
                     42: => 'サーバ',
                     43: 
                     44:    'Load'
1.2       minoru     45: => '負荷',
1.1       www        46: 
                     47:    'User Load'
1.2       minoru     48: => 'ユーザ負荷',
1.1       www        49: 
                     50:    'Help'
                     51: => 'ヘルプ',
                     52: 
                     53:    'Log in'
                     54: => 'ログイン',
                     55: 
                     56:    'Username'
                     57: => 'ユーザ名',
                     58: 
                     59:    'Password'
                     60: => 'パスワード',
                     61: 
                     62:    'choose'
                     63: => '選択',
                     64: 
                     65:    'enter'
                     66: => '入力',
                     67: 
                     68:    'view'
                     69: => '閲覧',
                     70: 
                     71:    'calendar'
                     72: => 'カレンダ',
                     73: 
                     74:    'prefer-'
                     75: => 'お気に',
                     76: 
                     77:    'ences'
                     78: => '入り',
                     79: 
                     80:    'role'
                     81: => '役割',
                     82: 
                     83:    'course'
                     84: => 'コース',
                     85: 
                     86:    'create'
                     87: => '作成',
                     88: 
                     89:    'grades'
                     90: => '成績',
                     91: 
                     92:    'commu-'
                     93: => 'コミュニ',
                     94: 
                     95:    'nication'
                     96: => 'ケーション',
                     97: 
                     98:    'enroll'
                     99: => '出席',
                    100: 
                    101:    'navigate'
                    102: => 'ナビゲート',
                    103: 
                    104:    'contents'
                    105: => '',
                    106: 
                    107:    'Announcements and Calendar'
                    108: => 'お知らせとカレンダ',
                    109: 
                    110:    'Author'
                    111: => '著者',
                    112: 
                    113:    'Change Your Preferences'
                    114: => 'お気に入りを変更する',
                    115: 
                    116:    'Choose the user role'
                    117: => 'ユーザの役割を選ぶ',
                    118: 
                    119:    'Co-Author'
                    120: => '共著者',
                    121: 
                    122:    'Communication and Messages'
                    123: => 'コミュニケーションツール',
                    124: 
                    125:    'Course Coordinator'
                    126: => 'コースコーディネータ',
                    127: 
                    128:    'Course Statistics and Charts'
                    129: => 'コースの統計と図表',
                    130: 
                    131:    'Course announcements and my calendar'
                    132: => 'コースのお知らせとカレンダ',
                    133: 
                    134:    'Create Users, Change User Privileges'
                    135: => 'ユーザを作り、特権を変更する',
                    136: 
                    137:    'Domain Coordinator'
                    138: => 'ドメインコーディネーター',
                    139: 
                    140:    'Enrollment Manager'
                    141: => '出席管理者',
                    142: 
                    143:    'Enter grades from check-out assessment resources'
                    144: => '成績を入力する',
                    145: 
                    146:    'Exam Proctor'
                    147: => '試験管',
                    148: 
                    149:    'Exit LON-CAPA'
                    150: => 'LON-CAPAを終了する',
                    151: 
                    152:    'Grades Spreadsheet'
                    153: => '成績表で成績をつける',
                    154: 
                    155:    'Grading'
                    156: => '採点',
                    157: 
                    158:    'Instructor'
                    159: => 'インストラクタ',
                    160: 
                    161:    'Launch Remote Control'
                    162: => 'リモートコントロールを使う',
                    163: 
                    164:    'Main Menu'
                    165: => 'メインメニュー',
                    166: 
                    167:    'Navigate Course Contents'
                    168: => 'コースをナビゲートする',
                    169: 
                    170:    'No Role, Cumulative Privileges'
                    171: => 'No Role,Cumulative Privileges',
                    172: 
                    173:    'Return to Last Location'
                    174: => '最後に戻る',
                    175: 
                    176:    'Send and receive messages'
                    177: => 'メッセージを送受信する',
                    178: 
                    179:    'Set my user preferences'
                    180: => 'お気に入りを設定する',
                    181: 
                    182:    'Student'
                    183: => '学生',
                    184: 
                    185:    'Switch to another user role'
                    186: => '他の役割に切り替える',
                    187: 
                    188:    'Teaching Assistant'
                    189: => 'TA',
                    190: 
                    191:    'Use or edit my bookmark collection'
                    192: => 'ブックマークを使う/編集する',
                    193: 
                    194:    'User Roles'
                    195: => '役割',
                    196: 
                    197:    'Calculate course grades (Spreadsheet)'
                    198: => 'コースの成績を計算する(スプレッドシート)',
                    199: 
                    200:    'Enter the chatroom for the course'
                    201: => 'コース・チャットルームに入る',
                    202: 
                    203:    'Navigate the table of contents for this course'
                    204: => 'コースの目次をナビゲートする',
                    205: 
                    206:    'Syllabus'
                    207: => 'シラバス',
                    208: 
                    209:    'View the course assessment progress chart'
                    210: => '成績の伸長グラフを見る',
                    211: 
                    212:    'Class Hours'
                    213: => '講義時間',
                    214: 
                    215:    'Course Description'
                    216: => 'コースの内容',
                    217: 
                    218:    'Coursepack'
                    219: => 'コースパック',
                    220: 
                    221:    'Current Month'
                    222: => '今月',
                    223: 
                    224:    'Deadlines'
                    225: => '締め切り',
                    226: 
                    227:    'Fri'
                    228: => '金',
                    229: 
                    230:    'Grading Information'
                    231: => '採点情報',
                    232: 
                    233:    'Helproom Hours'
                    234: => '支援室サービス時間',
                    235: 
                    236:    'Instructor Information'
                    237: => 'インストラクタ情報',
                    238: 
                    239:    'Mon'
                    240: => '月',
                    241: 
                    242:    'Next Month'
                    243: => '来月',
                    244: 
                    245:    'Office Hours'
                    246: => 'オフィスアワー',
                    247: 
                    248:    'Prerequisites'
                    249: => '前提条件',
                    250: 
                    251:    'Previous Month'
                    252: => '前月',
                    253: 
                    254:    'Readings'
                    255: => '読み物',
                    256: 
                    257:    'Sat'
                    258: => '土',
                    259: 
                    260:    'January'
                    261: => '1月',
                    262: 
                    263:    'February'
                    264: => '2月',
                    265: 
                    266:    'March'
                    267: => '3月',
                    268: 
                    269:    'April'
                    270: => '4月',
                    271: 
                    272:    'May'
                    273: => '5月',
                    274: 
                    275:    'June'
                    276: => '6月',
                    277: 
                    278:    'August'
                    279: => '8月',
                    280: 
                    281:    'September'
                    282: => '9月',
                    283: 
                    284:    'October'
                    285: => '10月',
                    286: 
                    287:    'November'
                    288: => '11月',
                    289: 
                    290:    'December'
                    291: => '12月',
                    292: 
                    293:    'Sun'
                    294: => '日',
                    295: 
                    296:    'Textbook'
                    297: => 'テキスト',
                    298: 
                    299:    'Thu'
                    300: => '木',
                    301: 
                    302:    'Tue'
                    303: => '火',
                    304: 
                    305:    'Web Links'
                    306: => 'リンク',
                    307: 
                    308:    'Wed'
                    309: => '水',
                    310: 
                    311:    'Drop/Add students in this course'
                    312: => 'コースに/から学生を追加/削除する',
                    313: 
                    314:    'You have entered that answer before'
                    315: => '前にもこの回答を入力しています',
                    316: 
                    317:    'A score has been assigned.'
                    318: => '採点されました。',
                    319: 
                    320:    'You are correct.'
                    321: => '正解です',
                    322: 
                    323:    'Your receipt is'
                    324: => 'あなたの受領するものは',
                    325: 
                    326:    'You are excused from the problem.'
                    327: => 'その問題は受験しなくて良いです。',
                    328: 
                    329:    'Incorrect'
                    330: => '間違い',
                    331: 
                    332:    'Some parts were not submitted.'
                    333: => 'いくつかの部分が提出されていません。',
                    334: 
                    335:    'An error occured while grading your answer.'
                    336: => 'あなたの回答を採点しているときにエラーが起きました。',
                    337: 
                    338:    'The submitted answer was too long.'
                    339: => '回答が長すぎます。',
                    340: 
                    341:    'This question expects a numeric answer.'
                    342: => 'この質問では数字の回答を期待しています。',
                    343: 
                    344:    'You have provided an invalid ranking'
                    345: => '無効な成績ランクをつけました',
                    346: 
                    347:    'please refer to'
                    348: => '次のものを参照せよ:',
                    349: 
                    350:    'The filetype extension of the file you uploaded is not allowed.'
                    351: => 'アップロードしたファイルの拡張子は禁止されています。',
                    352: 
                    353:    'Please adjust significant figures.'
                    354: => '数字が大きすぎます。',
                    355: 
                    356:    'Units incorrect.'
                    357: => '単位が間違っています。',
                    358: 
                    359:    'Only a number required.'
                    360: => '数字だけが要求されています。',
                    361: 
                    362:    'Units required'
                    363: => '単位が必要です',
                    364: 
                    365:    'Unable to understand formula'
                    366: => '数式を解釈できません',
                    367: 
                    368:    'Your submission has been recorded.'
                    369: => '提出されたものは記録されました。',
                    370: 
                    371:    'Unknown message'
                    372: => '分からないメッセージです',
                    373: 
                    374:    'Answer Submitted'
                    375: => '提出された回答',
                    376: 
                    377:    'Tries'
                    378: => '受験回数',
                    379: 
                    380:    'Submit Answer'
                    381: => '回答を提出する',
                    382: 
                    383:    'Prepare a printable document'
                    384: => '印刷できるドキュメントを用意します',
                    385: 
                    386:    'Go To My First Homework Problem'
                    387: => '最初の問題に行くm',
                    388: 
                    389:    'Discussions'
                    390: => 'ディスカッション',
                    391: 
                    392:    'New discussion since'
                    393: => '次の日付より新しいディスカッション・メッセージ:',
                    394: 
                    395:    'Goodbye'
                    396: => 'さようなら'
1.3     ! www       397: 
        !           398: #SYNCMARKER
1.1       www       399: );
                    400: 
                    401: 1;
                    402: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>