@ovh-ux/manager-common-translations 0.12.0 → 0.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [0.13.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-common-translations@0.12.0...@ovh-ux/manager-common-translations@0.13.0) (2025-07-24)
7
+
8
+
9
+ ### Features
10
+
11
+ * **veeam:** add disabled status in translation commun ([5394a5c](https://github.com/ovh/manager/commit/5394a5cbf713a9544b61d128f074fc9783a84a8e)), closes [#MANAGER-17139](https://github.com/ovh/manager/issues/MANAGER-17139)
12
+
13
+
14
+
15
+
16
+
6
17
  # [0.12.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-common-translations@0.11.0...@ovh-ux/manager-common-translations@0.12.0) (2025-07-24)
7
18
 
8
19
 
@@ -3,5 +3,6 @@
3
3
  "unsubscribed": "Nicht abonniert",
4
4
  "subscribed": "Abonniert",
5
5
  "to_activate": "Zu aktivieren",
6
- "activation_in_progress": "Wird aktiviert"
6
+ "activation_in_progress": "Wird aktiviert",
7
+ "disabled": "Deaktiviert"
7
8
  }
@@ -3,5 +3,6 @@
3
3
  "unsubscribed": "Not subscribed",
4
4
  "subscribed": "Subscribed",
5
5
  "to_activate": "Enabling required",
6
- "activation_in_progress": "Enabling..."
6
+ "activation_in_progress": "Enabling...",
7
+ "disabled": "Disabled"
7
8
  }
@@ -3,5 +3,6 @@
3
3
  "unsubscribed": "No suscrito",
4
4
  "subscribed": "Suscrito",
5
5
  "to_activate": "Pendiente de activar",
6
- "activation_in_progress": "Activando..."
6
+ "activation_in_progress": "Activando...",
7
+ "disabled": "Desactivado"
7
8
  }
@@ -3,5 +3,6 @@
3
3
  "unsubscribed": "Non souscrit",
4
4
  "subscribed": "Souscrit",
5
5
  "to_activate": "À activer",
6
- "activation_in_progress": "Activation en cours"
6
+ "activation_in_progress": "Activation en cours",
7
+ "disabled": "Désactivé"
7
8
  }
@@ -3,5 +3,6 @@
3
3
  "unsubscribed": "Non souscrit",
4
4
  "subscribed": "Souscrit",
5
5
  "to_activate": "À activer",
6
- "activation_in_progress": "Activation en cours"
6
+ "activation_in_progress": "Activation en cours",
7
+ "disabled": "Désactivé"
7
8
  }
@@ -3,5 +3,6 @@
3
3
  "unsubscribed": "Non sottoscritto",
4
4
  "subscribed": "Sottoscritto",
5
5
  "to_activate": "Da attivare",
6
- "activation_in_progress": "Attivazione in corso"
6
+ "activation_in_progress": "Attivazione in corso",
7
+ "disabled": "Disattivato"
7
8
  }
@@ -3,5 +3,6 @@
3
3
  "unsubscribed": "Nie subskrybujesz",
4
4
  "subscribed": "Subskrybujesz",
5
5
  "to_activate": "Do aktywacji",
6
- "activation_in_progress": "Trwa włączanie..."
6
+ "activation_in_progress": "Trwa włączanie...",
7
+ "disabled": "Wyłączona"
7
8
  }
@@ -3,5 +3,6 @@
3
3
  "unsubscribed": "Não subscrito",
4
4
  "subscribed": "Subscrito",
5
5
  "to_activate": "A ativar",
6
- "activation_in_progress": "Ativação em curso"
6
+ "activation_in_progress": "Ativação em curso",
7
+ "disabled": "Desativado"
7
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ovh-ux/manager-common-translations",
3
- "version": "0.12.0",
3
+ "version": "0.13.0",
4
4
  "description": "Common translations for Manager µ-apps",
5
5
  "repository": {
6
6
  "type": "git",