imcodes 2026.4.1815-dev.1796 → 2026.4.1817-dev.1798
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/web/src/i18n/locales/en.json +1 -0
- package/dist/web/src/i18n/locales/es.json +1 -0
- package/dist/web/src/i18n/locales/ja.json +1 -0
- package/dist/web/src/i18n/locales/ko.json +1 -0
- package/dist/web/src/i18n/locales/ru.json +1 -0
- package/dist/web/src/i18n/locales/zh-CN.json +1 -0
- package/dist/web/src/i18n/locales/zh-TW.json +1 -0
- package/package.json +1 -1
|
@@ -34,6 +34,7 @@
|
|
|
34
34
|
"session_state": "Session {{state}}",
|
|
35
35
|
"load_older": "Load older messages",
|
|
36
36
|
"loading_older": "Loading...",
|
|
37
|
+
"refreshing_history": "Updating history…",
|
|
37
38
|
"thinking_running": "Thinking · {{sec}}s",
|
|
38
39
|
"thinking_done": "Thought for {{sec}}s",
|
|
39
40
|
"show_file_panel": "Open file panel",
|
|
@@ -34,6 +34,7 @@
|
|
|
34
34
|
"session_state": "Sesión {{state}}",
|
|
35
35
|
"load_older": "Cargar mensajes anteriores",
|
|
36
36
|
"loading_older": "Cargando...",
|
|
37
|
+
"refreshing_history": "Actualizando historial…",
|
|
37
38
|
"thinking_running": "Pensando · {{sec}}s",
|
|
38
39
|
"thinking_done": "Pensó {{sec}}s",
|
|
39
40
|
"show_file_panel": "Abrir panel de archivos",
|
|
@@ -34,6 +34,7 @@
|
|
|
34
34
|
"session_state": "Сессия {{state}}",
|
|
35
35
|
"load_older": "Загрузить старые сообщения",
|
|
36
36
|
"loading_older": "Загрузка...",
|
|
37
|
+
"refreshing_history": "Обновление истории…",
|
|
37
38
|
"thinking_running": "Думаю · {{sec}}s",
|
|
38
39
|
"thinking_done": "Думал {{sec}}s",
|
|
39
40
|
"show_file_panel": "Открыть панель файлов",
|
package/package.json
CHANGED