add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -1,36 +1,36 @@
# firefox
> 一个自由、开源的网浏览器。
> 更多信息:<https://developer.mozilla.org/en-US/docs/Mozilla/Command_Line_Options>.
> 一个免费和开源的网浏览器。
> 更多信息:<https://developer.mozilla.org/zh-CN/docs/Mozilla/Command_Line_Options>
- 启动 Firefox 并打开网页:
- 启动 Firefox 并打开一个网页:
`firefox {{https://www.duckduckgo.com}}`
- 打开新窗口:
- 打开一个新窗口:
`firefox --new-window {{https://www.duckduckgo.com}}`
- 打开隐私(隐身)窗口:
- 打开一个私人(隐身)窗口:
`firefox --private-window`
- 使用默认搜索引擎搜索“wikipedia”:
- 使用默认搜索引擎搜索“维基百科”:
`firefox --search "{{wikipedia}}"`
`firefox --search "{{维基百科}}"`
- 在安全模式启动 Firefox, 所有扩展会被禁用
- 在安全模式启动 Firefox,禁用所有扩展:
`firefox --safe-mode`
- 在无头模式截取网页截屏
- 在无头模式截取网页的屏幕截图
`firefox --headless --screenshot {{路径/到/输出文件.png}} {{https://example.com/}}`
`firefox --headless --screenshot {{path/to/output_file.png}} {{https://example.com/}}`
- 使用特定配置文件允许多个单独的 Firefox 实例同时运行
- 使用特定配置文件允许同时运行多个独立的 Firefox 实例:
`firefox --profile {{路径/到/文件夹}} {{https://example.com/}}`
`firefox --profile {{path/to/directory}} {{https://example.com/}}`
- 设置 Firefox 为默认浏览器:
- Firefox 设置为默认浏览器:
`firefox --setDefaultBrowser`
`firefox --setDefaultBrowser`