🌍 i18n: Fix "Balance" Localization For Zh&ZhTraditional (#5632)

* Update translation of `balance` in Zh.ts

* Update translation of `balance` in ZhTraditional.ts
This commit is contained in:
RedwindA 2025-02-05 22:58:23 +08:00 committed by GitHub
parent 6c33dc2eb3
commit 40d9b1d2a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -904,5 +904,5 @@ export default {
com_ui_collapse_chat: '收起聊天', com_ui_collapse_chat: '收起聊天',
com_endpoint_message_new: '消息 {0}', com_endpoint_message_new: '消息 {0}',
com_ui_speech_while_submitting: '正在生成回复时无法提交语音', com_ui_speech_while_submitting: '正在生成回复时无法提交语音',
com_nav_balance: '平衡', com_nav_balance: '余额',
}; };

View file

@ -881,5 +881,5 @@ export default {
com_ui_collapse_chat: '收合對話', com_ui_collapse_chat: '收合對話',
com_endpoint_message_new: '訊息 {0}', com_endpoint_message_new: '訊息 {0}',
com_ui_speech_while_submitting: '正在產生回應時無法送出語音', com_ui_speech_while_submitting: '正在產生回應時無法送出語音',
com_nav_balance: '平衡', com_nav_balance: '余額',
}; };