[tor-commits] [translation/communitytpo-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=communitytpo-contentspot
translation at torproject.org
translation at torproject.org
Wed Nov 25 11:15:12 UTC 2020
commit 149f59b49eb2bf1cee79cc6e4e99d3d511a8a322
Author: Translation commit bot <translation at torproject.org>
Date: Wed Nov 25 11:15:11 2020 +0000
https://gitweb.torproject.org/translation.git/commit/?h=communitytpo-contentspot
---
contents+he.po | 30 ++++++++++++++++++++----------
1 file changed, 20 insertions(+), 10 deletions(-)
diff --git a/contents+he.po b/contents+he.po
index 6123f365b9..d06fc8d9dd 100644
--- a/contents+he.po
+++ b/contents+he.po
@@ -11900,12 +11900,12 @@ msgstr ""
#: https//community.torproject.org/onion-services/advanced/client-auth/
#: (content/onion-services/advanced/client-auth/contents+en.lrpage.body)
msgid "**Step 1.** Generate a key using the algorithm x25519:"
-msgstr ""
+msgstr "**×¦×¢× 1.** ×¦×¨× ××¤×ª× ×ª×× ×©×××ש ×××××ר××ª× x25519:"
#: https//community.torproject.org/onion-services/advanced/client-auth/
#: (content/onion-services/advanced/client-auth/contents+en.lrpage.body)
msgid "$ openssl genpkey -algorithm x25519 -out /tmp/k1.prv.pem"
-msgstr ""
+msgstr "$ openssl genpkey -algorithm x25519 -out /tmp/k1.prv.pem"
#: https//community.torproject.org/onion-services/advanced/client-auth/
#: (content/onion-services/advanced/client-auth/contents+en.lrpage.body)
@@ -11915,16 +11915,18 @@ msgid ""
"If you get an error message, something has gone wrong and you cannot "
"continue until you've figured out why this didn't work."
msgstr ""
+"×× ×§××××ª× ×××עת ש××××, ×ש×× ×שת×ש ×××× ×× ×צ××××× ×××ש×× ×¢× ×שר ×××¨×¨× ××××¢ "
+"×××ר ×× ×¢××."
#: https//community.torproject.org/onion-services/advanced/client-auth/
#: (content/onion-services/advanced/client-auth/contents+en.lrpage.body)
msgid "**Step 2.** Format the keys into base32:"
-msgstr ""
+msgstr "**×¦×¢× 2.** פר××× ×ת ××פת××ת ×base32::"
#: https//community.torproject.org/onion-services/advanced/client-auth/
#: (content/onion-services/advanced/client-auth/contents+en.lrpage.body)
msgid "**Private key**"
-msgstr ""
+msgstr "**××¤×ª× ×¤×¨××**"
#: https//community.torproject.org/onion-services/advanced/client-auth/
#: (content/onion-services/advanced/client-auth/contents+en.lrpage.body)
@@ -11932,11 +11934,13 @@ msgid ""
"$ cat /tmp/k1.prv.pem | grep -v \" PRIVATE KEY\" | base64pem -d | tail "
"--bytes=32 | base32 | sed 's/=//g' > /tmp/k1.prv.key"
msgstr ""
+"$ cat /tmp/k1.prv.pem | grep -v \" PRIVATE KEY\" | base64pem -d | tail "
+"--bytes=32 | base32 | sed 's/=//g' > /tmp/k1.prv.key"
#: https//community.torproject.org/onion-services/advanced/client-auth/
#: (content/onion-services/advanced/client-auth/contents+en.lrpage.body)
msgid "**Public key**"
-msgstr ""
+msgstr "**××¤×ª× ×¦×××ר×**"
#: https//community.torproject.org/onion-services/advanced/client-auth/
#: (content/onion-services/advanced/client-auth/contents+en.lrpage.body)
@@ -11944,21 +11948,23 @@ msgid ""
"$ openssl pkey -in /tmp/k1.prv.pem -pubout | grep -v \" PUBLIC KEY\" | "
"base64pem -d | tail --bytes=32 | base32 | sed 's/=//g' > /tmp/k1.pub.key"
msgstr ""
+"$ openssl pkey -in /tmp/k1.prv.pem -pubout | grep -v \" PUBLIC KEY\" | "
+"base64pem -d | tail --bytes=32 | base32 | sed 's/=//g' > /tmp/k1.pub.key"
#: https//community.torproject.org/onion-services/advanced/client-auth/
#: (content/onion-services/advanced/client-auth/contents+en.lrpage.body)
msgid "**Step 3.** Copy the public key:"
-msgstr ""
+msgstr "**×¦×¢× 3.** ×עת××§× ×ת ×××¤×ª× ×צ×××ר×:"
#: https//community.torproject.org/onion-services/advanced/client-auth/
#: (content/onion-services/advanced/client-auth/contents+en.lrpage.body)
msgid "$ cat /tmp/k1.pub.key"
-msgstr ""
+msgstr "$ cat /tmp/k1.pub.key"
#: https//community.torproject.org/onion-services/advanced/client-auth/
#: (content/onion-services/advanced/client-auth/contents+en.lrpage.body)
msgid "**Step 4.** Create an authorized client file:"
-msgstr ""
+msgstr "**×¦×¢× 4.** ×¦×¨× ×§×××¥ ×ק×× ×××שר:"
#: https//community.torproject.org/onion-services/advanced/client-auth/
#: (content/onion-services/advanced/client-auth/contents+en.lrpage.body)
@@ -11966,6 +11972,8 @@ msgid ""
"Format the client authentication and create a new file in "
"`<HiddenServiceDir>/authorized_clients/` directory."
msgstr ""
+"פר××× ×ת ×××××ת ×ק××× × ××¦×¨× ×§×××¥ ××ש ×××ר×× "
+"`<HiddenServiceDir>/authorized_clients/` "
#: https//community.torproject.org/onion-services/advanced/client-auth/
#: (content/onion-services/advanced/client-auth/contents+en.lrpage.body)
@@ -11973,16 +11981,18 @@ msgid ""
"Each file in that directory should be suffixed with \".auth\" (i.e. "
"\"alice.auth\"; the file name is irrelevant) and its content format must be:"
msgstr ""
+"×× ×§×××¥ ×××ר×× ××× ×¦×¨×× ××××ת ×¢× ×¡×××ת \".auth\" (××ש×. \"alice.auth\"; ×©× "
+"×ק×××¥ ××× × ×ש××) ×ת××× × ×××× ××××ת:"
#: https//community.torproject.org/onion-services/advanced/client-auth/
#: (content/onion-services/advanced/client-auth/contents+en.lrpage.body)
msgid "<auth-type>:<key-type>:<base32-encoded-public-key>"
-msgstr ""
+msgstr "<auth-type>:<key-type>:<base32-encoded-public-key>"
#: https//community.torproject.org/onion-services/advanced/client-auth/
#: (content/onion-services/advanced/client-auth/contents+en.lrpage.body)
msgid "The supported values for `<auth-type>` are: \"descriptor\"."
-msgstr ""
+msgstr "×ער××× ××ת×××× ×©× `<auth-type>` ×××: \"descriptor\"."
#: https//community.torproject.org/onion-services/advanced/client-auth/
#: (content/onion-services/advanced/client-auth/contents+en.lrpage.body)
More information about the tor-commits
mailing list