custom.ts 945 B

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