@ovh-ux/manager-common-translations 0.13.0 → 0.15.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.
Files changed (47) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/dist/@ovh-ux/manager-common-translations/actions/Messages_de_DE.json +5 -1
  3. package/dist/@ovh-ux/manager-common-translations/actions/Messages_en_GB.json +5 -1
  4. package/dist/@ovh-ux/manager-common-translations/actions/Messages_es_ES.json +5 -1
  5. package/dist/@ovh-ux/manager-common-translations/actions/Messages_fr_CA.json +5 -1
  6. package/dist/@ovh-ux/manager-common-translations/actions/Messages_fr_FR.json +5 -1
  7. package/dist/@ovh-ux/manager-common-translations/actions/Messages_it_IT.json +5 -1
  8. package/dist/@ovh-ux/manager-common-translations/actions/Messages_pl_PL.json +5 -1
  9. package/dist/@ovh-ux/manager-common-translations/actions/Messages_pt_PT.json +5 -1
  10. package/dist/@ovh-ux/manager-common-translations/dashboard/Messages_de_DE.json +20 -1
  11. package/dist/@ovh-ux/manager-common-translations/dashboard/Messages_en_GB.json +20 -1
  12. package/dist/@ovh-ux/manager-common-translations/dashboard/Messages_es_ES.json +20 -1
  13. package/dist/@ovh-ux/manager-common-translations/dashboard/Messages_fr_CA.json +20 -1
  14. package/dist/@ovh-ux/manager-common-translations/dashboard/Messages_fr_FR.json +20 -1
  15. package/dist/@ovh-ux/manager-common-translations/dashboard/Messages_it_IT.json +20 -1
  16. package/dist/@ovh-ux/manager-common-translations/dashboard/Messages_pl_PL.json +20 -1
  17. package/dist/@ovh-ux/manager-common-translations/dashboard/Messages_pt_PT.json +20 -1
  18. package/dist/@ovh-ux/manager-common-translations/form/Messages_de_DE.json +12 -1
  19. package/dist/@ovh-ux/manager-common-translations/form/Messages_en_GB.json +12 -1
  20. package/dist/@ovh-ux/manager-common-translations/form/Messages_es_ES.json +12 -1
  21. package/dist/@ovh-ux/manager-common-translations/form/Messages_fr_CA.json +12 -1
  22. package/dist/@ovh-ux/manager-common-translations/form/Messages_fr_FR.json +12 -1
  23. package/dist/@ovh-ux/manager-common-translations/form/Messages_it_IT.json +12 -1
  24. package/dist/@ovh-ux/manager-common-translations/form/Messages_pl_PL.json +12 -1
  25. package/dist/@ovh-ux/manager-common-translations/form/Messages_pt_PT.json +12 -1
  26. package/dist/@ovh-ux/manager-common-translations/service/Messages_de_DE.json +6 -1
  27. package/dist/@ovh-ux/manager-common-translations/service/Messages_en_GB.json +6 -1
  28. package/dist/@ovh-ux/manager-common-translations/service/Messages_es_ES.json +6 -1
  29. package/dist/@ovh-ux/manager-common-translations/service/Messages_fr_CA.json +6 -1
  30. package/dist/@ovh-ux/manager-common-translations/service/Messages_fr_FR.json +6 -1
  31. package/dist/@ovh-ux/manager-common-translations/service/Messages_it_IT.json +6 -1
  32. package/dist/@ovh-ux/manager-common-translations/service/Messages_pl_PL.json +6 -1
  33. package/dist/@ovh-ux/manager-common-translations/service/Messages_pt_PT.json +6 -1
  34. package/dist/@ovh-ux/manager-common-translations/status/Messages_de_DE.json +17 -1
  35. package/dist/@ovh-ux/manager-common-translations/status/Messages_en_GB.json +17 -1
  36. package/dist/@ovh-ux/manager-common-translations/status/Messages_es_ES.json +17 -1
  37. package/dist/@ovh-ux/manager-common-translations/status/Messages_fr_CA.json +17 -1
  38. package/dist/@ovh-ux/manager-common-translations/status/Messages_fr_FR.json +17 -1
  39. package/dist/@ovh-ux/manager-common-translations/status/Messages_it_IT.json +17 -1
  40. package/dist/@ovh-ux/manager-common-translations/status/Messages_pl_PL.json +17 -1
  41. package/dist/@ovh-ux/manager-common-translations/status/Messages_pt_PT.json +17 -1
  42. package/dist/@ovh-ux/manager-common-translations/upload/Messages_de_DE.json +5 -5
  43. package/dist/@ovh-ux/manager-common-translations/upload/Messages_en_GB.json +8 -8
  44. package/dist/@ovh-ux/manager-common-translations/upload/Messages_es_ES.json +5 -5
  45. package/dist/@ovh-ux/manager-common-translations/upload/Messages_it_IT.json +3 -3
  46. package/dist/@ovh-ux/manager-common-translations/upload/Messages_pl_PL.json +4 -4
  47. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,41 @@
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.15.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-common-translations@0.14.0...@ovh-ux/manager-common-translations@0.15.0) (2025-08-05)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **i18n:** add missing translations [CDS 4238] ([bf0f5fa](https://github.com/ovh/manager/commit/bf0f5fa9e57f4d6869ca5977c1c0501b2275871b))
12
+ * **i18n:** add missing translations [CDS 4240] ([37d0868](https://github.com/ovh/manager/commit/37d08686e5ab54083f68e1040cf092fc057674ca))
13
+
14
+
15
+ ### Features
16
+
17
+ * **common-translations:** add upload translations ([65a3cbc](https://github.com/ovh/manager/commit/65a3cbcbe1bdbdba673a9075721d67d5fc0c5285)), closes [#MANAGER-17458](https://github.com/ovh/manager/issues/MANAGER-17458)
18
+
19
+
20
+
21
+
22
+
23
+ # [0.14.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-common-translations@0.13.0...@ovh-ux/manager-common-translations@0.14.0) (2025-08-01)
24
+
25
+
26
+ ### Bug Fixes
27
+
28
+ * **common-translations:** add new service status ([99fa628](https://github.com/ovh/manager/commit/99fa628efa0f0e377b10763b19525d4f383f5fe7)), closes [#MANAGER-19222](https://github.com/ovh/manager/issues/MANAGER-19222)
29
+ * **i18n:** add missing translations [CDS 4220] ([c7722dd](https://github.com/ovh/manager/commit/c7722dd2bca9d9de9ff2be49cb26c267d2c3fa5d))
30
+ * **i18n:** add missing translations [CDS 4230] ([fa6975a](https://github.com/ovh/manager/commit/fa6975a54d4228b23f30689966d8632fd0f4a19e))
31
+
32
+
33
+ ### Features
34
+
35
+ * add common translations for web-office ([8e23f50](https://github.com/ovh/manager/commit/8e23f5032ba00480cf2aeb15253c37e6fc8923e5)), closes [#MANAGER-18790](https://github.com/ovh/manager/issues/MANAGER-18790)
36
+
37
+
38
+
39
+
40
+
6
41
  # [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
42
 
8
43
 
@@ -49,5 +49,9 @@
49
49
  "start": "Starten",
50
50
  "renew": "Verlängern",
51
51
  "restore": "Wiederherstellen",
52
- "see_details": "Zu den Details"
52
+ "see_details": "Zu den Details",
53
+ "order_users": "User hinzufügen",
54
+ "edit_account": "Account bearbeiten",
55
+ "change_password": "Passwort ändern",
56
+ "delete_account": "Account löschen"
53
57
  }
@@ -49,5 +49,9 @@
49
49
  "start": "Start",
50
50
  "renew": "Renew",
51
51
  "restore": "Restore",
52
- "see_details": "See details"
52
+ "see_details": "See details",
53
+ "order_users": "Add user",
54
+ "edit_account": "Edit account",
55
+ "change_password": "Modify password",
56
+ "delete_account": "Delete account"
53
57
  }
@@ -49,5 +49,9 @@
49
49
  "start": "Empezar",
50
50
  "renew": "Renovar",
51
51
  "restore": "Restaurar",
52
- "see_details": "Ver el detalle"
52
+ "see_details": "Ver el detalle",
53
+ "order_users": "Añadir un usuario",
54
+ "edit_account": "Editar la cuenta",
55
+ "change_password": "Cambiar la contraseña",
56
+ "delete_account": "Eliminar la cuenta"
53
57
  }
@@ -49,5 +49,9 @@
49
49
  "start": "Commencer",
50
50
  "renew": "Renouveler",
51
51
  "restore": "Restaurer",
52
- "see_details": "Aller au détail"
52
+ "see_details": "Aller au détail",
53
+ "order_users": "Ajouter un utilisateur",
54
+ "edit_account": "Éditer le compte",
55
+ "change_password": "Modifier le mot de passe",
56
+ "delete_account": "Supprimer le compte"
53
57
  }
@@ -49,5 +49,9 @@
49
49
  "start": "Commencer",
50
50
  "renew": "Renouveler",
51
51
  "restore": "Restaurer",
52
- "see_details": "Aller au détail"
52
+ "see_details": "Aller au détail",
53
+ "order_users": "Ajouter un utilisateur",
54
+ "edit_account": "Éditer le compte",
55
+ "change_password": "Modifier le mot de passe",
56
+ "delete_account": "Supprimer le compte"
53
57
  }
@@ -49,5 +49,9 @@
49
49
  "start": "Comincia ora",
50
50
  "renew": "Rinnovare",
51
51
  "restore": "Ripristinare",
52
- "see_details": "Andare ai dettagli"
52
+ "see_details": "Andare ai dettagli",
53
+ "order_users": "Aggiungere un utente",
54
+ "edit_account": "Modificare l'account",
55
+ "change_password": "Modificare la password",
56
+ "delete_account": "Elimina l’account"
53
57
  }
@@ -49,5 +49,9 @@
49
49
  "start": "Zacznij",
50
50
  "renew": "Odnów",
51
51
  "restore": "Przywróć",
52
- "see_details": "Przejdź do szczegółów"
52
+ "see_details": "Przejdź do szczegółów",
53
+ "order_users": "Dodaj użytkownika",
54
+ "edit_account": "Edytuj konto",
55
+ "change_password": "Zmień hasło",
56
+ "delete_account": "Usuń konto"
53
57
  }
@@ -49,5 +49,9 @@
49
49
  "start": "Começar",
50
50
  "renew": "Renovar",
51
51
  "restore": "Restaurar",
52
- "see_details": "Ver detalhes"
52
+ "see_details": "Ver detalhes",
53
+ "order_users": "Adicionar um utilizador",
54
+ "edit_account": "Editar a conta",
55
+ "change_password": "Alterar palavra-passe",
56
+ "delete_account": "Eliminar conta"
53
57
  }
@@ -4,5 +4,24 @@
4
4
  "description": "Beschreibung",
5
5
  "type": "Typ",
6
6
  "creation_date": "Erstellungsdatum",
7
- "none": "Keine"
7
+ "none": "Keine",
8
+ "license_number": "Anzahl der Lizenzen",
9
+ "contacts": "Kontakte",
10
+ "contact_admin": "Administrator",
11
+ "contact_billing": "Abrechnung",
12
+ "contact_tech": "Technisch",
13
+ "renew_date": "Nächstes Zahlungsdatum",
14
+ "manage_contacts": "Kontakte verwalten",
15
+ "consumption": "Verbrauch",
16
+ "statistics": "Statistiken",
17
+ "licences": "Lizenzen",
18
+ "my_offer": "Mein Angebot",
19
+ "service_name": "Name des Dienstes",
20
+ "display_name": "Anzeigename",
21
+ "service_type": "Diensttyp",
22
+ "licence_type": "Lizenz-Typ",
23
+ "period": "Zeitraum",
24
+ "period_current": "Aktueller Monat",
25
+ "period_last": "Letzter Monat",
26
+ "period_last_months": "Letzte {{ value }} Monate"
8
27
  }
@@ -4,5 +4,24 @@
4
4
  "description": "Description",
5
5
  "type": "Type",
6
6
  "creation_date": "Created on",
7
- "none": "None"
7
+ "none": "None",
8
+ "license_number": "Number of licences",
9
+ "contacts": "Contacts",
10
+ "contact_admin": "Administrator",
11
+ "contact_billing": "Billing",
12
+ "contact_tech": "Technical",
13
+ "renew_date": "Next payment date",
14
+ "manage_contacts": "Manage contacts",
15
+ "consumption": "Usage",
16
+ "statistics": "Statistics",
17
+ "licences": "Licences",
18
+ "my_offer": "My offer",
19
+ "service_name": "Service name",
20
+ "display_name": "Display name",
21
+ "service_type": "Type of service",
22
+ "licence_type": "Type of licence",
23
+ "period": "Period",
24
+ "period_current": "The current month",
25
+ "period_last": "Last month ",
26
+ "period_last_months": "The last {{ value }} months"
8
27
  }
@@ -4,5 +4,24 @@
4
4
  "description": "Descripción",
5
5
  "type": "Tipo",
6
6
  "creation_date": "Fecha de creación",
7
- "none": "Ninguno/a"
7
+ "none": "Ninguno/a",
8
+ "license_number": "Número de licencias",
9
+ "contacts": "Contactos",
10
+ "contact_admin": "Administrador",
11
+ "contact_billing": "Facturación",
12
+ "contact_tech": "Técnico",
13
+ "renew_date": "Próxima fecha de vencimiento",
14
+ "manage_contacts": "Editar los contactos",
15
+ "consumption": "Consumo",
16
+ "statistics": "Estadísticas",
17
+ "licences": "Licencias",
18
+ "my_offer": "Mi solución",
19
+ "service_name": "Nombre del servicio",
20
+ "display_name": "Nombre mostrado",
21
+ "service_type": "Tipo de servicio",
22
+ "licence_type": "Tipo de licencia",
23
+ "period": "Período",
24
+ "period_current": "Mes corriente",
25
+ "period_last": "El mes pasado",
26
+ "period_last_months": "Los últimos {{ value }} meses"
8
27
  }
@@ -4,5 +4,24 @@
4
4
  "description": "Description",
5
5
  "type": "Type",
6
6
  "creation_date": "Date de création",
7
- "none": "Aucun"
7
+ "none": "Aucun",
8
+ "license_number": "Nombre de licences",
9
+ "contacts": "Contacts",
10
+ "contact_admin": "Administrateur",
11
+ "contact_billing": "Facturation",
12
+ "contact_tech": "Technique",
13
+ "renew_date": "Prochaine échéance",
14
+ "manage_contacts": "Gérer les contacts",
15
+ "consumption": "Consommation",
16
+ "statistics": "Statistiques",
17
+ "licences": "Licences",
18
+ "my_offer": "Mon offre",
19
+ "service_name": "Nom du service",
20
+ "display_name": "Nom d'affichage",
21
+ "service_type": "Type de service",
22
+ "licence_type": "Type de licence",
23
+ "period": "Période",
24
+ "period_current": "Le mois en cours",
25
+ "period_last": "Le mois dernier",
26
+ "period_last_months": "Les {{ value }} derniers mois"
8
27
  }
@@ -4,5 +4,24 @@
4
4
  "description": "Description",
5
5
  "type": "Type",
6
6
  "creation_date": "Date de création",
7
- "none": "Aucun"
7
+ "none": "Aucun",
8
+ "license_number": "Nombre de licences",
9
+ "contacts": "Contacts",
10
+ "contact_admin": "Administrateur",
11
+ "contact_billing": "Facturation",
12
+ "contact_tech": "Technique",
13
+ "renew_date": "Prochaine échéance",
14
+ "manage_contacts": "Gérer les contacts",
15
+ "consumption": "Consommation",
16
+ "statistics": "Statistiques",
17
+ "licences": "Licences",
18
+ "my_offer": "Mon offre",
19
+ "service_name": "Nom du service",
20
+ "display_name": "Nom d'affichage",
21
+ "service_type": "Type de service",
22
+ "licence_type": "Type de licence",
23
+ "period": "Période",
24
+ "period_current": "Le mois en cours",
25
+ "period_last": "Le mois dernier",
26
+ "period_last_months": "Les {{ value }} derniers mois"
8
27
  }
@@ -4,5 +4,24 @@
4
4
  "description": "Descrizione",
5
5
  "type": "Tipo",
6
6
  "creation_date": "Data di creazione",
7
- "none": "Nessuna"
7
+ "none": "Nessuna",
8
+ "license_number": "Numero di licenze",
9
+ "contacts": "Contatti",
10
+ "contact_admin": "Amministratore",
11
+ "contact_billing": "Fatturazione",
12
+ "contact_tech": "Tecnico",
13
+ "renew_date": "Prossima scadenza",
14
+ "manage_contacts": "Gestire i contatti",
15
+ "consumption": "Consumo",
16
+ "statistics": "Statistiche",
17
+ "licences": "Licenze",
18
+ "my_offer": "Il mio servizio",
19
+ "service_name": "Nome del servizio",
20
+ "display_name": "Nome visualizzato",
21
+ "service_type": "Tipo di servizio",
22
+ "licence_type": "Tipo di licenza",
23
+ "period": "Periodo",
24
+ "period_current": "Mese corrente",
25
+ "period_last": "Mese scorso",
26
+ "period_last_months": "Ultimi {{ value }} mesi"
8
27
  }
