diff --git a/app/javascript/dashboard/components/layout/Sidebar.vue b/app/javascript/dashboard/components/layout/Sidebar.vue index f13fbee92..a491af043 100644 --- a/app/javascript/dashboard/components/layout/Sidebar.vue +++ b/app/javascript/dashboard/components/layout/Sidebar.vue @@ -65,8 +65,8 @@

{{ currentUserAvailableName }}

-
- {{ currentRole }} +
+ {{ $t(`AGENT_MGMT.AGENT_TYPES.${currentRole.toUpperCase()}`) }}
@@ -162,7 +162,6 @@ import Thumbnail from '../widgets/Thumbnail'; import { getSidebarItems } from '../../i18n/default-sidebar'; import { required, minLength } from 'vuelidate/lib/validators'; import alertMixin from 'shared/mixins/alertMixin'; -// import accountMixin from '../../../../../mixins/account'; export default { components: { diff --git a/app/javascript/dashboard/i18n/locale/ar/agentMgmt.json b/app/javascript/dashboard/i18n/locale/ar/agentMgmt.json index 906fa2883..a8cd89474 100644 --- a/app/javascript/dashboard/i18n/locale/ar/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ar/agentMgmt.json @@ -4,16 +4,10 @@ "HEADER_BTN_TXT": "إضافة موظف", "LOADING": "جار جلب قائمة الموظفين", "SIDEBAR_TXT": "

الموظفين

موظف الدعم هو عضو في فريق دعم العملاء الخاص بك.

يستطيع موظفو الدعم مشاهدة الرسائل الواردة من المستخدمين والرد عليها. تظهر القائمة جميع الموظفين الموجودين حاليا في حسابك.

انقر فوق إضافة موظف لإضافة موظف دعم فني جديد. سيتلقى الشخص الذي تضيفه رسالة بريد إلكتروني مع رابط تأكيد لتفعيل حسابه ، وبعد ذلك يمكنهم الوصول إلى Chatwoot والرد على الرسائل.

الوصول إلى ميزات Chatwoot يتوقف على الصلاحيات التالية.

الموظف - موظفي الدعم الذين لديهم هذه الصلاحية يمكنهم فقط الوصول إلى صناديق قنوات التواصل والتقارير والمحادثات. ويمكنهم بدء محادثات مع موظفين آخرين أو مع أنفسهم وأيضاً إغلاق المحادثات.

مدير البرنامج - الشخص المسؤول من الوصول إلى جميع ميزات Chatwoot المفعلة للحساب الخاص بك. بما في ذلك الإعدادات، إلى جانب جميع امتيازات الموظفين العاديين.

", - "AGENT_TYPES": [ - { - "name": "administrator", - "label": "المدير" - }, - { - "name": "agent", - "label": "موظف الدعم" - } - ], + "AGENT_TYPES": { + "ADMINISTRATOR": "المدير", + "AGENT": "موظف الدعم" + }, "LIST": { "404": "لا يوجد موظفي دعم مرتبطين بهذا الحساب", "TITLE": "إدارة موظفي الدعم في فريقك", diff --git a/app/javascript/dashboard/i18n/locale/ca/agentMgmt.json b/app/javascript/dashboard/i18n/locale/ca/agentMgmt.json index ba4e1caa3..63ada3d82 100644 --- a/app/javascript/dashboard/i18n/locale/ca/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ca/agentMgmt.json @@ -4,16 +4,10 @@ "HEADER_BTN_TXT": "Afegir Agent", "LOADING": "S'està recollint la llista d'agents", "SIDEBAR_TXT": "

Agents

An Agent is a member of your Customer Support team.

Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account.

Click on Add Agent to add a new agent. Agent you add will receive an email with a confirmation link to activate their account, after which they can access Chatwoot and respond to messages.

Access to Chatwoot's features are based on following roles.

Agent - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.

Administrator - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.

", - "AGENT_TYPES": [ - { - "name": "administrador/a", - "label": "Administrador/a" - }, - { - "name": "agent", - "label": "Agent" - } - ], + "AGENT_TYPES": { + "ADMINISTRATOR": "Administrador/a", + "AGENT": "Agent" + }, "LIST": { "404": "No hi ha agents associats a aquest compte", "TITLE": "Gestiona agents en el teu equip", diff --git a/app/javascript/dashboard/i18n/locale/cs/agentMgmt.json b/app/javascript/dashboard/i18n/locale/cs/agentMgmt.json index b580eaaad..0585a5aed 100644 --- a/app/javascript/dashboard/i18n/locale/cs/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/cs/agentMgmt.json @@ -4,16 +4,10 @@ "HEADER_BTN_TXT": "Přidat agenta", "LOADING": "Načítání seznamu agentů", "SIDEBAR_TXT": "

Agents

An Agent is a member of your Customer Support team.

Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account.

Click on Add Agent to add a new agent. Agent you add will receive an email with a confirmation link to activate their account, after which they can access Chatwoot and respond to messages.

Access to Chatwoot's features are based on following roles.

Agent - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.

Administrator - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.

", - "AGENT_TYPES": [ - { - "name": "administrator", - "label": "Administrátor" - }, - { - "name": "agent", - "label": "Agent" - } - ], + "AGENT_TYPES": { + "ADMINISTRATOR": "Administrátor", + "AGENT": "Agent" + }, "LIST": { "404": "K tomuto účtu nejsou přiřazeni žádní agenti", "TITLE": "Spravujte agenty ve vašem týmu", diff --git a/app/javascript/dashboard/i18n/locale/da/agentMgmt.json b/app/javascript/dashboard/i18n/locale/da/agentMgmt.json index 633424fed..ac4a62127 100644 --- a/app/javascript/dashboard/i18n/locale/da/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/da/agentMgmt.json @@ -4,16 +4,10 @@ "HEADER_BTN_TXT": "Add Agent", "LOADING": "Fetching Agent List", "SIDEBAR_TXT": "

Agents

An Agent is a member of your Customer Support team.

Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account.

Click on Add Agent to add a new agent. Agent you add will receive an email with a confirmation link to activate their account, after which they can access Chatwoot and respond to messages.

Access to Chatwoot's features are based on following roles.

Agent - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.

Administrator - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.

