diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 88168d4cfc39..7561e9a21af2 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -39,7 +39,6 @@ /packages/manager/apps/nasha @ovh/dev-manager-infra-all /packages/manager/apps/netapp @ovh/dev-manager-infra-all /packages/manager/apps/nutanix @ovh/dev-manager-hpc-all -/packages/manager/apps/office @ovh/dev-manager-web-all /packages/manager/apps/overthebox @ovh/dev-manager-web-all /packages/manager/apps/pci @ovh/dev-manager-pci-all /packages/manager/apps/pci-* @ovh/dev-manager-pci-all @@ -102,7 +101,6 @@ /packages/manager/modules/netapp @ovh/dev-manager-infra-all /packages/manager/modules/new-billing @ovh/dev-manager-gcj-all /packages/manager/modules/nutanix @ovh/dev-manager-hpc-all -/packages/manager/modules/office @ovh/dev-manager-web-all /packages/manager/modules/overthebox @ovh/dev-manager-web-all /packages/manager/modules/pci @ovh/dev-manager-pci-all /packages/manager/modules/pci-universe-components @ovh/dev-manager-pci-all diff --git a/packages/manager/apps/container/src/container/legacy/server-sidebar/order/shop-config/web.ts b/packages/manager/apps/container/src/container/legacy/server-sidebar/order/shop-config/web.ts index 4f8ea79fd0d6..1662730ea8a6 100644 --- a/packages/manager/apps/container/src/container/legacy/server-sidebar/order/shop-config/web.ts +++ b/packages/manager/apps/container/src/container/legacy/server-sidebar/order/shop-config/web.ts @@ -84,7 +84,7 @@ const webShopConfig = ( tracking: 'web::orders::email-microsoft-exchange::order', } : null, - features.office && ORDER_URLS[region].orderOffice + features['web-office'] && ORDER_URLS[region].orderOffice ? { label: 'order_item_office', icon: OFFICE365_SVG, diff --git a/packages/manager/apps/container/src/container/legacy/server-sidebar/universe/WebSidebar.tsx b/packages/manager/apps/container/src/container/legacy/server-sidebar/universe/WebSidebar.tsx index 79dc623677ac..c4a61dfadac2 100644 --- a/packages/manager/apps/container/src/container/legacy/server-sidebar/universe/WebSidebar.tsx +++ b/packages/manager/apps/container/src/container/legacy/server-sidebar/universe/WebSidebar.tsx @@ -25,9 +25,7 @@ export const webFeatures = [ 'emails:delegate', 'emails', 'exchange:web-dashboard', - 'office', 'office-reseller', - 'sharepoint', 'web:microsoft', 'cloud-web', 'cloud-database', @@ -261,7 +259,7 @@ export default function WebSidebar() { label: t('sidebar_microsoft'), icon: getIcon('ms-Icon ms-Icon--WindowsLogo'), routeMatcher: new RegExp( - `^(/configuration)?/(exchange|office|sharepoint)`, + `^(/configuration)?/(exchange|web-office)`, ), subItems: [ { @@ -282,19 +280,6 @@ export default function WebSidebar() { })); }, }, - features.office && { - id: 'office', - label: t('sidebar_license_office'), - icon: getIcon('ms-Icon ms-Icon--OfficeLogo'), - routeMatcher: new RegExp(`/office`), - async loader() { - const services = await loadServices('/license/office'); - return services.map((service) => ({ - icon: getIcon('ms-Icon ms-Icon--OfficeLogo'), - ...service, - })); - }, - }, features['web-office'] && { id: 'web-office', label: t('sidebar_license_office'), diff --git a/packages/manager/apps/container/src/container/nav-reshuffle/sidebar/navigation-tree/services/webCloud.ts b/packages/manager/apps/container/src/container/nav-reshuffle/sidebar/navigation-tree/services/webCloud.ts index 45888f2ecd04..cca4f2ada260 100644 --- a/packages/manager/apps/container/src/container/nav-reshuffle/sidebar/navigation-tree/services/webCloud.ts +++ b/packages/manager/apps/container/src/container/nav-reshuffle/sidebar/navigation-tree/services/webCloud.ts @@ -110,27 +110,6 @@ webCloudUniverse.children = [ }, ], }, - { - id: 'web-paas', - idAttr: 'web-paas-link', - universe: webCloudUniverse.id, - translation: 'sidebar_web_paas', - children: [ - { - id: 'platform-sh', - idAttr: 'platform-sh-link', - universe: webCloudUniverse.id, - translation: 'sidebar_platform_sh', - serviceType: 'WEBPAAS_SUBSCRIPTION', - routing: { - application: 'web', - hash: '#/paas/webpaas/projects', - }, - features: ['web-paas'], - }, - ], - features: ['web-paas'], - }, { id: 'emails', idAttr: 'emails-link', @@ -192,20 +171,8 @@ webCloudUniverse.children = [ idAttr: 'microsoft-link', universe: webCloudUniverse.id, translation: 'sidebar_microsoft', - features: ['office', 'web-office', 'exchange'], + features: ['web-office', 'exchange'], children: [ - { - id: 'office', - idAttr: 'office-link', - universe: webCloudUniverse.id, - translation: 'sidebar_license_office', - serviceType: 'LICENSE_OFFICE', - routing: { - application: 'web', - hash: '#/office/license', - }, - features: ['office'], - }, { id: 'web-office', idAttr: 'web-office-link', @@ -230,18 +197,6 @@ webCloudUniverse.children = [ }, features: ['exchange'], }, - { - id: 'sharepoint', - idAttr: 'sharepoint-link', - universe: webCloudUniverse.id, - translation: 'sidebar_sharepoint', - serviceType: 'MSSERVICES_SHAREPOINT', - routing: { - application: 'web', - hash: '#/sharepoint', - }, - features: ['sharepoint'], - }, ], }, ]; diff --git a/packages/manager/apps/office/.eslintrc.json b/packages/manager/apps/office/.eslintrc.json deleted file mode 100644 index 4c145a7c9587..000000000000 --- a/packages/manager/apps/office/.eslintrc.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "globals": { - "__VERSION__": true, - "moment": true, - "__NG_APP_INJECTIONS__": true - } -} diff --git a/packages/manager/apps/office/CHANGELOG.md b/packages/manager/apps/office/CHANGELOG.md deleted file mode 100644 index bfb0bb230b2d..000000000000 --- a/packages/manager/apps/office/CHANGELOG.md +++ /dev/null @@ -1,1277 +0,0 @@ -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -## [0.12.42](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.12.41...@ovh-ux/manager-office-app@0.12.42) (2025-06-20) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.12.41](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.12.40...@ovh-ux/manager-office-app@0.12.41) (2025-06-13) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.12.40](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.12.39...@ovh-ux/manager-office-app@0.12.40) (2025-06-13) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.12.39](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.12.38...@ovh-ux/manager-office-app@0.12.39) (2025-06-12) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.12.38](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.12.37...@ovh-ux/manager-office-app@0.12.38) (2025-06-11) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.12.37](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.12.36...@ovh-ux/manager-office-app@0.12.37) (2025-06-10) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.12.36](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.12.35...@ovh-ux/manager-office-app@0.12.36) (2025-06-05) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.12.35](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.12.34...@ovh-ux/manager-office-app@0.12.35) (2025-05-21) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.12.34](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.12.33...@ovh-ux/manager-office-app@0.12.34) (2025-05-15) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.12.33](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.12.32...@ovh-ux/manager-office-app@0.12.33) (2025-05-12) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.12.32](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.12.31...@ovh-ux/manager-office-app@0.12.32) (2025-04-30) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.12.31](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.12.30...@ovh-ux/manager-office-app@0.12.31) (2025-04-28) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.12.30](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.12.29...@ovh-ux/manager-office-app@0.12.30) (2025-04-22) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.12.29](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.12.28...@ovh-ux/manager-office-app@0.12.29) (2025-04-17) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.12.28](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.12.27...@ovh-ux/manager-office-app@0.12.28) (2025-04-17) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.12.27](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.12.26...@ovh-ux/manager-office-app@0.12.27) (2025-04-16) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.12.26](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.12.25...@ovh-ux/manager-office-app@0.12.26) (2025-04-09) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.12.25](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.12.24...@ovh-ux/manager-office-app@0.12.25) (2025-04-07) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.12.24](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.12.23...@ovh-ux/manager-office-app@0.12.24) (2025-03-27) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.12.23](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.12.22...@ovh-ux/manager-office-app@0.12.23) (2025-03-21) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.12.22](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.12.21...@ovh-ux/manager-office-app@0.12.22) (2025-03-13) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.12.21](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.12.20...@ovh-ux/manager-office-app@0.12.21) (2025-03-12) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.12.20](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.12.19...@ovh-ux/manager-office-app@0.12.20) (2025-03-06) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.12.19](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.12.18...@ovh-ux/manager-office-app@0.12.19) (2025-02-20) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.12.18](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.12.17...@ovh-ux/manager-office-app@0.12.18) (2025-02-20) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.12.17](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.12.16...@ovh-ux/manager-office-app@0.12.17) (2025-02-19) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.12.16](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.12.15...@ovh-ux/manager-office-app@0.12.16) (2025-02-11) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.12.15](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.12.14...@ovh-ux/manager-office-app@0.12.15) (2025-02-10) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.12.14](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.12.13...@ovh-ux/manager-office-app@0.12.14) (2025-02-03) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.12.13](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.12.12...@ovh-ux/manager-office-app@0.12.13) (2025-02-03) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.12.12](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.12.11...@ovh-ux/manager-office-app@0.12.12) (2025-01-30) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.12.11](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.12.10...@ovh-ux/manager-office-app@0.12.11) (2025-01-23) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.12.10](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.12.9...@ovh-ux/manager-office-app@0.12.10) (2025-01-07) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.12.9](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.12.8...@ovh-ux/manager-office-app@0.12.9) (2024-12-23) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.12.8](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.12.7...@ovh-ux/manager-office-app@0.12.8) (2024-12-19) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.12.7](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.12.6...@ovh-ux/manager-office-app@0.12.7) (2024-12-16) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.12.6](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.12.5...@ovh-ux/manager-office-app@0.12.6) (2024-12-12) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.12.5](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.12.4...@ovh-ux/manager-office-app@0.12.5) (2024-12-11) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.12.4](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.12.3...@ovh-ux/manager-office-app@0.12.4) (2024-11-28) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.12.3](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.12.2...@ovh-ux/manager-office-app@0.12.3) (2024-11-26) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.12.2](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.12.1...@ovh-ux/manager-office-app@0.12.2) (2024-11-19) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.12.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.12.0...@ovh-ux/manager-office-app@0.12.1) (2024-11-18) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -# 0.12.0 (2024-11-12) - - -### Bug Fixes - -* **apps:** define Application Version ([700fd68](https://github.com/ovh/manager/commit/700fd68b7934a48ddc04f1c2ef8695d20ee7c993)) -* bump @ovh-ux/ui-kit to v4.7.0 ([#5315](https://github.com/ovh/manager/issues/5315)) ([bd9b540](https://github.com/ovh/manager/commit/bd9b54015511a001a93866e43c48244fb81af907)) -* bump ng-ovh-payment-method to next major ([687f1e4](https://github.com/ovh/manager/commit/687f1e47daefb5c19563c5c434fa281a70be9049)) -* **deps:** add missing deps related to @ovh-ux/manager-advices ([#4727](https://github.com/ovh/manager/issues/4727)) ([73bd7e5](https://github.com/ovh/manager/commit/73bd7e537ac87667de6305b13293c5c9213c47ad)), closes [#4597](https://github.com/ovh/manager/issues/4597) -* **deps:** bump dependencies ([2bbbf54](https://github.com/ovh/manager/commit/2bbbf540b44ed1bffb555fc55045a6f9ea756e78)) -* **deps:** update @ovh-ux/manager-config ([f8d7c24](https://github.com/ovh/manager/commit/f8d7c2469e5151d39fa73a2d064c8673835e11e9)) -* **deps:** update dependencies ([bd6f10e](https://github.com/ovh/manager/commit/bd6f10e1b10a00c19e9600ac2439a48aca7c6a12)) -* **deps:** update deps ([249b0b9](https://github.com/ovh/manager/commit/249b0b9315b8cab1550b6d529dd56986a8176b1b)) -* **deps:** upgarde `@ovh-ux/ui-kit` to `v6.0.0` ([#7088](https://github.com/ovh/manager/issues/7088)) ([1b79579](https://github.com/ovh/manager/commit/1b79579d4bd58ce748f70b8c7eb2c8461cdc4cc8)) -* **deps:** upgrade @ovh-ux/ui-kit to v4.5.0 ([#4631](https://github.com/ovh/manager/issues/4631)) ([7909d4b](https://github.com/ovh/manager/commit/7909d4b5b8001de15204fd632fd08b6814c4a786)) -* **deps:** upgrade @ovh-ux/ui-kit to v4.6.0 ([#4958](https://github.com/ovh/manager/issues/4958)) ([e1ad601](https://github.com/ovh/manager/commit/e1ad60151c7b5112138b23224282a64fce226def)) -* **deps:** upgrade `@ovh-ux/ui-kit` to `v5.1.0` ([#5429](https://github.com/ovh/manager/issues/5429)) ([7099de9](https://github.com/ovh/manager/commit/7099de97320cdbdac5652b2c7ed70327251ed749)) -* **deps:** upgrade `@ovh-ux/ui-kit` to `v5.3.1` ([defea82](https://github.com/ovh/manager/commit/defea8213431605013ebc69646267fe568adaccb)) -* **deps:** upgrade `@ovh-ux/ui-kit` to `v5.3.2` ([#6335](https://github.com/ovh/manager/issues/6335)) ([b91ce69](https://github.com/ovh/manager/commit/b91ce698bf1d230de112e1896626574e1553769b)) -* **deps:** upgrade `@ovh-ux/ui-kit` to `v5.3.3` ([#6745](https://github.com/ovh/manager/issues/6745)) ([38d1144](https://github.com/ovh/manager/commit/38d11445b3671755758d153a4f4a166c7946705c)), closes [ovh/ovh-ui-kit#777](https://github.com/ovh/ovh-ui-kit/issues/777) -* **deps:** upgrade `ovh-api-services` to `v14.0.0` ([#6148](https://github.com/ovh/manager/issues/6148)) ([b6fedbb](https://github.com/ovh/manager/commit/b6fedbbd5e1ad6b2f303c8e8125c2d24208b589b)) -* **deps:** upgrade `ovh-api-services` to `v14.0.1` ([#6217](https://github.com/ovh/manager/issues/6217)) ([ccfbacb](https://github.com/ovh/manager/commit/ccfbacb9f96d2252f29d347125494d2d1ef9c974)) -* **deps:** upgrade `ovh-api-services` to `v14.0.6` ([#7273](https://github.com/ovh/manager/issues/7273)) ([90698c8](https://github.com/ovh/manager/commit/90698c8c025bba09dd8e1baf64ccc0eecd56d3a8)) -* **deps:** upgrade ovh-api-services ([#4706](https://github.com/ovh/manager/issues/4706)) ([5619e0c](https://github.com/ovh/manager/commit/5619e0c761a865be15701e096745c68dcc824f8e)) -* **deps:** upgrade ovh-api-services to v11.1.1 ([#4831](https://github.com/ovh/manager/issues/4831)) ([33d056a](https://github.com/ovh/manager/commit/33d056a2a8e09392e1f8795a8716c52a15b66b73)) -* **pci:** display error in regions ([#8128](https://github.com/ovh/manager/issues/8128)) ([4f0538e](https://github.com/ovh/manager/commit/4f0538e756d4be3c7c547a85b5f284249a0af4f2)) - - -### Build System - -* bump nodejs to v18 and webpack to v5 ([6270204](https://github.com/ovh/manager/commit/6270204e59bbfb87ec000c5853be08027affbb69)) - - -### Features - -* bump @ovh-ux/ui-kit to v6.1.0 ([a1eaaa5](https://github.com/ovh/manager/commit/a1eaaa5cb68652d1d600ba02e0d27de557de94e5)) -* create ng-ovh-chart component ([#11356](https://github.com/ovh/manager/issues/11356)) ([dde7809](https://github.com/ovh/manager/commit/dde780945145ef49f9280a037cb00683b5aa31db)) -* **dedicated.otrs:** paginate support tickets ([#8540](https://github.com/ovh/manager/issues/8540)) ([24e7308](https://github.com/ovh/manager/commit/24e73084d5db1b364989b7817b759719272b1fce)) -* **deps:** upgrade `@ovh-ux/ui-kit` to `v5.0.0` ([d09ca10](https://github.com/ovh/manager/commit/d09ca10f4b7ca629e0b2f1fcb59278ea7f309a9e)) -* **environment:** use ufrontend to bootstrap application ([fba286f](https://github.com/ovh/manager/commit/fba286f89e58e73f8899da0dbac615f65fc6a7f8)) -* init standalone app ([43d040b](https://github.com/ovh/manager/commit/43d040b997a7d1afdac8598c44eded7e478c2a1f)) -* **nutanix:** bring your own license ([4aecf21](https://github.com/ovh/manager/commit/4aecf215501541223bd10fd4851a4bac92a4c45f)) -* **octavia:** octavia mvp setup ([e60cb2d](https://github.com/ovh/manager/commit/e60cb2d4bff27616b5f37d64334816105a830e8f)) -* **signup:** add searchable country list and update labels ([#10625](https://github.com/ovh/manager/issues/10625)) ([a263199](https://github.com/ovh/manager/commit/a263199b06a47298eb7bf0a99814b38da3b544c2)) -* **ufrontend:** add treeshaking ([7ff7623](https://github.com/ovh/manager/commit/7ff7623b2d13b6f2aea2d3a4bfd9d62e169e93c6)) - - -### Reverts - -* Revert "release: radon-sheep-1" ([fae4a9c](https://github.com/ovh/manager/commit/fae4a9cb14816715b060fe0ebe42d45056c9714d)) - - -### BREAKING CHANGES - -* bump webpack from v4 to v5 - -Signed-off-by: Florian Renaut -Co-authored-by: Jisay -Co-authored-by: Anoop N - - - - - -## [0.11.13-alpha.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.11.13-alpha.0...@ovh-ux/manager-office-app@0.11.13-alpha.1) (2024-11-07) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.11.13-alpha.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.11.12...@ovh-ux/manager-office-app@0.11.13-alpha.0) (2024-10-30) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.11.12](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.11.11...@ovh-ux/manager-office-app@0.11.12) (2024-10-24) - - -### Reverts - -* Revert "release: radon-sheep-1" ([fae4a9c](https://github.com/ovh/manager/commit/fae4a9cb14816715b060fe0ebe42d45056c9714d)) - - - - - -## [0.11.11](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.11.10...@ovh-ux/manager-office-app@0.11.11) (2024-10-24) - - -### Reverts - -* Revert "release: radon-sheep-1" ([fae4a9c](https://github.com/ovh/manager/commit/fae4a9cb14816715b060fe0ebe42d45056c9714d)) - - - - - -## [0.11.10](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.11.9...@ovh-ux/manager-office-app@0.11.10) (2024-10-22) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.11.9](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.11.8...@ovh-ux/manager-office-app@0.11.9) (2024-10-21) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.11.8](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.11.7...@ovh-ux/manager-office-app@0.11.8) (2024-10-03) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.11.7](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.11.6...@ovh-ux/manager-office-app@0.11.7) (2024-09-26) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.11.6](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.11.5...@ovh-ux/manager-office-app@0.11.6) (2024-09-12) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.11.5](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.11.4...@ovh-ux/manager-office-app@0.11.5) (2024-08-29) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.11.4](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.11.3...@ovh-ux/manager-office-app@0.11.4) (2024-08-13) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.11.3](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.11.2...@ovh-ux/manager-office-app@0.11.3) (2024-08-08) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.11.2](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.11.1...@ovh-ux/manager-office-app@0.11.2) (2024-06-25) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.11.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.11.0...@ovh-ux/manager-office-app@0.11.1) (2024-06-04) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -# [0.11.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.10.3...@ovh-ux/manager-office-app@0.11.0) (2024-05-28) - - -### Features - -* create ng-ovh-chart component ([#11356](https://github.com/ovh/manager/issues/11356)) ([dde7809](https://github.com/ovh/manager/commit/dde780945145ef49f9280a037cb00683b5aa31db)) - - - - - -## [0.10.3](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.10.2...@ovh-ux/manager-office-app@0.10.3) (2024-05-21) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.10.2](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.10.1...@ovh-ux/manager-office-app@0.10.2) (2024-05-06) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.10.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.10.0...@ovh-ux/manager-office-app@0.10.1) (2024-04-18) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -# [0.10.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.9.9...@ovh-ux/manager-office-app@0.10.0) (2024-04-04) - - -### Features - -* **signup:** add searchable country list and update labels ([#10625](https://github.com/ovh/manager/issues/10625)) ([a263199](https://github.com/ovh/manager/commit/a263199b06a47298eb7bf0a99814b38da3b544c2)) - - - - - -## [0.9.9](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.9.8...@ovh-ux/manager-office-app@0.9.9) (2024-03-25) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.9.8](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.9.7...@ovh-ux/manager-office-app@0.9.8) (2024-03-19) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.9.7](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.9.6...@ovh-ux/manager-office-app@0.9.7) (2024-03-13) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.9.6](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.9.5...@ovh-ux/manager-office-app@0.9.6) (2024-03-11) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.9.5](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.9.4...@ovh-ux/manager-office-app@0.9.5) (2024-03-07) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.9.4](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.9.3...@ovh-ux/manager-office-app@0.9.4) (2024-03-07) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.9.3](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.9.2...@ovh-ux/manager-office-app@0.9.3) (2024-03-04) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.9.2](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.9.1...@ovh-ux/manager-office-app@0.9.2) (2024-02-26) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.9.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.9.0...@ovh-ux/manager-office-app@0.9.1) (2024-02-21) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -# [0.9.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.8.17...@ovh-ux/manager-office-app@0.9.0) (2024-02-15) - - -### Features - -* **octavia:** octavia mvp setup ([e60cb2d](https://github.com/ovh/manager/commit/e60cb2d4bff27616b5f37d64334816105a830e8f)) - - - - - -## [0.8.17](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.8.16...@ovh-ux/manager-office-app@0.8.17) (2024-02-05) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.8.16](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.8.15...@ovh-ux/manager-office-app@0.8.16) (2024-01-31) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.8.15](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.8.14...@ovh-ux/manager-office-app@0.8.15) (2024-01-26) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.8.14](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.8.13...@ovh-ux/manager-office-app@0.8.14) (2024-01-25) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.8.13](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.8.12...@ovh-ux/manager-office-app@0.8.13) (2023-12-11) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.8.12](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.8.11...@ovh-ux/manager-office-app@0.8.12) (2023-12-07) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.8.11](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.8.10...@ovh-ux/manager-office-app@0.8.11) (2023-12-05) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.8.10](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.8.9...@ovh-ux/manager-office-app@0.8.10) (2023-12-01) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.8.9](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.8.8...@ovh-ux/manager-office-app@0.8.9) (2023-11-21) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.8.8](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.8.7...@ovh-ux/manager-office-app@0.8.8) (2023-11-13) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.8.7](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.8.6...@ovh-ux/manager-office-app@0.8.7) (2023-10-30) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.8.6](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.8.5...@ovh-ux/manager-office-app@0.8.6) (2023-10-23) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.8.5](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.8.4...@ovh-ux/manager-office-app@0.8.5) (2023-10-16) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.8.4](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.8.3...@ovh-ux/manager-office-app@0.8.4) (2023-10-11) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.8.3](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.8.2...@ovh-ux/manager-office-app@0.8.3) (2023-09-27) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.8.2](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.8.1...@ovh-ux/manager-office-app@0.8.2) (2023-09-18) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.8.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.8.0...@ovh-ux/manager-office-app@0.8.1) (2023-09-12) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -# [0.8.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.7.27...@ovh-ux/manager-office-app@0.8.0) (2023-09-07) - - -### Build System - -* bump nodejs to v18 and webpack to v5 ([6270204](https://github.com/ovh/manager/commit/6270204e59bbfb87ec000c5853be08027affbb69)) - - -### BREAKING CHANGES - -* bump webpack from v4 to v5 - -Signed-off-by: Florian Renaut -Co-authored-by: Jisay -Co-authored-by: Anoop N - - - - - -## [0.7.27](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.7.26...@ovh-ux/manager-office-app@0.7.27) (2023-08-30) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.7.26](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.7.25...@ovh-ux/manager-office-app@0.7.26) (2023-08-17) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.7.25](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.7.24...@ovh-ux/manager-office-app@0.7.25) (2023-08-10) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.7.24](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.7.23...@ovh-ux/manager-office-app@0.7.24) (2023-08-01) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.7.23](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.7.22...@ovh-ux/manager-office-app@0.7.23) (2023-07-24) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.7.22](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.7.21...@ovh-ux/manager-office-app@0.7.22) (2023-07-20) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.7.21](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.7.20...@ovh-ux/manager-office-app@0.7.21) (2023-07-12) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.7.20](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.7.19...@ovh-ux/manager-office-app@0.7.20) (2023-07-07) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.7.19](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.7.18...@ovh-ux/manager-office-app@0.7.19) (2023-07-06) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.7.18](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.7.17...@ovh-ux/manager-office-app@0.7.18) (2023-06-12) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.7.17](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.7.16...@ovh-ux/manager-office-app@0.7.17) (2023-05-31) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.7.16](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.7.15...@ovh-ux/manager-office-app@0.7.16) (2023-04-20) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.7.15](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.7.14...@ovh-ux/manager-office-app@0.7.15) (2023-03-29) - - -### Bug Fixes - -* **pci:** display error in regions ([#8128](https://github.com/ovh/manager/issues/8128)) ([4f0538e](https://github.com/ovh/manager/commit/4f0538e756d4be3c7c547a85b5f284249a0af4f2)) - - - - - -## [0.7.14](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.7.13...@ovh-ux/manager-office-app@0.7.14) (2023-03-23) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.7.13](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.7.12...@ovh-ux/manager-office-app@0.7.13) (2023-03-23) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.7.12](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.7.11...@ovh-ux/manager-office-app@0.7.12) (2023-03-15) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.7.11](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.7.10...@ovh-ux/manager-office-app@0.7.11) (2023-03-06) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.7.10](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.7.9...@ovh-ux/manager-office-app@0.7.10) (2023-03-01) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.7.9](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.7.8...@ovh-ux/manager-office-app@0.7.9) (2023-02-07) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.7.8](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.7.7...@ovh-ux/manager-office-app@0.7.8) (2023-02-01) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.7.7](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.7.6...@ovh-ux/manager-office-app@0.7.7) (2023-01-30) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.7.6](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.7.5...@ovh-ux/manager-office-app@0.7.6) (2023-01-19) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.7.5](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.7.4...@ovh-ux/manager-office-app@0.7.5) (2023-01-11) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.7.4](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.7.3...@ovh-ux/manager-office-app@0.7.4) (2023-01-10) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.7.3](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.7.2...@ovh-ux/manager-office-app@0.7.3) (2022-12-22) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.7.2](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.7.1...@ovh-ux/manager-office-app@0.7.2) (2022-12-20) - - -### Bug Fixes - -* **apps:** define Application Version ([700fd68](https://github.com/ovh/manager/commit/700fd68b7934a48ddc04f1c2ef8695d20ee7c993)) - - - - - -## [0.7.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.7.0...@ovh-ux/manager-office-app@0.7.1) (2022-12-19) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -# [0.7.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.6.0...@ovh-ux/manager-office-app@0.7.0) (2022-12-19) - - -### Features - -* **dedicated.otrs:** paginate support tickets ([#8540](https://github.com/ovh/manager/issues/8540)) ([24e7308](https://github.com/ovh/manager/commit/24e73084d5db1b364989b7817b759719272b1fce)) - - - - - -# [0.6.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.5.7...@ovh-ux/manager-office-app@0.6.0) (2022-12-12) - - -### Features - -* **nutanix:** bring your own license ([4aecf21](https://github.com/ovh/manager/commit/4aecf215501541223bd10fd4851a4bac92a4c45f)) - - - - - -## [0.5.7](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.5.6...@ovh-ux/manager-office-app@0.5.7) (2022-11-29) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.5.6](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.5.5...@ovh-ux/manager-office-app@0.5.6) (2022-11-29) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.5.5](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.5.4...@ovh-ux/manager-office-app@0.5.5) (2022-11-28) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.5.4](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.5.3...@ovh-ux/manager-office-app@0.5.4) (2022-11-17) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.5.3](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.5.2...@ovh-ux/manager-office-app@0.5.3) (2022-11-09) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.5.2](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.5.1...@ovh-ux/manager-office-app@0.5.2) (2022-10-24) - -**Note:** Version bump only for package @ovh-ux/manager-office-app - - - - - -## [0.5.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.5.0...@ovh-ux/manager-office-app@0.5.1) (2022-07-27) - - -### Bug Fixes - -* **deps:** bump dependencies ([2bbbf54](https://github.com/ovh/manager/commit/2bbbf540b44ed1bffb555fc55045a6f9ea756e78)) - - - -# [0.5.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.4.8...@ovh-ux/manager-office-app@0.5.0) (2022-06-14) - - -### Features - -* bump @ovh-ux/ui-kit to v6.1.0 ([a1eaaa5](https://github.com/ovh/manager/commit/a1eaaa5cb68652d1d600ba02e0d27de557de94e5)) - - - -## [0.4.8](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.4.7...@ovh-ux/manager-office-app@0.4.8) (2022-06-07) - - -### Bug Fixes - -* **deps:** upgrade `ovh-api-services` to `v14.0.6` ([#7273](https://github.com/ovh/manager/issues/7273)) ([90698c8](https://github.com/ovh/manager/commit/90698c8c025bba09dd8e1baf64ccc0eecd56d3a8)) - - - -## [0.4.7](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.4.6...@ovh-ux/manager-office-app@0.4.7) (2022-05-19) - - -### Bug Fixes - -* **deps:** upgarde `@ovh-ux/ui-kit` to `v6.0.0` ([#7088](https://github.com/ovh/manager/issues/7088)) ([1b79579](https://github.com/ovh/manager/commit/1b79579d4bd58ce748f70b8c7eb2c8461cdc4cc8)) - - - -## [0.4.6](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.4.5...@ovh-ux/manager-office-app@0.4.6) (2022-03-24) - - -### Bug Fixes - -* **deps:** upgrade `@ovh-ux/ui-kit` to `v5.3.3` ([#6745](https://github.com/ovh/manager/issues/6745)) ([38d1144](https://github.com/ovh/manager/commit/38d11445b3671755758d153a4f4a166c7946705c)), closes [ovh/ovh-ui-kit#777](https://github.com/ovh/ovh-ui-kit/issues/777) - - - -## [0.4.5](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.4.4...@ovh-ux/manager-office-app@0.4.5) (2022-01-25) - - -### Bug Fixes - -* **deps:** upgrade `@ovh-ux/ui-kit` to `v5.3.2` ([#6335](https://github.com/ovh/manager/issues/6335)) ([b91ce69](https://github.com/ovh/manager/commit/b91ce698bf1d230de112e1896626574e1553769b)) - - - -## [0.4.4](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.4.3...@ovh-ux/manager-office-app@0.4.4) (2022-01-03) - - -### Bug Fixes - -* **deps:** upgrade `@ovh-ux/ui-kit` to `v5.3.1` ([defea82](https://github.com/ovh/manager/commit/defea8213431605013ebc69646267fe568adaccb)) - - - -## [0.4.3](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.4.2...@ovh-ux/manager-office-app@0.4.3) (2021-12-30) - - -### Bug Fixes - -* **deps:** upgrade `ovh-api-services` to `v14.0.1` ([#6217](https://github.com/ovh/manager/issues/6217)) ([ccfbacb](https://github.com/ovh/manager/commit/ccfbacb9f96d2252f29d347125494d2d1ef9c974)) - - - -## [0.4.2](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.4.1...@ovh-ux/manager-office-app@0.4.2) (2021-12-28) - - -### Bug Fixes - -* **deps:** upgrade `ovh-api-services` to `v14.0.0` ([#6148](https://github.com/ovh/manager/issues/6148)) ([b6fedbb](https://github.com/ovh/manager/commit/b6fedbbd5e1ad6b2f303c8e8125c2d24208b589b)) - - - -## [0.4.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.4.0...@ovh-ux/manager-office-app@0.4.1) (2021-11-04) - - -### Bug Fixes - -* bump ng-ovh-payment-method to next major ([687f1e4](https://github.com/ovh/manager/commit/687f1e47daefb5c19563c5c434fa281a70be9049)) - - - -# [0.4.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.3.0...@ovh-ux/manager-office-app@0.4.0) (2021-10-06) - - -### Features - -* **ufrontend:** add treeshaking ([7ff7623](https://github.com/ovh/manager/commit/7ff7623b2d13b6f2aea2d3a4bfd9d62e169e93c6)) - - - -# [0.3.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.2.2...@ovh-ux/manager-office-app@0.3.0) (2021-08-25) - - -### Bug Fixes - -* **deps:** upgrade `@ovh-ux/ui-kit` to `v5.1.0` ([#5429](https://github.com/ovh/manager/issues/5429)) ([7099de9](https://github.com/ovh/manager/commit/7099de97320cdbdac5652b2c7ed70327251ed749)) - - -### Features - -* **deps:** upgrade `@ovh-ux/ui-kit` to `v5.0.0` ([d09ca10](https://github.com/ovh/manager/commit/d09ca10f4b7ca629e0b2f1fcb59278ea7f309a9e)) - - - -## [0.2.2](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.2.1...@ovh-ux/manager-office-app@0.2.2) (2021-07-28) - - -### Bug Fixes - -* bump @ovh-ux/ui-kit to v4.7.0 ([#5315](https://github.com/ovh/manager/issues/5315)) ([bd9b540](https://github.com/ovh/manager/commit/bd9b54015511a001a93866e43c48244fb81af907)) - - - -## [0.2.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.2.0...@ovh-ux/manager-office-app@0.2.1) (2021-05-19) - - -### Bug Fixes - -* **deps:** upgrade @ovh-ux/ui-kit to v4.6.0 ([#4958](https://github.com/ovh/manager/issues/4958)) ([e1ad601](https://github.com/ovh/manager/commit/e1ad60151c7b5112138b23224282a64fce226def)) - - - -# [0.2.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.1.2...@ovh-ux/manager-office-app@0.2.0) (2021-05-05) - - -### Bug Fixes - -* **deps:** upgrade ovh-api-services to v11.1.1 ([#4831](https://github.com/ovh/manager/issues/4831)) ([33d056a](https://github.com/ovh/manager/commit/33d056a2a8e09392e1f8795a8716c52a15b66b73)) - - -### Features - -* **environment:** use ufrontend to bootstrap application ([fba286f](https://github.com/ovh/manager/commit/fba286f89e58e73f8899da0dbac615f65fc6a7f8)) - - - -## [0.1.2](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.1.1...@ovh-ux/manager-office-app@0.1.2) (2021-04-09) - - -### Bug Fixes - -* **deps:** add missing deps related to @ovh-ux/manager-advices ([#4727](https://github.com/ovh/manager/issues/4727)) ([73bd7e5](https://github.com/ovh/manager/commit/73bd7e537ac87667de6305b13293c5c9213c47ad)), closes [#4597](https://github.com/ovh/manager/issues/4597) - - - -## [0.1.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.1.0...@ovh-ux/manager-office-app@0.1.1) (2021-04-08) - - -### Bug Fixes - -* **deps:** upgrade @ovh-ux/ui-kit to v4.5.0 ([#4631](https://github.com/ovh/manager/issues/4631)) ([7909d4b](https://github.com/ovh/manager/commit/7909d4b5b8001de15204fd632fd08b6814c4a786)) -* **deps:** upgrade ovh-api-services ([#4706](https://github.com/ovh/manager/issues/4706)) ([5619e0c](https://github.com/ovh/manager/commit/5619e0c761a865be15701e096745c68dcc824f8e)) - - - -# [0.1.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-office-app@0.0.0...@ovh-ux/manager-office-app@0.1.0) (2021-03-25) - - -### Bug Fixes - -* **deps:** update @ovh-ux/manager-config ([f8d7c24](https://github.com/ovh/manager/commit/f8d7c2469e5151d39fa73a2d064c8673835e11e9)) -* **deps:** update dependencies ([bd6f10e](https://github.com/ovh/manager/commit/bd6f10e1b10a00c19e9600ac2439a48aca7c6a12)) -* **deps:** update deps ([249b0b9](https://github.com/ovh/manager/commit/249b0b9315b8cab1550b6d529dd56986a8176b1b)) - - -### Features - -* init standalone app ([43d040b](https://github.com/ovh/manager/commit/43d040b997a7d1afdac8598c44eded7e478c2a1f)) diff --git a/packages/manager/apps/office/README.md b/packages/manager/apps/office/README.md deleted file mode 100644 index e69de29bb2d1..000000000000 diff --git a/packages/manager/apps/office/package.json b/packages/manager/apps/office/package.json deleted file mode 100644 index edff3ae6af33..000000000000 --- a/packages/manager/apps/office/package.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "name": "@ovh-ux/manager-office-app", - "version": "0.12.42", - "private": true, - "repository": { - "type": "git", - "url": "git+https://github.com/ovh/manager.git", - "directory": "packages/manager/apps/office" - }, - "license": "BSD-3-Clause", - "author": "OVH SAS", - "scripts": { - "build": "webpack --env production", - "start": "webpack-dev-server" - }, - "dependencies": { - "@ovh-ux/manager-advices": "^1.8.4", - "@ovh-ux/manager-config": "^8.5.0", - "@ovh-ux/manager-core": "^13.2.4", - "@ovh-ux/manager-ng-layout-helpers": "^2.11.3", - "@ovh-ux/manager-office": "^2.12.3", - "@ovh-ux/ng-at-internet": "^6.0.20", - "@ovh-ux/ng-ovh-api-wrappers": "^5.1.0", - "@ovh-ux/ng-ovh-chart": "^1.3.2", - "@ovh-ux/ng-ovh-http": "^5.1.4", - "@ovh-ux/ng-ovh-payment-method": "^9.17.3", - "@ovh-ux/ng-ovh-proxy-request": "^2.1.4", - "@ovh-ux/ng-ovh-request-tagger": "^2.0.3", - "@ovh-ux/ng-ovh-sso-auth": "^4.8.4", - "@ovh-ux/ng-ovh-swimming-poll": "^5.1.4", - "@ovh-ux/ng-ovh-user-pref": "^2.1.4", - "@ovh-ux/ng-ovh-utils": "^14.5.2", - "@ovh-ux/ng-ovh-web-universe-components": "^9.21.0", - "@ovh-ux/ng-translate-async-loader": "^2.2.4", - "@ovh-ux/ng-ui-router-breadcrumb": "^1.4.0", - "@ovh-ux/request-tagger": "^0.4.1", - "@ovh-ux/ui-kit": "^6.10.5", - "@uirouter/angularjs": "^1.0.23", - "angular": "^1.7.5", - "angular-aria": "^1.7.8", - "angular-cookies": "^1.7.8", - "angular-dynamic-locale": "^0.1.37", - "angular-i18n": "^1.7.8", - "angular-resource": "^1.7.8", - "angular-route": "~1.7.8", - "angular-sanitize": "^1.7.8", - "angular-translate": "^2.18.1", - "angular-translate-loader-pluggable": "^1.3.1", - "angular-ui-bootstrap": "1.3.3", - "chart.js": "^4.4.2", - "chartjs-adapter-date-fns": "^3.0.0", - "chartjs-plugin-zoom": "^2.0.1", - "date-fns": "^2.24.0", - "flatpickr": "~4.5.2", - "jquery": "^2.1.3", - "lodash-es": "^4.17.15", - "moment": "^2.24.0", - "oclazyload": "^1.1.0", - "ovh-api-services": "^17.0.0", - "ovh-ui-kit-bs": "^4.1.6", - "regenerator-runtime": "^0.13.5", - "whatwg-fetch": "^3.0.0" - }, - "devDependencies": { - "@ovh-ux/manager-webpack-config": "^7.0.8", - "glob": "^7.1.6", - "lodash": "^4.17.15", - "webpack-merge": "^4.2.2" - }, - "regions": [ - "EU" - ] -} diff --git a/packages/manager/apps/office/src/app.module.js b/packages/manager/apps/office/src/app.module.js deleted file mode 100644 index 4d5df08ce59e..000000000000 --- a/packages/manager/apps/office/src/app.module.js +++ /dev/null @@ -1,95 +0,0 @@ -import 'script-loader!moment/min/moment.min.js'; // eslint-disable-line - -import { isString, get } from 'lodash-es'; - -import angular from 'angular'; -import uiRouter from '@uirouter/angularjs'; -import { registerCoreModule } from '@ovh-ux/manager-core'; -import ngAtInternet from '@ovh-ux/ng-at-internet'; -import ngOvhChart from '@ovh-ux/ng-ovh-chart'; -import ngUiRouterBreadcrumb from '@ovh-ux/ng-ui-router-breadcrumb'; -import * as dateFnsLocales from 'date-fns/locale'; - -import Office from '@ovh-ux/manager-office'; - -const getDateFnsLocale = (language) => { - if (language === 'en_GB') { - return 'enGB'; - } - if (language === 'fr_CA') { - return 'frCA'; - } - const [locale] = language.split('_'); - return locale; -}; - -export default (containerEl, environment) => { - const moduleName = 'OfficeApp'; - - angular - .module( - moduleName, - [ - registerCoreModule(environment), - ngAtInternet, - ngOvhChart, - ngUiRouterBreadcrumb, - uiRouter, - Office, - ...get(__NG_APP_INJECTIONS__, environment.getRegion(), []), - ].filter(isString), - ) - .config( - /* @ngInject */ ($locationProvider) => $locationProvider.hashPrefix(''), - ) - .config( - /* @ngInject */ ($urlRouterProvider) => - $urlRouterProvider.otherwise('/configuration/microsoft/office/license'), - ) - .config( - /* @ngInject */ ($stateProvider) => { - $stateProvider.state('app', { - abstract: true, - template: '
', - }); - $stateProvider.state('app.microsoft', { - abstract: true, - template: '
', - }); - }, - ) - .constant( - 'DATEFNS_LOCALE', - dateFnsLocales[getDateFnsLocale(environment.userLocale)], - ) - - .run( - /* @ngInject */ ($translate) => { - let lang = $translate.use(); - - if (['en_GB', 'es_US', 'fr_CA'].includes(lang)) { - lang = lang.toLowerCase().replace('_', '-'); - } else { - [lang] = lang.split('_'); - } - - return import(`script-loader!moment/locale/${lang}.js`).then(() => - moment.locale(lang), - ); - }, - ) - .run( - /* @ngInject */ ($rootScope, $transitions) => { - const unregisterHook = $transitions.onSuccess({}, () => { - $rootScope.$broadcast('app:started'); - unregisterHook(); - }); - }, - ); - - angular.bootstrap(containerEl, [moduleName], { - strictDi: true, - }); - - return moduleName; -}; diff --git a/packages/manager/apps/office/src/index.html b/packages/manager/apps/office/src/index.html deleted file mode 100644 index 430fa241ccb2..000000000000 --- a/packages/manager/apps/office/src/index.html +++ /dev/null @@ -1,18 +0,0 @@ - - - - - Office App - - - -
- -
-
- - diff --git a/packages/manager/apps/office/src/index.js b/packages/manager/apps/office/src/index.js deleted file mode 100644 index 8e72f82bb5c8..000000000000 --- a/packages/manager/apps/office/src/index.js +++ /dev/null @@ -1,16 +0,0 @@ -import 'regenerator-runtime/runtime'; -import 'script-loader!jquery'; // eslint-disable-line -import 'whatwg-fetch'; -import { bootstrapApplication } from '@ovh-ux/manager-core'; -import { defineApplicationVersion } from '@ovh-ux/request-tagger'; - -defineApplicationVersion(__VERSION__); - -bootstrapApplication('office').then((environment) => { - import(`./config-${environment.getRegion()}`) - .catch(() => {}) - .then(() => import('./app.module')) - .then(({ default: startApplication }) => { - startApplication(document.body, environment); - }); -}); diff --git a/packages/manager/apps/office/webpack.config.js b/packages/manager/apps/office/webpack.config.js deleted file mode 100644 index df3da36d63d1..000000000000 --- a/packages/manager/apps/office/webpack.config.js +++ /dev/null @@ -1,78 +0,0 @@ -const fs = require('fs'); -const glob = require('glob'); -const path = require('path'); -const webpack = require('webpack'); // eslint-disable-line -const merge = require('webpack-merge'); -const webpackConfig = require('@ovh-ux/manager-webpack-config'); - -function readNgAppInjections(file) { - let injections = []; - if (fs.existsSync(file)) { - injections = fs - .readFileSync(file, 'utf8') - .split('\n') - .filter((value) => value !== ''); - } - return injections; -} - -function getNgAppInjections(regions) { - return regions.reduce((ngAppInjections, region) => { - const injections = [ - ...readNgAppInjections(`./.extras-${region}/ng-app-injections`), - ...readNgAppInjections('./.extras/ng-app-injections'), - ]; - - return { - ...ngAppInjections, - [region]: JSON.stringify(injections), - }; - }, {}); -} - -module.exports = (env = {}) => { - const { config } = webpackConfig( - { - template: './src/index.html', - basePath: './src', - lessPath: ['./node_modules'], - root: path.resolve(__dirname, './src'), - }, - env, - ); - - // Extra config files - const extras = glob.sync(`./.extras/**/*.js`); - - return merge(config, { - entry: { - main: path.resolve('./src/index.js'), - ...(extras.length > 0 ? { extras } : {}), - }, - output: { - path: path.join(__dirname, 'dist'), - filename: '[name].[chunkhash].bundle.js', - }, - resolve: { - modules: [ - './node_modules', - path.resolve(__dirname, 'node_modules'), - path.resolve(__dirname, '../../../node_modules'), - ], - mainFields: ['module', 'browser', 'main'], - }, - plugins: [ - new webpack.ContextReplacementPlugin( - /moment[/\\]locale$/, - /de|en-gb|es|es-us|fr-ca|fr|it|pl|pt/, - ), - - new webpack.DefinePlugin({ - __NODE_ENV__: process.env.NODE_ENV - ? `'${process.env.NODE_ENV}'` - : '"development"', - __NG_APP_INJECTIONS__: getNgAppInjections(['EU', 'CA', 'US']), - }), - ], - }); -}; diff --git a/packages/manager/apps/web/client/app/app.module.js b/packages/manager/apps/web/client/app/app.module.js index d34b4bc0ebba..3897ba6f0aed 100644 --- a/packages/manager/apps/web/client/app/app.module.js +++ b/packages/manager/apps/web/client/app/app.module.js @@ -78,7 +78,6 @@ import * as dateFnsLocales from 'date-fns/locale'; import emailDomain from '@ovh-ux/manager-email-domain'; import emailpro from '@ovh-ux/manager-emailpro'; import exchange from '@ovh-ux/manager-exchange'; -import office from '@ovh-ux/manager-office'; import '@ovh-ux/manager-filters'; import { isTopLevelApplication } from '@ovh-ux/manager-config'; @@ -187,7 +186,6 @@ export default async (containerEl, shellClient) => { 'ovhManagerFilters', emailpro, exchange, - office, changelogButton, domain, domainDnsZone, diff --git a/packages/manager/apps/web/package.json b/packages/manager/apps/web/package.json index 2e2115b4c35d..e659c2cdbf1c 100644 --- a/packages/manager/apps/web/package.json +++ b/packages/manager/apps/web/package.json @@ -30,7 +30,6 @@ "@ovh-ux/manager-filters": "^1.1.1", "@ovh-ux/manager-log-to-customer": "^2.6.0", "@ovh-ux/manager-ng-layout-helpers": "^2.11.3", - "@ovh-ux/manager-office": "^2.12.3", "@ovh-ux/manager-phone-prefix": "^1.1.4", "@ovh-ux/manager-product-offers": "^5.6.1", "@ovh-ux/ng-at-internet": "^6.0.20", diff --git a/packages/manager/modules/office/.eslintrc.json b/packages/manager/modules/office/.eslintrc.json deleted file mode 100644 index c12d22beb416..000000000000 --- a/packages/manager/modules/office/.eslintrc.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "globals": { - "moment": true - } -} diff --git a/packages/manager/modules/office/CHANGELOG.md b/packages/manager/modules/office/CHANGELOG.md deleted file mode 100644 index c7ce930cb151..000000000000 --- a/packages/manager/modules/office/CHANGELOG.md +++ /dev/null @@ -1,420 +0,0 @@ -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -## [2.12.3](https://github.com/ovh/manager/compare/@ovh-ux/manager-office@2.12.2...@ovh-ux/manager-office@2.12.3) (2025-06-05) - -**Note:** Version bump only for package @ovh-ux/manager-office - - - - - -## [2.12.2](https://github.com/ovh/manager/compare/@ovh-ux/manager-office@2.12.1...@ovh-ux/manager-office@2.12.2) (2025-02-03) - - -### Bug Fixes - -* **i18n:** add missing translations [CDS 3669] ([#15137](https://github.com/ovh/manager/issues/15137)) ([7bc98e8](https://github.com/ovh/manager/commit/7bc98e810b4cb17a9bb19dd0ef477f7ab06b521d)) - - - - - -## [2.12.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-office@2.12.0...@ovh-ux/manager-office@2.12.1) (2024-11-28) - -**Note:** Version bump only for package @ovh-ux/manager-office - - - - - -# [2.12.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-office@2.11.1...@ovh-ux/manager-office@2.12.0) (2024-05-28) - - -### Features - -* create ng-ovh-chart component ([#11356](https://github.com/ovh/manager/issues/11356)) ([dde7809](https://github.com/ovh/manager/commit/dde780945145ef49f9280a037cb00683b5aa31db)) - - - - - -## [2.11.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-office@2.11.0...@ovh-ux/manager-office@2.11.1) (2024-05-06) - -**Note:** Version bump only for package @ovh-ux/manager-office - - - - - -# [2.11.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-office@2.10.1...@ovh-ux/manager-office@2.11.0) (2024-02-21) - - -### Features - -* **pci:** enable discovery mode on pci project ([#10398](https://github.com/ovh/manager/issues/10398)) ([9c53a2c](https://github.com/ovh/manager/commit/9c53a2c4c661a17d2b492fc18c031ab09291bee8)) - - - - - -## [2.10.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-office@2.10.0...@ovh-ux/manager-office@2.10.1) (2023-12-05) - -**Note:** Version bump only for package @ovh-ux/manager-office - - - - - -# [2.10.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-office@2.9.4...@ovh-ux/manager-office@2.10.0) (2023-09-18) - - -### Features - -* manager integration to india subsidiary ([#9193](https://github.com/ovh/manager/issues/9193)) ([6e715f6](https://github.com/ovh/manager/commit/6e715f6ff53aa609bb0e97bf4c388409f2263a44)) - - - - - -## [2.9.4](https://github.com/ovh/manager/compare/@ovh-ux/manager-office@2.9.3...@ovh-ux/manager-office@2.9.4) (2023-09-07) - -**Note:** Version bump only for package @ovh-ux/manager-office - - - - - -## [2.9.3](https://github.com/ovh/manager/compare/@ovh-ux/manager-office@2.9.2...@ovh-ux/manager-office@2.9.3) (2023-07-20) - -**Note:** Version bump only for package @ovh-ux/manager-office - - - - - -## [2.9.2](https://github.com/ovh/manager/compare/@ovh-ux/manager-office@2.9.1...@ovh-ux/manager-office@2.9.2) (2023-04-20) - - -### Bug Fixes - -* add some missing translations ([#9107](https://github.com/ovh/manager/issues/9107)) ([f838b0e](https://github.com/ovh/manager/commit/f838b0e36562026970ed3db178c8f179edef7d51)) - - - - - -## [2.9.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-office@2.9.0...@ovh-ux/manager-office@2.9.1) (2023-03-15) - - -### Bug Fixes - -* **web:** include prepaid licenses in dashboard ([#8902](https://github.com/ovh/manager/issues/8902)) ([8c89374](https://github.com/ovh/manager/commit/8c893749ac174b0ef285a95e1d52e522c09b828b)) - - - - - -# [2.9.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-office@2.8.2...@ovh-ux/manager-office@2.9.0) (2023-03-01) - - -### Features - -* add tracking in product listing pages ([aded2e5](https://github.com/ovh/manager/commit/aded2e522bafaee9416589e96a375a0db5b72419)) - - - - - -## [2.8.2](https://github.com/ovh/manager/compare/@ovh-ux/manager-office@2.8.1...@ovh-ux/manager-office@2.8.2) (2023-01-19) - -**Note:** Version bump only for package @ovh-ux/manager-office - - - - - -## [2.8.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-office@2.8.0...@ovh-ux/manager-office@2.8.1) (2022-11-29) - -**Note:** Version bump only for package @ovh-ux/manager-office - - - - - -# [2.8.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-office@2.7.0...@ovh-ux/manager-office@2.8.0) (2022-09-29) - - -### Bug Fixes - -* **i18n:** add missing translations [CDS 1850] ([6c6cc0b](https://github.com/ovh/manager/commit/6c6cc0b369ca05bc74e0e97719d9b0c6ea2c4271)) -* **translations:** update section naming ([#7449](https://github.com/ovh/manager/issues/7449)) ([19c1bbc](https://github.com/ovh/manager/commit/19c1bbce79f351303c2b013839bf7768331a2e8a)) - - -### Features - -* **office:** add order cta to listing ([e7fd5cf](https://github.com/ovh/manager/commit/e7fd5cfda2f31c5a3ac7eb4050f254ea02c31f88)) - - - -# [2.7.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-office@2.6.2...@ovh-ux/manager-office@2.7.0) (2022-06-14) - - -### Bug Fixes - -* **i18n:** add missing translations [CDS 1674] ([213d863](https://github.com/ovh/manager/commit/213d8630bd850c78839a83019c058bb874f28457)) -* **i18n:** add missing translations [CDS 1677] ([4469040](https://github.com/ovh/manager/commit/44690409acdcf20fbdd2d27cd1ebb6fd766bd960)) - - -### Features - -* bump @ovh-ux/ui-kit to v6.1.0 ([a1eaaa5](https://github.com/ovh/manager/commit/a1eaaa5cb68652d1d600ba02e0d27de557de94e5)) -* **office:** add onboarding module ([cc2ad77](https://github.com/ovh/manager/commit/cc2ad7796e01b422fe1d8795d9523ee2f0b209cb)) -* **office:** add onboarding page ([3a9698c](https://github.com/ovh/manager/commit/3a9698c14407dbaeb53cd86a3b065fe5d715c859)) - - - -## [2.6.2](https://github.com/ovh/manager/compare/@ovh-ux/manager-office@2.6.1...@ovh-ux/manager-office@2.6.2) (2022-04-06) - - -### Bug Fixes - -* **office.dashboard:** disallow HTML chars in name edition ([4461fcb](https://github.com/ovh/manager/commit/4461fcb489b33d8a0e0b5debcccdcea672f1088d)) - - - -## [2.6.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-office@2.6.0...@ovh-ux/manager-office@2.6.1) (2022-03-24) - - -### Bug Fixes - -* **deps:** upgrade `@ovh-ux/ui-kit` to `v5.3.3` ([#6745](https://github.com/ovh/manager/issues/6745)) ([38d1144](https://github.com/ovh/manager/commit/38d11445b3671755758d153a4f4a166c7946705c)), closes [ovh/ovh-ui-kit#777](https://github.com/ovh/ovh-ui-kit/issues/777) - - - -# [2.6.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-office@2.5.1...@ovh-ux/manager-office@2.6.0) (2022-03-23) - - -### Features - -* cross-sell and up-sell updates ([#6494](https://github.com/ovh/manager/issues/6494)) ([5018416](https://github.com/ovh/manager/commit/501841638ba08c1854429bfd7dd4e65f3c6b4832)) - - - -## [2.5.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-office@2.5.0...@ovh-ux/manager-office@2.5.1) (2022-03-04) - - -### Bug Fixes - -* **dev-deps:** update `@ovh-ux/component-rollup-config` to `v12.0.` ([8145cd4](https://github.com/ovh/manager/commit/8145cd44a34cec071db4b5267182705625951077)) - - - -# [2.5.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-office@2.4.2...@ovh-ux/manager-office@2.5.0) (2022-03-03) - - -### Features - -* **office.dashboard:** officeprepaid api for ms office prepaid licenses ([#6589](https://github.com/ovh/manager/issues/6589)) ([df07171](https://github.com/ovh/manager/commit/df071719f9acdee71846b39bbc874f2a558975c2)) - - - -## [2.4.2](https://github.com/ovh/manager/compare/@ovh-ux/manager-office@2.4.1...@ovh-ux/manager-office@2.4.2) (2021-10-26) - - -### Bug Fixes - -* **dev-deps:** upgrade @ovh-ux/component-rollup-config to `v11.0.0` ([3ae659b](https://github.com/ovh/manager/commit/3ae659bea59244fd5660375b9dac52055cc374b0)) -* **locales:** remove es_US translations files ([#5709](https://github.com/ovh/manager/issues/5709)) ([3894a13](https://github.com/ovh/manager/commit/3894a1388393ea08b51e08bbfda416e7746fc8ca)), closes [#5685](https://github.com/ovh/manager/issues/5685) - - - -## [2.4.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-office@2.4.0...@ovh-ux/manager-office@2.4.1) (2021-09-07) - - -### Bug Fixes - -* **translations:** refresh translation after transition ([#5405](https://github.com/ovh/manager/issues/5405)) ([9d940a2](https://github.com/ovh/manager/commit/9d940a218fbb327fc2f7c93c6b473ea44707c009)) - - - -# [2.4.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-office@2.3.2...@ovh-ux/manager-office@2.4.0) (2021-08-25) - - -### Features - -* **deps:** upgrade `@ovh-ux/ui-kit` to `v5.0.0` ([d09ca10](https://github.com/ovh/manager/commit/d09ca10f4b7ca629e0b2f1fcb59278ea7f309a9e)) - - - -## [2.3.2](https://github.com/ovh/manager/compare/@ovh-ux/manager-office@2.3.1...@ovh-ux/manager-office@2.3.2) (2021-06-29) - - -### Bug Fixes - -* **deps:** upgrade `@ovh-ux/component-rollup-config` to `v10.0.0` ([8eac31f](https://github.com/ovh/manager/commit/8eac31f81e46d1570c131cf55788d6435842ab6d)) - - - -## [2.3.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-office@2.3.0...@ovh-ux/manager-office@2.3.1) (2021-04-09) - - -### Bug Fixes - -* **deps:** add missing deps related to @ovh-ux/manager-advices ([#4727](https://github.com/ovh/manager/issues/4727)) ([73bd7e5](https://github.com/ovh/manager/commit/73bd7e537ac87667de6305b13293c5c9213c47ad)), closes [#4597](https://github.com/ovh/manager/issues/4597) - - - -# [2.3.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-office@2.2.0...@ovh-ux/manager-office@2.3.0) (2021-04-07) - - -### Features - -* add batch 2 advices ([#4597](https://github.com/ovh/manager/issues/4597)) ([69e5fe5](https://github.com/ovh/manager/commit/69e5fe5bfe813f4ef0e63e1acd8f128dc4590b73)) - - - -# [2.2.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-office@2.1.0...@ovh-ux/manager-office@2.2.0) (2021-03-25) - - -### Bug Fixes - -* **i18n:** add missing translations [CDS 829] ([29b1f41](https://github.com/ovh/manager/commit/29b1f410537fe6d38dfc65807e716130566746ed)) -* **list:** fix default property ([468ef94](https://github.com/ovh/manager/commit/468ef94cedbcec8783ddb52d7d001056a03b6aa5)) -* add missing translations ([e4fc17c](https://github.com/ovh/manager/commit/e4fc17c2659d8fd27eff6c6c4cd2d9d2da7a619b)) -* import missing dependencies ([65c1228](https://github.com/ovh/manager/commit/65c12288df9b56b1decee743a9294bcfb7db3166)) - - -### Features - -* add breadcrumb ([#3661](https://github.com/ovh/manager/issues/3661)) ([0630bfa](https://github.com/ovh/manager/commit/0630bfa4c3a0736a536bbe95dc41a63da6987686)) -* add user service to wuc ([acf14ae](https://github.com/ovh/manager/commit/acf14ae557c62f044813f028190e2cb60da2fe6a)) -* refresh translations before entering states ([2a6a343](https://github.com/ovh/manager/commit/2a6a3439f78ecab9f10a5806da4c2747a98912ee)) -* **office:** add listing page ([858f414](https://github.com/ovh/manager/commit/858f41485ac9de7ebc55908d075e95eccbd196ec)) - - - -# [2.1.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-office@2.0.2...@ovh-ux/manager-office@2.1.0) (2021-02-10) - - -### Bug Fixes - -* **i18n:** add missing translations [CDS 786] ([11f108d](https://github.com/ovh/manager/commit/11f108dad4e6da501e7f0712e02ec9acbbdd4403)) - - -### Features - -* rename vps and domain ([cf5f7ba](https://github.com/ovh/manager/commit/cf5f7ba206ec81e2bc5c09e569f1701fca26dd63)) - - - -## [2.0.2](https://github.com/ovh/manager/compare/@ovh-ux/manager-office@2.0.1...@ovh-ux/manager-office@2.0.2) (2021-01-13) - - -### Bug Fixes - -* update semver range for @ovh-ux/component-rollup-config ([dda59c6](https://github.com/ovh/manager/commit/dda59c6b71cb4ad9ab98f06a0bf995a7eb45a1d9)) - - - -## [2.0.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-office@2.0.0...@ovh-ux/manager-office@2.0.1) (2020-10-28) - - -### Bug Fixes - -* **peer-deps:** upgrade @ovh-ux/ui-kit to v4.4.1 ([8254623](https://github.com/ovh/manager/commit/82546237336e185ae7d973a1bb2aabddbb50112e)) - - - -# [2.0.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-office@1.2.1...@ovh-ux/manager-office@2.0.0) (2020-07-29) - - -### Features - -* upgrade ovh-ui-kit to v4 ([f48f258](https://github.com/ovh/manager/commit/f48f2587c367b06939c452428c5783c2fb1c1b8d)) - - -### BREAKING CHANGES - -* bump ovh-ui-kit to latest major - -Signed-off-by: Axel Peter - - - -## [1.2.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-office@1.2.0...@ovh-ux/manager-office@1.2.1) (2020-06-09) - - -### Bug Fixes - -* **emailpro:** fix header tabs button ([47d208b](https://github.com/ovh/manager/commit/47d208b44dcad2fedab44b6771d4da79a80dbfc9)) - - - -# [1.2.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-office@1.1.4...@ovh-ux/manager-office@1.2.0) (2020-04-15) - - -### Features - -* **office:** lazy load office root state ([1ab4e47](https://github.com/ovh/manager/commit/1ab4e4759ea490a2a44b674ba22ffa94c5262007)) - - -### Performance Improvements - -* import dynamically moment locales ([#2755](https://github.com/ovh/manager/issues/2755)) ([5f3320d](https://github.com/ovh/manager/commit/5f3320d92802a1f4a6d65baf60f74917b8e58f4a)) - - - -## [1.1.4](https://github.com/ovh/manager/compare/@ovh-ux/manager-office@1.1.3...@ovh-ux/manager-office@1.1.4) (2019-11-13) - - -### Bug Fixes - -* remove some bad a11y attribute ([#1770](https://github.com/ovh/manager/issues/1770)) ([ef9a6bd](https://github.com/ovh/manager/commit/ef9a6bd667721938dc94aa4d0961700b093a0b05)) - - - -## [1.1.3](http://@ovh-ux/manager-office/compare/@ovh-ux/manager-office@1.1.2...@ovh-ux/manager-office@1.1.3) (2019-10-17) - - -### Bug Fixes - -* **deps:** upgrade @ovh-ux/component-rollup-config to v7.0.0 ([#1469](http://@ovh-ux/manager-office/issues/1469)) ([bbc8794](http://@ovh-ux/manager-office/commits/bbc8794)) - - - -## [1.1.2](http://@ovh-ux/manager-office/compare/@ovh-ux/manager-office@1.1.1...@ovh-ux/manager-office@1.1.2) (2019-09-03) - - -### Bug Fixes - -* fix version for wuc ([6eb2e21](http://@ovh-ux/manager-office/commits/6eb2e21)) - - - -## [1.1.1](http://@ovh-ux/manager-office/compare/@ovh-ux/manager-office@1.1.0...@ovh-ux/manager-office@1.1.1) (2019-07-31) - - -### Bug Fixes - -* **i18n:** add missing translations [CDS 13] ([9a53791](http://@ovh-ux/manager-office/commits/9a53791)) -* **i18n:** add missing translations [CDS 19] ([13cc3e5](http://@ovh-ux/manager-office/commits/13cc3e5)) - - - -# [1.1.0](http://@ovh-ux/manager-office/compare/@ovh-ux/manager-office@1.0.0...@ovh-ux/manager-office@1.1.0) (2019-07-22) - - -### Bug Fixes - -* **i18n:** add missing translations ([9dcba58](http://@ovh-ux/manager-office/commits/9dcba58)) -* **i18n:** add missing translations ([5a77946](http://@ovh-ux/manager-office/commits/5a77946)) -* **i18n:** add missing translations [CDS 8] ([ebb9765](http://@ovh-ux/manager-office/commits/ebb9765)) -* **i18n:** add missing translations [CDS 9] ([f6b8c59](http://@ovh-ux/manager-office/commits/f6b8c59)) - - -### Features - -* **office:** add office module ([#1059](http://@ovh-ux/manager-office/issues/1059)) ([4ba22df](http://@ovh-ux/manager-office/commits/4ba22df)) diff --git a/packages/manager/modules/office/LICENSE b/packages/manager/modules/office/LICENSE deleted file mode 100644 index 26ada4affd76..000000000000 --- a/packages/manager/modules/office/LICENSE +++ /dev/null @@ -1,29 +0,0 @@ -BSD 3-Clause License - -Copyright (c) 2013-present, OVH SAS -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -* Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived from - this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/packages/manager/modules/office/README.md b/packages/manager/modules/office/README.md deleted file mode 100644 index a188255da5cc..000000000000 --- a/packages/manager/modules/office/README.md +++ /dev/null @@ -1,25 +0,0 @@ -# @ovh-ux/manager-office - -> OVH Microsoft Office module. - -## Install - -```sh -yarn add @ovh-ux/manager-office -``` - -## Usage - -```js -import office from '@ovh-ux/manager-office'; - -angular.module('App', ['…', office, '…']); -``` - -## Contributing - -Always feel free to help out! Whether it's [filing bugs and feature requests](https://github.com/ovh/manager/issues/new) or working on some of the [open issues](https://github.com/ovh/manager/issues), our [contributing guide](https://github.com/ovh/manager/blob/master/CONTRIBUTING.md) will help get you started. - -## License - -[BSD-3-Clause](LICENSE) © OVH SAS diff --git a/packages/manager/modules/office/package.json b/packages/manager/modules/office/package.json deleted file mode 100644 index e2fa7b27bf5d..000000000000 --- a/packages/manager/modules/office/package.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "@ovh-ux/manager-office", - "version": "2.12.3", - "private": true, - "description": "Office product.", - "repository": { - "type": "git", - "url": "git+https://github.com/ovh/manager.git", - "directory": "packages/manager/modules/office" - }, - "license": "BSD-3-Clause", - "author": "OVH SAS", - "main": "./src/index.js", - "dependencies": { - "bootstrap": "^3.3.7", - "jsurl": "^0.1.4", - "lodash": "^4.17.15" - }, - "devDependencies": { - "@ovh-ux/component-rollup-config": "^13.0.3" - }, - "peerDependencies": { - "@ovh-ux/manager-advices": "^0.0.0 || ^1.0.0", - "@ovh-ux/manager-ng-layout-helpers": "^2.0.0", - "@ovh-ux/ng-ovh-chart": "^1.0.0", - "@ovh-ux/ng-ovh-http": "^5.0.4", - "@ovh-ux/ng-ovh-utils": "^14.0.17", - "@ovh-ux/ng-ovh-web-universe-components": "^8.0.0 || ^9.0.0", - "@ovh-ux/ng-translate-async-loader": "^2.1.4", - "@ovh-ux/ng-ui-router-breadcrumb": "^1.1.6", - "@ovh-ux/ui-kit": "^6.10.0", - "@uirouter/angularjs": "^1.0.15", - "angular": "^1.7.5", - "angular-route": "^1.7.5", - "angular-translate": "^2.18.1", - "angular-ui-bootstrap": "1.3.3", - "chart.js": "^4.4.2", - "chartjs-adapter-date-fns": "^3.0.0", - "chartjs-plugin-zoom": "^2.0.1", - "date-fns": "^2.24.0", - "moment": "^2.24.0", - "oclazyload": "^1.1.0", - "ovh-ui-kit-bs": "^4.1.6" - } -} diff --git a/packages/manager/modules/office/src/dashboard/microsoft-office-license-postpaid.service.js b/packages/manager/modules/office/src/dashboard/microsoft-office-license-postpaid.service.js deleted file mode 100644 index a3a3841eceb9..000000000000 --- a/packages/manager/modules/office/src/dashboard/microsoft-office-license-postpaid.service.js +++ /dev/null @@ -1,71 +0,0 @@ -import { POSTPAID_BASE_URL } from './microsoft-office-license.constants'; - -export default class MicrosoftOfficeLicensePostpaidService { - /* @ngInject */ - constructor($http, OvhHttp) { - this.$http = $http; - this.ovhHttp = OvhHttp; - } - - get(serviceName) { - return this.$http.get(`${POSTPAID_BASE_URL}/${serviceName}`); - } - - edit(serviceName, tenantObj) { - return this.$http.put(`${POSTPAID_BASE_URL}/${serviceName}`, tenantObj); - } - - getUsers(serviceName) { - return this.$http - .get(`${POSTPAID_BASE_URL}/${serviceName}/user`) - .then(({ data }) => data); - } - - getUserDetails(licenseId, userId) { - return this.$http - .get(`${POSTPAID_BASE_URL}/${licenseId}/user/${userId}`) - .then(({ data }) => ({ ...data, serviceName: licenseId })); - } - - getUsage({ serviceName, from, to }) { - return this.$http.get( - `${POSTPAID_BASE_URL}/${serviceName}/usageStatistics`, - { - params: { - from, - to, - }, - }, - ); - } - - getServiceInfos(licenseId) { - return this.ovhHttp.get('/license/office/{serviceName}/serviceInfos', { - rootPath: 'apiv6', - urlParams: { - serviceName: licenseId, - }, - cache: 'office.license.serviceinfos', - }); - } - - deleteUser(licenseId, userId) { - return this.$http.delete( - `${POSTPAID_BASE_URL}/${licenseId}/user/${userId}`, - ); - } - - updateUser(serviceName, activationEmail, data) { - return this.$http.put( - `${POSTPAID_BASE_URL}/${serviceName}/user/${activationEmail}`, - data, - ); - } - - updatePassword(licenseId, activationEmail, data) { - return this.$http.post( - `${POSTPAID_BASE_URL}/${licenseId}/user/${activationEmail}/changePassword`, - data, - ); - } -} diff --git a/packages/manager/modules/office/src/dashboard/microsoft-office-license-prepaid.service.js b/packages/manager/modules/office/src/dashboard/microsoft-office-license-prepaid.service.js deleted file mode 100644 index e2df54226cc5..000000000000 --- a/packages/manager/modules/office/src/dashboard/microsoft-office-license-prepaid.service.js +++ /dev/null @@ -1,73 +0,0 @@ -import { PREPAID_BASE_URL } from './microsoft-office-license.constants'; - -export default class MicrosoftOfficeLicensePrepaidService { - /* @ngInject */ - constructor($http, OvhHttp) { - this.$http = $http; - this.ovhHttp = OvhHttp; - } - - get(serviceName) { - return this.$http.get(`${PREPAID_BASE_URL}/${serviceName}/parentTenant`); - } - - edit(serviceName, { displayName }) { - return this.$http.put(`${PREPAID_BASE_URL}/${serviceName}/parentTenant`, { - displayName, - }); - } - - getUsers(tenant) { - return this.$http - .get(PREPAID_BASE_URL) - .then((response) => - response.data?.filter((service) => service.startsWith(`${tenant}-`)), - ); - } - - getUserDetails(userId) { - return this.$http - .get(`${PREPAID_BASE_URL}/${userId}`) - .then(({ data }) => data); - } - - getUsage({ serviceName, from, to }) { - return this.$http.get( - `${PREPAID_BASE_URL}/${serviceName}/tenantUsageStatistics`, - { - params: { - from, - to, - }, - }, - ); - } - - getServiceInfos(licenseId) { - return this.ovhHttp.get( - '/license/officePrepaid/{serviceName}/serviceInfos', - { - rootPath: 'apiv6', - urlParams: { - serviceName: licenseId, - }, - cache: 'office.license.serviceinfos', - }, - ); - } - - deleteUser(serviceName) { - return this.$http.post(`${PREPAID_BASE_URL}/${serviceName}/unconfigure`); - } - - updateUser(serviceName, data) { - return this.$http.put(`${PREPAID_BASE_URL}/${serviceName}`, data); - } - - updatePassword(licenseId, data) { - return this.$http.post( - `${PREPAID_BASE_URL}/${licenseId}/changePassword`, - data, - ); - } -} diff --git a/packages/manager/modules/office/src/dashboard/microsoft-office-license.constants.js b/packages/manager/modules/office/src/dashboard/microsoft-office-license.constants.js deleted file mode 100644 index de8107f8e5d4..000000000000 --- a/packages/manager/modules/office/src/dashboard/microsoft-office-license.constants.js +++ /dev/null @@ -1,8 +0,0 @@ -export const PREPAID_BASE_URL = 'apiv6/license/officePrepaid'; - -export const POSTPAID_BASE_URL = 'apiv6/license/office'; - -export default { - PREPAID_BASE_URL, - POSTPAID_BASE_URL, -}; diff --git a/packages/manager/modules/office/src/dashboard/microsoft-office-license.controller.js b/packages/manager/modules/office/src/dashboard/microsoft-office-license.controller.js deleted file mode 100644 index 0340b7173258..000000000000 --- a/packages/manager/modules/office/src/dashboard/microsoft-office-license.controller.js +++ /dev/null @@ -1,159 +0,0 @@ -import set from 'lodash/set'; - -export default class MicrosoftOfficeLicenseCtrl { - /* @ngInject */ - constructor( - $rootScope, - $stateParams, - $scope, - $timeout, - $translate, - Alerter, - consumptionLink, - currentActiveLink, - MicrosoftOfficeLicenseService, - WucUser, - userLink, - ) { - this.$rootScope = $rootScope; - this.$stateParams = $stateParams; - this.$scope = $scope; - this.$timeout = $timeout; - this.$translate = $translate; - this.alerter = Alerter; - this.consumptionLink = consumptionLink; - this.currentActiveLink = currentActiveLink; - this.licenseService = MicrosoftOfficeLicenseService; - this.user = WucUser; - this.userLink = userLink; - } - - $onInit() { - this.$scope.currentLicense = this.$stateParams.serviceName; - this.newDisplayName = { value: null }; - this.license = {}; - this.$scope.domainsId = []; - this.loaders = { - domains: false, - tenant: false, - }; - this.$scope.domainsDetails = []; - this.$scope.alerts = { - page: 'microsoft_office_license_alert_page', - tabs: 'microsoft_office_license_alert_tabs', - main: 'microsoft_office_license_alert_main', - }; - - this.user.getUrlOf('guides').then((guides) => { - if (guides && guides.office365) { - this.guide = guides.office365; - } - }); - - this.$scope.getDomainsId = () => { - this.loaders.domains = true; - - return this.licenseService - .getDomainsId(this.$scope.currentLicense) - .then((domainsId) => { - this.$scope.domainsId = domainsId; - }); - }; - - this.$scope.transformItemDomains = (domain) => { - this.loaders.domains = true; - - return this.licenseService - .getDomain(this.$scope.currentLicense, domain) - .then((domainDetails) => domainDetails) - .catch((err) => this.alerter.error(err)) - .finally(() => { - this.loaders.domains = false; - }); - }; - - this.$scope.setAction = (action, data) => { - this.$scope.currentAction = action; - this.$scope.currentActionData = data; - - const $currentAction = $('#currentAction'); - - if (action) { - this.stepPath = `microsoft/office/license/${this.$scope.currentAction}.html`; - $currentAction.modal({ - keyboard: true, - backdrop: 'static', - }); - } else { - $currentAction.modal('hide'); - this.$scope.currentActionData = null; - this.$timeout(() => { - this.stepPath = ''; - }, 300); - } - }; - - this.$scope.resetAction = () => this.$scope.setAction(false); - - this.getTenant(); - } - - getTenant() { - this.loaders.tenant = true; - - return this.licenseService - .get(this.$scope.currentLicense) - .then((tenant) => { - this.license.tenant = tenant; - return this.license; - }) - .finally(() => { - this.loaders.tenant = false; - }); - } - - editDisplayName(tenant) { - this.newDisplayName.value = tenant.displayName; - this.editMode = true; - } - - resetDisplayName() { - this.editMode = false; - } - - saveDisplayName(license, tenant) { - const oldDisplayName = tenant.displayName; - - set(tenant, 'displayName', this.newDisplayName.value); - this.licenseService - .edit(license, tenant) - .then(() => { - this.alerter.success( - this.$translate.instant('microsoft_office_license_edit_success'), - this.$scope.alerts.tabs, - ); - this.$rootScope.$broadcast('change.displayName', [ - this.$scope.currentLicense, - this.newDisplayName.value, - ]); - }) - .catch((err) => { - this.alerter.alertFromSWS( - this.$translate.instant('microsoft_office_license_edit_error'), - err, - this.$scope.alerts.main, - ); - this.license.tenant.displayName = oldDisplayName; - }) - .finally(() => { - this.editMode = false; - }); - } - - displayServiceName() { - return ( - this.license.tenant.displayName && - this.license.tenant.serviceName !== this.license.tenant.displayName - ); - } -} diff --git a/packages/manager/modules/office/src/dashboard/microsoft-office-license.html b/packages/manager/modules/office/src/dashboard/microsoft-office-license.html deleted file mode 100644 index 83033e6f6d2b..000000000000 --- a/packages/manager/modules/office/src/dashboard/microsoft-office-license.html +++ /dev/null @@ -1,112 +0,0 @@ -
- -
- -
- -
-
-
-
- -
-
-