@@ -4,5 +4,24 @@
4
4
  "description": "Opis",
5
5
  "type": "Typ",
6
6
  "creation_date": "Data utworzenia",
7
- "none": "Brak"
7
+ "none": "Brak",
8
+ "license_number": "Liczba licencji",
9
+ "contacts": "Kontakty",
10
+ "contact_admin": "Kontakt administracyjny",
11
+ "contact_billing": "Płatności",
12
+ "contact_tech": "Kontakt techniczny",
13
+ "renew_date": "Przyszła data wygaśnięcia",
14
+ "manage_contacts": "Zarządzanie kontaktami",
15
+ "consumption": "Zużycie",
16
+ "statistics": "Statystyki",
17
+ "licences": "Licencje",
18
+ "my_offer": "Moja oferta",
19
+ "service_name": "Nazwa usługi",
20
+ "display_name": "Nazwa wyświetlana",
21
+ "service_type": "Typ usługi",
22
+ "licence_type": "Rodzaj licencji",
23
+ "period": "Okres",
24
+ "period_current": "Bieżący miesiąc",
25
+ "period_last": "Ostatni miesiąc",
26
+ "period_last_months": "Ostatnie: {{value}} mies."
8
27
  }
@@ -4,5 +4,24 @@
4
4
  "description": "Descrição",
