diff options
| author | Filip <[email protected]> | 2026-03-02 08:57:34 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-03-02 13:27:34 +0530 |
| commit | bf2cc3aa2f0f0576317d048852d83d45a4724c46 (patch) | |
| tree | 19fb1349fca81579f6c09d6d20294da54cee2048 /packages/ui/src/i18n/th.ts | |
| parent | 4b9e19f72f8ebbf05f6b951fd96cf68ba0b23957 (diff) | |
| download | opencode-bf2cc3aa2f0f0576317d048852d83d45a4724c46.tar.gz opencode-bf2cc3aa2f0f0576317d048852d83d45a4724c46.zip | |
feat(app): show which messages are queued (#15587)
Diffstat (limited to 'packages/ui/src/i18n/th.ts')
| -rw-r--r-- | packages/ui/src/i18n/th.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/ui/src/i18n/th.ts b/packages/ui/src/i18n/th.ts index c82acd225..44761a279 100644 --- a/packages/ui/src/i18n/th.ts +++ b/packages/ui/src/i18n/th.ts @@ -127,6 +127,7 @@ export const dict = { "ui.message.copyResponse": "คัดลอกคำตอบ", "ui.message.copied": "คัดลอกแล้ว!", "ui.message.interrupted": "ถูกขัดจังหวะ", + "ui.message.queued": "อยู่ในคิว", "ui.message.attachment.alt": "ไฟล์แนบ", "ui.patch.action.deleted": "ลบ", |