- -
- -
- -
-
- - - -
-
-
-
- - - - - - - - -
- -
-
- - -
diff --git a/packages/manager/modules/office/src/dashboard/microsoft-office-license.service.js b/packages/manager/modules/office/src/dashboard/microsoft-office-license.service.js deleted file mode 100644 index baf671d7d3f9..000000000000 --- a/packages/manager/modules/office/src/dashboard/microsoft-office-license.service.js +++ /dev/null @@ -1,394 +0,0 @@ -import JSURL from 'jsurl'; -import each from 'lodash/each'; -import map from 'lodash/map'; -import 'moment'; -import { - PREPAID_BASE_URL, - POSTPAID_BASE_URL, -} from './microsoft-office-license.constants'; - -export default class MicrosoftOfficeLicenseService { - /* @ngInject */ - constructor( - $cacheFactory, - $http, - $q, - $translate, - $window, - constants, - MicrosoftOfficeLicensePrepaidService, - MicrosoftOfficeLicensePostpaidService, - OvhHttp, - Poll, - WucUser, - ) { - this.$cacheFactory = $cacheFactory; - this.$http = $http; - this.$q = $q; - this.$translate = $translate; - this.$window = $window; - this.constants = constants; - this.licensePrepaidService = MicrosoftOfficeLicensePrepaidService; - this.licensePostpaidService = MicrosoftOfficeLicensePostpaidService; - this.pollService = Poll; - this.ovhHttp = OvhHttp; - this.WucUser = WucUser; - } - - static isPrepaidService(serviceName) { - return serviceName && serviceName.includes('-'); - } - - /** - * Get all service - * @param {string} licenseId - * @return {[string]} - */ - get(licenseId) { - const promise = MicrosoftOfficeLicenseService.isPrepaidService(licenseId) - ? this.licensePrepaidService.get(licenseId) - : this.licensePostpaidService.get(licenseId); - return promise - .then((response) => response.data) - .catch((err) => this.$q.reject(err.data)); - } - - /** - * Edit the service - * @param {string} licenseId - * @param {Object} officeTenant - * @return {[type]} - */ - edit(licenseId, officeTenant) { - const promise = MicrosoftOfficeLicenseService.isPrepaidService(licenseId) - ? this.licensePrepaidService.edit(licenseId, officeTenant) - : this.licensePostpaidService.edit(licenseId, officeTenant); - return promise - .then((response) => response.data) - .catch((err) => this.$q.reject(err.data)); - } - - /** - * Edit the password - * @param {string} licenseId [description] - * @param {string} activationEmail [description] - * @param {Object} data [description] - * @return {Task} [description] - */ - editPassword(licenseId, activationEmail, data) { - const promise = MicrosoftOfficeLicenseService.isPrepaidService(licenseId) - ? this.licensePrepaidService.updatePassword(licenseId, data) - : this.licensePostpaidService.updatePassword( - licenseId, - activationEmail, - data, - ); - return promise - .then((response) => response.data) - .catch((err) => this.$q.reject(err.data)); - } - - /** - * Get service's infos - * @param {string} licenseId [description] - * @return {Service} [description] - */ - getServiceInfos(licenseId) { - return MicrosoftOfficeLicenseService.isPrepaidService(licenseId) - ? this.licensePrepaidService.getServiceInfos(licenseId) - : this.licensePostpaidService.getServiceInfos(licenseId); - } - - createCart(ovhSubsidiary) { - return this.$http - .post('apiv6/order/cart', { ovhSubsidiary }) - .then(({ data }) => data); - } - - getOfficePrepaidPlans(cartId) { - return this.$http - .get(`apiv6/order/cart/${cartId}/officePrepaid`) - .then(({ data }) => data); - } - - getAvailableOptions() { - return this.WucUser.getUser() - .then(({ ovhSubsidiary }) => this.createCart(ovhSubsidiary)) - .then(({ cartId }) => this.getOfficePrepaidPlans(cartId)) - .catch((err) => this.$q.reject(err.data)); - } - - /** - * Get array of user id - * @param {string} licenseId [description] - * @return {[string]} [description] - */ - getUsers(licenseId) { - const [tenant] = licenseId.split('-'); - const promise = - tenant === licenseId - ? this.licensePostpaidService.getUsers(licenseId) - : this.licensePrepaidService.getUsers(tenant); - return promise - .then((data) => data) - .catch((err) => this.$q.reject(err.data)); - } - - /** - * Get licence model - * @return {Object} [description] - */ - getLicenses() { - return this.$http - .get(`${POSTPAID_BASE_URL}.json`) - .then( - (response) => response.data.models['license.office.LicenceEnum'].enum, - ) - .catch((err) => this.$q.reject(err.data)); - } - - /** - * Get the monthly price for an office license - * @return {Object} Price with it's currency and textual representation - */ - getLicensePrice(licenseName) { - return this.ovhHttp.get(`/price/license/office/${licenseName}`, { - rootPath: 'apiv6', - }); - } - - /** - * Get infos of a user - * @param {string} licenseId [description] - * @param {string} userId [description] - * @return {Object} [description] - */ - getUserDetails(licenseId, userId) { - const promise = MicrosoftOfficeLicenseService.isPrepaidService(licenseId) - ? this.licensePrepaidService.getUserDetails(userId) - : this.licensePostpaidService.getUserDetails(licenseId, userId); - return promise - .then((data) => data) - .catch((err) => this.$q.reject(err.data)); - } - - pollUserDetails(licenseId, userId, $scope) { - const namespace = 'microsoft.office.licence.user.details'; - const pollUrl = MicrosoftOfficeLicenseService.isPrepaidService(licenseId) - ? `${PREPAID_BASE_URL}/${userId}` - : `${POSTPAID_BASE_URL}/${licenseId}/user/${userId}`; - - $scope.$on('$destroy', () => { - this.pollService.kill({ - namespace, - }); - }); - - return this.pollService.poll(pollUrl, null, { - scope: $scope.$id, - successRule: { - status: 'ok', - taskPendingId: 0, - }, - namespace, - }); - } - - /** - * Add a user - * @param {string} licenseId [description] - * @param {Object} data [description] - * @return {Task} [description] - */ - addUser(licenseId, data) { - return this.$http - .post(`${POSTPAID_BASE_URL}/${licenseId}/user`, data) - .then((response) => response.data) - .catch((err) => this.$q.reject(err)); - } - - /** - * Update a user - * @param {string} serviceName [description] - * @param {string} activationEmail [description] - * @param {Object} data [description] - * @return {Task} [description] - */ - updateUser(serviceName, activationEmail, data) { - const promise = MicrosoftOfficeLicenseService.isPrepaidService(serviceName) - ? this.licensePrepaidService.updateUser(serviceName, data) - : this.licensePostpaidService.updateUser( - serviceName, - activationEmail, - data, - ); - return promise - .then((response) => response.data) - .catch((err) => this.$q.reject(err)); - } - - /** - * Delete a user - * @param {string} licenseId [description] - * @param {string} userId [description] - * @return {Task} [description] - */ - deleteUser(licenseId, userId) { - const promise = MicrosoftOfficeLicenseService.isPrepaidService(licenseId) - ? this.licensePrepaidService.deleteUser(licenseId) - : this.licensePostpaidService.deleteUser(licenseId, userId); - return promise - .then((response) => response.data) - .catch((err) => this.$q.reject(err.data)); - } - - /** - * Get array of domain id - * @param {string} licenseId [description] - * @return {[string]} [description] - */ - getDomainsId(licenseId) { - return this.$http - .get(`${POSTPAID_BASE_URL}/${licenseId}/domain`) - .then((response) => response.data) - .catch((err) => this.$q.reject(err.data)); - } - - /** - * Get a domain - * @param {string} licenseId [description] - * @param {string} domain [description] - * @return {Object} [description] - */ - getDomain(licenseId, domain) { - return this.$http - .get(`${POSTPAID_BASE_URL}/${licenseId}/domain/${domain}`) - .then((response) => response.data) - .catch((err) => this.$q.reject(err.data)); - } - - /** - * Get statistic of a license - * @param {Object} opts [description] - * @return {Object} [description] - */ - consumption(opts) { - const dataByLicense = {}; - const stat = { - options: { - exporting: { - enabled: false, - }, - }, - series: [], - title: { - text: this.$translate.instant('microsoft_office_license_usage_stats'), - }, - xAxis: { - type: 'datetime', - min: moment(opts.from).format('x'), - max: moment(opts.to).format('x'), - }, - yAxis: { - min: 0, - tickInterval: 1, - title: { - text: this.$translate.instant('microsoft_office_license_peakcount'), - }, - }, - }; - - const promise = MicrosoftOfficeLicenseService.isPrepaidService( - opts.serviceName, - ) - ? this.licensePrepaidService.getUsage(opts) - : this.licensePostpaidService.getUsage(opts); - return promise - .then((response) => { - const series = response.data; - - each(series.reverse(), (oneDay) => { - each(oneDay.lines, (line) => { - if (!dataByLicense[line.licenceType]) { - dataByLicense[line.licenceType] = []; - } - - dataByLicense[line.licenceType].push([ - new Date(oneDay.date).getTime(), - line.peakCount, - ]); - }); - }); - - stat.series = map(dataByLicense, (value, oneLicense) => ({ - id: oneLicense, - name: this.$translate.instant( - `microsoft_office_license_${oneLicense}_serie_name`, - ), - data: value, - })); - - return stat; - }) - .catch((err) => this.$q.reject(err.data)); - } - - /** - * Redirect to the express order page - * @param {String} planCode [the type of office license to buy] - * @param {Number} number [the number of office licenses to buy] - */ - gotToOrderPrepaidLicenses( - tenantName, - planCode, - number, - duration, - pricingMode, - ) { - const answer = [ - { - configuration: [ - { - label: 'existing_tenant_service_name', - value: tenantName, - }, - ], - duration, - planCode, - pricingMode, - productId: 'officePrepaid', - quantity: number, - }, - ]; - - this.WucUser.getUrlOfEndsWithSubsidiary('express_order').then( - (expressOrderUrl) => { - this.$window.open( - `${expressOrderUrl}#/express/review?products=${JSURL.stringify( - answer, - )}`, - '_blank', - ); - }, - ); - } - - static getLoginConditions() { - return { - minLength: 3, - maxLength: 20, - loginPattern: /^(?!\.)(?:[-!#$%&'^_`{}~A-Za-z\d]|\.(?!\.))+(?!\.)$/, - }; - } - - getLoginConditionsMessage() { - const conditions = this.constructor.getLoginConditions(); - return `${this.$translate.instant( - 'microsoft_office_license_add_user_login_conditions', - { t0: conditions.minLength, t1: conditions.maxLength }, - )} - ${this.$translate.instant( - 'microsoft_office_license_add_user_login_condition_exception', - )}`; - } -} diff --git a/packages/manager/modules/office/src/dashboard/microsoft.less b/packages/manager/modules/office/src/dashboard/microsoft.less deleted file mode 100644 index 1319a123a2a8..000000000000 --- a/packages/manager/modules/office/src/dashboard/microsoft.less +++ /dev/null @@ -1,16 +0,0 @@ -.office-product-list { - margin: 10px 0 10px 0; - - li { - list-style: none; - display: inline-block; - margin: 0 5px; - transition: all 0.5s; - - &.more { - font-weight: bolder; - font-size: 20px; - margin: 0 10px; - } - } -} diff --git a/packages/manager/modules/office/src/dashboard/microsoft.module.js b/packages/manager/modules/office/src/dashboard/microsoft.module.js deleted file mode 100644 index 403ad40f72be..000000000000 --- a/packages/manager/modules/office/src/dashboard/microsoft.module.js +++ /dev/null @@ -1,99 +0,0 @@ -import angular from 'angular'; -import 'angular-route'; -import 'angular-ui-bootstrap'; -import 'bootstrap'; -import '@ovh-ux/ng-ovh-utils'; -import '@ovh-ux/ng-ovh-web-universe-components'; - -import 'ovh-ui-kit-bs/dist/css/oui-bs3.css'; - -import routing from './microsoft.routes'; - -import licenseConsumptionConstant from './office/license/consumption/microsoft-office-license-consumption.constants'; -import licenseConsumptionCtrl from './office/license/consumption/microsoft-office-license-consumption.controller'; -import licenseTabsCtrl from './office/license/microsoft-office-license-tabs.controller'; -import licenseEditCtrl from './office/license/edit/microsoft-office-license-edit.controller'; -import licenseUserCtrl from './office/license/user/microsoft-office-license-user.controller'; -import licenseUserAddCtrl from './office/license/user/add/microsoft-office-license-user-add.controller'; -import licenseUserDeleteCtrl from './office/license/user/delete/microsoft-office-license-user-delete.controller'; -import licenseUserOrderCtrl from './office/license/user/order/microsoft-office-license-user-order.controller'; -import licenseUserUpdateCtrl from './office/license/user/update/microsoft-office-license-user-update.controller'; -import passwordEditCtrl from './office/license/edit/password/microsoft-office-edit-password.controller'; -import licenseService from './microsoft-office-license.service'; -import licensePostpaidService from './microsoft-office-license-postpaid.service'; -import licensePrepaidService from './microsoft-office-license-prepaid.service'; - -import userOrderTpl from './office/license/user/order/microsoft-office-license-user-order.html'; -import userUpdateTpl from './office/license/user/update/microsoft-office-license-user-update.html'; -import userDeleteTpl from './office/license/user/delete/microsoft-office-license-user-delete.html'; -import userAddTpl from './office/license/user/add/microsoft-office-license-user-add.html'; -import passwordEditTpl from './office/license/edit/password/microsoft-office-edit-password.html'; -import licenseEditTpl from './office/license/edit/microsoft-office-license-edit.html'; - -import user from './office/license/user/user.module'; -import consumption from './office/license/consumption/consumption.module'; - -import './microsoft.less'; - -const moduleName = 'Module.microsoft'; - -angular - .module('Module.microsoft.controllers', []) - .constant('OFFICE_LICENSE_CONSUMPTION', licenseConsumptionConstant) - .controller('MicrosoftOfficeLicenseTabsCtrl', licenseTabsCtrl) - .controller('MicrosoftOfficeLicenseConsumptionCtrl', licenseConsumptionCtrl) - .controller('MicrosoftOfficeLicenseEditCtrl', licenseEditCtrl) - .controller('MicrosoftOfficePasswordEditCtrl', passwordEditCtrl) - .controller('MicrosoftOfficeLicenseUsersCtrl', licenseUserCtrl) - .controller('MicrosoftOfficeLicenseUserAddCtrl', licenseUserAddCtrl) - .controller('MicrosoftOfficeLicenseUserDeleteCtrl', licenseUserDeleteCtrl) - .controller('MicrosoftOfficeLicenseUserOrderCtrl', licenseUserOrderCtrl) - .controller('MicrosoftOfficeLicenseUserUpdateCtrl', licenseUserUpdateCtrl); - -angular - .module(moduleName, [ - 'ngOvhUtils', - 'ngRoute', - 'ui.bootstrap', - 'ngSanitize', - 'ngOvhWebUniverseComponents', - 'Module.microsoft.controllers', - user, - consumption, - ]) - .service('MicrosoftOfficeLicenseService', licenseService) - .service('MicrosoftOfficeLicensePrepaidService', licensePrepaidService) - .service('MicrosoftOfficeLicensePostpaidService', licensePostpaidService) - .config(routing) - .constant('MICROSOFT_GUIDE_URLS', {}) - .run( - /* @ngInject */ ($templateCache) => { - $templateCache.put( - 'microsoft/office/license/user/order/microsoft-office-license-user-order.html', - userOrderTpl, - ); - $templateCache.put( - 'microsoft/office/license/user/update/microsoft-office-license-user-update.html', - userUpdateTpl, - ); - $templateCache.put( - 'microsoft/office/license/user/delete/microsoft-office-license-user-delete.html', - userDeleteTpl, - ); - $templateCache.put( - 'microsoft/office/license/user/add/microsoft-office-license-user-add.html', - userAddTpl, - ); - $templateCache.put( - 'microsoft/office/license/edit/password/microsoft-office-edit-password.html', - passwordEditTpl, - ); - $templateCache.put( - 'microsoft/office/license/edit/microsoft-office-license-edit.html', - licenseEditTpl, - ); - }, - ) - .run(/* @ngTranslationsInject:json ./translations */); - -export default moduleName; diff --git a/packages/manager/modules/office/src/dashboard/microsoft.routes.js b/packages/manager/modules/office/src/dashboard/microsoft.routes.js deleted file mode 100644 index eba117ba2153..000000000000 --- a/packages/manager/modules/office/src/dashboard/microsoft.routes.js +++ /dev/null @@ -1,33 +0,0 @@ -import set from 'lodash/set'; - -import controller from './microsoft-office-license.controller'; -import template from './microsoft-office-license.html'; - -export default /* @ngInject */ ($stateProvider) => { - $stateProvider.state('office.product', { - url: '/:serviceName', - template, - controller, - controllerAs: 'MicrosoftOfficeLicenseCtrl', - redirectTo: 'office.product.user', - reloadOnSearch: false, - resolve: { - navigationInformations: /* @ngInject */ (Navigator, $rootScope) => { - set($rootScope, 'currentSectionInformation', 'microsoft'); - return Navigator.setNavigationInformation({ - leftMenuVisible: true, - configurationSelected: true, - }); - }, - serviceName: /* @ngInject */ ($transition$) => - $transition$.params().serviceName, - userLink: /* @ngInject */ ($state, $transition$) => - $state.href('office.product.user', $transition$.params()), - consumptionLink: /* @ngInject */ ($state, $transition$) => - $state.href('office.product.consumption', $transition$.params()), - currentActiveLink: /* @ngInject */ ($state, $transition$) => () => - $state.href($state.current.name, $transition$.params()), - breadcrumb: /* @ngInject */ (serviceName) => serviceName, - }, - }); -}; diff --git a/packages/manager/modules/office/src/dashboard/office/license/consumption/CONSUMPTION.html b/packages/manager/modules/office/src/dashboard/office/license/consumption/CONSUMPTION.html deleted file mode 100644 index f538f16d3e6f..000000000000 --- a/packages/manager/modules/office/src/dashboard/office/license/consumption/CONSUMPTION.html +++ /dev/null @@ -1,69 +0,0 @@ -
-
- - - -
- -
- -
-
-
- -
-
- - -
-
-
-
- - - -
-
-
diff --git a/packages/manager/modules/office/src/dashboard/office/license/consumption/consumption.module.js b/packages/manager/modules/office/src/dashboard/office/license/consumption/consumption.module.js deleted file mode 100644 index 69c144e35c96..000000000000 --- a/packages/manager/modules/office/src/dashboard/office/license/consumption/consumption.module.js +++ /dev/null @@ -1,15 +0,0 @@ -import angular from 'angular'; -import 'angular-translate'; -import '@ovh-ux/ui-kit'; -import ngTranslateAsyncLoader from '@ovh-ux/ng-translate-async-loader'; - -import routing from './consumption.routing'; - -const moduleName = 'ovhManagerOfficeLicenseConsumption'; - -angular - .module(moduleName, [ngTranslateAsyncLoader, 'oui', 'pascalprecht.translate']) - .config(routing) - .run(/* @ngTranslationsInject:json ./translations */); - -export default moduleName; diff --git a/packages/manager/modules/office/src/dashboard/office/license/consumption/consumption.routing.js b/packages/manager/modules/office/src/dashboard/office/license/consumption/consumption.routing.js deleted file mode 100644 index ce6fd523522f..000000000000 --- a/packages/manager/modules/office/src/dashboard/office/license/consumption/consumption.routing.js +++ /dev/null @@ -1,14 +0,0 @@ -import template from './CONSUMPTION.html'; - -export default /* @ngInject */ ($stateProvider) => { - $stateProvider.state('office.product.consumption', { - url: '/consumption', - template, - controller: 'MicrosoftOfficeLicenseConsumptionCtrl', - controllerAs: 'consumptionCtrl', - resolve: { - breadcrumb: /* @ngInject */ ($translate) => - $translate.instant('office_consumption'), - }, - }); -}; diff --git a/packages/manager/modules/office/src/dashboard/office/license/consumption/microsoft-office-license-consumption.constants.js b/packages/manager/modules/office/src/dashboard/office/license/consumption/microsoft-office-license-consumption.constants.js deleted file mode 100644 index b5a5e832f7e0..000000000000 --- a/packages/manager/modules/office/src/dashboard/office/license/consumption/microsoft-office-license-consumption.constants.js +++ /dev/null @@ -1,53 +0,0 @@ -export default { - chart: { - type: 'line', - data: { - datasets: [], - }, - options: { - responsive: true, - maintainAspectRatio: false, - plugins: { - legend: { - position: 'bottom', - display: true, - }, - tooltip: { - mode: 'index', - intersect: false, - }, - }, - elements: { - point: { - radius: 0, - }, - }, - scales: { - y: { - display: true, - linear: true, - position: 'left', - title: { - display: true, - }, - grid: { - drawBorder: true, - display: true, - }, - min: 0, - ticks: { - stepSize: 1, - }, - }, - x: { - type: 'time', - position: 'bottom', - grid: { - drawBorder: true, - display: false, - }, - }, - }, - }, - }, -}; diff --git a/packages/manager/modules/office/src/dashboard/office/license/consumption/microsoft-office-license-consumption.controller.js b/packages/manager/modules/office/src/dashboard/office/license/consumption/microsoft-office-license-consumption.controller.js deleted file mode 100644 index b86d2433cc20..000000000000 --- a/packages/manager/modules/office/src/dashboard/office/license/consumption/microsoft-office-license-consumption.controller.js +++ /dev/null @@ -1,162 +0,0 @@ -import angular from 'angular'; -import map from 'lodash/map'; -import 'moment'; -import { formatDistanceToNow } from 'date-fns'; - -export default class MicrosoftOfficeLicenseConsumptionCtrl { - /* @ngInject */ - constructor( - $stateParams, - $scope, - $translate, - DATEFNS_LOCALE, - MicrosoftOfficeLicenseService, - ChartFactory, - OFFICE_LICENSE_CONSUMPTION, - ) { - this.$stateParams = $stateParams; - this.$scope = $scope; - this.DATEFNS_LOCALE = DATEFNS_LOCALE; - this.licenseService = MicrosoftOfficeLicenseService; - this.$translate = $translate; - this.WucChartjsFactory = ChartFactory; - this.constant = { OFFICE_LICENSE_CONSUMPTION }; - - this.periods = [ - { key: 'current', value: 1 }, - { key: 'last', value: 2 }, - { key: 'last3', value: 3 }, - { key: 'last12', value: 12 }, - ]; - - this.selectedPeriod = this.periods[0].key; - } - - $onInit() { - this.currentLicense = this.$stateParams.serviceName; - this.loaders = { - charts: false, - }; - - this.stats = {}; - this.loaders.charts = true; - - return this.licenseService - .getServiceInfos(this.currentLicense) - .then((response) => { - if (response.creation) { - this.renewDate = moment(response.creation).get('date'); - } else { - this.renewDate = 1; - } - }) - .catch(() => { - this.renewDate = 1; - }) - .finally(() => this.getStat()); - } - - getStat() { - const interval = this.getRenewalInterval(this.selectedPeriod); - this.loaders.charts = true; - this.errorMessage = ''; - this.stats = {}; - - return this.licenseService - .consumption({ - serviceName: this.currentLicense, - from: interval.fromDate.format(), - to: interval.toDate.format(), - }) - .then((series) => { - this.stats = series; - this.stats.title.text = this.$translate.instant( - `microsoft_office_license_usage_period_${this.selectedPeriod}`, - ); - - this.chart = new this.WucChartjsFactory( - angular.copy(this.constant.OFFICE_LICENSE_CONSUMPTION.chart), - ); - - this.chart.setAxisOptions('x', { - adapters: { - date: { - locale: this.DATEFNS_LOCALE, - }, - }, - }); - - this.chart.setTooltipCallback('title', (data) => { - return formatDistanceToNow(new Date(data[0].parsed.x), { - addSuffix: true, - locale: this.DATEFNS_LOCALE, - }); - }); - - angular.forEach(this.stats.series, (serie) => { - this.chart.addSerie( - serie.name, - map(serie.data, (point) => ({ - x: point[0], - y: point[1], - })), - { - dataset: { - fill: true, - borderWidth: 1, - }, - }, - ); - }); - }) - .catch((err) => { - this.errorMessage = err.message; - }) - .finally(() => { - this.loaders.charts = false; - }); - } - - calculateRenewalDate(day, monthOffset = 0) { - const renewal = this.constructor.calculateExpirationDate(day, monthOffset); - return renewal.add(1, 'milliseconds'); - } - - static calculateExpirationDate(day, monthOffset = 0) { - const month = moment().add(monthOffset, 'months'); - const expirationDate = moment(month) - .set('date', day) - .subtract(1, 'days'); - const maxExpirationDate = moment(month).endOf('month'); - - return moment.min(expirationDate, maxExpirationDate).endOf('day'); - } - - getRenewalInterval(period) { - const expirationDate = this.constructor.calculateExpirationDate( - this.renewDate, - 0, - ); - const isRenewDateComingUp = expirationDate.isAfter(); - let startingMonthOffset = this.periods.filter( - (currentPeriod) => currentPeriod.key === period, - )[0].value; - let endingMonthOffset = period === 'last' ? -1 : 0; - - if (!isRenewDateComingUp) { - startingMonthOffset -= 1; - endingMonthOffset += 1; - } - - return { - fromDate: this.calculateRenewalDate( - this.renewDate, - 0 - startingMonthOffset, - ), - toDate: this.constructor.calculateExpirationDate( - this.renewDate, - endingMonthOffset, - ), - }; - } -} diff --git a/packages/manager/modules/office/src/dashboard/office/license/consumption/translations/Messages_de_DE.json b/packages/manager/modules/office/src/dashboard/office/license/consumption/translations/Messages_de_DE.json deleted file mode 100644 index fb08ee97c81a..000000000000 --- a/packages/manager/modules/office/src/dashboard/office/license/consumption/translations/Messages_de_DE.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "office_consumption": "Verbrauch" -} diff --git a/packages/manager/modules/office/src/dashboard/office/license/consumption/translations/Messages_en_GB.json b/packages/manager/modules/office/src/dashboard/office/license/consumption/translations/Messages_en_GB.json deleted file mode 100644 index 16f09f74952d..000000000000 --- a/packages/manager/modules/office/src/dashboard/office/license/consumption/translations/Messages_en_GB.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "office_consumption": "Usage" -} diff --git a/packages/manager/modules/office/src/dashboard/office/license/consumption/translations/Messages_es_ES.json b/packages/manager/modules/office/src/dashboard/office/license/consumption/translations/Messages_es_ES.json deleted file mode 100644 index d57e0457b7cb..000000000000 --- a/packages/manager/modules/office/src/dashboard/office/license/consumption/translations/Messages_es_ES.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "office_consumption": "Consumo" -} diff --git a/packages/manager/modules/office/src/dashboard/office/license/consumption/translations/Messages_fr_CA.json b/packages/manager/modules/office/src/dashboard/office/license/consumption/translations/Messages_fr_CA.json deleted file mode 100644 index e8c640593b08..000000000000 --- a/packages/manager/modules/office/src/dashboard/office/license/consumption/translations/Messages_fr_CA.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "office_consumption": "Consommation" -} diff --git a/packages/manager/modules/office/src/dashboard/office/license/consumption/translations/Messages_fr_FR.json b/packages/manager/modules/office/src/dashboard/office/license/consumption/translations/Messages_fr_FR.json deleted file mode 100644 index e8c640593b08..000000000000 --- a/packages/manager/modules/office/src/dashboard/office/license/consumption/translations/Messages_fr_FR.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "office_consumption": "Consommation" -} diff --git a/packages/manager/modules/office/src/dashboard/office/license/consumption/translations/Messages_it_IT.json b/packages/manager/modules/office/src/dashboard/office/license/consumption/translations/Messages_it_IT.json deleted file mode 100644 index d57e0457b7cb..000000000000 --- a/packages/manager/modules/office/src/dashboard/office/license/consumption/translations/Messages_it_IT.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "office_consumption": "Consumo" -} diff --git a/packages/manager/modules/office/src/dashboard/office/license/consumption/translations/Messages_pl_PL.json b/packages/manager/modules/office/src/dashboard/office/license/consumption/translations/Messages_pl_PL.json deleted file mode 100644 index 15a8cad43aaa..000000000000 --- a/packages/manager/modules/office/src/dashboard/office/license/consumption/translations/Messages_pl_PL.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "office_consumption": "Zużycie" -} diff --git a/packages/manager/modules/office/src/dashboard/office/license/consumption/translations/Messages_pt_PT.json b/packages/manager/modules/office/src/dashboard/office/license/consumption/translations/Messages_pt_PT.json deleted file mode 100644 index d57e0457b7cb..000000000000 --- a/packages/manager/modules/office/src/dashboard/office/license/consumption/translations/Messages_pt_PT.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "office_consumption": "Consumo" -} diff --git a/packages/manager/modules/office/src/dashboard/office/license/edit/microsoft-office-license-edit.controller.js b/packages/manager/modules/office/src/dashboard/office/license/edit/microsoft-office-license-edit.controller.js deleted file mode 100644 index 8397e3fef7a4..000000000000 --- a/packages/manager/modules/office/src/dashboard/office/license/edit/microsoft-office-license-edit.controller.js +++ /dev/null @@ -1,56 +0,0 @@ -import angular from 'angular'; - -export default class MicrosoftOfficeLicenseEditCtrl { - /* @ngInject */ - constructor( - Alerter, - MicrosoftOfficeLicenseService, - $rootScope, - $scope, - $translate, - ) { - this.alerter = Alerter; - this.licenseService = MicrosoftOfficeLicenseService; - this.$rootScope = $rootScope; - this.$scope = $scope; - this.$translate = $translate; - } - - $onInit() { - this.tenant = angular.copy(this.$scope.currentActionData.tenant); - this.license = this.$scope.currentActionData.license; - this.loaders = { - edit: false, - }; - - this.$scope.edit = () => { - this.loaders.edit = true; - - return this.licenseService - .edit(this.license, this.tenant) - .then((tenant) => { - this.alerter.success( - this.$translate.instant('microsoft_office_license_edit_success'), - this.$scope.alerts.main, - ); - this.$rootScope.$broadcast('change.displayName', [ - this.license, - this.tenant.displayName, - ]); - return tenant; - }) - .catch((err) => { - this.alerter.alertFromSWS( - this.$translate.instant('microsoft_office_license_edit_error'), - this.$scope.alerts.main, - ); - return err; - }) - .finally(() => { - this.loaders.edit = false; - this.$rootScope.$broadcast('microsoft.office.license.edit'); - this.$scope.resetAction(); - }); - }; - } -} diff --git a/packages/manager/modules/office/src/dashboard/office/license/edit/microsoft-office-license-edit.html b/packages/manager/modules/office/src/dashboard/office/license/edit/microsoft-office-license-edit.html deleted file mode 100644 index 5b0f7eed07a6..000000000000 --- a/packages/manager/modules/office/src/dashboard/office/license/edit/microsoft-office-license-edit.html +++ /dev/null @@ -1,216 +0,0 @@ -
-
-
-
- - - -
- -
- - - -
-
- - -
- -
- - - -
-
- - -
- -
- - - -
-
- - -
- -
- - - -
-
- - -
- -
- - - -
-
- - -
- -
- - - -
-
- - -
- -
- - - -
-
-
-
-
-
diff --git a/packages/manager/modules/office/src/dashboard/office/license/edit/password/microsoft-office-edit-password.controller.js b/packages/manager/modules/office/src/dashboard/office/license/edit/password/microsoft-office-edit-password.controller.js deleted file mode 100644 index e583653edf5a..000000000000 --- a/packages/manager/modules/office/src/dashboard/office/license/edit/password/microsoft-office-edit-password.controller.js +++ /dev/null @@ -1,94 +0,0 @@ -export default class MicrosoftOfficePasswordEditCtrl { - /* @ngInject */ - constructor( - Alerter, - MicrosoftOfficeLicenseService, - $q, - $scope, - $translate, - WucUser, - ) { - this.alerter = Alerter; - this.licenseService = MicrosoftOfficeLicenseService; - this.$q = $q; - this.$scope = $scope; - this.$translate = $translate; - this.userService = WucUser; - } - - loadUserInfos() { - this.loaders.infos = true; - this.$q - .all([ - this.userService.getUser(), - this.licenseService.getServiceInfos(this.licenseId), - ]) - .then((data) => { - if (data[0].nichandle === data[1].contactAdmin) { - this.model.notifyEmail = data[0].email; - this.edit.value = true; - } else { - this.edit.value = false; - this.model.notifyEmail = ''; - } - }) - .catch((err) => this.alerter.error(err)) - .finally(() => { - this.loaders.infos = false; - }); - } - - $onInit() { - this.licenseId = this.$scope.currentActionData.user.serviceName; - - this.pwdPattern = /(?=.*[a-z])(?=.*[A-Z])(?=.*[~!@#$%^&*_\-+=|\\(){}[\]:;'<>,.?\d])/; - this.user = this.$scope.currentActionData.user; - this.loaders = { - edit: false, - infos: false, - }; - this.edit = {}; - - this.model = { - shouldSendMail: true, - }; - this.password = {}; - - this.$scope.changePassword = () => { - this.loaders.edit = true; - if (!this.model.password) { - this.model.shouldSendMail = true; - } - - if (!this.edit.value) { - this.model.notifyEmail = null; - } - - return this.licenseService - .editPassword(this.licenseId, this.user.activationEmail, this.model) - .then(() => - this.alerter.success( - this.$translate.instant( - 'microsoft_office_license_edit_password_success', - ), - this.$scope.alerts.main, - ), - ) - .catch((err) => - this.alerter.alertFromSWS( - this.$translate.instant( - 'microsoft_office_license_edit_password_error', - ), - err, - this.$scope.alerts.main, - ), - ) - .finally(() => { - this.loaders.edit = false; - this.$scope.resetAction(); - }); - }; - - this.loadUserInfos(); - } -} diff --git a/packages/manager/modules/office/src/dashboard/office/license/edit/password/microsoft-office-edit-password.html b/packages/manager/modules/office/src/dashboard/office/license/edit/password/microsoft-office-edit-password.html deleted file mode 100644 index 52af7a997adf..000000000000 --- a/packages/manager/modules/office/src/dashboard/office/license/edit/password/microsoft-office-edit-password.html +++ /dev/null @@ -1,186 +0,0 @@ -
-
-
- - -
-

- -
- -
- -
- - - - -
-
- - -
- -
- - - - - -
-
- -
- -
- -

- - -
- -
-
- -
- -
-
-
- -
- -
-
- - - - -
-
-
-
-
-
-
diff --git a/packages/manager/modules/office/src/dashboard/office/license/microsoft-office-license-tabs.controller.js b/packages/manager/modules/office/src/dashboard/office/license/microsoft-office-license-tabs.controller.js deleted file mode 100644 index 0b7772219376..000000000000 --- a/packages/manager/modules/office/src/dashboard/office/license/microsoft-office-license-tabs.controller.js +++ /dev/null @@ -1,39 +0,0 @@ -import kebabCase from 'lodash/kebabCase'; -import isEmpty from 'lodash/isEmpty'; -import isNull from 'lodash/isNull'; -import some from 'lodash/some'; -import toUpper from 'lodash/toUpper'; - -export default class MicrosoftOfficeLicenseTabsCtrl { - /* @ngInject */ - constructor($location, $scope, $stateParams) { - this.$location = $location; - this.$scope = $scope; - this.$stateParams = $stateParams; - - this.defaultTab = 'USER'; - } - - $onInit() { - this.$scope.toKebabCase = kebabCase; - this.$scope.tabs = ['USER', 'CONSUMPTION']; - - this.$scope.setSelectedTab = (tab) => { - if (!isEmpty(tab)) { - this.$scope.selectedTab = tab; - } else { - this.$scope.selectedTab = this.defaultTab; - } - this.$location.search('tab', this.$scope.selectedTab); - }; - - if ( - !isNull(this.$stateParams.tab) && - some(this.$scope.tabs, (item) => item === toUpper(this.$stateParams.tab)) - ) { - this.$scope.setSelectedTab(toUpper(this.$stateParams.tab)); - } else { - this.$scope.setSelectedTab(this.defaultTab); - } - } -} diff --git a/packages/manager/modules/office/src/dashboard/office/license/user/USER.html b/packages/manager/modules/office/src/dashboard/office/license/user/USER.html deleted file mode 100644 index bf78c6791aee..000000000000 --- a/packages/manager/modules/office/src/dashboard/office/license/user/USER.html +++ /dev/null @@ -1,130 +0,0 @@ -
-
-
- -

- - -

-

-

- - - - - - - - - - - - - - - - - - - - -
- -
-
-
-
- - -
-

- -
- - - - -

-
-
-
-
diff --git a/packages/manager/modules/office/src/dashboard/office/license/user/add/microsoft-office-license-user-add.controller.js b/packages/manager/modules/office/src/dashboard/office/license/user/add/microsoft-office-license-user-add.controller.js deleted file mode 100644 index ebbf029c571a..000000000000 --- a/packages/manager/modules/office/src/dashboard/office/license/user/add/microsoft-office-license-user-add.controller.js +++ /dev/null @@ -1,101 +0,0 @@ -export default class MicrosoftOfficeLicenseUserAddCtrl { - /* @ngInject */ - constructor( - Alerter, - MicrosoftOfficeLicenseService, - $rootScope, - $scope, - $translate, - ) { - this.alerter = Alerter; - this.licenseService = MicrosoftOfficeLicenseService; - this.$rootScope = $rootScope; - this.$scope = $scope; - this.$translate = $translate; - - this.licenseId = this.$scope.currentActionData.license; - $scope.getLicensePrice = () => this.getLicensePrice(); - } - - $onInit() { - this.user = { - domain: this.licenseId, - }; - this.licenseEnum = []; - this.licensePrice = {}; - this.loaders = { - licensePrice: false, - licenseEnum: false, - userAdd: false, - }; - this.conditions = this.licenseService.constructor.getLoginConditions(); - this.conditionsMessage = this.licenseService.getLoginConditionsMessage(); - - this.$scope.addUser = () => { - this.loaders.userAdd = true; - - return this.licenseService - .addUser(this.licenseId, this.user) - .then((task) => { - this.alerter.success( - this.$translate.instant( - 'microsoft_office_license_detail_user_add_success', - ), - this.$scope.alerts.main, - ); - return task; - }) - .catch((err) => { - this.alerter.alertFromSWS( - this.$translate.instant( - 'microsoft_office_license_detail_user_add_error', - ), - err, - this.$scope.alerts.main, - ); - return err; - }) - .finally(() => { - this.loaders.userAdd = false; - this.$rootScope.$broadcast('microsoft.office.license.user.add'); - this.$scope.resetAction(); - }); - }; - - this.getLicenses(); - } - - getLicensePrice() { - this.loaders.licensePrice = true; - this.licensePrice.errText = ''; - this.licenseService - .getLicensePrice(this.user.licence) - .then((licensePrice) => { - this.licensePrice.text = licensePrice.text; - }) - .catch(() => { - this.licensePrice.errText = this.$translate.instant( - 'microsoft_office_license_add_user_license_price_error', - ); - }) - .finally(() => { - this.loaders.licensePrice = false; - }); - } - - getLicenses() { - this.loaders.licenseEnum = true; - - this.licenseService - .getLicenses() - .then((licenseEnum) => { - this.licenseEnum = licenseEnum; - }) - .catch(() => { - this.licenseEnum = []; - }) - .finally(() => { - this.loaders.licenseEnum = false; - }); - } -} diff --git a/packages/manager/modules/office/src/dashboard/office/license/user/add/microsoft-office-license-user-add.html b/packages/manager/modules/office/src/dashboard/office/license/user/add/microsoft-office-license-user-add.html deleted file mode 100644 index b5d76d2e0b5b..000000000000 --- a/packages/manager/modules/office/src/dashboard/office/license/user/add/microsoft-office-license-user-add.html +++ /dev/null @@ -1,230 +0,0 @@ -
-
-
-
- -
- -
- - - -
-
- -
- -
- - - -
-
- -
- -
-
- - - - -
-
- - - - - - -
-
-
- -
- -
-
- - -
- - -
-
-
-
- -
-

-
-
-
- -
-
- -
-
- -
-
- -
-
- - - - - -
-
- -
-
-
diff --git a/packages/manager/modules/office/src/dashboard/office/license/user/delete/microsoft-office-license-user-delete.controller.js b/packages/manager/modules/office/src/dashboard/office/license/user/delete/microsoft-office-license-user-delete.controller.js deleted file mode 100644 index 24e65b1a39b5..000000000000 --- a/packages/manager/modules/office/src/dashboard/office/license/user/delete/microsoft-office-license-user-delete.controller.js +++ /dev/null @@ -1,55 +0,0 @@ -import angular from 'angular'; - -export default class MicrosoftOfficeLicenseUserDeleteCtrl { - /* @ngInject */ - constructor( - Alerter, - MicrosoftOfficeLicenseService, - $rootScope, - $scope, - $translate, - ) { - this.alerter = Alerter; - this.license = MicrosoftOfficeLicenseService; - this.$rootScope = $rootScope; - this.$scope = $scope; - this.$translate = $translate; - } - - $onInit() { - this.user = angular.copy(this.$scope.currentActionData.user); - - this.loaders = { - deleting: false, - }; - - this.$scope.deleteUser = () => { - this.loaders.deleting = true; - - this.license - .deleteUser(this.user.serviceName, this.user.activationEmail) - .then(() => - this.alerter.success( - this.$translate.instant( - 'microsoft_office_license_detail_user_delete_success', - ), - this.$scope.alerts.main, - ), - ) - .catch((err) => - this.alerter.alertFromSWS( - this.$translate.instant( - 'microsoft_office_license_detail_user_delete_error', - ), - err, - this.$scope.alerts.main, - ), - ) - .finally(() => { - this.loaders.deleting = false; - this.$rootScope.$broadcast('microsoft.office.license.user.delete'); - this.$scope.resetAction(); - }); - }; - } -} diff --git a/packages/manager/modules/office/src/dashboard/office/license/user/delete/microsoft-office-license-user-delete.html b/packages/manager/modules/office/src/dashboard/office/license/user/delete/microsoft-office-license-user-delete.html deleted file mode 100644 index 976360530e62..000000000000 --- a/packages/manager/modules/office/src/dashboard/office/license/user/delete/microsoft-office-license-user-delete.html +++ /dev/null @@ -1,33 +0,0 @@ -
-
-
- - -
-

-
    -
  • -
  • -
-
-
-
-
diff --git a/packages/manager/modules/office/src/dashboard/office/license/user/microsoft-office-license-user.controller.js b/packages/manager/modules/office/src/dashboard/office/license/user/microsoft-office-license-user.controller.js deleted file mode 100644 index 84f903d12898..000000000000 --- a/packages/manager/modules/office/src/dashboard/office/license/user/microsoft-office-license-user.controller.js +++ /dev/null @@ -1,85 +0,0 @@ -import set from 'lodash/set'; - -export default class MicrosoftOfficeLicenseUsersCtrl { - /* @ngInject */ - constructor( - MicrosoftOfficeLicenseService, - $stateParams, - $scope, - $timeout, - Alerter, - ) { - this.license = MicrosoftOfficeLicenseService; - this.currentLicense = $stateParams.serviceName; - this.$scope = $scope; - this.$timeout = $timeout; - this.Alerter = Alerter; - } - - $onInit() { - this.$scope.$on('microsoft.office.license.user.add', () => - this.refreshUsers(), - ); - this.$scope.$on('microsoft.office.license.user.edit', () => - this.refreshUsers(), - ); - this.$scope.$on('microsoft.office.license.user.delete', () => - this.refreshUsers(), - ); - - this.getUserIds(); - } - - transformItem({ id }) { - return this.license - .getUserDetails(this.$scope.currentLicense, id) - .then((details) => { - if (details.taskPendingId) { - set(details, 'isLoading', true); - set( - details, - 'status', - details.status === 'ok' ? 'updating' : details.status, - ); - this.license - .pollUserDetails(this.$scope.currentLicense, id, this.$scope) - .then(() => this.delayedGetUsers()) - .finally(() => { - set(details, 'isLoading', false); - }); - } - return details; - }) - .catch(() => ({ - id, - activationEmail: id, - status: 'error', - })); - } - - getUserIds() { - this.users = null; - - return this.license - .getUsers(this.currentLicense) - .then((users) => { - this.users = users.map((id) => ({ id })); - }) - .catch((err) => this.Alerter.error(err.message, this.$scope.alerts.tabs)); - } - - delayedGetUsers() { - return this.$timeout(() => this.getUserIds(), 250); - } - - scrollToAlert() { - this.$timeout(() => - document.getElementById('action-alert').scrollIntoView(false), - ); - } - - refreshUsers() { - this.delayedGetUsers(); - this.scrollToAlert(); - } -} diff --git a/packages/manager/modules/office/src/dashboard/office/license/user/order/microsoft-office-license-user-order.controller.js b/packages/manager/modules/office/src/dashboard/office/license/user/order/microsoft-office-license-user-order.controller.js deleted file mode 100644 index 7ca23a2bc198..000000000000 --- a/packages/manager/modules/office/src/dashboard/office/license/user/order/microsoft-office-license-user-order.controller.js +++ /dev/null @@ -1,58 +0,0 @@ -import map from 'lodash/map'; - -export default class MicrosoftOfficeLicenseUserOrderCtrl { - /* @ngInject */ - constructor( - Alerter, - MicrosoftOfficeLicenseService, - $rootScope, - $scope, - OvhHttp, - ) { - this.alerter = Alerter; - this.licenseService = MicrosoftOfficeLicenseService; - this.$rootScope = $rootScope; - this.$scope = $scope; - this.OvhHttp = OvhHttp; - } - - $onInit() { - this.loaders = { - licenseEnum: false, - userOrder: false, - }; - - [this.licenseId] = this.$scope.currentActionData.license?.split('-'); - this.license = null; - this.numberOfLicenses = 1; - - this.$scope.orderUser = () => this.orderUser(); - - this.getLicenses(); - } - - orderUser() { - this.loaders.userOrder = true; - this.licenseService.gotToOrderPrepaidLicenses( - this.licenseId, - this.license, - this.numberOfLicenses, - 'P1M', - 'default', - ); - this.$scope.resetAction(); - } - - getLicenses() { - this.loaders.licenseEnum = true; - - return this.licenseService - .getAvailableOptions() - .then((licenses) => { - this.licenseEnum = map(licenses, 'planCode'); - }) - .finally(() => { - this.loaders.licenseEnum = false; - }); - } -} diff --git a/packages/manager/modules/office/src/dashboard/office/license/user/order/microsoft-office-license-user-order.html b/packages/manager/modules/office/src/dashboard/office/license/user/order/microsoft-office-license-user-order.html deleted file mode 100644 index c432c8e0890a..000000000000 --- a/packages/manager/modules/office/src/dashboard/office/license/user/order/microsoft-office-license-user-order.html +++ /dev/null @@ -1,103 +0,0 @@ -
-
-
-
-
- -
- - - -
-
-
- -
-
- - -
- - -
-
-
-
- -
-
-
-
-
-
-
- -
-
-
diff --git a/packages/manager/modules/office/src/dashboard/office/license/user/update/microsoft-office-license-user-update.controller.js b/packages/manager/modules/office/src/dashboard/office/license/user/update/microsoft-office-license-user-update.controller.js deleted file mode 100644 index d420b596aa79..000000000000 --- a/packages/manager/modules/office/src/dashboard/office/license/user/update/microsoft-office-license-user-update.controller.js +++ /dev/null @@ -1,73 +0,0 @@ -import angular from 'angular'; -import isEmpty from 'lodash/isEmpty'; - -export default class MicrosoftOfficeLicenseUserUpdateCtrl { - /* @ngInject */ - constructor( - Alerter, - MicrosoftOfficeLicenseService, - $rootScope, - $scope, - $translate, - ) { - this.alerter = Alerter; - this.microsoftOfficeLicenseService = MicrosoftOfficeLicenseService; - this.$scope = $scope; - this.$rootScope = $rootScope; - this.$translate = $translate; - } - - $onInit() { - this.loaders = { - userEdit: false, - }; - - this.conditions = this.microsoftOfficeLicenseService.constructor.getLoginConditions(); - this.conditionsMessage = this.microsoftOfficeLicenseService.getLoginConditionsMessage(); - this.user = angular.copy(this.$scope.currentActionData.user); - - if (!isEmpty(this.user.activationEmail)) { - const activationEmailSplitted = this.user.activationEmail.split('@'); - - this.user.login = activationEmailSplitted[0]; // eslint-disable-line - this.user.service = activationEmailSplitted[1]; // eslint-disable-line - } - - this.$scope.updateUser = () => { - this.loaders.userEdit = true; - this.microsoftOfficeLicenseService - .updateUser( - this.user.serviceName, - this.$scope.currentActionData.user.activationEmail, - { - firstName: this.user.firstName, - lastName: this.user.lastName, - activationEmail: `${this.user.login}@${this.user.service}`, - }, - ) - .then((task) => { - this.alerter.success( - this.$translate.instant( - 'microsoft_office_license_detail_user_edit_success', - ), - this.$scope.alerts.main, - ); - return task; - }) - .catch((err) => - this.alerter.alertFromSWS( - this.$translate.instant( - 'microsoft_office_license_detail_user_edit_error', - ), - err, - this.$scope.alerts.main, - ), - ) - .finally(() => { - this.loaders.userEdit = false; - this.$rootScope.$broadcast('microsoft.office.license.user.edit'); - this.$scope.resetAction(); - }); - }; - } -} diff --git a/packages/manager/modules/office/src/dashboard/office/license/user/update/microsoft-office-license-user-update.html b/packages/manager/modules/office/src/dashboard/office/license/user/update/microsoft-office-license-user-update.html deleted file mode 100644 index ac81bd2379fd..000000000000 --- a/packages/manager/modules/office/src/dashboard/office/license/user/update/microsoft-office-license-user-update.html +++ /dev/null @@ -1,181 +0,0 @@ -
-
-
-
- - -
- -
- - - -
-
- -
- -
- - - -
-
- -
- -
-
- - - - -
-
- - - - - - - - -
-
-
-
-
- -
- - -
-

-
-
-
- -
-
- -
-
-
-
-
-
-
diff --git a/packages/manager/modules/office/src/dashboard/office/license/user/user.module.js b/packages/manager/modules/office/src/dashboard/office/license/user/user.module.js deleted file mode 100644 index 968acc0fc4dd..000000000000 --- a/packages/manager/modules/office/src/dashboard/office/license/user/user.module.js +++ /dev/null @@ -1,20 +0,0 @@ -import angular from 'angular'; -import 'angular-translate'; -import '@ovh-ux/ui-kit'; -import ngTranslateAsyncLoader from '@ovh-ux/ng-translate-async-loader'; -import ovhManagerAdvices from '@ovh-ux/manager-advices'; - -import routing from './user.routing'; - -const moduleName = 'ovhManagerOfficeLicenseUser'; - -angular - .module(moduleName, [ - ngTranslateAsyncLoader, - 'oui', - 'pascalprecht.translate', - ovhManagerAdvices, - ]) - .config(routing); - -export default moduleName; diff --git a/packages/manager/modules/office/src/dashboard/office/license/user/user.routing.js b/packages/manager/modules/office/src/dashboard/office/license/user/user.routing.js deleted file mode 100644 index e5c308977ae0..000000000000 --- a/packages/manager/modules/office/src/dashboard/office/license/user/user.routing.js +++ /dev/null @@ -1,13 +0,0 @@ -import template from './USER.html'; - -export default /* @ngInject */ ($stateProvider) => { - $stateProvider.state('office.product.user', { - url: '', - template, - controller: 'MicrosoftOfficeLicenseUsersCtrl', - controllerAs: 'usersCtrl', - resolve: { - breadcrumb: () => null, - }, - }); -}; diff --git a/packages/manager/modules/office/src/dashboard/translations/Messages_de_DE.json b/packages/manager/modules/office/src/dashboard/translations/Messages_de_DE.json deleted file mode 100644 index 4b73b2aff310..000000000000 --- a/packages/manager/modules/office/src/dashboard/translations/Messages_de_DE.json +++ /dev/null @@ -1,116 +0,0 @@ -{ - "microsoft_office_license_office-business-pp": "Office Business", - "microsoft_office_license_office-proplus-pp": "Office Pro Plus", - "microsoft_office_license_officeBusiness": "Office Business", - "microsoft_office_license_officeProPlus": "Office Pro Plus", - "microsoft_office_license_detail_firstname": "Vorname", - "microsoft_office_license_detail_lastname": "Name", - "microsoft_office_license_detail_zipcode": "Postleitzahl", - "microsoft_office_license_detail_city": "Stadt", - "microsoft_office_license_detail_address": "Adresse", - "microsoft_office_license_detail_phone": "Telefon", - "microsoft_office_license_detail_status": "Status", - "microsoft_office_license_detail_displayName": "Anzeigename", - "microsoft_office_license_generals_informations_title": "Allgemeine Informationen", - "microsoft_office_license_generals_informations_domain_title": "Domainnamen", - "microsoft_office_license_edit": "Die Lizenzgruppe bearbeiten", - "microsoftOfficeLicense_tab_STATE": "Allgemeine", - "microsoftOfficeLicense_tab_USER": "Lizenzen", - "microsoftOfficeLicense_tab_CONSUMPTION": "Verbrauch", - "microsoft_office_license_officeBusiness_serie_name": "Office Business Lizenzen", - "microsoft_office_license_officeProPlus_serie_name": "Office Pro Plus Lizenzen", - "microsoft_office_license_usage_stats": "Verbrauch des Monats", - "microsoft_office_license_peakcount": "Tägliches Lizenzierungsmaximum", - "microsoft_office_license_detail_user_firstname": "Vorname", - "microsoft_office_license_detail_user_lastname": "Name", - "microsoft_office_license_detail_user_status": "Status", - "microsoft_office_license_detail_user_error": "Es ist ein Fehler aufgetreten:", - "microsoft_office_license_detail_user_activationEmail": "Aktivierungs-E-Mail", - "microsoft_office_license_detail_user_licenses": "Lizenzen", - "microsoft_office_license_detail_user_refresh": "Daten neu laden", - "microsoft_office_license_detail_user_no_users": "Kein Nutzer vorhanden", - "microsoft_office_license_detail_user_delete_error": "Beim Löschen des Benutzers ist ein Fehler aufgetreten", - "microsoft_office_license_detail_user_delete_success": "Benutzer wird gelöscht", - "microsoft_office_license_detail_user_delete_confirm": "Sind Sie sicher, dass Sie den Benutzer {{t0}} löschen möchten?", - "microsoft_office_license_detail_user_delete_title": "Löschen eines Benutzers", - "microsoft_office_license_detail_user_delete_info1": "Nach der Bestätigung wird der Benutzer gelöscht", - "microsoft_office_license_detail_user_delete_info2": "Da die Abrechnung unserer Office 365 Produkte auf dem Verbrauch des Vormonats basiert, erhalten Sie eine letzte Rechnung für diesen Account", - "microsoft_office_license_detail_user_not_configure": "Nicht konfiguriert", - "microsoft_office_license_user_add": "Nutzer hinzufügen", - "microsoft_office_license_user_order": "Weitere Lizenzen bestellen", - "microsoft_office_license_detail_state_domainName": "Domainname", - "microsoft_office_license_detail_state_txtEntry": "TXT-Eintrag", - "microsoft_office_license_detail_state_status": "Status", - "microsoft_office_license_user_status_creating": "Wird erstellt", - "microsoft_office_license_user_status_updating": "Update", - "microsoft_office_license_user_status_deleting": "Wird gelöscht", - "microsoft_office_license_user_status_ok": "Erstellt", - "microsoft_office_license_user_status_error": "Fehler", - "microsoft_office_license_user_change_password": "Passwort ändern", - "microsoft_office_license_user_update": "Account bearbeiten", - "microsoft_office_license_user_delete": "Account löschen", - "microsoft_office_license_user_edit_password": "Passwort ändern", - "microsoft_office_license_user_edit_password_info": "Passwort:", - "microsoft_office_license_user_edit_password_confirm": "Bestätigung:", - "microsoft_office_license_user_edit_password_email_field": "E-Mail-Adresse:", - "microsoft_office_license_user_edit_password_heading": "Sie sind im Begriff, das Passwort Ihres Accounts zu ändern

Möchten Sie fortfahren?

", - "microsoft_office_license_user_edit_password_conditions": "Bitte beachten Sie, dass das Passwort nach folgenden Regeln vergeben werden muss:
  • Mindestens 8 Zeichen
  • Maximal 16 Zeichen
  • Mindestens 1 Kleinbuchstabe, 1 Großbuchstabe, 1 Ziffer oder 1 Sonderzeichen
", - "microsoft_office_license_user_edit_password_empty": "Wenn Sie kein Passwort angeben, wird dieses zufällig erstellt und per E-Mail versandt", - "microsoft_office_license_user_edit_password_error": "Ungültiges Passwort", - "microsoft_office_license_user_edit_confirm_error": "Die Passwörter müssen identisch sein", - "microsoft_office_license_user_edit_password_email": "Die E-Mail bearbeiten", - "microsoft_office_license_user_edit_password_email_details": "Standardmäßig wird das Passwort versandt an:", - "microsoft_office_license_user_edit_password_email_notify": "Wenn Sie kein Passwort angeben, wird dieses zufällig erstellt und an die angegebene Adresse versandt", - "microsoft_office_license_user_edit_password_email_details_change": "Sie können den Empfänger oben anpassen.", - "microsoft_office_license_get_error": "Beim Abruf der Informationen ist ein Fehler aufgetreten.", - "microsoft_office_license_edit_password_success": "Ihre Passwortänderung wurde erfolgreich durchgeführt.", - "microsoft_office_license_edit_password_error": "Bei der Änderung des Passworts ist ein Fehler aufgetreten.", - "microsoft_office_license_user_edit_password_nic_admin": "E-Mail-Adresse des Admin-Kontakts", - "microsoft_office_license_user_edit_password_default_email": "Standard-E-Mail verwenden", - "microsoft_office_license_detail_user_add_success": "Benutzer wird hinzugefügt", - "microsoft_office_license_add_user_price_warning": "Es wird jeweils die Anzahl der im laufenden Monat aktiven Lizenzen in Rechnung gestellt.", - "microsoft_office_license_add_user_domain_label": "Office Domain", - "microsoft_office_license_add_user_firstName_label": "Vorname", - "microsoft_office_license_add_user_lastName_label": "Name", - "microsoft_office_license_add_user_license_label": "Verbrauchte Lizenz", - "microsoft_office_license_add_user_login_label": "Login", - "microsoft_office_license_add_user_required": "Pflichtangabe", - "microsoft_office_license_add_user_confirm": "Folgender Benutzer wird hinzugefügt", - "microsoft_office_license_add_user_license_none": "Wählen Sie eine Lizenz aus", - "microsoft_office_license_detail_user_add_error": "Beim Hinzufügen des Nutzers ist ein Fehler aufgetreten", - "microsoft_office_license_add_user_login_conditions": "Ihr Login muss zwischen 3 und maximal 20 Zeichen enthalten. Er kann Ziffern, Buchstaben und folgende Zeichen enthalten: - _ # $ % & ^", - "microsoft_office_license_add_user_login_condition_exception": "Er kann auch Punkte enthalten, sofern ihnen ein zulässiges Zeichen vorangeht und ihnen kein weiterer Punkt folgt.", - "microsoft_office_license_add_user_login_invalid_pattern": "Der Benutzername enthält ungültige Zeichen", - "microsoft_office_license_add_user_login_minlength": "Der Benutzername muss mindestens {{t0}} Zeichen enthalten", - "microsoft_office_license_add_user_login_maxlength": "Der Benutzername darf höchstens {{t0}} Zeichen enthalten", - "microsoft_office_license_add_user_field_required": "Die mit {{t0}} markierten Felder sind Pflichtfelder.", - "microsoft_office_license_add_user_license_price_error": "Preis konnte nicht abgerufen werden", - "microsoft_office_license_add_user_price_per_user": "Preispro Benutzer", - "microsoft_office_license_add_user_price": "{{t0}} / Monat (zzgl. MwSt.)", - "microsoft_office_license_order_user_price_warning": "Wenn Sie bestätigen, werden Sie zum Bestellschein weitergeleitet. Wenn die Zahlung abgeschlossen ist, kehren Sie hierher zurück, um Ihre neuen Benutzer zu konfigurieren.", - "microsoft_office_license_order_user_license_label": "Lizenz-Typ", - "microsoft_office_license_order_user_number_label": "Anzahl der Lizenzen", - "microsoft_office_license_order_user_license_none": "Wählen Sie einen Typ aus", - "microsoft_office_license_usage_period_label": "Zeitraum:", - "microsoft_office_license_usage_period_current": "Laufender Monat", - "microsoft_office_license_usage_period_last": "Im letzten Monat", - "microsoft_office_license_usage_period_last3": "In den letzten 3 Monaten", - "microsoft_office_license_usage_period_last12": "Die letzten 12 Monate", - "microsoft_office_license_usage_error": "Beim Abruf der Daten ist ein Fehler aufgetreten", - "microsoft_office_license_empty_usage": "Es sind keine Verbrauchsdaten verfügbar", - "microsoft_office_license_group_name": "Lizenzgruppe", - "microsoft_office_license_edit_save": "Speichern", - "microsoft_office_license_edit_success": "Lizenzgruppe erfolgreich geändert", - "microsoft_office_license_edit_error": "Fehler bei der Änderung der Lizenzgruppe", - "license_office_users_download_text": "Die Installationsprogramme für PC und MAC sind auf der Microsoft Office Website verfügbar.", - "license_office_users_download_info": "Für Smartphones und Tablets begeben Sie sich direkt in Ihren App Store.", - "license_office_users_download_id": "Die Zugangsdaten für Verbindung und Installation werden Ihnen per E-Mail zugesandt, sobald Sie eine neue Lizenz hinzufügen.", - "license_office_guide": "Benötigen Sie Hilfe mit Ihren Office-365-Lizenzen?", - "license_office_guide_help": "Lesen Sie unsere Online-Anleitungen.", - "microsoft_office_license_user_edit": "Benutzer bearbeiten", - "microsoft_office_license_edit_user_confirm": "Folgender Benutzer wird geändert:", - "microsoft_office_license_detail_user_edit_success": "Die Änderungen für den Benutzer wurden durchgeführt.", - "microsoft_office_license_detail_user_edit_error": "Bei der Bearbeitung des Benutzers ist ein Fehler aufgetreten.", - "microsoft_office_license_microsoft-365-apps-for-business-pp-nce": "Microsoft Office 365 Apps for Business", - "microsoft_office_license_microsoft-365-apps-for-enterprise-pp-nce": "Microsoft Office 365 Apps for Enterprise" -} diff --git a/packages/manager/modules/office/src/dashboard/translations/Messages_en_GB.json b/packages/manager/modules/office/src/dashboard/translations/Messages_en_GB.json deleted file mode 100644 index a42ce6799662..000000000000 --- a/packages/manager/modules/office/src/dashboard/translations/Messages_en_GB.json +++ /dev/null @@ -1,116 +0,0 @@ -{ - "microsoft_office_license_office-business-pp": "Office Business", - "microsoft_office_license_office-proplus-pp": "Office ProPlus", - "microsoft_office_license_officeBusiness": "Office Business", - "microsoft_office_license_officeProPlus": "Office ProPlus", - "microsoft_office_license_detail_firstname": "First name", - "microsoft_office_license_detail_lastname": "Name", - "microsoft_office_license_detail_zipcode": "Postcode", - "microsoft_office_license_detail_city": "City", - "microsoft_office_license_detail_address": "Address", - "microsoft_office_license_detail_phone": "Phone", - "microsoft_office_license_detail_status": "Status", - "microsoft_office_license_detail_displayName": "Display name", - "microsoft_office_license_generals_informations_title": "General information", - "microsoft_office_license_generals_informations_domain_title": "Domain names", - "microsoft_office_license_edit": "Edit the licence group", - "microsoftOfficeLicense_tab_STATE": "General information", - "microsoftOfficeLicense_tab_USER": "Licences", - "microsoftOfficeLicense_tab_CONSUMPTION": "Usage", - "microsoft_office_license_officeBusiness_serie_name": "Office Business licences", - "microsoft_office_license_officeProPlus_serie_name": "Office ProPlus licences ", - "microsoft_office_license_usage_stats": "Monthly usage ", - "microsoft_office_license_peakcount": "Daily licence allowance", - "microsoft_office_license_detail_user_firstname": "First name", - "microsoft_office_license_detail_user_lastname": "Name", - "microsoft_office_license_detail_user_status": "Status", - "microsoft_office_license_detail_user_error": "An error has occurred:", - "microsoft_office_license_detail_user_activationEmail": "Activation email", - "microsoft_office_license_detail_user_licenses": "Licences", - "microsoft_office_license_detail_user_refresh": "Reload data", - "microsoft_office_license_detail_user_no_users": "No user", - "microsoft_office_license_detail_user_delete_error": "An error has occurred deleting the {0} user", - "microsoft_office_license_detail_user_delete_success": "Deleting user", - "microsoft_office_license_detail_user_delete_confirm": "Are you sure you want do delete the following user: {{t0}}?", - "microsoft_office_license_detail_user_delete_title": "Delete user", - "microsoft_office_license_detail_user_delete_info1": "The user will be deleted automatically after confirmation", - "microsoft_office_license_detail_user_delete_info2": "As our Office 365 products are billed at the end of the month. For services used during the previous month, you will receive one last invoice for this account ", - "microsoft_office_license_detail_user_not_configure": "Not configured", - "microsoft_office_license_user_add": "Add user", - "microsoft_office_license_user_order": "Order more licences", - "microsoft_office_license_detail_state_domainName": "Domain name", - "microsoft_office_license_detail_state_txtEntry": "TXT record", - "microsoft_office_license_detail_state_status": "Status", - "microsoft_office_license_user_status_creating": "Creating", - "microsoft_office_license_user_status_updating": "Update", - "microsoft_office_license_user_status_deleting": "Deleting", - "microsoft_office_license_user_status_ok": "Created", - "microsoft_office_license_user_status_error": "Error", - "microsoft_office_license_user_change_password": "Change password", - "microsoft_office_license_user_update": "Edit the account ", - "microsoft_office_license_user_delete": "Delete account", - "microsoft_office_license_user_edit_password": "Modify password", - "microsoft_office_license_user_edit_password_info": "Password:", - "microsoft_office_license_user_edit_password_confirm": "Confirmation:", - "microsoft_office_license_user_edit_password_email_field": "Email address:", - "microsoft_office_license_user_edit_password_heading": "You are about to modify your account password.

Do you wish to continue?

", - "microsoft_office_license_user_edit_password_conditions": "Warning - the password must meet the following requirements:
  • Minimum of 8 characters
  • Maximum of 16 characters
  • At least 1 lowercase letter, 1 uppercase letter, 1 number or 1 special character
", - "microsoft_office_license_user_edit_password_empty": "If you don't enter a password, one will be randomly generated and sent by email.", - "microsoft_office_license_user_edit_password_error": "Invalid password", - "microsoft_office_license_user_edit_confirm_error": "The passwords must be identical", - "microsoft_office_license_user_edit_password_email": "Edit email ", - "microsoft_office_license_user_edit_password_email_details": "By default, the password will be sent to:", - "microsoft_office_license_user_edit_password_email_notify": "If you do not enter a password, one will be randomly generated for you, and sent via email to the specified address ", - "microsoft_office_license_user_edit_password_email_details_change": "You can customise this recipient above.", - "microsoft_office_license_get_error": "An error has occurred retrieving the information.", - "microsoft_office_license_edit_password_success": "Your password modification has been processed.", - "microsoft_office_license_edit_password_error": "An error has occurred changing the password.", - "microsoft_office_license_user_edit_password_nic_admin": "the email address for the admin contact", - "microsoft_office_license_user_edit_password_default_email": "Use email by default ", - "microsoft_office_license_detail_user_add_success": "User being added ", - "microsoft_office_license_add_user_price_warning": "You will be charged based on the number of licences activated in the current month. ", - "microsoft_office_license_add_user_domain_label": "Office Domain", - "microsoft_office_license_add_user_firstName_label": "First name", - "microsoft_office_license_add_user_lastName_label": "Name", - "microsoft_office_license_add_user_license_label": "Licence usage", - "microsoft_office_license_add_user_login_label": "Login", - "microsoft_office_license_add_user_required": "This field is mandatory", - "microsoft_office_license_add_user_confirm": "The following user will be added", - "microsoft_office_license_add_user_license_none": "Select a licence", - "microsoft_office_license_detail_user_add_error": "An error has occurred when adding a user", - "microsoft_office_license_add_user_login_conditions": "Your login must contain between 3 and 20 characters. It can include numbers, letters and the following characters: - _ ! # $ % & ' ^ ` { }", - "microsoft_office_license_add_user_login_condition_exception": "It can also contain full stops, if they come after an authorised character and are not followed by another full stop.", - "microsoft_office_license_add_user_login_invalid_pattern": "Username contains non-authorised characters", - "microsoft_office_license_add_user_login_minlength": "Username must contain at least {{t0}} characters", - "microsoft_office_license_add_user_login_maxlength": "Username must contain a maximum of {{t0}} characters", - "microsoft_office_license_add_user_field_required": "Fields marked with a {{t0}} are mandatory.", - "microsoft_office_license_add_user_license_price_error": "Unable to retrieve price", - "microsoft_office_license_add_user_price_per_user": "Priceper user", - "microsoft_office_license_add_user_price": "{{t0}} ex. VAT/month", - "microsoft_office_license_order_user_price_warning": "By confirming, you will be redirected to the purchase order. Once you have completed the payment, please return to this page to configure your new users.", - "microsoft_office_license_order_user_license_label": "Type of licence", - "microsoft_office_license_order_user_number_label": "Number of licences ", - "microsoft_office_license_order_user_license_none": "Select a type", - "microsoft_office_license_usage_period_label": "Period:", - "microsoft_office_license_usage_period_current": "The current month ", - "microsoft_office_license_usage_period_last": "The last month ", - "microsoft_office_license_usage_period_last3": "The last 3 months", - "microsoft_office_license_usage_period_last12": "The last 12 months", - "microsoft_office_license_usage_error": "An error has occurred retrieving the data", - "microsoft_office_license_empty_usage": "No usage data is available ", - "microsoft_office_license_group_name": "Licence Groups", - "microsoft_office_license_edit_save": "Save", - "microsoft_office_license_edit_success": "Licence group successfully changed ", - "microsoft_office_license_edit_error": "An error has occurred changing the licence group", - "license_office_users_download_text": "Installation programs for PC and MAC are available on the Microsoft Office website.", - "license_office_users_download_info": "For smartphones and tablets, go straight to the App Store.", - "license_office_users_download_id": "You will receive your connection and installation login details when you add a new licence.", - "license_office_guide": "Need help with Office 365?", - "license_office_guide_help": "Read our online guides.", - "microsoft_office_license_user_edit": "Edit a user ", - "microsoft_office_license_edit_user_confirm": "The following user will be modified: ", - "microsoft_office_license_detail_user_edit_success": "The user has been modified. ", - "microsoft_office_license_detail_user_edit_error": "An error has occurred modifying the user. ", - "microsoft_office_license_microsoft-365-apps-for-business-pp-nce": "Microsoft Office 365 Apps for Business", - "microsoft_office_license_microsoft-365-apps-for-enterprise-pp-nce": "Microsoft Office 365 Apps for Enterprise" -} diff --git a/packages/manager/modules/office/src/dashboard/translations/Messages_es_ES.json b/packages/manager/modules/office/src/dashboard/translations/Messages_es_ES.json deleted file mode 100644 index 3404a172322c..000000000000 --- a/packages/manager/modules/office/src/dashboard/translations/Messages_es_ES.json +++ /dev/null @@ -1,116 +0,0 @@ -{ - "microsoft_office_license_office-business-pp": "Office Business", - "microsoft_office_license_office-proplus-pp": "Office Pro Plus", - "microsoft_office_license_officeBusiness": "Office Business", - "microsoft_office_license_officeProPlus": "Office Pro Plus", - "microsoft_office_license_detail_firstname": "Nombre", - "microsoft_office_license_detail_lastname": "Nombre", - "microsoft_office_license_detail_zipcode": "Código postal", - "microsoft_office_license_detail_city": "Localidad", - "microsoft_office_license_detail_address": "Dirección", - "microsoft_office_license_detail_phone": "Teléfono", - "microsoft_office_license_detail_status": "Estado", - "microsoft_office_license_detail_displayName": "Nombre mostrado", - "microsoft_office_license_generals_informations_title": "Información general", - "microsoft_office_license_generals_informations_domain_title": "Dominios", - "microsoft_office_license_edit": "Editar el grupo de licencias", - "microsoftOfficeLicense_tab_STATE": "Generales", - "microsoftOfficeLicense_tab_USER": "Licencias", - "microsoftOfficeLicense_tab_CONSUMPTION": "Consumo", - "microsoft_office_license_officeBusiness_serie_name": "Licencias Office Business", - "microsoft_office_license_officeProPlus_serie_name": "Licencias Office Pro Plus", - "microsoft_office_license_usage_stats": "Consumo del mes", - "microsoft_office_license_peakcount": "Máximo diario de licencias", - "microsoft_office_license_detail_user_firstname": "Nombre", - "microsoft_office_license_detail_user_lastname": "Nombre", - "microsoft_office_license_detail_user_status": "Estado", - "microsoft_office_license_detail_user_error": "Se ha producido un error:", - "microsoft_office_license_detail_user_activationEmail": "Email de activación", - "microsoft_office_license_detail_user_licenses": "Licencias", - "microsoft_office_license_detail_user_refresh": "Recargar los datos", - "microsoft_office_license_detail_user_no_users": "No hay usuarios.", - "microsoft_office_license_detail_user_delete_error": "Se ha producido un error al eliminar el usuario.", - "microsoft_office_license_detail_user_delete_success": "Eliminando el usuario...", - "microsoft_office_license_detail_user_delete_confirm": "¿Seguro que quiere eliminar el usuario {{t0}} ?", - "microsoft_office_license_detail_user_delete_title": "Eliminación de un usuario", - "microsoft_office_license_detail_user_delete_info1": "El usuario se eliminará inmediatamente tras la confirmación.", - "microsoft_office_license_detail_user_delete_info2": "La facturación de nuestras soluciones Office 365 se basa en el consumo del mes anterior, por lo que recibirá una última factura por esta cuenta.", - "microsoft_office_license_detail_user_not_configure": "No configurado", - "microsoft_office_license_user_add": "Añadir un usuario", - "microsoft_office_license_user_order": "Contratar más licencias", - "microsoft_office_license_detail_state_domainName": "Nombre del dominio", - "microsoft_office_license_detail_state_txtEntry": "Entrada Txt", - "microsoft_office_license_detail_state_status": "Estado", - "microsoft_office_license_user_status_creating": "Creando", - "microsoft_office_license_user_status_updating": "Actualizada", - "microsoft_office_license_user_status_deleting": "Eliminando", - "microsoft_office_license_user_status_ok": "Creado", - "microsoft_office_license_user_status_error": "Error", - "microsoft_office_license_user_change_password": "Cambiar la contraseña", - "microsoft_office_license_user_update": "Editar la cuenta", - "microsoft_office_license_user_delete": "Eliminar la cuenta", - "microsoft_office_license_user_edit_password": "Cambiar la contraseña", - "microsoft_office_license_user_edit_password_info": "Contraseña:", - "microsoft_office_license_user_edit_password_confirm": "Repetir contraseña:", - "microsoft_office_license_user_edit_password_email_field": "Correo electrónico", - "microsoft_office_license_user_edit_password_heading": "Va a cambiar la contraseña de la cuenta.

¿Quiere continuar?

", - "microsoft_office_license_user_edit_password_conditions": "Atención: La contraseña debe cumplir los siguientes criterios:
  • Mínimo 8 caracteres
  • Máximo 16 caracteres
  • Al menos 1 letra minúscula, 1 mayúscula, 1 cifra o 1 carácter especial
", - "microsoft_office_license_user_edit_password_empty": "Si no introduce ninguna contraseña, esta se generará de forma aleatoria y se enviará por correo electrónico.", - "microsoft_office_license_user_edit_password_error": "Contraseña no válida", - "microsoft_office_license_user_edit_confirm_error": "Las contraseñas deben ser idénticas", - "microsoft_office_license_user_edit_password_email": "Editar el email", - "microsoft_office_license_user_edit_password_email_details": "La contraseña se enviará por defecto a:", - "microsoft_office_license_user_edit_password_email_notify": "Si no introduce ninguna contraseña, esta se generará de forma aleatoria y se enviará por correo electrónico a la dirección indicada.", - "microsoft_office_license_user_edit_password_email_details_change": "Puede personalizar el destinatario anterior.", - "microsoft_office_license_get_error": "Se ha producido un error al cargar la información.", - "microsoft_office_license_edit_password_success": "La contraseña se ha cambiado correctamente.", - "microsoft_office_license_edit_password_error": "Se ha producido un error al cambiar la contraseña.", - "microsoft_office_license_user_edit_password_nic_admin": "la dirección de correo electrónico del contacto administrador", - "microsoft_office_license_user_edit_password_default_email": "Utilizar el email por defecto", - "microsoft_office_license_detail_user_add_success": "Se está añadiendo el usuario.", - "microsoft_office_license_add_user_price_warning": "Se le facturará en función del número de licencias activadas en el mes en curso.", - "microsoft_office_license_add_user_domain_label": "Dominio Office", - "microsoft_office_license_add_user_firstName_label": "Nombre", - "microsoft_office_license_add_user_lastName_label": "Nombre", - "microsoft_office_license_add_user_license_label": "Licencia consumida", - "microsoft_office_license_add_user_login_label": "Usuario", - "microsoft_office_license_add_user_required": "Este campo es obligatorio.", - "microsoft_office_license_add_user_confirm": "Se va a añadir el siguiente usuario", - "microsoft_office_license_add_user_license_none": "Seleccione una licencia", - "microsoft_office_license_detail_user_add_error": "Se ha producido un error al añadir el usuario.", - "microsoft_office_license_add_user_login_conditions": "Su usuario debe contener entre 3 y 20 caracteres. Puede incluir cifras, letras y los siguientes caracteres: - _ # $ % & ' ^ y { }", - "microsoft_office_license_add_user_login_condition_exception": "También puede contener puntos, siempre que vayan precedidos por un carácter autorizado y no vayan seguidos de otro punto.", - "microsoft_office_license_add_user_login_invalid_pattern": "El nombre de usuario contiene caracteres no autorizados.", - "microsoft_office_license_add_user_login_minlength": "El nombre de usuario debe contener al menos {{t0}} caracteres.", - "microsoft_office_license_add_user_login_maxlength": "El nombre de usuario no debe contener más de {{t0}} caracteres.", - "microsoft_office_license_add_user_field_required": "Los campos marcados con un {{t0}} son obligatorios.", - "microsoft_office_license_add_user_license_price_error": "No se ha podido cargar el precio.", - "microsoft_office_license_add_user_price_per_user": "Preciopor usuario", - "microsoft_office_license_add_user_price": "{{t0}}/mes + IVA", - "microsoft_office_license_order_user_price_warning": "Al validar, será redirigido a la orden de pedido. Una vez realizado el pago, vuelva a esta página para configurar los nuevos usuarios.", - "microsoft_office_license_order_user_license_label": "Tipo de licencia", - "microsoft_office_license_order_user_number_label": "Número de licencias", - "microsoft_office_license_order_user_license_none": "Seleccione un tipo", - "microsoft_office_license_usage_period_label": "Período", - "microsoft_office_license_usage_period_current": "El mes en curso", - "microsoft_office_license_usage_period_last": "El mes pasado", - "microsoft_office_license_usage_period_last3": "Los últimos 3 meses", - "microsoft_office_license_usage_period_last12": "Los últimos 12 meses", - "microsoft_office_license_usage_error": "Se ha producido un error al cargar los datos.", - "microsoft_office_license_empty_usage": "No hay datos de consumo disponibles.", - "microsoft_office_license_group_name": "Grupo de licencias", - "microsoft_office_license_edit_save": "Guardar", - "microsoft_office_license_edit_success": "El grupo de licencias se ha modificado correctamente.", - "microsoft_office_license_edit_error": "Se ha producido un error al modificar el grupo de licencias.", - "license_office_users_download_text": "Los programas de instalación para PC y Mac están disponibles en el sitio de microsoft Office.", - "license_office_users_download_info": "Para smartphones y tablets, acceda directamente a su tienda de aplicaciones.", - "license_office_users_download_id": "Las claves de conexión e instalación se envían por correo electrónico al añadir una nueva licencia.", - "license_office_guide": "¿Necesita ayuda con sus licencias Office 365?", - "license_office_guide_help": "Consulte nuestras guías online.", - "microsoft_office_license_user_edit": "Editar un usuario", - "microsoft_office_license_edit_user_confirm": "Se va a modificar el siguiente usuario:", - "microsoft_office_license_detail_user_edit_success": "Se han aplicado los cambios en el usuario.", - "microsoft_office_license_detail_user_edit_error": "Se ha producido un error al editar el usuario.", - "microsoft_office_license_microsoft-365-apps-for-business-pp-nce": "Microsoft Office 365 Apps for Business", - "microsoft_office_license_microsoft-365-apps-for-enterprise-pp-nce": "Microsoft Office 365 Apps for Enterprise" -} diff --git a/packages/manager/modules/office/src/dashboard/translations/Messages_fr_CA.json b/packages/manager/modules/office/src/dashboard/translations/Messages_fr_CA.json deleted file mode 100644 index 1282004280cd..000000000000 --- a/packages/manager/modules/office/src/dashboard/translations/Messages_fr_CA.json +++ /dev/null @@ -1,116 +0,0 @@ -{ - "microsoft_office_license_office-business-pp": "Office Business", - "microsoft_office_license_office-proplus-pp": "Office Pro Plus", - "microsoft_office_license_officeBusiness": "Office Business", - "microsoft_office_license_officeProPlus": "Office Pro Plus", - "microsoft_office_license_microsoft-365-apps-for-business-pp-nce": "Microsoft Office 365 Apps for Business", - "microsoft_office_license_microsoft-365-apps-for-enterprise-pp-nce": "Microsoft Office 365 Apps for Enterprise", - "microsoft_office_license_detail_firstname": "Prénom", - "microsoft_office_license_detail_lastname": "Nom", - "microsoft_office_license_detail_zipcode": "Code Postal", - "microsoft_office_license_detail_city": "Ville", - "microsoft_office_license_detail_address": "Adresse", - "microsoft_office_license_detail_phone": "Téléphone", - "microsoft_office_license_detail_status": "Statut", - "microsoft_office_license_detail_displayName": "Nom d'affichage", - "microsoft_office_license_generals_informations_title": "Informations générales", - "microsoft_office_license_generals_informations_domain_title": "Noms de domaine", - "microsoft_office_license_edit": "Éditer le groupe de licence", - "microsoftOfficeLicense_tab_STATE": "Générales", - "microsoftOfficeLicense_tab_USER": "Licences", - "microsoftOfficeLicense_tab_CONSUMPTION": "Consommation", - "microsoft_office_license_officeBusiness_serie_name": "Licences Office Business", - "microsoft_office_license_officeProPlus_serie_name": "Licences Office Pro Plus", - "microsoft_office_license_usage_stats": "Consommation du mois", - "microsoft_office_license_peakcount": "Maximum quotidien de licences", - "microsoft_office_license_detail_user_firstname": "Prénom", - "microsoft_office_license_detail_user_lastname": "Nom", - "microsoft_office_license_detail_user_status": "Statut", - "microsoft_office_license_detail_user_error": "Une erreur est survenue :", - "microsoft_office_license_detail_user_activationEmail": "Email d'activation", - "microsoft_office_license_detail_user_licenses": "Licences", - "microsoft_office_license_detail_user_refresh": "Recharger les données", - "microsoft_office_license_detail_user_no_users": "Aucun utilisateur", - "microsoft_office_license_detail_user_delete_error": "Une erreur est survenue lors de la suppression de l'utilisateur", - "microsoft_office_license_detail_user_delete_success": "Utilisateur en cours de suppression", - "microsoft_office_license_detail_user_delete_confirm": "Êtes-vous sur de vouloir supprimer l'utilisateur {{t0}} ?", - "microsoft_office_license_detail_user_delete_title": "Suppression d'un utilisateur", - "microsoft_office_license_detail_user_delete_info1": "L'utilisateur sera supprimé immédiatement après confirmation", - "microsoft_office_license_detail_user_delete_info2": "La facturation de nos produits Office 365 étant basée sur la consommation du mois précédent, vous recevrez une dernière facture pour ce compte", - "microsoft_office_license_detail_user_not_configure": "Non configuré", - "microsoft_office_license_user_add": "Ajouter un utilisateur", - "microsoft_office_license_user_order": "Commander plus de licences", - "microsoft_office_license_detail_state_domainName": "Nom du domain", - "microsoft_office_license_detail_state_txtEntry": "Entré txt", - "microsoft_office_license_detail_state_status": "Statut", - "microsoft_office_license_user_status_creating": "En création", - "microsoft_office_license_user_status_updating": "Mise à jour", - "microsoft_office_license_user_status_deleting": "En suppression", - "microsoft_office_license_user_status_ok": "Créé", - "microsoft_office_license_user_status_error": "Erreur", - "microsoft_office_license_user_change_password": "Changer le mot de passe", - "microsoft_office_license_user_update": "Editer le compte", - "microsoft_office_license_user_delete": "Supprimer le compte", - "microsoft_office_license_user_edit_password": "Modifier le mot de passe", - "microsoft_office_license_user_edit_password_info": "Mot de passe :", - "microsoft_office_license_user_edit_password_confirm": "Confirmation :", - "microsoft_office_license_user_edit_password_email_field": "Email :", - "microsoft_office_license_user_edit_password_heading": "Vous êtes sur le point de modifier le mot de passe de votre compte

Voulez-vous continuez ?

", - "microsoft_office_license_user_edit_password_conditions": "Attention, le mot de passe doit respecter les conditions suivantes :
  • Minimum 8 caractères
  • Maximum 16 caractères
  • Au moins 1 lettre minuscule, 1 lettre majuscule, 1 chiffre ou 1 caractère spécial
", - "microsoft_office_license_user_edit_password_empty": "Si vous ne renseignez pas de mot de passe celui-ci sera généré aléatoirement et envoyé par email", - "microsoft_office_license_user_edit_password_error": "Mot de passe invalide", - "microsoft_office_license_user_edit_confirm_error": "Les mots de passes doivent être identiques", - "microsoft_office_license_user_edit_password_email": "Editer l'email", - "microsoft_office_license_user_edit_password_email_details": "Par défaut le mot de passe sera envoyé sur :", - "microsoft_office_license_user_edit_password_email_notify": "Si vous ne renseignez pas de mot de passe, celui-ci sera généré aléatoirement et envoyé par email à l'adresse précisée", - "microsoft_office_license_user_edit_password_email_details_change": "Vous pouvez personnaliser ce destinataire ci-dessus.", - "microsoft_office_license_get_error": "Une erreur s'est produite lors de la récupération des informations.", - "microsoft_office_license_edit_password_success": "Votre changement de mot de passe a bien été pris en compte.", - "microsoft_office_license_edit_password_error": "Une erreur est survenue lors du changement de mot de passe.", - "microsoft_office_license_user_edit_password_nic_admin": "l'adresse email du contact admin", - "microsoft_office_license_user_edit_password_default_email": "Utiliser l'email par default", - "microsoft_office_license_detail_user_add_success": "Utilisateur en cours d'ajout", - "microsoft_office_license_add_user_price_warning": "Vous serez facturé sur le nombre de licences activées dans le mois en cours.", - "microsoft_office_license_add_user_domain_label": "Domain Office", - "microsoft_office_license_add_user_firstName_label": "Prénom", - "microsoft_office_license_add_user_lastName_label": "Nom", - "microsoft_office_license_add_user_license_label": "Licence consommée", - "microsoft_office_license_add_user_login_label": "Login", - "microsoft_office_license_add_user_required": "Ce champs est obligatoire", - "microsoft_office_license_add_user_confirm": "L'utilisateur suivant sera ajouté", - "microsoft_office_license_add_user_license_none": "Sélectionnez une licence", - "microsoft_office_license_detail_user_add_error": "Une erreur est survenue lors de l'ajout de l'utilisateur", - "microsoft_office_license_add_user_login_conditions": "Votre login doit contenir entre 3 et 20 caractères maximum. Il peut inclure des chiffres, des lettres et les caractères suivants : - _ ! # $ % & ' ^ ` { }", - "microsoft_office_license_add_user_login_condition_exception": "Il peut également contenir des points, à condition qu’ils soient précédés d'un caractère autorisé et qu'ils ne soient pas suivis d’un autre point.", - "microsoft_office_license_add_user_login_invalid_pattern": "Le nom d'utilisateur contient des caractères non autorisés", - "microsoft_office_license_add_user_login_minlength": "Le nom d'utilisateur doit contenir au minimum {{t0}} caractères", - "microsoft_office_license_add_user_login_maxlength": "Le nom d'utilisateur est limité à {{t0}} caractères maximum", - "microsoft_office_license_add_user_field_required": "Les champs marqués d'une {{t0}} sont obligatoires.", - "microsoft_office_license_add_user_license_price_error": "Impossible de récupérer le prix", - "microsoft_office_license_add_user_price_per_user": "Prix ​​par utilisateur", - "microsoft_office_license_add_user_price": "{{t0}} HT / mois", - "microsoft_office_license_order_user_price_warning": "En validant, vous serez redirigé vers le bon de commande. Revenez ici une fois le payement effectué pour configurer vos nouveaux utilisateurs.", - "microsoft_office_license_order_user_license_label": "Type de licence", - "microsoft_office_license_order_user_number_label": "Nombre de licences", - "microsoft_office_license_order_user_license_none": "Sélectionnez un type", - "microsoft_office_license_usage_period_label": "Période :", - "microsoft_office_license_usage_period_current": "Le mois en cours", - "microsoft_office_license_usage_period_last": "Le mois dernier", - "microsoft_office_license_usage_period_last3": "Les 3 derniers mois", - "microsoft_office_license_usage_period_last12": "Les 12 derniers mois", - "microsoft_office_license_usage_error": "Une erreur est survenue lors de la récupération des données", - "microsoft_office_license_empty_usage": "Aucune donnée de consommation n'est disponible", - "microsoft_office_license_group_name": "Groupe de licences", - "microsoft_office_license_edit_save": "Enregistrer", - "microsoft_office_license_edit_success": "Groupe de licences modifié avec succès", - "microsoft_office_license_edit_error": "Erreur lors de la modification du groupe de licences", - "license_office_users_download_text": "Les programmes d'installation pour PC et MAC sont disponibles sur le site de microsoft Office.", - "license_office_users_download_info": "Pour smartphones et tablettes, rendez-vous directement dans votre App Store.", - "license_office_users_download_id": "Les identifiants de connexion et d'installation vous sont transmis par email lorsque vous ajoutez une nouvelle licence.", - "license_office_guide": "Besoin d'aide pour vos licences office 365 ?", - "license_office_guide_help": "Consultez nos guides en ligne.", - "microsoft_office_license_user_edit": "Editer un utilisateur", - "microsoft_office_license_edit_user_confirm": "L'utilisateur suivant sera modifié :", - "microsoft_office_license_detail_user_edit_success": "Les modifications sur l'utilisateur ont été appliquées.", - "microsoft_office_license_detail_user_edit_error": "Une erreur est survenue lors de l'édition de l'utilisateur." -} diff --git a/packages/manager/modules/office/src/dashboard/translations/Messages_fr_FR.json b/packages/manager/modules/office/src/dashboard/translations/Messages_fr_FR.json deleted file mode 100644 index 1282004280cd..000000000000 --- a/packages/manager/modules/office/src/dashboard/translations/Messages_fr_FR.json +++ /dev/null @@ -1,116 +0,0 @@ -{ - "microsoft_office_license_office-business-pp": "Office Business", - "microsoft_office_license_office-proplus-pp": "Office Pro Plus", - "microsoft_office_license_officeBusiness": "Office Business", - "microsoft_office_license_officeProPlus": "Office Pro Plus", - "microsoft_office_license_microsoft-365-apps-for-business-pp-nce": "Microsoft Office 365 Apps for Business", - "microsoft_office_license_microsoft-365-apps-for-enterprise-pp-nce": "Microsoft Office 365 Apps for Enterprise", - "microsoft_office_license_detail_firstname": "Prénom", - "microsoft_office_license_detail_lastname": "Nom", - "microsoft_office_license_detail_zipcode": "Code Postal", - "microsoft_office_license_detail_city": "Ville", - "microsoft_office_license_detail_address": "Adresse", - "microsoft_office_license_detail_phone": "Téléphone", - "microsoft_office_license_detail_status": "Statut", - "microsoft_office_license_detail_displayName": "Nom d'affichage", - "microsoft_office_license_generals_informations_title": "Informations générales", - "microsoft_office_license_generals_informations_domain_title": "Noms de domaine", - "microsoft_office_license_edit": "Éditer le groupe de licence", - "microsoftOfficeLicense_tab_STATE": "Générales", - "microsoftOfficeLicense_tab_USER": "Licences", - "microsoftOfficeLicense_tab_CONSUMPTION": "Consommation", - "microsoft_office_license_officeBusiness_serie_name": "Licences Office Business", - "microsoft_office_license_officeProPlus_serie_name": "Licences Office Pro Plus", - "microsoft_office_license_usage_stats": "Consommation du mois", - "microsoft_office_license_peakcount": "Maximum quotidien de licences", - "microsoft_office_license_detail_user_firstname": "Prénom", - "microsoft_office_license_detail_user_lastname": "Nom", - "microsoft_office_license_detail_user_status": "Statut", - "microsoft_office_license_detail_user_error": "Une erreur est survenue :", - "microsoft_office_license_detail_user_activationEmail": "Email d'activation", - "microsoft_office_license_detail_user_licenses": "Licences", - "microsoft_office_license_detail_user_refresh": "Recharger les données", - "microsoft_office_license_detail_user_no_users": "Aucun utilisateur", - "microsoft_office_license_detail_user_delete_error": "Une erreur est survenue lors de la suppression de l'utilisateur", - "microsoft_office_license_detail_user_delete_success": "Utilisateur en cours de suppression", - "microsoft_office_license_detail_user_delete_confirm": "Êtes-vous sur de vouloir supprimer l'utilisateur {{t0}} ?", - "microsoft_office_license_detail_user_delete_title": "Suppression d'un utilisateur", - "microsoft_office_license_detail_user_delete_info1": "L'utilisateur sera supprimé immédiatement après confirmation", - "microsoft_office_license_detail_user_delete_info2": "La facturation de nos produits Office 365 étant basée sur la consommation du mois précédent, vous recevrez une dernière facture pour ce compte", - "microsoft_office_license_detail_user_not_configure": "Non configuré", - "microsoft_office_license_user_add": "Ajouter un utilisateur", - "microsoft_office_license_user_order": "Commander plus de licences", - "microsoft_office_license_detail_state_domainName": "Nom du domain", - "microsoft_office_license_detail_state_txtEntry": "Entré txt", - "microsoft_office_license_detail_state_status": "Statut", - "microsoft_office_license_user_status_creating": "En création", - "microsoft_office_license_user_status_updating": "Mise à jour", - "microsoft_office_license_user_status_deleting": "En suppression", - "microsoft_office_license_user_status_ok": "Créé", - "microsoft_office_license_user_status_error": "Erreur", - "microsoft_office_license_user_change_password": "Changer le mot de passe", - "microsoft_office_license_user_update": "Editer le compte", - "microsoft_office_license_user_delete": "Supprimer le compte", - "microsoft_office_license_user_edit_password": "Modifier le mot de passe", - "microsoft_office_license_user_edit_password_info": "Mot de passe :", - "microsoft_office_license_user_edit_password_confirm": "Confirmation :", - "microsoft_office_license_user_edit_password_email_field": "Email :", - "microsoft_office_license_user_edit_password_heading": "Vous êtes sur le point de modifier le mot de passe de votre compte

Voulez-vous continuez ?

", - "microsoft_office_license_user_edit_password_conditions": "Attention, le mot de passe doit respecter les conditions suivantes :
  • Minimum 8 caractères
  • Maximum 16 caractères
  • Au moins 1 lettre minuscule, 1 lettre majuscule, 1 chiffre ou 1 caractère spécial
", - "microsoft_office_license_user_edit_password_empty": "Si vous ne renseignez pas de mot de passe celui-ci sera généré aléatoirement et envoyé par email", - "microsoft_office_license_user_edit_password_error": "Mot de passe invalide", - "microsoft_office_license_user_edit_confirm_error": "Les mots de passes doivent être identiques", - "microsoft_office_license_user_edit_password_email": "Editer l'email", - "microsoft_office_license_user_edit_password_email_details": "Par défaut le mot de passe sera envoyé sur :", - "microsoft_office_license_user_edit_password_email_notify": "Si vous ne renseignez pas de mot de passe, celui-ci sera généré aléatoirement et envoyé par email à l'adresse précisée", - "microsoft_office_license_user_edit_password_email_details_change": "Vous pouvez personnaliser ce destinataire ci-dessus.", - "microsoft_office_license_get_error": "Une erreur s'est produite lors de la récupération des informations.", - "microsoft_office_license_edit_password_success": "Votre changement de mot de passe a bien été pris en compte.", - "microsoft_office_license_edit_password_error": "Une erreur est survenue lors du changement de mot de passe.", - "microsoft_office_license_user_edit_password_nic_admin": "l'adresse email du contact admin", - "microsoft_office_license_user_edit_password_default_email": "Utiliser l'email par default", - "microsoft_office_license_detail_user_add_success": "Utilisateur en cours d'ajout", - "microsoft_office_license_add_user_price_warning": "Vous serez facturé sur le nombre de licences activées dans le mois en cours.", - "microsoft_office_license_add_user_domain_label": "Domain Office", - "microsoft_office_license_add_user_firstName_label": "Prénom", - "microsoft_office_license_add_user_lastName_label": "Nom", - "microsoft_office_license_add_user_license_label": "Licence consommée", - "microsoft_office_license_add_user_login_label": "Login", - "microsoft_office_license_add_user_required": "Ce champs est obligatoire", - "microsoft_office_license_add_user_confirm": "L'utilisateur suivant sera ajouté", - "microsoft_office_license_add_user_license_none": "Sélectionnez une licence", - "microsoft_office_license_detail_user_add_error": "Une erreur est survenue lors de l'ajout de l'utilisateur", - "microsoft_office_license_add_user_login_conditions": "Votre login doit contenir entre 3 et 20 caractères maximum. Il peut inclure des chiffres, des lettres et les caractères suivants : - _ ! # $ % & ' ^ ` { }", - "microsoft_office_license_add_user_login_condition_exception": "Il peut également contenir des points, à condition qu’ils soient précédés d'un caractère autorisé et qu'ils ne soient pas suivis d’un autre point.", - "microsoft_office_license_add_user_login_invalid_pattern": "Le nom d'utilisateur contient des caractères non autorisés", - "microsoft_office_license_add_user_login_minlength": "Le nom d'utilisateur doit contenir au minimum {{t0}} caractères", - "microsoft_office_license_add_user_login_maxlength": "Le nom d'utilisateur est limité à {{t0}} caractères maximum", - "microsoft_office_license_add_user_field_required": "Les champs marqués d'une {{t0}} sont obligatoires.", - "microsoft_office_license_add_user_license_price_error": "Impossible de récupérer le prix", - "microsoft_office_license_add_user_price_per_user": "Prix ​​par utilisateur", - "microsoft_office_license_add_user_price": "{{t0}} HT / mois", - "microsoft_office_license_order_user_price_warning": "En validant, vous serez redirigé vers le bon de commande. Revenez ici une fois le payement effectué pour configurer vos nouveaux utilisateurs.", - "microsoft_office_license_order_user_license_label": "Type de licence", - "microsoft_office_license_order_user_number_label": "Nombre de licences", - "microsoft_office_license_order_user_license_none": "Sélectionnez un type", - "microsoft_office_license_usage_period_label": "Période :", - "microsoft_office_license_usage_period_current": "Le mois en cours", - "microsoft_office_license_usage_period_last": "Le mois dernier", - "microsoft_office_license_usage_period_last3": "Les 3 derniers mois", - "microsoft_office_license_usage_period_last12": "Les 12 derniers mois", - "microsoft_office_license_usage_error": "Une erreur est survenue lors de la récupération des données", - "microsoft_office_license_empty_usage": "Aucune donnée de consommation n'est disponible", - "microsoft_office_license_group_name": "Groupe de licences", - "microsoft_office_license_edit_save": "Enregistrer", - "microsoft_office_license_edit_success": "Groupe de licences modifié avec succès", - "microsoft_office_license_edit_error": "Erreur lors de la modification du groupe de licences", - "license_office_users_download_text": "Les programmes d'installation pour PC et MAC sont disponibles sur le site de microsoft Office.", - "license_office_users_download_info": "Pour smartphones et tablettes, rendez-vous directement dans votre App Store.", - "license_office_users_download_id": "Les identifiants de connexion et d'installation vous sont transmis par email lorsque vous ajoutez une nouvelle licence.", - "license_office_guide": "Besoin d'aide pour vos licences office 365 ?", - "license_office_guide_help": "Consultez nos guides en ligne.", - "microsoft_office_license_user_edit": "Editer un utilisateur", - "microsoft_office_license_edit_user_confirm": "L'utilisateur suivant sera modifié :", - "microsoft_office_license_detail_user_edit_success": "Les modifications sur l'utilisateur ont été appliquées.", - "microsoft_office_license_detail_user_edit_error": "Une erreur est survenue lors de l'édition de l'utilisateur." -} diff --git a/packages/manager/modules/office/src/dashboard/translations/Messages_it_IT.json b/packages/manager/modules/office/src/dashboard/translations/Messages_it_IT.json deleted file mode 100644 index 59a6fa689733..000000000000 --- a/packages/manager/modules/office/src/dashboard/translations/Messages_it_IT.json +++ /dev/null @@ -1,116 +0,0 @@ -{ - "microsoft_office_license_office-business-pp": "Office Business", - "microsoft_office_license_office-proplus-pp": "Office Pro Plus", - "microsoft_office_license_officeBusiness": "Office Business", - "microsoft_office_license_officeProPlus": "Office Pro Plus", - "microsoft_office_license_detail_firstname": "Nome", - "microsoft_office_license_detail_lastname": "Cognome", - "microsoft_office_license_detail_zipcode": "Codice postale", - "microsoft_office_license_detail_city": "Città", - "microsoft_office_license_detail_address": "Indirizzo", - "microsoft_office_license_detail_phone": "Telefono", - "microsoft_office_license_detail_status": "Stato", - "microsoft_office_license_detail_displayName": "Nome da visualizzare", - "microsoft_office_license_generals_informations_title": "Informazioni generali", - "microsoft_office_license_generals_informations_domain_title": "Domini", - "microsoft_office_license_edit": "Modifica il gruppo di licenze", - "microsoftOfficeLicense_tab_STATE": "Generali ", - "microsoftOfficeLicense_tab_USER": "Licenze", - "microsoftOfficeLicense_tab_CONSUMPTION": "Consumo", - "microsoft_office_license_officeBusiness_serie_name": "Licenze Office Business", - "microsoft_office_license_officeProPlus_serie_name": "Licenze Office Pro Plus", - "microsoft_office_license_usage_stats": "Consumo mensile", - "microsoft_office_license_peakcount": "Numero massimo giornaliero di licenze", - "microsoft_office_license_detail_user_firstname": "Nome", - "microsoft_office_license_detail_user_lastname": "Nome", - "microsoft_office_license_detail_user_status": "Stato", - "microsoft_office_license_detail_user_error": "Si è verificato un errore:", - "microsoft_office_license_detail_user_activationEmail": "Email di attivazione", - "microsoft_office_license_detail_user_licenses": "Licenze", - "microsoft_office_license_detail_user_refresh": "Ricarica i dati", - "microsoft_office_license_detail_user_no_users": "Nessun utente ", - "microsoft_office_license_detail_user_delete_error": "Si è verificato un errore nell'eliminazione dell'utente", - "microsoft_office_license_detail_user_delete_success": "Eliminazione dell'utente in corso...", - "microsoft_office_license_detail_user_delete_confirm": "Vuoi davvero eliminare l'utente {{t0}}?", - "microsoft_office_license_detail_user_delete_title": "Eliminazione di un utente", - "microsoft_office_license_detail_user_delete_info1": "L'utente verrà eliminato subito dopo la conferma", - "microsoft_office_license_detail_user_delete_info2": "La fatturazione dei nostri prodotti Office 365 è relativa ai consumi del mese precedente. Riceverai quindi un'ultima fattura per questo account", - "microsoft_office_license_detail_user_not_configure": "Non configurato", - "microsoft_office_license_user_add": "Aggiungi un utente", - "microsoft_office_license_user_order": "Ordina più licenze", - "microsoft_office_license_detail_state_domainName": "Dominio", - "microsoft_office_license_detail_state_txtEntry": "Record txt", - "microsoft_office_license_detail_state_status": "Stato", - "microsoft_office_license_user_status_creating": "In creazione", - "microsoft_office_license_user_status_updating": "Aggiornamento", - "microsoft_office_license_user_status_deleting": "In corso di eliminazione", - "microsoft_office_license_user_status_ok": "Creata", - "microsoft_office_license_user_status_error": "Errore", - "microsoft_office_license_user_change_password": "Modifica la password", - "microsoft_office_license_user_update": "Modifica l'account", - "microsoft_office_license_user_delete": "Elimina l’account", - "microsoft_office_license_user_edit_password": "Modifica la password", - "microsoft_office_license_user_edit_password_info": "Password:", - "microsoft_office_license_user_edit_password_confirm": "Conferma:", - "microsoft_office_license_user_edit_password_email_field": "Email:", - "microsoft_office_license_user_edit_password_heading": "Stai per modificare la password del tuo account.

Vuoi continuare?

", - "microsoft_office_license_user_edit_password_conditions": "Attenzione, la password deve rispettare queste condizioni:
  • Minimo 8 caratteri
  • Massimo 16 caratteri
  • Almeno 1 lettera minuscula, 1 lettera maiuscola, 1 numero o 1 carattere speciale
", - "microsoft_office_license_user_edit_password_empty": "Se non inserisci una password personalizzata, la generiamo casualmente e la inviamo per email", - "microsoft_office_license_user_edit_password_error": "Password non valida", - "microsoft_office_license_user_edit_confirm_error": "Le password inserite devono essere uguali", - "microsoft_office_license_user_edit_password_email": "Modifica l'email", - "microsoft_office_license_user_edit_password_email_details": "Di default la password verrà inviata a:", - "microsoft_office_license_user_edit_password_email_notify": "Se non imposti una password, ne verrà generata una automaticamente e inviata all'indirizzo indicato", - "microsoft_office_license_user_edit_password_email_details_change": "È possibile personalizzare questo destinatario.", - "microsoft_office_license_get_error": "Si è verificato un errore durante il recupero delle informazioni.", - "microsoft_office_license_edit_password_success": "La modifica della tua password è stata presa in carico.", - "microsoft_office_license_edit_password_error": "Si è verificato un errore nella modifica della password.", - "microsoft_office_license_user_edit_password_nic_admin": "l'indirizzo email del contatto admin", - "microsoft_office_license_user_edit_password_default_email": "Utilizza l'email predefinita", - "microsoft_office_license_detail_user_add_success": "Aggiunta dell'utente in corso...", - "microsoft_office_license_add_user_price_warning": "La fatturazione verrà calcolata in base al numero di licenze attivate durante il mese in corso.", - "microsoft_office_license_add_user_domain_label": "Dominio Office", - "microsoft_office_license_add_user_firstName_label": "Nome", - "microsoft_office_license_add_user_lastName_label": "Nome", - "microsoft_office_license_add_user_license_label": "Licenza utilizzata", - "microsoft_office_license_add_user_login_label": "Login", - "microsoft_office_license_add_user_required": "Campo obbligatorio", - "microsoft_office_license_add_user_confirm": "Questo utente verrà aggiunto", - "microsoft_office_license_add_user_license_none": "Seleziona una licenza", - "microsoft_office_license_detail_user_add_error": "Si è verificato un errore durante l'aggiunta dell'utente", - "microsoft_office_license_add_user_login_conditions": "Il login deve contenere tra 3 e 20 caratteri. Può includere cifre, lettere e i seguenti caratteri: - _ ! # $ % & ' ^ ` { }", - "microsoft_office_license_add_user_login_condition_exception": "Può anche contenere punti, a condizione che siano preceduti da un carattere tra quelli consentiti e che non siano seguiti da un altro punto.", - "microsoft_office_license_add_user_login_invalid_pattern": "Il nome utente contiene caratteri non consentiti", - "microsoft_office_license_add_user_login_minlength": "Il nome utente deve contenere almeno {{t0}} caratteri", - "microsoft_office_license_add_user_login_maxlength": "Il nome utente deve contenere un massimo di {{t0}} caratteri", - "microsoft_office_license_add_user_field_required": "I campi contrassegnati con {{t0}} sono obbligatori.", - "microsoft_office_license_add_user_license_price_error": "Non è possibile recuperare il prezzo", - "microsoft_office_license_add_user_price_per_user": "Prezzo(per utente)", - "microsoft_office_license_add_user_price": "{{t0}} +IVA/mese", - "microsoft_office_license_order_user_price_warning": "Se confermi verrai reindirizzato al buono d’ordine. Ritorna su questa pagina una volta effettuato il pagamento per configurare i nuovi utenti.", - "microsoft_office_license_order_user_license_label": "Tipo di licenza", - "microsoft_office_license_order_user_number_label": "Numero di licenze", - "microsoft_office_license_order_user_license_none": "Seleziona un tipo", - "microsoft_office_license_usage_period_label": "Periodo:", - "microsoft_office_license_usage_period_current": "Il mese in corso", - "microsoft_office_license_usage_period_last": "Il mese scorso", - "microsoft_office_license_usage_period_last3": "Gli ultimi 3 mesi", - "microsoft_office_license_usage_period_last12": "Ultimi 12 mesi", - "microsoft_office_license_usage_error": "Si è verificato un errore durante il recupero dei dati", - "microsoft_office_license_empty_usage": "Nessun dato relativo al consumo disponibile", - "microsoft_office_license_group_name": "Gruppo di licenze", - "microsoft_office_license_edit_save": "Registra", - "microsoft_office_license_edit_success": "Grouppo di licenze modificato correttamente", - "microsoft_office_license_edit_error": "Si è verificato un errore durante la modifica del gruppo di licenze", - "license_office_users_download_text": "I programmi di installazione per PC e MAC sono disponibili sul sito di Microsoft Office.", - "license_office_users_download_info": "Per smartphone e tablet, accedi direttamente al tuo App Store.", - "license_office_users_download_id": "Una volta aggiunta una nuova licenza, riceverai via email le credenziali per la connessione e l'installazione", - "license_office_guide": "Vuoi un consiglio sulle licenze Office 365?", - "license_office_guide_help": "Consulta le nostre guide online", - "microsoft_office_license_user_edit": "Modifica un utente", - "microsoft_office_license_edit_user_confirm": "L'utente seguente verrà modificato:", - "microsoft_office_license_detail_user_edit_success": "Le modifiche per l'utente sono state applicate.", - "microsoft_office_license_detail_user_edit_error": "Si è verificato un errore durante la modifica dell'utente.", - "microsoft_office_license_microsoft-365-apps-for-business-pp-nce": "Microsoft Office 365 Apps for Business", - "microsoft_office_license_microsoft-365-apps-for-enterprise-pp-nce": "Microsoft Office 365 Apps for Enterprise" -} diff --git a/packages/manager/modules/office/src/dashboard/translations/Messages_pl_PL.json b/packages/manager/modules/office/src/dashboard/translations/Messages_pl_PL.json deleted file mode 100644 index 94e234eb7b7c..000000000000 --- a/packages/manager/modules/office/src/dashboard/translations/Messages_pl_PL.json +++ /dev/null @@ -1,116 +0,0 @@ -{ - "microsoft_office_license_office-business-pp": "Office Business", - "microsoft_office_license_office-proplus-pp": "Office Pro Plus", - "microsoft_office_license_officeBusiness": "Office Business", - "microsoft_office_license_officeProPlus": "Office Pro Plus", - "microsoft_office_license_detail_firstname": "Imię", - "microsoft_office_license_detail_lastname": "Nazwa", - "microsoft_office_license_detail_zipcode": "Kod pocztowy", - "microsoft_office_license_detail_city": "Miasto", - "microsoft_office_license_detail_address": "Adres", - "microsoft_office_license_detail_phone": "Telefon", - "microsoft_office_license_detail_status": "Status", - "microsoft_office_license_detail_displayName": "Nazwa do wyświetlenia", - "microsoft_office_license_generals_informations_title": "Informacje ogólne", - "microsoft_office_license_generals_informations_domain_title": "Domeny", - "microsoft_office_license_edit": "Edytuj grupę licencji", - "microsoftOfficeLicense_tab_STATE": "Informacje ogólne", - "microsoftOfficeLicense_tab_USER": "Licencje", - "microsoftOfficeLicense_tab_CONSUMPTION": "Wykorzystane zasoby", - "microsoft_office_license_officeBusiness_serie_name": "Licencje Office Business", - "microsoft_office_license_officeProPlus_serie_name": "Licencje Office Pro Plus", - "microsoft_office_license_usage_stats": "Zasoby wykorzystane w ciągu miesiąca", - "microsoft_office_license_peakcount": "Maksymalna liczba licencji na dzień", - "microsoft_office_license_detail_user_firstname": "Imię", - "microsoft_office_license_detail_user_lastname": "Nazwa", - "microsoft_office_license_detail_user_status": "Status", - "microsoft_office_license_detail_user_error": "Wystąpił błąd:", - "microsoft_office_license_detail_user_activationEmail": "E-mail aktywacyjny", - "microsoft_office_license_detail_user_licenses": "Licencje", - "microsoft_office_license_detail_user_refresh": "Załaduj ponownie dane", - "microsoft_office_license_detail_user_no_users": "Brak użytkownika", - "microsoft_office_license_detail_user_delete_error": "Wystąpił błąd podczas usuwania użytkownika", - "microsoft_office_license_detail_user_delete_success": "Trwa usuwanie użytkownika", - "microsoft_office_license_detail_user_delete_confirm": "Czy na pewno chcesz usunąć użytkownika {{t0}}?", - "microsoft_office_license_detail_user_delete_title": "Usunięcie użytkownika", - "microsoft_office_license_detail_user_delete_info1": "Użytkownik zostanie usunięty natychmiast po potwierdzeniu.", - "microsoft_office_license_detail_user_delete_info2": "W związku z tym, że płatności za produkty Office 365 opierają się na zużyciu z poprzedniego miesiąca, otrzymasz ostatnią fakturę dla tego konta.", - "microsoft_office_license_detail_user_not_configure": "Brak konfiguracji", - "microsoft_office_license_user_add": "Dodaj użytkownika", - "microsoft_office_license_user_order": "Zamów więcej licencji", - "microsoft_office_license_detail_state_domainName": "Domena", - "microsoft_office_license_detail_state_txtEntry": "Wpis txt", - "microsoft_office_license_detail_state_status": "Status", - "microsoft_office_license_user_status_creating": "W trakcie tworzenia", - "microsoft_office_license_user_status_updating": "Aktualizacja", - "microsoft_office_license_user_status_deleting": "W trakcie usuwania", - "microsoft_office_license_user_status_ok": "Utworzona", - "microsoft_office_license_user_status_error": "Błąd", - "microsoft_office_license_user_change_password": "Zmień hasło", - "microsoft_office_license_user_update": "Edytuj konto", - "microsoft_office_license_user_delete": "Usuń konto", - "microsoft_office_license_user_edit_password": "Zmień hasło", - "microsoft_office_license_user_edit_password_info": "Hasło:", - "microsoft_office_license_user_edit_password_confirm": "Wpisz ponownie hasło:", - "microsoft_office_license_user_edit_password_email_field": "Email:", - "microsoft_office_license_user_edit_password_heading": "Jesteś na etapie zmiany hasła do swojego konta.

Czy chcesz kontynuować?

", - "microsoft_office_license_user_edit_password_conditions": "Uwaga, hasło musi spełniać następujące warunki:
  • Minimum 8 znaków
  • Maksymalnie 16 znaków
  • Przynajmniej 1 mała litera, 1 wielka litera, 1 cyfra lub 1 znak specjalny
", - "microsoft_office_license_user_edit_password_empty": "Jeśli nie wskażesz hasła, zostanie ono wygenerowane i przesłane e-mailem", - "microsoft_office_license_user_edit_password_error": "Nieprawidłowe hasło.", - "microsoft_office_license_user_edit_confirm_error": "Należy wskazać hasła", - "microsoft_office_license_user_edit_password_email": "Edytuj e-mail", - "microsoft_office_license_user_edit_password_email_details": "Domyślnie hasło zostanie wysłane na adres:", - "microsoft_office_license_user_edit_password_email_notify": "Jeśli nie podasz hasła, zostanie ono wygenerowane losowo i wysłane na podany adres e-mail.", - "microsoft_office_license_user_edit_password_email_details_change": "Możesz spersonalizować powyższego odbiorcę.", - "microsoft_office_license_get_error": "Wystąpił błąd podczas pobierania informacji.", - "microsoft_office_license_edit_password_success": "Zmiana hasła została zarejestrowana.", - "microsoft_office_license_edit_password_error": "Wystąpił błąd podczas zmiany hasła.", - "microsoft_office_license_user_edit_password_nic_admin": "adres e-mail kontaktu administracyjnego", - "microsoft_office_license_user_edit_password_default_email": "Używaj domyślnego e-maila", - "microsoft_office_license_detail_user_add_success": "Trwa dodawanie użytkownika.", - "microsoft_office_license_add_user_price_warning": "Płatności będą naliczane na podstawie liczby licencji włączonych w bieżącym miesiącu.", - "microsoft_office_license_add_user_domain_label": "Domain Office", - "microsoft_office_license_add_user_firstName_label": "Imię", - "microsoft_office_license_add_user_lastName_label": "Nazwa", - "microsoft_office_license_add_user_license_label": "Wykorzystana licencja", - "microsoft_office_license_add_user_login_label": "Login", - "microsoft_office_license_add_user_required": "To pole jest obowiązkowe", - "microsoft_office_license_add_user_confirm": "Zostanie dodany następujący użytkownik", - "microsoft_office_license_add_user_license_none": "Wybierz licencję", - "microsoft_office_license_detail_user_add_error": "Wystąpił błąd podczas dodawania użytkownika.", - "microsoft_office_license_add_user_login_conditions": "Login musi zawierać od 3 do 20 znaków. Może zawierać cyfry, litery oraz znaki specjalne: - _ ! # $ % & ' ^ ` { }", - "microsoft_office_license_add_user_login_condition_exception": "Może również zawierać kropki, pod warunkiem że będą one poprzedzone dozwolonymi znakami, i że nie wystąpią dwie kropki obok siebie.", - "microsoft_office_license_add_user_login_invalid_pattern": "Nazwa użytkownika zawiera niedozwolone znaki.", - "microsoft_office_license_add_user_login_minlength": "Minimalna liczba znaków, którą powinna zawierać nazwa użytkownika: {{t0}}", - "microsoft_office_license_add_user_login_maxlength": "Maksymalna liczba znaków, którą może zawierać nazwa użytkownika: {{t0}}", - "microsoft_office_license_add_user_field_required": "Pola oznaczone {{t0}} są obowiązkowe.", - "microsoft_office_license_add_user_license_price_error": "Nie można pobrać ceny", - "microsoft_office_license_add_user_price_per_user": "Cena(za użytkownika)", - "microsoft_office_license_add_user_price": "{{t0}} netto/m-c", - "microsoft_office_license_order_user_price_warning": "Po zatwierdzeniu zostaniesz przekierowany do formularza zamówienia. Po dokonaniu płatności wróć tutaj, aby skonfigurować nowych użytkowników.", - "microsoft_office_license_order_user_license_label": "Rodzaj licencji", - "microsoft_office_license_order_user_number_label": "Liczba licencji", - "microsoft_office_license_order_user_license_none": "Wybierz typ", - "microsoft_office_license_usage_period_label": "Okres:", - "microsoft_office_license_usage_period_current": "Bieżący miesiąc", - "microsoft_office_license_usage_period_last": "Ostatni miesiąc", - "microsoft_office_license_usage_period_last3": "3 ostatnie miesiące", - "microsoft_office_license_usage_period_last12": "12 ostatnich miesięcy", - "microsoft_office_license_usage_error": "Wystąpił błąd w trakcie odzyskiwania danych", - "microsoft_office_license_empty_usage": "Brak dostępnych danych na temat wykorzystanych zasobów", - "microsoft_office_license_group_name": "Grupa licencji", - "microsoft_office_license_edit_save": "Zapisz", - "microsoft_office_license_edit_success": "Grupa licencji została zmodyfikowana.", - "microsoft_office_license_edit_error": "Wystąpił błąd podczas modyfikowania grupy licencji.", - "license_office_users_download_text": "Programy instalacyjne dla komputerów PC i MAC są dostępne na stronie firmy Microsoft Office.", - "license_office_users_download_info": "W przypadku smartphone'a i tableta, przejdź bezpośrednio do App Store.", - "license_office_users_download_id": "Po dodaniu nowej licencji otrzymasz e-mail z danymi do połączenia i do instalacji.", - "license_office_guide": "Potrzebujesz pomocy w zakresie licencji Office 365?", - "license_office_guide_help": "Sprawdź nasze przewodniki", - "microsoft_office_license_user_edit": "Edytuj użytkownika", - "microsoft_office_license_edit_user_confirm": "Następujący użytkownik zostanie zmodyfikowany:", - "microsoft_office_license_detail_user_edit_success": "Dla użytkownika zostały wprowadzone zmiany.", - "microsoft_office_license_detail_user_edit_error": "Wystąpił błąd podczas edycji użytkownika.", - "microsoft_office_license_microsoft-365-apps-for-business-pp-nce": "Microsoft Office 365 Apps for Business", - "microsoft_office_license_microsoft-365-apps-for-enterprise-pp-nce": "Microsoft Office 365 Apps for Enterprise" -} diff --git a/packages/manager/modules/office/src/dashboard/translations/Messages_pt_PT.json b/packages/manager/modules/office/src/dashboard/translations/Messages_pt_PT.json deleted file mode 100644 index 533edb59c718..000000000000 --- a/packages/manager/modules/office/src/dashboard/translations/Messages_pt_PT.json +++ /dev/null @@ -1,116 +0,0 @@ -{ - "microsoft_office_license_office-business-pp": "Office Business", - "microsoft_office_license_office-proplus-pp": "Office Pro Plus", - "microsoft_office_license_officeBusiness": "Office Business", - "microsoft_office_license_officeProPlus": "Office Pro Plus", - "microsoft_office_license_detail_firstname": "Nome", - "microsoft_office_license_detail_lastname": "Sobrenome", - "microsoft_office_license_detail_zipcode": "Código postal", - "microsoft_office_license_detail_city": "Cidade", - "microsoft_office_license_detail_address": "Endereço Postal", - "microsoft_office_license_detail_phone": "Telefone", - "microsoft_office_license_detail_status": "Estado", - "microsoft_office_license_detail_displayName": "Nome a ser apresentado", - "microsoft_office_license_generals_informations_title": "Informações gerais", - "microsoft_office_license_generals_informations_domain_title": "Nomes de domínio", - "microsoft_office_license_edit": "Alterar o grupo da licença", - "microsoftOfficeLicense_tab_STATE": "Gerais", - "microsoftOfficeLicense_tab_USER": "Licenças", - "microsoftOfficeLicense_tab_CONSUMPTION": "Consumo", - "microsoft_office_license_officeBusiness_serie_name": "Licenças Office Business", - "microsoft_office_license_officeProPlus_serie_name": "Licenças Office Pro Plus", - "microsoft_office_license_usage_stats": "Consumo mensal", - "microsoft_office_license_peakcount": "Máximo diário de licenças", - "microsoft_office_license_detail_user_firstname": "Nome", - "microsoft_office_license_detail_user_lastname": "Sobrenome", - "microsoft_office_license_detail_user_status": "Estado", - "microsoft_office_license_detail_user_error": "Ocorreu um erro:", - "microsoft_office_license_detail_user_activationEmail": "E-mail de ativação", - "microsoft_office_license_detail_user_licenses": "Licenças", - "microsoft_office_license_detail_user_refresh": "Recarregar dados", - "microsoft_office_license_detail_user_no_users": "Nenhum utilizador", - "microsoft_office_license_detail_user_delete_error": "Erro ao processar a eliminação do utilizador", - "microsoft_office_license_detail_user_delete_success": "Eliminação de utilizador em curso", - "microsoft_office_license_detail_user_delete_confirm": "Tem a certeza de que quer eliminar o utilizador {{t0}}?", - "microsoft_office_license_detail_user_delete_title": "Eliminar um utilizador", - "microsoft_office_license_detail_user_delete_info1": "O utilizador será eliminado logo após a confirmação", - "microsoft_office_license_detail_user_delete_info2": "A faturação dos nossos produtos Office 365 é baseada no consumo do mês anterior; irá receber a fatura mais recente associada a esta conta.", - "microsoft_office_license_detail_user_not_configure": "Não configurado", - "microsoft_office_license_user_add": "Adicionar um utilizador", - "microsoft_office_license_user_order": "Subscrever mais licenças", - "microsoft_office_license_detail_state_domainName": "Domínio", - "microsoft_office_license_detail_state_txtEntry": "Entrada txt", - "microsoft_office_license_detail_state_status": "Estado", - "microsoft_office_license_user_status_creating": "Em criação", - "microsoft_office_license_user_status_updating": "Atualização", - "microsoft_office_license_user_status_deleting": "Eliminação em curso", - "microsoft_office_license_user_status_ok": "Criada", - "microsoft_office_license_user_status_error": "Erro", - "microsoft_office_license_user_change_password": "Alterar palavra-passe", - "microsoft_office_license_user_update": "Alterar conta", - "microsoft_office_license_user_delete": "Eliminar conta", - "microsoft_office_license_user_edit_password": "Alterar palavra-passe", - "microsoft_office_license_user_edit_password_info": "Palavra-passe:", - "microsoft_office_license_user_edit_password_confirm": "Confirmação:", - "microsoft_office_license_user_edit_password_email_field": "Email:", - "microsoft_office_license_user_edit_password_heading": "Está prestes alterar a palavra-passe da sua conta.

Deseja continuar?

", - "microsoft_office_license_user_edit_password_conditions": "Atenção: a palavra-passe deve respeitar as seguintes condições:
  • Mínimo de 8 caracteres
  • Máximo de 16 caracteres
  • Deve conter, no mínimo, 1 letra minúscula, 1 letra maiúscula, 1 número ou 1 carácter especial
", - "microsoft_office_license_user_edit_password_empty": "Se não introduzir nenhuma palavra-passe, esta será gerada automaticamente e enviada por e-mail", - "microsoft_office_license_user_edit_password_error": "Palavra-passe inválida", - "microsoft_office_license_user_edit_confirm_error": "As palavras-passe devem ser idênticas", - "microsoft_office_license_user_edit_password_email": "Alterar e-mail", - "microsoft_office_license_user_edit_password_email_details": "A palavra-passe será enviada para:", - "microsoft_office_license_user_edit_password_email_notify": "Se não indicar uma palavra-passe, a mesma será gerada automaticamente e enviada por e-mail para endereço indicado", - "microsoft_office_license_user_edit_password_email_details_change": "Se quiser, pode personalizar o destinatário em baixo.", - "microsoft_office_license_get_error": "Erro ao carregar informações", - "microsoft_office_license_edit_password_success": "A alteração da palavra-passe foi registada.", - "microsoft_office_license_edit_password_error": "Erro no processamento da alteração da palavra-passe.", - "microsoft_office_license_user_edit_password_nic_admin": "o endereço de e-mail do contacto admin", - "microsoft_office_license_user_edit_password_default_email": "Usar e-mail predefinido", - "microsoft_office_license_detail_user_add_success": "O utilizador está a ser adicionado", - "microsoft_office_license_add_user_price_warning": "Será faturado consoante o número de licenças ativas no mês atual.", - "microsoft_office_license_add_user_domain_label": "Domínio Office", - "microsoft_office_license_add_user_firstName_label": "Nome", - "microsoft_office_license_add_user_lastName_label": "Sobrenome", - "microsoft_office_license_add_user_license_label": "Licença utilizada", - "microsoft_office_license_add_user_login_label": "Nome de utilizador", - "microsoft_office_license_add_user_required": "Este campo é de preenchimento obrigatório", - "microsoft_office_license_add_user_confirm": "Este utilizador irá ser adicionado", - "microsoft_office_license_add_user_license_none": "Escolher uma licença", - "microsoft_office_license_detail_user_add_error": "Erro ao adicionar utilizador", - "microsoft_office_license_add_user_login_conditions": "O seu login deve conter entre 3 e 20 caracteres, no máximo. Pode conter números, letras e os seguintes caracteres: - _ ! # $ % & ' ^ ` { }", - "microsoft_office_license_add_user_login_condition_exception": "Também pode conter pontos, desde que sejam precedidos de um carácter autorizado e que não tenham outros pontos a seguir.", - "microsoft_office_license_add_user_login_invalid_pattern": "O nome de utilizador contém caracteres não autorizados", - "microsoft_office_license_add_user_login_minlength": "O nome de utilizador deve conter, no mínimo, {{t0}} caracteres", - "microsoft_office_license_add_user_login_maxlength": "O nome de utilizador está limitado a um máximo de {{t0}} caracteres", - "microsoft_office_license_add_user_field_required": "Os campos marcados com um {{t0}} são obrigatórios.", - "microsoft_office_license_add_user_license_price_error": "Não é possível recuperar o preço", - "microsoft_office_license_add_user_price_per_user": "Preçopor utilizador", - "microsoft_office_license_add_user_price": "{{t0}} /mês + IVA", - "microsoft_office_license_order_user_price_warning": "Ao validar, será redirecionado para a nota de encomenda. Volte para esta página depois de realizar o pagamento, de forma a poder configurar os novos utilizadores.", - "microsoft_office_license_order_user_license_label": "Tipo de licença", - "microsoft_office_license_order_user_number_label": "Número de licenças", - "microsoft_office_license_order_user_license_none": "Selecione um tipo", - "microsoft_office_license_usage_period_label": "Período:", - "microsoft_office_license_usage_period_current": "Mês atual", - "microsoft_office_license_usage_period_last": "Mês passado", - "microsoft_office_license_usage_period_last3": "Últimos 3 meses", - "microsoft_office_license_usage_period_last12": "Últimos 12 meses", - "microsoft_office_license_usage_error": "Erro ao carregar os dados", - "microsoft_office_license_empty_usage": "Não existem dados relativos ao consumo", - "microsoft_office_license_group_name": "Grupo de licenças", - "microsoft_office_license_edit_save": "Guardar ", - "microsoft_office_license_edit_success": "Grupo de licenças alterado com sucesso", - "microsoft_office_license_edit_error": "Erro ao processar a alteração do grupo de licenças", - "license_office_users_download_text": "Aceda ao site Microsoft para obter ficheiros de instalação para PC e MAC: Office.", - "license_office_users_download_info": "Aceda à App Store ou Google Store para obter aplicações para smartphones e tablets.", - "license_office_users_download_id": "Depois de adicionar uma licença, irá receber um e-mail com os dados de acesso e de instalação.", - "license_office_guide": "Precisa de ajuda para as licenças Office 365?", - "license_office_guide_help": "Consulte os manuais da OVH.", - "microsoft_office_license_user_edit": "Alterar dados do utilizador", - "microsoft_office_license_edit_user_confirm": "Os dados deste utilizador irão ser alterados:", - "microsoft_office_license_detail_user_edit_success": "As alterações dos dados do utilizador foram concretizadas.", - "microsoft_office_license_detail_user_edit_error": "Erro ao processar alterações dos dados do utilizador.", - "microsoft_office_license_microsoft-365-apps-for-business-pp-nce": "Microsoft Office 365 Apps for Business", - "microsoft_office_license_microsoft-365-apps-for-enterprise-pp-nce": "Microsoft Office 365 Apps for Enterprise" -} diff --git a/packages/manager/modules/office/src/index.js b/packages/manager/modules/office/src/index.js deleted file mode 100644 index 68f5fcb510fa..000000000000 --- a/packages/manager/modules/office/src/index.js +++ /dev/null @@ -1,63 +0,0 @@ -import angular from 'angular'; -import '@uirouter/angularjs'; -import 'oclazyload'; -import onboarding from './onboarding'; - -import '@ovh-ux/ng-ui-router-breadcrumb'; -import '@ovh-ux/ui-kit/dist/css/oui.css'; - -const moduleName = 'ovhManagerOfficeLicensesLazyLoading'; - -angular - .module(moduleName, [ - 'ui.router', - 'ngUiRouterBreadcrumb', - 'oc.lazyLoad', - onboarding, - ]) - .config( - /* @ngInject */ ($stateProvider, $urlRouterProvider) => { - $stateProvider - .state('office', { - url: '/office/license', - template: '
', - redirectTo: 'office.index', - resolve: { - breadcrumb: /* @ngInject */ ($translate) => - $translate.instant('office_title'), - }, - }) - .state('office.index.**', { - url: '', - lazyLoad: ($transition$) => { - const $ocLazyLoad = $transition$.injector().get('$ocLazyLoad'); - - return import('./office.module').then((mod) => - $ocLazyLoad.inject(mod.default || mod), - ); - }, - }) - .state('office.product.**', { - url: '/:serviceName', - lazyLoad: ($transition$) => { - const $ocLazyLoad = $transition$.injector().get('$ocLazyLoad'); - - return import('./dashboard/microsoft.module').then((mod) => - $ocLazyLoad.inject(mod.default || mod), - ); - }, - }); - - $urlRouterProvider.when( - /^\/configuration\/microsoft\/office\/license/, - /* @ngInject */ ($location) => { - $location.url( - $location.url().replace('/configuration/microsoft', ''), - ); - }, - ); - }, - ) - .run(/* @ngTranslationsInject:json ./translations */); - -export default moduleName; diff --git a/packages/manager/modules/office/src/licenses/translations/Messages_de_DE.json b/packages/manager/modules/office/src/licenses/translations/Messages_de_DE.json deleted file mode 100644 index f324a2687ff3..000000000000 --- a/packages/manager/modules/office/src/licenses/translations/Messages_de_DE.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "office_title": "Office" -} diff --git a/packages/manager/modules/office/src/licenses/translations/Messages_en_GB.json b/packages/manager/modules/office/src/licenses/translations/Messages_en_GB.json deleted file mode 100644 index f324a2687ff3..000000000000 --- a/packages/manager/modules/office/src/licenses/translations/Messages_en_GB.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "office_title": "Office" -} diff --git a/packages/manager/modules/office/src/licenses/translations/Messages_es_ES.json b/packages/manager/modules/office/src/licenses/translations/Messages_es_ES.json deleted file mode 100644 index f324a2687ff3..000000000000 --- a/packages/manager/modules/office/src/licenses/translations/Messages_es_ES.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "office_title": "Office" -} diff --git a/packages/manager/modules/office/src/licenses/translations/Messages_it_IT.json b/packages/manager/modules/office/src/licenses/translations/Messages_it_IT.json deleted file mode 100644 index f324a2687ff3..000000000000 --- a/packages/manager/modules/office/src/licenses/translations/Messages_it_IT.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "office_title": "Office" -} diff --git a/packages/manager/modules/office/src/licenses/translations/Messages_pl_PL.json b/packages/manager/modules/office/src/licenses/translations/Messages_pl_PL.json deleted file mode 100644 index f324a2687ff3..000000000000 --- a/packages/manager/modules/office/src/licenses/translations/Messages_pl_PL.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "office_title": "Office" -} diff --git a/packages/manager/modules/office/src/licenses/translations/Messages_pt_PT.json b/packages/manager/modules/office/src/licenses/translations/Messages_pt_PT.json deleted file mode 100644 index f324a2687ff3..000000000000 --- a/packages/manager/modules/office/src/licenses/translations/Messages_pt_PT.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "office_title": "Office" -} diff --git a/packages/manager/modules/office/src/office.component.js b/packages/manager/modules/office/src/office.component.js deleted file mode 100644 index 9dd56e2664d2..000000000000 --- a/packages/manager/modules/office/src/office.component.js +++ /dev/null @@ -1,12 +0,0 @@ -import template from './office.html'; -import controller from './office.controller'; - -export default { - controller, - template, - bindings: { - resources: '<', - gotoOrder: '<', - getServiceNameLink: '<', - }, -}; diff --git a/packages/manager/modules/office/src/office.constant.js b/packages/manager/modules/office/src/office.constant.js deleted file mode 100644 index 9015a0316fe7..000000000000 --- a/packages/manager/modules/office/src/office.constant.js +++ /dev/null @@ -1,15 +0,0 @@ -export const OFFICE_LICENSE_USER = { - FIRST_NAME: 'First Name', - LAST_NAME: 'Last Name', - ADDRESS: 'Address', - CITY: 'City', - DISPLAY_NAME: 'Display Name', - SERVICE_NAME: 'Service Name', - SERVICE_TYPE: 'Service Type', - STATUS: 'Status', - ZIP_CODE: 'Zip Code', -}; - -export default { - OFFICE_LICENSE_USER, -}; diff --git a/packages/manager/modules/office/src/office.controller.js b/packages/manager/modules/office/src/office.controller.js deleted file mode 100644 index 10d4d522a040..000000000000 --- a/packages/manager/modules/office/src/office.controller.js +++ /dev/null @@ -1,8 +0,0 @@ -import { OFFICE_LICENSE_USER } from './office.constant'; - -export default class OfficeController { - /* @ngInject */ - constructor() { - this.OFFICE_LICENSE_USER = OFFICE_LICENSE_USER; - } -} diff --git a/packages/manager/modules/office/src/office.html b/packages/manager/modules/office/src/office.html deleted file mode 100644 index 4ef4647f02e2..000000000000 --- a/packages/manager/modules/office/src/office.html +++ /dev/null @@ -1,101 +0,0 @@ - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
diff --git a/packages/manager/modules/office/src/office.module.js b/packages/manager/modules/office/src/office.module.js deleted file mode 100644 index e40ce64e6104..000000000000 --- a/packages/manager/modules/office/src/office.module.js +++ /dev/null @@ -1,22 +0,0 @@ -import angular from 'angular'; -import 'angular-translate'; -import '@ovh-ux/ui-kit'; -import ngOvhChart from '@ovh-ux/ng-ovh-chart'; -import ngTranslateAsyncLoader from '@ovh-ux/ng-translate-async-loader'; -import routing from './office.routing'; -import component from './office.component'; - -const moduleName = 'ovhManagerOfficeLicenses'; - -angular - .module(moduleName, [ - ngOvhChart, - ngTranslateAsyncLoader, - 'oui', - 'pascalprecht.translate', - ]) - .component('microsoftOfficeLicense', component) - .config(routing) - .run(/* @ngTranslationsInject:json ./translations */); - -export default moduleName; diff --git a/packages/manager/modules/office/src/office.order.js b/packages/manager/modules/office/src/office.order.js deleted file mode 100644 index 2360e2d37062..000000000000 --- a/packages/manager/modules/office/src/office.order.js +++ /dev/null @@ -1,32 +0,0 @@ -export const OFFICE_ORDER_URLS = { - DEFAULT: 'https://ovhcloud.com/en/collaborative-tools/microsoft-365/', - ASIA: 'https://ovhcloud.com/asia/collaborative-tools/microsoft-365/', - IN: 'https://www.ovhcloud.com/en-in/collaborative-tools/microsoft-365/', - DE: 'https://ovhcloud.com/de/collaborative-tools/microsoft-365/', - ES: 'https://ovhcloud.com/es-es/collaborative-tools/microsoft-365/', - IE: 'https://ovhcloud.com/en-ie/collaborative-tools/microsoft-365/', - IT: 'https://ovhcloud.com/it/collaborative-tools/microsoft-365/', - NL: 'https://ovhcloud.com/nl/collaborative-tools/microsoft-365/', - PL: 'https://ovhcloud.com/pl/collaborative-tools/microsoft-365/', - PT: 'https://ovhcloud.com/pt/collaborative-tools/microsoft-365/', - GB: 'https://ovhcloud.com/en-gb/collaborative-tools/microsoft-365/', - CA: 'https://ovhcloud.com/en-ca/collaborative-tools/microsoft-365/', - QC: 'https://ovhcloud.com/fr-ca/collaborative-tools/microsoft-365/', - MA: 'https://ovhcloud.com/fr-ma/collaborative-tools/microsoft-365/', - SN: 'https://ovhcloud.com/fr-sn/collaborative-tools/microsoft-365/', - TN: 'https://ovhcloud.com/fr-tn/collaborative-tools/microsoft-365/', - AU: 'https://ovhcloud.com/en-au/collaborative-tools/microsoft-365/', - SG: 'https://ovhcloud.com/en-sg/collaborative-tools/microsoft-365/', - FR: 'https://ovhcloud.com/fr/collaborative-tools/microsoft-365/', - CZ: 'https://ovhcloud.com/cz-cs/collaborative-tools/microsoft-365/', - FI: 'https://ovhcloud.com/fi/collaborative-tools/microsoft-365/', - LT: 'https://ovhcloud.com/lt/collaborative-tools/microsoft-365/', - WE: 'https://ovhcloud.com/us-en/collaborative-tools/microsoft-365/', - WS: 'https://ovhcloud.com/us-en/collaborative-tools/microsoft-365/', -}; - -export function getOfficeOrderUrl(subsidiary) { - return OFFICE_ORDER_URLS[subsidiary] || OFFICE_ORDER_URLS.DEFAULT; -} - -export default OFFICE_ORDER_URLS; diff --git a/packages/manager/modules/office/src/office.routing.js b/packages/manager/modules/office/src/office.routing.js deleted file mode 100644 index 6542421cf2bd..000000000000 --- a/packages/manager/modules/office/src/office.routing.js +++ /dev/null @@ -1,69 +0,0 @@ -import { ListLayoutHelper } from '@ovh-ux/manager-ng-layout-helpers'; -import { getOfficeOrderUrl } from './office.order'; - -export default /* @ngInject */ ($stateProvider) => { - $stateProvider.state('office.index', { - url: `?${ListLayoutHelper.urlQueryParams}`, - component: 'microsoftOfficeLicense', - params: ListLayoutHelper.stateParams, - redirectTo: (transition) => - transition - .injector() - .getAsync('resources') - .then((resources) => - resources.length === 0 ? { state: 'office.onboarding' } : false, - ), - resolve: { - ...ListLayoutHelper.stateResolves, - apiPath: () => '/license/office', - resources: /* @ngInject */ ($http) => - $http - .get('/service', { - params: { - external: false, - type: '/license/office', - }, - serviceType: 'aapi', - }) - .then(({ data }) => data), - dataModel: () => 'license.office.OfficeTenant', - defaultFilterColumn: () => 'serviceName', - customizableColumns: () => true, - topbarOptions: /* @ngInject */ ( - $translate, - $window, - coreConfig, - atInternet, - ) => ({ - cta: { - type: 'button', - displayed: true, - disabled: false, - label: $translate.instant('office_order'), - value: $translate.instant('office_order'), - onClick: () => { - atInternet.trackClick({ - name: 'office::index::order', - type: 'action', - }); - $window.open( - getOfficeOrderUrl(coreConfig.getUser().ovhSubsidiary), - '_blank', - ); - }, - }, - }), - gotoOrder: /* @ngInject */ ($window, coreConfig) => () => { - $window.open( - getOfficeOrderUrl(coreConfig.getUser().ovhSubsidiary), - '_blank', - ); - }, - hideBreadcrumb: () => true, - getServiceNameLink: /* @ngInject */ ($state) => ({ serviceName }) => - $state.href('office.product', { - serviceName, - }), - }, - }); -}; diff --git a/packages/manager/modules/office/src/onboarding/constants.js b/packages/manager/modules/office/src/onboarding/constants.js deleted file mode 100644 index a4e38ca6d901..000000000000 --- a/packages/manager/modules/office/src/onboarding/constants.js +++ /dev/null @@ -1,101 +0,0 @@ -export const GUIDES = [ - { - title: 'office_onboarding_guide1_title', - description: 'office_onboarding_guide1_description', - links: { - DEFAULT: - 'https://docs.ovh.com/gb/en/microsoft-collaborative-solutions/manage-office-365-csp1/', - DE: - 'https://docs.ovh.com/de/microsoft-collaborative-solutions/bestellung_und_verwaltung_einer_office_365_lizenzgruppe_bei_ovh/', - ES: - 'https://docs.ovh.com/es/microsoft-collaborative-solutions/contratar_y_gestionar_un_grupo_de_licencias_de_office_365_ovh/', - IE: - 'https://docs.ovh.com/ie/en/microsoft-collaborative-solutions/manage-office-365-csp1/', - IT: - 'https://docs.ovh.com/it/microsoft-collaborative-solutions/ordina_e_gestisci_un_gruppo_di_licenze_office_365_ovh/', - PL: - 'https://docs.ovh.com/pl/microsoft-collaborative-solutions/zamowienie_grupy_licencji_office_365_ovh/', - PT: - 'https://docs.ovh.com/pt/microsoft-collaborative-solutions/encomendar-et-gerir-um-grupo-de-licenças-office-365-ovh/', - GB: - 'https://docs.ovh.com/gb/en/microsoft-collaborative-solutions/manage-office-365-csp1/', - FR: - 'https://docs.ovh.com/fr/microsoft-collaborative-solutions/commander-et-gerer-un-groupe-de-licences-office-365-ovh/', - }, - }, - { - title: 'office_onboarding_guide2_title', - description: 'office_onboarding_guide2_description', - links: { - DEFAULT: - 'https://docs.ovh.com/gb/en/microsoft-collaborative-solutions/order-and-manage-a-group-of-ovh-office-365-csp2-reseller-licences/', - DE: - 'https://docs.ovh.com/de/microsoft-collaborative-solutions/verwaltung_einer_office_365_reseller_lizenzgruppe_csp2/', - ES: - 'https://docs.ovh.com/es/microsoft-collaborative-solutions/contratar-y-gestionar-un-grupo-de-licencias-office-365-revendedor-csp2-ovh/', - IE: - 'https://docs.ovh.com/ie/en/microsoft-collaborative-solutions/order-and-manage-a-group-of-ovh-office-365-csp2-reseller-licences/', - IT: - 'https://docs.ovh.com/it/microsoft-collaborative-solutions/ordina_e_gestisci_un_gruppo_di_licenze_office_365_reseller_ovh_csp2/', - PL: - 'https://docs.ovh.com/pl/microsoft-collaborative-solutions/zarzadzanie-licencje-office-365-reseller-csp2/', - PT: - 'https://docs.ovh.com/pt/microsoft-collaborative-solutions/encomendar_e_gerir_um_grupo_de_licencas_office_365_revendedor_csp2_ovh/', - GB: - 'https://docs.ovh.com/gb/en/microsoft-collaborative-solutions/order-and-manage-a-group-of-ovh-office-365-csp2-reseller-licences/', - FR: - 'https://docs.ovh.com/fr/microsoft-collaborative-solutions/commander-et-gerer-un-groupe-de-licences-office-365-revendeur-csp2-ovh/', - }, - }, - { - title: 'office_onboarding_guide3_title', - description: 'office_onboarding_guide3_description', - links: { - DEFAULT: - 'https://docs.ovh.com/gb/en/microsoft-collaborative-solutions/office365-proplus-remote-desktop/', - DE: - 'https://docs.ovh.com/de/microsoft-collaborative-solutions/office365-proplus-remotedesktopdienste/', - ES: - 'https://docs.ovh.com/es/microsoft-collaborative-solutions/office365-proplus-escritorio-remoto/', - IE: - 'https://docs.ovh.com/ie/en/microsoft-collaborative-solutions/office365-proplus-remote-desktop/', - IT: - 'https://docs.ovh.com/it/microsoft-collaborative-solutions/office365-proplus-desktop-remoto/', - PL: - 'https://docs.ovh.com/pl/microsoft-collaborative-solutions/office365-proplus-biuro-a-zdalne/', - PT: - 'https://docs.ovh.com/pt/microsoft-collaborative-solutions/office365-proplus-escritório-a-distância/', - GB: - 'https://docs.ovh.com/gb/en/microsoft-collaborative-solutions/office365-proplus-remote-desktop/', - FR: - 'https://docs.ovh.com/fr/microsoft-collaborative-solutions/office365-proplus-bureau-a-distance/', - }, - }, -]; - -export const CTAS = { - DEFAULT: 'https://ovhcloud.com/en/collaborative-tools/microsoft-365/', - ASIA: 'https://ovhcloud.com/asia/collaborative-tools/microsoft-365/', - IN: 'https://www.ovhcloud.com/en-in/collaborative-tools/microsoft-365/', - DE: 'https://ovhcloud.com/de/collaborative-tools/microsoft-365/', - ES: 'https://ovhcloud.com/es-es/collaborative-tools/microsoft-365/', - IE: 'https://ovhcloud.com/en-ie/collaborative-tools/microsoft-365/', - IT: 'https://ovhcloud.com/it/collaborative-tools/microsoft-365/', - NL: 'https://ovhcloud.com/nl/collaborative-tools/microsoft-365/', - PL: 'https://ovhcloud.com/pl/collaborative-tools/microsoft-365/', - PT: 'https://ovhcloud.com/pt/collaborative-tools/microsoft-365/', - GB: 'https://ovhcloud.com/en-gb/collaborative-tools/microsoft-365/', - CA: 'https://ovhcloud.com/en-ca/collaborative-tools/microsoft-365/', - QC: 'https://ovhcloud.com/fr-ca/collaborative-tools/microsoft-365/', - MA: 'https://ovhcloud.com/fr-ma/collaborative-tools/microsoft-365/', - SN: 'https://ovhcloud.com/fr-sn/collaborative-tools/microsoft-365/', - TN: 'https://ovhcloud.com/fr-tn/collaborative-tools/microsoft-365/', - AU: 'https://ovhcloud.com/en-au/collaborative-tools/microsoft-365/', - SG: 'https://ovhcloud.com/en-sg/collaborative-tools/microsoft-365/', - FR: 'https://ovhcloud.com/fr/collaborative-tools/microsoft-365/', - CZ: 'https://ovhcloud.com/cz-cs/collaborative-tools/microsoft-365/', - FI: 'https://ovhcloud.com/fi/collaborative-tools/microsoft-365/', - LT: 'https://ovhcloud.com/lt/collaborative-tools/microsoft-365/', - WE: 'https://ovhcloud.com/us-en/collaborative-tools/microsoft-365/', - WS: 'https://ovhcloud.com/us-en/collaborative-tools/microsoft-365/', -}; diff --git a/packages/manager/modules/office/src/onboarding/index.js b/packages/manager/modules/office/src/onboarding/index.js deleted file mode 100644 index 49458c516aee..000000000000 --- a/packages/manager/modules/office/src/onboarding/index.js +++ /dev/null @@ -1,22 +0,0 @@ -import angular from 'angular'; -import '@uirouter/angularjs'; -import 'oclazyload'; - -const moduleName = 'officeOnboardingLazyLoading'; - -angular.module(moduleName, ['ui.router', 'oc.lazyLoad']).config( - /* @ngInject */ ($stateProvider) => { - $stateProvider.state('office.onboarding.**', { - url: '/onboarding', - lazyLoad: ($transition$) => { - const $ocLazyLoad = $transition$.injector().get('$ocLazyLoad'); - - return import('./onboarding.module').then((mod) => - $ocLazyLoad.inject(mod.default || mod), - ); - }, - }); - }, -); - -export default moduleName; diff --git a/packages/manager/modules/office/src/onboarding/onboarding.component.js b/packages/manager/modules/office/src/onboarding/onboarding.component.js deleted file mode 100644 index 03029c1abdbb..000000000000 --- a/packages/manager/modules/office/src/onboarding/onboarding.component.js +++ /dev/null @@ -1,7 +0,0 @@ -import template from './onboarding.html'; -import controller from './onboarding.controller'; - -export default { - template, - controller, -}; diff --git a/packages/manager/modules/office/src/onboarding/onboarding.controller.js b/packages/manager/modules/office/src/onboarding/onboarding.controller.js deleted file mode 100644 index eca18e2a1de2..000000000000 --- a/packages/manager/modules/office/src/onboarding/onboarding.controller.js +++ /dev/null @@ -1,20 +0,0 @@ -import { GUIDES, CTAS } from './constants'; - -export default class OfficeOnboardingController { - /* @ngInject */ - constructor($translate, coreConfig) { - this.$translate = $translate; - this.coreConfig = coreConfig; - } - - async $onInit() { - const user = await this.coreConfig.getUser(); - this.ovhSubsidiary = user.ovhSubsidiary; - this.guides = GUIDES.map((guide) => ({ - link: guide.links[this.ovhSubsidiary] || guide.links.DEFAULT, - description: this.$translate.instant(guide.description), - title: this.$translate.instant(guide.title), - })); - this.cta = CTAS[this.ovhSubsidiary] || CTAS.DEFAULT; - } -} diff --git a/packages/manager/modules/office/src/onboarding/onboarding.html b/packages/manager/modules/office/src/onboarding/onboarding.html deleted file mode 100644 index d8c55d8ba242..000000000000 --- a/packages/manager/modules/office/src/onboarding/onboarding.html +++ /dev/null @@ -1,16 +0,0 @@ - - -

-
- -

- - -
-
diff --git a/packages/manager/modules/office/src/onboarding/onboarding.module.js b/packages/manager/modules/office/src/onboarding/onboarding.module.js deleted file mode 100644 index c7d42a338f21..000000000000 --- a/packages/manager/modules/office/src/onboarding/onboarding.module.js +++ /dev/null @@ -1,14 +0,0 @@ -import { OnboardingLayoutHelper } from '@ovh-ux/manager-ng-layout-helpers'; - -import component from './onboarding.component'; -import routing from './onboarding.routing'; - -const moduleName = 'officeOnboarding'; - -angular - .module(moduleName, [OnboardingLayoutHelper]) - .component('officeOnboardingComponent', component) - .config(routing) - .run(/* @ngTranslationsInject:json ./translations */); - -export default moduleName; diff --git a/packages/manager/modules/office/src/onboarding/onboarding.routing.js b/packages/manager/modules/office/src/onboarding/onboarding.routing.js deleted file mode 100644 index f51d5646c831..000000000000 --- a/packages/manager/modules/office/src/onboarding/onboarding.routing.js +++ /dev/null @@ -1,18 +0,0 @@ -export default /* @ngInject */ ($stateProvider) => { - $stateProvider.state('office.onboarding', { - url: '/onboarding', - component: 'officeOnboardingComponent', - redirectTo: (transition) => - transition - .injector() - .getAsync('resources') - .then((resources) => - resources.length > 0 ? { state: 'office.index' } : false, - ), - resolve: { - hideBreadcrumb: () => true, - resources: /* @ngInject */ ($http) => - $http.get('/license/office').then(({ data }) => data), - }, - }); -}; diff --git a/packages/manager/modules/office/src/onboarding/translations/Messages_de_DE.json b/packages/manager/modules/office/src/onboarding/translations/Messages_de_DE.json deleted file mode 100644 index 3f90cdbde3c5..000000000000 --- a/packages/manager/modules/office/src/onboarding/translations/Messages_de_DE.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "office_onboarding_title": "Kollaborative Lösungen", - "office_onboarding_description": "Ob im Büro oder unterwegs: Verschieben, teilen und bearbeiten Sie Dokumente und kommunizieren Sie von überall aus mit allen Ihren Teams!", - "office_onboarding_description2": "Lernen Sie alle unsere gesicherten kollaborativen Lösungen kennen - sofort einsatzbereit.", - "office_onboarding_order": "Bestellen", - "office_onboarding_guide1_title": "OVHcloud Microsoft 365 Lizenzgruppe (CSP1) verwalten", - "office_onboarding_guide1_description": "Hier erfahren Sie, wie Sie eine Microsoft 365 Lizenz abonnieren und in Ihrem OVHcloud Kundencenter verwalten.", - "office_onboarding_guide2_title": "OVHcloud Office 365 Reseller Lizenzgruppe (CSP2) verwalten", - "office_onboarding_guide2_description": "Hier erfahren Sie, wie Sie einen Office 365 Reseller Dienst (CSP2) bei OVHcloud abonnieren und verwalten.", - "office_onboarding_guide3_title": "Remotedesktop mit Microsoft 365 Apps verwenden", - "office_onboarding_guide3_description": "Hier erfahren Sie, wie Sie Microsoft 365 Apps auf einem Remotedesktop (RDS) oder einem geteilten Computer installieren und verwenden" -} diff --git a/packages/manager/modules/office/src/onboarding/translations/Messages_en_GB.json b/packages/manager/modules/office/src/onboarding/translations/Messages_en_GB.json deleted file mode 100644 index 48fe21fd8c02..000000000000 --- a/packages/manager/modules/office/src/onboarding/translations/Messages_en_GB.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "office_onboarding_title": "Collaborative solutions", - "office_onboarding_description": "Whether you are in the office or on the go, share, edit and communicate with all your teams.", - "office_onboarding_description2": "Explore all our ready-to-use, secure collaborative solutions.", - "office_onboarding_order": "Order", - "office_onboarding_guide1_title": "Managing a Microsoft 365 OVHcloud licence group (CSP1)", - "office_onboarding_guide1_description": "Find out how to subscribe to a Microsoft 365 licence and manage it in the OVHcloud Control Panel.", - "office_onboarding_guide2_title": "Managing a group of OVHcloud Office 365 Reseller licences (CSP2)", - "office_onboarding_guide2_description": "Find out how to subscribe to and manage an Office 365 Reseller (CSP2) service from OVHcloud.", - "office_onboarding_guide3_title": "Using a remote desktop with Microsoft 365 Apps", - "office_onboarding_guide3_description": "Find out how to install and use Microsoft 365 Apps on a remote desktop (RDS) or shared computer." -} diff --git a/packages/manager/modules/office/src/onboarding/translations/Messages_es_ES.json b/packages/manager/modules/office/src/onboarding/translations/Messages_es_ES.json deleted file mode 100644 index 02c1a8ccbde5..000000000000 --- a/packages/manager/modules/office/src/onboarding/translations/Messages_es_ES.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "office_onboarding_title": "Soluciones colaborativas", - "office_onboarding_description": "Tanto si está en la oficina como si está de viaje, comparta, edite y comuníquese con sus equipos desde cualquier lugar.", - "office_onboarding_description2": "Descubra nuestras soluciones colaborativas listas para usar y seguras.", - "office_onboarding_order": "Contratar", - "office_onboarding_guide1_title": "Gestionar un grupo de licencias Microsoft 365 OVHcloud (CSP1)", - "office_onboarding_guide1_description": "Cómo contratar una licencia Microsoft 365 y administrarla desde el área de cliente de OVHcloud", - "office_onboarding_guide2_title": "Gestionar un grupo de licencias Office 365 Reseller (CSP2) de OVHcloud", - "office_onboarding_guide2_description": "Cómo contratar y administrar un servicio Office 365 Reseller (CSP2) de OVHcloud", - "office_onboarding_guide3_title": "Utilizar el escritorio remoto con Microsoft 365 Apps", - "office_onboarding_guide3_description": "Cómo instalar y utilizar Microsoft 365 Apps en un escritorio remoto (RDS) o un ordenador compartido" -} diff --git a/packages/manager/modules/office/src/onboarding/translations/Messages_fr_CA.json b/packages/manager/modules/office/src/onboarding/translations/Messages_fr_CA.json deleted file mode 100644 index 58d61fe8964e..000000000000 --- a/packages/manager/modules/office/src/onboarding/translations/Messages_fr_CA.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "office_onboarding_title": "Solutions collaboratives", - "office_onboarding_description": "Que vous soyez au bureau ou en déplacement, partagez, éditez et communiquez où que vous soyez avec l’ensemble de vos équipes !", - "office_onboarding_description2": "Découvrez toutes nos solutions collaboratives prêtes à l'emploi et sécurisées.", - "office_onboarding_order": "Commander", - "office_onboarding_guide1_title": "Gérer un groupe de licences Microsoft 365 OVHcloud (CSP1)", - "office_onboarding_guide1_description": "Découvez comment souscrire à une licence Microsoft 365 et la gérer dans votre espace client OVHcloud.", - "office_onboarding_guide2_title": "Gérer un groupe de licences Office 365 Revendeurs (CSP2) OVHcloud", - "office_onboarding_guide2_description": "Découvrez comment souscrire et administrer un service Office 365 Revendeurs (CSP2) chez OVHcloud", - "office_onboarding_guide3_title": "Utiliser le bureau à distance avec Microsoft 365 apps", - "office_onboarding_guide3_description": "Découvrez comment installer et utiliser Microsoft 365 apps sur un bureau distant (RDS) ou un ordinateur partagé" -} diff --git a/packages/manager/modules/office/src/onboarding/translations/Messages_fr_FR.json b/packages/manager/modules/office/src/onboarding/translations/Messages_fr_FR.json deleted file mode 100644 index 58d61fe8964e..000000000000 --- a/packages/manager/modules/office/src/onboarding/translations/Messages_fr_FR.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "office_onboarding_title": "Solutions collaboratives", - "office_onboarding_description": "Que vous soyez au bureau ou en déplacement, partagez, éditez et communiquez où que vous soyez avec l’ensemble de vos équipes !", - "office_onboarding_description2": "Découvrez toutes nos solutions collaboratives prêtes à l'emploi et sécurisées.", - "office_onboarding_order": "Commander", - "office_onboarding_guide1_title": "Gérer un groupe de licences Microsoft 365 OVHcloud (CSP1)", - "office_onboarding_guide1_description": "Découvez comment souscrire à une licence Microsoft 365 et la gérer dans votre espace client OVHcloud.", - "office_onboarding_guide2_title": "Gérer un groupe de licences Office 365 Revendeurs (CSP2) OVHcloud", - "office_onboarding_guide2_description": "Découvrez comment souscrire et administrer un service Office 365 Revendeurs (CSP2) chez OVHcloud", - "office_onboarding_guide3_title": "Utiliser le bureau à distance avec Microsoft 365 apps", - "office_onboarding_guide3_description": "Découvrez comment installer et utiliser Microsoft 365 apps sur un bureau distant (RDS) ou un ordinateur partagé" -} diff --git a/packages/manager/modules/office/src/onboarding/translations/Messages_it_IT.json b/packages/manager/modules/office/src/onboarding/translations/Messages_it_IT.json deleted file mode 100644 index 5207358cfcae..000000000000 --- a/packages/manager/modules/office/src/onboarding/translations/Messages_it_IT.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "office_onboarding_title": "Soluzioni collaborative", - "office_onboarding_description": "Condividi, modifica e comunica con tutti i team ovunque ti trovi, in ufficio o in viaggio.", - "office_onboarding_description2": "Scopri tutte le nostre soluzioni collaborative, pronte all'uso e sicure.", - "office_onboarding_order": "Ordina", - "office_onboarding_guide1_title": "Gestire un gruppo di licenze Microsoft 365 OVHcloud", - "office_onboarding_guide1_description": "Come attivare una licenza Microsoft 365 e gestirla nello Spazio Cliente OVHcloud.", - "office_onboarding_guide2_title": "Gestire un gruppo di licenze Office 365 Reseller (CSP2) OVHcloud", - "office_onboarding_guide2_description": "Come attivare e gestire un servizio Office 365 Reseller (CSP2) in OVHcloud.", - "office_onboarding_guide3_title": "Utilizzare il desktop remoto con Microsoft 365 apps", - "office_onboarding_guide3_description": "Come installare e utilizzare Microsoft 365 apps su un desktop remoto (RDS) o un computer condiviso" -} diff --git a/packages/manager/modules/office/src/onboarding/translations/Messages_pl_PL.json b/packages/manager/modules/office/src/onboarding/translations/Messages_pl_PL.json deleted file mode 100644 index 5b422677f40b..000000000000 --- a/packages/manager/modules/office/src/onboarding/translations/Messages_pl_PL.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "office_onboarding_title": "Rozwiązania do pracy zespołowej", - "office_onboarding_description": "Niezależnie od tego, czy przebywasz w biurze czy w podróży, współdziel pliki, edytuj je i komunikuj się ze wszystkimi swoimi zespołami!", - "office_onboarding_description2": "Poznaj bezpieczne rozwiązania do pracy zespołowej od OVHcloud.", - "office_onboarding_order": "Zamów", - "office_onboarding_guide1_title": "Zarządzanie grupą licencji Microsoft 365 OVHcloud (CSP1)", - "office_onboarding_guide1_description": "Dowiedz się, jak zamówić licencję Microsoft 365 i zarządzać nią w Panelu klienta OVHcloud.", - "office_onboarding_guide2_title": "Zarządzanie grupą licencji Office 365 Reseller (CSP2) OVHcloud", - "office_onboarding_guide2_description": "Dowiedz się, jak zamówić i zarządzać usługą Office 365 Reseller (CSP2) w OVHcloud", - "office_onboarding_guide3_title": "Korzystaj z pulpitu zdalnego z Microsoft 365 Apps", - "office_onboarding_guide3_description": "Dowiedz się, jak zainstalować i korzystać z Microsoft 365 Apps na zdalnym pulpicie (RDS) lub komputerze współdzielonym" -} diff --git a/packages/manager/modules/office/src/onboarding/translations/Messages_pt_PT.json b/packages/manager/modules/office/src/onboarding/translations/Messages_pt_PT.json deleted file mode 100644 index f6823365cb19..000000000000 --- a/packages/manager/modules/office/src/onboarding/translations/Messages_pt_PT.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "office_onboarding_title": "Soluções colaborativas", - "office_onboarding_description": "Quer esteja no escritório ou em viagem, poderá partilhar, editar e comunicar com todas as suas equipas, onde quer que esteja!", - "office_onboarding_description2": "Descubra todas as nossas soluções colaborativas prontas a utilizar e seguras.", - "office_onboarding_order": "Encomendar", - "office_onboarding_guide1_title": "Gerir um grupo de licenças Microsoft 365 OVHcloud (CSP1)", - "office_onboarding_guide1_description": "Saiba como subscrever uma licença Microsoft 365 e geri-la na sua Área de Cliente OVHcloud.", - "office_onboarding_guide2_title": "Gerir um grupo de licenças Office 365 Revendedores (CSP2) OVHcloud", - "office_onboarding_guide2_description": "Saiba como subscrever e administrar um serviço Office 365 Revendedores (CSP2) na OVHcloud", - "office_onboarding_guide3_title": "Utilizar o ambiente de trabalho remoto com Microsoft 365 apps", - "office_onboarding_guide3_description": "Saiba como instalar e utilizar o Microsoft 365 apps num ambiente de trabalho remoto (RDS) ou num computador partilhado" -} diff --git a/packages/manager/modules/office/src/translations/Messages_de_DE.json b/packages/manager/modules/office/src/translations/Messages_de_DE.json deleted file mode 100644 index 85e77ad1cbac..000000000000 --- a/packages/manager/modules/office/src/translations/Messages_de_DE.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "office_title": "Microsoft 365", - "office_order": "Bestellen" -} diff --git a/packages/manager/modules/office/src/translations/Messages_en_GB.json b/packages/manager/modules/office/src/translations/Messages_en_GB.json deleted file mode 100644 index 83e3e2998ede..000000000000 --- a/packages/manager/modules/office/src/translations/Messages_en_GB.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "office_title": "Microsoft 365", - "office_order": "Order" -} diff --git a/packages/manager/modules/office/src/translations/Messages_es_ES.json b/packages/manager/modules/office/src/translations/Messages_es_ES.json deleted file mode 100644 index 243ad3014c8e..000000000000 --- a/packages/manager/modules/office/src/translations/Messages_es_ES.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "office_title": "Microsoft 365", - "office_order": "Contratar" -} diff --git a/packages/manager/modules/office/src/translations/Messages_fr_CA.json b/packages/manager/modules/office/src/translations/Messages_fr_CA.json deleted file mode 100644 index 9417034a7d26..000000000000 --- a/packages/manager/modules/office/src/translations/Messages_fr_CA.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "office_title": "Microsoft 365", - "office_order": "Commander" -} diff --git a/packages/manager/modules/office/src/translations/Messages_fr_FR.json b/packages/manager/modules/office/src/translations/Messages_fr_FR.json deleted file mode 100644 index 9417034a7d26..000000000000 --- a/packages/manager/modules/office/src/translations/Messages_fr_FR.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "office_title": "Microsoft 365", - "office_order": "Commander" -} diff --git a/packages/manager/modules/office/src/translations/Messages_it_IT.json b/packages/manager/modules/office/src/translations/Messages_it_IT.json deleted file mode 100644 index 051271f2d870..000000000000 --- a/packages/manager/modules/office/src/translations/Messages_it_IT.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "office_title": "Microsoft 365", - "office_order": "Ordina" -} diff --git a/packages/manager/modules/office/src/translations/Messages_pl_PL.json b/packages/manager/modules/office/src/translations/Messages_pl_PL.json deleted file mode 100644 index 113c465ec641..000000000000 --- a/packages/manager/modules/office/src/translations/Messages_pl_PL.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "office_title": "Microsoft 365", - "office_order": "Zamów" -} diff --git a/packages/manager/modules/office/src/translations/Messages_pt_PT.json b/packages/manager/modules/office/src/translations/Messages_pt_PT.json deleted file mode 100644 index 1d0da19dc5d6..000000000000 --- a/packages/manager/modules/office/src/translations/Messages_pt_PT.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "office_title": "Microsoft 365", - "office_order": "Encomendar" -}