Chore: Include Tamil, Arabic, other language updates (#1018)
Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
This commit is contained in:
parent
0fc0dc1683
commit
a77cc713c2
418 changed files with 19359 additions and 328 deletions
|
@ -9,6 +9,8 @@ import ml from './locale/ml';
|
|||
import pt from './locale/pt';
|
||||
import pt_BR from './locale/pt_BR';
|
||||
import ro from './locale/ro';
|
||||
import ta from './locale/ta';
|
||||
import it from './locale/it';
|
||||
|
||||
export default {
|
||||
ca,
|
||||
|
@ -22,4 +24,6 @@ export default {
|
|||
pt_BR,
|
||||
pt,
|
||||
ro,
|
||||
ta,
|
||||
it,
|
||||
};
|
||||
|
|
102
app/javascript/dashboard/i18n/locale/ar/agentMgmt.json
Normal file
102
app/javascript/dashboard/i18n/locale/ar/agentMgmt.json
Normal file
|
@ -0,0 +1,102 @@
|
|||
{
|
||||
"AGENT_MGMT": {
|
||||
"HEADER": "موظف الدعم",
|
||||
"HEADER_BTN_TXT": "إضافة موظف",
|
||||
"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>",
|
||||
"AGENT_TYPES": [
|
||||
{
|
||||
"name": "administrator",
|
||||
"label": "المدير"
|
||||
},
|
||||
{
|
||||
"name": "agent",
|
||||
"label": "موظف الدعم"
|
||||
}
|
||||
],
|
||||
"LIST": {
|
||||
"404": "لا يوجد موظفي دعم مرتبطين بهذا الحساب",
|
||||
"TITLE": "إدارة موظفي الدعم في فريقك",
|
||||
"DESC": "يمكنك إضافة/إزالة موظفي الدعم الفني في فريقك.",
|
||||
"NAME": "الاسم",
|
||||
"EMAIL": "البريد الإلكتروني",
|
||||
"STATUS": "الحالة",
|
||||
"ACTIONS": "الإجراءات",
|
||||
"VERIFIED": "تم التحقق",
|
||||
"VERIFICATION_PENDING": "بانتظار التحقق"
|
||||
},
|
||||
"ADD": {
|
||||
"TITLE": "إضافة موظف دعم فني إلى فريقك",
|
||||
"DESC": "يمكنك إضافة موظفي الدعم للرد على الرسائل في صندوق الوارد المشترك الخاص بفريقك.",
|
||||
"CANCEL_BUTTON_TEXT": "إلغاء",
|
||||
"FORM": {
|
||||
"NAME": {
|
||||
"LABEL": "اسم الموظف",
|
||||
"PLACEHOLDER": "الرجاء إدخال اسم الموظف"
|
||||
},
|
||||
"AGENT_TYPE": {
|
||||
"LABEL": "رتبة الموظف",
|
||||
"PLACEHOLDER": "الرجاء تحديد نوع",
|
||||
"ERROR": "رتبة الموظف مطلوبة"
|
||||
},
|
||||
"EMAIL": {
|
||||
"LABEL": "عنوان البريد الإلكتروني",
|
||||
"PLACEHOLDER": "الرجاء إدخال عنوان البريد الإلكتروني للموظف"
|
||||
},
|
||||
"SUBMIT": "إضافة موظف"
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "تم إضافة الموظف بنجاح",
|
||||
"EXIST_MESSAGE": "عنوان هذا البريد الإلكتروني مستخدم مسبقاً، الرجاء إضافة عنوان آخر",
|
||||
"ERROR_MESSAGE": "تعذر الاتصال بالخادم، الرجاء المحاولة مرة أخرى لاحقاً"
|
||||
}
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "حذف",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "تم حذف حساب الموظف بنجاح",
|
||||
"ERROR_MESSAGE": "تعذر الاتصال بالخادم، الرجاء المحاولة مرة أخرى لاحقاً"
|
||||
},
|
||||
"CONFIRM": {
|
||||
"TITLE": "تأكيد الحذف",
|
||||
"MESSAGE": "هل أنت متأكد من الحذف ",
|
||||
"YES": "نعم، احذف ",
|
||||
"NO": "لا، احتفظ "
|
||||
}
|
||||
},
|
||||
"EDIT": {
|
||||
"TITLE": "تعديل حساب الموظف",
|
||||
"FORM": {
|
||||
"NAME": {
|
||||
"LABEL": "اسم الموظف",
|
||||
"PLACEHOLDER": "الرجاء إدخال اسم الموظف"
|
||||
},
|
||||
"AGENT_TYPE": {
|
||||
"LABEL": "رتبة الموظف",
|
||||
"PLACEHOLDER": "الرجاء تحديد نوع",
|
||||
"ERROR": "رتبة الموظف مطلوبة"
|
||||
},
|
||||
"EMAIL": {
|
||||
"LABEL": "عنوان البريد الإلكتروني",
|
||||
"PLACEHOLDER": "الرجاء إدخال عنوان البريد الإلكتروني للموظف"
|
||||
},
|
||||
"SUBMIT": "تعديل حساب الموظف"
|
||||
},
|
||||
"BUTTON_TEXT": "تعديل",
|
||||
"CANCEL_BUTTON_TEXT": "إلغاء",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "تم تحديث حساب الموظف بنجاح",
|
||||
"ERROR_MESSAGE": "تعذر الاتصال بالخادم، الرجاء المحاولة مرة أخرى لاحقاً"
|
||||
},
|
||||
"PASSWORD_RESET": {
|
||||
"ADMIN_RESET_BUTTON": "إعادة تعيين كلمة المرور",
|
||||
"ADMIN_SUCCESS_MESSAGE": "تم إرسال بريد إلكتروني مع تعليمات إعادة تعيين كلمة المرور",
|
||||
"SUCCESS_MESSAGE": "إعادة تعيين كلمة مرور حساب الموظف بنجاح",
|
||||
"ERROR_MESSAGE": "تعذر الاتصال بالخادم، الرجاء المحاولة مرة أخرى لاحقاً"
|
||||
}
|
||||
},
|
||||
"SEARCH": {
|
||||
"NO_RESULTS": "لم يتم العثور على موظفين."
|
||||
}
|
||||
}
|
||||
}
|
76
app/javascript/dashboard/i18n/locale/ar/cannedMgmt.json
Normal file
76
app/javascript/dashboard/i18n/locale/ar/cannedMgmt.json
Normal file
|
@ -0,0 +1,76 @@
|
|||
{
|
||||
"CANNED_MGMT": {
|
||||
"HEADER": "الردود السريعة",
|
||||
"HEADER_BTN_TXT": "إضافة رد جاهز",
|
||||
"LOADING": "جاري جلب الردود الجاهزة",
|
||||
"SEARCH_404": "لا توجد عناصر مطابقة لهذا الاستعلام",
|
||||
"SIDEBAR_TXT": "<p><b>الردود الجاهزة</b> </p><p> الردود الجاهزة هي عبارة عن قوالب يتم إعدادها مسبقاً لاستخدامها في كتابة الرسائل والردود للإجابة على اكثر الاسئلة شيوعاً. </p><p> لإضافة قالب جديد، فقط انقر على <b>إضافة رد جاهز</b>. يمكنك أيضاً تعديل أو حذف الردود الجاهزة الأخرى بالنقر على زر التحرير أو الحذف </p><p> يتم تسهيل استخدام الردود المسبقة بواسطة <b>رموز مختصرة</b> لتسريع البحث والوصول إليها. يمكن للموظفين الوصول إلى قوالب الردود الجاهزة أثناء الدردشة عن طريق الضغط على زر <b>'/'</b> ومن ثم الاختصار الخاص بالقالب المراد إدخاله في مربع النص. </p>",
|
||||
"LIST": {
|
||||
"404": "لا توجد ردود جاهزة متوفرة في هذا الحساب.",
|
||||
"TITLE": "إدارة الردود الجاهزة",
|
||||
"DESC": "الردود الجاهزة هي قوالب رسائل معدة مسبقاً يمكن استخدامها لتسريع كتابة الردود في المحادثات.",
|
||||
"TABLE_HEADER": [
|
||||
"الرمز المختصر",
|
||||
"المحتوى",
|
||||
"الإجراءات"
|
||||
]
|
||||
},
|
||||
"ADD": {
|
||||
"TITLE": "إضافة رد جاهز",
|
||||
"DESC": "الردود الجاهزة هي قوالب رسائل معدة مسبقاً يمكن استخدامها لتسريع كتابة الردود في المحادثات .",
|
||||
"CANCEL_BUTTON_TEXT": "إلغاء",
|
||||
"FORM": {
|
||||
"SHORT_CODE": {
|
||||
"LABEL": "الرمز المختصر",
|
||||
"PLACEHOLDER": "الرجاء إدخال رمز مختصر",
|
||||
"ERROR": "الرمز المختصر مطلوب"
|
||||
},
|
||||
"CONTENT": {
|
||||
"LABEL": "المحتوى",
|
||||
"PLACEHOLDER": "الرجاء إدخال محتوى",
|
||||
"ERROR": "المحتوى مطلوب"
|
||||
},
|
||||
"SUBMIT": "إرسال"
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "تم إضافة قالب الرد الجاهز بنجاح",
|
||||
"ERROR_MESSAGE": "تعذر الاتصال بالخادم، الرجاء المحاولة مرة أخرى لاحقاً"
|
||||
}
|
||||
},
|
||||
"EDIT": {
|
||||
"TITLE": "تعديل قالب الرد الجاهز",
|
||||
"CANCEL_BUTTON_TEXT": "إلغاء",
|
||||
"FORM": {
|
||||
"SHORT_CODE": {
|
||||
"LABEL": "الرمز المختصر",
|
||||
"PLACEHOLDER": "الرجاء إدخال رمز مختصر",
|
||||
"ERROR": "الرمز المختصر مطلوب"
|
||||
},
|
||||
"CONTENT": {
|
||||
"LABEL": "المحتوى",
|
||||
"PLACEHOLDER": "الرجاء إدخال محتوى",
|
||||
"ERROR": "المحتوى مطلوب"
|
||||
},
|
||||
"SUBMIT": "إرسال"
|
||||
},
|
||||
"BUTTON_TEXT": "تعديل",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "تم تحديث قالب الرد الجاهز بنجاح",
|
||||
"ERROR_MESSAGE": "تعذر الاتصال بالخادم، الرجاء المحاولة مرة أخرى لاحقاً"
|
||||
}
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "حذف",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "تم حذف قالب الرد الجاهز بنجاح",
|
||||
"ERROR_MESSAGE": "تعذر الاتصال بالخادم، الرجاء المحاولة مرة أخرى لاحقاً"
|
||||
},
|
||||
"CONFIRM": {
|
||||
"TITLE": "تأكيد الحذف",
|
||||
"MESSAGE": "هل أنت متأكد من الحذف ",
|
||||
"YES": "نعم، احذف ",
|
||||
"NO": "لا، احتفظ "
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
77
app/javascript/dashboard/i18n/locale/ar/chatlist.json
Normal file
77
app/javascript/dashboard/i18n/locale/ar/chatlist.json
Normal file
|
@ -0,0 +1,77 @@
|
|||
{
|
||||
"CHAT_LIST": {
|
||||
"LOADING": "جاري جلب المحادثات",
|
||||
"LOAD_MORE_CONVERSATIONS": "تحميل المزيد من المحادثات",
|
||||
"EOF": "تم تحميل كافة المحادثات 🎉",
|
||||
"LIST": {
|
||||
"404": "لا توجد محادثات نشطة في هذه المجموعة."
|
||||
},
|
||||
"TAB_HEADING": "المحادثات",
|
||||
"SEARCH": {
|
||||
"INPUT": "البحث عن جهات الاتصال، المحادثات، قوالب الردود الجاهزة .."
|
||||
},
|
||||
"STATUS_TABS": [
|
||||
{
|
||||
"NAME": "فتح",
|
||||
"KEY": "openCount"
|
||||
},
|
||||
{
|
||||
"NAME": "مغلقة",
|
||||
"KEY": "allConvCount"
|
||||
}
|
||||
],
|
||||
"ASSIGNEE_TYPE_TABS": [
|
||||
{
|
||||
"NAME": "محادثاتي",
|
||||
"KEY": "me",
|
||||
"COUNT_KEY": "mineCount"
|
||||
},
|
||||
{
|
||||
"NAME": "غير مسند",
|
||||
"KEY": "unassigned",
|
||||
"COUNT_KEY": "unAssignedCount"
|
||||
},
|
||||
{
|
||||
"NAME": "الكل",
|
||||
"KEY": "all",
|
||||
"COUNT_KEY": "allCount"
|
||||
}
|
||||
],
|
||||
"CHAT_STATUS_ITEMS": [
|
||||
{
|
||||
"TEXT": "فتح",
|
||||
"VALUE": "open"
|
||||
},
|
||||
{
|
||||
"TEXT": "مغلقة",
|
||||
"VALUE": "resolved"
|
||||
}
|
||||
],
|
||||
"ATTACHMENTS": {
|
||||
"image": {
|
||||
"ICON": "ion-image",
|
||||
"CONTENT": "رسالة صورة"
|
||||
},
|
||||
"audio": {
|
||||
"ICON": "ion-volume-high",
|
||||
"CONTENT": "رسالة صوتية"
|
||||
},
|
||||
"video": {
|
||||
"ICON": "ion-ios-videocam",
|
||||
"CONTENT": "رسالة فيديو"
|
||||
},
|
||||
"file": {
|
||||
"ICON": "ion-document",
|
||||
"CONTENT": "مرفقات"
|
||||
},
|
||||
"location": {
|
||||
"ICON": "ion-ios-location",
|
||||
"CONTENT": "الموقع الجغرافي"
|
||||
},
|
||||
"fallback": {
|
||||
"ICON": "ion-link",
|
||||
"CONTENT": "قام بمشاركة رابط"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
29
app/javascript/dashboard/i18n/locale/ar/contact.json
Normal file
29
app/javascript/dashboard/i18n/locale/ar/contact.json
Normal file
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"CONTACT_PANEL": {
|
||||
"CONVERSATION_TITLE": "تفاصيل المحادثة",
|
||||
"BROWSER": "المتصفح",
|
||||
"OS": "نظام التشغيل",
|
||||
"INITIATED_FROM": "تم البدء من",
|
||||
"INITIATED_AT": "تم البدء في",
|
||||
"CONVERSATIONS": {
|
||||
"NO_RECORDS_FOUND": "لا توجد محادثات سابقة مرتبطة بجهة الاتصال هذه.",
|
||||
"TITLE": "المحادثات السابقة"
|
||||
},
|
||||
"LABELS": {
|
||||
"TITLE": "وسوم المحادثة",
|
||||
"MODAL": {
|
||||
"TITLE": "الوسوم الخاصة بـ",
|
||||
"ACTIVE_LABELS": "تم إضافة الوسوم للمحادثة",
|
||||
"INACTIVE_LABELS": "الوسوم المتاحة في الحساب",
|
||||
"REMOVE": "انقر على أيقونة X لإزالة الوسم",
|
||||
"ADD": "اضغط على أيقونة + لإضافة وسوم",
|
||||
"UPDATE_BUTTON": "تحديث الوسوم",
|
||||
"UPDATE_ERROR": "تعذر تحديث الوسوم، الرجاء المحاولة مرة أخرى."
|
||||
},
|
||||
"NO_LABELS_TO_ADD": "لا يوجد وسوم في الحساب.",
|
||||
"NO_AVAILABLE_LABELS": "لا يوجد وسوم مضافة لهذه المحادثة."
|
||||
},
|
||||
"MUTE_CONTACT": "كتم جهة الاتصال",
|
||||
"EDIT_LABEL": "تعديل"
|
||||
}
|
||||
}
|
35
app/javascript/dashboard/i18n/locale/ar/conversation.json
Normal file
35
app/javascript/dashboard/i18n/locale/ar/conversation.json
Normal file
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"CONVERSATION": {
|
||||
"404": "الرجاء اختيار محادثة من سجل المحادثات",
|
||||
"NO_MESSAGE_1": "لا توجد رسائل بعد من العملاء في صندوق الوارد الخاص بك.",
|
||||
"NO_MESSAGE_2": " لإرسال رسالة إلى الصفحة الخاصة بك!",
|
||||
"NO_INBOX_1": "يبدو أنك لم تقم بإضافة أي صناديق بريدية بعد.",
|
||||
"NO_INBOX_2": " للبدء",
|
||||
"NO_INBOX_AGENT": "يبدو أنه لم يتم إسنادك لأي قنوات تواصل بعد. الرجاء التواصل مع المدير لإضافتك لصناديق الوارد الخاصة بقنوات التواصل",
|
||||
"CLICK_HERE": "اضغط هنا",
|
||||
"LOADING_INBOXES": "جار تحميل صناديق الوارد",
|
||||
"LOADING_CONVERSATIONS": "جاري تحميل المحادثات",
|
||||
"DOWNLOAD": "تنزيل",
|
||||
"HEADER": {
|
||||
"RESOLVE_ACTION": "إغلاق المحادثة",
|
||||
"REOPEN_ACTION": "إعادة فتح",
|
||||
"OPEN": "المزيد",
|
||||
"CLOSE": "أغلق",
|
||||
"DETAILS": "التفاصيل"
|
||||
},
|
||||
"FOOTER": {
|
||||
"MSG_INPUT": "زر Shift + Enter لإضافة سطر جديد. ابدأ بزر / للاختيار من الردود السريعة.",
|
||||
"PRIVATE_MSG_INPUT": "زر Shift + Enter لإضافة سطر جديد. سيكون هذا مرئياً للموظفين فقط"
|
||||
},
|
||||
"REPLYBOX": {
|
||||
"REPLY": "إضافة رد",
|
||||
"PRIVATE_NOTE": "إضافة ملاحظة خاصة",
|
||||
"SEND": "إرسال",
|
||||
"CREATE": "إضافة ملاحظة",
|
||||
"TWEET": "تغريد"
|
||||
},
|
||||
"VISIBLE_TO_AGENTS": "ملاحظة خاصة: مرئية فقط لأعضاء فريق العمل والموظفين",
|
||||
"CHANGE_STATUS": "تم تغيير حالة المحادثة",
|
||||
"CHANGE_AGENT": "تم تغيير الموظف الذي تم إحالة المحادثة إليه"
|
||||
}
|
||||
}
|
47
app/javascript/dashboard/i18n/locale/ar/generalSettings.json
Normal file
47
app/javascript/dashboard/i18n/locale/ar/generalSettings.json
Normal file
|
@ -0,0 +1,47 @@
|
|||
{
|
||||
"GENERAL_SETTINGS": {
|
||||
"TITLE": "إعدادات الحساب",
|
||||
"SUBMIT": "تحديث الإعدادات",
|
||||
"BACK": "العودة",
|
||||
"UPDATE": {
|
||||
"ERROR": "تعذر تحديث الإعدادات، الرجاء المحاولة مرة أخرى!",
|
||||
"SUCCESS": "تم تحديث إعدادات الحساب بنجاح"
|
||||
},
|
||||
"FORM": {
|
||||
"ERROR": "الرجاء إصلاح الأخطاء في الفورم",
|
||||
"GENERAL_SECTION": {
|
||||
"TITLE": "الإعدادات العامة",
|
||||
"NOTE": ""
|
||||
},
|
||||
"NAME": {
|
||||
"LABEL": "اسم الحساب",
|
||||
"PLACEHOLDER": "اسم الحساب الخاص بك",
|
||||
"ERROR": "الرجاء إدخال اسم حساب صحيح"
|
||||
},
|
||||
"LANGUAGE": {
|
||||
"LABEL": "لغة الموقع (تجريبي)",
|
||||
"PLACEHOLDER": "اسم الحساب الخاص بك",
|
||||
"ERROR": ""
|
||||
},
|
||||
"DOMAIN": {
|
||||
"LABEL": "الدومين",
|
||||
"PLACEHOLDER": "نطاق موقعك الإلكتروني",
|
||||
"ERROR": ""
|
||||
},
|
||||
"SUPPORT_EMAIL": {
|
||||
"LABEL": "البريد الإلكتروني للدعم الفني",
|
||||
"PLACEHOLDER": "عنوان البريد الإلكتروني الخاص باستقبال رسائل الدعم الفني",
|
||||
"ERROR": ""
|
||||
},
|
||||
"ENABLE_DOMAIN_EMAIL": {
|
||||
"LABEL": "تفعيل دومين البريد الإلكتروني",
|
||||
"PLACEHOLDER": "تفعيل خيار تعيين دومين مخصص لعنوان البريد الإلكتروني",
|
||||
"ERROR": "",
|
||||
"OPTIONS": {
|
||||
"ENABLED": "مفعل",
|
||||
"DISABLED": "معطّل"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
191
app/javascript/dashboard/i18n/locale/ar/inboxMgmt.json
Normal file
191
app/javascript/dashboard/i18n/locale/ar/inboxMgmt.json
Normal file
|
@ -0,0 +1,191 @@
|
|||
{
|
||||
"INBOX_MGMT": {
|
||||
"HEADER": "قنوات التواصل",
|
||||
"SIDEBAR_TXT": "<p><b>قنوات التواصل</b></p> <p> عند ربطك لموقع ويب أو صفحة فيسبوك إلى Chatwooot، يتم تسميتها <b>قناة تواصل</b>. يمكنك إنشاء قنوات تواصل غير محدودة من مختلف الأنواع في حساب Chatwoot الخاص بك. </p><p> انقر فوق <b>إضافة قناة تواصل</b> لربط موقع الويب أو صفحة فيسبوك الخاصة بك. </p><p> من لوحة الإدارة، يمكنك رؤية جميع المحادثات من جميع صناديق الوارد الخاصة بك والرد عليها من مكان موّحد عبر الضغط على علامة التبويب \"المحادثات\". </p><p> يمكنك أيضًا مشاهدة المحادثات الخاصة بصندوق وارد معين بالنقر على اسم صندوق الوارد على الجزء الجانبي من لوحة الإدارة. </p>",
|
||||
"LIST": {
|
||||
"404": "لا توجد صناديق وارد لقنوات تواصل مرتبطة بهذا الحساب."
|
||||
},
|
||||
"CREATE_FLOW": [
|
||||
{
|
||||
"title": "اختر قناة",
|
||||
"route": "settings_inbox_new",
|
||||
"body": "اختر الخدمة التي تود ربطها مع حسابك في Chatwoot."
|
||||
},
|
||||
{
|
||||
"title": "إنشاء قناة تواصل",
|
||||
"route": "settings_inboxes_page_channel",
|
||||
"body": "قم بالمصادقة على حسابك وإنشاء قناة التواصل."
|
||||
},
|
||||
{
|
||||
"title": "إضافة موظفين",
|
||||
"route": "settings_inboxes_add_agents",
|
||||
"body": "إضافة موظفين إلى صندوق الوارد الخاص بقناة التواصل التي تم إنشاؤها."
|
||||
},
|
||||
{
|
||||
"title": "مرحى!",
|
||||
"route": "settings_inbox_finish",
|
||||
"body": "أصبح كل شيء جاهزاً الآن!"
|
||||
}
|
||||
],
|
||||
"ADD": {
|
||||
"FB": {
|
||||
"HELP": "ملحوظة: بالمصادقة على حسابك، فنحن يمكننا فقط الوصول إلى الرسائل الواردة لصفحتك. لا يستطيع Chatwoot أبداً بأي شكل من الأشكال الوصول إلى رسائلك الخاصة في حسابك الشخصي.",
|
||||
"CHOOSE_PAGE": "اختر صفحة",
|
||||
"CHOOSE_PLACEHOLDER": "اختر صفحة من القائمة",
|
||||
"INBOX_NAME": "اسم صندوق الوارد لقناة التواصل",
|
||||
"ADD_NAME": "قم بتعيين اسم لصندوق الوارد الخاص بقناتك الجديدة",
|
||||
"PICK_NAME": "اختر اسم لقناة التواصل الخاصة بك",
|
||||
"PICK_A_VALUE": "اختر قيمة"
|
||||
},
|
||||
"TWITTER": {
|
||||
"HELP": "لإضافة حساب تويتر الخاص بك كقناة تواصل، تحتاج إلى مصادقة حسابك على تويتر بك بالنقر على زر \"تسجيل الدخول باستخدام تويتر\" "
|
||||
},
|
||||
"WEBSITE_CHANNEL": {
|
||||
"TITLE": "قناة الموقع",
|
||||
"DESC": "قم بإنشاء قناة تواصل لموقع الويب الخاص بك وابدأ في استقبال الرسائل من عملائك عبر صندوق الدردشة المباشرة.",
|
||||
"LOADING_MESSAGE": "جاري إنشاء قناة تواصل للموقع",
|
||||
"CHANNEL_AVATAR": {
|
||||
"LABEL": "الصورة الرمزية للقناة"
|
||||
},
|
||||
"CHANNEL_NAME": {
|
||||
"LABEL": "اسم الموقع",
|
||||
"PLACEHOLDER": "أدخل اسم موقع الويب الخاص بك (مثال: Acme Inc)"
|
||||
},
|
||||
"CHANNEL_DOMAIN": {
|
||||
"LABEL": "نطاق الموقع",
|
||||
"PLACEHOLDER": "أدخل نطاق موقعك الإلكتروني (مثال: acme.com)"
|
||||
},
|
||||
"CHANNEL_WELCOME_TITLE": {
|
||||
"LABEL": "العنوان الترحيبي",
|
||||
"PLACEHOLDER": "مرحبا بك!"
|
||||
},
|
||||
"CHANNEL_WELCOME_TAGLINE": {
|
||||
"LABEL": "افتتاحية الترحيب",
|
||||
"PLACEHOLDER": "نحن نجعل من السهل عليك التواصل معنا. اسألنا أي شيء، أو قم بمشاركتنا ملاحظاتك."
|
||||
},
|
||||
"CHANNEL_GREETING_MESSAGE": {
|
||||
"LABEL": "رسالة الترحيب التلقائية",
|
||||
"PLACEHOLDER": "يتم الرد عادة خلال بضع ساعات."
|
||||
},
|
||||
"CHANNEL_GREETING_TOGGLE": {
|
||||
"LABEL": "تفعيل رسالة الترحيب التلقائية",
|
||||
"HELP_TEXT": "إرسال رسالة ترحيب إلى المستخدم عند بدء المحادثة.",
|
||||
"ENABLED": "مفعل",
|
||||
"DISABLED": "معطّل"
|
||||
},
|
||||
"WIDGET_COLOR": {
|
||||
"LABEL": "لون صندوق الدردشة",
|
||||
"PLACEHOLDER": "تحديث اللون الرئيسي لصندوق الدردشة"
|
||||
},
|
||||
"SUBMIT_BUTTON": "إنشاء قناة تواصل"
|
||||
},
|
||||
"TWILIO": {
|
||||
"TITLE": "قناة Twilio SMS/WhatsApp",
|
||||
"DESC": "قم بإضافة قناة Twilio لتمكن عملائك من التواصل معك عبر الرسائل القصيرة SMS أو عبر واتساب.",
|
||||
"ACCOUNT_SID": {
|
||||
"LABEL": "معرف حساب Twilio (يعرف أيضاً بـ Account SID)",
|
||||
"PLACEHOLDER": "الرجاء إدخال معرف حساب Twilio الخاص بك (يعرف أيضاً بـ Account SID)",
|
||||
"ERROR": "هذا الحقل مطلوب"
|
||||
},
|
||||
"CHANNEL_TYPE": {
|
||||
"LABEL": "نوع القناة",
|
||||
"ERROR": "الرجاء تحديد نوع القناة"
|
||||
},
|
||||
"AUTH_TOKEN": {
|
||||
"LABEL": "رمز المصادقة Auth Token",
|
||||
"PLACEHOLDER": "الرجاء إدخال رمز مصادقة Twilio الخاص بك Auth Token",
|
||||
"ERROR": "هذا الحقل مطلوب"
|
||||
},
|
||||
"CHANNEL_NAME": {
|
||||
"LABEL": "اسم القناة",
|
||||
"PLACEHOLDER": "الرجاء إدخال اسم القناة",
|
||||
"ERROR": "هذا الحقل مطلوب"
|
||||
},
|
||||
"PHONE_NUMBER": {
|
||||
"LABEL": "رقم الهاتف",
|
||||
"PLACEHOLDER": "الرجاء إدخال رقم الهاتف الذي سيتم إرسال الرسائل منه.",
|
||||
"ERROR": "الرجاء إدخال قيمة صحيحة. يجب أن يبدأ رقم الهاتف بعلامة `+`."
|
||||
},
|
||||
"API_CALLBACK": {
|
||||
"TITLE": "عنوان Callback URL",
|
||||
"SUBTITLE": "يتوجب تهيئة عنوان callback URL في إعدادات Twilio بإدخال القيمة أدناه."
|
||||
},
|
||||
"SUBMIT_BUTTON": "إنشاء قناة Twilio",
|
||||
"API": {
|
||||
"ERROR_MESSAGE": "تعذر تكوين المصادقة بواسطة بيانات الاعتماد الخاصة بحسابك على Twilio، يرجى المحاولة مرة أخرى"
|
||||
}
|
||||
},
|
||||
"AUTH": {
|
||||
"TITLE": "القنوات",
|
||||
"DESC": "ندعم حالياً تثبيت برنامج الدردشة المباشرة على موقعك وربط صفحات الفيس بوك وحسابات تويتر. جار العمل على دعم المزيد من المنصات الأخرى مثل واتساب، و البريد الإلكتروني، و تلغرام و لاين، والتي ستكون متاحة قريباً."
|
||||
},
|
||||
"AGENTS": {
|
||||
"TITLE": "موظف الدعم",
|
||||
"DESC": "هنا يمكنك إضافة موظفين لإدارة صندوق الوارد الخاص بقناة تواصلك التي تم إنشاؤها حديثاً. الموظفين الذين يتم تحديدهم هنا هم فقط من يمكنهم الوصول إلى صندوق الوارد الخاص بتلك القناة. الموظفين الذين ليسوا جزءاً من صندوق الوارد هذا لن يكونوا قادرين على رؤية أو الرد على الرسائل في قناة التواصل هذه عند تسجيل الدخول. <br> <b>ملحوظة:</b> كمسؤول، إذا كنت بحاجة إلى الوصول إلى جميع صناديق الوارد، يجب عليك إضافة نفسك كموظف لجميع صناديق الوارد الخاصة بقنوات التواصل التي تنشئها."
|
||||
},
|
||||
"DETAILS": {
|
||||
"TITLE": "تفاصيل قناة التواصل",
|
||||
"DESC": "من القائمة المنسدلة أدناه، حدد صفحة فيس بوك التي تريد ربطها بـ Chatwoot. يمكنك أيضًا تخصيص اسم لصندوق الوارد الخاص بهذه الصفحة للحصول على تجربة وصول أفضل."
|
||||
},
|
||||
"FINISH": {
|
||||
"TITLE": "تم!",
|
||||
"DESC": "لقد تم بنجاح ربط صفحة فيسبوك الخاصة بك مع Chatwoot. في المرة القادمة التي يرسل فيها العملاء رسالة إلى صفحتك، ستظهر المحادثة تلقائيًا على صندوق الوارد الخاص بك هنا.<br>نحن نزودك أيضًا بالكود النصي لصندوق دردشة الماسنجر والذي يمكنك إضافته بسهولة إلى الموقع الخاص بك لاستقبال الرسائل من الزوار كذلك. بمجرد أن يتم ذلك على موقع الويب الخاص بك، يمكن للعملاء مراسلتك من موقع الويب الخاص بك بدون الحاجة لأي أدوات خارجية وستظهر المحادثة هنا على Chatwoot.<br>رائع، أليس كذلك؟ نحن بالتأكيد نحاول أن نكون الأفضل :)"
|
||||
}
|
||||
},
|
||||
"DETAILS": {
|
||||
"LOADING_FB": "جار المصادقة والربط مع الفيسبوك...",
|
||||
"ERROR_FB_AUTH": "حدث خطأ ما، الرجاء تحديث الصفحة...",
|
||||
"CREATING_CHANNEL": "جار إنشاء قناة التواصل...",
|
||||
"TITLE": "تهيئة إعدادات قناة التواصل",
|
||||
"DESC": ""
|
||||
},
|
||||
"AGENTS": {
|
||||
"BUTTON_TEXT": "إضافة موظفين",
|
||||
"ADD_AGENTS": "إضافة موظفين إلى صندوق الوارد الخاص بالقناة..."
|
||||
},
|
||||
"FINISH": {
|
||||
"TITLE": "أصبحت قناة التواصل جاهزة الآن!",
|
||||
"MESSAGE": "يمكنك الآن التواصل مع عملائك من خلال قناتك الجديدة ",
|
||||
"BUTTON_TEXT": "خذني إلى هناك",
|
||||
"WEBSITE_SUCCESS": "لقد انتهيت بنجاح من إنشاء قناة دردشة مباشرة لموقعك. انسخ الرمز الموضح أدناه وقم بإضافته إلى موقع الويب الخاص بك. في المرة القادمة التي يستخدم فيها العميل الدردشة المباشرة، ستظهر المحادثة تلقائياً على صندوق الوارد الخاص بك."
|
||||
},
|
||||
"REAUTH": "إعادة التصريح",
|
||||
"VIEW": "عرض",
|
||||
"EDIT": {
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "تم تحديث إعدادات قناة التواصل بنجاح",
|
||||
"AUTO_ASSIGNMENT_SUCCESS_MESSAGE": "تم تحديث إعدادات الإسناد التلقائي بنجاح",
|
||||
"ERROR_MESSAGE": "تعذر تحديث لون صندوق الدردشة. الرجاء المحاولة مرة أخرى لاحقاً."
|
||||
},
|
||||
"AUTO_ASSIGNMENT": {
|
||||
"ENABLED": "مفعل",
|
||||
"DISABLED": "معطّل"
|
||||
}
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "حذف",
|
||||
"CONFIRM": {
|
||||
"TITLE": "تأكيد الحذف",
|
||||
"MESSAGE": "هل أنت متأكد من الحذف ",
|
||||
"YES": "نعم، احذف ",
|
||||
"NO": "لا، احتفظ "
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "تم حذف قناة التواصل بنجاح",
|
||||
"ERROR_MESSAGE": "تعذر حذف قناة التواصل. الرجاء المحاولة مرة أخرى لاحقاً."
|
||||
}
|
||||
},
|
||||
"SETTINGS": "الإعدادات",
|
||||
"SETTINGS_POPUP": {
|
||||
"MESSENGER_HEADING": "كود \"الماسنجر\"",
|
||||
"MESSENGER_SUB_HEAD": "ضع هذا الكود داخل وسم الـ body في موقعك",
|
||||
"INBOX_AGENTS": "موظف الدعم",
|
||||
"INBOX_AGENTS_SUB_TEXT": "إضافة أو إزالة موظفين من قناة التواصل هذه",
|
||||
"UPDATE": "تحديث",
|
||||
"AUTO_ASSIGNMENT": "تفعيل الإسناد التلقائي",
|
||||
"INBOX_UPDATE_TITLE": "إعدادات قناة التواصل",
|
||||
"INBOX_UPDATE_SUB_TEXT": "تحديث إعدادات قناة التواصل",
|
||||
"AUTO_ASSIGNMENT_SUB_TEXT": "تمكين أو تعطيل الإسناد التلقائي للمحادثات الجديدة إلى الموظفين المضافين إلى قناة التواصل هذه."
|
||||
}
|
||||
}
|
||||
}
|
33
app/javascript/dashboard/i18n/locale/ar/index.js
Normal file
33
app/javascript/dashboard/i18n/locale/ar/index.js
Normal file
|
@ -0,0 +1,33 @@
|
|||
import { default as _agentMgmt } from './agentMgmt.json';
|
||||
import { default as _labelsMgmt } from './labelsMgmt.json';
|
||||
import { default as _cannedMgmt } from './cannedMgmt.json';
|
||||
import { default as _chatlist } from './chatlist.json';
|
||||
import { default as _contact } from './contact.json';
|
||||
import { default as _conversation } from './conversation.json';
|
||||
import { default as _inboxMgmt } from './inboxMgmt.json';
|
||||
import { default as _login } from './login.json';
|
||||
import { default as _report } from './report.json';
|
||||
import { default as _resetPassword } from './resetPassword.json';
|
||||
import { default as _setNewPassword } from './setNewPassword.json';
|
||||
import { default as _settings } from './settings.json';
|
||||
import { default as _signup } from './signup.json';
|
||||
import { default as _integrations } from './integrations.json';
|
||||
import { default as _generalSettings } from './generalSettings.json';
|
||||
|
||||
export default {
|
||||
..._agentMgmt,
|
||||
..._cannedMgmt,
|
||||
..._chatlist,
|
||||
..._contact,
|
||||
..._conversation,
|
||||
..._inboxMgmt,
|
||||
..._login,
|
||||
..._report,
|
||||
..._labelsMgmt,
|
||||
..._resetPassword,
|
||||
..._setNewPassword,
|
||||
..._settings,
|
||||
..._signup,
|
||||
..._integrations,
|
||||
..._generalSettings,
|
||||
};
|
63
app/javascript/dashboard/i18n/locale/ar/integrations.json
Normal file
63
app/javascript/dashboard/i18n/locale/ar/integrations.json
Normal file
|
@ -0,0 +1,63 @@
|
|||
{
|
||||
"INTEGRATION_SETTINGS": {
|
||||
"HEADER": "خيارات الربط",
|
||||
"WEBHOOK": {
|
||||
"TITLE": "Webhook",
|
||||
"CONFIGURE": "تهيئة",
|
||||
"HEADER": "إعدادات الـ Webhook",
|
||||
"HEADER_BTN_TXT": "إضافة webhook جديد",
|
||||
"INTEGRATION_TXT": "أحداث Webhook توفر لك معلومات في الوقت الحقيقي حول ما يحدث في حساب Chatwoot الخاص بك. يمكنك استخدام خاصية الـ Webhook لإيصال الأحداث إلى تطبيقاتك المفضلة مثل Slack أو Github. انقر على \"تهيئة\" لإعداد الـ Webhooks الخاصة بك.",
|
||||
"LOADING": "جار جلب الـ Webhooks",
|
||||
"SEARCH_404": "لا توجد عناصر مطابقة لهذا الاستعلام",
|
||||
"SIDEBAR_TXT": "<p><b>Webhooks</b> </p> <p>Webhooks are HTTP callbacks which can be defined for every account. They are triggered by events like message creation in Chatwoot. You can create more than one webhook for this account. <br /><br /> For creating a <b>webhook</b>, click on the <b>Add new webhook</b> button. You can also remove any existing webhook by clicking on the Delete button.</p>",
|
||||
"LIST": {
|
||||
"404": "There are no webhooks configured for this account.",
|
||||
"TITLE": "إدارة الـ webhooks",
|
||||
"DESC": "Webhooks are predefined reply templates which can be used to quickly send out replies to tickets.",
|
||||
"TABLE_HEADER": [
|
||||
"Webhook endpoint",
|
||||
"الإجراءات"
|
||||
]
|
||||
},
|
||||
"ADD": {
|
||||
"CANCEL": "إلغاء",
|
||||
"TITLE": "إضافة webhook جديد",
|
||||
"DESC": "Webhook events provide you the realtime information about what's happening in your Chatwoot account. Please enter a valid URL to configure a callback.",
|
||||
"FORM": {
|
||||
"END_POINT": {
|
||||
"LABEL": "رابط Webhook",
|
||||
"PLACEHOLDER": "مثال: https://example/api/webhook",
|
||||
"ERROR": "الرجاء إدخال عنوان URL صالح"
|
||||
},
|
||||
"SUBMIT": "إنشاء webhook"
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "تم إضافة Webhook بنجاح",
|
||||
"ERROR_MESSAGE": "تعذر الاتصال بالخادم، الرجاء المحاولة مرة أخرى لاحقاً"
|
||||
}
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "حذف",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "تم حذف Webhook بنجاح",
|
||||
"ERROR_MESSAGE": "تعذر الاتصال بالخادم، الرجاء المحاولة مرة أخرى لاحقاً"
|
||||
},
|
||||
"CONFIRM": {
|
||||
"TITLE": "تأكيد الحذف",
|
||||
"MESSAGE": "هل أنت متأكد من الحذف ",
|
||||
"YES": "نعم، احذف ",
|
||||
"NO": "لا، احتفظ به"
|
||||
}
|
||||
}
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "حذف",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "تم حذف التكامل بنجاح"
|
||||
}
|
||||
},
|
||||
"CONNECT": {
|
||||
"BUTTON_TEXT": "ربط الاتصال"
|
||||
}
|
||||
}
|
||||
}
|
68
app/javascript/dashboard/i18n/locale/ar/labelsMgmt.json
Normal file
68
app/javascript/dashboard/i18n/locale/ar/labelsMgmt.json
Normal file
|
@ -0,0 +1,68 @@
|
|||
{
|
||||
"LABEL_MGMT": {
|
||||
"HEADER": "الوسوم",
|
||||
"HEADER_BTN_TXT": "إضافة وسم جديد",
|
||||
"LOADING": "جار جلب الوسوم",
|
||||
"SEARCH_404": "لا توجد عناصر مطابقة لهذا الاستعلام",
|
||||
"SIDEBAR_TXT": "<p><b>Labels</b> <p>Labels help you to categorize conversations and prioritize them. You can assign label to a conversation from the sidepanel. <br /><br />Labels are tied to the account and can be used to create custom workflows in your organization. You can assign custom color to a label, it makes it easier to identify the label. You will be able to display the label on the sidebar to filter the conversations easily.</p>",
|
||||
"LIST": {
|
||||
"404": "لا يوجد وسوم متوفرة في هذا الحساب.",
|
||||
"TITLE": "إدارة الوسوم",
|
||||
"DESC": "الوسوم تسمح لك بتجميع المحادثات المتشابهة معاً.",
|
||||
"TABLE_HEADER": [
|
||||
"الاسم",
|
||||
"الوصف",
|
||||
"اللون"
|
||||
]
|
||||
},
|
||||
"FORM": {
|
||||
"NAME": {
|
||||
"LABEL": "اسم الوسم",
|
||||
"PLACEHOLDER": "اسم الوسم",
|
||||
"ERROR": "اسم الوسم مطلوب"
|
||||
},
|
||||
"DESCRIPTION": {
|
||||
"LABEL": "الوصف",
|
||||
"PLACEHOLDER": "وصف الوسم"
|
||||
},
|
||||
"COLOR": {
|
||||
"LABEL": "اللون"
|
||||
},
|
||||
"SHOW_ON_SIDEBAR": {
|
||||
"LABEL": "إظهار الوسم على الشريط الجانبي"
|
||||
},
|
||||
"EDIT": "تعديل",
|
||||
"CREATE": "إنشاء",
|
||||
"DELETE": "حذف",
|
||||
"CANCEL": "إلغاء"
|
||||
},
|
||||
"ADD": {
|
||||
"TITLE": "إضافة وسم جديد",
|
||||
"DESC": "الوسوم تسمح لك بتجميع المحادثات المتشابهة معاً.",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "تم إضافة الوسم بنجاح",
|
||||
"ERROR_MESSAGE": "حدث خطأ، الرجاء المحاولة مرة أخرى"
|
||||
}
|
||||
},
|
||||
"EDIT": {
|
||||
"TITLE": "تعديل الوسم",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "تم تحديث الوسم بنجاح",
|
||||
"ERROR_MESSAGE": "حدث خطأ، الرجاء المحاولة مرة أخرى"
|
||||
}
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "حذف",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "تم حذف الوسم بنجاح",
|
||||
"ERROR_MESSAGE": "حدث خطأ، الرجاء المحاولة مرة أخرى"
|
||||
},
|
||||
"CONFIRM": {
|
||||
"TITLE": "تأكيد الحذف",
|
||||
"MESSAGE": "هل أنت متأكد من الحذف ",
|
||||
"YES": "نعم، احذف ",
|
||||
"NO": "لا، احتفظ "
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
21
app/javascript/dashboard/i18n/locale/ar/login.json
Normal file
21
app/javascript/dashboard/i18n/locale/ar/login.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"LOGIN": {
|
||||
"TITLE": "تسجيل الدخول إلى Chatwoot",
|
||||
"EMAIL": {
|
||||
"LABEL": "البريد الإلكتروني",
|
||||
"PLACEHOLDER": "مثال: someone@example.com"
|
||||
},
|
||||
"PASSWORD": {
|
||||
"LABEL": "كلمة المرور",
|
||||
"PLACEHOLDER": "كلمة المرور"
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "تم تسجيل الدخول بنجاح",
|
||||
"ERROR_MESSAGE": "تعذر الاتصال بالخادم، الرجاء المحاولة مرة أخرى لاحقاً",
|
||||
"UNAUTH": "اسم المستخدم / كلمة المرور غير صحيحة. الرجاء المحاولة مرة أخرى"
|
||||
},
|
||||
"FORGOT_PASSWORD": "نسيت كلمة المرور؟",
|
||||
"CREATE_NEW_ACCOUNT": "إنشاء حساب جديد",
|
||||
"SUBMIT": "تسجيل الدخول"
|
||||
}
|
||||
}
|
49
app/javascript/dashboard/i18n/locale/ar/report.json
Normal file
49
app/javascript/dashboard/i18n/locale/ar/report.json
Normal file
|
@ -0,0 +1,49 @@
|
|||
{
|
||||
"REPORT": {
|
||||
"HEADER": "التقارير",
|
||||
"LOADING_CHART": "تحميل بيانات الرسم البياني...",
|
||||
"NO_ENOUGH_DATA": "لم يتم جمع بيانات بقدر كافي لإنشاء التقرير، الرجاء المحاولة مرة أخرى لاحقاً.",
|
||||
"METRICS": [
|
||||
{
|
||||
"NAME": "المحادثات",
|
||||
"KEY": "conversations_count",
|
||||
"DESC": "(الإجمالي)"
|
||||
},
|
||||
{
|
||||
"NAME": "الرسائل الواردة",
|
||||
"KEY": "incoming_messages_count",
|
||||
"DESC": "(الإجمالي)"
|
||||
},
|
||||
{
|
||||
"NAME": "الرسائل الصادرة",
|
||||
"KEY": "outgoing_messages_count",
|
||||
"DESC": "(الإجمالي)"
|
||||
},
|
||||
{
|
||||
"NAME": "وقت الاستجابة الأولى",
|
||||
"KEY": "avg_first_response_time",
|
||||
"DESC": "(متوسط)"
|
||||
},
|
||||
{
|
||||
"NAME": "وقت إغلاق المحادثات",
|
||||
"KEY": "avg_resolution_time",
|
||||
"DESC": "(متوسط)"
|
||||
},
|
||||
{
|
||||
"NAME": "عدد مرات الإغلاق",
|
||||
"KEY": "resolutions_count",
|
||||
"DESC": "(الإجمالي)"
|
||||
}
|
||||
],
|
||||
"DATE_RANGE": [
|
||||
{
|
||||
"id": 0,
|
||||
"name": "آخر 7 أيام"
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"name": "آخر 30 يوماً"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
15
app/javascript/dashboard/i18n/locale/ar/resetPassword.json
Normal file
15
app/javascript/dashboard/i18n/locale/ar/resetPassword.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"RESET_PASSWORD": {
|
||||
"TITLE": "إعادة تعيين كلمة المرور",
|
||||
"EMAIL": {
|
||||
"LABEL": "البريد الإلكتروني",
|
||||
"PLACEHOLDER": "الرجاء إدخال بريدك الإلكتروني",
|
||||
"ERROR": "الرجاء إدخال بريد إلكتروني صالح"
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "تم إرسال رابط إعادة تعيين كلمة المرور إلى بريدك الإلكتروني",
|
||||
"ERROR_MESSAGE": "تعذر الاتصال بالخادم، الرجاء المحاولة مرة أخرى لاحقاً"
|
||||
},
|
||||
"SUBMIT": "إرسال"
|
||||
}
|
||||
}
|
20
app/javascript/dashboard/i18n/locale/ar/setNewPassword.json
Normal file
20
app/javascript/dashboard/i18n/locale/ar/setNewPassword.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"SET_NEW_PASSWORD": {
|
||||
"TITLE": "تعيين كلمة مرور جديدة",
|
||||
"PASSWORD": {
|
||||
"LABEL": "كلمة المرور",
|
||||
"PLACEHOLDER": "كلمة المرور",
|
||||
"ERROR": "كلمة المرور قصيرة جداً"
|
||||
},
|
||||
"CONFIRM_PASSWORD": {
|
||||
"LABEL": "تأكيد كلمة المرور",
|
||||
"PLACEHOLDER": "تأكيد كلمة المرور",
|
||||
"ERROR": "كلمة المرور غير متطابقة"
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "تم تغيير كلمة المرور بنجاح",
|
||||
"ERROR_MESSAGE": "تعذر الاتصال بالخادم، الرجاء المحاولة مرة أخرى لاحقاً"
|
||||
},
|
||||
"SUBMIT": "إرسال"
|
||||
}
|
||||
}
|
126
app/javascript/dashboard/i18n/locale/ar/settings.json
Normal file
126
app/javascript/dashboard/i18n/locale/ar/settings.json
Normal file
|
@ -0,0 +1,126 @@
|
|||
{
|
||||
"PROFILE_SETTINGS": {
|
||||
"LINK": "إعدادات الملف الشخصي",
|
||||
"TITLE": "إعدادات الملف الشخصي",
|
||||
"BTN_TEXT": "تحديث الملف الشخصي",
|
||||
"AFTER_EMAIL_CHANGED": "تم تحديث ملفك الشخصي بنجاح، الرجاء تسجيل الدخول مرة أخرى حيث أنه قد تم تغيير بيانات تسجيل الدخول الخاصة بك",
|
||||
"FORM": {
|
||||
"AVATAR": "صورة الملف الشخصي",
|
||||
"ERROR": "الرجاء إصلاح الأخطاء في الفورم",
|
||||
"REMOVE_IMAGE": "حذف",
|
||||
"UPLOAD_IMAGE": "رفع صورة",
|
||||
"UPDATE_IMAGE": "تحديث الصورة",
|
||||
"PROFILE_SECTION": {
|
||||
"TITLE": "الملف الشخصي",
|
||||
"NOTE": "عنوان بريدك الإلكتروني هو هويتك ويستخدم لتسجيل الدخول."
|
||||
},
|
||||
"PASSWORD_SECTION": {
|
||||
"TITLE": "كلمة المرور",
|
||||
"NOTE": "تحديث كلمة المرور الخاصة بك سيعيد ضبط تسجيلات الدخول الخاصة بك في الأجهزة الأخرى التي قمت بالدخول عبرها."
|
||||
},
|
||||
"ACCESS_TOKEN": {
|
||||
"TITLE": "رمز المصادقة",
|
||||
"NOTE": "يمكن استخدام هذا رمز المصادقة إذا كنت تبني تطبيقات API للتكامل مع Chatwoot"
|
||||
},
|
||||
"EMAIL_NOTIFICATIONS_SECTION": {
|
||||
"TITLE": "إشعارات البريد الإلكتروني",
|
||||
"NOTE": "قم بتحديث تفضيلات إشعار البريد الإلكتروني الخاص بك من هنا",
|
||||
"CONVERSATION_ASSIGNMENT": "إرسال إشعارات البريد الإلكتروني عند إسناد محادثة لي",
|
||||
"CONVERSATION_CREATION": "إرسال إشعارات للبريد الإلكتروني عند ورود محادثة جديدة"
|
||||
},
|
||||
"API": {
|
||||
"UPDATE_SUCCESS": "يتم تحديث إعدادات الإشعارات بنجاح",
|
||||
"UPDATE_ERROR": "حدث خطأ أثناء تحديث الإعدادات، الرجاء المحاولة مرة أخرى"
|
||||
},
|
||||
"PUSH_NOTIFICATIONS_SECTION": {
|
||||
"TITLE": "إشعارات المتصفح",
|
||||
"NOTE": "قم بتحديث تفضيلات إشعارات المتصفح من هنا",
|
||||
"CONVERSATION_ASSIGNMENT": "إرسال إشعارات على المتصفح عند إسناد محادثة لي",
|
||||
"CONVERSATION_CREATION": "إرسال إشعارات المتصفح عند ورود محادثة جديدة",
|
||||
"HAS_ENABLED_PUSH": "لقد قمت بتمكين الإشعارات لهذا المتصفح.",
|
||||
"REQUEST_PUSH": "تفعيل إشعارات المتصفح"
|
||||
},
|
||||
"PROFILE_IMAGE": {
|
||||
"LABEL": "صورة الملف الشخصي"
|
||||
},
|
||||
"NAME": {
|
||||
"LABEL": "الاسم الخاص بك",
|
||||
"ERROR": "الرجاء إدخال اسم صالح",
|
||||
"PLACEHOLDER": "الرجاء إدخال اسمك، سيتم عرض هذا في المحادثات"
|
||||
},
|
||||
"AVAILABILITY": {
|
||||
"LABEL": "Availability",
|
||||
"STATUSES_LIST": [
|
||||
{
|
||||
"value": "online",
|
||||
"label": "Online"
|
||||
},
|
||||
{
|
||||
"value": "busy",
|
||||
"label": "Busy"
|
||||
},
|
||||
{
|
||||
"value": "offline",
|
||||
"label": "Offline"
|
||||
}
|
||||
]
|
||||
},
|
||||
"EMAIL": {
|
||||
"LABEL": "عنوان البريد الإلكتروني الخاص بك",
|
||||
"ERROR": "الرجاء إدخال عنوان بريد إلكتروني صحيح",
|
||||
"PLACEHOLDER": "الرجاء إدخال عنوان البريد الإلكتروني الخاص بك، سيتم عرضه في المحادثات"
|
||||
},
|
||||
"PASSWORD": {
|
||||
"LABEL": "كلمة المرور",
|
||||
"ERROR": "الرجاء إدخال كلمة مرور بطول 6 أحرف أو أكثر",
|
||||
"PLACEHOLDER": "الرجاء إدخال كلمة مرور جديدة"
|
||||
},
|
||||
"PASSWORD_CONFIRMATION": {
|
||||
"LABEL": "تأكيد كلمة المرور الجديدة",
|
||||
"ERROR": "تأكيد كلمة المرور يجب أن تتطابق",
|
||||
"PLACEHOLDER": "الرجاء إعادة إدخال كلمة المرور"
|
||||
}
|
||||
}
|
||||
},
|
||||
"SIDEBAR_ITEMS": {
|
||||
"CHANGE_ACCOUNTS": "تبديل الحساب",
|
||||
"SELECTOR_SUBTITLE": "اختر حساباً من القائمة التالية",
|
||||
"PROFILE_SETTINGS": "إعدادات الملف الشخصي",
|
||||
"LOGOUT": "تسجيل الخروج"
|
||||
},
|
||||
"APP_GLOBAL": {
|
||||
"TRIAL_MESSAGE": "أيام متبقية من الفترة التجريبية.",
|
||||
"TRAIL_BUTTON": "اشترك الآن"
|
||||
},
|
||||
"COMPONENTS": {
|
||||
"CODE": {
|
||||
"BUTTON_TEXT": "نسخ",
|
||||
"COPY_SUCCESSFUL": "تم نسخ الكود إلى الحافظة بنجاح"
|
||||
},
|
||||
"FILE_BUBBLE": {
|
||||
"DOWNLOAD": "تنزيل",
|
||||
"UPLOADING": "جاري الرفع..."
|
||||
},
|
||||
"FORM_BUBBLE": {
|
||||
"SUBMIT": "إرسال"
|
||||
}
|
||||
},
|
||||
"CONFIRM_EMAIL": "جار التحقق...",
|
||||
"SETTINGS": {
|
||||
"INBOXES": {
|
||||
"NEW_INBOX": "إضافة قناة تواصل"
|
||||
}
|
||||
},
|
||||
"SIDEBAR": {
|
||||
"CONVERSATIONS": "المحادثات",
|
||||
"REPORTS": "التقارير",
|
||||
"SETTINGS": "الإعدادات",
|
||||
"HOME": "الرئيسية",
|
||||
"AGENTS": "موظف الدعم",
|
||||
"INBOXES": "قنوات التواصل",
|
||||
"CANNED_RESPONSES": "الردود السريعة",
|
||||
"INTEGRATIONS": "خيارات الربط",
|
||||
"ACCOUNT_SETTINGS": "إعدادات الحساب",
|
||||
"LABELS": "الوسوم"
|
||||
}
|
||||
}
|
32
app/javascript/dashboard/i18n/locale/ar/signup.json
Normal file
32
app/javascript/dashboard/i18n/locale/ar/signup.json
Normal file
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"REGISTER": {
|
||||
"TRY_WOOT": "تسجيل حساب",
|
||||
"TITLE": "تسجيل",
|
||||
"TERMS_ACCEPT": "من خلال التسجيل، فإنك توافق على <a href=\"https://www.chatwoot.com/terms\">شروط الخدمة</a> و <a href=\"https://www.chatwoot.com/privacy-policy\">سياسة الخصوصية</a>",
|
||||
"ACCOUNT_NAME": {
|
||||
"LABEL": "اسم الحساب",
|
||||
"PLACEHOLDER": "مؤسسة Wayne",
|
||||
"ERROR": "اسم الحساب قصير جداً"
|
||||
},
|
||||
"EMAIL": {
|
||||
"LABEL": "البريد الإلكتروني",
|
||||
"PLACEHOLDER": "bruce@wayne.enterprises",
|
||||
"ERROR": "البريد الإلكتروني غير صالح"
|
||||
},
|
||||
"PASSWORD": {
|
||||
"LABEL": "كلمة المرور",
|
||||
"PLACEHOLDER": "كلمة المرور",
|
||||
"ERROR": "كلمة المرور قصيرة جداً"
|
||||
},
|
||||
"CONFIRM_PASSWORD": {
|
||||
"LABEL": "تأكيد كلمة المرور",
|
||||
"PLACEHOLDER": "تأكيد كلمة المرور",
|
||||
"ERROR": "كلمة المرور غير متطابقة"
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "تم التسجيل بنجاح",
|
||||
"ERROR_MESSAGE": "تعذر الاتصال بالخادم، الرجاء المحاولة مرة أخرى لاحقاً"
|
||||
},
|
||||
"SUBMIT": "إرسال"
|
||||
}
|
||||
}
|
5
app/javascript/dashboard/i18n/locale/ar/webhooks.json
Normal file
5
app/javascript/dashboard/i18n/locale/ar/webhooks.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"WEBHOOKS_SETTINGS": {
|
||||
"HEADER": "إعدادات الـ Webhook"
|
||||
}
|
||||
}
|
|
@ -3,7 +3,7 @@
|
|||
"HEADER": "Agents",
|
||||
"HEADER_BTN_TXT": "Afegir Agent",
|
||||
"LOADING": "S'està recollint la llista d'agents",
|
||||
"SIDEBAR_TXT": "<p><b>Agents</b></p> <p> Un <b>Agent</b> és un membre del teu equip de suport al client. </p><p> Els agents podran veure i respondre als missatges dels vostres usuaris. La llista mostra tots els agents que hi ha actualment al vostre compte. </p><p> Clica en <b>Afegir Agent</b> per afegir un nou agent. L’agent que afegiu rebrà un correu electrònic amb un enllaç de confirmació per activar el seu compte, després del qual podran accedir a Chatwoot i respondre als missatges. </p><p> L’accés a les funcions de Chatwoot es basa en els següents rols. </p><p> <b>Agent</b> - els agents amb aquest rol només poden accedir a bústies de sortida, informes i converses. </p><p> <b>Administrador/a</b> - L’administrador/a tindrà accés a totes les funcions de Chatwoot habilitades per al vostre compte, incloses les configuracions i la facturació, juntament amb tots els privilegis dels agents normals.</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": [
|
||||
{
|
||||
"name": "administrador/a",
|
||||
|
@ -28,6 +28,7 @@
|
|||
"ADD": {
|
||||
"TITLE": "Afegir agent al teu equip",
|
||||
"DESC": "Podeu afegir persones que podran gestionar suport per a les vostres safates d'entrada.",
|
||||
"CANCEL_BUTTON_TEXT": "Cancel·la",
|
||||
"FORM": {
|
||||
"NAME": {
|
||||
"LABEL": "Nom de l'Agent",
|
||||
|
@ -60,7 +61,7 @@
|
|||
"TITLE": "Confirma l'esborrat",
|
||||
"MESSAGE": "N'estas segur? ",
|
||||
"YES": "Si, esborra ",
|
||||
"NO": "No, manten-la "
|
||||
"NO": "No, Keep "
|
||||
}
|
||||
},
|
||||
"EDIT": {
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
"ADD": {
|
||||
"TITLE": "Afegeix Resposta Predeterminada",
|
||||
"DESC": "Les respostes predeterminades són plantilles de resposta que es poden utilitzar per enviar ràpidament les respostes a les converses.",
|
||||
"CANCEL_BUTTON_TEXT": "Cancel·la",
|
||||
"FORM": {
|
||||
"SHORT_CODE": {
|
||||
"LABEL": "Codi curt",
|
||||
|
@ -38,6 +39,7 @@
|
|||
},
|
||||
"EDIT": {
|
||||
"TITLE": "Edita la resposta predeterminada",
|
||||
"CANCEL_BUTTON_TEXT": "Cancel·la",
|
||||
"FORM": {
|
||||
"SHORT_CODE": {
|
||||
"LABEL": "Codi curt",
|
||||
|
@ -67,7 +69,7 @@
|
|||
"TITLE": "Confirma esborrat",
|
||||
"MESSAGE": "N'estas segur ",
|
||||
"YES": "Si, esborra ",
|
||||
"NO": "No, mantén-la "
|
||||
"NO": "No, Keep "
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,10 +11,19 @@
|
|||
},
|
||||
"LABELS": {
|
||||
"TITLE": "Etiquetes de converses",
|
||||
"UPDATE_BUTTON": "Actualitza etiquetes",
|
||||
"UPDATE_ERROR": "No s'han pogut actualitzar les etiquetes, torna-ho a provar.",
|
||||
"TAG_PLACEHOLDER": "Afegeix una etiqueta nova",
|
||||
"PLACEHOLDER": "Cerca o afegeix una etiqueta"
|
||||
}
|
||||
"MODAL": {
|
||||
"TITLE": "Labels for",
|
||||
"ACTIVE_LABELS": "Labels added to the conversation",
|
||||
"INACTIVE_LABELS": "Labels available in the account",
|
||||
"REMOVE": "Click on X icon to remove the label",
|
||||
"ADD": "Click on + icon to add the label",
|
||||
"UPDATE_BUTTON": "Update labels",
|
||||
"UPDATE_ERROR": "No s'han pogut actualitzar les etiquetes, torna-ho a provar."
|
||||
},
|
||||
"NO_LABELS_TO_ADD": "There are no more labels defined in the account.",
|
||||
"NO_AVAILABLE_LABELS": "There are no labels added to this conversation."
|
||||
},
|
||||
"MUTE_CONTACT": "Mute Contact",
|
||||
"EDIT_LABEL": "Edita"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
"GENERAL_SETTINGS": {
|
||||
"TITLE": "Configuració del compte",
|
||||
"SUBMIT": "Actualització de la configuració",
|
||||
"BACK": "Back",
|
||||
"UPDATE": {
|
||||
"ERROR": "No s'ha pogut actualitzar la configuració, torna-ho a provar!",
|
||||
"SUCCESS": "La configuració del compte s'ha actualitzat correctament"
|
||||
|
@ -21,6 +22,25 @@
|
|||
"LABEL": "Idioma del lloc (Beta)",
|
||||
"PLACEHOLDER": "El nom del vostre compte",
|
||||
"ERROR": ""
|
||||
},
|
||||
"DOMAIN": {
|
||||
"LABEL": "Domain",
|
||||
"PLACEHOLDER": "Your website domain",
|
||||
"ERROR": ""
|
||||
},
|
||||
"SUPPORT_EMAIL": {
|
||||
"LABEL": "Support Email",
|
||||
"PLACEHOLDER": "Your company's support email",
|
||||
"ERROR": ""
|
||||
},
|
||||
"ENABLE_DOMAIN_EMAIL": {
|
||||
"LABEL": "Enable domain email",
|
||||
"PLACEHOLDER": "Enable the custom domain email",
|
||||
"ERROR": "",
|
||||
"OPTIONS": {
|
||||
"ENABLED": "Habilita",
|
||||
"DISABLED": "Inhabilita"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,19 +1,41 @@
|
|||
{
|
||||
"INBOX_MGMT": {
|
||||
"HEADER": "Safates d'entrada",
|
||||
"SIDEBAR_TXT": "<p><b>Safata d'entrada</b></p> <p> Quan connecteu un lloc web o una pàgina de facebook a Chatwoot, es diu <b>Safata d'entrada</b>. Teniu bústies d'entrada il·limitades al vostre compte de Chatwoot. </p><p> Feu click a <b>Afegir safata d'entrada</b> per connectar-vos a un lloc web o a una pàgina de Facebook. </p><p> Al Tauler de control, pots veure totes les converses de totes les teves safates d'entrada en un sol lloc i respondre-les a la pestanya `Converses`. </p><p> També pots veure converses específiques per a una safata d’entrada si feu clic al nom de la safata d'entrada, al panell esquerre de la taula. </p>",
|
||||
"SIDEBAR_TXT": "<p><b>Inbox</b></p> <p> When you connect a website or a facebook Page to Chatwoot, it is called an <b>Inbox</b>. You can have unlimited inboxes in your Chatwoot account. </p><p> Click on <b>Add Inbox</b> to connect a website or a Facebook Page. </p><p> In the Dashboard, you can see all the conversations from all your inboxes in a single place and respond to them under the `Conversations` tab. </p><p> You can also see conversations specific to an inbox by clicking on the inbox name on the left pane of the dashboard. </p>",
|
||||
"LIST": {
|
||||
"404": "No hi ha cap safata d'entrada connectat a aquest compte."
|
||||
},
|
||||
"CREATE_FLOW": [
|
||||
{ "title": "Triar canal", "route": "settings_inbox_new", "body": "Trieu el proveïdor que vulgueu integrar amb Chatwoot." },
|
||||
{ "title": "Crear safata d'entrada", "route": "settings_inboxes_page_channel", "body": "Autentiqueu el vostre compte i creeu una safata d'entrada." },
|
||||
{ "title": "Afegir agents", "route": "settings_inboxes_add_agents", "body": "Afegir agents a la safata d'entrada creada." },
|
||||
{ "title": "Voila!", "route": "settings_inbox_finish", "body": "Ja estàs preparat!" }
|
||||
{
|
||||
"title": "Triar canal",
|
||||
"route": "settings_inbox_new",
|
||||
"body": "Trieu el proveïdor que vulgueu integrar amb Chatwoot."
|
||||
},
|
||||
{
|
||||
"title": "Crear safata d'entrada",
|
||||
"route": "settings_inboxes_page_channel",
|
||||
"body": "Autentiqueu el vostre compte i creeu una safata d'entrada."
|
||||
},
|
||||
{
|
||||
"title": "Afegir agents",
|
||||
"route": "settings_inboxes_add_agents",
|
||||
"body": "Afegir agents a la safata d'entrada creada."
|
||||
},
|
||||
{
|
||||
"title": "Llest!",
|
||||
"route": "settings_inbox_finish",
|
||||
"body": "Ja estàs preparat!"
|
||||
}
|
||||
],
|
||||
"ADD": {
|
||||
"FB": {
|
||||
"HELP": "PD: Al iniciar la sessió, només accediu als missatges de la vostra pàgina. Chatwoot mai no podrà accedir als vostres missatges privats."
|
||||
"HELP": "PD: Al iniciar la sessió, només accediu als missatges de la vostra pàgina. Chatwoot mai no podrà accedir als vostres missatges privats.",
|
||||
"CHOOSE_PAGE": "Choose Page",
|
||||
"CHOOSE_PLACEHOLDER": "Select a page from the list",
|
||||
"INBOX_NAME": "Inbox Name",
|
||||
"ADD_NAME": "Add a name for your inbox",
|
||||
"PICK_NAME": "Pick A Name Your Inbox",
|
||||
"PICK_A_VALUE": "Pick a value"
|
||||
},
|
||||
"TWITTER": {
|
||||
"HELP": "Per afegir el teu perfil de Twitter com a canal, has d'autentificar el vostre perfil de Twitter fent clic a 'Inicieu la sessió amb Twitter' "
|
||||
|
@ -22,6 +44,9 @@
|
|||
"TITLE": "Canal Web",
|
||||
"DESC": "Crea un canal per al vostre lloc web i comença a donar suport als vostres clients mitjançant el teu widget del lloc web.",
|
||||
"LOADING_MESSAGE": "S'està creant el canal de suport web",
|
||||
"CHANNEL_AVATAR": {
|
||||
"LABEL": "Channel Avatar"
|
||||
},
|
||||
"CHANNEL_NAME": {
|
||||
"LABEL": "Nom del lloc web",
|
||||
"PLACEHOLDER": "Introduïu el nom del vostre lloc web (per exemple, Acme Inc)"
|
||||
|
@ -30,11 +55,29 @@
|
|||
"LABEL": "Domini del lloc web",
|
||||
"PLACEHOLDER": "Introduïu el vostre domini de lloc web (pe: acme.com)"
|
||||
},
|
||||
"CHANNEL_WELCOME_TITLE": {
|
||||
"LABEL": "Welcome Heading",
|
||||
"PLACEHOLDER": "Hi there !"
|
||||
},
|
||||
"CHANNEL_WELCOME_TAGLINE": {
|
||||
"LABEL": "Welcome Tagline",
|
||||
"PLACEHOLDER": "We make it simple to connect with us. Ask us anything, or share your feedback."
|
||||
},
|
||||
"CHANNEL_GREETING_MESSAGE": {
|
||||
"LABEL": "Channel greeting message",
|
||||
"PLACEHOLDER": "Acme Inc typically replies in a few hours."
|
||||
},
|
||||
"CHANNEL_GREETING_TOGGLE": {
|
||||
"LABEL": "Enable channel greeting",
|
||||
"HELP_TEXT": "Send a greeting message to the user when he starts the conversation.",
|
||||
"ENABLED": "Habilita",
|
||||
"DISABLED": "Inhabilita"
|
||||
},
|
||||
"WIDGET_COLOR": {
|
||||
"LABEL": "Color del Widget",
|
||||
"PLACEHOLDER": "Actualitza el color del widget"
|
||||
},
|
||||
"SUBMIT_BUTTON":"Crea la safata entrada"
|
||||
"SUBMIT_BUTTON": "Crea la safata entrada"
|
||||
},
|
||||
"TWILIO": {
|
||||
"TITLE": "Canal Twilio SMS",
|
||||
|
@ -44,8 +87,12 @@
|
|||
"PLACEHOLDER": "Introduïu el vostre compte Twilio SID",
|
||||
"ERROR": "Aquest camp és obligatori"
|
||||
},
|
||||
"CHANNEL_TYPE": {
|
||||
"LABEL": "Channel Type",
|
||||
"ERROR": "Please select your Channel Type"
|
||||
},
|
||||
"AUTH_TOKEN": {
|
||||
"LABEL": "Auth Token",
|
||||
"LABEL": "Token d'autenticació",
|
||||
"PLACEHOLDER": "Introduïu el vostre Twilio Auth Token",
|
||||
"ERROR": "Aquest camp és obligatori"
|
||||
},
|
||||
|
@ -59,6 +106,10 @@
|
|||
"PLACEHOLDER": "Introduïu el número de telèfon des del qual serà enviat el missatge.",
|
||||
"ERROR": "Introduïu un valor vàlid. El número de telèfon hauria de començar amb el signe `+`."
|
||||
},
|
||||
"API_CALLBACK": {
|
||||
"TITLE": "Callback URL",
|
||||
"SUBTITLE": "You have to configure the message callback URL in Twilio with the URL mentioned here."
|
||||
},
|
||||
"SUBMIT_BUTTON": "Crear un canal Twilio",
|
||||
"API": {
|
||||
"ERROR_MESSAGE": "No hem pogut autenticar les credencials de Twilio, prova de nou"
|
||||
|
@ -66,7 +117,7 @@
|
|||
},
|
||||
"AUTH": {
|
||||
"TITLE": "Canals",
|
||||
"DESC": "Actualment estan suportats widgets de xat en directe per a llocs web, pàgines de Facebook i perfils de Twitter. Estem treballant en més plataformes com Whatsapp, correu electrònic, Telegram i Line, que estaran disponibles en breu"
|
||||
"DESC": "Actualment estan suportats widgets de xat en directe per a llocs web, pàgines de Facebook i perfils de Twitter. Estem treballant en més plataformes com Whatsapp, correu electrònic, Telegram i Line, que estaran disponibles en breu."
|
||||
},
|
||||
"AGENTS": {
|
||||
"TITLE": "Agents",
|
||||
|
@ -76,14 +127,14 @@
|
|||
"TITLE": "Detalls de la safata d'entrada",
|
||||
"DESC": "Des del següent menú desplegable, seleccioneu la pàgina de Facebook que voleu connectar a Chatwoot. També podeu donar un nom personalitzat a la safata d'entrada per a una millor identificació."
|
||||
},
|
||||
"FINISH":{
|
||||
"FINISH": {
|
||||
"TITLE": "L'has clavat!",
|
||||
"DESC": "Heu acabat d'integrar la vostra pàgina de Facebook amb Chatwoot. La propera vegada que un client escrigui un missatge a la vostra pàgina, la conversa apareixerà automàticament a la safata d'entrada. <br>També us proporcionem un script del widget que podeu afegir fàcilment al vostre web. Una vegada que estigui operatiu al vostre web, els clients us podran enviar missatges des del web sense l’ajuda de cap eina externa i la conversa apareixerà aquí mateix, a Chatwoot. <br>Genial, eh? Bé, segur que intentem ser-ho :)"
|
||||
}
|
||||
},
|
||||
"DETAILS": {
|
||||
"LOADING_FB": "S'està autenticant amb Facebook...",
|
||||
"ERROR_FB_AUTH": "Alguna cosa ha anat malament, actualitza la pàgina ...",
|
||||
"ERROR_FB_AUTH": "Alguna cosa ha anat malament, actualitza la pàgina...",
|
||||
"CREATING_CHANNEL": "S'està creant la safata d'entrada...",
|
||||
"TITLE": "Configura els detalls de la safata d'entrada",
|
||||
"DESC": ""
|
||||
|
@ -94,7 +145,7 @@
|
|||
},
|
||||
"FINISH": {
|
||||
"TITLE": "La vostra safata d'entrada està a punt!",
|
||||
"MESSAGE": "Ja podeu interactuar amb els vostres clients a través del vostre canal nou. Feliç suport",
|
||||
"MESSAGE": "Ja podeu interactuar amb els vostres clients a través del vostre canal nou. Feliç suport ",
|
||||
"BUTTON_TEXT": "Porta'm allà",
|
||||
"WEBSITE_SUCCESS": "Heu finalitzat amb èxit la creació d'un canal web. Copieu el codi que es mostra a continuació i enganxeu-lo al lloc web. La propera vegada que un client utilitzi el xat en directe, la conversa apareixerà automàticament a la safata d'entrada."
|
||||
},
|
||||
|
@ -117,7 +168,7 @@
|
|||
"TITLE": "Confirma esborrat",
|
||||
"MESSAGE": "N'estas segur? ",
|
||||
"YES": "Si, esborra ",
|
||||
"NO": "No, manten-la "
|
||||
"NO": "No, Keep "
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "S'ha suprimit la safata d'entrada correctament",
|
||||
|
@ -132,6 +183,8 @@
|
|||
"INBOX_AGENTS_SUB_TEXT": "Afegir o eliminar agents d'aquesta safata d'entrada",
|
||||
"UPDATE": "Actualitza",
|
||||
"AUTO_ASSIGNMENT": "Activa l'assignació automàtica",
|
||||
"INBOX_UPDATE_TITLE": "Inbox Settings",
|
||||
"INBOX_UPDATE_SUB_TEXT": "Update your inbox settings",
|
||||
"AUTO_ASSIGNMENT_SUB_TEXT": "Activa o desactiva l'assignació automàtica d'agents disponibles a les noves converses"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -49,6 +49,15 @@
|
|||
"NO": "No, manten-la"
|
||||
}
|
||||
}
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "Suprimeix",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Integration deleted successfully"
|
||||
}
|
||||
},
|
||||
"CONNECT": {
|
||||
"BUTTON_TEXT": "Connect"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
68
app/javascript/dashboard/i18n/locale/ca/labelsMgmt.json
Normal file
68
app/javascript/dashboard/i18n/locale/ca/labelsMgmt.json
Normal file
|
@ -0,0 +1,68 @@
|
|||
{
|
||||
"LABEL_MGMT": {
|
||||
"HEADER": "Labels",
|
||||
"HEADER_BTN_TXT": "Add label",
|
||||
"LOADING": "Fetching labels",
|
||||
"SEARCH_404": "No hi ha cap resposta que coincideixi amb aquesta consulta",
|
||||
"SIDEBAR_TXT": "<p><b>Labels</b> <p>Labels help you to categorize conversations and prioritize them. You can assign label to a conversation from the sidepanel. <br /><br />Labels are tied to the account and can be used to create custom workflows in your organization. You can assign custom color to a label, it makes it easier to identify the label. You will be able to display the label on the sidebar to filter the conversations easily.</p>",
|
||||
"LIST": {
|
||||
"404": "There are no labels available in this account.",
|
||||
"TITLE": "Manage labels",
|
||||
"DESC": "Labels let you group the conversations together.",
|
||||
"TABLE_HEADER": [
|
||||
"Nom",
|
||||
"Description",
|
||||
"Color"
|
||||
]
|
||||
},
|
||||
"FORM": {
|
||||
"NAME": {
|
||||
"LABEL": "Label Name",
|
||||
"PLACEHOLDER": "Label name",
|
||||
"ERROR": "Label Name is required"
|
||||
},
|
||||
"DESCRIPTION": {
|
||||
"LABEL": "Description",
|
||||
"PLACEHOLDER": "Label Description"
|
||||
},
|
||||
"COLOR": {
|
||||
"LABEL": "Color"
|
||||
},
|
||||
"SHOW_ON_SIDEBAR": {
|
||||
"LABEL": "Show label on sidebar"
|
||||
},
|
||||
"EDIT": "Edita",
|
||||
"CREATE": "Create",
|
||||
"DELETE": "Suprimeix",
|
||||
"CANCEL": "Cancel·la"
|
||||
},
|
||||
"ADD": {
|
||||
"TITLE": "Add label",
|
||||
"DESC": "Labels let you group the conversations together.",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Label added successfully",
|
||||
"ERROR_MESSAGE": "There was an error, please try again"
|
||||
}
|
||||
},
|
||||
"EDIT": {
|
||||
"TITLE": "Edit label",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Label updated successfully",
|
||||
"ERROR_MESSAGE": "There was an error, please try again"
|
||||
}
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "Suprimeix",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Label deleted successfully",
|
||||
"ERROR_MESSAGE": "There was an error, please try again"
|
||||
},
|
||||
"CONFIRM": {
|
||||
"TITLE": "Confirma esborrat",
|
||||
"MESSAGE": "N'estas segur? ",
|
||||
"YES": "Si, esborra ",
|
||||
"NO": "No, Keep "
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -26,9 +26,19 @@
|
|||
"TITLE": "Notificacions per correu electrònic",
|
||||
"NOTE": "Actualitza aqui les preferències de les notificacions per correu electrònic",
|
||||
"CONVERSATION_ASSIGNMENT": "Envieu notificacions per correu electrònic quan se m’assigni una conversa",
|
||||
"CONVERSATION_CREATION": "Envieu notificacions per correu electrònic quan es crea una nova conversa",
|
||||
"UPDATE_SUCCESS": "Les preferències de notificació per correu electrònic s’han actualitzat correctament",
|
||||
"UPDATE_ERROR": "S'ha produït un error en actualitzar les preferències. Torneu-ho a provar"
|
||||
"CONVERSATION_CREATION": "Envieu notificacions per correu electrònic quan es crea una nova conversa"
|
||||
},
|
||||
"API": {
|
||||
"UPDATE_SUCCESS": "Your notification preferences are updated successfully",
|
||||
"UPDATE_ERROR": "There is an error while updating the preferences, please try again"
|
||||
},
|
||||
"PUSH_NOTIFICATIONS_SECTION": {
|
||||
"TITLE": "Push Notifications",
|
||||
"NOTE": "Update your push notification preferences here",
|
||||
"CONVERSATION_ASSIGNMENT": "Send push notifications when a conversation is assigned to me",
|
||||
"CONVERSATION_CREATION": "Send push notifications when a new conversation is created",
|
||||
"HAS_ENABLED_PUSH": "You have enabled push for this browser.",
|
||||
"REQUEST_PUSH": "Enable push notifications"
|
||||
},
|
||||
"PROFILE_IMAGE": {
|
||||
"LABEL": "Imatge del Perfil"
|
||||
|
@ -38,6 +48,23 @@
|
|||
"ERROR": "Introduïu un nom vàlid",
|
||||
"PLACEHOLDER": "Introdueix el teu nom, serà mostrat a les converses"
|
||||
},
|
||||
"AVAILABILITY": {
|
||||
"LABEL": "Availability",
|
||||
"STATUSES_LIST": [
|
||||
{
|
||||
"value": "online",
|
||||
"label": "Online"
|
||||
},
|
||||
{
|
||||
"value": "busy",
|
||||
"label": "Busy"
|
||||
},
|
||||
{
|
||||
"value": "offline",
|
||||
"label": "Offline"
|
||||
}
|
||||
]
|
||||
},
|
||||
"EMAIL": {
|
||||
"LABEL": "La teva adreça de correu electrònic",
|
||||
"ERROR": "Introduïu una adreça de correu electrònic vàlida",
|
||||
|
@ -56,38 +83,44 @@
|
|||
}
|
||||
},
|
||||
"SIDEBAR_ITEMS": {
|
||||
"CHANGE_ACCOUNTS": "Switch Account",
|
||||
"SELECTOR_SUBTITLE": "Select an account from the following list",
|
||||
"PROFILE_SETTINGS": "Configuració del Perfil",
|
||||
"LOGOUT": "Sortir"
|
||||
},
|
||||
"APP_GLOBAL": {
|
||||
"TRIAL_MESSAGE": "dies de prova restants.",
|
||||
"TRAIL_BUTTON": "Comprar ara"
|
||||
"TRIAL_MESSAGE": "days trial remaining.",
|
||||
"TRAIL_BUTTON": "Buy Now"
|
||||
},
|
||||
"COMPONENTS": {
|
||||
"CODE": {
|
||||
"BUTTON_TEXT": "Copiar",
|
||||
"COPY_SUCCESSFUL": "Codi copiat al porta-retalls correctament"
|
||||
"BUTTON_TEXT": "Copy",
|
||||
"COPY_SUCCESSFUL": "Code copied to clipboard successfully"
|
||||
},
|
||||
"FILE_BUBBLE": {
|
||||
"DOWNLOAD": "Descarrega",
|
||||
"UPLOADING": "S'està pujant..."
|
||||
"UPLOADING": "Uploading..."
|
||||
},
|
||||
"FORM_BUBBLE": {
|
||||
"SUBMIT": "Envia"
|
||||
}
|
||||
},
|
||||
"CONFIRM_EMAIL": "S'està verificant...",
|
||||
"CONFIRM_EMAIL": "Verifying...",
|
||||
"SETTINGS": {
|
||||
"INBOXES": {
|
||||
"NEW_INBOX": "Afegeix una safata d'entrada"
|
||||
"NEW_INBOX": "Add Inbox"
|
||||
}
|
||||
},
|
||||
"SIDEBAR": {
|
||||
"CONVERSATIONS": "Conversacions",
|
||||
"CONVERSATIONS": "Converses",
|
||||
"REPORTS": "Informes",
|
||||
"SETTINGS": "Configuració",
|
||||
"HOME": "Inici",
|
||||
"SETTINGS": "Configuracions",
|
||||
"HOME": "Home",
|
||||
"AGENTS": "Agents",
|
||||
"INBOXES": "Safates d'entrada",
|
||||
"CANNED_RESPONSES": "Respostes Predeterminades",
|
||||
"CANNED_RESPONSES": "Respostes predeterminades",
|
||||
"INTEGRATIONS": "Integracions",
|
||||
"ACCOUNT_SETTINGS": "Configuració del compte"
|
||||
"ACCOUNT_SETTINGS": "Account Settings",
|
||||
"LABELS": "Labels"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"HEADER": "Agenti",
|
||||
"HEADER_BTN_TXT": "Přidat agenta",
|
||||
"LOADING": "Načítání seznamu agentů",
|
||||
"SIDEBAR_TXT": "<p><b>Agenti</b></p> <p> <b>Agent</b> je členem vašeho týmu zákaznické podpory. </p><p> Agenti budou moci prohlížet a odpovídat na zprávy od uživatelů. Seznam zobrazuje všechny agenty aktuálně na vašem účtu. </p><p> Pro přidání nového agenta klikněte na <b>Přidat agenta</b> . Přidaný agent obdrží e-mail s potvrzovacím odkazem pro aktivaci jejich účtu, poté bude mít přístup k Chatwoot a bude reagovat na zprávy. </p><p> Přístup k funkcím Chatwootu je založen na následujících rolích. </p><p> <b>Agent</b> - Agent s touto rolí může přistupovat pouze k doručeným zprávám, zprávám a konverzacím. Mohou přiřadit konverzace jiným agentům nebo sobě a řešit konverzace.</p><p> <b>Administrátor</b> - Správce bude mít přístup ke všem funkcím Chatwoot povoleným pro váš účet, včetně nastavení a fakturace, spolu se všemi právy normálních agentů.</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": [
|
||||
{
|
||||
"name": "administrator",
|
||||
|
@ -28,6 +28,7 @@
|
|||
"ADD": {
|
||||
"TITLE": "Přidat agenta do vašeho týmu",
|
||||
"DESC": "Můžete přidat lidi, kteří budou schopni zvládnout podporu pro vaše schránky.",
|
||||
"CANCEL_BUTTON_TEXT": "Zrušit",
|
||||
"FORM": {
|
||||
"NAME": {
|
||||
"LABEL": "Název agenta",
|
||||
|
@ -60,7 +61,7 @@
|
|||
"TITLE": "Potvrdit odstranění",
|
||||
"MESSAGE": "Opravdu chcete odstranit ",
|
||||
"YES": "Ano, odstranit ",
|
||||
"NO": "Ne, ponechat "
|
||||
"NO": "No, Keep "
|
||||
}
|
||||
},
|
||||
"EDIT": {
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
"ADD": {
|
||||
"TITLE": "Přidat konzervovanou odpověď",
|
||||
"DESC": "Konzervované odpovědi jsou uložené šablony odpovědí, které lze použít pro rychlé odeslání odpovědi do konverzace .",
|
||||
"CANCEL_BUTTON_TEXT": "Zrušit",
|
||||
"FORM": {
|
||||
"SHORT_CODE": {
|
||||
"LABEL": "Krátký kód",
|
||||
|
@ -38,6 +39,7 @@
|
|||
},
|
||||
"EDIT": {
|
||||
"TITLE": "Upravit konzervovanou odpověď",
|
||||
"CANCEL_BUTTON_TEXT": "Zrušit",
|
||||
"FORM": {
|
||||
"SHORT_CODE": {
|
||||
"LABEL": "Krátký kód",
|
||||
|
@ -67,7 +69,7 @@
|
|||
"TITLE": "Potvrdit odstranění",
|
||||
"MESSAGE": "Opravdu chcete odstranit ",
|
||||
"YES": "Ano, odstranit ",
|
||||
"NO": "Ne, ponechat "
|
||||
"NO": "No, Keep "
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,10 +11,19 @@
|
|||
},
|
||||
"LABELS": {
|
||||
"TITLE": "Štítky konverzace",
|
||||
"UPDATE_BUTTON": "Aktualizovat štítky",
|
||||
"UPDATE_ERROR": "Nelze aktualizovat štítky, zkuste to znovu.",
|
||||
"TAG_PLACEHOLDER": "Přidat nový štítek",
|
||||
"PLACEHOLDER": "Vyhledat nebo přidat štítek"
|
||||
}
|
||||
"MODAL": {
|
||||
"TITLE": "Labels for",
|
||||
"ACTIVE_LABELS": "Labels added to the conversation",
|
||||
"INACTIVE_LABELS": "Labels available in the account",
|
||||
"REMOVE": "Click on X icon to remove the label",
|
||||
"ADD": "Click on + icon to add the label",
|
||||
"UPDATE_BUTTON": "Update labels",
|
||||
"UPDATE_ERROR": "Couldn't update labels, try again."
|
||||
},
|
||||
"NO_LABELS_TO_ADD": "There are no more labels defined in the account.",
|
||||
"NO_AVAILABLE_LABELS": "There are no labels added to this conversation."
|
||||
},
|
||||
"MUTE_CONTACT": "Mute Contact",
|
||||
"EDIT_LABEL": "Upravit"
|
||||
}
|
||||
}
|
||||
|
|
47
app/javascript/dashboard/i18n/locale/cs/generalSettings.json
Normal file
47
app/javascript/dashboard/i18n/locale/cs/generalSettings.json
Normal file
|
@ -0,0 +1,47 @@
|
|||
{
|
||||
"GENERAL_SETTINGS": {
|
||||
"TITLE": "Nastavení účtu",
|
||||
"SUBMIT": "Aktualizovat nastavení",
|
||||
"BACK": "Back",
|
||||
"UPDATE": {
|
||||
"ERROR": "Nelze aktualizovat nastavení, zkuste to znovu!",
|
||||
"SUCCESS": "Nastavení účtu bylo úspěšně aktualizováno"
|
||||
},
|
||||
"FORM": {
|
||||
"ERROR": "Opravte chyby formuláře",
|
||||
"GENERAL_SECTION": {
|
||||
"TITLE": "Obecná nastavení",
|
||||
"NOTE": ""
|
||||
},
|
||||
"NAME": {
|
||||
"LABEL": "Název účtu",
|
||||
"PLACEHOLDER": "Název vašeho účtu",
|
||||
"ERROR": "Zadejte prosím platný název účtu"
|
||||
},
|
||||
"LANGUAGE": {
|
||||
"LABEL": "Jazyk webu (Beta)",
|
||||
"PLACEHOLDER": "Název vašeho účtu",
|
||||
"ERROR": ""
|
||||
},
|
||||
"DOMAIN": {
|
||||
"LABEL": "Domain",
|
||||
"PLACEHOLDER": "Your website domain",
|
||||
"ERROR": ""
|
||||
},
|
||||
"SUPPORT_EMAIL": {
|
||||
"LABEL": "Support Email",
|
||||
"PLACEHOLDER": "Your company's support email",
|
||||
"ERROR": ""
|
||||
},
|
||||
"ENABLE_DOMAIN_EMAIL": {
|
||||
"LABEL": "Enable domain email",
|
||||
"PLACEHOLDER": "Enable the custom domain email",
|
||||
"ERROR": "",
|
||||
"OPTIONS": {
|
||||
"ENABLED": "Povoleno",
|
||||
"DISABLED": "Zakázáno"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
191
app/javascript/dashboard/i18n/locale/cs/inboxMgmt.json
Normal file
191
app/javascript/dashboard/i18n/locale/cs/inboxMgmt.json
Normal file
|
@ -0,0 +1,191 @@
|
|||
{
|
||||
"INBOX_MGMT": {
|
||||
"HEADER": "Krabice",
|
||||
"SIDEBAR_TXT": "<p><b>Inbox</b></p> <p> When you connect a website or a facebook Page to Chatwoot, it is called an <b>Inbox</b>. You can have unlimited inboxes in your Chatwoot account. </p><p> Click on <b>Add Inbox</b> to connect a website or a Facebook Page. </p><p> In the Dashboard, you can see all the conversations from all your inboxes in a single place and respond to them under the `Conversations` tab. </p><p> You can also see conversations specific to an inbox by clicking on the inbox name on the left pane of the dashboard. </p>",
|
||||
"LIST": {
|
||||
"404": "K tomuto účtu nejsou připojeny žádné doručené schránky."
|
||||
},
|
||||
"CREATE_FLOW": [
|
||||
{
|
||||
"title": "Vybrat kanál",
|
||||
"route": "settings_inbox_new",
|
||||
"body": "Vyberte si poskytovatele, který chcete integrovat do Chatwoot."
|
||||
},
|
||||
{
|
||||
"title": "Vytvořit doručenou poštu",
|
||||
"route": "settings_inboxes_page_channel",
|
||||
"body": "Ověřte si svůj účet a vytvořte si doručenou poštu."
|
||||
},
|
||||
{
|
||||
"title": "Přidat agenty",
|
||||
"route": "settings_inboxes_add_agents",
|
||||
"body": "Přidat agenty do vytvořené schránky."
|
||||
},
|
||||
{
|
||||
"title": "Voila!",
|
||||
"route": "settings_inbox_finish",
|
||||
"body": "Vše je nastaveno!"
|
||||
}
|
||||
],
|
||||
"ADD": {
|
||||
"FB": {
|
||||
"HELP": "PS: Přihlášením získáme přístup pouze ke zprávám vaší stránky. Vaše soukromé zprávy nikdy nemohou být přístupné Chatwoot.",
|
||||
"CHOOSE_PAGE": "Choose Page",
|
||||
"CHOOSE_PLACEHOLDER": "Select a page from the list",
|
||||
"INBOX_NAME": "Inbox Name",
|
||||
"ADD_NAME": "Add a name for your inbox",
|
||||
"PICK_NAME": "Pick A Name Your Inbox",
|
||||
"PICK_A_VALUE": "Pick a value"
|
||||
},
|
||||
"TWITTER": {
|
||||
"HELP": "Chcete-li přidat svůj Twitter profil jako kanál, musíte ověřit svůj Twitter profil kliknutím na tlačítko 'Přihlásit se přes Twitter' "
|
||||
},
|
||||
"WEBSITE_CHANNEL": {
|
||||
"TITLE": "Kanál webové stránky",
|
||||
"DESC": "Vytvořte si kanál pro vaše webové stránky a začněte podporovat své zákazníky prostřednictvím našeho widgetu.",
|
||||
"LOADING_MESSAGE": "Vytváření podpůrného kanálu webových stránek",
|
||||
"CHANNEL_AVATAR": {
|
||||
"LABEL": "Channel Avatar"
|
||||
},
|
||||
"CHANNEL_NAME": {
|
||||
"LABEL": "Název webu",
|
||||
"PLACEHOLDER": "Zadejte název webové stránky (např. Acme Inc)"
|
||||
},
|
||||
"CHANNEL_DOMAIN": {
|
||||
"LABEL": "Doména webových stránek",
|
||||
"PLACEHOLDER": "Zadejte doménu webu (např. acme.com)"
|
||||
},
|
||||
"CHANNEL_WELCOME_TITLE": {
|
||||
"LABEL": "Úvod uvítání",
|
||||
"PLACEHOLDER": "Ahoj!"
|
||||
},
|
||||
"CHANNEL_WELCOME_TAGLINE": {
|
||||
"LABEL": "Vítejte Tagline",
|
||||
"PLACEHOLDER": "Snadno se s námi spojujeme. Požádejte nás o cokoliv, nebo sdílejte svou zpětnou vazbu."
|
||||
},
|
||||
"CHANNEL_GREETING_MESSAGE": {
|
||||
"LABEL": "Channel greeting message",
|
||||
"PLACEHOLDER": "Acme Inc typically replies in a few hours."
|
||||
},
|
||||
"CHANNEL_GREETING_TOGGLE": {
|
||||
"LABEL": "Enable channel greeting",
|
||||
"HELP_TEXT": "Send a greeting message to the user when he starts the conversation.",
|
||||
"ENABLED": "Povoleno",
|
||||
"DISABLED": "Zakázáno"
|
||||
},
|
||||
"WIDGET_COLOR": {
|
||||
"LABEL": "Barva widgetu",
|
||||
"PLACEHOLDER": "Aktualizovat barvu widgetu použitou ve widgetu"
|
||||
},
|
||||
"SUBMIT_BUTTON": "Vytvořit doručenou poštu"
|
||||
},
|
||||
"TWILIO": {
|
||||
"TITLE": "Twilio SMS/Whatsapp Channel",
|
||||
"DESC": "Integrate Twilio and start supporting your customers via SMS or Whatsapp.",
|
||||
"ACCOUNT_SID": {
|
||||
"LABEL": "SID účtu",
|
||||
"PLACEHOLDER": "Zadejte SID vašeho Twilio účtu",
|
||||
"ERROR": "Toto pole je povinné"
|
||||
},
|
||||
"CHANNEL_TYPE": {
|
||||
"LABEL": "Channel Type",
|
||||
"ERROR": "Please select your Channel Type"
|
||||
},
|
||||
"AUTH_TOKEN": {
|
||||
"LABEL": "Auth Token",
|
||||
"PLACEHOLDER": "Zadejte svůj ověřovací Token Twilio",
|
||||
"ERROR": "Toto pole je povinné"
|
||||
},
|
||||
"CHANNEL_NAME": {
|
||||
"LABEL": "Název kanálu",
|
||||
"PLACEHOLDER": "Zadejte název kanálu",
|
||||
"ERROR": "Toto pole je povinné"
|
||||
},
|
||||
"PHONE_NUMBER": {
|
||||
"LABEL": "Telefonní číslo",
|
||||
"PLACEHOLDER": "Zadejte prosím telefonní číslo, ze kterého bude zpráva odeslána.",
|
||||
"ERROR": "Zadejte platnou hodnotu. Telefonní číslo by mělo začínat znakem `+`."
|
||||
},
|
||||
"API_CALLBACK": {
|
||||
"TITLE": "Callback URL",
|
||||
"SUBTITLE": "You have to configure the message callback URL in Twilio with the URL mentioned here."
|
||||
},
|
||||
"SUBMIT_BUTTON": "Vytvořit Twilio kanál",
|
||||
"API": {
|
||||
"ERROR_MESSAGE": "Nebyli jsme schopni ověřit přihlašovací údaje Twilia, zkuste to prosím znovu"
|
||||
}
|
||||
},
|
||||
"AUTH": {
|
||||
"TITLE": "Kanály",
|
||||
"DESC": "V současné době podporujeme jako platformu widgety živého chatu, Facebook stránky a Twitter profily. Máme více platforem jako Whatsapp, Email, Telegram a Line v dílech, což bude brzy ven."
|
||||
},
|
||||
"AGENTS": {
|
||||
"TITLE": "Agenti",
|
||||
"DESC": "Zde můžete přidat agenty ke správě nově vytvořené schránky. Pouze tito vybraní agenti budou mít přístup do vaší schránky. Agenty, které nejsou součástí této schránky, nebudou moci při přihlášení vidět zprávy v této schránce ani na ně reagovat. <br> <b>PS:</b> Jako správce, pokud potřebujete přístup ke všem schránkám, byste se měli přidat jako agent do všech schránek, které vytváříte."
|
||||
},
|
||||
"DETAILS": {
|
||||
"TITLE": "Doručená pošta detaily",
|
||||
"DESC": "Z rozevíracího seznamu níže vyberte Facebook stránku, kterou chcete připojit k Chatwoot. Můžete také zadat vlastní název doručené poště pro lepší identifikaci."
|
||||
},
|
||||
"FINISH": {
|
||||
"TITLE": "Nalezeno to!",
|
||||
"DESC": "Úspěšně jste dokončili integraci vaší facebookové stránky s Chatwootem. Až příště přijde zákaznická zpráva, konverzace se automaticky objeví ve vaší schránce.<br>Poskytujeme vám také widget skript, který můžete snadno přidat na vaše webové stránky. Jakmile je toto aktivní na vašich webových stránkách, zákazníci vám mohou posílat zprávy přímo z vašich webových stránek bez pomoci externího nástroje a konverzace se objeví přímo zde, na Chatwoot.<br>Skvěle, co? No, určitě se pokusíme být :)"
|
||||
}
|
||||
},
|
||||
"DETAILS": {
|
||||
"LOADING_FB": "Ověřování pomocí Facebooku...",
|
||||
"ERROR_FB_AUTH": "Něco se pokazilo, prosím obnovte stránku...",
|
||||
"CREATING_CHANNEL": "Vytvářím vaši doručenou poštu...",
|
||||
"TITLE": "Konfigurace detailů doručené pošty",
|
||||
"DESC": ""
|
||||
},
|
||||
"AGENTS": {
|
||||
"BUTTON_TEXT": "Přidat agenty",
|
||||
"ADD_AGENTS": "Přidávání agentů do vaší schránky..."
|
||||
},
|
||||
"FINISH": {
|
||||
"TITLE": "Vaše doručená pošta je připravena!",
|
||||
"MESSAGE": "Nyní se můžete spojit se svými zákazníky prostřednictvím nového kanálu. Šťastná podpora ",
|
||||
"BUTTON_TEXT": "Vezmi mě tam",
|
||||
"WEBSITE_SUCCESS": "Úspěšně jste dokončili vytvoření webového kanálu. Zkopírujte kód zobrazený níže a vložte jej na vaše webové stránky. Když zákazník příště použije živý chat, konverzace se automaticky objeví ve vaší doručené poště."
|
||||
},
|
||||
"REAUTH": "Znovu autorizovat",
|
||||
"VIEW": "Zobrazit",
|
||||
"EDIT": {
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Nastavení doručené pošty bylo úspěšně aktualizováno",
|
||||
"AUTO_ASSIGNMENT_SUCCESS_MESSAGE": "Automatické přiřazení bylo úspěšně aktualizováno",
|
||||
"ERROR_MESSAGE": "Nelze aktualizovat barvu widgetu. Opakujte akci později."
|
||||
},
|
||||
"AUTO_ASSIGNMENT": {
|
||||
"ENABLED": "Povoleno",
|
||||
"DISABLED": "Zakázáno"
|
||||
}
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "Vymazat",
|
||||
"CONFIRM": {
|
||||
"TITLE": "Potvrdit odstranění",
|
||||
"MESSAGE": "Opravdu chcete odstranit ",
|
||||
"YES": "Ano, odstranit ",
|
||||
"NO": "No, Keep "
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Doručená pošta byla úspěšně smazána",
|
||||
"ERROR_MESSAGE": "Nelze odstranit doručenou poštu. Opakujte akci později."
|
||||
}
|
||||
},
|
||||
"SETTINGS": "Nastavení",
|
||||
"SETTINGS_POPUP": {
|
||||
"MESSENGER_HEADING": "Messenger skript",
|
||||
"MESSENGER_SUB_HEAD": "Umístěte toto tlačítko dovnitř vašeho tělesného štítku",
|
||||
"INBOX_AGENTS": "Agenti",
|
||||
"INBOX_AGENTS_SUB_TEXT": "Přidat nebo odebrat agenty z této složky doručené pošty",
|
||||
"UPDATE": "Aktualizovat",
|
||||
"AUTO_ASSIGNMENT": "Povolit automatické přiřazení",
|
||||
"INBOX_UPDATE_TITLE": "Nastavení doručené pošty",
|
||||
"INBOX_UPDATE_SUB_TEXT": "Aktualizujte nastavení doručené pošty",
|
||||
"AUTO_ASSIGNMENT_SUB_TEXT": "Povolit nebo zakázat automatické přiřazování nových konverzací agentům přidaným do této schránky."
|
||||
}
|
||||
}
|
||||
}
|
33
app/javascript/dashboard/i18n/locale/cs/index.js
Normal file
33
app/javascript/dashboard/i18n/locale/cs/index.js
Normal file
|
@ -0,0 +1,33 @@
|
|||
import { default as _agentMgmt } from './agentMgmt.json';
|
||||
import { default as _labelsMgmt } from './labelsMgmt.json';
|
||||
import { default as _cannedMgmt } from './cannedMgmt.json';
|
||||
import { default as _chatlist } from './chatlist.json';
|
||||
import { default as _contact } from './contact.json';
|
||||
import { default as _conversation } from './conversation.json';
|
||||
import { default as _inboxMgmt } from './inboxMgmt.json';
|
||||
import { default as _login } from './login.json';
|
||||
import { default as _report } from './report.json';
|
||||
import { default as _resetPassword } from './resetPassword.json';
|
||||
import { default as _setNewPassword } from './setNewPassword.json';
|
||||
import { default as _settings } from './settings.json';
|
||||
import { default as _signup } from './signup.json';
|
||||
import { default as _integrations } from './integrations.json';
|
||||
import { default as _generalSettings } from './generalSettings.json';
|
||||
|
||||
export default {
|
||||
..._agentMgmt,
|
||||
..._cannedMgmt,
|
||||
..._chatlist,
|
||||
..._contact,
|
||||
..._conversation,
|
||||
..._inboxMgmt,
|
||||
..._login,
|
||||
..._report,
|
||||
..._labelsMgmt,
|
||||
..._resetPassword,
|
||||
..._setNewPassword,
|
||||
..._settings,
|
||||
..._signup,
|
||||
..._integrations,
|
||||
..._generalSettings,
|
||||
};
|
|
@ -46,9 +46,18 @@
|
|||
"TITLE": "Potvrdit odstranění",
|
||||
"MESSAGE": "Opravdu chcete odstranit ",
|
||||
"YES": "Ano, odstranit ",
|
||||
"NO": "Ne, ponechat "
|
||||
"NO": "No, Keep it"
|
||||
}
|
||||
}
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "Vymazat",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Integration deleted successfully"
|
||||
}
|
||||
},
|
||||
"CONNECT": {
|
||||
"BUTTON_TEXT": "Connect"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
68
app/javascript/dashboard/i18n/locale/cs/labelsMgmt.json
Normal file
68
app/javascript/dashboard/i18n/locale/cs/labelsMgmt.json
Normal file
|
@ -0,0 +1,68 @@
|
|||
{
|
||||
"LABEL_MGMT": {
|
||||
"HEADER": "Labels",
|
||||
"HEADER_BTN_TXT": "Add label",
|
||||
"LOADING": "Fetching labels",
|
||||
"SEARCH_404": "Neexistují žádné položky odpovídající tomuto dotazu",
|
||||
"SIDEBAR_TXT": "<p><b>Labels</b> <p>Labels help you to categorize conversations and prioritize them. You can assign label to a conversation from the sidepanel. <br /><br />Labels are tied to the account and can be used to create custom workflows in your organization. You can assign custom color to a label, it makes it easier to identify the label. You will be able to display the label on the sidebar to filter the conversations easily.</p>",
|
||||
"LIST": {
|
||||
"404": "There are no labels available in this account.",
|
||||
"TITLE": "Manage labels",
|
||||
"DESC": "Labels let you group the conversations together.",
|
||||
"TABLE_HEADER": [
|
||||
"Název",
|
||||
"Description",
|
||||
"Color"
|
||||
]
|
||||
},
|
||||
"FORM": {
|
||||
"NAME": {
|
||||
"LABEL": "Label Name",
|
||||
"PLACEHOLDER": "Label name",
|
||||
"ERROR": "Label Name is required"
|
||||
},
|
||||
"DESCRIPTION": {
|
||||
"LABEL": "Description",
|
||||
"PLACEHOLDER": "Label Description"
|
||||
},
|
||||
"COLOR": {
|
||||
"LABEL": "Color"
|
||||
},
|
||||
"SHOW_ON_SIDEBAR": {
|
||||
"LABEL": "Show label on sidebar"
|
||||
},
|
||||
"EDIT": "Upravit",
|
||||
"CREATE": "Create",
|
||||
"DELETE": "Vymazat",
|
||||
"CANCEL": "Zrušit"
|
||||
},
|
||||
"ADD": {
|
||||
"TITLE": "Add label",
|
||||
"DESC": "Labels let you group the conversations together.",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Label added successfully",
|
||||
"ERROR_MESSAGE": "There was an error, please try again"
|
||||
}
|
||||
},
|
||||
"EDIT": {
|
||||
"TITLE": "Edit label",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Label updated successfully",
|
||||
"ERROR_MESSAGE": "There was an error, please try again"
|
||||
}
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "Vymazat",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Label deleted successfully",
|
||||
"ERROR_MESSAGE": "There was an error, please try again"
|
||||
},
|
||||
"CONFIRM": {
|
||||
"TITLE": "Potvrdit odstranění",
|
||||
"MESSAGE": "Opravdu chcete odstranit ",
|
||||
"YES": "Ano, odstranit ",
|
||||
"NO": "No, Keep "
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
21
app/javascript/dashboard/i18n/locale/cs/login.json
Normal file
21
app/javascript/dashboard/i18n/locale/cs/login.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"LOGIN": {
|
||||
"TITLE": "Přihlásit se do Chatwoot",
|
||||
"EMAIL": {
|
||||
"LABEL": "E-mailová adresa",
|
||||
"PLACEHOLDER": "E-mail např: někdo@example.com"
|
||||
},
|
||||
"PASSWORD": {
|
||||
"LABEL": "Heslo",
|
||||
"PLACEHOLDER": "Heslo"
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Přihlášení úspěšné",
|
||||
"ERROR_MESSAGE": "Nelze se připojit k Woot serveru, opakujte akci později",
|
||||
"UNAUTH": "Nesprávné uživatelské jméno / heslo. Zkuste to prosím znovu"
|
||||
},
|
||||
"FORGOT_PASSWORD": "Zapomněli jste heslo?",
|
||||
"CREATE_NEW_ACCOUNT": "Vytvořit nový účet",
|
||||
"SUBMIT": "Login"
|
||||
}
|
||||
}
|
126
app/javascript/dashboard/i18n/locale/cs/settings.json
Normal file
126
app/javascript/dashboard/i18n/locale/cs/settings.json
Normal file
|
@ -0,0 +1,126 @@
|
|||
{
|
||||
"PROFILE_SETTINGS": {
|
||||
"LINK": "Nastavení profilu",
|
||||
"TITLE": "Nastavení profilu",
|
||||
"BTN_TEXT": "Aktualizovat profil",
|
||||
"AFTER_EMAIL_CHANGED": "Váš profil byl úspěšně aktualizován, přihlaste se prosím znovu, protože se vaše přihlašovací údaje změnily",
|
||||
"FORM": {
|
||||
"AVATAR": "Profil obrázek",
|
||||
"ERROR": "Opravte chyby formuláře",
|
||||
"REMOVE_IMAGE": "Odebrat",
|
||||
"UPLOAD_IMAGE": "Nahrát obrázek",
|
||||
"UPDATE_IMAGE": "Aktualizovat obrázek",
|
||||
"PROFILE_SECTION": {
|
||||
"TITLE": "Profil",
|
||||
"NOTE": "Vaše e-mailová adresa je Vaše identita a používá se k přihlášení."
|
||||
},
|
||||
"PASSWORD_SECTION": {
|
||||
"TITLE": "Heslo",
|
||||
"NOTE": "Aktualizace hesla by obnovila vaše přihlašovací údaje na více zařízeních."
|
||||
},
|
||||
"ACCESS_TOKEN": {
|
||||
"TITLE": "Přístupový token",
|
||||
"NOTE": "Tento token může být použit při vytváření integrace založené na API"
|
||||
},
|
||||
"EMAIL_NOTIFICATIONS_SECTION": {
|
||||
"TITLE": "E-mailová oznámení",
|
||||
"NOTE": "Zde aktualizujte nastavení e-mailových oznámení",
|
||||
"CONVERSATION_ASSIGNMENT": "Odeslat e-mailová oznámení, když je mi přiřazena konverzace",
|
||||
"CONVERSATION_CREATION": "Odeslat oznámení e-mailem při vytváření nové konverzace"
|
||||
},
|
||||
"API": {
|
||||
"UPDATE_SUCCESS": "Your notification preferences are updated successfully",
|
||||
"UPDATE_ERROR": "There is an error while updating the preferences, please try again"
|
||||
},
|
||||
"PUSH_NOTIFICATIONS_SECTION": {
|
||||
"TITLE": "Push Notifications",
|
||||
"NOTE": "Update your push notification preferences here",
|
||||
"CONVERSATION_ASSIGNMENT": "Send push notifications when a conversation is assigned to me",
|
||||
"CONVERSATION_CREATION": "Send push notifications when a new conversation is created",
|
||||
"HAS_ENABLED_PUSH": "You have enabled push for this browser.",
|
||||
"REQUEST_PUSH": "Enable push notifications"
|
||||
},
|
||||
"PROFILE_IMAGE": {
|
||||
"LABEL": "Profil obrázek"
|
||||
},
|
||||
"NAME": {
|
||||
"LABEL": "Vaše jméno",
|
||||
"ERROR": "Zadejte prosím platný název",
|
||||
"PLACEHOLDER": "Zadejte prosím Vaše jméno, bude zobrazeno v konverzacích"
|
||||
},
|
||||
"AVAILABILITY": {
|
||||
"LABEL": "Availability",
|
||||
"STATUSES_LIST": [
|
||||
{
|
||||
"value": "online",
|
||||
"label": "Online"
|
||||
},
|
||||
{
|
||||
"value": "busy",
|
||||
"label": "Busy"
|
||||
},
|
||||
{
|
||||
"value": "offline",
|
||||
"label": "Offline"
|
||||
}
|
||||
]
|
||||
},
|
||||
"EMAIL": {
|
||||
"LABEL": "Vaše e-mailová adresa",
|
||||
"ERROR": "Zadejte prosím platnou e-mailovou adresu",
|
||||
"PLACEHOLDER": "Prosím, zadejte vaši e-mailovou adresu, bude zobrazena v konverzacích"
|
||||
},
|
||||
"PASSWORD": {
|
||||
"LABEL": "Heslo",
|
||||
"ERROR": "Zadejte prosím heslo o délce 6 nebo více",
|
||||
"PLACEHOLDER": "Zadejte prosím nové heslo"
|
||||
},
|
||||
"PASSWORD_CONFIRMATION": {
|
||||
"LABEL": "Potvrdit nové heslo",
|
||||
"ERROR": "Potvrzení hesla by mělo odpovídat heslu",
|
||||
"PLACEHOLDER": "Zadejte prosím znovu své heslo"
|
||||
}
|
||||
}
|
||||
},
|
||||
"SIDEBAR_ITEMS": {
|
||||
"CHANGE_ACCOUNTS": "Switch Account",
|
||||
"SELECTOR_SUBTITLE": "Select an account from the following list",
|
||||
"PROFILE_SETTINGS": "Nastavení profilu",
|
||||
"LOGOUT": "Odhlásit se"
|
||||
},
|
||||
"APP_GLOBAL": {
|
||||
"TRIAL_MESSAGE": "days trial remaining.",
|
||||
"TRAIL_BUTTON": "Buy Now"
|
||||
},
|
||||
"COMPONENTS": {
|
||||
"CODE": {
|
||||
"BUTTON_TEXT": "Copy",
|
||||
"COPY_SUCCESSFUL": "Code copied to clipboard successfully"
|
||||
},
|
||||
"FILE_BUBBLE": {
|
||||
"DOWNLOAD": "Stáhnout",
|
||||
"UPLOADING": "Uploading..."
|
||||
},
|
||||
"FORM_BUBBLE": {
|
||||
"SUBMIT": "Odeslat"
|
||||
}
|
||||
},
|
||||
"CONFIRM_EMAIL": "Verifying...",
|
||||
"SETTINGS": {
|
||||
"INBOXES": {
|
||||
"NEW_INBOX": "Add Inbox"
|
||||
}
|
||||
},
|
||||
"SIDEBAR": {
|
||||
"CONVERSATIONS": "Konverzace",
|
||||
"REPORTS": "Zprávy",
|
||||
"SETTINGS": "Nastavení",
|
||||
"HOME": "Home",
|
||||
"AGENTS": "Agenti",
|
||||
"INBOXES": "Krabice",
|
||||
"CANNED_RESPONSES": "Konzervované odpovědi",
|
||||
"INTEGRATIONS": "Integrace",
|
||||
"ACCOUNT_SETTINGS": "Account Settings",
|
||||
"LABELS": "Labels"
|
||||
}
|
||||
}
|
102
app/javascript/dashboard/i18n/locale/da/agentMgmt.json
Normal file
102
app/javascript/dashboard/i18n/locale/da/agentMgmt.json
Normal file
|
@ -0,0 +1,102 @@
|
|||
{
|
||||
"AGENT_MGMT": {
|
||||
"HEADER": "Agents",
|
||||
"HEADER_BTN_TXT": "Add Agent",
|
||||
"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>",
|
||||
"AGENT_TYPES": [
|
||||
{
|
||||
"name": "administrator",
|
||||
"label": "Administrator"
|
||||
},
|
||||
{
|
||||
"name": "agent",
|
||||
"label": "Agent"
|
||||
}
|
||||
],
|
||||
"LIST": {
|
||||
"404": "There are no agents associated to this account",
|
||||
"TITLE": "Manage agents in your team",
|
||||
"DESC": "You can add/remove agents to/in your team.",
|
||||
"NAME": "Name",
|
||||
"EMAIL": "EMAIL",
|
||||
"STATUS": "Status",
|
||||
"ACTIONS": "Actions",
|
||||
"VERIFIED": "Verified",
|
||||
"VERIFICATION_PENDING": "Verification Pending"
|
||||
},
|
||||
"ADD": {
|
||||
"TITLE": "Add agent to your team",
|
||||
"DESC": "You can add people who will be able to handle support for your inboxes.",
|
||||
"CANCEL_BUTTON_TEXT": "Cancel",
|
||||
"FORM": {
|
||||
"NAME": {
|
||||
"LABEL": "Agent Name",
|
||||
"PLACEHOLDER": "Please enter a name of the agent"
|
||||
},
|
||||
"AGENT_TYPE": {
|
||||
"LABEL": "Agent Type",
|
||||
"PLACEHOLDER": "Please select a type",
|
||||
"ERROR": "Agent type is required"
|
||||
},
|
||||
"EMAIL": {
|
||||
"LABEL": "Email Address",
|
||||
"PLACEHOLDER": "Please enter an email address of the agent"
|
||||
},
|
||||
"SUBMIT": "Add Agent"
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Agent added successfully",
|
||||
"EXIST_MESSAGE": "Agent email already in use, Please try another email address",
|
||||
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
|
||||
}
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "Delete",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Agent deleted successfully",
|
||||
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
|
||||
},
|
||||
"CONFIRM": {
|
||||
"TITLE": "Confirm Deletion",
|
||||
"MESSAGE": "Are you sure to delete ",
|
||||
"YES": "Yes, Delete ",
|
||||
"NO": "No, Keep "
|
||||
}
|
||||
},
|
||||
"EDIT": {
|
||||
"TITLE": "Edit agent",
|
||||
"FORM": {
|
||||
"NAME": {
|
||||
"LABEL": "Agent Name",
|
||||
"PLACEHOLDER": "Please enter a name of the agent"
|
||||
},
|
||||
"AGENT_TYPE": {
|
||||
"LABEL": "Agent Type",
|
||||
"PLACEHOLDER": "Please select a type",
|
||||
"ERROR": "Agent type is required"
|
||||
},
|
||||
"EMAIL": {
|
||||
"LABEL": "Email Address",
|
||||
"PLACEHOLDER": "Please enter an email address of the agent"
|
||||
},
|
||||
"SUBMIT": "Edit Agent"
|
||||
},
|
||||
"BUTTON_TEXT": "Edit",
|
||||
"CANCEL_BUTTON_TEXT": "Cancel",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Agent updated successfully",
|
||||
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
|
||||
},
|
||||
"PASSWORD_RESET": {
|
||||
"ADMIN_RESET_BUTTON": "Reset Password",
|
||||
"ADMIN_SUCCESS_MESSAGE": "An email with reset password instructions has been sent to the agent",
|
||||
"SUCCESS_MESSAGE": "Agent password reset successfully",
|
||||
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
|
||||
}
|
||||
},
|
||||
"SEARCH": {
|
||||
"NO_RESULTS": "No agents found."
|
||||
}
|
||||
}
|
||||
}
|
76
app/javascript/dashboard/i18n/locale/da/cannedMgmt.json
Normal file
76
app/javascript/dashboard/i18n/locale/da/cannedMgmt.json
Normal file
|
@ -0,0 +1,76 @@
|
|||
{
|
||||
"CANNED_MGMT": {
|
||||
"HEADER": "Canned Responses",
|
||||
"HEADER_BTN_TXT": "Add Canned Response",
|
||||
"LOADING": "Fetching Canned Responses",
|
||||
"SEARCH_404": "There are no items matching this query",
|
||||
"SIDEBAR_TXT": "<p><b>Canned Responses</b> </p><p> Canned Responses are saved reply templates which can be used to quickly send out a reply to a conversation . </p><p> For creating a Canned Response, just click on the <b>Add Canned Response</b>. You can also edit or delete an existing Canned Response by clicking on the Edit or Delete button </p><p> Canned responses are used with the help of <b>Short Codes</b>. Agents can access canned responses while on a chat by typing <b>'/'</b> followed by the short code. </p>",
|
||||
"LIST": {
|
||||
"404": "There are no canned responses available in this account.",
|
||||
"TITLE": "Manage canned responses",
|
||||
"DESC": "Canned Responses are predefined reply templates which can be used to quickly send out replies to tickets.",
|
||||
"TABLE_HEADER": [
|
||||
"Short Code",
|
||||
"Content",
|
||||
"Actions"
|
||||
]
|
||||
},
|
||||
"ADD": {
|
||||
"TITLE": "Add Canned Response",
|
||||
"DESC": "Canned Responses are saved reply templates which can be used to quickly send out reply to conversation .",
|
||||
"CANCEL_BUTTON_TEXT": "Cancel",
|
||||
"FORM": {
|
||||
"SHORT_CODE": {
|
||||
"LABEL": "Short Code",
|
||||
"PLACEHOLDER": "Please enter a shortcode",
|
||||
"ERROR": "Short Code is required"
|
||||
},
|
||||
"CONTENT": {
|
||||
"LABEL": "Content",
|
||||
"PLACEHOLDER": "Please enter a content",
|
||||
"ERROR": "Content is required"
|
||||
},
|
||||
"SUBMIT": "Submit"
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Canned Response added successfully",
|
||||
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
|
||||
}
|
||||
},
|
||||
"EDIT": {
|
||||
"TITLE": "Edit Canned Response",
|
||||
"CANCEL_BUTTON_TEXT": "Cancel",
|
||||
"FORM": {
|
||||
"SHORT_CODE": {
|
||||
"LABEL": "Short Code",
|
||||
"PLACEHOLDER": "Please enter a shortcode",
|
||||
"ERROR": "Short Code is required"
|
||||
},
|
||||
"CONTENT": {
|
||||
"LABEL": "Content",
|
||||
"PLACEHOLDER": "Please enter a content",
|
||||
"ERROR": "Content is required"
|
||||
},
|
||||
"SUBMIT": "Submit"
|
||||
},
|
||||
"BUTTON_TEXT": "Edit",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Canned Response updated successfully",
|
||||
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
|
||||
}
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "Delete",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Canned response deleted successfully",
|
||||
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
|
||||
},
|
||||
"CONFIRM": {
|
||||
"TITLE": "Confirm Deletion",
|
||||
"MESSAGE": "Are you sure to delete ",
|
||||
"YES": "Yes, Delete ",
|
||||
"NO": "No, Keep "
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
77
app/javascript/dashboard/i18n/locale/da/chatlist.json
Normal file
77
app/javascript/dashboard/i18n/locale/da/chatlist.json
Normal file
|
@ -0,0 +1,77 @@
|
|||
{
|
||||
"CHAT_LIST": {
|
||||
"LOADING": "Fetching conversations",
|
||||
"LOAD_MORE_CONVERSATIONS": "Load more conversations",
|
||||
"EOF": "All conversations loaded 🎉",
|
||||
"LIST": {
|
||||
"404": "There are no active conversations in this group."
|
||||
},
|
||||
"TAB_HEADING": "Conversations",
|
||||
"SEARCH": {
|
||||
"INPUT": "Search for People, Chats, Saved Replies .."
|
||||
},
|
||||
"STATUS_TABS": [
|
||||
{
|
||||
"NAME": "Open",
|
||||
"KEY": "openCount"
|
||||
},
|
||||
{
|
||||
"NAME": "Resolved",
|
||||
"KEY": "allConvCount"
|
||||
}
|
||||
],
|
||||
"ASSIGNEE_TYPE_TABS": [
|
||||
{
|
||||
"NAME": "Mine",
|
||||
"KEY": "me",
|
||||
"COUNT_KEY": "mineCount"
|
||||
},
|
||||
{
|
||||
"NAME": "Unassigned",
|
||||
"KEY": "unassigned",
|
||||
"COUNT_KEY": "unAssignedCount"
|
||||
},
|
||||
{
|
||||
"NAME": "All",
|
||||
"KEY": "all",
|
||||
"COUNT_KEY": "allCount"
|
||||
}
|
||||
],
|
||||
"CHAT_STATUS_ITEMS": [
|
||||
{
|
||||
"TEXT": "Open",
|
||||
"VALUE": "open"
|
||||
},
|
||||
{
|
||||
"TEXT": "Resolved",
|
||||
"VALUE": "resolved"
|
||||
}
|
||||
],
|
||||
"ATTACHMENTS": {
|
||||
"image": {
|
||||
"ICON": "ion-image",
|
||||
"CONTENT": "Picture message"
|
||||
},
|
||||
"audio": {
|
||||
"ICON": "ion-volume-high",
|
||||
"CONTENT": "Audio message"
|
||||
},
|
||||
"video": {
|
||||
"ICON": "ion-ios-videocam",
|
||||
"CONTENT": "Video message"
|
||||
},
|
||||
"file": {
|
||||
"ICON": "ion-document",
|
||||
"CONTENT": "File Attachment"
|
||||
},
|
||||
"location": {
|
||||
"ICON": "ion-ios-location",
|
||||
"CONTENT": "Location"
|
||||
},
|
||||
"fallback": {
|
||||
"ICON": "ion-link",
|
||||
"CONTENT": "has shared a url"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
29
app/javascript/dashboard/i18n/locale/da/contact.json
Normal file
29
app/javascript/dashboard/i18n/locale/da/contact.json
Normal file
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"CONTACT_PANEL": {
|
||||
"CONVERSATION_TITLE": "Conversation Details",
|
||||
"BROWSER": "Browser",
|
||||
"OS": "Operating System",
|
||||
"INITIATED_FROM": "Initiated from",
|
||||
"INITIATED_AT": "Initiated at",
|
||||
"CONVERSATIONS": {
|
||||
"NO_RECORDS_FOUND": "There are no previous conversations associated to this contact.",
|
||||
"TITLE": "Previous Conversations"
|
||||
},
|
||||
"LABELS": {
|
||||
"TITLE": "Conversation Labels",
|
||||
"MODAL": {
|
||||
"TITLE": "Labels for",
|
||||
"ACTIVE_LABELS": "Labels added to the conversation",
|
||||
"INACTIVE_LABELS": "Labels available in the account",
|
||||
"REMOVE": "Click on X icon to remove the label",
|
||||
"ADD": "Click on + icon to add the label",
|
||||
"UPDATE_BUTTON": "Update labels",
|
||||
"UPDATE_ERROR": "Couldn't update labels, try again."
|
||||
},
|
||||
"NO_LABELS_TO_ADD": "There are no more labels defined in the account.",
|
||||
"NO_AVAILABLE_LABELS": "There are no labels added to this conversation."
|
||||
},
|
||||
"MUTE_CONTACT": "Mute Contact",
|
||||
"EDIT_LABEL": "Edit"
|
||||
}
|
||||
}
|
35
app/javascript/dashboard/i18n/locale/da/conversation.json
Normal file
35
app/javascript/dashboard/i18n/locale/da/conversation.json
Normal file
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"CONVERSATION": {
|
||||
"404": "Please select a conversation from left pane",
|
||||
"NO_MESSAGE_1": "Uh oh! Looks like there are no messages from customers in your inbox.",
|
||||
"NO_MESSAGE_2": " to send a message to your page!",
|
||||
"NO_INBOX_1": "Hola! Looks like you haven't added any inboxes yet.",
|
||||
"NO_INBOX_2": " to get started",
|
||||
"NO_INBOX_AGENT": "Uh Oh! Looks like you are not part of any inbox. Please contact your administrator",
|
||||
"CLICK_HERE": "Click here",
|
||||
"LOADING_INBOXES": "Loading inboxes",
|
||||
"LOADING_CONVERSATIONS": "Loading Conversations",
|
||||
"DOWNLOAD": "Download",
|
||||
"HEADER": {
|
||||
"RESOLVE_ACTION": "Resolve",
|
||||
"REOPEN_ACTION": "Reopen",
|
||||
"OPEN": "More",
|
||||
"CLOSE": "Close",
|
||||
"DETAILS": "details"
|
||||
},
|
||||
"FOOTER": {
|
||||
"MSG_INPUT": "Shift + enter for new line. Start with '/' to select a Canned Response.",
|
||||
"PRIVATE_MSG_INPUT": "Shift + enter for new line. This will be visible only to Agents"
|
||||
},
|
||||
"REPLYBOX": {
|
||||
"REPLY": "Reply",
|
||||
"PRIVATE_NOTE": "Private Note",
|
||||
"SEND": "Send",
|
||||
"CREATE": "Add Note",
|
||||
"TWEET": "Tweet"
|
||||
},
|
||||
"VISIBLE_TO_AGENTS": "Private Note: Only visible to you and your team",
|
||||
"CHANGE_STATUS": "Conversation status changed",
|
||||
"CHANGE_AGENT": "Conversation Assignee changed"
|
||||
}
|
||||
}
|
47
app/javascript/dashboard/i18n/locale/da/generalSettings.json
Normal file
47
app/javascript/dashboard/i18n/locale/da/generalSettings.json
Normal file
|
@ -0,0 +1,47 @@
|
|||
{
|
||||
"GENERAL_SETTINGS": {
|
||||
"TITLE": "Account settings",
|
||||
"SUBMIT": "Update settings",
|
||||
"BACK": "Back",
|
||||
"UPDATE": {
|
||||
"ERROR": "Could not update settings, try again!",
|
||||
"SUCCESS": "Successfully updated account settings"
|
||||
},
|
||||
"FORM": {
|
||||
"ERROR": "Please fix form errors",
|
||||
"GENERAL_SECTION": {
|
||||
"TITLE": "General settings",
|
||||
"NOTE": ""
|
||||
},
|
||||
"NAME": {
|
||||
"LABEL": "Account name",
|
||||
"PLACEHOLDER": "Your account name",
|
||||
"ERROR": "Please enter a valid account name"
|
||||
},
|
||||
"LANGUAGE": {
|
||||
"LABEL": "Site language (Beta)",
|
||||
"PLACEHOLDER": "Your account name",
|
||||
"ERROR": ""
|
||||
},
|
||||
"DOMAIN": {
|
||||
"LABEL": "Domain",
|
||||
"PLACEHOLDER": "Your website domain",
|
||||
"ERROR": ""
|
||||
},
|
||||
"SUPPORT_EMAIL": {
|
||||
"LABEL": "Support Email",
|
||||
"PLACEHOLDER": "Your company's support email",
|
||||
"ERROR": ""
|
||||
},
|
||||
"ENABLE_DOMAIN_EMAIL": {
|
||||
"LABEL": "Enable domain email",
|
||||
"PLACEHOLDER": "Enable the custom domain email",
|
||||
"ERROR": "",
|
||||
"OPTIONS": {
|
||||
"ENABLED": "Enabled",
|
||||
"DISABLED": "Disabled"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
191
app/javascript/dashboard/i18n/locale/da/inboxMgmt.json
Normal file
191
app/javascript/dashboard/i18n/locale/da/inboxMgmt.json
Normal file
|
@ -0,0 +1,191 @@
|
|||
{
|
||||
"INBOX_MGMT": {
|
||||
"HEADER": "Inboxes",
|
||||
"SIDEBAR_TXT": "<p><b>Inbox</b></p> <p> When you connect a website or a facebook Page to Chatwoot, it is called an <b>Inbox</b>. You can have unlimited inboxes in your Chatwoot account. </p><p> Click on <b>Add Inbox</b> to connect a website or a Facebook Page. </p><p> In the Dashboard, you can see all the conversations from all your inboxes in a single place and respond to them under the `Conversations` tab. </p><p> You can also see conversations specific to an inbox by clicking on the inbox name on the left pane of the dashboard. </p>",
|
||||
"LIST": {
|
||||
"404": "There are no inboxes attached to this account."
|
||||
},
|
||||
"CREATE_FLOW": [
|
||||
{
|
||||
"title": "Choose Channel",
|
||||
"route": "settings_inbox_new",
|
||||
"body": "Choose the provider you want to integrate with Chatwoot."
|
||||
},
|
||||
{
|
||||
"title": "Create Inbox",
|
||||
"route": "settings_inboxes_page_channel",
|
||||
"body": "Authenticate your account and create an inbox."
|
||||
},
|
||||
{
|
||||
"title": "Add Agents",
|
||||
"route": "settings_inboxes_add_agents",
|
||||
"body": "Add agents to the created inbox."
|
||||
},
|
||||
{
|
||||
"title": "Voila!",
|
||||
"route": "settings_inbox_finish",
|
||||
"body": "You are all set to go!"
|
||||
}
|
||||
],
|
||||
"ADD": {
|
||||
"FB": {
|
||||
"HELP": "PS: By signing in, we only get access to your Page's messages. Your private messages can never be accessed by Chatwoot.",
|
||||
"CHOOSE_PAGE": "Choose Page",
|
||||
"CHOOSE_PLACEHOLDER": "Select a page from the list",
|
||||
"INBOX_NAME": "Inbox Name",
|
||||
"ADD_NAME": "Add a name for your inbox",
|
||||
"PICK_NAME": "Pick A Name Your Inbox",
|
||||
"PICK_A_VALUE": "Pick a value"
|
||||
},
|
||||
"TWITTER": {
|
||||
"HELP": "To add your Twitter profile as a channel, you need to authenticate your Twitter Profile by clicking on 'Sign in with Twitter' "
|
||||
},
|
||||
"WEBSITE_CHANNEL": {
|
||||
"TITLE": "Website channel",
|
||||
"DESC": "Create a channel for your website and start supporting your customers via our website widget.",
|
||||
"LOADING_MESSAGE": "Creating Website Support Channel",
|
||||
"CHANNEL_AVATAR": {
|
||||
"LABEL": "Channel Avatar"
|
||||
},
|
||||
"CHANNEL_NAME": {
|
||||
"LABEL": "Website Name",
|
||||
"PLACEHOLDER": "Enter your website name (eg: Acme Inc)"
|
||||
},
|
||||
"CHANNEL_DOMAIN": {
|
||||
"LABEL": "Website Domain",
|
||||
"PLACEHOLDER": "Enter your website domain (eg: acme.com)"
|
||||
},
|
||||
"CHANNEL_WELCOME_TITLE": {
|
||||
"LABEL": "Welcome Heading",
|
||||
"PLACEHOLDER": "Hi there !"
|
||||
},
|
||||
"CHANNEL_WELCOME_TAGLINE": {
|
||||
"LABEL": "Welcome Tagline",
|
||||
"PLACEHOLDER": "We make it simple to connect with us. Ask us anything, or share your feedback."
|
||||
},
|
||||
"CHANNEL_GREETING_MESSAGE": {
|
||||
"LABEL": "Channel greeting message",
|
||||
"PLACEHOLDER": "Acme Inc typically replies in a few hours."
|
||||
},
|
||||
"CHANNEL_GREETING_TOGGLE": {
|
||||
"LABEL": "Enable channel greeting",
|
||||
"HELP_TEXT": "Send a greeting message to the user when he starts the conversation.",
|
||||
"ENABLED": "Enabled",
|
||||
"DISABLED": "Disabled"
|
||||
},
|
||||
"WIDGET_COLOR": {
|
||||
"LABEL": "Widget Color",
|
||||
"PLACEHOLDER": "Update the widget color used in widget"
|
||||
},
|
||||
"SUBMIT_BUTTON": "Create inbox"
|
||||
},
|
||||
"TWILIO": {
|
||||
"TITLE": "Twilio SMS/Whatsapp Channel",
|
||||
"DESC": "Integrate Twilio and start supporting your customers via SMS or Whatsapp.",
|
||||
"ACCOUNT_SID": {
|
||||
"LABEL": "Account SID",
|
||||
"PLACEHOLDER": "Please enter your Twilio Account SID",
|
||||
"ERROR": "This field is required"
|
||||
},
|
||||
"CHANNEL_TYPE": {
|
||||
"LABEL": "Channel Type",
|
||||
"ERROR": "Please select your Channel Type"
|
||||
},
|
||||
"AUTH_TOKEN": {
|
||||
"LABEL": "Auth Token",
|
||||
"PLACEHOLDER": "Please enter your Twilio Auth Token",
|
||||
"ERROR": "This field is required"
|
||||
},
|
||||
"CHANNEL_NAME": {
|
||||
"LABEL": "Channel Name",
|
||||
"PLACEHOLDER": "Please enter a channel name",
|
||||
"ERROR": "This field is required"
|
||||
},
|
||||
"PHONE_NUMBER": {
|
||||
"LABEL": "Phone number",
|
||||
"PLACEHOLDER": "Please enter the phone number from which message will be sent.",
|
||||
"ERROR": "Please enter a valid value. Phone number should start with `+` sign."
|
||||
},
|
||||
"API_CALLBACK": {
|
||||
"TITLE": "Callback URL",
|
||||
"SUBTITLE": "You have to configure the message callback URL in Twilio with the URL mentioned here."
|
||||
},
|
||||
"SUBMIT_BUTTON": "Create Twilio Channel",
|
||||
"API": {
|
||||
"ERROR_MESSAGE": "We were not able to authenticate Twilio credentials, please try again"
|
||||
}
|
||||
},
|
||||
"AUTH": {
|
||||
"TITLE": "Channels",
|
||||
"DESC": "Currently we support Website live chat widgets, Facebook Pages and Twitter profiles as platforms. We have more platforms like Whatsapp, Email, Telegram and Line in the works, which will be out soon."
|
||||
},
|
||||
"AGENTS": {
|
||||
"TITLE": "Agents",
|
||||
"DESC": "Here you can add agents to manage your newly created inbox. Only these selected agents will have access to your inbox. Agents which are not part of this inbox will not be able to see or respond to messages in this inbox when they login. <br> <b>PS:</b> As an administrator, if you need access to all inboxes, you should add yourself as agent to all inboxes that you create."
|
||||
},
|
||||
"DETAILS": {
|
||||
"TITLE": "Inbox Details",
|
||||
"DESC": "From the dropdown below, select the Facebook Page you want to connect to Chatwoot. You can also give a custom name to your inbox for better identification."
|
||||
},
|
||||
"FINISH": {
|
||||
"TITLE": "Nailed It!",
|
||||
"DESC": "You have successfully finished integrating your Facebook Page with Chatwoot. Next time a customer messages your Page, the conversation will automatically appear on your inbox.<br>We are also providing you with a widget script that you can easily add to your website. Once this is live on your website, customers can message you right from your website without the help of any external tool and the conversation will appear right here, on Chatwoot.<br>Cool, huh? Well, we sure try to be :)"
|
||||
}
|
||||
},
|
||||
"DETAILS": {
|
||||
"LOADING_FB": "Authenticating you with Facebook...",
|
||||
"ERROR_FB_AUTH": "Something went wrong, Please refresh page...",
|
||||
"CREATING_CHANNEL": "Creating your Inbox...",
|
||||
"TITLE": "Configure Inbox Details",
|
||||
"DESC": ""
|
||||
},
|
||||
"AGENTS": {
|
||||
"BUTTON_TEXT": "Add agents",
|
||||
"ADD_AGENTS": "Adding Agents to your Inbox..."
|
||||
},
|
||||
"FINISH": {
|
||||
"TITLE": "Your Inbox is ready!",
|
||||
"MESSAGE": "You can now engage with your customers through your new Channel. Happy supporting ",
|
||||
"BUTTON_TEXT": "Take me there",
|
||||
"WEBSITE_SUCCESS": "You have successfully finished creating a website channel. Copy the code shown below and paste it on your website. Next time a customer use the live chat, the conversation will automatically appear on your inbox."
|
||||
},
|
||||
"REAUTH": "Reauthorize",
|
||||
"VIEW": "View",
|
||||
"EDIT": {
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Inbox settings updated successfully",
|
||||
"AUTO_ASSIGNMENT_SUCCESS_MESSAGE": "Auto assignment updated successfully",
|
||||
"ERROR_MESSAGE": "Could not update widget color. Please try again later."
|
||||
},
|
||||
"AUTO_ASSIGNMENT": {
|
||||
"ENABLED": "Enabled",
|
||||
"DISABLED": "Disabled"
|
||||
}
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "Delete",
|
||||
"CONFIRM": {
|
||||
"TITLE": "Confirm Deletion",
|
||||
"MESSAGE": "Are you sure to delete ",
|
||||
"YES": "Yes, Delete ",
|
||||
"NO": "No, Keep "
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Inbox deleted successfully",
|
||||
"ERROR_MESSAGE": "Could not delete inbox. Please try again later."
|
||||
}
|
||||
},
|
||||
"SETTINGS": "Settings",
|
||||
"SETTINGS_POPUP": {
|
||||
"MESSENGER_HEADING": "Messenger Script",
|
||||
"MESSENGER_SUB_HEAD": "Place this button inside your body tag",
|
||||
"INBOX_AGENTS": "Agents",
|
||||
"INBOX_AGENTS_SUB_TEXT": "Add or remove agents from this inbox",
|
||||
"UPDATE": "Update",
|
||||
"AUTO_ASSIGNMENT": "Enable auto assignment",
|
||||
"INBOX_UPDATE_TITLE": "Inbox Settings",
|
||||
"INBOX_UPDATE_SUB_TEXT": "Update your inbox settings",
|
||||
"AUTO_ASSIGNMENT_SUB_TEXT": "Enable or disable the automatic assignment of new conversations to the agents added to this inbox."
|
||||
}
|
||||
}
|
||||
}
|
33
app/javascript/dashboard/i18n/locale/da/index.js
Normal file
33
app/javascript/dashboard/i18n/locale/da/index.js
Normal file
|
@ -0,0 +1,33 @@
|
|||
import { default as _agentMgmt } from './agentMgmt.json';
|
||||
import { default as _labelsMgmt } from './labelsMgmt.json';
|
||||
import { default as _cannedMgmt } from './cannedMgmt.json';
|
||||
import { default as _chatlist } from './chatlist.json';
|
||||
import { default as _contact } from './contact.json';
|
||||
import { default as _conversation } from './conversation.json';
|
||||
import { default as _inboxMgmt } from './inboxMgmt.json';
|
||||
import { default as _login } from './login.json';
|
||||
import { default as _report } from './report.json';
|
||||
import { default as _resetPassword } from './resetPassword.json';
|
||||
import { default as _setNewPassword } from './setNewPassword.json';
|
||||
import { default as _settings } from './settings.json';
|
||||
import { default as _signup } from './signup.json';
|
||||
import { default as _integrations } from './integrations.json';
|
||||
import { default as _generalSettings } from './generalSettings.json';
|
||||
|
||||
export default {
|
||||
..._agentMgmt,
|
||||
..._cannedMgmt,
|
||||
..._chatlist,
|
||||
..._contact,
|
||||
..._conversation,
|
||||
..._inboxMgmt,
|
||||
..._login,
|
||||
..._report,
|
||||
..._labelsMgmt,
|
||||
..._resetPassword,
|
||||
..._setNewPassword,
|
||||
..._settings,
|
||||
..._signup,
|
||||
..._integrations,
|
||||
..._generalSettings,
|
||||
};
|
63
app/javascript/dashboard/i18n/locale/da/integrations.json
Normal file
63
app/javascript/dashboard/i18n/locale/da/integrations.json
Normal file
|
@ -0,0 +1,63 @@
|
|||
{
|
||||
"INTEGRATION_SETTINGS": {
|
||||
"HEADER": "Integrations",
|
||||
"WEBHOOK": {
|
||||
"TITLE": "Webhook",
|
||||
"CONFIGURE": "Configure",
|
||||
"HEADER": "Webhook settings",
|
||||
"HEADER_BTN_TXT": "Add new webhook",
|
||||
"INTEGRATION_TXT": "Webhook events provide you the realtime information about what's happening in your Chatwoot account. You can make use of the webhooks to communicate the events to your favourite apps like Slack or Github. Click on Configure to set up your webhooks.",
|
||||
"LOADING": "Fetching attached webhooks",
|
||||
"SEARCH_404": "There are no items matching this query",
|
||||
"SIDEBAR_TXT": "<p><b>Webhooks</b> </p> <p>Webhooks are HTTP callbacks which can be defined for every account. They are triggered by events like message creation in Chatwoot. You can create more than one webhook for this account. <br /><br /> For creating a <b>webhook</b>, click on the <b>Add new webhook</b> button. You can also remove any existing webhook by clicking on the Delete button.</p>",
|
||||
"LIST": {
|
||||
"404": "There are no webhooks configured for this account.",
|
||||
"TITLE": "Manage webhooks",
|
||||
"DESC": "Webhooks are predefined reply templates which can be used to quickly send out replies to tickets.",
|
||||
"TABLE_HEADER": [
|
||||
"Webhook endpoint",
|
||||
"Actions"
|
||||
]
|
||||
},
|
||||
"ADD": {
|
||||
"CANCEL": "Cancel",
|
||||
"TITLE": "Add new webhook",
|
||||
"DESC": "Webhook events provide you the realtime information about what's happening in your Chatwoot account. Please enter a valid URL to configure a callback.",
|
||||
"FORM": {
|
||||
"END_POINT": {
|
||||
"LABEL": "Webhook URL",
|
||||
"PLACEHOLDER": "Example: https://example/api/webhook",
|
||||
"ERROR": "Please enter a valid URL"
|
||||
},
|
||||
"SUBMIT": "Create webhook"
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Webhook added successfully",
|
||||
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
|
||||
}
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "Delete",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Webhook deleted successfully",
|
||||
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
|
||||
},
|
||||
"CONFIRM": {
|
||||
"TITLE": "Confirm Deletion",
|
||||
"MESSAGE": "Are you sure to delete ",
|
||||
"YES": "Yes, Delete ",
|
||||
"NO": "No, Keep it"
|
||||
}
|
||||
}
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "Delete",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Integration deleted successfully"
|
||||
}
|
||||
},
|
||||
"CONNECT": {
|
||||
"BUTTON_TEXT": "Connect"
|
||||
}
|
||||
}
|
||||
}
|
68
app/javascript/dashboard/i18n/locale/da/labelsMgmt.json
Normal file
68
app/javascript/dashboard/i18n/locale/da/labelsMgmt.json
Normal file
|
@ -0,0 +1,68 @@
|
|||
{
|
||||
"LABEL_MGMT": {
|
||||
"HEADER": "Labels",
|
||||
"HEADER_BTN_TXT": "Add label",
|
||||
"LOADING": "Fetching labels",
|
||||
"SEARCH_404": "There are no items matching this query",
|
||||
"SIDEBAR_TXT": "<p><b>Labels</b> <p>Labels help you to categorize conversations and prioritize them. You can assign label to a conversation from the sidepanel. <br /><br />Labels are tied to the account and can be used to create custom workflows in your organization. You can assign custom color to a label, it makes it easier to identify the label. You will be able to display the label on the sidebar to filter the conversations easily.</p>",
|
||||
"LIST": {
|
||||
"404": "There are no labels available in this account.",
|
||||
"TITLE": "Manage labels",
|
||||
"DESC": "Labels let you group the conversations together.",
|
||||
"TABLE_HEADER": [
|
||||
"Name",
|
||||
"Description",
|
||||
"Color"
|
||||
]
|
||||
},
|
||||
"FORM": {
|
||||
"NAME": {
|
||||
"LABEL": "Label Name",
|
||||
"PLACEHOLDER": "Label name",
|
||||
"ERROR": "Label Name is required"
|
||||
},
|
||||
"DESCRIPTION": {
|
||||
"LABEL": "Description",
|
||||
"PLACEHOLDER": "Label Description"
|
||||
},
|
||||
"COLOR": {
|
||||
"LABEL": "Color"
|
||||
},
|
||||
"SHOW_ON_SIDEBAR": {
|
||||
"LABEL": "Show label on sidebar"
|
||||
},
|
||||
"EDIT": "Edit",
|
||||
"CREATE": "Create",
|
||||
"DELETE": "Delete",
|
||||
"CANCEL": "Cancel"
|
||||
},
|
||||
"ADD": {
|
||||
"TITLE": "Add label",
|
||||
"DESC": "Labels let you group the conversations together.",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Label added successfully",
|
||||
"ERROR_MESSAGE": "There was an error, please try again"
|
||||
}
|
||||
},
|
||||
"EDIT": {
|
||||
"TITLE": "Edit label",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Label updated successfully",
|
||||
"ERROR_MESSAGE": "There was an error, please try again"
|
||||
}
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "Delete",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Label deleted successfully",
|
||||
"ERROR_MESSAGE": "There was an error, please try again"
|
||||
},
|
||||
"CONFIRM": {
|
||||
"TITLE": "Confirm Deletion",
|
||||
"MESSAGE": "Are you sure to delete ",
|
||||
"YES": "Yes, Delete ",
|
||||
"NO": "No, Keep "
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
21
app/javascript/dashboard/i18n/locale/da/login.json
Normal file
21
app/javascript/dashboard/i18n/locale/da/login.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"LOGIN": {
|
||||
"TITLE": "Login to Chatwoot",
|
||||
"EMAIL": {
|
||||
"LABEL": "Email",
|
||||
"PLACEHOLDER": "Email eg: someone@example.com"
|
||||
},
|
||||
"PASSWORD": {
|
||||
"LABEL": "Password",
|
||||
"PLACEHOLDER": "Password"
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Login Successful",
|
||||
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later",
|
||||
"UNAUTH": "Username / Password Incorrect. Please try again"
|
||||
},
|
||||
"FORGOT_PASSWORD": "Forgot your password?",
|
||||
"CREATE_NEW_ACCOUNT": "Create new account",
|
||||
"SUBMIT": "Login"
|
||||
}
|
||||
}
|
49
app/javascript/dashboard/i18n/locale/da/report.json
Normal file
49
app/javascript/dashboard/i18n/locale/da/report.json
Normal file
|
@ -0,0 +1,49 @@
|
|||
{
|
||||
"REPORT": {
|
||||
"HEADER": "Reports",
|
||||
"LOADING_CHART": "Loading chart data...",
|
||||
"NO_ENOUGH_DATA": "We've not received enough data points to generate report, Please try again later.",
|
||||
"METRICS": [
|
||||
{
|
||||
"NAME": "Conversations",
|
||||
"KEY": "conversations_count",
|
||||
"DESC": "( Total )"
|
||||
},
|
||||
{
|
||||
"NAME": "Incoming Messages",
|
||||
"KEY": "incoming_messages_count",
|
||||
"DESC": "( Total )"
|
||||
},
|
||||
{
|
||||
"NAME": "Outgoing Messages",
|
||||
"KEY": "outgoing_messages_count",
|
||||
"DESC": "( Total )"
|
||||
},
|
||||
{
|
||||
"NAME": "First response time",
|
||||
"KEY": "avg_first_response_time",
|
||||
"DESC": "( Avg )"
|
||||
},
|
||||
{
|
||||
"NAME": "Resolution Time",
|
||||
"KEY": "avg_resolution_time",
|
||||
"DESC": "( Avg )"
|
||||
},
|
||||
{
|
||||
"NAME": "Resolution Count",
|
||||
"KEY": "resolutions_count",
|
||||
"DESC": "( Total )"
|
||||
}
|
||||
],
|
||||
"DATE_RANGE": [
|
||||
{
|
||||
"id": 0,
|
||||
"name": "Last 7 days"
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"name": "Last 30 days"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
15
app/javascript/dashboard/i18n/locale/da/resetPassword.json
Normal file
15
app/javascript/dashboard/i18n/locale/da/resetPassword.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"RESET_PASSWORD": {
|
||||
"TITLE": "Reset Password",
|
||||
"EMAIL": {
|
||||
"LABEL": "Email",
|
||||
"PLACEHOLDER": "Please enter your email",
|
||||
"ERROR": "Please enter a valid email"
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Password reset link has been sent to your email",
|
||||
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
|
||||
},
|
||||
"SUBMIT": "Submit"
|
||||
}
|
||||
}
|
20
app/javascript/dashboard/i18n/locale/da/setNewPassword.json
Normal file
20
app/javascript/dashboard/i18n/locale/da/setNewPassword.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"SET_NEW_PASSWORD": {
|
||||
"TITLE": "Set New Password",
|
||||
"PASSWORD": {
|
||||
"LABEL": "Password",
|
||||
"PLACEHOLDER": "Password",
|
||||
"ERROR": "Password is too short"
|
||||
},
|
||||
"CONFIRM_PASSWORD": {
|
||||
"LABEL": "Confirm Password",
|
||||
"PLACEHOLDER": "Confirm Password",
|
||||
"ERROR": "Passwords do not match"
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Successfully changed the password",
|
||||
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
|
||||
},
|
||||
"SUBMIT": "Submit"
|
||||
}
|
||||
}
|
126
app/javascript/dashboard/i18n/locale/da/settings.json
Normal file
126
app/javascript/dashboard/i18n/locale/da/settings.json
Normal file
|
@ -0,0 +1,126 @@
|
|||
{
|
||||
"PROFILE_SETTINGS": {
|
||||
"LINK": "Profile Settings",
|
||||
"TITLE": "Profile Settings",
|
||||
"BTN_TEXT": "Update Profile",
|
||||
"AFTER_EMAIL_CHANGED": "Your profile has been updated successfully, please login again as your login credentials are changed",
|
||||
"FORM": {
|
||||
"AVATAR": "Profile Image",
|
||||
"ERROR": "Please fix form errors",
|
||||
"REMOVE_IMAGE": "Remove",
|
||||
"UPLOAD_IMAGE": "Upload image",
|
||||
"UPDATE_IMAGE": "Update image",
|
||||
"PROFILE_SECTION": {
|
||||
"TITLE": "Profile",
|
||||
"NOTE": "Your email address is your identity and is used to log in."
|
||||
},
|
||||
"PASSWORD_SECTION": {
|
||||
"TITLE": "Password",
|
||||
"NOTE": "Updating your password would reset your logins in multiple devices."
|
||||
},
|
||||
"ACCESS_TOKEN": {
|
||||
"TITLE": "Access Token",
|
||||
"NOTE": "This token can be used if you are building an API based integration"
|
||||
},
|
||||
"EMAIL_NOTIFICATIONS_SECTION": {
|
||||
"TITLE": "Email Notifications",
|
||||
"NOTE": "Update your email notification preferences here",
|
||||
"CONVERSATION_ASSIGNMENT": "Send email notifications when a conversation is assigned to me",
|
||||
"CONVERSATION_CREATION": "Send email notifications when a new conversation is created"
|
||||
},
|
||||
"API": {
|
||||
"UPDATE_SUCCESS": "Your notification preferences are updated successfully",
|
||||
"UPDATE_ERROR": "There is an error while updating the preferences, please try again"
|
||||
},
|
||||
"PUSH_NOTIFICATIONS_SECTION": {
|
||||
"TITLE": "Push Notifications",
|
||||
"NOTE": "Update your push notification preferences here",
|
||||
"CONVERSATION_ASSIGNMENT": "Send push notifications when a conversation is assigned to me",
|
||||
"CONVERSATION_CREATION": "Send push notifications when a new conversation is created",
|
||||
"HAS_ENABLED_PUSH": "You have enabled push for this browser.",
|
||||
"REQUEST_PUSH": "Enable push notifications"
|
||||
},
|
||||
"PROFILE_IMAGE": {
|
||||
"LABEL": "Profile Image"
|
||||
},
|
||||
"NAME": {
|
||||
"LABEL": "Your name",
|
||||
"ERROR": "Please enter a valid name",
|
||||
"PLACEHOLDER": "Please enter your name, this would be displayed in conversations"
|
||||
},
|
||||
"AVAILABILITY": {
|
||||
"LABEL": "Availability",
|
||||
"STATUSES_LIST": [
|
||||
{
|
||||
"value": "online",
|
||||
"label": "Online"
|
||||
},
|
||||
{
|
||||
"value": "busy",
|
||||
"label": "Busy"
|
||||
},
|
||||
{
|
||||
"value": "offline",
|
||||
"label": "Offline"
|
||||
}
|
||||
]
|
||||
},
|
||||
"EMAIL": {
|
||||
"LABEL": "Your email address",
|
||||
"ERROR": "Please enter a valid email address",
|
||||
"PLACEHOLDER": "Please enter your email address, this would be displayed in conversations"
|
||||
},
|
||||
"PASSWORD": {
|
||||
"LABEL": "Password",
|
||||
"ERROR": "Please enter a password of length 6 or more",
|
||||
"PLACEHOLDER": "Please enter a new password"
|
||||
},
|
||||
"PASSWORD_CONFIRMATION": {
|
||||
"LABEL": "Confirm new password",
|
||||
"ERROR": "Confirm password should match the password",
|
||||
"PLACEHOLDER": "Please re-enter your password"
|
||||
}
|
||||
}
|
||||
},
|
||||
"SIDEBAR_ITEMS": {
|
||||
"CHANGE_ACCOUNTS": "Switch Account",
|
||||
"SELECTOR_SUBTITLE": "Select an account from the following list",
|
||||
"PROFILE_SETTINGS": "Profile Settings",
|
||||
"LOGOUT": "Logout"
|
||||
},
|
||||
"APP_GLOBAL": {
|
||||
"TRIAL_MESSAGE": "days trial remaining.",
|
||||
"TRAIL_BUTTON": "Buy Now"
|
||||
},
|
||||
"COMPONENTS": {
|
||||
"CODE": {
|
||||
"BUTTON_TEXT": "Copy",
|
||||
"COPY_SUCCESSFUL": "Code copied to clipboard successfully"
|
||||
},
|
||||
"FILE_BUBBLE": {
|
||||
"DOWNLOAD": "Download",
|
||||
"UPLOADING": "Uploading..."
|
||||
},
|
||||
"FORM_BUBBLE": {
|
||||
"SUBMIT": "Submit"
|
||||
}
|
||||
},
|
||||
"CONFIRM_EMAIL": "Verifying...",
|
||||
"SETTINGS": {
|
||||
"INBOXES": {
|
||||
"NEW_INBOX": "Add Inbox"
|
||||
}
|
||||
},
|
||||
"SIDEBAR": {
|
||||
"CONVERSATIONS": "Conversations",
|
||||
"REPORTS": "Reports",
|
||||
"SETTINGS": "Settings",
|
||||
"HOME": "Home",
|
||||
"AGENTS": "Agents",
|
||||
"INBOXES": "Inboxes",
|
||||
"CANNED_RESPONSES": "Canned Responses",
|
||||
"INTEGRATIONS": "Integrations",
|
||||
"ACCOUNT_SETTINGS": "Account Settings",
|
||||
"LABELS": "Labels"
|
||||
}
|
||||
}
|
32
app/javascript/dashboard/i18n/locale/da/signup.json
Normal file
32
app/javascript/dashboard/i18n/locale/da/signup.json
Normal file
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"REGISTER": {
|
||||
"TRY_WOOT": "Register an account",
|
||||
"TITLE": "Register",
|
||||
"TERMS_ACCEPT": "By signing up, you agree to our <a href=\"https://www.chatwoot.com/terms\">T & C</a> and <a href=\"https://www.chatwoot.com/privacy-policy\">Privacy policy</a>",
|
||||
"ACCOUNT_NAME": {
|
||||
"LABEL": "Account Name",
|
||||
"PLACEHOLDER": "Wayne Enterprises",
|
||||
"ERROR": "Account Name is too short"
|
||||
},
|
||||
"EMAIL": {
|
||||
"LABEL": "Email",
|
||||
"PLACEHOLDER": "bruce@wayne.enterprises",
|
||||
"ERROR": "Email is invalid"
|
||||
},
|
||||
"PASSWORD": {
|
||||
"LABEL": "Password",
|
||||
"PLACEHOLDER": "Password",
|
||||
"ERROR": "Password is too short"
|
||||
},
|
||||
"CONFIRM_PASSWORD": {
|
||||
"LABEL": "Confirm Password",
|
||||
"PLACEHOLDER": "Confirm Password",
|
||||
"ERROR": "Password doesnot match"
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Registration Successfull",
|
||||
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
|
||||
},
|
||||
"SUBMIT": "Submit"
|
||||
}
|
||||
}
|
5
app/javascript/dashboard/i18n/locale/da/webhooks.json
Normal file
5
app/javascript/dashboard/i18n/locale/da/webhooks.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"WEBHOOKS_SETTINGS": {
|
||||
"HEADER": "Webhook Settings"
|
||||
}
|
||||
}
|
|
@ -3,12 +3,13 @@
|
|||
"HEADER": "Agenten",
|
||||
"HEADER_BTN_TXT": "Agent hinzufügen",
|
||||
"LOADING": "Agentenliste abrufen",
|
||||
"SIDEBAR_TXT": "<p> <b> Agenten </b> </p> <p> Ein <b> Agent </b> ist Mitglied Ihres Kundensupportteams. </p> <p> Agenten können Nachrichten Ihrer Benutzer anzeigen und beantworten. In der Liste werden alle Agenten angezeigt, die sich derzeit in Ihrem Konto befinden. </p> <p> Klicken Sie auf <b> Agent hinzufügen </b>, um einen neuen Agenten hinzuzufügen. Der von Ihnen hinzugefügte Agent erhält eine E-Mail mit einem Bestätigungslink zur Aktivierung seines Kontos. Anschließend kann er auf Chatwoot zugreifen und auf Nachrichten antworten. </p> <p> Der Zugriff auf die Funktionen von Chatwoot basiert auf den folgenden Rollen. </p> <p> <b> Agent </b> - Agenten mit dieser Rolle können nur auf Posteingänge, Berichte und Konversationen zugreifen. Sie können Konversationen anderen Agenten oder sich selbst zuweisen und Konversationen auflösen. </p> <p> <b> Administrator </b> - Der Administrator hat Zugriff auf alle für Ihr Konto aktivierten Chatwoot-Funktionen, einschließlich Einstellungen und Abrechnung, sowie auf alle der Berechtigungen eines normalen Agenten. </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": [
|
||||
{
|
||||
"name": "administrator",
|
||||
"label": "Administrator"
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"name": "agent",
|
||||
"label": "Agent"
|
||||
}
|
||||
|
@ -27,17 +28,18 @@
|
|||
"ADD": {
|
||||
"TITLE": "Fügen Sie Ihrem Team einen Agenten hinzu",
|
||||
"DESC": "Sie können Personen hinzufügen, die die Unterstützung für Ihre Posteingänge übernehmen können.",
|
||||
"CANCEL_BUTTON_TEXT": "Stornieren",
|
||||
"FORM": {
|
||||
"NAME" : {
|
||||
"NAME": {
|
||||
"LABEL": "Agentenname",
|
||||
"PLACEHOLDER": "Bitte geben Sie einen Namen des Agenten ein"
|
||||
},
|
||||
"AGENT_TYPE" : {
|
||||
"AGENT_TYPE": {
|
||||
"LABEL": "Agententyp",
|
||||
"PLACEHOLDER": "Bitte wählen Sie einen Typ",
|
||||
"ERROR": "Agententyp ist erforderlich"
|
||||
},
|
||||
"EMAIL" : {
|
||||
"EMAIL": {
|
||||
"LABEL": "E-Mail-Addresse",
|
||||
"PLACEHOLDER": "Bitte geben Sie eine E-Mail-Adresse des Agenten ein"
|
||||
},
|
||||
|
@ -59,22 +61,22 @@
|
|||
"TITLE": "Löschung bestätigen",
|
||||
"MESSAGE": "Bist du sicher, das du das löschen möchtest?",
|
||||
"YES": "Ja, löschen ",
|
||||
"NO": "Nein, behalte es "
|
||||
"NO": "No, Keep "
|
||||
}
|
||||
},
|
||||
"EDIT": {
|
||||
"TITLE": "Agent bearbeiten",
|
||||
"FORM": {
|
||||
"NAME" : {
|
||||
"NAME": {
|
||||
"LABEL": "Agentenname",
|
||||
"PLACEHOLDER": "Bitte geben Sie einen Namen des Agenten ein"
|
||||
},
|
||||
"AGENT_TYPE" : {
|
||||
"AGENT_TYPE": {
|
||||
"LABEL": "Agententyp",
|
||||
"PLACEHOLDER": "Bitte wählen Sie einen Typ",
|
||||
"ERROR": "Agententyp ist erforderlich"
|
||||
},
|
||||
"EMAIL" : {
|
||||
"EMAIL": {
|
||||
"LABEL": "E-Mail-Addresse",
|
||||
"PLACEHOLDER": "Bitte geben Sie eine E-Mail-Adresse des Agenten ein"
|
||||
},
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
"ADD": {
|
||||
"TITLE": "Vorgefertigte Antwort hinzufügen",
|
||||
"DESC": "Gespeicherte Antworten sind gespeicherte Antwortvorlagen, mit denen schnell Antworten auf Konversationen gesendet werden können.",
|
||||
"CANCEL_BUTTON_TEXT": "Stornieren",
|
||||
"FORM": {
|
||||
"SHORT_CODE": {
|
||||
"LABEL": "Funktionscode",
|
||||
|
@ -38,6 +39,7 @@
|
|||
},
|
||||
"EDIT": {
|
||||
"TITLE": "Vorgefertigte Antwort bearbeiten",
|
||||
"CANCEL_BUTTON_TEXT": "Stornieren",
|
||||
"FORM": {
|
||||
"SHORT_CODE": {
|
||||
"LABEL": "Funktionscode",
|
||||
|
@ -67,7 +69,7 @@
|
|||
"TITLE": "Löschung bestätigen",
|
||||
"MESSAGE": "Bist du sicher, das du das löschen möchtest",
|
||||
"YES": "Ja, löschen",
|
||||
"NO": "Nein, behalte es"
|
||||
"NO": "No, Keep "
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,10 +11,19 @@
|
|||
},
|
||||
"LABELS": {
|
||||
"TITLE": "Konversationsetiketten",
|
||||
"UPDATE_BUTTON": "Etiketten aktualisieren",
|
||||
"UPDATE_ERROR": "Etiketten konnten nicht aktualisiert werden. Versuchen Sie es erneut.",
|
||||
"TAG_PLACEHOLDER": "Neues Etikett hinzufügen",
|
||||
"PLACEHOLDER": "Suchen oder fügen Sie ein Etikett hinzu"
|
||||
}
|
||||
"MODAL": {
|
||||
"TITLE": "Labels for",
|
||||
"ACTIVE_LABELS": "Labels added to the conversation",
|
||||
"INACTIVE_LABELS": "Labels available in the account",
|
||||
"REMOVE": "Click on X icon to remove the label",
|
||||
"ADD": "Click on + icon to add the label",
|
||||
"UPDATE_BUTTON": "Update labels",
|
||||
"UPDATE_ERROR": "Etiketten konnten nicht aktualisiert werden. Versuchen Sie es erneut."
|
||||
},
|
||||
"NO_LABELS_TO_ADD": "There are no more labels defined in the account.",
|
||||
"NO_AVAILABLE_LABELS": "There are no labels added to this conversation."
|
||||
},
|
||||
"MUTE_CONTACT": "Mute Contact",
|
||||
"EDIT_LABEL": "Bearbeiten"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
"GENERAL_SETTINGS": {
|
||||
"TITLE": "Kontoeinstellungen",
|
||||
"SUBMIT": "Update Einstellungen",
|
||||
"BACK": "Back",
|
||||
"UPDATE": {
|
||||
"ERROR": "Einstellungen konnten nicht aktualisiert werden, versuchen Sie es erneut!",
|
||||
"SUCCESS": "Kontoeinstellungen erfolgreich aktualisiert"
|
||||
|
@ -21,6 +22,25 @@
|
|||
"LABEL": "Site-Sprache (Beta)",
|
||||
"PLACEHOLDER": "Ihr Kontoname",
|
||||
"ERROR": ""
|
||||
},
|
||||
"DOMAIN": {
|
||||
"LABEL": "Domain",
|
||||
"PLACEHOLDER": "Your website domain",
|
||||
"ERROR": ""
|
||||
},
|
||||
"SUPPORT_EMAIL": {
|
||||
"LABEL": "Support Email",
|
||||
"PLACEHOLDER": "Your company's support email",
|
||||
"ERROR": ""
|
||||
},
|
||||
"ENABLE_DOMAIN_EMAIL": {
|
||||
"LABEL": "Enable domain email",
|
||||
"PLACEHOLDER": "Enable the custom domain email",
|
||||
"ERROR": "",
|
||||
"OPTIONS": {
|
||||
"ENABLED": "Aktiviert",
|
||||
"DISABLED": "Behindert"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"INBOX_MGMT": {
|
||||
"HEADER": "Posteingänge",
|
||||
"SIDEBAR_TXT": "<p> <b> Posteingang </b> </p> <p> Wenn Sie eine Website oder eine Facebook-Seite mit Chatwoot verbinden, wird dies als <b> Posteingang </b> bezeichnet. Sie können unbegrenzt Posteingänge in Ihrem Chatwoot-Konto haben. </p> <p> Klicken Sie auf <b> Posteingang hinzufügen </b>, um eine Website oder eine Facebook-Seite zu verbinden. </p> <p> Im Dashboard können Sie alle Konversationen aus all Ihren Posteingängen an einem einzigen Ort anzeigen und unter 'Konversationen' darauf antworten `tab. </p> <p> Sie können Konversationen auch für einen Posteingang anzeigen, indem Sie auf den Namen des Posteingangs im linken Bereich des Dashboards klicken. </p>",
|
||||
"SIDEBAR_TXT": "<p><b>Inbox</b></p> <p> When you connect a website or a facebook Page to Chatwoot, it is called an <b>Inbox</b>. You can have unlimited inboxes in your Chatwoot account. </p><p> Click on <b>Add Inbox</b> to connect a website or a Facebook Page. </p><p> In the Dashboard, you can see all the conversations from all your inboxes in a single place and respond to them under the `Conversations` tab. </p><p> You can also see conversations specific to an inbox by clicking on the inbox name on the left pane of the dashboard. </p>",
|
||||
"LIST": {
|
||||
"404": "Diesem Konto sind keine Posteingänge zugeordnet."
|
||||
},
|
||||
|
@ -29,7 +29,13 @@
|
|||
],
|
||||
"ADD": {
|
||||
"FB": {
|
||||
"HELP": "PS: Durch die Anmeldung erhalten wir nur Zugriff auf die Nachrichten Ihrer Seite. Auf Ihre privaten Nachrichten kann Chatwoot niemals zugreifen."
|
||||
"HELP": "PS: Durch die Anmeldung erhalten wir nur Zugriff auf die Nachrichten Ihrer Seite. Auf Ihre privaten Nachrichten kann Chatwoot niemals zugreifen.",
|
||||
"CHOOSE_PAGE": "Choose Page",
|
||||
"CHOOSE_PLACEHOLDER": "Select a page from the list",
|
||||
"INBOX_NAME": "Inbox Name",
|
||||
"ADD_NAME": "Add a name for your inbox",
|
||||
"PICK_NAME": "Pick A Name Your Inbox",
|
||||
"PICK_A_VALUE": "Pick a value"
|
||||
},
|
||||
"TWITTER": {
|
||||
"HELP": "Um Ihr Twitter-Profil als Kanal hinzuzufügen, müssen Sie Ihr Twitter-Profil authentifizieren, indem Sie auf 'Mit Twitter anmelden' klicken."
|
||||
|
@ -37,6 +43,10 @@
|
|||
"WEBSITE_CHANNEL": {
|
||||
"TITLE": "Website-Kanal",
|
||||
"DESC": "Erstellen Sie einen Kanal für Ihre Website und unterstützen Sie Ihre Kunden über unser Website-Widget.",
|
||||
"LOADING_MESSAGE": "Creating Website Support Channel",
|
||||
"CHANNEL_AVATAR": {
|
||||
"LABEL": "Channel Avatar"
|
||||
},
|
||||
"CHANNEL_NAME": {
|
||||
"LABEL": "Webseiten-Name",
|
||||
"PLACEHOLDER": "Geben Sie den Namen Ihrer Website ein (eg: Acme Inc)"
|
||||
|
@ -45,6 +55,24 @@
|
|||
"LABEL": "Website Domain",
|
||||
"PLACEHOLDER": "Geben Sie Ihre Website-Domain ein (eg: acme.com)"
|
||||
},
|
||||
"CHANNEL_WELCOME_TITLE": {
|
||||
"LABEL": "Welcome Heading",
|
||||
"PLACEHOLDER": "Hi there !"
|
||||
},
|
||||
"CHANNEL_WELCOME_TAGLINE": {
|
||||
"LABEL": "Welcome Tagline",
|
||||
"PLACEHOLDER": "We make it simple to connect with us. Ask us anything, or share your feedback."
|
||||
},
|
||||
"CHANNEL_GREETING_MESSAGE": {
|
||||
"LABEL": "Channel greeting message",
|
||||
"PLACEHOLDER": "Acme Inc typically replies in a few hours."
|
||||
},
|
||||
"CHANNEL_GREETING_TOGGLE": {
|
||||
"LABEL": "Enable channel greeting",
|
||||
"HELP_TEXT": "Send a greeting message to the user when he starts the conversation.",
|
||||
"ENABLED": "Aktiviert",
|
||||
"DISABLED": "Behindert"
|
||||
},
|
||||
"WIDGET_COLOR": {
|
||||
"LABEL": "Widget Farbe",
|
||||
"PLACEHOLDER": "Aktualisieren Sie die im Widget verwendete Widget-Farbe"
|
||||
|
@ -59,6 +87,10 @@
|
|||
"PLACEHOLDER": "Bitte geben Sie Ihre Twilio Account SID ein",
|
||||
"ERROR": "Dieses Feld wird benötigt"
|
||||
},
|
||||
"CHANNEL_TYPE": {
|
||||
"LABEL": "Channel Type",
|
||||
"ERROR": "Please select your Channel Type"
|
||||
},
|
||||
"AUTH_TOKEN": {
|
||||
"LABEL": "Auth Token",
|
||||
"PLACEHOLDER": "Bitte geben Sie Ihr Twilio Auth Token ein",
|
||||
|
@ -74,6 +106,10 @@
|
|||
"PLACEHOLDER": "Bitte geben Sie die Telefonnummer ein, von der die Nachricht gesendet wird.",
|
||||
"ERROR": "Bitte geben sie einen gültigen Wert ein. Die Telefonnummer sollte mit dem Pluszeichen beginnen."
|
||||
},
|
||||
"API_CALLBACK": {
|
||||
"TITLE": "Callback URL",
|
||||
"SUBTITLE": "You have to configure the message callback URL in Twilio with the URL mentioned here."
|
||||
},
|
||||
"SUBMIT_BUTTON": "Erstellen Sie Twilio Channel",
|
||||
"API": {
|
||||
"ERROR_MESSAGE": "Wir konnten die Twilio-Anmeldeinformationen nicht authentifizieren. Bitte versuchen Sie es erneut"
|
||||
|
@ -132,7 +168,7 @@
|
|||
"TITLE": "Löschung bestätigen",
|
||||
"MESSAGE": "Bist du sicher, das du das löschen möchtest ",
|
||||
"YES": "Ja, löschen",
|
||||
"NO": "Nein, behalte es "
|
||||
"NO": "No, Keep "
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Posteingang erfolgreich gelöscht",
|
||||
|
@ -147,6 +183,8 @@
|
|||
"INBOX_AGENTS_SUB_TEXT": "Hinzufügen oder Entfernen von Agenten zu diesem Posteingang",
|
||||
"UPDATE": "Aktualisieren",
|
||||
"AUTO_ASSIGNMENT": "Aktivieren Sie die automatische Zuweisung",
|
||||
"INBOX_UPDATE_TITLE": "Inbox Settings",
|
||||
"INBOX_UPDATE_SUB_TEXT": "Update your inbox settings",
|
||||
"AUTO_ASSIGNMENT_SUB_TEXT": "Aktivieren oder deaktivieren Sie die automatische Zuweisung verfügbarer Agenten für neue Konversationen"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -46,9 +46,18 @@
|
|||
"TITLE": "Löschung bestätigen",
|
||||
"MESSAGE": "Bist du sicher, das du das löschen möchtest",
|
||||
"YES": "Ja, löschen ",
|
||||
"NO": "Nein, behalte es "
|
||||
"NO": "Nein, behalte es"
|
||||
}
|
||||
}
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "Löschen",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Integration deleted successfully"
|
||||
}
|
||||
},
|
||||
"CONNECT": {
|
||||
"BUTTON_TEXT": "Connect"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
68
app/javascript/dashboard/i18n/locale/de/labelsMgmt.json
Normal file
68
app/javascript/dashboard/i18n/locale/de/labelsMgmt.json
Normal file
|
@ -0,0 +1,68 @@
|
|||
{
|
||||
"LABEL_MGMT": {
|
||||
"HEADER": "Labels",
|
||||
"HEADER_BTN_TXT": "Add label",
|
||||
"LOADING": "Fetching labels",
|
||||
"SEARCH_404": "Es gibt keine Elemente, die dieser Abfrage entsprechen",
|
||||
"SIDEBAR_TXT": "<p><b>Labels</b> <p>Labels help you to categorize conversations and prioritize them. You can assign label to a conversation from the sidepanel. <br /><br />Labels are tied to the account and can be used to create custom workflows in your organization. You can assign custom color to a label, it makes it easier to identify the label. You will be able to display the label on the sidebar to filter the conversations easily.</p>",
|
||||
"LIST": {
|
||||
"404": "There are no labels available in this account.",
|
||||
"TITLE": "Manage labels",
|
||||
"DESC": "Labels let you group the conversations together.",
|
||||
"TABLE_HEADER": [
|
||||
"Name",
|
||||
"Description",
|
||||
"Color"
|
||||
]
|
||||
},
|
||||
"FORM": {
|
||||
"NAME": {
|
||||
"LABEL": "Label Name",
|
||||
"PLACEHOLDER": "Label name",
|
||||
"ERROR": "Label Name is required"
|
||||
},
|
||||
"DESCRIPTION": {
|
||||
"LABEL": "Description",
|
||||
"PLACEHOLDER": "Label Description"
|
||||
},
|
||||
"COLOR": {
|
||||
"LABEL": "Color"
|
||||
},
|
||||
"SHOW_ON_SIDEBAR": {
|
||||
"LABEL": "Show label on sidebar"
|
||||
},
|
||||
"EDIT": "Bearbeiten",
|
||||
"CREATE": "Create",
|
||||
"DELETE": "Löschen",
|
||||
"CANCEL": "Stornieren"
|
||||
},
|
||||
"ADD": {
|
||||
"TITLE": "Add label",
|
||||
"DESC": "Labels let you group the conversations together.",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Label added successfully",
|
||||
"ERROR_MESSAGE": "There was an error, please try again"
|
||||
}
|
||||
},
|
||||
"EDIT": {
|
||||
"TITLE": "Edit label",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Label updated successfully",
|
||||
"ERROR_MESSAGE": "There was an error, please try again"
|
||||
}
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "Löschen",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Label deleted successfully",
|
||||
"ERROR_MESSAGE": "There was an error, please try again"
|
||||
},
|
||||
"CONFIRM": {
|
||||
"TITLE": "Löschung bestätigen",
|
||||
"MESSAGE": "Bist du sicher, das du das löschen möchtest",
|
||||
"YES": "Ja, löschen",
|
||||
"NO": "No, Keep "
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -4,16 +4,46 @@
|
|||
"LOADING_CHART": "Diagrammdaten laden ...",
|
||||
"NO_ENOUGH_DATA": "Wir haben nicht genügend Datenpunkte erhalten, um einen Bericht zu erstellen. Bitte versuchen Sie es später erneut.",
|
||||
"METRICS": [
|
||||
{ "NAME": "Gespräche", "KEY": "conversations_count", "DESC": "( Total )" },
|
||||
{ "NAME": "Eingehende Nachrichten", "KEY": "incoming_messages_count", "DESC": "( Total )" },
|
||||
{ "NAME": "Ausgehende Nachrichten", "KEY": "outgoing_messages_count", "DESC": "( Total )" },
|
||||
{ "NAME": "Erste Antwortzeit", "KEY": "avg_first_response_time", "DESC": "( Avg )" },
|
||||
{ "NAME": "Lösungszeit", "KEY": "avg_resolution_time", "DESC": "( Avg )" },
|
||||
{ "NAME": "Auflösungsanzahl", "KEY": "resolutions_count", "DESC": "( Total )" }
|
||||
{
|
||||
"NAME": "Gespräche",
|
||||
"KEY": "conversations_count",
|
||||
"DESC": "( Total )"
|
||||
},
|
||||
{
|
||||
"NAME": "Eingehende Nachrichten",
|
||||
"KEY": "incoming_messages_count",
|
||||
"DESC": "( Total )"
|
||||
},
|
||||
{
|
||||
"NAME": "Ausgehende Nachrichten",
|
||||
"KEY": "outgoing_messages_count",
|
||||
"DESC": "( Total )"
|
||||
},
|
||||
{
|
||||
"NAME": "Erste Antwortzeit",
|
||||
"KEY": "avg_first_response_time",
|
||||
"DESC": "( Avg )"
|
||||
},
|
||||
{
|
||||
"NAME": "Lösungszeit",
|
||||
"KEY": "avg_resolution_time",
|
||||
"DESC": "( Avg )"
|
||||
},
|
||||
{
|
||||
"NAME": "Auflösungsanzahl",
|
||||
"KEY": "resolutions_count",
|
||||
"DESC": "( Total )"
|
||||
}
|
||||
],
|
||||
"DATE_RANGE": [
|
||||
{ "id": 0, "name": "Letzten 7 Tage" },
|
||||
{ "id": 1, "name": "Letzte 30 Tage" }
|
||||
{
|
||||
"id": 0,
|
||||
"name": "Letzten 7 Tage"
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"name": "Letzte 30 Tage"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -26,10 +26,20 @@
|
|||
"TITLE": "E-Mail Benachrichtigungen",
|
||||
"NOTE": "Aktualisieren Sie hier Ihre E-Mail-Benachrichtigungseinstellungen",
|
||||
"CONVERSATION_ASSIGNMENT": "Senden Sie E-Mail-Benachrichtigungen, wenn mir ein Gespräch zugewiesen wurde",
|
||||
"CONVERSATION_CREATION": "Senden Sie E-Mail-Benachrichtigungen, wenn eine neue Konversation erstellt wird",
|
||||
"UPDATE_SUCCESS": "Ihre E-Mail-Benachrichtigungseinstellungen wurden erfolgreich aktualisiert",
|
||||
"CONVERSATION_CREATION": "Senden Sie E-Mail-Benachrichtigungen, wenn eine neue Konversation erstellt wird"
|
||||
},
|
||||
"API": {
|
||||
"UPDATE_SUCCESS": "Your notification preferences are updated successfully",
|
||||
"UPDATE_ERROR": "Beim Aktualisieren der Einstellungen ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut"
|
||||
},
|
||||
"PUSH_NOTIFICATIONS_SECTION": {
|
||||
"TITLE": "Push Notifications",
|
||||
"NOTE": "Update your push notification preferences here",
|
||||
"CONVERSATION_ASSIGNMENT": "Send push notifications when a conversation is assigned to me",
|
||||
"CONVERSATION_CREATION": "Send push notifications when a new conversation is created",
|
||||
"HAS_ENABLED_PUSH": "You have enabled push for this browser.",
|
||||
"REQUEST_PUSH": "Enable push notifications"
|
||||
},
|
||||
"PROFILE_IMAGE": {
|
||||
"LABEL": "Profilbild"
|
||||
},
|
||||
|
@ -38,6 +48,23 @@
|
|||
"ERROR": "Bitte geben Sie einen gültigen Namen ein",
|
||||
"PLACEHOLDER": "Bitte geben Sie Ihren Namen ein, dies wird in Gesprächen angezeigt"
|
||||
},
|
||||
"AVAILABILITY": {
|
||||
"LABEL": "Availability",
|
||||
"STATUSES_LIST": [
|
||||
{
|
||||
"value": "online",
|
||||
"label": "Online"
|
||||
},
|
||||
{
|
||||
"value": "busy",
|
||||
"label": "Busy"
|
||||
},
|
||||
{
|
||||
"value": "offline",
|
||||
"label": "Offline"
|
||||
}
|
||||
]
|
||||
},
|
||||
"EMAIL": {
|
||||
"LABEL": "Deine Emailadresse",
|
||||
"ERROR": "Bitte geben Sie eine gültige E-Mail-Adresse ein",
|
||||
|
@ -56,30 +83,32 @@
|
|||
}
|
||||
},
|
||||
"SIDEBAR_ITEMS": {
|
||||
"CHANGE_ACCOUNTS": "Switch Account",
|
||||
"SELECTOR_SUBTITLE": "Select an account from the following list",
|
||||
"PROFILE_SETTINGS": "Profileinstellungen",
|
||||
"LOGOUT": "Ausloggen"
|
||||
},
|
||||
"APP_GLOBAL": {
|
||||
"TRIAL_MESSAGE": "verbleibende Tage Probezeit.",
|
||||
"TRAIL_BUTTON": "Kaufe jetzt"
|
||||
"TRIAL_MESSAGE": "days trial remaining.",
|
||||
"TRAIL_BUTTON": "Buy Now"
|
||||
},
|
||||
"COMPONENTS": {
|
||||
"CODE": {
|
||||
"BUTTON_TEXT": "Kopieren",
|
||||
"COPY_SUCCESSFUL": "Code erfolgreich in die Zwischenablage kopiert"
|
||||
"BUTTON_TEXT": "Copy",
|
||||
"COPY_SUCCESSFUL": "Code copied to clipboard successfully"
|
||||
},
|
||||
"FILE_BUBBLE": {
|
||||
"DOWNLOAD": "Herunterladen",
|
||||
"UPLOADING": "Hochladen..."
|
||||
"UPLOADING": "Uploading..."
|
||||
},
|
||||
"FORM_BUBBLE": {
|
||||
"SUBMIT": "Einreichen"
|
||||
}
|
||||
},
|
||||
"CONFIRM_EMAIL": "Überprüfen...",
|
||||
"CONFIRM_EMAIL": "Verifying...",
|
||||
"SETTINGS": {
|
||||
"INBOXES": {
|
||||
"NEW_INBOX": "Posteingang hinzufügen"
|
||||
"NEW_INBOX": "Add Inbox"
|
||||
}
|
||||
},
|
||||
"SIDEBAR": {
|
||||
|
@ -91,7 +120,7 @@
|
|||
"INBOXES": "Posteingänge",
|
||||
"CANNED_RESPONSES": "Vorgefertigte Antworten",
|
||||
"INTEGRATIONS": "Integrationen",
|
||||
"ACCOUNT_SETTINGS": "Kontoeinstellungen"
|
||||
"ACCOUNT_SETTINGS": "Kontoeinstellungen",
|
||||
"LABELS": "Labels"
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
},
|
||||
"PASSWORD": {
|
||||
"LABEL": "Passwort",
|
||||
"PLACEHOLDER": "Password",
|
||||
"PLACEHOLDER": "Passwort",
|
||||
"ERROR": "Das Passwort ist zu kurz"
|
||||
},
|
||||
"CONFIRM_PASSWORD": {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"HEADER": "Πράκτορες",
|
||||
"HEADER_BTN_TXT": "Προσθήκη Πράκτορα",
|
||||
"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": [
|
||||
{
|
||||
"name": "administrator",
|
||||
|
|
|
@ -11,11 +11,19 @@
|
|||
},
|
||||
"LABELS": {
|
||||
"TITLE": "Ετικέτες συνομιλίας",
|
||||
"UPDATE_BUTTON": "Ενημέρωση ετικετών",
|
||||
"UPDATE_ERROR": "Δεν μπορούν να ενημερωθούν οι ετικέτες, προσπαθήστε ξανά.",
|
||||
"TAG_PLACEHOLDER": "Προθήκη ετικέτας",
|
||||
"PLACEHOLDER": "Αναζήτηση/Προσθήκη ετικέτας"
|
||||
"MODAL": {
|
||||
"TITLE": "Ετικέτες για",
|
||||
"ACTIVE_LABELS": "Προστέθηκαν ετικέτες στην συνομιλία",
|
||||
"INACTIVE_LABELS": "Υπάρχουν διαθέσιμες ετικέτες στον λογαριασμό",
|
||||
"REMOVE": "Πατήστε στο εικονίδιο X για να απομακρύνετε την ετικέτα",
|
||||
"ADD": "Πατήστε στο εικονίδιο + για να προσθέστε την ετικέτα",
|
||||
"UPDATE_BUTTON": "Ενημέρωση Ετικετών",
|
||||
"UPDATE_ERROR": "Δεν μπορούν να ενημερωθούν οι ετικέτες, προσπαθήστε ξανά."
|
||||
},
|
||||
"NO_LABELS_TO_ADD": "Δεν υπάρχουν άλλες ετικέτες στον λογαριασμό.",
|
||||
"NO_AVAILABLE_LABELS": "Δεν υπάρχουν προστεθεί ετικέτες στην συνομιλία."
|
||||
},
|
||||
"MUTE_CONTACT": "Παύση (Mute)"
|
||||
"MUTE_CONTACT": "Παύση (Mute)",
|
||||
"EDIT_LABEL": "Επεξεργασία"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
"GENERAL_SETTINGS": {
|
||||
"TITLE": "Ρυθμίσεις",
|
||||
"SUBMIT": "Ενημέρωση Ρυθμίσεων",
|
||||
"BACK": "Πίσω",
|
||||
"UPDATE": {
|
||||
"ERROR": "Δεν μπορεί να ενημερωθεί η ρύθμιση προσπαθήστε ξανά!",
|
||||
"SUCCESS": "Επιτυχής Ενημέρωση Ρυθμίσεων"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"INBOX_MGMT": {
|
||||
"HEADER": "Κιβώτια Εισερχομένων",
|
||||
"SIDEBAR_TXT": "<p><b>Κιβώτιο Εισερχομένων</b></p> <p> Όταν συνδέετε σε μια Ιστοσελίδα ή μια σελίδα του Facebook με το Chatwoot, δημιουργείται ένα <b>Κιβώτιο</b>. Μπορείτε να έχετε απεριόριστα κιβώτια στον λογαριασμό σας στο Chatwoot. </p><p> Πατήστε στο <b>Προσθήκη Κιβωτίου</b> για να το συνδέσετε με μια ιστοσελίδα ή μια σελίδα στο Facebook. </p><p> Στον Πίνακα Ελέγχου, μπορείτε να δείτε τις συνομιλίες από όλα τα κιβώτια σε ένα μέρος και να απαντήσετε από την καρτέλα `Συνομιλίες`. </p><p> Μπορείτε επίσης να δείτε τις συνομιλίες από ένα κιβώτιο εισερχομένων πατώντας στο όνομά του στο αριστερό μέρος του πίνακα ελέγχου. </p>",
|
||||
"SIDEBAR_TXT": "<p><b>Κιβώτιο Εισερχομένων</b></p> <p> Όταν συνδέετε μια ιστοσελίδα ή μια σελίδα του Facebook με το Chatwoot αυτό καλείται ως <b>Κιβώτιο Εισερχομένων</b>. Μπορείτε να έχετε απεριόριστα κιβώτια σε ένα λογαριασμό. </p><p> Πατήστε στο <b>Προσθήκη Κιβωτίου</b> για να συνδέετε μια ιστοσελίδα ή μια σελίδα Facebook. </p><p> Στον Πίνακα Ελέγχου (Dashboard), μπορείτε να δείτε όλες τις συνομιλίες από όλα τα κιβώτια σε ένα μέρος και να απαντήσετε στις συζητήσεις από την καρτέλα `Συνομιλίες`. </p><p> Μπορείτε επίσης να δείτε τις συνομιλίες που αφορούν ένα συγκεκριμένο κιβώτιο επιλέγοντάς το από το αριστερό τμήμα του πίνακα ελέγχου (dashboard). </p>",
|
||||
"LIST": {
|
||||
"404": "Δεν υπάρχουν κιβώτια εισερχομένων σε αυτόν τον λογαριασμό."
|
||||
},
|
||||
|
@ -29,7 +29,13 @@
|
|||
],
|
||||
"ADD": {
|
||||
"FB": {
|
||||
"HELP": "ΥΓ: Με την είσοδο, θα έχουμε πρόσβαση μόνο στα μηνύματα της σελίδας σας. Τα ιδιωτικά μηνύματά σας ποτέ δεν προσπελαστούν από το Chatwoot."
|
||||
"HELP": "ΥΓ: Με την είσοδο, θα έχουμε πρόσβαση μόνο στα μηνύματα της σελίδας σας. Τα ιδιωτικά μηνύματά σας ποτέ δεν προσπελαστούν από το Chatwoot.",
|
||||
"CHOOSE_PAGE": "Διάλεξε Σελίδα",
|
||||
"CHOOSE_PLACEHOLDER": "Επιλέξτε σελίδα από την Λίστα",
|
||||
"INBOX_NAME": "Όνομα Κιβωτίου",
|
||||
"ADD_NAME": "Ονοματίστε το κιβώτιο σας",
|
||||
"PICK_NAME": "Διαλέξτε όνομα για το κιβώτιο",
|
||||
"PICK_A_VALUE": "Επιλέξτε τιμή"
|
||||
},
|
||||
"TWITTER": {
|
||||
"HELP": "Για να προσθέσετε το Προφίλ Twitter ως κανάλι, πρέπει να επικυρώστε το Προφίλ σας στο Twiter κάνοντας click στο 'Είσοδος με το Twitter' "
|
||||
|
@ -38,6 +44,9 @@
|
|||
"TITLE": "Κανάλι Ιστοσελίδας",
|
||||
"DESC": "Δημιουργήστε ένα κανάλι Ιστοσελίδα για να υποστηρίξετε τους πελάτες σας μέσω του πρόσθετου επικοινωνίας (widget) που θα εγκαταστήσετε στην ιστοσελίδα σας.",
|
||||
"LOADING_MESSAGE": "Δημιουργία κανάλιού υποστήριξης ιστοσελίδας",
|
||||
"CHANNEL_AVATAR": {
|
||||
"LABEL": "Avatar Καναλιού"
|
||||
},
|
||||
"CHANNEL_NAME": {
|
||||
"LABEL": "Ονομασία Ιστοσελίδας",
|
||||
"PLACEHOLDER": "Συμπληρώστε την ονομασία της ιστοσελίδας σας (π.χ: Ελληνικό Μεσογειακό Πανεπιστήμιο)"
|
||||
|
@ -55,9 +64,15 @@
|
|||
"PLACEHOLDER": "Είναι απλό να συνδεθείτε μαζί μας. Ζητήστε μας οτιδήποτε, ή μοιραστείτε την εμπειρία σας."
|
||||
},
|
||||
"CHANNEL_GREETING_MESSAGE": {
|
||||
"LABEL": "Μήνυμα όταν δεν υπάρχουν πράκτορες",
|
||||
"LABEL": "Μήνυμα καλωσορίσματος στο Κανάλι",
|
||||
"PLACEHOLDER": "Τυπικά απαντάμε σε μερικές ώρες."
|
||||
},
|
||||
"CHANNEL_GREETING_TOGGLE": {
|
||||
"LABEL": "Ενεργοποίηση καλωσορίσματος",
|
||||
"HELP_TEXT": "Στείλτε ένα καλωσόρισμα στον χρήστης όταν ξεκινάει την συζήτηση.",
|
||||
"ENABLED": "Ενεργό",
|
||||
"DISABLED": "Ανενεργό"
|
||||
},
|
||||
"WIDGET_COLOR": {
|
||||
"LABEL": "Χρώμα Widget",
|
||||
"PLACEHOLDER": "Ενημερώστε το χρώμα του 'widget' που θα εμφανίζεται στους χρήστες"
|
||||
|
@ -153,7 +168,7 @@
|
|||
"TITLE": "Επιβεβαίωση Διαγραφής",
|
||||
"MESSAGE": "Είσαστε σίγουρος για την διαγραφή ",
|
||||
"YES": "Ναι, Διέγραψε το ",
|
||||
"NO": "Όχι, Κράτα το "
|
||||
"NO": "Όχι, Κράτησε τον/την"
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Το κιβώτιο διαγράφηκε επιτυχώς",
|
||||
|
|
|
@ -49,6 +49,15 @@
|
|||
"NO": "Όχι, Κράτησε τον/την"
|
||||
}
|
||||
}
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "Διαγραφή",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Η ενοποίηση διαγράφηκε επιτυχώς"
|
||||
}
|
||||
},
|
||||
"CONNECT": {
|
||||
"BUTTON_TEXT": "Σύνδεση"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
68
app/javascript/dashboard/i18n/locale/el/labelsMgmt.json
Normal file
68
app/javascript/dashboard/i18n/locale/el/labelsMgmt.json
Normal file
|
@ -0,0 +1,68 @@
|
|||
{
|
||||
"LABEL_MGMT": {
|
||||
"HEADER": "Ετικέτες",
|
||||
"HEADER_BTN_TXT": "Προσθήκη Ετικέτας",
|
||||
"LOADING": "Λήψη ετικετών",
|
||||
"SEARCH_404": "Δεν υπάρχουν αντικείμενα να ταιριάζουν με αυτό το ερώτημα",
|
||||
"SIDEBAR_TXT": "<p><b>Ετικέτες</b> <p>Οι ετικέτες βοηθούν στην κατηγοριοποίηση των συνομιλιών, και στην απόδοση προτεραιότητας. Μπορείτε να προσθέσετε ετικέτες από το πλευρικό μενού.. <br /><br />Οι Ετικέτες είναι συνδεδεμένες με τον λογαριασμό Οι ετικέτες συνδέονται με τον λογαριασμό και μπορούν να χρησιμοποιηθούν για τη δημιουργία προσαρμοσμένων ροών εργασίας στον οργανισμό σας. Μπορείτε να αντιστοιχίσετε χρώμα σε μια ετικέτα, διευκολύνοντας τον προσδιορισμό της. Μπορείτε επίσης να εμφανίσετε την ετικέτα στην πλευρική γραμμή για να φιλτράρετε εύκολα τις συνομιλίες.</p>",
|
||||
"LIST": {
|
||||
"404": "Δεν υπάρχουν ετικέτες διαθέσιμες σε αυτόν τον λογαριασμό.",
|
||||
"TITLE": "Διαχείριση Ετικετών",
|
||||
"DESC": "Οι ετικέτες σάς επιτρέπουν να ομαδοποιήσετε τις συνομιλίες.",
|
||||
"TABLE_HEADER": [
|
||||
"Όνομα",
|
||||
"Περιγραφή",
|
||||
"Χρώμα"
|
||||
]
|
||||
},
|
||||
"FORM": {
|
||||
"NAME": {
|
||||
"LABEL": "Όνομα Ετικέτας",
|
||||
"PLACEHOLDER": "Όνομα ετικέτας",
|
||||
"ERROR": "Το Όνομα Ετικέτας είναι απαραίτητο"
|
||||
},
|
||||
"DESCRIPTION": {
|
||||
"LABEL": "Περιγραφή",
|
||||
"PLACEHOLDER": "Περιγραφή Ετικέτας"
|
||||
},
|
||||
"COLOR": {
|
||||
"LABEL": "Χρώμα"
|
||||
},
|
||||
"SHOW_ON_SIDEBAR": {
|
||||
"LABEL": "Εμφάνιση ετικέτας στο πλευρικό μενού"
|
||||
},
|
||||
"EDIT": "Επεξεργασία",
|
||||
"CREATE": "Δημιουργία",
|
||||
"DELETE": "Διαγραφή",
|
||||
"CANCEL": "Άκυρο"
|
||||
},
|
||||
"ADD": {
|
||||
"TITLE": "Προσθήκη Ετικέτας",
|
||||
"DESC": "Οι ετικέτες σάς επιτρέπουν να ομαδοποιήσετε τις συνομιλίες.",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Η ετικέτα προστέθηκε επιτυχώς",
|
||||
"ERROR_MESSAGE": "Υπήρξε ένα σφάλμα, παρακαλώ προσπαθήστε ξανά"
|
||||
}
|
||||
},
|
||||
"EDIT": {
|
||||
"TITLE": "Επεξεργασία ετικέτας",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Η ετικέτα ενημερώθηκε επιτυχώς",
|
||||
"ERROR_MESSAGE": "Υπήρξε ένα σφάλμα, παρακαλώ προσπαθήστε ξανά"
|
||||
}
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "Διαγραφή",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Η ετικέτα διαγράφηκε επιτυχώς",
|
||||
"ERROR_MESSAGE": "Υπήρξε ένα σφάλμα, παρακαλώ προσπαθήστε ξανά"
|
||||
},
|
||||
"CONFIRM": {
|
||||
"TITLE": "Επιβεβαίωση Διαγραφής",
|
||||
"MESSAGE": "Είσαστε σίγουροι για την διαγραφή ",
|
||||
"YES": "Ναι, Διέγραψε το ",
|
||||
"NO": "Όχι, Κράτησε τον/την"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -48,6 +48,23 @@
|
|||
"ERROR": "Παρακαλώ εισάγετε ένα έγκυρο όνομα",
|
||||
"PLACEHOLDER": "Εισάγετε το Ονοματεπώνυμο σας, όπως θα εμφανίζεται στις συνομιλίες σας"
|
||||
},
|
||||
"AVAILABILITY": {
|
||||
"LABEL": "Διαθεσιμότητα",
|
||||
"STATUSES_LIST": [
|
||||
{
|
||||
"value": "στη γραμμή",
|
||||
"label": "Στην Γραμμή"
|
||||
},
|
||||
{
|
||||
"value": "απασχολημένος",
|
||||
"label": "Απασχολημένος"
|
||||
},
|
||||
{
|
||||
"value": "εκτός",
|
||||
"label": "Εκτός"
|
||||
}
|
||||
]
|
||||
},
|
||||
"EMAIL": {
|
||||
"LABEL": "Η διεύθυνση email",
|
||||
"ERROR": "Παρακαλώ εισάγετε μια έγκυρη διεύθυνση email",
|
||||
|
@ -103,6 +120,7 @@
|
|||
"INBOXES": "Κιβώτια Εισερχομένων",
|
||||
"CANNED_RESPONSES": "Έτοιμες Απαντήσεις",
|
||||
"INTEGRATIONS": "Ενοποιήσεις",
|
||||
"ACCOUNT_SETTINGS": "Ρυθμίσεις Λογαριασμού"
|
||||
"ACCOUNT_SETTINGS": "Ρυθμίσεις Λογαριασμού",
|
||||
"LABELS": "Ετικέτες"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"HEADER": "Agentes",
|
||||
"HEADER_BTN_TXT": "Añadir agente",
|
||||
"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 su cuenta. </p><p> Haga clic en <b>Añadir agente</b> para añadir un nuevo agente. Agente que añadas recibirá un correo electrónico con un enlace de confirmación para activar su cuenta, después de lo cual pueden 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 sólo 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": [
|
||||
{
|
||||
"name": "administrator",
|
||||
|
|
|
@ -11,11 +11,19 @@
|
|||
},
|
||||
"LABELS": {
|
||||
"TITLE": "Etiquetas de conversación",
|
||||
"UPDATE_BUTTON": "Actualizar etiquetas",
|
||||
"UPDATE_ERROR": "No se pudo actualizar las etiquetas, inténtelo de nuevo.",
|
||||
"TAG_PLACEHOLDER": "Añadir nueva etiqueta",
|
||||
"PLACEHOLDER": "Buscar o añadir una etiqueta"
|
||||
"MODAL": {
|
||||
"TITLE": "Labels for",
|
||||
"ACTIVE_LABELS": "Labels added to the conversation",
|
||||
"INACTIVE_LABELS": "Labels available in the account",
|
||||
"REMOVE": "Click on X icon to remove the label",
|
||||
"ADD": "Click on + icon to add the label",
|
||||
"UPDATE_BUTTON": "Update labels",
|
||||
"UPDATE_ERROR": "Couldn't update labels, try again."
|
||||
},
|
||||
"NO_LABELS_TO_ADD": "There are no more labels defined in the account.",
|
||||
"NO_AVAILABLE_LABELS": "There are no labels added to this conversation."
|
||||
},
|
||||
"MUTE_CONTACT": "Silenciar contacto"
|
||||
"MUTE_CONTACT": "Silenciar contacto",
|
||||
"EDIT_LABEL": "Editar"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
"GENERAL_SETTINGS": {
|
||||
"TITLE": "Configuración de la cuenta",
|
||||
"SUBMIT": "Actualizar ajustes",
|
||||
"BACK": "Back",
|
||||
"UPDATE": {
|
||||
"ERROR": "No se pudo actualizar la configuración, ¡inténtalo de nuevo!",
|
||||
"SUCCESS": "Configuración de cuenta actualizada correctamente"
|
||||
|
|
|
@ -64,9 +64,15 @@
|
|||
"PLACEHOLDER": "Facilitamos la conexión con nosotros. Pídanos cualquier cosa o comparte tus comentarios."
|
||||
},
|
||||
"CHANNEL_GREETING_MESSAGE": {
|
||||
"LABEL": "Mensaje de Agentes Ausentes",
|
||||
"LABEL": "Mensaje de bienvenida del canal",
|
||||
"PLACEHOLDER": "Acme Inc normalmente responde en unas pocas horas."
|
||||
},
|
||||
"CHANNEL_GREETING_TOGGLE": {
|
||||
"LABEL": "Habilitar bienvenida al canal",
|
||||
"HELP_TEXT": "Enviar un mensaje de bienvenida al usuario cuando inicie la conversación.",
|
||||
"ENABLED": "Activado",
|
||||
"DISABLED": "Deshabilitado"
|
||||
},
|
||||
"WIDGET_COLOR": {
|
||||
"LABEL": "Color del widget",
|
||||
"PLACEHOLDER": "Actualizar el color del widget usado en el widget"
|
||||
|
|
|
@ -49,6 +49,15 @@
|
|||
"NO": "No, mantenerlo"
|
||||
}
|
||||
}
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "Eliminar",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Integration deleted successfully"
|
||||
}
|
||||
},
|
||||
"CONNECT": {
|
||||
"BUTTON_TEXT": "Connect"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
68
app/javascript/dashboard/i18n/locale/es/labelsMgmt.json
Normal file
68
app/javascript/dashboard/i18n/locale/es/labelsMgmt.json
Normal file
|
@ -0,0 +1,68 @@
|
|||
{
|
||||
"LABEL_MGMT": {
|
||||
"HEADER": "Labels",
|
||||
"HEADER_BTN_TXT": "Add label",
|
||||
"LOADING": "Fetching labels",
|
||||
"SEARCH_404": "No hay elementos que coincidan con esta consulta",
|
||||
"SIDEBAR_TXT": "<p><b>Labels</b> <p>Labels help you to categorize conversations and prioritize them. You can assign label to a conversation from the sidepanel. <br /><br />Labels are tied to the account and can be used to create custom workflows in your organization. You can assign custom color to a label, it makes it easier to identify the label. You will be able to display the label on the sidebar to filter the conversations easily.</p>",
|
||||
"LIST": {
|
||||
"404": "There are no labels available in this account.",
|
||||
"TITLE": "Manage labels",
|
||||
"DESC": "Labels let you group the conversations together.",
|
||||
"TABLE_HEADER": [
|
||||
"Nombre",
|
||||
"Description",
|
||||
"Color"
|
||||
]
|
||||
},
|
||||
"FORM": {
|
||||
"NAME": {
|
||||
"LABEL": "Label Name",
|
||||
"PLACEHOLDER": "Label name",
|
||||
"ERROR": "Label Name is required"
|
||||
},
|
||||
"DESCRIPTION": {
|
||||
"LABEL": "Description",
|
||||
"PLACEHOLDER": "Label Description"
|
||||
},
|
||||
"COLOR": {
|
||||
"LABEL": "Color"
|
||||
},
|
||||
"SHOW_ON_SIDEBAR": {
|
||||
"LABEL": "Show label on sidebar"
|
||||
},
|
||||
"EDIT": "Editar",
|
||||
"CREATE": "Create",
|
||||
"DELETE": "Eliminar",
|
||||
"CANCEL": "Cancelar"
|
||||
},
|
||||
"ADD": {
|
||||
"TITLE": "Add label",
|
||||
"DESC": "Labels let you group the conversations together.",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Label added successfully",
|
||||
"ERROR_MESSAGE": "There was an error, please try again"
|
||||
}
|
||||
},
|
||||
"EDIT": {
|
||||
"TITLE": "Edit label",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Label updated successfully",
|
||||
"ERROR_MESSAGE": "There was an error, please try again"
|
||||
}
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "Eliminar",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Label deleted successfully",
|
||||
"ERROR_MESSAGE": "There was an error, please try again"
|
||||
},
|
||||
"CONFIRM": {
|
||||
"TITLE": "Confirmar eliminación",
|
||||
"MESSAGE": "¿Está seguro de eliminar ",
|
||||
"YES": "Sí, eliminar ",
|
||||
"NO": "No, mantenerlo "
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -48,6 +48,23 @@
|
|||
"ERROR": "Por favor, introduzca un nombre válido",
|
||||
"PLACEHOLDER": "Por favor, introduzca su nombre, esto se mostrará en las conversaciones"
|
||||
},
|
||||
"AVAILABILITY": {
|
||||
"LABEL": "Availability",
|
||||
"STATUSES_LIST": [
|
||||
{
|
||||
"value": "online",
|
||||
"label": "Online"
|
||||
},
|
||||
{
|
||||
"value": "busy",
|
||||
"label": "Busy"
|
||||
},
|
||||
{
|
||||
"value": "offline",
|
||||
"label": "Offline"
|
||||
}
|
||||
]
|
||||
},
|
||||
"EMAIL": {
|
||||
"LABEL": "Tu dirección de correo",
|
||||
"ERROR": "Por favor, introduzca una dirección de correo válida",
|
||||
|
@ -103,6 +120,7 @@
|
|||
"INBOXES": "Entradas",
|
||||
"CANNED_RESPONSES": "Respuestas predefinidas",
|
||||
"INTEGRATIONS": "Integraciones",
|
||||
"ACCOUNT_SETTINGS": "Configuración de la cuenta"
|
||||
"ACCOUNT_SETTINGS": "Configuración de la cuenta",
|
||||
"LABELS": "Labels"
|
||||
}
|
||||
}
|
||||
|
|
102
app/javascript/dashboard/i18n/locale/fi/agentMgmt.json
Normal file
102
app/javascript/dashboard/i18n/locale/fi/agentMgmt.json
Normal file
|
@ -0,0 +1,102 @@
|
|||
{
|
||||
"AGENT_MGMT": {
|
||||
"HEADER": "Agents",
|
||||
"HEADER_BTN_TXT": "Add Agent",
|
||||
"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>",
|
||||
"AGENT_TYPES": [
|
||||
{
|
||||
"name": "administrator",
|
||||
"label": "Administrator"
|
||||
},
|
||||
{
|
||||
"name": "agent",
|
||||
"label": "Agent"
|
||||
}
|
||||
],
|
||||
"LIST": {
|
||||
"404": "There are no agents associated to this account",
|
||||
"TITLE": "Manage agents in your team",
|
||||
"DESC": "You can add/remove agents to/in your team.",
|
||||
"NAME": "Name",
|
||||
"EMAIL": "EMAIL",
|
||||
"STATUS": "Status",
|
||||
"ACTIONS": "Actions",
|
||||
"VERIFIED": "Verified",
|
||||
"VERIFICATION_PENDING": "Verification Pending"
|
||||
},
|
||||
"ADD": {
|
||||
"TITLE": "Add agent to your team",
|
||||
"DESC": "You can add people who will be able to handle support for your inboxes.",
|
||||
"CANCEL_BUTTON_TEXT": "Cancel",
|
||||
"FORM": {
|
||||
"NAME": {
|
||||
"LABEL": "Agent Name",
|
||||
"PLACEHOLDER": "Please enter a name of the agent"
|
||||
},
|
||||
"AGENT_TYPE": {
|
||||
"LABEL": "Agent Type",
|
||||
"PLACEHOLDER": "Please select a type",
|
||||
"ERROR": "Agent type is required"
|
||||
},
|
||||
"EMAIL": {
|
||||
"LABEL": "Email Address",
|
||||
"PLACEHOLDER": "Please enter an email address of the agent"
|
||||
},
|
||||
"SUBMIT": "Add Agent"
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Agent added successfully",
|
||||
"EXIST_MESSAGE": "Agent email already in use, Please try another email address",
|
||||
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
|
||||
}
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "Delete",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Agent deleted successfully",
|
||||
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
|
||||
},
|
||||
"CONFIRM": {
|
||||
"TITLE": "Confirm Deletion",
|
||||
"MESSAGE": "Are you sure to delete ",
|
||||
"YES": "Yes, Delete ",
|
||||
"NO": "No, Keep "
|
||||
}
|
||||
},
|
||||
"EDIT": {
|
||||
"TITLE": "Edit agent",
|
||||
"FORM": {
|
||||
"NAME": {
|
||||
"LABEL": "Agent Name",
|
||||
"PLACEHOLDER": "Please enter a name of the agent"
|
||||
},
|
||||
"AGENT_TYPE": {
|
||||
"LABEL": "Agent Type",
|
||||
"PLACEHOLDER": "Please select a type",
|
||||
"ERROR": "Agent type is required"
|
||||
},
|
||||
"EMAIL": {
|
||||
"LABEL": "Email Address",
|
||||
"PLACEHOLDER": "Please enter an email address of the agent"
|
||||
},
|
||||
"SUBMIT": "Edit Agent"
|
||||
},
|
||||
"BUTTON_TEXT": "Edit",
|
||||
"CANCEL_BUTTON_TEXT": "Cancel",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Agent updated successfully",
|
||||
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
|
||||
},
|
||||
"PASSWORD_RESET": {
|
||||
"ADMIN_RESET_BUTTON": "Reset Password",
|
||||
"ADMIN_SUCCESS_MESSAGE": "An email with reset password instructions has been sent to the agent",
|
||||
"SUCCESS_MESSAGE": "Agent password reset successfully",
|
||||
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
|
||||
}
|
||||
},
|
||||
"SEARCH": {
|
||||
"NO_RESULTS": "No agents found."
|
||||
}
|
||||
}
|
||||
}
|
76
app/javascript/dashboard/i18n/locale/fi/cannedMgmt.json
Normal file
76
app/javascript/dashboard/i18n/locale/fi/cannedMgmt.json
Normal file
|
@ -0,0 +1,76 @@
|
|||
{
|
||||
"CANNED_MGMT": {
|
||||
"HEADER": "Canned Responses",
|
||||
"HEADER_BTN_TXT": "Add Canned Response",
|
||||
"LOADING": "Fetching Canned Responses",
|
||||
"SEARCH_404": "There are no items matching this query",
|
||||
"SIDEBAR_TXT": "<p><b>Canned Responses</b> </p><p> Canned Responses are saved reply templates which can be used to quickly send out a reply to a conversation . </p><p> For creating a Canned Response, just click on the <b>Add Canned Response</b>. You can also edit or delete an existing Canned Response by clicking on the Edit or Delete button </p><p> Canned responses are used with the help of <b>Short Codes</b>. Agents can access canned responses while on a chat by typing <b>'/'</b> followed by the short code. </p>",
|
||||
"LIST": {
|
||||
"404": "There are no canned responses available in this account.",
|
||||
"TITLE": "Manage canned responses",
|
||||
"DESC": "Canned Responses are predefined reply templates which can be used to quickly send out replies to tickets.",
|
||||
"TABLE_HEADER": [
|
||||
"Short Code",
|
||||
"Content",
|
||||
"Actions"
|
||||
]
|
||||
},
|
||||
"ADD": {
|
||||
"TITLE": "Add Canned Response",
|
||||
"DESC": "Canned Responses are saved reply templates which can be used to quickly send out reply to conversation .",
|
||||
"CANCEL_BUTTON_TEXT": "Cancel",
|
||||
"FORM": {
|
||||
"SHORT_CODE": {
|
||||
"LABEL": "Short Code",
|
||||
"PLACEHOLDER": "Please enter a shortcode",
|
||||
"ERROR": "Short Code is required"
|
||||
},
|
||||
"CONTENT": {
|
||||
"LABEL": "Content",
|
||||
"PLACEHOLDER": "Please enter a content",
|
||||
"ERROR": "Content is required"
|
||||
},
|
||||
"SUBMIT": "Submit"
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Canned Response added successfully",
|
||||
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
|
||||
}
|
||||
},
|
||||
"EDIT": {
|
||||
"TITLE": "Edit Canned Response",
|
||||
"CANCEL_BUTTON_TEXT": "Cancel",
|
||||
"FORM": {
|
||||
"SHORT_CODE": {
|
||||
"LABEL": "Short Code",
|
||||
"PLACEHOLDER": "Please enter a shortcode",
|
||||
"ERROR": "Short Code is required"
|
||||
},
|
||||
"CONTENT": {
|
||||
"LABEL": "Content",
|
||||
"PLACEHOLDER": "Please enter a content",
|
||||
"ERROR": "Content is required"
|
||||
},
|
||||
"SUBMIT": "Submit"
|
||||
},
|
||||
"BUTTON_TEXT": "Edit",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Canned Response updated successfully",
|
||||
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
|
||||
}
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "Delete",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Canned response deleted successfully",
|
||||
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
|
||||
},
|
||||
"CONFIRM": {
|
||||
"TITLE": "Confirm Deletion",
|
||||
"MESSAGE": "Are you sure to delete ",
|
||||
"YES": "Yes, Delete ",
|
||||
"NO": "No, Keep "
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
77
app/javascript/dashboard/i18n/locale/fi/chatlist.json
Normal file
77
app/javascript/dashboard/i18n/locale/fi/chatlist.json
Normal file
|
@ -0,0 +1,77 @@
|
|||
{
|
||||
"CHAT_LIST": {
|
||||
"LOADING": "Fetching conversations",
|
||||
"LOAD_MORE_CONVERSATIONS": "Load more conversations",
|
||||
"EOF": "All conversations loaded 🎉",
|
||||
"LIST": {
|
||||
"404": "There are no active conversations in this group."
|
||||
},
|
||||
"TAB_HEADING": "Conversations",
|
||||
"SEARCH": {
|
||||
"INPUT": "Search for People, Chats, Saved Replies .."
|
||||
},
|
||||
"STATUS_TABS": [
|
||||
{
|
||||
"NAME": "Open",
|
||||
"KEY": "openCount"
|
||||
},
|
||||
{
|
||||
"NAME": "Resolved",
|
||||
"KEY": "allConvCount"
|
||||
}
|
||||
],
|
||||
"ASSIGNEE_TYPE_TABS": [
|
||||
{
|
||||
"NAME": "Mine",
|
||||
"KEY": "me",
|
||||
"COUNT_KEY": "mineCount"
|
||||
},
|
||||
{
|
||||
"NAME": "Unassigned",
|
||||
"KEY": "unassigned",
|
||||
"COUNT_KEY": "unAssignedCount"
|
||||
},
|
||||
{
|
||||
"NAME": "All",
|
||||
"KEY": "all",
|
||||
"COUNT_KEY": "allCount"
|
||||
}
|
||||
],
|
||||
"CHAT_STATUS_ITEMS": [
|
||||
{
|
||||
"TEXT": "Open",
|
||||
"VALUE": "open"
|
||||
},
|
||||
{
|
||||
"TEXT": "Resolved",
|
||||
"VALUE": "resolved"
|
||||
}
|
||||
],
|
||||
"ATTACHMENTS": {
|
||||
"image": {
|
||||
"ICON": "ion-image",
|
||||
"CONTENT": "Picture message"
|
||||
},
|
||||
"audio": {
|
||||
"ICON": "ion-volume-high",
|
||||
"CONTENT": "Audio message"
|
||||
},
|
||||
"video": {
|
||||
"ICON": "ion-ios-videocam",
|
||||
"CONTENT": "Video message"
|
||||
},
|
||||
"file": {
|
||||
"ICON": "ion-document",
|
||||
"CONTENT": "File Attachment"
|
||||
},
|
||||
"location": {
|
||||
"ICON": "ion-ios-location",
|
||||
"CONTENT": "Location"
|
||||
},
|
||||
"fallback": {
|
||||
"ICON": "ion-link",
|
||||
"CONTENT": "has shared a url"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
29
app/javascript/dashboard/i18n/locale/fi/contact.json
Normal file
29
app/javascript/dashboard/i18n/locale/fi/contact.json
Normal file
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"CONTACT_PANEL": {
|
||||
"CONVERSATION_TITLE": "Conversation Details",
|
||||
"BROWSER": "Browser",
|
||||
"OS": "Operating System",
|
||||
"INITIATED_FROM": "Initiated from",
|
||||
"INITIATED_AT": "Initiated at",
|
||||
"CONVERSATIONS": {
|
||||
"NO_RECORDS_FOUND": "There are no previous conversations associated to this contact.",
|
||||
"TITLE": "Previous Conversations"
|
||||
},
|
||||
"LABELS": {
|
||||
"TITLE": "Conversation Labels",
|
||||
"MODAL": {
|
||||
"TITLE": "Labels for",
|
||||
"ACTIVE_LABELS": "Labels added to the conversation",
|
||||
"INACTIVE_LABELS": "Labels available in the account",
|
||||
"REMOVE": "Click on X icon to remove the label",
|
||||
"ADD": "Click on + icon to add the label",
|
||||
"UPDATE_BUTTON": "Update labels",
|
||||
"UPDATE_ERROR": "Couldn't update labels, try again."
|
||||
},
|
||||
"NO_LABELS_TO_ADD": "There are no more labels defined in the account.",
|
||||
"NO_AVAILABLE_LABELS": "There are no labels added to this conversation."
|
||||
},
|
||||
"MUTE_CONTACT": "Mute Contact",
|
||||
"EDIT_LABEL": "Edit"
|
||||
}
|
||||
}
|
35
app/javascript/dashboard/i18n/locale/fi/conversation.json
Normal file
35
app/javascript/dashboard/i18n/locale/fi/conversation.json
Normal file
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"CONVERSATION": {
|
||||
"404": "Please select a conversation from left pane",
|
||||
"NO_MESSAGE_1": "Uh oh! Looks like there are no messages from customers in your inbox.",
|
||||
"NO_MESSAGE_2": " to send a message to your page!",
|
||||
"NO_INBOX_1": "Hola! Looks like you haven't added any inboxes yet.",
|
||||
"NO_INBOX_2": " to get started",
|
||||
"NO_INBOX_AGENT": "Uh Oh! Looks like you are not part of any inbox. Please contact your administrator",
|
||||
"CLICK_HERE": "Click here",
|
||||
"LOADING_INBOXES": "Loading inboxes",
|
||||
"LOADING_CONVERSATIONS": "Loading Conversations",
|
||||
"DOWNLOAD": "Download",
|
||||
"HEADER": {
|
||||
"RESOLVE_ACTION": "Resolve",
|
||||
"REOPEN_ACTION": "Reopen",
|
||||
"OPEN": "More",
|
||||
"CLOSE": "Close",
|
||||
"DETAILS": "details"
|
||||
},
|
||||
"FOOTER": {
|
||||
"MSG_INPUT": "Shift + enter for new line. Start with '/' to select a Canned Response.",
|
||||
"PRIVATE_MSG_INPUT": "Shift + enter for new line. This will be visible only to Agents"
|
||||
},
|
||||
"REPLYBOX": {
|
||||
"REPLY": "Reply",
|
||||
"PRIVATE_NOTE": "Private Note",
|
||||
"SEND": "Send",
|
||||
"CREATE": "Add Note",
|
||||
"TWEET": "Tweet"
|
||||
},
|
||||
"VISIBLE_TO_AGENTS": "Private Note: Only visible to you and your team",
|
||||
"CHANGE_STATUS": "Conversation status changed",
|
||||
"CHANGE_AGENT": "Conversation Assignee changed"
|
||||
}
|
||||
}
|
47
app/javascript/dashboard/i18n/locale/fi/generalSettings.json
Normal file
47
app/javascript/dashboard/i18n/locale/fi/generalSettings.json
Normal file
|
@ -0,0 +1,47 @@
|
|||
{
|
||||
"GENERAL_SETTINGS": {
|
||||
"TITLE": "Account settings",
|
||||
"SUBMIT": "Update settings",
|
||||
"BACK": "Back",
|
||||
"UPDATE": {
|
||||
"ERROR": "Could not update settings, try again!",
|
||||
"SUCCESS": "Successfully updated account settings"
|
||||
},
|
||||
"FORM": {
|
||||
"ERROR": "Please fix form errors",
|
||||
"GENERAL_SECTION": {
|
||||
"TITLE": "General settings",
|
||||
"NOTE": ""
|
||||
},
|
||||
"NAME": {
|
||||
"LABEL": "Account name",
|
||||
"PLACEHOLDER": "Your account name",
|
||||
"ERROR": "Please enter a valid account name"
|
||||
},
|
||||
"LANGUAGE": {
|
||||
"LABEL": "Site language (Beta)",
|
||||
"PLACEHOLDER": "Your account name",
|
||||
"ERROR": ""
|
||||
},
|
||||
"DOMAIN": {
|
||||
"LABEL": "Domain",
|
||||
"PLACEHOLDER": "Your website domain",
|
||||
"ERROR": ""
|
||||
},
|
||||
"SUPPORT_EMAIL": {
|
||||
"LABEL": "Support Email",
|
||||
"PLACEHOLDER": "Your company's support email",
|
||||
"ERROR": ""
|
||||
},
|
||||
"ENABLE_DOMAIN_EMAIL": {
|
||||
"LABEL": "Enable domain email",
|
||||
"PLACEHOLDER": "Enable the custom domain email",
|
||||
"ERROR": "",
|
||||
"OPTIONS": {
|
||||
"ENABLED": "Enabled",
|
||||
"DISABLED": "Disabled"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
191
app/javascript/dashboard/i18n/locale/fi/inboxMgmt.json
Normal file
191
app/javascript/dashboard/i18n/locale/fi/inboxMgmt.json
Normal file
|
@ -0,0 +1,191 @@
|
|||
{
|
||||
"INBOX_MGMT": {
|
||||
"HEADER": "Inboxes",
|
||||
"SIDEBAR_TXT": "<p><b>Inbox</b></p> <p> When you connect a website or a facebook Page to Chatwoot, it is called an <b>Inbox</b>. You can have unlimited inboxes in your Chatwoot account. </p><p> Click on <b>Add Inbox</b> to connect a website or a Facebook Page. </p><p> In the Dashboard, you can see all the conversations from all your inboxes in a single place and respond to them under the `Conversations` tab. </p><p> You can also see conversations specific to an inbox by clicking on the inbox name on the left pane of the dashboard. </p>",
|
||||
"LIST": {
|
||||
"404": "There are no inboxes attached to this account."
|
||||
},
|
||||
"CREATE_FLOW": [
|
||||
{
|
||||
"title": "Choose Channel",
|
||||
"route": "settings_inbox_new",
|
||||
"body": "Choose the provider you want to integrate with Chatwoot."
|
||||
},
|
||||
{
|
||||
"title": "Create Inbox",
|
||||
"route": "settings_inboxes_page_channel",
|
||||
"body": "Authenticate your account and create an inbox."
|
||||
},
|
||||
{
|
||||
"title": "Add Agents",
|
||||
"route": "settings_inboxes_add_agents",
|
||||
"body": "Add agents to the created inbox."
|
||||
},
|
||||
{
|
||||
"title": "Voila!",
|
||||
"route": "settings_inbox_finish",
|
||||
"body": "You are all set to go!"
|
||||
}
|
||||
],
|
||||
"ADD": {
|
||||
"FB": {
|
||||
"HELP": "PS: By signing in, we only get access to your Page's messages. Your private messages can never be accessed by Chatwoot.",
|
||||
"CHOOSE_PAGE": "Choose Page",
|
||||
"CHOOSE_PLACEHOLDER": "Select a page from the list",
|
||||
"INBOX_NAME": "Inbox Name",
|
||||
"ADD_NAME": "Add a name for your inbox",
|
||||
"PICK_NAME": "Pick A Name Your Inbox",
|
||||
"PICK_A_VALUE": "Pick a value"
|
||||
},
|
||||
"TWITTER": {
|
||||
"HELP": "To add your Twitter profile as a channel, you need to authenticate your Twitter Profile by clicking on 'Sign in with Twitter' "
|
||||
},
|
||||
"WEBSITE_CHANNEL": {
|
||||
"TITLE": "Website channel",
|
||||
"DESC": "Create a channel for your website and start supporting your customers via our website widget.",
|
||||
"LOADING_MESSAGE": "Creating Website Support Channel",
|
||||
"CHANNEL_AVATAR": {
|
||||
"LABEL": "Channel Avatar"
|
||||
},
|
||||
"CHANNEL_NAME": {
|
||||
"LABEL": "Website Name",
|
||||
"PLACEHOLDER": "Enter your website name (eg: Acme Inc)"
|
||||
},
|
||||
"CHANNEL_DOMAIN": {
|
||||
"LABEL": "Website Domain",
|
||||
"PLACEHOLDER": "Enter your website domain (eg: acme.com)"
|
||||
},
|
||||
"CHANNEL_WELCOME_TITLE": {
|
||||
"LABEL": "Welcome Heading",
|
||||
"PLACEHOLDER": "Hi there !"
|
||||
},
|
||||
"CHANNEL_WELCOME_TAGLINE": {
|
||||
"LABEL": "Welcome Tagline",
|
||||
"PLACEHOLDER": "We make it simple to connect with us. Ask us anything, or share your feedback."
|
||||
},
|
||||
"CHANNEL_GREETING_MESSAGE": {
|
||||
"LABEL": "Channel greeting message",
|
||||
"PLACEHOLDER": "Acme Inc typically replies in a few hours."
|
||||
},
|
||||
"CHANNEL_GREETING_TOGGLE": {
|
||||
"LABEL": "Enable channel greeting",
|
||||
"HELP_TEXT": "Send a greeting message to the user when he starts the conversation.",
|
||||
"ENABLED": "Enabled",
|
||||
"DISABLED": "Disabled"
|
||||
},
|
||||
"WIDGET_COLOR": {
|
||||
"LABEL": "Widget Color",
|
||||
"PLACEHOLDER": "Update the widget color used in widget"
|
||||
},
|
||||
"SUBMIT_BUTTON": "Create inbox"
|
||||
},
|
||||
"TWILIO": {
|
||||
"TITLE": "Twilio SMS/Whatsapp Channel",
|
||||
"DESC": "Integrate Twilio and start supporting your customers via SMS or Whatsapp.",
|
||||
"ACCOUNT_SID": {
|
||||
"LABEL": "Account SID",
|
||||
"PLACEHOLDER": "Please enter your Twilio Account SID",
|
||||
"ERROR": "This field is required"
|
||||
},
|
||||
"CHANNEL_TYPE": {
|
||||
"LABEL": "Channel Type",
|
||||
"ERROR": "Please select your Channel Type"
|
||||
},
|
||||
"AUTH_TOKEN": {
|
||||
"LABEL": "Auth Token",
|
||||
"PLACEHOLDER": "Please enter your Twilio Auth Token",
|
||||
"ERROR": "This field is required"
|
||||
},
|
||||
"CHANNEL_NAME": {
|
||||
"LABEL": "Channel Name",
|
||||
"PLACEHOLDER": "Please enter a channel name",
|
||||
"ERROR": "This field is required"
|
||||
},
|
||||
"PHONE_NUMBER": {
|
||||
"LABEL": "Phone number",
|
||||
"PLACEHOLDER": "Please enter the phone number from which message will be sent.",
|
||||
"ERROR": "Please enter a valid value. Phone number should start with `+` sign."
|
||||
},
|
||||
"API_CALLBACK": {
|
||||
"TITLE": "Callback URL",
|
||||
"SUBTITLE": "You have to configure the message callback URL in Twilio with the URL mentioned here."
|
||||
},
|
||||
"SUBMIT_BUTTON": "Create Twilio Channel",
|
||||
"API": {
|
||||
"ERROR_MESSAGE": "We were not able to authenticate Twilio credentials, please try again"
|
||||
}
|
||||
},
|
||||
"AUTH": {
|
||||
"TITLE": "Channels",
|
||||
"DESC": "Currently we support Website live chat widgets, Facebook Pages and Twitter profiles as platforms. We have more platforms like Whatsapp, Email, Telegram and Line in the works, which will be out soon."
|
||||
},
|
||||
"AGENTS": {
|
||||
"TITLE": "Agents",
|
||||
"DESC": "Here you can add agents to manage your newly created inbox. Only these selected agents will have access to your inbox. Agents which are not part of this inbox will not be able to see or respond to messages in this inbox when they login. <br> <b>PS:</b> As an administrator, if you need access to all inboxes, you should add yourself as agent to all inboxes that you create."
|
||||
},
|
||||
"DETAILS": {
|
||||
"TITLE": "Inbox Details",
|
||||
"DESC": "From the dropdown below, select the Facebook Page you want to connect to Chatwoot. You can also give a custom name to your inbox for better identification."
|
||||
},
|
||||
"FINISH": {
|
||||
"TITLE": "Nailed It!",
|
||||
"DESC": "You have successfully finished integrating your Facebook Page with Chatwoot. Next time a customer messages your Page, the conversation will automatically appear on your inbox.<br>We are also providing you with a widget script that you can easily add to your website. Once this is live on your website, customers can message you right from your website without the help of any external tool and the conversation will appear right here, on Chatwoot.<br>Cool, huh? Well, we sure try to be :)"
|
||||
}
|
||||
},
|
||||
"DETAILS": {
|
||||
"LOADING_FB": "Authenticating you with Facebook...",
|
||||
"ERROR_FB_AUTH": "Something went wrong, Please refresh page...",
|
||||
"CREATING_CHANNEL": "Creating your Inbox...",
|
||||
"TITLE": "Configure Inbox Details",
|
||||
"DESC": ""
|
||||
},
|
||||
"AGENTS": {
|
||||
"BUTTON_TEXT": "Add agents",
|
||||
"ADD_AGENTS": "Adding Agents to your Inbox..."
|
||||
},
|
||||
"FINISH": {
|
||||
"TITLE": "Your Inbox is ready!",
|
||||
"MESSAGE": "You can now engage with your customers through your new Channel. Happy supporting ",
|
||||
"BUTTON_TEXT": "Take me there",
|
||||
"WEBSITE_SUCCESS": "You have successfully finished creating a website channel. Copy the code shown below and paste it on your website. Next time a customer use the live chat, the conversation will automatically appear on your inbox."
|
||||
},
|
||||
"REAUTH": "Reauthorize",
|
||||
"VIEW": "View",
|
||||
"EDIT": {
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Inbox settings updated successfully",
|
||||
"AUTO_ASSIGNMENT_SUCCESS_MESSAGE": "Auto assignment updated successfully",
|
||||
"ERROR_MESSAGE": "Could not update widget color. Please try again later."
|
||||
},
|
||||
"AUTO_ASSIGNMENT": {
|
||||
"ENABLED": "Enabled",
|
||||
"DISABLED": "Disabled"
|
||||
}
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "Delete",
|
||||
"CONFIRM": {
|
||||
"TITLE": "Confirm Deletion",
|
||||
"MESSAGE": "Are you sure to delete ",
|
||||
"YES": "Yes, Delete ",
|
||||
"NO": "No, Keep "
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Inbox deleted successfully",
|
||||
"ERROR_MESSAGE": "Could not delete inbox. Please try again later."
|
||||
}
|
||||
},
|
||||
"SETTINGS": "Settings",
|
||||
"SETTINGS_POPUP": {
|
||||
"MESSENGER_HEADING": "Messenger Script",
|
||||
"MESSENGER_SUB_HEAD": "Place this button inside your body tag",
|
||||
"INBOX_AGENTS": "Agents",
|
||||
"INBOX_AGENTS_SUB_TEXT": "Add or remove agents from this inbox",
|
||||
"UPDATE": "Update",
|
||||
"AUTO_ASSIGNMENT": "Enable auto assignment",
|
||||
"INBOX_UPDATE_TITLE": "Inbox Settings",
|
||||
"INBOX_UPDATE_SUB_TEXT": "Update your inbox settings",
|
||||
"AUTO_ASSIGNMENT_SUB_TEXT": "Enable or disable the automatic assignment of new conversations to the agents added to this inbox."
|
||||
}
|
||||
}
|
||||
}
|
33
app/javascript/dashboard/i18n/locale/fi/index.js
Normal file
33
app/javascript/dashboard/i18n/locale/fi/index.js
Normal file
|
@ -0,0 +1,33 @@
|
|||
import { default as _agentMgmt } from './agentMgmt.json';
|
||||
import { default as _labelsMgmt } from './labelsMgmt.json';
|
||||
import { default as _cannedMgmt } from './cannedMgmt.json';
|
||||
import { default as _chatlist } from './chatlist.json';
|
||||
import { default as _contact } from './contact.json';
|
||||
import { default as _conversation } from './conversation.json';
|
||||
import { default as _inboxMgmt } from './inboxMgmt.json';
|
||||
import { default as _login } from './login.json';
|
||||
import { default as _report } from './report.json';
|
||||
import { default as _resetPassword } from './resetPassword.json';
|
||||
import { default as _setNewPassword } from './setNewPassword.json';
|
||||
import { default as _settings } from './settings.json';
|
||||
import { default as _signup } from './signup.json';
|
||||
import { default as _integrations } from './integrations.json';
|
||||
import { default as _generalSettings } from './generalSettings.json';
|
||||
|
||||
export default {
|
||||
..._agentMgmt,
|
||||
..._cannedMgmt,
|
||||
..._chatlist,
|
||||
..._contact,
|
||||
..._conversation,
|
||||
..._inboxMgmt,
|
||||
..._login,
|
||||
..._report,
|
||||
..._labelsMgmt,
|
||||
..._resetPassword,
|
||||
..._setNewPassword,
|
||||
..._settings,
|
||||
..._signup,
|
||||
..._integrations,
|
||||
..._generalSettings,
|
||||
};
|
63
app/javascript/dashboard/i18n/locale/fi/integrations.json
Normal file
63
app/javascript/dashboard/i18n/locale/fi/integrations.json
Normal file
|
@ -0,0 +1,63 @@
|
|||
{
|
||||
"INTEGRATION_SETTINGS": {
|
||||
"HEADER": "Integrations",
|
||||
"WEBHOOK": {
|
||||
"TITLE": "Webhook",
|
||||
"CONFIGURE": "Configure",
|
||||
"HEADER": "Webhook settings",
|
||||
"HEADER_BTN_TXT": "Add new webhook",
|
||||
"INTEGRATION_TXT": "Webhook events provide you the realtime information about what's happening in your Chatwoot account. You can make use of the webhooks to communicate the events to your favourite apps like Slack or Github. Click on Configure to set up your webhooks.",
|
||||
"LOADING": "Fetching attached webhooks",
|
||||
"SEARCH_404": "There are no items matching this query",
|
||||
"SIDEBAR_TXT": "<p><b>Webhooks</b> </p> <p>Webhooks are HTTP callbacks which can be defined for every account. They are triggered by events like message creation in Chatwoot. You can create more than one webhook for this account. <br /><br /> For creating a <b>webhook</b>, click on the <b>Add new webhook</b> button. You can also remove any existing webhook by clicking on the Delete button.</p>",
|
||||
"LIST": {
|
||||
"404": "There are no webhooks configured for this account.",
|
||||
"TITLE": "Manage webhooks",
|
||||
"DESC": "Webhooks are predefined reply templates which can be used to quickly send out replies to tickets.",
|
||||
"TABLE_HEADER": [
|
||||
"Webhook endpoint",
|
||||
"Actions"
|
||||
]
|
||||
},
|
||||
"ADD": {
|
||||
"CANCEL": "Cancel",
|
||||
"TITLE": "Add new webhook",
|
||||
"DESC": "Webhook events provide you the realtime information about what's happening in your Chatwoot account. Please enter a valid URL to configure a callback.",
|
||||
"FORM": {
|
||||
"END_POINT": {
|
||||
"LABEL": "Webhook URL",
|
||||
"PLACEHOLDER": "Example: https://example/api/webhook",
|
||||
"ERROR": "Please enter a valid URL"
|
||||
},
|
||||
"SUBMIT": "Create webhook"
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Webhook added successfully",
|
||||
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
|
||||
}
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "Delete",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Webhook deleted successfully",
|
||||
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
|
||||
},
|
||||
"CONFIRM": {
|
||||
"TITLE": "Confirm Deletion",
|
||||
"MESSAGE": "Are you sure to delete ",
|
||||
"YES": "Yes, Delete ",
|
||||
"NO": "No, Keep it"
|
||||
}
|
||||
}
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "Delete",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Integration deleted successfully"
|
||||
}
|
||||
},
|
||||
"CONNECT": {
|
||||
"BUTTON_TEXT": "Connect"
|
||||
}
|
||||
}
|
||||
}
|
68
app/javascript/dashboard/i18n/locale/fi/labelsMgmt.json
Normal file
68
app/javascript/dashboard/i18n/locale/fi/labelsMgmt.json
Normal file
|
@ -0,0 +1,68 @@
|
|||
{
|
||||
"LABEL_MGMT": {
|
||||
"HEADER": "Labels",
|
||||
"HEADER_BTN_TXT": "Add label",
|
||||
"LOADING": "Fetching labels",
|
||||
"SEARCH_404": "There are no items matching this query",
|
||||
"SIDEBAR_TXT": "<p><b>Labels</b> <p>Labels help you to categorize conversations and prioritize them. You can assign label to a conversation from the sidepanel. <br /><br />Labels are tied to the account and can be used to create custom workflows in your organization. You can assign custom color to a label, it makes it easier to identify the label. You will be able to display the label on the sidebar to filter the conversations easily.</p>",
|
||||
"LIST": {
|
||||
"404": "There are no labels available in this account.",
|
||||
"TITLE": "Manage labels",
|
||||
"DESC": "Labels let you group the conversations together.",
|
||||
"TABLE_HEADER": [
|
||||
"Name",
|
||||
"Description",
|
||||
"Color"
|
||||
]
|
||||
},
|
||||
"FORM": {
|
||||
"NAME": {
|
||||
"LABEL": "Label Name",
|
||||
"PLACEHOLDER": "Label name",
|
||||
"ERROR": "Label Name is required"
|
||||
},
|
||||
"DESCRIPTION": {
|
||||
"LABEL": "Description",
|
||||
"PLACEHOLDER": "Label Description"
|
||||
},
|
||||
"COLOR": {
|
||||
"LABEL": "Color"
|
||||
},
|
||||
"SHOW_ON_SIDEBAR": {
|
||||
"LABEL": "Show label on sidebar"
|
||||
},
|
||||
"EDIT": "Edit",
|
||||
"CREATE": "Create",
|
||||
"DELETE": "Delete",
|
||||
"CANCEL": "Cancel"
|
||||
},
|
||||
"ADD": {
|
||||
"TITLE": "Add label",
|
||||
"DESC": "Labels let you group the conversations together.",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Label added successfully",
|
||||
"ERROR_MESSAGE": "There was an error, please try again"
|
||||
}
|
||||
},
|
||||
"EDIT": {
|
||||
"TITLE": "Edit label",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Label updated successfully",
|
||||
"ERROR_MESSAGE": "There was an error, please try again"
|
||||
}
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "Delete",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Label deleted successfully",
|
||||
"ERROR_MESSAGE": "There was an error, please try again"
|
||||
},
|
||||
"CONFIRM": {
|
||||
"TITLE": "Confirm Deletion",
|
||||
"MESSAGE": "Are you sure to delete ",
|
||||
"YES": "Yes, Delete ",
|
||||
"NO": "No, Keep "
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
21
app/javascript/dashboard/i18n/locale/fi/login.json
Normal file
21
app/javascript/dashboard/i18n/locale/fi/login.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"LOGIN": {
|
||||
"TITLE": "Login to Chatwoot",
|
||||
"EMAIL": {
|
||||
"LABEL": "Email",
|
||||
"PLACEHOLDER": "Email eg: someone@example.com"
|
||||
},
|
||||
"PASSWORD": {
|
||||
"LABEL": "Password",
|
||||
"PLACEHOLDER": "Password"
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Login Successful",
|
||||
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later",
|
||||
"UNAUTH": "Username / Password Incorrect. Please try again"
|
||||
},
|
||||
"FORGOT_PASSWORD": "Forgot your password?",
|
||||
"CREATE_NEW_ACCOUNT": "Create new account",
|
||||
"SUBMIT": "Login"
|
||||
}
|
||||
}
|
49
app/javascript/dashboard/i18n/locale/fi/report.json
Normal file
49
app/javascript/dashboard/i18n/locale/fi/report.json
Normal file
|
@ -0,0 +1,49 @@
|
|||
{
|
||||
"REPORT": {
|
||||
"HEADER": "Reports",
|
||||
"LOADING_CHART": "Loading chart data...",
|
||||
"NO_ENOUGH_DATA": "We've not received enough data points to generate report, Please try again later.",
|
||||
"METRICS": [
|
||||
{
|
||||
"NAME": "Conversations",
|
||||
"KEY": "conversations_count",
|
||||
"DESC": "( Total )"
|
||||
},
|
||||
{
|
||||
"NAME": "Incoming Messages",
|
||||
"KEY": "incoming_messages_count",
|
||||
"DESC": "( Total )"
|
||||
},
|
||||
{
|
||||
"NAME": "Outgoing Messages",
|
||||
"KEY": "outgoing_messages_count",
|
||||
"DESC": "( Total )"
|
||||
},
|
||||
{
|
||||
"NAME": "First response time",
|
||||
"KEY": "avg_first_response_time",
|
||||
"DESC": "( Avg )"
|
||||
},
|
||||
{
|
||||
"NAME": "Resolution Time",
|
||||
"KEY": "avg_resolution_time",
|
||||
"DESC": "( Avg )"
|
||||
},
|
||||
{
|
||||
"NAME": "Resolution Count",
|
||||
"KEY": "resolutions_count",
|
||||
"DESC": "( Total )"
|
||||
}
|
||||
],
|
||||
"DATE_RANGE": [
|
||||
{
|
||||
"id": 0,
|
||||
"name": "Last 7 days"
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"name": "Last 30 days"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
15
app/javascript/dashboard/i18n/locale/fi/resetPassword.json
Normal file
15
app/javascript/dashboard/i18n/locale/fi/resetPassword.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"RESET_PASSWORD": {
|
||||
"TITLE": "Reset Password",
|
||||
"EMAIL": {
|
||||
"LABEL": "Email",
|
||||
"PLACEHOLDER": "Please enter your email",
|
||||
"ERROR": "Please enter a valid email"
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Password reset link has been sent to your email",
|
||||
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
|
||||
},
|
||||
"SUBMIT": "Submit"
|
||||
}
|
||||
}
|
20
app/javascript/dashboard/i18n/locale/fi/setNewPassword.json
Normal file
20
app/javascript/dashboard/i18n/locale/fi/setNewPassword.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"SET_NEW_PASSWORD": {
|
||||
"TITLE": "Set New Password",
|
||||
"PASSWORD": {
|
||||
"LABEL": "Password",
|
||||
"PLACEHOLDER": "Password",
|
||||
"ERROR": "Password is too short"
|
||||
},
|
||||
"CONFIRM_PASSWORD": {
|
||||
"LABEL": "Confirm Password",
|
||||
"PLACEHOLDER": "Confirm Password",
|
||||
"ERROR": "Passwords do not match"
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Successfully changed the password",
|
||||
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
|
||||
},
|
||||
"SUBMIT": "Submit"
|
||||
}
|
||||
}
|
126
app/javascript/dashboard/i18n/locale/fi/settings.json
Normal file
126
app/javascript/dashboard/i18n/locale/fi/settings.json
Normal file
|
@ -0,0 +1,126 @@
|
|||
{
|
||||
"PROFILE_SETTINGS": {
|
||||
"LINK": "Profile Settings",
|
||||
"TITLE": "Profile Settings",
|
||||
"BTN_TEXT": "Update Profile",
|
||||
"AFTER_EMAIL_CHANGED": "Your profile has been updated successfully, please login again as your login credentials are changed",
|
||||
"FORM": {
|
||||
"AVATAR": "Profile Image",
|
||||
"ERROR": "Please fix form errors",
|
||||
"REMOVE_IMAGE": "Remove",
|
||||
"UPLOAD_IMAGE": "Upload image",
|
||||
"UPDATE_IMAGE": "Update image",
|
||||
"PROFILE_SECTION": {
|
||||
"TITLE": "Profile",
|
||||
"NOTE": "Your email address is your identity and is used to log in."
|
||||
},
|
||||
"PASSWORD_SECTION": {
|
||||
"TITLE": "Password",
|
||||
"NOTE": "Updating your password would reset your logins in multiple devices."
|
||||
},
|
||||
"ACCESS_TOKEN": {
|
||||
"TITLE": "Access Token",
|
||||
"NOTE": "This token can be used if you are building an API based integration"
|
||||
},
|
||||
"EMAIL_NOTIFICATIONS_SECTION": {
|
||||
"TITLE": "Email Notifications",
|
||||
"NOTE": "Update your email notification preferences here",
|
||||
"CONVERSATION_ASSIGNMENT": "Send email notifications when a conversation is assigned to me",
|
||||
"CONVERSATION_CREATION": "Send email notifications when a new conversation is created"
|
||||
},
|
||||
"API": {
|
||||
"UPDATE_SUCCESS": "Your notification preferences are updated successfully",
|
||||
"UPDATE_ERROR": "There is an error while updating the preferences, please try again"
|
||||
},
|
||||
"PUSH_NOTIFICATIONS_SECTION": {
|
||||
"TITLE": "Push Notifications",
|
||||
"NOTE": "Update your push notification preferences here",
|
||||
"CONVERSATION_ASSIGNMENT": "Send push notifications when a conversation is assigned to me",
|
||||
"CONVERSATION_CREATION": "Send push notifications when a new conversation is created",
|
||||
"HAS_ENABLED_PUSH": "You have enabled push for this browser.",
|
||||
"REQUEST_PUSH": "Enable push notifications"
|
||||
},
|
||||
"PROFILE_IMAGE": {
|
||||
"LABEL": "Profile Image"
|
||||
},
|
||||
"NAME": {
|
||||
"LABEL": "Your name",
|
||||
"ERROR": "Please enter a valid name",
|
||||
"PLACEHOLDER": "Please enter your name, this would be displayed in conversations"
|
||||
},
|
||||
"AVAILABILITY": {
|
||||
"LABEL": "Availability",
|
||||
"STATUSES_LIST": [
|
||||
{
|
||||
"value": "online",
|
||||
"label": "Online"
|
||||
},
|
||||
{
|
||||
"value": "busy",
|
||||
"label": "Busy"
|
||||
},
|
||||
{
|
||||
"value": "offline",
|
||||
"label": "Offline"
|
||||
}
|
||||
]
|
||||
},
|
||||
"EMAIL": {
|
||||
"LABEL": "Your email address",
|
||||
"ERROR": "Please enter a valid email address",
|
||||
"PLACEHOLDER": "Please enter your email address, this would be displayed in conversations"
|
||||
},
|
||||
"PASSWORD": {
|
||||
"LABEL": "Password",
|
||||
"ERROR": "Please enter a password of length 6 or more",
|
||||
"PLACEHOLDER": "Please enter a new password"
|
||||
},
|
||||
"PASSWORD_CONFIRMATION": {
|
||||
"LABEL": "Confirm new password",
|
||||
"ERROR": "Confirm password should match the password",
|
||||
"PLACEHOLDER": "Please re-enter your password"
|
||||
}
|
||||
}
|
||||
},
|
||||
"SIDEBAR_ITEMS": {
|
||||
"CHANGE_ACCOUNTS": "Switch Account",
|
||||
"SELECTOR_SUBTITLE": "Select an account from the following list",
|
||||
"PROFILE_SETTINGS": "Profile Settings",
|
||||
"LOGOUT": "Logout"
|
||||
},
|
||||
"APP_GLOBAL": {
|
||||
"TRIAL_MESSAGE": "days trial remaining.",
|
||||
"TRAIL_BUTTON": "Buy Now"
|
||||
},
|
||||
"COMPONENTS": {
|
||||
"CODE": {
|
||||
"BUTTON_TEXT": "Copy",
|
||||
"COPY_SUCCESSFUL": "Code copied to clipboard successfully"
|
||||
},
|
||||
"FILE_BUBBLE": {
|
||||
"DOWNLOAD": "Download",
|
||||
"UPLOADING": "Uploading..."
|
||||
},
|
||||
"FORM_BUBBLE": {
|
||||
"SUBMIT": "Submit"
|
||||
}
|
||||
},
|
||||
"CONFIRM_EMAIL": "Verifying...",
|
||||
"SETTINGS": {
|
||||
"INBOXES": {
|
||||
"NEW_INBOX": "Add Inbox"
|
||||
}
|
||||
},
|
||||
"SIDEBAR": {
|
||||
"CONVERSATIONS": "Conversations",
|
||||
"REPORTS": "Reports",
|
||||
"SETTINGS": "Settings",
|
||||
"HOME": "Home",
|
||||
"AGENTS": "Agents",
|
||||
"INBOXES": "Inboxes",
|
||||
"CANNED_RESPONSES": "Canned Responses",
|
||||
"INTEGRATIONS": "Integrations",
|
||||
"ACCOUNT_SETTINGS": "Account Settings",
|
||||
"LABELS": "Labels"
|
||||
}
|
||||
}
|
32
app/javascript/dashboard/i18n/locale/fi/signup.json
Normal file
32
app/javascript/dashboard/i18n/locale/fi/signup.json
Normal file
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"REGISTER": {
|
||||
"TRY_WOOT": "Register an account",
|
||||
"TITLE": "Register",
|
||||
"TERMS_ACCEPT": "By signing up, you agree to our <a href=\"https://www.chatwoot.com/terms\">T & C</a> and <a href=\"https://www.chatwoot.com/privacy-policy\">Privacy policy</a>",
|
||||
"ACCOUNT_NAME": {
|
||||
"LABEL": "Account Name",
|
||||
"PLACEHOLDER": "Wayne Enterprises",
|
||||
"ERROR": "Account Name is too short"
|
||||
},
|
||||
"EMAIL": {
|
||||
"LABEL": "Email",
|
||||
"PLACEHOLDER": "bruce@wayne.enterprises",
|
||||
"ERROR": "Email is invalid"
|
||||
},
|
||||
"PASSWORD": {
|
||||
"LABEL": "Password",
|
||||
"PLACEHOLDER": "Password",
|
||||
"ERROR": "Password is too short"
|
||||
},
|
||||
"CONFIRM_PASSWORD": {
|
||||
"LABEL": "Confirm Password",
|
||||
"PLACEHOLDER": "Confirm Password",
|
||||
"ERROR": "Password doesnot match"
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Registration Successfull",
|
||||
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
|
||||
},
|
||||
"SUBMIT": "Submit"
|
||||
}
|
||||
}
|
5
app/javascript/dashboard/i18n/locale/fi/webhooks.json
Normal file
5
app/javascript/dashboard/i18n/locale/fi/webhooks.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"WEBHOOKS_SETTINGS": {
|
||||
"HEADER": "Webhook Settings"
|
||||
}
|
||||
}
|
|
@ -3,10 +3,10 @@
|
|||
"HEADER": "Agents",
|
||||
"HEADER_BTN_TXT": "Ajouter un agent",
|
||||
"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 et la facturation, 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": [
|
||||
{
|
||||
"name": "administrator",
|
||||
"name": "administrateur",
|
||||
"label": "Administrateur"
|
||||
},
|
||||
{
|
||||
|
|
|
@ -11,10 +11,19 @@
|
|||
},
|
||||
"LABELS": {
|
||||
"TITLE": "Étiquettes de conversation",
|
||||
"UPDATE_BUTTON": "Mettre à jour les étiquettes",
|
||||
"UPDATE_ERROR": "Impossible de mettre à jour les étiquettes. Veuillez réessayer.",
|
||||
"TAG_PLACEHOLDER": "Ajouter une nouvelle étiquette",
|
||||
"PLACEHOLDER": "Rechercher ou ajouter une étiquette"
|
||||
}
|
||||
"MODAL": {
|
||||
"TITLE": "Labels for",
|
||||
"ACTIVE_LABELS": "Labels added to the conversation",
|
||||
"INACTIVE_LABELS": "Labels available in the account",
|
||||
"REMOVE": "Click on X icon to remove the label",
|
||||
"ADD": "Click on + icon to add the label",
|
||||
"UPDATE_BUTTON": "Update labels",
|
||||
"UPDATE_ERROR": "Impossible de mettre à jour les étiquettes. Veuillez réessayer."
|
||||
},
|
||||
"NO_LABELS_TO_ADD": "There are no more labels defined in the account.",
|
||||
"NO_AVAILABLE_LABELS": "There are no labels added to this conversation."
|
||||
},
|
||||
"MUTE_CONTACT": "Mettre en sourdine le contact",
|
||||
"EDIT_LABEL": "Modifier"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
"GENERAL_SETTINGS": {
|
||||
"TITLE": "Paramètres du compte",
|
||||
"SUBMIT": "Mettre à jour les paramètres",
|
||||
"BACK": "Back",
|
||||
"UPDATE": {
|
||||
"ERROR": "Impossible de mettre à jour les paramètres, essayez à nouveau !",
|
||||
"SUCCESS": "Paramètres du compte mis à jour avec succès"
|
||||
|
|
|
@ -29,7 +29,13 @@
|
|||
],
|
||||
"ADD": {
|
||||
"FB": {
|
||||
"HELP": "PS : En vous connectant, nous avons seulement accès aux messages de votre page. Vos messages privés ne peuvent jamais être consultés par Chatwoot."
|
||||
"HELP": "PS : En vous connectant, nous avons seulement accès aux messages de votre page. Vos messages privés ne peuvent jamais être consultés par Chatwoot.",
|
||||
"CHOOSE_PAGE": "Choisir la page",
|
||||
"CHOOSE_PLACEHOLDER": "Sélectionnez une page dans la liste",
|
||||
"INBOX_NAME": "Nom de la boîte de réception",
|
||||
"ADD_NAME": "Ajouter un nom pour votre boîte de réception",
|
||||
"PICK_NAME": "Choisissez un nom pour votre boîte de réception",
|
||||
"PICK_A_VALUE": "Choisir une valeur"
|
||||
},
|
||||
"TWITTER": {
|
||||
"HELP": "Pour ajouter votre profil Twitter en tant que canal, vous devez lier votre profil Twitter en cliquant sur 'Se connecter avec Twitter' "
|
||||
|
@ -38,6 +44,9 @@
|
|||
"TITLE": "Canal site Web",
|
||||
"DESC": "Créez un canal pour votre site Web et commencez à assister vos clients à l'aide de notre widget de site Web.",
|
||||
"LOADING_MESSAGE": "Création du canal de support du site Web",
|
||||
"CHANNEL_AVATAR": {
|
||||
"LABEL": "Avatar du canal"
|
||||
},
|
||||
"CHANNEL_NAME": {
|
||||
"LABEL": "Nom du site Web",
|
||||
"PLACEHOLDER": "Entrez le nom de votre site Web (ex : Acme Inc)"
|
||||
|
@ -55,9 +64,15 @@
|
|||
"PLACEHOLDER": "C'est simple de rentrer en contact avec nous. Demandez-nous quoi que ce soit ou partagez vos commentaires."
|
||||
},
|
||||
"CHANNEL_GREETING_MESSAGE": {
|
||||
"LABEL": "Message lorsque les agents sont absents",
|
||||
"LABEL": "Channel greeting message",
|
||||
"PLACEHOLDER": "Acme Inc répond en général en quelques heures."
|
||||
},
|
||||
"CHANNEL_GREETING_TOGGLE": {
|
||||
"LABEL": "Enable channel greeting",
|
||||
"HELP_TEXT": "Send a greeting message to the user when he starts the conversation.",
|
||||
"ENABLED": "Activé",
|
||||
"DISABLED": "Désactivé"
|
||||
},
|
||||
"WIDGET_COLOR": {
|
||||
"LABEL": "Couleur du Widget",
|
||||
"PLACEHOLDER": "Mettre à jour la couleur utilisée dans le widget"
|
||||
|
@ -153,7 +168,7 @@
|
|||
"TITLE": "Confirmer la suppression",
|
||||
"MESSAGE": "Êtes-vous sûr de vouloir supprimer ",
|
||||
"YES": "Oui, supprimer ",
|
||||
"NO": "Non, conservez-le "
|
||||
"NO": "Non, Conserver "
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Boîte de réception supprimée avec succès",
|
||||
|
|
|
@ -49,6 +49,15 @@
|
|||
"NO": "Non, conservez-le"
|
||||
}
|
||||
}
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "Supprimer",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Integration deleted successfully"
|
||||
}
|
||||
},
|
||||
"CONNECT": {
|
||||
"BUTTON_TEXT": "Connect"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
68
app/javascript/dashboard/i18n/locale/fr/labelsMgmt.json
Normal file
68
app/javascript/dashboard/i18n/locale/fr/labelsMgmt.json
Normal file
|
@ -0,0 +1,68 @@
|
|||
{
|
||||
"LABEL_MGMT": {
|
||||
"HEADER": "Labels",
|
||||
"HEADER_BTN_TXT": "Add label",
|
||||
"LOADING": "Fetching labels",
|
||||
"SEARCH_404": "Il n'y a aucun élément correspondant à cette requête",
|
||||
"SIDEBAR_TXT": "<p><b>Labels</b> <p>Labels help you to categorize conversations and prioritize them. You can assign label to a conversation from the sidepanel. <br /><br />Labels are tied to the account and can be used to create custom workflows in your organization. You can assign custom color to a label, it makes it easier to identify the label. You will be able to display the label on the sidebar to filter the conversations easily.</p>",
|
||||
"LIST": {
|
||||
"404": "There are no labels available in this account.",
|
||||
"TITLE": "Manage labels",
|
||||
"DESC": "Labels let you group the conversations together.",
|
||||
"TABLE_HEADER": [
|
||||
"Nom",
|
||||
"Description",
|
||||
"Color"
|
||||
]
|
||||
},
|
||||
"FORM": {
|
||||
"NAME": {
|
||||
"LABEL": "Label Name",
|
||||
"PLACEHOLDER": "Label name",
|
||||
"ERROR": "Label Name is required"
|
||||
},
|
||||
"DESCRIPTION": {
|
||||
"LABEL": "Description",
|
||||
"PLACEHOLDER": "Label Description"
|
||||
},
|
||||
"COLOR": {
|
||||
"LABEL": "Color"
|
||||
},
|
||||
"SHOW_ON_SIDEBAR": {
|
||||
"LABEL": "Show label on sidebar"
|
||||
},
|
||||
"EDIT": "Modifier",
|
||||
"CREATE": "Create",
|
||||
"DELETE": "Supprimer",
|
||||
"CANCEL": "Annuler"
|
||||
},
|
||||
"ADD": {
|
||||
"TITLE": "Add label",
|
||||
"DESC": "Labels let you group the conversations together.",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Label added successfully",
|
||||
"ERROR_MESSAGE": "There was an error, please try again"
|
||||
}
|
||||
},
|
||||
"EDIT": {
|
||||
"TITLE": "Edit label",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Label updated successfully",
|
||||
"ERROR_MESSAGE": "There was an error, please try again"
|
||||
}
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "Supprimer",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Label deleted successfully",
|
||||
"ERROR_MESSAGE": "There was an error, please try again"
|
||||
},
|
||||
"CONFIRM": {
|
||||
"TITLE": "Confirmer la suppression",
|
||||
"MESSAGE": "Êtes-vous sûr de vouloir supprimer ",
|
||||
"YES": "Oui, supprimer ",
|
||||
"NO": "Non, Conserver "
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue