custom.ts 859 B

123456789101112131415161718192021222324252627282930
  1. const translation = {
  2. custom: 'Customization',
  3. upgradeTip: {
  4. prefix: 'Upgrade your plan to',
  5. suffix: 'customize your brand.',
  6. },
  7. webapp: {
  8. title: 'Customize WebApp brand',
  9. removeBrand: 'Remove Powered by Dify',
  10. changeLogo: 'Change Powered by Brand Image',
  11. changeLogoTip: 'SVG or PNG format with a minimum size of 40x40px',
  12. },
  13. app: {
  14. title: 'Customize app header brand',
  15. changeLogoTip: 'SVG or PNG format with a minimum size of 80x80px',
  16. },
  17. upload: 'Upload',
  18. uploading: 'Uploading',
  19. uploadedFail: 'Image upload failed, please re-upload.',
  20. change: 'Change',
  21. apply: 'Apply',
  22. restore: 'Restore Defaults',
  23. customize: {
  24. contactUs: ' contact us ',
  25. prefix: 'To customize the brand logo within the app, please',
  26. suffix: 'to upgrade to the Enterprise edition.',
  27. },
  28. }
  29. export default translation