5
5
  "type": "Tipo",
6
6
  "creation_date": "Data de criação",
7
- "none": "Nenhum"
7
+ "none": "Nenhum",
8
+ "license_number": "Número de licenças",
9
+ "contacts": "Contactos",
10
+ "contact_admin": "Administrador",
11
+ "contact_billing": "Faturação",
12
+ "contact_tech": "Técnico",
13
+ "renew_date": "Próxima data de vencimento",
14
+ "manage_contacts": "Gerir os contactos",
15
+ "consumption": "Consumo",
16
+ "statistics": "Estatísticas",
17
+ "licences": "Licenças",
18
+ "my_offer": "A minha oferta",
19
+ "service_name": "Nome do serviço",
20
+ "display_name": "Nome a ser apresentado",
21
+ "service_type": "Tipo de serviço",
22
+ "licence_type": "Tipo de licença",
23
+ "period": "Período",
24
+ "period_current": "Mês atual",
25
+ "period_last": "Mês passado",
26
+ "period_last_months": "Os últimos {{ value }} meses"
8
27
  }
@@ -15,5 +15,16 @@
15
15
  "error_min_chars": "Bitte geben Sie mindestens {{ value }} Zeichen ein.",
16
16
  "error_max_chars": "Bitte geben Sie maximal {{ value }} Zeichen ein.",
