frps.po 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347
  1. msgid ""
  2. msgstr ""
  3. "Content-Type: text/plain; charset=UTF-8\n"
  4. "Project-Id-Version: PACKAGE VERSION\n"
  5. "Last-Translator: Automatically generated\n"
  6. "Language-Team: none\n"
  7. "Language: nl\n"
  8. "MIME-Version: 1.0\n"
  9. "Content-Transfer-Encoding: 8bit\n"
  10. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  11. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:15
  12. msgid "Additional configs"
  13. msgstr ""
  14. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:43
  15. msgid "Additional settings"
  16. msgstr ""
  17. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:40
  18. msgid "Allow ports"
  19. msgstr ""
  20. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:40
  21. msgid ""
  22. "AllowPorts specifies a set of ports that clients are able to proxy to. If "
  23. "the length of this value is 0, all ports are allowed.<br />By default, this "
  24. "value is an empty set."
  25. msgstr ""
  26. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:31
  27. msgid "Assets dir"
  28. msgstr ""
  29. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:31
  30. msgid ""
  31. "AssetsDir specifies the local directory that the dashboard will load "
  32. "resources from. If this value is \"\", assets will be loaded from the "
  33. "bundled executable using statik.<br />By default, this value is \"\"."
  34. msgstr ""
  35. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:19
  36. msgid "Bind address"
  37. msgstr ""
  38. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:20
  39. msgid "Bind port"
  40. msgstr ""
  41. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:19
  42. msgid ""
  43. "BindAddr specifies the address that the server binds to.<br />By default, "
  44. "this value is \"0.0.0.0\"."
  45. msgstr ""
  46. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:22
  47. msgid ""
  48. "BindKcpPort specifies the KCP port that the server listens on. If this value "
  49. "is 0, the server will not listen for KCP connections.<br />By default, this "
  50. "value is 0."
  51. msgstr ""
  52. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:20
  53. msgid ""
  54. "BindPort specifies the port that the server listens on.<br />By default, "
  55. "this value is 7000."
  56. msgstr ""
  57. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:21
  58. msgid ""
  59. "BindUdpPort specifies the UDP port that the server listens on. If this value "
  60. "is 0, the server will not listen for UDP connections.<br />By default, this "
  61. "value is 0"
  62. msgstr ""
  63. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:143
  64. msgid "Collecting data ..."
  65. msgstr ""
  66. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:151
  67. msgid "Common settings"
  68. msgstr ""
  69. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:15
  70. msgid "Config files include in temporary config file"
  71. msgstr ""
  72. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:39
  73. msgid "Custom 404 page"
  74. msgstr ""
  75. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:39
  76. msgid ""
  77. "Custom404Page specifies a path to a custom 404 page to display. If this "
  78. "value is \"\", a default page will be displayed.<br />By default, this value "
  79. "is \"\"."
  80. msgstr ""
  81. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:27
  82. msgid "Dashboard address"
  83. msgstr ""
  84. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:30
  85. msgid "Dashboard password"
  86. msgstr ""
  87. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:28
  88. msgid "Dashboard port"
  89. msgstr ""
  90. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:29
  91. msgid "Dashboard user"
  92. msgstr ""
  93. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:27
  94. msgid ""
  95. "DashboardAddr specifies the address that the dashboard binds to.<br />By "
  96. "default, this value is \"0.0.0.0\"."
  97. msgstr ""
  98. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:28
  99. msgid ""
  100. "DashboardPort specifies the port that the dashboard listens on. If this "
  101. "value is 0, the dashboard will not be started.<br />By default, this value "
  102. "is 0."
  103. msgstr ""
  104. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:30
  105. msgid ""
  106. "DashboardPwd specifies the password that the dashboard will use for login."
  107. "<br />By default, this value is \"admin\"."
  108. msgstr ""
  109. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:29
  110. msgid ""
  111. "DashboardUser specifies the username that the dashboard will use for login."
  112. "<br />By default, this value is \"admin\"."
  113. msgstr ""
  114. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:35
  115. msgid "Disable log color"
  116. msgstr ""
  117. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:35
  118. msgid ""
  119. "DisableLogColor disables log colors when LogWay == \"console\" when set to "
  120. "true.<br />By default, this value is false."
  121. msgstr ""
  122. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:14
  123. msgid "Environment variable"
  124. msgstr ""
  125. #: applications/luci-app-frps/root/usr/share/rpcd/acl.d/luci-app-frps.json:3
  126. msgid "Grant access to LuCI app frps"
  127. msgstr ""
  128. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:42
  129. msgid ""
  130. "HeartBeatTimeout specifies the maximum time to wait for a heartbeat before "
  131. "terminating the connection. It is not recommended to change this value.<br /"
  132. ">By default, this value is 90."
  133. msgstr ""
  134. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:42
  135. msgid "Heartbeat timeout"
  136. msgstr ""
  137. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:22
  138. msgid "KCP bind port"
  139. msgstr ""
  140. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:32
  141. msgid "Log file"
  142. msgstr ""
  143. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:33
  144. msgid "Log level"
  145. msgstr ""
  146. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:34
  147. msgid "Log max days"
  148. msgstr ""
  149. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:10
  150. msgid "Log stderr"
  151. msgstr ""
  152. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:9
  153. msgid "Log stdout"
  154. msgstr ""
  155. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:32
  156. msgid ""
  157. "LogFile specifies a file where logs will be written to. This value will only "
  158. "be used if LogWay is set appropriately.<br />By default, this value is "
  159. "\"console\"."
  160. msgstr ""
  161. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:33
  162. msgid ""
  163. "LogLevel specifies the minimum log level. Valid values are \"trace\", "
  164. "\"debug\", \"info\", \"warn\", and \"error\".<br />By default, this value is "
  165. "\"info\"."
  166. msgstr ""
  167. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:34
  168. msgid ""
  169. "LogMaxDays specifies the maximum number of days to store log information "
  170. "before deletion. This is only used if LogWay == \"file\".<br />By default, "
  171. "this value is 0."
  172. msgstr ""
  173. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:41
  174. msgid "Max ports per client"
  175. msgstr ""
  176. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:41
  177. msgid ""
  178. "MaxPortsPerClient specifies the maximum number of ports a single client may "
  179. "proxy to. If this value is 0, no limit will be applied.<br />By default, "
  180. "this value is 0."
  181. msgstr ""
  182. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:118
  183. msgid "NOT RUNNING"
  184. msgstr ""
  185. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:14
  186. msgid ""
  187. "OS environments pass to frp for config file template, see <a href=\"https://"
  188. "github.com/fatedier/frp#configuration-file-template\">frp README</a>"
  189. msgstr ""
  190. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:23
  191. msgid "Proxy bind address"
  192. msgstr ""
  193. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:23
  194. msgid ""
  195. "ProxyBindAddr specifies the address that the proxy binds to. This value may "
  196. "be the same as BindAddr.<br />By default, this value is \"0.0.0.0\"."
  197. msgstr ""
  198. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
  199. msgid "RUNNING"
  200. msgstr ""
  201. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:13
  202. msgid "Respawn when crashed"
  203. msgstr ""
  204. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:12
  205. msgid "Run daemon as group"
  206. msgstr ""
  207. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:11
  208. msgid "Run daemon as user"
  209. msgstr ""
  210. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:152
  211. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:156
  212. msgid "Startup settings"
  213. msgstr ""
  214. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:37
  215. msgid ""
  216. "SubDomainHost specifies the domain that will be attached to sub-domains "
  217. "requested by the client when using Vhost proxying. For example, if this "
  218. "value is set to \"frps.com\" and the client requested the subdomain "
  219. "\"test\", the resulting URL would be \"test.frps.com\".<br />By default, "
  220. "this value is \"\"."
  221. msgstr ""
  222. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:37
  223. msgid "Subdomain host"
  224. msgstr ""
  225. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:38
  226. msgid "TCP mux"
  227. msgstr ""
  228. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:38
  229. msgid ""
  230. "TcpMux toggles TCP stream multiplexing. This allows multiple requests from a "
  231. "client to share a single TCP connection.<br />By default, this value is true."
  232. msgstr ""
  233. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:43
  234. msgid ""
  235. "This list can be used to specify some additional parameters which have not "
  236. "been included in this LuCI."
  237. msgstr ""
  238. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:36
  239. msgid "Token"
  240. msgstr ""
  241. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:36
  242. msgid ""
  243. "Token specifies the authorization token used to authenticate keys received "
  244. "from clients. Clients must have a matching token to be authorized to use the "
  245. "server.<br />By default, this value is \"\"."
  246. msgstr ""
  247. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:21
  248. msgid "UDP bind port"
  249. msgstr ""
  250. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:24
  251. msgid "Vhost HTTP port"
  252. msgstr ""
  253. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:26
  254. msgid "Vhost HTTP timeout"
  255. msgstr ""
  256. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:25
  257. msgid "Vhost HTTPS port"
  258. msgstr ""
  259. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:24
  260. msgid ""
  261. "VhostHttpPort specifies the port that the server listens for HTTP Vhost "
  262. "requests. If this value is 0, the server will not listen for HTTP requests."
  263. "<br />By default, this value is 0."
  264. msgstr ""
  265. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:26
  266. msgid ""
  267. "VhostHttpTimeout specifies the response header timeout for the Vhost HTTP "
  268. "server, in seconds.<br />By default, this value is 60."
  269. msgstr ""
  270. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:25
  271. msgid ""
  272. "VhostHttpsPort specifies the port that the server listens for HTTPS Vhost "
  273. "requests. If this value is 0, the server will not listen for HTTPS requests."
  274. "<br />By default, this value is 0."
  275. msgstr ""
  276. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
  277. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:118
  278. #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:128
  279. #: applications/luci-app-frps/root/usr/share/luci/menu.d/luci-app-frps.json:3
  280. msgid "frp Server"
  281. msgstr ""