Pull translations

This commit is contained in:
zzz
2020-11-16 12:01:12 -05:00
parent 08d7384da6
commit 3585cd1d6b
15 changed files with 15260 additions and 517 deletions

View File

@@ -9,8 +9,8 @@ msgstr ""
"Project-Id-Version: I2P\n"
"Report-Msgid-Bugs-To: http://trac.i2p2.de\n"
"POT-Creation-Date: 2018-08-24 11:47+0000\n"
"PO-Revision-Date: 2018-10-04 00:31+0000\n"
"Last-Translator: erinm\n"
"PO-Revision-Date: 2020-11-04 00:06+0000\n"
"Last-Translator: ylsun <y15un@y15un.dog>\n"
"Language-Team: Korean (http://www.transifex.com/otf/I2P/language/ko/)\n"
"Plural-Forms: nplurals=1; plural=0\n"
"MIME-Version: 1.0\n"
@@ -296,7 +296,7 @@ msgstr ""
#: i2p2www/pages/site/comparison/other-networks.html:254
msgid "Others"
msgstr ""
msgstr "기타 사항"
#: i2p2www/pages/site/comparison/tor.html:2
msgid "I2P Compared to Tor"

View File

@@ -7,9 +7,9 @@ msgid ""
msgstr ""
"Project-Id-Version: I2P\n"
"Report-Msgid-Bugs-To: http://trac.i2p2.de\n"
"POT-Creation-Date: 2019-08-24 16:39+0000\n"
"PO-Revision-Date: 2019-10-02 10:29+0000\n"
"Last-Translator: Giovanni Pellerano <giovanni.pellerano@evilaliv3.org>\n"
"POT-Creation-Date: 2019-12-04 15:24+0000\n"
"PO-Revision-Date: 2020-11-02 11:35+0000\n"
"Last-Translator: 장민준 <mizizang@gmail.com>\n"
"Language-Team: Korean (http://www.transifex.com/otf/I2P/language/ko/)\n"
"Plural-Forms: nplurals=1; plural=0\n"
"MIME-Version: 1.0\n"
@@ -551,7 +551,6 @@ msgid "not current"
msgstr ""
#: i2p2www/pages/site/docs/naming.html:3 i2p2www/pages/site/docs/api/bob.html:3
#: i2p2www/pages/site/docs/protocol/i2cp.html:3
msgid "June 2019"
msgstr ""
@@ -1304,7 +1303,7 @@ msgstr ""
#: i2p2www/pages/site/docs/plugins.html:100
msgid "Installation"
msgstr ""
msgstr "설치"
#: i2p2www/pages/site/docs/plugins.html:101
msgid ""
@@ -1465,7 +1464,7 @@ msgid ""
"in the 767x range."
msgstr ""
#: i2p2www/pages/site/docs/ports.html:57
#: i2p2www/pages/site/docs/ports.html:59
msgid "recommended spot for new plugins/applications"
msgstr ""
@@ -4257,10 +4256,6 @@ msgstr ""
msgid "Embedding I2P in your Application"
msgstr ""
#: i2p2www/pages/site/docs/applications/embedding.html:3
msgid "November 2017"
msgstr ""
#: i2p2www/pages/site/docs/applications/embedding.html:8
msgid ""
"This page is about bundling the entire I2P router binary with your "
@@ -4593,55 +4588,57 @@ msgid ""
"Some apps may need more, e.g. i2ptunnel.jar or addressbook.jar.\n"
"Don't forget jbigi.jar, or a subset of it for the platforms you support, "
"to make the crypto much faster.\n"
"We are currently building them for Java 7, as of 0.9.24. The source is "
"mostly compatible with Java 6 if you want to do your own compile,\n"
"but we may start using Java 7 features at any time without notice.\n"
"Java 7 or higher is required to build.\n"
"If you're building Debian / Ubuntu packages, you should require the I2P "
"package from our PPA instead of bundling it.\n"
"You almost certainly do not need susimail, susidns, the router console, "
"and i2psnark, for example."
msgstr ""
#: i2p2www/pages/site/docs/applications/embedding.html:229
#: i2p2www/pages/site/docs/applications/embedding.html:228
msgid ""
"The following files should be included in the I2P installation directory,"
" specified with the \"i2p.dir.base\" property.\n"
"Don't forget certificates/reseed and certificates/ssl, required for "
"Don't forget the certificates/ directory, which is required for "
"reseeding, and blocklist.txt for IP validation.\n"
"The geoip directory is optional, but recommended so the router can make "
"decisions based on location.\n"
"If including geoip, be sure to put the file GeoLite2-Country.mmdb in that"
" directory (gunzip it from installer/resources/GeoLite2-Country.mmdb.gz)."
"\n"
"The hosts.txt file may be necessary, you may modify it to include any "
"hosts your application uses.\n"
"You may add a router.config file to the base directory to override "
"initial defaults."
"initial defaults.\n"
"Review and edit or remove the clients.config and i2ptunnel.config files."
msgstr ""
#: i2p2www/pages/site/docs/applications/embedding.html:236
#: i2p2www/pages/site/docs/applications/embedding.html:237
msgid ""
"License requirements may require you to include the LICENSES.txt file and"
" the licenses directory."
msgstr ""
#: i2p2www/pages/site/docs/applications/embedding.html:242
#: i2p2www/pages/site/docs/applications/embedding.html:243
msgid "You may also wish to bundle a hosts.txt file."
msgstr ""
#: i2p2www/pages/site/docs/applications/embedding.html:245
#: i2p2www/pages/site/docs/applications/embedding.html:246
msgid "Be sure to specify a Java 7 bootclasspath if compiling with Java 8."
msgstr ""
#: i2p2www/pages/site/docs/applications/embedding.html:253
#: i2p2www/pages/site/docs/applications/embedding.html:254
msgid "Android considerations"
msgstr ""
#: i2p2www/pages/site/docs/applications/embedding.html:254
#: i2p2www/pages/site/docs/applications/embedding.html:255
msgid ""
"Our Android router app may be shared by multiple clients.\n"
"If it is not installed, the user will be prompted when he starts a client"
" app."
msgstr ""
#: i2p2www/pages/site/docs/applications/embedding.html:258
#: i2p2www/pages/site/docs/applications/embedding.html:259
msgid ""
"Some developers have expressed concern that this is a poor user "
"experience,\n"
@@ -4651,16 +4648,16 @@ msgid ""
"More information needed."
msgstr ""
#: i2p2www/pages/site/docs/applications/embedding.html:264
#: i2p2www/pages/site/docs/applications/embedding.html:275
#: i2p2www/pages/site/docs/applications/embedding.html:265
#: i2p2www/pages/site/docs/applications/embedding.html:276
msgid "If you require assistance, please contact us."
msgstr ""
#: i2p2www/pages/site/docs/applications/embedding.html:270
#: i2p2www/pages/site/docs/applications/embedding.html:271
msgid "Maven jars"
msgstr ""
#: i2p2www/pages/site/docs/applications/embedding.html:271
#: i2p2www/pages/site/docs/applications/embedding.html:272
msgid ""
"We have a limited number of our jars on <a "
"href=\"http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22net.i2p%22\">Maven"
@@ -4669,11 +4666,11 @@ msgid ""
"expand the released jars on Maven Central."
msgstr ""
#: i2p2www/pages/site/docs/applications/embedding.html:281
#: i2p2www/pages/site/docs/applications/embedding.html:282
msgid "Datagram (DHT) considerations"
msgstr ""
#: i2p2www/pages/site/docs/applications/embedding.html:282
#: i2p2www/pages/site/docs/applications/embedding.html:283
msgid ""
"If your application is using I2P datagrams, e.g. for a DHT,\n"
"there's lots of advanced options available to reduce overhead and "
@@ -4689,32 +4686,32 @@ msgid ""
"have several."
msgstr ""
#: i2p2www/pages/site/docs/applications/embedding.html:295
#: i2p2www/pages/site/docs/applications/embedding.html:296
msgid "Comarketing"
msgstr ""
#: i2p2www/pages/site/docs/applications/embedding.html:296
#: i2p2www/pages/site/docs/applications/embedding.html:297
msgid ""
"Let's work together. Don't wait until it's done.\n"
"Give us your Twitter handle and start tweeting about it, we will return "
"the favor."
msgstr ""
#: i2p2www/pages/site/docs/applications/embedding.html:302
#: i2p2www/pages/site/docs/applications/embedding.html:303
msgid "Malware"
msgstr ""
#: i2p2www/pages/site/docs/applications/embedding.html:303
#: i2p2www/pages/site/docs/applications/embedding.html:304
msgid ""
"Please don't use I2P for evil.\n"
"It could cause great harm both to our network and our reputation."
msgstr ""
#: i2p2www/pages/site/docs/applications/embedding.html:309
#: i2p2www/pages/site/docs/applications/embedding.html:310
msgid "Join Us"
msgstr ""
#: i2p2www/pages/site/docs/applications/embedding.html:310
#: i2p2www/pages/site/docs/applications/embedding.html:311
msgid ""
"This may be obvious, but join the community. Run I2P 24/7. Start an "
"eepsite about your project.\n"
@@ -4722,11 +4719,11 @@ msgid ""
"We can help get you users, testers, translators, or even coders."
msgstr ""
#: i2p2www/pages/site/docs/applications/embedding.html:318
#: i2p2www/pages/site/docs/applications/embedding.html:319
msgid "Application Examples"
msgstr ""
#: i2p2www/pages/site/docs/applications/embedding.html:319
#: i2p2www/pages/site/docs/applications/embedding.html:320
msgid ""
"You may wish to install and play with the I2P Android app, and look at "
"its code, for an example of an application that bundles the router.\n"
@@ -4736,17 +4733,17 @@ msgid ""
" and Monero."
msgstr ""
#: i2p2www/pages/site/docs/applications/embedding.html:327
#: i2p2www/pages/site/docs/applications/embedding.html:328
msgid "Code Example"
msgstr ""
#: i2p2www/pages/site/docs/applications/embedding.html:328
#: i2p2www/pages/site/docs/applications/embedding.html:329
msgid ""
"None of the above actually tells you how to write your code to\n"
"bundle the Java router, so following is a brief example."
msgstr ""
#: i2p2www/pages/site/docs/applications/embedding.html:358
#: i2p2www/pages/site/docs/applications/embedding.html:359
msgid ""
"This code is for the case where your application starts the router, as in"
" our Android app.\n"

View File

@@ -8,8 +8,8 @@ msgstr ""
"Project-Id-Version: I2P\n"
"Report-Msgid-Bugs-To: http://trac.i2p2.de\n"
"POT-Creation-Date: 2019-11-24 14:26+0000\n"
"PO-Revision-Date: 2019-11-26 08:54+0000\n"
"Last-Translator: Johnny Cho <popeye92@gmail.com>\n"
"PO-Revision-Date: 2020-11-04 00:06+0000\n"
"Last-Translator: ylsun <y15un@y15un.dog>\n"
"Language-Team: Korean (http://www.transifex.com/otf/I2P/language/ko/)\n"
"Plural-Forms: nplurals=1; plural=0\n"
"MIME-Version: 1.0\n"
@@ -1666,7 +1666,7 @@ msgstr ""
#: i2p2www/pages/site/get-involved/develop/signed-keys.html:14
#: i2p2www/pages/site/get-involved/develop/signed-keys.html:169
msgid "Others"
msgstr ""
msgstr "기타 사항"
#: i2p2www/pages/site/get-involved/develop/signed-keys.html:17
msgid ""