17
17
  "error_between_min_max_chars": "Das Feld muss zwischen {{ min }} und {{ max }} Zeichen enthalten.",
18
- "error_pattern": "Bitte wählen Sie ein gültiges Format."
18
+ "error_pattern": "Bitte wählen Sie ein gültiges Format.",
19
+ "error_password": "Ungültiges Passwort",
20
+ "error_confirm_password": "Die Passwörter müssen identisch sein.",
21
+ "label_mandatory": "Die mit einem Stern * gekennzeichneten Felder sind Pflichtfelder.",
22
+ "lastname": "Name",
23
+ "firstname": "Vorname",
24
+ "login": "Kennung",
25
+ "change_password_label_password": "Neues Passwort",
26
+ "change_password_label_confirm_password": "Bestätigung des neuen Passworts",
27
+ "change_password_helper1": "Bitte beachten Sie, dass das Passwort nach folgenden Regeln vergeben werden muss:",
28
+ "change_password_helper2": "Mindestens 1 Kleinbuchstabe, 1 Großbuchstabe, 1 Ziffer oder 1 Sonderzeichen",
29
+ "price": "Preis"
19
30
  }
@@ -15,5 +15,16 @@
15
15
  "error_min_chars": "Please enter a minimum of {{ value }} characters.",
16
16
  "error_max_chars": "Please enter a maximum of {{ value }} characters.",
17
17
  "error_between_min_max_chars": "The field must contain between {{ min }} and {{ max }} characters.",
18
- "error_pattern": "Please enter a valid format."
18
+ "error_pattern": "Please enter a valid format.",
19
+ "error_password": "Invalid password",
20
+ "error_confirm_password": "The passwords must be identical.",
21
+ "label_mandatory": "Fields marked with an asterisk (*) are mandatory",
22
+ "lastname": "Name",
23
+ "firstname": "First name",
24
+ "login": "Login",
25
+ "change_password_label_password": "New password",
26
+ "change_password_label_confirm_password": "New password confirmation",
27
+ "change_password_helper1": "Please note that the password must meet the following criteria:",
28
+ "change_password_helper2": "At least 1 lower case letter, 1 upper case letter, 1 number, or 1 special character",
29
+ "price": "Price"
19
30
  }
@@ -15,5 +15,16 @@
15
15
  "error_min_chars": "Introduzca un mínimo de {{ value }} caracteres.",
16
16
  "error_max_chars": "Introduzca un máximo de {{ value }} caracteres.",
17
17
  "error_between_min_max_chars": "El campo debe contener entre {{ min }} y {{ max }} caracteres.",
18
- "error_pattern": "Introduzca un formato válido."
18
+ "error_pattern": "Introduzca un formato válido.",
19
+ "error_password": "Contraseña no válida",
20
+ "error_confirm_password": "Las contraseñas deben ser idénticas.",
21
+ "label_mandatory": "Los campos marcados con un asterisco (*) son obligatorios.",
22
+ "lastname": "Apellido",
23
+ "firstname": "Nombre",
24
+ "login": "Identificador",
25
+ "change_password_label_password": "Nueva contraseña",
26
+ "change_password_label_confirm_password": "Confirmación de la nueva contraseña",
27
+ "change_password_helper1": "Atención: La contraseña debe cumplir los siguientes criterios:",
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"
19
30
  }
@@ -15,5 +15,16 @@
15
15
  "error_min_chars": "Veuillez saisir un minimum de {{ value }} caractères.",
16
16
  "error_max_chars": "Veuillez saisir un maximum de {{ value }} caractères.",
17
17
  "error_between_min_max_chars": "Le champ doit contenir entre {{ min }} et {{ max }} caractères.",
18
- "error_pattern": "Veuillez saisir un format valide."
18
+ "error_pattern": "Veuillez saisir un format valide.",
19
+ "error_password": "Mot de passe invalide",
20
+ "error_confirm_password": "Les mots de passe doivent être identiques.",
21
+ "label_mandatory": "Les champs mentionnés avec un astérisque * sont obligatoires.",
22
+ "lastname": "Nom",
23
+ "firstname": "Prénom",
24
+ "login": "Identifiant",
25
+ "change_password_label_password": "Nouveau mot de passe",
26
+ "change_password_label_confirm_password": "Confirmation du nouveau mot de passe",
27
+ "change_password_helper1": "Attention, le mot de passe doit respecter les conditions suivantes :",
28
+ "change_password_helper2": "Au moins 1 lettre minuscule, 1 lettre majuscule, 1 chiffre ou 1 caractère spécial",
29
+ "price": "Prix"
19
30
  }
@@ -15,5 +15,16 @@
15
15
  "error_min_chars": "Veuillez saisir un minimum de {{ value }} caractères.",
