luci-app-fwknopd: Updated translations.
Signed-off-by: Oldřich Jedlička <oldium.pro@gmail.com>
This commit is contained in:
parent
e24415ac12
commit
c3d9d2aeab
33 changed files with 4090 additions and 793 deletions
|
@ -11,21 +11,29 @@ msgstr ""
|
||||||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
|
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
|
||||||
"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
|
"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:48
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:374
|
||||||
msgid ""
|
msgid ""
|
||||||
"Allow SPA clients to request access to services through an iptables firewall "
|
"Allow SPA clients to request access to services through an iptables firewall "
|
||||||
"instead of just to it."
|
"instead of just to it."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:49
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:375
|
||||||
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:326
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:348
|
||||||
msgid "Base64 key"
|
msgid "Base64 key"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:356
|
||||||
|
msgid ""
|
||||||
|
"Define a set of ports and protocols (tcp or udp) that are explicitly not "
|
||||||
|
"allowed regardless of the validity of the incoming SPA packet. Multiple "
|
||||||
|
"entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:351
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
||||||
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
||||||
|
@ -33,7 +41,19 @@ msgid ""
|
||||||
"matches any “RESTRICT_PORTS” entries). Multiple entries are comma-separated."
|
"matches any “RESTRICT_PORTS” entries). Multiple entries are comma-separated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:36
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:337
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key (in Base64 encoding) used for verifying "
|
||||||
|
"the authenticity of the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:329
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key used for verifying the authenticity of "
|
||||||
|
"the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:360
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the length of time access will be granted by fwknopd through the "
|
"Define the length of time access will be granted by fwknopd through the "
|
||||||
"firewall after a valid knock sequence from a source IP address. If "
|
"firewall after a valid knock sequence from a source IP address. If "
|
||||||
|
@ -41,18 +61,23 @@ msgid ""
|
||||||
"automatically be set."
|
"automatically be set."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:18
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:315
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:20
|
msgid ""
|
||||||
|
"Define the symmetric key (in Base64 encoding) used for decrypting an "
|
||||||
|
"incoming SPA packet that is encrypted by the fwknop client with Rijndael."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:307
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
||||||
"encrypted by the fwknop client with Rijndael."
|
"encrypted by the fwknop client with Rijndael."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:6
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:263
|
||||||
msgid "Enable Uci/Luci control"
|
msgid "Enable Uci/Luci control"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid "Enable config overwrite"
|
msgid "Enable config overwrite"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -60,11 +85,11 @@ msgstr ""
|
||||||
msgid "Firewall Knock Daemon"
|
msgid "Firewall Knock Daemon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:4
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:261
|
||||||
msgid "Firewall Knock Operator"
|
msgid "Firewall Knock Operator Daemon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:39
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:365
|
||||||
msgid ""
|
msgid ""
|
||||||
"Force all SPA packets to contain a real IP address within the encrypted "
|
"Force all SPA packets to contain a real IP address within the encrypted "
|
||||||
"data. This makes it impossible to use the -s command line argument on the "
|
"data. This makes it impossible to use the -s command line argument on the "
|
||||||
|
@ -73,43 +98,115 @@ msgid ""
|
||||||
"know the external IP and set it via the -a argument."
|
"know the external IP and set it via the -a argument."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:302
|
||||||
|
msgid "Generate Keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid "Generate keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid ""
|
||||||
|
"Generates the symmetric key used for decrypting an incoming SPA packet, that "
|
||||||
|
"is encrypted by the fwknop client with Rijndael block cipher, and HMAC "
|
||||||
|
"authentication key used to verify the authenticity of the incoming SPA "
|
||||||
|
"packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
||||||
msgid "Grant UCI access for luci-app-fwknopd"
|
msgid "Grant UCI access for luci-app-fwknopd"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:346
|
||||||
|
msgid "HMAC key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:324
|
||||||
|
msgid "Key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:152
|
||||||
|
msgid "Loading…"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:372
|
||||||
msgid ""
|
msgid ""
|
||||||
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
||||||
"seconds."
|
"seconds."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
msgid "Normal Key"
|
msgid "Network"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:47
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:267
|
||||||
|
msgid "Network configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:325
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:347
|
||||||
|
msgid "Normal key"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:281
|
||||||
|
msgid "QR code"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:373
|
||||||
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:28
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:334
|
||||||
msgid "The base64 hmac key"
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:343
|
||||||
|
msgid "The HMAC authentication key has to be specified."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:292
|
||||||
msgid "Use ANY for any source IP"
|
msgid ""
|
||||||
|
"The destination address for which the SPA packet will be accepted. The "
|
||||||
|
"string “ANY” is also accepted if a valid SPA packet should be honored to any "
|
||||||
|
"destination IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
|
msgid ""
|
||||||
|
"The network on which the daemon listens. The daemon is automatically started "
|
||||||
|
"when the network is up-and-running. This option has precedence over "
|
||||||
|
"“PCAP_INTF” option."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:283
|
||||||
|
msgid ""
|
||||||
|
"The source address from which the SPA packet will be accepted. The string "
|
||||||
|
"“ANY” is also accepted if a valid SPA packet should be honored from any "
|
||||||
|
"source IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:289
|
||||||
|
msgid "The source address has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:312
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:321
|
||||||
|
msgid "The symmetric key has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid ""
|
msgid ""
|
||||||
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
||||||
"ignoring any settings here."
|
"ignoring any settings here."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:10
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:277
|
||||||
msgid "access.conf stanzas"
|
msgid "access.conf stanzas"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:44
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:370
|
||||||
msgid "fwknopd.conf config options"
|
msgid "fwknopd.conf config options"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -10,21 +10,29 @@ msgstr ""
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:48
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:374
|
||||||
msgid ""
|
msgid ""
|
||||||
"Allow SPA clients to request access to services through an iptables firewall "
|
"Allow SPA clients to request access to services through an iptables firewall "
|
||||||
"instead of just to it."
|
"instead of just to it."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:49
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:375
|
||||||
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:326
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:348
|
||||||
msgid "Base64 key"
|
msgid "Base64 key"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:356
|
||||||
|
msgid ""
|
||||||
|
"Define a set of ports and protocols (tcp or udp) that are explicitly not "
|
||||||
|
"allowed regardless of the validity of the incoming SPA packet. Multiple "
|
||||||
|
"entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:351
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
||||||
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
||||||
|
@ -32,7 +40,19 @@ msgid ""
|
||||||
"matches any “RESTRICT_PORTS” entries). Multiple entries are comma-separated."
|
"matches any “RESTRICT_PORTS” entries). Multiple entries are comma-separated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:36
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:337
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key (in Base64 encoding) used for verifying "
|
||||||
|
"the authenticity of the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:329
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key used for verifying the authenticity of "
|
||||||
|
"the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:360
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the length of time access will be granted by fwknopd through the "
|
"Define the length of time access will be granted by fwknopd through the "
|
||||||
"firewall after a valid knock sequence from a source IP address. If "
|
"firewall after a valid knock sequence from a source IP address. If "
|
||||||
|
@ -40,18 +60,23 @@ msgid ""
|
||||||
"automatically be set."
|
"automatically be set."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:18
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:315
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:20
|
msgid ""
|
||||||
|
"Define the symmetric key (in Base64 encoding) used for decrypting an "
|
||||||
|
"incoming SPA packet that is encrypted by the fwknop client with Rijndael."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:307
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
||||||
"encrypted by the fwknop client with Rijndael."
|
"encrypted by the fwknop client with Rijndael."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:6
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:263
|
||||||
msgid "Enable Uci/Luci control"
|
msgid "Enable Uci/Luci control"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid "Enable config overwrite"
|
msgid "Enable config overwrite"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -59,11 +84,11 @@ msgstr ""
|
||||||
msgid "Firewall Knock Daemon"
|
msgid "Firewall Knock Daemon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:4
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:261
|
||||||
msgid "Firewall Knock Operator"
|
msgid "Firewall Knock Operator Daemon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:39
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:365
|
||||||
msgid ""
|
msgid ""
|
||||||
"Force all SPA packets to contain a real IP address within the encrypted "
|
"Force all SPA packets to contain a real IP address within the encrypted "
|
||||||
"data. This makes it impossible to use the -s command line argument on the "
|
"data. This makes it impossible to use the -s command line argument on the "
|
||||||
|
@ -72,43 +97,115 @@ msgid ""
|
||||||
"know the external IP and set it via the -a argument."
|
"know the external IP and set it via the -a argument."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:302
|
||||||
|
msgid "Generate Keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid "Generate keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid ""
|
||||||
|
"Generates the symmetric key used for decrypting an incoming SPA packet, that "
|
||||||
|
"is encrypted by the fwknop client with Rijndael block cipher, and HMAC "
|
||||||
|
"authentication key used to verify the authenticity of the incoming SPA "
|
||||||
|
"packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
||||||
msgid "Grant UCI access for luci-app-fwknopd"
|
msgid "Grant UCI access for luci-app-fwknopd"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:346
|
||||||
|
msgid "HMAC key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:324
|
||||||
|
msgid "Key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:152
|
||||||
|
msgid "Loading…"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:372
|
||||||
msgid ""
|
msgid ""
|
||||||
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
||||||
"seconds."
|
"seconds."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
msgid "Normal Key"
|
msgid "Network"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:47
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:267
|
||||||
|
msgid "Network configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:325
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:347
|
||||||
|
msgid "Normal key"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:281
|
||||||
|
msgid "QR code"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:373
|
||||||
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:28
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:334
|
||||||
msgid "The base64 hmac key"
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:343
|
||||||
|
msgid "The HMAC authentication key has to be specified."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:292
|
||||||
msgid "Use ANY for any source IP"
|
msgid ""
|
||||||
|
"The destination address for which the SPA packet will be accepted. The "
|
||||||
|
"string “ANY” is also accepted if a valid SPA packet should be honored to any "
|
||||||
|
"destination IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
|
msgid ""
|
||||||
|
"The network on which the daemon listens. The daemon is automatically started "
|
||||||
|
"when the network is up-and-running. This option has precedence over "
|
||||||
|
"“PCAP_INTF” option."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:283
|
||||||
|
msgid ""
|
||||||
|
"The source address from which the SPA packet will be accepted. The string "
|
||||||
|
"“ANY” is also accepted if a valid SPA packet should be honored from any "
|
||||||
|
"source IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:289
|
||||||
|
msgid "The source address has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:312
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:321
|
||||||
|
msgid "The symmetric key has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid ""
|
msgid ""
|
||||||
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
||||||
"ignoring any settings here."
|
"ignoring any settings here."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:10
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:277
|
||||||
msgid "access.conf stanzas"
|
msgid "access.conf stanzas"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:44
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:370
|
||||||
msgid "fwknopd.conf config options"
|
msgid "fwknopd.conf config options"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -10,21 +10,29 @@ msgstr ""
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:48
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:374
|
||||||
msgid ""
|
msgid ""
|
||||||
"Allow SPA clients to request access to services through an iptables firewall "
|
"Allow SPA clients to request access to services through an iptables firewall "
|
||||||
"instead of just to it."
|
"instead of just to it."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:49
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:375
|
||||||
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:326
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:348
|
||||||
msgid "Base64 key"
|
msgid "Base64 key"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:356
|
||||||
|
msgid ""
|
||||||
|
"Define a set of ports and protocols (tcp or udp) that are explicitly not "
|
||||||
|
"allowed regardless of the validity of the incoming SPA packet. Multiple "
|
||||||
|
"entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:351
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
||||||
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
||||||
|
@ -32,7 +40,19 @@ msgid ""
|
||||||
"matches any “RESTRICT_PORTS” entries). Multiple entries are comma-separated."
|
"matches any “RESTRICT_PORTS” entries). Multiple entries are comma-separated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:36
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:337
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key (in Base64 encoding) used for verifying "
|
||||||
|
"the authenticity of the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:329
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key used for verifying the authenticity of "
|
||||||
|
"the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:360
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the length of time access will be granted by fwknopd through the "
|
"Define the length of time access will be granted by fwknopd through the "
|
||||||
"firewall after a valid knock sequence from a source IP address. If "
|
"firewall after a valid knock sequence from a source IP address. If "
|
||||||
|
@ -40,18 +60,23 @@ msgid ""
|
||||||
"automatically be set."
|
"automatically be set."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:18
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:315
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:20
|
msgid ""
|
||||||
|
"Define the symmetric key (in Base64 encoding) used for decrypting an "
|
||||||
|
"incoming SPA packet that is encrypted by the fwknop client with Rijndael."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:307
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
||||||
"encrypted by the fwknop client with Rijndael."
|
"encrypted by the fwknop client with Rijndael."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:6
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:263
|
||||||
msgid "Enable Uci/Luci control"
|
msgid "Enable Uci/Luci control"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid "Enable config overwrite"
|
msgid "Enable config overwrite"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -59,11 +84,11 @@ msgstr ""
|
||||||
msgid "Firewall Knock Daemon"
|
msgid "Firewall Knock Daemon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:4
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:261
|
||||||
msgid "Firewall Knock Operator"
|
msgid "Firewall Knock Operator Daemon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:39
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:365
|
||||||
msgid ""
|
msgid ""
|
||||||
"Force all SPA packets to contain a real IP address within the encrypted "
|
"Force all SPA packets to contain a real IP address within the encrypted "
|
||||||
"data. This makes it impossible to use the -s command line argument on the "
|
"data. This makes it impossible to use the -s command line argument on the "
|
||||||
|
@ -72,43 +97,115 @@ msgid ""
|
||||||
"know the external IP and set it via the -a argument."
|
"know the external IP and set it via the -a argument."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:302
|
||||||
|
msgid "Generate Keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid "Generate keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid ""
|
||||||
|
"Generates the symmetric key used for decrypting an incoming SPA packet, that "
|
||||||
|
"is encrypted by the fwknop client with Rijndael block cipher, and HMAC "
|
||||||
|
"authentication key used to verify the authenticity of the incoming SPA "
|
||||||
|
"packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
||||||
msgid "Grant UCI access for luci-app-fwknopd"
|
msgid "Grant UCI access for luci-app-fwknopd"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:346
|
||||||
|
msgid "HMAC key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:324
|
||||||
|
msgid "Key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:152
|
||||||
|
msgid "Loading…"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:372
|
||||||
msgid ""
|
msgid ""
|
||||||
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
||||||
"seconds."
|
"seconds."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
msgid "Normal Key"
|
msgid "Network"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:47
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:267
|
||||||
|
msgid "Network configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:325
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:347
|
||||||
|
msgid "Normal key"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:281
|
||||||
|
msgid "QR code"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:373
|
||||||
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:28
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:334
|
||||||
msgid "The base64 hmac key"
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:343
|
||||||
|
msgid "The HMAC authentication key has to be specified."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:292
|
||||||
msgid "Use ANY for any source IP"
|
msgid ""
|
||||||
|
"The destination address for which the SPA packet will be accepted. The "
|
||||||
|
"string “ANY” is also accepted if a valid SPA packet should be honored to any "
|
||||||
|
"destination IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
|
msgid ""
|
||||||
|
"The network on which the daemon listens. The daemon is automatically started "
|
||||||
|
"when the network is up-and-running. This option has precedence over "
|
||||||
|
"“PCAP_INTF” option."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:283
|
||||||
|
msgid ""
|
||||||
|
"The source address from which the SPA packet will be accepted. The string "
|
||||||
|
"“ANY” is also accepted if a valid SPA packet should be honored from any "
|
||||||
|
"source IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:289
|
||||||
|
msgid "The source address has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:312
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:321
|
||||||
|
msgid "The symmetric key has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid ""
|
msgid ""
|
||||||
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
||||||
"ignoring any settings here."
|
"ignoring any settings here."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:10
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:277
|
||||||
msgid "access.conf stanzas"
|
msgid "access.conf stanzas"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:44
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:370
|
||||||
msgid "fwknopd.conf config options"
|
msgid "fwknopd.conf config options"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -10,21 +10,29 @@ msgstr ""
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:48
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:374
|
||||||
msgid ""
|
msgid ""
|
||||||
"Allow SPA clients to request access to services through an iptables firewall "
|
"Allow SPA clients to request access to services through an iptables firewall "
|
||||||
"instead of just to it."
|
"instead of just to it."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:49
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:375
|
||||||
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:326
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:348
|
||||||
msgid "Base64 key"
|
msgid "Base64 key"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:356
|
||||||
|
msgid ""
|
||||||
|
"Define a set of ports and protocols (tcp or udp) that are explicitly not "
|
||||||
|
"allowed regardless of the validity of the incoming SPA packet. Multiple "
|
||||||
|
"entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:351
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
||||||
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
||||||
|
@ -32,7 +40,19 @@ msgid ""
|
||||||
"matches any “RESTRICT_PORTS” entries). Multiple entries are comma-separated."
|
"matches any “RESTRICT_PORTS” entries). Multiple entries are comma-separated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:36
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:337
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key (in Base64 encoding) used for verifying "
|
||||||
|
"the authenticity of the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:329
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key used for verifying the authenticity of "
|
||||||
|
"the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:360
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the length of time access will be granted by fwknopd through the "
|
"Define the length of time access will be granted by fwknopd through the "
|
||||||
"firewall after a valid knock sequence from a source IP address. If "
|
"firewall after a valid knock sequence from a source IP address. If "
|
||||||
|
@ -40,18 +60,23 @@ msgid ""
|
||||||
"automatically be set."
|
"automatically be set."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:18
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:315
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:20
|
msgid ""
|
||||||
|
"Define the symmetric key (in Base64 encoding) used for decrypting an "
|
||||||
|
"incoming SPA packet that is encrypted by the fwknop client with Rijndael."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:307
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
||||||
"encrypted by the fwknop client with Rijndael."
|
"encrypted by the fwknop client with Rijndael."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:6
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:263
|
||||||
msgid "Enable Uci/Luci control"
|
msgid "Enable Uci/Luci control"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid "Enable config overwrite"
|
msgid "Enable config overwrite"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -59,11 +84,11 @@ msgstr ""
|
||||||
msgid "Firewall Knock Daemon"
|
msgid "Firewall Knock Daemon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:4
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:261
|
||||||
msgid "Firewall Knock Operator"
|
msgid "Firewall Knock Operator Daemon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:39
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:365
|
||||||
msgid ""
|
msgid ""
|
||||||
"Force all SPA packets to contain a real IP address within the encrypted "
|
"Force all SPA packets to contain a real IP address within the encrypted "
|
||||||
"data. This makes it impossible to use the -s command line argument on the "
|
"data. This makes it impossible to use the -s command line argument on the "
|
||||||
|
@ -72,43 +97,115 @@ msgid ""
|
||||||
"know the external IP and set it via the -a argument."
|
"know the external IP and set it via the -a argument."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:302
|
||||||
|
msgid "Generate Keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid "Generate keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid ""
|
||||||
|
"Generates the symmetric key used for decrypting an incoming SPA packet, that "
|
||||||
|
"is encrypted by the fwknop client with Rijndael block cipher, and HMAC "
|
||||||
|
"authentication key used to verify the authenticity of the incoming SPA "
|
||||||
|
"packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
||||||
msgid "Grant UCI access for luci-app-fwknopd"
|
msgid "Grant UCI access for luci-app-fwknopd"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:346
|
||||||
|
msgid "HMAC key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:324
|
||||||
|
msgid "Key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:152
|
||||||
|
msgid "Loading…"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:372
|
||||||
msgid ""
|
msgid ""
|
||||||
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
||||||
"seconds."
|
"seconds."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
msgid "Normal Key"
|
msgid "Network"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:47
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:267
|
||||||
|
msgid "Network configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:325
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:347
|
||||||
|
msgid "Normal key"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:281
|
||||||
|
msgid "QR code"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:373
|
||||||
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:28
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:334
|
||||||
msgid "The base64 hmac key"
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:343
|
||||||
|
msgid "The HMAC authentication key has to be specified."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:292
|
||||||
msgid "Use ANY for any source IP"
|
msgid ""
|
||||||
|
"The destination address for which the SPA packet will be accepted. The "
|
||||||
|
"string “ANY” is also accepted if a valid SPA packet should be honored to any "
|
||||||
|
"destination IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
|
msgid ""
|
||||||
|
"The network on which the daemon listens. The daemon is automatically started "
|
||||||
|
"when the network is up-and-running. This option has precedence over "
|
||||||
|
"“PCAP_INTF” option."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:283
|
||||||
|
msgid ""
|
||||||
|
"The source address from which the SPA packet will be accepted. The string "
|
||||||
|
"“ANY” is also accepted if a valid SPA packet should be honored from any "
|
||||||
|
"source IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:289
|
||||||
|
msgid "The source address has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:312
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:321
|
||||||
|
msgid "The symmetric key has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid ""
|
msgid ""
|
||||||
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
||||||
"ignoring any settings here."
|
"ignoring any settings here."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:10
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:277
|
||||||
msgid "access.conf stanzas"
|
msgid "access.conf stanzas"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:44
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:370
|
||||||
msgid "fwknopd.conf config options"
|
msgid "fwknopd.conf config options"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ msgstr ""
|
||||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||||
"X-Generator: Weblate 3.11-dev\n"
|
"X-Generator: Weblate 3.11-dev\n"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:48
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:374
|
||||||
msgid ""
|
msgid ""
|
||||||
"Allow SPA clients to request access to services through an iptables firewall "
|
"Allow SPA clients to request access to services through an iptables firewall "
|
||||||
"instead of just to it."
|
"instead of just to it."
|
||||||
|
@ -20,15 +20,23 @@ msgstr ""
|
||||||
"Umožnit SPA klientů žádat o přístup ke službám skrze iptables brány firewall "
|
"Umožnit SPA klientů žádat o přístup ke službám skrze iptables brány firewall "
|
||||||
"namísto u ní."
|
"namísto u ní."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:49
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:375
|
||||||
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
||||||
msgstr "Umožnit SPA klientům žádá předávání cíle podle DNS názvu."
|
msgstr "Umožnit SPA klientům žádá předávání cíle podle DNS názvu."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:326
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:348
|
||||||
msgid "Base64 key"
|
msgid "Base64 key"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:356
|
||||||
|
msgid ""
|
||||||
|
"Define a set of ports and protocols (tcp or udp) that are explicitly not "
|
||||||
|
"allowed regardless of the validity of the incoming SPA packet. Multiple "
|
||||||
|
"entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:351
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
||||||
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
||||||
|
@ -36,7 +44,19 @@ msgid ""
|
||||||
"matches any “RESTRICT_PORTS” entries). Multiple entries are comma-separated."
|
"matches any “RESTRICT_PORTS” entries). Multiple entries are comma-separated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:36
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:337
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key (in Base64 encoding) used for verifying "
|
||||||
|
"the authenticity of the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:329
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key used for verifying the authenticity of "
|
||||||
|
"the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:360
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the length of time access will be granted by fwknopd through the "
|
"Define the length of time access will be granted by fwknopd through the "
|
||||||
"firewall after a valid knock sequence from a source IP address. If "
|
"firewall after a valid knock sequence from a source IP address. If "
|
||||||
|
@ -44,18 +64,23 @@ msgid ""
|
||||||
"automatically be set."
|
"automatically be set."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:18
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:315
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:20
|
msgid ""
|
||||||
|
"Define the symmetric key (in Base64 encoding) used for decrypting an "
|
||||||
|
"incoming SPA packet that is encrypted by the fwknop client with Rijndael."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:307
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
||||||
"encrypted by the fwknop client with Rijndael."
|
"encrypted by the fwknop client with Rijndael."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:6
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:263
|
||||||
msgid "Enable Uci/Luci control"
|
msgid "Enable Uci/Luci control"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid "Enable config overwrite"
|
msgid "Enable config overwrite"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -63,11 +88,11 @@ msgstr ""
|
||||||
msgid "Firewall Knock Daemon"
|
msgid "Firewall Knock Daemon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:4
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:261
|
||||||
msgid "Firewall Knock Operator"
|
msgid "Firewall Knock Operator Daemon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:39
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:365
|
||||||
msgid ""
|
msgid ""
|
||||||
"Force all SPA packets to contain a real IP address within the encrypted "
|
"Force all SPA packets to contain a real IP address within the encrypted "
|
||||||
"data. This makes it impossible to use the -s command line argument on the "
|
"data. This makes it impossible to use the -s command line argument on the "
|
||||||
|
@ -76,43 +101,115 @@ msgid ""
|
||||||
"know the external IP and set it via the -a argument."
|
"know the external IP and set it via the -a argument."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:302
|
||||||
|
msgid "Generate Keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid "Generate keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid ""
|
||||||
|
"Generates the symmetric key used for decrypting an incoming SPA packet, that "
|
||||||
|
"is encrypted by the fwknop client with Rijndael block cipher, and HMAC "
|
||||||
|
"authentication key used to verify the authenticity of the incoming SPA "
|
||||||
|
"packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
||||||
msgid "Grant UCI access for luci-app-fwknopd"
|
msgid "Grant UCI access for luci-app-fwknopd"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:346
|
||||||
|
msgid "HMAC key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:324
|
||||||
|
msgid "Key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:152
|
||||||
|
msgid "Loading…"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:372
|
||||||
msgid ""
|
msgid ""
|
||||||
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
||||||
"seconds."
|
"seconds."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
msgid "Normal Key"
|
msgid "Network"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:47
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:267
|
||||||
|
msgid "Network configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:325
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:347
|
||||||
|
msgid "Normal key"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:281
|
||||||
|
msgid "QR code"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:373
|
||||||
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:28
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:334
|
||||||
msgid "The base64 hmac key"
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:343
|
||||||
|
msgid "The HMAC authentication key has to be specified."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:292
|
||||||
msgid "Use ANY for any source IP"
|
msgid ""
|
||||||
|
"The destination address for which the SPA packet will be accepted. The "
|
||||||
|
"string “ANY” is also accepted if a valid SPA packet should be honored to any "
|
||||||
|
"destination IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
|
msgid ""
|
||||||
|
"The network on which the daemon listens. The daemon is automatically started "
|
||||||
|
"when the network is up-and-running. This option has precedence over "
|
||||||
|
"“PCAP_INTF” option."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:283
|
||||||
|
msgid ""
|
||||||
|
"The source address from which the SPA packet will be accepted. The string "
|
||||||
|
"“ANY” is also accepted if a valid SPA packet should be honored from any "
|
||||||
|
"source IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:289
|
||||||
|
msgid "The source address has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:312
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:321
|
||||||
|
msgid "The symmetric key has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid ""
|
msgid ""
|
||||||
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
||||||
"ignoring any settings here."
|
"ignoring any settings here."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:10
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:277
|
||||||
msgid "access.conf stanzas"
|
msgid "access.conf stanzas"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:44
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:370
|
||||||
msgid "fwknopd.conf config options"
|
msgid "fwknopd.conf config options"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ msgstr ""
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||||
"X-Generator: Weblate 4.2-dev\n"
|
"X-Generator: Weblate 4.2-dev\n"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:48
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:374
|
||||||
msgid ""
|
msgid ""
|
||||||
"Allow SPA clients to request access to services through an iptables firewall "
|
"Allow SPA clients to request access to services through an iptables firewall "
|
||||||
"instead of just to it."
|
"instead of just to it."
|
||||||
|
@ -20,15 +20,23 @@ msgstr ""
|
||||||
"Ermögliche SPA-Clients Zugriff auf Dienste über eine iptables-Firewall "
|
"Ermögliche SPA-Clients Zugriff auf Dienste über eine iptables-Firewall "
|
||||||
"anzufordern anstatt direkten Zugriff zu gewähren."
|
"anzufordern anstatt direkten Zugriff zu gewähren."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:49
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:375
|
||||||
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
||||||
msgstr "Erlaube SPA-Clients die Forward-destination via DNS-Namen zu setzen."
|
msgstr "Erlaube SPA-Clients die Forward-destination via DNS-Namen zu setzen."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:326
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:348
|
||||||
msgid "Base64 key"
|
msgid "Base64 key"
|
||||||
msgstr "Base64-Schlüssel"
|
msgstr "Base64-Schlüssel"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:356
|
||||||
|
msgid ""
|
||||||
|
"Define a set of ports and protocols (tcp or udp) that are explicitly not "
|
||||||
|
"allowed regardless of the validity of the incoming SPA packet. Multiple "
|
||||||
|
"entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:351
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
||||||
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
||||||
|
@ -41,7 +49,19 @@ msgstr ""
|
||||||
"SPA-Feld zu ermöglichen (außer es deckt sich mit \"RESTRICT_PORTS\"-"
|
"SPA-Feld zu ermöglichen (außer es deckt sich mit \"RESTRICT_PORTS\"-"
|
||||||
"Einträgen). Mehrfacheinträge per Komma trennen."
|
"Einträgen). Mehrfacheinträge per Komma trennen."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:36
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:337
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key (in Base64 encoding) used for verifying "
|
||||||
|
"the authenticity of the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:329
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key used for verifying the authenticity of "
|
||||||
|
"the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:360
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the length of time access will be granted by fwknopd through the "
|
"Define the length of time access will be granted by fwknopd through the "
|
||||||
"firewall after a valid knock sequence from a source IP address. If "
|
"firewall after a valid knock sequence from a source IP address. If "
|
||||||
|
@ -53,8 +73,13 @@ msgstr ""
|
||||||
"erkannt wurde. Falls \"FW_ACCESS_TIMEOUT\" nicht gesetzt ist, wird die "
|
"erkannt wurde. Falls \"FW_ACCESS_TIMEOUT\" nicht gesetzt ist, wird die "
|
||||||
"Voreinstellung von 30s automatisch gesetzt."
|
"Voreinstellung von 30s automatisch gesetzt."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:18
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:315
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:20
|
msgid ""
|
||||||
|
"Define the symmetric key (in Base64 encoding) used for decrypting an "
|
||||||
|
"incoming SPA packet that is encrypted by the fwknop client with Rijndael."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:307
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
||||||
"encrypted by the fwknop client with Rijndael."
|
"encrypted by the fwknop client with Rijndael."
|
||||||
|
@ -63,11 +88,11 @@ msgstr ""
|
||||||
"eingehenden SPA-Pakete des fwknop-Clients (Rijndael-Algorithmus) genutzt "
|
"eingehenden SPA-Pakete des fwknop-Clients (Rijndael-Algorithmus) genutzt "
|
||||||
"wird."
|
"wird."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:6
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:263
|
||||||
msgid "Enable Uci/Luci control"
|
msgid "Enable Uci/Luci control"
|
||||||
msgstr "Aktiviere Uci/Luci-Zugriff"
|
msgstr "Aktiviere Uci/Luci-Zugriff"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid "Enable config overwrite"
|
msgid "Enable config overwrite"
|
||||||
msgstr "Erlaube das Überschreiben der Konfiguration"
|
msgstr "Erlaube das Überschreiben der Konfiguration"
|
||||||
|
|
||||||
|
@ -75,11 +100,11 @@ msgstr "Erlaube das Überschreiben der Konfiguration"
|
||||||
msgid "Firewall Knock Daemon"
|
msgid "Firewall Knock Daemon"
|
||||||
msgstr "Firewall-Knock-Daemon"
|
msgstr "Firewall-Knock-Daemon"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:4
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:261
|
||||||
msgid "Firewall Knock Operator"
|
msgid "Firewall Knock Operator Daemon"
|
||||||
msgstr "Firewall-Knock-Operator"
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:39
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:365
|
||||||
msgid ""
|
msgid ""
|
||||||
"Force all SPA packets to contain a real IP address within the encrypted "
|
"Force all SPA packets to contain a real IP address within the encrypted "
|
||||||
"data. This makes it impossible to use the -s command line argument on the "
|
"data. This makes it impossible to use the -s command line argument on the "
|
||||||
|
@ -94,11 +119,39 @@ msgstr ""
|
||||||
"oder der die externe IP muss bekannt sein und beim Client per \"-a\"-"
|
"oder der die externe IP muss bekannt sein und beim Client per \"-a\"-"
|
||||||
"Argument mitgegeben werden."
|
"Argument mitgegeben werden."
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:302
|
||||||
|
msgid "Generate Keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid "Generate keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid ""
|
||||||
|
"Generates the symmetric key used for decrypting an incoming SPA packet, that "
|
||||||
|
"is encrypted by the fwknop client with Rijndael block cipher, and HMAC "
|
||||||
|
"authentication key used to verify the authenticity of the incoming SPA "
|
||||||
|
"packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
||||||
msgid "Grant UCI access for luci-app-fwknopd"
|
msgid "Grant UCI access for luci-app-fwknopd"
|
||||||
msgstr "Gewähre UCI Zugriff auf luci-app-fwknopd"
|
msgstr "Gewähre UCI Zugriff auf luci-app-fwknopd"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:346
|
||||||
|
msgid "HMAC key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:324
|
||||||
|
msgid "Key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:152
|
||||||
|
msgid "Loading…"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:372
|
||||||
msgid ""
|
msgid ""
|
||||||
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
||||||
"seconds."
|
"seconds."
|
||||||
|
@ -106,25 +159,69 @@ msgstr ""
|
||||||
"Maximale Zeit in Sekunden, nach der ein SPA-Paket noch als gültig akzeptiert "
|
"Maximale Zeit in Sekunden, nach der ein SPA-Paket noch als gültig akzeptiert "
|
||||||
"wird. Voreinstellung sind 120s."
|
"wird. Voreinstellung sind 120s."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
msgid "Normal Key"
|
msgid "Network"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:267
|
||||||
|
msgid "Network configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:325
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:347
|
||||||
|
msgid "Normal key"
|
||||||
msgstr "Normal-Schlüssel"
|
msgstr "Normal-Schlüssel"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:47
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:281
|
||||||
|
msgid "QR code"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:373
|
||||||
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Lege die Ethernet-Schnittstelle fest, die fwknopd für das sniffen auf Pakete "
|
"Lege die Ethernet-Schnittstelle fest, die fwknopd für das sniffen auf Pakete "
|
||||||
"nutzen soll."
|
"nutzen soll."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:28
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:334
|
||||||
msgid "The base64 hmac key"
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:343
|
||||||
msgstr "Der Base 64-HMAC-Schlüssel"
|
msgid "The HMAC authentication key has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:292
|
||||||
msgid "Use ANY for any source IP"
|
msgid ""
|
||||||
msgstr "Nutze ANY für alle Source-IPs"
|
"The destination address for which the SPA packet will be accepted. The "
|
||||||
|
"string “ANY” is also accepted if a valid SPA packet should be honored to any "
|
||||||
|
"destination IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
|
msgid ""
|
||||||
|
"The network on which the daemon listens. The daemon is automatically started "
|
||||||
|
"when the network is up-and-running. This option has precedence over "
|
||||||
|
"“PCAP_INTF” option."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:283
|
||||||
|
msgid ""
|
||||||
|
"The source address from which the SPA packet will be accepted. The string "
|
||||||
|
"“ANY” is also accepted if a valid SPA packet should be honored from any "
|
||||||
|
"source IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:289
|
||||||
|
msgid "The source address has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:312
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:321
|
||||||
|
msgid "The symmetric key has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid ""
|
msgid ""
|
||||||
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
||||||
"ignoring any settings here."
|
"ignoring any settings here."
|
||||||
|
@ -132,14 +229,23 @@ msgstr ""
|
||||||
"Dies deaktivieren um die Konfigurationsdateien unter /etc/fwknopd zu nutzen, "
|
"Dies deaktivieren um die Konfigurationsdateien unter /etc/fwknopd zu nutzen, "
|
||||||
"anstatt der Einstellungen hier."
|
"anstatt der Einstellungen hier."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:10
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:277
|
||||||
msgid "access.conf stanzas"
|
msgid "access.conf stanzas"
|
||||||
msgstr "access.conf-Einträge"
|
msgstr "access.conf-Einträge"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:44
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:370
|
||||||
msgid "fwknopd.conf config options"
|
msgid "fwknopd.conf config options"
|
||||||
msgstr "fwknopd.conf-Konfigurationsoptionen"
|
msgstr "fwknopd.conf-Konfigurationsoptionen"
|
||||||
|
|
||||||
|
#~ msgid "Firewall Knock Operator"
|
||||||
|
#~ msgstr "Firewall-Knock-Operator"
|
||||||
|
|
||||||
|
#~ msgid "The Base64 HMAC key"
|
||||||
|
#~ msgstr "Der Base 64-HMAC-Schlüssel"
|
||||||
|
|
||||||
|
#~ msgid "Use ANY for any source IP"
|
||||||
|
#~ msgstr "Nutze ANY für alle Source-IPs"
|
||||||
|
|
||||||
#~ msgid "Enter custom access.conf variables below:"
|
#~ msgid "Enter custom access.conf variables below:"
|
||||||
#~ msgstr "Enter custom access.conf variables below:"
|
#~ msgstr "Enter custom access.conf variables below:"
|
||||||
|
|
||||||
|
|
|
@ -10,21 +10,29 @@ msgstr ""
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:48
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:374
|
||||||
msgid ""
|
msgid ""
|
||||||
"Allow SPA clients to request access to services through an iptables firewall "
|
"Allow SPA clients to request access to services through an iptables firewall "
|
||||||
"instead of just to it."
|
"instead of just to it."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:49
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:375
|
||||||
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:326
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:348
|
||||||
msgid "Base64 key"
|
msgid "Base64 key"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:356
|
||||||
|
msgid ""
|
||||||
|
"Define a set of ports and protocols (tcp or udp) that are explicitly not "
|
||||||
|
"allowed regardless of the validity of the incoming SPA packet. Multiple "
|
||||||
|
"entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:351
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
||||||
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
||||||
|
@ -32,7 +40,19 @@ msgid ""
|
||||||
"matches any “RESTRICT_PORTS” entries). Multiple entries are comma-separated."
|
"matches any “RESTRICT_PORTS” entries). Multiple entries are comma-separated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:36
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:337
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key (in Base64 encoding) used for verifying "
|
||||||
|
"the authenticity of the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:329
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key used for verifying the authenticity of "
|
||||||
|
"the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:360
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the length of time access will be granted by fwknopd through the "
|
"Define the length of time access will be granted by fwknopd through the "
|
||||||
"firewall after a valid knock sequence from a source IP address. If "
|
"firewall after a valid knock sequence from a source IP address. If "
|
||||||
|
@ -40,18 +60,23 @@ msgid ""
|
||||||
"automatically be set."
|
"automatically be set."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:18
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:315
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:20
|
msgid ""
|
||||||
|
"Define the symmetric key (in Base64 encoding) used for decrypting an "
|
||||||
|
"incoming SPA packet that is encrypted by the fwknop client with Rijndael."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:307
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
||||||
"encrypted by the fwknop client with Rijndael."
|
"encrypted by the fwknop client with Rijndael."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:6
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:263
|
||||||
msgid "Enable Uci/Luci control"
|
msgid "Enable Uci/Luci control"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid "Enable config overwrite"
|
msgid "Enable config overwrite"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -59,11 +84,11 @@ msgstr ""
|
||||||
msgid "Firewall Knock Daemon"
|
msgid "Firewall Knock Daemon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:4
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:261
|
||||||
msgid "Firewall Knock Operator"
|
msgid "Firewall Knock Operator Daemon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:39
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:365
|
||||||
msgid ""
|
msgid ""
|
||||||
"Force all SPA packets to contain a real IP address within the encrypted "
|
"Force all SPA packets to contain a real IP address within the encrypted "
|
||||||
"data. This makes it impossible to use the -s command line argument on the "
|
"data. This makes it impossible to use the -s command line argument on the "
|
||||||
|
@ -72,43 +97,115 @@ msgid ""
|
||||||
"know the external IP and set it via the -a argument."
|
"know the external IP and set it via the -a argument."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:302
|
||||||
|
msgid "Generate Keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid "Generate keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid ""
|
||||||
|
"Generates the symmetric key used for decrypting an incoming SPA packet, that "
|
||||||
|
"is encrypted by the fwknop client with Rijndael block cipher, and HMAC "
|
||||||
|
"authentication key used to verify the authenticity of the incoming SPA "
|
||||||
|
"packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
||||||
msgid "Grant UCI access for luci-app-fwknopd"
|
msgid "Grant UCI access for luci-app-fwknopd"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:346
|
||||||
|
msgid "HMAC key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:324
|
||||||
|
msgid "Key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:152
|
||||||
|
msgid "Loading…"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:372
|
||||||
msgid ""
|
msgid ""
|
||||||
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
||||||
"seconds."
|
"seconds."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
msgid "Normal Key"
|
msgid "Network"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:47
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:267
|
||||||
|
msgid "Network configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:325
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:347
|
||||||
|
msgid "Normal key"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:281
|
||||||
|
msgid "QR code"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:373
|
||||||
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:28
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:334
|
||||||
msgid "The base64 hmac key"
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:343
|
||||||
|
msgid "The HMAC authentication key has to be specified."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:292
|
||||||
msgid "Use ANY for any source IP"
|
msgid ""
|
||||||
|
"The destination address for which the SPA packet will be accepted. The "
|
||||||
|
"string “ANY” is also accepted if a valid SPA packet should be honored to any "
|
||||||
|
"destination IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
|
msgid ""
|
||||||
|
"The network on which the daemon listens. The daemon is automatically started "
|
||||||
|
"when the network is up-and-running. This option has precedence over "
|
||||||
|
"“PCAP_INTF” option."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:283
|
||||||
|
msgid ""
|
||||||
|
"The source address from which the SPA packet will be accepted. The string "
|
||||||
|
"“ANY” is also accepted if a valid SPA packet should be honored from any "
|
||||||
|
"source IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:289
|
||||||
|
msgid "The source address has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:312
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:321
|
||||||
|
msgid "The symmetric key has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid ""
|
msgid ""
|
||||||
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
||||||
"ignoring any settings here."
|
"ignoring any settings here."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:10
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:277
|
||||||
msgid "access.conf stanzas"
|
msgid "access.conf stanzas"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:44
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:370
|
||||||
msgid "fwknopd.conf config options"
|
msgid "fwknopd.conf config options"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ msgstr ""
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:48
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:374
|
||||||
msgid ""
|
msgid ""
|
||||||
"Allow SPA clients to request access to services through an iptables firewall "
|
"Allow SPA clients to request access to services through an iptables firewall "
|
||||||
"instead of just to it."
|
"instead of just to it."
|
||||||
|
@ -18,15 +18,23 @@ msgstr ""
|
||||||
"Allow SPA clients to request access to services through an iptables firewall "
|
"Allow SPA clients to request access to services through an iptables firewall "
|
||||||
"instead of just to it."
|
"instead of just to it."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:49
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:375
|
||||||
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:326
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:348
|
||||||
msgid "Base64 key"
|
msgid "Base64 key"
|
||||||
msgstr "Base64 key"
|
msgstr "Base64 key"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:356
|
||||||
|
msgid ""
|
||||||
|
"Define a set of ports and protocols (tcp or udp) that are explicitly not "
|
||||||
|
"allowed regardless of the validity of the incoming SPA packet. Multiple "
|
||||||
|
"entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:351
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
||||||
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
||||||
|
@ -38,7 +46,19 @@ msgstr ""
|
||||||
"to honor any proto/port request specified in the SPA data (unless of it "
|
"to honor any proto/port request specified in the SPA data (unless of it "
|
||||||
"matches any “RESTRICT_PORTS” entries). Multiple entries are comma-separated."
|
"matches any “RESTRICT_PORTS” entries). Multiple entries are comma-separated."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:36
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:337
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key (in Base64 encoding) used for verifying "
|
||||||
|
"the authenticity of the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:329
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key used for verifying the authenticity of "
|
||||||
|
"the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:360
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the length of time access will be granted by fwknopd through the "
|
"Define the length of time access will be granted by fwknopd through the "
|
||||||
"firewall after a valid knock sequence from a source IP address. If "
|
"firewall after a valid knock sequence from a source IP address. If "
|
||||||
|
@ -50,8 +70,13 @@ msgstr ""
|
||||||
"“FW_ACCESS_TIMEOUT” is not set then the default timeout of 30 seconds will "
|
"“FW_ACCESS_TIMEOUT” is not set then the default timeout of 30 seconds will "
|
||||||
"automatically be set."
|
"automatically be set."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:18
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:315
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:20
|
msgid ""
|
||||||
|
"Define the symmetric key (in Base64 encoding) used for decrypting an "
|
||||||
|
"incoming SPA packet that is encrypted by the fwknop client with Rijndael."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:307
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
||||||
"encrypted by the fwknop client with Rijndael."
|
"encrypted by the fwknop client with Rijndael."
|
||||||
|
@ -59,11 +84,11 @@ msgstr ""
|
||||||
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
||||||
"encrypted by the fwknop client with Rijndael."
|
"encrypted by the fwknop client with Rijndael."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:6
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:263
|
||||||
msgid "Enable Uci/Luci control"
|
msgid "Enable Uci/Luci control"
|
||||||
msgstr "Enable Uci/Luci control"
|
msgstr "Enable Uci/Luci control"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid "Enable config overwrite"
|
msgid "Enable config overwrite"
|
||||||
msgstr "Enable config overwrite"
|
msgstr "Enable config overwrite"
|
||||||
|
|
||||||
|
@ -71,11 +96,11 @@ msgstr "Enable config overwrite"
|
||||||
msgid "Firewall Knock Daemon"
|
msgid "Firewall Knock Daemon"
|
||||||
msgstr "Firewall Knock Daemon"
|
msgstr "Firewall Knock Daemon"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:4
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:261
|
||||||
msgid "Firewall Knock Operator"
|
msgid "Firewall Knock Operator Daemon"
|
||||||
msgstr "Firewall Knock Operator"
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:39
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:365
|
||||||
msgid ""
|
msgid ""
|
||||||
"Force all SPA packets to contain a real IP address within the encrypted "
|
"Force all SPA packets to contain a real IP address within the encrypted "
|
||||||
"data. This makes it impossible to use the -s command line argument on the "
|
"data. This makes it impossible to use the -s command line argument on the "
|
||||||
|
@ -89,11 +114,39 @@ msgstr ""
|
||||||
"resolve the external address (if the client behind a NAT) or the client must "
|
"resolve the external address (if the client behind a NAT) or the client must "
|
||||||
"know the external IP and set it via the -a argument."
|
"know the external IP and set it via the -a argument."
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:302
|
||||||
|
msgid "Generate Keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid "Generate keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid ""
|
||||||
|
"Generates the symmetric key used for decrypting an incoming SPA packet, that "
|
||||||
|
"is encrypted by the fwknop client with Rijndael block cipher, and HMAC "
|
||||||
|
"authentication key used to verify the authenticity of the incoming SPA "
|
||||||
|
"packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
||||||
msgid "Grant UCI access for luci-app-fwknopd"
|
msgid "Grant UCI access for luci-app-fwknopd"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:346
|
||||||
|
msgid "HMAC key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:324
|
||||||
|
msgid "Key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:152
|
||||||
|
msgid "Loading…"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:372
|
||||||
msgid ""
|
msgid ""
|
||||||
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
||||||
"seconds."
|
"seconds."
|
||||||
|
@ -101,23 +154,67 @@ msgstr ""
|
||||||
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
||||||
"seconds."
|
"seconds."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
msgid "Normal Key"
|
msgid "Network"
|
||||||
msgstr "Normal Key"
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:47
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:267
|
||||||
|
msgid "Network configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:325
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:347
|
||||||
|
msgid "Normal key"
|
||||||
|
msgstr "Normal key"
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:281
|
||||||
|
msgid "QR code"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:373
|
||||||
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
||||||
msgstr "Specify the ethernet interface on which fwknopd will sniff packets."
|
msgstr "Specify the ethernet interface on which fwknopd will sniff packets."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:28
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:334
|
||||||
msgid "The base64 hmac key"
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:343
|
||||||
msgstr "The base64 hmac key"
|
msgid "The HMAC authentication key has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:292
|
||||||
msgid "Use ANY for any source IP"
|
msgid ""
|
||||||
msgstr "Use ANY for any source IP"
|
"The destination address for which the SPA packet will be accepted. The "
|
||||||
|
"string “ANY” is also accepted if a valid SPA packet should be honored to any "
|
||||||
|
"destination IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
|
msgid ""
|
||||||
|
"The network on which the daemon listens. The daemon is automatically started "
|
||||||
|
"when the network is up-and-running. This option has precedence over "
|
||||||
|
"“PCAP_INTF” option."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:283
|
||||||
|
msgid ""
|
||||||
|
"The source address from which the SPA packet will be accepted. The string "
|
||||||
|
"“ANY” is also accepted if a valid SPA packet should be honored from any "
|
||||||
|
"source IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:289
|
||||||
|
msgid "The source address has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:312
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:321
|
||||||
|
msgid "The symmetric key has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid ""
|
msgid ""
|
||||||
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
||||||
"ignoring any settings here."
|
"ignoring any settings here."
|
||||||
|
@ -125,14 +222,23 @@ msgstr ""
|
||||||
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
||||||
"ignoring any settings here."
|
"ignoring any settings here."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:10
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:277
|
||||||
msgid "access.conf stanzas"
|
msgid "access.conf stanzas"
|
||||||
msgstr "access.conf stanzas"
|
msgstr "access.conf stanzas"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:44
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:370
|
||||||
msgid "fwknopd.conf config options"
|
msgid "fwknopd.conf config options"
|
||||||
msgstr "fwknopd.conf config options"
|
msgstr "fwknopd.conf config options"
|
||||||
|
|
||||||
|
#~ msgid "Firewall Knock Operator"
|
||||||
|
#~ msgstr "Firewall Knock Operator"
|
||||||
|
|
||||||
|
#~ msgid "The Base64 HMAC key"
|
||||||
|
#~ msgstr "The Base64 HMAC key"
|
||||||
|
|
||||||
|
#~ msgid "Use ANY for any source IP"
|
||||||
|
#~ msgstr "Use ANY for any source IP"
|
||||||
|
|
||||||
#~ msgid "Enter custom access.conf variables below:"
|
#~ msgid "Enter custom access.conf variables below:"
|
||||||
#~ msgstr "Enter custom access.conf variables below:"
|
#~ msgstr "Enter custom access.conf variables below:"
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ msgstr ""
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||||
"X-Generator: Weblate 4.1-dev\n"
|
"X-Generator: Weblate 4.1-dev\n"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:48
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:374
|
||||||
msgid ""
|
msgid ""
|
||||||
"Allow SPA clients to request access to services through an iptables firewall "
|
"Allow SPA clients to request access to services through an iptables firewall "
|
||||||
"instead of just to it."
|
"instead of just to it."
|
||||||
|
@ -21,16 +21,24 @@ msgstr ""
|
||||||
"Permitir que los clientes del SPA soliciten acceso a los servicios a través "
|
"Permitir que los clientes del SPA soliciten acceso a los servicios a través "
|
||||||
"de un firewall de iptables en lugar de hacerlo solo."
|
"de un firewall de iptables en lugar de hacerlo solo."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:49
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:375
|
||||||
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Permitir que los clientes SPA soliciten el destino de reenvío por nombre DNS."
|
"Permitir que los clientes SPA soliciten el destino de reenvío por nombre DNS."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:326
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:348
|
||||||
msgid "Base64 key"
|
msgid "Base64 key"
|
||||||
msgstr "Llave base 64"
|
msgstr "Llave base 64"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:356
|
||||||
|
msgid ""
|
||||||
|
"Define a set of ports and protocols (tcp or udp) that are explicitly not "
|
||||||
|
"allowed regardless of the validity of the incoming SPA packet. Multiple "
|
||||||
|
"entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:351
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
||||||
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
||||||
|
@ -44,7 +52,19 @@ msgstr ""
|
||||||
"entrada de \"RESTRICT_PORTS\"). Las entradas múltiples están separadas por "
|
"entrada de \"RESTRICT_PORTS\"). Las entradas múltiples están separadas por "
|
||||||
"comas."
|
"comas."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:36
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:337
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key (in Base64 encoding) used for verifying "
|
||||||
|
"the authenticity of the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:329
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key used for verifying the authenticity of "
|
||||||
|
"the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:360
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the length of time access will be granted by fwknopd through the "
|
"Define the length of time access will be granted by fwknopd through the "
|
||||||
"firewall after a valid knock sequence from a source IP address. If "
|
"firewall after a valid knock sequence from a source IP address. If "
|
||||||
|
@ -56,8 +76,13 @@ msgstr ""
|
||||||
"de origen. Si \"FW_ACCESS_TIMEOUT\" no está configurado, el tiempo de espera "
|
"de origen. Si \"FW_ACCESS_TIMEOUT\" no está configurado, el tiempo de espera "
|
||||||
"predeterminado de 30 segundos se establecerá automáticamente."
|
"predeterminado de 30 segundos se establecerá automáticamente."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:18
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:315
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:20
|
msgid ""
|
||||||
|
"Define the symmetric key (in Base64 encoding) used for decrypting an "
|
||||||
|
"incoming SPA packet that is encrypted by the fwknop client with Rijndael."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:307
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
||||||
"encrypted by the fwknop client with Rijndael."
|
"encrypted by the fwknop client with Rijndael."
|
||||||
|
@ -65,11 +90,11 @@ msgstr ""
|
||||||
"Defina la clave simétrica utilizada para descifrar un paquete SPA entrante "
|
"Defina la clave simétrica utilizada para descifrar un paquete SPA entrante "
|
||||||
"que está cifrado por el cliente fwknop con Rijndael."
|
"que está cifrado por el cliente fwknop con Rijndael."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:6
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:263
|
||||||
msgid "Enable Uci/Luci control"
|
msgid "Enable Uci/Luci control"
|
||||||
msgstr "Activar el control Uci/Luci"
|
msgstr "Activar el control Uci/Luci"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid "Enable config overwrite"
|
msgid "Enable config overwrite"
|
||||||
msgstr "Activar sobrescritura de configuración"
|
msgstr "Activar sobrescritura de configuración"
|
||||||
|
|
||||||
|
@ -77,11 +102,11 @@ msgstr "Activar sobrescritura de configuración"
|
||||||
msgid "Firewall Knock Daemon"
|
msgid "Firewall Knock Daemon"
|
||||||
msgstr "Firewall Knock Daemon"
|
msgstr "Firewall Knock Daemon"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:4
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:261
|
||||||
msgid "Firewall Knock Operator"
|
msgid "Firewall Knock Operator Daemon"
|
||||||
msgstr "Firewall Knock Operator"
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:39
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:365
|
||||||
msgid ""
|
msgid ""
|
||||||
"Force all SPA packets to contain a real IP address within the encrypted "
|
"Force all SPA packets to contain a real IP address within the encrypted "
|
||||||
"data. This makes it impossible to use the -s command line argument on the "
|
"data. This makes it impossible to use the -s command line argument on the "
|
||||||
|
@ -96,11 +121,39 @@ msgstr ""
|
||||||
"está detrás de un NAT) o el cliente debe conocer la IP externa y "
|
"está detrás de un NAT) o el cliente debe conocer la IP externa y "
|
||||||
"configurarlo a través del argumento -a."
|
"configurarlo a través del argumento -a."
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:302
|
||||||
|
msgid "Generate Keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid "Generate keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid ""
|
||||||
|
"Generates the symmetric key used for decrypting an incoming SPA packet, that "
|
||||||
|
"is encrypted by the fwknop client with Rijndael block cipher, and HMAC "
|
||||||
|
"authentication key used to verify the authenticity of the incoming SPA "
|
||||||
|
"packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
||||||
msgid "Grant UCI access for luci-app-fwknopd"
|
msgid "Grant UCI access for luci-app-fwknopd"
|
||||||
msgstr "Conceder acceso UCI para luci-app-fwknopd"
|
msgstr "Conceder acceso UCI para luci-app-fwknopd"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:346
|
||||||
|
msgid "HMAC key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:324
|
||||||
|
msgid "Key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:152
|
||||||
|
msgid "Loading…"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:372
|
||||||
msgid ""
|
msgid ""
|
||||||
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
||||||
"seconds."
|
"seconds."
|
||||||
|
@ -108,24 +161,68 @@ msgstr ""
|
||||||
"Edad máxima en segundos que se aceptará un paquete de SPA. De manera "
|
"Edad máxima en segundos que se aceptará un paquete de SPA. De manera "
|
||||||
"predeterminada a 120 segundos."
|
"predeterminada a 120 segundos."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
msgid "Normal Key"
|
msgid "Network"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:267
|
||||||
|
msgid "Network configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:325
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:347
|
||||||
|
msgid "Normal key"
|
||||||
msgstr "Llave normal"
|
msgstr "Llave normal"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:47
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:281
|
||||||
|
msgid "QR code"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:373
|
||||||
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Especifique la interfaz de Ethernet en la que fwknopd detectará paquetes."
|
"Especifique la interfaz de Ethernet en la que fwknopd detectará paquetes."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:28
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:334
|
||||||
msgid "The base64 hmac key"
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:343
|
||||||
msgstr "La clave hmac base64"
|
msgid "The HMAC authentication key has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:292
|
||||||
msgid "Use ANY for any source IP"
|
msgid ""
|
||||||
msgstr "Use CUALQUIERA para cualquier fuente ip"
|
"The destination address for which the SPA packet will be accepted. The "
|
||||||
|
"string “ANY” is also accepted if a valid SPA packet should be honored to any "
|
||||||
|
"destination IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
|
msgid ""
|
||||||
|
"The network on which the daemon listens. The daemon is automatically started "
|
||||||
|
"when the network is up-and-running. This option has precedence over "
|
||||||
|
"“PCAP_INTF” option."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:283
|
||||||
|
msgid ""
|
||||||
|
"The source address from which the SPA packet will be accepted. The string "
|
||||||
|
"“ANY” is also accepted if a valid SPA packet should be honored from any "
|
||||||
|
"source IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:289
|
||||||
|
msgid "The source address has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:312
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:321
|
||||||
|
msgid "The symmetric key has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid ""
|
msgid ""
|
||||||
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
||||||
"ignoring any settings here."
|
"ignoring any settings here."
|
||||||
|
@ -133,10 +230,19 @@ msgstr ""
|
||||||
"Cuando no está marcada, los archivos de configuración en /etc/fwknopd se "
|
"Cuando no está marcada, los archivos de configuración en /etc/fwknopd se "
|
||||||
"usarán tal como están, ignorando cualquier configuración aquí."
|
"usarán tal como están, ignorando cualquier configuración aquí."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:10
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:277
|
||||||
msgid "access.conf stanzas"
|
msgid "access.conf stanzas"
|
||||||
msgstr "estrofas de access.conf"
|
msgstr "estrofas de access.conf"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:44
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:370
|
||||||
msgid "fwknopd.conf config options"
|
msgid "fwknopd.conf config options"
|
||||||
msgstr "opciones de configuración de fwknopd.conf"
|
msgstr "opciones de configuración de fwknopd.conf"
|
||||||
|
|
||||||
|
#~ msgid "Firewall Knock Operator"
|
||||||
|
#~ msgstr "Firewall Knock Operator"
|
||||||
|
|
||||||
|
#~ msgid "The Base64 HMAC key"
|
||||||
|
#~ msgstr "La clave HMAC base64"
|
||||||
|
|
||||||
|
#~ msgid "Use ANY for any source IP"
|
||||||
|
#~ msgstr "Use CUALQUIERA para cualquier fuente ip"
|
||||||
|
|
|
@ -10,21 +10,29 @@ msgstr ""
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:48
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:374
|
||||||
msgid ""
|
msgid ""
|
||||||
"Allow SPA clients to request access to services through an iptables firewall "
|
"Allow SPA clients to request access to services through an iptables firewall "
|
||||||
"instead of just to it."
|
"instead of just to it."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:49
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:375
|
||||||
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:326
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:348
|
||||||
msgid "Base64 key"
|
msgid "Base64 key"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:356
|
||||||
|
msgid ""
|
||||||
|
"Define a set of ports and protocols (tcp or udp) that are explicitly not "
|
||||||
|
"allowed regardless of the validity of the incoming SPA packet. Multiple "
|
||||||
|
"entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:351
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
||||||
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
||||||
|
@ -32,7 +40,19 @@ msgid ""
|
||||||
"matches any “RESTRICT_PORTS” entries). Multiple entries are comma-separated."
|
"matches any “RESTRICT_PORTS” entries). Multiple entries are comma-separated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:36
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:337
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key (in Base64 encoding) used for verifying "
|
||||||
|
"the authenticity of the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:329
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key used for verifying the authenticity of "
|
||||||
|
"the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:360
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the length of time access will be granted by fwknopd through the "
|
"Define the length of time access will be granted by fwknopd through the "
|
||||||
"firewall after a valid knock sequence from a source IP address. If "
|
"firewall after a valid knock sequence from a source IP address. If "
|
||||||
|
@ -40,18 +60,23 @@ msgid ""
|
||||||
"automatically be set."
|
"automatically be set."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:18
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:315
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:20
|
msgid ""
|
||||||
|
"Define the symmetric key (in Base64 encoding) used for decrypting an "
|
||||||
|
"incoming SPA packet that is encrypted by the fwknop client with Rijndael."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:307
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
||||||
"encrypted by the fwknop client with Rijndael."
|
"encrypted by the fwknop client with Rijndael."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:6
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:263
|
||||||
msgid "Enable Uci/Luci control"
|
msgid "Enable Uci/Luci control"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid "Enable config overwrite"
|
msgid "Enable config overwrite"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -59,11 +84,11 @@ msgstr ""
|
||||||
msgid "Firewall Knock Daemon"
|
msgid "Firewall Knock Daemon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:4
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:261
|
||||||
msgid "Firewall Knock Operator"
|
msgid "Firewall Knock Operator Daemon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:39
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:365
|
||||||
msgid ""
|
msgid ""
|
||||||
"Force all SPA packets to contain a real IP address within the encrypted "
|
"Force all SPA packets to contain a real IP address within the encrypted "
|
||||||
"data. This makes it impossible to use the -s command line argument on the "
|
"data. This makes it impossible to use the -s command line argument on the "
|
||||||
|
@ -72,43 +97,115 @@ msgid ""
|
||||||
"know the external IP and set it via the -a argument."
|
"know the external IP and set it via the -a argument."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:302
|
||||||
|
msgid "Generate Keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid "Generate keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid ""
|
||||||
|
"Generates the symmetric key used for decrypting an incoming SPA packet, that "
|
||||||
|
"is encrypted by the fwknop client with Rijndael block cipher, and HMAC "
|
||||||
|
"authentication key used to verify the authenticity of the incoming SPA "
|
||||||
|
"packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
||||||
msgid "Grant UCI access for luci-app-fwknopd"
|
msgid "Grant UCI access for luci-app-fwknopd"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:346
|
||||||
|
msgid "HMAC key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:324
|
||||||
|
msgid "Key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:152
|
||||||
|
msgid "Loading…"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:372
|
||||||
msgid ""
|
msgid ""
|
||||||
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
||||||
"seconds."
|
"seconds."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
msgid "Normal Key"
|
msgid "Network"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:47
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:267
|
||||||
|
msgid "Network configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:325
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:347
|
||||||
|
msgid "Normal key"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:281
|
||||||
|
msgid "QR code"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:373
|
||||||
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:28
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:334
|
||||||
msgid "The base64 hmac key"
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:343
|
||||||
|
msgid "The HMAC authentication key has to be specified."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:292
|
||||||
msgid "Use ANY for any source IP"
|
msgid ""
|
||||||
|
"The destination address for which the SPA packet will be accepted. The "
|
||||||
|
"string “ANY” is also accepted if a valid SPA packet should be honored to any "
|
||||||
|
"destination IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
|
msgid ""
|
||||||
|
"The network on which the daemon listens. The daemon is automatically started "
|
||||||
|
"when the network is up-and-running. This option has precedence over "
|
||||||
|
"“PCAP_INTF” option."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:283
|
||||||
|
msgid ""
|
||||||
|
"The source address from which the SPA packet will be accepted. The string "
|
||||||
|
"“ANY” is also accepted if a valid SPA packet should be honored from any "
|
||||||
|
"source IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:289
|
||||||
|
msgid "The source address has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:312
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:321
|
||||||
|
msgid "The symmetric key has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid ""
|
msgid ""
|
||||||
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
||||||
"ignoring any settings here."
|
"ignoring any settings here."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:10
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:277
|
||||||
msgid "access.conf stanzas"
|
msgid "access.conf stanzas"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:44
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:370
|
||||||
msgid "fwknopd.conf config options"
|
msgid "fwknopd.conf config options"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -12,21 +12,29 @@ msgstr ""
|
||||||
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||||||
"X-Generator: Weblate 4.0-dev\n"
|
"X-Generator: Weblate 4.0-dev\n"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:48
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:374
|
||||||
msgid ""
|
msgid ""
|
||||||
"Allow SPA clients to request access to services through an iptables firewall "
|
"Allow SPA clients to request access to services through an iptables firewall "
|
||||||
"instead of just to it."
|
"instead of just to it."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:49
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:375
|
||||||
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:326
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:348
|
||||||
msgid "Base64 key"
|
msgid "Base64 key"
|
||||||
msgstr "Clé Base64"
|
msgstr "Clé Base64"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:356
|
||||||
|
msgid ""
|
||||||
|
"Define a set of ports and protocols (tcp or udp) that are explicitly not "
|
||||||
|
"allowed regardless of the validity of the incoming SPA packet. Multiple "
|
||||||
|
"entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:351
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
||||||
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
||||||
|
@ -34,7 +42,19 @@ msgid ""
|
||||||
"matches any “RESTRICT_PORTS” entries). Multiple entries are comma-separated."
|
"matches any “RESTRICT_PORTS” entries). Multiple entries are comma-separated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:36
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:337
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key (in Base64 encoding) used for verifying "
|
||||||
|
"the authenticity of the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:329
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key used for verifying the authenticity of "
|
||||||
|
"the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:360
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the length of time access will be granted by fwknopd through the "
|
"Define the length of time access will be granted by fwknopd through the "
|
||||||
"firewall after a valid knock sequence from a source IP address. If "
|
"firewall after a valid knock sequence from a source IP address. If "
|
||||||
|
@ -42,18 +62,23 @@ msgid ""
|
||||||
"automatically be set."
|
"automatically be set."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:18
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:315
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:20
|
msgid ""
|
||||||
|
"Define the symmetric key (in Base64 encoding) used for decrypting an "
|
||||||
|
"incoming SPA packet that is encrypted by the fwknop client with Rijndael."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:307
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
||||||
"encrypted by the fwknop client with Rijndael."
|
"encrypted by the fwknop client with Rijndael."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:6
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:263
|
||||||
msgid "Enable Uci/Luci control"
|
msgid "Enable Uci/Luci control"
|
||||||
msgstr "Activer le contrôle Uci/Luci"
|
msgstr "Activer le contrôle Uci/Luci"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid "Enable config overwrite"
|
msgid "Enable config overwrite"
|
||||||
msgstr "Activer l'écrasement de la configuration"
|
msgstr "Activer l'écrasement de la configuration"
|
||||||
|
|
||||||
|
@ -61,11 +86,11 @@ msgstr "Activer l'écrasement de la configuration"
|
||||||
msgid "Firewall Knock Daemon"
|
msgid "Firewall Knock Daemon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:4
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:261
|
||||||
msgid "Firewall Knock Operator"
|
msgid "Firewall Knock Operator Daemon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:39
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:365
|
||||||
msgid ""
|
msgid ""
|
||||||
"Force all SPA packets to contain a real IP address within the encrypted "
|
"Force all SPA packets to contain a real IP address within the encrypted "
|
||||||
"data. This makes it impossible to use the -s command line argument on the "
|
"data. This makes it impossible to use the -s command line argument on the "
|
||||||
|
@ -74,43 +99,115 @@ msgid ""
|
||||||
"know the external IP and set it via the -a argument."
|
"know the external IP and set it via the -a argument."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:302
|
||||||
|
msgid "Generate Keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid "Generate keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid ""
|
||||||
|
"Generates the symmetric key used for decrypting an incoming SPA packet, that "
|
||||||
|
"is encrypted by the fwknop client with Rijndael block cipher, and HMAC "
|
||||||
|
"authentication key used to verify the authenticity of the incoming SPA "
|
||||||
|
"packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
||||||
msgid "Grant UCI access for luci-app-fwknopd"
|
msgid "Grant UCI access for luci-app-fwknopd"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:346
|
||||||
|
msgid "HMAC key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:324
|
||||||
|
msgid "Key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:152
|
||||||
|
msgid "Loading…"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:372
|
||||||
msgid ""
|
msgid ""
|
||||||
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
||||||
"seconds."
|
"seconds."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
msgid "Normal Key"
|
msgid "Network"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:267
|
||||||
|
msgid "Network configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:325
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:347
|
||||||
|
msgid "Normal key"
|
||||||
msgstr "Clé normale"
|
msgstr "Clé normale"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:47
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:281
|
||||||
|
msgid "QR code"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:373
|
||||||
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:28
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:334
|
||||||
msgid "The base64 hmac key"
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:343
|
||||||
|
msgid "The HMAC authentication key has to be specified."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:292
|
||||||
msgid "Use ANY for any source IP"
|
msgid ""
|
||||||
|
"The destination address for which the SPA packet will be accepted. The "
|
||||||
|
"string “ANY” is also accepted if a valid SPA packet should be honored to any "
|
||||||
|
"destination IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
|
msgid ""
|
||||||
|
"The network on which the daemon listens. The daemon is automatically started "
|
||||||
|
"when the network is up-and-running. This option has precedence over "
|
||||||
|
"“PCAP_INTF” option."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:283
|
||||||
|
msgid ""
|
||||||
|
"The source address from which the SPA packet will be accepted. The string "
|
||||||
|
"“ANY” is also accepted if a valid SPA packet should be honored from any "
|
||||||
|
"source IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:289
|
||||||
|
msgid "The source address has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:312
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:321
|
||||||
|
msgid "The symmetric key has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid ""
|
msgid ""
|
||||||
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
||||||
"ignoring any settings here."
|
"ignoring any settings here."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:10
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:277
|
||||||
msgid "access.conf stanzas"
|
msgid "access.conf stanzas"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:44
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:370
|
||||||
msgid "fwknopd.conf config options"
|
msgid "fwknopd.conf config options"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -11,21 +11,29 @@ msgstr ""
|
||||||
"Plural-Forms: nplurals=4; plural=(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && "
|
"Plural-Forms: nplurals=4; plural=(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && "
|
||||||
"n % 10 == 0) ? 2 : 3));\n"
|
"n % 10 == 0) ? 2 : 3));\n"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:48
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:374
|
||||||
msgid ""
|
msgid ""
|
||||||
"Allow SPA clients to request access to services through an iptables firewall "
|
"Allow SPA clients to request access to services through an iptables firewall "
|
||||||
"instead of just to it."
|
"instead of just to it."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:49
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:375
|
||||||
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:326
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:348
|
||||||
msgid "Base64 key"
|
msgid "Base64 key"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:356
|
||||||
|
msgid ""
|
||||||
|
"Define a set of ports and protocols (tcp or udp) that are explicitly not "
|
||||||
|
"allowed regardless of the validity of the incoming SPA packet. Multiple "
|
||||||
|
"entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:351
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
||||||
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
||||||
|
@ -33,7 +41,19 @@ msgid ""
|
||||||
"matches any “RESTRICT_PORTS” entries). Multiple entries are comma-separated."
|
"matches any “RESTRICT_PORTS” entries). Multiple entries are comma-separated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:36
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:337
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key (in Base64 encoding) used for verifying "
|
||||||
|
"the authenticity of the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:329
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key used for verifying the authenticity of "
|
||||||
|
"the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:360
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the length of time access will be granted by fwknopd through the "
|
"Define the length of time access will be granted by fwknopd through the "
|
||||||
"firewall after a valid knock sequence from a source IP address. If "
|
"firewall after a valid knock sequence from a source IP address. If "
|
||||||
|
@ -41,18 +61,23 @@ msgid ""
|
||||||
"automatically be set."
|
"automatically be set."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:18
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:315
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:20
|
msgid ""
|
||||||
|
"Define the symmetric key (in Base64 encoding) used for decrypting an "
|
||||||
|
"incoming SPA packet that is encrypted by the fwknop client with Rijndael."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:307
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
||||||
"encrypted by the fwknop client with Rijndael."
|
"encrypted by the fwknop client with Rijndael."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:6
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:263
|
||||||
msgid "Enable Uci/Luci control"
|
msgid "Enable Uci/Luci control"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid "Enable config overwrite"
|
msgid "Enable config overwrite"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -60,11 +85,11 @@ msgstr ""
|
||||||
msgid "Firewall Knock Daemon"
|
msgid "Firewall Knock Daemon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:4
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:261
|
||||||
msgid "Firewall Knock Operator"
|
msgid "Firewall Knock Operator Daemon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:39
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:365
|
||||||
msgid ""
|
msgid ""
|
||||||
"Force all SPA packets to contain a real IP address within the encrypted "
|
"Force all SPA packets to contain a real IP address within the encrypted "
|
||||||
"data. This makes it impossible to use the -s command line argument on the "
|
"data. This makes it impossible to use the -s command line argument on the "
|
||||||
|
@ -73,43 +98,115 @@ msgid ""
|
||||||
"know the external IP and set it via the -a argument."
|
"know the external IP and set it via the -a argument."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:302
|
||||||
|
msgid "Generate Keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid "Generate keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid ""
|
||||||
|
"Generates the symmetric key used for decrypting an incoming SPA packet, that "
|
||||||
|
"is encrypted by the fwknop client with Rijndael block cipher, and HMAC "
|
||||||
|
"authentication key used to verify the authenticity of the incoming SPA "
|
||||||
|
"packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
||||||
msgid "Grant UCI access for luci-app-fwknopd"
|
msgid "Grant UCI access for luci-app-fwknopd"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:346
|
||||||
|
msgid "HMAC key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:324
|
||||||
|
msgid "Key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:152
|
||||||
|
msgid "Loading…"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:372
|
||||||
msgid ""
|
msgid ""
|
||||||
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
||||||
"seconds."
|
"seconds."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
msgid "Normal Key"
|
msgid "Network"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:47
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:267
|
||||||
|
msgid "Network configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:325
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:347
|
||||||
|
msgid "Normal key"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:281
|
||||||
|
msgid "QR code"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:373
|
||||||
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:28
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:334
|
||||||
msgid "The base64 hmac key"
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:343
|
||||||
|
msgid "The HMAC authentication key has to be specified."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:292
|
||||||
msgid "Use ANY for any source IP"
|
msgid ""
|
||||||
|
"The destination address for which the SPA packet will be accepted. The "
|
||||||
|
"string “ANY” is also accepted if a valid SPA packet should be honored to any "
|
||||||
|
"destination IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
|
msgid ""
|
||||||
|
"The network on which the daemon listens. The daemon is automatically started "
|
||||||
|
"when the network is up-and-running. This option has precedence over "
|
||||||
|
"“PCAP_INTF” option."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:283
|
||||||
|
msgid ""
|
||||||
|
"The source address from which the SPA packet will be accepted. The string "
|
||||||
|
"“ANY” is also accepted if a valid SPA packet should be honored from any "
|
||||||
|
"source IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:289
|
||||||
|
msgid "The source address has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:312
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:321
|
||||||
|
msgid "The symmetric key has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid ""
|
msgid ""
|
||||||
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
||||||
"ignoring any settings here."
|
"ignoring any settings here."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:10
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:277
|
||||||
msgid "access.conf stanzas"
|
msgid "access.conf stanzas"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:44
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:370
|
||||||
msgid "fwknopd.conf config options"
|
msgid "fwknopd.conf config options"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -10,21 +10,29 @@ msgstr ""
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:48
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:374
|
||||||
msgid ""
|
msgid ""
|
||||||
"Allow SPA clients to request access to services through an iptables firewall "
|
"Allow SPA clients to request access to services through an iptables firewall "
|
||||||
"instead of just to it."
|
"instead of just to it."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:49
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:375
|
||||||
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:326
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:348
|
||||||
msgid "Base64 key"
|
msgid "Base64 key"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:356
|
||||||
|
msgid ""
|
||||||
|
"Define a set of ports and protocols (tcp or udp) that are explicitly not "
|
||||||
|
"allowed regardless of the validity of the incoming SPA packet. Multiple "
|
||||||
|
"entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:351
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
||||||
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
||||||
|
@ -32,7 +40,19 @@ msgid ""
|
||||||
"matches any “RESTRICT_PORTS” entries). Multiple entries are comma-separated."
|
"matches any “RESTRICT_PORTS” entries). Multiple entries are comma-separated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:36
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:337
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key (in Base64 encoding) used for verifying "
|
||||||
|
"the authenticity of the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:329
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key used for verifying the authenticity of "
|
||||||
|
"the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:360
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the length of time access will be granted by fwknopd through the "
|
"Define the length of time access will be granted by fwknopd through the "
|
||||||
"firewall after a valid knock sequence from a source IP address. If "
|
"firewall after a valid knock sequence from a source IP address. If "
|
||||||
|
@ -40,18 +60,23 @@ msgid ""
|
||||||
"automatically be set."
|
"automatically be set."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:18
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:315
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:20
|
msgid ""
|
||||||
|
"Define the symmetric key (in Base64 encoding) used for decrypting an "
|
||||||
|
"incoming SPA packet that is encrypted by the fwknop client with Rijndael."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:307
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
||||||
"encrypted by the fwknop client with Rijndael."
|
"encrypted by the fwknop client with Rijndael."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:6
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:263
|
||||||
msgid "Enable Uci/Luci control"
|
msgid "Enable Uci/Luci control"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid "Enable config overwrite"
|
msgid "Enable config overwrite"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -59,11 +84,11 @@ msgstr ""
|
||||||
msgid "Firewall Knock Daemon"
|
msgid "Firewall Knock Daemon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:4
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:261
|
||||||
msgid "Firewall Knock Operator"
|
msgid "Firewall Knock Operator Daemon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:39
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:365
|
||||||
msgid ""
|
msgid ""
|
||||||
"Force all SPA packets to contain a real IP address within the encrypted "
|
"Force all SPA packets to contain a real IP address within the encrypted "
|
||||||
"data. This makes it impossible to use the -s command line argument on the "
|
"data. This makes it impossible to use the -s command line argument on the "
|
||||||
|
@ -72,43 +97,115 @@ msgid ""
|
||||||
"know the external IP and set it via the -a argument."
|
"know the external IP and set it via the -a argument."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:302
|
||||||
|
msgid "Generate Keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid "Generate keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid ""
|
||||||
|
"Generates the symmetric key used for decrypting an incoming SPA packet, that "
|
||||||
|
"is encrypted by the fwknop client with Rijndael block cipher, and HMAC "
|
||||||
|
"authentication key used to verify the authenticity of the incoming SPA "
|
||||||
|
"packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
||||||
msgid "Grant UCI access for luci-app-fwknopd"
|
msgid "Grant UCI access for luci-app-fwknopd"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:346
|
||||||
|
msgid "HMAC key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:324
|
||||||
|
msgid "Key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:152
|
||||||
|
msgid "Loading…"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:372
|
||||||
msgid ""
|
msgid ""
|
||||||
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
||||||
"seconds."
|
"seconds."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
msgid "Normal Key"
|
msgid "Network"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:47
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:267
|
||||||
|
msgid "Network configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:325
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:347
|
||||||
|
msgid "Normal key"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:281
|
||||||
|
msgid "QR code"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:373
|
||||||
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:28
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:334
|
||||||
msgid "The base64 hmac key"
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:343
|
||||||
|
msgid "The HMAC authentication key has to be specified."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:292
|
||||||
msgid "Use ANY for any source IP"
|
msgid ""
|
||||||
|
"The destination address for which the SPA packet will be accepted. The "
|
||||||
|
"string “ANY” is also accepted if a valid SPA packet should be honored to any "
|
||||||
|
"destination IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
|
msgid ""
|
||||||
|
"The network on which the daemon listens. The daemon is automatically started "
|
||||||
|
"when the network is up-and-running. This option has precedence over "
|
||||||
|
"“PCAP_INTF” option."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:283
|
||||||
|
msgid ""
|
||||||
|
"The source address from which the SPA packet will be accepted. The string "
|
||||||
|
"“ANY” is also accepted if a valid SPA packet should be honored from any "
|
||||||
|
"source IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:289
|
||||||
|
msgid "The source address has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:312
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:321
|
||||||
|
msgid "The symmetric key has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid ""
|
msgid ""
|
||||||
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
||||||
"ignoring any settings here."
|
"ignoring any settings here."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:10
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:277
|
||||||
msgid "access.conf stanzas"
|
msgid "access.conf stanzas"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:44
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:370
|
||||||
msgid "fwknopd.conf config options"
|
msgid "fwknopd.conf config options"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ msgstr ""
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||||
"X-Generator: Weblate 3.10\n"
|
"X-Generator: Weblate 3.10\n"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:48
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:374
|
||||||
msgid ""
|
msgid ""
|
||||||
"Allow SPA clients to request access to services through an iptables firewall "
|
"Allow SPA clients to request access to services through an iptables firewall "
|
||||||
"instead of just to it."
|
"instead of just to it."
|
||||||
|
@ -20,17 +20,25 @@ msgstr ""
|
||||||
"Annak lehetővé tétele az SPA ügyfeleknek, hogy hozzáférést kérjenek a "
|
"Annak lehetővé tétele az SPA ügyfeleknek, hogy hozzáférést kérjenek a "
|
||||||
"szolgáltatásokhoz egy iptables tűzfalon keresztül, ahelyett hogy csak ahhoz."
|
"szolgáltatásokhoz egy iptables tűzfalon keresztül, ahelyett hogy csak ahhoz."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:49
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:375
|
||||||
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Annak lehetővé tétele az SPA ügyfeleknek, hogy továbbítási célt kérjenek DNS-"
|
"Annak lehetővé tétele az SPA ügyfeleknek, hogy továbbítási célt kérjenek DNS-"
|
||||||
"név alapján."
|
"név alapján."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:326
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:348
|
||||||
msgid "Base64 key"
|
msgid "Base64 key"
|
||||||
msgstr "Base64 kulcs"
|
msgstr "Base64 kulcs"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:356
|
||||||
|
msgid ""
|
||||||
|
"Define a set of ports and protocols (tcp or udp) that are explicitly not "
|
||||||
|
"allowed regardless of the validity of the incoming SPA packet. Multiple "
|
||||||
|
"entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:351
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
||||||
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
||||||
|
@ -44,7 +52,19 @@ msgstr ""
|
||||||
"bármely „RESTRICT_PORTS” bejegyzésre). Több bejegyzést vesszővel elválasztva "
|
"bármely „RESTRICT_PORTS” bejegyzésre). Több bejegyzést vesszővel elválasztva "
|
||||||
"kell megadni."
|
"kell megadni."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:36
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:337
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key (in Base64 encoding) used for verifying "
|
||||||
|
"the authenticity of the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:329
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key used for verifying the authenticity of "
|
||||||
|
"the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:360
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the length of time access will be granted by fwknopd through the "
|
"Define the length of time access will be granted by fwknopd through the "
|
||||||
"firewall after a valid knock sequence from a source IP address. If "
|
"firewall after a valid knock sequence from a source IP address. If "
|
||||||
|
@ -56,8 +76,13 @@ msgstr ""
|
||||||
"után. Ha az „FW_ACCESS_TIMEOUT” nincs beállítva, akkor az alapértelmezett 30 "
|
"után. Ha az „FW_ACCESS_TIMEOUT” nincs beállítva, akkor az alapértelmezett 30 "
|
||||||
"másodperces időkorlát lesz automatikusan beállítva."
|
"másodperces időkorlát lesz automatikusan beállítva."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:18
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:315
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:20
|
msgid ""
|
||||||
|
"Define the symmetric key (in Base64 encoding) used for decrypting an "
|
||||||
|
"incoming SPA packet that is encrypted by the fwknop client with Rijndael."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:307
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
||||||
"encrypted by the fwknop client with Rijndael."
|
"encrypted by the fwknop client with Rijndael."
|
||||||
|
@ -66,11 +91,11 @@ msgstr ""
|
||||||
"meghatározása, amely csomagot az fwknop ügyfél a Rijndael használatával "
|
"meghatározása, amely csomagot az fwknop ügyfél a Rijndael használatával "
|
||||||
"titkosított."
|
"titkosított."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:6
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:263
|
||||||
msgid "Enable Uci/Luci control"
|
msgid "Enable Uci/Luci control"
|
||||||
msgstr "Uci/Luci vezérlés engedélyezése"
|
msgstr "Uci/Luci vezérlés engedélyezése"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid "Enable config overwrite"
|
msgid "Enable config overwrite"
|
||||||
msgstr "Beállítás felülírásának engedélyezése"
|
msgstr "Beállítás felülírásának engedélyezése"
|
||||||
|
|
||||||
|
@ -78,11 +103,11 @@ msgstr "Beállítás felülírásának engedélyezése"
|
||||||
msgid "Firewall Knock Daemon"
|
msgid "Firewall Knock Daemon"
|
||||||
msgstr "Tűzfalkopogó démon"
|
msgstr "Tűzfalkopogó démon"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:4
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:261
|
||||||
msgid "Firewall Knock Operator"
|
msgid "Firewall Knock Operator Daemon"
|
||||||
msgstr "Tűzfalkopogó operátor"
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:39
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:365
|
||||||
msgid ""
|
msgid ""
|
||||||
"Force all SPA packets to contain a real IP address within the encrypted "
|
"Force all SPA packets to contain a real IP address within the encrypted "
|
||||||
"data. This makes it impossible to use the -s command line argument on the "
|
"data. This makes it impossible to use the -s command line argument on the "
|
||||||
|
@ -97,11 +122,39 @@ msgstr ""
|
||||||
"van), vagy az ügyfélnek tudnia kell a külső IP-t, és be kell állítania a -a "
|
"van), vagy az ügyfélnek tudnia kell a külső IP-t, és be kell állítania a -a "
|
||||||
"argumentumon keresztül."
|
"argumentumon keresztül."
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:302
|
||||||
|
msgid "Generate Keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid "Generate keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid ""
|
||||||
|
"Generates the symmetric key used for decrypting an incoming SPA packet, that "
|
||||||
|
"is encrypted by the fwknop client with Rijndael block cipher, and HMAC "
|
||||||
|
"authentication key used to verify the authenticity of the incoming SPA "
|
||||||
|
"packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
||||||
msgid "Grant UCI access for luci-app-fwknopd"
|
msgid "Grant UCI access for luci-app-fwknopd"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:346
|
||||||
|
msgid "HMAC key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:324
|
||||||
|
msgid "Key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:152
|
||||||
|
msgid "Loading…"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:372
|
||||||
msgid ""
|
msgid ""
|
||||||
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
||||||
"seconds."
|
"seconds."
|
||||||
|
@ -109,25 +162,69 @@ msgstr ""
|
||||||
"Legnagyobb életkor másodpercben, amíg egy SPA csomag elfogadásra kerül. "
|
"Legnagyobb életkor másodpercben, amíg egy SPA csomag elfogadásra kerül. "
|
||||||
"Alapértelmezetten 120 másodperc."
|
"Alapértelmezetten 120 másodperc."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
msgid "Normal Key"
|
msgid "Network"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:267
|
||||||
|
msgid "Network configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:325
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:347
|
||||||
|
msgid "Normal key"
|
||||||
msgstr "Normál kulcs"
|
msgstr "Normál kulcs"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:47
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:281
|
||||||
|
msgid "QR code"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:373
|
||||||
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Az ethernet csatoló megadása, amelyen az fwknopd szimatolni fogja a "
|
"Az ethernet csatoló megadása, amelyen az fwknopd szimatolni fogja a "
|
||||||
"csomagokat."
|
"csomagokat."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:28
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:334
|
||||||
msgid "The base64 hmac key"
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:343
|
||||||
msgstr "A Base64 hmac kulcs"
|
msgid "The HMAC authentication key has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:292
|
||||||
msgid "Use ANY for any source IP"
|
msgid ""
|
||||||
msgstr "BÁRMELY használata bármely forrás IP-nél"
|
"The destination address for which the SPA packet will be accepted. The "
|
||||||
|
"string “ANY” is also accepted if a valid SPA packet should be honored to any "
|
||||||
|
"destination IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
|
msgid ""
|
||||||
|
"The network on which the daemon listens. The daemon is automatically started "
|
||||||
|
"when the network is up-and-running. This option has precedence over "
|
||||||
|
"“PCAP_INTF” option."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:283
|
||||||
|
msgid ""
|
||||||
|
"The source address from which the SPA packet will be accepted. The string "
|
||||||
|
"“ANY” is also accepted if a valid SPA packet should be honored from any "
|
||||||
|
"source IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:289
|
||||||
|
msgid "The source address has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:312
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:321
|
||||||
|
msgid "The symmetric key has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid ""
|
msgid ""
|
||||||
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
||||||
"ignoring any settings here."
|
"ignoring any settings here."
|
||||||
|
@ -136,14 +233,23 @@ msgstr ""
|
||||||
"úgy lesznek használva, ahogy vannak, minden beállítást figyelmen kívül "
|
"úgy lesznek használva, ahogy vannak, minden beállítást figyelmen kívül "
|
||||||
"hagyva itt."
|
"hagyva itt."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:10
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:277
|
||||||
msgid "access.conf stanzas"
|
msgid "access.conf stanzas"
|
||||||
msgstr "access.conf stanzák"
|
msgstr "access.conf stanzák"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:44
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:370
|
||||||
msgid "fwknopd.conf config options"
|
msgid "fwknopd.conf config options"
|
||||||
msgstr "fwknopd.conf beállítás kapcsolói"
|
msgstr "fwknopd.conf beállítás kapcsolói"
|
||||||
|
|
||||||
|
#~ msgid "Firewall Knock Operator"
|
||||||
|
#~ msgstr "Tűzfalkopogó operátor"
|
||||||
|
|
||||||
|
#~ msgid "The Base64 HMAC key"
|
||||||
|
#~ msgstr "A Base64 HMAC kulcs"
|
||||||
|
|
||||||
|
#~ msgid "Use ANY for any source IP"
|
||||||
|
#~ msgstr "BÁRMELY használata bármely forrás IP-nél"
|
||||||
|
|
||||||
#~ msgid "Enter custom access.conf variables below:"
|
#~ msgid "Enter custom access.conf variables below:"
|
||||||
#~ msgstr "Enter custom access.conf variables below:"
|
#~ msgstr "Enter custom access.conf variables below:"
|
||||||
|
|
||||||
|
|
|
@ -10,21 +10,29 @@ msgstr ""
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:48
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:374
|
||||||
msgid ""
|
msgid ""
|
||||||
"Allow SPA clients to request access to services through an iptables firewall "
|
"Allow SPA clients to request access to services through an iptables firewall "
|
||||||
"instead of just to it."
|
"instead of just to it."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:49
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:375
|
||||||
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:326
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:348
|
||||||
msgid "Base64 key"
|
msgid "Base64 key"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:356
|
||||||
|
msgid ""
|
||||||
|
"Define a set of ports and protocols (tcp or udp) that are explicitly not "
|
||||||
|
"allowed regardless of the validity of the incoming SPA packet. Multiple "
|
||||||
|
"entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:351
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
||||||
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
||||||
|
@ -32,7 +40,19 @@ msgid ""
|
||||||
"matches any “RESTRICT_PORTS” entries). Multiple entries are comma-separated."
|
"matches any “RESTRICT_PORTS” entries). Multiple entries are comma-separated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:36
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:337
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key (in Base64 encoding) used for verifying "
|
||||||
|
"the authenticity of the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:329
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key used for verifying the authenticity of "
|
||||||
|
"the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:360
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the length of time access will be granted by fwknopd through the "
|
"Define the length of time access will be granted by fwknopd through the "
|
||||||
"firewall after a valid knock sequence from a source IP address. If "
|
"firewall after a valid knock sequence from a source IP address. If "
|
||||||
|
@ -40,18 +60,23 @@ msgid ""
|
||||||
"automatically be set."
|
"automatically be set."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:18
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:315
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:20
|
msgid ""
|
||||||
|
"Define the symmetric key (in Base64 encoding) used for decrypting an "
|
||||||
|
"incoming SPA packet that is encrypted by the fwknop client with Rijndael."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:307
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
||||||
"encrypted by the fwknop client with Rijndael."
|
"encrypted by the fwknop client with Rijndael."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:6
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:263
|
||||||
msgid "Enable Uci/Luci control"
|
msgid "Enable Uci/Luci control"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid "Enable config overwrite"
|
msgid "Enable config overwrite"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -59,11 +84,11 @@ msgstr ""
|
||||||
msgid "Firewall Knock Daemon"
|
msgid "Firewall Knock Daemon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:4
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:261
|
||||||
msgid "Firewall Knock Operator"
|
msgid "Firewall Knock Operator Daemon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:39
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:365
|
||||||
msgid ""
|
msgid ""
|
||||||
"Force all SPA packets to contain a real IP address within the encrypted "
|
"Force all SPA packets to contain a real IP address within the encrypted "
|
||||||
"data. This makes it impossible to use the -s command line argument on the "
|
"data. This makes it impossible to use the -s command line argument on the "
|
||||||
|
@ -72,43 +97,115 @@ msgid ""
|
||||||
"know the external IP and set it via the -a argument."
|
"know the external IP and set it via the -a argument."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:302
|
||||||
|
msgid "Generate Keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid "Generate keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid ""
|
||||||
|
"Generates the symmetric key used for decrypting an incoming SPA packet, that "
|
||||||
|
"is encrypted by the fwknop client with Rijndael block cipher, and HMAC "
|
||||||
|
"authentication key used to verify the authenticity of the incoming SPA "
|
||||||
|
"packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
||||||
msgid "Grant UCI access for luci-app-fwknopd"
|
msgid "Grant UCI access for luci-app-fwknopd"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:346
|
||||||
|
msgid "HMAC key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:324
|
||||||
|
msgid "Key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:152
|
||||||
|
msgid "Loading…"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:372
|
||||||
msgid ""
|
msgid ""
|
||||||
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
||||||
"seconds."
|
"seconds."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
msgid "Normal Key"
|
msgid "Network"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:47
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:267
|
||||||
|
msgid "Network configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:325
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:347
|
||||||
|
msgid "Normal key"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:281
|
||||||
|
msgid "QR code"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:373
|
||||||
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:28
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:334
|
||||||
msgid "The base64 hmac key"
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:343
|
||||||
|
msgid "The HMAC authentication key has to be specified."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:292
|
||||||
msgid "Use ANY for any source IP"
|
msgid ""
|
||||||
|
"The destination address for which the SPA packet will be accepted. The "
|
||||||
|
"string “ANY” is also accepted if a valid SPA packet should be honored to any "
|
||||||
|
"destination IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
|
msgid ""
|
||||||
|
"The network on which the daemon listens. The daemon is automatically started "
|
||||||
|
"when the network is up-and-running. This option has precedence over "
|
||||||
|
"“PCAP_INTF” option."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:283
|
||||||
|
msgid ""
|
||||||
|
"The source address from which the SPA packet will be accepted. The string "
|
||||||
|
"“ANY” is also accepted if a valid SPA packet should be honored from any "
|
||||||
|
"source IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:289
|
||||||
|
msgid "The source address has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:312
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:321
|
||||||
|
msgid "The symmetric key has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid ""
|
msgid ""
|
||||||
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
||||||
"ignoring any settings here."
|
"ignoring any settings here."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:10
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:277
|
||||||
msgid "access.conf stanzas"
|
msgid "access.conf stanzas"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:44
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:370
|
||||||
msgid "fwknopd.conf config options"
|
msgid "fwknopd.conf config options"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -12,21 +12,29 @@ msgstr ""
|
||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
"X-Generator: Weblate 4.2-dev\n"
|
"X-Generator: Weblate 4.2-dev\n"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:48
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:374
|
||||||
msgid ""
|
msgid ""
|
||||||
"Allow SPA clients to request access to services through an iptables firewall "
|
"Allow SPA clients to request access to services through an iptables firewall "
|
||||||
"instead of just to it."
|
"instead of just to it."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:49
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:375
|
||||||
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:326
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:348
|
||||||
msgid "Base64 key"
|
msgid "Base64 key"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:356
|
||||||
|
msgid ""
|
||||||
|
"Define a set of ports and protocols (tcp or udp) that are explicitly not "
|
||||||
|
"allowed regardless of the validity of the incoming SPA packet. Multiple "
|
||||||
|
"entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:351
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
||||||
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
||||||
|
@ -34,7 +42,19 @@ msgid ""
|
||||||
"matches any “RESTRICT_PORTS” entries). Multiple entries are comma-separated."
|
"matches any “RESTRICT_PORTS” entries). Multiple entries are comma-separated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:36
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:337
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key (in Base64 encoding) used for verifying "
|
||||||
|
"the authenticity of the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:329
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key used for verifying the authenticity of "
|
||||||
|
"the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:360
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the length of time access will be granted by fwknopd through the "
|
"Define the length of time access will be granted by fwknopd through the "
|
||||||
"firewall after a valid knock sequence from a source IP address. If "
|
"firewall after a valid knock sequence from a source IP address. If "
|
||||||
|
@ -42,18 +62,23 @@ msgid ""
|
||||||
"automatically be set."
|
"automatically be set."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:18
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:315
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:20
|
msgid ""
|
||||||
|
"Define the symmetric key (in Base64 encoding) used for decrypting an "
|
||||||
|
"incoming SPA packet that is encrypted by the fwknop client with Rijndael."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:307
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
||||||
"encrypted by the fwknop client with Rijndael."
|
"encrypted by the fwknop client with Rijndael."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:6
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:263
|
||||||
msgid "Enable Uci/Luci control"
|
msgid "Enable Uci/Luci control"
|
||||||
msgstr "Uci/Luci コントロールを有効にする"
|
msgstr "Uci/Luci コントロールを有効にする"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid "Enable config overwrite"
|
msgid "Enable config overwrite"
|
||||||
msgstr "構成の上書きを有効にする"
|
msgstr "構成の上書きを有効にする"
|
||||||
|
|
||||||
|
@ -61,11 +86,11 @@ msgstr "構成の上書きを有効にする"
|
||||||
msgid "Firewall Knock Daemon"
|
msgid "Firewall Knock Daemon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:4
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:261
|
||||||
msgid "Firewall Knock Operator"
|
msgid "Firewall Knock Operator Daemon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:39
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:365
|
||||||
msgid ""
|
msgid ""
|
||||||
"Force all SPA packets to contain a real IP address within the encrypted "
|
"Force all SPA packets to contain a real IP address within the encrypted "
|
||||||
"data. This makes it impossible to use the -s command line argument on the "
|
"data. This makes it impossible to use the -s command line argument on the "
|
||||||
|
@ -74,43 +99,115 @@ msgid ""
|
||||||
"know the external IP and set it via the -a argument."
|
"know the external IP and set it via the -a argument."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:302
|
||||||
|
msgid "Generate Keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid "Generate keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid ""
|
||||||
|
"Generates the symmetric key used for decrypting an incoming SPA packet, that "
|
||||||
|
"is encrypted by the fwknop client with Rijndael block cipher, and HMAC "
|
||||||
|
"authentication key used to verify the authenticity of the incoming SPA "
|
||||||
|
"packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
||||||
msgid "Grant UCI access for luci-app-fwknopd"
|
msgid "Grant UCI access for luci-app-fwknopd"
|
||||||
msgstr "luci-app-fwknopd に UCI アクセスを許可"
|
msgstr "luci-app-fwknopd に UCI アクセスを許可"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:346
|
||||||
|
msgid "HMAC key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:324
|
||||||
|
msgid "Key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:152
|
||||||
|
msgid "Loading…"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:372
|
||||||
msgid ""
|
msgid ""
|
||||||
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
||||||
"seconds."
|
"seconds."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
msgid "Normal Key"
|
msgid "Network"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:47
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:267
|
||||||
|
msgid "Network configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:325
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:347
|
||||||
|
msgid "Normal key"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:281
|
||||||
|
msgid "QR code"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:373
|
||||||
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:28
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:334
|
||||||
msgid "The base64 hmac key"
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:343
|
||||||
|
msgid "The HMAC authentication key has to be specified."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:292
|
||||||
msgid "Use ANY for any source IP"
|
msgid ""
|
||||||
|
"The destination address for which the SPA packet will be accepted. The "
|
||||||
|
"string “ANY” is also accepted if a valid SPA packet should be honored to any "
|
||||||
|
"destination IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
|
msgid ""
|
||||||
|
"The network on which the daemon listens. The daemon is automatically started "
|
||||||
|
"when the network is up-and-running. This option has precedence over "
|
||||||
|
"“PCAP_INTF” option."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:283
|
||||||
|
msgid ""
|
||||||
|
"The source address from which the SPA packet will be accepted. The string "
|
||||||
|
"“ANY” is also accepted if a valid SPA packet should be honored from any "
|
||||||
|
"source IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:289
|
||||||
|
msgid "The source address has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:312
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:321
|
||||||
|
msgid "The symmetric key has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid ""
|
msgid ""
|
||||||
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
||||||
"ignoring any settings here."
|
"ignoring any settings here."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:10
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:277
|
||||||
msgid "access.conf stanzas"
|
msgid "access.conf stanzas"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:44
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:370
|
||||||
msgid "fwknopd.conf config options"
|
msgid "fwknopd.conf config options"
|
||||||
msgstr "fwknopd.conf 構成オプション"
|
msgstr "fwknopd.conf 構成オプション"
|
||||||
|
|
||||||
|
|
|
@ -10,21 +10,29 @@ msgstr ""
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:48
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:374
|
||||||
msgid ""
|
msgid ""
|
||||||
"Allow SPA clients to request access to services through an iptables firewall "
|
"Allow SPA clients to request access to services through an iptables firewall "
|
||||||
"instead of just to it."
|
"instead of just to it."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:49
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:375
|
||||||
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:326
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:348
|
||||||
msgid "Base64 key"
|
msgid "Base64 key"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:356
|
||||||
|
msgid ""
|
||||||
|
"Define a set of ports and protocols (tcp or udp) that are explicitly not "
|
||||||
|
"allowed regardless of the validity of the incoming SPA packet. Multiple "
|
||||||
|
"entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:351
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
||||||
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
||||||
|
@ -32,7 +40,19 @@ msgid ""
|
||||||
"matches any “RESTRICT_PORTS” entries). Multiple entries are comma-separated."
|
"matches any “RESTRICT_PORTS” entries). Multiple entries are comma-separated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:36
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:337
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key (in Base64 encoding) used for verifying "
|
||||||
|
"the authenticity of the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:329
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key used for verifying the authenticity of "
|
||||||
|
"the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:360
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the length of time access will be granted by fwknopd through the "
|
"Define the length of time access will be granted by fwknopd through the "
|
||||||
"firewall after a valid knock sequence from a source IP address. If "
|
"firewall after a valid knock sequence from a source IP address. If "
|
||||||
|
@ -40,18 +60,23 @@ msgid ""
|
||||||
"automatically be set."
|
"automatically be set."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:18
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:315
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:20
|
msgid ""
|
||||||
|
"Define the symmetric key (in Base64 encoding) used for decrypting an "
|
||||||
|
"incoming SPA packet that is encrypted by the fwknop client with Rijndael."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:307
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
||||||
"encrypted by the fwknop client with Rijndael."
|
"encrypted by the fwknop client with Rijndael."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:6
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:263
|
||||||
msgid "Enable Uci/Luci control"
|
msgid "Enable Uci/Luci control"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid "Enable config overwrite"
|
msgid "Enable config overwrite"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -59,11 +84,11 @@ msgstr ""
|
||||||
msgid "Firewall Knock Daemon"
|
msgid "Firewall Knock Daemon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:4
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:261
|
||||||
msgid "Firewall Knock Operator"
|
msgid "Firewall Knock Operator Daemon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:39
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:365
|
||||||
msgid ""
|
msgid ""
|
||||||
"Force all SPA packets to contain a real IP address within the encrypted "
|
"Force all SPA packets to contain a real IP address within the encrypted "
|
||||||
"data. This makes it impossible to use the -s command line argument on the "
|
"data. This makes it impossible to use the -s command line argument on the "
|
||||||
|
@ -72,43 +97,115 @@ msgid ""
|
||||||
"know the external IP and set it via the -a argument."
|
"know the external IP and set it via the -a argument."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:302
|
||||||
|
msgid "Generate Keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid "Generate keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid ""
|
||||||
|
"Generates the symmetric key used for decrypting an incoming SPA packet, that "
|
||||||
|
"is encrypted by the fwknop client with Rijndael block cipher, and HMAC "
|
||||||
|
"authentication key used to verify the authenticity of the incoming SPA "
|
||||||
|
"packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
||||||
msgid "Grant UCI access for luci-app-fwknopd"
|
msgid "Grant UCI access for luci-app-fwknopd"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:346
|
||||||
|
msgid "HMAC key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:324
|
||||||
|
msgid "Key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:152
|
||||||
|
msgid "Loading…"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:372
|
||||||
msgid ""
|
msgid ""
|
||||||
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
||||||
"seconds."
|
"seconds."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
msgid "Normal Key"
|
msgid "Network"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:47
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:267
|
||||||
|
msgid "Network configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:325
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:347
|
||||||
|
msgid "Normal key"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:281
|
||||||
|
msgid "QR code"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:373
|
||||||
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:28
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:334
|
||||||
msgid "The base64 hmac key"
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:343
|
||||||
|
msgid "The HMAC authentication key has to be specified."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:292
|
||||||
msgid "Use ANY for any source IP"
|
msgid ""
|
||||||
|
"The destination address for which the SPA packet will be accepted. The "
|
||||||
|
"string “ANY” is also accepted if a valid SPA packet should be honored to any "
|
||||||
|
"destination IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
|
msgid ""
|
||||||
|
"The network on which the daemon listens. The daemon is automatically started "
|
||||||
|
"when the network is up-and-running. This option has precedence over "
|
||||||
|
"“PCAP_INTF” option."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:283
|
||||||
|
msgid ""
|
||||||
|
"The source address from which the SPA packet will be accepted. The string "
|
||||||
|
"“ANY” is also accepted if a valid SPA packet should be honored from any "
|
||||||
|
"source IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:289
|
||||||
|
msgid "The source address has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:312
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:321
|
||||||
|
msgid "The symmetric key has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid ""
|
msgid ""
|
||||||
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
||||||
"ignoring any settings here."
|
"ignoring any settings here."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:10
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:277
|
||||||
msgid "access.conf stanzas"
|
msgid "access.conf stanzas"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:44
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:370
|
||||||
msgid "fwknopd.conf config options"
|
msgid "fwknopd.conf config options"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -12,21 +12,29 @@ msgstr ""
|
||||||
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||||||
"X-Generator: Weblate 3.11-dev\n"
|
"X-Generator: Weblate 3.11-dev\n"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:48
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:374
|
||||||
msgid ""
|
msgid ""
|
||||||
"Allow SPA clients to request access to services through an iptables firewall "
|
"Allow SPA clients to request access to services through an iptables firewall "
|
||||||
"instead of just to it."
|
"instead of just to it."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:49
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:375
|
||||||
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:326
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:348
|
||||||
msgid "Base64 key"
|
msgid "Base64 key"
|
||||||
msgstr "बेस 64 की"
|
msgstr "बेस 64 की"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:356
|
||||||
|
msgid ""
|
||||||
|
"Define a set of ports and protocols (tcp or udp) that are explicitly not "
|
||||||
|
"allowed regardless of the validity of the incoming SPA packet. Multiple "
|
||||||
|
"entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:351
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
||||||
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
||||||
|
@ -34,7 +42,19 @@ msgid ""
|
||||||
"matches any “RESTRICT_PORTS” entries). Multiple entries are comma-separated."
|
"matches any “RESTRICT_PORTS” entries). Multiple entries are comma-separated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:36
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:337
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key (in Base64 encoding) used for verifying "
|
||||||
|
"the authenticity of the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:329
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key used for verifying the authenticity of "
|
||||||
|
"the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:360
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the length of time access will be granted by fwknopd through the "
|
"Define the length of time access will be granted by fwknopd through the "
|
||||||
"firewall after a valid knock sequence from a source IP address. If "
|
"firewall after a valid knock sequence from a source IP address. If "
|
||||||
|
@ -42,18 +62,23 @@ msgid ""
|
||||||
"automatically be set."
|
"automatically be set."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:18
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:315
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:20
|
msgid ""
|
||||||
|
"Define the symmetric key (in Base64 encoding) used for decrypting an "
|
||||||
|
"incoming SPA packet that is encrypted by the fwknop client with Rijndael."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:307
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
||||||
"encrypted by the fwknop client with Rijndael."
|
"encrypted by the fwknop client with Rijndael."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:6
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:263
|
||||||
msgid "Enable Uci/Luci control"
|
msgid "Enable Uci/Luci control"
|
||||||
msgstr "Uci / Luci नियंत्रण सक्षम करा"
|
msgstr "Uci / Luci नियंत्रण सक्षम करा"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid "Enable config overwrite"
|
msgid "Enable config overwrite"
|
||||||
msgstr "कॉन्फिगरेशन अधिलेखन सक्षम करा"
|
msgstr "कॉन्फिगरेशन अधिलेखन सक्षम करा"
|
||||||
|
|
||||||
|
@ -61,11 +86,11 @@ msgstr "कॉन्फिगरेशन अधिलेखन सक्षम
|
||||||
msgid "Firewall Knock Daemon"
|
msgid "Firewall Knock Daemon"
|
||||||
msgstr "फायरवॉल नॉक डेमन"
|
msgstr "फायरवॉल नॉक डेमन"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:4
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:261
|
||||||
msgid "Firewall Knock Operator"
|
msgid "Firewall Knock Operator Daemon"
|
||||||
msgstr "फायरवॉल नॉक ऑपरेटर"
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:39
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:365
|
||||||
msgid ""
|
msgid ""
|
||||||
"Force all SPA packets to contain a real IP address within the encrypted "
|
"Force all SPA packets to contain a real IP address within the encrypted "
|
||||||
"data. This makes it impossible to use the -s command line argument on the "
|
"data. This makes it impossible to use the -s command line argument on the "
|
||||||
|
@ -74,46 +99,124 @@ msgid ""
|
||||||
"know the external IP and set it via the -a argument."
|
"know the external IP and set it via the -a argument."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:302
|
||||||
|
msgid "Generate Keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid "Generate keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid ""
|
||||||
|
"Generates the symmetric key used for decrypting an incoming SPA packet, that "
|
||||||
|
"is encrypted by the fwknop client with Rijndael block cipher, and HMAC "
|
||||||
|
"authentication key used to verify the authenticity of the incoming SPA "
|
||||||
|
"packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
||||||
msgid "Grant UCI access for luci-app-fwknopd"
|
msgid "Grant UCI access for luci-app-fwknopd"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:346
|
||||||
|
msgid "HMAC key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:324
|
||||||
|
msgid "Key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:152
|
||||||
|
msgid "Loading…"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:372
|
||||||
msgid ""
|
msgid ""
|
||||||
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
||||||
"seconds."
|
"seconds."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
msgid "Normal Key"
|
msgid "Network"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:267
|
||||||
|
msgid "Network configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:325
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:347
|
||||||
|
msgid "Normal key"
|
||||||
msgstr "सामान्य की"
|
msgstr "सामान्य की"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:47
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:281
|
||||||
|
msgid "QR code"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:373
|
||||||
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:28
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:334
|
||||||
msgid "The base64 hmac key"
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:343
|
||||||
msgstr "बेस 64 एचएमएसी की"
|
msgid "The HMAC authentication key has to be specified."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
|
|
||||||
msgid "Use ANY for any source IP"
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:292
|
||||||
|
msgid ""
|
||||||
|
"The destination address for which the SPA packet will be accepted. The "
|
||||||
|
"string “ANY” is also accepted if a valid SPA packet should be honored to any "
|
||||||
|
"destination IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
|
msgid ""
|
||||||
|
"The network on which the daemon listens. The daemon is automatically started "
|
||||||
|
"when the network is up-and-running. This option has precedence over "
|
||||||
|
"“PCAP_INTF” option."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:283
|
||||||
|
msgid ""
|
||||||
|
"The source address from which the SPA packet will be accepted. The string "
|
||||||
|
"“ANY” is also accepted if a valid SPA packet should be honored from any "
|
||||||
|
"source IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:289
|
||||||
|
msgid "The source address has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:312
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:321
|
||||||
|
msgid "The symmetric key has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid ""
|
msgid ""
|
||||||
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
||||||
"ignoring any settings here."
|
"ignoring any settings here."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:10
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:277
|
||||||
msgid "access.conf stanzas"
|
msgid "access.conf stanzas"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:44
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:370
|
||||||
msgid "fwknopd.conf config options"
|
msgid "fwknopd.conf config options"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#~ msgid "Firewall Knock Operator"
|
||||||
|
#~ msgstr "फायरवॉल नॉक ऑपरेटर"
|
||||||
|
|
||||||
|
#~ msgid "The Base64 HMAC key"
|
||||||
|
#~ msgstr "बेस 64 एचएमएसी की"
|
||||||
|
|
||||||
#~ msgid "Enter custom access.conf variables below:"
|
#~ msgid "Enter custom access.conf variables below:"
|
||||||
#~ msgstr "Enter custom access.conf variables below:"
|
#~ msgstr "Enter custom access.conf variables below:"
|
||||||
|
|
||||||
|
|
|
@ -10,21 +10,29 @@ msgstr ""
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:48
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:374
|
||||||
msgid ""
|
msgid ""
|
||||||
"Allow SPA clients to request access to services through an iptables firewall "
|
"Allow SPA clients to request access to services through an iptables firewall "
|
||||||
"instead of just to it."
|
"instead of just to it."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:49
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:375
|
||||||
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:326
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:348
|
||||||
msgid "Base64 key"
|
msgid "Base64 key"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:356
|
||||||
|
msgid ""
|
||||||
|
"Define a set of ports and protocols (tcp or udp) that are explicitly not "
|
||||||
|
"allowed regardless of the validity of the incoming SPA packet. Multiple "
|
||||||
|
"entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:351
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
||||||
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
||||||
|
@ -32,7 +40,19 @@ msgid ""
|
||||||
"matches any “RESTRICT_PORTS” entries). Multiple entries are comma-separated."
|
"matches any “RESTRICT_PORTS” entries). Multiple entries are comma-separated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:36
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:337
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key (in Base64 encoding) used for verifying "
|
||||||
|
"the authenticity of the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:329
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key used for verifying the authenticity of "
|
||||||
|
"the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:360
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the length of time access will be granted by fwknopd through the "
|
"Define the length of time access will be granted by fwknopd through the "
|
||||||
"firewall after a valid knock sequence from a source IP address. If "
|
"firewall after a valid knock sequence from a source IP address. If "
|
||||||
|
@ -40,18 +60,23 @@ msgid ""
|
||||||
"automatically be set."
|
"automatically be set."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:18
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:315
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:20
|
msgid ""
|
||||||
|
"Define the symmetric key (in Base64 encoding) used for decrypting an "
|
||||||
|
"incoming SPA packet that is encrypted by the fwknop client with Rijndael."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:307
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
||||||
"encrypted by the fwknop client with Rijndael."
|
"encrypted by the fwknop client with Rijndael."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:6
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:263
|
||||||
msgid "Enable Uci/Luci control"
|
msgid "Enable Uci/Luci control"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid "Enable config overwrite"
|
msgid "Enable config overwrite"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -59,11 +84,11 @@ msgstr ""
|
||||||
msgid "Firewall Knock Daemon"
|
msgid "Firewall Knock Daemon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:4
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:261
|
||||||
msgid "Firewall Knock Operator"
|
msgid "Firewall Knock Operator Daemon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:39
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:365
|
||||||
msgid ""
|
msgid ""
|
||||||
"Force all SPA packets to contain a real IP address within the encrypted "
|
"Force all SPA packets to contain a real IP address within the encrypted "
|
||||||
"data. This makes it impossible to use the -s command line argument on the "
|
"data. This makes it impossible to use the -s command line argument on the "
|
||||||
|
@ -72,43 +97,115 @@ msgid ""
|
||||||
"know the external IP and set it via the -a argument."
|
"know the external IP and set it via the -a argument."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:302
|
||||||
|
msgid "Generate Keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid "Generate keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid ""
|
||||||
|
"Generates the symmetric key used for decrypting an incoming SPA packet, that "
|
||||||
|
"is encrypted by the fwknop client with Rijndael block cipher, and HMAC "
|
||||||
|
"authentication key used to verify the authenticity of the incoming SPA "
|
||||||
|
"packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
||||||
msgid "Grant UCI access for luci-app-fwknopd"
|
msgid "Grant UCI access for luci-app-fwknopd"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:346
|
||||||
|
msgid "HMAC key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:324
|
||||||
|
msgid "Key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:152
|
||||||
|
msgid "Loading…"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:372
|
||||||
msgid ""
|
msgid ""
|
||||||
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
||||||
"seconds."
|
"seconds."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
msgid "Normal Key"
|
msgid "Network"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:47
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:267
|
||||||
|
msgid "Network configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:325
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:347
|
||||||
|
msgid "Normal key"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:281
|
||||||
|
msgid "QR code"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:373
|
||||||
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:28
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:334
|
||||||
msgid "The base64 hmac key"
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:343
|
||||||
|
msgid "The HMAC authentication key has to be specified."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:292
|
||||||
msgid "Use ANY for any source IP"
|
msgid ""
|
||||||
|
"The destination address for which the SPA packet will be accepted. The "
|
||||||
|
"string “ANY” is also accepted if a valid SPA packet should be honored to any "
|
||||||
|
"destination IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
|
msgid ""
|
||||||
|
"The network on which the daemon listens. The daemon is automatically started "
|
||||||
|
"when the network is up-and-running. This option has precedence over "
|
||||||
|
"“PCAP_INTF” option."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:283
|
||||||
|
msgid ""
|
||||||
|
"The source address from which the SPA packet will be accepted. The string "
|
||||||
|
"“ANY” is also accepted if a valid SPA packet should be honored from any "
|
||||||
|
"source IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:289
|
||||||
|
msgid "The source address has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:312
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:321
|
||||||
|
msgid "The symmetric key has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid ""
|
msgid ""
|
||||||
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
||||||
"ignoring any settings here."
|
"ignoring any settings here."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:10
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:277
|
||||||
msgid "access.conf stanzas"
|
msgid "access.conf stanzas"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:44
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:370
|
||||||
msgid "fwknopd.conf config options"
|
msgid "fwknopd.conf config options"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -10,21 +10,29 @@ msgstr ""
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:48
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:374
|
||||||
msgid ""
|
msgid ""
|
||||||
"Allow SPA clients to request access to services through an iptables firewall "
|
"Allow SPA clients to request access to services through an iptables firewall "
|
||||||
"instead of just to it."
|
"instead of just to it."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:49
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:375
|
||||||
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:326
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:348
|
||||||
msgid "Base64 key"
|
msgid "Base64 key"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:356
|
||||||
|
msgid ""
|
||||||
|
"Define a set of ports and protocols (tcp or udp) that are explicitly not "
|
||||||
|
"allowed regardless of the validity of the incoming SPA packet. Multiple "
|
||||||
|
"entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:351
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
||||||
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
||||||
|
@ -32,7 +40,19 @@ msgid ""
|
||||||
"matches any “RESTRICT_PORTS” entries). Multiple entries are comma-separated."
|
"matches any “RESTRICT_PORTS” entries). Multiple entries are comma-separated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:36
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:337
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key (in Base64 encoding) used for verifying "
|
||||||
|
"the authenticity of the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:329
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key used for verifying the authenticity of "
|
||||||
|
"the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:360
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the length of time access will be granted by fwknopd through the "
|
"Define the length of time access will be granted by fwknopd through the "
|
||||||
"firewall after a valid knock sequence from a source IP address. If "
|
"firewall after a valid knock sequence from a source IP address. If "
|
||||||
|
@ -40,18 +60,23 @@ msgid ""
|
||||||
"automatically be set."
|
"automatically be set."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:18
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:315
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:20
|
msgid ""
|
||||||
|
"Define the symmetric key (in Base64 encoding) used for decrypting an "
|
||||||
|
"incoming SPA packet that is encrypted by the fwknop client with Rijndael."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:307
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
||||||
"encrypted by the fwknop client with Rijndael."
|
"encrypted by the fwknop client with Rijndael."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:6
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:263
|
||||||
msgid "Enable Uci/Luci control"
|
msgid "Enable Uci/Luci control"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid "Enable config overwrite"
|
msgid "Enable config overwrite"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -59,11 +84,11 @@ msgstr ""
|
||||||
msgid "Firewall Knock Daemon"
|
msgid "Firewall Knock Daemon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:4
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:261
|
||||||
msgid "Firewall Knock Operator"
|
msgid "Firewall Knock Operator Daemon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:39
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:365
|
||||||
msgid ""
|
msgid ""
|
||||||
"Force all SPA packets to contain a real IP address within the encrypted "
|
"Force all SPA packets to contain a real IP address within the encrypted "
|
||||||
"data. This makes it impossible to use the -s command line argument on the "
|
"data. This makes it impossible to use the -s command line argument on the "
|
||||||
|
@ -72,43 +97,115 @@ msgid ""
|
||||||
"know the external IP and set it via the -a argument."
|
"know the external IP and set it via the -a argument."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:302
|
||||||
|
msgid "Generate Keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid "Generate keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid ""
|
||||||
|
"Generates the symmetric key used for decrypting an incoming SPA packet, that "
|
||||||
|
"is encrypted by the fwknop client with Rijndael block cipher, and HMAC "
|
||||||
|
"authentication key used to verify the authenticity of the incoming SPA "
|
||||||
|
"packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
||||||
msgid "Grant UCI access for luci-app-fwknopd"
|
msgid "Grant UCI access for luci-app-fwknopd"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:346
|
||||||
|
msgid "HMAC key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:324
|
||||||
|
msgid "Key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:152
|
||||||
|
msgid "Loading…"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:372
|
||||||
msgid ""
|
msgid ""
|
||||||
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
||||||
"seconds."
|
"seconds."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
msgid "Normal Key"
|
msgid "Network"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:47
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:267
|
||||||
|
msgid "Network configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:325
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:347
|
||||||
|
msgid "Normal key"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:281
|
||||||
|
msgid "QR code"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:373
|
||||||
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:28
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:334
|
||||||
msgid "The base64 hmac key"
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:343
|
||||||
|
msgid "The HMAC authentication key has to be specified."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:292
|
||||||
msgid "Use ANY for any source IP"
|
msgid ""
|
||||||
|
"The destination address for which the SPA packet will be accepted. The "
|
||||||
|
"string “ANY” is also accepted if a valid SPA packet should be honored to any "
|
||||||
|
"destination IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
|
msgid ""
|
||||||
|
"The network on which the daemon listens. The daemon is automatically started "
|
||||||
|
"when the network is up-and-running. This option has precedence over "
|
||||||
|
"“PCAP_INTF” option."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:283
|
||||||
|
msgid ""
|
||||||
|
"The source address from which the SPA packet will be accepted. The string "
|
||||||
|
"“ANY” is also accepted if a valid SPA packet should be honored from any "
|
||||||
|
"source IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:289
|
||||||
|
msgid "The source address has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:312
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:321
|
||||||
|
msgid "The symmetric key has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid ""
|
msgid ""
|
||||||
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
||||||
"ignoring any settings here."
|
"ignoring any settings here."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:10
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:277
|
||||||
msgid "access.conf stanzas"
|
msgid "access.conf stanzas"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:44
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:370
|
||||||
msgid "fwknopd.conf config options"
|
msgid "fwknopd.conf config options"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ msgstr ""
|
||||||
"|| n%100>=20) ? 1 : 2;\n"
|
"|| n%100>=20) ? 1 : 2;\n"
|
||||||
"X-Generator: Weblate 4.1-dev\n"
|
"X-Generator: Weblate 4.1-dev\n"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:48
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:374
|
||||||
msgid ""
|
msgid ""
|
||||||
"Allow SPA clients to request access to services through an iptables firewall "
|
"Allow SPA clients to request access to services through an iptables firewall "
|
||||||
"instead of just to it."
|
"instead of just to it."
|
||||||
|
@ -21,16 +21,24 @@ msgstr ""
|
||||||
"Zezwól klientom SPA na żądanie dostępu do usług za pośrednictwem zapory "
|
"Zezwól klientom SPA na żądanie dostępu do usług za pośrednictwem zapory "
|
||||||
"iptables zamiast tylko do niego."
|
"iptables zamiast tylko do niego."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:49
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:375
|
||||||
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Zezwól klientom SPA na żądanie przekazywania docelowego przez nazwę DNS."
|
"Zezwól klientom SPA na żądanie przekazywania docelowego przez nazwę DNS."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:326
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:348
|
||||||
msgid "Base64 key"
|
msgid "Base64 key"
|
||||||
msgstr "Klucz Base64"
|
msgstr "Klucz Base64"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:356
|
||||||
|
msgid ""
|
||||||
|
"Define a set of ports and protocols (tcp or udp) that are explicitly not "
|
||||||
|
"allowed regardless of the validity of the incoming SPA packet. Multiple "
|
||||||
|
"entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:351
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
||||||
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
||||||
|
@ -43,7 +51,19 @@ msgstr ""
|
||||||
"określone w danych o SPA (chyba, że pasuje ono do któregokolwiek z wpisów "
|
"określone w danych o SPA (chyba, że pasuje ono do któregokolwiek z wpisów "
|
||||||
"\"RESTRICT_PORTS\"). Wielokrotne wpisy są oddzielone przecinkami."
|
"\"RESTRICT_PORTS\"). Wielokrotne wpisy są oddzielone przecinkami."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:36
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:337
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key (in Base64 encoding) used for verifying "
|
||||||
|
"the authenticity of the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:329
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key used for verifying the authenticity of "
|
||||||
|
"the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:360
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the length of time access will be granted by fwknopd through the "
|
"Define the length of time access will be granted by fwknopd through the "
|
||||||
"firewall after a valid knock sequence from a source IP address. If "
|
"firewall after a valid knock sequence from a source IP address. If "
|
||||||
|
@ -55,8 +75,13 @@ msgstr ""
|
||||||
"\"FW_ACCESS_TIMEOUT\" nie jest ustawiony, to domyślny czas 30 sekund "
|
"\"FW_ACCESS_TIMEOUT\" nie jest ustawiony, to domyślny czas 30 sekund "
|
||||||
"zostanie ustawiony automatycznie."
|
"zostanie ustawiony automatycznie."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:18
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:315
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:20
|
msgid ""
|
||||||
|
"Define the symmetric key (in Base64 encoding) used for decrypting an "
|
||||||
|
"incoming SPA packet that is encrypted by the fwknop client with Rijndael."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:307
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
||||||
"encrypted by the fwknop client with Rijndael."
|
"encrypted by the fwknop client with Rijndael."
|
||||||
|
@ -64,11 +89,11 @@ msgstr ""
|
||||||
"Zdefiniuj klucz symetryczny używany do odszyfrowywania przychodzącego "
|
"Zdefiniuj klucz symetryczny używany do odszyfrowywania przychodzącego "
|
||||||
"pakietu SPA, który jest szyfrowany przez klienta fwknop z Rijndael."
|
"pakietu SPA, który jest szyfrowany przez klienta fwknop z Rijndael."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:6
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:263
|
||||||
msgid "Enable Uci/Luci control"
|
msgid "Enable Uci/Luci control"
|
||||||
msgstr "Włącz sterowanie Uci/LuCI"
|
msgstr "Włącz sterowanie Uci/LuCI"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid "Enable config overwrite"
|
msgid "Enable config overwrite"
|
||||||
msgstr "Włącz nadpisywanie konfiguracji"
|
msgstr "Włącz nadpisywanie konfiguracji"
|
||||||
|
|
||||||
|
@ -76,11 +101,11 @@ msgstr "Włącz nadpisywanie konfiguracji"
|
||||||
msgid "Firewall Knock Daemon"
|
msgid "Firewall Knock Daemon"
|
||||||
msgstr "Knock demon zapory sieciowej"
|
msgstr "Knock demon zapory sieciowej"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:4
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:261
|
||||||
msgid "Firewall Knock Operator"
|
msgid "Firewall Knock Operator Daemon"
|
||||||
msgstr "Knock Operator zapory sieciowej"
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:39
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:365
|
||||||
msgid ""
|
msgid ""
|
||||||
"Force all SPA packets to contain a real IP address within the encrypted "
|
"Force all SPA packets to contain a real IP address within the encrypted "
|
||||||
"data. This makes it impossible to use the -s command line argument on the "
|
"data. This makes it impossible to use the -s command line argument on the "
|
||||||
|
@ -94,11 +119,39 @@ msgstr ""
|
||||||
"adresu zewnętrznego (jeśli klient znajduje się za NAT) albo klient musi znać "
|
"adresu zewnętrznego (jeśli klient znajduje się za NAT) albo klient musi znać "
|
||||||
"zewnętrzny IP i ustawić go za pomocą argumentu -a."
|
"zewnętrzny IP i ustawić go za pomocą argumentu -a."
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:302
|
||||||
|
msgid "Generate Keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid "Generate keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid ""
|
||||||
|
"Generates the symmetric key used for decrypting an incoming SPA packet, that "
|
||||||
|
"is encrypted by the fwknop client with Rijndael block cipher, and HMAC "
|
||||||
|
"authentication key used to verify the authenticity of the incoming SPA "
|
||||||
|
"packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
||||||
msgid "Grant UCI access for luci-app-fwknopd"
|
msgid "Grant UCI access for luci-app-fwknopd"
|
||||||
msgstr "Udziel dostępu UCI do luci-app-fwknopd"
|
msgstr "Udziel dostępu UCI do luci-app-fwknopd"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:346
|
||||||
|
msgid "HMAC key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:324
|
||||||
|
msgid "Key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:152
|
||||||
|
msgid "Loading…"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:372
|
||||||
msgid ""
|
msgid ""
|
||||||
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
||||||
"seconds."
|
"seconds."
|
||||||
|
@ -106,24 +159,68 @@ msgstr ""
|
||||||
"Maksymalna wartość w sekundach, w którym pakiet SPA zostanie zaakceptowany. "
|
"Maksymalna wartość w sekundach, w którym pakiet SPA zostanie zaakceptowany. "
|
||||||
"Wartość domyślna to 120 sekund."
|
"Wartość domyślna to 120 sekund."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
msgid "Normal Key"
|
msgid "Network"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:267
|
||||||
|
msgid "Network configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:325
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:347
|
||||||
|
msgid "Normal key"
|
||||||
msgstr "Klucz normalny"
|
msgstr "Klucz normalny"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:47
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:281
|
||||||
|
msgid "QR code"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:373
|
||||||
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Określ interfejs ethernet, na którym fwknopd będzie podsłuchiwać pakiety."
|
"Określ interfejs ethernet, na którym fwknopd będzie podsłuchiwać pakiety."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:28
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:334
|
||||||
msgid "The base64 hmac key"
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:343
|
||||||
msgstr "Klucz HMAC Base64"
|
msgid "The HMAC authentication key has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:292
|
||||||
msgid "Use ANY for any source IP"
|
msgid ""
|
||||||
msgstr "Użyj ANY dla dowolnego źródła IP"
|
"The destination address for which the SPA packet will be accepted. The "
|
||||||
|
"string “ANY” is also accepted if a valid SPA packet should be honored to any "
|
||||||
|
"destination IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
|
msgid ""
|
||||||
|
"The network on which the daemon listens. The daemon is automatically started "
|
||||||
|
"when the network is up-and-running. This option has precedence over "
|
||||||
|
"“PCAP_INTF” option."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:283
|
||||||
|
msgid ""
|
||||||
|
"The source address from which the SPA packet will be accepted. The string "
|
||||||
|
"“ANY” is also accepted if a valid SPA packet should be honored from any "
|
||||||
|
"source IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:289
|
||||||
|
msgid "The source address has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:312
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:321
|
||||||
|
msgid "The symmetric key has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid ""
|
msgid ""
|
||||||
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
||||||
"ignoring any settings here."
|
"ignoring any settings here."
|
||||||
|
@ -131,14 +228,23 @@ msgstr ""
|
||||||
"Jeśli ta opcja nie jest zaznaczona, pliki konfiguracyjne w /etc/fwknopd będą "
|
"Jeśli ta opcja nie jest zaznaczona, pliki konfiguracyjne w /etc/fwknopd będą "
|
||||||
"używane tak jak jest, ignorując wszelkie ustawienia tutaj."
|
"używane tak jak jest, ignorując wszelkie ustawienia tutaj."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:10
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:277
|
||||||
msgid "access.conf stanzas"
|
msgid "access.conf stanzas"
|
||||||
msgstr "sekcje access.conf"
|
msgstr "sekcje access.conf"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:44
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:370
|
||||||
msgid "fwknopd.conf config options"
|
msgid "fwknopd.conf config options"
|
||||||
msgstr "opcje konfiguracji fwknopd.conf"
|
msgstr "opcje konfiguracji fwknopd.conf"
|
||||||
|
|
||||||
|
#~ msgid "Firewall Knock Operator"
|
||||||
|
#~ msgstr "Knock Operator zapory sieciowej"
|
||||||
|
|
||||||
|
#~ msgid "The Base64 HMAC key"
|
||||||
|
#~ msgstr "Klucz HMAC Base64"
|
||||||
|
|
||||||
|
#~ msgid "Use ANY for any source IP"
|
||||||
|
#~ msgstr "Użyj ANY dla dowolnego źródła IP"
|
||||||
|
|
||||||
#~ msgid "Enter custom access.conf variables below:"
|
#~ msgid "Enter custom access.conf variables below:"
|
||||||
#~ msgstr "Enter custom access.conf variables below:"
|
#~ msgstr "Enter custom access.conf variables below:"
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ msgstr ""
|
||||||
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||||||
"X-Generator: Weblate 4.1-dev\n"
|
"X-Generator: Weblate 4.1-dev\n"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:48
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:374
|
||||||
msgid ""
|
msgid ""
|
||||||
"Allow SPA clients to request access to services through an iptables firewall "
|
"Allow SPA clients to request access to services through an iptables firewall "
|
||||||
"instead of just to it."
|
"instead of just to it."
|
||||||
|
@ -20,17 +20,25 @@ msgstr ""
|
||||||
"Permitr que clientes SPA solicitem acesso aos serviços através de um "
|
"Permitr que clientes SPA solicitem acesso aos serviços através de um "
|
||||||
"firewall do iptables ao invés de apenas para ele."
|
"firewall do iptables ao invés de apenas para ele."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:49
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:375
|
||||||
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Permitir que os clientes SPA solicitem o reencaminhamento de destino por "
|
"Permitir que os clientes SPA solicitem o reencaminhamento de destino por "
|
||||||
"nome de DNS."
|
"nome de DNS."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:326
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:348
|
||||||
msgid "Base64 key"
|
msgid "Base64 key"
|
||||||
msgstr "Chave da base 64"
|
msgstr "Chave da base 64"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:356
|
||||||
|
msgid ""
|
||||||
|
"Define a set of ports and protocols (tcp or udp) that are explicitly not "
|
||||||
|
"allowed regardless of the validity of the incoming SPA packet. Multiple "
|
||||||
|
"entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:351
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
||||||
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
||||||
|
@ -44,7 +52,19 @@ msgstr ""
|
||||||
"entrada \"RESTRICT_PORTS\"). As entradas múltiplas são separadas por "
|
"entrada \"RESTRICT_PORTS\"). As entradas múltiplas são separadas por "
|
||||||
"vírgulas."
|
"vírgulas."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:36
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:337
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key (in Base64 encoding) used for verifying "
|
||||||
|
"the authenticity of the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:329
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key used for verifying the authenticity of "
|
||||||
|
"the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:360
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the length of time access will be granted by fwknopd through the "
|
"Define the length of time access will be granted by fwknopd through the "
|
||||||
"firewall after a valid knock sequence from a source IP address. If "
|
"firewall after a valid knock sequence from a source IP address. If "
|
||||||
|
@ -56,8 +76,13 @@ msgstr ""
|
||||||
"\"FW_ACCESS_TIMEOUT\" não estiver definido, o tempo limite predefinido de 30 "
|
"\"FW_ACCESS_TIMEOUT\" não estiver definido, o tempo limite predefinido de 30 "
|
||||||
"segundos será automaticamente definido."
|
"segundos será automaticamente definido."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:18
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:315
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:20
|
msgid ""
|
||||||
|
"Define the symmetric key (in Base64 encoding) used for decrypting an "
|
||||||
|
"incoming SPA packet that is encrypted by the fwknop client with Rijndael."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:307
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
||||||
"encrypted by the fwknop client with Rijndael."
|
"encrypted by the fwknop client with Rijndael."
|
||||||
|
@ -65,11 +90,11 @@ msgstr ""
|
||||||
"Definir a chave simétrica usada para descriptografar um pacote SPA de "
|
"Definir a chave simétrica usada para descriptografar um pacote SPA de "
|
||||||
"entrada que é criptografado pelo cliente fwknop com Rijndael."
|
"entrada que é criptografado pelo cliente fwknop com Rijndael."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:6
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:263
|
||||||
msgid "Enable Uci/Luci control"
|
msgid "Enable Uci/Luci control"
|
||||||
msgstr "Ativar o controle Uci/Luci"
|
msgstr "Ativar o controle Uci/Luci"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid "Enable config overwrite"
|
msgid "Enable config overwrite"
|
||||||
msgstr "Ativar a substituição da configuração"
|
msgstr "Ativar a substituição da configuração"
|
||||||
|
|
||||||
|
@ -77,11 +102,11 @@ msgstr "Ativar a substituição da configuração"
|
||||||
msgid "Firewall Knock Daemon"
|
msgid "Firewall Knock Daemon"
|
||||||
msgstr "Daemon de Knock Firewall"
|
msgstr "Daemon de Knock Firewall"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:4
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:261
|
||||||
msgid "Firewall Knock Operator"
|
msgid "Firewall Knock Operator Daemon"
|
||||||
msgstr "Operador de Firewall Knock"
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:39
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:365
|
||||||
msgid ""
|
msgid ""
|
||||||
"Force all SPA packets to contain a real IP address within the encrypted "
|
"Force all SPA packets to contain a real IP address within the encrypted "
|
||||||
"data. This makes it impossible to use the -s command line argument on the "
|
"data. This makes it impossible to use the -s command line argument on the "
|
||||||
|
@ -95,11 +120,39 @@ msgstr ""
|
||||||
"automaticamente o endereço externo (se o cliente está por trás de um NAT) ou "
|
"automaticamente o endereço externo (se o cliente está por trás de um NAT) ou "
|
||||||
"o cliente tem que saber o IP externo e configurá-lo através do argumento -a."
|
"o cliente tem que saber o IP externo e configurá-lo através do argumento -a."
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:302
|
||||||
|
msgid "Generate Keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid "Generate keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid ""
|
||||||
|
"Generates the symmetric key used for decrypting an incoming SPA packet, that "
|
||||||
|
"is encrypted by the fwknop client with Rijndael block cipher, and HMAC "
|
||||||
|
"authentication key used to verify the authenticity of the incoming SPA "
|
||||||
|
"packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
||||||
msgid "Grant UCI access for luci-app-fwknopd"
|
msgid "Grant UCI access for luci-app-fwknopd"
|
||||||
msgstr "Conceder acesso UCI ao luci-app-fwknopd"
|
msgstr "Conceder acesso UCI ao luci-app-fwknopd"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:346
|
||||||
|
msgid "HMAC key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:324
|
||||||
|
msgid "Key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:152
|
||||||
|
msgid "Loading…"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:372
|
||||||
msgid ""
|
msgid ""
|
||||||
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
||||||
"seconds."
|
"seconds."
|
||||||
|
@ -107,23 +160,67 @@ msgstr ""
|
||||||
"Idade máxima em segundos que um pacote SPA será aceite. Predefinido a 120 "
|
"Idade máxima em segundos que um pacote SPA será aceite. Predefinido a 120 "
|
||||||
"segundos."
|
"segundos."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
msgid "Normal Key"
|
msgid "Network"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:267
|
||||||
|
msgid "Network configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:325
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:347
|
||||||
|
msgid "Normal key"
|
||||||
msgstr "Chave Normal"
|
msgstr "Chave Normal"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:47
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:281
|
||||||
|
msgid "QR code"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:373
|
||||||
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
||||||
msgstr "Especificar a interface Ethernet na qual o fwknopd farejará pacotes."
|
msgstr "Especificar a interface Ethernet na qual o fwknopd farejará pacotes."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:28
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:334
|
||||||
msgid "The base64 hmac key"
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:343
|
||||||
msgstr "A chave hmac base64"
|
msgid "The HMAC authentication key has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:292
|
||||||
msgid "Use ANY for any source IP"
|
msgid ""
|
||||||
msgstr "Use qualquer um (ANY) para qualquer fonte ip"
|
"The destination address for which the SPA packet will be accepted. The "
|
||||||
|
"string “ANY” is also accepted if a valid SPA packet should be honored to any "
|
||||||
|
"destination IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
|
msgid ""
|
||||||
|
"The network on which the daemon listens. The daemon is automatically started "
|
||||||
|
"when the network is up-and-running. This option has precedence over "
|
||||||
|
"“PCAP_INTF” option."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:283
|
||||||
|
msgid ""
|
||||||
|
"The source address from which the SPA packet will be accepted. The string "
|
||||||
|
"“ANY” is also accepted if a valid SPA packet should be honored from any "
|
||||||
|
"source IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:289
|
||||||
|
msgid "The source address has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:312
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:321
|
||||||
|
msgid "The symmetric key has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid ""
|
msgid ""
|
||||||
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
||||||
"ignoring any settings here."
|
"ignoring any settings here."
|
||||||
|
@ -131,14 +228,23 @@ msgstr ""
|
||||||
"Quando desmarcada, os ficheiros de configuração em /etc/fwknopd serão usados "
|
"Quando desmarcada, os ficheiros de configuração em /etc/fwknopd serão usados "
|
||||||
"como estão, ignorando qualquer configuração feita aqui."
|
"como estão, ignorando qualquer configuração feita aqui."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:10
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:277
|
||||||
msgid "access.conf stanzas"
|
msgid "access.conf stanzas"
|
||||||
msgstr "Parágrafos do access.conf"
|
msgstr "Parágrafos do access.conf"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:44
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:370
|
||||||
msgid "fwknopd.conf config options"
|
msgid "fwknopd.conf config options"
|
||||||
msgstr "opções de configuração do fwknopd.conf"
|
msgstr "opções de configuração do fwknopd.conf"
|
||||||
|
|
||||||
|
#~ msgid "Firewall Knock Operator"
|
||||||
|
#~ msgstr "Operador de Firewall Knock"
|
||||||
|
|
||||||
|
#~ msgid "The Base64 HMAC key"
|
||||||
|
#~ msgstr "A chave HMAC base64"
|
||||||
|
|
||||||
|
#~ msgid "Use ANY for any source IP"
|
||||||
|
#~ msgstr "Use qualquer um (ANY) para qualquer fonte ip"
|
||||||
|
|
||||||
#~ msgid "Enter custom access.conf variables below:"
|
#~ msgid "Enter custom access.conf variables below:"
|
||||||
#~ msgstr "Enter custom access.conf variables below:"
|
#~ msgstr "Enter custom access.conf variables below:"
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ msgstr ""
|
||||||
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||||||
"X-Generator: Weblate 4.1-dev\n"
|
"X-Generator: Weblate 4.1-dev\n"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:48
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:374
|
||||||
msgid ""
|
msgid ""
|
||||||
"Allow SPA clients to request access to services through an iptables firewall "
|
"Allow SPA clients to request access to services through an iptables firewall "
|
||||||
"instead of just to it."
|
"instead of just to it."
|
||||||
|
@ -21,16 +21,24 @@ msgstr ""
|
||||||
"Permitir que clientes SPA requeiram acesso a serviços através de um firewall "
|
"Permitir que clientes SPA requeiram acesso a serviços através de um firewall "
|
||||||
"iptables ao invés de apenas fazê-lo."
|
"iptables ao invés de apenas fazê-lo."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:49
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:375
|
||||||
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Permitir que clientes SPA requeiram encaminhamento de destinos por nome DNS."
|
"Permitir que clientes SPA requeiram encaminhamento de destinos por nome DNS."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:326
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:348
|
||||||
msgid "Base64 key"
|
msgid "Base64 key"
|
||||||
msgstr "Chave em formato base64"
|
msgstr "Chave em formato base64"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:356
|
||||||
|
msgid ""
|
||||||
|
"Define a set of ports and protocols (tcp or udp) that are explicitly not "
|
||||||
|
"allowed regardless of the validity of the incoming SPA packet. Multiple "
|
||||||
|
"entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:351
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
||||||
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
||||||
|
@ -43,7 +51,19 @@ msgstr ""
|
||||||
"especificada nos dados SPA (a não ser se casar com qualquer entrada de "
|
"especificada nos dados SPA (a não ser se casar com qualquer entrada de "
|
||||||
"\"RESTRICT_PORTS\"). Múltiplas entradas serão separadas por vírgula."
|
"\"RESTRICT_PORTS\"). Múltiplas entradas serão separadas por vírgula."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:36
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:337
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key (in Base64 encoding) used for verifying "
|
||||||
|
"the authenticity of the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:329
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key used for verifying the authenticity of "
|
||||||
|
"the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:360
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the length of time access will be granted by fwknopd through the "
|
"Define the length of time access will be granted by fwknopd through the "
|
||||||
"firewall after a valid knock sequence from a source IP address. If "
|
"firewall after a valid knock sequence from a source IP address. If "
|
||||||
|
@ -54,8 +74,13 @@ msgstr ""
|
||||||
"do firewall depois de uma sequência de batidas válida de um endereço IP. Se "
|
"do firewall depois de uma sequência de batidas válida de um endereço IP. Se "
|
||||||
"“FW_ACCESS_TIMEOUT” não estiver definido, o valor padrão será de 30 segundos."
|
"“FW_ACCESS_TIMEOUT” não estiver definido, o valor padrão será de 30 segundos."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:18
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:315
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:20
|
msgid ""
|
||||||
|
"Define the symmetric key (in Base64 encoding) used for decrypting an "
|
||||||
|
"incoming SPA packet that is encrypted by the fwknop client with Rijndael."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:307
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
||||||
"encrypted by the fwknop client with Rijndael."
|
"encrypted by the fwknop client with Rijndael."
|
||||||
|
@ -63,11 +88,11 @@ msgstr ""
|
||||||
"Define a chave simétrica usada para decifrar um pacote SPA entrante que foi "
|
"Define a chave simétrica usada para decifrar um pacote SPA entrante que foi "
|
||||||
"cifrado pelo cliente fwknop com o algoritmo Rijndael."
|
"cifrado pelo cliente fwknop com o algoritmo Rijndael."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:6
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:263
|
||||||
msgid "Enable Uci/Luci control"
|
msgid "Enable Uci/Luci control"
|
||||||
msgstr "Habilitar o controle UCI/Luci"
|
msgstr "Habilitar o controle UCI/Luci"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid "Enable config overwrite"
|
msgid "Enable config overwrite"
|
||||||
msgstr "Habilitar a sobrescrita da configuração"
|
msgstr "Habilitar a sobrescrita da configuração"
|
||||||
|
|
||||||
|
@ -75,11 +100,11 @@ msgstr "Habilitar a sobrescrita da configuração"
|
||||||
msgid "Firewall Knock Daemon"
|
msgid "Firewall Knock Daemon"
|
||||||
msgstr "Servidor do Firwall Knock"
|
msgstr "Servidor do Firwall Knock"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:4
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:261
|
||||||
msgid "Firewall Knock Operator"
|
msgid "Firewall Knock Operator Daemon"
|
||||||
msgstr "Operador do Firewall Knock"
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:39
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:365
|
||||||
msgid ""
|
msgid ""
|
||||||
"Force all SPA packets to contain a real IP address within the encrypted "
|
"Force all SPA packets to contain a real IP address within the encrypted "
|
||||||
"data. This makes it impossible to use the -s command line argument on the "
|
"data. This makes it impossible to use the -s command line argument on the "
|
||||||
|
@ -94,11 +119,39 @@ msgstr ""
|
||||||
"de uma NAT) ou o ciente deve conhecer o seu endereço IP externo e defini-lo "
|
"de uma NAT) ou o ciente deve conhecer o seu endereço IP externo e defini-lo "
|
||||||
"através do argumento '-a'."
|
"através do argumento '-a'."
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:302
|
||||||
|
msgid "Generate Keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid "Generate keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid ""
|
||||||
|
"Generates the symmetric key used for decrypting an incoming SPA packet, that "
|
||||||
|
"is encrypted by the fwknop client with Rijndael block cipher, and HMAC "
|
||||||
|
"authentication key used to verify the authenticity of the incoming SPA "
|
||||||
|
"packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
||||||
msgid "Grant UCI access for luci-app-fwknopd"
|
msgid "Grant UCI access for luci-app-fwknopd"
|
||||||
msgstr "Conceda acesso UCI ao luci-app-fwknopd"
|
msgstr "Conceda acesso UCI ao luci-app-fwknopd"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:346
|
||||||
|
msgid "HMAC key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:324
|
||||||
|
msgid "Key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:152
|
||||||
|
msgid "Loading…"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:372
|
||||||
msgid ""
|
msgid ""
|
||||||
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
||||||
"seconds."
|
"seconds."
|
||||||
|
@ -106,24 +159,68 @@ msgstr ""
|
||||||
"Idade máxima, em segundos, que um pacote SPA será aceito. O padrão é de 120 "
|
"Idade máxima, em segundos, que um pacote SPA será aceito. O padrão é de 120 "
|
||||||
"segundos."
|
"segundos."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
msgid "Normal Key"
|
msgid "Network"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:267
|
||||||
|
msgid "Network configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:325
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:347
|
||||||
|
msgid "Normal key"
|
||||||
msgstr "Chave Normal"
|
msgstr "Chave Normal"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:47
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:281
|
||||||
|
msgid "QR code"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:373
|
||||||
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Especifica o dispositivo ethernet no qual o fwknopd irá observar os pacotes."
|
"Especifica o dispositivo ethernet no qual o fwknopd irá observar os pacotes."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:28
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:334
|
||||||
msgid "The base64 hmac key"
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:343
|
||||||
msgstr "A chave de autenticação HMAC em formato base64"
|
msgid "The HMAC authentication key has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:292
|
||||||
msgid "Use ANY for any source IP"
|
msgid ""
|
||||||
msgstr "Use \"ANY\" para qualquer endereço IP de origem"
|
"The destination address for which the SPA packet will be accepted. The "
|
||||||
|
"string “ANY” is also accepted if a valid SPA packet should be honored to any "
|
||||||
|
"destination IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
|
msgid ""
|
||||||
|
"The network on which the daemon listens. The daemon is automatically started "
|
||||||
|
"when the network is up-and-running. This option has precedence over "
|
||||||
|
"“PCAP_INTF” option."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:283
|
||||||
|
msgid ""
|
||||||
|
"The source address from which the SPA packet will be accepted. The string "
|
||||||
|
"“ANY” is also accepted if a valid SPA packet should be honored from any "
|
||||||
|
"source IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:289
|
||||||
|
msgid "The source address has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:312
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:321
|
||||||
|
msgid "The symmetric key has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid ""
|
msgid ""
|
||||||
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
||||||
"ignoring any settings here."
|
"ignoring any settings here."
|
||||||
|
@ -131,10 +228,19 @@ msgstr ""
|
||||||
"Quando desmarcado, os arquivos de configuração em /etc/fwknopd serão usados "
|
"Quando desmarcado, os arquivos de configuração em /etc/fwknopd serão usados "
|
||||||
"como estão, ignorando qualquer ajustes feitos aqui."
|
"como estão, ignorando qualquer ajustes feitos aqui."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:10
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:277
|
||||||
msgid "access.conf stanzas"
|
msgid "access.conf stanzas"
|
||||||
msgstr "Estâncias do access.conf"
|
msgstr "Estâncias do access.conf"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:44
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:370
|
||||||
msgid "fwknopd.conf config options"
|
msgid "fwknopd.conf config options"
|
||||||
msgstr "Opções do fwknopd.conf"
|
msgstr "Opções do fwknopd.conf"
|
||||||
|
|
||||||
|
#~ msgid "Firewall Knock Operator"
|
||||||
|
#~ msgstr "Operador do Firewall Knock"
|
||||||
|
|
||||||
|
#~ msgid "The Base64 HMAC key"
|
||||||
|
#~ msgstr "A chave de autenticação HMAC em formato base64"
|
||||||
|
|
||||||
|
#~ msgid "Use ANY for any source IP"
|
||||||
|
#~ msgstr "Use \"ANY\" para qualquer endereço IP de origem"
|
||||||
|
|
|
@ -11,21 +11,29 @@ msgstr ""
|
||||||
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
|
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
|
||||||
"20)) ? 1 : 2;\n"
|
"20)) ? 1 : 2;\n"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:48
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:374
|
||||||
msgid ""
|
msgid ""
|
||||||
"Allow SPA clients to request access to services through an iptables firewall "
|
"Allow SPA clients to request access to services through an iptables firewall "
|
||||||
"instead of just to it."
|
"instead of just to it."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:49
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:375
|
||||||
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:326
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:348
|
||||||
msgid "Base64 key"
|
msgid "Base64 key"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:356
|
||||||
|
msgid ""
|
||||||
|
"Define a set of ports and protocols (tcp or udp) that are explicitly not "
|
||||||
|
"allowed regardless of the validity of the incoming SPA packet. Multiple "
|
||||||
|
"entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:351
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
||||||
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
||||||
|
@ -33,7 +41,19 @@ msgid ""
|
||||||
"matches any “RESTRICT_PORTS” entries). Multiple entries are comma-separated."
|
"matches any “RESTRICT_PORTS” entries). Multiple entries are comma-separated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:36
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:337
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key (in Base64 encoding) used for verifying "
|
||||||
|
"the authenticity of the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:329
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key used for verifying the authenticity of "
|
||||||
|
"the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:360
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the length of time access will be granted by fwknopd through the "
|
"Define the length of time access will be granted by fwknopd through the "
|
||||||
"firewall after a valid knock sequence from a source IP address. If "
|
"firewall after a valid knock sequence from a source IP address. If "
|
||||||
|
@ -41,18 +61,23 @@ msgid ""
|
||||||
"automatically be set."
|
"automatically be set."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:18
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:315
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:20
|
msgid ""
|
||||||
|
"Define the symmetric key (in Base64 encoding) used for decrypting an "
|
||||||
|
"incoming SPA packet that is encrypted by the fwknop client with Rijndael."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:307
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
||||||
"encrypted by the fwknop client with Rijndael."
|
"encrypted by the fwknop client with Rijndael."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:6
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:263
|
||||||
msgid "Enable Uci/Luci control"
|
msgid "Enable Uci/Luci control"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid "Enable config overwrite"
|
msgid "Enable config overwrite"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -60,11 +85,11 @@ msgstr ""
|
||||||
msgid "Firewall Knock Daemon"
|
msgid "Firewall Knock Daemon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:4
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:261
|
||||||
msgid "Firewall Knock Operator"
|
msgid "Firewall Knock Operator Daemon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:39
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:365
|
||||||
msgid ""
|
msgid ""
|
||||||
"Force all SPA packets to contain a real IP address within the encrypted "
|
"Force all SPA packets to contain a real IP address within the encrypted "
|
||||||
"data. This makes it impossible to use the -s command line argument on the "
|
"data. This makes it impossible to use the -s command line argument on the "
|
||||||
|
@ -73,43 +98,115 @@ msgid ""
|
||||||
"know the external IP and set it via the -a argument."
|
"know the external IP and set it via the -a argument."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:302
|
||||||
|
msgid "Generate Keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid "Generate keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid ""
|
||||||
|
"Generates the symmetric key used for decrypting an incoming SPA packet, that "
|
||||||
|
"is encrypted by the fwknop client with Rijndael block cipher, and HMAC "
|
||||||
|
"authentication key used to verify the authenticity of the incoming SPA "
|
||||||
|
"packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
||||||
msgid "Grant UCI access for luci-app-fwknopd"
|
msgid "Grant UCI access for luci-app-fwknopd"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:346
|
||||||
|
msgid "HMAC key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:324
|
||||||
|
msgid "Key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:152
|
||||||
|
msgid "Loading…"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:372
|
||||||
msgid ""
|
msgid ""
|
||||||
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
||||||
"seconds."
|
"seconds."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
msgid "Normal Key"
|
msgid "Network"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:47
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:267
|
||||||
|
msgid "Network configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:325
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:347
|
||||||
|
msgid "Normal key"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:281
|
||||||
|
msgid "QR code"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:373
|
||||||
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:28
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:334
|
||||||
msgid "The base64 hmac key"
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:343
|
||||||
|
msgid "The HMAC authentication key has to be specified."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:292
|
||||||
msgid "Use ANY for any source IP"
|
msgid ""
|
||||||
|
"The destination address for which the SPA packet will be accepted. The "
|
||||||
|
"string “ANY” is also accepted if a valid SPA packet should be honored to any "
|
||||||
|
"destination IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
|
msgid ""
|
||||||
|
"The network on which the daemon listens. The daemon is automatically started "
|
||||||
|
"when the network is up-and-running. This option has precedence over "
|
||||||
|
"“PCAP_INTF” option."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:283
|
||||||
|
msgid ""
|
||||||
|
"The source address from which the SPA packet will be accepted. The string "
|
||||||
|
"“ANY” is also accepted if a valid SPA packet should be honored from any "
|
||||||
|
"source IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:289
|
||||||
|
msgid "The source address has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:312
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:321
|
||||||
|
msgid "The symmetric key has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid ""
|
msgid ""
|
||||||
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
||||||
"ignoring any settings here."
|
"ignoring any settings here."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:10
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:277
|
||||||
msgid "access.conf stanzas"
|
msgid "access.conf stanzas"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:44
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:370
|
||||||
msgid "fwknopd.conf config options"
|
msgid "fwknopd.conf config options"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ msgstr ""
|
||||||
"Project-Info: Это технический перевод, не дословный. Главное-удобный русский "
|
"Project-Info: Это технический перевод, не дословный. Главное-удобный русский "
|
||||||
"интерфейс, все проверялось в графическом режиме, совместим с другими apps\n"
|
"интерфейс, все проверялось в графическом режиме, совместим с другими apps\n"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:48
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:374
|
||||||
msgid ""
|
msgid ""
|
||||||
"Allow SPA clients to request access to services through an iptables firewall "
|
"Allow SPA clients to request access to services through an iptables firewall "
|
||||||
"instead of just to it."
|
"instead of just to it."
|
||||||
|
@ -24,16 +24,24 @@ msgstr ""
|
||||||
"Разрешить SPA клиентам запрашивать доступ к сервисам через iptables, а не "
|
"Разрешить SPA клиентам запрашивать доступ к сервисам через iptables, а не "
|
||||||
"напрямую."
|
"напрямую."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:49
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:375
|
||||||
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Разрешить SPA клиентам запрашивать направление переадресации по DNS-имени."
|
"Разрешить SPA клиентам запрашивать направление переадресации по DNS-имени."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:326
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:348
|
||||||
msgid "Base64 key"
|
msgid "Base64 key"
|
||||||
msgstr "Ключ в формате Base64"
|
msgstr "Ключ в формате Base64"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:356
|
||||||
|
msgid ""
|
||||||
|
"Define a set of ports and protocols (tcp or udp) that are explicitly not "
|
||||||
|
"allowed regardless of the validity of the incoming SPA packet. Multiple "
|
||||||
|
"entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:351
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
||||||
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
||||||
|
@ -46,7 +54,19 @@ msgstr ""
|
||||||
"указанный в SPA данных (если он соответствует любой 'RESTRICT_PORTS' "
|
"указанный в SPA данных (если он соответствует любой 'RESTRICT_PORTS' "
|
||||||
"записи). Последовательность данных, разделенных запятыми."
|
"записи). Последовательность данных, разделенных запятыми."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:36
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:337
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key (in Base64 encoding) used for verifying "
|
||||||
|
"the authenticity of the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:329
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key used for verifying the authenticity of "
|
||||||
|
"the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:360
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the length of time access will be granted by fwknopd through the "
|
"Define the length of time access will be granted by fwknopd through the "
|
||||||
"firewall after a valid knock sequence from a source IP address. If "
|
"firewall after a valid knock sequence from a source IP address. If "
|
||||||
|
@ -59,8 +79,13 @@ msgstr ""
|
||||||
"параметр 'FW_ACCESS_TIMEOUT' не установлен, то автоматически устанавливается "
|
"параметр 'FW_ACCESS_TIMEOUT' не установлен, то автоматически устанавливается "
|
||||||
"время ожидания по умолчанию 30 секунд."
|
"время ожидания по умолчанию 30 секунд."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:18
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:315
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:20
|
msgid ""
|
||||||
|
"Define the symmetric key (in Base64 encoding) used for decrypting an "
|
||||||
|
"incoming SPA packet that is encrypted by the fwknop client with Rijndael."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:307
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
||||||
"encrypted by the fwknop client with Rijndael."
|
"encrypted by the fwknop client with Rijndael."
|
||||||
|
@ -68,11 +93,11 @@ msgstr ""
|
||||||
"Задайте симметричный ключ, используемый для расшифровки входящего SPA пакета "
|
"Задайте симметричный ключ, используемый для расшифровки входящего SPA пакета "
|
||||||
"зашифрованного fwknop клиентом с помощью Rijndael."
|
"зашифрованного fwknop клиентом с помощью Rijndael."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:6
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:263
|
||||||
msgid "Enable Uci/Luci control"
|
msgid "Enable Uci/Luci control"
|
||||||
msgstr "Включить управление в Uci/LuCI"
|
msgstr "Включить управление в Uci/LuCI"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid "Enable config overwrite"
|
msgid "Enable config overwrite"
|
||||||
msgstr "Настроить config файл"
|
msgstr "Настроить config файл"
|
||||||
|
|
||||||
|
@ -80,11 +105,11 @@ msgstr "Настроить config файл"
|
||||||
msgid "Firewall Knock Daemon"
|
msgid "Firewall Knock Daemon"
|
||||||
msgstr "Firewall Knock Daemon"
|
msgstr "Firewall Knock Daemon"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:4
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:261
|
||||||
msgid "Firewall Knock Operator"
|
msgid "Firewall Knock Operator Daemon"
|
||||||
msgstr "Настройка защищенного постукивания межсетевого экрана"
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:39
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:365
|
||||||
msgid ""
|
msgid ""
|
||||||
"Force all SPA packets to contain a real IP address within the encrypted "
|
"Force all SPA packets to contain a real IP address within the encrypted "
|
||||||
"data. This makes it impossible to use the -s command line argument on the "
|
"data. This makes it impossible to use the -s command line argument on the "
|
||||||
|
@ -99,11 +124,39 @@ msgstr ""
|
||||||
"за NAT), либо клиент должен знать внешний IP и установить его используя "
|
"за NAT), либо клиент должен знать внешний IP и установить его используя "
|
||||||
"аргумент '-a'."
|
"аргумент '-a'."
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:302
|
||||||
|
msgid "Generate Keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid "Generate keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid ""
|
||||||
|
"Generates the symmetric key used for decrypting an incoming SPA packet, that "
|
||||||
|
"is encrypted by the fwknop client with Rijndael block cipher, and HMAC "
|
||||||
|
"authentication key used to verify the authenticity of the incoming SPA "
|
||||||
|
"packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
||||||
msgid "Grant UCI access for luci-app-fwknopd"
|
msgid "Grant UCI access for luci-app-fwknopd"
|
||||||
msgstr "Предоставить UCI доступ для luci-app-fwknopd"
|
msgstr "Предоставить UCI доступ для luci-app-fwknopd"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:346
|
||||||
|
msgid "HMAC key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:324
|
||||||
|
msgid "Key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:152
|
||||||
|
msgid "Loading…"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:372
|
||||||
msgid ""
|
msgid ""
|
||||||
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
||||||
"seconds."
|
"seconds."
|
||||||
|
@ -111,23 +164,67 @@ msgstr ""
|
||||||
"Максимальное время в секундах, в течение которых будет принят SPA пакет, по "
|
"Максимальное время в секундах, в течение которых будет принят SPA пакет, по "
|
||||||
"умолчанию 120 секунд."
|
"умолчанию 120 секунд."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
msgid "Normal Key"
|
msgid "Network"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:267
|
||||||
|
msgid "Network configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:325
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:347
|
||||||
|
msgid "Normal key"
|
||||||
msgstr "Нормальный ключ"
|
msgstr "Нормальный ключ"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:47
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:281
|
||||||
|
msgid "QR code"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:373
|
||||||
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
||||||
msgstr "Укажите ethernet интерфейс, пакеты которого fwknopd будет снифить."
|
msgstr "Укажите ethernet интерфейс, пакеты которого fwknopd будет снифить."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:28
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:334
|
||||||
msgid "The base64 hmac key"
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:343
|
||||||
msgstr "Ключ Base64 HMAC"
|
msgid "The HMAC authentication key has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:292
|
||||||
msgid "Use ANY for any source IP"
|
msgid ""
|
||||||
msgstr "Использовать ЛЮБОЙ, для любого исходящего IP"
|
"The destination address for which the SPA packet will be accepted. The "
|
||||||
|
"string “ANY” is also accepted if a valid SPA packet should be honored to any "
|
||||||
|
"destination IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
|
msgid ""
|
||||||
|
"The network on which the daemon listens. The daemon is automatically started "
|
||||||
|
"when the network is up-and-running. This option has precedence over "
|
||||||
|
"“PCAP_INTF” option."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:283
|
||||||
|
msgid ""
|
||||||
|
"The source address from which the SPA packet will be accepted. The string "
|
||||||
|
"“ANY” is also accepted if a valid SPA packet should be honored from any "
|
||||||
|
"source IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:289
|
||||||
|
msgid "The source address has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:312
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:321
|
||||||
|
msgid "The symmetric key has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid ""
|
msgid ""
|
||||||
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
||||||
"ignoring any settings here."
|
"ignoring any settings here."
|
||||||
|
@ -135,10 +232,19 @@ msgstr ""
|
||||||
"Если не отмечено, будет использоваться дефолтный config файл fwknopd (/etc/"
|
"Если не отмечено, будет использоваться дефолтный config файл fwknopd (/etc/"
|
||||||
"fwknopd), игнорируя любые изменения настроек fwknopd здесь."
|
"fwknopd), игнорируя любые изменения настроек fwknopd здесь."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:10
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:277
|
||||||
msgid "access.conf stanzas"
|
msgid "access.conf stanzas"
|
||||||
msgstr "Строки config файла access.conf"
|
msgstr "Строки config файла access.conf"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:44
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:370
|
||||||
msgid "fwknopd.conf config options"
|
msgid "fwknopd.conf config options"
|
||||||
msgstr "Настройка config файла - fwknopd.conf"
|
msgstr "Настройка config файла - fwknopd.conf"
|
||||||
|
|
||||||
|
#~ msgid "Firewall Knock Operator"
|
||||||
|
#~ msgstr "Настройка защищенного постукивания межсетевого экрана"
|
||||||
|
|
||||||
|
#~ msgid "The Base64 HMAC key"
|
||||||
|
#~ msgstr "Ключ Base64 HMAC"
|
||||||
|
|
||||||
|
#~ msgid "Use ANY for any source IP"
|
||||||
|
#~ msgstr "Использовать ЛЮБОЙ, для любого исходящего IP"
|
||||||
|
|
|
@ -10,21 +10,29 @@ msgstr ""
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:48
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:374
|
||||||
msgid ""
|
msgid ""
|
||||||
"Allow SPA clients to request access to services through an iptables firewall "
|
"Allow SPA clients to request access to services through an iptables firewall "
|
||||||
"instead of just to it."
|
"instead of just to it."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:49
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:375
|
||||||
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:326
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:348
|
||||||
msgid "Base64 key"
|
msgid "Base64 key"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:356
|
||||||
|
msgid ""
|
||||||
|
"Define a set of ports and protocols (tcp or udp) that are explicitly not "
|
||||||
|
"allowed regardless of the validity of the incoming SPA packet. Multiple "
|
||||||
|
"entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:351
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
||||||
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
||||||
|
@ -32,7 +40,19 @@ msgid ""
|
||||||
"matches any “RESTRICT_PORTS” entries). Multiple entries are comma-separated."
|
"matches any “RESTRICT_PORTS” entries). Multiple entries are comma-separated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:36
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:337
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key (in Base64 encoding) used for verifying "
|
||||||
|
"the authenticity of the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:329
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key used for verifying the authenticity of "
|
||||||
|
"the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:360
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the length of time access will be granted by fwknopd through the "
|
"Define the length of time access will be granted by fwknopd through the "
|
||||||
"firewall after a valid knock sequence from a source IP address. If "
|
"firewall after a valid knock sequence from a source IP address. If "
|
||||||
|
@ -40,18 +60,23 @@ msgid ""
|
||||||
"automatically be set."
|
"automatically be set."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:18
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:315
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:20
|
msgid ""
|
||||||
|
"Define the symmetric key (in Base64 encoding) used for decrypting an "
|
||||||
|
"incoming SPA packet that is encrypted by the fwknop client with Rijndael."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:307
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
||||||
"encrypted by the fwknop client with Rijndael."
|
"encrypted by the fwknop client with Rijndael."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:6
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:263
|
||||||
msgid "Enable Uci/Luci control"
|
msgid "Enable Uci/Luci control"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid "Enable config overwrite"
|
msgid "Enable config overwrite"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -59,11 +84,11 @@ msgstr ""
|
||||||
msgid "Firewall Knock Daemon"
|
msgid "Firewall Knock Daemon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:4
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:261
|
||||||
msgid "Firewall Knock Operator"
|
msgid "Firewall Knock Operator Daemon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:39
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:365
|
||||||
msgid ""
|
msgid ""
|
||||||
"Force all SPA packets to contain a real IP address within the encrypted "
|
"Force all SPA packets to contain a real IP address within the encrypted "
|
||||||
"data. This makes it impossible to use the -s command line argument on the "
|
"data. This makes it impossible to use the -s command line argument on the "
|
||||||
|
@ -72,43 +97,115 @@ msgid ""
|
||||||
"know the external IP and set it via the -a argument."
|
"know the external IP and set it via the -a argument."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:302
|
||||||
|
msgid "Generate Keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid "Generate keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid ""
|
||||||
|
"Generates the symmetric key used for decrypting an incoming SPA packet, that "
|
||||||
|
"is encrypted by the fwknop client with Rijndael block cipher, and HMAC "
|
||||||
|
"authentication key used to verify the authenticity of the incoming SPA "
|
||||||
|
"packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
||||||
msgid "Grant UCI access for luci-app-fwknopd"
|
msgid "Grant UCI access for luci-app-fwknopd"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:346
|
||||||
|
msgid "HMAC key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:324
|
||||||
|
msgid "Key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:152
|
||||||
|
msgid "Loading…"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:372
|
||||||
msgid ""
|
msgid ""
|
||||||
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
||||||
"seconds."
|
"seconds."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
msgid "Normal Key"
|
msgid "Network"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:47
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:267
|
||||||
|
msgid "Network configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:325
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:347
|
||||||
|
msgid "Normal key"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:281
|
||||||
|
msgid "QR code"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:373
|
||||||
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:28
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:334
|
||||||
msgid "The base64 hmac key"
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:343
|
||||||
|
msgid "The HMAC authentication key has to be specified."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:292
|
||||||
msgid "Use ANY for any source IP"
|
msgid ""
|
||||||
|
"The destination address for which the SPA packet will be accepted. The "
|
||||||
|
"string “ANY” is also accepted if a valid SPA packet should be honored to any "
|
||||||
|
"destination IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
|
msgid ""
|
||||||
|
"The network on which the daemon listens. The daemon is automatically started "
|
||||||
|
"when the network is up-and-running. This option has precedence over "
|
||||||
|
"“PCAP_INTF” option."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:283
|
||||||
|
msgid ""
|
||||||
|
"The source address from which the SPA packet will be accepted. The string "
|
||||||
|
"“ANY” is also accepted if a valid SPA packet should be honored from any "
|
||||||
|
"source IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:289
|
||||||
|
msgid "The source address has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:312
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:321
|
||||||
|
msgid "The symmetric key has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid ""
|
msgid ""
|
||||||
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
||||||
"ignoring any settings here."
|
"ignoring any settings here."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:10
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:277
|
||||||
msgid "access.conf stanzas"
|
msgid "access.conf stanzas"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:44
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:370
|
||||||
msgid "fwknopd.conf config options"
|
msgid "fwknopd.conf config options"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ msgstr ""
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||||
"X-Generator: Weblate 4.3.1-dev\n"
|
"X-Generator: Weblate 4.3.1-dev\n"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:48
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:374
|
||||||
msgid ""
|
msgid ""
|
||||||
"Allow SPA clients to request access to services through an iptables firewall "
|
"Allow SPA clients to request access to services through an iptables firewall "
|
||||||
"instead of just to it."
|
"instead of just to it."
|
||||||
|
@ -20,15 +20,23 @@ msgstr ""
|
||||||
"Tillåt SPA klienter att begära tillgång till tjänster genom en iptabells "
|
"Tillåt SPA klienter att begära tillgång till tjänster genom en iptabells "
|
||||||
"brandvägg istället för direkt till den."
|
"brandvägg istället för direkt till den."
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:49
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:375
|
||||||
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:326
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:348
|
||||||
msgid "Base64 key"
|
msgid "Base64 key"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:356
|
||||||
|
msgid ""
|
||||||
|
"Define a set of ports and protocols (tcp or udp) that are explicitly not "
|
||||||
|
"allowed regardless of the validity of the incoming SPA packet. Multiple "
|
||||||
|
"entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:351
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
||||||
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
||||||
|
@ -36,7 +44,19 @@ msgid ""
|
||||||
"matches any “RESTRICT_PORTS” entries). Multiple entries are comma-separated."
|
"matches any “RESTRICT_PORTS” entries). Multiple entries are comma-separated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:36
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:337
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key (in Base64 encoding) used for verifying "
|
||||||
|
"the authenticity of the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:329
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key used for verifying the authenticity of "
|
||||||
|
"the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:360
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the length of time access will be granted by fwknopd through the "
|
"Define the length of time access will be granted by fwknopd through the "
|
||||||
"firewall after a valid knock sequence from a source IP address. If "
|
"firewall after a valid knock sequence from a source IP address. If "
|
||||||
|
@ -44,18 +64,23 @@ msgid ""
|
||||||
"automatically be set."
|
"automatically be set."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:18
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:315
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:20
|
msgid ""
|
||||||
|
"Define the symmetric key (in Base64 encoding) used for decrypting an "
|
||||||
|
"incoming SPA packet that is encrypted by the fwknop client with Rijndael."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:307
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
||||||
"encrypted by the fwknop client with Rijndael."
|
"encrypted by the fwknop client with Rijndael."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:6
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:263
|
||||||
msgid "Enable Uci/Luci control"
|
msgid "Enable Uci/Luci control"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid "Enable config overwrite"
|
msgid "Enable config overwrite"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -63,11 +88,11 @@ msgstr ""
|
||||||
msgid "Firewall Knock Daemon"
|
msgid "Firewall Knock Daemon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:4
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:261
|
||||||
msgid "Firewall Knock Operator"
|
msgid "Firewall Knock Operator Daemon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:39
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:365
|
||||||
msgid ""
|
msgid ""
|
||||||
"Force all SPA packets to contain a real IP address within the encrypted "
|
"Force all SPA packets to contain a real IP address within the encrypted "
|
||||||
"data. This makes it impossible to use the -s command line argument on the "
|
"data. This makes it impossible to use the -s command line argument on the "
|
||||||
|
@ -76,43 +101,115 @@ msgid ""
|
||||||
"know the external IP and set it via the -a argument."
|
"know the external IP and set it via the -a argument."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:302
|
||||||
|
msgid "Generate Keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid "Generate keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid ""
|
||||||
|
"Generates the symmetric key used for decrypting an incoming SPA packet, that "
|
||||||
|
"is encrypted by the fwknop client with Rijndael block cipher, and HMAC "
|
||||||
|
"authentication key used to verify the authenticity of the incoming SPA "
|
||||||
|
"packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
||||||
msgid "Grant UCI access for luci-app-fwknopd"
|
msgid "Grant UCI access for luci-app-fwknopd"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:346
|
||||||
|
msgid "HMAC key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:324
|
||||||
|
msgid "Key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:152
|
||||||
|
msgid "Loading…"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:372
|
||||||
msgid ""
|
msgid ""
|
||||||
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
||||||
"seconds."
|
"seconds."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
msgid "Normal Key"
|
msgid "Network"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:47
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:267
|
||||||
|
msgid "Network configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:325
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:347
|
||||||
|
msgid "Normal key"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:281
|
||||||
|
msgid "QR code"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:373
|
||||||
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:28
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:334
|
||||||
msgid "The base64 hmac key"
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:343
|
||||||
|
msgid "The HMAC authentication key has to be specified."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:292
|
||||||
msgid "Use ANY for any source IP"
|
msgid ""
|
||||||
|
"The destination address for which the SPA packet will be accepted. The "
|
||||||
|
"string “ANY” is also accepted if a valid SPA packet should be honored to any "
|
||||||
|
"destination IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
|
msgid ""
|
||||||
|
"The network on which the daemon listens. The daemon is automatically started "
|
||||||
|
"when the network is up-and-running. This option has precedence over "
|
||||||
|
"“PCAP_INTF” option."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:283
|
||||||
|
msgid ""
|
||||||
|
"The source address from which the SPA packet will be accepted. The string "
|
||||||
|
"“ANY” is also accepted if a valid SPA packet should be honored from any "
|
||||||
|
"source IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:289
|
||||||
|
msgid "The source address has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:312
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:321
|
||||||
|
msgid "The symmetric key has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid ""
|
msgid ""
|
||||||
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
||||||
"ignoring any settings here."
|
"ignoring any settings here."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:10
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:277
|
||||||
msgid "access.conf stanzas"
|
msgid "access.conf stanzas"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:44
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:370
|
||||||
msgid "fwknopd.conf config options"
|
msgid "fwknopd.conf config options"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -1,21 +1,29 @@
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr "Content-Type: text/plain; charset=UTF-8"
|
msgstr "Content-Type: text/plain; charset=UTF-8"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:48
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:374
|
||||||
msgid ""
|
msgid ""
|
||||||
"Allow SPA clients to request access to services through an iptables firewall "
|
"Allow SPA clients to request access to services through an iptables firewall "
|
||||||
"instead of just to it."
|
"instead of just to it."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:49
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:375
|
||||||
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:326
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:348
|
||||||
msgid "Base64 key"
|
msgid "Base64 key"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:356
|
||||||
|
msgid ""
|
||||||
|
"Define a set of ports and protocols (tcp or udp) that are explicitly not "
|
||||||
|
"allowed regardless of the validity of the incoming SPA packet. Multiple "
|
||||||
|
"entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:351
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
||||||
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
||||||
|
@ -23,7 +31,19 @@ msgid ""
|
||||||
"matches any “RESTRICT_PORTS” entries). Multiple entries are comma-separated."
|
"matches any “RESTRICT_PORTS” entries). Multiple entries are comma-separated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:36
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:337
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key (in Base64 encoding) used for verifying "
|
||||||
|
"the authenticity of the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:329
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key used for verifying the authenticity of "
|
||||||
|
"the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:360
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the length of time access will be granted by fwknopd through the "
|
"Define the length of time access will be granted by fwknopd through the "
|
||||||
"firewall after a valid knock sequence from a source IP address. If "
|
"firewall after a valid knock sequence from a source IP address. If "
|
||||||
|
@ -31,18 +51,23 @@ msgid ""
|
||||||
"automatically be set."
|
"automatically be set."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:18
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:315
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:20
|
msgid ""
|
||||||
|
"Define the symmetric key (in Base64 encoding) used for decrypting an "
|
||||||
|
"incoming SPA packet that is encrypted by the fwknop client with Rijndael."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:307
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
||||||
"encrypted by the fwknop client with Rijndael."
|
"encrypted by the fwknop client with Rijndael."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:6
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:263
|
||||||
msgid "Enable Uci/Luci control"
|
msgid "Enable Uci/Luci control"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid "Enable config overwrite"
|
msgid "Enable config overwrite"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -50,11 +75,11 @@ msgstr ""
|
||||||
msgid "Firewall Knock Daemon"
|
msgid "Firewall Knock Daemon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:4
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:261
|
||||||
msgid "Firewall Knock Operator"
|
msgid "Firewall Knock Operator Daemon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:39
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:365
|
||||||
msgid ""
|
msgid ""
|
||||||
"Force all SPA packets to contain a real IP address within the encrypted "
|
"Force all SPA packets to contain a real IP address within the encrypted "
|
||||||
"data. This makes it impossible to use the -s command line argument on the "
|
"data. This makes it impossible to use the -s command line argument on the "
|
||||||
|
@ -63,42 +88,114 @@ msgid ""
|
||||||
"know the external IP and set it via the -a argument."
|
"know the external IP and set it via the -a argument."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:302
|
||||||
|
msgid "Generate Keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid "Generate keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid ""
|
||||||
|
"Generates the symmetric key used for decrypting an incoming SPA packet, that "
|
||||||
|
"is encrypted by the fwknop client with Rijndael block cipher, and HMAC "
|
||||||
|
"authentication key used to verify the authenticity of the incoming SPA "
|
||||||
|
"packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
||||||
msgid "Grant UCI access for luci-app-fwknopd"
|
msgid "Grant UCI access for luci-app-fwknopd"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:346
|
||||||
|
msgid "HMAC key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:324
|
||||||
|
msgid "Key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:152
|
||||||
|
msgid "Loading…"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:372
|
||||||
msgid ""
|
msgid ""
|
||||||
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
||||||
"seconds."
|
"seconds."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
msgid "Normal Key"
|
msgid "Network"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:47
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:267
|
||||||
|
msgid "Network configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:325
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:347
|
||||||
|
msgid "Normal key"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:281
|
||||||
|
msgid "QR code"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:373
|
||||||
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:28
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:334
|
||||||
msgid "The base64 hmac key"
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:343
|
||||||
|
msgid "The HMAC authentication key has to be specified."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:292
|
||||||
msgid "Use ANY for any source IP"
|
msgid ""
|
||||||
|
"The destination address for which the SPA packet will be accepted. The "
|
||||||
|
"string “ANY” is also accepted if a valid SPA packet should be honored to any "
|
||||||
|
"destination IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
|
msgid ""
|
||||||
|
"The network on which the daemon listens. The daemon is automatically started "
|
||||||
|
"when the network is up-and-running. This option has precedence over "
|
||||||
|
"“PCAP_INTF” option."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:283
|
||||||
|
msgid ""
|
||||||
|
"The source address from which the SPA packet will be accepted. The string "
|
||||||
|
"“ANY” is also accepted if a valid SPA packet should be honored from any "
|
||||||
|
"source IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:289
|
||||||
|
msgid "The source address has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:312
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:321
|
||||||
|
msgid "The symmetric key has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid ""
|
msgid ""
|
||||||
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
||||||
"ignoring any settings here."
|
"ignoring any settings here."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:10
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:277
|
||||||
msgid "access.conf stanzas"
|
msgid "access.conf stanzas"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:44
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:370
|
||||||
msgid "fwknopd.conf config options"
|
msgid "fwknopd.conf config options"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -10,21 +10,29 @@ msgstr ""
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:48
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:374
|
||||||
msgid ""
|
msgid ""
|
||||||
"Allow SPA clients to request access to services through an iptables firewall "
|
"Allow SPA clients to request access to services through an iptables firewall "
|
||||||
"instead of just to it."
|
"instead of just to it."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:49
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:375
|
||||||
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:326
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:348
|
||||||
msgid "Base64 key"
|
msgid "Base64 key"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:356
|
||||||
|
msgid ""
|
||||||
|
"Define a set of ports and protocols (tcp or udp) that are explicitly not "
|
||||||
|
"allowed regardless of the validity of the incoming SPA packet. Multiple "
|
||||||
|
"entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:351
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
||||||
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
||||||
|
@ -32,7 +40,19 @@ msgid ""
|
||||||
"matches any “RESTRICT_PORTS” entries). Multiple entries are comma-separated."
|
"matches any “RESTRICT_PORTS” entries). Multiple entries are comma-separated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:36
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:337
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key (in Base64 encoding) used for verifying "
|
||||||
|
"the authenticity of the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:329
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key used for verifying the authenticity of "
|
||||||
|
"the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:360
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the length of time access will be granted by fwknopd through the "
|
"Define the length of time access will be granted by fwknopd through the "
|
||||||
"firewall after a valid knock sequence from a source IP address. If "
|
"firewall after a valid knock sequence from a source IP address. If "
|
||||||
|
@ -40,18 +60,23 @@ msgid ""
|
||||||
"automatically be set."
|
"automatically be set."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:18
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:315
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:20
|
msgid ""
|
||||||
|
"Define the symmetric key (in Base64 encoding) used for decrypting an "
|
||||||
|
"incoming SPA packet that is encrypted by the fwknop client with Rijndael."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:307
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
||||||
"encrypted by the fwknop client with Rijndael."
|
"encrypted by the fwknop client with Rijndael."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:6
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:263
|
||||||
msgid "Enable Uci/Luci control"
|
msgid "Enable Uci/Luci control"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid "Enable config overwrite"
|
msgid "Enable config overwrite"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -59,11 +84,11 @@ msgstr ""
|
||||||
msgid "Firewall Knock Daemon"
|
msgid "Firewall Knock Daemon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:4
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:261
|
||||||
msgid "Firewall Knock Operator"
|
msgid "Firewall Knock Operator Daemon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:39
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:365
|
||||||
msgid ""
|
msgid ""
|
||||||
"Force all SPA packets to contain a real IP address within the encrypted "
|
"Force all SPA packets to contain a real IP address within the encrypted "
|
||||||
"data. This makes it impossible to use the -s command line argument on the "
|
"data. This makes it impossible to use the -s command line argument on the "
|
||||||
|
@ -72,43 +97,115 @@ msgid ""
|
||||||
"know the external IP and set it via the -a argument."
|
"know the external IP and set it via the -a argument."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:302
|
||||||
|
msgid "Generate Keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid "Generate keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid ""
|
||||||
|
"Generates the symmetric key used for decrypting an incoming SPA packet, that "
|
||||||
|
"is encrypted by the fwknop client with Rijndael block cipher, and HMAC "
|
||||||
|
"authentication key used to verify the authenticity of the incoming SPA "
|
||||||
|
"packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
||||||
msgid "Grant UCI access for luci-app-fwknopd"
|
msgid "Grant UCI access for luci-app-fwknopd"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:346
|
||||||
|
msgid "HMAC key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:324
|
||||||
|
msgid "Key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:152
|
||||||
|
msgid "Loading…"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:372
|
||||||
msgid ""
|
msgid ""
|
||||||
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
||||||
"seconds."
|
"seconds."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
msgid "Normal Key"
|
msgid "Network"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:47
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:267
|
||||||
|
msgid "Network configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:325
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:347
|
||||||
|
msgid "Normal key"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:281
|
||||||
|
msgid "QR code"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:373
|
||||||
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:28
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:334
|
||||||
msgid "The base64 hmac key"
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:343
|
||||||
|
msgid "The HMAC authentication key has to be specified."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:292
|
||||||
msgid "Use ANY for any source IP"
|
msgid ""
|
||||||
|
"The destination address for which the SPA packet will be accepted. The "
|
||||||
|
"string “ANY” is also accepted if a valid SPA packet should be honored to any "
|
||||||
|
"destination IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
|
msgid ""
|
||||||
|
"The network on which the daemon listens. The daemon is automatically started "
|
||||||
|
"when the network is up-and-running. This option has precedence over "
|
||||||
|
"“PCAP_INTF” option."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:283
|
||||||
|
msgid ""
|
||||||
|
"The source address from which the SPA packet will be accepted. The string "
|
||||||
|
"“ANY” is also accepted if a valid SPA packet should be honored from any "
|
||||||
|
"source IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:289
|
||||||
|
msgid "The source address has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:312
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:321
|
||||||
|
msgid "The symmetric key has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid ""
|
msgid ""
|
||||||
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
||||||
"ignoring any settings here."
|
"ignoring any settings here."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:10
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:277
|
||||||
msgid "access.conf stanzas"
|
msgid "access.conf stanzas"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:44
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:370
|
||||||
msgid "fwknopd.conf config options"
|
msgid "fwknopd.conf config options"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -11,21 +11,29 @@ msgstr ""
|
||||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<="
|
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<="
|
||||||
"4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
"4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:48
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:374
|
||||||
msgid ""
|
msgid ""
|
||||||
"Allow SPA clients to request access to services through an iptables firewall "
|
"Allow SPA clients to request access to services through an iptables firewall "
|
||||||
"instead of just to it."
|
"instead of just to it."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:49
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:375
|
||||||
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:326
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:348
|
||||||
msgid "Base64 key"
|
msgid "Base64 key"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:356
|
||||||
|
msgid ""
|
||||||
|
"Define a set of ports and protocols (tcp or udp) that are explicitly not "
|
||||||
|
"allowed regardless of the validity of the incoming SPA packet. Multiple "
|
||||||
|
"entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:351
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
||||||
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
||||||
|
@ -33,7 +41,19 @@ msgid ""
|
||||||
"matches any “RESTRICT_PORTS” entries). Multiple entries are comma-separated."
|
"matches any “RESTRICT_PORTS” entries). Multiple entries are comma-separated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:36
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:337
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key (in Base64 encoding) used for verifying "
|
||||||
|
"the authenticity of the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:329
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key used for verifying the authenticity of "
|
||||||
|
"the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:360
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the length of time access will be granted by fwknopd through the "
|
"Define the length of time access will be granted by fwknopd through the "
|
||||||
"firewall after a valid knock sequence from a source IP address. If "
|
"firewall after a valid knock sequence from a source IP address. If "
|
||||||
|
@ -41,18 +61,23 @@ msgid ""
|
||||||
"automatically be set."
|
"automatically be set."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:18
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:315
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:20
|
msgid ""
|
||||||
|
"Define the symmetric key (in Base64 encoding) used for decrypting an "
|
||||||
|
"incoming SPA packet that is encrypted by the fwknop client with Rijndael."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:307
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
||||||
"encrypted by the fwknop client with Rijndael."
|
"encrypted by the fwknop client with Rijndael."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:6
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:263
|
||||||
msgid "Enable Uci/Luci control"
|
msgid "Enable Uci/Luci control"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid "Enable config overwrite"
|
msgid "Enable config overwrite"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -60,11 +85,11 @@ msgstr ""
|
||||||
msgid "Firewall Knock Daemon"
|
msgid "Firewall Knock Daemon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:4
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:261
|
||||||
msgid "Firewall Knock Operator"
|
msgid "Firewall Knock Operator Daemon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:39
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:365
|
||||||
msgid ""
|
msgid ""
|
||||||
"Force all SPA packets to contain a real IP address within the encrypted "
|
"Force all SPA packets to contain a real IP address within the encrypted "
|
||||||
"data. This makes it impossible to use the -s command line argument on the "
|
"data. This makes it impossible to use the -s command line argument on the "
|
||||||
|
@ -73,43 +98,115 @@ msgid ""
|
||||||
"know the external IP and set it via the -a argument."
|
"know the external IP and set it via the -a argument."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:302
|
||||||
|
msgid "Generate Keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid "Generate keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid ""
|
||||||
|
"Generates the symmetric key used for decrypting an incoming SPA packet, that "
|
||||||
|
"is encrypted by the fwknop client with Rijndael block cipher, and HMAC "
|
||||||
|
"authentication key used to verify the authenticity of the incoming SPA "
|
||||||
|
"packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
||||||
msgid "Grant UCI access for luci-app-fwknopd"
|
msgid "Grant UCI access for luci-app-fwknopd"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:346
|
||||||
|
msgid "HMAC key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:324
|
||||||
|
msgid "Key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:152
|
||||||
|
msgid "Loading…"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:372
|
||||||
msgid ""
|
msgid ""
|
||||||
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
||||||
"seconds."
|
"seconds."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
msgid "Normal Key"
|
msgid "Network"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:47
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:267
|
||||||
|
msgid "Network configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:325
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:347
|
||||||
|
msgid "Normal key"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:281
|
||||||
|
msgid "QR code"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:373
|
||||||
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:28
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:334
|
||||||
msgid "The base64 hmac key"
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:343
|
||||||
|
msgid "The HMAC authentication key has to be specified."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:292
|
||||||
msgid "Use ANY for any source IP"
|
msgid ""
|
||||||
|
"The destination address for which the SPA packet will be accepted. The "
|
||||||
|
"string “ANY” is also accepted if a valid SPA packet should be honored to any "
|
||||||
|
"destination IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
|
msgid ""
|
||||||
|
"The network on which the daemon listens. The daemon is automatically started "
|
||||||
|
"when the network is up-and-running. This option has precedence over "
|
||||||
|
"“PCAP_INTF” option."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:283
|
||||||
|
msgid ""
|
||||||
|
"The source address from which the SPA packet will be accepted. The string "
|
||||||
|
"“ANY” is also accepted if a valid SPA packet should be honored from any "
|
||||||
|
"source IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:289
|
||||||
|
msgid "The source address has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:312
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:321
|
||||||
|
msgid "The symmetric key has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid ""
|
msgid ""
|
||||||
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
||||||
"ignoring any settings here."
|
"ignoring any settings here."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:10
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:277
|
||||||
msgid "access.conf stanzas"
|
msgid "access.conf stanzas"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:44
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:370
|
||||||
msgid "fwknopd.conf config options"
|
msgid "fwknopd.conf config options"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -10,21 +10,29 @@ msgstr ""
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:48
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:374
|
||||||
msgid ""
|
msgid ""
|
||||||
"Allow SPA clients to request access to services through an iptables firewall "
|
"Allow SPA clients to request access to services through an iptables firewall "
|
||||||
"instead of just to it."
|
"instead of just to it."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:49
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:375
|
||||||
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:326
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:348
|
||||||
msgid "Base64 key"
|
msgid "Base64 key"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:356
|
||||||
|
msgid ""
|
||||||
|
"Define a set of ports and protocols (tcp or udp) that are explicitly not "
|
||||||
|
"allowed regardless of the validity of the incoming SPA packet. Multiple "
|
||||||
|
"entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:351
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
||||||
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
||||||
|
@ -32,7 +40,19 @@ msgid ""
|
||||||
"matches any “RESTRICT_PORTS” entries). Multiple entries are comma-separated."
|
"matches any “RESTRICT_PORTS” entries). Multiple entries are comma-separated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:36
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:337
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key (in Base64 encoding) used for verifying "
|
||||||
|
"the authenticity of the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:329
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key used for verifying the authenticity of "
|
||||||
|
"the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:360
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the length of time access will be granted by fwknopd through the "
|
"Define the length of time access will be granted by fwknopd through the "
|
||||||
"firewall after a valid knock sequence from a source IP address. If "
|
"firewall after a valid knock sequence from a source IP address. If "
|
||||||
|
@ -40,18 +60,23 @@ msgid ""
|
||||||
"automatically be set."
|
"automatically be set."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:18
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:315
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:20
|
msgid ""
|
||||||
|
"Define the symmetric key (in Base64 encoding) used for decrypting an "
|
||||||
|
"incoming SPA packet that is encrypted by the fwknop client with Rijndael."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:307
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
||||||
"encrypted by the fwknop client with Rijndael."
|
"encrypted by the fwknop client with Rijndael."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:6
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:263
|
||||||
msgid "Enable Uci/Luci control"
|
msgid "Enable Uci/Luci control"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid "Enable config overwrite"
|
msgid "Enable config overwrite"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -59,11 +84,11 @@ msgstr ""
|
||||||
msgid "Firewall Knock Daemon"
|
msgid "Firewall Knock Daemon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:4
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:261
|
||||||
msgid "Firewall Knock Operator"
|
msgid "Firewall Knock Operator Daemon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:39
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:365
|
||||||
msgid ""
|
msgid ""
|
||||||
"Force all SPA packets to contain a real IP address within the encrypted "
|
"Force all SPA packets to contain a real IP address within the encrypted "
|
||||||
"data. This makes it impossible to use the -s command line argument on the "
|
"data. This makes it impossible to use the -s command line argument on the "
|
||||||
|
@ -72,43 +97,115 @@ msgid ""
|
||||||
"know the external IP and set it via the -a argument."
|
"know the external IP and set it via the -a argument."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:302
|
||||||
|
msgid "Generate Keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid "Generate keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid ""
|
||||||
|
"Generates the symmetric key used for decrypting an incoming SPA packet, that "
|
||||||
|
"is encrypted by the fwknop client with Rijndael block cipher, and HMAC "
|
||||||
|
"authentication key used to verify the authenticity of the incoming SPA "
|
||||||
|
"packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
||||||
msgid "Grant UCI access for luci-app-fwknopd"
|
msgid "Grant UCI access for luci-app-fwknopd"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:346
|
||||||
|
msgid "HMAC key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:324
|
||||||
|
msgid "Key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:152
|
||||||
|
msgid "Loading…"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:372
|
||||||
msgid ""
|
msgid ""
|
||||||
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
||||||
"seconds."
|
"seconds."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
msgid "Normal Key"
|
msgid "Network"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:47
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:267
|
||||||
|
msgid "Network configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:325
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:347
|
||||||
|
msgid "Normal key"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:281
|
||||||
|
msgid "QR code"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:373
|
||||||
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:28
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:334
|
||||||
msgid "The base64 hmac key"
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:343
|
||||||
|
msgid "The HMAC authentication key has to be specified."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:292
|
||||||
msgid "Use ANY for any source IP"
|
msgid ""
|
||||||
|
"The destination address for which the SPA packet will be accepted. The "
|
||||||
|
"string “ANY” is also accepted if a valid SPA packet should be honored to any "
|
||||||
|
"destination IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
|
msgid ""
|
||||||
|
"The network on which the daemon listens. The daemon is automatically started "
|
||||||
|
"when the network is up-and-running. This option has precedence over "
|
||||||
|
"“PCAP_INTF” option."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:283
|
||||||
|
msgid ""
|
||||||
|
"The source address from which the SPA packet will be accepted. The string "
|
||||||
|
"“ANY” is also accepted if a valid SPA packet should be honored from any "
|
||||||
|
"source IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:289
|
||||||
|
msgid "The source address has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:312
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:321
|
||||||
|
msgid "The symmetric key has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid ""
|
msgid ""
|
||||||
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
||||||
"ignoring any settings here."
|
"ignoring any settings here."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:10
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:277
|
||||||
msgid "access.conf stanzas"
|
msgid "access.conf stanzas"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:44
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:370
|
||||||
msgid "fwknopd.conf config options"
|
msgid "fwknopd.conf config options"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -13,21 +13,29 @@ msgstr ""
|
||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
"X-Generator: Weblate 4.1-dev\n"
|
"X-Generator: Weblate 4.1-dev\n"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:48
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:374
|
||||||
msgid ""
|
msgid ""
|
||||||
"Allow SPA clients to request access to services through an iptables firewall "
|
"Allow SPA clients to request access to services through an iptables firewall "
|
||||||
"instead of just to it."
|
"instead of just to it."
|
||||||
msgstr "允许 SPA 客户端请求通过 iptables 防火墙访问服务,而不仅仅是被拦截。"
|
msgstr "允许 SPA 客户端请求通过 iptables 防火墙访问服务,而不仅仅是被拦截。"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:49
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:375
|
||||||
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
||||||
msgstr "允许 SPA 客户端用 DNS 名称请求转发目标。"
|
msgstr "允许 SPA 客户端用 DNS 名称请求转发目标。"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:326
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:348
|
||||||
msgid "Base64 key"
|
msgid "Base64 key"
|
||||||
msgstr "Base64 密钥"
|
msgstr "Base64 密钥"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:356
|
||||||
|
msgid ""
|
||||||
|
"Define a set of ports and protocols (tcp or udp) that are explicitly not "
|
||||||
|
"allowed regardless of the validity of the incoming SPA packet. Multiple "
|
||||||
|
"entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:351
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
||||||
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
||||||
|
@ -38,7 +46,19 @@ msgstr ""
|
||||||
"端口和协议。如果未设置此条目,fwknopd 将尝试遵守 SPA 数据中指定的任何协议/端"
|
"端口和协议。如果未设置此条目,fwknopd 将尝试遵守 SPA 数据中指定的任何协议/端"
|
||||||
"口请求(除非匹配到了任何“RESTRICT_PORTS”条目)。多个条目以逗号分隔。"
|
"口请求(除非匹配到了任何“RESTRICT_PORTS”条目)。多个条目以逗号分隔。"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:36
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:337
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key (in Base64 encoding) used for verifying "
|
||||||
|
"the authenticity of the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:329
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key used for verifying the authenticity of "
|
||||||
|
"the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:360
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the length of time access will be granted by fwknopd through the "
|
"Define the length of time access will be granted by fwknopd through the "
|
||||||
"firewall after a valid knock sequence from a source IP address. If "
|
"firewall after a valid knock sequence from a source IP address. If "
|
||||||
|
@ -48,19 +68,24 @@ msgstr ""
|
||||||
"定义在源 IP 地址的有效敲门序列后,fwknopd 授予其通过防火墙访问的时间长度。如"
|
"定义在源 IP 地址的有效敲门序列后,fwknopd 授予其通过防火墙访问的时间长度。如"
|
||||||
"果未设置“FW_ACCESS_TIMEOUT”,则将自动设置默认超时 30 秒。"
|
"果未设置“FW_ACCESS_TIMEOUT”,则将自动设置默认超时 30 秒。"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:18
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:315
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:20
|
msgid ""
|
||||||
|
"Define the symmetric key (in Base64 encoding) used for decrypting an "
|
||||||
|
"incoming SPA packet that is encrypted by the fwknop client with Rijndael."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:307
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
||||||
"encrypted by the fwknop client with Rijndael."
|
"encrypted by the fwknop client with Rijndael."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"定义 Rijndael 对称密钥,将用于解密由 fwknop 客户端传入的加密 SPA 数据包。"
|
"定义 Rijndael 对称密钥,将用于解密由 fwknop 客户端传入的加密 SPA 数据包。"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:6
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:263
|
||||||
msgid "Enable Uci/Luci control"
|
msgid "Enable Uci/Luci control"
|
||||||
msgstr "启用 Uci/Luci 控件"
|
msgstr "启用 Uci/Luci 控件"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid "Enable config overwrite"
|
msgid "Enable config overwrite"
|
||||||
msgstr "启用配置覆盖"
|
msgstr "启用配置覆盖"
|
||||||
|
|
||||||
|
@ -68,11 +93,11 @@ msgstr "启用配置覆盖"
|
||||||
msgid "Firewall Knock Daemon"
|
msgid "Firewall Knock Daemon"
|
||||||
msgstr "Firewall Knock 守护进程"
|
msgstr "Firewall Knock 守护进程"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:4
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:261
|
||||||
msgid "Firewall Knock Operator"
|
msgid "Firewall Knock Operator Daemon"
|
||||||
msgstr "Firewall Knock 操作者"
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:39
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:365
|
||||||
msgid ""
|
msgid ""
|
||||||
"Force all SPA packets to contain a real IP address within the encrypted "
|
"Force all SPA packets to contain a real IP address within the encrypted "
|
||||||
"data. This makes it impossible to use the -s command line argument on the "
|
"data. This makes it impossible to use the -s command line argument on the "
|
||||||
|
@ -84,43 +109,124 @@ msgstr ""
|
||||||
"令行上使用 -s 命令行参数,因此 -R 必须用于自动解析外部地址(如果 NAT 后面的客"
|
"令行上使用 -s 命令行参数,因此 -R 必须用于自动解析外部地址(如果 NAT 后面的客"
|
||||||
"户端),或客户端必须通过 -a 参数知道外部 IP。"
|
"户端),或客户端必须通过 -a 参数知道外部 IP。"
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:302
|
||||||
|
msgid "Generate Keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid "Generate keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid ""
|
||||||
|
"Generates the symmetric key used for decrypting an incoming SPA packet, that "
|
||||||
|
"is encrypted by the fwknop client with Rijndael block cipher, and HMAC "
|
||||||
|
"authentication key used to verify the authenticity of the incoming SPA "
|
||||||
|
"packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
||||||
msgid "Grant UCI access for luci-app-fwknopd"
|
msgid "Grant UCI access for luci-app-fwknopd"
|
||||||
msgstr "授予UCI访问luci-app-fwknopd的权限"
|
msgstr "授予UCI访问luci-app-fwknopd的权限"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:346
|
||||||
|
msgid "HMAC key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:324
|
||||||
|
msgid "Key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:152
|
||||||
|
msgid "Loading…"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:372
|
||||||
msgid ""
|
msgid ""
|
||||||
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
||||||
"seconds."
|
"seconds."
|
||||||
msgstr "SPA 数据包可被接受的最大期限(以秒为单位)。默认为120秒。"
|
msgstr "SPA 数据包可被接受的最大期限(以秒为单位)。默认为120秒。"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
msgid "Normal Key"
|
msgid "Network"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:267
|
||||||
|
msgid "Network configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:325
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:347
|
||||||
|
msgid "Normal key"
|
||||||
msgstr "普通密钥"
|
msgstr "普通密钥"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:47
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:281
|
||||||
|
msgid "QR code"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:373
|
||||||
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
||||||
msgstr "指定 fwknopd 将要嗅探数据包的以太网接口。"
|
msgstr "指定 fwknopd 将要嗅探数据包的以太网接口。"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:28
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:334
|
||||||
msgid "The base64 hmac key"
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:343
|
||||||
msgstr "base64 hmac 密钥"
|
msgid "The HMAC authentication key has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:292
|
||||||
msgid "Use ANY for any source IP"
|
msgid ""
|
||||||
msgstr "对任何源 IP 使用 ANY"
|
"The destination address for which the SPA packet will be accepted. The "
|
||||||
|
"string “ANY” is also accepted if a valid SPA packet should be honored to any "
|
||||||
|
"destination IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
|
msgid ""
|
||||||
|
"The network on which the daemon listens. The daemon is automatically started "
|
||||||
|
"when the network is up-and-running. This option has precedence over "
|
||||||
|
"“PCAP_INTF” option."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:283
|
||||||
|
msgid ""
|
||||||
|
"The source address from which the SPA packet will be accepted. The string "
|
||||||
|
"“ANY” is also accepted if a valid SPA packet should be honored from any "
|
||||||
|
"source IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:289
|
||||||
|
msgid "The source address has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:312
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:321
|
||||||
|
msgid "The symmetric key has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid ""
|
msgid ""
|
||||||
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
||||||
"ignoring any settings here."
|
"ignoring any settings here."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"取消选中时,/etc/fwknopd 中的配置文件将按原样使用,忽略此处的任何设置。"
|
"取消选中时,/etc/fwknopd 中的配置文件将按原样使用,忽略此处的任何设置。"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:10
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:277
|
||||||
msgid "access.conf stanzas"
|
msgid "access.conf stanzas"
|
||||||
msgstr "access.conf 节"
|
msgstr "access.conf 节"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:44
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:370
|
||||||
msgid "fwknopd.conf config options"
|
msgid "fwknopd.conf config options"
|
||||||
msgstr "fwknopd.conf 配置选项"
|
msgstr "fwknopd.conf 配置选项"
|
||||||
|
|
||||||
|
#~ msgid "Firewall Knock Operator"
|
||||||
|
#~ msgstr "Firewall Knock 操作者"
|
||||||
|
|
||||||
|
#~ msgid "The Base64 HMAC key"
|
||||||
|
#~ msgstr "base64 HMAC 密钥"
|
||||||
|
|
||||||
|
#~ msgid "Use ANY for any source IP"
|
||||||
|
#~ msgstr "对任何源 IP 使用 ANY"
|
||||||
|
|
|
@ -11,21 +11,29 @@ msgstr ""
|
||||||
"PO-Revision-Date: 2018-08-07 19:10+0800\n"
|
"PO-Revision-Date: 2018-08-07 19:10+0800\n"
|
||||||
"X-Generator: Gtranslator 2.91.7\n"
|
"X-Generator: Gtranslator 2.91.7\n"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:48
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:374
|
||||||
msgid ""
|
msgid ""
|
||||||
"Allow SPA clients to request access to services through an iptables firewall "
|
"Allow SPA clients to request access to services through an iptables firewall "
|
||||||
"instead of just to it."
|
"instead of just to it."
|
||||||
msgstr "允許 SPA 客戶端請求通過 iptables 防火牆訪問服務,而不僅僅是被攔截。"
|
msgstr "允許 SPA 客戶端請求通過 iptables 防火牆訪問服務,而不僅僅是被攔截。"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:49
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:375
|
||||||
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
msgid "Allow SPA clients to request forwarding destination by DNS name."
|
||||||
msgstr "允許 SPA 客戶端用 DNS 名稱請求轉發目標。"
|
msgstr "允許 SPA 客戶端用 DNS 名稱請求轉發目標。"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:326
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:348
|
||||||
msgid "Base64 key"
|
msgid "Base64 key"
|
||||||
msgstr "Base64 金鑰"
|
msgstr "Base64 金鑰"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:356
|
||||||
|
msgid ""
|
||||||
|
"Define a set of ports and protocols (tcp or udp) that are explicitly not "
|
||||||
|
"allowed regardless of the validity of the incoming SPA packet. Multiple "
|
||||||
|
"entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:351
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
"Define a set of ports and protocols (tcp or udp) that will be opened if a "
|
||||||
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
"valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
|
||||||
|
@ -36,7 +44,19 @@ msgstr ""
|
||||||
"和協議。如果未設定此條目,fwknopd 將嘗試遵守 SPA 資料中指定的任何協議/端口請"
|
"和協議。如果未設定此條目,fwknopd 將嘗試遵守 SPA 資料中指定的任何協議/端口請"
|
||||||
"求(除非匹配到了任何“RESTRICT_PORTS”條目)。多個條目以逗號分隔。"
|
"求(除非匹配到了任何“RESTRICT_PORTS”條目)。多個條目以逗號分隔。"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:36
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:337
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key (in Base64 encoding) used for verifying "
|
||||||
|
"the authenticity of the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:329
|
||||||
|
msgid ""
|
||||||
|
"Define the HMAC authentication key used for verifying the authenticity of "
|
||||||
|
"the SPA packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:360
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the length of time access will be granted by fwknopd through the "
|
"Define the length of time access will be granted by fwknopd through the "
|
||||||
"firewall after a valid knock sequence from a source IP address. If "
|
"firewall after a valid knock sequence from a source IP address. If "
|
||||||
|
@ -46,19 +66,24 @@ msgstr ""
|
||||||
"定義在源 IP 位址的有效敲門序列後,fwknopd 授予其通過防火牆訪問的時間長度。如"
|
"定義在源 IP 位址的有效敲門序列後,fwknopd 授予其通過防火牆訪問的時間長度。如"
|
||||||
"果未設定“FW_ACCESS_TIMEOUT”,則將自動設定預設超時 30 秒。"
|
"果未設定“FW_ACCESS_TIMEOUT”,則將自動設定預設超時 30 秒。"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:18
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:315
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:20
|
msgid ""
|
||||||
|
"Define the symmetric key (in Base64 encoding) used for decrypting an "
|
||||||
|
"incoming SPA packet that is encrypted by the fwknop client with Rijndael."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:307
|
||||||
msgid ""
|
msgid ""
|
||||||
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
"Define the symmetric key used for decrypting an incoming SPA packet that is "
|
||||||
"encrypted by the fwknop client with Rijndael."
|
"encrypted by the fwknop client with Rijndael."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"定義 Rijndael 對稱金鑰,將用於解密由 fwknop 客戶端傳入的加密 SPA 資料包。"
|
"定義 Rijndael 對稱金鑰,將用於解密由 fwknop 客戶端傳入的加密 SPA 資料包。"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:6
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:263
|
||||||
msgid "Enable Uci/Luci control"
|
msgid "Enable Uci/Luci control"
|
||||||
msgstr "啟用 Uci/Luci 控制元件"
|
msgstr "啟用 Uci/Luci 控制元件"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid "Enable config overwrite"
|
msgid "Enable config overwrite"
|
||||||
msgstr "啟用配置覆蓋"
|
msgstr "啟用配置覆蓋"
|
||||||
|
|
||||||
|
@ -66,11 +91,11 @@ msgstr "啟用配置覆蓋"
|
||||||
msgid "Firewall Knock Daemon"
|
msgid "Firewall Knock Daemon"
|
||||||
msgstr "Firewall Knock 守護程式"
|
msgstr "Firewall Knock 守護程式"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:4
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:261
|
||||||
msgid "Firewall Knock Operator"
|
msgid "Firewall Knock Operator Daemon"
|
||||||
msgstr "Firewall Knock 操作者"
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:39
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:365
|
||||||
msgid ""
|
msgid ""
|
||||||
"Force all SPA packets to contain a real IP address within the encrypted "
|
"Force all SPA packets to contain a real IP address within the encrypted "
|
||||||
"data. This makes it impossible to use the -s command line argument on the "
|
"data. This makes it impossible to use the -s command line argument on the "
|
||||||
|
@ -82,43 +107,124 @@ msgstr ""
|
||||||
"令行上使用 -s 指令列引數,因此 -R 必須用於自動解析外部位址(如果 NAT 後面的客"
|
"令行上使用 -s 指令列引數,因此 -R 必須用於自動解析外部位址(如果 NAT 後面的客"
|
||||||
"戶端),或客戶端必須通過 -a 引數知道外部 IP。"
|
"戶端),或客戶端必須通過 -a 引數知道外部 IP。"
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:302
|
||||||
|
msgid "Generate Keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid "Generate keys"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:298
|
||||||
|
msgid ""
|
||||||
|
"Generates the symmetric key used for decrypting an incoming SPA packet, that "
|
||||||
|
"is encrypted by the fwknop client with Rijndael block cipher, and HMAC "
|
||||||
|
"authentication key used to verify the authenticity of the incoming SPA "
|
||||||
|
"packet before the packet is decrypted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
#: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
|
||||||
msgid "Grant UCI access for luci-app-fwknopd"
|
msgid "Grant UCI access for luci-app-fwknopd"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:346
|
||||||
|
msgid "HMAC key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:324
|
||||||
|
msgid "Key type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:152
|
||||||
|
msgid "Loading…"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:372
|
||||||
msgid ""
|
msgid ""
|
||||||
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
|
||||||
"seconds."
|
"seconds."
|
||||||
msgstr "SPA 資料包的最大可接受年齡(秒)。預設為 120 秒"
|
msgstr "SPA 資料包的最大可接受年齡(秒)。預設為 120 秒"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
msgid "Normal Key"
|
msgid "Network"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:267
|
||||||
|
msgid "Network configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:325
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:347
|
||||||
|
msgid "Normal key"
|
||||||
msgstr "普通金鑰"
|
msgstr "普通金鑰"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:47
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:281
|
||||||
|
msgid "QR code"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:373
|
||||||
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
msgid "Specify the ethernet interface on which fwknopd will sniff packets."
|
||||||
msgstr "指定 fwknopd 將要嗅探資料包的乙太網介面。"
|
msgstr "指定 fwknopd 將要嗅探資料包的乙太網介面。"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:28
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:334
|
||||||
msgid "The base64 hmac key"
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:343
|
||||||
msgstr "base64 hmac 金鑰"
|
msgid "The HMAC authentication key has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:292
|
||||||
msgid "Use ANY for any source IP"
|
msgid ""
|
||||||
msgstr "對任何源 IP 使用 ANY"
|
"The destination address for which the SPA packet will be accepted. The "
|
||||||
|
"string “ANY” is also accepted if a valid SPA packet should be honored to any "
|
||||||
|
"destination IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:269
|
||||||
|
msgid ""
|
||||||
|
"The network on which the daemon listens. The daemon is automatically started "
|
||||||
|
"when the network is up-and-running. This option has precedence over "
|
||||||
|
"“PCAP_INTF” option."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:283
|
||||||
|
msgid ""
|
||||||
|
"The source address from which the SPA packet will be accepted. The string "
|
||||||
|
"“ANY” is also accepted if a valid SPA packet should be honored from any "
|
||||||
|
"source IP. Networks should be specified in CIDR notation (e.g. "
|
||||||
|
"“192.168.10.0/24”), and individual IP addresses can be specified as well. "
|
||||||
|
"Multiple entries are comma-separated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:289
|
||||||
|
msgid "The source address has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:312
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:321
|
||||||
|
msgid "The symmetric key has to be specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:265
|
||||||
msgid ""
|
msgid ""
|
||||||
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
"When unchecked, the config files in /etc/fwknopd will be used as is, "
|
||||||
"ignoring any settings here."
|
"ignoring any settings here."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"取消選中時,/etc/fwknopd 中的配置檔案將按原樣使用,忽略此處的任何設定。"
|
"取消選中時,/etc/fwknopd 中的配置檔案將按原樣使用,忽略此處的任何設定。"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:10
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:277
|
||||||
msgid "access.conf stanzas"
|
msgid "access.conf stanzas"
|
||||||
msgstr "access.conf 節"
|
msgstr "access.conf 節"
|
||||||
|
|
||||||
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:44
|
#: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:370
|
||||||
msgid "fwknopd.conf config options"
|
msgid "fwknopd.conf config options"
|
||||||
msgstr "fwknopd.conf 配置選項"
|
msgstr "fwknopd.conf 配置選項"
|
||||||
|
|
||||||
|
#~ msgid "Firewall Knock Operator"
|
||||||
|
#~ msgstr "Firewall Knock 操作者"
|
||||||
|
|
||||||
|
#~ msgid "The Base64 HMAC key"
|
||||||
|
#~ msgstr "base64 HMAC 金鑰"
|
||||||
|
|
||||||
|
#~ msgid "Use ANY for any source IP"
|
||||||
|
#~ msgstr "對任何源 IP 使用 ANY"
|
||||||
|
|
Loading…
Reference in a new issue