@alfresco/adf-core 8.2.0-17234132289 → 8.2.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/README.md +0 -16
- package/api/lib/adf-http-client.service.d.ts +9 -9
- package/api/lib/alfresco-api/alfresco-api.utils.d.ts +1 -1
- package/app.config.schema.json +4 -3
- package/bundles/assets/adf-core/i18n/ar.json +0 -5
- package/bundles/assets/adf-core/i18n/cs.json +0 -5
- package/bundles/assets/adf-core/i18n/da.json +0 -5
- package/bundles/assets/adf-core/i18n/de.json +19 -9
- package/bundles/assets/adf-core/i18n/en.json +22 -12
- package/bundles/assets/adf-core/i18n/es.json +19 -9
- package/bundles/assets/adf-core/i18n/fi.json +0 -5
- package/bundles/assets/adf-core/i18n/fr.json +19 -9
- package/bundles/assets/adf-core/i18n/it.json +19 -9
- package/bundles/assets/adf-core/i18n/ja.json +0 -5
- package/bundles/assets/adf-core/i18n/nb.json +0 -5
- package/bundles/assets/adf-core/i18n/nl.json +0 -5
- package/bundles/assets/adf-core/i18n/pl.json +19 -9
- package/bundles/assets/adf-core/i18n/pt-BR.json +0 -5
- package/bundles/assets/adf-core/i18n/pt.json +19 -9
- package/bundles/assets/adf-core/i18n/ru.json +0 -5
- package/bundles/assets/adf-core/i18n/sv.json +0 -5
- package/bundles/assets/adf-core/i18n/zh-CN.json +0 -5
- package/custom-theme/material-theme.scss +13 -13
- package/custom-theme/theme/custom-palette-creator.scss +23 -25
- package/custom-theme/theme/custom-theme-palettes.scss +7 -7
- package/custom-theme/theme/theme-data.scss +13 -13
- package/custom-theme/theme/typography.scss +5 -5
- package/fesm2022/adf-core.mjs +1229 -1210
- package/fesm2022/adf-core.mjs.map +1 -1
- package/fesm2022/alfresco-adf-core-api.mjs +40 -27
- package/fesm2022/alfresco-adf-core-api.mjs.map +1 -1
- package/fesm2022/alfresco-adf-core-shell.mjs +5 -1
- package/fesm2022/alfresco-adf-core-shell.mjs.map +1 -1
- package/lib/app-config/app-config.service.d.ts +1 -0
- package/lib/auth/basic-auth/basic-alfresco-auth.service.d.ts +3 -25
- package/lib/auth/interfaces/authentication-service.interface.d.ts +7 -13
- package/lib/auth/models/oauth-config.model.d.ts +0 -1
- package/lib/auth/oidc/oidc-authentication.service.d.ts +0 -20
- package/lib/auth/services/authentication.service.d.ts +10 -28
- package/lib/auth/services/base-authentication.service.d.ts +6 -14
- package/lib/card-view/components/card-view/card-view.component.scss +2 -1
- package/lib/card-view/components/card-view-dateitem/card-view-dateitem.component.scss +59 -34
- package/lib/card-view/components/card-view-textitem/card-view-textitem.component.scss +8 -0
- package/lib/clipboard/clipboard.directive.d.ts +10 -11
- package/lib/clipboard/clipboard.module.d.ts +5 -4
- package/lib/core.module.d.ts +44 -46
- package/lib/datatable/components/columns-selector/columns-selector.component.d.ts +2 -1
- package/lib/datatable/components/columns-selector/columns-selector.component.scss +89 -76
- package/lib/datatable/components/datatable-cell/datatable-cell.component.d.ts +2 -0
- package/lib/form/components/form-base.component.d.ts +1 -1
- package/lib/form/components/form-field/form-field.component.d.ts +5 -0
- package/lib/form/components/form-renderer.component.d.ts +7 -5
- package/lib/form/components/form-renderer.component.scss +44 -0
- package/lib/form/components/widgets/amount/amount.widget.d.ts +43 -4
- package/lib/form/components/widgets/base-viewer/base-viewer.widget.d.ts +16 -0
- package/lib/form/components/widgets/button/button.widget.d.ts +12 -0
- package/lib/form/components/widgets/button/button.widget.scss +14 -0
- package/lib/form/components/widgets/core/container-column.model.d.ts +2 -0
- package/lib/form/components/widgets/core/container-row.model.d.ts +26 -0
- package/lib/form/components/widgets/core/form-field-types.d.ts +5 -0
- package/lib/form/components/widgets/core/form-field-validator.d.ts +4 -0
- package/lib/form/components/widgets/core/form-field.model.d.ts +26 -2
- package/lib/form/components/widgets/core/form.model.d.ts +2 -1
- package/lib/{datatable/components/mocks/datatable.mock.d.ts → form/components/widgets/core/handlers/form-field-rule.handler.d.ts} +5 -5
- package/lib/{login/components/login-dialog/login-dialog-component-data.interface.d.ts → form/components/widgets/core/repeatable-section.model.d.ts} +8 -5
- package/lib/form/components/widgets/index.d.ts +4 -1
- package/lib/form/components/widgets/reactive-widget.interface.d.ts +4 -0
- package/lib/form/components/widgets/repeat/repeat.widget.d.ts +9 -0
- package/lib/form/components/widgets/repeat/repeat.widget.scss +36 -0
- package/lib/form/form-base.module.d.ts +3 -2
- package/lib/info-drawer/info-drawer.component.scss +6 -0
- package/lib/login/login.module.d.ts +3 -5
- package/lib/login/public-api.d.ts +0 -2
- package/lib/mock/public-api.d.ts +0 -1
- package/lib/mock/translation.service.mock.d.ts +1 -0
- package/lib/notifications/components/notification-history.component.d.ts +9 -3
- package/lib/notifications/notification-history.module.d.ts +2 -4
- package/lib/notifications/public-api.d.ts +0 -1
- package/lib/snackbar-content/snackbar-content.component.scss +4 -1
- package/lib/styles/{material.theme.scss → _globals.scss} +1 -1
- package/lib/styles/_index.scss +4 -126
- package/lib/styles/_mat-selectors.scss +3 -0
- package/lib/testing/index.d.ts +0 -1
- package/lib/testing/noop-translate.module.d.ts +1 -0
- package/lib/testing/unit-testing-utils.d.ts +4 -0
- package/lib/translation/translation.service.d.ts +6 -0
- package/package.json +4 -5
- package/schematics/migrations/schematics/migrations/7_0_0/index.d.ts +1 -2
- package/schematics/migrations/schematics/migrations/7_0_0/index.js +46 -59
- package/schematics/migrations/schematics/migrations/7_0_0/index.js.map +1 -1
- package/schematics/migrations/schematics/migrations/collection.json +0 -5
- package/lib/clipboard/clipboard.theme.scss +0 -19
- package/lib/login/components/login-dialog/login-dialog.component.d.ts +0 -15
- package/lib/login/components/login-dialog/login-dialog.component.scss +0 -4
- package/lib/mock/data-column.mock.d.ts +0 -51
- package/lib/notifications/components/add-notification.stories.component.d.ts +0 -10
- package/lib/styles/_theming.scss +0 -3
- package/lib/styles/_typography.scss +0 -18
- package/lib/testing/core.story.module.d.ts +0 -9
package/README.md
CHANGED
|
@@ -9,7 +9,6 @@ Contains a variety of components, directives and services used throughout ADF
|
|
|
9
9
|
- [Documentation](#documentation)
|
|
10
10
|
- [Prerequisites](#prerequisites)
|
|
11
11
|
- [Install](#install)
|
|
12
|
-
- [Storybook](#storybook)
|
|
13
12
|
- [License](#license)
|
|
14
13
|
|
|
15
14
|
<!-- tocstop -->
|
|
@@ -34,21 +33,6 @@ necessary configuration, see this [page](https://github.com/Alfresco/alfresco-ng
|
|
|
34
33
|
npm install @alfresco/adf-core
|
|
35
34
|
```
|
|
36
35
|
|
|
37
|
-
## Storybook
|
|
38
|
-
|
|
39
|
-
In case you would like to aggregate all the stories from core library use
|
|
40
|
-
|
|
41
|
-
```
|
|
42
|
-
nx run core:storybook
|
|
43
|
-
```
|
|
44
|
-
And navigate to `http://localhost:4400/`.
|
|
45
|
-
|
|
46
|
-
To create a Storybook core library build use
|
|
47
|
-
|
|
48
|
-
```
|
|
49
|
-
nx run core:build-storybook
|
|
50
|
-
```
|
|
51
|
-
|
|
52
36
|
## License
|
|
53
37
|
|
|
54
38
|
[Apache Version 2.0](https://github.com/Alfresco/alfresco-ng2-components/blob/master/LICENSE)
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { Emitters as JsApiEmitters, HttpClient as JsApiHttpClient } from '@alfresco/js-api';
|
|
1
|
+
import { Emitters as JsApiEmitters, HttpClient as JsApiHttpClient, EventEmitterInstance, EventEmitterEvents } from '@alfresco/js-api';
|
|
2
2
|
import { HttpClient } from '@angular/common/http';
|
|
3
3
|
import { RequestOptions, SecurityOptions } from './interfaces';
|
|
4
|
-
import ee, { Emitter } from 'event-emitter';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
export interface Emitters {
|
|
7
|
-
readonly eventEmitter:
|
|
8
|
-
readonly apiClientEmitter:
|
|
6
|
+
readonly eventEmitter: EventEmitterInstance;
|
|
7
|
+
readonly apiClientEmitter: EventEmitterInstance;
|
|
9
8
|
}
|
|
10
|
-
export declare class AdfHttpClient implements
|
|
9
|
+
export declare class AdfHttpClient implements JsApiHttpClient {
|
|
11
10
|
private httpClient;
|
|
12
|
-
|
|
13
|
-
off: ee.EmitterMethod;
|
|
14
|
-
once: ee.EmitterMethod;
|
|
11
|
+
private eventEmitter;
|
|
15
12
|
_disableCsrf: boolean;
|
|
16
|
-
emit: (type: string, ...args: any[]) => void;
|
|
17
13
|
get disableCsrf(): boolean;
|
|
18
14
|
set disableCsrf(disableCsrf: boolean);
|
|
19
15
|
private defaultSecurityOptions;
|
|
20
16
|
constructor(httpClient: HttpClient);
|
|
17
|
+
on(event: EventEmitterEvents, fn: (...args: any[]) => void, context?: any): this;
|
|
18
|
+
off(event: EventEmitterEvents, fn?: (...args: any[]) => void, context?: any): this;
|
|
19
|
+
once(event: EventEmitterEvents, fn: (...args: any[]) => void, context?: any): this;
|
|
20
|
+
emit(event: EventEmitterEvents, ...args: any[]): boolean;
|
|
21
21
|
setDefaultSecurityOption(options: any): void;
|
|
22
22
|
merge(...objects: any[]): any;
|
|
23
23
|
request<T = any>(url: string, options?: RequestOptions, sc?: SecurityOptions, emitters?: JsApiEmitters): Promise<T>;
|
|
@@ -30,4 +30,4 @@ export declare const getQueryParamsWithCustomEncoder: (obj: Record<string | numb
|
|
|
30
30
|
* @returns object with updated values
|
|
31
31
|
*/
|
|
32
32
|
export declare const removeNilValues: (obj: Record<string | number, unknown>) => {};
|
|
33
|
-
export declare const convertObjectToFormData: (formParams: Record<string | number, string | Blob
|
|
33
|
+
export declare const convertObjectToFormData: (formParams: Record<string | number, string | Blob | Array<string | Blob>>) => FormData;
|
package/app.config.schema.json
CHANGED
|
@@ -1489,6 +1489,10 @@
|
|
|
1489
1489
|
"description": "Custom url for shared links",
|
|
1490
1490
|
"type": "string"
|
|
1491
1491
|
},
|
|
1492
|
+
"ooiServiceUrl": {
|
|
1493
|
+
"description": "Custom url for ooi-service links",
|
|
1494
|
+
"type": "string"
|
|
1495
|
+
},
|
|
1492
1496
|
"locale": {
|
|
1493
1497
|
"description": "Default application locale",
|
|
1494
1498
|
"type": "string"
|
|
@@ -1531,9 +1535,6 @@
|
|
|
1531
1535
|
"type": "string",
|
|
1532
1536
|
"description": "The client's id as registered with the auth server"
|
|
1533
1537
|
},
|
|
1534
|
-
"secret": {
|
|
1535
|
-
"type": "string"
|
|
1536
|
-
},
|
|
1537
1538
|
"redirectUri": {
|
|
1538
1539
|
"type": "string",
|
|
1539
1540
|
"description": "The client's redirectUri as registered with the auth server"
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
"CLOSE": "Schließen",
|
|
25
25
|
"NOTIFICATIONS": {
|
|
26
26
|
"NO_MESSAGE": "Sie haben momentan keine Benachrichtigungen.",
|
|
27
|
+
"UNREAD_MESSAGES": "Sie haben ungelesene Benachrichtigungen.",
|
|
27
28
|
"TITLE": "Benachrichtigungen",
|
|
28
29
|
"MARK_AS_READ": "Alles als gelesen markieren",
|
|
29
30
|
"SYSTEM": "System",
|
|
@@ -68,10 +69,22 @@
|
|
|
68
69
|
"NO_LONGER_THAN": "Geben Sie höchstens {{ maxLength }} Zeichen ein"
|
|
69
70
|
},
|
|
70
71
|
"FILE_ALREADY_UPLOADED": "Eine Datei mit diesem Namen wurde bereits hochgeladen.",
|
|
71
|
-
"ATTACH": "Anhängen"
|
|
72
|
+
"ATTACH": "Anhängen",
|
|
73
|
+
"REPEATABLE_SECTION": {
|
|
74
|
+
"ADD_ROW": "hinzufügen",
|
|
75
|
+
"ROW_LIMIT_REACHED": "Zeilenlimit erreicht ({{ limit }})."
|
|
76
|
+
}
|
|
72
77
|
},
|
|
73
78
|
"FORM_RENDERER": {
|
|
74
|
-
"NAMELESS_TASK": "Namenlose Aufgabe"
|
|
79
|
+
"NAMELESS_TASK": "Namenlose Aufgabe",
|
|
80
|
+
"ROW_LABEL": "Seite {{ number }}",
|
|
81
|
+
"DELETE_ROW": "Zeile löschen",
|
|
82
|
+
"REMOVE_ROW_DIALOG": {
|
|
83
|
+
"TITLE": "Zeile löschen",
|
|
84
|
+
"MESSAGE": "Sind Sie sicher, dass Sie diese Zeile löschen möchten?",
|
|
85
|
+
"YES_LABEL": "Zeile löschen",
|
|
86
|
+
"NO_LABEL": "Abbrechen"
|
|
87
|
+
}
|
|
75
88
|
},
|
|
76
89
|
"FIELD_STYLE": {
|
|
77
90
|
"FONT_SIZE": "Schriftgröße",
|
|
@@ -287,7 +300,8 @@
|
|
|
287
300
|
"EDIT": "Schaltfläche 'Bearbeiten'",
|
|
288
301
|
"DATEPICKER": "Mit den Pfeiltasten können Sie zwischen den Daten wechseln. Mit den Aufwärts- und Abwärtspfeilen gelangen Sie zum selben Tag der vorherigen bzw. nächsten Woche, mit den Links- und Rechtspfeilen gelangen Sie zum vorherigen bzw. zum nächsten Tag. Drücken Sie die Eingabetaste, um ein Datum auszuwählen.",
|
|
289
302
|
"COPY_TO_CLIPBOARD_MESSAGE": "Wert in Zwischenablage kopiert",
|
|
290
|
-
"EDIT_ASPECTS": "Aspekt bearbeiten"
|
|
303
|
+
"EDIT_ASPECTS": "Aspekt bearbeiten",
|
|
304
|
+
"SECTION": "{{ sectionName }} Bereich"
|
|
291
305
|
}
|
|
292
306
|
},
|
|
293
307
|
"SEARCH": {
|
|
@@ -364,11 +378,6 @@
|
|
|
364
378
|
"ACTION": {
|
|
365
379
|
"HELP": "Brauchen Sie Hilfe?",
|
|
366
380
|
"REGISTER": "Registrieren"
|
|
367
|
-
},
|
|
368
|
-
"DIALOG": {
|
|
369
|
-
"CANCEL": "Abbrechen",
|
|
370
|
-
"CHOOSE": "Auswählen",
|
|
371
|
-
"LOGIN": "Anmelden"
|
|
372
381
|
}
|
|
373
382
|
},
|
|
374
383
|
"ADF-DATATABLE": {
|
|
@@ -418,7 +427,8 @@
|
|
|
418
427
|
"COLUMNS_SELECTOR": {
|
|
419
428
|
"COLUMNS": "Spalten",
|
|
420
429
|
"SEARCH": "Suchen",
|
|
421
|
-
"APPLY": "Anwenden"
|
|
430
|
+
"APPLY": "Anwenden",
|
|
431
|
+
"COLUMNS_VISIBILITY": "Spalten zum Anzeigen auswählen"
|
|
422
432
|
}
|
|
423
433
|
},
|
|
424
434
|
"USER_PROFILE": {
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
"CLOSE": "CLOSE",
|
|
25
25
|
"NOTIFICATIONS": {
|
|
26
26
|
"NO_MESSAGE": "You have no notifications at this time.",
|
|
27
|
+
"UNREAD_MESSAGES": "You have unread notifications.",
|
|
27
28
|
"TITLE": "Notifications",
|
|
28
29
|
"MARK_AS_READ": "Mark all as read",
|
|
29
30
|
"SYSTEM": "System",
|
|
@@ -68,10 +69,22 @@
|
|
|
68
69
|
"NO_LONGER_THAN": "Enter no more than {{ maxLength }} characters"
|
|
69
70
|
},
|
|
70
71
|
"FILE_ALREADY_UPLOADED": "A file with the same name is already uploaded.",
|
|
71
|
-
"ATTACH": "Attach"
|
|
72
|
+
"ATTACH": "Attach",
|
|
73
|
+
"REPEATABLE_SECTION": {
|
|
74
|
+
"ADD_ROW": "add",
|
|
75
|
+
"ROW_LIMIT_REACHED": "Rows limit ({{ limit }}) reached."
|
|
76
|
+
}
|
|
72
77
|
},
|
|
73
78
|
"FORM_RENDERER": {
|
|
74
|
-
"NAMELESS_TASK": "Nameless task"
|
|
79
|
+
"NAMELESS_TASK": "Nameless task",
|
|
80
|
+
"ROW_LABEL": "Row {{ number }}",
|
|
81
|
+
"DELETE_ROW": "Delete row",
|
|
82
|
+
"REMOVE_ROW_DIALOG": {
|
|
83
|
+
"TITLE": "Delete the row",
|
|
84
|
+
"MESSAGE": "Are you sure you want to delete this row?",
|
|
85
|
+
"YES_LABEL": "Delete row",
|
|
86
|
+
"NO_LABEL": "Cancel"
|
|
87
|
+
}
|
|
75
88
|
},
|
|
76
89
|
"FIELD_STYLE": {
|
|
77
90
|
"FONT_SIZE": "Font size",
|
|
@@ -284,10 +297,11 @@
|
|
|
284
297
|
"EDIT_ASPECTS": "Edit Aspect"
|
|
285
298
|
},
|
|
286
299
|
"ACCESSIBILITY": {
|
|
287
|
-
"EDIT": "Edit
|
|
300
|
+
"EDIT": "Edit {{ sectionName }}",
|
|
288
301
|
"DATEPICKER": "Use the arrow keys to navigate between dates. Up and down move to the next or previous week but on the same day. Left and right move to the next or previous day. Press Enter or Return to select a date.",
|
|
289
302
|
"COPY_TO_CLIPBOARD_MESSAGE": "Value copied to clipboard",
|
|
290
|
-
"EDIT_ASPECTS": "Edit Aspect"
|
|
303
|
+
"EDIT_ASPECTS": "Edit Aspect",
|
|
304
|
+
"SECTION": "{{ sectionName }} section"
|
|
291
305
|
}
|
|
292
306
|
},
|
|
293
307
|
"SEARCH": {
|
|
@@ -364,11 +378,6 @@
|
|
|
364
378
|
"ACTION": {
|
|
365
379
|
"HELP": "NEED HELP?",
|
|
366
380
|
"REGISTER": "REGISTER"
|
|
367
|
-
},
|
|
368
|
-
"DIALOG": {
|
|
369
|
-
"CANCEL": "Cancel",
|
|
370
|
-
"CHOOSE": "Choose",
|
|
371
|
-
"LOGIN": "Sign in"
|
|
372
381
|
}
|
|
373
382
|
},
|
|
374
383
|
"ADF-DATATABLE": {
|
|
@@ -418,7 +427,8 @@
|
|
|
418
427
|
"COLUMNS_SELECTOR": {
|
|
419
428
|
"COLUMNS": "Columns",
|
|
420
429
|
"SEARCH": "Search",
|
|
421
|
-
"APPLY": "Apply"
|
|
430
|
+
"APPLY": "Apply",
|
|
431
|
+
"COLUMNS_VISIBILITY": "Select columns to display"
|
|
422
432
|
}
|
|
423
433
|
},
|
|
424
434
|
"USER_PROFILE": {
|
|
@@ -460,8 +470,8 @@
|
|
|
460
470
|
"FIT_PAGE": "Fit page",
|
|
461
471
|
"ROTATE": "Rotate",
|
|
462
472
|
"CROP": "Crop",
|
|
463
|
-
"SAVE": "Save",
|
|
464
|
-
"CANCEL": "Cancel",
|
|
473
|
+
"SAVE": "Save rotate or crop",
|
|
474
|
+
"CANCEL": "Cancel rotate or crop",
|
|
465
475
|
"RESET": "Reset",
|
|
466
476
|
"THUMBNAILS": "Document thumbnails",
|
|
467
477
|
"THUMBNAILS_PANLEL_CLOSE": "Close thumbnails panel",
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
"CLOSE": "Cerrar",
|
|
25
25
|
"NOTIFICATIONS": {
|
|
26
26
|
"NO_MESSAGE": "No tiene notificaciones en este momento.",
|
|
27
|
+
"UNREAD_MESSAGES": "Tienes notificaciones sin leer.",
|
|
27
28
|
"TITLE": "Notificaciones",
|
|
28
29
|
"MARK_AS_READ": "Marcar todo como leído",
|
|
29
30
|
"SYSTEM": "Sistema",
|
|
@@ -68,10 +69,22 @@
|
|
|
68
69
|
"NO_LONGER_THAN": "No introducir más de {{ maxLength }} caracteres"
|
|
69
70
|
},
|
|
70
71
|
"FILE_ALREADY_UPLOADED": "Ya se ha cargado un fichero con el mismo nombre.",
|
|
71
|
-
"ATTACH": "Adjuntar"
|
|
72
|
+
"ATTACH": "Adjuntar",
|
|
73
|
+
"REPEATABLE_SECTION": {
|
|
74
|
+
"ADD_ROW": "añadir",
|
|
75
|
+
"ROW_LIMIT_REACHED": "Límite de filas ({{ limit }}) alcanzado."
|
|
76
|
+
}
|
|
72
77
|
},
|
|
73
78
|
"FORM_RENDERER": {
|
|
74
|
-
"NAMELESS_TASK": "Tarea sin nombre"
|
|
79
|
+
"NAMELESS_TASK": "Tarea sin nombre",
|
|
80
|
+
"ROW_LABEL": "Fila {{ number }}",
|
|
81
|
+
"DELETE_ROW": "Delete row",
|
|
82
|
+
"REMOVE_ROW_DIALOG": {
|
|
83
|
+
"TITLE": "Eliminar la fila",
|
|
84
|
+
"MESSAGE": "¿Está seguro de que desea eliminar esta fila?",
|
|
85
|
+
"YES_LABEL": "Eliminar fila",
|
|
86
|
+
"NO_LABEL": "Cancelar"
|
|
87
|
+
}
|
|
75
88
|
},
|
|
76
89
|
"FIELD_STYLE": {
|
|
77
90
|
"FONT_SIZE": "Tamaño de fuente",
|
|
@@ -287,7 +300,8 @@
|
|
|
287
300
|
"EDIT": "Botón Editar",
|
|
288
301
|
"DATEPICKER": "Utilice las teclas de dirección para cambiar de fecha. Las teclas de arriba y abajo pasan al mismo día de la semana siguiente o anterior; y las de izquierda y derecha pasan al día siguiente o anterior. Pulse la tecla de entrada para seleccionar una fecha.",
|
|
289
302
|
"COPY_TO_CLIPBOARD_MESSAGE": "Valor copiado al portapapeles",
|
|
290
|
-
"EDIT_ASPECTS": "Editar aspecto"
|
|
303
|
+
"EDIT_ASPECTS": "Editar aspecto",
|
|
304
|
+
"SECTION": "Sección {{ sectionName }}"
|
|
291
305
|
}
|
|
292
306
|
},
|
|
293
307
|
"SEARCH": {
|
|
@@ -364,11 +378,6 @@
|
|
|
364
378
|
"ACTION": {
|
|
365
379
|
"HELP": "¿Necesita ayuda?",
|
|
366
380
|
"REGISTER": "Registrarse"
|
|
367
|
-
},
|
|
368
|
-
"DIALOG": {
|
|
369
|
-
"CANCEL": "Cancelar",
|
|
370
|
-
"CHOOSE": "Elegir",
|
|
371
|
-
"LOGIN": "Iniciar sesión"
|
|
372
381
|
}
|
|
373
382
|
},
|
|
374
383
|
"ADF-DATATABLE": {
|
|
@@ -418,7 +427,8 @@
|
|
|
418
427
|
"COLUMNS_SELECTOR": {
|
|
419
428
|
"COLUMNS": "Columnas",
|
|
420
429
|
"SEARCH": "Buscar",
|
|
421
|
-
"APPLY": "Aplicar"
|
|
430
|
+
"APPLY": "Aplicar",
|
|
431
|
+
"COLUMNS_VISIBILITY": "Select columns to display"
|
|
422
432
|
}
|
|
423
433
|
},
|
|
424
434
|
"USER_PROFILE": {
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
"CLOSE": "Fermer",
|
|
25
25
|
"NOTIFICATIONS": {
|
|
26
26
|
"NO_MESSAGE": "Aucune notification n'est disponible pour l'instant.",
|
|
27
|
+
"UNREAD_MESSAGES": "Vous avez des notifications non lues.",
|
|
27
28
|
"TITLE": "Notifications",
|
|
28
29
|
"MARK_AS_READ": "Marquer tout comme lu",
|
|
29
30
|
"SYSTEM": "Système",
|
|
@@ -68,10 +69,22 @@
|
|
|
68
69
|
"NO_LONGER_THAN": "Saisir {{ maxLength }} caractères maximum"
|
|
69
70
|
},
|
|
70
71
|
"FILE_ALREADY_UPLOADED": "Un fichier du même nom a déjà été importé.",
|
|
71
|
-
"ATTACH": "Joindre"
|
|
72
|
+
"ATTACH": "Joindre",
|
|
73
|
+
"REPEATABLE_SECTION": {
|
|
74
|
+
"ADD_ROW": "ajouter",
|
|
75
|
+
"ROW_LIMIT_REACHED": "Limite des lignes ({{ limit }}) atteinte."
|
|
76
|
+
}
|
|
72
77
|
},
|
|
73
78
|
"FORM_RENDERER": {
|
|
74
|
-
"NAMELESS_TASK": "Tâche sans nom"
|
|
79
|
+
"NAMELESS_TASK": "Tâche sans nom",
|
|
80
|
+
"ROW_LABEL": "Ligne {{ number }}",
|
|
81
|
+
"DELETE_ROW": "Delete row",
|
|
82
|
+
"REMOVE_ROW_DIALOG": {
|
|
83
|
+
"TITLE": "Supprimer la ligne",
|
|
84
|
+
"MESSAGE": "Voulez-vous vraiment supprimer cette ligne ?",
|
|
85
|
+
"YES_LABEL": "Supprimer la ligne",
|
|
86
|
+
"NO_LABEL": "Annuler"
|
|
87
|
+
}
|
|
75
88
|
},
|
|
76
89
|
"FIELD_STYLE": {
|
|
77
90
|
"FONT_SIZE": "Taille de la police",
|
|
@@ -287,7 +300,8 @@
|
|
|
287
300
|
"EDIT": "Bouton Modifier",
|
|
288
301
|
"DATEPICKER": "Utilisez les touches de direction pour naviguer entre les dates : haut et bas pour passer à la semaine suivante ou précédente en conservant le même jour ; gauche et droite pour passer au jour suivant ou précédent. Appuyez sur Entrée (Saut de ligne) pour sélectionner une date.",
|
|
289
302
|
"COPY_TO_CLIPBOARD_MESSAGE": "Valeur copiée dans le Presse-papiers",
|
|
290
|
-
"EDIT_ASPECTS": "Modifier aspect"
|
|
303
|
+
"EDIT_ASPECTS": "Modifier aspect",
|
|
304
|
+
"SECTION": "Section {{ sectionName }}"
|
|
291
305
|
}
|
|
292
306
|
},
|
|
293
307
|
"SEARCH": {
|
|
@@ -364,11 +378,6 @@
|
|
|
364
378
|
"ACTION": {
|
|
365
379
|
"HELP": "Besoin d'aide ?",
|
|
366
380
|
"REGISTER": "S'inscrire"
|
|
367
|
-
},
|
|
368
|
-
"DIALOG": {
|
|
369
|
-
"CANCEL": "Annuler",
|
|
370
|
-
"CHOOSE": "Choisir",
|
|
371
|
-
"LOGIN": "Connexion"
|
|
372
381
|
}
|
|
373
382
|
},
|
|
374
383
|
"ADF-DATATABLE": {
|
|
@@ -418,7 +427,8 @@
|
|
|
418
427
|
"COLUMNS_SELECTOR": {
|
|
419
428
|
"COLUMNS": "Colonnes",
|
|
420
429
|
"SEARCH": "Rechercher",
|
|
421
|
-
"APPLY": "Appliquer"
|
|
430
|
+
"APPLY": "Appliquer",
|
|
431
|
+
"COLUMNS_VISIBILITY": "Select columns to display"
|
|
422
432
|
}
|
|
423
433
|
},
|
|
424
434
|
"USER_PROFILE": {
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
"CLOSE": "Chiudi",
|
|
25
25
|
"NOTIFICATIONS": {
|
|
26
26
|
"NO_MESSAGE": "Non sono presenti notifiche in questo momento.",
|
|
27
|
+
"UNREAD_MESSAGES": "Hai delle notifiche non lette.",
|
|
27
28
|
"TITLE": "Notifiche",
|
|
28
29
|
"MARK_AS_READ": "Seleziona tutti come già letti",
|
|
29
30
|
"SYSTEM": "Sistema",
|
|
@@ -68,10 +69,22 @@
|
|
|
68
69
|
"NO_LONGER_THAN": "Immettere non più di {{ maxLength }} caratteri"
|
|
69
70
|
},
|
|
70
71
|
"FILE_ALREADY_UPLOADED": "È già stato caricato un file con lo stesso nome.",
|
|
71
|
-
"ATTACH": "Allega"
|
|
72
|
+
"ATTACH": "Allega",
|
|
73
|
+
"REPEATABLE_SECTION": {
|
|
74
|
+
"ADD_ROW": "aggiungi",
|
|
75
|
+
"ROW_LIMIT_REACHED": "Righe limite ({{ limit }}) raggiunto."
|
|
76
|
+
}
|
|
72
77
|
},
|
|
73
78
|
"FORM_RENDERER": {
|
|
74
|
-
"NAMELESS_TASK": "Compito senza nome"
|
|
79
|
+
"NAMELESS_TASK": "Compito senza nome",
|
|
80
|
+
"ROW_LABEL": "Riga {{ number }}",
|
|
81
|
+
"DELETE_ROW": "Delete row",
|
|
82
|
+
"REMOVE_ROW_DIALOG": {
|
|
83
|
+
"TITLE": "Elimina la riga",
|
|
84
|
+
"MESSAGE": "Sei sicuro di voler eliminare questa riga?",
|
|
85
|
+
"YES_LABEL": "Elimina riga",
|
|
86
|
+
"NO_LABEL": "Annulla"
|
|
87
|
+
}
|
|
75
88
|
},
|
|
76
89
|
"FIELD_STYLE": {
|
|
77
90
|
"FONT_SIZE": "Dimensioni carattere",
|
|
@@ -287,7 +300,8 @@
|
|
|
287
300
|
"EDIT": "Pulsante Modifica",
|
|
288
301
|
"DATEPICKER": "Usare i tasti freccia per spostarsi fra le date. I tasti Su e Giù passano alla settimana successiva o precedente, ma nello stesso giorno. I tasti Sinistra e Destra passano al giorno successivo o precedente. Premere Invio per selezionare una data.",
|
|
289
302
|
"COPY_TO_CLIPBOARD_MESSAGE": "Valore copiato negli appunti",
|
|
290
|
-
"EDIT_ASPECTS": "Modifica aspetto"
|
|
303
|
+
"EDIT_ASPECTS": "Modifica aspetto",
|
|
304
|
+
"SECTION": "Sezione {{ sectionName }}"
|
|
291
305
|
}
|
|
292
306
|
},
|
|
293
307
|
"SEARCH": {
|
|
@@ -364,11 +378,6 @@
|
|
|
364
378
|
"ACTION": {
|
|
365
379
|
"HELP": "Hai bisogno di aiuto?",
|
|
366
380
|
"REGISTER": "Registrati"
|
|
367
|
-
},
|
|
368
|
-
"DIALOG": {
|
|
369
|
-
"CANCEL": "Annulla",
|
|
370
|
-
"CHOOSE": "Scegli",
|
|
371
|
-
"LOGIN": "Accedi"
|
|
372
381
|
}
|
|
373
382
|
},
|
|
374
383
|
"ADF-DATATABLE": {
|
|
@@ -418,7 +427,8 @@
|
|
|
418
427
|
"COLUMNS_SELECTOR": {
|
|
419
428
|
"COLUMNS": "Colonne",
|
|
420
429
|
"SEARCH": "Cerca",
|
|
421
|
-
"APPLY": "Applica"
|
|
430
|
+
"APPLY": "Applica",
|
|
431
|
+
"COLUMNS_VISIBILITY": "Select columns to display"
|
|
422
432
|
}
|
|
423
433
|
},
|
|
424
434
|
"USER_PROFILE": {
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
"CLOSE": "Zamknij",
|
|
25
25
|
"NOTIFICATIONS": {
|
|
26
26
|
"NO_MESSAGE": "Aktualnie brak powiadomień.",
|
|
27
|
+
"UNREAD_MESSAGES": "Masz nieprzeczytane powiadomienia.",
|
|
27
28
|
"TITLE": "Powiadomienia",
|
|
28
29
|
"MARK_AS_READ": "Oznacz wszystkie jako przeczytane",
|
|
29
30
|
"SYSTEM": "System",
|
|
@@ -68,10 +69,22 @@
|
|
|
68
69
|
"NO_LONGER_THAN": "Możesz wprowadzić maksymalnie następującą liczbę znaków: {{ maxLength }}."
|
|
69
70
|
},
|
|
70
71
|
"FILE_ALREADY_UPLOADED": "Plik o tej samej nazwie został już przesłany.",
|
|
71
|
-
"ATTACH": "Załącz"
|
|
72
|
+
"ATTACH": "Załącz",
|
|
73
|
+
"REPEATABLE_SECTION": {
|
|
74
|
+
"ADD_ROW": "dodaj",
|
|
75
|
+
"ROW_LIMIT_REACHED": "Osiągnięto limit wierszy ({{ limit }})."
|
|
76
|
+
}
|
|
72
77
|
},
|
|
73
78
|
"FORM_RENDERER": {
|
|
74
|
-
"NAMELESS_TASK": "Zadanie bez nazwy"
|
|
79
|
+
"NAMELESS_TASK": "Zadanie bez nazwy",
|
|
80
|
+
"ROW_LABEL": "Wiersz {{ number }}",
|
|
81
|
+
"DELETE_ROW": "Usuń wiersz",
|
|
82
|
+
"REMOVE_ROW_DIALOG": {
|
|
83
|
+
"TITLE": "Usuń wiersz",
|
|
84
|
+
"MESSAGE": "Czy na pewno chcesz usunąć ten wiersz?",
|
|
85
|
+
"YES_LABEL": "Usuń wiersz",
|
|
86
|
+
"NO_LABEL": "Anuluj"
|
|
87
|
+
}
|
|
75
88
|
},
|
|
76
89
|
"FIELD_STYLE": {
|
|
77
90
|
"FONT_SIZE": "Rozmiar czcionki",
|
|
@@ -287,7 +300,8 @@
|
|
|
287
300
|
"EDIT": "Przycisk Edytuj",
|
|
288
301
|
"DATEPICKER": "Użyj klawiszy strzałek, aby przełączać między datami. Strzałki w górę i w dół przełączają na ten sam dzień w następnym lub poprzednim tygodniu. Natomiast strzałki w lewo i w prawo przełączają na następny lub poprzedni dzień. Naciśnij Enter lub Return, aby wybrać datę.",
|
|
289
302
|
"COPY_TO_CLIPBOARD_MESSAGE": "Wartość skopiowano do schowka",
|
|
290
|
-
"EDIT_ASPECTS": "Edycja aspektu"
|
|
303
|
+
"EDIT_ASPECTS": "Edycja aspektu",
|
|
304
|
+
"SECTION": "Sekcja {{ sectionName }}"
|
|
291
305
|
}
|
|
292
306
|
},
|
|
293
307
|
"SEARCH": {
|
|
@@ -364,11 +378,6 @@
|
|
|
364
378
|
"ACTION": {
|
|
365
379
|
"HELP": "Potrzebujesz pomocy?",
|
|
366
380
|
"REGISTER": "Zarejestruj się"
|
|
367
|
-
},
|
|
368
|
-
"DIALOG": {
|
|
369
|
-
"CANCEL": "Anuluj",
|
|
370
|
-
"CHOOSE": "Wybierz",
|
|
371
|
-
"LOGIN": "Zaloguj się"
|
|
372
381
|
}
|
|
373
382
|
},
|
|
374
383
|
"ADF-DATATABLE": {
|
|
@@ -418,7 +427,8 @@
|
|
|
418
427
|
"COLUMNS_SELECTOR": {
|
|
419
428
|
"COLUMNS": "Kolumny",
|
|
420
429
|
"SEARCH": "Szukaj",
|
|
421
|
-
"APPLY": "Zastosuj"
|
|
430
|
+
"APPLY": "Zastosuj",
|
|
431
|
+
"COLUMNS_VISIBILITY": "Wybierz kolumny do wyświetlenia"
|
|
422
432
|
}
|
|
423
433
|
},
|
|
424
434
|
"USER_PROFILE": {
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
"CLOSE": "FECHAR",
|
|
25
25
|
"NOTIFICATIONS": {
|
|
26
26
|
"NO_MESSAGE": "De momento, não tem notificações.",
|
|
27
|
+
"UNREAD_MESSAGES": "Você tem notificações não lidas.",
|
|
27
28
|
"TITLE": "Notificações",
|
|
28
29
|
"MARK_AS_READ": "Marcar todas como lidas",
|
|
29
30
|
"SYSTEM": "Sistema",
|
|
@@ -68,10 +69,22 @@
|
|
|
68
69
|
"NO_LONGER_THAN": "Não introduzir mais de {{ maxLength }} caracteres"
|
|
69
70
|
},
|
|
70
71
|
"FILE_ALREADY_UPLOADED": "Já foi carregado um ficheiro com o mesmo nome.",
|
|
71
|
-
"ATTACH": "Anexar"
|
|
72
|
+
"ATTACH": "Anexar",
|
|
73
|
+
"REPEATABLE_SECTION": {
|
|
74
|
+
"ADD_ROW": "adicionar",
|
|
75
|
+
"ROW_LIMIT_REACHED": "Limite de linhas ({{ limit }}) atingido."
|
|
76
|
+
}
|
|
72
77
|
},
|
|
73
78
|
"FORM_RENDERER": {
|
|
74
|
-
"NAMELESS_TASK": "Tarefa sem nome"
|
|
79
|
+
"NAMELESS_TASK": "Tarefa sem nome",
|
|
80
|
+
"ROW_LABEL": "Linha {{ number }}",
|
|
81
|
+
"DELETE_ROW": "Delete row",
|
|
82
|
+
"REMOVE_ROW_DIALOG": {
|
|
83
|
+
"TITLE": "Excluir linha",
|
|
84
|
+
"MESSAGE": "Tem certeza que deseja excluir esta linha?",
|
|
85
|
+
"YES_LABEL": "Excluir linha",
|
|
86
|
+
"NO_LABEL": "Cancelar"
|
|
87
|
+
}
|
|
75
88
|
},
|
|
76
89
|
"FIELD_STYLE": {
|
|
77
90
|
"FONT_SIZE": "Tamanho do tipo de letra",
|
|
@@ -287,7 +300,8 @@
|
|
|
287
300
|
"EDIT": "Botão Editar",
|
|
288
301
|
"DATEPICKER": "Utilize as teclas de setas para navegar entre datas. Para cima e para baixo passam para a semana seguinte ou anterior, mas no mesmo dia. A esquerda e a direita deslocam-se para o dia seguinte ou anterior.",
|
|
289
302
|
"COPY_TO_CLIPBOARD_MESSAGE": "Valor copiado para a área de transferência",
|
|
290
|
-
"EDIT_ASPECTS": "Editar aspeto"
|
|
303
|
+
"EDIT_ASPECTS": "Editar aspeto",
|
|
304
|
+
"SECTION": "Seção {{ sectionName }}"
|
|
291
305
|
}
|
|
292
306
|
},
|
|
293
307
|
"SEARCH": {
|
|
@@ -364,11 +378,6 @@
|
|
|
364
378
|
"ACTION": {
|
|
365
379
|
"HELP": "PRECISA DE AJUDA?",
|
|
366
380
|
"REGISTER": "REGISTAR"
|
|
367
|
-
},
|
|
368
|
-
"DIALOG": {
|
|
369
|
-
"CANCEL": "Cancelar",
|
|
370
|
-
"CHOOSE": "Escolher",
|
|
371
|
-
"LOGIN": "Iniciar sessão"
|
|
372
381
|
}
|
|
373
382
|
},
|
|
374
383
|
"ADF-DATATABLE": {
|
|
@@ -418,7 +427,8 @@
|
|
|
418
427
|
"COLUMNS_SELECTOR": {
|
|
419
428
|
"COLUMNS": "Colunas",
|
|
420
429
|
"SEARCH": "Pesquisar",
|
|
421
|
-
"APPLY": "Aplicar"
|
|
430
|
+
"APPLY": "Aplicar",
|
|
431
|
+
"COLUMNS_VISIBILITY": "Select columns to display"
|
|
422
432
|
}
|
|
423
433
|
},
|
|
424
434
|
"USER_PROFILE": {
|