@opencode-ai/ui 0.0.0-dev-18380 → 0.0.0-dev-18383
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/i18n/en.d.ts +1 -0
- package/package.json +1 -1
- package/src/i18n/en.ts +1 -0
package/dist/i18n/en.d.ts
CHANGED
|
@@ -191,6 +191,7 @@ declare const source: {
|
|
|
191
191
|
"ui.message.revertMessage": string;
|
|
192
192
|
"ui.message.copyResponse": string;
|
|
193
193
|
"ui.message.copied": string;
|
|
194
|
+
"ui.message.thought": string;
|
|
194
195
|
"ui.message.duration.seconds": string;
|
|
195
196
|
"ui.message.duration.minutesSeconds": string;
|
|
196
197
|
"ui.message.interrupted": string;
|
package/package.json
CHANGED
package/src/i18n/en.ts
CHANGED
|
@@ -214,6 +214,7 @@ const source = {
|
|
|
214
214
|
"ui.message.revertMessage": "Revert message",
|
|
215
215
|
"ui.message.copyResponse": "Copy response",
|
|
216
216
|
"ui.message.copied": "Copied",
|
|
217
|
+
"ui.message.thought": "Thought",
|
|
217
218
|
"ui.message.duration.seconds": "{{count}}s",
|
|
218
219
|
"ui.message.duration.minutesSeconds": "{{minutes}}m {{seconds}}s",
|
|
219
220
|
"ui.message.interrupted": "Interrupted",
|