diff --git a/plugin-hrm-form/src/translations/en-CA/flexUI.json b/plugin-hrm-form/src/translations/en-CA/flexUI.json index 1d157d5f0e..23dad667f3 100644 --- a/plugin-hrm-form/src/translations/en-CA/flexUI.json +++ b/plugin-hrm-form/src/translations/en-CA/flexUI.json @@ -473,5 +473,11 @@ "CaseMerging-RemoveFromCase": "Remove from Emergency Referral", "CaseMerging-ContactRemovedFromCase": "Contact removed from Emergency Referral", "CaseMerging-CaseCreatedAndContactAdded": "Emergency Referral #{{caseId}} created and contact added", - "CaseMerging-CancelCase": "Cancel Referral" -} + "CaseMerging-CancelCase": "Cancel Referral", + + "Profile-NoCasesFound": "No Referrals Found", + "CaseMerging-AddContactToCase": "Add Contact to Referral", + "BottomBar-AddedToCase": "Added to Referral", + "SearchContactsAndCases-TitleExistingCase": "Search for Referrals", + "SearchResultsIndex-SelectCase": "Select Referral" + } \ No newline at end of file diff --git a/plugin-hrm-form/src/translations/en-NZ/flexUI.json b/plugin-hrm-form/src/translations/en-NZ/flexUI.json index 28932d910d..b946b5ebec 100644 --- a/plugin-hrm-form/src/translations/en-NZ/flexUI.json +++ b/plugin-hrm-form/src/translations/en-NZ/flexUI.json @@ -27,7 +27,7 @@ "Case-CasedetailsStatusOpen": "Open", "Case-CaseManager": "Incident Manager", "Case-CaseNumber": "Incident #", - "Case-CaseOverviewLabel": "CASE OVERVIEW", + "Case-CaseOverviewLabel": "INCIDENT OVERVIEW", "Case-CaseStatus": "Incident Status", "Case-CaseSummarySection": "Incident summary", "Case-ChildIsAtRisk": "Person of concern is at risk", @@ -573,8 +573,17 @@ "CallerForm-State/County": "State/County", "TaskInfoPanelContentMasked": "\n

Task context