", - "AGENT_TYPES": [ - { - "name": "administrator", - "label": "Administrator" - }, - { - "name": "agent", - "label": "Agent" - } - ], + "AGENT_TYPES": { + "ADMINISTRATOR": "Administrator", + "AGENT": "Agent" + }, "LIST": { "404": "There are no agents associated to this account", "TITLE": "Manage agents in your team", @@ -35,9 +29,9 @@ "PLACEHOLDER": "Please enter a name of the agent" }, "AGENT_TYPE": { - "LABEL": "Agent Type", - "PLACEHOLDER": "Please select a type", - "ERROR": "Agent type is required" + "LABEL": "Role", + "PLACEHOLDER": "Please select a role", + "ERROR": "Role is required" }, "EMAIL": { "LABEL": "Email Address", @@ -72,9 +66,9 @@ "PLACEHOLDER": "Please enter a name of the agent" }, "AGENT_TYPE": { - "LABEL": "Agent Type", - "PLACEHOLDER": "Please select a type", - "ERROR": "Agent type is required" + "LABEL": "Role", + "PLACEHOLDER": "Please select a role", + "ERROR": "Role is required" }, "EMAIL": { "LABEL": "Email Address", diff --git a/app/javascript/dashboard/i18n/locale/de/agentMgmt.json b/app/javascript/dashboard/i18n/locale/de/agentMgmt.json index 8ed86701e..343214656 100644 --- a/app/javascript/dashboard/i18n/locale/de/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/de/agentMgmt.json @@ -4,16 +4,10 @@ "HEADER_BTN_TXT": "Agent hinzufügen", "LOADING": "Agentenliste abrufen", "SIDEBAR_TXT": "

Agents

An Agent is a member of your Customer Support team.

Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account.

Click on Add Agent to add a new agent. Agent you add will receive an email with a confirmation link to activate their account, after which they can access Chatwoot and respond to messages.

Access to Chatwoot's features are based on following roles.

Agent - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.

Administrator - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.

", - "AGENT_TYPES": [ - { - "name": "administrator", - "label": "Administrator" - }, - { - "name": "agent", - "label": "Agent" - } - ], + "AGENT_TYPES": { + "ADMINISTRATOR": "Administrator", + "AGENT": "Agent" + }, "LIST": { "404": "Diesem Konto sind keine Agenten zugeordnet", "TITLE": "Verwalten Sie Agenten in Ihrem Team", diff --git a/app/javascript/dashboard/i18n/locale/el/agentMgmt.json b/app/javascript/dashboard/i18n/locale/el/agentMgmt.json index e2463ac6c..80c935285 100644 --- a/app/javascript/dashboard/i18n/locale/el/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/el/agentMgmt.json @@ -4,16 +4,10 @@ "HEADER_BTN_TXT": "Προσθήκη Πράκτορα", "LOADING": "Λήψη της λίστα των Πρακτόρων", "SIDEBAR_TXT": "

Πράκτορες

Ένας Πράκτορας είναι ένα μέλος της ομάδας υποστήριξής σας.

Οι πράκτορες θα μπορούν να δουν και να απαντήσουν στα μηνύματα των χρηστών. Στην λίστα φαίνονται όλοι οι πράκτορες που συμμετέχουν στον λογαριασμό σας.

Πατήστε στο Προσθήκη Πράκτορα για να προσθέσετε έναν νέο. Ο πράκτορας θα λάβει ένα email με σύνδεσμο επιβεβαίωσης για να ενεργοποιήσει τον λογαριασμό του, ύστερα θα μπορούν να δουν το Chatwoot και να ανταποκρίνονται στα μηνύματά τους.

Η πρόσβαση στις δυνατότητες του Chatwoot βασίζεται στους παρακάτω ρόλους.

Πράκτορας - Οι χρήστες με αυτόν τον ρόλο έχουν πρόσβαση μόνο στα εισερχόμενα, αναφορές και τις συζητήσεις. Μπορούν επίσης να αναθέσουν συζητήσεις σε άλλους πράκτορες ή τον εαυτό τους και να τις ολοκληρώσουν.

Διαχειριστής - Ο διαχειριστής θα έχει πρόσβαση σε όλες τις δυνατότητες του Chatwoot που έχουν ενεργοποιηθεί για τον λογαριασμό, συμπεριλαμβανομένων των ρυθμίσεων της εφαρμογής, όπως επίσης και όλα τα δικαιώματα που έχει ένας πράκτορας.

", - "AGENT_TYPES": [ - { - "name": "administrator", - "label": "Διαχειριστής" - }, - { - "name": "agent", - "label": "Πράκτορας" - } - ], + "AGENT_TYPES": { + "ADMINISTRATOR": "Διαχειριστής", + "AGENT": "Πράκτορας" + }, "LIST": { "404": "Δεν υπάρχουν πράκτορες σε αυτόν τον λογαριασμό", "TITLE": "Διαχείριση πρακτόρων της ομάδας σας", diff --git a/app/javascript/dashboard/i18n/locale/en/agentMgmt.json b/app/javascript/dashboard/i18n/locale/en/agentMgmt.json index 633424fed..ac4a62127 100644 --- a/app/javascript/dashboard/i18n/locale/en/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/en/agentMgmt.json @@ -4,16 +4,10 @@ "HEADER_BTN_TXT": "Add Agent", "LOADING": "Fetching Agent List", "SIDEBAR_TXT": "

Agents

An Agent is a member of your Customer Support team.

Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account.

Click on Add Agent to add a new agent. Agent you add will receive an email with a confirmation link to activate their account, after which they can access Chatwoot and respond to messages.

Access to Chatwoot's features are based on following roles.

Agent - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.

Administrator - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.

", - "AGENT_TYPES": [ - { - "name": "administrator", - "label": "Administrator" - }, - { - "name": "agent", - "label": "Agent" - } - ], + "AGENT_TYPES": { + "ADMINISTRATOR": "Administrator", + "AGENT": "Agent" + }, "LIST": { "404": "There are no agents associated to this account", "TITLE": "Manage agents in your team", @@ -35,9 +29,9 @@ "PLACEHOLDER": "Please enter a name of the agent" }, "AGENT_TYPE": { - "LABEL": "Agent Type", - "PLACEHOLDER": "Please select a type", - "ERROR": "Agent type is required" + "LABEL": "Role", + "PLACEHOLDER": "Please select a role", + "ERROR": "Role is required" }, "EMAIL": { "LABEL": "Email Address", @@ -72,9 +66,9 @@ "PLACEHOLDER": "Please enter a name of the agent" }, "AGENT_TYPE": { - "LABEL": "Agent Type", - "PLACEHOLDER": "Please select a type", - "ERROR": "Agent type is required" + "LABEL": "Role", + "PLACEHOLDER": "Please select a role", + "ERROR": "Role is required" }, "EMAIL": { "LABEL": "Email Address", diff --git a/app/javascript/dashboard/i18n/locale/es/agentMgmt.json b/app/javascript/dashboard/i18n/locale/es/agentMgmt.json index 2b629a647..912a4de9d 100644 --- a/app/javascript/dashboard/i18n/locale/es/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/es/agentMgmt.json @@ -4,16 +4,10 @@ "HEADER_BTN_TXT": "Añadir agente", "LOADING": "Se están listando los agentes", "SIDEBAR_TXT": "

Agentes

Un Agente es miembro de su equipo de Atención al Cliente.

