|
132 | 132 | "access-list": "Access List",
|
133 | 133 | "allow-websocket-upgrade": "Websockets Support",
|
134 | 134 | "ignore-invalid-upstream-ssl": "Ignore Invalid SSL",
|
135 |
| - "custom-forward-host-help": "Add a path for sub-folder forwarding.\nExample: 203.0.113.25/path" |
| 135 | + "custom-forward-host-help": "Add a path for sub-folder forwarding.\nExample: 203.0.113.25/path", |
| 136 | + "search": "Search Host…" |
136 | 137 | },
|
137 | 138 | "redirection-hosts": {
|
138 | 139 | "title": "Redirection Hosts",
|
|
146 | 147 | "delete": "Delete Redirection Host",
|
147 | 148 | "delete-confirm": "Are you sure you want to delete the Redirection host for: <strong>{domains}</strong>?",
|
148 | 149 | "help-title": "What is a Redirection Host?",
|
149 |
| - "help-content": "A Redirection Host will redirect requests from the incoming ___domain and push the viewer to another ___domain.\nThe most common reason to use this type of host is when your website changes domains but you still have search engine or referrer links pointing to the old ___domain." |
| 150 | + "help-content": "A Redirection Host will redirect requests from the incoming ___domain and push the viewer to another ___domain.\nThe most common reason to use this type of host is when your website changes domains but you still have search engine or referrer links pointing to the old ___domain.", |
| 151 | + "search": "Search Host…" |
150 | 152 | },
|
151 | 153 | "dead-hosts": {
|
152 | 154 | "title": "404 Hosts",
|
|
156 | 158 | "delete": "Delete 404 Host",
|
157 | 159 | "delete-confirm": "Are you sure you want to delete this 404 Host?",
|
158 | 160 | "help-title": "What is a 404 Host?",
|
159 |
| - "help-content": "A 404 Host is simply a host setup that shows a 404 page.\nThis can be useful when your ___domain is listed in search engines and you want to provide a nicer error page or specifically to tell the search indexers that the ___domain pages no longer exist.\nAnother benefit of having this host is to track the logs for hits to it and view the referrers." |
| 161 | + "help-content": "A 404 Host is simply a host setup that shows a 404 page.\nThis can be useful when your ___domain is listed in search engines and you want to provide a nicer error page or specifically to tell the search indexers that the ___domain pages no longer exist.\nAnother benefit of having this host is to track the logs for hits to it and view the referrers.", |
| 162 | + "search": "Search Host…" |
160 | 163 | },
|
161 | 164 | "streams": {
|
162 | 165 | "title": "Streams",
|
|
175 | 178 | "delete": "Delete Stream",
|
176 | 179 | "delete-confirm": "Are you sure you want to delete this Stream?",
|
177 | 180 | "help-title": "What is a Stream?",
|
178 |
| - "help-content": "A relatively new feature for Nginx, a Stream will serve to forward TCP/UDP traffic directly to another computer on the network.\nIf you're running game servers, FTP or SSH servers this can come in handy." |
| 181 | + "help-content": "A relatively new feature for Nginx, a Stream will serve to forward TCP/UDP traffic directly to another computer on the network.\nIf you're running game servers, FTP or SSH servers this can come in handy.", |
| 182 | + "search": "Search Incoming Port…" |
179 | 183 | },
|
180 | 184 | "certificates": {
|
181 | 185 | "title": "SSL Certificates",
|
|
201 | 205 | "reachability-wrong-data": "There is a server found at this ___domain but it returned an unexpected data. Is it the NPM server? Please make sure your ___domain points to the IP where your NPM instance is running.",
|
202 | 206 | "reachability-other": "There is a server found at this ___domain but it returned an unexpected status code {code}. Is it the NPM server? Please make sure your ___domain points to the IP where your NPM instance is running.",
|
203 | 207 | "download": "Download",
|
204 |
| - "renew-title": "Renew Let'sEncrypt Certificate" |
| 208 | + "renew-title": "Renew Let'sEncrypt Certificate", |
| 209 | + "search": "Search Certificate…" |
205 | 210 | },
|
206 | 211 | "access-lists": {
|
207 | 212 | "title": "Access Lists",
|
|
225 | 230 | "satisfy-any": "Satisfy Any",
|
226 | 231 | "pass-auth": "Pass Auth to Host",
|
227 | 232 | "access-add": "Add",
|
228 |
| - "auth-add": "Add" |
| 233 | + "auth-add": "Add", |
| 234 | + "search": "Search Access…" |
229 | 235 | },
|
230 | 236 | "users": {
|
231 | 237 | "title": "Users",
|
|
251 | 257 | "perms-visibility-all": "All Items",
|
252 | 258 | "perm-manage": "Manage",
|
253 | 259 | "perm-view": "View Only",
|
254 |
| - "perm-hidden": "Hidden" |
| 260 | + "perm-hidden": "Hidden", |
| 261 | + "search": "Search User…" |
255 | 262 | },
|
256 | 263 | "audit-log": {
|
257 | 264 | "title": "Audit Log",
|
|
272 | 279 | "renewed": "Renewed {name}",
|
273 | 280 | "meta-title": "Details for Event",
|
274 | 281 | "view-meta": "View Details",
|
275 |
| - "date": "Date" |
| 282 | + "date": "Date", |
| 283 | + "search": "Search Log…" |
276 | 284 | },
|
277 | 285 | "settings": {
|
278 | 286 | "title": "Settings",
|
|
0 commit comments