This repository was archived by the owner on Aug 22, 2025. It is now read-only.
Open
Conversation
## Walkthrough
Из проекта удалён голос TTS "Valtos" и добавлены 17 новых голосовых записей с их русскими локализациями. Изменения затрагивают только данные локализации и определения голосов, без влияния на структуру или экспортируемые сущности.
## Changes
| Файл | Краткое описание изменений |
|----------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------|
| Resources/Locale/ru-RU/_white/tts/tts-voices2.ftl | Удалена запись имени голоса "valtos", добавлено 17 новых строк с русскими названиями TTS-голосов. |
| Resources/Prototypes/_White/tts-voices.yml | Удалён голос `Valtos` (Female), добавлены 17 новых объектов ttsVoice с полями: name, sex, speaker, id для новых голосов TTS. |
## Sequence Diagram(s)
```mermaid
sequenceDiagram
participant Пользователь
participant Система TTS
participant Локализация
participant Прототипы голосов
Пользователь->>Система TTS: Запросить список доступных голосов
Система TTS->>Прототипы голосов: Получить список ttsVoice
Система TTS->>Локализация: Получить локализованные имена голосов
Система TTS-->>Пользователь: Отобразить имена и параметры новых голосов |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Описание PR
Синхронизация списка голосов /N/TTS с эндпоинтом https://ntts.fdev.team/api/v1/tts/speakers
Медиа
Тип PR
Изменения
🆑 Nonne
Summary by CodeRabbit