Los agentes podrán ver y responder a los mensajes de sus usuarios. La lista muestra todos los agentes actualmente en tu cuenta.

Haga clic en Añadir agente para añadir un nuevo agente. El agente que añadas recibirá un correo electrónico con un enlace de confirmación para activar su cuenta, después de lo cual podrá acceder a Chatwoot y responder a los mensajes.

El acceso a las características de Chatwoot se basa en los siguientes roles.

Agente - Los agentes con este rol solamente pueden acceder a bandejas, informes y conversaciones. Pueden asignar conversaciones a otros agentes o a sí mismos y resolver conversaciones.

Administrador - El administrador tendrá acceso a todas las características de Chatwoot habilitadas para su cuenta, incluyendo configuración y facturación, junto con todos los privilegios de los agentes normales.

", - "AGENT_TYPES": [ - { - "name": "administrator", - "label": "Administrador" - }, - { - "name": "agent", - "label": "Agente" - } - ], + "AGENT_TYPES": { + "ADMINISTRATOR": "Administrador", + "AGENT": "Agente" + }, "LIST": { "404": "No hay agentes asociados a esta cuenta", "TITLE": "Administrar agentes en tu equipo", diff --git a/app/javascript/dashboard/i18n/locale/fa/agentMgmt.json b/app/javascript/dashboard/i18n/locale/fa/agentMgmt.json index 7e63ce7a9..b20a80a24 100644 --- a/app/javascript/dashboard/i18n/locale/fa/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/fa/agentMgmt.json @@ -4,16 +4,10 @@ "HEADER_BTN_TXT": "اضافه کردن اپراتور", "LOADING": "دریافت لیست اپراتورها", "SIDEBAR_TXT": "

اپراتورها

یک اپراتور یکی از اعضای تیم پشتیبانی است.

اپراتورها می‌توانند پیام‌های کاربران را ببینند و به آن‌ها پاسخ بدهند. این لیست حاوی تمام اپراتورهایی است که در حساب شما تعریف شده اند.

با زدن روی دکمه اضافه کردن اپراتور می‌توانید یک اپراتور جدید معرفی کنید. به ایمیل اپراتوری که معرفی می‌کنید یک دعوتنامه ارسال می‌شود که بعد از پذیرفتن آن اپراتور می‌تواند به پیام‌های کاربران پاسخ بدهد.

بسته به سطح دسترسی تعیین شده یک اپراتور می‌تواند به بخش‌های مشخصی از اکانت دسترسی پیدا کند

اپراتور - اپراتورهایی که این نقش را داشته باشند تنها می‌توانند به صندوق‌های ورودی، گزارشات و گفتگوها دسترسی داشته باشند. آن‌ها می‌توانند یک مکالمه را به اپراتور دیگر یا خودشان تخصیص دهند و یا یک مکالمه را حل شده اعلام کنند.

مدیر - مدیران می‌توانند علاوه بر تمام بخش‌هایی که یک اپراتور دسترسی دارد، به تمام بخش‌هایی که در حساب کاربری شما وجود دارد دسترسی داشته باشند.

", - "AGENT_TYPES": [ - { - "name": "administrator", - "label": "مدیر" - }, - { - "name": "agent", - "label": "اپراتور" - } - ], + "AGENT_TYPES": { + "ADMINISTRATOR": "مدیر", + "AGENT": "اپراتور" + }, "LIST": { "404": "در حال حاضر هیچ اپراتوری برای این حساب معرفی نشده است.", "TITLE": "مدیریت اپراتورها", diff --git a/app/javascript/dashboard/i18n/locale/fi/agentMgmt.json b/app/javascript/dashboard/i18n/locale/fi/agentMgmt.json index 633424fed..2b2358c9a 100644 --- a/app/javascript/dashboard/i18n/locale/fi/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/fi/agentMgmt.json @@ -4,16 +4,10 @@ "HEADER_BTN_TXT": "Add Agent", "LOADING": "Fetching Agent List", "SIDEBAR_TXT": "

Agents

An Agent is a member of your Customer Support team.

Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account.

Click on Add Agent to add a new agent. Agent you add will receive an email with a confirmation link to activate their account, after which they can access Chatwoot and respond to messages.

Access to Chatwoot's features are based on following roles.

Agent - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.

Administrator - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.

", - "AGENT_TYPES": [ - { - "name": "administrator", - "label": "Administrator" - }, - { - "name": "agent", - "label": "Agent" - } - ], + "AGENT_TYPES": { + "ADMINISTRATOR": "Administrator", + "AGENT": "Agent" + }, "LIST": { "404": "There are no agents associated to this account", "TITLE": "Manage agents in your team", diff --git a/app/javascript/dashboard/i18n/locale/fr/agentMgmt.json b/app/javascript/dashboard/i18n/locale/fr/agentMgmt.json index 6543ced23..1c6128537 100644 --- a/app/javascript/dashboard/i18n/locale/fr/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/fr/agentMgmt.json @@ -4,16 +4,10 @@ "HEADER_BTN_TXT": "Ajouter un agent", "LOADING": "Récupération de la liste des agents", "SIDEBAR_TXT": "

Agents

Un agent est un membre de votre équipe d'assistance clientèle.

Les agents pourront voir et répondre aux messages de vos utilisateurs. La liste montre tous les agents actuellement dans votre compte.

Cliquez sur Ajouter un agent pour ajouter un nouvel agent. L'agent que vous ajoutez recevra un courriel avec un lien de confirmation pour activer son compte, après quoi il pourra accéder à Chatwoot et répondre aux messages.

L'accès aux fonctionnalités de Chatwoot est basé sur les rôles suivants.

Agent - Les agents ayant ce rôle ne peuvent accéder qu'aux boîtes de réception, aux rapports et aux conversations. Ils peuvent assigner des conversations à d'autres agents ou eux-mêmes et résoudre des conversations.

Administrateur - Administrateur aura accès à toutes les fonctionnalités de Chatwoot activées pour votre compte, y compris les paramètres, ainsi que tous les privilèges d'un agent normal.

", - "AGENT_TYPES": [ - { - "name": "administrateur", - "label": "Administrateur" - }, - { - "name": "agent", - "label": "Agent" - } - ], + "AGENT_TYPES": { + "ADMINISTRATOR": "Administrateur", + "AGENT": "Agent" + }, "LIST": { "404": "Il n'y a aucun agent associé à ce compte", "TITLE": "Gérer les agents de votre équipe", diff --git a/app/javascript/dashboard/i18n/locale/hi/agentMgmt.json b/app/javascript/dashboard/i18n/locale/hi/agentMgmt.json index 633424fed..2b2358c9a 100644 --- a/app/javascript/dashboard/i18n/locale/hi/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/hi/agentMgmt.json @@ -4,16 +4,10 @@ "HEADER_BTN_TXT": "Add Agent", "LOADING": "Fetching Agent List", "SIDEBAR_TXT": "

