@chatsystem/client 1.1.77 → 1.1.78
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/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -20690,7 +20690,7 @@ var lt = /* @__PURE__ */ ((e) => (e.FRENCH = "fr-FR", e.ENGLISH = "en-US", e))(l
|
|
|
20690
20690
|
const Sy = {
|
|
20691
20691
|
"generic.language.english": "English",
|
|
20692
20692
|
"generic.language.french": "French",
|
|
20693
|
-
"chatbot.placeholder.content": "Message
|
|
20693
|
+
"chatbot.placeholder.content": "Message...",
|
|
20694
20694
|
"chatbot.DiscussionLimitReached.title": "Discussion limit reached",
|
|
20695
20695
|
"chatbot.DiscussionLimitReached.explaination": "The discussion has reached its maximum number of messages. Please start a new one.",
|
|
20696
20696
|
"chatbot.DiscussionLimitReached.cta": "Restart",
|
|
@@ -20723,7 +20723,7 @@ const Sy = {
|
|
|
20723
20723
|
}, wy = {
|
|
20724
20724
|
"generic.language.english": "Anglais",
|
|
20725
20725
|
"generic.language.french": "Français",
|
|
20726
|
-
"chatbot.placeholder.content": "
|
|
20726
|
+
"chatbot.placeholder.content": "Message...",
|
|
20727
20727
|
"chatbot.DiscussionLimitReached.title": "Maximum de messages envoyés atteint.",
|
|
20728
20728
|
"chatbot.DiscussionLimitReached.explaination": "Le robot est à son maximum et ne peut plus envoyer de message. Merci de relancer une conversation.",
|
|
20729
20729
|
"chatbot.DiscussionLimitReached.cta": "Relancer une nouvelle conversation",
|