16
16
  "error_max_chars": "Veuillez saisir un maximum de {{ value }} caractères.",
17
17
  "error_between_min_max_chars": "Le champ doit contenir entre {{ min }} et {{ max }} caractères.",
18
- "error_pattern": "Veuillez saisir un format valide."
18
+ "error_pattern": "Veuillez saisir un format valide.",
19
+ "error_password": "Mot de passe invalide",
20
+ "error_confirm_password": "Les mots de passe doivent être identiques.",
21
+ "label_mandatory": "Les champs mentionnés avec un astérisque * sont obligatoires.",
22
+ "lastname": "Nom",
23
+ "firstname": "Prénom",
24
+ "login": "Identifiant",
25
+ "change_password_label_password": "Nouveau mot de passe",
26
+ "change_password_label_confirm_password": "Confirmation du nouveau mot de passe",
27
+ "change_password_helper1": "Attention, le mot de passe doit respecter les conditions suivantes :",
28
+ "change_password_helper2": "Au moins 1 lettre minuscule, 1 lettre majuscule, 1 chiffre ou 1 caractère spécial",
29
+ "price": "Prix"
19
30
  }
@@ -15,5 +15,16 @@
15
15
  "error_min_chars": "Inserisci almeno {{ value }} caratteri.",
16
16
  "error_max_chars": "Inserisci un massimo di {{ value }} caratteri.",
17
17
  "error_between_min_max_chars": "Il campo deve contenere tra {{ min }} e {{ max }} caratteri.",
18
- "error_pattern": "Inserisci un formato valido"
18
+ "error_pattern": "Inserisci un formato valido",
19
+ "error_password": "Password non valida",
20
+ "error_confirm_password": "Le password devono essere uguali.",
21
+ "label_mandatory": "I campi contrassegnati con un asterisco * sono obbligatori.",
22
+ "lastname": "Cognome",
23
+ "firstname": "Nome",
24
+ "login": "Identificativo",
25
+ "change_password_label_password": "Nuova password",
26
+ "change_password_label_confirm_password": "Conferma della nuova password",
27
+ "change_password_helper1": "Attenzione, la password deve rispettare queste condizioni:",
28
+ "change_password_helper2": "Almeno 1 lettera minuscola, 1 lettera maiuscola, 1 cifra o 1 carattere speciale",
29
+ "price": "Prezzo"
19
30
  }
@@ -15,5 +15,16 @@
15
15
  "error_min_chars": "Wprowadź minimum {{value}} znaków.",
16
16
  "error_max_chars": "Wprowadź maksymalnie {{value}} znaków.",
17
17
  "error_between_min_max_chars": "Pole musi zawierać od {{min}} do {{max}} znaków.",
18
- "error_pattern": "Użyj poprawnego formatu."
18
+ "error_pattern": "Użyj poprawnego formatu.",
19
+ "error_password": "Nieprawidłowe hasło.",
20
+ "error_confirm_password": "Hasła muszą być identyczne.",
21
+ "label_mandatory": "Pola oznaczone gwiazdką * są obowiązkowe.",
22
+ "lastname": "Nazwa",
23
+ "firstname": "Imię",
24
+ "login": "Identyfikator",
25
+ "change_password_label_password": "Nowe hasło",
26
+ "change_password_label_confirm_password": "Potwierdzenie nowego hasła",
27
+ "change_password_helper1": "Uwaga: hasło musi spełniać następujące warunki:",
28
+ "change_password_helper2": "Co najmniej 1 mała litera, 1 duża litera, 1 cyfra lub 1 znak specjalny",
29
+ "price": "Cena"
19
30
  }
@@ -15,5 +15,16 @@
15
15
  "error_min_chars": "Introduza um mínimo de {{ value }} caracteres.",
16
16
  "error_max_chars": "Introduza um máximo de {{ value }} caracteres.",
17
17
  "error_between_min_max_chars": "O campo deve conter entre {{ min }} e {{ max }} caracteres.",
18
- "error_pattern": "Introduza um formato válido."
18
+ "error_pattern": "Introduza um formato válido.",
19
+ "error_password": "Password inválida",
20
+ "error_confirm_password": "As palavras-passe devem ser idênticas.",
21
+ "label_mandatory": "Os campos marcados com um asterisco (*) são de preenchimento obrigatório",
22
+ "lastname": "Nome",
23
+ "firstname": "Nome",
24
+ "login": "ID de utilizador",
25
+ "change_password_label_password": "Nova palavra-passe",
26
+ "change_password_label_confirm_password": "Confirmação da nova palavra-passe",
27
+ "change_password_helper1": "Tenha em conta que a palavra-passe deve respeitar as seguintes condições:",
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"
19
30
  }
@@ -7,5 +7,10 @@
7
7
  "service_state_toSuspend": "Auszusetzen",
8
8
  "service_state_enabled": "Aktiviert",
9
9
  "service_state_disabled": "Deaktiviert",
10
- "service_state_draft": "Zu konfigurieren"
10
+ "service_state_draft": "Zu konfigurieren",
11
+ "service_state_creating": "Erstellung",
12
+ "service_state_deleting": "Löschen",
13
+ "service_state_error": "Fehler",
14
+ "service_state_ready": "Aktiv",
15
+ "service_state_updating": "Update"
11
16
  }
@@ -7,5 +7,10 @@
7
7
  "service_state_toSuspend": "To be suspended",
8
8
  "service_state_enabled": "Enabled",
9
9
  "service_state_disabled": "Disabled",
10
- "service_state_draft": "Configuration required"
10
+ "service_state_draft": "Configuration required",
11
+ "service_state_creating": "Creation",
12
+ "service_state_deleting": "Deleting",
13
+ "service_state_error": "Error",
14
+ "service_state_ready": "Active",
15
+ "service_state_updating": "Updating"
11
16
  }
@@ -7,5 +7,10 @@
7
7
  "service_state_toSuspend": "Pendiente de suspender",
8
8
  "service_state_enabled": "Activado",
9
9
  "service_state_disabled": "Desactivado",
