TT#163506 CSC: wrong labels "New messages" and "Recent calls"

Change-Id: Ie074c773e4584ecfd66a2dadb43527c48901f33d
pull/12/head
Hans-Peter Herzog 4 years ago
parent becbbaefec
commit e864670def

@ -41,7 +41,6 @@
"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 occured while trying to send the fax. Please try again": "An error occured 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",
"Application": "Application",
"Apps": "Apps",
"Assigned slot {slot}": "Assigned slot {slot}",
"Attach voicemail to email notification": "Attach voicemail to email notification",
@ -179,7 +178,6 @@
"Forward to Fax2Mail": "Forward to Fax2Mail",
"Forward to Local Subscriber": "Forward to Local Subscriber",
"Forward to Manager Secretary": "Forward to Manager Secretary",
"Forward to ManagerSecretary": "Forward to ManagerSecretary",
"Forward to Number": "Forward to Number",
"Forward to Office Hours Announcement": "Forward to Office Hours Announcement",
"Forward to Voicebox": "Forward to Voicebox",
@ -219,7 +217,6 @@
"Input a valid phone number": "Input a valid phone number",
"Interval when the secret key is automatically renewed.": "Interval when the secret key is automatically renewed.",
"Italian": "Italian",
"Join conference": "Join conference",
"Join conference with name": "Join conference with name",
"Lamp/Key": "Lamp/Key",
"Lamps/Keys": "Lamps/Keys",
@ -238,9 +235,9 @@
"Mail to Fax": "Mail to Fax",
"Manager Secretary": "Manager Secretary",
"Manager Secretary feature": "Manager Secretary feature",
"ManagerSecretary": "ManagerSecretary",
"Maximum allowed extension is {max}": "Maximum allowed extension is {max}",
"Maximum calls in queue": "Maximum calls in queue",
"Messages": "Messages",
"Minimum allowed extension is {min}": "Minimum allowed extension is {min}",
"Mo": "Mo",
"Monday": "Monday",
@ -253,7 +250,6 @@
"Name": "Name",
"Name in Fax Header for Sendfax": "Name in Fax Header for Sendfax",
"Never": "Never",
"New Messages": "New Messages",
"New SIP Password": "New SIP Password",
"New SIP Password confirm": "New SIP Password confirm",
"New Web Password": "New Web Password",
@ -266,7 +262,7 @@
"No Faxes found": "No Faxes found",
"No Voicemails found": "No Voicemails found",
"No call queues created yet": "No call queues created yet",
"No calls yet": "No calls yet",
"No calls": "No calls",
"No data found": "No data found",
"No data to save. Please provide at least one time range.": "No data to save. Please provide at least one time range.",
"No destinations created yet": "No destinations created yet",
@ -276,7 +272,7 @@
"No groups": "No groups",
"No groups created yet": "No groups created yet",
"No manager secretary configuration created yet": "No manager secretary configuration created yet",
"No new messages": "No new messages",
"No messages": "No messages",
"No numbers assigned": "No numbers assigned",
"No numbers found": "No numbers found",
"No seats": "No seats",
@ -323,7 +319,6 @@
"Random Ringing": "Random Ringing",
"Receive Reports": "Receive Reports",
"Received from IP": "Received from IP",
"Recent Calls": "Recent Calls",
"Recording successfully deleted": "Recording successfully deleted",
"Recordings": "Recordings",
"Recover password": "Recover password",
@ -499,7 +494,6 @@
"You are about to remove this Voicemail": "You are about to remove this Voicemail",
"You are about to reset the custom {type} greeting sound to defaults": "You are about to reset the custom {type} greeting sound to defaults",
"You are now able to start and receive calls": "You are now able to start and receive calls",
"You can neither make a call nor receive one, since the RTC:engine is not active. If you operate a C5 CE then first upgrade to a C5 PRO to be able to use the RTC:engine.": "You can neither make a call nor receive one, since the RTC:engine is not active. If you operate a C5 CE then first upgrade to a C5 PRO to be able to use the RTC:engine.",
"You can not join a conference, since the RTC:engine is not active. If you operate a C5 CE then first upgrade to a C5 PRO to be able to use the RTC:engine.": "You can not join a conference, since the RTC:engine is not active. If you operate a C5 CE then first upgrade to a C5 PRO to be able to use the RTC:engine.",
"You have blocked incoming call notifications.": "You have blocked incoming call notifications.",
"You have invalid form input. Please check and try again.": "You have invalid form input. Please check and try again.",
@ -509,8 +503,6 @@
"Your number is hidden to the callee within own PBX": "Your number is hidden to the callee within own PBX",
"Your number is visible to the callee": "Your number is visible to the callee",
"Your number is visible to the callee within own PBX": "Your number is visible to the callee within own PBX",
"Your password has been changed successfully": "Your password has been changed successfully",
"Your web password has been changed successfully": "Your web password has been changed successfully",
"ago": "ago",
"and": "and",
"and call from": "and call from",

@ -6,23 +6,23 @@
<csc-card-dashboard
:title="$t('Voicebox Messages')"
:count="voicemailsCount"
:count-title="$t('New Messages')"
:count-title="$t('Messages')"
:button-title="$t('View Voicebox Messages')"
:items-list="voicemailItems"
:route-to="{ name: 'CscConversations', params: { initialTab: 'voicemail' } }"
:loading="$wait.is('getVoicemailsData')"
:no-items-message="$t('No new messages')"
:no-items-message="$t('No messages')"
:error="voicemailsError"
@action="downloadVoicemail"
/>
<csc-card-dashboard
:title="$t('Call List')"
:count="callsCount"
:count-title="$t('Recent Calls')"
:count-title="$t('Calls')"
:button-title="$t('View Call List')"
:items-list="callItems"
:route-to="{ name: 'CscConversations', params: { initialTab: 'call' } }"
:no-items-message="$t('No calls yet')"
:no-items-message="$t('No calls')"
:loading="$wait.is('getCallsData')"
:error="callsError"
/>

Loading…
Cancel
Save