12345678910 |
- export default {
- 40301: () => $gettext('Nginx UI already installed'),
- 40302: () => $gettext('Installation is not allowed after 10 minutes of system startup'),
- 40303: () => $gettext('SSL certificate path is required when HTTPS is enabled'),
- 40304: () => $gettext('SSL key path is required when HTTPS is enabled'),
- 40305: () => $gettext('SSL certificate file not found'),
- 40306: () => $gettext('SSL key file not found'),
- 40307: () => $gettext('SSL certificate file must be under Nginx configuration directory: {0}'),
- 40308: () => $gettext('SSL key file must be under Nginx configuration directory: {0}'),
- }
|