10
- "service_state_draft": "Pendiente de configuración"
10
+ "service_state_draft": "Pendiente de configuración",
11
+ "service_state_creating": "Creación",
12
+ "service_state_deleting": "Eliminación",
13
+ "service_state_error": "Error",
14
+ "service_state_ready": "Activo",
15
+ "service_state_updating": "Actualizada"
11
16
  }
@@ -7,5 +7,10 @@
7
7
  "service_state_toDelete": "À supprimer",
8
8
  "service_state_toSuspend": "À suspendre",
9
9
  "service_state_enabled": "Activé",
10
- "service_state_disabled": "Désactivé"
10
+ "service_state_disabled": "Désactivé",
11
+ "service_state_creating": "Création",
12
+ "service_state_deleting": "Suppression",
13
+ "service_state_error": "Erreur",
14
+ "service_state_ready": "Actif",
15
+ "service_state_updating": "Mise à jour"
11
16
  }
@@ -7,5 +7,10 @@
7
7
  "service_state_toDelete": "À supprimer",
8
8
  "service_state_toSuspend": "À suspendre",
9
9
  "service_state_enabled": "Activé",
10
- "service_state_disabled": "Désactivé"
10
+ "service_state_disabled": "Désactivé",
11
+ "service_state_creating": "Création",
12
+ "service_state_deleting": "Suppression",
13
+ "service_state_error": "Erreur",
14
+ "service_state_ready": "Actif",
15
+ "service_state_updating": "Mise à jour"
11
16
  }
@@ -7,5 +7,10 @@
7
7
  "service_state_toSuspend": "Da sospendere",
8
8
  "service_state_enabled": "Attivato",
9
9
  "service_state_disabled": "Disattivato",
10
- "service_state_draft": "Da configurare"
10
+ "service_state_draft": "Da configurare",
11
+ "service_state_creating": "Creazione",
12
+ "service_state_deleting": "Eliminazione",
13
+ "service_state_error": "Errore",
14
+ "service_state_ready": "Attivo",
15
+ "service_state_updating": "Aggiornamento"
11
16
  }
@@ -7,5 +7,10 @@
7
7
  "service_state_toSuspend": "Do zawieszenia",
8
8
  "service_state_enabled": "Włączony",
9
9
  "service_state_disabled": "Wyłączone",
10
- "service_state_draft": "Wymagana konfiguracja"
10
+ "service_state_draft": "Wymagana konfiguracja",
11
+ "service_state_creating": "Tworzenie",
12
+ "service_state_deleting": "Usuwanie",
13
+ "service_state_error": "Błąd",
14
+ "service_state_ready": "Aktywna",
15
+ "service_state_updating": "Aktualizacja"
11
16
  }
@@ -7,5 +7,10 @@
7
7
  "service_state_toSuspend": "Suspensão pendente",
8
8
  "service_state_enabled": "Ativado",
9
9
  "service_state_disabled": "Desativado",
10
- "service_state_draft": "A configurar"
10
+ "service_state_draft": "A configurar",
11
+ "service_state_creating": "Criação",
12
+ "service_state_deleting": "Supressão",
13
+ "service_state_error": "Erro",
14
+ "service_state_ready": "Ativo",
15
+ "service_state_updating": "Atualização"
11
16
  }
@@ -4,5 +4,21 @@
4
4
  "subscribed": "Abonniert",
5
5
  "to_activate": "Zu aktivieren",
6
6
  "activation_in_progress": "Wird aktiviert",
7
- "disabled": "Deaktiviert"
7
+ "disabled": "Deaktiviert",
8
+ "ok": "Aktiv",
9
+ "autorenewInProgress": "Wird verlängert",
10
+ "expired": "Löschen",
11
+ "inCreation": "Wird erstellt",
12
+ "inMaintenance": "Wartungsarbeiten laufen",
13
+ "pendingDebt": "Ausstehende Rechnung",
14
+ "deleting": "Wird gelöscht",
15
+ "suspended": "Ausgesetzt",
16
+ "suspending": "Wird ausgesetzt",
17
+ "errorMessage": "Ihre Anfrage ist fehlgeschlagen. {{ error }}",
18
+ "pay_as_you_go": "Nutzungsbasierte Abrechnung",
19
+ "prepaid": "Prepaid",
20
+ "creating": "Wird erstellt",
21
+ "updating": "Update",
22
+ "unconfigured": "Nicht konfiguriert",
23
+ "unPaid": "Unbezahlte Rechnung"
8
24
  }
@@ -4,5 +4,21 @@
4
4
  "subscribed": "Subscribed",
5
5
  "to_activate": "Enabling required",
6
6
  "activation_in_progress": "Enabling...",
7
- "disabled": "Disabled"
7
+ "disabled": "Disabled",
8
+ "ok": "Active",
9
+ "autorenewInProgress": "Renewal in progress",
10
+ "expired": "Cancel",
11
+ "inCreation": "Creating",
12
+ "inMaintenance": "Under maintenance",
13
+ "pendingDebt": "Bill to pay",
14
+ "deleting": "Deleting",
15
+ "suspended": "Suspended",
16
+ "suspending": "Suspending",
17
+ "errorMessage": "Your request could not be completed. {{ error }}",
18
+ "pay_as_you_go": "Pay-per-use",
19
+ "prepaid": "Pre-paid",
20
+ "creating": "Creating",
21
+ "updating": "Updating",
22
+ "unconfigured": "Not configured",
23
+ "unPaid": "Unpaid bill"
8
24
  }
@@ -4,5 +4,21 @@
4
4
  "subscribed": "Suscrito",
5
5
  "to_activate": "Pendiente de activar",
6
6
  "activation_in_progress": "Activando...",
7
- "disabled": "Desactivado"
7
+ "disabled": "Desactivado",
8
+ "ok": "Activo",
9
+ "autorenewInProgress": "En proceso de renovación",
10
+ "expired": "Eliminar",
11
+ "inCreation": "En proceso de creación",
12
+ "inMaintenance": "En mantenimiento",
13
+ "pendingDebt": "Factura pendiente",
14
+ "deleting": "En proceso de eliminación",
15
+ "suspended": "Suspendido",
16
+ "suspending": "Suspendiendo...",
17
+ "errorMessage": "Se ha producido un error al completar la solicitud. {{ error }}",
18
+ "pay_as_you_go": "Pago por uso",
19
+ "prepaid": "Prepagado",
20
+ "creating": "En proceso de creación",
21
+ "updating": "Actualizada",
22
+ "unconfigured": "No configurado",
23
+ "unPaid": "Factura impagada"
8
24
  }
