Generated, and not yet reviewed by a native speaker. If a word is wrong, the suggest link on its row opens a form with the concept and current word already filled in.
← all languages · see these words in whole patterns
One per command. This is the word a developer types to make something happen, so it wants the form they would actually reach for — not the most literal dictionary match.
| Concept | English | 中文 | |
|---|---|---|---|
add |
add | 添加 also accepts 加 | suggest |
after |
after | 之后 | suggest |
and |
and | 并且 also accepts 和, 而且 | suggest |
append |
append | 追加 also accepts 附加 | suggest |
async |
async | 异步 | suggest |
beep |
beep | 蜂鸣 | suggest |
before |
before | 之前 | suggest |
behavior |
behavior | 行为 | suggest |
bind |
bind | 绑定 also accepts bind | suggest |
blur |
blur | 失焦 also accepts 失去焦點 | suggest |
break |
break | 中断 | suggest |
breakpoint |
breakpoint | 断点 | suggest |
call |
call | 调用 | suggest |
change |
变化 also accepts 改变 | suggest | |
clear |
clear | 清除 | suggest |
click |
点击 | suggest | |
clone |
clone | 克隆 | suggest |
close |
close | 关闭 | suggest |
connect |
connect | 连接 also accepts 连接器 | suggest |
continue |
continue | 继续 | suggest |
copy |
copy | 复制 | suggest |
decrement |
decrement | 减少 | suggest |
default |
default | 默认 | suggest |
else |
else | 否则 | suggest |
empty |
empty | 清空 also accepts 空的 | suggest |
end |
end | 结束 also accepts 终止, 完 | suggest |
event |
event | 事件 | suggest |
eventsource |
eventsource | eventsource also accepts 事件源 | suggest |
exists |
存在 | suggest | |
exit |
exit | 退出 | suggest |
fetch |
fetch | 抓取 | suggest |
focus |
focus | 聚焦 also accepts 取得焦點 | suggest |
for |
for | 为 | suggest |
from |
from | 从 | suggest |
get |
get | 获取 also accepts 获得, 取得 | suggest |
go |
go | 前往 | suggest |
halt |
halt | 停止 | suggest |
hide |
hide | 隐藏 | suggest |
hover |
悬停 also accepts 悬浮 | suggest | |
if |
if | 如果 | suggest |
increment |
increment | 增加 | suggest |
init |
init | 初始化 | suggest |
input |
输入 | suggest | |
install |
install | 安装 | suggest |
intercept |
intercept | 拦截 also accepts intercept | suggest |
into |
into | 进入 | suggest |
js |
js | JS执行 also accepts js | suggest |
live |
live | 实时 also accepts 直播 | suggest |
log |
log | 日志 | suggest |
make |
make | 制作 | suggest |
matches |
匹配 | suggest | |
measure |
measure | 测量 | suggest |
morph |
morph | 变形 also accepts 转换 | suggest |
on |
on | 当 also accepts 在...时 | suggest |
open |
open | 打开 | suggest |
pick |
pick | 选取 | suggest |
prepend |
prepend | 前置 also accepts 预置 | suggest |
process |
process | 处理 | suggest |
push |
push | 推送 | suggest |
put |
put | 放置 also accepts 放, 放入 | suggest |
remove |
remove | 移除 also accepts 删除, 去掉 | suggest |
render |
render | 渲染 | suggest |
repeat |
repeat | 重复 | suggest |
replace |
replace | 替换 | suggest |
reset |
reset | 重置 | suggest |
return |
return | 返回 | suggest |
scroll |
scroll | 滚动 also accepts 捲動 | suggest |
select |
select | 选择 | suggest |
send |
send | 发送 | suggest |
set |
set | 设置 also accepts 设定 | suggest |
settle |
settle | 稳定 | suggest |
show |
show | 显示 also accepts 展示 | suggest |
socket |
socket | 套接字 also accepts websocket, socket | suggest |
stream |
stream | 流 also accepts 流式传输 | suggest |
submit |
提交 also accepts 送出 | suggest | |
swap |
swap | 交换 | suggest |
take |
take | 拿取 | suggest |
tell |
tell | 告诉 | suggest |
then |
then | 然后 also accepts 接着, 那么 | suggest |
throw |
throw | 抛出 | suggest |
toggle |
toggle | 切换 | suggest |
transition |
transition | 过渡 | suggest |
trigger |
trigger | 触发 | suggest |
unless |
除非 | suggest | |
until |
until | 直到 | suggest |
wait |
wait | 等待 | suggest |
when |
when | 何时 | suggest |
where |
where | 哪里 | suggest |
while |
while | 持续 | suggest |
worker |
worker | 工作线程 also accepts 工作者, worker | suggest |
The particles and prepositions that say which part of a sentence is the target, the source, the destination. Small words, but they carry the grammar — these are the ones most likely to read wrong.
| Role | English | 中文 | |
|---|---|---|---|
destination |
on | 在 also accepts 到, 于 | suggest |
patient |
把 | suggest | |
source |
from | 从 also accepts 由 | suggest |
style |
with | 用 also accepts 以 | suggest |
Names for DOM events. Several forms can be accepted for one event, so this is less about picking a single winner than about whether any of them would strike a developer as odd.
| Event | 中文 | |
|---|---|---|
blur |
失焦, 模糊 | suggest |
change |
改变, 变化, 变更 | suggest |
click |
点击, 单击 | suggest |
dblclick |
双击 | suggest |
focus |
焦点, 聚焦 | suggest |
input |
输入 | suggest |
keydown |
按键, 键入, 按键按下 | suggest |
keyup |
松键 | suggest |
load |
加载, 载入 | suggest |
mousemove |
鼠标移动 | suggest |
mouseout |
鼠标离开, 鼠标移出 | suggest |
mouseover |
鼠标进入, 鼠标移入 | suggest |
resize |
调整大小 | suggest |
scroll |
滚动 | suggest |
submit |
提交, 发送 | suggest |
touchmove |
触摸移动 | suggest |
touchstart |
触摸开始 | suggest |
unload |
卸载 | suggest |