Agents

An Agent is a member of your Customer Support team.

Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account.

Click on Add Agent to add a new agent. Agent you add will receive an email with a confirmation link to activate their account, after which they can access Chatwoot and respond to messages.

Access to Chatwoot's features are based on following roles.

Agent - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.

Administrator - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.

", - "AGENT_TYPES": [ - { - "name": "administrator", - "label": "Administrator" - }, - { - "name": "agent", - "label": "Agent" - } - ], + "AGENT_TYPES": { + "ADMINISTRATOR": "Administrator", + "AGENT": "Agent" + }, "LIST": { "404": "There are no agents associated to this account", "TITLE": "Manage agents in your team", diff --git a/app/javascript/dashboard/i18n/locale/hu/agentMgmt.json b/app/javascript/dashboard/i18n/locale/hu/agentMgmt.json index 633424fed..2b2358c9a 100644 --- a/app/javascript/dashboard/i18n/locale/hu/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/hu/agentMgmt.json @@ -4,16 +4,10 @@ "HEADER_BTN_TXT": "Add Agent", "LOADING": "Fetching Agent List", "SIDEBAR_TXT": "

Agents

An Agent is a member of your Customer Support team.

Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account.

Click on Add Agent to add a new agent. Agent you add will receive an email with a confirmation link to activate their account, after which they can access Chatwoot and respond to messages.

Access to Chatwoot's features are based on following roles.

Agent - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.

Administrator - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.

", - "AGENT_TYPES": [ - { - "name": "administrator", - "label": "Administrator" - }, - { - "name": "agent", - "label": "Agent" - } - ], + "AGENT_TYPES": { + "ADMINISTRATOR": "Administrator", + "AGENT": "Agent" + }, "LIST": { "404": "There are no agents associated to this account", "TITLE": "Manage agents in your team", diff --git a/app/javascript/dashboard/i18n/locale/it/agentMgmt.json b/app/javascript/dashboard/i18n/locale/it/agentMgmt.json index 77c8bc768..59dfa55fd 100644 --- a/app/javascript/dashboard/i18n/locale/it/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/it/agentMgmt.json @@ -4,16 +4,10 @@ "HEADER_BTN_TXT": "Aggiungi Agente", "LOADING": "Recupero elenco Operatori", "SIDEBAR_TXT": "

Agenti

Un agente è membro del tuo team di assistenza clienti.

Gli agenti saranno in grado di visualizzare e rispondere ai messaggi dei tuoi utenti. L'elenco mostra tutti gli agenti attualmente presenti nel tuo account.

Clicca su Aggiungi agente per aggiungere un nuovo agente. Ogni agente che aggiungi riceverà un'email con un link di conferma per attivare il loro account, dopo di che possono accedere a Chatwoot e rispondere ai messaggi.

L'accesso alle funzionalità di Chatwoot si basa sui seguenti ruoli.

Agente - Gli agenti con questo ruolo possono accedere solo a messaggi, report e conversazioni. Possono assegnare conversazioni ad altri agenti o a se stessi e risolvere le conversazioni.

Amministratore - L'amministratore avrà accesso a tutte le funzionalità di Chatwoot abilitate per il tuo account, comprese le impostazioni, insieme a tutti i privilegi di un agente normale.

", - "AGENT_TYPES": [ - { - "name": "amministratore", - "label": "Amministratore" - }, - { - "name": "agente", - "label": "Agente" - } - ], + "AGENT_TYPES": { + "ADMINISTRATOR": "Amministratore", + "AGENT": "Agente" + }, "LIST": { "404": "Non ci sono agenti associati a questo account", "TITLE": "Gestisci gli agenti nel tuo team", diff --git a/app/javascript/dashboard/i18n/locale/ja/agentMgmt.json b/app/javascript/dashboard/i18n/locale/ja/agentMgmt.json index 633424fed..2b2358c9a 100644 --- a/app/javascript/dashboard/i18n/locale/ja/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ja/agentMgmt.json @@ -4,16 +4,10 @@ "HEADER_BTN_TXT": "Add Agent", "LOADING": "Fetching Agent List", "SIDEBAR_TXT": "

Agents

An Agent is a member of your Customer Support team.

Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account.

Click on Add Agent to add a new agent. Agent you add will receive an email with a confirmation link to activate their account, after which they can access Chatwoot and respond to messages.

Access to Chatwoot's features are based on following roles.

Agent - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.

Administrator - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.

", - "AGENT_TYPES": [ - { - "name": "administrator", - "label": "Administrator" - }, - { - "name": "agent", - "label": "Agent" - } - ], + "AGENT_TYPES": { + "ADMINISTRATOR": "Administrator", + "AGENT": "Agent" + }, "LIST": { "404": "There are no agents associated to this account", "TITLE": "Manage agents in your team", diff --git a/app/javascript/dashboard/i18n/locale/ko/agentMgmt.json b/app/javascript/dashboard/i18n/locale/ko/agentMgmt.json index 633424fed..2b2358c9a 100644 --- a/app/javascript/dashboard/i18n/locale/ko/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ko/agentMgmt.json @@ -4,16 +4,10 @@ "HEADER_BTN_TXT": "Add Agent", "LOADING": "Fetching Agent List", "SIDEBAR_TXT": "

Agents

An Agent is a member of your Customer Support team.

Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account.

Click on Add Agent to add a new agent. Agent you add will receive an email with a confirmation link to activate their account, after which they can access Chatwoot and respond to messages.

Access to Chatwoot's features are based on following roles.

Agent - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.

Administrator - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.

", - "AGENT_TYPES": [ - { - "name": "administrator", - "label": "Administrator" - }, - { - "name": "agent", - "label": "Agent" - } - ], + "AGENT_TYPES": { + "ADMINISTRATOR": "Administrator", + "AGENT": "Agent" + }, "LIST": { "404": "There are no agents associated to this account", "TITLE": "Manage agents in your team", diff --git a/app/javascript/dashboard/i18n/locale/ml/agentMgmt.json b/app/javascript/dashboard/i18n/locale/ml/agentMgmt.json index 9a6d7487e..fff303be2 100644 --- a/app/javascript/dashboard/i18n/locale/ml/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ml/agentMgmt.json @@ -4,16 +4,10 @@ "HEADER_BTN_TXT": "ഏജന്റിനെ ചേർക്കുക", "LOADING": "ഏജന്റ് പട്ടിക ലഭ്യമാക്കുന്നു", "SIDEBAR_TXT": "

ഏജന്റുമാർ

നിങ്ങളുടെ ഉപഭോക്തൃ പിന്തുണാ ടീമിലെ ഒരു അംഗമാണ് ഏജൻറ് .

