@ovh-ux/manager-common-translations 0.24.3 → 0.25.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.25.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-common-translations@0.24.3...@ovh-ux/manager-common-translations@0.25.0) (2025-12-12)
7
+
8
+
9
+ ### Features
10
+
11
+ * **common-translation:** add status labels ([2ca96b8](https://github.com/ovh/manager/commit/2ca96b8c5bb259b035d292b4d9ef8ba3a0ffbe4e)), closes [#BKP-488](https://github.com/ovh/manager/issues/BKP-488)
12
+
13
+
14
+
15
+
16
+
6
17
  ## [0.24.3](https://github.com/ovh/manager/compare/@ovh-ux/manager-common-translations@0.24.2...@ovh-ux/manager-common-translations@0.24.3) (2025-12-10)
7
18
 
8
19
  **Note:** Version bump only for package @ovh-ux/manager-common-translations
@@ -20,5 +20,7 @@
20
20
  "creating": "Wird erstellt",
21
21
  "updating": "Update",
22
22
  "unconfigured": "Nicht konfiguriert",
23
- "unPaid": "Unbezahlte Rechnung"
23
+ "unPaid": "Unbezahlte Rechnung",
24
+ "error": "Fehler",
25
+ "ready": "Aktiv"
24
26
  }
@@ -20,5 +20,7 @@
20
20
  "creating": "Creating",
21
21
  "updating": "Updating",
22
22
  "unconfigured": "Not configured",
23
- "unPaid": "Unpaid bill"
23
+ "unPaid": "Unpaid bill",
24
+ "error": "Error",
25
+ "ready": "Active"
24
26
  }
@@ -20,5 +20,7 @@
20
20
  "creating": "En proceso de creación",
21
21
  "updating": "Actualizada",
22
22
  "unconfigured": "No configurado",
23
- "unPaid": "Factura impagada"
23
+ "unPaid": "Factura impagada",
24
+ "error": "Error",
25
+ "ready": "Activo"
24
26
  }
@@ -20,5 +20,7 @@
20
20
  "prepaid": "Prépayé",
21
21
  "creating": "En cours de création",
22
22
  "updating": "Mise à jour",
23
- "unconfigured": "Non configuré"
23
+ "unconfigured": "Non configuré",
24
+ "error": "Erreur",
25
+ "ready": "Actif"
24
26
  }
@@ -20,5 +20,7 @@
20
20
  "prepaid": "Prépayé",
21
21
  "creating": "En cours de création",
22
22
  "updating": "Mise à jour",
23
- "unconfigured": "Non configuré"
23
+ "unconfigured": "Non configuré",
24
+ "error": "Erreur",
25
+ "ready": "Actif"
24
26
  }
@@ -20,5 +20,7 @@
20
20
  "creating": "In corso di creazione",
21
21
  "updating": "Aggiornamento",
22
22
  "unconfigured": "Non configurato",
23
- "unPaid": "Fattura non pagata"
23
+ "unPaid": "Fattura non pagata",
24
+ "error": "Errore",
25
+ "ready": "Attivo"
24
26
  }
@@ -20,5 +20,7 @@
20
20
  "creating": "Trwa tworzenie",
21
21
  "updating": "Aktualizacja",
22
22
  "unconfigured": "Brak konfiguracji",
23
- "unPaid": "Niezapłacona faktura"
23
+ "unPaid": "Niezapłacona faktura",
24
+ "error": "Błąd",
25
+ "ready": "Aktywna"
24
26
  }
@@ -20,5 +20,7 @@
20
20
  "creating": "Criação em curso",
21
21
  "updating": "Atualização",
22
22
  "unconfigured": "Não configurado",
23
- "unPaid": "Fatura por pagar"
23
+ "unPaid": "Fatura por pagar",
24
+ "error": "Erro",
25
+ "ready": "Ativo"
24
26
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ovh-ux/manager-common-translations",
3
- "version": "0.24.3",
3
+ "version": "0.25.0",
4
4
  "description": "Common translations for Manager µ-apps",
5
5
  "repository": {
6
6
  "type": "git",