feat(app): localize "free usage exceeded" error & "Add credits" clickable link (#13652)

This commit is contained in:
Alex Yaroshuk
2026-02-16 00:40:09 +08:00
committed by GitHub
parent cf50a289db
commit 3a3aa300bb
18 changed files with 56 additions and 1 deletions

View File

@@ -27,6 +27,8 @@ export const dict = {
"ui.sessionTurn.retry.retrying": "再試行中",
"ui.sessionTurn.retry.inSeconds": "{{seconds}}秒後",
"ui.sessionTurn.error.freeUsageExceeded": "無料使用制限に達しました",
"ui.sessionTurn.error.addCredits": "クレジットを追加",
"ui.sessionTurn.status.delegating": "作業を委任中",
"ui.sessionTurn.status.planning": "次のステップを計画中",