Updated translation strings

This commit is contained in:
str4d
2015-10-31 05:45:12 +00:00
parent fd50027cd3
commit 8151dbe21c
103 changed files with 21472 additions and 5990 deletions

View File

@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: I2P\n"
"Report-Msgid-Bugs-To: http://trac.i2p2.de\n"
"POT-Creation-Date: 2015-05-14 04:47+0000\n"
"POT-Creation-Date: 2015-10-31 05:37+0000\n"
"PO-Revision-Date: 2015-10-26 01:36+0000\n"
"Last-Translator: a1678991 <nfgantanku@yahoo.co.jp>\n"
"Language-Team: Japanese (http://www.transifex.com/otf/I2P/language/ja/)\n"
@@ -17,7 +17,7 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.0\n"
"Generated-By: Babel 1.3\n"
#: i2p2www/pages/site/get-involved/donate.html:2
#: i2p2www/pages/site/get-involved/index.html:77
@@ -195,7 +195,7 @@ msgstr ""
msgid ""
"We need help in many areas, and you don't need to know Java to "
"contribute!\n"
"Here's a list to help you get started!"
"Here's a list to help get you started!"
msgstr ""
#: i2p2www/pages/site/get-involved/index.html:18
@@ -1976,11 +1976,11 @@ msgstr ""
msgid "Developer Commit keys"
msgstr ""
#: i2p2www/pages/site/get-involved/develop/developers-keys.html:277
#: i2p2www/pages/site/get-involved/develop/developers-keys.html:284
msgid "Developer Transport Keys"
msgstr ""
#: i2p2www/pages/site/get-involved/develop/developers-keys.html:278
#: i2p2www/pages/site/get-involved/develop/developers-keys.html:285
#, python-format
msgid ""
"<b>Note:</b> Transport keys are only needed for setting up a\n"
@@ -2342,16 +2342,20 @@ msgstr ""
msgid "Developer Guidelines and Coding Style"
msgstr ""
#: i2p2www/pages/site/get-involved/guides/dev-guidelines.html:4
#: i2p2www/pages/site/get-involved/guides/dev-guidelines.html:3
msgid "October 2015"
msgstr ""
#: i2p2www/pages/site/get-involved/guides/dev-guidelines.html:5
#, python-format
msgid "Read the <a href=\"%(newdevs)s\">new developers guide</a> first."
msgstr ""
#: i2p2www/pages/site/get-involved/guides/dev-guidelines.html:8
#: i2p2www/pages/site/get-involved/guides/dev-guidelines.html:9
msgid "Basic Guidelines and Coding Style"
msgstr ""
#: i2p2www/pages/site/get-involved/guides/dev-guidelines.html:10
#: i2p2www/pages/site/get-involved/guides/dev-guidelines.html:11
msgid ""
"Most of the following should be common sense for anybody who has worked "
"on open source or in a commercial\n"
@@ -2362,11 +2366,11 @@ msgid ""
"check with the appropriate developer for guidance."
msgstr ""
#: i2p2www/pages/site/get-involved/guides/dev-guidelines.html:18
#: i2p2www/pages/site/get-involved/guides/dev-guidelines.html:19
msgid "Community"
msgstr ""
#: i2p2www/pages/site/get-involved/guides/dev-guidelines.html:20
#: i2p2www/pages/site/get-involved/guides/dev-guidelines.html:21
msgid ""
"Please don't just \"write code\". If you can, participate in other "
"development activities, including:\n"
@@ -2375,7 +2379,7 @@ msgid ""
"bug reporting and responses; documentation; code reviews; etc."
msgstr ""
#: i2p2www/pages/site/get-involved/guides/dev-guidelines.html:25
#: i2p2www/pages/site/get-involved/guides/dev-guidelines.html:26
msgid ""
"Active devs should be available periodically on IRC #i2p-dev.\n"
"Be aware of the current release cycle.\n"
@@ -2383,7 +2387,7 @@ msgid ""
"the checkin deadline for a release."
msgstr ""
#: i2p2www/pages/site/get-involved/guides/dev-guidelines.html:35
#: i2p2www/pages/site/get-involved/guides/dev-guidelines.html:36
msgid ""
"Have a basic understanding of distributed source control systems, even if"
" you haven't\n"
@@ -2393,7 +2397,7 @@ msgid ""
"Check in some small changes and see how it goes."
msgstr ""
#: i2p2www/pages/site/get-involved/guides/dev-guidelines.html:42
#: i2p2www/pages/site/get-involved/guides/dev-guidelines.html:43
msgid ""
"Test your changes before checking them in.\n"
"If you prefer the checkin-before-test development model,\n"
@@ -2405,7 +2409,7 @@ msgid ""
"you push your change."
msgstr ""
#: i2p2www/pages/site/get-involved/guides/dev-guidelines.html:51
#: i2p2www/pages/site/get-involved/guides/dev-guidelines.html:52
msgid ""
"If your change is non-trivial, or you want people to test it and need "
"good test reports\n"
@@ -2414,13 +2418,13 @@ msgid ""
"and increment the build revision in RouterVersion.java."
msgstr ""
#: i2p2www/pages/site/get-involved/guides/dev-guidelines.html:56
#: i2p2www/pages/site/get-involved/guides/dev-guidelines.html:57
msgid ""
"Ensure that you have the latest monotonerc file in _MTN.\n"
"Do not check in on top of untrusted revisions."
msgstr ""
#: i2p2www/pages/site/get-involved/guides/dev-guidelines.html:60
#: i2p2www/pages/site/get-involved/guides/dev-guidelines.html:61
msgid ""
"Ensure that you pull the latest revision before you check in.\n"
"If you inadvertently diverge, merge and push as soon as possible.\n"
@@ -2431,7 +2435,7 @@ msgid ""
"without creating a merge revision."
msgstr ""
#: i2p2www/pages/site/get-involved/guides/dev-guidelines.html:68
#: i2p2www/pages/site/get-involved/guides/dev-guidelines.html:69
msgid ""
"Do not check in major changes into the main i2p.i2p branch late in the "
"release cycle.\n"
@@ -2440,11 +2444,11 @@ msgid ""
"and do the development there so you do not block releases."
msgstr ""
#: i2p2www/pages/site/get-involved/guides/dev-guidelines.html:75
#: i2p2www/pages/site/get-involved/guides/dev-guidelines.html:76
msgid "Coding Style"
msgstr ""
#: i2p2www/pages/site/get-involved/guides/dev-guidelines.html:77
#: i2p2www/pages/site/get-involved/guides/dev-guidelines.html:78
msgid ""
"Coding style throughout most of the code is 4-spaces for indentation. Do "
"not use tabs.\n"
@@ -2456,13 +2460,13 @@ msgid ""
"Use common sense. Emulate the style in the file you are modifying."
msgstr ""
#: i2p2www/pages/site/get-involved/guides/dev-guidelines.html:84
#: i2p2www/pages/site/get-involved/guides/dev-guidelines.html:85
msgid ""
"New classes and methods require at least brief javadocs. Add @since "
"release-number."
msgstr ""
#: i2p2www/pages/site/get-involved/guides/dev-guidelines.html:87
#: i2p2www/pages/site/get-involved/guides/dev-guidelines.html:88
msgid ""
"Classes in core/ (i2p.jar) and portions of i2ptunnel are part of our "
"official API.\n"
@@ -2475,7 +2479,7 @@ msgid ""
"website (i2p.www branch)."
msgstr ""
#: i2p2www/pages/site/get-involved/guides/dev-guidelines.html:95
#: i2p2www/pages/site/get-involved/guides/dev-guidelines.html:96
msgid ""
"Tag strings for translation where appropriate.\n"
"Don't change existing tagged strings unless really necessary, as it will "
@@ -2485,32 +2489,35 @@ msgid ""
"translators have a chance to update before the release."
msgstr ""
#: i2p2www/pages/site/get-involved/guides/dev-guidelines.html:101
#: i2p2www/pages/site/get-involved/guides/dev-guidelines.html:102
msgid ""
"Use generics and concurrent classes where possible. I2P is a highly "
"multi-threaded application."
msgstr ""
#: i2p2www/pages/site/get-involved/guides/dev-guidelines.html:104
#: i2p2www/pages/site/get-involved/guides/dev-guidelines.html:105
msgid ""
"We require Java 6 to build but only Java 5 to run I2P.\n"
"Do not use Java 6 classes or methods without handling the class not found"
" exceptions\n"
"and providing alternate Java 5 code. See classes in net.i2p.util for "
"examples."
"Be familiar with common Java pitfalls that are caught by findbugs.\n"
"Run 'ant findbugs' to learn more."
msgstr ""
#: i2p2www/pages/site/get-involved/guides/dev-guidelines.html:109
msgid ""
"We require Java 6 to build and run I2P.\n"
"Do not use Java 7 classes or methods."
msgstr ""
#: i2p2www/pages/site/get-involved/guides/dev-guidelines.html:113
msgid ""
"Explicitly convert between primitive types and classes;\n"
"don't rely on autoboxing/unboxing."
msgstr ""
#: i2p2www/pages/site/get-involved/guides/dev-guidelines.html:115
#: i2p2www/pages/site/get-involved/guides/dev-guidelines.html:119
msgid "Licenses"
msgstr ""
#: i2p2www/pages/site/get-involved/guides/dev-guidelines.html:117
#: i2p2www/pages/site/get-involved/guides/dev-guidelines.html:121
msgid ""
"Only check in code that you wrote yourself.\n"
"Before checking in any code or library jars from other sources,\n"
@@ -2519,18 +2526,18 @@ msgid ""
"and obtain approval from the lead developer."
msgstr ""
#: i2p2www/pages/site/get-involved/guides/dev-guidelines.html:124
#: i2p2www/pages/site/get-involved/guides/dev-guidelines.html:128
msgid ""
"For any images checked in from external sources,\n"
"it is your responsibility to first verify the license is compatible.\n"
"Include the license and source information in the checkin comment."
msgstr ""
#: i2p2www/pages/site/get-involved/guides/dev-guidelines.html:131
#: i2p2www/pages/site/get-involved/guides/dev-guidelines.html:135
msgid "Bugs"
msgstr ""
#: i2p2www/pages/site/get-involved/guides/dev-guidelines.html:133
#: i2p2www/pages/site/get-involved/guides/dev-guidelines.html:137
#, python-format
msgid ""
"Managing Trac tickets is everybody's job, please help.\n"
@@ -2538,7 +2545,19 @@ msgid ""
"Assign, categorize, comment on, fix, or close tickets if you can."
msgstr ""
#: i2p2www/pages/site/get-involved/guides/dev-guidelines.html:138
#: i2p2www/pages/site/get-involved/guides/dev-guidelines.html:142
msgid ""
"New developers should start by fixing a bug.\n"
"Search for bugs with the 'easy' keyword on trac.\n"
"When you have a fix, attach your patch to the ticket and add the keyword "
"'review-needed'.\n"
"Do not close the ticket until it's been successfully reviewed and you've "
"checked your changes in.\n"
"Once you've done this smoothly for a couple of tickets, you may follow "
"the normal procedure below."
msgstr ""
#: i2p2www/pages/site/get-involved/guides/dev-guidelines.html:149
msgid ""
"Close a ticket when you think you've fixed it.\n"
"We don't have a test department to verify and close tickets.\n"
@@ -3732,3 +3751,5 @@ msgid ""
"href=\"http://%(zzz)s/forums/14\">translation forum on %(zzz)s</a>."
msgstr ""