dcp-design-react 1.12.14 → 1.12.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,8 +1,8 @@
1
- /*
2
- * @Author: 焦质晔
3
- * @Date: 2021-02-08 16:48:18
4
- * @Last Modified by: 焦质晔
5
- * @Last Modified time: 2021-08-14 13:42:21
1
+ /*
2
+ * @Author: 焦质晔
3
+ * @Date: 2021-02-08 16:48:18
4
+ * @Last Modified by: 焦质晔
5
+ * @Last Modified time: 2021-08-14 13:42:21
6
6
  */
7
7
  import dayjs from 'dayjs';
8
8
  import defaultLang from './lang/zh-cn';
@@ -398,6 +398,11 @@ declare const _default: {
398
398
  card: string;
399
399
  };
400
400
  };
401
+ translate: {
402
+ sourceText: string;
403
+ targetText: string;
404
+ translating: string;
405
+ };
401
406
  };
402
407
  };
403
408
  export default _default;
@@ -403,6 +403,11 @@ export default {
403
403
  gantt: 'Gantt view',
404
404
  card: 'Card view'
405
405
  }
406
+ },
407
+ translate: {
408
+ sourceText: 'Source Text',
409
+ targetText: 'Target Text',
410
+ translating: 'Translating'
406
411
  }
407
412
  }
408
413
  };
@@ -398,6 +398,11 @@ declare const _default: {
398
398
  card: string;
399
399
  };
400
400
  };
401
+ translate: {
402
+ sourceText: string;
403
+ targetText: string;
404
+ translating: string;
405
+ };
401
406
  };
402
407
  };
403
408
  export default _default;
@@ -403,6 +403,11 @@ export default {
403
403
  gantt: '甘特视图',
404
404
  card: '看板视图'
405
405
  }
406
+ },
407
+ translate: {
408
+ sourceText: '原文',
409
+ targetText: '翻译',
410
+ translating: '翻译中'
406
411
  }
407
412
  }
408
413
  };