നിങ്ങളുടെ ഉപയോക്താക്കളിൽ നിന്നുള്ള സന്ദേശങ്ങൾ കാണാനും മറുപടി നൽകാനും ഏജന്റുമാർക്ക് കഴിയും. നിലവിൽ നിങ്ങളുടെ accountലുള്ള എല്ലാ ഏജന്റുമാരെയും പട്ടിക കാണിക്കുന്നു.

ഒരു പുതിയ ഏജന്റിനെ ചേർക്കാൻ ഏജന്റിനെ ചേർക്കുക ക്ലിക്കുചെയ്യുക. നിങ്ങൾ ചേർത്ത ഏജന്റിന് അവരുടെ account സജീവമാക്കുന്നതിന് ഒരു സ്ഥിരീകരണ ലിങ്ക് ഉള്ള ഒരു ഇമെയിൽ ലഭിക്കും, അതിനുശേഷം അവർക്ക് Chatwoot ആക്സസ് ചെയ്യാനും സന്ദേശങ്ങളോട് പ്രതികരിക്കാനും കഴിയും.

ചാറ്റ്വൂട്ടിന്റെ സവിശേഷതകളിലേക്കുള്ള ആക്സസ് ഇനിപ്പറയുന്ന റോളുകളെ അടിസ്ഥാനമാക്കിയുള്ളതാണ്.

ഏജൻറ് - ഈ റോൾ ഉള്ള ഏജന്റുമാർക്ക് ഇൻ‌ബോക്സുകൾ‌, റിപ്പോർ‌ട്ടുകൾ‌, സംഭാഷണങ്ങൾ‌ എന്നിവ മാത്രമേ ആക്‌സസ് ചെയ്യാൻ‌ കഴിയൂ. അവർക്ക് മറ്റ് ഏജന്റുമാരുമായോ തങ്ങളുമായോ സംഭാഷണങ്ങൾ നിയോഗിക്കാനും സംഭാഷണങ്ങൾ പരിഹരിക്കാനും കഴിയും. സാധാരണ ഏജന്റുമാരുടെ പ്രത്യേകാവകാശങ്ങൾ.

", - "AGENT_TYPES": [ - { - "name": "അഡ്മിനിസ്‌ട്രേറ്റർ", - "label": "അഡ്മിനിസ്‌ട്രേറ്റർ" - }, - { - "name": "ഏജന്റ്", - "label": "ഏജന്റ്" - } - ], + "AGENT_TYPES": { + "ADMINISTRATOR": "അഡ്മിനിസ്‌ട്രേറ്റർ", + "AGENT": "ഏജന്റ്" + }, "LIST": { "404": "ഈ അക്കൗണ്ടുമായി ബന്ധപ്പെട്ട ഏജന്റുകളൊന്നുമില്ല", "TITLE": "നിങ്ങളുടെ ടീമിലെ ഏജന്റുമാരെ മാനേജുചെയ്യുക", diff --git a/app/javascript/dashboard/i18n/locale/nl/agentMgmt.json b/app/javascript/dashboard/i18n/locale/nl/agentMgmt.json index 2f9fa444e..2ff181b33 100644 --- a/app/javascript/dashboard/i18n/locale/nl/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/nl/agentMgmt.json @@ -4,16 +4,10 @@ "HEADER_BTN_TXT": "Medewerker toevoegen", "LOADING": "Ophalen van medewerkerslijst", "SIDEBAR_TXT": "

Agents

An Agent is a member of your Customer Support team.

Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account.

Click on Add Agent to add a new agent. Agent you add will receive an email with a confirmation link to activate their account, after which they can access Chatwoot and respond to messages.

Access to Chatwoot's features are based on following roles.

Agent - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.

Administrator - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.

", - "AGENT_TYPES": [ - { - "name": "administrator", - "label": "Beheerder" - }, - { - "name": "agent", - "label": "Medewerker" - } - ], + "AGENT_TYPES": { + "ADMINISTRATOR": "Beheerder", + "AGENT": "Medewerker" + }, "LIST": { "404": "Er zijn geen medewerkers gekoppeld aan dit account", "TITLE": "Beheer medewerkers in uw team", diff --git a/app/javascript/dashboard/i18n/locale/pl/agentMgmt.json b/app/javascript/dashboard/i18n/locale/pl/agentMgmt.json index 5604dff14..65e3e7653 100644 --- a/app/javascript/dashboard/i18n/locale/pl/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/pl/agentMgmt.json @@ -4,16 +4,10 @@ "HEADER_BTN_TXT": "Dodaj agenta", "LOADING": "Pobieranie listy agentów", "SIDEBAR_TXT": "

Agents

An Agent is a member of your Customer Support team.

Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account.

Click on Add Agent to add a new agent. Agent you add will receive an email with a confirmation link to activate their account, after which they can access Chatwoot and respond to messages.

Access to Chatwoot's features are based on following roles.

Agent - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.

Administrator - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.

", - "AGENT_TYPES": [ - { - "name": "administrator", - "label": "Administrator" - }, - { - "name": "agent", - "label": "Agent" - } - ], + "AGENT_TYPES": { + "ADMINISTRATOR": "Administrator", + "AGENT": "Agent" + }, "LIST": { "404": "Nie ma agentów powiązanych z tym kontem", "TITLE": "Zarządzaj agentami w zespole", diff --git a/app/javascript/dashboard/i18n/locale/pt/agentMgmt.json b/app/javascript/dashboard/i18n/locale/pt/agentMgmt.json index c2b8209fb..04c4fb160 100644 --- a/app/javascript/dashboard/i18n/locale/pt/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/pt/agentMgmt.json @@ -4,16 +4,10 @@ "HEADER_BTN_TXT": "Adicionar Agente", "LOADING": "Buscando lista de agente", "SIDEBAR_TXT": "

Agents

An Agent is a member of your Customer Support team.

Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account.

Click on Add Agent to add a new agent. Agent you add will receive an email with a confirmation link to activate their account, after which they can access Chatwoot and respond to messages.

Access to Chatwoot's features are based on following roles.

Agent - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.

Administrator - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.

", - "AGENT_TYPES": [ - { - "name": "administrator", - "label": "Administrador" - }, - { - "name": "agent", - "label": "Representante" - } - ], + "AGENT_TYPES": { + "ADMINISTRATOR": "Administrador", + "AGENT": "Representante" + }, "LIST": { "404": "Não há agentes associados a esta conta", "TITLE": "Gerenciar agentes na sua equipe", diff --git a/app/javascript/dashboard/i18n/locale/pt_BR/agentMgmt.json b/app/javascript/dashboard/i18n/locale/pt_BR/agentMgmt.json index 3f668e7ce..d8be4a31a 100644 --- a/app/javascript/dashboard/i18n/locale/pt_BR/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/pt_BR/agentMgmt.json @@ -4,16 +4,10 @@ "HEADER_BTN_TXT": "Adicionar Agente", "LOADING": "Buscando lista de agente", "SIDEBAR_TXT": "

