system.ts 621 B

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