Fix group chat agent connection failures (#900)
This commit is contained in:
@@ -1104,6 +1104,7 @@ jobTriggered: 'Job ausgelost',
|
||||
selectProfile: 'Wahlen Sie ein Profil',
|
||||
agentAdded: 'Agent hinzugefugt',
|
||||
agentAlreadyInRoom: 'Agent ist bereits in diesem Raum',
|
||||
agentAddFailedCount: '{count} Agent(en) wurden nicht hinzugefugt: {details}',
|
||||
noAgents: 'Keine Agenten in diesem Raum',
|
||||
members: 'Mitglieder',
|
||||
roomCreated: 'Raum erstellt',
|
||||
|
||||
@@ -1053,6 +1053,7 @@ export default {
|
||||
selectProfile: 'Select a profile',
|
||||
agentAdded: 'Agent added',
|
||||
agentAlreadyInRoom: 'Agent already in this room',
|
||||
agentAddFailedCount: '{count} agent(s) were not added: {details}',
|
||||
noAgents: 'No agents in this room',
|
||||
members: 'members',
|
||||
roomCreated: 'Room created',
|
||||
|
||||
@@ -1104,6 +1104,7 @@ jobTriggered: 'Job ejecutado',
|
||||
selectProfile: 'Seleccione un perfil',
|
||||
agentAdded: 'Agente agregado',
|
||||
agentAlreadyInRoom: 'El agente ya esta en esta sala',
|
||||
agentAddFailedCount: 'No se agregaron {count} agente(s): {details}',
|
||||
noAgents: 'No hay agentes en esta sala',
|
||||
members: 'Miembros',
|
||||
roomCreated: 'Sala creada',
|
||||
|
||||
@@ -1104,6 +1104,7 @@ jobTriggered: 'Job declenche',
|
||||
selectProfile: 'Selectionnez un profil',
|
||||
agentAdded: 'Agent ajoute',
|
||||
agentAlreadyInRoom: "L'agent est deja dans ce salon",
|
||||
agentAddFailedCount: "{count} agent(s) n'ont pas ete ajoutes : {details}",
|
||||
noAgents: 'Aucun agent dans ce salon',
|
||||
members: 'Membres',
|
||||
roomCreated: 'Salon cree',
|
||||
|
||||
@@ -1104,6 +1104,7 @@ export default {
|
||||
selectProfile: 'プロファイルを選択',
|
||||
agentAdded: 'エージェントが追加されました',
|
||||
agentAlreadyInRoom: 'このエージェントは既にルームにいます',
|
||||
agentAddFailedCount: '{count} 件のエージェントを追加できませんでした: {details}',
|
||||
noAgents: 'このルームにエージェントはいません',
|
||||
members: 'メンバー',
|
||||
roomCreated: 'ルームが作成されました',
|
||||
|
||||
@@ -1104,6 +1104,7 @@ export default {
|
||||
selectProfile: '프로필 선택',
|
||||
agentAdded: '에이전트가 추가되었습니다',
|
||||
agentAlreadyInRoom: '해당 에이전트가 이미 방에 있습니다',
|
||||
agentAddFailedCount: '{count}개의 에이전트를 추가하지 못했습니다: {details}',
|
||||
noAgents: '이 방에 에이전트가 없습니다',
|
||||
members: '멤버',
|
||||
roomCreated: '방이 생성되었습니다',
|
||||
|
||||
@@ -1104,6 +1104,7 @@ jobTriggered: 'Job acionado',
|
||||
selectProfile: 'Selecione um perfil',
|
||||
agentAdded: 'Agente adicionado',
|
||||
agentAlreadyInRoom: 'O agente ja esta nesta sala',
|
||||
agentAddFailedCount: '{count} agente(s) nao foram adicionados: {details}',
|
||||
noAgents: 'Nenhum agente nesta sala',
|
||||
members: 'Membros',
|
||||
roomCreated: 'Sala criada',
|
||||
|
||||
@@ -1056,6 +1056,7 @@ export default {
|
||||
selectProfile: '選擇一個設定檔',
|
||||
agentAdded: '智慧代理已新增',
|
||||
agentAlreadyInRoom: '該智慧代理已在房間中',
|
||||
agentAddFailedCount: '{count} 個智慧代理未新增:{details}',
|
||||
noAgents: '目前房間無智慧代理',
|
||||
members: '成員',
|
||||
roomCreated: '房間已建立',
|
||||
|
||||
@@ -1055,6 +1055,7 @@ export default {
|
||||
selectProfile: '选择一个配置',
|
||||
agentAdded: '智能体已添加',
|
||||
agentAlreadyInRoom: '该智能体已在房间中',
|
||||
agentAddFailedCount: '{count} 个智能体未添加:{details}',
|
||||
noAgents: '当前房间暂无智能体',
|
||||
members: '成员',
|
||||
roomCreated: '房间已创建',
|
||||
|
||||
Reference in New Issue
Block a user