Agentes

Um Agente é um membro da sua equipe de Suporte ao Cliente.

Os agentes serão capazes de ver e responder as mensagens dos seus usuários. A lista mostra todos os agentes atualmente em sua conta.

Clique em Adicionar Agente para adicionar um novo agente. O agente que você adicionar receberá um e-mail com um link de confirmação para ativar sua conta, para acessar o Chatwoot e responder às mensagens.

O acesso aos recursos do Chatwoot são baseados nas seguintes funções.

Agentes - Agentes com essa função só podem acessar caixas de entrada, relatórios e conversas. Eles podem atribuir conversas a outros agentes ou a eles próprios e resolver conversas.

Administrador - Administrador terá acesso a todos os recursos do Chatwoot ativados para sua conta, incluindo configurações e todos os privilégios de agentes normais.

", - "AGENT_TYPES": [ - { - "name": "administrador", - "label": "Administrador" - }, - { - "name": "agente", - "label": "Agente" - } - ], + "AGENT_TYPES": { + "ADMINISTRATOR": "Administrador", + "AGENT": "Agente" + }, "LIST": { "404": "Não existem agentes associados a esta conta", "TITLE": "Gerenciar agentes da sua equipe", diff --git a/app/javascript/dashboard/i18n/locale/ro/agentMgmt.json b/app/javascript/dashboard/i18n/locale/ro/agentMgmt.json index c1c0721da..bc582e4ed 100644 --- a/app/javascript/dashboard/i18n/locale/ro/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ro/agentMgmt.json @@ -4,16 +4,10 @@ "HEADER_BTN_TXT": "Adaugă agent", "LOADING": "Se preia lista de agenți", "SIDEBAR_TXT": "

Agenții

Un agent este membru al echipei dumneavoastră de asistență pentru clienți.

Agenți vor putea vizualiza mesajele utilizatorilor și le vor putea răspunde. Lista afișează toți agenții din contul tău.

Faceți clic pe Adăugați Agent pentru a adăuga un agent nou. Agentul pe care îl adăugați va primi un e-mail cu un link de confirmare pentru a-și activa contul, după care pot accesa Chatwoot și răspunde la mesaje.

Accesul la Chatwoot este bazat pe următoarele roluri.

Agent - Agenții cu acest rol pot accesa doar mesaje, rapoarte și conversații. Ei pot atribui conversații altor agenți sau ei înșiși și pot rezolva conversațiile.

Administrator - Administratorul va avea acces la toate caracteristicile Chatwoot activate pentru contul dumneavoastră, inclusiv setările şi facturarea, împreună cu toate privilegiile agenţilor obişnuiţi.

", - "AGENT_TYPES": [ - { - "name": "administrator", - "label": "Administrator" - }, - { - "name": "agent", - "label": "Agent" - } - ], + "AGENT_TYPES": { + "ADMINISTRATOR": "Administrator", + "AGENT": "Agent" + }, "LIST": { "404": "Nu există agenți asociați acestui cont", "TITLE": "Gestionează agenții din echipa ta", diff --git a/app/javascript/dashboard/i18n/locale/ru/agentMgmt.json b/app/javascript/dashboard/i18n/locale/ru/agentMgmt.json index 1f468693e..3f1582d65 100644 --- a/app/javascript/dashboard/i18n/locale/ru/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ru/agentMgmt.json @@ -4,16 +4,10 @@ "HEADER_BTN_TXT": "Добавить оператора", "LOADING": "Загружаем список операторов", "SIDEBAR_TXT": "

Операторы

Оператор – это член вашей команды поддержки.

Операторы смогут читать сообщения от ваших пользователей и отвечать на них. В этом списке все операторы, подключенные к вашему аккаунту.

Нажмите Добавить оператора, чтобы пригласить нового оператора. Оператор получит письмо со ссылкой для подтверждения аккаунта, после чего он сможет входить в Chatwoot и отвечать на сообщения.

Доступ к функциям Chatwoot определяется следующими ролями:

Оператор - открывает доступ к списку сообщений, отчетам и диалогам. Операторы могут назначать диалоги себе или другим операторам и завершать диалоги.

Администратор - открывает доступ ко всем функциям Chatwook на вашем аккаунте, включая настройки, в дополнение к стандартным правам оператора.

", - "AGENT_TYPES": [ - { - "name": "administrator", - "label": "Администратор" - }, - { - "name": "agent", - "label": "Оператор" - } - ], + "AGENT_TYPES": { + "ADMINISTRATOR": "Администратор", + "AGENT": "Оператор" + }, "LIST": { "404": "Нет связанных с этим аккаунтом операторов", "TITLE": "Управляйте операторами вашей команды", diff --git a/app/javascript/dashboard/i18n/locale/sk/agentMgmt.json b/app/javascript/dashboard/i18n/locale/sk/agentMgmt.json index 633424fed..2b2358c9a 100644 --- a/app/javascript/dashboard/i18n/locale/sk/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/sk/agentMgmt.json @@ -4,16 +4,10 @@ "HEADER_BTN_TXT": "Add Agent", "LOADING": "Fetching Agent List", "SIDEBAR_TXT": "

Agents

An Agent is a member of your Customer Support team.

Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account.

Click on Add Agent to add a new agent. Agent you add will receive an email with a confirmation link to activate their account, after which they can access Chatwoot and respond to messages.

Access to Chatwoot's features are based on following roles.

Agent - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.

Administrator - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.

", - "AGENT_TYPES": [ - { - "name": "administrator", - "label": "Administrator" - }, - { - "name": "agent", - "label": "Agent" - } - ], + "AGENT_TYPES": { + "ADMINISTRATOR": "Administrator", + "AGENT": "Agent" + }, "LIST": { "404": "There are no agents associated to this account", "TITLE": "Manage agents in your team", diff --git a/app/javascript/dashboard/i18n/locale/sv/agentMgmt.json b/app/javascript/dashboard/i18n/locale/sv/agentMgmt.json index b82f16c2e..f83187b62 100644 --- a/app/javascript/dashboard/i18n/locale/sv/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/sv/agentMgmt.json @@ -4,16 +4,10 @@ "HEADER_BTN_TXT": "Lägg till agentur", "LOADING": "Hämtar agentlista", "SIDEBAR_TXT": "

Agents

An Agent is a member of your Customer Support team.

Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account.

Click on Add Agent to add a new agent. Agent you add will receive an email with a confirmation link to activate their account, after which they can access Chatwoot and respond to messages.

Access to Chatwoot's features are based on following roles.

Agent - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.

Administrator - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.

