@alfadocs/ui-kit 0.46.0 → 0.47.0
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/_chunks/alia-sidebar-CVIPrdc9.js +1125 -0
- package/dist/_chunks/{audio-recorder-C1rhKhSN.js → audio-recorder-DC-v9YFW.js} +81 -91
- package/dist/_chunks/{chat-input-CQe7nR_v.js → chat-input-CFwc7JxL.js} +2 -1
- package/dist/_chunks/{chat-message-ASgGtj-L.js → chat-message-B5JpFj0F.js} +79 -73
- package/dist/_chunks/code-block-HoddNOKJ.js +106 -0
- package/dist/_chunks/download-CDF1sbL9.js +16 -0
- package/dist/_chunks/{editable-currency-cell-renderer-BEBUQl9P.js → editable-currency-cell-renderer-CLil9B29.js} +283 -293
- package/dist/_chunks/mic-B4Gog3Gi.js +16 -0
- package/dist/_chunks/pencil-CfQX-0Qc.js +21 -0
- package/dist/_chunks/{streaming-text-GH07yIYh.js → streaming-text-CfhDqtIT.js} +49 -45
- package/dist/_chunks/{workflow-map-BFNpzTiw.js → workflow-map-Djn1QMJc.js} +135 -150
- package/dist/agent-catalog.json +1 -1
- package/dist/components/_shared/code-block.d.ts +39 -0
- package/dist/components/audio-recorder/index.js +1 -1
- package/dist/components/chat-input/index.js +1 -1
- package/dist/components/chat-message/chat-message.d.ts +6 -0
- package/dist/components/chat-message/index.js +1 -1
- package/dist/components/data-table/index.js +1 -1
- package/dist/components/streaming-text/index.js +1 -1
- package/dist/components/workflow/index.js +1 -1
- package/dist/i18n/locales/ar.d.ts +15 -0
- package/dist/i18n/locales/ar.js +16 -1
- package/dist/i18n/locales/de.d.ts +15 -0
- package/dist/i18n/locales/de.js +16 -1
- package/dist/i18n/locales/el.d.ts +15 -0
- package/dist/i18n/locales/el.js +16 -1
- package/dist/i18n/locales/en.d.ts +15 -0
- package/dist/i18n/locales/en.js +16 -1
- package/dist/i18n/locales/es.d.ts +15 -0
- package/dist/i18n/locales/es.js +16 -1
- package/dist/i18n/locales/fr.d.ts +15 -0
- package/dist/i18n/locales/fr.js +16 -1
- package/dist/i18n/locales/hi.d.ts +15 -0
- package/dist/i18n/locales/hi.js +16 -1
- package/dist/i18n/locales/it.d.ts +15 -0
- package/dist/i18n/locales/it.js +16 -1
- package/dist/i18n/locales/ja.d.ts +15 -0
- package/dist/i18n/locales/ja.js +16 -1
- package/dist/i18n/locales/nl.d.ts +15 -0
- package/dist/i18n/locales/nl.js +16 -1
- package/dist/i18n/locales/pl.d.ts +15 -0
- package/dist/i18n/locales/pl.js +16 -1
- package/dist/i18n/locales/pt.d.ts +15 -0
- package/dist/i18n/locales/pt.js +16 -1
- package/dist/i18n/locales/ro.d.ts +15 -0
- package/dist/i18n/locales/ro.js +16 -1
- package/dist/i18n/locales/ru.d.ts +15 -0
- package/dist/i18n/locales/ru.js +16 -1
- package/dist/i18n/locales/sq.d.ts +15 -0
- package/dist/i18n/locales/sq.js +16 -1
- package/dist/i18n/locales/sv.d.ts +15 -0
- package/dist/i18n/locales/sv.js +16 -1
- package/dist/i18n/locales/tr.d.ts +15 -0
- package/dist/i18n/locales/tr.js +16 -1
- package/dist/i18n/locales/zh.d.ts +15 -0
- package/dist/i18n/locales/zh.js +16 -1
- package/dist/index.js +7 -7
- package/dist/locales/ar.json +16 -1
- package/dist/locales/de.json +16 -1
- package/dist/locales/el.json +16 -1
- package/dist/locales/en.json +16 -1
- package/dist/locales/es.json +16 -1
- package/dist/locales/fr.json +16 -1
- package/dist/locales/hi.json +16 -1
- package/dist/locales/it.json +16 -1
- package/dist/locales/ja.json +16 -1
- package/dist/locales/nl.json +16 -1
- package/dist/locales/pl.json +16 -1
- package/dist/locales/pt.json +16 -1
- package/dist/locales/ro.json +16 -1
- package/dist/locales/ru.json +16 -1
- package/dist/locales/sq.json +16 -1
- package/dist/locales/sv.json +16 -1
- package/dist/locales/tr.json +16 -1
- package/dist/locales/zh.json +16 -1
- package/dist/patterns/alia-assistant/alia-types.d.ts +61 -0
- package/dist/patterns/alia-assistant/index.js +1 -1
- package/dist/tokens.css +1 -1
- package/package.json +1 -1
- package/dist/_chunks/alia-sidebar-Be8FhKYd.js +0 -837
|
@@ -778,6 +778,21 @@ export declare const ptUi: {
|
|
|
778
778
|
readonly upgrade: "Passar para o plano superior";
|
|
779
779
|
readonly headerLabel: "Cabeçalho do assistente";
|
|
780
780
|
readonly panelLabel: "Painel do assistente Alia";
|
|
781
|
+
readonly copyMessage: "Copiar mensagem";
|
|
782
|
+
readonly copied: "Copiado";
|
|
783
|
+
readonly downloadMessage: "Descarregar como Markdown";
|
|
784
|
+
readonly regenerate: "Gerar resposta novamente";
|
|
785
|
+
readonly dictate: "Ditar";
|
|
786
|
+
readonly dictateStop: "Parar de ditar";
|
|
787
|
+
readonly attachmentsLabel: "Anexos";
|
|
788
|
+
readonly removeAttachment: "Remover {{name}}";
|
|
789
|
+
readonly editMessage: "Editar mensagem";
|
|
790
|
+
readonly saveEdit: "Guardar";
|
|
791
|
+
readonly cancelEdit: "Cancelar";
|
|
792
|
+
};
|
|
793
|
+
readonly codeBlock: {
|
|
794
|
+
readonly copy: "Copiar código";
|
|
795
|
+
readonly copied: "Copiado";
|
|
781
796
|
};
|
|
782
797
|
readonly chat: {
|
|
783
798
|
readonly typing: "O assistente está a escrever";
|
package/dist/i18n/locales/pt.js
CHANGED
|
@@ -772,7 +772,22 @@ const e = {
|
|
|
772
772
|
exampleQuestions: "Tente perguntar",
|
|
773
773
|
upgrade: "Passar para o plano superior",
|
|
774
774
|
headerLabel: "Cabeçalho do assistente",
|
|
775
|
-
panelLabel: "Painel do assistente Alia"
|
|
775
|
+
panelLabel: "Painel do assistente Alia",
|
|
776
|
+
copyMessage: "Copiar mensagem",
|
|
777
|
+
copied: "Copiado",
|
|
778
|
+
downloadMessage: "Descarregar como Markdown",
|
|
779
|
+
regenerate: "Gerar resposta novamente",
|
|
780
|
+
dictate: "Ditar",
|
|
781
|
+
dictateStop: "Parar de ditar",
|
|
782
|
+
attachmentsLabel: "Anexos",
|
|
783
|
+
removeAttachment: "Remover {{name}}",
|
|
784
|
+
editMessage: "Editar mensagem",
|
|
785
|
+
saveEdit: "Guardar",
|
|
786
|
+
cancelEdit: "Cancelar"
|
|
787
|
+
},
|
|
788
|
+
codeBlock: {
|
|
789
|
+
copy: "Copiar código",
|
|
790
|
+
copied: "Copiado"
|
|
776
791
|
},
|
|
777
792
|
chat: {
|
|
778
793
|
typing: "O assistente está a escrever",
|
|
@@ -777,6 +777,21 @@ export declare const roUi: {
|
|
|
777
777
|
readonly upgrade: "Treci la planul superior";
|
|
778
778
|
readonly headerLabel: "Antet asistent";
|
|
779
779
|
readonly panelLabel: "Panou asistent Alia";
|
|
780
|
+
readonly copyMessage: "Copiază mesajul";
|
|
781
|
+
readonly copied: "Copiat";
|
|
782
|
+
readonly downloadMessage: "Descarcă în format Markdown";
|
|
783
|
+
readonly regenerate: "Regenerează răspunsul";
|
|
784
|
+
readonly dictate: "Dictează";
|
|
785
|
+
readonly dictateStop: "Oprește dictarea";
|
|
786
|
+
readonly attachmentsLabel: "Atașamente";
|
|
787
|
+
readonly removeAttachment: "Elimină {{name}}";
|
|
788
|
+
readonly editMessage: "Editează mesajul";
|
|
789
|
+
readonly saveEdit: "Salvează";
|
|
790
|
+
readonly cancelEdit: "Anulează";
|
|
791
|
+
};
|
|
792
|
+
readonly codeBlock: {
|
|
793
|
+
readonly copy: "Copiază codul";
|
|
794
|
+
readonly copied: "Copiat";
|
|
780
795
|
};
|
|
781
796
|
readonly chat: {
|
|
782
797
|
readonly typing: "Asistentul scrie";
|
package/dist/i18n/locales/ro.js
CHANGED
|
@@ -772,7 +772,22 @@ const e = {
|
|
|
772
772
|
exampleQuestions: "Încearcă să întrebi",
|
|
773
773
|
upgrade: "Treci la planul superior",
|
|
774
774
|
headerLabel: "Antet asistent",
|
|
775
|
-
panelLabel: "Panou asistent Alia"
|
|
775
|
+
panelLabel: "Panou asistent Alia",
|
|
776
|
+
copyMessage: "Copiază mesajul",
|
|
777
|
+
copied: "Copiat",
|
|
778
|
+
downloadMessage: "Descarcă în format Markdown",
|
|
779
|
+
regenerate: "Regenerează răspunsul",
|
|
780
|
+
dictate: "Dictează",
|
|
781
|
+
dictateStop: "Oprește dictarea",
|
|
782
|
+
attachmentsLabel: "Atașamente",
|
|
783
|
+
removeAttachment: "Elimină {{name}}",
|
|
784
|
+
editMessage: "Editează mesajul",
|
|
785
|
+
saveEdit: "Salvează",
|
|
786
|
+
cancelEdit: "Anulează"
|
|
787
|
+
},
|
|
788
|
+
codeBlock: {
|
|
789
|
+
copy: "Copiază codul",
|
|
790
|
+
copied: "Copiat"
|
|
776
791
|
},
|
|
777
792
|
chat: {
|
|
778
793
|
typing: "Asistentul scrie",
|
|
@@ -777,6 +777,21 @@ export declare const ruUi: {
|
|
|
777
777
|
readonly upgrade: "Перейти на более высокий тариф";
|
|
778
778
|
readonly headerLabel: "Заголовок ассистента";
|
|
779
779
|
readonly panelLabel: "Панель ассистента Alia";
|
|
780
|
+
readonly copyMessage: "Копировать сообщение";
|
|
781
|
+
readonly copied: "Скопировано";
|
|
782
|
+
readonly downloadMessage: "Скачать в формате Markdown";
|
|
783
|
+
readonly regenerate: "Сгенерировать ответ заново";
|
|
784
|
+
readonly dictate: "Диктовать";
|
|
785
|
+
readonly dictateStop: "Остановить диктовку";
|
|
786
|
+
readonly attachmentsLabel: "Вложения";
|
|
787
|
+
readonly removeAttachment: "Удалить {{name}}";
|
|
788
|
+
readonly editMessage: "Изменить сообщение";
|
|
789
|
+
readonly saveEdit: "Сохранить";
|
|
790
|
+
readonly cancelEdit: "Отмена";
|
|
791
|
+
};
|
|
792
|
+
readonly codeBlock: {
|
|
793
|
+
readonly copy: "Копировать код";
|
|
794
|
+
readonly copied: "Скопировано";
|
|
780
795
|
};
|
|
781
796
|
readonly chat: {
|
|
782
797
|
readonly typing: "Ассистент печатает";
|
package/dist/i18n/locales/ru.js
CHANGED
|
@@ -772,7 +772,22 @@ const e = {
|
|
|
772
772
|
exampleQuestions: "Попробуйте спросить",
|
|
773
773
|
upgrade: "Перейти на более высокий тариф",
|
|
774
774
|
headerLabel: "Заголовок ассистента",
|
|
775
|
-
panelLabel: "Панель ассистента Alia"
|
|
775
|
+
panelLabel: "Панель ассистента Alia",
|
|
776
|
+
copyMessage: "Копировать сообщение",
|
|
777
|
+
copied: "Скопировано",
|
|
778
|
+
downloadMessage: "Скачать в формате Markdown",
|
|
779
|
+
regenerate: "Сгенерировать ответ заново",
|
|
780
|
+
dictate: "Диктовать",
|
|
781
|
+
dictateStop: "Остановить диктовку",
|
|
782
|
+
attachmentsLabel: "Вложения",
|
|
783
|
+
removeAttachment: "Удалить {{name}}",
|
|
784
|
+
editMessage: "Изменить сообщение",
|
|
785
|
+
saveEdit: "Сохранить",
|
|
786
|
+
cancelEdit: "Отмена"
|
|
787
|
+
},
|
|
788
|
+
codeBlock: {
|
|
789
|
+
copy: "Копировать код",
|
|
790
|
+
copied: "Скопировано"
|
|
776
791
|
},
|
|
777
792
|
chat: {
|
|
778
793
|
typing: "Ассистент печатает",
|
|
@@ -777,6 +777,21 @@ export declare const sqUi: {
|
|
|
777
777
|
readonly upgrade: "Kalo në planin superior";
|
|
778
778
|
readonly headerLabel: "Titulli i asistentit";
|
|
779
779
|
readonly panelLabel: "Paneli i asistentit Alia";
|
|
780
|
+
readonly copyMessage: "Kopjo mesazhin";
|
|
781
|
+
readonly copied: "Kopjuar";
|
|
782
|
+
readonly downloadMessage: "Shkarko si Markdown";
|
|
783
|
+
readonly regenerate: "Rigjenero përgjigjen";
|
|
784
|
+
readonly dictate: "Dikto";
|
|
785
|
+
readonly dictateStop: "Ndalo diktimin";
|
|
786
|
+
readonly attachmentsLabel: "Bashkëngjitjet";
|
|
787
|
+
readonly removeAttachment: "Hiq {{name}}";
|
|
788
|
+
readonly editMessage: "Ndrysho mesazhin";
|
|
789
|
+
readonly saveEdit: "Ruaj";
|
|
790
|
+
readonly cancelEdit: "Anulo";
|
|
791
|
+
};
|
|
792
|
+
readonly codeBlock: {
|
|
793
|
+
readonly copy: "Kopjo kodin";
|
|
794
|
+
readonly copied: "Kopjuar";
|
|
780
795
|
};
|
|
781
796
|
readonly chat: {
|
|
782
797
|
readonly typing: "Asistenti po shkruan";
|
package/dist/i18n/locales/sq.js
CHANGED
|
@@ -772,7 +772,22 @@ const e = {
|
|
|
772
772
|
exampleQuestions: "Provoni të pyesni",
|
|
773
773
|
upgrade: "Kalo në planin superior",
|
|
774
774
|
headerLabel: "Titulli i asistentit",
|
|
775
|
-
panelLabel: "Paneli i asistentit Alia"
|
|
775
|
+
panelLabel: "Paneli i asistentit Alia",
|
|
776
|
+
copyMessage: "Kopjo mesazhin",
|
|
777
|
+
copied: "Kopjuar",
|
|
778
|
+
downloadMessage: "Shkarko si Markdown",
|
|
779
|
+
regenerate: "Rigjenero përgjigjen",
|
|
780
|
+
dictate: "Dikto",
|
|
781
|
+
dictateStop: "Ndalo diktimin",
|
|
782
|
+
attachmentsLabel: "Bashkëngjitjet",
|
|
783
|
+
removeAttachment: "Hiq {{name}}",
|
|
784
|
+
editMessage: "Ndrysho mesazhin",
|
|
785
|
+
saveEdit: "Ruaj",
|
|
786
|
+
cancelEdit: "Anulo"
|
|
787
|
+
},
|
|
788
|
+
codeBlock: {
|
|
789
|
+
copy: "Kopjo kodin",
|
|
790
|
+
copied: "Kopjuar"
|
|
776
791
|
},
|
|
777
792
|
chat: {
|
|
778
793
|
typing: "Asistenti po shkruan",
|
|
@@ -777,6 +777,21 @@ export declare const svUi: {
|
|
|
777
777
|
readonly upgrade: "Uppgradera till högre plan";
|
|
778
778
|
readonly headerLabel: "Assistentens rubrik";
|
|
779
779
|
readonly panelLabel: "Alia assistentpanel";
|
|
780
|
+
readonly copyMessage: "Kopiera meddelande";
|
|
781
|
+
readonly copied: "Kopierat";
|
|
782
|
+
readonly downloadMessage: "Ladda ner som Markdown";
|
|
783
|
+
readonly regenerate: "Generera svar igen";
|
|
784
|
+
readonly dictate: "Diktera";
|
|
785
|
+
readonly dictateStop: "Stoppa diktering";
|
|
786
|
+
readonly attachmentsLabel: "Bifogade filer";
|
|
787
|
+
readonly removeAttachment: "Ta bort {{name}}";
|
|
788
|
+
readonly editMessage: "Redigera meddelande";
|
|
789
|
+
readonly saveEdit: "Spara";
|
|
790
|
+
readonly cancelEdit: "Avbryt";
|
|
791
|
+
};
|
|
792
|
+
readonly codeBlock: {
|
|
793
|
+
readonly copy: "Kopiera kod";
|
|
794
|
+
readonly copied: "Kopierat";
|
|
780
795
|
};
|
|
781
796
|
readonly chat: {
|
|
782
797
|
readonly typing: "Assistenten skriver";
|
package/dist/i18n/locales/sv.js
CHANGED
|
@@ -772,7 +772,22 @@ const e = {
|
|
|
772
772
|
exampleQuestions: "Prova att fråga",
|
|
773
773
|
upgrade: "Uppgradera till högre plan",
|
|
774
774
|
headerLabel: "Assistentens rubrik",
|
|
775
|
-
panelLabel: "Alia assistentpanel"
|
|
775
|
+
panelLabel: "Alia assistentpanel",
|
|
776
|
+
copyMessage: "Kopiera meddelande",
|
|
777
|
+
copied: "Kopierat",
|
|
778
|
+
downloadMessage: "Ladda ner som Markdown",
|
|
779
|
+
regenerate: "Generera svar igen",
|
|
780
|
+
dictate: "Diktera",
|
|
781
|
+
dictateStop: "Stoppa diktering",
|
|
782
|
+
attachmentsLabel: "Bifogade filer",
|
|
783
|
+
removeAttachment: "Ta bort {{name}}",
|
|
784
|
+
editMessage: "Redigera meddelande",
|
|
785
|
+
saveEdit: "Spara",
|
|
786
|
+
cancelEdit: "Avbryt"
|
|
787
|
+
},
|
|
788
|
+
codeBlock: {
|
|
789
|
+
copy: "Kopiera kod",
|
|
790
|
+
copied: "Kopierat"
|
|
776
791
|
},
|
|
777
792
|
chat: {
|
|
778
793
|
typing: "Assistenten skriver",
|
|
@@ -777,6 +777,21 @@ export declare const trUi: {
|
|
|
777
777
|
readonly upgrade: "Üst plana geçin";
|
|
778
778
|
readonly headerLabel: "Asistan başlığı";
|
|
779
779
|
readonly panelLabel: "Alia asistan paneli";
|
|
780
|
+
readonly copyMessage: "Mesajı kopyala";
|
|
781
|
+
readonly copied: "Kopyalandı";
|
|
782
|
+
readonly downloadMessage: "Markdown olarak indir";
|
|
783
|
+
readonly regenerate: "Yanıtı yeniden oluştur";
|
|
784
|
+
readonly dictate: "Sesle yaz";
|
|
785
|
+
readonly dictateStop: "Dikteyi durdur";
|
|
786
|
+
readonly attachmentsLabel: "Ekler";
|
|
787
|
+
readonly removeAttachment: "{{name}} dosyasını kaldır";
|
|
788
|
+
readonly editMessage: "Mesajı düzenle";
|
|
789
|
+
readonly saveEdit: "Kaydet";
|
|
790
|
+
readonly cancelEdit: "İptal";
|
|
791
|
+
};
|
|
792
|
+
readonly codeBlock: {
|
|
793
|
+
readonly copy: "Kodu kopyala";
|
|
794
|
+
readonly copied: "Kopyalandı";
|
|
780
795
|
};
|
|
781
796
|
readonly chat: {
|
|
782
797
|
readonly typing: "Asistan yazıyor";
|
package/dist/i18n/locales/tr.js
CHANGED
|
@@ -772,7 +772,22 @@ const e = {
|
|
|
772
772
|
exampleQuestions: "Sormayı deneyin",
|
|
773
773
|
upgrade: "Üst plana geçin",
|
|
774
774
|
headerLabel: "Asistan başlığı",
|
|
775
|
-
panelLabel: "Alia asistan paneli"
|
|
775
|
+
panelLabel: "Alia asistan paneli",
|
|
776
|
+
copyMessage: "Mesajı kopyala",
|
|
777
|
+
copied: "Kopyalandı",
|
|
778
|
+
downloadMessage: "Markdown olarak indir",
|
|
779
|
+
regenerate: "Yanıtı yeniden oluştur",
|
|
780
|
+
dictate: "Sesle yaz",
|
|
781
|
+
dictateStop: "Dikteyi durdur",
|
|
782
|
+
attachmentsLabel: "Ekler",
|
|
783
|
+
removeAttachment: "{{name}} dosyasını kaldır",
|
|
784
|
+
editMessage: "Mesajı düzenle",
|
|
785
|
+
saveEdit: "Kaydet",
|
|
786
|
+
cancelEdit: "İptal"
|
|
787
|
+
},
|
|
788
|
+
codeBlock: {
|
|
789
|
+
copy: "Kodu kopyala",
|
|
790
|
+
copied: "Kopyalandı"
|
|
776
791
|
},
|
|
777
792
|
chat: {
|
|
778
793
|
typing: "Asistan yazıyor",
|
|
@@ -777,6 +777,21 @@ export declare const zhUi: {
|
|
|
777
777
|
readonly upgrade: "升级到更高套餐";
|
|
778
778
|
readonly headerLabel: "助手标题";
|
|
779
779
|
readonly panelLabel: "Alia 助手面板";
|
|
780
|
+
readonly copyMessage: "复制消息";
|
|
781
|
+
readonly copied: "已复制";
|
|
782
|
+
readonly downloadMessage: "下载为 Markdown";
|
|
783
|
+
readonly regenerate: "重新生成回复";
|
|
784
|
+
readonly dictate: "语音输入";
|
|
785
|
+
readonly dictateStop: "停止语音输入";
|
|
786
|
+
readonly attachmentsLabel: "附件";
|
|
787
|
+
readonly removeAttachment: "移除 {{name}}";
|
|
788
|
+
readonly editMessage: "编辑消息";
|
|
789
|
+
readonly saveEdit: "保存";
|
|
790
|
+
readonly cancelEdit: "取消";
|
|
791
|
+
};
|
|
792
|
+
readonly codeBlock: {
|
|
793
|
+
readonly copy: "复制代码";
|
|
794
|
+
readonly copied: "已复制";
|
|
780
795
|
};
|
|
781
796
|
readonly chat: {
|
|
782
797
|
readonly typing: "助手正在输入";
|
package/dist/i18n/locales/zh.js
CHANGED
|
@@ -772,7 +772,22 @@ const e = {
|
|
|
772
772
|
exampleQuestions: "尝试提问",
|
|
773
773
|
upgrade: "升级到更高套餐",
|
|
774
774
|
headerLabel: "助手标题",
|
|
775
|
-
panelLabel: "Alia 助手面板"
|
|
775
|
+
panelLabel: "Alia 助手面板",
|
|
776
|
+
copyMessage: "复制消息",
|
|
777
|
+
copied: "已复制",
|
|
778
|
+
downloadMessage: "下载为 Markdown",
|
|
779
|
+
regenerate: "重新生成回复",
|
|
780
|
+
dictate: "语音输入",
|
|
781
|
+
dictateStop: "停止语音输入",
|
|
782
|
+
attachmentsLabel: "附件",
|
|
783
|
+
removeAttachment: "移除 {{name}}",
|
|
784
|
+
editMessage: "编辑消息",
|
|
785
|
+
saveEdit: "保存",
|
|
786
|
+
cancelEdit: "取消"
|
|
787
|
+
},
|
|
788
|
+
codeBlock: {
|
|
789
|
+
copy: "复制代码",
|
|
790
|
+
copied: "已复制"
|
|
776
791
|
},
|
|
777
792
|
chat: {
|
|
778
793
|
typing: "助手正在输入",
|
package/dist/index.js
CHANGED
|
@@ -57,7 +57,7 @@ import { C as Ar, L as ur, p as Cr } from "./_chunks/cycle-calculator-KxA8dqDf.j
|
|
|
57
57
|
import { C as Tr } from "./_chunks/card-DPmk26CL.js";
|
|
58
58
|
import { C as Pr, c as Ir } from "./_chunks/carousel.agent-DrX96W-1.js";
|
|
59
59
|
import { C as Er } from "./_chunks/contact-card-Cf8Ktyt3.js";
|
|
60
|
-
import { A as Fr, B as Lr, C as Nr, a as Dr, D as kr, b as _r, c as Br, d as Or, E as Mr, e as yr, I as wr, L as vr, N as Vr, f as Gr, S as Hr, g as Wr, h as Ur, T as Kr, i as Yr, j as Qr, k as jr, l as qr, m as zr, n as Jr, o as Xr, U as Zr, p as $r, q as ao, u as eo } from "./_chunks/editable-currency-cell-renderer-
|
|
60
|
+
import { A as Fr, B as Lr, C as Nr, a as Dr, D as kr, b as _r, c as Br, d as Or, E as Mr, e as yr, I as wr, L as vr, N as Vr, f as Gr, S as Hr, g as Wr, h as Ur, T as Kr, i as Yr, j as Qr, k as jr, l as qr, m as zr, n as Jr, o as Xr, U as Zr, p as $r, q as ao, u as eo } from "./_chunks/editable-currency-cell-renderer-CLil9B29.js";
|
|
61
61
|
import { D as oo } from "./_chunks/description-list-BEbK2g93.js";
|
|
62
62
|
import { E as so } from "./_chunks/empty-state-BLy7tigq.js";
|
|
63
63
|
import { F as io, a as po, h as mo } from "./_chunks/flag-DZ6V7-hU.js";
|
|
@@ -127,13 +127,13 @@ import { C as vi, U as Vi, a as Gi, b as Hi, c as Wi } from "./_chunks/unit-conv
|
|
|
127
127
|
import { V as Ki } from "./_chunks/visually-hidden-BHxEUGyT.js";
|
|
128
128
|
import { C as Qi, c as ji, a as qi } from "./_chunks/chart-Cg3e9EH9.js";
|
|
129
129
|
import { A as Ji, a as Xi } from "./_chunks/ai-prompt-input-C6sCr1Vi.js";
|
|
130
|
-
import { A as $i, a as ap } from "./_chunks/audio-recorder-
|
|
130
|
+
import { A as $i, a as ap } from "./_chunks/audio-recorder-DC-v9YFW.js";
|
|
131
131
|
import { A as rp } from "./_chunks/audio-visualiser-l6zPd0AG.js";
|
|
132
132
|
import { C as tp, c as sp } from "./_chunks/chat-container-ogB4OskO.js";
|
|
133
|
-
import { C as ip, c as pp } from "./_chunks/chat-input-
|
|
134
|
-
import { C as lp } from "./_chunks/chat-message-
|
|
133
|
+
import { C as ip, c as pp } from "./_chunks/chat-input-CFwc7JxL.js";
|
|
134
|
+
import { C as lp } from "./_chunks/chat-message-B5JpFj0F.js";
|
|
135
135
|
import { F as fp, f as dp } from "./_chunks/freemium-paywall-DzpD63WY.js";
|
|
136
|
-
import { S as xp } from "./_chunks/streaming-text-
|
|
136
|
+
import { S as xp } from "./_chunks/streaming-text-CfhDqtIT.js";
|
|
137
137
|
import { S as up, a as Cp } from "./_chunks/suggestion-chip-C4kxWUIs.js";
|
|
138
138
|
import { s as Tp } from "./_chunks/suggestion-chip.agent-6sNWFj7m.js";
|
|
139
139
|
import { T as Pp, t as Ip } from "./_chunks/transcript-panel-B4HiC7ed.js";
|
|
@@ -154,8 +154,8 @@ import { S as Im, f as Rm, i as Em } from "./_chunks/slot-grid-BlHHP9Qy.js";
|
|
|
154
154
|
import { C as Fm, a as Lm, b as Nm, F as Dm, c as km, d as _m, P as Bm, e as Om, T as Mm, f as ym, g as wm, h as vm, l as Vm, i as Gm, t as Hm, r as Wm } from "./_chunks/tooth-scheme-CxlsLjfN.js";
|
|
155
155
|
import { T as Km } from "./_chunks/transaction-chip-B8ujzowA.js";
|
|
156
156
|
import { W as Qm } from "./_chunks/whatsapp-button-DUjlWGKf.js";
|
|
157
|
-
import { C as qm, W as zm, a as Jm, b as Xm, c as Zm, i as $m, l as al, m as el, r as rl, w as ol, d as tl, e as sl, f as nl } from "./_chunks/workflow-map-
|
|
158
|
-
import { A as pl, a as ml, b as ll, c as cl } from "./_chunks/alia-sidebar-
|
|
157
|
+
import { C as qm, W as zm, a as Jm, b as Xm, c as Zm, i as $m, l as al, m as el, r as rl, w as ol, d as tl, e as sl, f as nl } from "./_chunks/workflow-map-Djn1QMJc.js";
|
|
158
|
+
import { A as pl, a as ml, b as ll, c as cl } from "./_chunks/alia-sidebar-CVIPrdc9.js";
|
|
159
159
|
import { P as dl } from "./_chunks/patient-shell-CnT4L8gn.js";
|
|
160
160
|
import { C as xl, M as Al, P as ul } from "./_chunks/marketplace-app-shell-Gfsf78ge.js";
|
|
161
161
|
import { D as Sl, d as Tl } from "./_chunks/dependent-selector-CRWgieHm.js";
|
package/dist/locales/ar.json
CHANGED
|
@@ -772,7 +772,22 @@
|
|
|
772
772
|
"exampleQuestions": "جرّب أن تسأل",
|
|
773
773
|
"upgrade": "الترقية إلى خطة أعلى",
|
|
774
774
|
"headerLabel": "رأس المساعد",
|
|
775
|
-
"panelLabel": "لوحة مساعد Alia"
|
|
775
|
+
"panelLabel": "لوحة مساعد Alia",
|
|
776
|
+
"copyMessage": "نسخ الرسالة",
|
|
777
|
+
"copied": "تم النسخ",
|
|
778
|
+
"downloadMessage": "تنزيل بصيغة Markdown",
|
|
779
|
+
"regenerate": "إعادة توليد الرد",
|
|
780
|
+
"dictate": "إملاء",
|
|
781
|
+
"dictateStop": "إيقاف الإملاء",
|
|
782
|
+
"attachmentsLabel": "المرفقات",
|
|
783
|
+
"removeAttachment": "إزالة {{name}}",
|
|
784
|
+
"editMessage": "تعديل الرسالة",
|
|
785
|
+
"saveEdit": "حفظ",
|
|
786
|
+
"cancelEdit": "إلغاء"
|
|
787
|
+
},
|
|
788
|
+
"codeBlock": {
|
|
789
|
+
"copy": "نسخ الكود",
|
|
790
|
+
"copied": "تم النسخ"
|
|
776
791
|
},
|
|
777
792
|
"chat": {
|
|
778
793
|
"typing": "المساعد يكتب",
|
package/dist/locales/de.json
CHANGED
|
@@ -772,7 +772,22 @@
|
|
|
772
772
|
"exampleQuestions": "Fragen Sie zum Beispiel",
|
|
773
773
|
"upgrade": "Upgrade",
|
|
774
774
|
"headerLabel": "Assistenten-Kopfzeile",
|
|
775
|
-
"panelLabel": "Alia-Assistenten-Bereich"
|
|
775
|
+
"panelLabel": "Alia-Assistenten-Bereich",
|
|
776
|
+
"copyMessage": "Nachricht kopieren",
|
|
777
|
+
"copied": "Kopiert",
|
|
778
|
+
"downloadMessage": "Als Markdown herunterladen",
|
|
779
|
+
"regenerate": "Antwort neu generieren",
|
|
780
|
+
"dictate": "Diktieren",
|
|
781
|
+
"dictateStop": "Diktat stoppen",
|
|
782
|
+
"attachmentsLabel": "Anhänge",
|
|
783
|
+
"removeAttachment": "{{name}} entfernen",
|
|
784
|
+
"editMessage": "Nachricht bearbeiten",
|
|
785
|
+
"saveEdit": "Speichern",
|
|
786
|
+
"cancelEdit": "Abbrechen"
|
|
787
|
+
},
|
|
788
|
+
"codeBlock": {
|
|
789
|
+
"copy": "Code kopieren",
|
|
790
|
+
"copied": "Kopiert"
|
|
776
791
|
},
|
|
777
792
|
"chat": {
|
|
778
793
|
"typing": "Assistent schreibt",
|
package/dist/locales/el.json
CHANGED
|
@@ -772,7 +772,22 @@
|
|
|
772
772
|
"exampleQuestions": "Δοκιμάστε να ρωτήσετε",
|
|
773
773
|
"upgrade": "Αναβαθμίστε το πλάνο σας",
|
|
774
774
|
"headerLabel": "Κεφαλίδα βοηθού",
|
|
775
|
-
"panelLabel": "Πάνελ βοηθού Alia"
|
|
775
|
+
"panelLabel": "Πάνελ βοηθού Alia",
|
|
776
|
+
"copyMessage": "Αντιγραφή μηνύματος",
|
|
777
|
+
"copied": "Αντιγράφηκε",
|
|
778
|
+
"downloadMessage": "Λήψη ως Markdown",
|
|
779
|
+
"regenerate": "Δημιουργία νέας απάντησης",
|
|
780
|
+
"dictate": "Υπαγόρευση",
|
|
781
|
+
"dictateStop": "Διακοπή υπαγόρευσης",
|
|
782
|
+
"attachmentsLabel": "Συνημμένα",
|
|
783
|
+
"removeAttachment": "Αφαίρεση {{name}}",
|
|
784
|
+
"editMessage": "Επεξεργασία μηνύματος",
|
|
785
|
+
"saveEdit": "Αποθήκευση",
|
|
786
|
+
"cancelEdit": "Ακύρωση"
|
|
787
|
+
},
|
|
788
|
+
"codeBlock": {
|
|
789
|
+
"copy": "Αντιγραφή κώδικα",
|
|
790
|
+
"copied": "Αντιγράφηκε"
|
|
776
791
|
},
|
|
777
792
|
"chat": {
|
|
778
793
|
"typing": "Ο βοηθός πληκτρολογεί",
|
package/dist/locales/en.json
CHANGED
|
@@ -772,7 +772,22 @@
|
|
|
772
772
|
"exampleQuestions": "Try asking",
|
|
773
773
|
"upgrade": "Upgrade",
|
|
774
774
|
"headerLabel": "Assistant header",
|
|
775
|
-
"panelLabel": "Alia assistant panel"
|
|
775
|
+
"panelLabel": "Alia assistant panel",
|
|
776
|
+
"copyMessage": "Copy message",
|
|
777
|
+
"copied": "Copied",
|
|
778
|
+
"downloadMessage": "Download as Markdown",
|
|
779
|
+
"regenerate": "Regenerate response",
|
|
780
|
+
"dictate": "Dictate",
|
|
781
|
+
"dictateStop": "Stop dictation",
|
|
782
|
+
"attachmentsLabel": "Attachments",
|
|
783
|
+
"removeAttachment": "Remove {{name}}",
|
|
784
|
+
"editMessage": "Edit message",
|
|
785
|
+
"saveEdit": "Save",
|
|
786
|
+
"cancelEdit": "Cancel"
|
|
787
|
+
},
|
|
788
|
+
"codeBlock": {
|
|
789
|
+
"copy": "Copy code",
|
|
790
|
+
"copied": "Copied"
|
|
776
791
|
},
|
|
777
792
|
"chat": {
|
|
778
793
|
"typing": "Assistant is typing",
|
package/dist/locales/es.json
CHANGED
|
@@ -772,7 +772,22 @@
|
|
|
772
772
|
"exampleQuestions": "Pruebe a preguntar",
|
|
773
773
|
"upgrade": "Cambiar al plan superior",
|
|
774
774
|
"headerLabel": "Encabezado del asistente",
|
|
775
|
-
"panelLabel": "Panel del asistente Alia"
|
|
775
|
+
"panelLabel": "Panel del asistente Alia",
|
|
776
|
+
"copyMessage": "Copiar mensaje",
|
|
777
|
+
"copied": "Copiado",
|
|
778
|
+
"downloadMessage": "Descargar como Markdown",
|
|
779
|
+
"regenerate": "Regenerar respuesta",
|
|
780
|
+
"dictate": "Dictar",
|
|
781
|
+
"dictateStop": "Detener dictado",
|
|
782
|
+
"attachmentsLabel": "Archivos adjuntos",
|
|
783
|
+
"removeAttachment": "Quitar {{name}}",
|
|
784
|
+
"editMessage": "Editar mensaje",
|
|
785
|
+
"saveEdit": "Guardar",
|
|
786
|
+
"cancelEdit": "Cancelar"
|
|
787
|
+
},
|
|
788
|
+
"codeBlock": {
|
|
789
|
+
"copy": "Copiar código",
|
|
790
|
+
"copied": "Copiado"
|
|
776
791
|
},
|
|
777
792
|
"chat": {
|
|
778
793
|
"typing": "El asistente está escribiendo",
|
package/dist/locales/fr.json
CHANGED
|
@@ -772,7 +772,22 @@
|
|
|
772
772
|
"exampleQuestions": "Essayez de demander",
|
|
773
773
|
"upgrade": "Passer au plan supérieur",
|
|
774
774
|
"headerLabel": "En-tête de l'assistant",
|
|
775
|
-
"panelLabel": "Panneau de l'assistant Alia"
|
|
775
|
+
"panelLabel": "Panneau de l'assistant Alia",
|
|
776
|
+
"copyMessage": "Copier le message",
|
|
777
|
+
"copied": "Copié",
|
|
778
|
+
"downloadMessage": "Télécharger au format Markdown",
|
|
779
|
+
"regenerate": "Régénérer la réponse",
|
|
780
|
+
"dictate": "Dicter",
|
|
781
|
+
"dictateStop": "Arrêter la dictée",
|
|
782
|
+
"attachmentsLabel": "Pièces jointes",
|
|
783
|
+
"removeAttachment": "Supprimer {{name}}",
|
|
784
|
+
"editMessage": "Modifier le message",
|
|
785
|
+
"saveEdit": "Enregistrer",
|
|
786
|
+
"cancelEdit": "Annuler"
|
|
787
|
+
},
|
|
788
|
+
"codeBlock": {
|
|
789
|
+
"copy": "Copier le code",
|
|
790
|
+
"copied": "Copié"
|
|
776
791
|
},
|
|
777
792
|
"chat": {
|
|
778
793
|
"typing": "L'assistant est en train d'écrire",
|
package/dist/locales/hi.json
CHANGED
|
@@ -772,7 +772,22 @@
|
|
|
772
772
|
"exampleQuestions": "पूछने का प्रयास करें",
|
|
773
773
|
"upgrade": "उच्च योजना पर जाएं",
|
|
774
774
|
"headerLabel": "सहायक शीर्षक",
|
|
775
|
-
"panelLabel": "Alia सहायक पैनल"
|
|
775
|
+
"panelLabel": "Alia सहायक पैनल",
|
|
776
|
+
"copyMessage": "संदेश कॉपी करें",
|
|
777
|
+
"copied": "कॉपी किया गया",
|
|
778
|
+
"downloadMessage": "Markdown के रूप में डाउनलोड करें",
|
|
779
|
+
"regenerate": "उत्तर पुनः उत्पन्न करें",
|
|
780
|
+
"dictate": "बोलकर लिखें",
|
|
781
|
+
"dictateStop": "श्रुतलेखन रोकें",
|
|
782
|
+
"attachmentsLabel": "संलग्नक",
|
|
783
|
+
"removeAttachment": "{{name}} हटाएं",
|
|
784
|
+
"editMessage": "संदेश संपादित करें",
|
|
785
|
+
"saveEdit": "सहेजें",
|
|
786
|
+
"cancelEdit": "रद्द करें"
|
|
787
|
+
},
|
|
788
|
+
"codeBlock": {
|
|
789
|
+
"copy": "कोड कॉपी करें",
|
|
790
|
+
"copied": "कॉपी किया गया"
|
|
776
791
|
},
|
|
777
792
|
"chat": {
|
|
778
793
|
"typing": "सहायक लिख रहा है",
|
package/dist/locales/it.json
CHANGED
|
@@ -772,7 +772,22 @@
|
|
|
772
772
|
"exampleQuestions": "Prova a chiedere",
|
|
773
773
|
"upgrade": "Passa al piano superiore",
|
|
774
774
|
"headerLabel": "Intestazione assistente",
|
|
775
|
-
"panelLabel": "Pannello assistente Alia"
|
|
775
|
+
"panelLabel": "Pannello assistente Alia",
|
|
776
|
+
"copyMessage": "Copia messaggio",
|
|
777
|
+
"copied": "Copiato",
|
|
778
|
+
"downloadMessage": "Scarica come Markdown",
|
|
779
|
+
"regenerate": "Rigenera risposta",
|
|
780
|
+
"dictate": "Detta",
|
|
781
|
+
"dictateStop": "Interrompi dettatura",
|
|
782
|
+
"attachmentsLabel": "Allegati",
|
|
783
|
+
"removeAttachment": "Rimuovi {{name}}",
|
|
784
|
+
"editMessage": "Modifica messaggio",
|
|
785
|
+
"saveEdit": "Salva",
|
|
786
|
+
"cancelEdit": "Annulla"
|
|
787
|
+
},
|
|
788
|
+
"codeBlock": {
|
|
789
|
+
"copy": "Copia codice",
|
|
790
|
+
"copied": "Copiato"
|
|
776
791
|
},
|
|
777
792
|
"chat": {
|
|
778
793
|
"typing": "L'assistente sta scrivendo",
|
package/dist/locales/ja.json
CHANGED
|
@@ -772,7 +772,22 @@
|
|
|
772
772
|
"exampleQuestions": "試してみてください",
|
|
773
773
|
"upgrade": "上位プランへアップグレード",
|
|
774
774
|
"headerLabel": "アシスタントヘッダー",
|
|
775
|
-
"panelLabel": "Alia アシスタントパネル"
|
|
775
|
+
"panelLabel": "Alia アシスタントパネル",
|
|
776
|
+
"copyMessage": "メッセージをコピー",
|
|
777
|
+
"copied": "コピーしました",
|
|
778
|
+
"downloadMessage": "Markdown でダウンロード",
|
|
779
|
+
"regenerate": "応答を再生成",
|
|
780
|
+
"dictate": "音声入力",
|
|
781
|
+
"dictateStop": "音声入力を停止",
|
|
782
|
+
"attachmentsLabel": "添付ファイル",
|
|
783
|
+
"removeAttachment": "{{name}} を削除",
|
|
784
|
+
"editMessage": "メッセージを編集",
|
|
785
|
+
"saveEdit": "保存",
|
|
786
|
+
"cancelEdit": "キャンセル"
|
|
787
|
+
},
|
|
788
|
+
"codeBlock": {
|
|
789
|
+
"copy": "コードをコピー",
|
|
790
|
+
"copied": "コピーしました"
|
|
776
791
|
},
|
|
777
792
|
"chat": {
|
|
778
793
|
"typing": "アシスタントが入力中",
|
package/dist/locales/nl.json
CHANGED
|
@@ -772,7 +772,22 @@
|
|
|
772
772
|
"exampleQuestions": "Probeer te vragen",
|
|
773
773
|
"upgrade": "Upgraden naar hoger abonnement",
|
|
774
774
|
"headerLabel": "Koptekst assistent",
|
|
775
|
-
"panelLabel": "Paneel van Alia-assistent"
|
|
775
|
+
"panelLabel": "Paneel van Alia-assistent",
|
|
776
|
+
"copyMessage": "Bericht kopiëren",
|
|
777
|
+
"copied": "Gekopieerd",
|
|
778
|
+
"downloadMessage": "Downloaden als Markdown",
|
|
779
|
+
"regenerate": "Antwoord opnieuw genereren",
|
|
780
|
+
"dictate": "Dicteren",
|
|
781
|
+
"dictateStop": "Dicteren stoppen",
|
|
782
|
+
"attachmentsLabel": "Bijlagen",
|
|
783
|
+
"removeAttachment": "{{name}} verwijderen",
|
|
784
|
+
"editMessage": "Bericht bewerken",
|
|
785
|
+
"saveEdit": "Opslaan",
|
|
786
|
+
"cancelEdit": "Annuleren"
|
|
787
|
+
},
|
|
788
|
+
"codeBlock": {
|
|
789
|
+
"copy": "Code kopiëren",
|
|
790
|
+
"copied": "Gekopieerd"
|
|
776
791
|
},
|
|
777
792
|
"chat": {
|
|
778
793
|
"typing": "De assistent typt",
|
package/dist/locales/pl.json
CHANGED
|
@@ -772,7 +772,22 @@
|
|
|
772
772
|
"exampleQuestions": "Spróbuj zapytać",
|
|
773
773
|
"upgrade": "Przejdź na wyższy plan",
|
|
774
774
|
"headerLabel": "Nagłówek asystenta",
|
|
775
|
-
"panelLabel": "Panel asystenta Alia"
|
|
775
|
+
"panelLabel": "Panel asystenta Alia",
|
|
776
|
+
"copyMessage": "Kopiuj wiadomość",
|
|
777
|
+
"copied": "Skopiowano",
|
|
778
|
+
"downloadMessage": "Pobierz jako Markdown",
|
|
779
|
+
"regenerate": "Wygeneruj odpowiedź ponownie",
|
|
780
|
+
"dictate": "Dyktuj",
|
|
781
|
+
"dictateStop": "Zatrzymaj dyktowanie",
|
|
782
|
+
"attachmentsLabel": "Załączniki",
|
|
783
|
+
"removeAttachment": "Usuń {{name}}",
|
|
784
|
+
"editMessage": "Edytuj wiadomość",
|
|
785
|
+
"saveEdit": "Zapisz",
|
|
786
|
+
"cancelEdit": "Anuluj"
|
|
787
|
+
},
|
|
788
|
+
"codeBlock": {
|
|
789
|
+
"copy": "Kopiuj kod",
|
|
790
|
+
"copied": "Skopiowano"
|
|
776
791
|
},
|
|
777
792
|
"chat": {
|
|
778
793
|
"typing": "Asystent pisze",
|