diff --git a/app/javascript/dashboard/i18n/locale/ar/contact.json b/app/javascript/dashboard/i18n/locale/ar/contact.json index 2218c93c4..51bd4e9d8 100644 --- a/app/javascript/dashboard/i18n/locale/ar/contact.json +++ b/app/javascript/dashboard/i18n/locale/ar/contact.json @@ -17,9 +17,6 @@ "NO_RECORDS_FOUND": "لا توجد محادثات سابقة مرتبطة بجهة الاتصال هذه.", "TITLE": "المحادثات السابقة" }, - "CUSTOM_ATTRIBUTES": { - "TITLE": "سمات مخصصة" - }, "LABELS": { "TITLE": "وسوم المحادثة", "MODAL": { @@ -170,5 +167,26 @@ "FOOTER": { "BUTTON": "View all notes" } + }, + "CUSTOM_ATTRIBUTES": { + "TITLE": "سمات مخصصة", + "BUTTON": "Add custom attribute", + "ADD": { + "TITLE": "Create custom attribute", + "DESC": "Add custom information to this contact." + }, + "FORM": { + "CREATE": "Add attribute", + "CANCEL": "إلغاء", + "NAME": { + "LABEL": "Custom attribute name", + "PLACEHOLDER": "Eg: shopify id", + "ERROR": "Invalid custom attribute name" + }, + "VALUE": { + "LABEL": "Attribute value", + "PLACEHOLDER": "Eg: 11901 " + } + } } } diff --git a/app/javascript/dashboard/i18n/locale/ca/contact.json b/app/javascript/dashboard/i18n/locale/ca/contact.json index 996adbfc2..2e13eabcd 100644 --- a/app/javascript/dashboard/i18n/locale/ca/contact.json +++ b/app/javascript/dashboard/i18n/locale/ca/contact.json @@ -17,9 +17,6 @@ "NO_RECORDS_FOUND": "No hi han converses prèvies associades a aquest contacte.", "TITLE": "Converses prèvies" }, - "CUSTOM_ATTRIBUTES": { - "TITLE": "Atributs personalitzats" - }, "LABELS": { "TITLE": "Etiquetes de converses", "MODAL": { @@ -170,5 +167,26 @@ "FOOTER": { "BUTTON": "View all notes" } + }, + "CUSTOM_ATTRIBUTES": { + "TITLE": "Atributs personalitzats", + "BUTTON": "Add custom attribute", + "ADD": { + "TITLE": "Create custom attribute", + "DESC": "Add custom information to this contact." + }, + "FORM": { + "CREATE": "Add attribute", + "CANCEL": "Cancel·la", + "NAME": { + "LABEL": "Custom attribute name", + "PLACEHOLDER": "Eg: shopify id", + "ERROR": "Invalid custom attribute name" + }, + "VALUE": { + "LABEL": "Attribute value", + "PLACEHOLDER": "Eg: 11901 " + } + } } } diff --git a/app/javascript/dashboard/i18n/locale/cs/contact.json b/app/javascript/dashboard/i18n/locale/cs/contact.json index 46bb54580..958167be3 100644 --- a/app/javascript/dashboard/i18n/locale/cs/contact.json +++ b/app/javascript/dashboard/i18n/locale/cs/contact.json @@ -17,9 +17,6 @@ "NO_RECORDS_FOUND": "K tomuto kontaktu nejsou přiřazeny žádné předchozí konverzace.", "TITLE": "Předchozí konverzace" }, - "CUSTOM_ATTRIBUTES": { - "TITLE": "Vlastní atributy" - }, "LABELS": { "TITLE": "Štítky konverzace", "MODAL": { @@ -170,5 +167,26 @@ "FOOTER": { "BUTTON": "View all notes" } + }, + "CUSTOM_ATTRIBUTES": { + "TITLE": "Vlastní atributy", + "BUTTON": "Add custom attribute", + "ADD": { + "TITLE": "Create custom attribute", + "DESC": "Add custom information to this contact." + }, + "FORM": { + "CREATE": "Add attribute", + "CANCEL": "Zrušit", + "NAME": { + "LABEL": "Custom attribute name", + "PLACEHOLDER": "Eg: shopify id", + "ERROR": "Invalid custom attribute name" + }, + "VALUE": { + "LABEL": "Attribute value", + "PLACEHOLDER": "Eg: 11901 " + } + } } } diff --git a/app/javascript/dashboard/i18n/locale/da/contact.json b/app/javascript/dashboard/i18n/locale/da/contact.json index ef1f5595e..e1712ed49 100644 --- a/app/javascript/dashboard/i18n/locale/da/contact.json +++ b/app/javascript/dashboard/i18n/locale/da/contact.json @@ -17,9 +17,6 @@ "NO_RECORDS_FOUND": "Der er ingen tidligere samtaler tilknyttet denne kontakt.", "TITLE": "Tidligere Samtaler" }, - "CUSTOM_ATTRIBUTES": { - "TITLE": "Brugerdefinerede Egenskaber" - }, "LABELS": { "TITLE": "Samtale Etiketter", "MODAL": { @@ -170,5 +167,26 @@ "FOOTER": { "BUTTON": "View all notes" } + }, + "CUSTOM_ATTRIBUTES": { + "TITLE": "Brugerdefinerede Egenskaber", + "BUTTON": "Add custom attribute", + "ADD": { + "TITLE": "Create custom attribute", + "DESC": "Add custom information to this contact." + }, + "FORM": { + "CREATE": "Add attribute", + "CANCEL": "Annuller", + "NAME": { + "LABEL": "Custom attribute name", + "PLACEHOLDER": "Eg: shopify id", + "ERROR": "Invalid custom attribute name" + }, + "VALUE": { + "LABEL": "Attribute value", + "PLACEHOLDER": "Eg: 11901 " + } + } } } diff --git a/app/javascript/dashboard/i18n/locale/de/contact.json b/app/javascript/dashboard/i18n/locale/de/contact.json index 341d905cb..82ced872a 100644 --- a/app/javascript/dashboard/i18n/locale/de/contact.json +++ b/app/javascript/dashboard/i18n/locale/de/contact.json @@ -17,9 +17,6 @@ "NO_RECORDS_FOUND": "Es sind keine vorherigen Gespräche mit diesem Kontakt verbunden.", "TITLE": "Vorherige Gespräche" }, - "CUSTOM_ATTRIBUTES": { - "TITLE": "Benutzerdefinierte Attribute" - }, "LABELS": { "TITLE": "Konversationsetiketten", "MODAL": { @@ -170,5 +167,26 @@ "FOOTER": { "BUTTON": "Alle Notizen anzeigen" } + }, + "CUSTOM_ATTRIBUTES": { + "TITLE": "Benutzerdefinierte Attribute", + "BUTTON": "Add custom attribute", + "ADD": { + "TITLE": "Create custom attribute", + "DESC": "Add custom information to this contact." + }, + "FORM": { + "CREATE": "Add attribute", + "CANCEL": "Stornieren", + "NAME": { + "LABEL": "Custom attribute name", + "PLACEHOLDER": "Eg: shopify id", + "ERROR": "Invalid custom attribute name" + }, + "VALUE": { + "LABEL": "Attribute value", + "PLACEHOLDER": "Eg: 11901 " + } + } } } diff --git a/app/javascript/dashboard/i18n/locale/el/campaign.json b/app/javascript/dashboard/i18n/locale/el/campaign.json index b44520dd4..7e027454e 100644 --- a/app/javascript/dashboard/i18n/locale/el/campaign.json +++ b/app/javascript/dashboard/i18n/locale/el/campaign.json @@ -43,10 +43,10 @@ } }, "EDIT": { - "TITLE": "Edit campaign", + "TITLE": "Επεξεργασία καμπάνιας", "UPDATE_BUTTON_TEXT": "Ενημέρωση", "API": { - "SUCCESS_MESSAGE": "Campaign updated successfully", + "SUCCESS_MESSAGE": "Η ετικέτα ενημερώθηκε επιτυχώς", "ERROR_MESSAGE": "Υπήρξε ένα σφάλμα, παρακαλώ προσπαθήστε ξανά" } }, diff --git a/app/javascript/dashboard/i18n/locale/el/contact.json b/app/javascript/dashboard/i18n/locale/el/contact.json index 03af6312f..199080639 100644 --- a/app/javascript/dashboard/i18n/locale/el/contact.json +++ b/app/javascript/dashboard/i18n/locale/el/contact.json @@ -17,9 +17,6 @@ "NO_RECORDS_FOUND": "Δεν υπάρχουν προηγούμενες συνομιλίες που σχετίζονται με αυτήν την επαφή.", "TITLE": "Προηγούμενες συνομιλίες" }, - "CUSTOM_ATTRIBUTES": { - "TITLE": "Προσαρμοζόμενες Ιδιότητες" - }, "LABELS": { "TITLE": "Ετικέτες συνομιλίας", "MODAL": { @@ -28,16 +25,16 @@ "INACTIVE_LABELS": "Υπάρχουν διαθέσιμες ετικέτες στον λογαριασμό", "REMOVE": "Πατήστε στο εικονίδιο X για να απομακρύνετε την ετικέτα", "ADD": "Πατήστε στο εικονίδιο + για να προσθέστε την ετικέτα", - "ADD_BUTTON": "Add Labels", + "ADD_BUTTON": "Προσθήκη Ετικετών", "UPDATE_BUTTON": "Ενημέρωση Ετικετών", "UPDATE_ERROR": "Δεν μπορούν να ενημερωθούν οι ετικέτες, προσπαθήστε ξανά." }, "NO_LABELS_TO_ADD": "Δεν υπάρχουν άλλες ετικέτες στον λογαριασμό.", "NO_AVAILABLE_LABELS": "Δεν υπάρχουν προστεθεί ετικέτες στην συνομιλία.", "LABEL_SELECT": { - "TITLE": "Add Labels", - "PLACEHOLDER": "Search labels", - "NO_RESULT": "No labels found" + "TITLE": "Προσθήκη Ετικετών", + "PLACEHOLDER": "Αναζήτηση ετικετών", + "NO_RESULT": "Δεν βρέθηκαν ετικέτες" } }, "MUTE_CONTACT": "Σίγαση Συνομιλίας", @@ -170,5 +167,26 @@ "FOOTER": { "BUTTON": "Εμφάνιση όλων των σημειώσεων" } + }, + "CUSTOM_ATTRIBUTES": { + "TITLE": "Προσαρμοζόμενες Ιδιότητες", + "BUTTON": "Add custom attribute", + "ADD": { + "TITLE": "Create custom attribute", + "DESC": "Add custom information to this contact." + }, + "FORM": { + "CREATE": "Add attribute", + "CANCEL": "Άκυρο", + "NAME": { + "LABEL": "Custom attribute name", + "PLACEHOLDER": "Eg: shopify id", + "ERROR": "Invalid custom attribute name" + }, + "VALUE": { + "LABEL": "Attribute value", + "PLACEHOLDER": "Eg: 11901 " + } + } } } diff --git a/app/javascript/dashboard/i18n/locale/es/contact.json b/app/javascript/dashboard/i18n/locale/es/contact.json index 4b795bac1..b8f1b2ccb 100644 --- a/app/javascript/dashboard/i18n/locale/es/contact.json +++ b/app/javascript/dashboard/i18n/locale/es/contact.json @@ -17,9 +17,6 @@ "NO_RECORDS_FOUND": "No hay conversaciones previas asociadas a este contacto.", "TITLE": "Conversaciones anteriores" }, - "CUSTOM_ATTRIBUTES": { - "TITLE": "Atributos personalizados" - }, "LABELS": { "TITLE": "Etiquetas de conversación", "MODAL": { @@ -170,5 +167,26 @@ "FOOTER": { "BUTTON": "Ver todas las notas" } + }, + "CUSTOM_ATTRIBUTES": { + "TITLE": "Atributos personalizados", + "BUTTON": "Add custom attribute", + "ADD": { + "TITLE": "Create custom attribute", + "DESC": "Add custom information to this contact." + }, + "FORM": { + "CREATE": "Add attribute", + "CANCEL": "Cancelar", + "NAME": { + "LABEL": "Custom attribute name", + "PLACEHOLDER": "Eg: shopify id", + "ERROR": "Invalid custom attribute name" + }, + "VALUE": { + "LABEL": "Attribute value", + "PLACEHOLDER": "Eg: 11901 " + } + } } } diff --git a/app/javascript/dashboard/i18n/locale/fa/contact.json b/app/javascript/dashboard/i18n/locale/fa/contact.json index c95629749..bbe09162c 100644 --- a/app/javascript/dashboard/i18n/locale/fa/contact.json +++ b/app/javascript/dashboard/i18n/locale/fa/contact.json @@ -17,9 +17,6 @@ "NO_RECORDS_FOUND": "این اولین گفتگوی این کاربر است.", "TITLE": "گفتگوهای قبلی" }, - "CUSTOM_ATTRIBUTES": { - "TITLE": "ویژگی‌های سفارشی" - }, "LABELS": { "TITLE": "برچسب‌های گفتگو", "MODAL": { @@ -170,5 +167,26 @@ "FOOTER": { "BUTTON": "View all notes" } + }, + "CUSTOM_ATTRIBUTES": { + "TITLE": "ویژگی‌های سفارشی", + "BUTTON": "Add custom attribute", + "ADD": { + "TITLE": "Create custom attribute", + "DESC": "Add custom information to this contact." + }, + "FORM": { + "CREATE": "Add attribute", + "CANCEL": "انصراف", + "NAME": { + "LABEL": "Custom attribute name", + "PLACEHOLDER": "Eg: shopify id", + "ERROR": "Invalid custom attribute name" + }, + "VALUE": { + "LABEL": "Attribute value", + "PLACEHOLDER": "Eg: 11901 " + } + } } } diff --git a/app/javascript/dashboard/i18n/locale/fi/contact.json b/app/javascript/dashboard/i18n/locale/fi/contact.json index 9f4783221..48db74762 100644 --- a/app/javascript/dashboard/i18n/locale/fi/contact.json +++ b/app/javascript/dashboard/i18n/locale/fi/contact.json @@ -17,9 +17,6 @@ "NO_RECORDS_FOUND": "Tähän yhteystietoon ei liity aikaisempia keskusteluja.", "TITLE": "Edelliset keskustelut" }, - "CUSTOM_ATTRIBUTES": { - "TITLE": "Mukautetut attribuutit" - }, "LABELS": { "TITLE": "Keskustelutunnisteet", "MODAL": { @@ -170,5 +167,26 @@ "FOOTER": { "BUTTON": "View all notes" } + }, + "CUSTOM_ATTRIBUTES": { + "TITLE": "Mukautetut attribuutit", + "BUTTON": "Add custom attribute", + "ADD": { + "TITLE": "Create custom attribute", + "DESC": "Add custom information to this contact." + }, + "FORM": { + "CREATE": "Add attribute", + "CANCEL": "Peruuta", + "NAME": { + "LABEL": "Custom attribute name", + "PLACEHOLDER": "Eg: shopify id", + "ERROR": "Invalid custom attribute name" + }, + "VALUE": { + "LABEL": "Attribute value", + "PLACEHOLDER": "Eg: 11901 " + } + } } } diff --git a/app/javascript/dashboard/i18n/locale/fr/contact.json b/app/javascript/dashboard/i18n/locale/fr/contact.json index 715eda37d..dff214bed 100644 --- a/app/javascript/dashboard/i18n/locale/fr/contact.json +++ b/app/javascript/dashboard/i18n/locale/fr/contact.json @@ -17,9 +17,6 @@ "NO_RECORDS_FOUND": "Il n'y a aucune conversation précédente associée à ce contact.", "TITLE": "Conversations précédentes" }, - "CUSTOM_ATTRIBUTES": { - "TITLE": "Attributs personnalisés" - }, "LABELS": { "TITLE": "Étiquettes de conversation", "MODAL": { @@ -170,5 +167,26 @@ "FOOTER": { "BUTTON": "View all notes" } + }, + "CUSTOM_ATTRIBUTES": { + "TITLE": "Attributs personnalisés", + "BUTTON": "Add custom attribute", + "ADD": { + "TITLE": "Create custom attribute", + "DESC": "Add custom information to this contact." + }, + "FORM": { + "CREATE": "Add attribute", + "CANCEL": "Annuler", + "NAME": { + "LABEL": "Custom attribute name", + "PLACEHOLDER": "Eg: shopify id", + "ERROR": "Invalid custom attribute name" + }, + "VALUE": { + "LABEL": "Attribute value", + "PLACEHOLDER": "Eg: 11901 " + } + } } } diff --git a/app/javascript/dashboard/i18n/locale/hi/contact.json b/app/javascript/dashboard/i18n/locale/hi/contact.json index 6a94011a5..80a33f25a 100644 --- a/app/javascript/dashboard/i18n/locale/hi/contact.json +++ b/app/javascript/dashboard/i18n/locale/hi/contact.json @@ -17,9 +17,6 @@ "NO_RECORDS_FOUND": "There are no previous conversations associated to this contact.", "TITLE": "Previous Conversations" }, - "CUSTOM_ATTRIBUTES": { - "TITLE": "Custom Attributes" - }, "LABELS": { "TITLE": "Conversation Labels", "MODAL": { @@ -170,5 +167,26 @@ "FOOTER": { "BUTTON": "View all notes" } + }, + "CUSTOM_ATTRIBUTES": { + "TITLE": "Custom Attributes", + "BUTTON": "Add custom attribute", + "ADD": { + "TITLE": "Create custom attribute", + "DESC": "Add custom information to this contact." + }, + "FORM": { + "CREATE": "Add attribute", + "CANCEL": "Cancel", + "NAME": { + "LABEL": "Custom attribute name", + "PLACEHOLDER": "Eg: shopify id", + "ERROR": "Invalid custom attribute name" + }, + "VALUE": { + "LABEL": "Attribute value", + "PLACEHOLDER": "Eg: 11901 " + } + } } } diff --git a/app/javascript/dashboard/i18n/locale/hu/contact.json b/app/javascript/dashboard/i18n/locale/hu/contact.json index 378a2413a..c91e66fdb 100644 --- a/app/javascript/dashboard/i18n/locale/hu/contact.json +++ b/app/javascript/dashboard/i18n/locale/hu/contact.json @@ -17,9 +17,6 @@ "NO_RECORDS_FOUND": "Nincs megelőző beszélgetés ezzel a kontakttal.", "TITLE": "Korábbi beszélgetések" }, - "CUSTOM_ATTRIBUTES": { - "TITLE": "Egyedi atribútumok" - }, "LABELS": { "TITLE": "Beszélgetés cimkék", "MODAL": { @@ -170,5 +167,26 @@ "FOOTER": { "BUTTON": "View all notes" } + }, + "CUSTOM_ATTRIBUTES": { + "TITLE": "Egyedi atribútumok", + "BUTTON": "Add custom attribute", + "ADD": { + "TITLE": "Create custom attribute", + "DESC": "Add custom information to this contact." + }, + "FORM": { + "CREATE": "Add attribute", + "CANCEL": "Mégse", + "NAME": { + "LABEL": "Custom attribute name", + "PLACEHOLDER": "Eg: shopify id", + "ERROR": "Invalid custom attribute name" + }, + "VALUE": { + "LABEL": "Attribute value", + "PLACEHOLDER": "Eg: 11901 " + } + } } } diff --git a/app/javascript/dashboard/i18n/locale/id/contact.json b/app/javascript/dashboard/i18n/locale/id/contact.json index 56f590502..3cf9c5872 100644 --- a/app/javascript/dashboard/i18n/locale/id/contact.json +++ b/app/javascript/dashboard/i18n/locale/id/contact.json @@ -17,9 +17,6 @@ "NO_RECORDS_FOUND": "Tidak ada percakapan sebelumnya yang terkait dengan kontak ini.", "TITLE": "Percakapan Sebelumnya" }, - "CUSTOM_ATTRIBUTES": { - "TITLE": "Atribut Kustom" - }, "LABELS": { "TITLE": "Label Percakapan", "MODAL": { @@ -170,5 +167,26 @@ "FOOTER": { "BUTTON": "View all notes" } + }, + "CUSTOM_ATTRIBUTES": { + "TITLE": "Atribut Kustom", + "BUTTON": "Add custom attribute", + "ADD": { + "TITLE": "Create custom attribute", + "DESC": "Add custom information to this contact." + }, + "FORM": { + "CREATE": "Add attribute", + "CANCEL": "Batalkan", + "NAME": { + "LABEL": "Custom attribute name", + "PLACEHOLDER": "Eg: shopify id", + "ERROR": "Invalid custom attribute name" + }, + "VALUE": { + "LABEL": "Attribute value", + "PLACEHOLDER": "Eg: 11901 " + } + } } } diff --git a/app/javascript/dashboard/i18n/locale/it/contact.json b/app/javascript/dashboard/i18n/locale/it/contact.json index 1bb13b561..23beb5c9f 100644 --- a/app/javascript/dashboard/i18n/locale/it/contact.json +++ b/app/javascript/dashboard/i18n/locale/it/contact.json @@ -17,9 +17,6 @@ "NO_RECORDS_FOUND": "Non ci sono precedenti conversazioni associate a questo contatto.", "TITLE": "Conversazioni precedenti" }, - "CUSTOM_ATTRIBUTES": { - "TITLE": "Custom Attributes" - }, "LABELS": { "TITLE": "Etichette conversazione", "MODAL": { @@ -170,5 +167,26 @@ "FOOTER": { "BUTTON": "View all notes" } + }, + "CUSTOM_ATTRIBUTES": { + "TITLE": "Custom Attributes", + "BUTTON": "Add custom attribute", + "ADD": { + "TITLE": "Create custom attribute", + "DESC": "Add custom information to this contact." + }, + "FORM": { + "CREATE": "Add attribute", + "CANCEL": "annulla", + "NAME": { + "LABEL": "Custom attribute name", + "PLACEHOLDER": "Eg: shopify id", + "ERROR": "Invalid custom attribute name" + }, + "VALUE": { + "LABEL": "Attribute value", + "PLACEHOLDER": "Eg: 11901 " + } + } } } diff --git a/app/javascript/dashboard/i18n/locale/ja/contact.json b/app/javascript/dashboard/i18n/locale/ja/contact.json index 4975d8f6d..ed8639c1b 100644 --- a/app/javascript/dashboard/i18n/locale/ja/contact.json +++ b/app/javascript/dashboard/i18n/locale/ja/contact.json @@ -17,9 +17,6 @@ "NO_RECORDS_FOUND": "この連絡先に関連付けられている以前の会話はありません。", "TITLE": "前の会話" }, - "CUSTOM_ATTRIBUTES": { - "TITLE": "カスタム属性" - }, "LABELS": { "TITLE": "会話のラベル", "MODAL": { @@ -170,5 +167,26 @@ "FOOTER": { "BUTTON": "View all notes" } + }, + "CUSTOM_ATTRIBUTES": { + "TITLE": "カスタム属性", + "BUTTON": "Add custom attribute", + "ADD": { + "TITLE": "Create custom attribute", + "DESC": "Add custom information to this contact." + }, + "FORM": { + "CREATE": "Add attribute", + "CANCEL": "キャンセル", + "NAME": { + "LABEL": "Custom attribute name", + "PLACEHOLDER": "Eg: shopify id", + "ERROR": "Invalid custom attribute name" + }, + "VALUE": { + "LABEL": "Attribute value", + "PLACEHOLDER": "Eg: 11901 " + } + } } } diff --git a/app/javascript/dashboard/i18n/locale/ko/contact.json b/app/javascript/dashboard/i18n/locale/ko/contact.json index 52ac02c1b..7af037f32 100644 --- a/app/javascript/dashboard/i18n/locale/ko/contact.json +++ b/app/javascript/dashboard/i18n/locale/ko/contact.json @@ -17,9 +17,6 @@ "NO_RECORDS_FOUND": "이 연락처와 관련된 이전 대화가 없습니다.", "TITLE": "이전 대화" }, - "CUSTOM_ATTRIBUTES": { - "TITLE": "사용자 지정 특성" - }, "LABELS": { "TITLE": "대화 라벨", "MODAL": { @@ -170,5 +167,26 @@ "FOOTER": { "BUTTON": "View all notes" } + }, + "CUSTOM_ATTRIBUTES": { + "TITLE": "사용자 지정 특성", + "BUTTON": "Add custom attribute", + "ADD": { + "TITLE": "Create custom attribute", + "DESC": "Add custom information to this contact." + }, + "FORM": { + "CREATE": "Add attribute", + "CANCEL": "취소", + "NAME": { + "LABEL": "Custom attribute name", + "PLACEHOLDER": "Eg: shopify id", + "ERROR": "Invalid custom attribute name" + }, + "VALUE": { + "LABEL": "Attribute value", + "PLACEHOLDER": "Eg: 11901 " + } + } } } diff --git a/app/javascript/dashboard/i18n/locale/ml/contact.json b/app/javascript/dashboard/i18n/locale/ml/contact.json index d2af1ebb6..cb96143b5 100644 --- a/app/javascript/dashboard/i18n/locale/ml/contact.json +++ b/app/javascript/dashboard/i18n/locale/ml/contact.json @@ -17,9 +17,6 @@ "NO_RECORDS_FOUND": "ഈ കോൺടാക്റ്റുമായി മുമ്പത്തെ സംഭാഷണങ്ങളൊന്നും ബന്ധപ്പെടുത്തിയിട്ടില്ല.", "TITLE": "മുമ്പത്തെ സംഭാഷണങ്ങൾ" }, - "CUSTOM_ATTRIBUTES": { - "TITLE": "ഇഷ്‌ടാനുസൃത ആട്രിബ്യൂട്ടുകൾ" - }, "LABELS": { "TITLE": "സംഭാഷണ ലേബലുകൾ", "MODAL": { @@ -170,5 +167,26 @@ "FOOTER": { "BUTTON": "View all notes" } + }, + "CUSTOM_ATTRIBUTES": { + "TITLE": "ഇഷ്‌ടാനുസൃത ആട്രിബ്യൂട്ടുകൾ", + "BUTTON": "Add custom attribute", + "ADD": { + "TITLE": "Create custom attribute", + "DESC": "Add custom information to this contact." + }, + "FORM": { + "CREATE": "Add attribute", + "CANCEL": "റദ്ദാക്കുക", + "NAME": { + "LABEL": "Custom attribute name", + "PLACEHOLDER": "Eg: shopify id", + "ERROR": "Invalid custom attribute name" + }, + "VALUE": { + "LABEL": "Attribute value", + "PLACEHOLDER": "Eg: 11901 " + } + } } } diff --git a/app/javascript/dashboard/i18n/locale/ne/contact.json b/app/javascript/dashboard/i18n/locale/ne/contact.json index b00c7c3d4..755bc1969 100644 --- a/app/javascript/dashboard/i18n/locale/ne/contact.json +++ b/app/javascript/dashboard/i18n/locale/ne/contact.json @@ -17,9 +17,6 @@ "NO_RECORDS_FOUND": "There are no previous conversations associated to this contact.", "TITLE": "Previous Conversations" }, - "CUSTOM_ATTRIBUTES": { - "TITLE": "Custom Attributes" - }, "LABELS": { "TITLE": "Conversation Labels", "MODAL": { @@ -170,5 +167,26 @@ "FOOTER": { "BUTTON": "View all notes" } + }, + "CUSTOM_ATTRIBUTES": { + "TITLE": "Custom Attributes", + "BUTTON": "Add custom attribute", + "ADD": { + "TITLE": "Create custom attribute", + "DESC": "Add custom information to this contact." + }, + "FORM": { + "CREATE": "Add attribute", + "CANCEL": "Cancel", + "NAME": { + "LABEL": "Custom attribute name", + "PLACEHOLDER": "Eg: shopify id", + "ERROR": "Invalid custom attribute name" + }, + "VALUE": { + "LABEL": "Attribute value", + "PLACEHOLDER": "Eg: 11901 " + } + } } } diff --git a/app/javascript/dashboard/i18n/locale/nl/contact.json b/app/javascript/dashboard/i18n/locale/nl/contact.json index 848a1523c..8bee921d3 100644 --- a/app/javascript/dashboard/i18n/locale/nl/contact.json +++ b/app/javascript/dashboard/i18n/locale/nl/contact.json @@ -17,9 +17,6 @@ "NO_RECORDS_FOUND": "Er zijn geen eerdere gesprekken gekoppeld aan dit contact.", "TITLE": "Vorige gesprekken" }, - "CUSTOM_ATTRIBUTES": { - "TITLE": "Custom Attributes" - }, "LABELS": { "TITLE": "Labels voor gesprekken", "MODAL": { @@ -170,5 +167,26 @@ "FOOTER": { "BUTTON": "View all notes" } + }, + "CUSTOM_ATTRIBUTES": { + "TITLE": "Custom Attributes", + "BUTTON": "Add custom attribute", + "ADD": { + "TITLE": "Create custom attribute", + "DESC": "Add custom information to this contact." + }, + "FORM": { + "CREATE": "Add attribute", + "CANCEL": "Annuleren", + "NAME": { + "LABEL": "Custom attribute name", + "PLACEHOLDER": "Eg: shopify id", + "ERROR": "Invalid custom attribute name" + }, + "VALUE": { + "LABEL": "Attribute value", + "PLACEHOLDER": "Eg: 11901 " + } + } } } diff --git a/app/javascript/dashboard/i18n/locale/no/contact.json b/app/javascript/dashboard/i18n/locale/no/contact.json index 2da471d42..5bff9e747 100644 --- a/app/javascript/dashboard/i18n/locale/no/contact.json +++ b/app/javascript/dashboard/i18n/locale/no/contact.json @@ -17,9 +17,6 @@ "NO_RECORDS_FOUND": "Det er ingen tidligere samtaler knyttet til denne kontakten.", "TITLE": "Tidligere samtaler" }, - "CUSTOM_ATTRIBUTES": { - "TITLE": "Egendefinerte verdier" - }, "LABELS": { "TITLE": "Samtaleetiketter", "MODAL": { @@ -170,5 +167,26 @@ "FOOTER": { "BUTTON": "View all notes" } + }, + "CUSTOM_ATTRIBUTES": { + "TITLE": "Egendefinerte verdier", + "BUTTON": "Add custom attribute", + "ADD": { + "TITLE": "Create custom attribute", + "DESC": "Add custom information to this contact." + }, + "FORM": { + "CREATE": "Add attribute", + "CANCEL": "Avbryt", + "NAME": { + "LABEL": "Custom attribute name", + "PLACEHOLDER": "Eg: shopify id", + "ERROR": "Invalid custom attribute name" + }, + "VALUE": { + "LABEL": "Attribute value", + "PLACEHOLDER": "Eg: 11901 " + } + } } } diff --git a/app/javascript/dashboard/i18n/locale/pl/contact.json b/app/javascript/dashboard/i18n/locale/pl/contact.json index f761ab4fc..bcdabc21c 100644 --- a/app/javascript/dashboard/i18n/locale/pl/contact.json +++ b/app/javascript/dashboard/i18n/locale/pl/contact.json @@ -17,9 +17,6 @@ "NO_RECORDS_FOUND": "Brak poprzednich rozmów powiązanych z tym kontaktem.", "TITLE": "Poprzednie rozmowy" }, - "CUSTOM_ATTRIBUTES": { - "TITLE": "Niestandardowe atrybuty" - }, "LABELS": { "TITLE": "Etykiety konwersacji", "MODAL": { @@ -170,5 +167,26 @@ "FOOTER": { "BUTTON": "Wyświetl wszystkie notatki" } + }, + "CUSTOM_ATTRIBUTES": { + "TITLE": "Niestandardowe atrybuty", + "BUTTON": "Add custom attribute", + "ADD": { + "TITLE": "Create custom attribute", + "DESC": "Add custom information to this contact." + }, + "FORM": { + "CREATE": "Add attribute", + "CANCEL": "Anuluj", + "NAME": { + "LABEL": "Custom attribute name", + "PLACEHOLDER": "Eg: shopify id", + "ERROR": "Invalid custom attribute name" + }, + "VALUE": { + "LABEL": "Attribute value", + "PLACEHOLDER": "Eg: 11901 " + } + } } } diff --git a/app/javascript/dashboard/i18n/locale/pt/contact.json b/app/javascript/dashboard/i18n/locale/pt/contact.json index b167c9f50..71cd996f0 100644 --- a/app/javascript/dashboard/i18n/locale/pt/contact.json +++ b/app/javascript/dashboard/i18n/locale/pt/contact.json @@ -17,9 +17,6 @@ "NO_RECORDS_FOUND": "Não há conversas anteriores associadas a este contato.", "TITLE": "Conversas anteriores" }, - "CUSTOM_ATTRIBUTES": { - "TITLE": "Custom Attributes" - }, "LABELS": { "TITLE": "Rótulos da conversa", "MODAL": { @@ -170,5 +167,26 @@ "FOOTER": { "BUTTON": "View all notes" } + }, + "CUSTOM_ATTRIBUTES": { + "TITLE": "Custom Attributes", + "BUTTON": "Add custom attribute", + "ADD": { + "TITLE": "Create custom attribute", + "DESC": "Add custom information to this contact." + }, + "FORM": { + "CREATE": "Add attribute", + "CANCEL": "cancelar", + "NAME": { + "LABEL": "Custom attribute name", + "PLACEHOLDER": "Eg: shopify id", + "ERROR": "Invalid custom attribute name" + }, + "VALUE": { + "LABEL": "Attribute value", + "PLACEHOLDER": "Eg: 11901 " + } + } } } diff --git a/app/javascript/dashboard/i18n/locale/pt_BR/contact.json b/app/javascript/dashboard/i18n/locale/pt_BR/contact.json index 813542830..8e9936a4c 100644 --- a/app/javascript/dashboard/i18n/locale/pt_BR/contact.json +++ b/app/javascript/dashboard/i18n/locale/pt_BR/contact.json @@ -17,9 +17,6 @@ "NO_RECORDS_FOUND": "Não há conversas anteriores associadas a este contato.", "TITLE": "Conversas anteriores" }, - "CUSTOM_ATTRIBUTES": { - "TITLE": "Atributos Personalizados" - }, "LABELS": { "TITLE": "Marcador da conversa", "MODAL": { @@ -170,5 +167,26 @@ "FOOTER": { "BUTTON": "View all notes" } + }, + "CUSTOM_ATTRIBUTES": { + "TITLE": "Atributos Personalizados", + "BUTTON": "Add custom attribute", + "ADD": { + "TITLE": "Create custom attribute", + "DESC": "Add custom information to this contact." + }, + "FORM": { + "CREATE": "Add attribute", + "CANCEL": "Cancelar", + "NAME": { + "LABEL": "Custom attribute name", + "PLACEHOLDER": "Eg: shopify id", + "ERROR": "Invalid custom attribute name" + }, + "VALUE": { + "LABEL": "Attribute value", + "PLACEHOLDER": "Eg: 11901 " + } + } } } diff --git a/app/javascript/dashboard/i18n/locale/ro/contact.json b/app/javascript/dashboard/i18n/locale/ro/contact.json index 95c92cc76..eeadba0a3 100644 --- a/app/javascript/dashboard/i18n/locale/ro/contact.json +++ b/app/javascript/dashboard/i18n/locale/ro/contact.json @@ -17,9 +17,6 @@ "NO_RECORDS_FOUND": "Nu există conversații anterioare asociate cu acest contact.", "TITLE": "Conversații anterioare" }, - "CUSTOM_ATTRIBUTES": { - "TITLE": "Custom Attributes" - }, "LABELS": { "TITLE": "Etichete conversație", "MODAL": { @@ -170,5 +167,26 @@ "FOOTER": { "BUTTON": "View all notes" } + }, + "CUSTOM_ATTRIBUTES": { + "TITLE": "Custom Attributes", + "BUTTON": "Add custom attribute", + "ADD": { + "TITLE": "Create custom attribute", + "DESC": "Add custom information to this contact." + }, + "FORM": { + "CREATE": "Add attribute", + "CANCEL": "Renunță", + "NAME": { + "LABEL": "Custom attribute name", + "PLACEHOLDER": "Eg: shopify id", + "ERROR": "Invalid custom attribute name" + }, + "VALUE": { + "LABEL": "Attribute value", + "PLACEHOLDER": "Eg: 11901 " + } + } } } diff --git a/app/javascript/dashboard/i18n/locale/ru/contact.json b/app/javascript/dashboard/i18n/locale/ru/contact.json index c85c67794..e903118c7 100644 --- a/app/javascript/dashboard/i18n/locale/ru/contact.json +++ b/app/javascript/dashboard/i18n/locale/ru/contact.json @@ -17,9 +17,6 @@ "NO_RECORDS_FOUND": "Нет предыдущих диалогов, связанных с этим контактом.", "TITLE": "Предыдущие диалоги" }, - "CUSTOM_ATTRIBUTES": { - "TITLE": "Пользовательские атрибуты" - }, "LABELS": { "TITLE": "Категории Диалога", "MODAL": { @@ -170,5 +167,26 @@ "FOOTER": { "BUTTON": "Показать все заметки" } + }, + "CUSTOM_ATTRIBUTES": { + "TITLE": "Пользовательские атрибуты", + "BUTTON": "Добавить пользовательский атрибут", + "ADD": { + "TITLE": "Создать пользовательский атрибут", + "DESC": "Добавить пользовательскую информацию этому контакту." + }, + "FORM": { + "CREATE": "Добавить параметр", + "CANCEL": "Отменить", + "NAME": { + "LABEL": "Имя пользовательского параметра", + "PLACEHOLDER": "Например: id shopify", + "ERROR": "Неверное название пользовательского параметра" + }, + "VALUE": { + "LABEL": "Значение параметра", + "PLACEHOLDER": "Eg: 11901 " + } + } } } diff --git a/app/javascript/dashboard/i18n/locale/ru/report.json b/app/javascript/dashboard/i18n/locale/ru/report.json index 9ab726c09..6851601c0 100644 --- a/app/javascript/dashboard/i18n/locale/ru/report.json +++ b/app/javascript/dashboard/i18n/locale/ru/report.json @@ -41,15 +41,15 @@ }, { "id": 2, - "name": "Last 3 months" + "name": "Последние 3 месяца" }, { "id": 3, - "name": "Last 6 months" + "name": "Последние 6 месяцев" }, { "id": 4, - "name": "Last year" + "name": "За прошлый год" } ] } diff --git a/app/javascript/dashboard/i18n/locale/sk/contact.json b/app/javascript/dashboard/i18n/locale/sk/contact.json index 6a94011a5..80a33f25a 100644 --- a/app/javascript/dashboard/i18n/locale/sk/contact.json +++ b/app/javascript/dashboard/i18n/locale/sk/contact.json @@ -17,9 +17,6 @@ "NO_RECORDS_FOUND": "There are no previous conversations associated to this contact.", "TITLE": "Previous Conversations" }, - "CUSTOM_ATTRIBUTES": { - "TITLE": "Custom Attributes" - }, "LABELS": { "TITLE": "Conversation Labels", "MODAL": { @@ -170,5 +167,26 @@ "FOOTER": { "BUTTON": "View all notes" } + }, + "CUSTOM_ATTRIBUTES": { + "TITLE": "Custom Attributes", + "BUTTON": "Add custom attribute", + "ADD": { + "TITLE": "Create custom attribute", + "DESC": "Add custom information to this contact." + }, + "FORM": { + "CREATE": "Add attribute", + "CANCEL": "Cancel", + "NAME": { + "LABEL": "Custom attribute name", + "PLACEHOLDER": "Eg: shopify id", + "ERROR": "Invalid custom attribute name" + }, + "VALUE": { + "LABEL": "Attribute value", + "PLACEHOLDER": "Eg: 11901 " + } + } } } diff --git a/app/javascript/dashboard/i18n/locale/sv/contact.json b/app/javascript/dashboard/i18n/locale/sv/contact.json index e522d6958..bea85ece1 100644 --- a/app/javascript/dashboard/i18n/locale/sv/contact.json +++ b/app/javascript/dashboard/i18n/locale/sv/contact.json @@ -17,9 +17,6 @@ "NO_RECORDS_FOUND": "Det finns inga tidigare konversationer kopplade till denna kontakt.", "TITLE": "Tidigare konversationer" }, - "CUSTOM_ATTRIBUTES": { - "TITLE": "Egna egenskaper" - }, "LABELS": { "TITLE": "Etiketter för konversation", "MODAL": { @@ -170,5 +167,26 @@ "FOOTER": { "BUTTON": "View all notes" } + }, + "CUSTOM_ATTRIBUTES": { + "TITLE": "Egna egenskaper", + "BUTTON": "Add custom attribute", + "ADD": { + "TITLE": "Create custom attribute", + "DESC": "Add custom information to this contact." + }, + "FORM": { + "CREATE": "Add attribute", + "CANCEL": "Avbryt", + "NAME": { + "LABEL": "Custom attribute name", + "PLACEHOLDER": "Eg: shopify id", + "ERROR": "Invalid custom attribute name" + }, + "VALUE": { + "LABEL": "Attribute value", + "PLACEHOLDER": "Eg: 11901 " + } + } } } diff --git a/app/javascript/dashboard/i18n/locale/ta/contact.json b/app/javascript/dashboard/i18n/locale/ta/contact.json index 567af1644..dd14b68e9 100644 --- a/app/javascript/dashboard/i18n/locale/ta/contact.json +++ b/app/javascript/dashboard/i18n/locale/ta/contact.json @@ -17,9 +17,6 @@ "NO_RECORDS_FOUND": "இந்த தொடர்புடன் முந்தைய உரையாடல்கள் எதுவும் இல்லை.", "TITLE": "முந்தைய உரையாடல்கள்" }, - "CUSTOM_ATTRIBUTES": { - "TITLE": "Custom Attributes" - }, "LABELS": { "TITLE": "உரையாடல் லேபிள்கள்", "MODAL": { @@ -170,5 +167,26 @@ "FOOTER": { "BUTTON": "View all notes" } + }, + "CUSTOM_ATTRIBUTES": { + "TITLE": "Custom Attributes", + "BUTTON": "Add custom attribute", + "ADD": { + "TITLE": "Create custom attribute", + "DESC": "Add custom information to this contact." + }, + "FORM": { + "CREATE": "Add attribute", + "CANCEL": "ரத்துசெய்", + "NAME": { + "LABEL": "Custom attribute name", + "PLACEHOLDER": "Eg: shopify id", + "ERROR": "Invalid custom attribute name" + }, + "VALUE": { + "LABEL": "Attribute value", + "PLACEHOLDER": "Eg: 11901 " + } + } } } diff --git a/app/javascript/dashboard/i18n/locale/th/campaign.json b/app/javascript/dashboard/i18n/locale/th/campaign.json index 2550d305c..68e699fcf 100644 --- a/app/javascript/dashboard/i18n/locale/th/campaign.json +++ b/app/javascript/dashboard/i18n/locale/th/campaign.json @@ -1,69 +1,69 @@ { "CAMPAIGN": { - "HEADER": "Campaigns", - "SIDEBAR_TXT": "Proactive messages allow the customer to send outbound messages to their contacts which would trigger more conversations. Click on Add Campaign to create a new campaign. You can also edit or delete an existing campaign by clicking on the Edit or Delete button.", - "HEADER_BTN_TXT": "Create a campaign", + "HEADER": "แคมเปญ", + "SIDEBAR_TXT": "ข้อความที่ช่วยให้ลูกค้าสามารถส่งข้อควาไปยังผู้ติดต่อซึ่งจะทำให้เกิดการสนทนามากขึ้น คลิกที่ เพิ่มแคมเปญ เพื่อสร้างแคมเปญใหม่ คุณยังสามารถแก้ไขหรือลบแคมเปญที่มีอยู่ได้โดยคลิกที่ปุ่มแก้ไขหรือลบ", + "HEADER_BTN_TXT": "สร้างแคมเปญใหม่", "ADD": { - "TITLE": "Create a campaign", - "DESC": "Proactive messages allow the customer to send outbound messages to their contacts which would trigger more conversations.", + "TITLE": "สร้างแคมเปญใหม่", + "DESC": "ข้อความที่จะทำให้ลูกค้าส่งไปยังผู้ติดต่อที่จะได้รับข้อความมากขึ้น", "CANCEL_BUTTON_TEXT": "ยกเลิก", - "CREATE_BUTTON_TEXT": "Create", + "CREATE_BUTTON_TEXT": "สร้าง", "FORM": { "TITLE": { - "LABEL": "Title", - "PLACEHOLDER": "Please enter the title of campaign", - "ERROR": "Title is required" + "LABEL": "หัวข้อ", + "PLACEHOLDER": "กรุณาใส่หัวข้อแคมเปญ", + "ERROR": "โปรดระบุหัวข้อด้วย" }, "MESSAGE": { - "LABEL": "Message", - "PLACEHOLDER": "Please enter the message of campaign", - "ERROR": "Message is required" + "LABEL": "ข้อความ", + "PLACEHOLDER": "โปรดระบุข้อความของแคมเปญด้วย", + "ERROR": "โปรดระบุข้อความด้วย" }, "SENT_BY": { - "LABEL": "Sent by", - "PLACEHOLDER": "Please select the the content of campaign", - "ERROR": "Sender is required" + "LABEL": "ส่งโดย", + "PLACEHOLDER": "กรุณาเลือกเนื้อหาด้วย", + "ERROR": "โปรดระบุชื่อผู้ส่ง" }, "END_POINT": { - "LABEL": "URL", - "PLACEHOLDER": "Please enter the URL", - "ERROR": "Please enter a valid URL" + "LABEL": "ลิ้ง", + "PLACEHOLDER": "โปรดระบุลิ้งด้วย", + "ERROR": "กรุณากรอกลิ้งที่ถูกต้อง" }, "TIME_ON_PAGE": { - "LABEL": "Time on page(Seconds)", - "PLACEHOLDER": "Please enter the time", - "ERROR": "Time on page is required" + "LABEL": "เวลาของหน้า (วินาที)", + "PLACEHOLDER": "โปรดระบุเวลาด้วย", + "ERROR": "กรุณาระบุเวลาที่อยู่ในหน้านั้นด้วย" }, - "ENABLED": "Enable campaign", - "SUBMIT": "Add Campaign" + "ENABLED": "เปิดเเคมเปญ", + "SUBMIT": "เพิ่มเเคมเปญ" }, "API": { - "SUCCESS_MESSAGE": "Campaign created successfully", - "ERROR_MESSAGE": "There was an error. Please try again." + "SUCCESS_MESSAGE": "สร้างเเคมเปญเสร็จสิ้น", + "ERROR_MESSAGE": "เกิดข้อผิดพลาดกรุณาลองใหม่อีกครั้ง." } }, "EDIT": { - "TITLE": "Edit campaign", - "UPDATE_BUTTON_TEXT": "Update", + "TITLE": "เเก้ไขเเคมเปญ", + "UPDATE_BUTTON_TEXT": "อัพเดท", "API": { - "SUCCESS_MESSAGE": "Campaign updated successfully", + "SUCCESS_MESSAGE": "อัพเดทเเคมเปญเรียบร้อยเเล้ว", "ERROR_MESSAGE": "เกิดข้อผิดพลาดกรุณาลองใหม่อีกครั้ง" } }, "LIST": { - "LOADING_MESSAGE": "Loading campaigns...", - "404": "There are no campaigns created for this inbox.", + "LOADING_MESSAGE": "กำลังโหลดแคมเปญ", + "404": "ไม่มีเเคมเปณลญในกล่องข้อความนี้", "TABLE_HEADER": { - "TITLE": "Title", - "MESSAGE": "Message", + "TITLE": "หัวข้อ", + "MESSAGE": "ข้อความ", "STATUS": "สถานะ", - "SENDER": "Sender", - "URL": "URL", - "TIME_ON_PAGE": "Time(Seconds)", - "CREATED_AT": "Created at" + "SENDER": "ผู้ส่ง", + "URL": "ลิ้ง", + "TIME_ON_PAGE": "เวลา (วินาที)", + "CREATED_AT": "สร้างเมื่อ" }, "BUTTONS": { - "ADD": "Add", + "ADD": "เพิ่ม", "EDIT": "เเก้ไข", "DELETE": "ลบ" }, diff --git a/app/javascript/dashboard/i18n/locale/th/chatlist.json b/app/javascript/dashboard/i18n/locale/th/chatlist.json index 914b66ada..e62c9bb0f 100644 --- a/app/javascript/dashboard/i18n/locale/th/chatlist.json +++ b/app/javascript/dashboard/i18n/locale/th/chatlist.json @@ -80,7 +80,7 @@ "RECEIVED_VIA_EMAIL": "ได้รับทางอีเมลล์", "VIEW_TWEET_IN_TWITTER": "ดูทวิตในทวิตเตอร์", "REPLY_TO_TWEET": "ตอบกลับทวิตนี้", - "NO_MESSAGES": "No Messages", - "NO_CONTENT": "No content available" + "NO_MESSAGES": "ไม่มีข้อความ", + "NO_CONTENT": "ไม่มีเนื้อหา" } } diff --git a/app/javascript/dashboard/i18n/locale/th/contact.json b/app/javascript/dashboard/i18n/locale/th/contact.json index 17044bcc6..60da05a91 100644 --- a/app/javascript/dashboard/i18n/locale/th/contact.json +++ b/app/javascript/dashboard/i18n/locale/th/contact.json @@ -3,7 +3,7 @@ "NOT_AVAILABLE": "ไม่พร้อมใช้งาน", "EMAIL_ADDRESS": "ที่อยู่อีเมล์", "PHONE_NUMBER": "หมายเลขโทรศัพท์", - "COPY_SUCCESSFUL": "Copied to clipboard successfully", + "COPY_SUCCESSFUL": "คัดลอกไปยังคริปบอร์ดเเล้ว", "COMPANY": "บริษัท", "LOCATION": "สถานที่", "CONVERSATION_TITLE": "รายละเอียดการสนทนา", @@ -11,15 +11,12 @@ "OS": "ระบบปฏิบัติการ", "INITIATED_FROM": "Initiated from", "INITIATED_AT": "Initiated at", - "IP_ADDRESS": "IP Address", - "NEW_MESSAGE": "New message", + "IP_ADDRESS": "ที่อยู่ไอพี", + "NEW_MESSAGE": "ข้อความใหม่", "CONVERSATIONS": { "NO_RECORDS_FOUND": "ไม่มีการสนทนาก่อนหน้านี้ที่เชื่อมโยงกับผู้ติดต่อนี้", "TITLE": "การสนทนาก่อนหน้า" }, - "CUSTOM_ATTRIBUTES": { - "TITLE": "แอตทริบิวต์ที่กำหนดเอง" - }, "LABELS": { "TITLE": "ป้ายกำกับการสนทนา", "MODAL": { @@ -28,22 +25,22 @@ "INACTIVE_LABELS": "ป้ายกำกับที่ใช้ได้ในบัญชีนี้", "REMOVE": "คลิกที่ X เพื่อลบป้ายกำกับ", "ADD": "คลิกที่ + เพื่อเพิ่มป้ายกำกับ", - "ADD_BUTTON": "Add Labels", + "ADD_BUTTON": "เพิ่มหัวข้อ", "UPDATE_BUTTON": "อัพเดทป้ายกำกับ", "UPDATE_ERROR": "ไม่สามารถอัพเดทป้านกำกับได้กรุณาลองใหม่" }, "NO_LABELS_TO_ADD": "ไม่มีป้ายกำกับที่กำหนดให้บัญชีนี้", "NO_AVAILABLE_LABELS": "ไม่มีป้ายกำกับที่เพิ่มให้การสนทนานี้", "LABEL_SELECT": { - "TITLE": "Add Labels", - "PLACEHOLDER": "Search labels", - "NO_RESULT": "No labels found" + "TITLE": "เพิ่มหัวข้อ", + "PLACEHOLDER": "ค้นหาหัวข้อ", + "NO_RESULT": "ไม่พบหัวข้อ" } }, "MUTE_CONTACT": "ระงับการสนทนา", - "UNMUTE_CONTACT": "Unmute Conversation", + "UNMUTE_CONTACT": "เลิกใบ้การสนทนา", "MUTED_SUCCESS": "การสนทนานี้ถูกระงับ 6 ชั่วโมง", - "UNMUTED_SUCCESS": "This conversation is unmuted", + "UNMUTED_SUCCESS": "การสนทนานี้เลิกใบ้เเล้ว", "SEND_TRANSCRIPT": "ส่งประวัติเเชท", "EDIT_LABEL": "เเก้ไข" }, @@ -53,9 +50,9 @@ "DESC": "เเห้ไขรายละเอียดผู้ติดต่อ" }, "CREATE_CONTACT": { - "BUTTON_LABEL": "New Contact", - "TITLE": "Create new contact", - "DESC": "Add basic information details about the contact." + "BUTTON_LABEL": "การติดต่อใหม่", + "TITLE": "สร้างการติดต่อใหม่", + "DESC": "เพิ่าข้อความพื้นฐานเกี่ยวกับการติดต่อนี้" }, "CONTACT_FORM": { "FORM": { @@ -79,8 +76,8 @@ "PHONE_NUMBER": { "PLACEHOLDER": "กรอกหมายเลขโทรศัพท์ผู้ติดต่อ", "LABEL": "หมายเลขโทรศัพท์", - "HELP": "Phone number should be of E.164 format eg: +1415555555 [+][country code][area code][local phone number]", - "ERROR": "Phone number should be either empty or of E.164 format" + "HELP": "เบอร์โทรศัพท์ควรจะเป็นเเบบนี้เช่น +663990214 [+][หรัสประเทศ][หรัสพื้นที่][เลขโทรศัพท์]", + "ERROR": "หมายเลขโทรศัพท์ควรจะว่างปล่าวหรืออยู่ในรู้เเบบ E.164" }, "LOCATION": { "PLACEHOLDER": "กรอกที่อยู่ผู้ติดต่อ", @@ -109,66 +106,87 @@ } } }, - "SUCCESS_MESSAGE": "Contact saved successfully", + "SUCCESS_MESSAGE": "สร้างการติดต่อเรียบร้อยเเล้ว", "CONTACT_ALREADY_EXIST": "อีเมล์นี้ถูกใช้ในผู้ติดต่อคนอื่นเเล้ว", "ERROR_MESSAGE": "เกิดข้อผิดพลาดกรุณาลองใหม่อีกครั้ง" }, "NEW_CONVERSATION": { - "BUTTON_LABEL": "Start conversation", - "TITLE": "New conversation", - "DESC": "Start a new conversation by sending a new message.", - "NO_INBOX": "Couldn't find an inbox to initiate a new conversation with this contact.", + "BUTTON_LABEL": "เริ่มการสนทนา", + "TITLE": "สร้างการสนทนาใหม่", + "DESC": "สร้างการสนทนาใหม่โดยการส่งข้อความ", + "NO_INBOX": "ไม่พบกล่องข้อความเพื่อเริ่มการสนทนากับผู้ติดต่อนี้ได้", "FORM": { "TO": { - "LABEL": "To" + "LABEL": "ถึง" }, "INBOX": { - "LABEL": "Inbox", - "ERROR": "Select an inbox" + "LABEL": "กล่องข้อความ", + "ERROR": "เลือกกล่องข้อความ" }, "MESSAGE": { - "LABEL": "Message", - "PLACEHOLDER": "Write your message here", - "ERROR": "Message can't be empty" + "LABEL": "ข้อความ", + "PLACEHOLDER": "เขียนข้อความของคุณที่นี่", + "ERROR": "ไม่สามารถปล่อยให่ข้อความว่างได้" }, - "SUBMIT": "Send message", + "SUBMIT": "ส่วข้อความ", "CANCEL": "ยกเลิก", - "SUCCESS_MESSAGE": "Message sent!", - "ERROR_MESSAGE": "Couldn't send! try again" + "SUCCESS_MESSAGE": "ส่งข้อความเเล้ว", + "ERROR_MESSAGE": "ไม่สามารถส่งข้อความได้กรุณาลองอีกครั้ง" } }, "CONTACTS_PAGE": { - "HEADER": "Contacts", - "SEARCH_BUTTON": "Search", - "SEARCH_INPUT_PLACEHOLDER": "Search for contacts", + "HEADER": "ผู้ติดต่อ", + "SEARCH_BUTTON": "ค้นหา", + "SEARCH_INPUT_PLACEHOLDER": "ค้อนหาผู้ติดต่อ", "LIST": { - "LOADING_MESSAGE": "Loading contacts...", - "404": "No contacts matches your search 🔍", + "LOADING_MESSAGE": "กำลังโหลดรายชื่อผู้ติดต่อ", + "404": "ไม่มีผู้ติดต่อที่ตรงกัน 🔍", "TABLE_HEADER": { "NAME": "ชื่อ", "PHONE_NUMBER": "หมายเลขโทรศัพท์", "CONVERSATIONS": "การสนทนา", - "LAST_ACTIVITY": "Last Activity", - "COUNTRY": "Country", - "CITY": "City", - "SOCIAL_PROFILES": "Social Profiles", + "LAST_ACTIVITY": "ล่าสุดเมื่อ", + "COUNTRY": "ประเทศ", + "CITY": "เมือง", + "SOCIAL_PROFILES": "โปรไฟล์โซเชียล", "COMPANY": "บริษัท", "EMAIL_ADDRESS": "ที่อยู่อีเมล์" }, - "VIEW_DETAILS": "View details" + "VIEW_DETAILS": "ดูรายละเอียด" } }, "NOTES": { "HEADER": { - "TITLE": "Notes" + "TITLE": "โน้ต" }, "ADD": { - "BUTTON": "Add", - "PLACEHOLDER": "Add a note", - "TITLE": "Shift + Enter to create a note" + "BUTTON": "เพิ่ม", + "PLACEHOLDER": "เพิ่มโน็ต", + "TITLE": "Shift + Enter เพื่อสร้างโน็ต" }, "FOOTER": { - "BUTTON": "View all notes" + "BUTTON": "ดูโน็ตทั้งหมด" + } + }, + "CUSTOM_ATTRIBUTES": { + "TITLE": "แอตทริบิวต์ที่กำหนดเอง", + "BUTTON": "Add custom attribute", + "ADD": { + "TITLE": "Create custom attribute", + "DESC": "Add custom information to this contact." + }, + "FORM": { + "CREATE": "Add attribute", + "CANCEL": "ยกเลิก", + "NAME": { + "LABEL": "Custom attribute name", + "PLACEHOLDER": "Eg: shopify id", + "ERROR": "Invalid custom attribute name" + }, + "VALUE": { + "LABEL": "Attribute value", + "PLACEHOLDER": "Eg: 11901 " + } } } } diff --git a/app/javascript/dashboard/i18n/locale/th/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/th/inboxMgmt.json index c91e4d2e2..93ea16b9d 100644 --- a/app/javascript/dashboard/i18n/locale/th/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/th/inboxMgmt.json @@ -227,7 +227,7 @@ "SETTINGS": "Settings", "COLLABORATORS": "Collaborators", "CONFIGURATION": "Configuration", - "CAMPAIGN": "Campaigns", + "CAMPAIGN": "แคมเปญ", "PRE_CHAT_FORM": "Pre Chat Form", "BUSINESS_HOURS": "Business Hours" }, diff --git a/app/javascript/dashboard/i18n/locale/th/settings.json b/app/javascript/dashboard/i18n/locale/th/settings.json index 16ba5f97f..60b2d1c30 100644 --- a/app/javascript/dashboard/i18n/locale/th/settings.json +++ b/app/javascript/dashboard/i18n/locale/th/settings.json @@ -123,7 +123,7 @@ "SIDEBAR": { "CONVERSATIONS": "การสนทนา", "REPORTS": "Reports", - "CONTACTS": "Contacts", + "CONTACTS": "ผู้ติดต่อ", "SETTINGS": "Settings", "HOME": "Home", "AGENTS": "พนักงาน", diff --git a/app/javascript/dashboard/i18n/locale/tr/contact.json b/app/javascript/dashboard/i18n/locale/tr/contact.json index cc6055f3b..78782d064 100644 --- a/app/javascript/dashboard/i18n/locale/tr/contact.json +++ b/app/javascript/dashboard/i18n/locale/tr/contact.json @@ -17,9 +17,6 @@ "NO_RECORDS_FOUND": "Bu kişiyle ilişkilendirilmiş önceki görüşme yok.", "TITLE": "Önceki Sohbetler" }, - "CUSTOM_ATTRIBUTES": { - "TITLE": "Özel Nitelikler" - }, "LABELS": { "TITLE": "Konuşma Etiketleri", "MODAL": { @@ -170,5 +167,26 @@ "FOOTER": { "BUTTON": "View all notes" } + }, + "CUSTOM_ATTRIBUTES": { + "TITLE": "Özel Nitelikler", + "BUTTON": "Add custom attribute", + "ADD": { + "TITLE": "Create custom attribute", + "DESC": "Add custom information to this contact." + }, + "FORM": { + "CREATE": "Add attribute", + "CANCEL": "İptal Et", + "NAME": { + "LABEL": "Custom attribute name", + "PLACEHOLDER": "Eg: shopify id", + "ERROR": "Invalid custom attribute name" + }, + "VALUE": { + "LABEL": "Attribute value", + "PLACEHOLDER": "Eg: 11901 " + } + } } } diff --git a/app/javascript/dashboard/i18n/locale/uk/contact.json b/app/javascript/dashboard/i18n/locale/uk/contact.json index 4afbf67ff..ab9bed67e 100644 --- a/app/javascript/dashboard/i18n/locale/uk/contact.json +++ b/app/javascript/dashboard/i18n/locale/uk/contact.json @@ -17,9 +17,6 @@ "NO_RECORDS_FOUND": "Не було попередніх бесід, пов'язаних з цим контактом.", "TITLE": "Попередні бесіди" }, - "CUSTOM_ATTRIBUTES": { - "TITLE": "Custom Attributes" - }, "LABELS": { "TITLE": "Мітки бесіди", "MODAL": { @@ -170,5 +167,26 @@ "FOOTER": { "BUTTON": "View all notes" } + }, + "CUSTOM_ATTRIBUTES": { + "TITLE": "Custom Attributes", + "BUTTON": "Add custom attribute", + "ADD": { + "TITLE": "Create custom attribute", + "DESC": "Add custom information to this contact." + }, + "FORM": { + "CREATE": "Add attribute", + "CANCEL": "Скасувати", + "NAME": { + "LABEL": "Custom attribute name", + "PLACEHOLDER": "Eg: shopify id", + "ERROR": "Invalid custom attribute name" + }, + "VALUE": { + "LABEL": "Attribute value", + "PLACEHOLDER": "Eg: 11901 " + } + } } } diff --git a/app/javascript/dashboard/i18n/locale/vi/contact.json b/app/javascript/dashboard/i18n/locale/vi/contact.json index a101e7b01..d22a350ed 100644 --- a/app/javascript/dashboard/i18n/locale/vi/contact.json +++ b/app/javascript/dashboard/i18n/locale/vi/contact.json @@ -17,9 +17,6 @@ "NO_RECORDS_FOUND": "Không có cuộc trò chuyện trước đó được liên kết với liên hệ này.", "TITLE": "Cuộc trò chuyện trước đó" }, - "CUSTOM_ATTRIBUTES": { - "TITLE": "Thuộc tính tùy chỉnh" - }, "LABELS": { "TITLE": "Nhãn hội thoại", "MODAL": { @@ -170,5 +167,26 @@ "FOOTER": { "BUTTON": "View all notes" } + }, + "CUSTOM_ATTRIBUTES": { + "TITLE": "Thuộc tính tùy chỉnh", + "BUTTON": "Add custom attribute", + "ADD": { + "TITLE": "Create custom attribute", + "DESC": "Add custom information to this contact." + }, + "FORM": { + "CREATE": "Add attribute", + "CANCEL": "Huỷ", + "NAME": { + "LABEL": "Custom attribute name", + "PLACEHOLDER": "Eg: shopify id", + "ERROR": "Invalid custom attribute name" + }, + "VALUE": { + "LABEL": "Attribute value", + "PLACEHOLDER": "Eg: 11901 " + } + } } } diff --git a/app/javascript/dashboard/i18n/locale/zh_CN/contact.json b/app/javascript/dashboard/i18n/locale/zh_CN/contact.json index 468689530..36b463c4d 100644 --- a/app/javascript/dashboard/i18n/locale/zh_CN/contact.json +++ b/app/javascript/dashboard/i18n/locale/zh_CN/contact.json @@ -17,9 +17,6 @@ "NO_RECORDS_FOUND": "此联系人没有关联到以前的会话。", "TITLE": "上一次对话" }, - "CUSTOM_ATTRIBUTES": { - "TITLE": "自定义属性" - }, "LABELS": { "TITLE": "对话标记", "MODAL": { @@ -170,5 +167,26 @@ "FOOTER": { "BUTTON": "View all notes" } + }, + "CUSTOM_ATTRIBUTES": { + "TITLE": "自定义属性", + "BUTTON": "Add custom attribute", + "ADD": { + "TITLE": "Create custom attribute", + "DESC": "Add custom information to this contact." + }, + "FORM": { + "CREATE": "Add attribute", + "CANCEL": "取消", + "NAME": { + "LABEL": "Custom attribute name", + "PLACEHOLDER": "Eg: shopify id", + "ERROR": "Invalid custom attribute name" + }, + "VALUE": { + "LABEL": "Attribute value", + "PLACEHOLDER": "Eg: 11901 " + } + } } } diff --git a/app/javascript/dashboard/i18n/locale/zh_TW/contact.json b/app/javascript/dashboard/i18n/locale/zh_TW/contact.json index b1b4e6e43..d11179d55 100644 --- a/app/javascript/dashboard/i18n/locale/zh_TW/contact.json +++ b/app/javascript/dashboard/i18n/locale/zh_TW/contact.json @@ -17,9 +17,6 @@ "NO_RECORDS_FOUND": "此聯絡人没有關聯到以前的對話。", "TITLE": "上一次對話" }, - "CUSTOM_ATTRIBUTES": { - "TITLE": "自訂屬性" - }, "LABELS": { "TITLE": "對話標記", "MODAL": { @@ -170,5 +167,26 @@ "FOOTER": { "BUTTON": "查看所有筆記" } + }, + "CUSTOM_ATTRIBUTES": { + "TITLE": "自訂屬性", + "BUTTON": "Add custom attribute", + "ADD": { + "TITLE": "Create custom attribute", + "DESC": "Add custom information to this contact." + }, + "FORM": { + "CREATE": "Add attribute", + "CANCEL": "取消", + "NAME": { + "LABEL": "Custom attribute name", + "PLACEHOLDER": "Eg: shopify id", + "ERROR": "Invalid custom attribute name" + }, + "VALUE": { + "LABEL": "Attribute value", + "PLACEHOLDER": "Eg: 11901 " + } + } } } diff --git a/app/javascript/widget/i18n/locale/ar.json b/app/javascript/widget/i18n/locale/ar.json index 8b07ae71e..775cf0d3b 100644 --- a/app/javascript/widget/i18n/locale/ar.json +++ b/app/javascript/widget/i18n/locale/ar.json @@ -21,7 +21,8 @@ "UNREAD_VIEW": { "VIEW_MESSAGES_BUTTON": "عرض الرسائل الجديدة", "CLOSE_MESSAGES_BUTTON": "أغلق", - "COMPANY_FROM": "from" + "COMPANY_FROM": "from", + "BOT": "رد آلي" }, "BUBBLE": { "LABEL": "تحدث الينا" diff --git a/app/javascript/widget/i18n/locale/ca.json b/app/javascript/widget/i18n/locale/ca.json index 6c9c9b1a8..31bc0eea3 100644 --- a/app/javascript/widget/i18n/locale/ca.json +++ b/app/javascript/widget/i18n/locale/ca.json @@ -21,7 +21,8 @@ "UNREAD_VIEW": { "VIEW_MESSAGES_BUTTON": "Veure missatges nous", "CLOSE_MESSAGES_BUTTON": "Tanca", - "COMPANY_FROM": "from" + "COMPANY_FROM": "from", + "BOT": "Bot" }, "BUBBLE": { "LABEL": "Xateja amb nosaltres" diff --git a/app/javascript/widget/i18n/locale/cs.json b/app/javascript/widget/i18n/locale/cs.json index ebe3d633c..e15395cc1 100644 --- a/app/javascript/widget/i18n/locale/cs.json +++ b/app/javascript/widget/i18n/locale/cs.json @@ -21,7 +21,8 @@ "UNREAD_VIEW": { "VIEW_MESSAGES_BUTTON": "Zobrazit nové zprávy", "CLOSE_MESSAGES_BUTTON": "Zavřít", - "COMPANY_FROM": "from" + "COMPANY_FROM": "from", + "BOT": "Bot" }, "BUBBLE": { "LABEL": "Napiště nám" diff --git a/app/javascript/widget/i18n/locale/da.json b/app/javascript/widget/i18n/locale/da.json index 8677b9d0b..0189260aa 100644 --- a/app/javascript/widget/i18n/locale/da.json +++ b/app/javascript/widget/i18n/locale/da.json @@ -21,7 +21,8 @@ "UNREAD_VIEW": { "VIEW_MESSAGES_BUTTON": "Se nye beskeder", "CLOSE_MESSAGES_BUTTON": "Luk", - "COMPANY_FROM": "from" + "COMPANY_FROM": "from", + "BOT": "Bot" }, "BUBBLE": { "LABEL": "Chat med os" diff --git a/app/javascript/widget/i18n/locale/de.json b/app/javascript/widget/i18n/locale/de.json index b5a1ccff3..ea2dd7987 100644 --- a/app/javascript/widget/i18n/locale/de.json +++ b/app/javascript/widget/i18n/locale/de.json @@ -21,7 +21,8 @@ "UNREAD_VIEW": { "VIEW_MESSAGES_BUTTON": "Neue Nachrichten anzeigen", "CLOSE_MESSAGES_BUTTON": "Schließen", - "COMPANY_FROM": "from" + "COMPANY_FROM": "from", + "BOT": "Bot" }, "BUBBLE": { "LABEL": "Chatten Sie mit uns" diff --git a/app/javascript/widget/i18n/locale/el.json b/app/javascript/widget/i18n/locale/el.json index 91cf78970..bb678a457 100644 --- a/app/javascript/widget/i18n/locale/el.json +++ b/app/javascript/widget/i18n/locale/el.json @@ -21,7 +21,8 @@ "UNREAD_VIEW": { "VIEW_MESSAGES_BUTTON": "Δείτε τα νέα μηνύματα", "CLOSE_MESSAGES_BUTTON": "Κλείσιμο", - "COMPANY_FROM": "from" + "COMPANY_FROM": "από", + "BOT": "Bot" }, "BUBBLE": { "LABEL": "Συνομιλήστε μαζί μας" diff --git a/app/javascript/widget/i18n/locale/es.json b/app/javascript/widget/i18n/locale/es.json index 4335ea072..2ca5d1e9b 100644 --- a/app/javascript/widget/i18n/locale/es.json +++ b/app/javascript/widget/i18n/locale/es.json @@ -21,7 +21,8 @@ "UNREAD_VIEW": { "VIEW_MESSAGES_BUTTON": "Ver nuevos mensajes", "CLOSE_MESSAGES_BUTTON": "Cerrar", - "COMPANY_FROM": "De" + "COMPANY_FROM": "De", + "BOT": "Bot" }, "BUBBLE": { "LABEL": "Chatea con nosotros" diff --git a/app/javascript/widget/i18n/locale/fa.json b/app/javascript/widget/i18n/locale/fa.json index 199421ab9..4b0ddd988 100644 --- a/app/javascript/widget/i18n/locale/fa.json +++ b/app/javascript/widget/i18n/locale/fa.json @@ -21,7 +21,8 @@ "UNREAD_VIEW": { "VIEW_MESSAGES_BUTTON": "مشاهده پیام‌های جدید", "CLOSE_MESSAGES_BUTTON": "بستن", - "COMPANY_FROM": "از" + "COMPANY_FROM": "از", + "BOT": "ربات" }, "BUBBLE": { "LABEL": "با ما گفتگو کنید" diff --git a/app/javascript/widget/i18n/locale/fi.json b/app/javascript/widget/i18n/locale/fi.json index cb8d9b3a9..de9bd4131 100644 --- a/app/javascript/widget/i18n/locale/fi.json +++ b/app/javascript/widget/i18n/locale/fi.json @@ -21,7 +21,8 @@ "UNREAD_VIEW": { "VIEW_MESSAGES_BUTTON": "Näytä uudet viestit", "CLOSE_MESSAGES_BUTTON": "Sulje", - "COMPANY_FROM": "from" + "COMPANY_FROM": "from", + "BOT": "Botti" }, "BUBBLE": { "LABEL": "Keskustele kanssamme" diff --git a/app/javascript/widget/i18n/locale/fr.json b/app/javascript/widget/i18n/locale/fr.json index 9482b6370..0b7146c3c 100644 --- a/app/javascript/widget/i18n/locale/fr.json +++ b/app/javascript/widget/i18n/locale/fr.json @@ -21,7 +21,8 @@ "UNREAD_VIEW": { "VIEW_MESSAGES_BUTTON": "Voir les nouveaux messages", "CLOSE_MESSAGES_BUTTON": "Fermer", - "COMPANY_FROM": "from" + "COMPANY_FROM": "from", + "BOT": "Bot" }, "BUBBLE": { "LABEL": "Discutez avec nous" diff --git a/app/javascript/widget/i18n/locale/hi.json b/app/javascript/widget/i18n/locale/hi.json index 10228d7ff..4e22e35e6 100644 --- a/app/javascript/widget/i18n/locale/hi.json +++ b/app/javascript/widget/i18n/locale/hi.json @@ -21,7 +21,8 @@ "UNREAD_VIEW": { "VIEW_MESSAGES_BUTTON": "See new messages", "CLOSE_MESSAGES_BUTTON": "Close", - "COMPANY_FROM": "from" + "COMPANY_FROM": "from", + "BOT": "Bot" }, "BUBBLE": { "LABEL": "Chat with us" diff --git a/app/javascript/widget/i18n/locale/hu.json b/app/javascript/widget/i18n/locale/hu.json index d0f3ca792..22f124905 100644 --- a/app/javascript/widget/i18n/locale/hu.json +++ b/app/javascript/widget/i18n/locale/hu.json @@ -21,7 +21,8 @@ "UNREAD_VIEW": { "VIEW_MESSAGES_BUTTON": "Új üzenetek", "CLOSE_MESSAGES_BUTTON": "Bezárás", - "COMPANY_FROM": "from" + "COMPANY_FROM": "from", + "BOT": "Bot" }, "BUBBLE": { "LABEL": "Chatelj velünk" diff --git a/app/javascript/widget/i18n/locale/id.json b/app/javascript/widget/i18n/locale/id.json index a643b6db5..93e85d860 100644 --- a/app/javascript/widget/i18n/locale/id.json +++ b/app/javascript/widget/i18n/locale/id.json @@ -21,7 +21,8 @@ "UNREAD_VIEW": { "VIEW_MESSAGES_BUTTON": "Lihat pesan baru", "CLOSE_MESSAGES_BUTTON": "Tutup", - "COMPANY_FROM": "from" + "COMPANY_FROM": "from", + "BOT": "Bot" }, "BUBBLE": { "LABEL": "Chat dengan kami" diff --git a/app/javascript/widget/i18n/locale/it.json b/app/javascript/widget/i18n/locale/it.json index b9e5b4208..3416fa1dc 100644 --- a/app/javascript/widget/i18n/locale/it.json +++ b/app/javascript/widget/i18n/locale/it.json @@ -21,7 +21,8 @@ "UNREAD_VIEW": { "VIEW_MESSAGES_BUTTON": "Vedi nuovi messaggi", "CLOSE_MESSAGES_BUTTON": "Chiudi", - "COMPANY_FROM": "from" + "COMPANY_FROM": "from", + "BOT": "Bot" }, "BUBBLE": { "LABEL": "Chatta con noi" diff --git a/app/javascript/widget/i18n/locale/ja.json b/app/javascript/widget/i18n/locale/ja.json index c477dc41c..9a6c16832 100644 --- a/app/javascript/widget/i18n/locale/ja.json +++ b/app/javascript/widget/i18n/locale/ja.json @@ -21,7 +21,8 @@ "UNREAD_VIEW": { "VIEW_MESSAGES_BUTTON": "新しいメッセージを見る", "CLOSE_MESSAGES_BUTTON": "閉じる", - "COMPANY_FROM": "from" + "COMPANY_FROM": "from", + "BOT": "Bot" }, "BUBBLE": { "LABEL": "チャットをする" diff --git a/app/javascript/widget/i18n/locale/ko.json b/app/javascript/widget/i18n/locale/ko.json index 4b0cd8d7a..19e31da12 100644 --- a/app/javascript/widget/i18n/locale/ko.json +++ b/app/javascript/widget/i18n/locale/ko.json @@ -21,7 +21,8 @@ "UNREAD_VIEW": { "VIEW_MESSAGES_BUTTON": "새 메시지 보기", "CLOSE_MESSAGES_BUTTON": "닫기", - "COMPANY_FROM": "from" + "COMPANY_FROM": "from", + "BOT": "봇" }, "BUBBLE": { "LABEL": "채팅하기" diff --git a/app/javascript/widget/i18n/locale/ml.json b/app/javascript/widget/i18n/locale/ml.json index 283491f72..a049fc670 100644 --- a/app/javascript/widget/i18n/locale/ml.json +++ b/app/javascript/widget/i18n/locale/ml.json @@ -21,7 +21,8 @@ "UNREAD_VIEW": { "VIEW_MESSAGES_BUTTON": "പുതിയ സന്ദേശങ്ങൾ കാണുക", "CLOSE_MESSAGES_BUTTON": "അടയ്ക്കുക", - "COMPANY_FROM": "from" + "COMPANY_FROM": "from", + "BOT": "ബോട്ട്" }, "BUBBLE": { "LABEL": "ഞങ്ങളുമായി ചാറ്റുചെയ്യുക" diff --git a/app/javascript/widget/i18n/locale/ne.json b/app/javascript/widget/i18n/locale/ne.json index aed47cc34..541e859c3 100644 --- a/app/javascript/widget/i18n/locale/ne.json +++ b/app/javascript/widget/i18n/locale/ne.json @@ -21,7 +21,8 @@ "UNREAD_VIEW": { "VIEW_MESSAGES_BUTTON": "नयाँ सन्देशहरू हेर्नुहोस्", "CLOSE_MESSAGES_BUTTON": "बन्दा गार्नुहोस्", - "COMPANY_FROM": "from" + "COMPANY_FROM": "from", + "BOT": "Bot" }, "BUBBLE": { "LABEL": "हामीसँग कुराकानी गर्नुहोस्" diff --git a/app/javascript/widget/i18n/locale/nl.json b/app/javascript/widget/i18n/locale/nl.json index b12a8c143..d2934d7c7 100644 --- a/app/javascript/widget/i18n/locale/nl.json +++ b/app/javascript/widget/i18n/locale/nl.json @@ -21,7 +21,8 @@ "UNREAD_VIEW": { "VIEW_MESSAGES_BUTTON": "Bekijk nieuwe berichten", "CLOSE_MESSAGES_BUTTON": "Sluiten", - "COMPANY_FROM": "from" + "COMPANY_FROM": "from", + "BOT": "Bot" }, "BUBBLE": { "LABEL": "Chat met ons" diff --git a/app/javascript/widget/i18n/locale/no.json b/app/javascript/widget/i18n/locale/no.json index 6f01f2f48..9454bafc5 100644 --- a/app/javascript/widget/i18n/locale/no.json +++ b/app/javascript/widget/i18n/locale/no.json @@ -21,7 +21,8 @@ "UNREAD_VIEW": { "VIEW_MESSAGES_BUTTON": "Se nye meldinger", "CLOSE_MESSAGES_BUTTON": "Lukk", - "COMPANY_FROM": "from" + "COMPANY_FROM": "from", + "BOT": "Bot" }, "BUBBLE": { "LABEL": "Chat med oss" diff --git a/app/javascript/widget/i18n/locale/pl.json b/app/javascript/widget/i18n/locale/pl.json index fdd1302e1..22a2f6bd6 100644 --- a/app/javascript/widget/i18n/locale/pl.json +++ b/app/javascript/widget/i18n/locale/pl.json @@ -21,7 +21,8 @@ "UNREAD_VIEW": { "VIEW_MESSAGES_BUTTON": "Pokaż nowe wiadomości", "CLOSE_MESSAGES_BUTTON": "Zamknij", - "COMPANY_FROM": "from" + "COMPANY_FROM": "from", + "BOT": "Bot" }, "BUBBLE": { "LABEL": "Porozmawiaj z nami" diff --git a/app/javascript/widget/i18n/locale/pt.json b/app/javascript/widget/i18n/locale/pt.json index 542b20b3a..e6cc0dd70 100644 --- a/app/javascript/widget/i18n/locale/pt.json +++ b/app/javascript/widget/i18n/locale/pt.json @@ -21,7 +21,8 @@ "UNREAD_VIEW": { "VIEW_MESSAGES_BUTTON": "See new messages", "CLOSE_MESSAGES_BUTTON": "FECHAR", - "COMPANY_FROM": "from" + "COMPANY_FROM": "from", + "BOT": "Bot" }, "BUBBLE": { "LABEL": "Chat with us" diff --git a/app/javascript/widget/i18n/locale/pt_BR.json b/app/javascript/widget/i18n/locale/pt_BR.json index 3e6d9ecc4..404f75f3b 100644 --- a/app/javascript/widget/i18n/locale/pt_BR.json +++ b/app/javascript/widget/i18n/locale/pt_BR.json @@ -21,7 +21,8 @@ "UNREAD_VIEW": { "VIEW_MESSAGES_BUTTON": "Ver novas mensagens", "CLOSE_MESSAGES_BUTTON": "Fechar", - "COMPANY_FROM": "from" + "COMPANY_FROM": "from", + "BOT": "Bot" }, "BUBBLE": { "LABEL": "Fale conosco no chat" diff --git a/app/javascript/widget/i18n/locale/ro.json b/app/javascript/widget/i18n/locale/ro.json index 18270dd14..f64451399 100644 --- a/app/javascript/widget/i18n/locale/ro.json +++ b/app/javascript/widget/i18n/locale/ro.json @@ -21,7 +21,8 @@ "UNREAD_VIEW": { "VIEW_MESSAGES_BUTTON": "Vezi mesajele noi", "CLOSE_MESSAGES_BUTTON": "Închide", - "COMPANY_FROM": "from" + "COMPANY_FROM": "from", + "BOT": "Bot" }, "BUBBLE": { "LABEL": "Chat with us" diff --git a/app/javascript/widget/i18n/locale/ru.json b/app/javascript/widget/i18n/locale/ru.json index 0e8255755..4c91a2783 100644 --- a/app/javascript/widget/i18n/locale/ru.json +++ b/app/javascript/widget/i18n/locale/ru.json @@ -21,7 +21,8 @@ "UNREAD_VIEW": { "VIEW_MESSAGES_BUTTON": "Посмотреть новые сообщения", "CLOSE_MESSAGES_BUTTON": "Закрыть", - "COMPANY_FROM": "from" + "COMPANY_FROM": "от", + "BOT": "Бот" }, "BUBBLE": { "LABEL": "Пообщайтесь с нами" diff --git a/app/javascript/widget/i18n/locale/sk.json b/app/javascript/widget/i18n/locale/sk.json index 10228d7ff..4e22e35e6 100644 --- a/app/javascript/widget/i18n/locale/sk.json +++ b/app/javascript/widget/i18n/locale/sk.json @@ -21,7 +21,8 @@ "UNREAD_VIEW": { "VIEW_MESSAGES_BUTTON": "See new messages", "CLOSE_MESSAGES_BUTTON": "Close", - "COMPANY_FROM": "from" + "COMPANY_FROM": "from", + "BOT": "Bot" }, "BUBBLE": { "LABEL": "Chat with us" diff --git a/app/javascript/widget/i18n/locale/sv.json b/app/javascript/widget/i18n/locale/sv.json index 13b29267a..2947e8db0 100644 --- a/app/javascript/widget/i18n/locale/sv.json +++ b/app/javascript/widget/i18n/locale/sv.json @@ -21,7 +21,8 @@ "UNREAD_VIEW": { "VIEW_MESSAGES_BUTTON": "Se nya meddelanden", "CLOSE_MESSAGES_BUTTON": "Stäng", - "COMPANY_FROM": "from" + "COMPANY_FROM": "from", + "BOT": "Bot" }, "BUBBLE": { "LABEL": "Chatta med oss" diff --git a/app/javascript/widget/i18n/locale/ta.json b/app/javascript/widget/i18n/locale/ta.json index 2b623f3e6..0a9527cd7 100644 --- a/app/javascript/widget/i18n/locale/ta.json +++ b/app/javascript/widget/i18n/locale/ta.json @@ -21,7 +21,8 @@ "UNREAD_VIEW": { "VIEW_MESSAGES_BUTTON": "See new messages", "CLOSE_MESSAGES_BUTTON": "மூடு", - "COMPANY_FROM": "from" + "COMPANY_FROM": "from", + "BOT": "Bot" }, "BUBBLE": { "LABEL": "Chat with us" diff --git a/app/javascript/widget/i18n/locale/th.json b/app/javascript/widget/i18n/locale/th.json index 3b0de7943..87c601143 100644 --- a/app/javascript/widget/i18n/locale/th.json +++ b/app/javascript/widget/i18n/locale/th.json @@ -21,7 +21,8 @@ "UNREAD_VIEW": { "VIEW_MESSAGES_BUTTON": "See new messages", "CLOSE_MESSAGES_BUTTON": "ปิด", - "COMPANY_FROM": "from" + "COMPANY_FROM": "from", + "BOT": "บอท" }, "BUBBLE": { "LABEL": "Chat with us" diff --git a/app/javascript/widget/i18n/locale/tr.json b/app/javascript/widget/i18n/locale/tr.json index fda4fe17b..3088e332d 100644 --- a/app/javascript/widget/i18n/locale/tr.json +++ b/app/javascript/widget/i18n/locale/tr.json @@ -21,7 +21,8 @@ "UNREAD_VIEW": { "VIEW_MESSAGES_BUTTON": "Yeni mesajları gör", "CLOSE_MESSAGES_BUTTON": "Kapat", - "COMPANY_FROM": "from" + "COMPANY_FROM": "from", + "BOT": "Bot" }, "BUBBLE": { "LABEL": "Sohbet et" diff --git a/app/javascript/widget/i18n/locale/uk.json b/app/javascript/widget/i18n/locale/uk.json index ea9c47586..328977c54 100644 --- a/app/javascript/widget/i18n/locale/uk.json +++ b/app/javascript/widget/i18n/locale/uk.json @@ -21,7 +21,8 @@ "UNREAD_VIEW": { "VIEW_MESSAGES_BUTTON": "See new messages", "CLOSE_MESSAGES_BUTTON": "Закрити", - "COMPANY_FROM": "from" + "COMPANY_FROM": "from", + "BOT": "Bot" }, "BUBBLE": { "LABEL": "Chat with us" diff --git a/app/javascript/widget/i18n/locale/vi.json b/app/javascript/widget/i18n/locale/vi.json index 50164b1bf..95bcea754 100644 --- a/app/javascript/widget/i18n/locale/vi.json +++ b/app/javascript/widget/i18n/locale/vi.json @@ -21,7 +21,8 @@ "UNREAD_VIEW": { "VIEW_MESSAGES_BUTTON": "Xem tin nhắn mới", "CLOSE_MESSAGES_BUTTON": "Đóng", - "COMPANY_FROM": "from" + "COMPANY_FROM": "from", + "BOT": "Bot" }, "BUBBLE": { "LABEL": "Trò chuyện với chúng tôi" diff --git a/app/javascript/widget/i18n/locale/zh_CN.json b/app/javascript/widget/i18n/locale/zh_CN.json index fb6c6ddbd..61018995a 100644 --- a/app/javascript/widget/i18n/locale/zh_CN.json +++ b/app/javascript/widget/i18n/locale/zh_CN.json @@ -21,7 +21,8 @@ "UNREAD_VIEW": { "VIEW_MESSAGES_BUTTON": "查看新消息", "CLOSE_MESSAGES_BUTTON": "关闭", - "COMPANY_FROM": "from" + "COMPANY_FROM": "from", + "BOT": "机器人" }, "BUBBLE": { "LABEL": "联系我们" diff --git a/app/javascript/widget/i18n/locale/zh_TW.json b/app/javascript/widget/i18n/locale/zh_TW.json index ea4945a60..21e78e4e6 100644 --- a/app/javascript/widget/i18n/locale/zh_TW.json +++ b/app/javascript/widget/i18n/locale/zh_TW.json @@ -21,7 +21,8 @@ "UNREAD_VIEW": { "VIEW_MESSAGES_BUTTON": "See new messages", "CLOSE_MESSAGES_BUTTON": "關閉", - "COMPANY_FROM": "from" + "COMPANY_FROM": "from", + "BOT": "機器人" }, "BUBBLE": { "LABEL": "與我們對話"