frps.po 11 KB

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