forked from I2P_Developers/i2p.www
Updated translation strings
This commit is contained in:
@@ -9,7 +9,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: I2P\n"
|
||||
"Report-Msgid-Bugs-To: http://trac.i2p2.de\n"
|
||||
"POT-Creation-Date: 2016-06-01 11:46+0000\n"
|
||||
"POT-Creation-Date: 2016-07-02 04:51+0000\n"
|
||||
"PO-Revision-Date: 2016-06-01 11:51+0000\n"
|
||||
"Last-Translator: str4d <str4d@i2pmail.org>\n"
|
||||
"Language-Team: Japanese (http://www.transifex.com/otf/I2P/language/ja/)\n"
|
||||
@@ -1789,6 +1789,13 @@ msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/get-involved/develop/applications.html:325
|
||||
msgid ""
|
||||
"You can fetch these from an I2P installation, or add the following "
|
||||
"dependencies\n"
|
||||
"from Maven Central:"
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/get-involved/develop/applications.html:334
|
||||
msgid ""
|
||||
"Network communication requires the usage of I2P network sockets.\n"
|
||||
"To demonstrate this, we will create an application where a client can "
|
||||
"send text messages to a server,\n"
|
||||
@@ -1796,7 +1803,7 @@ msgid ""
|
||||
"words, the server will function as an echo."
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/get-involved/develop/applications.html:330
|
||||
#: i2p2www/pages/site/get-involved/develop/applications.html:339
|
||||
msgid ""
|
||||
"We will start by initializing the server application. This requires "
|
||||
"getting an I2PSocketManager\n"
|
||||
@@ -1810,11 +1817,11 @@ msgid ""
|
||||
"the client can connect to us."
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/get-involved/develop/applications.html:361
|
||||
#: i2p2www/pages/site/get-involved/develop/applications.html:370
|
||||
msgid "Code example 1: initializing the server application."
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/get-involved/develop/applications.html:363
|
||||
#: i2p2www/pages/site/get-involved/develop/applications.html:372
|
||||
msgid ""
|
||||
"Once we have an I2PServerSocket, we can create I2PSocket instances to "
|
||||
"accept connections from clients.\n"
|
||||
@@ -1828,24 +1835,24 @@ msgid ""
|
||||
"The bold code is the new code we add."
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/get-involved/develop/applications.html:447
|
||||
#: i2p2www/pages/site/get-involved/develop/applications.html:456
|
||||
msgid "Code example 2: accepting connections from clients and handling messages."
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/get-involved/develop/applications.html:451
|
||||
#: i2p2www/pages/site/get-involved/develop/applications.html:460
|
||||
msgid ""
|
||||
"When you run the above server code, it should print something like this "
|
||||
"(but without the line endings, it should just be\n"
|
||||
"one huge block of characters):"
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/get-involved/develop/applications.html:465
|
||||
#: i2p2www/pages/site/get-involved/develop/applications.html:474
|
||||
msgid ""
|
||||
"This is the base64-representation of the server Destination. The client "
|
||||
"will need this string to reach the server."
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/get-involved/develop/applications.html:469
|
||||
#: i2p2www/pages/site/get-involved/develop/applications.html:478
|
||||
msgid ""
|
||||
"Now, we will create the client application. Again, a number of steps are "
|
||||
"required for initialization.\n"
|
||||
@@ -1859,13 +1866,13 @@ msgid ""
|
||||
" from the server."
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/get-involved/develop/applications.html:553
|
||||
#: i2p2www/pages/site/get-involved/develop/applications.html:562
|
||||
msgid ""
|
||||
"Code example 3: starting the client and connecting it to the server "
|
||||
"application."
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/get-involved/develop/applications.html:555
|
||||
#: i2p2www/pages/site/get-involved/develop/applications.html:564
|
||||
msgid ""
|
||||
"Finally, you can run both the server and the client application.\n"
|
||||
"First, start the server application. It will print a Destination string "
|
||||
@@ -1876,47 +1883,47 @@ msgid ""
|
||||
"server, who will print the message and send it back to the client."
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/get-involved/develop/applications.html:561
|
||||
#: i2p2www/pages/site/get-involved/develop/applications.html:570
|
||||
msgid "Congratulations, you have successfully communicated over I2P!"
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/get-involved/develop/applications.html:565
|
||||
#: i2p2www/pages/site/get-involved/develop/applications.html:574
|
||||
msgid "Existing Applications"
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/get-involved/develop/applications.html:566
|
||||
#: i2p2www/pages/site/get-involved/develop/applications.html:575
|
||||
msgid "Contact us if you would like to contribute."
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/get-involved/develop/applications.html:587
|
||||
#: i2p2www/pages/site/get-involved/develop/applications.html:596
|
||||
msgid "Application Ideas"
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/get-involved/develop/applications.html:589
|
||||
#: i2p2www/pages/site/get-involved/develop/applications.html:598
|
||||
msgid "NNTP server - there have been some in the past, none at the moment"
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/get-involved/develop/applications.html:592
|
||||
#: i2p2www/pages/site/get-involved/develop/applications.html:601
|
||||
msgid ""
|
||||
"Jabber server - there have been some in the past, and there is one at the"
|
||||
" moment, with access to the public internet"
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/get-involved/develop/applications.html:595
|
||||
#: i2p2www/pages/site/get-involved/develop/applications.html:604
|
||||
msgid "PGP Key server and/or proxy"
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/get-involved/develop/applications.html:598
|
||||
#: i2p2www/pages/site/get-involved/develop/applications.html:607
|
||||
msgid ""
|
||||
"Content Distribution / DHT applications - resurrect feedspace,\n"
|
||||
"port dijjer, look for alternatives"
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/get-involved/develop/applications.html:602
|
||||
#: i2p2www/pages/site/get-involved/develop/applications.html:611
|
||||
msgid "Help out with <a href=\"http://syndie.i2p2.de/\">Syndie</a> development"
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/get-involved/develop/applications.html:605
|
||||
#: i2p2www/pages/site/get-involved/develop/applications.html:614
|
||||
msgid ""
|
||||
"Web-based applications - The sky is the limit for hosting web-server-"
|
||||
"based\n"
|
||||
@@ -1924,7 +1931,7 @@ msgid ""
|
||||
"Any web or CGI technology such as Perl, PHP, Python, or Ruby will work."
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/get-involved/develop/applications.html:610
|
||||
#: i2p2www/pages/site/get-involved/develop/applications.html:619
|
||||
msgid ""
|
||||
"Resurrect some old apps, several previously in the i2p source package -\n"
|
||||
"bogobot, pants, proxyscript, q, stasher, socks proxy, i2ping, feedspace"
|
||||
|
Reference in New Issue
Block a user