", - "AGENT_TYPES": [ - { - "name": "administrator", - "label": "Administratör" - }, - { - "name": "agent", - "label": "Agentkommando" - } - ], + "AGENT_TYPES": { + "ADMINISTRATOR": "Administratör", + "AGENT": "Agentkommando" + }, "LIST": { "404": "Det finns inga agenter kopplade till detta konto", "TITLE": "Hantera agenter i ditt team", diff --git a/app/javascript/dashboard/i18n/locale/ta/agentMgmt.json b/app/javascript/dashboard/i18n/locale/ta/agentMgmt.json index 838ed4b77..0d46a23cc 100644 --- a/app/javascript/dashboard/i18n/locale/ta/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ta/agentMgmt.json @@ -4,16 +4,10 @@ "HEADER_BTN_TXT": "ஏஜென்ட்களைச் சேர்க்க", "LOADING": "ஏஜென்ட் பட்டியலைப் பெறபடுகிறது", "SIDEBAR_TXT": "

ஏஜென்ட்கள்

ஒரு ஏஜென்ட் உங்கள் வாடிக்கையாளர் சேவை குழுவில் உறுப்பினராக உள்ளார்.

ஏஜென்ட்கள் உங்கள் பயனர்களிடமிருந்து வரும் செய்திகளைக் காணவும் பதிலளிக்கவும் முடியும். தற்போது உங்கள் கணக்கில் உள்ள அனைத்து ஏஜென்ட்களையும் இந்த பட்டியல் காட்டுகிறது.

புதிய ஏஜென்ட்களைச் சேர்க்க முகவரைச் சேர் என்பதைக் கிளிக் செய்யவும். நீங்கள் சேர்க்கும் ஏஜென்ட் தங்கள் கணக்கைச் செயல்படுத்த உறுதிப்படுத்தல் இணைப்பைக் கொண்ட ஈமெயிலைப் பெறுவார், அதன் பிறகு அவர்கள் சாட்வூட்டை அணுகலாம் மற்றும் செய்திகளுக்கு பதிலளிக்கலாம்.

சாட்வூட்டின் அம்சங்களுக்கான அணுகல் பின்வரும் பாத்திரங்களை அடிப்படையாகக் கொண்டது.

ஏஜென்ட் - இந்த பாத்திரத்தைக் கொண்ட ஏஜென்ட்கள் இன்பாக்ஸ்கள், அறிக்கைகள் மற்றும் உரையாடல்களை மட்டுமே அணுக முடியும். அவர்கள் மற்ற ஏஜென்ட்களுக்கோ அல்லது தங்களுக்கோ உரையாடல்களை ஒதுக்கலாம் மற்றும் உரையாடல்களை தீர்க்கலாம்.

நிர்வாகி - அமைப்புகள் உட்பட, உங்கள் கணக்கில் இயக்கப்பட்ட அனைத்து சாட்வூட் அம்சங்களுக்கும் மற்றும் இதர சாதாரண சலுகைகளும் அடங்கும்", - "AGENT_TYPES": [ - { - "name": "administrator", - "label": "நிர்வாகி" - }, - { - "name": "agent", - "label": "ஏஜென்ட்" - } - ], + "AGENT_TYPES": { + "ADMINISTRATOR": "நிர்வாகி", + "AGENT": "ஏஜென்ட்" + }, "LIST": { "404": "இந்த கணக்குடன் எந்த ஏஜென்ட்டும் இல்லை", "TITLE": "உங்கள் அணியில் ஏஜென்ட்களை நிர்வகிக்கவும்", diff --git a/app/javascript/dashboard/i18n/locale/th/agentMgmt.json b/app/javascript/dashboard/i18n/locale/th/agentMgmt.json index 6a7c2a609..bf1d2f43c 100644 --- a/app/javascript/dashboard/i18n/locale/th/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/th/agentMgmt.json @@ -4,16 +4,10 @@ "HEADER_BTN_TXT": "เพิ่มพนักงาน", "LOADING": "กำลังดึงข้อมูลรายชื่อพนักงาน", "SIDEBAR_TXT": "

พนักงาน

พนักงาน คือสมาชิกของทีมสนับสนุนลูกค้าของคุณ

พนักงานจะสามารถดูและตอบกลับข้อความจากผู้ใช้ของคุณได้ รายการนี้แสดงพนักงานทั้งหมดที่อยู่ในบัญชีของคุณ

คลิกที่ เพิ่มตัวแทน เพื่อเพิ่มตัวแทนใหม่ ตัวแทนที่คุณเพิ่มจะได้รับอีเมลพร้อมลิงก์ยืนยันเพื่อเปิดใช้งานบัญชีของพวกเขาหลังจากนั้นพวกเขาสามารถเข้าถึง Chatwoot และตอบกลับข้อความได้

การเข้าถึงคุณสมบัติของ Chatwoot ขึ้นอยู่กับบทบาทต่อไปนี้

พนักงาน - ตัวแทนที่มีบทบาทนี้สามารถเข้าถึงได้เฉพาะกล่องจดหมายรายงานและการสนทนา พวกเขาสามารถกำหนดการสนทนาให้กับตัวแทนคนอื่น ๆ หรือตัวเองและแก้ไขการสนทนาได้

ผู้ดูแลระบบ - ผู้ดูแลระบบจะสามารถเข้าถึงคุณลักษณะ Chatwoot ทั้งหมดที่เปิดใช้งานสำหรับบัญชีของคุณรวมถึงการตั้งค่าพร้อมด้วย สิทธิพิเศษของตัวแทนทั่วไป

", - "AGENT_TYPES": [ - { - "name": "administrator", - "label": "ผู้ดูเเล" - }, - { - "name": "agent", - "label": "พนักงาน" - } - ], + "AGENT_TYPES": { + "ADMINISTRATOR": "ผู้ดูเเล", + "AGENT": "พนักงาน" + }, "LIST": { "404": "ไม่มีพนักงานที่เกี่ยวข้องในบัญชีนี้", "TITLE": "จัดการพนักงานในทีมของคุณ", diff --git a/app/javascript/dashboard/i18n/locale/tr/agentMgmt.json b/app/javascript/dashboard/i18n/locale/tr/agentMgmt.json index 633424fed..2b2358c9a 100644 --- a/app/javascript/dashboard/i18n/locale/tr/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/tr/agentMgmt.json @@ -4,16 +4,10 @@ "HEADER_BTN_TXT": "Add Agent", "LOADING": "Fetching Agent List", "SIDEBAR_TXT": "

Agents

An Agent is a member of your Customer Support team.

Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account.

Click on Add Agent to add a new agent. Agent you add will receive an email with a confirmation link to activate their account, after which they can access Chatwoot and respond to messages.

Access to Chatwoot's features are based on following roles.

Agent - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.

Administrator - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.

