mirror of https://github.com/doccano/doccano.git
pythondatasetsactive-learningtext-annotationdatasetnatural-language-processingdata-labelingmachine-learningannotation-tool
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
20 lines
381 B
export default {
|
|
continue: '继续',
|
|
yes: '是',
|
|
all: '全部',
|
|
save: '保存',
|
|
edit: '编辑',
|
|
create: '创建',
|
|
cancel: '取消',
|
|
close: '关闭',
|
|
upload: '上传',
|
|
add: '增加',
|
|
delete: '删除',
|
|
search: '搜索',
|
|
name: '名称',
|
|
import: '导入',
|
|
export: '导出',
|
|
description: '描述',
|
|
type: '类型',
|
|
loading: '加载中... 请等待'
|
|
}
|