fix: Remove agent keys from translation file (#1261)
This commit is contained in:
@@ -65,8 +65,8 @@
|
|||||||
<h3 class="current-user--name">
|
<h3 class="current-user--name">
|
||||||
{{ currentUserAvailableName }}
|
{{ currentUserAvailableName }}
|
||||||
</h3>
|
</h3>
|
||||||
<h5 class="current-user--role">
|
<h5 v-if="currentRole" class="current-user--role">
|
||||||
{{ currentRole }}
|
{{ $t(`AGENT_MGMT.AGENT_TYPES.${currentRole.toUpperCase()}`) }}
|
||||||
</h5>
|
</h5>
|
||||||
</div>
|
</div>
|
||||||
<span class="current-user--options icon ion-android-more-vertical" />
|
<span class="current-user--options icon ion-android-more-vertical" />
|
||||||
@@ -162,7 +162,6 @@ import Thumbnail from '../widgets/Thumbnail';
|
|||||||
import { getSidebarItems } from '../../i18n/default-sidebar';
|
import { getSidebarItems } from '../../i18n/default-sidebar';
|
||||||
import { required, minLength } from 'vuelidate/lib/validators';
|
import { required, minLength } from 'vuelidate/lib/validators';
|
||||||
import alertMixin from 'shared/mixins/alertMixin';
|
import alertMixin from 'shared/mixins/alertMixin';
|
||||||
// import accountMixin from '../../../../../mixins/account';
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
|
|||||||
@@ -4,16 +4,10 @@
|
|||||||
"HEADER_BTN_TXT": "إضافة موظف",
|
"HEADER_BTN_TXT": "إضافة موظف",
|
||||||
"LOADING": "جار جلب قائمة الموظفين",
|
"LOADING": "جار جلب قائمة الموظفين",
|
||||||
"SIDEBAR_TXT": "<p><b>الموظفين</b></p> <p> موظف الدعم <b></b> هو عضو في فريق دعم العملاء الخاص بك. </p><p> يستطيع موظفو الدعم مشاهدة الرسائل الواردة من المستخدمين والرد عليها. تظهر القائمة جميع الموظفين الموجودين حاليا في حسابك. </p><p> انقر فوق <b>إضافة موظف</b> لإضافة موظف دعم فني جديد. سيتلقى الشخص الذي تضيفه رسالة بريد إلكتروني مع رابط تأكيد لتفعيل حسابه ، وبعد ذلك يمكنهم الوصول إلى Chatwoot والرد على الرسائل. </p><p> الوصول إلى ميزات Chatwoot يتوقف على الصلاحيات التالية. </p><p> <b>الموظف</b> - موظفي الدعم الذين لديهم هذه الصلاحية يمكنهم فقط الوصول إلى صناديق قنوات التواصل والتقارير والمحادثات. ويمكنهم بدء محادثات مع موظفين آخرين أو مع أنفسهم وأيضاً إغلاق المحادثات.</p><p> <b>مدير البرنامج</b> - الشخص المسؤول من الوصول إلى جميع ميزات Chatwoot المفعلة للحساب الخاص بك. بما في ذلك الإعدادات، إلى جانب جميع امتيازات الموظفين العاديين.</p>",
|
"SIDEBAR_TXT": "<p><b>الموظفين</b></p> <p> موظف الدعم <b></b> هو عضو في فريق دعم العملاء الخاص بك. </p><p> يستطيع موظفو الدعم مشاهدة الرسائل الواردة من المستخدمين والرد عليها. تظهر القائمة جميع الموظفين الموجودين حاليا في حسابك. </p><p> انقر فوق <b>إضافة موظف</b> لإضافة موظف دعم فني جديد. سيتلقى الشخص الذي تضيفه رسالة بريد إلكتروني مع رابط تأكيد لتفعيل حسابه ، وبعد ذلك يمكنهم الوصول إلى Chatwoot والرد على الرسائل. </p><p> الوصول إلى ميزات Chatwoot يتوقف على الصلاحيات التالية. </p><p> <b>الموظف</b> - موظفي الدعم الذين لديهم هذه الصلاحية يمكنهم فقط الوصول إلى صناديق قنوات التواصل والتقارير والمحادثات. ويمكنهم بدء محادثات مع موظفين آخرين أو مع أنفسهم وأيضاً إغلاق المحادثات.</p><p> <b>مدير البرنامج</b> - الشخص المسؤول من الوصول إلى جميع ميزات Chatwoot المفعلة للحساب الخاص بك. بما في ذلك الإعدادات، إلى جانب جميع امتيازات الموظفين العاديين.</p>",
|
||||||
"AGENT_TYPES": [
|
"AGENT_TYPES": {
|
||||||
{
|
"ADMINISTRATOR": "المدير",
|
||||||
"name": "administrator",
|
"AGENT": "موظف الدعم"
|
||||||
"label": "المدير"
|
},
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "agent",
|
|
||||||
"label": "موظف الدعم"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "لا يوجد موظفي دعم مرتبطين بهذا الحساب",
|
"404": "لا يوجد موظفي دعم مرتبطين بهذا الحساب",
|
||||||
"TITLE": "إدارة موظفي الدعم في فريقك",
|
"TITLE": "إدارة موظفي الدعم في فريقك",
|
||||||
|
|||||||
@@ -4,16 +4,10 @@
|
|||||||
"HEADER_BTN_TXT": "Afegir Agent",
|
"HEADER_BTN_TXT": "Afegir Agent",
|
||||||
"LOADING": "S'està recollint la llista d'agents",
|
"LOADING": "S'està recollint la llista d'agents",
|
||||||
"SIDEBAR_TXT": "<p><b>Agents</b></p> <p> An <b>Agent</b> is a member of your Customer Support team. </p><p> Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account. </p><p> Click on <b>Add Agent</b> 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. </p><p> Access to Chatwoot's features are based on following roles. </p><p> <b>Agent</b> - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.</p><p> <b>Administrator</b> - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.</p>",
|
"SIDEBAR_TXT": "<p><b>Agents</b></p> <p> An <b>Agent</b> is a member of your Customer Support team. </p><p> Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account. </p><p> Click on <b>Add Agent</b> 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. </p><p> Access to Chatwoot's features are based on following roles. </p><p> <b>Agent</b> - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.</p><p> <b>Administrator</b> - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.</p>",
|
||||||
"AGENT_TYPES": [
|
"AGENT_TYPES": {
|
||||||
{
|
"ADMINISTRATOR": "Administrador/a",
|
||||||
"name": "administrador/a",
|
"AGENT": "Agent"
|
||||||
"label": "Administrador/a"
|
},
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "agent",
|
|
||||||
"label": "Agent"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "No hi ha agents associats a aquest compte",
|
"404": "No hi ha agents associats a aquest compte",
|
||||||
"TITLE": "Gestiona agents en el teu equip",
|
"TITLE": "Gestiona agents en el teu equip",
|
||||||
|
|||||||
@@ -4,16 +4,10 @@
|
|||||||
"HEADER_BTN_TXT": "Přidat agenta",
|
"HEADER_BTN_TXT": "Přidat agenta",
|
||||||
"LOADING": "Načítání seznamu agentů",
|
"LOADING": "Načítání seznamu agentů",
|
||||||
"SIDEBAR_TXT": "<p><b>Agents</b></p> <p> An <b>Agent</b> is a member of your Customer Support team. </p><p> Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account. </p><p> Click on <b>Add Agent</b> 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. </p><p> Access to Chatwoot's features are based on following roles. </p><p> <b>Agent</b> - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.</p><p> <b>Administrator</b> - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.</p>",
|
"SIDEBAR_TXT": "<p><b>Agents</b></p> <p> An <b>Agent</b> is a member of your Customer Support team. </p><p> Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account. </p><p> Click on <b>Add Agent</b> 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. </p><p> Access to Chatwoot's features are based on following roles. </p><p> <b>Agent</b> - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.</p><p> <b>Administrator</b> - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.</p>",
|
||||||
"AGENT_TYPES": [
|
"AGENT_TYPES": {
|
||||||
{
|
"ADMINISTRATOR": "Administrátor",
|
||||||
"name": "administrator",
|
"AGENT": "Agent"
|
||||||
"label": "Administrátor"
|
},
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "agent",
|
|
||||||
"label": "Agent"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "K tomuto účtu nejsou přiřazeni žádní agenti",
|
"404": "K tomuto účtu nejsou přiřazeni žádní agenti",
|
||||||
"TITLE": "Spravujte agenty ve vašem týmu",
|
"TITLE": "Spravujte agenty ve vašem týmu",
|
||||||
|
|||||||
@@ -4,16 +4,10 @@
|
|||||||
"HEADER_BTN_TXT": "Add Agent",
|
"HEADER_BTN_TXT": "Add Agent",
|
||||||
"LOADING": "Fetching Agent List",
|
"LOADING": "Fetching Agent List",
|
||||||
"SIDEBAR_TXT": "<p><b>Agents</b></p> <p> An <b>Agent</b> is a member of your Customer Support team. </p><p> Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account. </p><p> Click on <b>Add Agent</b> 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. </p><p> Access to Chatwoot's features are based on following roles. </p><p> <b>Agent</b> - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.</p><p> <b>Administrator</b> - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.</p>",
|
"SIDEBAR_TXT": "<p><b>Agents</b></p> <p> An <b>Agent</b> is a member of your Customer Support team. </p><p> Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account. </p><p> Click on <b>Add Agent</b> 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. </p><p> Access to Chatwoot's features are based on following roles. </p><p> <b>Agent</b> - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.</p><p> <b>Administrator</b> - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.</p>",
|
||||||
"AGENT_TYPES": [
|
"AGENT_TYPES": {
|
||||||
{
|
"ADMINISTRATOR": "Administrator",
|
||||||
"name": "administrator",
|
"AGENT": "Agent"
|
||||||
"label": "Administrator"
|
},
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "agent",
|
|
||||||
"label": "Agent"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "There are no agents associated to this account",
|
"404": "There are no agents associated to this account",
|
||||||
"TITLE": "Manage agents in your team",
|
"TITLE": "Manage agents in your team",
|
||||||
@@ -35,9 +29,9 @@
|
|||||||
"PLACEHOLDER": "Please enter a name of the agent"
|
"PLACEHOLDER": "Please enter a name of the agent"
|
||||||
},
|
},
|
||||||
"AGENT_TYPE": {
|
"AGENT_TYPE": {
|
||||||
"LABEL": "Agent Type",
|
"LABEL": "Role",
|
||||||
"PLACEHOLDER": "Please select a type",
|
"PLACEHOLDER": "Please select a role",
|
||||||
"ERROR": "Agent type is required"
|
"ERROR": "Role is required"
|
||||||
},
|
},
|
||||||
"EMAIL": {
|
"EMAIL": {
|
||||||
"LABEL": "Email Address",
|
"LABEL": "Email Address",
|
||||||
@@ -72,9 +66,9 @@
|
|||||||
"PLACEHOLDER": "Please enter a name of the agent"
|
"PLACEHOLDER": "Please enter a name of the agent"
|
||||||
},
|
},
|
||||||
"AGENT_TYPE": {
|
"AGENT_TYPE": {
|
||||||
"LABEL": "Agent Type",
|
"LABEL": "Role",
|
||||||
"PLACEHOLDER": "Please select a type",
|
"PLACEHOLDER": "Please select a role",
|
||||||
"ERROR": "Agent type is required"
|
"ERROR": "Role is required"
|
||||||
},
|
},
|
||||||
"EMAIL": {
|
"EMAIL": {
|
||||||
"LABEL": "Email Address",
|
"LABEL": "Email Address",
|
||||||
|
|||||||
@@ -4,16 +4,10 @@
|
|||||||
"HEADER_BTN_TXT": "Agent hinzufügen",
|
"HEADER_BTN_TXT": "Agent hinzufügen",
|
||||||
"LOADING": "Agentenliste abrufen",
|
"LOADING": "Agentenliste abrufen",
|
||||||
"SIDEBAR_TXT": "<p><b>Agents</b></p> <p> An <b>Agent</b> is a member of your Customer Support team. </p><p> Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account. </p><p> Click on <b>Add Agent</b> 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. </p><p> Access to Chatwoot's features are based on following roles. </p><p> <b>Agent</b> - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.</p><p> <b>Administrator</b> - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.</p>",
|
"SIDEBAR_TXT": "<p><b>Agents</b></p> <p> An <b>Agent</b> is a member of your Customer Support team. </p><p> Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account. </p><p> Click on <b>Add Agent</b> 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. </p><p> Access to Chatwoot's features are based on following roles. </p><p> <b>Agent</b> - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.</p><p> <b>Administrator</b> - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.</p>",
|
||||||
"AGENT_TYPES": [
|
"AGENT_TYPES": {
|
||||||
{
|
"ADMINISTRATOR": "Administrator",
|
||||||
"name": "administrator",
|
"AGENT": "Agent"
|
||||||
"label": "Administrator"
|
},
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "agent",
|
|
||||||
"label": "Agent"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "Diesem Konto sind keine Agenten zugeordnet",
|
"404": "Diesem Konto sind keine Agenten zugeordnet",
|
||||||
"TITLE": "Verwalten Sie Agenten in Ihrem Team",
|
"TITLE": "Verwalten Sie Agenten in Ihrem Team",
|
||||||
|
|||||||
@@ -4,16 +4,10 @@
|
|||||||
"HEADER_BTN_TXT": "Προσθήκη Πράκτορα",
|
"HEADER_BTN_TXT": "Προσθήκη Πράκτορα",
|
||||||
"LOADING": "Λήψη της λίστα των Πρακτόρων",
|
"LOADING": "Λήψη της λίστα των Πρακτόρων",
|
||||||
"SIDEBAR_TXT": "<p><b>Πράκτορες</b></p> <p> Ένας <b>Πράκτορας</b> είναι ένα μέλος της ομάδας υποστήριξής σας. </p><p> Οι πράκτορες θα μπορούν να δουν και να απαντήσουν στα μηνύματα των χρηστών. Στην λίστα φαίνονται όλοι οι πράκτορες που συμμετέχουν στον λογαριασμό σας. </p><p> Πατήστε στο <b>Προσθήκη Πράκτορα</b> για να προσθέσετε έναν νέο. Ο πράκτορας θα λάβει ένα email με σύνδεσμο επιβεβαίωσης για να ενεργοποιήσει τον λογαριασμό του, ύστερα θα μπορούν να δουν το Chatwoot και να ανταποκρίνονται στα μηνύματά τους. </p><p> Η πρόσβαση στις δυνατότητες του Chatwoot βασίζεται στους παρακάτω ρόλους. </p><p> <b>Πράκτορας</b> - Οι χρήστες με αυτόν τον ρόλο έχουν πρόσβαση μόνο στα εισερχόμενα, αναφορές και τις συζητήσεις. Μπορούν επίσης να αναθέσουν συζητήσεις σε άλλους πράκτορες ή τον εαυτό τους και να τις ολοκληρώσουν.</p><p> <b>Διαχειριστής</b> - Ο διαχειριστής θα έχει πρόσβαση σε όλες τις δυνατότητες του Chatwoot που έχουν ενεργοποιηθεί για τον λογαριασμό, συμπεριλαμβανομένων των ρυθμίσεων της εφαρμογής, όπως επίσης και όλα τα δικαιώματα που έχει ένας πράκτορας.</p>",
|
"SIDEBAR_TXT": "<p><b>Πράκτορες</b></p> <p> Ένας <b>Πράκτορας</b> είναι ένα μέλος της ομάδας υποστήριξής σας. </p><p> Οι πράκτορες θα μπορούν να δουν και να απαντήσουν στα μηνύματα των χρηστών. Στην λίστα φαίνονται όλοι οι πράκτορες που συμμετέχουν στον λογαριασμό σας. </p><p> Πατήστε στο <b>Προσθήκη Πράκτορα</b> για να προσθέσετε έναν νέο. Ο πράκτορας θα λάβει ένα email με σύνδεσμο επιβεβαίωσης για να ενεργοποιήσει τον λογαριασμό του, ύστερα θα μπορούν να δουν το Chatwoot και να ανταποκρίνονται στα μηνύματά τους. </p><p> Η πρόσβαση στις δυνατότητες του Chatwoot βασίζεται στους παρακάτω ρόλους. </p><p> <b>Πράκτορας</b> - Οι χρήστες με αυτόν τον ρόλο έχουν πρόσβαση μόνο στα εισερχόμενα, αναφορές και τις συζητήσεις. Μπορούν επίσης να αναθέσουν συζητήσεις σε άλλους πράκτορες ή τον εαυτό τους και να τις ολοκληρώσουν.</p><p> <b>Διαχειριστής</b> - Ο διαχειριστής θα έχει πρόσβαση σε όλες τις δυνατότητες του Chatwoot που έχουν ενεργοποιηθεί για τον λογαριασμό, συμπεριλαμβανομένων των ρυθμίσεων της εφαρμογής, όπως επίσης και όλα τα δικαιώματα που έχει ένας πράκτορας.</p>",
|
||||||
"AGENT_TYPES": [
|
"AGENT_TYPES": {
|
||||||
{
|
"ADMINISTRATOR": "Διαχειριστής",
|
||||||
"name": "administrator",
|
"AGENT": "Πράκτορας"
|
||||||
"label": "Διαχειριστής"
|
},
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "agent",
|
|
||||||
"label": "Πράκτορας"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "Δεν υπάρχουν πράκτορες σε αυτόν τον λογαριασμό",
|
"404": "Δεν υπάρχουν πράκτορες σε αυτόν τον λογαριασμό",
|
||||||
"TITLE": "Διαχείριση πρακτόρων της ομάδας σας",
|
"TITLE": "Διαχείριση πρακτόρων της ομάδας σας",
|
||||||
|
|||||||
@@ -4,16 +4,10 @@
|
|||||||
"HEADER_BTN_TXT": "Add Agent",
|
"HEADER_BTN_TXT": "Add Agent",
|
||||||
"LOADING": "Fetching Agent List",
|
"LOADING": "Fetching Agent List",
|
||||||
"SIDEBAR_TXT": "<p><b>Agents</b></p> <p> An <b>Agent</b> is a member of your Customer Support team. </p><p> Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account. </p><p> Click on <b>Add Agent</b> 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. </p><p> Access to Chatwoot's features are based on following roles. </p><p> <b>Agent</b> - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.</p><p> <b>Administrator</b> - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.</p>",
|
"SIDEBAR_TXT": "<p><b>Agents</b></p> <p> An <b>Agent</b> is a member of your Customer Support team. </p><p> Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account. </p><p> Click on <b>Add Agent</b> 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. </p><p> Access to Chatwoot's features are based on following roles. </p><p> <b>Agent</b> - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.</p><p> <b>Administrator</b> - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.</p>",
|
||||||
"AGENT_TYPES": [
|
"AGENT_TYPES": {
|
||||||
{
|
"ADMINISTRATOR": "Administrator",
|
||||||
"name": "administrator",
|
"AGENT": "Agent"
|
||||||
"label": "Administrator"
|
},
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "agent",
|
|
||||||
"label": "Agent"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "There are no agents associated to this account",
|
"404": "There are no agents associated to this account",
|
||||||
"TITLE": "Manage agents in your team",
|
"TITLE": "Manage agents in your team",
|
||||||
@@ -35,9 +29,9 @@
|
|||||||
"PLACEHOLDER": "Please enter a name of the agent"
|
"PLACEHOLDER": "Please enter a name of the agent"
|
||||||
},
|
},
|
||||||
"AGENT_TYPE": {
|
"AGENT_TYPE": {
|
||||||
"LABEL": "Agent Type",
|
"LABEL": "Role",
|
||||||
"PLACEHOLDER": "Please select a type",
|
"PLACEHOLDER": "Please select a role",
|
||||||
"ERROR": "Agent type is required"
|
"ERROR": "Role is required"
|
||||||
},
|
},
|
||||||
"EMAIL": {
|
"EMAIL": {
|
||||||
"LABEL": "Email Address",
|
"LABEL": "Email Address",
|
||||||
@@ -72,9 +66,9 @@
|
|||||||
"PLACEHOLDER": "Please enter a name of the agent"
|
"PLACEHOLDER": "Please enter a name of the agent"
|
||||||
},
|
},
|
||||||
"AGENT_TYPE": {
|
"AGENT_TYPE": {
|
||||||
"LABEL": "Agent Type",
|
"LABEL": "Role",
|
||||||
"PLACEHOLDER": "Please select a type",
|
"PLACEHOLDER": "Please select a role",
|
||||||
"ERROR": "Agent type is required"
|
"ERROR": "Role is required"
|
||||||
},
|
},
|
||||||
"EMAIL": {
|
"EMAIL": {
|
||||||
"LABEL": "Email Address",
|
"LABEL": "Email Address",
|
||||||
|
|||||||
@@ -4,16 +4,10 @@
|
|||||||
"HEADER_BTN_TXT": "Añadir agente",
|
"HEADER_BTN_TXT": "Añadir agente",
|
||||||
"LOADING": "Se están listando los agentes",
|
"LOADING": "Se están listando los agentes",
|
||||||
"SIDEBAR_TXT": "<p><b>Agentes</b></p> <p> Un <b>Agente</b> es miembro de su equipo de Atención al Cliente. </p><p> Los agentes podrán ver y responder a los mensajes de sus usuarios. La lista muestra todos los agentes actualmente en tu cuenta. </p><p> Haga clic en <b>Añadir agente</b> 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. </p><p> El acceso a las características de Chatwoot se basa en los siguientes roles. </p><p> <b>Agente</b> - 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.</p><p> <b>Administrador</b> - 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.</p>",
|
"SIDEBAR_TXT": "<p><b>Agentes</b></p> <p> Un <b>Agente</b> es miembro de su equipo de Atención al Cliente. </p><p> Los agentes podrán ver y responder a los mensajes de sus usuarios. La lista muestra todos los agentes actualmente en tu cuenta. </p><p> Haga clic en <b>Añadir agente</b> 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. </p><p> El acceso a las características de Chatwoot se basa en los siguientes roles. </p><p> <b>Agente</b> - 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.</p><p> <b>Administrador</b> - 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.</p>",
|
||||||
"AGENT_TYPES": [
|
"AGENT_TYPES": {
|
||||||
{
|
"ADMINISTRATOR": "Administrador",
|
||||||
"name": "administrator",
|
"AGENT": "Agente"
|
||||||
"label": "Administrador"
|
},
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "agent",
|
|
||||||
"label": "Agente"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "No hay agentes asociados a esta cuenta",
|
"404": "No hay agentes asociados a esta cuenta",
|
||||||
"TITLE": "Administrar agentes en tu equipo",
|
"TITLE": "Administrar agentes en tu equipo",
|
||||||
|
|||||||
@@ -4,16 +4,10 @@
|
|||||||
"HEADER_BTN_TXT": "اضافه کردن اپراتور",
|
"HEADER_BTN_TXT": "اضافه کردن اپراتور",
|
||||||
"LOADING": "دریافت لیست اپراتورها",
|
"LOADING": "دریافت لیست اپراتورها",
|
||||||
"SIDEBAR_TXT": "<p><b>اپراتورها</b></p> <p> یک <b>اپراتور</b> یکی از اعضای تیم پشتیبانی است. </p><p> اپراتورها میتوانند پیامهای کاربران را ببینند و به آنها پاسخ بدهند. این لیست حاوی تمام اپراتورهایی است که در حساب شما تعریف شده اند. </p><p> با زدن روی دکمه <b>اضافه کردن اپراتور</b> میتوانید یک اپراتور جدید معرفی کنید. به ایمیل اپراتوری که معرفی میکنید یک دعوتنامه ارسال میشود که بعد از پذیرفتن آن اپراتور میتواند به پیامهای کاربران پاسخ بدهد. </p><p> بسته به سطح دسترسی تعیین شده یک اپراتور میتواند به بخشهای مشخصی از اکانت دسترسی پیدا کند </p><p> <b>اپراتور</b> - اپراتورهایی که این نقش را داشته باشند تنها میتوانند به صندوقهای ورودی، گزارشات و گفتگوها دسترسی داشته باشند. آنها میتوانند یک مکالمه را به اپراتور دیگر یا خودشان تخصیص دهند و یا یک مکالمه را حل شده اعلام کنند.</p><p> <b>مدیر</b> - مدیران میتوانند علاوه بر تمام بخشهایی که یک اپراتور دسترسی دارد، به تمام بخشهایی که در حساب کاربری شما وجود دارد دسترسی داشته باشند.</p>",
|
"SIDEBAR_TXT": "<p><b>اپراتورها</b></p> <p> یک <b>اپراتور</b> یکی از اعضای تیم پشتیبانی است. </p><p> اپراتورها میتوانند پیامهای کاربران را ببینند و به آنها پاسخ بدهند. این لیست حاوی تمام اپراتورهایی است که در حساب شما تعریف شده اند. </p><p> با زدن روی دکمه <b>اضافه کردن اپراتور</b> میتوانید یک اپراتور جدید معرفی کنید. به ایمیل اپراتوری که معرفی میکنید یک دعوتنامه ارسال میشود که بعد از پذیرفتن آن اپراتور میتواند به پیامهای کاربران پاسخ بدهد. </p><p> بسته به سطح دسترسی تعیین شده یک اپراتور میتواند به بخشهای مشخصی از اکانت دسترسی پیدا کند </p><p> <b>اپراتور</b> - اپراتورهایی که این نقش را داشته باشند تنها میتوانند به صندوقهای ورودی، گزارشات و گفتگوها دسترسی داشته باشند. آنها میتوانند یک مکالمه را به اپراتور دیگر یا خودشان تخصیص دهند و یا یک مکالمه را حل شده اعلام کنند.</p><p> <b>مدیر</b> - مدیران میتوانند علاوه بر تمام بخشهایی که یک اپراتور دسترسی دارد، به تمام بخشهایی که در حساب کاربری شما وجود دارد دسترسی داشته باشند.</p>",
|
||||||
"AGENT_TYPES": [
|
"AGENT_TYPES": {
|
||||||
{
|
"ADMINISTRATOR": "مدیر",
|
||||||
"name": "administrator",
|
"AGENT": "اپراتور"
|
||||||
"label": "مدیر"
|
},
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "agent",
|
|
||||||
"label": "اپراتور"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "در حال حاضر هیچ اپراتوری برای این حساب معرفی نشده است.",
|
"404": "در حال حاضر هیچ اپراتوری برای این حساب معرفی نشده است.",
|
||||||
"TITLE": "مدیریت اپراتورها",
|
"TITLE": "مدیریت اپراتورها",
|
||||||
|
|||||||
@@ -4,16 +4,10 @@
|
|||||||
"HEADER_BTN_TXT": "Add Agent",
|
"HEADER_BTN_TXT": "Add Agent",
|
||||||
"LOADING": "Fetching Agent List",
|
"LOADING": "Fetching Agent List",
|
||||||
"SIDEBAR_TXT": "<p><b>Agents</b></p> <p> An <b>Agent</b> is a member of your Customer Support team. </p><p> Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account. </p><p> Click on <b>Add Agent</b> 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. </p><p> Access to Chatwoot's features are based on following roles. </p><p> <b>Agent</b> - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.</p><p> <b>Administrator</b> - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.</p>",
|
"SIDEBAR_TXT": "<p><b>Agents</b></p> <p> An <b>Agent</b> is a member of your Customer Support team. </p><p> Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account. </p><p> Click on <b>Add Agent</b> 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. </p><p> Access to Chatwoot's features are based on following roles. </p><p> <b>Agent</b> - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.</p><p> <b>Administrator</b> - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.</p>",
|
||||||
"AGENT_TYPES": [
|
"AGENT_TYPES": {
|
||||||
{
|
"ADMINISTRATOR": "Administrator",
|
||||||
"name": "administrator",
|
"AGENT": "Agent"
|
||||||
"label": "Administrator"
|
},
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "agent",
|
|
||||||
"label": "Agent"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "There are no agents associated to this account",
|
"404": "There are no agents associated to this account",
|
||||||
"TITLE": "Manage agents in your team",
|
"TITLE": "Manage agents in your team",
|
||||||
|
|||||||
@@ -4,16 +4,10 @@
|
|||||||
"HEADER_BTN_TXT": "Ajouter un agent",
|
"HEADER_BTN_TXT": "Ajouter un agent",
|
||||||
"LOADING": "Récupération de la liste des agents",
|
"LOADING": "Récupération de la liste des agents",
|
||||||
"SIDEBAR_TXT": "<p><b>Agents</b></p> <p> Un <b>agent</b> est un membre de votre équipe d'assistance clientèle. </p><p> Les agents pourront voir et répondre aux messages de vos utilisateurs. La liste montre tous les agents actuellement dans votre compte. </p><p> Cliquez sur <b>Ajouter un agent</b> 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. </p><p> L'accès aux fonctionnalités de Chatwoot est basé sur les rôles suivants. </p><p> <b>Agent</b> - 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.</p><p> <b>Administrateur</b> - 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.</p>",
|
"SIDEBAR_TXT": "<p><b>Agents</b></p> <p> Un <b>agent</b> est un membre de votre équipe d'assistance clientèle. </p><p> Les agents pourront voir et répondre aux messages de vos utilisateurs. La liste montre tous les agents actuellement dans votre compte. </p><p> Cliquez sur <b>Ajouter un agent</b> 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. </p><p> L'accès aux fonctionnalités de Chatwoot est basé sur les rôles suivants. </p><p> <b>Agent</b> - 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.</p><p> <b>Administrateur</b> - 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.</p>",
|
||||||
"AGENT_TYPES": [
|
"AGENT_TYPES": {
|
||||||
{
|
"ADMINISTRATOR": "Administrateur",
|
||||||
"name": "administrateur",
|
"AGENT": "Agent"
|
||||||
"label": "Administrateur"
|
},
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "agent",
|
|
||||||
"label": "Agent"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "Il n'y a aucun agent associé à ce compte",
|
"404": "Il n'y a aucun agent associé à ce compte",
|
||||||
"TITLE": "Gérer les agents de votre équipe",
|
"TITLE": "Gérer les agents de votre équipe",
|
||||||
|
|||||||
@@ -4,16 +4,10 @@
|
|||||||
"HEADER_BTN_TXT": "Add Agent",
|
"HEADER_BTN_TXT": "Add Agent",
|
||||||
"LOADING": "Fetching Agent List",
|
"LOADING": "Fetching Agent List",
|
||||||
"SIDEBAR_TXT": "<p><b>Agents</b></p> <p> An <b>Agent</b> is a member of your Customer Support team. </p><p> Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account. </p><p> Click on <b>Add Agent</b> 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. </p><p> Access to Chatwoot's features are based on following roles. </p><p> <b>Agent</b> - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.</p><p> <b>Administrator</b> - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.</p>",
|
"SIDEBAR_TXT": "<p><b>Agents</b></p> <p> An <b>Agent</b> is a member of your Customer Support team. </p><p> Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account. </p><p> Click on <b>Add Agent</b> 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. </p><p> Access to Chatwoot's features are based on following roles. </p><p> <b>Agent</b> - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.</p><p> <b>Administrator</b> - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.</p>",
|
||||||
"AGENT_TYPES": [
|
"AGENT_TYPES": {
|
||||||
{
|
"ADMINISTRATOR": "Administrator",
|
||||||
"name": "administrator",
|
"AGENT": "Agent"
|
||||||
"label": "Administrator"
|
},
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "agent",
|
|
||||||
"label": "Agent"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "There are no agents associated to this account",
|
"404": "There are no agents associated to this account",
|
||||||
"TITLE": "Manage agents in your team",
|
"TITLE": "Manage agents in your team",
|
||||||
|
|||||||
@@ -4,16 +4,10 @@
|
|||||||
"HEADER_BTN_TXT": "Add Agent",
|
"HEADER_BTN_TXT": "Add Agent",
|
||||||
"LOADING": "Fetching Agent List",
|
"LOADING": "Fetching Agent List",
|
||||||
"SIDEBAR_TXT": "<p><b>Agents</b></p> <p> An <b>Agent</b> is a member of your Customer Support team. </p><p> Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account. </p><p> Click on <b>Add Agent</b> 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. </p><p> Access to Chatwoot's features are based on following roles. </p><p> <b>Agent</b> - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.</p><p> <b>Administrator</b> - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.</p>",
|
"SIDEBAR_TXT": "<p><b>Agents</b></p> <p> An <b>Agent</b> is a member of your Customer Support team. </p><p> Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account. </p><p> Click on <b>Add Agent</b> 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. </p><p> Access to Chatwoot's features are based on following roles. </p><p> <b>Agent</b> - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.</p><p> <b>Administrator</b> - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.</p>",
|
||||||
"AGENT_TYPES": [
|
"AGENT_TYPES": {
|
||||||
{
|
"ADMINISTRATOR": "Administrator",
|
||||||
"name": "administrator",
|
"AGENT": "Agent"
|
||||||
"label": "Administrator"
|
},
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "agent",
|
|
||||||
"label": "Agent"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "There are no agents associated to this account",
|
"404": "There are no agents associated to this account",
|
||||||
"TITLE": "Manage agents in your team",
|
"TITLE": "Manage agents in your team",
|
||||||
|
|||||||
@@ -4,16 +4,10 @@
|
|||||||
"HEADER_BTN_TXT": "Aggiungi Agente",
|
"HEADER_BTN_TXT": "Aggiungi Agente",
|
||||||
"LOADING": "Recupero elenco Operatori",
|
"LOADING": "Recupero elenco Operatori",
|
||||||
"SIDEBAR_TXT": "<p><b>Agenti</b></p> <p> Un <b>agente</b> è membro del tuo team di assistenza clienti. </p><p> 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. </p><p> Clicca su <b>Aggiungi agente</b> 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. </p><p> L'accesso alle funzionalità di Chatwoot si basa sui seguenti ruoli. </p><p> <b>Agente</b> - 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.</p><p> <b>Amministratore</b> - 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.</p>",
|
"SIDEBAR_TXT": "<p><b>Agenti</b></p> <p> Un <b>agente</b> è membro del tuo team di assistenza clienti. </p><p> 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. </p><p> Clicca su <b>Aggiungi agente</b> 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. </p><p> L'accesso alle funzionalità di Chatwoot si basa sui seguenti ruoli. </p><p> <b>Agente</b> - 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.</p><p> <b>Amministratore</b> - 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.</p>",
|
||||||
"AGENT_TYPES": [
|
"AGENT_TYPES": {
|
||||||
{
|
"ADMINISTRATOR": "Amministratore",
|
||||||
"name": "amministratore",
|
"AGENT": "Agente"
|
||||||
"label": "Amministratore"
|
},
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "agente",
|
|
||||||
"label": "Agente"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "Non ci sono agenti associati a questo account",
|
"404": "Non ci sono agenti associati a questo account",
|
||||||
"TITLE": "Gestisci gli agenti nel tuo team",
|
"TITLE": "Gestisci gli agenti nel tuo team",
|
||||||
|
|||||||
@@ -4,16 +4,10 @@
|
|||||||
"HEADER_BTN_TXT": "Add Agent",
|
"HEADER_BTN_TXT": "Add Agent",
|
||||||
"LOADING": "Fetching Agent List",
|
"LOADING": "Fetching Agent List",
|
||||||
"SIDEBAR_TXT": "<p><b>Agents</b></p> <p> An <b>Agent</b> is a member of your Customer Support team. </p><p> Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account. </p><p> Click on <b>Add Agent</b> 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. </p><p> Access to Chatwoot's features are based on following roles. </p><p> <b>Agent</b> - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.</p><p> <b>Administrator</b> - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.</p>",
|
"SIDEBAR_TXT": "<p><b>Agents</b></p> <p> An <b>Agent</b> is a member of your Customer Support team. </p><p> Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account. </p><p> Click on <b>Add Agent</b> 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. </p><p> Access to Chatwoot's features are based on following roles. </p><p> <b>Agent</b> - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.</p><p> <b>Administrator</b> - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.</p>",
|
||||||
"AGENT_TYPES": [
|
"AGENT_TYPES": {
|
||||||
{
|
"ADMINISTRATOR": "Administrator",
|
||||||
"name": "administrator",
|
"AGENT": "Agent"
|
||||||
"label": "Administrator"
|
},
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "agent",
|
|
||||||
"label": "Agent"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "There are no agents associated to this account",
|
"404": "There are no agents associated to this account",
|
||||||
"TITLE": "Manage agents in your team",
|
"TITLE": "Manage agents in your team",
|
||||||
|
|||||||
@@ -4,16 +4,10 @@
|
|||||||
"HEADER_BTN_TXT": "Add Agent",
|
"HEADER_BTN_TXT": "Add Agent",
|
||||||
"LOADING": "Fetching Agent List",
|
"LOADING": "Fetching Agent List",
|
||||||
"SIDEBAR_TXT": "<p><b>Agents</b></p> <p> An <b>Agent</b> is a member of your Customer Support team. </p><p> Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account. </p><p> Click on <b>Add Agent</b> 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. </p><p> Access to Chatwoot's features are based on following roles. </p><p> <b>Agent</b> - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.</p><p> <b>Administrator</b> - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.</p>",
|
"SIDEBAR_TXT": "<p><b>Agents</b></p> <p> An <b>Agent</b> is a member of your Customer Support team. </p><p> Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account. </p><p> Click on <b>Add Agent</b> 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. </p><p> Access to Chatwoot's features are based on following roles. </p><p> <b>Agent</b> - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.</p><p> <b>Administrator</b> - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.</p>",
|
||||||
"AGENT_TYPES": [
|
"AGENT_TYPES": {
|
||||||
{
|
"ADMINISTRATOR": "Administrator",
|
||||||
"name": "administrator",
|
"AGENT": "Agent"
|
||||||
"label": "Administrator"
|
},
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "agent",
|
|
||||||
"label": "Agent"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "There are no agents associated to this account",
|
"404": "There are no agents associated to this account",
|
||||||
"TITLE": "Manage agents in your team",
|
"TITLE": "Manage agents in your team",
|
||||||
|
|||||||
@@ -4,16 +4,10 @@
|
|||||||
"HEADER_BTN_TXT": "ഏജന്റിനെ ചേർക്കുക",
|
"HEADER_BTN_TXT": "ഏജന്റിനെ ചേർക്കുക",
|
||||||
"LOADING": "ഏജന്റ് പട്ടിക ലഭ്യമാക്കുന്നു",
|
"LOADING": "ഏജന്റ് പട്ടിക ലഭ്യമാക്കുന്നു",
|
||||||
"SIDEBAR_TXT": "<p> <b> ഏജന്റുമാർ </ b> </p> <p> നിങ്ങളുടെ ഉപഭോക്തൃ പിന്തുണാ ടീമിലെ ഒരു അംഗമാണ് <b> ഏജൻറ് </b>. </p> <p> നിങ്ങളുടെ ഉപയോക്താക്കളിൽ നിന്നുള്ള സന്ദേശങ്ങൾ കാണാനും മറുപടി നൽകാനും ഏജന്റുമാർക്ക് കഴിയും. നിലവിൽ നിങ്ങളുടെ accountലുള്ള എല്ലാ ഏജന്റുമാരെയും പട്ടിക കാണിക്കുന്നു. </p> <p> ഒരു പുതിയ ഏജന്റിനെ ചേർക്കാൻ <b> ഏജന്റിനെ ചേർക്കുക </ b> ക്ലിക്കുചെയ്യുക. നിങ്ങൾ ചേർത്ത ഏജന്റിന് അവരുടെ account സജീവമാക്കുന്നതിന് ഒരു സ്ഥിരീകരണ ലിങ്ക് ഉള്ള ഒരു ഇമെയിൽ ലഭിക്കും, അതിനുശേഷം അവർക്ക് Chatwoot ആക്സസ് ചെയ്യാനും സന്ദേശങ്ങളോട് പ്രതികരിക്കാനും കഴിയും. </p> <p> ചാറ്റ്വൂട്ടിന്റെ സവിശേഷതകളിലേക്കുള്ള ആക്സസ് ഇനിപ്പറയുന്ന റോളുകളെ അടിസ്ഥാനമാക്കിയുള്ളതാണ്. </p> <p> <b> ഏജൻറ് </b> - ഈ റോൾ ഉള്ള ഏജന്റുമാർക്ക് ഇൻബോക്സുകൾ, റിപ്പോർട്ടുകൾ, സംഭാഷണങ്ങൾ എന്നിവ മാത്രമേ ആക്സസ് ചെയ്യാൻ കഴിയൂ. അവർക്ക് മറ്റ് ഏജന്റുമാരുമായോ തങ്ങളുമായോ സംഭാഷണങ്ങൾ നിയോഗിക്കാനും സംഭാഷണങ്ങൾ പരിഹരിക്കാനും കഴിയും. സാധാരണ ഏജന്റുമാരുടെ പ്രത്യേകാവകാശങ്ങൾ. </p>",
|
"SIDEBAR_TXT": "<p> <b> ഏജന്റുമാർ </ b> </p> <p> നിങ്ങളുടെ ഉപഭോക്തൃ പിന്തുണാ ടീമിലെ ഒരു അംഗമാണ് <b> ഏജൻറ് </b>. </p> <p> നിങ്ങളുടെ ഉപയോക്താക്കളിൽ നിന്നുള്ള സന്ദേശങ്ങൾ കാണാനും മറുപടി നൽകാനും ഏജന്റുമാർക്ക് കഴിയും. നിലവിൽ നിങ്ങളുടെ accountലുള്ള എല്ലാ ഏജന്റുമാരെയും പട്ടിക കാണിക്കുന്നു. </p> <p> ഒരു പുതിയ ഏജന്റിനെ ചേർക്കാൻ <b> ഏജന്റിനെ ചേർക്കുക </ b> ക്ലിക്കുചെയ്യുക. നിങ്ങൾ ചേർത്ത ഏജന്റിന് അവരുടെ account സജീവമാക്കുന്നതിന് ഒരു സ്ഥിരീകരണ ലിങ്ക് ഉള്ള ഒരു ഇമെയിൽ ലഭിക്കും, അതിനുശേഷം അവർക്ക് Chatwoot ആക്സസ് ചെയ്യാനും സന്ദേശങ്ങളോട് പ്രതികരിക്കാനും കഴിയും. </p> <p> ചാറ്റ്വൂട്ടിന്റെ സവിശേഷതകളിലേക്കുള്ള ആക്സസ് ഇനിപ്പറയുന്ന റോളുകളെ അടിസ്ഥാനമാക്കിയുള്ളതാണ്. </p> <p> <b> ഏജൻറ് </b> - ഈ റോൾ ഉള്ള ഏജന്റുമാർക്ക് ഇൻബോക്സുകൾ, റിപ്പോർട്ടുകൾ, സംഭാഷണങ്ങൾ എന്നിവ മാത്രമേ ആക്സസ് ചെയ്യാൻ കഴിയൂ. അവർക്ക് മറ്റ് ഏജന്റുമാരുമായോ തങ്ങളുമായോ സംഭാഷണങ്ങൾ നിയോഗിക്കാനും സംഭാഷണങ്ങൾ പരിഹരിക്കാനും കഴിയും. സാധാരണ ഏജന്റുമാരുടെ പ്രത്യേകാവകാശങ്ങൾ. </p>",
|
||||||
"AGENT_TYPES": [
|
"AGENT_TYPES": {
|
||||||
{
|
"ADMINISTRATOR": "അഡ്മിനിസ്ട്രേറ്റർ",
|
||||||
"name": "അഡ്മിനിസ്ട്രേറ്റർ",
|
"AGENT": "ഏജന്റ്"
|
||||||
"label": "അഡ്മിനിസ്ട്രേറ്റർ"
|
},
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "ഏജന്റ്",
|
|
||||||
"label": "ഏജന്റ്"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "ഈ അക്കൗണ്ടുമായി ബന്ധപ്പെട്ട ഏജന്റുകളൊന്നുമില്ല",
|
"404": "ഈ അക്കൗണ്ടുമായി ബന്ധപ്പെട്ട ഏജന്റുകളൊന്നുമില്ല",
|
||||||
"TITLE": "നിങ്ങളുടെ ടീമിലെ ഏജന്റുമാരെ മാനേജുചെയ്യുക",
|
"TITLE": "നിങ്ങളുടെ ടീമിലെ ഏജന്റുമാരെ മാനേജുചെയ്യുക",
|
||||||
|
|||||||
@@ -4,16 +4,10 @@
|
|||||||
"HEADER_BTN_TXT": "Medewerker toevoegen",
|
"HEADER_BTN_TXT": "Medewerker toevoegen",
|
||||||
"LOADING": "Ophalen van medewerkerslijst",
|
"LOADING": "Ophalen van medewerkerslijst",
|
||||||
"SIDEBAR_TXT": "<p><b>Agents</b></p> <p> An <b>Agent</b> is a member of your Customer Support team. </p><p> Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account. </p><p> Click on <b>Add Agent</b> 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. </p><p> Access to Chatwoot's features are based on following roles. </p><p> <b>Agent</b> - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.</p><p> <b>Administrator</b> - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.</p>",
|
"SIDEBAR_TXT": "<p><b>Agents</b></p> <p> An <b>Agent</b> is a member of your Customer Support team. </p><p> Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account. </p><p> Click on <b>Add Agent</b> 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. </p><p> Access to Chatwoot's features are based on following roles. </p><p> <b>Agent</b> - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.</p><p> <b>Administrator</b> - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.</p>",
|
||||||
"AGENT_TYPES": [
|
"AGENT_TYPES": {
|
||||||
{
|
"ADMINISTRATOR": "Beheerder",
|
||||||
"name": "administrator",
|
"AGENT": "Medewerker"
|
||||||
"label": "Beheerder"
|
},
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "agent",
|
|
||||||
"label": "Medewerker"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "Er zijn geen medewerkers gekoppeld aan dit account",
|
"404": "Er zijn geen medewerkers gekoppeld aan dit account",
|
||||||
"TITLE": "Beheer medewerkers in uw team",
|
"TITLE": "Beheer medewerkers in uw team",
|
||||||
|
|||||||
@@ -4,16 +4,10 @@
|
|||||||
"HEADER_BTN_TXT": "Dodaj agenta",
|
"HEADER_BTN_TXT": "Dodaj agenta",
|
||||||
"LOADING": "Pobieranie listy agentów",
|
"LOADING": "Pobieranie listy agentów",
|
||||||
"SIDEBAR_TXT": "<p><b>Agents</b></p> <p> An <b>Agent</b> is a member of your Customer Support team. </p><p> Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account. </p><p> Click on <b>Add Agent</b> 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. </p><p> Access to Chatwoot's features are based on following roles. </p><p> <b>Agent</b> - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.</p><p> <b>Administrator</b> - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.</p>",
|
"SIDEBAR_TXT": "<p><b>Agents</b></p> <p> An <b>Agent</b> is a member of your Customer Support team. </p><p> Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account. </p><p> Click on <b>Add Agent</b> 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. </p><p> Access to Chatwoot's features are based on following roles. </p><p> <b>Agent</b> - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.</p><p> <b>Administrator</b> - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.</p>",
|
||||||
"AGENT_TYPES": [
|
"AGENT_TYPES": {
|
||||||
{
|
"ADMINISTRATOR": "Administrator",
|
||||||
"name": "administrator",
|
"AGENT": "Agent"
|
||||||
"label": "Administrator"
|
},
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "agent",
|
|
||||||
"label": "Agent"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "Nie ma agentów powiązanych z tym kontem",
|
"404": "Nie ma agentów powiązanych z tym kontem",
|
||||||
"TITLE": "Zarządzaj agentami w zespole",
|
"TITLE": "Zarządzaj agentami w zespole",
|
||||||
|
|||||||
@@ -4,16 +4,10 @@
|
|||||||
"HEADER_BTN_TXT": "Adicionar Agente",
|
"HEADER_BTN_TXT": "Adicionar Agente",
|
||||||
"LOADING": "Buscando lista de agente",
|
"LOADING": "Buscando lista de agente",
|
||||||
"SIDEBAR_TXT": "<p><b>Agents</b></p> <p> An <b>Agent</b> is a member of your Customer Support team. </p><p> Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account. </p><p> Click on <b>Add Agent</b> 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. </p><p> Access to Chatwoot's features are based on following roles. </p><p> <b>Agent</b> - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.</p><p> <b>Administrator</b> - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.</p>",
|
"SIDEBAR_TXT": "<p><b>Agents</b></p> <p> An <b>Agent</b> is a member of your Customer Support team. </p><p> Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account. </p><p> Click on <b>Add Agent</b> 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. </p><p> Access to Chatwoot's features are based on following roles. </p><p> <b>Agent</b> - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.</p><p> <b>Administrator</b> - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.</p>",
|
||||||
"AGENT_TYPES": [
|
"AGENT_TYPES": {
|
||||||
{
|
"ADMINISTRATOR": "Administrador",
|
||||||
"name": "administrator",
|
"AGENT": "Representante"
|
||||||
"label": "Administrador"
|
},
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "agent",
|
|
||||||
"label": "Representante"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "Não há agentes associados a esta conta",
|
"404": "Não há agentes associados a esta conta",
|
||||||
"TITLE": "Gerenciar agentes na sua equipe",
|
"TITLE": "Gerenciar agentes na sua equipe",
|
||||||
|
|||||||
@@ -4,16 +4,10 @@
|
|||||||
"HEADER_BTN_TXT": "Adicionar Agente",
|
"HEADER_BTN_TXT": "Adicionar Agente",
|
||||||
"LOADING": "Buscando lista de agente",
|
"LOADING": "Buscando lista de agente",
|
||||||
"SIDEBAR_TXT": "<p><b>Agentes</b></p> <p> Um <b>Agente</b> é um membro da sua equipe de Suporte ao Cliente. </p><p> 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. </p><p> Clique em <b>Adicionar Agente</b> 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. </p><p> O acesso aos recursos do Chatwoot são baseados nas seguintes funções. </p><p> <b>Agentes</b> - 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.</p><p> <b>Administrador</b> - Administrador terá acesso a todos os recursos do Chatwoot ativados para sua conta, incluindo configurações e todos os privilégios de agentes normais.</p>",
|
"SIDEBAR_TXT": "<p><b>Agentes</b></p> <p> Um <b>Agente</b> é um membro da sua equipe de Suporte ao Cliente. </p><p> 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. </p><p> Clique em <b>Adicionar Agente</b> 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. </p><p> O acesso aos recursos do Chatwoot são baseados nas seguintes funções. </p><p> <b>Agentes</b> - 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.</p><p> <b>Administrador</b> - Administrador terá acesso a todos os recursos do Chatwoot ativados para sua conta, incluindo configurações e todos os privilégios de agentes normais.</p>",
|
||||||
"AGENT_TYPES": [
|
"AGENT_TYPES": {
|
||||||
{
|
"ADMINISTRATOR": "Administrador",
|
||||||
"name": "administrador",
|
"AGENT": "Agente"
|
||||||
"label": "Administrador"
|
},
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "agente",
|
|
||||||
"label": "Agente"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "Não existem agentes associados a esta conta",
|
"404": "Não existem agentes associados a esta conta",
|
||||||
"TITLE": "Gerenciar agentes da sua equipe",
|
"TITLE": "Gerenciar agentes da sua equipe",
|
||||||
|
|||||||
@@ -4,16 +4,10 @@
|
|||||||
"HEADER_BTN_TXT": "Adaugă agent",
|
"HEADER_BTN_TXT": "Adaugă agent",
|
||||||
"LOADING": "Se preia lista de agenți",
|
"LOADING": "Se preia lista de agenți",
|
||||||
"SIDEBAR_TXT": "<p><b>Agenții</b></p> <p> Un agent <b></b> este membru al echipei dumneavoastră de asistență pentru clienți. </p><p> Agenți vor putea vizualiza mesajele utilizatorilor și le vor putea răspunde. Lista afișează toți agenții din contul tău. </p><p> Faceți clic pe <b>Adăugați Agent</b> 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. </p><p> Accesul la Chatwoot este bazat pe următoarele roluri. </p><p> <b>Agent</b> - 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.</p><p> <b>Administrator</b> - 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.</p>",
|
"SIDEBAR_TXT": "<p><b>Agenții</b></p> <p> Un agent <b></b> este membru al echipei dumneavoastră de asistență pentru clienți. </p><p> Agenți vor putea vizualiza mesajele utilizatorilor și le vor putea răspunde. Lista afișează toți agenții din contul tău. </p><p> Faceți clic pe <b>Adăugați Agent</b> 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. </p><p> Accesul la Chatwoot este bazat pe următoarele roluri. </p><p> <b>Agent</b> - 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.</p><p> <b>Administrator</b> - 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.</p>",
|
||||||
"AGENT_TYPES": [
|
"AGENT_TYPES": {
|
||||||
{
|
"ADMINISTRATOR": "Administrator",
|
||||||
"name": "administrator",
|
"AGENT": "Agent"
|
||||||
"label": "Administrator"
|
},
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "agent",
|
|
||||||
"label": "Agent"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "Nu există agenți asociați acestui cont",
|
"404": "Nu există agenți asociați acestui cont",
|
||||||
"TITLE": "Gestionează agenții din echipa ta",
|
"TITLE": "Gestionează agenții din echipa ta",
|
||||||
|
|||||||
@@ -4,16 +4,10 @@
|
|||||||
"HEADER_BTN_TXT": "Добавить оператора",
|
"HEADER_BTN_TXT": "Добавить оператора",
|
||||||
"LOADING": "Загружаем список операторов",
|
"LOADING": "Загружаем список операторов",
|
||||||
"SIDEBAR_TXT": "<p><b>Операторы</b></p> <p> <b>Оператор</b> – это член вашей команды поддержки. </p><p> Операторы смогут читать сообщения от ваших пользователей и отвечать на них. В этом списке все операторы, подключенные к вашему аккаунту. </p><p> Нажмите <b>Добавить оператора</b>, чтобы пригласить нового оператора. Оператор получит письмо со ссылкой для подтверждения аккаунта, после чего он сможет входить в Chatwoot и отвечать на сообщения. </p><p> Доступ к функциям Chatwoot определяется следующими ролями: </p><p> <b>Оператор</b> - открывает доступ к списку сообщений, отчетам и диалогам. Операторы могут назначать диалоги себе или другим операторам и завершать диалоги.</p><p> <b>Администратор</b> - открывает доступ ко всем функциям Chatwook на вашем аккаунте, включая настройки, в дополнение к стандартным правам оператора.</p>",
|
"SIDEBAR_TXT": "<p><b>Операторы</b></p> <p> <b>Оператор</b> – это член вашей команды поддержки. </p><p> Операторы смогут читать сообщения от ваших пользователей и отвечать на них. В этом списке все операторы, подключенные к вашему аккаунту. </p><p> Нажмите <b>Добавить оператора</b>, чтобы пригласить нового оператора. Оператор получит письмо со ссылкой для подтверждения аккаунта, после чего он сможет входить в Chatwoot и отвечать на сообщения. </p><p> Доступ к функциям Chatwoot определяется следующими ролями: </p><p> <b>Оператор</b> - открывает доступ к списку сообщений, отчетам и диалогам. Операторы могут назначать диалоги себе или другим операторам и завершать диалоги.</p><p> <b>Администратор</b> - открывает доступ ко всем функциям Chatwook на вашем аккаунте, включая настройки, в дополнение к стандартным правам оператора.</p>",
|
||||||
"AGENT_TYPES": [
|
"AGENT_TYPES": {
|
||||||
{
|
"ADMINISTRATOR": "Администратор",
|
||||||
"name": "administrator",
|
"AGENT": "Оператор"
|
||||||
"label": "Администратор"
|
},
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "agent",
|
|
||||||
"label": "Оператор"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "Нет связанных с этим аккаунтом операторов",
|
"404": "Нет связанных с этим аккаунтом операторов",
|
||||||
"TITLE": "Управляйте операторами вашей команды",
|
"TITLE": "Управляйте операторами вашей команды",
|
||||||
|
|||||||
@@ -4,16 +4,10 @@
|
|||||||
"HEADER_BTN_TXT": "Add Agent",
|
"HEADER_BTN_TXT": "Add Agent",
|
||||||
"LOADING": "Fetching Agent List",
|
"LOADING": "Fetching Agent List",
|
||||||
"SIDEBAR_TXT": "<p><b>Agents</b></p> <p> An <b>Agent</b> is a member of your Customer Support team. </p><p> Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account. </p><p> Click on <b>Add Agent</b> 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. </p><p> Access to Chatwoot's features are based on following roles. </p><p> <b>Agent</b> - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.</p><p> <b>Administrator</b> - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.</p>",
|
"SIDEBAR_TXT": "<p><b>Agents</b></p> <p> An <b>Agent</b> is a member of your Customer Support team. </p><p> Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account. </p><p> Click on <b>Add Agent</b> 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. </p><p> Access to Chatwoot's features are based on following roles. </p><p> <b>Agent</b> - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.</p><p> <b>Administrator</b> - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.</p>",
|
||||||
"AGENT_TYPES": [
|
"AGENT_TYPES": {
|
||||||
{
|
"ADMINISTRATOR": "Administrator",
|
||||||
"name": "administrator",
|
"AGENT": "Agent"
|
||||||
"label": "Administrator"
|
},
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "agent",
|
|
||||||
"label": "Agent"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "There are no agents associated to this account",
|
"404": "There are no agents associated to this account",
|
||||||
"TITLE": "Manage agents in your team",
|
"TITLE": "Manage agents in your team",
|
||||||
|
|||||||
@@ -4,16 +4,10 @@
|
|||||||
"HEADER_BTN_TXT": "Lägg till agentur",
|
"HEADER_BTN_TXT": "Lägg till agentur",
|
||||||
"LOADING": "Hämtar agentlista",
|
"LOADING": "Hämtar agentlista",
|
||||||
"SIDEBAR_TXT": "<p><b>Agents</b></p> <p> An <b>Agent</b> is a member of your Customer Support team. </p><p> Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account. </p><p> Click on <b>Add Agent</b> 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. </p><p> Access to Chatwoot's features are based on following roles. </p><p> <b>Agent</b> - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.</p><p> <b>Administrator</b> - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.</p>",
|
"SIDEBAR_TXT": "<p><b>Agents</b></p> <p> An <b>Agent</b> is a member of your Customer Support team. </p><p> Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account. </p><p> Click on <b>Add Agent</b> 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. </p><p> Access to Chatwoot's features are based on following roles. </p><p> <b>Agent</b> - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.</p><p> <b>Administrator</b> - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.</p>",
|
||||||
"AGENT_TYPES": [
|
"AGENT_TYPES": {
|
||||||
{
|
"ADMINISTRATOR": "Administratör",
|
||||||
"name": "administrator",
|
"AGENT": "Agentkommando"
|
||||||
"label": "Administratör"
|
},
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "agent",
|
|
||||||
"label": "Agentkommando"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "Det finns inga agenter kopplade till detta konto",
|
"404": "Det finns inga agenter kopplade till detta konto",
|
||||||
"TITLE": "Hantera agenter i ditt team",
|
"TITLE": "Hantera agenter i ditt team",
|
||||||
|
|||||||
@@ -4,16 +4,10 @@
|
|||||||
"HEADER_BTN_TXT": "ஏஜென்ட்களைச் சேர்க்க",
|
"HEADER_BTN_TXT": "ஏஜென்ட்களைச் சேர்க்க",
|
||||||
"LOADING": "ஏஜென்ட் பட்டியலைப் பெறபடுகிறது",
|
"LOADING": "ஏஜென்ட் பட்டியலைப் பெறபடுகிறது",
|
||||||
"SIDEBAR_TXT": "<p> <b>ஏஜென்ட்கள் </ b> </ p> <p> ஒரு <b> ஏஜென்ட் </ b> உங்கள் வாடிக்கையாளர் சேவை குழுவில் உறுப்பினராக உள்ளார். </p> <p> ஏஜென்ட்கள் உங்கள் பயனர்களிடமிருந்து வரும் செய்திகளைக் காணவும் பதிலளிக்கவும் முடியும். தற்போது உங்கள் கணக்கில் உள்ள அனைத்து ஏஜென்ட்களையும் இந்த பட்டியல் காட்டுகிறது. </p> <p> புதிய ஏஜென்ட்களைச் சேர்க்க <b> முகவரைச் சேர் </ b> என்பதைக் கிளிக் செய்யவும். நீங்கள் சேர்க்கும் ஏஜென்ட் தங்கள் கணக்கைச் செயல்படுத்த உறுதிப்படுத்தல் இணைப்பைக் கொண்ட ஈமெயிலைப் பெறுவார், அதன் பிறகு அவர்கள் சாட்வூட்டை அணுகலாம் மற்றும் செய்திகளுக்கு பதிலளிக்கலாம். </p> <p> சாட்வூட்டின் அம்சங்களுக்கான அணுகல் பின்வரும் பாத்திரங்களை அடிப்படையாகக் கொண்டது. </p> <p> <b> ஏஜென்ட் </ b> - இந்த பாத்திரத்தைக் கொண்ட ஏஜென்ட்கள் இன்பாக்ஸ்கள், அறிக்கைகள் மற்றும் உரையாடல்களை மட்டுமே அணுக முடியும். அவர்கள் மற்ற ஏஜென்ட்களுக்கோ அல்லது தங்களுக்கோ உரையாடல்களை ஒதுக்கலாம் மற்றும் உரையாடல்களை தீர்க்கலாம். </ P> <p> <b> நிர்வாகி </ b> - அமைப்புகள் உட்பட, உங்கள் கணக்கில் இயக்கப்பட்ட அனைத்து சாட்வூட் அம்சங்களுக்கும் மற்றும் இதர சாதாரண சலுகைகளும் அடங்கும்</ p>",
|
"SIDEBAR_TXT": "<p> <b>ஏஜென்ட்கள் </ b> </ p> <p> ஒரு <b> ஏஜென்ட் </ b> உங்கள் வாடிக்கையாளர் சேவை குழுவில் உறுப்பினராக உள்ளார். </p> <p> ஏஜென்ட்கள் உங்கள் பயனர்களிடமிருந்து வரும் செய்திகளைக் காணவும் பதிலளிக்கவும் முடியும். தற்போது உங்கள் கணக்கில் உள்ள அனைத்து ஏஜென்ட்களையும் இந்த பட்டியல் காட்டுகிறது. </p> <p> புதிய ஏஜென்ட்களைச் சேர்க்க <b> முகவரைச் சேர் </ b> என்பதைக் கிளிக் செய்யவும். நீங்கள் சேர்க்கும் ஏஜென்ட் தங்கள் கணக்கைச் செயல்படுத்த உறுதிப்படுத்தல் இணைப்பைக் கொண்ட ஈமெயிலைப் பெறுவார், அதன் பிறகு அவர்கள் சாட்வூட்டை அணுகலாம் மற்றும் செய்திகளுக்கு பதிலளிக்கலாம். </p> <p> சாட்வூட்டின் அம்சங்களுக்கான அணுகல் பின்வரும் பாத்திரங்களை அடிப்படையாகக் கொண்டது. </p> <p> <b> ஏஜென்ட் </ b> - இந்த பாத்திரத்தைக் கொண்ட ஏஜென்ட்கள் இன்பாக்ஸ்கள், அறிக்கைகள் மற்றும் உரையாடல்களை மட்டுமே அணுக முடியும். அவர்கள் மற்ற ஏஜென்ட்களுக்கோ அல்லது தங்களுக்கோ உரையாடல்களை ஒதுக்கலாம் மற்றும் உரையாடல்களை தீர்க்கலாம். </ P> <p> <b> நிர்வாகி </ b> - அமைப்புகள் உட்பட, உங்கள் கணக்கில் இயக்கப்பட்ட அனைத்து சாட்வூட் அம்சங்களுக்கும் மற்றும் இதர சாதாரண சலுகைகளும் அடங்கும்</ p>",
|
||||||
"AGENT_TYPES": [
|
"AGENT_TYPES": {
|
||||||
{
|
"ADMINISTRATOR": "நிர்வாகி",
|
||||||
"name": "administrator",
|
"AGENT": "ஏஜென்ட்"
|
||||||
"label": "நிர்வாகி"
|
},
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "agent",
|
|
||||||
"label": "ஏஜென்ட்"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "இந்த கணக்குடன் எந்த ஏஜென்ட்டும் இல்லை",
|
"404": "இந்த கணக்குடன் எந்த ஏஜென்ட்டும் இல்லை",
|
||||||
"TITLE": "உங்கள் அணியில் ஏஜென்ட்களை நிர்வகிக்கவும்",
|
"TITLE": "உங்கள் அணியில் ஏஜென்ட்களை நிர்வகிக்கவும்",
|
||||||
|
|||||||
@@ -4,16 +4,10 @@
|
|||||||
"HEADER_BTN_TXT": "เพิ่มพนักงาน",
|
"HEADER_BTN_TXT": "เพิ่มพนักงาน",
|
||||||
"LOADING": "กำลังดึงข้อมูลรายชื่อพนักงาน",
|
"LOADING": "กำลังดึงข้อมูลรายชื่อพนักงาน",
|
||||||
"SIDEBAR_TXT": "<p> <b> พนักงาน </b> <p> <b> พนักงาน </b> คือสมาชิกของทีมสนับสนุนลูกค้าของคุณ </p> <p> พนักงานจะสามารถดูและตอบกลับข้อความจากผู้ใช้ของคุณได้ รายการนี้แสดงพนักงานทั้งหมดที่อยู่ในบัญชีของคุณ </p> <p> คลิกที่ <b> เพิ่มตัวแทน </b> เพื่อเพิ่มตัวแทนใหม่ ตัวแทนที่คุณเพิ่มจะได้รับอีเมลพร้อมลิงก์ยืนยันเพื่อเปิดใช้งานบัญชีของพวกเขาหลังจากนั้นพวกเขาสามารถเข้าถึง Chatwoot และตอบกลับข้อความได้ </p> <p> การเข้าถึงคุณสมบัติของ Chatwoot ขึ้นอยู่กับบทบาทต่อไปนี้ </p> <p> <b> พนักงาน </b> - ตัวแทนที่มีบทบาทนี้สามารถเข้าถึงได้เฉพาะกล่องจดหมายรายงานและการสนทนา พวกเขาสามารถกำหนดการสนทนาให้กับตัวแทนคนอื่น ๆ หรือตัวเองและแก้ไขการสนทนาได้ </p> <p> <b> ผู้ดูแลระบบ </b> - ผู้ดูแลระบบจะสามารถเข้าถึงคุณลักษณะ Chatwoot ทั้งหมดที่เปิดใช้งานสำหรับบัญชีของคุณรวมถึงการตั้งค่าพร้อมด้วย สิทธิพิเศษของตัวแทนทั่วไป </p>",
|
"SIDEBAR_TXT": "<p> <b> พนักงาน </b> <p> <b> พนักงาน </b> คือสมาชิกของทีมสนับสนุนลูกค้าของคุณ </p> <p> พนักงานจะสามารถดูและตอบกลับข้อความจากผู้ใช้ของคุณได้ รายการนี้แสดงพนักงานทั้งหมดที่อยู่ในบัญชีของคุณ </p> <p> คลิกที่ <b> เพิ่มตัวแทน </b> เพื่อเพิ่มตัวแทนใหม่ ตัวแทนที่คุณเพิ่มจะได้รับอีเมลพร้อมลิงก์ยืนยันเพื่อเปิดใช้งานบัญชีของพวกเขาหลังจากนั้นพวกเขาสามารถเข้าถึง Chatwoot และตอบกลับข้อความได้ </p> <p> การเข้าถึงคุณสมบัติของ Chatwoot ขึ้นอยู่กับบทบาทต่อไปนี้ </p> <p> <b> พนักงาน </b> - ตัวแทนที่มีบทบาทนี้สามารถเข้าถึงได้เฉพาะกล่องจดหมายรายงานและการสนทนา พวกเขาสามารถกำหนดการสนทนาให้กับตัวแทนคนอื่น ๆ หรือตัวเองและแก้ไขการสนทนาได้ </p> <p> <b> ผู้ดูแลระบบ </b> - ผู้ดูแลระบบจะสามารถเข้าถึงคุณลักษณะ Chatwoot ทั้งหมดที่เปิดใช้งานสำหรับบัญชีของคุณรวมถึงการตั้งค่าพร้อมด้วย สิทธิพิเศษของตัวแทนทั่วไป </p>",
|
||||||
"AGENT_TYPES": [
|
"AGENT_TYPES": {
|
||||||
{
|
"ADMINISTRATOR": "ผู้ดูเเล",
|
||||||
"name": "administrator",
|
"AGENT": "พนักงาน"
|
||||||
"label": "ผู้ดูเเล"
|
},
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "agent",
|
|
||||||
"label": "พนักงาน"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "ไม่มีพนักงานที่เกี่ยวข้องในบัญชีนี้",
|
"404": "ไม่มีพนักงานที่เกี่ยวข้องในบัญชีนี้",
|
||||||
"TITLE": "จัดการพนักงานในทีมของคุณ",
|
"TITLE": "จัดการพนักงานในทีมของคุณ",
|
||||||
|
|||||||
@@ -4,16 +4,10 @@
|
|||||||
"HEADER_BTN_TXT": "Add Agent",
|
"HEADER_BTN_TXT": "Add Agent",
|
||||||
"LOADING": "Fetching Agent List",
|
"LOADING": "Fetching Agent List",
|
||||||
"SIDEBAR_TXT": "<p><b>Agents</b></p> <p> An <b>Agent</b> is a member of your Customer Support team. </p><p> Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account. </p><p> Click on <b>Add Agent</b> 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. </p><p> Access to Chatwoot's features are based on following roles. </p><p> <b>Agent</b> - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.</p><p> <b>Administrator</b> - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.</p>",
|
"SIDEBAR_TXT": "<p><b>Agents</b></p> <p> An <b>Agent</b> is a member of your Customer Support team. </p><p> Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account. </p><p> Click on <b>Add Agent</b> 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. </p><p> Access to Chatwoot's features are based on following roles. </p><p> <b>Agent</b> - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.</p><p> <b>Administrator</b> - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.</p>",
|
||||||
"AGENT_TYPES": [
|
"AGENT_TYPES": {
|
||||||
{
|
"ADMINISTRATOR": "Administrator",
|
||||||
"name": "administrator",
|
"AGENT": "Agent"
|
||||||
"label": "Administrator"
|
},
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "agent",
|
|
||||||
"label": "Agent"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "There are no agents associated to this account",
|
"404": "There are no agents associated to this account",
|
||||||
"TITLE": "Manage agents in your team",
|
"TITLE": "Manage agents in your team",
|
||||||
|
|||||||
@@ -4,16 +4,10 @@
|
|||||||
"HEADER_BTN_TXT": "Додати агента",
|
"HEADER_BTN_TXT": "Додати агента",
|
||||||
"LOADING": "Отримання списку агентів",
|
"LOADING": "Отримання списку агентів",
|
||||||
"SIDEBAR_TXT": "<p><b>Agents</b></p> <p> An <b>Agent</b> is a member of your Customer Support team. </p><p> Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account. </p><p> Click on <b>Add Agent</b> 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. </p><p> Access to Chatwoot's features are based on following roles. </p><p> <b>Agent</b> - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.</p><p> <b>Administrator</b> - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.</p>",
|
"SIDEBAR_TXT": "<p><b>Agents</b></p> <p> An <b>Agent</b> is a member of your Customer Support team. </p><p> Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account. </p><p> Click on <b>Add Agent</b> 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. </p><p> Access to Chatwoot's features are based on following roles. </p><p> <b>Agent</b> - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.</p><p> <b>Administrator</b> - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.</p>",
|
||||||
"AGENT_TYPES": [
|
"AGENT_TYPES": {
|
||||||
{
|
"ADMINISTRATOR": "Адміністратор",
|
||||||
"name": "адміністратор",
|
"AGENT": "Агент"
|
||||||
"label": "Адміністратор"
|
},
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "агент",
|
|
||||||
"label": "Агент"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "Немає агентів, пов'язаних з цим обліковим записом",
|
"404": "Немає агентів, пов'язаних з цим обліковим записом",
|
||||||
"TITLE": "Керування агентами у вашій команді",
|
"TITLE": "Керування агентами у вашій команді",
|
||||||
|
|||||||
@@ -4,16 +4,10 @@
|
|||||||
"HEADER_BTN_TXT": "Add Agent",
|
"HEADER_BTN_TXT": "Add Agent",
|
||||||
"LOADING": "Fetching Agent List",
|
"LOADING": "Fetching Agent List",
|
||||||
"SIDEBAR_TXT": "<p><b>Agents</b></p> <p> An <b>Agent</b> is a member of your Customer Support team. </p><p> Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account. </p><p> Click on <b>Add Agent</b> 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. </p><p> Access to Chatwoot's features are based on following roles. </p><p> <b>Agent</b> - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.</p><p> <b>Administrator</b> - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.</p>",
|
"SIDEBAR_TXT": "<p><b>Agents</b></p> <p> An <b>Agent</b> is a member of your Customer Support team. </p><p> Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account. </p><p> Click on <b>Add Agent</b> 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. </p><p> Access to Chatwoot's features are based on following roles. </p><p> <b>Agent</b> - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.</p><p> <b>Administrator</b> - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.</p>",
|
||||||
"AGENT_TYPES": [
|
"AGENT_TYPES": {
|
||||||
{
|
"ADMINISTRATOR": "Administrator",
|
||||||
"name": "administrator",
|
"AGENT": "Agent"
|
||||||
"label": "Administrator"
|
},
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "agent",
|
|
||||||
"label": "Agent"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "There are no agents associated to this account",
|
"404": "There are no agents associated to this account",
|
||||||
"TITLE": "Manage agents in your team",
|
"TITLE": "Manage agents in your team",
|
||||||
|
|||||||
@@ -4,16 +4,10 @@
|
|||||||
"HEADER_BTN_TXT": "Add Agent",
|
"HEADER_BTN_TXT": "Add Agent",
|
||||||
"LOADING": "Fetching Agent List",
|
"LOADING": "Fetching Agent List",
|
||||||
"SIDEBAR_TXT": "<p><b>Agents</b></p> <p> An <b>Agent</b> is a member of your Customer Support team. </p><p> Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account. </p><p> Click on <b>Add Agent</b> 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. </p><p> Access to Chatwoot's features are based on following roles. </p><p> <b>Agent</b> - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.</p><p> <b>Administrator</b> - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.</p>",
|
"SIDEBAR_TXT": "<p><b>Agents</b></p> <p> An <b>Agent</b> is a member of your Customer Support team. </p><p> Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account. </p><p> Click on <b>Add Agent</b> 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. </p><p> Access to Chatwoot's features are based on following roles. </p><p> <b>Agent</b> - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.</p><p> <b>Administrator</b> - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.</p>",
|
||||||
"AGENT_TYPES": [
|
"AGENT_TYPES": {
|
||||||
{
|
"ADMINISTRATOR": "Administrator",
|
||||||
"name": "administrator",
|
"AGENT": "Agent"
|
||||||
"label": "Administrator"
|
},
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "agent",
|
|
||||||
"label": "Agent"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "There are no agents associated to this account",
|
"404": "There are no agents associated to this account",
|
||||||
"TITLE": "Manage agents in your team",
|
"TITLE": "Manage agents in your team",
|
||||||
|
|||||||
@@ -4,16 +4,10 @@
|
|||||||
"HEADER_BTN_TXT": "添加客服代理",
|
"HEADER_BTN_TXT": "添加客服代理",
|
||||||
"LOADING": "正在获取客服代理列表",
|
"LOADING": "正在获取客服代理列表",
|
||||||
"SIDEBAR_TXT": "<p><b>客服代理</b></p> <p> 客服代理 <b></b> 是您的客户支持团队成员。 </p><p>客服 代理人将能够查看和回复您用户的消息。 列表显示当前帐户中的所有客服代理人。 </p><p> 点击 <b>添加客服代理</b> 添加新客服代理人。 您添加的客服代理将收到一封含有确认链接的电子邮件来激活他们的帐户,然后他们可以访问Chatwoot 并回复消息。 </p><p> 聊天窗口的功能基于以下角色。 </p><p> <b>Agent</b> - 具有此角色的代理只能访问收件箱、报告和会话。 他们可以将对话分配给其他客服代理人或自己,并解决会话。</p><p> <b>管理员</b> - 管理员将可以访问您账户中所有已启用的聊天功能。 包括设置,以及所有正常客服代理的权限。</p>",
|
"SIDEBAR_TXT": "<p><b>客服代理</b></p> <p> 客服代理 <b></b> 是您的客户支持团队成员。 </p><p>客服 代理人将能够查看和回复您用户的消息。 列表显示当前帐户中的所有客服代理人。 </p><p> 点击 <b>添加客服代理</b> 添加新客服代理人。 您添加的客服代理将收到一封含有确认链接的电子邮件来激活他们的帐户,然后他们可以访问Chatwoot 并回复消息。 </p><p> 聊天窗口的功能基于以下角色。 </p><p> <b>Agent</b> - 具有此角色的代理只能访问收件箱、报告和会话。 他们可以将对话分配给其他客服代理人或自己,并解决会话。</p><p> <b>管理员</b> - 管理员将可以访问您账户中所有已启用的聊天功能。 包括设置,以及所有正常客服代理的权限。</p>",
|
||||||
"AGENT_TYPES": [
|
"AGENT_TYPES": {
|
||||||
{
|
"ADMINISTRATOR": "管理员",
|
||||||
"name": "administrator",
|
"AGENT": "客服代理"
|
||||||
"label": "管理员"
|
},
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "agent",
|
|
||||||
"label": "客服代理"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "没有与此账户关联的代理",
|
"404": "没有与此账户关联的代理",
|
||||||
"TITLE": "管理您团队中的代理",
|
"TITLE": "管理您团队中的代理",
|
||||||
|
|||||||
@@ -4,16 +4,10 @@
|
|||||||
"HEADER_BTN_TXT": "Add Agent",
|
"HEADER_BTN_TXT": "Add Agent",
|
||||||
"LOADING": "Fetching Agent List",
|
"LOADING": "Fetching Agent List",
|
||||||
"SIDEBAR_TXT": "<p><b>Agents</b></p> <p> An <b>Agent</b> is a member of your Customer Support team. </p><p> Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account. </p><p> Click on <b>Add Agent</b> 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. </p><p> Access to Chatwoot's features are based on following roles. </p><p> <b>Agent</b> - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.</p><p> <b>Administrator</b> - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.</p>",
|
"SIDEBAR_TXT": "<p><b>Agents</b></p> <p> An <b>Agent</b> is a member of your Customer Support team. </p><p> Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account. </p><p> Click on <b>Add Agent</b> 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. </p><p> Access to Chatwoot's features are based on following roles. </p><p> <b>Agent</b> - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.</p><p> <b>Administrator</b> - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.</p>",
|
||||||
"AGENT_TYPES": [
|
"AGENT_TYPES": {
|
||||||
{
|
"ADMINISTRATOR": "Administrator",
|
||||||
"name": "administrator",
|
"AGENT": "Agent"
|
||||||
"label": "Administrator"
|
},
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "agent",
|
|
||||||
"label": "Agent"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"404": "There are no agents associated to this account",
|
"404": "There are no agents associated to this account",
|
||||||
"TITLE": "Manage agents in your team",
|
"TITLE": "Manage agents in your team",
|
||||||
|
|||||||
@@ -21,16 +21,11 @@
|
|||||||
<div class="medium-12 columns">
|
<div class="medium-12 columns">
|
||||||
<label :class="{ error: $v.agentType.$error }">
|
<label :class="{ error: $v.agentType.$error }">
|
||||||
{{ $t('AGENT_MGMT.ADD.FORM.AGENT_TYPE.LABEL') }}
|
{{ $t('AGENT_MGMT.ADD.FORM.AGENT_TYPE.LABEL') }}
|
||||||
<multiselect
|
<select v-model="agentType">
|
||||||
v-model="agentType"
|
<option v-for="role in roles" :key="role.name" :value="role.name">
|
||||||
:options="agentTypeList"
|
{{ role.label }}
|
||||||
:searchable="false"
|
</option>
|
||||||
label="label"
|
</select>
|
||||||
:placeholder="$t('AGENT_MGMT.ADD.FORM.AGENT_TYPE.PLACEHOLDER')"
|
|
||||||
:allow-empty="true"
|
|
||||||
:close-on-select="true"
|
|
||||||
@select="setPageName"
|
|
||||||
/>
|
|
||||||
<span v-if="$v.agentType.$error" class="message">
|
<span v-if="$v.agentType.$error" class="message">
|
||||||
{{ $t('AGENT_MGMT.ADD.FORM.AGENT_TYPE.ERROR') }}
|
{{ $t('AGENT_MGMT.ADD.FORM.AGENT_TYPE.ERROR') }}
|
||||||
</span>
|
</span>
|
||||||
@@ -69,8 +64,6 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
/* global bus */
|
|
||||||
/* eslint no-console: 0 */
|
|
||||||
import { required, minLength, email } from 'vuelidate/lib/validators';
|
import { required, minLength, email } from 'vuelidate/lib/validators';
|
||||||
import { mapGetters } from 'vuex';
|
import { mapGetters } from 'vuex';
|
||||||
|
|
||||||
@@ -85,10 +78,19 @@ export default {
|
|||||||
return {
|
return {
|
||||||
agentName: '',
|
agentName: '',
|
||||||
agentEmail: '',
|
agentEmail: '',
|
||||||
agentType: this.$t('AGENT_MGMT.AGENT_TYPES')[1],
|
agentType: 'agent',
|
||||||
vertical: 'bottom',
|
vertical: 'bottom',
|
||||||
horizontal: 'center',
|
horizontal: 'center',
|
||||||
agentTypeList: this.$t('AGENT_MGMT.AGENT_TYPES'),
|
roles: [
|
||||||
|
{
|
||||||
|
name: 'administrator',
|
||||||
|
label: this.$t('AGENT_MGMT.AGENT_TYPES.ADMINISTRATOR'),
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'agent',
|
||||||
|
label: this.$t('AGENT_MGMT.AGENT_TYPES.AGENT'),
|
||||||
|
},
|
||||||
|
],
|
||||||
show: true,
|
show: true,
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
@@ -112,10 +114,6 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
setPageName({ name }) {
|
|
||||||
this.$v.agentType.$touch();
|
|
||||||
this.agentType = name;
|
|
||||||
},
|
|
||||||
showAlert(message) {
|
showAlert(message) {
|
||||||
bus.$emit('newToastMessage', message);
|
bus.$emit('newToastMessage', message);
|
||||||
},
|
},
|
||||||
@@ -124,7 +122,7 @@ export default {
|
|||||||
await this.$store.dispatch('agents/create', {
|
await this.$store.dispatch('agents/create', {
|
||||||
name: this.agentName,
|
name: this.agentName,
|
||||||
email: this.agentEmail,
|
email: this.agentEmail,
|
||||||
role: this.agentType.name.toLowerCase(),
|
role: this.agentType,
|
||||||
});
|
});
|
||||||
this.showAlert(this.$t('AGENT_MGMT.ADD.API.SUCCESS_MESSAGE'));
|
this.showAlert(this.$t('AGENT_MGMT.ADD.API.SUCCESS_MESSAGE'));
|
||||||
this.onClose();
|
this.onClose();
|
||||||
|
|||||||
@@ -18,14 +18,11 @@
|
|||||||
<div class="medium-12 columns">
|
<div class="medium-12 columns">
|
||||||
<label :class="{ error: $v.agentType.$error }">
|
<label :class="{ error: $v.agentType.$error }">
|
||||||
{{ $t('AGENT_MGMT.EDIT.FORM.AGENT_TYPE.LABEL') }}
|
{{ $t('AGENT_MGMT.EDIT.FORM.AGENT_TYPE.LABEL') }}
|
||||||
<multiselect
|
<select v-model="agentType">
|
||||||
v-model.trim="agentType"
|
<option v-for="role in roles" :key="role.name" :value="role.name">
|
||||||
:options="agentTypeList"
|
{{ role.label }}
|
||||||
:placeholder="$t('AGENT_MGMT.EDIT.FORM.AGENT_TYPE.PLACEHOLDER')"
|
</option>
|
||||||
:searchable="false"
|
</select>
|
||||||
label="label"
|
|
||||||
@select="setPageName"
|
|
||||||
/>
|
|
||||||
<span v-if="$v.agentType.$error" class="message">
|
<span v-if="$v.agentType.$error" class="message">
|
||||||
{{ $t('AGENT_MGMT.EDIT.FORM.AGENT_TYPE.ERROR') }}
|
{{ $t('AGENT_MGMT.EDIT.FORM.AGENT_TYPE.ERROR') }}
|
||||||
</span>
|
</span>
|
||||||
@@ -59,8 +56,6 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
/* global bus */
|
|
||||||
/* eslint no-console: 0 */
|
|
||||||
import { required, minLength } from 'vuelidate/lib/validators';
|
import { required, minLength } from 'vuelidate/lib/validators';
|
||||||
import { mapGetters } from 'vuex';
|
import { mapGetters } from 'vuex';
|
||||||
import WootSubmitButton from '../../../../components/buttons/FormSubmitButton';
|
import WootSubmitButton from '../../../../components/buttons/FormSubmitButton';
|
||||||
@@ -73,20 +68,41 @@ export default {
|
|||||||
Modal,
|
Modal,
|
||||||
},
|
},
|
||||||
props: {
|
props: {
|
||||||
id: Number,
|
id: {
|
||||||
name: String,
|
type: Number,
|
||||||
email: String,
|
required: true,
|
||||||
type: String,
|
},
|
||||||
onClose: Function,
|
name: {
|
||||||
|
type: String,
|
||||||
|
required: true,
|
||||||
|
},
|
||||||
|
email: {
|
||||||
|
type: String,
|
||||||
|
default: '',
|
||||||
|
},
|
||||||
|
type: {
|
||||||
|
type: String,
|
||||||
|
default: '',
|
||||||
|
},
|
||||||
|
onClose: {
|
||||||
|
type: Function,
|
||||||
|
required: true,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
agentTypeList: this.$t('AGENT_MGMT.AGENT_TYPES'),
|
roles: [
|
||||||
|
{
|
||||||
|
name: 'administrator',
|
||||||
|
label: this.$t('AGENT_MGMT.AGENT_TYPES.ADMINISTRATOR'),
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'agent',
|
||||||
|
label: this.$t('AGENT_MGMT.AGENT_TYPES.AGENT'),
|
||||||
|
},
|
||||||
|
],
|
||||||
agentName: this.name,
|
agentName: this.name,
|
||||||
agentType: {
|
agentType: this.type,
|
||||||
name: this.type,
|
|
||||||
label: this.type,
|
|
||||||
},
|
|
||||||
agentCredentials: {
|
agentCredentials: {
|
||||||
email: this.email,
|
email: this.email,
|
||||||
},
|
},
|
||||||
@@ -111,10 +127,6 @@ export default {
|
|||||||
}),
|
}),
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
setPageName({ name }) {
|
|
||||||
this.$v.agentType.$touch();
|
|
||||||
this.agentType = name;
|
|
||||||
},
|
|
||||||
showAlert(message) {
|
showAlert(message) {
|
||||||
bus.$emit('newToastMessage', message);
|
bus.$emit('newToastMessage', message);
|
||||||
},
|
},
|
||||||
@@ -123,12 +135,11 @@ export default {
|
|||||||
await this.$store.dispatch('agents/update', {
|
await this.$store.dispatch('agents/update', {
|
||||||
id: this.id,
|
id: this.id,
|
||||||
name: this.agentName,
|
name: this.agentName,
|
||||||
role: this.agentType.name.toLowerCase(),
|
role: this.agentType,
|
||||||
});
|
});
|
||||||
this.showAlert(this.$t('AGENT_MGMT.EDIT.API.SUCCESS_MESSAGE'));
|
this.showAlert(this.$t('AGENT_MGMT.EDIT.API.SUCCESS_MESSAGE'));
|
||||||
this.onClose();
|
this.onClose();
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.log(error);
|
|
||||||
this.showAlert(this.$t('AGENT_MGMT.EDIT.API.ERROR_MESSAGE'));
|
this.showAlert(this.$t('AGENT_MGMT.EDIT.API.ERROR_MESSAGE'));
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -40,7 +40,11 @@
|
|||||||
</td>
|
</td>
|
||||||
<!-- Agent Role + Verification Status -->
|
<!-- Agent Role + Verification Status -->
|
||||||
<td>
|
<td>
|
||||||
<span class="agent-name">{{ agent.role }}</span>
|
<span class="agent-name">
|
||||||
|
{{
|
||||||
|
$t(`AGENT_MGMT.AGENT_TYPES.${agent.role.toUpperCase()}`)
|
||||||
|
}}
|
||||||
|
</span>
|
||||||
<span v-if="agent.confirmed">
|
<span v-if="agent.confirmed">
|
||||||
{{ $t('AGENT_MGMT.LIST.VERIFIED') }}
|
{{ $t('AGENT_MGMT.LIST.VERIFIED') }}
|
||||||
</span>
|
</span>
|
||||||
@@ -112,8 +116,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
/* global bus */
|
|
||||||
|
|
||||||
import { mapGetters } from 'vuex';
|
import { mapGetters } from 'vuex';
|
||||||
import globalConfigMixin from 'shared/mixins/globalConfigMixin';
|
import globalConfigMixin from 'shared/mixins/globalConfigMixin';
|
||||||
import Thumbnail from '../../../../components/widgets/Thumbnail';
|
import Thumbnail from '../../../../components/widgets/Thumbnail';
|
||||||
|
|||||||
@@ -52,18 +52,18 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
/* global bus */
|
|
||||||
/* eslint no-console: 0 */
|
|
||||||
import { required, minLength } from 'vuelidate/lib/validators';
|
import { required, minLength } from 'vuelidate/lib/validators';
|
||||||
|
|
||||||
import WootSubmitButton from '../../../../components/buttons/FormSubmitButton';
|
import WootSubmitButton from '../../../../components/buttons/FormSubmitButton';
|
||||||
import Modal from '../../../../components/Modal';
|
import Modal from '../../../../components/Modal';
|
||||||
|
import alertMixin from 'shared/mixins/alertMixin';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
WootSubmitButton,
|
WootSubmitButton,
|
||||||
Modal,
|
Modal,
|
||||||
},
|
},
|
||||||
|
mixins: [alertMixin],
|
||||||
props: {
|
props: {
|
||||||
onClose: {
|
onClose: {
|
||||||
type: Function,
|
type: Function,
|
||||||
@@ -74,15 +74,13 @@ export default {
|
|||||||
return {
|
return {
|
||||||
shortCode: '',
|
shortCode: '',
|
||||||
content: '',
|
content: '',
|
||||||
agentType: '',
|
|
||||||
vertical: 'bottom',
|
vertical: 'bottom',
|
||||||
horizontal: 'center',
|
horizontal: 'center',
|
||||||
addCanned: {
|
addCanned: {
|
||||||
showAlert: false,
|
|
||||||
showLoading: false,
|
showLoading: false,
|
||||||
message: '',
|
message: '',
|
||||||
},
|
},
|
||||||
agentTypeList: this.$t('CANNED_MGMT.AGENT_TYPES'),
|
|
||||||
show: true,
|
show: true,
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
@@ -94,19 +92,8 @@ export default {
|
|||||||
content: {
|
content: {
|
||||||
required,
|
required,
|
||||||
},
|
},
|
||||||
agentType: {
|
|
||||||
required,
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
setPageName({ name }) {
|
|
||||||
this.$v.agentType.$touch();
|
|
||||||
this.agentType = name;
|
|
||||||
},
|
|
||||||
showAlert() {
|
|
||||||
bus.$emit('newToastMessage', this.addCanned.message);
|
|
||||||
},
|
|
||||||
resetForm() {
|
resetForm() {
|
||||||
this.shortCode = '';
|
this.shortCode = '';
|
||||||
this.content = '';
|
this.content = '';
|
||||||
@@ -125,17 +112,13 @@ export default {
|
|||||||
.then(() => {
|
.then(() => {
|
||||||
// Reset Form, Show success message
|
// Reset Form, Show success message
|
||||||
this.addCanned.showLoading = false;
|
this.addCanned.showLoading = false;
|
||||||
this.addCanned.message = this.$t(
|
this.showAlert(this.$t('CANNED_MGMT.ADD.API.SUCCESS_MESSAGE'));
|
||||||
'CANNED_MGMT.ADD.API.SUCCESS_MESSAGE'
|
|
||||||
);
|
|
||||||
this.showAlert();
|
|
||||||
this.resetForm();
|
this.resetForm();
|
||||||
this.onClose();
|
this.onClose();
|
||||||
})
|
})
|
||||||
.catch(() => {
|
.catch(() => {
|
||||||
this.addCanned.showLoading = false;
|
this.addCanned.showLoading = false;
|
||||||
this.addCanned.message = this.$t('CANNED_MGMT.ADD.API.ERROR_MESSAGE');
|
this.showAlert(this.$t('CANNED_MGMT.ADD.API.ERROR_MESSAGE'));
|
||||||
this.showAlert();
|
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user