Skip to content

Commit

Permalink
fix: add zoom in/out shortcut description
Browse files Browse the repository at this point in the history
  • Loading branch information
listen1 committed Jun 4, 2021
1 parent 6801314 commit a7bb480
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
3 changes: 2 additions & 1 deletion i18n/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,5 +167,6 @@
"_MODIFY": "Modify",
"_PROTOCOL": "Protocol",
"_HOST": "Host",
"_PORT": "Port"
"_PORT": "Port",
"ZOOM_IN_OUT": "Zoom In/Out"
}
3 changes: 2 additions & 1 deletion i18n/fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,5 +167,6 @@
"_MODIFY": "Modify",
"_PROTOCOL": "Protocol",
"_HOST": "Host",
"_PORT": "Port"
"_PORT": "Port",
"ZOOM_IN_OUT": "Zoom In/Out"
}
3 changes: 2 additions & 1 deletion i18n/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,5 +167,6 @@
"_MODIFY": "修改",
"_PROTOCOL": "代理协议",
"_HOST": "主机地址",
"_PORT": "端口"
"_PORT": "端口",
"ZOOM_IN_OUT": "放大/缩小"
}
3 changes: 2 additions & 1 deletion i18n/zh-TC.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,5 +167,6 @@
"_MODIFY": "修改",
"_PROTOCOL": "代理協議",
"_HOST": "主機地址",
"_PORT": "端口"
"_PORT": "端口",
"ZOOM_IN_OUT": "放大/縮小"
}
14 changes: 14 additions & 0 deletions listen1.html
Original file line number Diff line number Diff line change
Expand Up @@ -1346,6 +1346,20 @@ <h2>{{ backup.id }} {{backup.description}}</h2>
{{_SHORTCUTS_NOT_SET}}
</div>
</div>
<div class="shortcut_table-line">
<div class="shortcut_table-function">
{{ZOOM_IN_OUT}}
</div>
<div class="shortcut_table-key">
Ctrl(Cmd) + +/-
</div>
<div
ng-if="!isChrome"
class="shortcut_table-globalkey"
>
{{_SHORTCUTS_NOT_SET}}
</div>
</div>
<!-- <div class="shortcut_table-line">
<div class="shortcut_table-function">
打开/关闭播放列表
Expand Down

0 comments on commit a7bb480

Please sign in to comment.