Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/po/ja.po
diff options
context:
space:
mode:
authorPootle daemon <pootle@pootle.sugarlabs.org>2012-02-18 05:02:46 (GMT)
committer Pootle daemon <pootle@pootle.sugarlabs.org>2012-02-18 05:02:46 (GMT)
commita08d795d1a91ce8d49160fe22ccf30f73e2b0a4f (patch)
tree8aa9b99e50e4c6947aa815718a9bedf249aeed3e /po/ja.po
parent444461af7ce702d8b86044a7997f388a3c6cb54d (diff)
Commit from Sugar Labs: Translation System by user cjl.: 166 of 166 messages translated (0 fuzzy).
Diffstat (limited to 'po/ja.po')
-rw-r--r--po/ja.po292
1 files changed, 144 insertions, 148 deletions
diff --git a/po/ja.po b/po/ja.po
index 0e507da..fa3a28f 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-08-14 05:07+0100\n"
+"POT-Creation-Date: 2012-01-27 00:33-0500\n"
"PO-Revision-Date: 2011-08-26 09:06+0200\n"
"Last-Translator: korakurider <korakurider@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -29,6 +29,123 @@ msgstr ""
msgid "Calculate"
msgstr "Calculate"
+#: astparser.py:40
+msgid ""
+"plot(eqn, var=-a..b), plot the equation 'eqn' with the variable 'var' in the "
+"range from a to b"
+msgstr "関数plot(eqn var=-a..b)は、等式'eqn'に対するaからbの範囲の変数'var'について関数を作画します。"
+
+#: astparser.py:59
+#, python-format
+msgid "Parse error at %d"
+msgstr ""
+
+#: astparser.py:71 astparser.py:83
+#, python-format
+msgid "Error at %d"
+msgstr "%dにエラーがあります"
+
+#: astparser.py:94
+msgid "This is just a test topic, use help(index) for the index"
+msgstr "単にtestのトピックスです。索引はhelp(index)と入力してください。"
+
+#: astparser.py:106
+msgid "Use help(test) for help about 'test', or help(index) for the index"
+msgstr "'test'についてのヘルプを見るにはhelp(test)と入力してください。索引を見るにはhelp(index)と入力します。"
+
+#. TRANS: This command is descriptive, so can be translated
+#: astparser.py:109
+msgid "index"
+msgstr "index"
+
+#: astparser.py:109
+#, fuzzy
+msgid "topics"
+msgstr "トピックス"
+
+#: astparser.py:110
+msgid "Topics"
+msgstr "トピックス"
+
+#. TRANS: This command is descriptive, so can be translated
+#: astparser.py:118
+msgid "variables"
+msgstr "variables"
+
+#: astparser.py:119
+#, fuzzy
+msgid "Variables"
+msgstr "variables"
+
+#. TRANS: This command is descriptive, so can be translated
+#: astparser.py:125
+msgid "functions"
+msgstr "functions"
+
+#: astparser.py:126
+#, fuzzy
+msgid "Functions"
+msgstr "functions"
+
+#: astparser.py:135
+#, python-format
+msgid "No help about '%s' available, use help(index) for the index"
+msgstr "'%s' に関するヘルプ情報はありません。help(index)で索引を確認してください"
+
+#: astparser.py:459
+#, fuzzy
+msgid "help"
+msgstr "ヘルプ"
+
+#: astparser.py:466
+msgid "Recursion detected"
+msgstr ""
+
+#: astparser.py:490
+#, python-format
+msgid "Function '%s' not defined"
+msgstr "関数'%s'が定義されていません。"
+
+#: astparser.py:492
+#, python-format
+msgid "Variable '%s' not defined"
+msgstr "変数 '%s' が定義されていません。"
+
+#: astparser.py:502
+#, python-format
+msgid "Attribute '%s' does not exist"
+msgstr ""
+
+#: astparser.py:596
+msgid "Parse error"
+msgstr "文法チェックエラー"
+
+#: astparser.py:601
+msgid "Multiple statements not supported"
+msgstr ""
+
+#: astparser.py:625
+msgid "Internal error"
+msgstr ""
+
+#: calculate.py:109
+#, python-format
+msgid "Equation.parse() string invalid (%s)"
+msgstr "Equation.parse() の文字列が無効です(%s)"
+
+#: calculate.py:474
+msgid "Can not assign label: will cause recursion"
+msgstr ""
+
+#: calculate.py:546
+#, python-format
+msgid "Writing to journal (%s)"
+msgstr "ジャーナルへ保存中(%s)"
+
+#: calculate.py:829
+msgid "button_pressed(): invalid type"
+msgstr "button_pressed(): 無効なタイプです"
+
#: functions.py:35
msgid "add"
msgstr "追加"
@@ -297,8 +414,7 @@ msgstr ""
msgid "inv(x), return the inverse of x, which is 1 / x"
msgstr ""
-#: functions.py:309
-#: functions.py:318
+#: functions.py:309 functions.py:318
msgid "Logarithm(x) only defined for x > 0"
msgstr ""
@@ -356,8 +472,7 @@ msgstr ""
msgid "round(x), return the integer nearest to x."
msgstr ""
-#: functions.py:382
-#: functions.py:390
+#: functions.py:382 functions.py:390
msgid "Bitwise operations only apply to integers"
msgstr ""
@@ -420,103 +535,81 @@ msgstr ""
"関数xor(x,y)は排他的論理和を返します。これはxが真でyが偽、もしくはxが偽でyが真の時のみ真(true)となり、それ以外のときは偽(false)"
"となるような関数です。"
-#: layout.py:68
+#: layout.py:69
msgid "Clear"
msgstr "クリア"
-#: layout.py:77
-msgid "Enter"
-msgstr "入力"
-
-#: layout.py:98
-#: layout.py:138
+#: layout.py:99 layout.py:139
msgid "Edit"
msgstr "編集"
-#: layout.py:103
-#: layout.py:139
+#: layout.py:104 layout.py:140
msgid "Algebra"
msgstr "代数"
-#: layout.py:108
-#: layout.py:140
+#: layout.py:109 layout.py:141
msgid "Trigonometry"
msgstr "三角法"
-#: layout.py:113
-#: layout.py:141
+#: layout.py:114 layout.py:142
msgid "Boolean"
msgstr "論理関数"
-#: layout.py:118
-#: layout.py:142
+#: layout.py:119 layout.py:143
msgid "Miscellaneous"
msgstr ""
-#: layout.py:163
+#: layout.py:164
msgid "Label:"
msgstr "ラベル:"
-#: layout.py:196
+#: layout.py:197
msgid "All equations"
msgstr "すべての等式"
-#: layout.py:196
+#: layout.py:197
msgid "My equations"
msgstr "私の等式"
-#: layout.py:198
+#: layout.py:199
msgid "Change view between own and all equations"
msgstr ""
-#: layout.py:201
+#: layout.py:202
msgid "Show history"
msgstr "履歴を表示"
-#: layout.py:201
+#: layout.py:202
msgid "Show variables"
msgstr "変数を表示"
-#: layout.py:203
+#: layout.py:204
msgid "Change view between history and variables"
msgstr ""
-#. TRANS: multiplication symbol (default: '*')
+#. TRANS: multiplication symbol (default: '×')
#: mathlib.py:82
msgid "mul_sym"
msgstr "*"
-#. TRANS: division symbol (default: '/')
+#. TRANS: division symbol (default: '÷')
#: mathlib.py:87
msgid "div_sym"
msgstr "/"
-#: mathlib.py:211
+#. TRANS: equal symbol (default: '=')
+#: mathlib.py:92
+msgid "equ_sym"
+msgstr ""
+
+#: mathlib.py:216
msgid "Undefined"
msgstr "未定義"
-#: mathlib.py:221
+#: mathlib.py:226
msgid "Error: unsupported type"
msgstr "エラー: 取り扱えない型です"
-#: calculate.py:109
-#, python-format
-msgid "Equation.parse() string invalid (%s)"
-msgstr "Equation.parse() の文字列が無効です(%s)"
-
-#: calculate.py:473
-msgid "Can not assign label: will cause recursion"
-msgstr ""
-
-#: calculate.py:545
-#, python-format
-msgid "Writing to journal (%s)"
-msgstr "ジャーナルへ保存中(%s)"
-
-#: calculate.py:828
-msgid "button_pressed(): invalid type"
-msgstr "button_pressed(): 無効なタイプです"
-
#: toolbars.py:53
msgid "Help"
msgstr "ヘルプ"
@@ -667,105 +760,8 @@ msgstr ""
msgid "Integer formatting base"
msgstr ""
-#: astparser.py:40
-msgid ""
-"plot(eqn, var=-a..b), plot the equation 'eqn' with the variable 'var' in the "
-"range from a to b"
-msgstr "関数plot(eqn var=-a..b)は、等式'eqn'に対するaからbの範囲の変数'var'について関数を作画します。"
-
-#: astparser.py:59
-#, python-format
-msgid "Parse error at %d"
-msgstr ""
-
-#: astparser.py:71
-#: astparser.py:83
-#, python-format
-msgid "Error at %d"
-msgstr "%dにエラーがあります"
-
-#: astparser.py:94
-msgid "This is just a test topic, use help(index) for the index"
-msgstr "単にtestのトピックスです。索引はhelp(index)と入力してください。"
-
-#: astparser.py:106
-msgid "Use help(test) for help about 'test', or help(index) for the index"
-msgstr "'test'についてのヘルプを見るにはhelp(test)と入力してください。索引を見るにはhelp(index)と入力します。"
-
-#. TRANS: This command is descriptive, so can be translated
-#: astparser.py:109
-msgid "index"
-msgstr "index"
-
-#: astparser.py:109
-#, fuzzy
-msgid "topics"
-msgstr "トピックス"
-
-#: astparser.py:110
-msgid "Topics"
-msgstr "トピックス"
-
-#. TRANS: This command is descriptive, so can be translated
-#: astparser.py:118
-msgid "variables"
-msgstr "variables"
-
-#: astparser.py:119
-#, fuzzy
-msgid "Variables"
-msgstr "variables"
-
-#. TRANS: This command is descriptive, so can be translated
-#: astparser.py:125
-msgid "functions"
-msgstr "functions"
-
-#: astparser.py:126
-#, fuzzy
-msgid "Functions"
-msgstr "functions"
-
-#: astparser.py:135
-#, python-format
-msgid "No help about '%s' available, use help(index) for the index"
-msgstr "'%s' に関するヘルプ情報はありません。help(index)で索引を確認してください"
-
-#: astparser.py:459
-#, fuzzy
-msgid "help"
-msgstr "ヘルプ"
-
-#: astparser.py:466
-msgid "Recursion detected"
-msgstr ""
-
-#: astparser.py:490
-#, python-format
-msgid "Function '%s' not defined"
-msgstr "関数'%s'が定義されていません。"
-
-#: astparser.py:492
-#, python-format
-msgid "Variable '%s' not defined"
-msgstr "変数 '%s' が定義されていません。"
-
-#: astparser.py:502
-#, python-format
-msgid "Attribute '%s' does not exist"
-msgstr ""
-
-#: astparser.py:596
-msgid "Parse error"
-msgstr "文法チェックエラー"
-
-#: astparser.py:601
-msgid "Multiple statements not supported"
-msgstr ""
-
-#: astparser.py:625
-msgid "Internal error"
-msgstr ""
+#~ msgid "Enter"
+#~ msgstr "入力"
#~ msgid "Available functions:"
#~ msgstr "利用可能な関数:"