\n
\n
Task type: 
{{task.channelType}}
\n\n
Task created on: 
{{task.dateCreated}}
\n\n
Task priority: 
{{task.priority}}
\n\n
Task queue: 
{{task.queueName}}
\n\n
Task Sid: 
{{task.taskSid}}
\n\n
Reservation Sid: 
{{task.sid}}
\n\n {{#if task.attributes.subject}}\n
Subject: 
{{task.attributes.subject}}
\n {{/if}}\n
\n\n

Customer context

\n
\n
Customer name / {{#if task.attributes.customerAddress}}email address{{else}}phone number{{/if}}: 
XXXXXX
\n {{#if task.attributes.caller_country}}
Country: 
{{task.attributes.caller_country}}
{{/if}}\n
\n{{#if to}}\n

Conversation Participants

\n{{else}}\n {{#if cc}}\n

Conversation Participants

\n {{/if}}\n{{/if}}\n
\n {{#if to}}\n {{#each to}}\n
To: 
{{this}}
\n {{/each}}\n {{/if}}\n {{#if cc}}\n {{#each cc}}\n
Cc: 
{{this}}
\n {{/each}}\n {{/if}}\n
", "CaseMerging-ContactAddedTo": "Contact added to", - "CaseMerging-RemoveFromCase": "Remove from Case", - "CaseMerging-ContactRemovedFromCase": "Contact removed from case", - "CaseMerging-CaseCreatedAndContactAdded": "Case #{{caseId}} created and contact added", - "CaseMerging-CancelCase": "Cancel Case" + "CaseMerging-RemoveFromCase": "Remove from Incident", + "CaseMerging-ContactRemovedFromCase": "Contact removed from incident", + "CaseMerging-CaseCreatedAndContactAdded": "Incident #{{caseId}} created and contact added", + "CaseMerging-CancelCase": "Cancel Incident", + + "Profile-NoCasesFound": "No Incidents Found", + "CaseMerging-AddContactToCase": "Add Contact to Incident", + "TabbedForms-NewCase": "New Incident", + "TabbedForms-ExistingCase": "Existing Incident", + "BottomBar-AddedToCase": "Added to Incident", + "SearchContactsAndCases-TitleExistingCase": "Search for Incidents", + "SearchResultsIndex-SelectCase": "Select Incident", + "SearchResultsIndex-SaveToNewCase": "Save this contact to a new incident" } \ No newline at end of file diff --git a/plugin-hrm-form/src/translations/es-CL/flexUI.json b/plugin-hrm-form/src/translations/es-CL/flexUI.json index 2e39c315c0..13125fe037 100644 --- a/plugin-hrm-form/src/translations/es-CL/flexUI.json +++ b/plugin-hrm-form/src/translations/es-CL/flexUI.json @@ -512,5 +512,28 @@ "CaseMerging-RemoveFromCase": "Quitar del caso", "CaseMerging-ContactRemovedFromCase": "Contacto eliminado del caso", "CaseMerging-CaseCreatedAndContactAdded": "Caso #{{caseId}} creado y contacto agregado", - "CaseMerging-CancelCase": "Cancelar Caso" -} + "CaseMerging-CancelCase": "Cancelar Caso", + + "Profile-NoIdentifiersFound": "No se encontraron identificadores", + "Profile-EditButton": "Editar", + "Profile-DetailsHeader-Overview": "Descripción general", + "Profile-DetailsHeader-Notes": "Notas", + "Profile-EditHeader": "Editar perfil", + "Profile-NoContactsFound": "No se encontraron contactos", + "Profile-NoCasesFound": "No se encontraron casos", + "Profile-NoStatusesListed": "Sin estatus", + "CaseMerging-AddContactToCase": "Agregar contacto al caso", + "TabbedForms-NewCase": "Nuevo caso", + "TabbedForms-ExistingCase": "Caso existente", + "BottomBar-AddedToCase": "Agregado al caso", + "SearchContactsAndCases-TitleExistingCase": "Buscar casos", + "SearchResultsIndex-SelectCase": "Seleccione el caso", + "SearchResultsIndex-NoCasesFound": "{{type}} no encontrado", + "SearchResultsIndex-SearchAgainForCase": "Busque nuevamente un {{type}}", + "SearchResultsIndex-SaveToNewCase": "Guarde este contacto en un nuevo caso", + "SearchResultsIndex-Or": "o", + "Case-Timeline-DraftContactSummaryPlaceholder": "En curso", + "Profile-ClientTab": "Cliente", + "Profile-Notes-No": "No", + "Profile-ViewClient": "Ver cliente" + } \ No newline at end of file diff --git a/plugin-hrm-form/src/translations/es-CO/flexUI.json b/plugin-hrm-form/src/translations/es-CO/flexUI.json index 3a767ed5f2..896eb593ab 100644 --- a/plugin-hrm-form/src/translations/es-CO/flexUI.json +++ b/plugin-hrm-form/src/translations/es-CO/flexUI.json @@ -511,5 +511,29 @@ "CaseMerging-RemoveFromCase": "Quitar del caso", "CaseMerging-ContactRemovedFromCase": "Contacto eliminado del caso", "CaseMerging-CaseCreatedAndContactAdded": "Caso #{{caseId}} creado y contacto agregado", - "CaseMerging-CancelCase": "Cancelar Caso" -} + "CaseMerging-CancelCase": "Cancelar Caso", + + "Profile-NoIdentifiersFound": "No se encontraron identificadores", + "Profile-EditButton": "Editar", + "Profile-DetailsHeader-Overview": "Descripción general", + "Profile-DetailsHeader-Notes": "Notas", + "Profile-EditHeader": "Editar perfil", + "Profile-NoContactsFound": "No se encontraron contactos", + "Profile-NoCasesFound": "No se encontraron casos", + "Profile-NoStatusesListed": "Sin estatus", + "CaseMerging-AddContactToCase": "Agregar contacto al caso", + "TabbedForms-NewCase": "Nuevo caso", + "TabbedForms-ExistingCase": "Caso existente", + "BottomBar-AddedToCase": "Agregado al caso", + "SearchContactsAndCases-TitleExistingCase": "Buscar casos", + "SearchResultsIndex-SelectCase": "Seleccione el caso", + "SearchResultsIndex-NoCasesFound": "{{type}} no encontrado", + "SearchResultsIndex-SearchAgainForCase": "Busque nuevamente un {{type}}", + "SearchResultsIndex-SaveToNewCase": "Guarde este contacto en un nuevo caso", + "SearchResultsIndex-Or": "o", + "Case-Timeline-DraftContactSummaryPlaceholder": "En curso", + "Profile-ClientTab": "Cliente", + "Profile-Notes-No": "No", + "Profile-ViewClient": "Ver cliente" + +} \ No newline at end of file diff --git a/plugin-hrm-form/src/translations/es-ES/flexUI.json b/plugin-hrm-form/src/translations/es-ES/flexUI.json index dc56a5849a..7393831361 100644 --- a/plugin-hrm-form/src/translations/es-ES/flexUI.json +++ b/plugin-hrm-form/src/translations/es-ES/flexUI.json @@ -565,5 +565,29 @@ "CaseMerging-RemoveFromCase": "Quitar del caso", "CaseMerging-ContactRemovedFromCase": "Contacto eliminado del caso", "CaseMerging-CaseCreatedAndContactAdded": "Caso #{{caseId}} creado y contacto agregado", - "CaseMerging-CancelCase": "Cancelar Caso" -} + "CaseMerging-CancelCase": "Cancelar Caso", + + "Profile-NoIdentifiersFound": "No se encontraron identificadores", + "Profile-EditButton": "Editar", + "Profile-DetailsHeader-Overview": "Descripción general", + "Profile-DetailsHeader-Notes": "Notas", + "Profile-EditHeader": "Editar perfil", + "Profile-NoContactsFound": "No se encontraron contactos", + "Profile-NoCasesFound": "No se encontraron casos", + "Profile-NoStatusesListed": "Sin estatus", + "MaskIdentifiers": "XXXXXX", + "CaseMerging-AddContactToCase": "Agregar contacto al caso", + "TabbedForms-NewCase": "Nuevo caso", + "TabbedForms-ExistingCase": "Caso existente", + "BottomBar-AddedToCase": "Agregado al caso", + "SearchContactsAndCases-TitleExistingCase": "Buscar casos", + "SearchResultsIndex-SelectCase": "Seleccione el caso", + "SearchResultsIndex-NoCasesFound": "{{type}} no encontrado", + "SearchResultsIndex-SearchAgainForCase": "Busque nuevamente un {{type}}", + "SearchResultsIndex-SaveToNewCase": "Guarde este contacto en un nuevo caso", + "SearchResultsIndex-Or": "o", + "Case-Timeline-DraftContactSummaryPlaceholder": "En curso", + "Profile-ClientTab": "Cliente", + "Profile-Notes-No": "No", + "Profile-ViewClient": "Ver cliente" +} \ No newline at end of file diff --git a/plugin-hrm-form/src/translations/th-TH/flexUI.json b/plugin-hrm-form/src/translations/th-TH/flexUI.json index affffa8ec8..d9fbc48c7e 100644 --- a/plugin-hrm-form/src/translations/th-TH/flexUI.json +++ b/plugin-hrm-form/src/translations/th-TH/flexUI.json @@ -290,7 +290,7 @@ "LoadingChatCanvas": "การโหลด", "LogOut": "ออกจากระบบ", "ManualPullButtonText": "งานอื่น", - "MaskIdentifiers": "xxxxxx", + "MaskIdentifiers": "XXXXXX", "NonDataCallTypeDialog-CloseConfirm": "คุณแน่ใจไหม?", "NoTaskAssignableNotification": "ไม่มีงานที่กำหนดให้คุณในขณะนี้", "NoTasks": "ไม่มีงานที่ใช้งานอยู่", @@ -590,5 +590,28 @@ "CaseMerging-RemoveFromCase": "ถอดออกจากเคส", "CaseMerging-ContactRemovedFromCase": "ผู้ติดต่อถูกลบออกจากเคส", "CaseMerging-CaseCreatedAndContactAdded": "สร้างเคส #{{caseId}} และเพิ่มผู้ติดต่อแล้ว", - "CaseMerging-CancelCase": "ยกเลิกกรณี" -} + "CaseMerging-CancelCase": "ยกเลิกกรณี", + + "Profile-NoIdentifiersFound": "ไม่พบตัวระบุ", + "Profile-EditButton": "แก้ไข", + "Profile-DetailsHeader-Overview": "ภาพรวม", + "Profile-DetailsHeader-Notes": "หมายเหตุ", + "Profile-EditHeader": "แก้ไขโปรไฟล์", + "Profile-NoContactsFound": "ไม่พบผู้ติดต่อ", + "Profile-NoCasesFound": "ไม่พบกรณี", + "Profile-NoStatusesListed": "ไม่มีรายการ", + "CaseMerging-AddContactToCase": "เพิ่มการติดต่อกับเคส", + "TabbedForms-NewCase": "กรณีใหม่", + "TabbedForms-ExistingCase": "กรณีที่มีอยู่", + "BottomBar-AddedToCase": "เพิ่มในกรณี", + "SearchContactsAndCases-TitleExistingCase": "ค้นหากรณี", + "SearchResultsIndex-SelectCase": "เลือกเคส", + "SearchResultsIndex-NoCasesFound": "ไม่พบ {{type}}", + "SearchResultsIndex-SearchAgainForCase": "ค้นหาอีกครั้งสำหรับ {{type}}", + "SearchResultsIndex-SaveToNewCase": "บันทึกผู้ติดต่อนี้ไปยังเคสใหม่", + "SearchResultsIndex-Or": "หรือ", + "Case-Timeline-DraftContactSummaryPlaceholder": "กำลังดำเนินการ", + "Profile-ClientTab": "ลูกค้า", + "Profile-Notes-No": "เลขที่", + "Profile-ViewClient": "ดูไคลเอนต์" +} \ No newline at end of file