@@ -4,5 +4,21 @@
4
4
  "subscribed": "Souscrit",
5
5
  "to_activate": "À activer",
6
6
  "activation_in_progress": "Activation en cours",
7
- "disabled": "Désactivé"
7
+ "disabled": "Désactivé",
8
+ "ok": "Actif",
9
+ "autorenewInProgress": "En cours de renouvellement",
10
+ "expired": "Résilier",
11
+ "inCreation": "En cours de création",
12
+ "inMaintenance": "En cours de maintenance",
13
+ "pendingDebt": "Facture à régler",
14
+ "unPaid": "Facture impayée",
15
+ "deleting": "En cours de suppression",
16
+ "suspended": "Suspendu",
17
+ "suspending": "En cours de suspension",
18
+ "errorMessage": "Votre demande n'a pas pu aboutir. {{ error }}",
19
+ "pay_as_you_go": "Paiement à l'utilisation",
20
+ "prepaid": "Prépayé",
21
+ "creating": "En cours de création",
22
+ "updating": "Mise à jour",
23
+ "unconfigured": "Non configuré"
8
24
  }
@@ -4,5 +4,21 @@
4
4
  "subscribed": "Souscrit",
5
5
  "to_activate": "À activer",
6
6
  "activation_in_progress": "Activation en cours",
7
- "disabled": "Désactivé"
7
+ "disabled": "Désactivé",
8
+ "ok": "Actif",
9
+ "autorenewInProgress": "En cours de renouvellement",
10
+ "expired": "Résilier",
11
+ "inCreation": "En cours de création",
12
+ "inMaintenance": "En cours de maintenance",
13
+ "pendingDebt": "Facture à régler",
14
+ "unPaid": "Facture impayée",
15
+ "deleting": "En cours de suppression",
16
+ "suspended": "Suspendu",
17
+ "suspending": "En cours de suspension",
18
+ "errorMessage": "Votre demande n'a pas pu aboutir. {{ error }}",
19
+ "pay_as_you_go": "Paiement à l'utilisation",
20
+ "prepaid": "Prépayé",
21
+ "creating": "En cours de création",
22
+ "updating": "Mise à jour",
23
+ "unconfigured": "Non configuré"
8
24
  }
@@ -4,5 +4,21 @@
4
4
  "subscribed": "Sottoscritto",
5
5
  "to_activate": "Da attivare",
6
6
  "activation_in_progress": "Attivazione in corso",
7
- "disabled": "Disattivato"
7
+ "disabled": "Disattivato",
8
+ "ok": "Attivo",
9
+ "autorenewInProgress": "In corso di rinnovo",
10
+ "expired": "Disattivare",
11
+ "inCreation": "In corso di creazione",
12
+ "inMaintenance": "In manutenzione",
13
+ "pendingDebt": "Fatture da pagare",
14
+ "deleting": "Eliminazione in corso...",
15
+ "suspended": "Sospeso",
16
+ "suspending": "Sospensione in corso.",
17
+ "errorMessage": "La tua richiesta non è andata a buon fine: {{ error }}",
18
+ "pay_as_you_go": "Pagamento a consumo",
19
+ "prepaid": "Prepagato",
20
+ "creating": "In corso di creazione",
21
+ "updating": "Aggiornamento",
22
+ "unconfigured": "Non configurato",
23
+ "unPaid": "Fattura non pagata"
8
24
  }
@@ -4,5 +4,21 @@
4
4
  "subscribed": "Subskrybujesz",
5
5
  "to_activate": "Do aktywacji",
6
6
  "activation_in_progress": "Trwa włączanie...",
7
- "disabled": "Wyłączona"
7
+ "disabled": "Wyłączone",
8
+ "ok": "Aktywna",
9
+ "autorenewInProgress": "Trwa odnawianie",
10
+ "expired": "Zakończ",
11
+ "inCreation": "Trwa tworzenie",
12
+ "inMaintenance": "Trwają prace konserwacyjne",
13
+ "pendingDebt": "Płatność do uregulowania",
14
+ "deleting": "Trwa usuwanie",
15
+ "suspended": "Zawieszona",
16
+ "suspending": "Zawieszanie w trakcie",
17
+ "errorMessage": "Wykonanie Twojej dyspozycji nie powiodło się. {{error}}",
18
+ "pay_as_you_go": "Płatność według zużycia",
19
+ "prepaid": "Przedpłata",
20
+ "creating": "Trwa tworzenie",
21
+ "updating": "Aktualizacja",
22
+ "unconfigured": "Brak konfiguracji",
23
+ "unPaid": "Niezapłacona faktura"
8
24
  }
@@ -4,5 +4,21 @@
4
4
  "subscribed": "Subscrito",
5
5
  "to_activate": "A ativar",
6
6
  "activation_in_progress": "Ativação em curso",
7
- "disabled": "Desativado"
7
+ "disabled": "Desativado",
8
+ "ok": "Ativo",
9
+ "autorenewInProgress": "Renovação em curso",
10
+ "expired": "Rescindir",
11
+ "inCreation": "Criação em curso",
12
+ "inMaintenance": "Manutenção em curso",
13
+ "pendingDebt": "Fatura por pagar",
14
+ "deleting": "Eliminação em curso",
15
+ "suspended": "Suspenso",
16
+ "suspending": "Suspensão em curso",
17
+ "errorMessage": "O seu pedido não foi bem-sucedido. {{ error }}",
18
+ "pay_as_you_go": "Pagamento conforme a utilização",
19
+ "prepaid": "Pré-pago",
20
+ "creating": "Criação em curso",
21
+ "updating": "Atualização",
22
+ "unconfigured": "Não configurado",
23
+ "unPaid": "Fatura por pagar"
8
24
  }