", - "AGENT_TYPES": [ - { - "name": "administrator", - "label": "Administrator" - }, - { - "name": "agent", - "label": "Agent" - } - ], + "AGENT_TYPES": { + "ADMINISTRATOR": "Administrator", + "AGENT": "Agent" + }, "LIST": { "404": "There are no agents associated to this account", "TITLE": "Manage agents in your team", diff --git a/app/javascript/dashboard/i18n/locale/uk/agentMgmt.json b/app/javascript/dashboard/i18n/locale/uk/agentMgmt.json index 94277682c..2578e4cb3 100644 --- a/app/javascript/dashboard/i18n/locale/uk/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/uk/agentMgmt.json @@ -4,16 +4,10 @@ "HEADER_BTN_TXT": "Додати агента", "LOADING": "Отримання списку агентів", "SIDEBAR_TXT": "

Agents

An Agent is a member of your Customer Support team.

Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account.

Click on Add Agent to add a new agent. Agent you add will receive an email with a confirmation link to activate their account, after which they can access Chatwoot and respond to messages.

Access to Chatwoot's features are based on following roles.

Agent - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.

Administrator - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.

", - "AGENT_TYPES": [ - { - "name": "адміністратор", - "label": "Адміністратор" - }, - { - "name": "агент", - "label": "Агент" - } - ], + "AGENT_TYPES": { + "ADMINISTRATOR": "Адміністратор", + "AGENT": "Агент" + }, "LIST": { "404": "Немає агентів, пов'язаних з цим обліковим записом", "TITLE": "Керування агентами у вашій команді", diff --git a/app/javascript/dashboard/i18n/locale/vi/agentMgmt.json b/app/javascript/dashboard/i18n/locale/vi/agentMgmt.json index 633424fed..2b2358c9a 100644 --- a/app/javascript/dashboard/i18n/locale/vi/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/vi/agentMgmt.json @@ -4,16 +4,10 @@ "HEADER_BTN_TXT": "Add Agent", "LOADING": "Fetching Agent List", "SIDEBAR_TXT": "

Agents

An Agent is a member of your Customer Support team.

Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account.

Click on Add Agent to add a new agent. Agent you add will receive an email with a confirmation link to activate their account, after which they can access Chatwoot and respond to messages.

Access to Chatwoot's features are based on following roles.

Agent - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.

Administrator - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.

", - "AGENT_TYPES": [ - { - "name": "administrator", - "label": "Administrator" - }, - { - "name": "agent", - "label": "Agent" - } - ], + "AGENT_TYPES": { + "ADMINISTRATOR": "Administrator", + "AGENT": "Agent" + }, "LIST": { "404": "There are no agents associated to this account", "TITLE": "Manage agents in your team", diff --git a/app/javascript/dashboard/i18n/locale/zh/agentMgmt.json b/app/javascript/dashboard/i18n/locale/zh/agentMgmt.json index 633424fed..2b2358c9a 100644 --- a/app/javascript/dashboard/i18n/locale/zh/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/zh/agentMgmt.json @@ -4,16 +4,10 @@ "HEADER_BTN_TXT": "Add Agent", "LOADING": "Fetching Agent List", "SIDEBAR_TXT": "

Agents

An Agent is a member of your Customer Support team.

Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account.

Click on Add Agent to add a new agent. Agent you add will receive an email with a confirmation link to activate their account, after which they can access Chatwoot and respond to messages.

Access to Chatwoot's features are based on following roles.

Agent - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.

Administrator - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.

", - "AGENT_TYPES": [ - { - "name": "administrator", - "label": "Administrator" - }, - { - "name": "agent", - "label": "Agent" - } - ], + "AGENT_TYPES": { + "ADMINISTRATOR": "Administrator", + "AGENT": "Agent" + }, "LIST": { "404": "There are no agents associated to this account", "TITLE": "Manage agents in your team", diff --git a/app/javascript/dashboard/i18n/locale/zh_CN/agentMgmt.json b/app/javascript/dashboard/i18n/locale/zh_CN/agentMgmt.json index fd27e292c..8b1116e4b 100644 --- a/app/javascript/dashboard/i18n/locale/zh_CN/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/zh_CN/agentMgmt.json @@ -4,16 +4,10 @@ "HEADER_BTN_TXT": "添加客服代理", "LOADING": "正在获取客服代理列表", "SIDEBAR_TXT": "

客服代理

客服代理 是您的客户支持团队成员。

客服 代理人将能够查看和回复您用户的消息。 列表显示当前帐户中的所有客服代理人。

点击 添加客服代理 添加新客服代理人。 您添加的客服代理将收到一封含有确认链接的电子邮件来激活他们的帐户,然后他们可以访问Chatwoot 并回复消息。

聊天窗口的功能基于以下角色。

Agent - 具有此角色的代理只能访问收件箱、报告和会话。 他们可以将对话分配给其他客服代理人或自己,并解决会话。

管理员 - 管理员将可以访问您账户中所有已启用的聊天功能。 包括设置,以及所有正常客服代理的权限。

", - "AGENT_TYPES": [ - { - "name": "administrator", - "label": "管理员" - }, - { - "name": "agent", - "label": "客服代理" - } - ], + "AGENT_TYPES": { + "ADMINISTRATOR": "管理员", + "AGENT": "客服代理" + }, "LIST": { "404": "没有与此账户关联的代理", "TITLE": "管理您团队中的代理", diff --git a/app/javascript/dashboard/i18n/locale/zh_TW/agentMgmt.json b/app/javascript/dashboard/i18n/locale/zh_TW/agentMgmt.json index 633424fed..2b2358c9a 100644 --- a/app/javascript/dashboard/i18n/locale/zh_TW/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/zh_TW/agentMgmt.json @@ -4,16 +4,10 @@ "HEADER_BTN_TXT": "Add Agent", "LOADING": "Fetching Agent List", "SIDEBAR_TXT": "

Agents

An Agent is a member of your Customer Support team.

Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account.

Click on Add Agent to add a new agent. Agent you add will receive an email with a confirmation link to activate their account, after which they can access Chatwoot and respond to messages.

Access to Chatwoot's features are based on following roles.

Agent - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.

Administrator - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.

", - "AGENT_TYPES": [ - { - "name": "administrator", - "label": "Administrator" - }, - { - "name": "agent", - "label": "Agent" - } - ], + "AGENT_TYPES": { + "ADMINISTRATOR": "Administrator", + "AGENT": "Agent" + }, "LIST": { "404": "There are no agents associated to this account", "TITLE": "Manage agents in your team", diff --git a/app/javascript/dashboard/routes/dashboard/settings/agents/AddAgent.vue b/app/javascript/dashboard/routes/dashboard/settings/agents/AddAgent.vue index 4c5b571e7..8cc1a83e1 100644 --- a/app/javascript/dashboard/routes/dashboard/settings/agents/AddAgent.vue +++ b/app/javascript/dashboard/routes/dashboard/settings/agents/AddAgent.vue @@ -21,16 +21,11 @@