@commercetools-frontend-extensions/export-resources-modal 4.0.3 → 4.0.4
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/README.md +1 -1
- package/dist/commercetools-frontend-extensions-export-resources-modal.cjs.dev.js +25 -11
- package/dist/commercetools-frontend-extensions-export-resources-modal.cjs.prod.js +12 -7
- package/dist/commercetools-frontend-extensions-export-resources-modal.esm.js +25 -11
- package/dist/de-061f704f.cjs.prod.js +125 -0
- package/dist/de-2053e30c.esm.js +123 -0
- package/dist/de-ab9aa191.cjs.dev.js +125 -0
- package/dist/es-294da86d.cjs.prod.js +125 -0
- package/dist/es-6f6ac776.esm.js +123 -0
- package/dist/es-b57ba755.cjs.dev.js +125 -0
- package/dist/fr-FR-5ed7b9c1.cjs.prod.js +125 -0
- package/dist/fr-FR-65460b2c.esm.js +123 -0
- package/dist/fr-FR-d7209a15.cjs.dev.js +125 -0
- package/dist/pt-BR-50312992.esm.js +123 -0
- package/dist/pt-BR-6eb85adb.cjs.prod.js +125 -0
- package/dist/pt-BR-7c94da38.cjs.dev.js +125 -0
- package/dist/zh-CN-a4a57cea.cjs.dev.js +125 -0
- package/dist/zh-CN-b1180dfd.cjs.prod.js +125 -0
- package/dist/zh-CN-db13f016.esm.js +123 -0
- package/package.json +6 -7
- package/dist/de-a34c5dd4.cjs.dev.js +0 -6
- package/dist/de-cd6c45d3.esm.js +0 -4
- package/dist/de-d954fe3d.cjs.prod.js +0 -6
- package/dist/es-042343bd.cjs.prod.js +0 -6
- package/dist/es-8b3ecab1.cjs.dev.js +0 -6
- package/dist/es-e544023d.esm.js +0 -4
- package/dist/fr-FR-9d9081ee.esm.js +0 -4
- package/dist/fr-FR-e7126fcc.cjs.dev.js +0 -6
- package/dist/fr-FR-fce1ca96.cjs.prod.js +0 -6
- package/dist/pt-BR-b37d730b.esm.js +0 -4
- package/dist/pt-BR-ea6b3251.cjs.dev.js +0 -6
- package/dist/pt-BR-ec2a1a11.cjs.prod.js +0 -6
- package/dist/zh-CN-4780d88e.esm.js +0 -4
- package/dist/zh-CN-52baa549.cjs.prod.js +0 -6
- package/dist/zh-CN-d4bc6d26.cjs.dev.js +0 -6
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
var de = {
|
|
2
|
+
"ExportResourcesModal.back": {
|
|
3
|
+
developer_comment: "Label for \"Back\" button",
|
|
4
|
+
string: "Zurück"
|
|
5
|
+
},
|
|
6
|
+
"ExportResourcesModal.checkTheSpelling": {
|
|
7
|
+
developer_comment: "In Export fields selection - Check the spelling message",
|
|
8
|
+
string: "Überprüfen Sie die Schreibweise."
|
|
9
|
+
},
|
|
10
|
+
"ExportResourcesModal.continue": {
|
|
11
|
+
developer_comment: "Label for \"Continue\" button",
|
|
12
|
+
string: "Weiter"
|
|
13
|
+
},
|
|
14
|
+
"ExportResourcesModal.exportAllMessage": {
|
|
15
|
+
developer_comment: "All resources will be exported",
|
|
16
|
+
string: "Alle <b>{count}</b> {resourceType} werden exportiert."
|
|
17
|
+
},
|
|
18
|
+
"ExportResourcesModal.exportAllResources": {
|
|
19
|
+
developer_comment: "Export All selection",
|
|
20
|
+
string: "Alle {resourceType} ({count}) exportieren"
|
|
21
|
+
},
|
|
22
|
+
"ExportResourcesModal.exportBasedOnMyViewsMessage": {
|
|
23
|
+
developer_comment: "Select Export setttings based on my views",
|
|
24
|
+
string: "Wählen Sie Exporteinstellungen basierend auf:"
|
|
25
|
+
},
|
|
26
|
+
"ExportResourcesModal.exportMatchingMessage": {
|
|
27
|
+
developer_comment: "resources will be exported",
|
|
28
|
+
string: "<b>{count}</b> {resourceType} wird exportiert."
|
|
29
|
+
},
|
|
30
|
+
"ExportResourcesModal.exportOnlySelectedResources": {
|
|
31
|
+
developer_comment: "Export only selected resources",
|
|
32
|
+
string: "Ausgewählte {resourceType} exportieren ({count})"
|
|
33
|
+
},
|
|
34
|
+
"ExportResourcesModal.exportOperationSuccessMessage": {
|
|
35
|
+
developer_comment: "Success message",
|
|
36
|
+
string: "<b>Der Export hat begonnen.</b> <newline></newline><logsLink>Gehen Sie zu Exportprotokolle</logsLink>, um den Fortschritt zu überprüfen und die Datei herunterzuladen."
|
|
37
|
+
},
|
|
38
|
+
"ExportResourcesModal.exportSelectedMessage": {
|
|
39
|
+
developer_comment: "resources are selected and will be exported",
|
|
40
|
+
string: "<b>{count}</b> {resourceType} werden ausgewählt und exportiert."
|
|
41
|
+
},
|
|
42
|
+
"ExportResourcesModal.exportSelection": {
|
|
43
|
+
developer_comment: "Export selection",
|
|
44
|
+
string: "Auswahl exportieren"
|
|
45
|
+
},
|
|
46
|
+
"ExportResourcesModal.fieldDefinitions": {
|
|
47
|
+
developer_comment: "Label for \"Field definitions\" link",
|
|
48
|
+
string: "Felddefinitionen"
|
|
49
|
+
},
|
|
50
|
+
"ExportResourcesModal.fileName": {
|
|
51
|
+
developer_comment: "exported file name",
|
|
52
|
+
string: "Dateiname"
|
|
53
|
+
},
|
|
54
|
+
"ExportResourcesModal.invalidFileNameError": {
|
|
55
|
+
developer_comment: "Error when file name field is not valid",
|
|
56
|
+
string: "Der Dateiname darf nur alphanumerische Zeichen, Bindestriche und Unterstriche enthalten"
|
|
57
|
+
},
|
|
58
|
+
"ExportResourcesModal.locale": {
|
|
59
|
+
developer_comment: "Locale",
|
|
60
|
+
string: "Gebietsschema"
|
|
61
|
+
},
|
|
62
|
+
"ExportResourcesModal.missingFileNameError": {
|
|
63
|
+
developer_comment: "Error when file name field is missing",
|
|
64
|
+
string: "Bitte geben Sie einen Dateinamen ein"
|
|
65
|
+
},
|
|
66
|
+
"ExportResourcesModal.missingLocaleError": {
|
|
67
|
+
developer_comment: "Error when no locale is selected",
|
|
68
|
+
string: "Bitte wählen Sie mindestens ein Gebietsschema aus"
|
|
69
|
+
},
|
|
70
|
+
"ExportResourcesModal.modalTitle": {
|
|
71
|
+
developer_comment: "Label for the modal title",
|
|
72
|
+
string: "{resourceType} exportieren"
|
|
73
|
+
},
|
|
74
|
+
"ExportResourcesModal.myViews": {
|
|
75
|
+
developer_comment: "Label for \"My Views\" Select Field",
|
|
76
|
+
string: "Meine Ansichten"
|
|
77
|
+
},
|
|
78
|
+
"ExportResourcesModal.nothingApplied": {
|
|
79
|
+
developer_comment: "Shown when there is no filter applied",
|
|
80
|
+
string: "nichts angewendet"
|
|
81
|
+
},
|
|
82
|
+
"ExportResourcesModal.outputFormat": {
|
|
83
|
+
developer_comment: "File format like (csv, xls, ...etc)",
|
|
84
|
+
string: "Dateiformat"
|
|
85
|
+
},
|
|
86
|
+
"ExportResourcesModal.propertiesPanelLabel": {
|
|
87
|
+
developer_comment: "properties panel label",
|
|
88
|
+
string: "Eigenschaften"
|
|
89
|
+
},
|
|
90
|
+
"ExportResourcesModal.searchByEnteringTheExactFieldName": {
|
|
91
|
+
developer_comment: "In Export fields selection - Search by entering the exact field name message",
|
|
92
|
+
string: "Starten Sie die Suche, indem Sie den genauen Feldnamen eingeben."
|
|
93
|
+
},
|
|
94
|
+
"ExportResourcesModal.searchForFields": {
|
|
95
|
+
developer_comment: "Placeholder for \"Search for fields\" search input",
|
|
96
|
+
string: "Nach Feldern suchen"
|
|
97
|
+
},
|
|
98
|
+
"ExportResourcesModal.selectAllLocales": {
|
|
99
|
+
developer_comment: "label for \"Select all locales\" checkbox",
|
|
100
|
+
string: "Alle Gebietsschemas auswählen"
|
|
101
|
+
},
|
|
102
|
+
"ExportResourcesModal.selectFieldsToExport": {
|
|
103
|
+
string: "Zu exportierende Felder auswählen"
|
|
104
|
+
},
|
|
105
|
+
"ExportResourcesModal.startExport": {
|
|
106
|
+
developer_comment: "Label for \"Start export\" button",
|
|
107
|
+
string: "Export starten"
|
|
108
|
+
},
|
|
109
|
+
"ExportResourcesModal.suggestions": {
|
|
110
|
+
developer_comment: "In Export fields selection - Suggestions message",
|
|
111
|
+
string: "Empfehlungen:"
|
|
112
|
+
},
|
|
113
|
+
"ExportResourcesModal.thereAreNoResults": {
|
|
114
|
+
developer_comment: "No search results message",
|
|
115
|
+
string: "Es gibt keine Ergebnisse, die Ihrer Suche entsprechen."
|
|
116
|
+
},
|
|
117
|
+
"ExportResourcesModal.unexpectedError": {
|
|
118
|
+
developer_comment: "Generic notification message when starting export process fails",
|
|
119
|
+
string: "Beim Starten des Exportvorgangs ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut oder wenden Sie sich an den Support, wenn das Problem weiterhin besteht."
|
|
120
|
+
}
|
|
121
|
+
};
|
|
122
|
+
|
|
123
|
+
export { de as default };
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var de = {
|
|
4
|
+
"ExportResourcesModal.back": {
|
|
5
|
+
developer_comment: "Label for \"Back\" button",
|
|
6
|
+
string: "Zurück"
|
|
7
|
+
},
|
|
8
|
+
"ExportResourcesModal.checkTheSpelling": {
|
|
9
|
+
developer_comment: "In Export fields selection - Check the spelling message",
|
|
10
|
+
string: "Überprüfen Sie die Schreibweise."
|
|
11
|
+
},
|
|
12
|
+
"ExportResourcesModal.continue": {
|
|
13
|
+
developer_comment: "Label for \"Continue\" button",
|
|
14
|
+
string: "Weiter"
|
|
15
|
+
},
|
|
16
|
+
"ExportResourcesModal.exportAllMessage": {
|
|
17
|
+
developer_comment: "All resources will be exported",
|
|
18
|
+
string: "Alle <b>{count}</b> {resourceType} werden exportiert."
|
|
19
|
+
},
|
|
20
|
+
"ExportResourcesModal.exportAllResources": {
|
|
21
|
+
developer_comment: "Export All selection",
|
|
22
|
+
string: "Alle {resourceType} ({count}) exportieren"
|
|
23
|
+
},
|
|
24
|
+
"ExportResourcesModal.exportBasedOnMyViewsMessage": {
|
|
25
|
+
developer_comment: "Select Export setttings based on my views",
|
|
26
|
+
string: "Wählen Sie Exporteinstellungen basierend auf:"
|
|
27
|
+
},
|
|
28
|
+
"ExportResourcesModal.exportMatchingMessage": {
|
|
29
|
+
developer_comment: "resources will be exported",
|
|
30
|
+
string: "<b>{count}</b> {resourceType} wird exportiert."
|
|
31
|
+
},
|
|
32
|
+
"ExportResourcesModal.exportOnlySelectedResources": {
|
|
33
|
+
developer_comment: "Export only selected resources",
|
|
34
|
+
string: "Ausgewählte {resourceType} exportieren ({count})"
|
|
35
|
+
},
|
|
36
|
+
"ExportResourcesModal.exportOperationSuccessMessage": {
|
|
37
|
+
developer_comment: "Success message",
|
|
38
|
+
string: "<b>Der Export hat begonnen.</b> <newline></newline><logsLink>Gehen Sie zu Exportprotokolle</logsLink>, um den Fortschritt zu überprüfen und die Datei herunterzuladen."
|
|
39
|
+
},
|
|
40
|
+
"ExportResourcesModal.exportSelectedMessage": {
|
|
41
|
+
developer_comment: "resources are selected and will be exported",
|
|
42
|
+
string: "<b>{count}</b> {resourceType} werden ausgewählt und exportiert."
|
|
43
|
+
},
|
|
44
|
+
"ExportResourcesModal.exportSelection": {
|
|
45
|
+
developer_comment: "Export selection",
|
|
46
|
+
string: "Auswahl exportieren"
|
|
47
|
+
},
|
|
48
|
+
"ExportResourcesModal.fieldDefinitions": {
|
|
49
|
+
developer_comment: "Label for \"Field definitions\" link",
|
|
50
|
+
string: "Felddefinitionen"
|
|
51
|
+
},
|
|
52
|
+
"ExportResourcesModal.fileName": {
|
|
53
|
+
developer_comment: "exported file name",
|
|
54
|
+
string: "Dateiname"
|
|
55
|
+
},
|
|
56
|
+
"ExportResourcesModal.invalidFileNameError": {
|
|
57
|
+
developer_comment: "Error when file name field is not valid",
|
|
58
|
+
string: "Der Dateiname darf nur alphanumerische Zeichen, Bindestriche und Unterstriche enthalten"
|
|
59
|
+
},
|
|
60
|
+
"ExportResourcesModal.locale": {
|
|
61
|
+
developer_comment: "Locale",
|
|
62
|
+
string: "Gebietsschema"
|
|
63
|
+
},
|
|
64
|
+
"ExportResourcesModal.missingFileNameError": {
|
|
65
|
+
developer_comment: "Error when file name field is missing",
|
|
66
|
+
string: "Bitte geben Sie einen Dateinamen ein"
|
|
67
|
+
},
|
|
68
|
+
"ExportResourcesModal.missingLocaleError": {
|
|
69
|
+
developer_comment: "Error when no locale is selected",
|
|
70
|
+
string: "Bitte wählen Sie mindestens ein Gebietsschema aus"
|
|
71
|
+
},
|
|
72
|
+
"ExportResourcesModal.modalTitle": {
|
|
73
|
+
developer_comment: "Label for the modal title",
|
|
74
|
+
string: "{resourceType} exportieren"
|
|
75
|
+
},
|
|
76
|
+
"ExportResourcesModal.myViews": {
|
|
77
|
+
developer_comment: "Label for \"My Views\" Select Field",
|
|
78
|
+
string: "Meine Ansichten"
|
|
79
|
+
},
|
|
80
|
+
"ExportResourcesModal.nothingApplied": {
|
|
81
|
+
developer_comment: "Shown when there is no filter applied",
|
|
82
|
+
string: "nichts angewendet"
|
|
83
|
+
},
|
|
84
|
+
"ExportResourcesModal.outputFormat": {
|
|
85
|
+
developer_comment: "File format like (csv, xls, ...etc)",
|
|
86
|
+
string: "Dateiformat"
|
|
87
|
+
},
|
|
88
|
+
"ExportResourcesModal.propertiesPanelLabel": {
|
|
89
|
+
developer_comment: "properties panel label",
|
|
90
|
+
string: "Eigenschaften"
|
|
91
|
+
},
|
|
92
|
+
"ExportResourcesModal.searchByEnteringTheExactFieldName": {
|
|
93
|
+
developer_comment: "In Export fields selection - Search by entering the exact field name message",
|
|
94
|
+
string: "Starten Sie die Suche, indem Sie den genauen Feldnamen eingeben."
|
|
95
|
+
},
|
|
96
|
+
"ExportResourcesModal.searchForFields": {
|
|
97
|
+
developer_comment: "Placeholder for \"Search for fields\" search input",
|
|
98
|
+
string: "Nach Feldern suchen"
|
|
99
|
+
},
|
|
100
|
+
"ExportResourcesModal.selectAllLocales": {
|
|
101
|
+
developer_comment: "label for \"Select all locales\" checkbox",
|
|
102
|
+
string: "Alle Gebietsschemas auswählen"
|
|
103
|
+
},
|
|
104
|
+
"ExportResourcesModal.selectFieldsToExport": {
|
|
105
|
+
string: "Zu exportierende Felder auswählen"
|
|
106
|
+
},
|
|
107
|
+
"ExportResourcesModal.startExport": {
|
|
108
|
+
developer_comment: "Label for \"Start export\" button",
|
|
109
|
+
string: "Export starten"
|
|
110
|
+
},
|
|
111
|
+
"ExportResourcesModal.suggestions": {
|
|
112
|
+
developer_comment: "In Export fields selection - Suggestions message",
|
|
113
|
+
string: "Empfehlungen:"
|
|
114
|
+
},
|
|
115
|
+
"ExportResourcesModal.thereAreNoResults": {
|
|
116
|
+
developer_comment: "No search results message",
|
|
117
|
+
string: "Es gibt keine Ergebnisse, die Ihrer Suche entsprechen."
|
|
118
|
+
},
|
|
119
|
+
"ExportResourcesModal.unexpectedError": {
|
|
120
|
+
developer_comment: "Generic notification message when starting export process fails",
|
|
121
|
+
string: "Beim Starten des Exportvorgangs ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut oder wenden Sie sich an den Support, wenn das Problem weiterhin besteht."
|
|
122
|
+
}
|
|
123
|
+
};
|
|
124
|
+
|
|
125
|
+
exports["default"] = de;
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var es = {
|
|
4
|
+
"ExportResourcesModal.back": {
|
|
5
|
+
developer_comment: "Label for \"Back\" button",
|
|
6
|
+
string: "Volver"
|
|
7
|
+
},
|
|
8
|
+
"ExportResourcesModal.checkTheSpelling": {
|
|
9
|
+
developer_comment: "In Export fields selection - Check the spelling message",
|
|
10
|
+
string: "Revisa la ortografía."
|
|
11
|
+
},
|
|
12
|
+
"ExportResourcesModal.continue": {
|
|
13
|
+
developer_comment: "Label for \"Continue\" button",
|
|
14
|
+
string: "Continuar"
|
|
15
|
+
},
|
|
16
|
+
"ExportResourcesModal.exportAllMessage": {
|
|
17
|
+
developer_comment: "All resources will be exported",
|
|
18
|
+
string: "Los <b>{count}</b> {resourceType} se exportarán."
|
|
19
|
+
},
|
|
20
|
+
"ExportResourcesModal.exportAllResources": {
|
|
21
|
+
developer_comment: "Export All selection",
|
|
22
|
+
string: "Exportar los {resourceType} ({count})"
|
|
23
|
+
},
|
|
24
|
+
"ExportResourcesModal.exportBasedOnMyViewsMessage": {
|
|
25
|
+
developer_comment: "Select Export setttings based on my views",
|
|
26
|
+
string: "Seleccionar las configuraciones de exportación basándose en:"
|
|
27
|
+
},
|
|
28
|
+
"ExportResourcesModal.exportMatchingMessage": {
|
|
29
|
+
developer_comment: "resources will be exported",
|
|
30
|
+
string: "<b>{count}</b> {resourceType} se exportarán."
|
|
31
|
+
},
|
|
32
|
+
"ExportResourcesModal.exportOnlySelectedResources": {
|
|
33
|
+
developer_comment: "Export only selected resources",
|
|
34
|
+
string: "Exportar los {resourceType} ({count}) seleccionados"
|
|
35
|
+
},
|
|
36
|
+
"ExportResourcesModal.exportOperationSuccessMessage": {
|
|
37
|
+
developer_comment: "Success message",
|
|
38
|
+
string: "<b>Tu exportación ha comenzado.</b> <newline></newline><logsLink>Ve a Registros de exportación</logsLink> para ver el progreso y descargar el archivo."
|
|
39
|
+
},
|
|
40
|
+
"ExportResourcesModal.exportSelectedMessage": {
|
|
41
|
+
developer_comment: "resources are selected and will be exported",
|
|
42
|
+
string: "<b>{count}</b> {resourceType} se han seleccionado y se exportarán."
|
|
43
|
+
},
|
|
44
|
+
"ExportResourcesModal.exportSelection": {
|
|
45
|
+
developer_comment: "Export selection",
|
|
46
|
+
string: "Exportar la selección"
|
|
47
|
+
},
|
|
48
|
+
"ExportResourcesModal.fieldDefinitions": {
|
|
49
|
+
developer_comment: "Label for \"Field definitions\" link",
|
|
50
|
+
string: "Definición de campos"
|
|
51
|
+
},
|
|
52
|
+
"ExportResourcesModal.fileName": {
|
|
53
|
+
developer_comment: "exported file name",
|
|
54
|
+
string: "Nombre del archivo"
|
|
55
|
+
},
|
|
56
|
+
"ExportResourcesModal.invalidFileNameError": {
|
|
57
|
+
developer_comment: "Error when file name field is not valid",
|
|
58
|
+
string: "El nombre del archivo solo puede contener caracteres alfanuméricos, guiones y guiones bajos"
|
|
59
|
+
},
|
|
60
|
+
"ExportResourcesModal.locale": {
|
|
61
|
+
developer_comment: "Locale",
|
|
62
|
+
string: "Idioma"
|
|
63
|
+
},
|
|
64
|
+
"ExportResourcesModal.missingFileNameError": {
|
|
65
|
+
developer_comment: "Error when file name field is missing",
|
|
66
|
+
string: "Introduce un nombre de archivo"
|
|
67
|
+
},
|
|
68
|
+
"ExportResourcesModal.missingLocaleError": {
|
|
69
|
+
developer_comment: "Error when no locale is selected",
|
|
70
|
+
string: "Selecciona al menos un idioma"
|
|
71
|
+
},
|
|
72
|
+
"ExportResourcesModal.modalTitle": {
|
|
73
|
+
developer_comment: "Label for the modal title",
|
|
74
|
+
string: "Exportar {resourceType}"
|
|
75
|
+
},
|
|
76
|
+
"ExportResourcesModal.myViews": {
|
|
77
|
+
developer_comment: "Label for \"My Views\" Select Field",
|
|
78
|
+
string: "Mis vistas"
|
|
79
|
+
},
|
|
80
|
+
"ExportResourcesModal.nothingApplied": {
|
|
81
|
+
developer_comment: "Shown when there is no filter applied",
|
|
82
|
+
string: "no se ha aplicado nada"
|
|
83
|
+
},
|
|
84
|
+
"ExportResourcesModal.outputFormat": {
|
|
85
|
+
developer_comment: "File format like (csv, xls, ...etc)",
|
|
86
|
+
string: "Formato de archivo"
|
|
87
|
+
},
|
|
88
|
+
"ExportResourcesModal.propertiesPanelLabel": {
|
|
89
|
+
developer_comment: "properties panel label",
|
|
90
|
+
string: "Propiedades"
|
|
91
|
+
},
|
|
92
|
+
"ExportResourcesModal.searchByEnteringTheExactFieldName": {
|
|
93
|
+
developer_comment: "In Export fields selection - Search by entering the exact field name message",
|
|
94
|
+
string: "Intenta una búsqueda introduciendo el nombre exacto del campo."
|
|
95
|
+
},
|
|
96
|
+
"ExportResourcesModal.searchForFields": {
|
|
97
|
+
developer_comment: "Placeholder for \"Search for fields\" search input",
|
|
98
|
+
string: "Búsqueda por campos"
|
|
99
|
+
},
|
|
100
|
+
"ExportResourcesModal.selectAllLocales": {
|
|
101
|
+
developer_comment: "label for \"Select all locales\" checkbox",
|
|
102
|
+
string: "Seleccionar todos los idiomas"
|
|
103
|
+
},
|
|
104
|
+
"ExportResourcesModal.selectFieldsToExport": {
|
|
105
|
+
string: "Seleccionar los campos para exportar"
|
|
106
|
+
},
|
|
107
|
+
"ExportResourcesModal.startExport": {
|
|
108
|
+
developer_comment: "Label for \"Start export\" button",
|
|
109
|
+
string: "Iniciar exportación"
|
|
110
|
+
},
|
|
111
|
+
"ExportResourcesModal.suggestions": {
|
|
112
|
+
developer_comment: "In Export fields selection - Suggestions message",
|
|
113
|
+
string: "Sugerencias:"
|
|
114
|
+
},
|
|
115
|
+
"ExportResourcesModal.thereAreNoResults": {
|
|
116
|
+
developer_comment: "No search results message",
|
|
117
|
+
string: "No hay resultados para tu búsqueda."
|
|
118
|
+
},
|
|
119
|
+
"ExportResourcesModal.unexpectedError": {
|
|
120
|
+
developer_comment: "Generic notification message when starting export process fails",
|
|
121
|
+
string: "Se ha producido un error al iniciar el proceso de exportación. Inténtalo de nuevo o ponte en contacto con Soporte, si el problema continua."
|
|
122
|
+
}
|
|
123
|
+
};
|
|
124
|
+
|
|
125
|
+
exports["default"] = es;
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
var es = {
|
|
2
|
+
"ExportResourcesModal.back": {
|
|
3
|
+
developer_comment: "Label for \"Back\" button",
|
|
4
|
+
string: "Volver"
|
|
5
|
+
},
|
|
6
|
+
"ExportResourcesModal.checkTheSpelling": {
|
|
7
|
+
developer_comment: "In Export fields selection - Check the spelling message",
|
|
8
|
+
string: "Revisa la ortografía."
|
|
9
|
+
},
|
|
10
|
+
"ExportResourcesModal.continue": {
|
|
11
|
+
developer_comment: "Label for \"Continue\" button",
|
|
12
|
+
string: "Continuar"
|
|
13
|
+
},
|
|
14
|
+
"ExportResourcesModal.exportAllMessage": {
|
|
15
|
+
developer_comment: "All resources will be exported",
|
|
16
|
+
string: "Los <b>{count}</b> {resourceType} se exportarán."
|
|
17
|
+
},
|
|
18
|
+
"ExportResourcesModal.exportAllResources": {
|
|
19
|
+
developer_comment: "Export All selection",
|
|
20
|
+
string: "Exportar los {resourceType} ({count})"
|
|
21
|
+
},
|
|
22
|
+
"ExportResourcesModal.exportBasedOnMyViewsMessage": {
|
|
23
|
+
developer_comment: "Select Export setttings based on my views",
|
|
24
|
+
string: "Seleccionar las configuraciones de exportación basándose en:"
|
|
25
|
+
},
|
|
26
|
+
"ExportResourcesModal.exportMatchingMessage": {
|
|
27
|
+
developer_comment: "resources will be exported",
|
|
28
|
+
string: "<b>{count}</b> {resourceType} se exportarán."
|
|
29
|
+
},
|
|
30
|
+
"ExportResourcesModal.exportOnlySelectedResources": {
|
|
31
|
+
developer_comment: "Export only selected resources",
|
|
32
|
+
string: "Exportar los {resourceType} ({count}) seleccionados"
|
|
33
|
+
},
|
|
34
|
+
"ExportResourcesModal.exportOperationSuccessMessage": {
|
|
35
|
+
developer_comment: "Success message",
|
|
36
|
+
string: "<b>Tu exportación ha comenzado.</b> <newline></newline><logsLink>Ve a Registros de exportación</logsLink> para ver el progreso y descargar el archivo."
|
|
37
|
+
},
|
|
38
|
+
"ExportResourcesModal.exportSelectedMessage": {
|
|
39
|
+
developer_comment: "resources are selected and will be exported",
|
|
40
|
+
string: "<b>{count}</b> {resourceType} se han seleccionado y se exportarán."
|
|
41
|
+
},
|
|
42
|
+
"ExportResourcesModal.exportSelection": {
|
|
43
|
+
developer_comment: "Export selection",
|
|
44
|
+
string: "Exportar la selección"
|
|
45
|
+
},
|
|
46
|
+
"ExportResourcesModal.fieldDefinitions": {
|
|
47
|
+
developer_comment: "Label for \"Field definitions\" link",
|
|
48
|
+
string: "Definición de campos"
|
|
49
|
+
},
|
|
50
|
+
"ExportResourcesModal.fileName": {
|
|
51
|
+
developer_comment: "exported file name",
|
|
52
|
+
string: "Nombre del archivo"
|
|
53
|
+
},
|
|
54
|
+
"ExportResourcesModal.invalidFileNameError": {
|
|
55
|
+
developer_comment: "Error when file name field is not valid",
|
|
56
|
+
string: "El nombre del archivo solo puede contener caracteres alfanuméricos, guiones y guiones bajos"
|
|
57
|
+
},
|
|
58
|
+
"ExportResourcesModal.locale": {
|
|
59
|
+
developer_comment: "Locale",
|
|
60
|
+
string: "Idioma"
|
|
61
|
+
},
|
|
62
|
+
"ExportResourcesModal.missingFileNameError": {
|
|
63
|
+
developer_comment: "Error when file name field is missing",
|
|
64
|
+
string: "Introduce un nombre de archivo"
|
|
65
|
+
},
|
|
66
|
+
"ExportResourcesModal.missingLocaleError": {
|
|
67
|
+
developer_comment: "Error when no locale is selected",
|
|
68
|
+
string: "Selecciona al menos un idioma"
|
|
69
|
+
},
|
|
70
|
+
"ExportResourcesModal.modalTitle": {
|
|
71
|
+
developer_comment: "Label for the modal title",
|
|
72
|
+
string: "Exportar {resourceType}"
|
|
73
|
+
},
|
|
74
|
+
"ExportResourcesModal.myViews": {
|
|
75
|
+
developer_comment: "Label for \"My Views\" Select Field",
|
|
76
|
+
string: "Mis vistas"
|
|
77
|
+
},
|
|
78
|
+
"ExportResourcesModal.nothingApplied": {
|
|
79
|
+
developer_comment: "Shown when there is no filter applied",
|
|
80
|
+
string: "no se ha aplicado nada"
|
|
81
|
+
},
|
|
82
|
+
"ExportResourcesModal.outputFormat": {
|
|
83
|
+
developer_comment: "File format like (csv, xls, ...etc)",
|
|
84
|
+
string: "Formato de archivo"
|
|
85
|
+
},
|
|
86
|
+
"ExportResourcesModal.propertiesPanelLabel": {
|
|
87
|
+
developer_comment: "properties panel label",
|
|
88
|
+
string: "Propiedades"
|
|
89
|
+
},
|
|
90
|
+
"ExportResourcesModal.searchByEnteringTheExactFieldName": {
|
|
91
|
+
developer_comment: "In Export fields selection - Search by entering the exact field name message",
|
|
92
|
+
string: "Intenta una búsqueda introduciendo el nombre exacto del campo."
|
|
93
|
+
},
|
|
94
|
+
"ExportResourcesModal.searchForFields": {
|
|
95
|
+
developer_comment: "Placeholder for \"Search for fields\" search input",
|
|
96
|
+
string: "Búsqueda por campos"
|
|
97
|
+
},
|
|
98
|
+
"ExportResourcesModal.selectAllLocales": {
|
|
99
|
+
developer_comment: "label for \"Select all locales\" checkbox",
|
|
100
|
+
string: "Seleccionar todos los idiomas"
|
|
101
|
+
},
|
|
102
|
+
"ExportResourcesModal.selectFieldsToExport": {
|
|
103
|
+
string: "Seleccionar los campos para exportar"
|
|
104
|
+
},
|
|
105
|
+
"ExportResourcesModal.startExport": {
|
|
106
|
+
developer_comment: "Label for \"Start export\" button",
|
|
107
|
+
string: "Iniciar exportación"
|
|
108
|
+
},
|
|
109
|
+
"ExportResourcesModal.suggestions": {
|
|
110
|
+
developer_comment: "In Export fields selection - Suggestions message",
|
|
111
|
+
string: "Sugerencias:"
|
|
112
|
+
},
|
|
113
|
+
"ExportResourcesModal.thereAreNoResults": {
|
|
114
|
+
developer_comment: "No search results message",
|
|
115
|
+
string: "No hay resultados para tu búsqueda."
|
|
116
|
+
},
|
|
117
|
+
"ExportResourcesModal.unexpectedError": {
|
|
118
|
+
developer_comment: "Generic notification message when starting export process fails",
|
|
119
|
+
string: "Se ha producido un error al iniciar el proceso de exportación. Inténtalo de nuevo o ponte en contacto con Soporte, si el problema continua."
|
|
120
|
+
}
|
|
121
|
+
};
|
|
122
|
+
|
|
123
|
+
export { es as default };
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var es = {
|
|
4
|
+
"ExportResourcesModal.back": {
|
|
5
|
+
developer_comment: "Label for \"Back\" button",
|
|
6
|
+
string: "Volver"
|
|
7
|
+
},
|
|
8
|
+
"ExportResourcesModal.checkTheSpelling": {
|
|
9
|
+
developer_comment: "In Export fields selection - Check the spelling message",
|
|
10
|
+
string: "Revisa la ortografía."
|
|
11
|
+
},
|
|
12
|
+
"ExportResourcesModal.continue": {
|
|
13
|
+
developer_comment: "Label for \"Continue\" button",
|
|
14
|
+
string: "Continuar"
|
|
15
|
+
},
|
|
16
|
+
"ExportResourcesModal.exportAllMessage": {
|
|
17
|
+
developer_comment: "All resources will be exported",
|
|
18
|
+
string: "Los <b>{count}</b> {resourceType} se exportarán."
|
|
19
|
+
},
|
|
20
|
+
"ExportResourcesModal.exportAllResources": {
|
|
21
|
+
developer_comment: "Export All selection",
|
|
22
|
+
string: "Exportar los {resourceType} ({count})"
|
|
23
|
+
},
|
|
24
|
+
"ExportResourcesModal.exportBasedOnMyViewsMessage": {
|
|
25
|
+
developer_comment: "Select Export setttings based on my views",
|
|
26
|
+
string: "Seleccionar las configuraciones de exportación basándose en:"
|
|
27
|
+
},
|
|
28
|
+
"ExportResourcesModal.exportMatchingMessage": {
|
|
29
|
+
developer_comment: "resources will be exported",
|
|
30
|
+
string: "<b>{count}</b> {resourceType} se exportarán."
|
|
31
|
+
},
|
|
32
|
+
"ExportResourcesModal.exportOnlySelectedResources": {
|
|
33
|
+
developer_comment: "Export only selected resources",
|
|
34
|
+
string: "Exportar los {resourceType} ({count}) seleccionados"
|
|
35
|
+
},
|
|
36
|
+
"ExportResourcesModal.exportOperationSuccessMessage": {
|
|
37
|
+
developer_comment: "Success message",
|
|
38
|
+
string: "<b>Tu exportación ha comenzado.</b> <newline></newline><logsLink>Ve a Registros de exportación</logsLink> para ver el progreso y descargar el archivo."
|
|
39
|
+
},
|
|
40
|
+
"ExportResourcesModal.exportSelectedMessage": {
|
|
41
|
+
developer_comment: "resources are selected and will be exported",
|
|
42
|
+
string: "<b>{count}</b> {resourceType} se han seleccionado y se exportarán."
|
|
43
|
+
},
|
|
44
|
+
"ExportResourcesModal.exportSelection": {
|
|
45
|
+
developer_comment: "Export selection",
|
|
46
|
+
string: "Exportar la selección"
|
|
47
|
+
},
|
|
48
|
+
"ExportResourcesModal.fieldDefinitions": {
|
|
49
|
+
developer_comment: "Label for \"Field definitions\" link",
|
|
50
|
+
string: "Definición de campos"
|
|
51
|
+
},
|
|
52
|
+
"ExportResourcesModal.fileName": {
|
|
53
|
+
developer_comment: "exported file name",
|
|
54
|
+
string: "Nombre del archivo"
|
|
55
|
+
},
|
|
56
|
+
"ExportResourcesModal.invalidFileNameError": {
|
|
57
|
+
developer_comment: "Error when file name field is not valid",
|
|
58
|
+
string: "El nombre del archivo solo puede contener caracteres alfanuméricos, guiones y guiones bajos"
|
|
59
|
+
},
|
|
60
|
+
"ExportResourcesModal.locale": {
|
|
61
|
+
developer_comment: "Locale",
|
|
62
|
+
string: "Idioma"
|
|
63
|
+
},
|
|
64
|
+
"ExportResourcesModal.missingFileNameError": {
|
|
65
|
+
developer_comment: "Error when file name field is missing",
|
|
66
|
+
string: "Introduce un nombre de archivo"
|
|
67
|
+
},
|
|
68
|
+
"ExportResourcesModal.missingLocaleError": {
|
|
69
|
+
developer_comment: "Error when no locale is selected",
|
|
70
|
+
string: "Selecciona al menos un idioma"
|
|
71
|
+
},
|
|
72
|
+
"ExportResourcesModal.modalTitle": {
|
|
73
|
+
developer_comment: "Label for the modal title",
|
|
74
|
+
string: "Exportar {resourceType}"
|
|
75
|
+
},
|
|
76
|
+
"ExportResourcesModal.myViews": {
|
|
77
|
+
developer_comment: "Label for \"My Views\" Select Field",
|
|
78
|
+
string: "Mis vistas"
|
|
79
|
+
},
|
|
80
|
+
"ExportResourcesModal.nothingApplied": {
|
|
81
|
+
developer_comment: "Shown when there is no filter applied",
|
|
82
|
+
string: "no se ha aplicado nada"
|
|
83
|
+
},
|
|
84
|
+
"ExportResourcesModal.outputFormat": {
|
|
85
|
+
developer_comment: "File format like (csv, xls, ...etc)",
|
|
86
|
+
string: "Formato de archivo"
|
|
87
|
+
},
|
|
88
|
+
"ExportResourcesModal.propertiesPanelLabel": {
|
|
89
|
+
developer_comment: "properties panel label",
|
|
90
|
+
string: "Propiedades"
|
|
91
|
+
},
|
|
92
|
+
"ExportResourcesModal.searchByEnteringTheExactFieldName": {
|
|
93
|
+
developer_comment: "In Export fields selection - Search by entering the exact field name message",
|
|
94
|
+
string: "Intenta una búsqueda introduciendo el nombre exacto del campo."
|
|
95
|
+
},
|
|
96
|
+
"ExportResourcesModal.searchForFields": {
|
|
97
|
+
developer_comment: "Placeholder for \"Search for fields\" search input",
|
|
98
|
+
string: "Búsqueda por campos"
|
|
99
|
+
},
|
|
100
|
+
"ExportResourcesModal.selectAllLocales": {
|
|
101
|
+
developer_comment: "label for \"Select all locales\" checkbox",
|
|
102
|
+
string: "Seleccionar todos los idiomas"
|
|
103
|
+
},
|
|
104
|
+
"ExportResourcesModal.selectFieldsToExport": {
|
|
105
|
+
string: "Seleccionar los campos para exportar"
|
|
106
|
+
},
|
|
107
|
+
"ExportResourcesModal.startExport": {
|
|
108
|
+
developer_comment: "Label for \"Start export\" button",
|
|
109
|
+
string: "Iniciar exportación"
|
|
110
|
+
},
|
|
111
|
+
"ExportResourcesModal.suggestions": {
|
|
112
|
+
developer_comment: "In Export fields selection - Suggestions message",
|
|
113
|
+
string: "Sugerencias:"
|
|
114
|
+
},
|
|
115
|
+
"ExportResourcesModal.thereAreNoResults": {
|
|
116
|
+
developer_comment: "No search results message",
|
|
117
|
+
string: "No hay resultados para tu búsqueda."
|
|
118
|
+
},
|
|
119
|
+
"ExportResourcesModal.unexpectedError": {
|
|
120
|
+
developer_comment: "Generic notification message when starting export process fails",
|
|
121
|
+
string: "Se ha producido un error al iniciar el proceso de exportación. Inténtalo de nuevo o ponte en contacto con Soporte, si el problema continua."
|
|
122
|
+
}
|
|
123
|
+
};
|
|
124
|
+
|
|
125
|
+
exports["default"] = es;
|