mirror of https://github.com/Fabio286/antares.git
Update zh-CN.ts
This commit is contained in:
parent
5ee728cfe4
commit
1e0b2b4cae
|
@ -51,12 +51,12 @@ module.exports = {
|
|||
unsigned: '无符号',
|
||||
default: '默认',
|
||||
comment: '注释',
|
||||
key: '键',
|
||||
key: 'Key | Keys',
|
||||
order: 'Order',
|
||||
expression: '表达式',
|
||||
autoIncrement: '自动增量',
|
||||
engine: 'Engine',
|
||||
field: '字段',
|
||||
field: 'Field | 字段',
|
||||
approximately: '大约',
|
||||
total: '总计',
|
||||
table: '表',
|
||||
|
@ -71,15 +71,16 @@ module.exports = {
|
|||
view: '视图',
|
||||
definer: '定义者',
|
||||
algorithm: 'Algorithm',
|
||||
trigger: '触发器',
|
||||
storedRoutine: '存储例程',
|
||||
scheduler: '调度器',
|
||||
trigger: 'Trigger | 触发器',
|
||||
storedRoutine: 'Stored routine | 存储例程',
|
||||
scheduler: 'Scheduler | 调度器',
|
||||
event: '事件',
|
||||
parameters: '参数',
|
||||
function: '函数',
|
||||
function: 'Function | 函数',
|
||||
deterministic: 'Deterministic',
|
||||
context: '上下文',
|
||||
export: '导出',
|
||||
import: '导入',
|
||||
returns: '返回',
|
||||
timing: '定时器',
|
||||
state: '状态',
|
||||
|
@ -111,9 +112,9 @@ module.exports = {
|
|||
small: '小',
|
||||
medium: '中',
|
||||
large: '大',
|
||||
row: '行',
|
||||
cell: '单元格',
|
||||
triggerFunction: '触发函数',
|
||||
row: 'Row | 行',
|
||||
cell: 'Cell | 单元格',
|
||||
triggerFunction: 'Trigger function | 触发函数',
|
||||
all: '全部',
|
||||
duplicate: '重复',
|
||||
routine: '例程',
|
||||
|
@ -122,9 +123,25 @@ module.exports = {
|
|||
select: '选择',
|
||||
passphrase: '密码',
|
||||
filter: '过滤器',
|
||||
change: '变更',
|
||||
views: '视图',
|
||||
triggers: '触发器',
|
||||
routines: '例程',
|
||||
functions: '函数',
|
||||
schedulers: '调度器',
|
||||
includes: '包括',
|
||||
drop: '按下([使]掉下)',
|
||||
completed: '完成',
|
||||
aborted: '中止',
|
||||
disabled: '禁用',
|
||||
enable: '启用',
|
||||
disable: '是否禁用'
|
||||
disable: '是否禁用',
|
||||
commit: '提交',
|
||||
rollback: '回滚',
|
||||
connectionString: '连接字符串',
|
||||
contributors: '贡献者',
|
||||
pin: 'Pin',
|
||||
unpin: 'Unpin'
|
||||
},
|
||||
message: {
|
||||
appWelcome: '欢迎来到Antares SQL Client!',
|
||||
|
@ -250,9 +267,36 @@ module.exports = {
|
|||
searchForQueries: '搜索查询',
|
||||
killProcess: '杀死进程',
|
||||
closeTab: '关闭标签',
|
||||
exportSchema: '导出 schema',
|
||||
importSchema: '导入 schema',
|
||||
directoryPath: '目录路径',
|
||||
newInserStmtEvery: '新的 INSERT 语句每个',
|
||||
processingTableExport: '处理 {table}',
|
||||
fechingTableExport: '正在从 {table} 获取数据中',
|
||||
writingTableExport: '正在将 {table} 数据写入中',
|
||||
checkAllTables: '检查所有表格',
|
||||
uncheckAllTables: '取消选中所有表格',
|
||||
goToDownloadPage: '跳转到下载页面',
|
||||
readOnlyMode: '只读模式',
|
||||
killQuery: '停止查询'
|
||||
killQuery: '停止查询',
|
||||
insertRow: '插入行 | 插入多行',
|
||||
commitMode: '提交模式',
|
||||
autoCommit: '自动提交',
|
||||
manualCommit: '手动提交',
|
||||
actionSuccessful: '{action} 成功',
|
||||
importQueryErrors: '警告: {n} 错误已发生 | 警告: 发生 {n} 个错误',
|
||||
executedQueries: '{n} 个查询已执行 | {n} 个查询已执行',
|
||||
ourputFormat: '输出格式',
|
||||
singleFile: '单个 {ext} 文件',
|
||||
zipCompressedFile: 'ZIP 压缩 {ext} 文件',
|
||||
disableBlur: '禁用模糊',
|
||||
untrustedConnection: '不受信任的连接',
|
||||
missingOrIncompleteTranslation: '翻译缺失或不完整?',
|
||||
findOutHowToContribute: '找出如何贡献',
|
||||
disableFKChecks: '禁用外键检查',
|
||||
allConnections: '所有连接',
|
||||
searchForConnections: '搜索连接',
|
||||
disableScratchpad: '禁用暂存器'
|
||||
},
|
||||
faker: {
|
||||
address: '地址',
|
||||
|
@ -262,8 +306,8 @@ module.exports = {
|
|||
date: '日期',
|
||||
finance: '财务',
|
||||
git: 'Git',
|
||||
hacker: '黑客',
|
||||
internet: '互联网',
|
||||
hacker: 'Hacker',
|
||||
internet: 'Internet',
|
||||
lorem: 'Lorem',
|
||||
name: '姓名',
|
||||
music: '音乐',
|
||||
|
|
Loading…
Reference in New Issue