mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
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:
parent
774c095d5b
commit
0b9214c1f6
3 changed files with 4 additions and 4 deletions
2
webview-ui/src/i18n/locales/ca/marketplace.json
generated
2
webview-ui/src/i18n/locales/ca/marketplace.json
generated
|
|
@ -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"
|
||||
|
|
|
|||
2
webview-ui/src/i18n/locales/ru/marketplace.json
generated
2
webview-ui/src/i18n/locales/ru/marketplace.json
generated
|
|
@ -154,7 +154,7 @@
|
|||
},
|
||||
"command": {
|
||||
"title": "Удалить Slash-команду",
|
||||
"message": "Ты уверен, что хочешь удалить slash-команду \"{{commandName}}\"?"
|
||||
"message": "Вы уверены, что хотите удалить Slash-команду \"{{commandName}}\"?"
|
||||
},
|
||||
"cancel": "Отмена",
|
||||
"confirm": "Удалить"
|
||||
|
|
|
|||
|
|
@ -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": "移除"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue