Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions OU Dictionary Editor/Templates/Localizations/yue_HK.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,10 @@ tp_hex_apply: "應用選擇色調來改變重點顏色"
tp_hex_reset: "將色調重置為原色"
reset_accent_color: "重點顏色被重設為 #00FFB2"
accent_color_apply: "重點音色套用到 tcl 檔案成功,請重啟 OpenUtau 辭典編輯器重新載入重點音色"
tsv: "導出 TSV 檔案"
csv: "導出 CSV 檔案"
localization_updated: "本地化檔案已經成功更新。"
localization_err: "無法更新本地化檔案: "

# Tooltips
tp_search_entry: "搜尋辭典符號"
Expand Down
4 changes: 4 additions & 0 deletions OU Dictionary Editor/Templates/Localizations/zh_hans.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,10 @@ tp_hex_apply: "应用所选色调以更改强调色"
tp_hex_reset: "将色调重置为原始颜色"
reset_accent_color: "强调色已重置为 #00FFB2"
accent_color_apply: "已成功将强调色应用于 tcl 文件,请重新启动 OpenUtau 辞典编辑器以重新加载强调色"
tsv: "导出 TSV 文件"
csv: "导出 CSV 文件"
localization_updated: "本地化档案已成功更新。"
localization_err: "无法更新本地化档案: "

# Tooltips
tp_search_entry: "搜索辞典符号"
Expand Down
4 changes: 4 additions & 0 deletions OU Dictionary Editor/Templates/Localizations/zh_hant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,10 @@ tp_hex_apply: "套用所選色調以變更強調色"
tp_hex_reset: "將色調重設為原始顏色"
reset_accent_color: "強調色已重設為 #00FFB2"
accent_color_apply: "已成功將強調色套用至 tcl 文件,請重新啟動 OpenUtau 辭典編輯器以重新載入強調色"
tsv: "導出 TSV 檔案"
csv: "導出 CSV 檔案"
localization_updated: "在地化檔案已成功更新。"
localization_err: "無法更新在地化檔案: "

# Tooltips
tp_search_entry: "搜尋辭典符號"
Expand Down
7 changes: 7 additions & 0 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,13 @@

# 變更日誌
---
**`(6/6/25)`**
- 現在支援替換音素列表
- 正規表示式替換錯誤修復
- 支援CSV和TSV檔案的拖放和匯出
- 在地化更新程式
- 錯誤修復

**`(4/8/25)`**
- 改進的使用者介面強調色
- 更新在地化
Expand Down