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.

20 lines
381 B

  1. export default {
  2. continue: '继续',
  3. yes: '是',
  4. all: '全部',
  5. save: '保存',
  6. edit: '编辑',
  7. create: '创建',
  8. cancel: '取消',
  9. close: '关闭',
  10. upload: '上传',
  11. add: '增加',
  12. delete: '删除',
  13. search: '搜索',
  14. name: '名称',
  15. import: '导入',
  16. export: '导出',
  17. description: '描述',
  18. type: '类型',
  19. loading: '加载中... 请等待'
  20. }