|
68 | 68 | "logs": "Logs", |
69 | 69 | "clusters": "Clusters", |
70 | 70 | "storages": "Storages", |
| 71 | + "tunneler": "Tunneler", |
| 72 | + "cache": "Cache", |
| 73 | + "serve_limit": "Serve Limit", |
| 74 | + |
71 | 75 | "item": { |
72 | 76 | "public_host": "Public Host", |
73 | 77 | "public_port": "Public Port", |
74 | 78 | "host": "Host", |
75 | 79 | "port": "Port", |
76 | 80 | "use_cert": "Use Certification", |
77 | | - "trusted_x_forwarded_for": "Using Proxy", |
| 81 | + "trusted_x_forwarded_for": "Trust X-Forwarded-For", |
78 | 82 |
|
79 | 83 | "only_gc_when_start": "Only cleanup when start", |
80 | 84 | "sync_interval": "Synchronize Interval", |
|
92 | 96 | "public_hosts": "Public Hostnames", |
93 | 97 | "server": "Central Server", |
94 | 98 | "skip_signature_check": "Skip Signature Check", |
95 | | - "storages": "Storages" |
| 99 | + "storages": "Using Storages" |
| 100 | + }, |
| 101 | + |
| 102 | + "storage": { |
| 103 | + "type": "Storage Type", |
| 104 | + "weight": "Weight", |
| 105 | + "cache_path": "Path", |
| 106 | + "path": "Path", |
| 107 | + "redirect_base": "Redirect Base URL", |
| 108 | + "pre_gen_measures": "Pre-generate mesaures", |
| 109 | + "max_conn": "Max Connection", |
| 110 | + "max_upload_rate": "Max Upload Rate", |
| 111 | + "max_download_rate": "Max Download Rate", |
| 112 | + "follow_redirect": "Follow Redirect", |
| 113 | + "redirect_link_cache": "Redirect Link Cache Duration" |
| 114 | + }, |
| 115 | + |
| 116 | + "tunneler": { |
| 117 | + "enable": "Enable Tunneler", |
| 118 | + "tunnel_program": "Tunnel Program", |
| 119 | + "output_regex": "Output Regex" |
| 120 | + }, |
| 121 | + |
| 122 | + "cache": { |
| 123 | + "type": "Cache Type" |
| 124 | + }, |
| 125 | + |
| 126 | + "serve_limit": { |
| 127 | + "enable": "Enable Serve Limit", |
| 128 | + "max_conn": "Max Connection", |
| 129 | + "upload_rate": "Max Upload Rate" |
96 | 130 | } |
97 | 131 | } |
98 | 132 | } |
99 | 133 | }, |
100 | 134 | "button": { |
101 | 135 | "enable": "Enable", |
102 | | - "disable": "Disable" |
| 136 | + "disable": "Disable", |
| 137 | + "save": "Save", |
| 138 | + "saved": "Saved", |
| 139 | + "refresh": "Refresh", |
| 140 | + "remove": "Remove" |
103 | 141 | }, |
104 | 142 | "message": { |
105 | 143 | "server": { |
|
0 commit comments