mirror of https://github.com/Fabio286/antares.git
commit
3322a06fed
|
@ -1,5 +1,5 @@
|
||||||
export const zhCN = {
|
export const zhCN = {
|
||||||
general: {
|
general: { // 通用术语
|
||||||
edit: '编辑',
|
edit: '编辑',
|
||||||
save: '保存',
|
save: '保存',
|
||||||
close: '关闭',
|
close: '关闭',
|
||||||
|
@ -13,17 +13,16 @@ export const zhCN = {
|
||||||
donate: '捐赠',
|
donate: '捐赠',
|
||||||
run: '运行',
|
run: '运行',
|
||||||
results: '结果',
|
results: '结果',
|
||||||
size: '尺寸',
|
size: '大小',
|
||||||
mimeType: 'MIME类型',
|
mimeType: 'MIME类型',
|
||||||
download: '下载',
|
download: '下载',
|
||||||
add: '新增',
|
add: '新增',
|
||||||
data: '数据',
|
data: '数据',
|
||||||
properties: '属性',
|
properties: '属性',
|
||||||
insert: '插入',
|
|
||||||
name: '名称',
|
name: '名称',
|
||||||
clear: '清除',
|
clear: '清除',
|
||||||
seconds: '秒',
|
|
||||||
options: '选项',
|
options: '选项',
|
||||||
|
insert: '插入',
|
||||||
discard: '丢弃',
|
discard: '丢弃',
|
||||||
stay: '等待',
|
stay: '等待',
|
||||||
author: '作者',
|
author: '作者',
|
||||||
|
@ -33,27 +32,32 @@ export const zhCN = {
|
||||||
cut: '剪切',
|
cut: '剪切',
|
||||||
copy: '复制',
|
copy: '复制',
|
||||||
paste: '粘贴',
|
paste: '粘贴',
|
||||||
tools: '工具',
|
|
||||||
format: '格式',
|
|
||||||
all: '全部',
|
|
||||||
duplicate: '重复',
|
duplicate: '重复',
|
||||||
|
tools: '工具',
|
||||||
|
seconds: '秒',
|
||||||
|
all: '全部',
|
||||||
new: '新',
|
new: '新',
|
||||||
history: '历史',
|
|
||||||
select: '选择',
|
select: '选择',
|
||||||
filter: '过滤器',
|
|
||||||
change: '变更',
|
change: '变更',
|
||||||
|
include: '包含',
|
||||||
includes: '包含',
|
includes: '包含',
|
||||||
completed: '已完成',
|
completed: '已完成',
|
||||||
aborted: '中止',
|
aborted: '中止',
|
||||||
disabled: '禁用',
|
disabled: '禁用',
|
||||||
enable: '启用',
|
enable: '开启',
|
||||||
disable: '禁用',
|
disable: '禁用',
|
||||||
contributors: '贡献者',
|
contributors: '贡献者',
|
||||||
pin: '固定',
|
pin: '固定',
|
||||||
unpin: '取消固定',
|
unpin: '取消固定',
|
||||||
folder: '文件夹 | 文件夹',
|
folder: '文件夹 | 文件夹',
|
||||||
|
none: '无',
|
||||||
|
singleQuote: '单引号',
|
||||||
|
doubleQuote: '双引号',
|
||||||
deleteConfirm: '您是否确认取消',
|
deleteConfirm: '您是否确认取消',
|
||||||
uploadFile: '上传文件',
|
uploadFile: '上传文件',
|
||||||
|
format: '格式码', // 格式码
|
||||||
|
history: '历史',
|
||||||
|
filter: '过滤器',
|
||||||
manualValue: '手动值',
|
manualValue: '手动值',
|
||||||
selectAll: '选择全部',
|
selectAll: '选择全部',
|
||||||
pageNumber: '页数',
|
pageNumber: '页数',
|
||||||
|
@ -63,10 +67,10 @@ export const zhCN = {
|
||||||
singleFile: '单个 {ext} 文件',
|
singleFile: '单个 {ext} 文件',
|
||||||
zipCompressedFile: 'ZIP 压缩 {ext} 文件'
|
zipCompressedFile: 'ZIP 压缩 {ext} 文件'
|
||||||
},
|
},
|
||||||
connection: {
|
connection: { // 数据库连接
|
||||||
connectionName: '连接名称',
|
connectionName: '连接名称',
|
||||||
client: '数据库类型',
|
|
||||||
hostName: '主机名',
|
hostName: '主机名',
|
||||||
|
client: '数据库类型',
|
||||||
port: '端口',
|
port: '端口',
|
||||||
user: '用户',
|
user: '用户',
|
||||||
password: '密码',
|
password: '密码',
|
||||||
|
@ -76,12 +80,15 @@ export const zhCN = {
|
||||||
disconnect: '断开连接',
|
disconnect: '断开连接',
|
||||||
disconnected: '断开连接',
|
disconnected: '断开连接',
|
||||||
ssl: 'SSL',
|
ssl: 'SSL',
|
||||||
|
enableSsl: '启用 SSL',
|
||||||
privateKey: '私钥',
|
privateKey: '私钥',
|
||||||
certificate: '证书',
|
certificate: '证书',
|
||||||
caCertificate: 'CA 证书',
|
caCertificate: 'CA 证书',
|
||||||
ciphers: '密码',
|
ciphers: '密码',
|
||||||
sshTunnel: 'SSH 隧道',
|
untrustedConnection: '不受信任的连接',
|
||||||
passphrase: '密码短语',
|
passphrase: '密码短语',
|
||||||
|
sshTunnel: 'SSH 隧道',
|
||||||
|
enableSsh: '启用 SSH',
|
||||||
connectionString: '连接字符串',
|
connectionString: '连接字符串',
|
||||||
addConnection: '添加连接',
|
addConnection: '添加连接',
|
||||||
createConnection: '创建连接',
|
createConnection: '创建连接',
|
||||||
|
@ -91,23 +98,22 @@ export const zhCN = {
|
||||||
editConnection: '编辑连接',
|
editConnection: '编辑连接',
|
||||||
deleteConnection: '删除连接',
|
deleteConnection: '删除连接',
|
||||||
connectionSuccessfullyMade: '连接成功了!',
|
connectionSuccessfullyMade: '连接成功了!',
|
||||||
enableSsl: '启用 SSL',
|
|
||||||
enableSsh: '启用 SSH',
|
|
||||||
readOnlyMode: '只读模式',
|
readOnlyMode: '只读模式',
|
||||||
untrustedConnection: '不受信任的连接',
|
|
||||||
allConnections: '所有连接',
|
allConnections: '所有连接',
|
||||||
searchForConnections: '搜索连接'
|
searchForConnections: '搜索连接',
|
||||||
|
keepAliveInterval: '保持活跃间隔'
|
||||||
},
|
},
|
||||||
database: {
|
database: { // 数据库相关术语
|
||||||
schema: '模式(schema)',
|
schema: '模式(schema)',
|
||||||
type: '类型',
|
type: '类型',
|
||||||
|
insert: '插入',
|
||||||
|
indexes: '索引',
|
||||||
foreignKeys: '外键',
|
foreignKeys: '外键',
|
||||||
length: '长度',
|
length: '长度',
|
||||||
unsigned: '无符号',
|
unsigned: '无符号',
|
||||||
default: '默认',
|
default: '默认',
|
||||||
comment: '注释',
|
comment: '注释',
|
||||||
collation: '排序规则',
|
key: '键 | 键',
|
||||||
key: '键位 | 键位',
|
|
||||||
order: '排序',
|
order: '排序',
|
||||||
expression: '表达式',
|
expression: '表达式',
|
||||||
autoIncrement: '自动增量',
|
autoIncrement: '自动增量',
|
||||||
|
@ -115,9 +121,8 @@ export const zhCN = {
|
||||||
field: '字段 | 字段',
|
field: '字段 | 字段',
|
||||||
approximately: '大约',
|
approximately: '大约',
|
||||||
total: '总计',
|
total: '总计',
|
||||||
table: '表',
|
table: '表 | 表',
|
||||||
view: '视图',
|
view: '视图 | 视图',
|
||||||
indexes: '索引',
|
|
||||||
definer: '定义者',
|
definer: '定义者',
|
||||||
algorithm: '算法',
|
algorithm: '算法',
|
||||||
trigger: '触发器 | 触发器',
|
trigger: '触发器 | 触发器',
|
||||||
|
@ -139,16 +144,18 @@ export const zhCN = {
|
||||||
variables: '变量',
|
variables: '变量',
|
||||||
processes: '进程',
|
processes: '进程',
|
||||||
database: '数据库',
|
database: '数据库',
|
||||||
array: '数组',
|
array: '数据',
|
||||||
structure: '结构',
|
structure: '结构',
|
||||||
row: '行 | 行',
|
row: '行 | 行',
|
||||||
cell: '单元格 | 单元格',
|
cell: '单元格 | 单元格',
|
||||||
triggerFunction: '触发函数 | 触发函数',
|
triggerFunction: '触发器函数 | 触发器函数',
|
||||||
routine: '例程',
|
routine: '例程 | 例程',
|
||||||
|
drop: '丢弃',
|
||||||
commit: '提交',
|
commit: '提交',
|
||||||
rollback: '回滚',
|
rollback: '回滚',
|
||||||
|
ddl: '数据定义语言',
|
||||||
|
collation: '排序规则',
|
||||||
resultsTable: '结果表',
|
resultsTable: '结果表',
|
||||||
drop: '下降',
|
|
||||||
unableEditFieldWithoutPrimary: '无法编辑结果集中一个没有主键的字段',
|
unableEditFieldWithoutPrimary: '无法编辑结果集中一个没有主键的字段',
|
||||||
editCell: '编辑单元格',
|
editCell: '编辑单元格',
|
||||||
deleteRows: '删除行 | 删除 {count} 行',
|
deleteRows: '删除行 | 删除 {count} 行',
|
||||||
|
@ -161,7 +168,7 @@ export const zhCN = {
|
||||||
serverDefault: '默认服务器',
|
serverDefault: '默认服务器',
|
||||||
deleteDatabase: '删除数据库',
|
deleteDatabase: '删除数据库',
|
||||||
editDatabase: '编辑数据库',
|
editDatabase: '编辑数据库',
|
||||||
clearChanges: '清除更改',
|
clearChanges: '清除变更',
|
||||||
addNewField: '添加新字段',
|
addNewField: '添加新字段',
|
||||||
manageIndexes: '管理索引',
|
manageIndexes: '管理索引',
|
||||||
manageForeignKeys: '管理外键',
|
manageForeignKeys: '管理外键',
|
||||||
|
@ -174,7 +181,9 @@ export const zhCN = {
|
||||||
addToIndex: '添加到索引',
|
addToIndex: '添加到索引',
|
||||||
createNewTable: '创建新表',
|
createNewTable: '创建新表',
|
||||||
emptyTable: '清空表',
|
emptyTable: '清空表',
|
||||||
|
duplicateTable: '重复表',
|
||||||
deleteTable: '删除表',
|
deleteTable: '删除表',
|
||||||
|
exportTable: '导出表',
|
||||||
emptyConfirm: '您是否确认清空',
|
emptyConfirm: '您是否确认清空',
|
||||||
thereAreNoIndexes: '没有索引',
|
thereAreNoIndexes: '没有索引',
|
||||||
thereAreNoForeign: '没有外键',
|
thereAreNoForeign: '没有外键',
|
||||||
|
@ -182,7 +191,7 @@ export const zhCN = {
|
||||||
referenceTable: '参考表',
|
referenceTable: '参考表',
|
||||||
referenceField: '参考字段',
|
referenceField: '参考字段',
|
||||||
foreignFields: '外键字段',
|
foreignFields: '外键字段',
|
||||||
invalidDefault: '无效的默认值',
|
invalidDefault: '无效默认值',
|
||||||
onDelete: '在删除',
|
onDelete: '在删除',
|
||||||
selectStatement: '选择语句',
|
selectStatement: '选择语句',
|
||||||
triggerStatement: '触发器语句',
|
triggerStatement: '触发器语句',
|
||||||
|
@ -205,10 +214,10 @@ export const zhCN = {
|
||||||
schedulerBody: '调度器主体',
|
schedulerBody: '调度器主体',
|
||||||
createNewScheduler: '创建新调度器',
|
createNewScheduler: '创建新调度器',
|
||||||
deleteScheduler: '删除调度器',
|
deleteScheduler: '删除调度器',
|
||||||
preserveOnCompletion: '完成时保存',
|
preserveOnCompletion: '完成时保留',
|
||||||
tableFiller: '表填充器',
|
tableFiller: '表填充器',
|
||||||
fakeDataLanguage: '伪造的数据语言',
|
fakeDataLanguage: '伪造的数据语言',
|
||||||
queryDuration: '查询时间',
|
queryDuration: '查询持续时间',
|
||||||
setNull: '设置 NULL',
|
setNull: '设置 NULL',
|
||||||
processesList: '进程列表',
|
processesList: '进程列表',
|
||||||
processInfo: '进程信息',
|
processInfo: '进程信息',
|
||||||
|
@ -217,7 +226,6 @@ export const zhCN = {
|
||||||
schemaName: '模式名称',
|
schemaName: '模式名称',
|
||||||
editSchema: '编辑模式',
|
editSchema: '编辑模式',
|
||||||
deleteSchema: '删除模式',
|
deleteSchema: '删除模式',
|
||||||
duplicateTable: '重复的表',
|
|
||||||
noSchema: '没有模式',
|
noSchema: '没有模式',
|
||||||
runQuery: '运行查询',
|
runQuery: '运行查询',
|
||||||
thereAreNoTableFields: '没有表的字段',
|
thereAreNoTableFields: '没有表的字段',
|
||||||
|
@ -227,7 +235,7 @@ export const zhCN = {
|
||||||
newRoutine: '新例程',
|
newRoutine: '新例程',
|
||||||
newFunction: '新函数',
|
newFunction: '新函数',
|
||||||
newScheduler: '新调度器',
|
newScheduler: '新调度器',
|
||||||
newTriggerFunction: '新触发函数',
|
newTriggerFunction: '新触发器函数',
|
||||||
thereIsNoQueriesYet: '目前还没有任何查询',
|
thereIsNoQueriesYet: '目前还没有任何查询',
|
||||||
searchForQueries: '搜索查询',
|
searchForQueries: '搜索查询',
|
||||||
killProcess: '终止进程',
|
killProcess: '终止进程',
|
||||||
|
@ -237,45 +245,59 @@ export const zhCN = {
|
||||||
processingTableExport: '处理 {table}',
|
processingTableExport: '处理 {table}',
|
||||||
fetchingTableExport: '正在获取 {table} 数据',
|
fetchingTableExport: '正在获取 {table} 数据',
|
||||||
writingTableExport: '正在写入 {table} 数据',
|
writingTableExport: '正在写入 {table} 数据',
|
||||||
checkAllTables: '勾选所有表',
|
checkAllTables: '检查所有表',
|
||||||
uncheckAllTables: '不勾选所有表',
|
uncheckAllTables: '不检查所有表',
|
||||||
killQuery: '取消查询',
|
killQuery: '终止查询',
|
||||||
insertRow: '插入行 | 插入多行',
|
insertRow: '插入单行 | 插入多行',
|
||||||
commitMode: '提交模式',
|
commitMode: '提交模式',
|
||||||
autoCommit: '自动提交',
|
autoCommit: '自动提交',
|
||||||
manualCommit: '手动提交',
|
manualCommit: '手动提交',
|
||||||
|
importQueryErrors: '警告: 发生了 {n} 个错误 | 警告: 发生了 {n} 个错误',
|
||||||
|
executedQueries: '{n} 个查询已执行 | {n} 个查询已执行',
|
||||||
disableFKChecks: '禁用外键检查',
|
disableFKChecks: '禁用外键检查',
|
||||||
formatQuery: '格式查询',
|
formatQuery: '格式查询',
|
||||||
queryHistory: '查询历史',
|
queryHistory: '查询历史',
|
||||||
clearQuery: '清除查询',
|
clearQuery: '清除查询',
|
||||||
fillCell: '填充单元格',
|
fillCell: '填充单元格',
|
||||||
executeSelectedQuery: '执行所选查询',
|
executeSelectedQuery: '执行所选查询',
|
||||||
importQueryErrors: '警告: 发生了 {n} 个错误 | 警告: 发生了 {n} 个错误',
|
noResultsPresent: '没有结果',
|
||||||
executedQueries: '{n} 个查询已执行 | {n} 个查询已执行'
|
sqlExportOptions: 'SQL 导出选项',
|
||||||
|
targetTable: '目标表',
|
||||||
|
switchDatabase: '切换数据库',
|
||||||
|
searchForElements: '搜索元素',
|
||||||
|
searchForSchemas: '搜索模式(schema)'
|
||||||
},
|
},
|
||||||
application: {
|
application: { // 应用程序相关术语
|
||||||
settings: '设置',
|
settings: '设置',
|
||||||
|
scratchpad: '草稿栏',
|
||||||
|
disableScratchpad: '禁用草稿栏',
|
||||||
|
console: '控制台',
|
||||||
general: '常规',
|
general: '常规',
|
||||||
themes: '主题',
|
themes: '主题',
|
||||||
update: '更新',
|
update: '更新',
|
||||||
about: '关于',
|
about: '关于',
|
||||||
language: '语言',
|
language: '语言',
|
||||||
|
shortcuts: '快捷方式',
|
||||||
|
key: '按键 | 按键', // 键盘按键
|
||||||
|
event: '事件',
|
||||||
light: '明亮',
|
light: '明亮',
|
||||||
dark: '暗黑',
|
dark: '暗黑',
|
||||||
autoCompletion: '自动完成',
|
autoCompletion: '自动完成',
|
||||||
application: '应用程序',
|
application: '应用程序',
|
||||||
editor: '编辑器',
|
editor: '编辑器',
|
||||||
scratchpad: '草稿栏',
|
|
||||||
changelog: '变更日志',
|
changelog: '变更日志',
|
||||||
small: '小',
|
small: '小',
|
||||||
medium: '中',
|
medium: '中',
|
||||||
large: '大',
|
large: '大',
|
||||||
console: '控制台',
|
|
||||||
shortcuts: '快捷键',
|
|
||||||
appearance: '外观',
|
appearance: '外观',
|
||||||
color: '颜色',
|
color: '颜色',
|
||||||
label: '标签',
|
label: '标签',
|
||||||
icon: '图标',
|
icon: '图标',
|
||||||
|
fileName: '文件名称',
|
||||||
|
choseFile: '选择文件',
|
||||||
|
data: '数据',
|
||||||
|
password: '密码',
|
||||||
|
required: '依赖',
|
||||||
madeWithJS: '使用 💛 和 JavaScript 制作!',
|
madeWithJS: '使用 💛 和 JavaScript 制作!',
|
||||||
checkForUpdates: '检查更新',
|
checkForUpdates: '检查更新',
|
||||||
noUpdatesAvailable: '无可用更新',
|
noUpdatesAvailable: '无可用更新',
|
||||||
|
@ -285,14 +307,14 @@ export const zhCN = {
|
||||||
downloadingUpdate: '正在下载更新',
|
downloadingUpdate: '正在下载更新',
|
||||||
updateDownloaded: '已下载更新',
|
updateDownloaded: '已下载更新',
|
||||||
restartToInstall: '重启 Antares 以进行安装',
|
restartToInstall: '重启 Antares 以进行安装',
|
||||||
|
includeBetaUpdates: '包含测试版更新',
|
||||||
notificationsTimeout: '通知超时',
|
notificationsTimeout: '通知超时',
|
||||||
openNewTab: '打开一个新标签',
|
openNewTab: '打开一个新标签',
|
||||||
unsavedChanges: '未保存的更改',
|
unsavedChanges: '未保存的变更',
|
||||||
discardUnsavedChanges: '您有一些未保存的更改, 关闭此标签将放弃这些更改.',
|
discardUnsavedChanges: '您有一些未保存的变更, 关闭此标签将放弃这些变更.',
|
||||||
applicationTheme: '应用程序主题',
|
applicationTheme: '应用程序主题',
|
||||||
editorTheme: '编辑器主题',
|
editorTheme: '编辑器主题',
|
||||||
wrapLongLines: '将长行换行显示',
|
wrapLongLines: '将长行换行显示',
|
||||||
includeBetaUpdates: '包含测试版的更新',
|
|
||||||
markdownSupported: '支持 Markdown',
|
markdownSupported: '支持 Markdown',
|
||||||
plantATree: '种植一棵树',
|
plantATree: '种植一棵树',
|
||||||
dataTabPageSize: '数据标签的页面大小',
|
dataTabPageSize: '数据标签的页面大小',
|
||||||
|
@ -303,22 +325,21 @@ export const zhCN = {
|
||||||
disableBlur: '禁用模糊',
|
disableBlur: '禁用模糊',
|
||||||
missingOrIncompleteTranslation: '有缺失或不完整的翻译?',
|
missingOrIncompleteTranslation: '有缺失或不完整的翻译?',
|
||||||
findOutHowToContribute: '了解如何做出贡献',
|
findOutHowToContribute: '了解如何做出贡献',
|
||||||
disableScratchpad: '禁用草稿栏',
|
|
||||||
reportABug: '报告错误',
|
reportABug: '报告错误',
|
||||||
nextTab: '下一个标签',
|
nextTab: '下一个标签',
|
||||||
previousTab: '上一个标签',
|
previousTab: '上一个标签',
|
||||||
selectTabNumber: '选择标签编号 {param}',
|
selectTabNumber: '选择标签编号 {param}',
|
||||||
toggleConsole: '切换控制台',
|
toggleConsole: '切换控制台',
|
||||||
addShortcut: '添加快捷键',
|
addShortcut: '添加快捷方式',
|
||||||
editShortcut: '编辑快捷键',
|
editShortcut: '编辑快捷方式',
|
||||||
deleteShortcut: '删除快捷键',
|
deleteShortcut: '删除快捷方式',
|
||||||
restoreDefaults: '恢复默认值',
|
restoreDefaults: '恢复默认',
|
||||||
restoreDefaultsQuestion: '是否确认恢复默认值?',
|
restoreDefaultsQuestion: '是否确认恢复默认值?',
|
||||||
registerAShortcut: '注册快捷键',
|
registerAShortcut: '注册快捷方式',
|
||||||
invalidShortcutMessage: '无效组合,请继续输入',
|
invalidShortcutMessage: '无效组合,请继续键入',
|
||||||
shortcutAlreadyExists: '快捷键已经存在',
|
shortcutAlreadyExists: '快捷方式已存在',
|
||||||
saveContent: '保存内容',
|
saveContent: '保存内容',
|
||||||
openAllConnections: '打开全部连接',
|
openAllConnections: '打开所有连接',
|
||||||
openSettings: '打开设置',
|
openSettings: '打开设置',
|
||||||
openScratchpad: '打开草稿栏',
|
openScratchpad: '打开草稿栏',
|
||||||
runOrReload: '运行或重新加载',
|
runOrReload: '运行或重新加载',
|
||||||
|
@ -332,9 +353,31 @@ export const zhCN = {
|
||||||
defaultCopyType: '默认复制类型',
|
defaultCopyType: '默认复制类型',
|
||||||
showTableSize: '在侧边栏显示表大小',
|
showTableSize: '在侧边栏显示表大小',
|
||||||
showTableSizeDescription: '仅限 MySQL/MariaDB. 启用此选项可能会影响许多表的模式(schema)的性能.',
|
showTableSizeDescription: '仅限 MySQL/MariaDB. 启用此选项可能会影响许多表的模式(schema)的性能.',
|
||||||
searchForElements: '搜索元素'
|
switchSearchMethod: '切换搜索方法',
|
||||||
|
phpArray: 'PHP 数组',
|
||||||
|
closeAllTabs: '关闭所有标签',
|
||||||
|
closeOtherTabs: '关闭其他标签',
|
||||||
|
closeTabsToLeft: '关闭左侧的标签',
|
||||||
|
closeTabsToRight: '关闭右侧的标签',
|
||||||
|
csvFieldDelimiter: '字段分隔符',
|
||||||
|
csvLinesTerminator: '行终止符',
|
||||||
|
csvStringDelimiter: '字符串分隔符',
|
||||||
|
csvIncludeHeader: '包含页眉',
|
||||||
|
csvExportOptions: 'CSV 导出选项',
|
||||||
|
exportData: '导出数据',
|
||||||
|
exportDataExplanation: '将保存的连接导出到 Antares. 系统将要求您输入密码以加密导出的文件.',
|
||||||
|
importData: '导入数据',
|
||||||
|
importDataExplanation: '导入包含连接的 .antares 文件. 您需要输入在导出过程中定义的密码.',
|
||||||
|
includeConnectionPasswords: '包含连接密码',
|
||||||
|
includeFolders: '包含文件夹',
|
||||||
|
encryptionPassword: '加密密码',
|
||||||
|
encryptionPasswordError: '加密密码的长度必须至少为 8 个字符.',
|
||||||
|
ignoreDuplicates: '忽略重复',
|
||||||
|
wrongImportPassword: '错误的导入密码',
|
||||||
|
wrongFileFormat: '错误的文件格式',
|
||||||
|
dataImportSuccess: '数据已成功导入'
|
||||||
},
|
},
|
||||||
faker: {
|
faker: { // Faker.js 方法,用于随机生成的内容
|
||||||
address: '地址',
|
address: '地址',
|
||||||
commerce: '商业',
|
commerce: '商业',
|
||||||
company: '公司',
|
company: '公司',
|
||||||
|
|
Loading…
Reference in New Issue