diff --git a/src/components/CscMainMenuTop.vue b/src/components/CscMainMenuTop.vue index 22bf6742..c0735120 100644 --- a/src/components/CscMainMenuTop.vue +++ b/src/components/CscMainMenuTop.vue @@ -195,29 +195,29 @@ export default { }, { icon: 'settings', - label: this.$t('PBX Settings'), + label: this.$t('Extension Settings'), visible: this.isPbxEnabled && this.hasSubscriberProfileAttributes(PROFILE_ATTRIBUTES_MAP.pbxSettings), children: [ { - to: '/user/pbx-settings/general', + to: '/user/extension-settings/general', icon: 'settings', label: this.$t('General'), visible: this.isPbxEnabled && this.hasSubscriberProfileAttribute(PROFILE_ATTRIBUTE_MAP.clir_intrapbx) }, { - to: '/user/pbx-settings/call-queues', + to: '/user/extension-settings/call-queues', icon: 'filter_none', label: this.$t('Call Queues'), visible: this.isPbxEnabled && this.hasSubscriberProfileAttributes(PROFILE_ATTRIBUTES_MAP.pbxSettingsCallQueue) }, { - to: '/user/pbx-settings/ms-configs', + to: '/user/extension-settings/ms-configs', icon: 'arrow_forward', label: this.$t('Manager Secretary'), visible: this.isPbxEnabled && this.hasSubscriberProfileAttribute(PROFILE_ATTRIBUTE_MAP.manager_secretary) }, { - to: '/user/pbx-settings/auto-attendant', + to: '/user/extension-settings/auto-attendant', icon: 'dialpad', label: this.$t('Auto-attendant'), visible: this.isPbxEnabled && this.hasSubscriberProfileAttribute(PROFILE_ATTRIBUTE_MAP.auto_attendant) diff --git a/src/i18n/de.json b/src/i18n/de.json index e565d87f..0dc074d7 100644 --- a/src/i18n/de.json +++ b/src/i18n/de.json @@ -296,7 +296,7 @@ "Only outgoing calls to listed numbers are allowed": "Es sind nur ausgehende Anrufe an aufgelistete Nummern erlaubt", "Outgoing": "Ausgehende", "PBX Configuration": "PBX-Konfiguration", - "PBX Settings": "PBX-Einstellungen", + "Extension Settings": "Erweiterungseinstellungen", "PIN": "PIN", "Page Header": "Seitenkopf", "Page not found": "Seite wurde nicht gefunden", @@ -391,7 +391,7 @@ "Sending fax completed successfully.": "Fax wurde erfolgreich gesendet.", "Serial Ringing": "Serielles Klingeln", "Session expired, please login again": "Sitzung abgelaufen, bitte erneut anmelden", - "Set your PBX settings": "Legen Sie Ihre PBX-Einstellungen fest", + "Set your Extension settings": "Legen Sie Ihre Erweiterungseinstellungen fest", "Set your fax settings": "Legen Sie Ihre Faxeinstellungen fest", "Set your personal alarm": "Persönlichen Alarm einstellen", "Set your speed dials": "Kurzwahltasten einstellen", diff --git a/src/i18n/en.json b/src/i18n/en.json index 0a02ffc8..62d2346e 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -296,7 +296,7 @@ "Only outgoing calls to listed numbers are allowed": "Only outgoing calls to listed numbers are allowed", "Outgoing": "Outgoing", "PBX Configuration": "PBX Configuration", - "PBX Settings": "PBX Settings", + "Extension Settings": "Extension Settings", "PIN": "PIN", "Page Header": "Page Header", "Page not found": "Page not found", @@ -400,7 +400,7 @@ "Sending fax completed successfully.": "Sending fax completed successfully.", "Serial Ringing": "Serial Ringing", "Session expired, please login again": "Session expired, please login again", - "Set your PBX settings": "Set your PBX settings", + "Set your Extension settings": "Set your Extension settings", "Set your fax settings": "Set your fax settings", "Set your personal alarm": "Set your personal alarm", "Set your speed dials": "Set your speed dials", diff --git a/src/i18n/es.json b/src/i18n/es.json index 6dbac47f..2b32eb3e 100644 --- a/src/i18n/es.json +++ b/src/i18n/es.json @@ -271,7 +271,7 @@ "Only outgoing calls to listed numbers are allowed": "Permitir solo los números listados", "Outgoing": "Saliente", "PBX Configuration": "Configuración PBX", - "PBX Settings": "Configuración de la PBX", + "Extension Settings": "Configuración de la extensión", "PIN": "PIN", "Page Header": "Encabezado de página", "Page not found": "Página no encontrada", @@ -362,7 +362,7 @@ "Sending fax completed successfully.": "Envío de fax completado exitosamente.", "Serial Ringing": "Llamada en serie", "Session language successfully changed": "Idioma de la sesión modificado exitosamente.", - "Set your PBX settings": "Establezca la configuración de su centralita", + "Set your Extension settings": "Establezca la configuración de su extensión", "Set your fax settings": "Configurar los ajustes del fax", "Set your personal alarm": "Configure su alarma personal", "Set your speed dials": "Configure sus marcaciones rápidas", diff --git a/src/i18n/fr.json b/src/i18n/fr.json index 6b5e360d..cc17ba4c 100644 --- a/src/i18n/fr.json +++ b/src/i18n/fr.json @@ -271,7 +271,7 @@ "Only outgoing calls to listed numbers are allowed": "Seuls les appels sortants vers les numéros listés sont autorisés", "Outgoing": "Sortant", "PBX Configuration": "Configuration du PBX", - "PBX Settings": "Paramètres du PBX", + "Extension Settings": "Paramètres des extensions", "PIN": "PIN", "Page Header": "En-tête de page", "Page not found": "Page introuvable", @@ -361,7 +361,7 @@ "Send Fax": "Envoyer un fax", "Sending fax completed successfully.": "Le Fax a été envoyé avec succès.", "Serial Ringing": "Sonnerie en série", - "Set your PBX settings": "Définir les paramètres de votre PBX", + "Set your Extension settings": "Définir les paramètres de votre extensions", "Set your fax settings": "Définir les paramètres de votre fax", "Set your personal alarm": "Définissez votre alarme personnelle", "Set your speed dials": "Définissez vos numéros abrégés", diff --git a/src/router/routes.js b/src/router/routes.js index 5d2708ce..91f2329a 100644 --- a/src/router/routes.js +++ b/src/router/routes.js @@ -242,7 +242,7 @@ export default function routes (app) { get subtitle () { return i18n.t('Call Queues') }, - profileAttributes: PROFILE_ATTRIBUTES_MAP.pbxSettingsCallQueue + profileAttributes: PROFILE_ATTRIBUTES_MAP.extSettingsCallQueue } }, { @@ -355,37 +355,37 @@ export default function routes (app) { } }, { - path: 'pbx-settings/general', + path: 'extension-settings/general', component: CscPagePbxSettings, meta: { get title () { - return i18n.t('PBX Settings') + return i18n.t('Extension Settings') }, get subtitle () { - return i18n.t('Set your PBX settings') + return i18n.t('Set your Extension settings') }, profileAttributes: PROFILE_ATTRIBUTE_MAP.clir_intrapbx } }, { - path: 'pbx-settings/call-queues', + path: 'extension-settings/call-queues', component: CscPagePbxSettingsCallQueues, meta: { get title () { - return i18n.t('PBX Settings') + return i18n.t('Extension Settings') }, get subtitle () { return i18n.t('Call Queues') }, - profileAttributes: PROFILE_ATTRIBUTES_MAP.pbxSettingsCallQueue + profileAttributes: PROFILE_ATTRIBUTES_MAP.extSettingsCallQueue } }, { - path: 'pbx-settings/ms-configs', + path: 'extension-settings/ms-configs', component: CscPagePbxSettingsMsConfigs, meta: { get title () { - return i18n.t('PBX Settings') + return i18n.t('Extension Settings') }, get subtitle () { return i18n.t('Manager Secretary') @@ -394,11 +394,11 @@ export default function routes (app) { } }, { - path: 'pbx-settings/auto-attendant', + path: 'extension-settings/auto-attendant', component: CscPagePbxSettingsAutoAttendant, meta: { get title () { - return i18n.t('PBX Settings') + return i18n.t('Extension Settings') }, get subtitle () { return i18n.t('Auto-attendant')