@ovh-ux/manager-common-translations 0.16.0 → 0.17.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.17.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-common-translations@0.16.0...@ovh-ux/manager-common-translations@0.17.0) (2025-09-02)
7
+
8
+
9
+ ### Features
10
+
11
+ * add optional step label to mrc modal ([2d88a93](https://github.com/ovh/manager/commit/2d88a9362063e6b01fd2c446292b66f4307d348a)), closes [#ISSUE-18727](https://github.com/ovh/manager/issues/ISSUE-18727)
12
+
13
+
14
+
15
+
16
+
6
17
  # [0.16.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-common-translations@0.15.0...@ovh-ux/manager-common-translations@0.16.0) (2025-08-14)
7
18
 
8
19
 
@@ -26,5 +26,6 @@
26
26
  "change_password_label_confirm_password": "Bestätigung des neuen Passworts",
27
27
  "change_password_helper1": "Bitte beachten Sie, dass das Passwort nach folgenden Regeln vergeben werden muss:",
28
28
  "change_password_helper2": "Mindestens 1 Kleinbuchstabe, 1 Großbuchstabe, 1 Ziffer oder 1 Sonderzeichen",
29
- "price": "Preis"
29
+ "price": "Preis",
30
+ "stepPlaceholder": "Schritt {{current}} auf {{total}}"
30
31
  }
@@ -26,5 +26,6 @@
26
26
  "change_password_label_confirm_password": "New password confirmation",
27
27
  "change_password_helper1": "Please note that the password must meet the following criteria:",
28
28
  "change_password_helper2": "At least 1 lower case letter, 1 upper case letter, 1 number, or 1 special character",
29
- "price": "Price"
29
+ "price": "Price",
30
+ "stepPlaceholder": "Step {{current}} of {{total}}"
30
31
  }
@@ -26,5 +26,6 @@
26
26
  "change_password_label_confirm_password": "Confirmación de la nueva contraseña",
27
27
  "change_password_helper1": "Atención: La contraseña debe cumplir los siguientes criterios:",
28
28
  "change_password_helper2": "Al menos una letra minúscula, una letra mayúscula, un número o un carácter especial",
29
- "price": "Precio"
29
+ "price": "Precio",
30
+ "stepPlaceholder": "Paso {{current}} de {{total}}"
30
31
  }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "stepPlaceholder": "Étape {{current}} sur {{total}}",
2
3
  "mandatory_fields": "Les champs mentionnés avec un astérisque * sont obligatoires.",
3
4
  "max_chars": "{{ value }} caractères maximum",
4
5
  "min_chars": "{{ value }} caractères minimum",
@@ -1,4 +1,5 @@
1
1
  {
2
+ "stepPlaceholder": "Étape {{current}} sur {{total}}",
2
3
  "mandatory_fields": "Les champs mentionnés avec un astérisque * sont obligatoires.",
3
4
  "max_chars": "{{ value }} caractères maximum",
4
5
  "min_chars": "{{ value }} caractères minimum",
@@ -26,5 +26,6 @@
26
26
  "change_password_label_confirm_password": "Conferma della nuova password",
27
27
  "change_password_helper1": "Attenzione, la password deve rispettare queste condizioni:",
28
28
  "change_password_helper2": "Almeno 1 lettera minuscola, 1 lettera maiuscola, 1 cifra o 1 carattere speciale",
29
- "price": "Prezzo"
29
+ "price": "Prezzo",
30
+ "stepPlaceholder": "Step {{current}} di {{total}}"
30
31
  }
@@ -26,5 +26,6 @@
26
26
  "change_password_label_confirm_password": "Potwierdzenie nowego hasła",
27
27
  "change_password_helper1": "Uwaga: hasło musi spełniać następujące warunki:",
28
28
  "change_password_helper2": "Co najmniej 1 mała litera, 1 duża litera, 1 cyfra lub 1 znak specjalny",
29
- "price": "Cena"
29
+ "price": "Cena",
30
+ "stepPlaceholder": "Etap {{current}} z {{total}}"
30
31
  }
@@ -26,5 +26,6 @@
26
26
  "change_password_label_confirm_password": "Confirmação da nova palavra-passe",
27
27
  "change_password_helper1": "Tenha em conta que a palavra-passe deve respeitar as seguintes condições:",
28
28
  "change_password_helper2": "Pelo menos 1 letra minúscula, 1 letra maiúscula, 1 algarismo ou 1 caráter especial",
29
- "price": "Preço"
29
+ "price": "Preço",
30
+ "stepPlaceholder": "Etapa {{current}} de {{total}}"
30
31
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ovh-ux/manager-common-translations",
3
- "version": "0.16.0",
3
+ "version": "0.17.0",
4
4
  "description": "Common translations for Manager µ-apps",
5
5
  "repository": {
6
6
  "type": "git",