@ovh-ux/manager-common-translations 0.18.3 → 0.19.1
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 +22 -0
- package/dist/@ovh-ux/manager-common-translations/actions/Messages_de_DE.json +6 -2
- package/dist/@ovh-ux/manager-common-translations/actions/Messages_en_GB.json +6 -2
- package/dist/@ovh-ux/manager-common-translations/actions/Messages_es_ES.json +5 -1
- package/dist/@ovh-ux/manager-common-translations/actions/Messages_fr_CA.json +5 -1
- package/dist/@ovh-ux/manager-common-translations/actions/Messages_fr_FR.json +5 -1
- package/dist/@ovh-ux/manager-common-translations/actions/Messages_it_IT.json +6 -2
- package/dist/@ovh-ux/manager-common-translations/actions/Messages_pl_PL.json +6 -2
- package/dist/@ovh-ux/manager-common-translations/actions/Messages_pt_PT.json +5 -1
- package/dist/@ovh-ux/manager-common-translations/form/Messages_de_DE.json +6 -1
- package/dist/@ovh-ux/manager-common-translations/form/Messages_en_GB.json +6 -1
- package/dist/@ovh-ux/manager-common-translations/form/Messages_es_ES.json +6 -1
- package/dist/@ovh-ux/manager-common-translations/form/Messages_fr_CA.json +6 -1
- package/dist/@ovh-ux/manager-common-translations/form/Messages_fr_FR.json +6 -1
- package/dist/@ovh-ux/manager-common-translations/form/Messages_it_IT.json +6 -1
- package/dist/@ovh-ux/manager-common-translations/form/Messages_pl_PL.json +6 -1
- package/dist/@ovh-ux/manager-common-translations/form/Messages_pt_PT.json +6 -1
- package/dist/@ovh-ux/manager-common-translations/resources/Messages_de_DE.json +6 -0
- package/dist/@ovh-ux/manager-common-translations/resources/Messages_en_GB.json +6 -0
- package/dist/@ovh-ux/manager-common-translations/resources/Messages_es_ES.json +6 -0
- package/dist/@ovh-ux/manager-common-translations/resources/Messages_fr_CA.json +6 -0
- package/dist/@ovh-ux/manager-common-translations/resources/Messages_fr_FR.json +6 -0
- package/dist/@ovh-ux/manager-common-translations/resources/Messages_it_IT.json +6 -0
- package/dist/@ovh-ux/manager-common-translations/resources/Messages_pl_PL.json +6 -0
- package/dist/@ovh-ux/manager-common-translations/resources/Messages_pt_PT.json +6 -0
- package/dist/@ovh-ux/manager-common-translations/system/Messages_de_DE.json +22 -0
- package/dist/@ovh-ux/manager-common-translations/system/Messages_en_GB.json +22 -0
- package/dist/@ovh-ux/manager-common-translations/system/Messages_es_ES.json +22 -0
- package/dist/@ovh-ux/manager-common-translations/system/Messages_fr_CA.json +22 -0
- package/dist/@ovh-ux/manager-common-translations/system/Messages_fr_FR.json +22 -0
- package/dist/@ovh-ux/manager-common-translations/system/Messages_it_IT.json +22 -0
- package/dist/@ovh-ux/manager-common-translations/system/Messages_pl_PL.json +22 -0
- package/dist/@ovh-ux/manager-common-translations/system/Messages_pt_PT.json +22 -0
- package/dist/@ovh-ux/manager-common-translations/time/Messages_de_DE.json +6 -0
- package/dist/@ovh-ux/manager-common-translations/time/Messages_en_GB.json +6 -0
- package/dist/@ovh-ux/manager-common-translations/time/Messages_es_ES.json +6 -0
- package/dist/@ovh-ux/manager-common-translations/time/Messages_fr_CA.json +6 -0
- package/dist/@ovh-ux/manager-common-translations/time/Messages_fr_FR.json +6 -0
- package/dist/@ovh-ux/manager-common-translations/time/Messages_it_IT.json +6 -0
- package/dist/@ovh-ux/manager-common-translations/time/Messages_pl_PL.json +6 -0
- package/dist/@ovh-ux/manager-common-translations/time/Messages_pt_PT.json +6 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +25 -22
- package/dist/types/index.d.ts +3 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,28 @@
|
|
|
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.19.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-common-translations@0.19.0...@ovh-ux/manager-common-translations@0.19.1) (2025-10-02)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **i18n:** add missing translations [CDS 4375] ([b64bc5e](https://github.com/ovh/manager/commit/b64bc5e7ac85abea5918b83836b0b748944923b5))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [0.19.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-common-translations@0.18.3...@ovh-ux/manager-common-translations@0.19.0) (2025-09-30)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* **common-translations:** add new translations ([ce983cb](https://github.com/ovh/manager/commit/ce983cb85442224ecdca6ea33654dd34bb394c9d)), closes [#19228](https://github.com/ovh/manager/issues/19228)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
6
28
|
## [0.18.3](https://github.com/ovh/manager/compare/@ovh-ux/manager-common-translations@0.18.2...@ovh-ux/manager-common-translations@0.18.3) (2025-09-18)
|
|
7
29
|
|
|
8
30
|
**Note:** Version bump only for package @ovh-ux/manager-common-translations
|
|
@@ -49,9 +49,13 @@
|
|
|
49
49
|
"start": "Starten",
|
|
50
50
|
"renew": "Verlängern",
|
|
51
51
|
"restore": "Wiederherstellen",
|
|
52
|
-
"see_details": "
|
|
52
|
+
"see_details": "Details anzeigen",
|
|
53
53
|
"order_users": "User hinzufügen",
|
|
54
54
|
"edit_account": "Account bearbeiten",
|
|
55
55
|
"change_password": "Passwort ändern",
|
|
56
|
-
"delete_account": "Account löschen"
|
|
56
|
+
"delete_account": "Account löschen",
|
|
57
|
+
"copy": "Kopieren",
|
|
58
|
+
"select_imperative": "Auswahl",
|
|
59
|
+
"go_to_details": "Zu den Details",
|
|
60
|
+
"display_recap": "Infobox anzeigen"
|
|
57
61
|
}
|
|
@@ -49,9 +49,13 @@
|
|
|
49
49
|
"start": "Start",
|
|
50
50
|
"renew": "Renew",
|
|
51
51
|
"restore": "Restore",
|
|
52
|
-
"see_details": "See
|
|
52
|
+
"see_details": "See more information",
|
|
53
53
|
"order_users": "Add user",
|
|
54
54
|
"edit_account": "Edit account",
|
|
55
55
|
"change_password": "Modify password",
|
|
56
|
-
"delete_account": "Delete account"
|
|
56
|
+
"delete_account": "Delete account",
|
|
57
|
+
"copy": "Copy",
|
|
58
|
+
"select_imperative": "Select",
|
|
59
|
+
"go_to_details": "See details",
|
|
60
|
+
"display_recap": "Show summary"
|
|
57
61
|
}
|
|
@@ -53,5 +53,9 @@
|
|
|
53
53
|
"order_users": "Añadir un usuario",
|
|
54
54
|
"edit_account": "Editar la cuenta",
|
|
55
55
|
"change_password": "Cambiar la contraseña",
|
|
56
|
-
"delete_account": "Eliminar la cuenta"
|
|
56
|
+
"delete_account": "Eliminar la cuenta",
|
|
57
|
+
"copy": "Copiar",
|
|
58
|
+
"select_imperative": "Seleccione",
|
|
59
|
+
"go_to_details": "Ver el detalle",
|
|
60
|
+
"display_recap": "Mostrar resumen"
|
|
57
61
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"cancel": "Annuler",
|
|
3
3
|
"confirm": "Confirmer",
|
|
4
|
+
"copy": "Copier",
|
|
4
5
|
"validate": "Valider",
|
|
5
6
|
"modify": "Modifier",
|
|
6
7
|
"edit": "Éditer",
|
|
@@ -16,6 +17,7 @@
|
|
|
16
17
|
"manage": "Gérer",
|
|
17
18
|
"choose": "Choisir",
|
|
18
19
|
"select": "Sélectionner",
|
|
20
|
+
"select_imperative": "Sélectionnez",
|
|
19
21
|
"select_all": "Tout sélectionner",
|
|
20
22
|
"unselect": "Désélectionner",
|
|
21
23
|
"close": "Fermer",
|
|
@@ -49,7 +51,9 @@
|
|
|
49
51
|
"start": "Commencer",
|
|
50
52
|
"renew": "Renouveler",
|
|
51
53
|
"restore": "Restaurer",
|
|
52
|
-
"
|
|
54
|
+
"go_to_details": "Aller au détail",
|
|
55
|
+
"see_details": "Voir le détail",
|
|
56
|
+
"display_recap": "Afficher le récapitulatif",
|
|
53
57
|
"order_users": "Ajouter un utilisateur",
|
|
54
58
|
"edit_account": "Éditer le compte",
|
|
55
59
|
"change_password": "Modifier le mot de passe",
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"cancel": "Annuler",
|
|
3
3
|
"confirm": "Confirmer",
|
|
4
|
+
"copy": "Copier",
|
|
4
5
|
"validate": "Valider",
|
|
5
6
|
"modify": "Modifier",
|
|
6
7
|
"edit": "Éditer",
|
|
@@ -16,6 +17,7 @@
|
|
|
16
17
|
"manage": "Gérer",
|
|
17
18
|
"choose": "Choisir",
|
|
18
19
|
"select": "Sélectionner",
|
|
20
|
+
"select_imperative": "Sélectionnez",
|
|
19
21
|
"select_all": "Tout sélectionner",
|
|
20
22
|
"unselect": "Désélectionner",
|
|
21
23
|
"close": "Fermer",
|
|
@@ -49,7 +51,9 @@
|
|
|
49
51
|
"start": "Commencer",
|
|
50
52
|
"renew": "Renouveler",
|
|
51
53
|
"restore": "Restaurer",
|
|
52
|
-
"
|
|
54
|
+
"go_to_details": "Aller au détail",
|
|
55
|
+
"see_details": "Voir le détail",
|
|
56
|
+
"display_recap": "Afficher le récapitulatif",
|
|
53
57
|
"order_users": "Ajouter un utilisateur",
|
|
54
58
|
"edit_account": "Éditer le compte",
|
|
55
59
|
"change_password": "Modifier le mot de passe",
|
|
@@ -49,9 +49,13 @@
|
|
|
49
49
|
"start": "Comincia ora",
|
|
50
50
|
"renew": "Rinnovare",
|
|
51
51
|
"restore": "Ripristinare",
|
|
52
|
-
"see_details": "
|
|
52
|
+
"see_details": "Visualizza dettagli",
|
|
53
53
|
"order_users": "Aggiungere un utente",
|
|
54
54
|
"edit_account": "Modificare l'account",
|
|
55
55
|
"change_password": "Modificare la password",
|
|
56
|
-
"delete_account": "Elimina l’account"
|
|
56
|
+
"delete_account": "Elimina l’account",
|
|
57
|
+
"copy": "Copiare",
|
|
58
|
+
"select_imperative": "Seleziona",
|
|
59
|
+
"go_to_details": "Andare ai dettagli",
|
|
60
|
+
"display_recap": "Visualizzare il riepilogo"
|
|
57
61
|
}
|
|
@@ -49,9 +49,13 @@
|
|
|
49
49
|
"start": "Zacznij",
|
|
50
50
|
"renew": "Odnów",
|
|
51
51
|
"restore": "Przywróć",
|
|
52
|
-
"see_details": "
|
|
52
|
+
"see_details": "Wyświetl szczegóły",
|
|
53
53
|
"order_users": "Dodaj użytkownika",
|
|
54
54
|
"edit_account": "Edytuj konto",
|
|
55
55
|
"change_password": "Zmień hasło",
|
|
56
|
-
"delete_account": "Usuń konto"
|
|
56
|
+
"delete_account": "Usuń konto",
|
|
57
|
+
"copy": "Kopiuj",
|
|
58
|
+
"select_imperative": "Wybierz",
|
|
59
|
+
"go_to_details": "Przejdź do szczegółów",
|
|
60
|
+
"display_recap": "Wyświetl podsumowanie"
|
|
57
61
|
}
|
|
@@ -53,5 +53,9 @@
|
|
|
53
53
|
"order_users": "Adicionar um utilizador",
|
|
54
54
|
"edit_account": "Editar a conta",
|
|
55
55
|
"change_password": "Alterar palavra-passe",
|
|
56
|
-
"delete_account": "Eliminar conta"
|
|
56
|
+
"delete_account": "Eliminar conta",
|
|
57
|
+
"copy": "Copiar",
|
|
58
|
+
"select_imperative": "Selecione",
|
|
59
|
+
"go_to_details": "Ver detalhes",
|
|
60
|
+
"display_recap": "Ver resumo"
|
|
57
61
|
}
|
|
@@ -27,5 +27,10 @@
|
|
|
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
29
|
"price": "Preis",
|
|
30
|
-
"stepPlaceholder": "Schritt {{current}} von {{total}}"
|
|
30
|
+
"stepPlaceholder": "Schritt {{current}} von {{total}}",
|
|
31
|
+
"yes": "Ja",
|
|
32
|
+
"no": "Nein",
|
|
33
|
+
"ok": "OK",
|
|
34
|
+
"optional": "wahlweise",
|
|
35
|
+
"step_number": "Schritt {{step}}"
|
|
31
36
|
}
|
|
@@ -27,5 +27,10 @@
|
|
|
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
29
|
"price": "Price",
|
|
30
|
-
"stepPlaceholder": "Step {{current}} of {{total}}"
|
|
30
|
+
"stepPlaceholder": "Step {{current}} of {{total}}",
|
|
31
|
+
"yes": "Yes",
|
|
32
|
+
"no": "No",
|
|
33
|
+
"ok": "OK",
|
|
34
|
+
"optional": "optional",
|
|
35
|
+
"step_number": "Step {{step}}"
|
|
31
36
|
}
|
|
@@ -27,5 +27,10 @@
|
|
|
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
29
|
"price": "Precio",
|
|
30
|
-
"stepPlaceholder": "Paso {{current}} de {{total}}"
|
|
30
|
+
"stepPlaceholder": "Paso {{current}} de {{total}}",
|
|
31
|
+
"yes": "Sí",
|
|
32
|
+
"no": "No",
|
|
33
|
+
"ok": "OK",
|
|
34
|
+
"optional": "opcional",
|
|
35
|
+
"step_number": "Paso {{step}}"
|
|
31
36
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"step_number": "Étape {{step}}",
|
|
2
3
|
"stepPlaceholder": "Étape {{current}} sur {{total}}",
|
|
3
4
|
"mandatory_fields": "Les champs mentionnés avec un astérisque * sont obligatoires.",
|
|
4
5
|
"max_chars": "{{ value }} caractères maximum",
|
|
@@ -27,5 +28,9 @@
|
|
|
27
28
|
"change_password_label_confirm_password": "Confirmation du nouveau mot de passe",
|
|
28
29
|
"change_password_helper1": "Attention, le mot de passe doit respecter les conditions suivantes :",
|
|
29
30
|
"change_password_helper2": "Au moins 1 lettre minuscule, 1 lettre majuscule, 1 chiffre ou 1 caractère spécial",
|
|
30
|
-
"price": "Prix"
|
|
31
|
+
"price": "Prix",
|
|
32
|
+
"yes": "Oui",
|
|
33
|
+
"no": "Non",
|
|
34
|
+
"ok": "OK",
|
|
35
|
+
"optional": "facultatif"
|
|
31
36
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"step_number": "Étape {{step}}",
|
|
2
3
|
"stepPlaceholder": "Étape {{current}} sur {{total}}",
|
|
3
4
|
"mandatory_fields": "Les champs mentionnés avec un astérisque * sont obligatoires.",
|
|
4
5
|
"max_chars": "{{ value }} caractères maximum",
|
|
@@ -27,5 +28,9 @@
|
|
|
27
28
|
"change_password_label_confirm_password": "Confirmation du nouveau mot de passe",
|
|
28
29
|
"change_password_helper1": "Attention, le mot de passe doit respecter les conditions suivantes :",
|
|
29
30
|
"change_password_helper2": "Au moins 1 lettre minuscule, 1 lettre majuscule, 1 chiffre ou 1 caractère spécial",
|
|
30
|
-
"price": "Prix"
|
|
31
|
+
"price": "Prix",
|
|
32
|
+
"yes": "Oui",
|
|
33
|
+
"no": "Non",
|
|
34
|
+
"ok": "OK",
|
|
35
|
+
"optional": "facultatif"
|
|
31
36
|
}
|
|
@@ -27,5 +27,10 @@
|
|
|
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
29
|
"price": "Prezzo",
|
|
30
|
-
"stepPlaceholder": "Step {{current}} di {{total}}"
|
|
30
|
+
"stepPlaceholder": "Step {{current}} di {{total}}",
|
|
31
|
+
"yes": "Sì",
|
|
32
|
+
"no": "No",
|
|
33
|
+
"ok": "OK",
|
|
34
|
+
"optional": "facoltativo",
|
|
35
|
+
"step_number": "Step {{step}}"
|
|
31
36
|
}
|
|
@@ -27,5 +27,10 @@
|
|
|
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
29
|
"price": "Cena",
|
|
30
|
-
"stepPlaceholder": "Etap {{current}} z {{total}}"
|
|
30
|
+
"stepPlaceholder": "Etap {{current}} z {{total}}",
|
|
31
|
+
"yes": "Tak",
|
|
32
|
+
"no": "Nie",
|
|
33
|
+
"ok": "OK",
|
|
34
|
+
"optional": "opcjonalnie",
|
|
35
|
+
"step_number": "Etap {{step}}"
|
|
31
36
|
}
|
|
@@ -27,5 +27,10 @@
|
|
|
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
29
|
"price": "Preço",
|
|
30
|
-
"stepPlaceholder": "Etapa {{current}} de {{total}}"
|
|
30
|
+
"stepPlaceholder": "Etapa {{current}} de {{total}}",
|
|
31
|
+
"yes": "Sim",
|
|
32
|
+
"no": "Não",
|
|
33
|
+
"ok": "OK",
|
|
34
|
+
"optional": "facultativo",
|
|
35
|
+
"step_number": "Etapa {{step}}"
|
|
31
36
|
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"address_ip": "IP-Adresse",
|
|
3
|
+
"address_ipv4": "IPv4-Adresse",
|
|
4
|
+
"address_ipv6": "IPv6-Adresse",
|
|
5
|
+
"cluster": "Cluster",
|
|
6
|
+
"clusters": "Cluster",
|
|
7
|
+
"datacentre": "Rechenzentrum",
|
|
8
|
+
"datacentres": "Rechenzentrum",
|
|
9
|
+
"domain_name": "Domainname",
|
|
10
|
+
"installation": "Installation",
|
|
11
|
+
"key": "Schlüssel",
|
|
12
|
+
"key_access": "Zugriffsschlüssel",
|
|
13
|
+
"key_secret": "Geheimer Schlüssel",
|
|
14
|
+
"password": "Passwort",
|
|
15
|
+
"passwords": "Passwörter",
|
|
16
|
+
"password_root": "Root-Passwort",
|
|
17
|
+
"ram": "RAM",
|
|
18
|
+
"ram_gb": "RAM (GB)",
|
|
19
|
+
"role": "Rolle",
|
|
20
|
+
"vm": "Virtuelle Maschine",
|
|
21
|
+
"vms": "Virtuelle Maschinen"
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"address_ip": "IP address",
|
|
3
|
+
"address_ipv4": "IPv4 address",
|
|
4
|
+
"address_ipv6": "IPv6 address",
|
|
5
|
+
"cluster": "Cluster",
|
|
6
|
+
"clusters": "Clusters",
|
|
7
|
+
"datacentre": "Datacentre",
|
|
8
|
+
"datacentres": "Datacenters",
|
|
9
|
+
"domain_name": "Domain name",
|
|
10
|
+
"installation": "Installation",
|
|
11
|
+
"key": "Key",
|
|
12
|
+
"key_access": "Access key",
|
|
13
|
+
"key_secret": "Secret key",
|
|
14
|
+
"password": "Password",
|
|
15
|
+
"passwords": "Passwords",
|
|
16
|
+
"password_root": "Root password",
|
|
17
|
+
"ram": "RAM",
|
|
18
|
+
"ram_gb": "RAM (GB)",
|
|
19
|
+
"role": "Role",
|
|
20
|
+
"vm": "Virtual machine",
|
|
21
|
+
"vms": "Virtual machines"
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"address_ip": "Dirección IP",
|
|
3
|
+
"address_ipv4": "Dirección IPv4",
|
|
4
|
+
"address_ipv6": "Dirección IPv6",
|
|
5
|
+
"cluster": "Clúster",
|
|
6
|
+
"clusters": "Clusters",
|
|
7
|
+
"datacentre": "Datacenter",
|
|
8
|
+
"datacentres": "Datacenters",
|
|
9
|
+
"domain_name": "Dominio",
|
|
10
|
+
"installation": "Instalación",
|
|
11
|
+
"key": "Clave",
|
|
12
|
+
"key_access": "Clave de acceso",
|
|
13
|
+
"key_secret": "Clave secreta",
|
|
14
|
+
"password": "Contraseña",
|
|
15
|
+
"passwords": "Contraseñas",
|
|
16
|
+
"password_root": "Contraseña Root",
|
|
17
|
+
"ram": "RAM",
|
|
18
|
+
"ram_gb": "RAM (GB)",
|
|
19
|
+
"role": "Rol",
|
|
20
|
+
"vm": "Máquina virtual",
|
|
21
|
+
"vms": "Máquinas virtuales"
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"address_ip": "Adresse IP",
|
|
3
|
+
"address_ipv4": "Adresse IPv4",
|
|
4
|
+
"address_ipv6": "Adresse IPv6",
|
|
5
|
+
"cluster": "Cluster",
|
|
6
|
+
"clusters": "Clusters",
|
|
7
|
+
"datacentre": "Datacentre",
|
|
8
|
+
"datacentres": "Datacentres",
|
|
9
|
+
"domain_name": "Nom de domaine",
|
|
10
|
+
"installation": "Installation",
|
|
11
|
+
"key": "Clé",
|
|
12
|
+
"key_access": "Clé d'accès",
|
|
13
|
+
"key_secret": "Clé secrète",
|
|
14
|
+
"password": "Mot de passe",
|
|
15
|
+
"passwords": "Mots de passe",
|
|
16
|
+
"password_root": "Mot de passe Root",
|
|
17
|
+
"ram": "RAM",
|
|
18
|
+
"ram_gb": "RAM (Go)",
|
|
19
|
+
"role": "Rôle",
|
|
20
|
+
"vm": "Machine virtuelle",
|
|
21
|
+
"vms": "Machines virtuelles"
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"address_ip": "Adresse IP",
|
|
3
|
+
"address_ipv4": "Adresse IPv4",
|
|
4
|
+
"address_ipv6": "Adresse IPv6",
|
|
5
|
+
"cluster": "Cluster",
|
|
6
|
+
"clusters": "Clusters",
|
|
7
|
+
"datacentre": "Datacentre",
|
|
8
|
+
"datacentres": "Datacentres",
|
|
9
|
+
"domain_name": "Nom de domaine",
|
|
10
|
+
"installation": "Installation",
|
|
11
|
+
"key": "Clé",
|
|
12
|
+
"key_access": "Clé d'accès",
|
|
13
|
+
"key_secret": "Clé secrète",
|
|
14
|
+
"password": "Mot de passe",
|
|
15
|
+
"passwords": "Mots de passe",
|
|
16
|
+
"password_root": "Mot de passe Root",
|
|
17
|
+
"ram": "RAM",
|
|
18
|
+
"ram_gb": "RAM (Go)",
|
|
19
|
+
"role": "Rôle",
|
|
20
|
+
"vm": "Machine virtuelle",
|
|
21
|
+
"vms": "Machines virtuelles"
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"address_ip": "Indirizzo IP",
|
|
3
|
+
"address_ipv4": "indirizzo IPv4",
|
|
4
|
+
"address_ipv6": "Indirizzo IPv6",
|
|
5
|
+
"cluster": "Cluster",
|
|
6
|
+
"clusters": "Cluster",
|
|
7
|
+
"datacentre": "Datacenter",
|
|
8
|
+
"datacentres": "Datacenter",
|
|
9
|
+
"domain_name": "Dominio",
|
|
10
|
+
"installation": "Installazione",
|
|
11
|
+
"key": "Chiave",
|
|
12
|
+
"key_access": "Chiave di accesso",
|
|
13
|
+
"key_secret": "Chiave segreta",
|
|
14
|
+
"password": "Password",
|
|
15
|
+
"passwords": "Password",
|
|
16
|
+
"password_root": "Password root",
|
|
17
|
+
"ram": "RAM",
|
|
18
|
+
"ram_gb": "RAM (GB)",
|
|
19
|
+
"role": "Ruolo",
|
|
20
|
+
"vm": "Macchina virtuale",
|
|
21
|
+
"vms": "Macchine virtuali"
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"address_ip": "Adres IP",
|
|
3
|
+
"address_ipv4": "Adres IPv4",
|
|
4
|
+
"address_ipv6": "Adres IPv6",
|
|
5
|
+
"cluster": "Klaster",
|
|
6
|
+
"clusters": "Klaster",
|
|
7
|
+
"datacentre": "Centrum danych",
|
|
8
|
+
"datacentres": "Centra danych",
|
|
9
|
+
"domain_name": "Domena",
|
|
10
|
+
"installation": "Instalacja",
|
|
11
|
+
"key": "Klucz",
|
|
12
|
+
"key_access": "Klucz dostępu",
|
|
13
|
+
"key_secret": "Klucz tajny",
|
|
14
|
+
"password": "Hasło",
|
|
15
|
+
"passwords": "Hasła",
|
|
16
|
+
"password_root": "Hasło Root",
|
|
17
|
+
"ram": "RAM",
|
|
18
|
+
"ram_gb": "RAM (GB)",
|
|
19
|
+
"role": "Rola",
|
|
20
|
+
"vm": "Maszyna wirtualna",
|
|
21
|
+
"vms": "Maszyny wirtualne"
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"address_ip": "Endereço IP",
|
|
3
|
+
"address_ipv4": "Endereço IPv4",
|
|
4
|
+
"address_ipv6": "Endereço IPv6",
|
|
5
|
+
"cluster": "Cluster",
|
|
6
|
+
"clusters": "Clusters",
|
|
7
|
+
"datacentre": "Datacenter",
|
|
8
|
+
"datacentres": "Datacenters",
|
|
9
|
+
"domain_name": "Domínio",
|
|
10
|
+
"installation": "Instalação",
|
|
11
|
+
"key": "Chave",
|
|
12
|
+
"key_access": "Chave de acesso",
|
|
13
|
+
"key_secret": "Chave secreta",
|
|
14
|
+
"password": "Palavra-passe",
|
|
15
|
+
"passwords": "Palavras-passe",
|
|
16
|
+
"password_root": "Palavra-passe Root",
|
|
17
|
+
"ram": "RAM",
|
|
18
|
+
"ram_gb": "RAM (GB)",
|
|
19
|
+
"role": "Função",
|
|
20
|
+
"vm": "Máquina virtual",
|
|
21
|
+
"vms": "Máquinas virtuais"
|
|
22
|
+
}
|
package/dist/index.cjs.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o="@ovh-ux/manager-common-translations",
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o="@ovh-ux/manager-common-translations",E={BYTES:`${o}/bytes`,CLIPBOARD:`${o}/clipboard`,ACTIONS:`${o}/actions`,FORM:`${o}/form`,IAM:`${o}/iam`,SERVICE:`${o}/service`,BILLING:`${o}/billing`,ERROR:`${o}/error`,STATUS:`${o}/status`,DATACENTER:`${o}/datacenter`,REGION:`${o}/region`,DASHBOARD:`${o}/dashboard`,ONBOARDING:`${o}/onboarding`,ORDER:`${o}/order`,CONTACT:`${o}/contact`,COUNTRIES:`${o}/countries`,COUNTRY:`${o}/country`,LANGUAGE:`${o}/language`,UPLOAD:`${o}/upload`,RESOURCES:`${o}/resources`,SYSTEM:`${o}/system`,TIME:`${o}/time`};exports.NAMESPACES=E;exports.NAMESPACE_PREFIX=o;
|
package/dist/index.esm.js
CHANGED
|
@@ -1,25 +1,28 @@
|
|
|
1
|
-
const
|
|
2
|
-
BYTES: `${
|
|
3
|
-
CLIPBOARD: `${
|
|
4
|
-
ACTIONS: `${
|
|
5
|
-
FORM: `${
|
|
6
|
-
IAM: `${
|
|
7
|
-
SERVICE: `${
|
|
8
|
-
BILLING: `${
|
|
9
|
-
ERROR: `${
|
|
10
|
-
STATUS: `${
|
|
11
|
-
DATACENTER: `${
|
|
12
|
-
REGION: `${
|
|
13
|
-
DASHBOARD: `${
|
|
14
|
-
ONBOARDING: `${
|
|
15
|
-
ORDER: `${
|
|
16
|
-
CONTACT: `${
|
|
17
|
-
COUNTRIES: `${
|
|
18
|
-
COUNTRY: `${
|
|
19
|
-
LANGUAGE: `${
|
|
20
|
-
UPLOAD: `${
|
|
1
|
+
const $ = "@ovh-ux/manager-common-translations", o = {
|
|
2
|
+
BYTES: `${$}/bytes`,
|
|
3
|
+
CLIPBOARD: `${$}/clipboard`,
|
|
4
|
+
ACTIONS: `${$}/actions`,
|
|
5
|
+
FORM: `${$}/form`,
|
|
6
|
+
IAM: `${$}/iam`,
|
|
7
|
+
SERVICE: `${$}/service`,
|
|
8
|
+
BILLING: `${$}/billing`,
|
|
9
|
+
ERROR: `${$}/error`,
|
|
10
|
+
STATUS: `${$}/status`,
|
|
11
|
+
DATACENTER: `${$}/datacenter`,
|
|
12
|
+
REGION: `${$}/region`,
|
|
13
|
+
DASHBOARD: `${$}/dashboard`,
|
|
14
|
+
ONBOARDING: `${$}/onboarding`,
|
|
15
|
+
ORDER: `${$}/order`,
|
|
16
|
+
CONTACT: `${$}/contact`,
|
|
17
|
+
COUNTRIES: `${$}/countries`,
|
|
18
|
+
COUNTRY: `${$}/country`,
|
|
19
|
+
LANGUAGE: `${$}/language`,
|
|
20
|
+
UPLOAD: `${$}/upload`,
|
|
21
|
+
RESOURCES: `${$}/resources`,
|
|
22
|
+
SYSTEM: `${$}/system`,
|
|
23
|
+
TIME: `${$}/time`
|
|
21
24
|
};
|
|
22
25
|
export {
|
|
23
|
-
|
|
24
|
-
|
|
26
|
+
o as NAMESPACES,
|
|
27
|
+
$ as NAMESPACE_PREFIX
|
|
25
28
|
};
|
package/dist/types/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ovh-ux/manager-common-translations",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.19.1",
|
|
4
4
|
"description": "Common translations for Manager µ-apps",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"prepare": "tsc && vite build"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@ovh-ux/manager-static-analysis-kit": "^0.
|
|
28
|
-
"@ovh-ux/manager-vite-config": "^0.13.
|
|
27
|
+
"@ovh-ux/manager-static-analysis-kit": "^0.10.0",
|
|
28
|
+
"@ovh-ux/manager-vite-config": "^0.13.2",
|
|
29
29
|
"vite-plugin-dts": "^4.5.4"
|
|
30
30
|
}
|
|
31
31
|
}
|