mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
firefox, thunderbird: add Chinese translation (#11820)
This commit is contained in:
parent
d871afe00c
commit
2939b271ef
2 changed files with 52 additions and 0 deletions
36
pages.zh/common/firefox.md
Normal file
36
pages.zh/common/firefox.md
Normal file
|
@ -0,0 +1,36 @@
|
|||
# firefox
|
||||
|
||||
> 一个自由、开源的网络浏览器。
|
||||
> 更多信息:<https://developer.mozilla.org/en-US/docs/Mozilla/Command_Line_Options>.
|
||||
|
||||
- 启动 Firefox 并打开网页:
|
||||
|
||||
`firefox {{https://www.duckduckgo.com}}`
|
||||
|
||||
- 打开新窗口:
|
||||
|
||||
`firefox --new-window {{https://www.duckduckgo.com}}`
|
||||
|
||||
- 打开隐私(隐身)窗口:
|
||||
|
||||
`firefox --private-window`
|
||||
|
||||
- 使用默认搜索引擎搜索“wikipedia”:
|
||||
|
||||
`firefox --search "{{wikipedia}}"`
|
||||
|
||||
- 在安全模式中启动 Firefox, 所有扩展会被禁用:
|
||||
|
||||
`firefox --safe-mode`
|
||||
|
||||
- 在无头模式中截取网页截屏:
|
||||
|
||||
`firefox --headless --screenshot {{路径/到/输出文件.png}} {{https://example.com/}}`
|
||||
|
||||
- 使用特定的配置文件允许多个单独的 Firefox 实例同时运行:
|
||||
|
||||
`firefox --profile {{路径/到/文件夹}} {{https://example.com/}}`
|
||||
|
||||
- 设置 Firefox 为默认浏览器:
|
||||
|
||||
`firefox --setDefaultBrowser`
|
16
pages.zh/common/thunderbird.md
Normal file
16
pages.zh/common/thunderbird.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# thunderbird
|
||||
|
||||
> 电子邮件客户端和 RSS 阅读器。
|
||||
> 更多信息:<https://thunderbird.net>.
|
||||
|
||||
- 打开 Thunderbird:
|
||||
|
||||
`thunderbird`
|
||||
|
||||
- 使用特定用户配置文件:
|
||||
|
||||
`thunderbird -P {{配置文件名称}}`
|
||||
|
||||
- 使用特定用户配置文件夹:
|
||||
|
||||
`thunderbird --profile {{路径/到/配置文件/文件夹}}`
|
Loading…
Add table
Reference in a new issue