@ovh-ux/manager-common-translations 0.11.0 → 0.12.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 +11 -0
- package/dist/@ovh-ux/manager-common-translations/upload/Messages_de_DE.json +16 -0
- package/dist/@ovh-ux/manager-common-translations/upload/Messages_en_GB.json +16 -0
- package/dist/@ovh-ux/manager-common-translations/upload/Messages_es_ES.json +16 -0
- package/dist/@ovh-ux/manager-common-translations/upload/Messages_fr_CA.json +16 -0
- package/dist/@ovh-ux/manager-common-translations/upload/Messages_fr_FR.json +16 -0
- package/dist/@ovh-ux/manager-common-translations/upload/Messages_it_IT.json +16 -0
- package/dist/@ovh-ux/manager-common-translations/upload/Messages_pl_PL.json +16 -0
- package/dist/@ovh-ux/manager-common-translations/upload/Messages_pt_PT.json +16 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +2 -1
- package/dist/types/index.d.ts +1 -0
- package/package.json +1 -1
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.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
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **common-translations:** add upload translations ([ddaad9b](https://github.com/ovh/manager/commit/ddaad9baa821935298eec60e13f2a8c5f4af8877)), closes [#MANAGER-17458](https://github.com/ovh/manager/issues/MANAGER-17458)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [0.11.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-common-translations@0.10.0...@ovh-ux/manager-common-translations@0.11.0) (2025-07-17)
|
|
7
18
|
|
|
8
19
|
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"drag_and_drop_file": "Ziehen und Ablegen einer Datei",
|
|
3
|
+
"drag_and_drop_files": "Dateien per Drag & Drop verschieben",
|
|
4
|
+
"browse_files": "Dateien durchsuchen",
|
|
5
|
+
"max_file": "Maximale Anzahl von Dateien: ",
|
|
6
|
+
"max_size": "Maximale Größe: ",
|
|
7
|
+
"accepted_type": "Akzeptierter Dateityp: {{ type }}",
|
|
8
|
+
"accepted_types": "Akzeptierte Dateitypen: {{ types }}",
|
|
9
|
+
"uploaded_file": "Importierte Datei",
|
|
10
|
+
"uploaded_files": "Importierte Dateien",
|
|
11
|
+
"error_file_max-file-reached": "Maximale Anzahl von Dateien erreicht",
|
|
12
|
+
"error_file_size-too-large": "Die ausgewählte Datei überschreitet die maximal zulässige Größe",
|
|
13
|
+
"error_files_size-too-large": "Einige Dateien überschreiten die maximal zulässige Größe",
|
|
14
|
+
"error_file_wrong-format": "Der ausgewählte Dateityp ist nicht zulässig",
|
|
15
|
+
"error_files_wrong-format": "Einige Dateitypen sind nicht zulässig"
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"drag_and_drop_file": "Drag and drop a file",
|
|
3
|
+
"drag_and_drop_files": "Drag and drop files",
|
|
4
|
+
"browse_files": "Browse files",
|
|
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 }}",
|
|
9
|
+
"uploaded_file": "Imported file",
|
|
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"
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"drag_and_drop_file": "Arrastrar y soltar un archivo",
|
|
3
|
+
"drag_and_drop_files": "Arrastrar y soltar archivos",
|
|
4
|
+
"browse_files": "Examinar archivos",
|
|
5
|
+
"max_file": "Número máximo de archivos: ",
|
|
6
|
+
"max_size": "Tamaño máximo permitido: ",
|
|
7
|
+
"accepted_type": "Tipo de archivo aceptado: {{ type }}",
|
|
8
|
+
"accepted_types": "Tipos de archivo aceptados: {{ types }}",
|
|
9
|
+
"uploaded_file": "Archivo importado",
|
|
10
|
+
"uploaded_files": "Archivos importados",
|
|
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"
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"drag_and_drop_file": "Glisser-déposer un fichier",
|
|
3
|
+
"drag_and_drop_files": "Glisser-déposer des fichiers",
|
|
4
|
+
"browse_files": "Parcourir les fichiers",
|
|
5
|
+
"max_file": "Nombre maximal de fichiers : ",
|
|
6
|
+
"max_size": "Taille maximale autorisée : ",
|
|
7
|
+
"accepted_type": "Type de fichier accepté : {{ type }}",
|
|
8
|
+
"accepted_types": "Types de fichiers acceptés : {{ types }}",
|
|
9
|
+
"uploaded_file": "Fichier importé",
|
|
10
|
+
"uploaded_files": "Fichiers importés",
|
|
11
|
+
"error_file_max-file-reached": "Nombre maximal de fichiers atteint",
|
|
12
|
+
"error_file_size-too-large": "Le fichier sélectionné dépasse la taille maximale autorisée",
|
|
13
|
+
"error_files_size-too-large": "Certains fichiers dépassent la taille maximale autorisée",
|
|
14
|
+
"error_file_wrong-format": "Le type du fichier sélectionné n'est pas autorisé",
|
|
15
|
+
"error_files_wrong-format": "Certains types de fichiers ne sont pas autorisés"
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"drag_and_drop_file": "Glisser-déposer un fichier",
|
|
3
|
+
"drag_and_drop_files": "Glisser-déposer des fichiers",
|
|
4
|
+
"browse_files": "Parcourir les fichiers",
|
|
5
|
+
"max_file": "Nombre maximal de fichiers : ",
|
|
6
|
+
"max_size": "Taille maximale autorisée : ",
|
|
7
|
+
"accepted_type": "Type de fichier accepté : {{ type }}",
|
|
8
|
+
"accepted_types": "Types de fichiers acceptés : {{ types }}",
|
|
9
|
+
"uploaded_file": "Fichier importé",
|
|
10
|
+
"uploaded_files": "Fichiers importés",
|
|
11
|
+
"error_file_max-file-reached": "Nombre maximal de fichiers atteint",
|
|
12
|
+
"error_file_size-too-large": "Le fichier sélectionné dépasse la taille maximale autorisée",
|
|
13
|
+
"error_files_size-too-large": "Certains fichiers dépassent la taille maximale autorisée",
|
|
14
|
+
"error_file_wrong-format": "Le type du fichier sélectionné n'est pas autorisé",
|
|
15
|
+
"error_files_wrong-format": "Certains types de fichiers ne sont pas autorisés"
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
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",
|
|
5
|
+
"max_file": "Numero massimo di file: ",
|
|
6
|
+
"max_size": "Dimensione massima consentita: ",
|
|
7
|
+
"accepted_type": "Tipo di file accettato: {{ type }}",
|
|
8
|
+
"accepted_types": "Tipi di file accettati: {{ types }}",
|
|
9
|
+
"uploaded_file": "File importato",
|
|
10
|
+
"uploaded_files": "File importati",
|
|
11
|
+
"error_file_max-file-reached": "Numero massimo di file raggiunto",
|
|
12
|
+
"error_file_size-too-large": "Il file selezionato supera la dimensione massima consentita",
|
|
13
|
+
"error_files_size-too-large": "Alcuni file superano la dimensione massima consentita",
|
|
14
|
+
"error_file_wrong-format": "Il tipo di file selezionato non è consentito",
|
|
15
|
+
"error_files_wrong-format": "Alcuni tipi di file non sono consentiti"
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"drag_and_drop_file": "Przeciągnij i upuść plik",
|
|
3
|
+
"drag_and_drop_files": "Przeciągnij i upuść pliki",
|
|
4
|
+
"browse_files": "Przeglądaj pliki",
|
|
5
|
+
"max_file": "Maksymalna liczba plików: ",
|
|
6
|
+
"max_size": "Maksymalny dozwolony rozmiar: ",
|
|
7
|
+
"accepted_type": "Akceptowany typ pliku: {{ type }}",
|
|
8
|
+
"accepted_types": "Akceptowane typy plików: {{ types }}",
|
|
9
|
+
"uploaded_file": "Zaimportowany plik",
|
|
10
|
+
"uploaded_files": "Zaimportowane pliki",
|
|
11
|
+
"error_file_max-file-reached": "Osiągnięto maksymalną liczbę plików",
|
|
12
|
+
"error_file_size-too-large": "Wybrany plik przekracza maksymalny dozwolony rozmiar",
|
|
13
|
+
"error_files_size-too-large": "Niektóre pliki przekraczają maksymalny dozwolony rozmiar",
|
|
14
|
+
"error_file_wrong-format": "Typ wybranego pliku jest niedozwolony",
|
|
15
|
+
"error_files_wrong-format": "Niektóre typy plików nie są dozwolone"
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"drag_and_drop_file": "Arrastar e soltar um ficheiro",
|
|
3
|
+
"drag_and_drop_files": "Arrastar e soltar ficheiros",
|
|
4
|
+
"browse_files": "Procurar os ficheiros",
|
|
5
|
+
"max_file": "Número máximo de ficheiros: ",
|
|
6
|
+
"max_size": "Tamanho máximo autorizado: ",
|
|
7
|
+
"accepted_type": "Tipo de ficheiro aceite: {{ type }}",
|
|
8
|
+
"accepted_types": "Tipos de ficheiros aceites: {{ types }}",
|
|
9
|
+
"uploaded_file": "Ficheiro importado",
|
|
10
|
+
"uploaded_files": "Ficheiros importados",
|
|
11
|
+
"error_file_max-file-reached": "Número máximo de ficheiros atingido",
|
|
12
|
+
"error_file_size-too-large": "O ficheiro selecionado excede o tamanho máximo permitido",
|
|
13
|
+
"error_files_size-too-large": "Alguns ficheiros são maiores do que o tamanho máximo permitido",
|
|
14
|
+
"error_file_wrong-format": "O tipo de ficheiro selecionado não é permitido",
|
|
15
|
+
"error_files_wrong-format": "Alguns tipos de ficheiros não são permitidos"
|
|
16
|
+
}
|
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",r={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`,REGION:`${o}/region`,DASHBOARD:`${o}/dashboard`,ONBOARDING:`${o}/onboarding`,ORDER:`${o}/order`,CONTACT:`${o}/contact`,COUNTRIES:`${o}/countries`,COUNTRY:`${o}/country`,LANGUAGE:`${o}/language`};exports.NAMESPACES=r;exports.NAMESPACE_PREFIX=o;
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o="@ovh-ux/manager-common-translations",r={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`,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`};exports.NAMESPACES=r;exports.NAMESPACE_PREFIX=o;
|
package/dist/index.esm.js
CHANGED
|
@@ -15,7 +15,8 @@ const o = "@ovh-ux/manager-common-translations", $ = {
|
|
|
15
15
|
CONTACT: `${o}/contact`,
|
|
16
16
|
COUNTRIES: `${o}/countries`,
|
|
17
17
|
COUNTRY: `${o}/country`,
|
|
18
|
-
LANGUAGE: `${o}/language
|
|
18
|
+
LANGUAGE: `${o}/language`,
|
|
19
|
+
UPLOAD: `${o}/upload`
|
|
19
20
|
};
|
|
20
21
|
export {
|
|
21
22
|
$ as NAMESPACES,
|
package/dist/types/index.d.ts
CHANGED