Skip to content

Commit

Permalink
Cn language support (#1046)
Browse files Browse the repository at this point in the history
Co-authored-by: Raivis Dejus <raivisd@scandiweb.com>
  • Loading branch information
Chenghao999 and raivisdejus authored Jan 20, 2025
1 parent ec9fde0 commit 6286c4a
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[简体中文](readme/README.zh_CN.md) - 查看中文页面。

# Buzz

[Documentation](https://chidiwilliams.github.io/buzz/) | [Buzz Captions on the App Store](https://apps.apple.com/us/app/buzz-captions/id6446018936?mt=12&itsct=apps_box_badge&itscg=30200)
Expand Down Expand Up @@ -25,6 +27,7 @@ OpenAI's [Whisper](https://github.com/openai/whisper).
Install [ffmpeg](https://www.ffmpeg.org/download.html)

Install Buzz

```shell
pip install buzz-captions
python -m buzz
Expand Down Expand Up @@ -57,7 +60,6 @@ sudo snap connect buzz:pulseaudio
sudo snap connect buzz:removable-media
```


### Latest development version

For info on how to get latest development version with latest features and bug fixes see [FAQ](https://chidiwilliams.github.io/buzz/docs/faq#9-where-can-i-get-latest-development-version).
For info on how to get latest development version with latest features and bug fixes see [FAQ](https://chidiwilliams.github.io/buzz/docs/faq#9-where-can-i-get-latest-development-version).
7 changes: 5 additions & 2 deletions buzz/locale/zh_CN/LC_MESSAGES/buzz.po
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,9 @@ msgid ""
"Transcription and translation may still work if the API does not support key "
"validation."
msgstr ""
"OpenAI API返回无效响应。请检查API网址或您的密钥。如果API不支持密钥,识别和翻"
"译可能仍然有效"
"OpenAI API返回无效响应。请检查API网址或您的密钥。“
”如果API不支持密钥验证,转录和翻译可能仍然有效翻"


#: buzz/widgets/preferences_dialog/folder_watch_preferences_widget.py:42
msgid "Enable folder watch"
Expand Down Expand Up @@ -339,6 +340,7 @@ msgid "New File Transcription"
msgstr "新增文件识别"



#: buzz/widgets/main_window_toolbar.py:50
#, fuzzy
msgid "New URL Transcription"
Expand Down Expand Up @@ -525,6 +527,7 @@ msgid "Merge"
msgstr "合并"



#: buzz/widgets/transcription_viewer/export_transcription_menu.py:78
#, fuzzy
msgid "Save File"
Expand Down
64 changes: 64 additions & 0 deletions readme/README.zh_CN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
[English](../README.md) - View the English version page.

# Buzz

[项目文档](https://chidiwilliams.github.io/buzz/) | [Buzz Captions 苹果应用商店](https://apps.apple.com/us/app/buzz-captions/id6446018936?mt=12&itsct=apps_box_badge&itscg=30200)

在您的个人电脑上离线转录和翻译音频。技术来源 OpenAI [Whisper](https://github.com/openai/whisper).

![MIT License](https://img.shields.io/badge/license-MIT-green)
[![CI](https://github.com/chidiwilliams/buzz/actions/workflows/ci.yml/badge.svg)](https://github.com/chidiwilliams/buzz/actions/workflows/ci.yml)
[![codecov](https://codecov.io/github/chidiwilliams/buzz/branch/main/graph/badge.svg?token=YJSB8S2VEP)](https://codecov.io/github/chidiwilliams/buzz)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/chidiwilliams/buzz)
[![Github all releases](https://img.shields.io/github/downloads/chidiwilliams/buzz/total.svg)](https://GitHub.com/chidiwilliams/buzz/releases/)

<blockquote>
<p>在 App Store 上的软件性能更佳。 获得外观更整洁、音频播放、拖放导入、转录编辑、搜索等功能的Mac原生Buzz版本。</p>
<a href="https://apps.apple.com/cn/app/buzz-captions/id6446018936?mt=12&amp;itsct=apps_box_badge&amp;itscg=30200"><img src="https://toolbox.marketingtools.apple.com/api/badges/download-on-the-mac-app-store/black/zh-cn?size=250x83" alt="Download on the Mac App Store" /></a>
</blockquote>

![Buzz](../buzz/assets/buzz-banner.jpg)

## 安装

**PyPI**:

安装 [ffmpeg](https://www.ffmpeg.org/download.html)

安装 Buzz

```shell
pip install buzz-captions
python -m buzz
```

**macOS**:

使用 [brew utility](https://brew.sh/) 安装

```shell
brew install --cask buzz
```

或下载在 [Releases ](https://github.com/chidiwilliams/buzz/releases/latest) 页面的 `.dmg` 文件并运行 .

**Windows**:

下载在 [Releases ](https://github.com/chidiwilliams/buzz/releases/latest) 页面的 `.exe` 文件并运行 .

应用程序为获得未签名,当安装时会收到警告。 选择 `更多信息` -> `Run anyway`.

**Linux**:

```shell
sudo apt-get install libportaudio2 libcanberra-gtk-module libcanberra-gtk3-module
sudo snap install buzz
sudo snap connect buzz:audio-record
sudo snap connect buzz:password-manager-service
sudo snap connect buzz:pulseaudio
sudo snap connect buzz:removable-media
```

### 最新开发者版本

有关如何获取具有最新功能和错误修复的最新开发版本的信息,请参阅 [FAQ](https://chidiwilliams.github.io/buzz/docs/faq#9-where-can-i-get-latest-development-version).

0 comments on commit 6286c4a

Please sign in to comment.