app_setting.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "site_name": "Site name",
  3. "sitename_change": "You can change Site Name which is used for header and HTML title.",
  4. "header_content": "The contents entered here will be shown in the header etc.",
  5. "site_url_desc": "This is for the site URL setting.",
  6. "site_url_warn": "Some features don't work because the site URL is not set.",
  7. "siteurl_help": "Site full URL beginning from <code>http://</code> or <code>https://</code>.",
  8. "confidential_name": "Confidential name",
  9. "confidential_example": "ex): internal use only",
  10. "default_language": "Default Language for new users",
  11. "file_uploading": "File Uploading",
  12. "enable_files_except_image": "Enable file upload other than image files.",
  13. "attach_enable": "You can attach files other than image files if you enable this option.",
  14. "update": "Update",
  15. "mail_settings": "Mail settings",
  16. "smtp_used": "If you have SMTP settings, it will be used.",
  17. "smtp_but_aws": "If you do not have SMTP settings but AWS settings, e-mails will be sent by SES.",
  18. "neihter_of": "If you do not of neither of these, e-mails will not be sent.",
  19. "from_e-mail_address": "From e-mail address",
  20. "smtp_settings": "SMTP settings",
  21. "host": "Host",
  22. "port": "Port",
  23. "user": "User",
  24. "aws_settings": "AWS settings",
  25. "aws_access": "This is for AWS settings. If you complete AWS settings, file upload function, profile picture function etc will be enabled.",
  26. "no_smtp_setting": "If you do not have SMTP settings, e-mails will be sent via SES. You need to verify from e-mail address and production settings.",
  27. "change_setting": "Caution:if you change this setting not completed, you will not be able to access files you have uploaded so far.",
  28. "region": "Region",
  29. "bucket_name": "Bucket name",
  30. "custom_endpoint": "Custom endpoint",
  31. "custom_endpoint_change": "Input the URL of the endpoint of an object storage service like MinIO that has a S3-compatible API. Amazon S3 is used if empty.",
  32. "plugin_settings": "Plugin settings",
  33. "enable_plugin_loading": "Enable plugin loading",
  34. "load_plugins": "Load_plugins",
  35. "enable": "Enable",
  36. "disable": "Disable",
  37. "use_env_var_if_empty": "If the value in the database is empty, the value of the environment variable <cod>{{variable}}</code> is used."
  38. }