@@ -1,14 +1,14 @@
1
1
  {
2
- "drag_and_drop_file": "Ziehen und Ablegen einer Datei",
3
- "drag_and_drop_files": "Dateien per Drag & Drop verschieben",
2
+ "drag_and_drop_file": "Eine Datei ziehen und ablegen",
3
+ "drag_and_drop_files": "Dateien ziehen und ablegen",
4
4
  "browse_files": "Dateien durchsuchen",
5
- "max_file": "Maximale Anzahl von Dateien: ",
6
- "max_size": "Maximale Größe: ",
5
+ "max_file": "Maximale Anzahl an Dateien: ",
6
+ "max_size": "Maximal zulässige Größe: ",
7
7
  "accepted_type": "Akzeptierter Dateityp: {{ type }}",
8
8
  "accepted_types": "Akzeptierte Dateitypen: {{ types }}",
9
9
  "uploaded_file": "Importierte Datei",
10
10
  "uploaded_files": "Importierte Dateien",
11
- "error_file_max-file-reached": "Maximale Anzahl von Dateien erreicht",
11
+ "error_file_max-file-reached": "Maximale Anzahl an Dateien erreicht",
12
12
  "error_file_size-too-large": "Die ausgewählte Datei überschreitet die maximal zulässige Größe",
13
13
  "error_files_size-too-large": "Einige Dateien überschreiten die maximal zulässige Größe",
14
14
  "error_file_wrong-format": "Der ausgewählte Dateityp ist nicht zulässig",
@@ -3,14 +3,14 @@
3
3
  "drag_and_drop_files": "Drag and drop files",
4
4
  "browse_files": "Browse files",
5
5
  "max_file": "Maximum number of files: ",
6
- "max_size": "Maximum allowed size: ",
7
- "accepted_type": "File type accepted: {{ type }}",
8
- "accepted_types": "Accepted file types: {{ types }}",
6
+ "max_size": "File size limit: ",
7
+ "accepted_type": "Supported file format: {{ type }}",
8
+ "accepted_types": "Supported file formats: {{ types }}",
9
9
  "uploaded_file": "Imported file",
10
10
  "uploaded_files": "Imported files",
11
- "error_file_max-file-reached": "Maximum number of files reached",
12
- "error_file_size-too-large": "The selected file exceeds the maximum size allowed",
13
- "error_files_size-too-large": "Some files exceed the maximum allowed size",
14
- "error_file_wrong-format": "The selected file type is not allowed",
15
- "error_files_wrong-format": "Some file types are not allowed"
11
+ "error_file_max-file-reached": "File limit exceeded",
12
+ "error_file_size-too-large": "The file is too large",
13
+ "error_files_size-too-large": "Some files are too large",
14
+ "error_file_wrong-format": "The selected file format is not supported",
15
+ "error_files_wrong-format": "Some of the file formats are not supported"
16
16
  }
@@ -3,14 +3,14 @@
3
3
  "drag_and_drop_files": "Arrastrar y soltar archivos",
4
4
  "browse_files": "Examinar archivos",
5
5
  "max_file": "Número máximo de archivos: ",
6
- "max_size": "Tamaño máximo permitido: ",
6
+ "max_size": "Tamaño máximo autorizado: ",
7
7
  "accepted_type": "Tipo de archivo aceptado: {{ type }}",
8
8
  "accepted_types": "Tipos de archivo aceptados: {{ types }}",
9
9
  "uploaded_file": "Archivo importado",
10
10
  "uploaded_files": "Archivos importados",
11
11
  "error_file_max-file-reached": "Se alcanzó el número máximo de archivos",
12
- "error_file_size-too-large": "El archivo seleccionado supera el tamaño máximo permitido",
13
- "error_files_size-too-large": "Algunos archivos superan el tamaño máximo permitido",
14
- "error_file_wrong-format": "No se permite el tipo de archivo seleccionado",
15
- "error_files_wrong-format": "Algunos tipos de archivo no están permitidos"
12
+ "error_file_size-too-large": "El archivo seleccionado supera el tamaño máximo autorizado",
13
+ "error_files_size-too-large": "Algunos archivos superan el tamaño máximo autorizado",
14
+ "error_file_wrong-format": "El tipo de archivo seleccionado no está autorizado",
15
+ "error_files_wrong-format": "Algunos tipos de archivo no están autorizados"
16
16
  }
@@ -1,7 +1,7 @@
1
1
  {
2
- "drag_and_drop_file": "Trascina e rilascia un file",
3
- "drag_and_drop_files": "Trascina e rilascia file",
4
- "browse_files": "Sfoglia i file",
2
+ "drag_and_drop_file": "Trascinare un file",
3
+ "drag_and_drop_files": "Trascinare i file",
4
+ "browse_files": "Sfogliare i file",
5
5
  "max_file": "Numero massimo di file: ",
6
6
  "max_size": "Dimensione massima consentita: ",
7
7
  "accepted_type": "Tipo di file accettato: {{ type }}",
@@ -4,13 +4,13 @@
4
4
  "browse_files": "Przeglądaj pliki",
5
5
  "max_file": "Maksymalna liczba plików: ",
6
6
  "max_size": "Maksymalny dozwolony rozmiar: ",
7
- "accepted_type": "Akceptowany typ pliku: {{ type }}",
8
- "accepted_types": "Akceptowane typy plików: {{ types }}",
7
+ "accepted_type": "Akceptowany typ pliku: {{type}}",
8
+ "accepted_types": "Akceptowane typy plików: {{types}}",
9
9
  "uploaded_file": "Zaimportowany plik",
10
10
  "uploaded_files": "Zaimportowane pliki",
11
- "error_file_max-file-reached": "Osiągnięto maksymalną liczbę plików",
11
+ "error_file_max-file-reached": "Maksymalna liczba plików została osiągnięta",
12
12
  "error_file_size-too-large": "Wybrany plik przekracza maksymalny dozwolony rozmiar",
13
13
  "error_files_size-too-large": "Niektóre pliki przekraczają maksymalny dozwolony rozmiar",
14
14
  "error_file_wrong-format": "Typ wybranego pliku jest niedozwolony",
15
- "error_files_wrong-format": "Niektóre typy plików nie dozwolone"
15
+ "error_files_wrong-format": "Niektóre typy plików są niedozwolone"
16
16
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ovh-ux/manager-common-translations",
3
- "version": "0.13.0",
3
+ "version": "0.15.0",
4
4
  "description": "Common translations for Manager µ-apps",
5
5
  "repository": {
6
6
  "type": "git",