fix: address i18n consistency issues in ca, ru, zh-TW locales

- Capitalize 'Slash' consistently in Catalan message
- Use formal 'Вы/хотите' instead of informal 'Ты/хочешь' in Russian
- Use formal '您' instead of informal '你' in Traditional Chinese
- Capitalize 'Slash' consistently in Traditional Chinese messages
This commit is contained in:
Hannes Rudolph 2025-12-08 10:52:03 -07:00
parent 774c095d5b
commit 0b9214c1f6
3 changed files with 4 additions and 4 deletions

View file

@ -156,7 +156,7 @@
},
"command": {
"title": "Eliminar comanda Slash",
"message": "Estàs segur que vols eliminar la comanda slash \"{{commandName}}\"?"
"message": "Estàs segur que vols eliminar la comanda Slash \"{{commandName}}\"?"
},
"cancel": "Cancel·lar",
"confirm": "Eliminar"

View file

@ -154,7 +154,7 @@
},
"command": {
"title": "Удалить Slash-команду",
"message": "Ты уверен, что хочешь удалить slash-команду \"{{commandName}}\"?"
"message": "Вы уверены, что хотите удалить Slash-команду \"{{commandName}}\"?"
},
"cancel": "Отмена",
"confirm": "Удалить"

View file

@ -106,7 +106,7 @@
"installed": "安裝成功!",
"whatNextMcp": "您現在可以設定和使用此 MCP 伺服器。點選側邊欄的 MCP 圖示來切換分頁。",
"whatNextMode": "您現在可以使用此模式。點選側邊欄的模式圖示來切換分頁。",
"whatNextCommand": "你現在可以在聊天中輸入 /{{name}} 來使用這個 slash 指令。",
"whatNextCommand": "您現在可以在聊天中輸入 /{{name}} 來使用這個 Slash 指令。",
"done": "完成",
"goToMcp": "前往 MCP 分頁",
"goToModes": "前往模式設定",
@ -154,7 +154,7 @@
},
"command": {
"title": "移除 Slash 指令",
"message": "確定要移除 slash 指令「{{commandName}}」嗎?"
"message": "您確定要移除 Slash 指令「{{commandName}}」嗎?"
},
"cancel": "取消",
"confirm": "移除"