You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

custom.ts 1.1KB

1234567891011121314151617181920212223242526272829303132
  1. const translation = {
  2. custom: '사용자 정의',
  3. upgradeTip: {
  4. prefix: '플랜을 업그레이드하여',
  5. suffix: '브랜드를 사용자 정의하세요.',
  6. des: '계획을 업그레이드하여 브랜드를 맞춤화하세요.',
  7. title: '플랜을 업그레이드하세요',
  8. },
  9. webapp: {
  10. title: 'web app 브랜드 사용자 정의',
  11. removeBrand: 'Powered by Dify 삭제',
  12. changeLogo: 'Powered by 브랜드 이미지 변경',
  13. changeLogoTip: '최소 크기 40x40px 의 SVG 또는 PNG 형식',
  14. },
  15. app: {
  16. title: '앱 헤더 브랜드 사용자 정의',
  17. changeLogoTip: '최소 크기 80x80px 의 SVG 또는 PNG 형식',
  18. },
  19. upload: '업로드',
  20. uploading: '업로드 중',
  21. uploadedFail: '이미지 업로드 실패. 다시 업로드해 주세요.',
  22. change: '변경',
  23. apply: '적용',
  24. restore: '기본값으로 복원',
  25. customize: {
  26. contactUs: '문의하기',
  27. prefix: '앱 내 브랜드 로고를 사용자 정의하려면,',
  28. suffix: '엔터프라이즈 버전으로 업그레이드하세요.',
  29. },
  30. }
  31. export default translation