MT#63511 Fix Faxes tab visibility

* Adds new messages for CE users to replace the
  "No Calls, Voicemails or Faxes found" greeting
  and "Calls, Faxes, VoiceMails" submenu item with
  "No Calls or Voicemails found" and "Calls, VoiceMails"
  respectively
* Adds translations for both the "No Calls or Voicemails found"
  and "Calls, VoiceMails" messages
* Fixes typo in the word occurred on en.json
* Fixes some French and Spanish translation errors
* Fixes the call Cost formatting under CscCallItem.vue

Change-Id: I0da1dbf78ea1a609a0e1861fa1c14ee41a41d563
master
Giancarlo Errigo Mattos 2 weeks ago
parent 1c047f546b
commit 4d92ef013e

@ -91,7 +91,7 @@ export default {
to: '/user/conversations', to: '/user/conversations',
icon: 'question_answer', icon: 'question_answer',
label: this.$t('Conversations'), label: this.$t('Conversations'),
sublabel: this.$t('Calls, Faxes, VoiceMails'), sublabel: this.isFaxFeatureEnabled ? this.$t('Calls, Faxes, VoiceMails') : this.$t('Calls, VoiceMails'),
visible: this.hasSubscriberProfileAttribute(PROFILE_ATTRIBUTE_MAP.conversations) visible: this.hasSubscriberProfileAttribute(PROFILE_ATTRIBUTE_MAP.conversations)
}, },
{ {

@ -34,7 +34,7 @@
caption caption
> >
<span> <span>
{{ $t('Cost') }} {{ $t('Cost') + ": " }}
</span> </span>
<span> <span>
{{ $filters.wholeCurrency(totalCustomerCostRounded) }} {{ $filters.wholeCurrency(totalCustomerCostRounded) }}

@ -93,6 +93,7 @@
"Calling {number}...": "{number} wird angerufen …", "Calling {number}...": "{number} wird angerufen …",
"Calls": "Anrufe", "Calls": "Anrufe",
"Calls, Faxes, VoiceMails": "Anrufe, Faxe, Sprachnachrichten", "Calls, Faxes, VoiceMails": "Anrufe, Faxe, Sprachnachrichten",
"Calls, VoiceMails": "Anrufe, Sprachnachrichten",
"Cancel": "Abbrechen", "Cancel": "Abbrechen",
"Cancel Mode": "Modus zum Abbrechen", "Cancel Mode": "Modus zum Abbrechen",
"Cdr": "Cdr", "Cdr": "Cdr",
@ -333,6 +334,7 @@
"New password retyped": "Neues Passwort wiederholt", "New password retyped": "Neues Passwort wiederholt",
"No": "Nein", "No": "Nein",
"No Calls found": "Keine Anrufe gefunden", "No Calls found": "Keine Anrufe gefunden",
"No Calls or Voicemails found": "Keine Anrufe oder Voicemails gefunden",
"No Calls, Voicemails or Faxes found": "Keine Anrufe, Voicemails oder Faxe gefunden", "No Calls, Voicemails or Faxes found": "Keine Anrufe, Voicemails oder Faxe gefunden",
"No Faxes found": "Keine Faxe gefunden", "No Faxes found": "Keine Faxe gefunden",
"No Voicemails found": "Keine Voicemails gefunden", "No Voicemails found": "Keine Voicemails gefunden",

@ -44,10 +44,10 @@
"Allow mail2fax emails only to this IP (the IP or hostname is present in the \\\"Received\\\" header).": "Allow mail2fax emails only to this IP (the IP or hostname is present in the \\\"Received\\\" header).", "Allow mail2fax emails only to this IP (the IP or hostname is present in the \\\"Received\\\" header).": "Allow mail2fax emails only to this IP (the IP or hostname is present in the \\\"Received\\\" header).",
"Allowed extensions are between {min} and {max}": "Allowed extensions are between {min} and {max}", "Allowed extensions are between {min} and {max}": "Allowed extensions are between {min} and {max}",
"Always": "Always", "Always": "Always",
"An error occured while trying to assign the speed dial slot. Please try again": "An error occured while trying to assign the speed dial slot. Please try again", "An error occurred while trying to assign the speed dial slot. Please try again": "An error occurred while trying to assign the speed dial slot. Please try again",
"An error occured while trying to load the speed dials. Please try again": "An error occured while trying to load the speed dials. Please try again", "An error occurred while trying to load the speed dials. Please try again": "An error occurred while trying to load the speed dials. Please try again",
"An error occured while trying to send the fax. Please try again": "An error occured while trying to send the fax. Please try again", "An error occurred while trying to send the fax. Please try again": "An error occurred while trying to send the fax. Please try again",
"An error occured while trying to unassign the speed dial slot. Please try again": "An error occured while trying to unassign the speed dial slot. Please try again", "An error occurred while trying to unassign the speed dial slot. Please try again": "An error occurred while trying to unassign the speed dial slot. Please try again",
"An error occurred:": "An error occurred:", "An error occurred:": "An error occurred:",
"Apps": "Apps", "Apps": "Apps",
"April": "April", "April": "April",
@ -92,6 +92,7 @@
"Calling {number}...": "Calling {number}...", "Calling {number}...": "Calling {number}...",
"Calls": "Calls", "Calls": "Calls",
"Calls, Faxes, VoiceMails": "Calls, Faxes, VoiceMails", "Calls, Faxes, VoiceMails": "Calls, Faxes, VoiceMails",
"Calls, VoiceMails": "Calls, VoiceMails",
"Cancel": "Cancel", "Cancel": "Cancel",
"Cancel Mode": "Cancel Mode", "Cancel Mode": "Cancel Mode",
"Cdr": "Cdr", "Cdr": "Cdr",
@ -321,6 +322,7 @@
"New password retyped": "New password retyped", "New password retyped": "New password retyped",
"No": "No", "No": "No",
"No Calls found": "No Calls found", "No Calls found": "No Calls found",
"No Calls or Voicemails found": "No Calls or Voicemails found",
"No Calls, Voicemails or Faxes found": "No Calls, Voicemails or Faxes found", "No Calls, Voicemails or Faxes found": "No Calls, Voicemails or Faxes found",
"No Faxes found": "No Faxes found", "No Faxes found": "No Faxes found",
"No Voicemails found": "No Voicemails found", "No Voicemails found": "No Voicemails found",

@ -92,7 +92,8 @@
"Calling Card": "Tarjeta de llamada", "Calling Card": "Tarjeta de llamada",
"Calling {number}...": "Iniciando ...", "Calling {number}...": "Iniciando ...",
"Calls": "Llamadas", "Calls": "Llamadas",
"Calls, Faxes, VoiceMails": "Llamadas, faxes, correos de voz", "Calls, Faxes, VoiceMails": "Llamadas, faxes, mensajes de voz",
"Calls, VoiceMails": "Llamadas, mensajes de voz",
"Cancel": "Cancelar", "Cancel": "Cancelar",
"Cancel Mode": "Modo de cancelación", "Cancel Mode": "Modo de cancelación",
"Cdr": "Cdr", "Cdr": "Cdr",
@ -334,7 +335,8 @@
"New password retyped": "Nueva contraseña reescrita", "New password retyped": "Nueva contraseña reescrita",
"No": "No", "No": "No",
"No Calls found": "No se encontraron llamadas", "No Calls found": "No se encontraron llamadas",
"No Calls, Voicemails or Faxes found": "No se encontraron llamadas, correos de voz o faxes", "No Calls or Voicemails found": "No se encontraron llamadas o mensajes de voz",
"No Calls, Voicemails or Faxes found": "No se encontraron llamadas, mensajes de voz o faxes",
"No Faxes found": "No se encontraron faxes", "No Faxes found": "No se encontraron faxes",
"No Voicemails found": "No se encontraron mensajes de voz", "No Voicemails found": "No se encontraron mensajes de voz",
"No call queues created yet": "Aún no se han creado colas de llamadas", "No call queues created yet": "Aún no se han creado colas de llamadas",

@ -93,6 +93,7 @@
"Calling {number}...": "Appel en cours de {number}...", "Calling {number}...": "Appel en cours de {number}...",
"Calls": "Appels", "Calls": "Appels",
"Calls, Faxes, VoiceMails": "Appels, télécopies, messages vocaux", "Calls, Faxes, VoiceMails": "Appels, télécopies, messages vocaux",
"Calls, VoiceMails": "Appels, messages vocaux",
"Cancel": "Annuler", "Cancel": "Annuler",
"Cancel Mode": "Mode annuler", "Cancel Mode": "Mode annuler",
"Cdr": "Cdr", "Cdr": "Cdr",
@ -333,7 +334,8 @@
"New password retyped": "Nouveau mot de passe saisi à nouveau", "New password retyped": "Nouveau mot de passe saisi à nouveau",
"No": "Non", "No": "Non",
"No Calls found": "Aucun appel trouvé", "No Calls found": "Aucun appel trouvé",
"No Calls, Voicemails or Faxes found": "Pas d'appels, de messages vocaux ou de fax trouvés", "No Calls or Voicemails found": "Aucun appel ni message vocal",
"No Calls, Voicemails or Faxes found": "Aucun appel, message vocal ni fax trouvé",
"No Faxes found": "Aucun fax trouvé", "No Faxes found": "Aucun fax trouvé",
"No Voicemails found": "Aucun message vocal trouvé", "No Voicemails found": "Aucun message vocal trouvé",
"No call queues created yet": "Aucune file d'attente n'a encore été créée", "No call queues created yet": "Aucune file d'attente n'a encore été créée",

@ -91,6 +91,7 @@
"Calling {number}...": "Chiamata in corso a {number}...", "Calling {number}...": "Chiamata in corso a {number}...",
"Calls": "Chiamate", "Calls": "Chiamate",
"Calls, Faxes, VoiceMails": "Chiamate, Fax, Messaggi Vocali", "Calls, Faxes, VoiceMails": "Chiamate, Fax, Messaggi Vocali",
"Calls, VoiceMails": "Chiamate, Messaggi Vocali",
"Cancel": "Annulla", "Cancel": "Annulla",
"Cancel Mode": "Cancel Mode", "Cancel Mode": "Cancel Mode",
"Cdr": "Cdr", "Cdr": "Cdr",
@ -326,6 +327,7 @@
"New password retyped": "Ripeti la nuova password", "New password retyped": "Ripeti la nuova password",
"No": "No", "No": "No",
"No Calls found": "Non è stata trovata alcuna chiamata", "No Calls found": "Non è stata trovata alcuna chiamata",
"No Calls or Voicemails found": "Non sono stati trovati chiamate né messaggi vocali",
"No Calls, Voicemails or Faxes found": "Non sono stati trovati chiamate, messaggi vocali né fax", "No Calls, Voicemails or Faxes found": "Non sono stati trovati chiamate, messaggi vocali né fax",
"No Faxes found": "Non è stato trovato alcun fax", "No Faxes found": "Non è stato trovato alcun fax",
"No Voicemails found": "Non è stato trovato alcun messaggio vocale", "No Voicemails found": "Non è stato trovato alcun messaggio vocale",

@ -215,6 +215,9 @@ export default {
}, },
noResultsMessage () { noResultsMessage () {
if (this.selectedTab === 'call-fax-voicemail') { if (this.selectedTab === 'call-fax-voicemail') {
if (!this.isFaxFeatureEnabled) {
return this.$t('No Calls or Voicemails found')
}
return this.$t('No Calls, Voicemails or Faxes found') return this.$t('No Calls, Voicemails or Faxes found')
} else if (this.selectedTab === 'call') { } else if (this.selectedTab === 'call') {
return this.$t('No Calls found') return this.$t('No Calls found')

Loading…
Cancel
Save