generate.ts 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. // This file is auto-generated. DO NOT EDIT MANUALLY.
  2. export const msg = [
  3. $gettext('Log file %{log_path} is not a regular file. If you are using nginx-ui in docker container, please refer to https://nginxui.com/zh_CN/guide/config-nginx-log.html for more information.'),
  4. $gettext('[Nginx UI] Backing up current certificate for later revocation'),
  5. $gettext('[Nginx UI] Writing certificate private key to disk'),
  6. $gettext('[Nginx UI] Certificate renewed successfully'),
  7. $gettext('Nginx error log path exists'),
  8. $gettext('Failed to delete certificate from database: %{error}'),
  9. $gettext('[Nginx UI] Finished'),
  10. $gettext('Sites directory exists'),
  11. $gettext('Check if the nginx PID path exists'),
  12. $gettext('Nginx access log path exists'),
  13. $gettext('Check if the nginx error log path exists'),
  14. $gettext('[Nginx UI] Setting HTTP01 challenge provider'),
  15. $gettext('Nginx.conf includes streams-enabled directory'),
  16. $gettext('Check if the nginx.conf includes the streams-enabled directory'),
  17. $gettext('Nginx.conf includes conf.d directory'),
  18. $gettext('Docker socket exists'),
  19. $gettext('[Nginx UI] Preparing lego configurations'),
  20. $gettext('[Nginx UI] Environment variables cleaned'),
  21. $gettext('[Nginx UI] Revoking certificate'),
  22. $gettext('Check if /var/run/docker.sock exists. If you are using Nginx UI Official Docker Image, please make sure the docker socket is mounted like this: `-v /var/run/docker.sock:/var/run/docker.sock`.'),
  23. $gettext('[Nginx UI] ACME User: %{name}, Email: %{email}, CA Dir: %{caDir}'),
  24. $gettext('[Nginx UI] Setting environment variables'),
  25. $gettext('[Nginx UI] Obtaining certificate'),
  26. $gettext('[Nginx UI] Preparing for certificate revocation'),
  27. $gettext('[Nginx UI] Revocation completed'),
  28. $gettext('[Nginx UI] Certificate successfully revoked'),
  29. $gettext('Streams directory exists'),
  30. $gettext('Check if the nginx configuration directory exists'),
  31. $gettext('Certificate revoked successfully'),
  32. $gettext('[Nginx UI] Reloading nginx'),
  33. $gettext('[Nginx UI] Certificate was used for server, reloading server TLS certificate'),
  34. $gettext('Check if the streams-available and streams-enabled directories are under the nginx configuration directory'),
  35. $gettext('Nginx configuration directory exists'),
  36. $gettext('Check if the nginx configuration entry file exists'),
  37. $gettext('Check if the nginx access log path exists'),
  38. $gettext('Certificate not found: %{error}'),
  39. $gettext('[Nginx UI] Setting DNS01 challenge provider'),
  40. $gettext('[Nginx UI] Revoking old certificate'),
  41. $gettext('[Nginx UI] Writing certificate to disk'),
  42. $gettext('Check if the sites-available and sites-enabled directories are under the nginx configuration directory'),
  43. $gettext('Nginx.conf includes sites-enabled directory'),
  44. $gettext('Check if the nginx.conf includes the conf.d directory'),
  45. $gettext('Failed to revoke certificate: %{error}'),
  46. $gettext('[Nginx UI] Creating client facilitates communication with the CA server'),
  47. $gettext('Check if the nginx.conf includes the sites-enabled directory'),
  48. $gettext('Nginx configuration entry file exists'),
  49. $gettext('Nginx PID path exists'),
  50. $gettext('[Nginx UI] Issued certificate successfully'),
  51. ]