@pristy/pristy-libvue 2.5.4 → 2.6.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 +80 -17
- package/dist/{jszip.min-8PfeYdht.js → jszip.min-BrmBkVmG.js} +35 -32
- package/dist/jszip.min-BrmBkVmG.js.map +1 -0
- package/dist/pristy-libvue.css +1 -1
- package/dist/pristy-libvue.es.js +31413 -173
- package/dist/pristy-libvue.es.js.map +1 -1
- package/dist/pristy-libvue.umd.js +27 -26
- package/dist/pristy-libvue.umd.js.map +1 -1
- package/dist/src/components/CodeMirrorEditor.vue.d.ts +3 -0
- package/dist/src/components/CodeMirrorEditor.vue.d.ts.map +1 -1
- package/dist/src/components/DiffViewerDialog.vue.d.ts +2 -0
- package/dist/src/components/DiffViewerDialog.vue.d.ts.map +1 -1
- package/dist/src/components/HelpKeyMessage.vue.d.ts.map +1 -1
- package/dist/src/components/SelectionStatus.vue.d.ts +1 -1
- package/dist/src/components/breadcrumb/BreadCrumbAlfresco.vue.d.ts +1 -1
- package/dist/src/components/breadcrumb/BreadCrumbAlfresco.vue.d.ts.map +1 -1
- package/dist/src/components/breadcrumb/EllipsisBreadcrumb.vue.d.ts +1 -1
- package/dist/src/components/breadcrumb/EllipsisBreadcrumb.vue.d.ts.map +1 -1
- package/dist/src/components/chat/ChatInput.vue.d.ts.map +1 -1
- package/dist/src/components/chat/ChatPanel.vue.d.ts.map +1 -1
- package/dist/src/components/classification/EmplacementForm.vue.d.ts.map +1 -1
- package/dist/src/components/classification/FieldForm.vue.d.ts.map +1 -1
- package/dist/src/components/classification/MetadataFormFields.vue.d.ts +151 -1
- package/dist/src/components/classification/NatureSelector.vue.d.ts +151 -1
- package/dist/src/components/classification/NatureSelector.vue.d.ts.map +1 -1
- package/dist/src/components/classification/RequalifyPlanPopup.vue.d.ts +453 -3
- package/dist/src/components/classification/UploadPlanPopup.vue.d.ts +456 -6
- package/dist/src/components/config/ArrayEditor.vue.d.ts.map +1 -1
- package/dist/src/components/config/ConfigSplitView.vue.d.ts.map +1 -1
- package/dist/src/components/config/ConfigUpload.vue.d.ts +2 -2
- package/dist/src/components/config/ListVersionConfig.vue.d.ts.map +1 -1
- package/dist/src/components/layouts/AppLayout.vue.d.ts +46 -2
- package/dist/src/components/layouts/AppLayout.vue.d.ts.map +1 -1
- package/dist/src/components/layouts/AppMobileLayout.vue.d.ts +1 -0
- package/dist/src/components/layouts/AppMobileLayout.vue.d.ts.map +1 -1
- package/dist/src/components/layouts/AppSidebar.vue.d.ts +42 -0
- package/dist/src/components/layouts/AppSidebar.vue.d.ts.map +1 -1
- package/dist/src/components/layouts/AppTopbar.vue.d.ts +2 -1
- package/dist/src/components/layouts/AppTopbar.vue.d.ts.map +1 -1
- package/dist/src/components/layouts/SidebarProfileSection.vue.d.ts +49 -0
- package/dist/src/components/layouts/SidebarProfileSection.vue.d.ts.map +1 -0
- package/dist/src/components/navigation/ColumnTogglePanel.vue.d.ts +2 -0
- package/dist/src/components/navigation/ColumnTogglePanel.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/ContentCompactTableView.vue.d.ts +140 -31
- package/dist/src/components/navigation/ContentCompactTableView.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/ContentFiltersHeader.vue.d.ts +1 -24
- package/dist/src/components/navigation/ContentFiltersHeader.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/ContentGridView.vue.d.ts +7 -2
- package/dist/src/components/navigation/ContentGridView.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/ContentListView.vue.d.ts +3 -2
- package/dist/src/components/navigation/ContentListView.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/ContentTableView.vue.d.ts +155 -23
- package/dist/src/components/navigation/ContentTableView.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/ContentToolbar.vue.d.ts +19 -0
- package/dist/src/components/navigation/ContentToolbar.vue.d.ts.map +1 -0
- package/dist/src/components/navigation/DynamicContentView.vue.d.ts +338 -91
- package/dist/src/components/navigation/DynamicContentView.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/LayoutSelector.vue.d.ts +1 -0
- package/dist/src/components/navigation/LayoutSelector.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/PreviewPanel.vue.d.ts +41 -2
- package/dist/src/components/navigation/PreviewPanel.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/SelectionBar.vue.d.ts +90 -0
- package/dist/src/components/navigation/SelectionBar.vue.d.ts.map +1 -0
- package/dist/src/components/pdfTools/PdfToolsComponent.vue.d.ts.map +1 -1
- package/dist/src/components/popup/CopyOrMovePopup.vue.d.ts.map +1 -1
- package/dist/src/components/popup/CreateWorkflowPopup.vue.d.ts +1 -0
- package/dist/src/components/popup/CreateWorkflowPopup.vue.d.ts.map +1 -1
- package/dist/src/components/popup/ImportNewVersionPopup.vue.d.ts +2 -2
- package/dist/src/components/popup/ImportNewVersionPopup.vue.d.ts.map +1 -1
- package/dist/src/components/popup/ImportPopupWithWorker.vue.d.ts +2 -2
- package/dist/src/components/popup/ImportPopupWithWorker.vue.d.ts.map +1 -1
- package/dist/src/components/popup/MemberListPopup.vue.d.ts +2 -0
- package/dist/src/components/popup/MemberListPopup.vue.d.ts.map +1 -1
- package/dist/src/components/popup/SendMailPopup.vue.d.ts +3 -0
- package/dist/src/components/popup/SendMailPopup.vue.d.ts.map +1 -1
- package/dist/src/components/popup/ShareLinkPopup.vue.d.ts.map +1 -1
- package/dist/src/components/search/AdvancedSearchPanel.vue.d.ts +1 -1
- package/dist/src/components/search/AdvancedSearchPanel.vue.d.ts.map +1 -1
- package/dist/src/components/search/AdvancedViewPanel.vue.d.ts +1 -1
- package/dist/src/components/search/AdvancedViewPanel.vue.d.ts.map +1 -1
- package/dist/src/components/search/FavoriteViewMenu.vue.d.ts +1 -0
- package/dist/src/components/search/FavoriteViewMenu.vue.d.ts.map +1 -1
- package/dist/src/components/search/SaveViewPopup.vue.d.ts.map +1 -1
- package/dist/src/components/search/UserViewsFavoritesPanel.vue.d.ts +1 -0
- package/dist/src/components/search/UserViewsFavoritesPanel.vue.d.ts.map +1 -1
- package/dist/src/components/search/ViewResultsPanel.vue.d.ts +1 -1
- package/dist/src/components/users/MemberList.vue.d.ts +2 -0
- package/dist/src/components/users/MemberList.vue.d.ts.map +1 -1
- package/dist/src/components/viewer/ImageViewer.vue.d.ts.map +1 -1
- package/dist/src/components/viewer/PDFComponent.vue.d.ts +41 -2
- package/dist/src/components/viewer/PDFComponent.vue.d.ts.map +1 -1
- package/dist/src/components/viewer/VideoPlayer.vue.d.ts.map +1 -1
- package/dist/src/components/workspace/WorkspaceCard.vue.d.ts.map +1 -1
- package/dist/src/composables/useAuth.d.ts +4 -0
- package/dist/src/composables/useAuth.d.ts.map +1 -0
- package/dist/src/composables/useCodeMirror.d.ts.map +1 -1
- package/dist/src/composables/useCollabEditor.d.ts +1 -0
- package/dist/src/composables/useCollabEditor.d.ts.map +1 -1
- package/dist/src/composables/useCollabWebSocket.d.ts.map +1 -1
- package/dist/src/composables/useColumnFilter.d.ts +27 -0
- package/dist/src/composables/useColumnFilter.d.ts.map +1 -0
- package/dist/src/composables/useLayout.d.ts +4 -0
- package/dist/src/composables/useLayout.d.ts.map +1 -1
- package/dist/src/composables/useMarkdownPreview.d.ts.map +1 -1
- package/dist/src/i18n/index.d.ts +150 -0
- package/dist/src/i18n/index.d.ts.map +1 -1
- package/dist/src/index.d.ts +116 -111
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/services/AlfrescoFileService.d.ts +6 -0
- package/dist/src/services/AlfrescoFileService.d.ts.map +1 -1
- package/dist/src/services/AlfrescoNodeService.d.ts +8 -0
- package/dist/src/services/AlfrescoNodeService.d.ts.map +1 -1
- package/dist/src/services/CollabBackupService.d.ts +27 -0
- package/dist/src/services/CollabBackupService.d.ts.map +1 -0
- package/dist/src/services/FormatService.d.ts.map +1 -1
- package/dist/src/services/UserViewService.d.ts.map +1 -1
- package/dist/src/services/WorkflowService.d.ts.map +1 -1
- package/dist/src/services/WorkspaceService.d.ts.map +1 -1
- package/dist/src/stores/config.d.ts +39 -0
- package/dist/src/stores/config.d.ts.map +1 -1
- package/dist/src/stores/taskNotification.d.ts +9 -0
- package/dist/src/stores/taskNotification.d.ts.map +1 -0
- package/dist/src/stores/upload.d.ts.map +1 -1
- package/dist/src/stores/user.d.ts.map +1 -1
- package/dist/src/typedef.d.ts +367 -0
- package/dist/src/typedef.d.ts.map +1 -0
- package/package.json +10 -10
- package/dist/index-BbVzbEij.js +0 -78797
- package/dist/index-BbVzbEij.js.map +0 -1
- package/dist/jszip.min-8PfeYdht.js.map +0 -1
|
@@ -5,7 +5,7 @@ import { DefineComponent } from '@primevue/core';
|
|
|
5
5
|
import { DialogProps, DialogSlots } from 'primevue/dialog';
|
|
6
6
|
import { DropdownProps, DropdownSlots, DropdownEmits, DropdownMethods } from 'primevue/dropdown';
|
|
7
7
|
import { ButtonProps, ButtonSlots } from 'primevue/button';
|
|
8
|
-
import { FileUploadProps, FileUploadSlots, FileUploadErrorEvent,
|
|
8
|
+
import { FileUploadProps, FileUploadSlots, FileUploadErrorEvent, FileUploadUploadEvent, FileUploadProgressEvent, FileUploadSelectEvent, FileUploadBeforeUploadEvent, FileUploadUploaderEvent, FileUploadBeforeSendEvent, FileUploadRemoveEvent, FileUploadRemoveUploadedFile, FileUploadMethods } from 'primevue/fileupload';
|
|
9
9
|
import { PanelProps, PanelSlots, PanelToggleEvent } from 'primevue/panel';
|
|
10
10
|
import { DividerProps, DividerSlots } from 'primevue/divider';
|
|
11
11
|
import { MessageProps, MessageSlots } from 'primevue/message';
|
|
@@ -99,6 +99,12 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
99
99
|
preFilledFields: Ref<Set<any> & Omit<Set<any>, keyof Set<any>>, Set<any> | (Set<any> & Omit<Set<any>, keyof Set<any>>)>;
|
|
100
100
|
t: VueI18nTranslation<{
|
|
101
101
|
en: {
|
|
102
|
+
pagination: {
|
|
103
|
+
rowsPerPage: string;
|
|
104
|
+
};
|
|
105
|
+
taskNotification: {
|
|
106
|
+
pendingTasks: string;
|
|
107
|
+
};
|
|
102
108
|
nothingTitle: string;
|
|
103
109
|
nothingText: string;
|
|
104
110
|
goHome: string;
|
|
@@ -210,6 +216,13 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
210
216
|
showPageByPage: string;
|
|
211
217
|
previousPage: string;
|
|
212
218
|
nextPage: string;
|
|
219
|
+
saveForm: string;
|
|
220
|
+
cancelForm: string;
|
|
221
|
+
formFieldsInfo: string;
|
|
222
|
+
formFieldsInfoTitle: string;
|
|
223
|
+
formFieldName: string;
|
|
224
|
+
formFieldType: string;
|
|
225
|
+
formFieldValue: string;
|
|
213
226
|
};
|
|
214
227
|
sharelink: {
|
|
215
228
|
shareLinkOf: string;
|
|
@@ -242,6 +255,18 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
242
255
|
userHomes: string;
|
|
243
256
|
yes: string;
|
|
244
257
|
no: string;
|
|
258
|
+
filter: {
|
|
259
|
+
toggle: string;
|
|
260
|
+
all: string;
|
|
261
|
+
search: string;
|
|
262
|
+
clear: string;
|
|
263
|
+
apply: string;
|
|
264
|
+
noOptions: string;
|
|
265
|
+
contains: string;
|
|
266
|
+
notContains: string;
|
|
267
|
+
equals: string;
|
|
268
|
+
clearAll: string;
|
|
269
|
+
};
|
|
245
270
|
howMuchResult: string;
|
|
246
271
|
howMuchSelected: string;
|
|
247
272
|
selectAllElement: string;
|
|
@@ -277,6 +302,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
277
302
|
successRestrictPermissions: string;
|
|
278
303
|
successRestorePermissions: string;
|
|
279
304
|
fromGroup: string;
|
|
305
|
+
viewUserProfile: string;
|
|
280
306
|
};
|
|
281
307
|
groups: string;
|
|
282
308
|
role: {
|
|
@@ -366,6 +392,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
366
392
|
};
|
|
367
393
|
arrayEditor: {
|
|
368
394
|
addItem: string;
|
|
395
|
+
reorder: string;
|
|
369
396
|
};
|
|
370
397
|
types: {
|
|
371
398
|
string: string;
|
|
@@ -625,8 +652,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
625
652
|
};
|
|
626
653
|
editor: {
|
|
627
654
|
cancelEdit: string;
|
|
655
|
+
closeEdit: string;
|
|
628
656
|
edit: string;
|
|
629
657
|
saveSuccess: string;
|
|
658
|
+
alreadyUpToDate: string;
|
|
630
659
|
loadError: string;
|
|
631
660
|
refreshError: string;
|
|
632
661
|
unsavedChanges: string;
|
|
@@ -671,6 +700,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
671
700
|
};
|
|
672
701
|
};
|
|
673
702
|
sendingMail: {
|
|
703
|
+
addCc: string;
|
|
704
|
+
addCci: string;
|
|
674
705
|
popup: {
|
|
675
706
|
defaultSubject: string;
|
|
676
707
|
defaultMessage: string;
|
|
@@ -696,6 +727,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
696
727
|
size: string;
|
|
697
728
|
type: string;
|
|
698
729
|
toggle: string;
|
|
730
|
+
customize: string;
|
|
699
731
|
};
|
|
700
732
|
facets: {
|
|
701
733
|
categories: {
|
|
@@ -1193,8 +1225,57 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1193
1225
|
closeChat: string;
|
|
1194
1226
|
newMessages: string;
|
|
1195
1227
|
};
|
|
1228
|
+
workflow: {
|
|
1229
|
+
selectedDocuments: string;
|
|
1230
|
+
};
|
|
1231
|
+
fileList: string;
|
|
1232
|
+
previewPanel: string;
|
|
1233
|
+
selectAll: string;
|
|
1234
|
+
deselectAll: string;
|
|
1235
|
+
layoutSelector: string;
|
|
1236
|
+
layoutList: string;
|
|
1237
|
+
layoutGrid: string;
|
|
1238
|
+
layoutTable: string;
|
|
1239
|
+
delete: string;
|
|
1240
|
+
edit: string;
|
|
1241
|
+
open: string;
|
|
1242
|
+
download: string;
|
|
1243
|
+
restore: string;
|
|
1244
|
+
publish: string;
|
|
1245
|
+
back: string;
|
|
1246
|
+
minimize: string;
|
|
1247
|
+
reload: string;
|
|
1248
|
+
duplicate: string;
|
|
1249
|
+
moveUp: string;
|
|
1250
|
+
moveDown: string;
|
|
1251
|
+
sortAscending: string;
|
|
1252
|
+
sortDescending: string;
|
|
1253
|
+
search: string;
|
|
1254
|
+
moreActions: string;
|
|
1255
|
+
"add/removeFavorite": string;
|
|
1256
|
+
modify: string;
|
|
1257
|
+
home: string;
|
|
1258
|
+
selection: {
|
|
1259
|
+
count: string;
|
|
1260
|
+
mobileCount: string;
|
|
1261
|
+
selectAll: string;
|
|
1262
|
+
selectAllShort: string;
|
|
1263
|
+
clearSelection: string;
|
|
1264
|
+
clear: string;
|
|
1265
|
+
};
|
|
1266
|
+
sidebarMenu: {
|
|
1267
|
+
profile: string;
|
|
1268
|
+
portal: string;
|
|
1269
|
+
logout: string;
|
|
1270
|
+
};
|
|
1196
1271
|
};
|
|
1197
1272
|
fr: {
|
|
1273
|
+
pagination: {
|
|
1274
|
+
rowsPerPage: string;
|
|
1275
|
+
};
|
|
1276
|
+
taskNotification: {
|
|
1277
|
+
pendingTasks: string;
|
|
1278
|
+
};
|
|
1198
1279
|
nothingTitle: string;
|
|
1199
1280
|
nothingText: string;
|
|
1200
1281
|
goHome: string;
|
|
@@ -1306,6 +1387,13 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1306
1387
|
showPageByPage: string;
|
|
1307
1388
|
previousPage: string;
|
|
1308
1389
|
nextPage: string;
|
|
1390
|
+
saveForm: string;
|
|
1391
|
+
cancelForm: string;
|
|
1392
|
+
formFieldsInfo: string;
|
|
1393
|
+
formFieldsInfoTitle: string;
|
|
1394
|
+
formFieldName: string;
|
|
1395
|
+
formFieldType: string;
|
|
1396
|
+
formFieldValue: string;
|
|
1309
1397
|
};
|
|
1310
1398
|
sharelink: {
|
|
1311
1399
|
shareLinkOf: string;
|
|
@@ -1338,6 +1426,18 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1338
1426
|
userHomes: string;
|
|
1339
1427
|
yes: string;
|
|
1340
1428
|
no: string;
|
|
1429
|
+
filter: {
|
|
1430
|
+
toggle: string;
|
|
1431
|
+
all: string;
|
|
1432
|
+
search: string;
|
|
1433
|
+
clear: string;
|
|
1434
|
+
apply: string;
|
|
1435
|
+
noOptions: string;
|
|
1436
|
+
contains: string;
|
|
1437
|
+
notContains: string;
|
|
1438
|
+
equals: string;
|
|
1439
|
+
clearAll: string;
|
|
1440
|
+
};
|
|
1341
1441
|
howMuchResult: string;
|
|
1342
1442
|
howMuchSelected: string;
|
|
1343
1443
|
selectAllElement: string;
|
|
@@ -1373,6 +1473,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1373
1473
|
successRestrictPermissions: string;
|
|
1374
1474
|
successRestorePermissions: string;
|
|
1375
1475
|
fromGroup: string;
|
|
1476
|
+
viewUserProfile: string;
|
|
1376
1477
|
};
|
|
1377
1478
|
groups: string;
|
|
1378
1479
|
role: {
|
|
@@ -1462,6 +1563,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1462
1563
|
};
|
|
1463
1564
|
arrayEditor: {
|
|
1464
1565
|
addItem: string;
|
|
1566
|
+
reorder: string;
|
|
1465
1567
|
};
|
|
1466
1568
|
types: {
|
|
1467
1569
|
string: string;
|
|
@@ -1720,7 +1822,9 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1720
1822
|
editor: {
|
|
1721
1823
|
edit: string;
|
|
1722
1824
|
cancelEdit: string;
|
|
1825
|
+
closeEdit: string;
|
|
1723
1826
|
saveSuccess: string;
|
|
1827
|
+
alreadyUpToDate: string;
|
|
1724
1828
|
loadError: string;
|
|
1725
1829
|
refreshError: string;
|
|
1726
1830
|
unsavedChanges: string;
|
|
@@ -1765,6 +1869,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1765
1869
|
};
|
|
1766
1870
|
};
|
|
1767
1871
|
sendingMail: {
|
|
1872
|
+
addCc: string;
|
|
1873
|
+
addCci: string;
|
|
1768
1874
|
popup: {
|
|
1769
1875
|
defaultSubject: string;
|
|
1770
1876
|
defaultMessage: string;
|
|
@@ -1790,6 +1896,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1790
1896
|
size: string;
|
|
1791
1897
|
type: string;
|
|
1792
1898
|
toggle: string;
|
|
1899
|
+
customize: string;
|
|
1793
1900
|
};
|
|
1794
1901
|
facets: {
|
|
1795
1902
|
categories: {
|
|
@@ -2287,11 +2394,54 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2287
2394
|
closeChat: string;
|
|
2288
2395
|
newMessages: string;
|
|
2289
2396
|
};
|
|
2397
|
+
workflow: {
|
|
2398
|
+
selectedDocuments: string;
|
|
2399
|
+
};
|
|
2400
|
+
fileList: string;
|
|
2401
|
+
previewPanel: string;
|
|
2402
|
+
selectAll: string;
|
|
2403
|
+
deselectAll: string;
|
|
2404
|
+
layoutSelector: string;
|
|
2405
|
+
layoutList: string;
|
|
2406
|
+
layoutGrid: string;
|
|
2407
|
+
layoutTable: string;
|
|
2408
|
+
delete: string;
|
|
2409
|
+
edit: string;
|
|
2410
|
+
open: string;
|
|
2411
|
+
download: string;
|
|
2412
|
+
restore: string;
|
|
2413
|
+
publish: string;
|
|
2414
|
+
back: string;
|
|
2415
|
+
minimize: string;
|
|
2416
|
+
reload: string;
|
|
2417
|
+
duplicate: string;
|
|
2418
|
+
moveUp: string;
|
|
2419
|
+
moveDown: string;
|
|
2420
|
+
sortAscending: string;
|
|
2421
|
+
sortDescending: string;
|
|
2422
|
+
search: string;
|
|
2423
|
+
moreActions: string;
|
|
2424
|
+
"add/removeFavorite": string;
|
|
2425
|
+
modify: string;
|
|
2426
|
+
home: string;
|
|
2427
|
+
selection: {
|
|
2428
|
+
count: string;
|
|
2429
|
+
mobileCount: string;
|
|
2430
|
+
selectAll: string;
|
|
2431
|
+
selectAllShort: string;
|
|
2432
|
+
clearSelection: string;
|
|
2433
|
+
clear: string;
|
|
2434
|
+
};
|
|
2435
|
+
sidebarMenu: {
|
|
2436
|
+
profile: string;
|
|
2437
|
+
portal: string;
|
|
2438
|
+
logout: string;
|
|
2439
|
+
};
|
|
2290
2440
|
};
|
|
2291
2441
|
}, "fr" | "en", RemoveIndexSignature<{
|
|
2292
2442
|
[x: string]: LocaleMessageValue<VueMessageType>;
|
|
2293
|
-
}>, never, "facets.categories.modified_date" | "pdf" | "cancel" | "error" | "fichier" | "dossier" | "nothingTitle" | "nothingText" | "goHome" | "save" | "next" | "previous" | "selectFolder" | "dropFolder" | "uploadUnknownError" | "alfrescoError" | "fichier_image" | "fichier_video" | "fichier_pdf" | "fichier_eml" | "fichier_texte" | "fichier_tableur" | "fichier_dessin" | "fichier_presentation" | "fichier_markdown" | "fichier_json" | "fichier_xml" | "fichier_html" | "fichier_css" | "fichier_csv" | "fichier_javascript" | "fichier_sql" | "fichier_shell" | "fichier_yaml" | "fichier_python" | "fichier_typescript" | "fichier_php" | "fichier_java" | "fichier_code" | "fichier_config" | "fichier_log" | "espace" | "menu" | "tasks" | "sharelink" | "cannotCopyHere" | "cannotMoveHere" | "spaces" | "userHomes" | "yes" | "no" | "howMuchResult" | "howMuchSelected" | "selectAllElement" | "selectAllElementMoreThan" | "deleteSelection" | "dropFileFolders" | "currentFolder" | "canceledImport" | "lock" | "membersPopup" | "members" | "groups" | "role" | "success" | "close" | "config" | "vuesFavorites" | "vuesUtilisateurs" | "rechercheAvancee" | "pdfTools" | "editor" | "collab" | "diffViewer" | "sendingMail" | "column" | "facets" | "adminViewList" | "adminClassificationLauncher" | "adminClassificationPage" | "natureForm" | "emplacementForm" | "fieldForm" | "classificationPlan" | "chat" | "pdf.changePage" | "pdf.rotation" | "pdf.previousPage" | "pdf.nextPage" | "pdf.on" | "pdf.and" | "pdf.scrolling" | "pdf.pageToPage" | "pdf.rotationRigth" | "pdf.rotationLeft" | "pdf.zoom" | "pdf.dezoom" | "pdf.adaptToPage" | "pdf.adaptToWidth" | "pdf.changeFile" | "pdf.currentPagination" | "pdf.showAllPages" | "pdf.showPageByPage" | "menu.espaces" | "menu.favoris" | "menu.recherche" | "menu.vues" | "menu.userHome" | "menu.configuration" | "tasks.error.createProcess" | "tasks.error.getProcesses" | "tasks.error.getProcess" | "tasks.error.getFinishedProcess" | "tasks.error.addProcessItems" | "tasks.error.getProcessItems" | "tasks.error.getProcessVariables" | "tasks.error.getProcessDefinition" | "tasks.error.cancelWorkflow" | "tasks.error.openProcessDiagram" | "tasks.error.getProcessHistoryTasks" | "tasks.error.listTasks" | "tasks.error.listFinishedTasks" | "tasks.error.getTask" | "tasks.error.endTask" | "tasks.error.getTaskVariables" | "tasks.error.postTaskVariables" | "tasks.error.updateTaskVariables" | "tasks.error.getTaskItem" | "tasks.priority.priority" | "tasks.priority.low" | "tasks.priority.medium" | "tasks.priority.high" | "tasks.priority.notFound" | "tasks.statusLabel.notYetStarted" | "tasks.statusLabel.inProgress" | "tasks.statusLabel.onHold" | "tasks.statusLabel.cancelled" | "tasks.statusLabel.completed" | "tasks.error" | "tasks.none" | "tasks.priority" | "tasks.approved" | "tasks.rejected" | "tasks.reviewTask" | "tasks.adhocTask" | "tasks.verifyTaskDone" | "tasks.unknownTask" | "tasks.statusLabel" | "sharelink.shareLinkOf" | "sharelink.linkToShare" | "sharelink.shareLinkSettings" | "sharelink.createLinkTooltip" | "sharelink.copyLinkTooltip" | "sharelink.deleteLinkTooltip" | "sharelink.addExpirationDateLinkTooltip" | "sharelink.deleteExpirationDateLinkTooltip" | "sharelink.createLinkToastSummary" | "sharelink.createLinkToastDetail" | "sharelink.createLinkErrorSummary" | "sharelink.deleteLinkToastSummary" | "sharelink.deleteLinkToastDetail" | "sharelink.deleteLinkErrorSummary" | "sharelink.copyLinkToastSummary" | "sharelink.copyLinkErrorSummary" | "sharelink.copyLinkToastDetail" | "sharelink.copyLinkErrorDetail" | "sharelink.updateLinkDateSummary" | "sharelink.updateLinkDateDetail" | "sharelink.updateLinkDateErrorSummary" | "sharelink.expirationDate" | "sharelink.placeholder" | "lock.nodeLock" | "lock.readOnlyLock" | "lock.writeLock" | "membersPopup.goToSiteMemberPage" | "members.add" | "members.search" | "members.members" | "members.role" | "members.management" | "members.youAre" | "members.ofThisWorkspace" | "members.select" | "members.errorAdd" | "members.successAdd" | "members.successDelete" | "members.successChangeRole" | "members.nbAccess" | "members.restrictPermissions" | "members.restorePermissions" | "members.successRestrictPermissions" | "members.successRestorePermissions" | "members.fromGroup" | "role.SiteConsumer" | "role.SiteCollaborator" | "role.SiteManager" | "config.groups.search" | "config.groups.pagination" | "config.groups.display" | "config.groups.matomo" | "config.groups.sentry" | "config.groups.metadata" | "config.groups.security" | "config.groups.other" | "config.raw.uploadDescription" | "config.raw.uploadButton" | "config.raw.uploadWarning" | "config.tabs.structuredEdit" | "config.tabs.rawEdit" | "config.tabs.versions" | "config.table.keyHeader" | "config.table.valueHeader" | "config.table.typeHeader" | "config.buttons.add" | "config.buttons.cancel" | "config.buttons.refresh" | "config.buttons.addNew" | "config.buttons.saveChanges" | "config.buttons.define" | "config.buttons.undefine" | "config.buttons.expand" | "config.buttons.collapse" | "config.splitView.filterPlaceholder" | "config.splitView.selectConfig" | "config.splitView.noResults" | "config.splitView.defaultValue" | "config.dialog.addTitle" | "config.dialog.keyLabel" | "config.dialog.valueLabel" | "config.dialog.typeLabel" | "config.toasts.saveSuccess" | "config.toasts.fetchError" | "config.toasts.saveError" | "config.toasts.errorDetail" | "config.errors.keyRequired" | "config.errors.keyDuplicate" | "config.errors.invalidNumber" | "config.errors.invalidBoolean" | "config.errors.invalidJson" | "config.errors.typeMismatch" | "config.errors.invalidJsonFile" | "config.versionViewer.error" | "config.versionViewer.success" | "config.versionViewer.listTitle" | "config.versionViewer.title" | "config.versionViewer.selectPrompt" | "config.versionViewer.loadError" | "config.versionViewer.genericError" | "config.versionViewer.cannotRevertLatest" | "config.versionViewer.restoredVersionComment" | "config.arrayEditor.addItem" | "config.types.string" | "config.types.number" | "config.types.boolean" | "config.types.object" | "config.types.array" | "config.groups" | "config.raw" | "config.pageTitle" | "config.pageDescription" | "config.tabs" | "config.table" | "config.buttons" | "config.notDefined" | "config.splitView" | "config.dialog" | "config.toasts" | "config.errors" | "config.versionViewer" | "config.arrayEditor" | "config.types" | "vuesFavorites.title" | "vuesFavorites.loadedViewMessage" | "vuesFavorites.noSavedViews" | "vuesFavorites.personalViews" | "vuesFavorites.selectPersonalView" | "vuesFavorites.globalViews" | "vuesFavorites.selectGlobalView" | "vuesFavorites.filterSavedViews" | "vuesUtilisateurs.saveViewPopup.title" | "vuesUtilisateurs.saveViewPopup.nameLabel" | "vuesUtilisateurs.saveViewPopup.nameRequired" | "vuesUtilisateurs.saveViewPopup.descriptionLabel" | "vuesUtilisateurs.saveViewPopup.detailsLabel" | "vuesUtilisateurs.saveViewPopup.scopeLabel" | "vuesUtilisateurs.saveViewPopup.scopeDescription" | "vuesUtilisateurs.saveViewPopup.scopeUser" | "vuesUtilisateurs.saveViewPopup.scopeGlobal" | "vuesUtilisateurs.saveViewPopup.fileIdLabel" | "vuesUtilisateurs.saveViewPopup.fileIdDescription" | "vuesUtilisateurs.saveViewPopup.fileIdPlaceholder" | "vuesUtilisateurs.saveViewPopup.personalDescription" | "vuesUtilisateurs.modifyViewPopup.title" | "vuesUtilisateurs.saveView" | "vuesUtilisateurs.modifyView" | "vuesUtilisateurs.cancelButton" | "vuesUtilisateurs.saveViewPopup" | "vuesUtilisateurs.modifyViewPopup" | "rechercheAvancee.savedViewError.idAlreadyExists" | "rechercheAvancee.savedViewError.nameAlreadyExists" | "rechercheAvancee.savedViewError.globalNotFound" | "rechercheAvancee.savedViewError.personnalNotFound" | "rechercheAvancee.savedViewError.userNotFound" | "rechercheAvancee.savedViewError.userNotFoundForUpdate" | "rechercheAvancee.savedViewError.userNotFoundForDelete" | "rechercheAvancee.savedViewError.configFolderNotFound" | "rechercheAvancee.savedViewError.configFileNotFound" | "rechercheAvancee.noResults" | "rechercheAvancee.valueLabel" | "rechercheAvancee.loadedViewMessage" | "rechercheAvancee.noSavedViews" | "rechercheAvancee.filterSavedViews" | "rechercheAvancee.cancelButton" | "rechercheAvancee.sitePlaceholder" | "rechercheAvancee.folderPlaceholder" | "rechercheAvancee.advancedSearch" | "rechercheAvancee.queryBuilder" | "rechercheAvancee.addCriterionPopupTitle" | "rechercheAvancee.propertyLabel" | "rechercheAvancee.propertyPlaceholder" | "rechercheAvancee.propertyName" | "rechercheAvancee.propertyId" | "rechercheAvancee.propertyDescription" | "rechercheAvancee.propertyAspect" | "rechercheAvancee.conditionLabel" | "rechercheAvancee.operatorLabel" | "rechercheAvancee.operatorPlaceholder" | "rechercheAvancee.addButton" | "rechercheAvancee.mustContain" | "rechercheAvancee.mustNotContain" | "rechercheAvancee.exact" | "rechercheAvancee.contains" | "rechercheAvancee.isDate" | "rechercheAvancee.isDateRange" | "rechercheAvancee.isNumber" | "rechercheAvancee.isNumberRange" | "rechercheAvancee.is" | "rechercheAvancee.locationLabel" | "rechercheAvancee.locationSite" | "rechercheAvancee.locationPath" | "rechercheAvancee.locationNone" | "rechercheAvancee.locationValuePlaceholder" | "rechercheAvancee.criteriaTitle" | "rechercheAvancee.noCriteria" | "rechercheAvancee.addCriterionButton" | "rechercheAvancee.advancedSearchActive" | "rechercheAvancee.savedViews" | "rechercheAvancee.addsSavedViewSuccess" | "rechercheAvancee.modifySavedViewSuccess" | "rechercheAvancee.updateSavedView" | "rechercheAvancee.savedViewError" | "rechercheAvancee.noFilterResults" | "rechercheAvancee.selectPersonalSearch" | "rechercheAvancee.selectGlobalSearch" | "rechercheAvancee.favorite" | "rechercheAvancee.closeView" | "rechercheAvancee.activeView" | "rechercheAvancee.locationsTitle" | "rechercheAvancee.locationsHint" | "rechercheAvancee.noLocations" | "rechercheAvancee.addLocationButton" | "rechercheAvancee.addLocationTitle" | "rechercheAvancee.addLocationConfirm" | "rechercheAvancee.removeLocation" | "rechercheAvancee.includePrefix" | "rechercheAvancee.excludePrefix" | "rechercheAvancee.locationTypeLabel" | "rechercheAvancee.saveViewAsNew" | "rechercheAvancee.saveViewModifications" | "rechercheAvancee.deleteView" | "rechercheAvancee.deleteViewSuccess" | "rechercheAvancee.confirmDeleteTitle" | "rechercheAvancee.confirmDelete" | "rechercheAvancee.showMore" | "rechercheAvancee.addAsIncludeLocation" | "rechercheAvancee.addAsExcludeLocation" | "rechercheAvancee.addAsIncludeFolder" | "rechercheAvancee.addAsExcludeFolder" | "rechercheAvancee.addAsIncludeSite" | "rechercheAvancee.addAsExcludeSite" | "rechercheAvancee.editCriterionPopupTitle" | "rechercheAvancee.updateButton" | "rechercheAvancee.addGroupButton" | "rechercheAvancee.addOrGroup" | "rechercheAvancee.removeGroup" | "rechercheAvancee.operatorAnd" | "rechercheAvancee.operatorOr" | "rechercheAvancee.emptyGroup" | "pdfTools.sidebar.actions" | "pdfTools.sidebar.saveAs" | "pdfTools.sidebar.saveNewVersion" | "pdfTools.sidebar.extractPages" | "pdfTools.sidebar.extractAndSave" | "pdfTools.sidebar.deletePages" | "pdfTools.sidebar.deleteSelectedPages" | "pdfTools.sidebar.insertPdf" | "pdfTools.sidebar.fromComputer" | "pdfTools.sidebar.fromPristy" | "pdfTools.sidebar.addWatermark" | "pdfTools.sidebar.watermarkTextPlaceholder" | "pdfTools.sidebar.angle" | "pdfTools.sidebar.repetitions" | "pdfTools.sidebar.addWatermarkButton" | "pdfTools.pagePreview.title" | "pdfTools.pagePreview.openPagePreview" | "pdfTools.pageEditor.tools.actions" | "pdfTools.pageEditor.tools.size" | "pdfTools.pageEditor.tools.highlight" | "pdfTools.pageEditor.tools.select" | "pdfTools.pageEditor.tools.redact" | "pdfTools.pageEditor.tools.comment" | "pdfTools.pageEditor.tools.image" | "pdfTools.pageEditor.tools.signature" | "pdfTools.pageEditor.tools.text" | "pdfTools.pageEditor.tools.font" | "pdfTools.pageEditor.tools.color" | "pdfTools.pageEditor.cancel" | "pdfTools.pageEditor.close" | "pdfTools.pageEditor.title" | "pdfTools.pageEditor.fit" | "pdfTools.pageEditor.tools" | "pdfTools.pageEditor.apply" | "pdfTools.pageEditor.commentPrompt" | "pdfTools.pageEditor.addTextPrompt" | "pdfTools.pageEditor.footerHint" | "pdfTools.signaturePad.clear" | "pdfTools.signaturePad.title" | "pdfTools.signaturePad.use" | "pdfTools.saveAs.title" | "pdfTools.saveAs.filenameLabel" | "pdfTools.saveAs.defaultFilename" | "pdfTools.saveAs.folderLabel" | "pdfTools.saveAs.browse" | "pdfTools.saveAs.conflictError" | "pdfTools.insertFromAlfresco.search" | "pdfTools.insertFromAlfresco.cancel" | "pdfTools.insertFromAlfresco.path" | "pdfTools.insertFromAlfresco.loading" | "pdfTools.insertFromAlfresco.favorites" | "pdfTools.insertFromAlfresco.select" | "pdfTools.insertFromAlfresco.title" | "pdfTools.insertFromAlfresco.browse" | "pdfTools.insertFromAlfresco.searchPlaceholder" | "pdfTools.insertFromAlfresco.searching" | "pdfTools.insertFromAlfresco.noPdfFound" | "pdfTools.insertFromAlfresco.noPdfFavorite" | "pdfTools.insertFromAlfresco.selectPdfToPreview" | "pdfTools.insertFromAlfresco.loadingPreview" | "pdfTools.insertFromAlfresco.linkOrId" | "pdfTools.insertFromAlfresco.alfrescoIdUrl" | "pdfTools.insertFromAlfresco.alfrescoIdUrlHint" | "pdfTools.insertFromAlfresco.selected" | "pdfTools.insertFromAlfresco.insert" | "pdfTools.insertFromAlfresco.invalidInput" | "pdfTools.insertFromAlfresco.folderSelectError" | "pdfTools.insertFromAlfresco.fileTypeNotAllowedError" | "pdfTools.common.clear" | "pdfTools.common.cancel" | "pdfTools.common.error" | "pdfTools.common.save" | "pdfTools.common.success" | "pdfTools.common.close" | "pdfTools.common.select" | "pdfTools.common.apply" | "pdfTools.common.use" | "pdfTools.common.insert" | "pdfTools.common.warning" | "pdfTools.common.deleted" | "pdfTools.loading" | "pdfTools.saveSuccess" | "pdfTools.saveError" | "pdfTools.title" | "pdfTools.loadError" | "pdfTools.reorderError" | "pdfTools.rotateError" | "pdfTools.deleteAllPagesWarning" | "pdfTools.pagesDeletedSuccess" | "pdfTools.deletePagesError" | "pdfTools.insertFromFileSuccess" | "pdfTools.insertFromPristySuccess" | "pdfTools.insertError" | "pdfTools.insertFromPristyError" | "pdfTools.invalidNodeForInsert" | "pdfTools.watermarkError" | "pdfTools.saveAsError" | "pdfTools.noContentToSave" | "pdfTools.fileCreatedSuccess" | "pdfTools.redactWarning" | "pdfTools.redactFlattenConfirm" | "pdfTools.imagePreviewUnavailable" | "pdfTools.pdfRenderCanvasNotFound" | "pdfTools.sidebar" | "pdfTools.pagePreview" | "pdfTools.pageEditor" | "pdfTools.signaturePad" | "pdfTools.saveAs" | "pdfTools.insertFromAlfresco" | "pdfTools.common" | "editor.viewMode.split" | "editor.viewMode.editorOnly" | "editor.viewMode.previewOnly" | "editor.edit" | "editor.saveSuccess" | "editor.loadError" | "editor.cancelEdit" | "editor.refreshError" | "editor.unsavedChanges" | "editor.confirmationHeader" | "editor.lineWrap" | "editor.viewMode" | "collab.enable" | "collab.disable" | "collab.connected" | "collab.disconnected" | "collab.reconnecting" | "collab.peers" | "collab.initError" | "collab.sessionFull" | "collab.locked" | "collab.offline" | "collab.participantsTooltip" | "collab.editorsTooltip" | "collab.observersTooltip" | "diffViewer.errors.loadError" | "diffViewer.revertVersion.error" | "diffViewer.revertVersion.success" | "diffViewer.revertVersion.successDetail" | "diffViewer.errors" | "diffViewer.restoredVersionComment" | "diffViewer.compareTitle" | "diffViewer.version" | "diffViewer.currentVersion" | "diffViewer.selectVersionA" | "diffViewer.selectVersionB" | "diffViewer.revertToThisVersion" | "diffViewer.revertVersion" | "sendingMail.popup.defaultSubject" | "sendingMail.popup.defaultMessage" | "sendingMail.errors.errorEmptyEmail" | "sendingMail.errors.errorValidEmail" | "sendingMail.errors.errorEmptySubject" | "sendingMail.errors.errorSubjectTooShort" | "sendingMail.errors.errorEmptyMessage" | "sendingMail.errors.errorSendMail" | "sendingMail.popup" | "sendingMail.errors" | "column.actions" | "column.size" | "column.type" | "column.name" | "column.createdAt" | "column.createdBy" | "column.mimeType" | "column.modifiedAt" | "column.modifiedBy" | "column.thumbnail" | "column.toggle" | "facets.categories" | "adminViewList.deleteView.toast.error.summary" | "adminViewList.deleteView.toast.error.detail" | "adminViewList.deleteView.toast.success.summary" | "adminViewList.deleteView.toast.success.detail" | "adminViewList.deleteView.toast.successMultiple.detail" | "adminViewList.deleteView.toast.errorMultiple.detail" | "adminViewList.deleteView.toast.error" | "adminViewList.deleteView.toast.success" | "adminViewList.deleteView.toast.successMultiple" | "adminViewList.deleteView.toast.errorMultiple" | "adminViewList.deleteView.toast" | "adminViewList.deleteView.button" | "adminViewList.deleteView.confirmHeader" | "adminViewList.deleteView.confirmMessage" | "adminViewList.deleteView.confirmMessageMultiple" | "adminViewList.existingViews.loading" | "adminViewList.existingViews.title" | "adminViewList.existingViews.noViewsFound" | "adminViewList.existingViews.download" | "adminViewList.importView.toast.error.summary" | "adminViewList.importView.toast.error.detail" | "adminViewList.importView.toast.success.summary" | "adminViewList.importView.toast.success.detail" | "adminViewList.importView.toast.error" | "adminViewList.importView.toast.success" | "adminViewList.importView.toast.noJsonFiles.summary" | "adminViewList.importView.toast.noJsonFiles.detail" | "adminViewList.importView.toast.noJsonFiles" | "adminViewList.importView.toast" | "adminViewList.importView.button" | "adminViewList.exportAll.toast.error.summary" | "adminViewList.exportAll.toast.error.detail" | "adminViewList.exportAll.toast.success.summary" | "adminViewList.exportAll.toast.success.detail" | "adminViewList.exportAll.toast.error" | "adminViewList.exportAll.toast.success" | "adminViewList.exportAll.toast" | "adminViewList.exportAll.button" | "adminViewList.dropZone.text" | "adminViewList.dropZone.hint" | "adminViewList.selectionBar.selected" | "adminViewList.selectionBar.selectAll" | "adminViewList.selectionBar.clearSelection" | "adminViewList.selectionBar.downloadAll" | "adminViewList.editView.toast.error.summary" | "adminViewList.editView.toast.error.detail" | "adminViewList.editView.toast.success.summary" | "adminViewList.editView.toast.success.detail" | "adminViewList.editView.toast.error" | "adminViewList.editView.toast.success" | "adminViewList.editView.description" | "adminViewList.editView.name" | "adminViewList.editView.cancel" | "adminViewList.editView.save" | "adminViewList.editView.title" | "adminViewList.editView.toast" | "adminViewList.editView.button" | "adminViewList.editView.namePlaceholder" | "adminViewList.editView.descriptionPlaceholder" | "adminViewList.toast.downloadError.summary" | "adminViewList.toast.downloadError.detail" | "adminViewList.toast.downloadError" | "adminViewList.deleteView" | "adminViewList.existingViews" | "adminViewList.importView" | "adminViewList.exportAll" | "adminViewList.dropZone" | "adminViewList.selectionBar" | "adminViewList.editView" | "adminViewList.toast" | "adminClassificationLauncher.selectionBar.selected" | "adminClassificationLauncher.selectionBar.selectAll" | "adminClassificationLauncher.selectionBar.clearSelection" | "adminClassificationLauncher.selectionBar.downloadAll" | "adminClassificationLauncher.selectionBar.openAll" | "adminClassificationLauncher.toast.listError.summary" | "adminClassificationLauncher.toast.listError.detail" | "adminClassificationLauncher.toast.invalidName.summary" | "adminClassificationLauncher.toast.invalidName.detail" | "adminClassificationLauncher.toast.listError" | "adminClassificationLauncher.toast.invalidName" | "adminClassificationLauncher.existingPlans.loading" | "adminClassificationLauncher.existingPlans.title" | "adminClassificationLauncher.existingPlans.download" | "adminClassificationLauncher.existingPlans.noPlansFound" | "adminClassificationLauncher.createPlan.description" | "adminClassificationLauncher.createPlan.cancel" | "adminClassificationLauncher.createPlan.placeholder" | "adminClassificationLauncher.createPlan.title" | "adminClassificationLauncher.createPlan.button" | "adminClassificationLauncher.deletePlan.toast.error.summary" | "adminClassificationLauncher.deletePlan.toast.error.detail" | "adminClassificationLauncher.deletePlan.toast.success.summary" | "adminClassificationLauncher.deletePlan.toast.success.detail" | "adminClassificationLauncher.deletePlan.toast.successMultiple.detail" | "adminClassificationLauncher.deletePlan.toast.errorMultiple.detail" | "adminClassificationLauncher.deletePlan.toast.error" | "adminClassificationLauncher.deletePlan.toast.success" | "adminClassificationLauncher.deletePlan.toast.successMultiple" | "adminClassificationLauncher.deletePlan.toast.errorMultiple" | "adminClassificationLauncher.deletePlan.toast" | "adminClassificationLauncher.deletePlan.button" | "adminClassificationLauncher.deletePlan.confirmHeader" | "adminClassificationLauncher.deletePlan.confirmMessage" | "adminClassificationLauncher.deletePlan.confirmMessageMultiple" | "adminClassificationLauncher.importPlan.toast.success.summary" | "adminClassificationLauncher.importPlan.toast.success.detail" | "adminClassificationLauncher.importPlan.toast.success" | "adminClassificationLauncher.importPlan.toast.saveError.summary" | "adminClassificationLauncher.importPlan.toast.saveError.detail" | "adminClassificationLauncher.importPlan.toast.parseError.summary" | "adminClassificationLauncher.importPlan.toast.parseError.detail" | "adminClassificationLauncher.importPlan.toast.saveError" | "adminClassificationLauncher.importPlan.toast.parseError" | "adminClassificationLauncher.importPlan.toast" | "adminClassificationLauncher.importPlan.button" | "adminClassificationLauncher.importPlan.invalidStructure" | "adminClassificationLauncher.title" | "adminClassificationLauncher.selectionBar" | "adminClassificationLauncher.toast" | "adminClassificationLauncher.existingPlans" | "adminClassificationLauncher.createPlan" | "adminClassificationLauncher.deletePlan" | "adminClassificationLauncher.importPlan" | "adminClassificationPage.buttons.cancel" | "adminClassificationPage.toast.saveError" | "adminClassificationPage.tabs.categories" | "adminClassificationPage.tabs.natures" | "adminClassificationPage.tabs.fields" | "adminClassificationPage.tabs.emplacements" | "adminClassificationPage.buttons.reload" | "adminClassificationPage.buttons.save" | "adminClassificationPage.buttons.newNature" | "adminClassificationPage.buttons.newField" | "adminClassificationPage.buttons.newEmplacement" | "adminClassificationPage.buttons.newCategory" | "adminClassificationPage.buttons.export" | "adminClassificationPage.buttons.import" | "adminClassificationPage.buttons.createFile" | "adminClassificationPage.buttons.saveFile" | "adminClassificationPage.dialog.createNature" | "adminClassificationPage.dialog.editNature" | "adminClassificationPage.dialog.duplicateNature" | "adminClassificationPage.dialog.createField" | "adminClassificationPage.dialog.editField" | "adminClassificationPage.dialog.duplicateField" | "adminClassificationPage.dialog.createEmplacement" | "adminClassificationPage.dialog.editEmplacement" | "adminClassificationPage.dialog.createCategory" | "adminClassificationPage.dialog.editCategory" | "adminClassificationPage.toast.saveSuccess" | "adminClassificationPage.toast.loadError" | "adminClassificationPage.toast.newPlan" | "adminClassificationPage.toast.fileNotExist" | "adminClassificationPage.toast.loadErrorDetail" | "adminClassificationPage.toast.exportSuccess" | "adminClassificationPage.toast.exportSuccessDetail" | "adminClassificationPage.toast.importSuccess" | "adminClassificationPage.toast.importSuccessDetail" | "adminClassificationPage.toast.importError" | "adminClassificationPage.toast.importErrorDetail" | "adminClassificationPage.toast.invalidFileStructure" | "adminClassificationPage.toast.fieldCreated" | "adminClassificationPage.toast.fieldAutoCreated" | "adminClassificationPage.toast.autoCreatedForNature" | "adminClassificationPage.toast.autoCreatedForEmplacement" | "adminClassificationPage.toast.deleteImpossible" | "adminClassificationPage.toast.fieldUsed" | "adminClassificationPage.toast.emplacementUsed" | "adminClassificationPage.toast.confirmed" | "adminClassificationPage.toast.itemDeleted" | "adminClassificationPage.toast.invalidFilename" | "adminClassificationPage.toast.filenameMustStartWithPlan" | "adminClassificationPage.columns.id" | "adminClassificationPage.columns.actions" | "adminClassificationPage.columns.label" | "adminClassificationPage.columns.description" | "adminClassificationPage.columns.type" | "adminClassificationPage.columns.name" | "adminClassificationPage.columns.display" | "adminClassificationPage.columns.title" | "adminClassificationPage.columns.categories" | "adminClassificationPage.columns.emplacement" | "adminClassificationPage.columns.icon" | "adminClassificationPage.columns.code" | "adminClassificationPage.columns.views" | "adminClassificationPage.confirm.field" | "adminClassificationPage.confirm.emplacement" | "adminClassificationPage.confirm.deleteMessage" | "adminClassificationPage.confirm.deleteHeader" | "adminClassificationPage.confirm.nature" | "adminClassificationPage.confirm.category" | "adminClassificationPage.viewSelector.search" | "adminClassificationPage.viewSelector.noResults" | "adminClassificationPage.viewSelector.title" | "adminClassificationPage.viewSelector.selected" | "adminClassificationPage.viewSelector.available" | "adminClassificationPage.viewSelector.searchResults" | "adminClassificationPage.viewSelector.noViews" | "adminClassificationPage.viewSelector.nViews" | "adminClassificationPage.viewSelector.validate" | "adminClassificationPage.file" | "adminClassificationPage.loading" | "adminClassificationPage.tabs" | "adminClassificationPage.buttons" | "adminClassificationPage.dialog" | "adminClassificationPage.toast" | "adminClassificationPage.titleNew" | "adminClassificationPage.titleAdmin" | "adminClassificationPage.columns" | "adminClassificationPage.confirm" | "adminClassificationPage.viewSelector" | "natureForm.validation.nameAndCodeRequired" | "natureForm.validation.codeAlreadyExists" | "natureForm.value" | "natureForm.required" | "natureForm.name" | "natureForm.metadata" | "natureForm.categories" | "natureForm.emplacement" | "natureForm.icon" | "natureForm.code" | "natureForm.documentType" | "natureForm.aspects" | "natureForm.selectAspects" | "natureForm.chooseIcon" | "natureForm.selectPath" | "natureForm.calculatedPath" | "natureForm.noMetadata" | "natureForm.key" | "natureForm.mappingType" | "natureForm.valueOrFieldName" | "natureForm.selectCategories" | "natureForm.validation" | "emplacementForm.validation.codeRequired" | "emplacementForm.value" | "emplacementForm.type" | "emplacementForm.required" | "emplacementForm.metadata" | "emplacementForm.code" | "emplacementForm.aspects" | "emplacementForm.selectAspects" | "emplacementForm.noMetadata" | "emplacementForm.key" | "emplacementForm.mappingType" | "emplacementForm.valueOrFieldName" | "emplacementForm.validation" | "emplacementForm.codeHelp" | "emplacementForm.typeHelp" | "emplacementForm.editType" | "fieldForm.search.query.label" | "fieldForm.search.lang.label" | "fieldForm.search.valueField.label" | "fieldForm.search.testButton.label" | "fieldForm.search.testResults.title" | "fieldForm.search.testError.fetchError" | "fieldForm.search.testError.emptyQuery" | "fieldForm.search.testError.noResult" | "fieldForm.search.query" | "fieldForm.search.title" | "fieldForm.search.lang" | "fieldForm.search.valueField" | "fieldForm.search.testButton" | "fieldForm.search.testResults" | "fieldForm.search.testError" | "fieldForm.description.label" | "fieldForm.description.help" | "fieldForm.name.label" | "fieldForm.name.help" | "fieldForm.errors.nameAndDescriptionRequired" | "fieldForm.errors.fieldNameExists" | "fieldForm.dataType.label" | "fieldForm.dataType.placeholder" | "fieldForm.dataType.help" | "fieldForm.inputType.label" | "fieldForm.inputType.placeholder" | "fieldForm.inputType.help" | "fieldForm.stringConstraints.regex.label" | "fieldForm.stringConstraints.regex.help" | "fieldForm.stringConstraints.regexTester.label" | "fieldForm.stringConstraints.regexTester.placeholder" | "fieldForm.stringConstraints.title" | "fieldForm.stringConstraints.regex" | "fieldForm.stringConstraints.regexTester" | "fieldForm.numberConstraints.default.label" | "fieldForm.numberConstraints.min.label" | "fieldForm.numberConstraints.max.label" | "fieldForm.numberConstraints.default" | "fieldForm.numberConstraints.title" | "fieldForm.numberConstraints.min" | "fieldForm.numberConstraints.max" | "fieldForm.search" | "fieldForm.description" | "fieldForm.name" | "fieldForm.errors" | "fieldForm.dataType" | "fieldForm.inputType" | "fieldForm.stringConstraints" | "fieldForm.numberConstraints" | "classificationPlan.buttons.cancel" | "classificationPlan.buttons.next" | "classificationPlan.buttons.previous" | "classificationPlan.buttons.requalify" | "classificationPlan.buttons.viewSummary" | "classificationPlan.buttons.acceptAndCreate" | "classificationPlan.buttons.acceptAndImport" | "classificationPlan.toast.searchError" | "classificationPlan.toast.searchFieldFailed" | "classificationPlan.toast.loadPlansError" | "classificationPlan.toast.loadPlanContentError" | "classificationPlan.toast.workspaceError" | "classificationPlan.toast.requalifySuccess" | "classificationPlan.toast.requalifyError" | "classificationPlan.summary.metadata" | "classificationPlan.summary.verifyBeforeImport" | "classificationPlan.summary.verifyBeforeRequalify" | "classificationPlan.summary.generalInfo" | "classificationPlan.summary.metadataToSend" | "classificationPlan.summary.fileClassification" | "classificationPlan.summary.destinationFolder" | "classificationPlan.summary.movement" | "classificationPlan.summary.document" | "classificationPlan.upload.headerCreate" | "classificationPlan.upload.headerImport" | "classificationPlan.steps.summary" | "classificationPlan.steps.step" | "classificationPlan.steps.selectPlan" | "classificationPlan.steps.selectNature" | "classificationPlan.steps.fillMetadata" | "classificationPlan.steps.fillMetadataAndFiles" | "classificationPlan.steps.selectFiles" | "classificationPlan.stepper.files" | "classificationPlan.stepper.metadata" | "classificationPlan.stepper.summary" | "classificationPlan.stepper.nature" | "classificationPlan.stepper.plan" | "classificationPlan.requalify.title" | "classificationPlan.requalify.summaryFrom" | "classificationPlan.requalify.summaryTo" | "classificationPlan.files" | "classificationPlan.buttons" | "classificationPlan.searchPlaceholder" | "classificationPlan.toast" | "classificationPlan.summary" | "classificationPlan.code" | "classificationPlan.nature" | "classificationPlan.category" | "classificationPlan.min" | "classificationPlan.max" | "classificationPlan.allCategories" | "classificationPlan.noCategory" | "classificationPlan.filterByCategory" | "classificationPlan.upload" | "classificationPlan.steps" | "classificationPlan.stepper" | "classificationPlan.plan" | "classificationPlan.natureColumn" | "classificationPlan.choosePlan" | "classificationPlan.planAriaLabel" | "classificationPlan.noPlanFound" | "classificationPlan.searchNaturePlaceholder" | "classificationPlan.noNature" | "classificationPlan.destinationCurrent" | "classificationPlan.destinationLabel" | "classificationPlan.chooseFiles" | "classificationPlan.fileToCreate" | "classificationPlan.filesToImport" | "classificationPlan.na" | "classificationPlan.constraint" | "classificationPlan.validationRegexError" | "classificationPlan.requalify" | "chat.title" | "chat.reconnecting" | "chat.connecting" | "chat.connectionError" | "chat.notConfigured" | "chat.configureInProfile" | "chat.retry" | "chat.searchRooms" | "chat.noRooms" | "chat.noMessages" | "chat.loadMore" | "chat.typeMessage" | "chat.send" | "chat.attachFile" | "chat.attachment" | "chat.unknownUser" | "chat.userTyping" | "chat.usersTyping" | "chat.multipleUsersTyping" | "chat.sendError" | "chat.uploadError" | "chat.openChat" | "chat.closeChat" | "chat.newMessages" | "tasks.approve" | "tasks.reject" | "rechercheAvancee.addFavorite" | "rechercheAvancee.removeFavorite", "facets.categories.modified_date" | "pdf" | "cancel" | "error" | "fichier" | "dossier" | "nothingTitle" | "nothingText" | "goHome" | "save" | "next" | "previous" | "selectFolder" | "dropFolder" | "uploadUnknownError" | "alfrescoError" | "fichier_image" | "fichier_video" | "fichier_pdf" | "fichier_eml" | "fichier_texte" | "fichier_tableur" | "fichier_dessin" | "fichier_presentation" | "fichier_markdown" | "fichier_json" | "fichier_xml" | "fichier_html" | "fichier_css" | "fichier_csv" | "fichier_javascript" | "fichier_sql" | "fichier_shell" | "fichier_yaml" | "fichier_python" | "fichier_typescript" | "fichier_php" | "fichier_java" | "fichier_code" | "fichier_config" | "fichier_log" | "espace" | "menu" | "tasks" | "sharelink" | "cannotCopyHere" | "cannotMoveHere" | "spaces" | "userHomes" | "yes" | "no" | "howMuchResult" | "howMuchSelected" | "selectAllElement" | "selectAllElementMoreThan" | "deleteSelection" | "dropFileFolders" | "currentFolder" | "canceledImport" | "lock" | "membersPopup" | "members" | "groups" | "role" | "success" | "close" | "config" | "vuesFavorites" | "vuesUtilisateurs" | "rechercheAvancee" | "pdfTools" | "editor" | "collab" | "diffViewer" | "sendingMail" | "column" | "facets" | "adminViewList" | "adminClassificationLauncher" | "adminClassificationPage" | "natureForm" | "emplacementForm" | "fieldForm" | "classificationPlan" | "chat" | "pdf.changePage" | "pdf.rotation" | "pdf.previousPage" | "pdf.nextPage" | "pdf.on" | "pdf.and" | "pdf.scrolling" | "pdf.pageToPage" | "pdf.rotationRigth" | "pdf.rotationLeft" | "pdf.zoom" | "pdf.dezoom" | "pdf.adaptToPage" | "pdf.adaptToWidth" | "pdf.changeFile" | "pdf.currentPagination" | "pdf.showAllPages" | "pdf.showPageByPage" | "menu.espaces" | "menu.favoris" | "menu.recherche" | "menu.vues" | "menu.userHome" | "menu.configuration" | "tasks.error.createProcess" | "tasks.error.getProcesses" | "tasks.error.getProcess" | "tasks.error.getFinishedProcess" | "tasks.error.addProcessItems" | "tasks.error.getProcessItems" | "tasks.error.getProcessVariables" | "tasks.error.getProcessDefinition" | "tasks.error.cancelWorkflow" | "tasks.error.openProcessDiagram" | "tasks.error.getProcessHistoryTasks" | "tasks.error.listTasks" | "tasks.error.listFinishedTasks" | "tasks.error.getTask" | "tasks.error.endTask" | "tasks.error.getTaskVariables" | "tasks.error.postTaskVariables" | "tasks.error.updateTaskVariables" | "tasks.error.getTaskItem" | "tasks.priority.priority" | "tasks.priority.low" | "tasks.priority.medium" | "tasks.priority.high" | "tasks.priority.notFound" | "tasks.statusLabel.notYetStarted" | "tasks.statusLabel.inProgress" | "tasks.statusLabel.onHold" | "tasks.statusLabel.cancelled" | "tasks.statusLabel.completed" | "tasks.error" | "tasks.none" | "tasks.priority" | "tasks.approved" | "tasks.rejected" | "tasks.reviewTask" | "tasks.adhocTask" | "tasks.verifyTaskDone" | "tasks.unknownTask" | "tasks.statusLabel" | "sharelink.shareLinkOf" | "sharelink.linkToShare" | "sharelink.shareLinkSettings" | "sharelink.createLinkTooltip" | "sharelink.copyLinkTooltip" | "sharelink.deleteLinkTooltip" | "sharelink.addExpirationDateLinkTooltip" | "sharelink.deleteExpirationDateLinkTooltip" | "sharelink.createLinkToastSummary" | "sharelink.createLinkToastDetail" | "sharelink.createLinkErrorSummary" | "sharelink.deleteLinkToastSummary" | "sharelink.deleteLinkToastDetail" | "sharelink.deleteLinkErrorSummary" | "sharelink.copyLinkToastSummary" | "sharelink.copyLinkErrorSummary" | "sharelink.copyLinkToastDetail" | "sharelink.copyLinkErrorDetail" | "sharelink.updateLinkDateSummary" | "sharelink.updateLinkDateDetail" | "sharelink.updateLinkDateErrorSummary" | "sharelink.expirationDate" | "sharelink.placeholder" | "lock.nodeLock" | "lock.readOnlyLock" | "lock.writeLock" | "membersPopup.goToSiteMemberPage" | "members.add" | "members.search" | "members.members" | "members.role" | "members.management" | "members.youAre" | "members.ofThisWorkspace" | "members.select" | "members.errorAdd" | "members.successAdd" | "members.successDelete" | "members.successChangeRole" | "members.nbAccess" | "members.restrictPermissions" | "members.restorePermissions" | "members.successRestrictPermissions" | "members.successRestorePermissions" | "members.fromGroup" | "role.SiteConsumer" | "role.SiteCollaborator" | "role.SiteManager" | "config.groups.search" | "config.groups.pagination" | "config.groups.display" | "config.groups.matomo" | "config.groups.sentry" | "config.groups.metadata" | "config.groups.security" | "config.groups.other" | "config.raw.uploadDescription" | "config.raw.uploadButton" | "config.raw.uploadWarning" | "config.tabs.structuredEdit" | "config.tabs.rawEdit" | "config.tabs.versions" | "config.table.keyHeader" | "config.table.valueHeader" | "config.table.typeHeader" | "config.buttons.add" | "config.buttons.cancel" | "config.buttons.refresh" | "config.buttons.addNew" | "config.buttons.saveChanges" | "config.buttons.define" | "config.buttons.undefine" | "config.buttons.expand" | "config.buttons.collapse" | "config.splitView.filterPlaceholder" | "config.splitView.selectConfig" | "config.splitView.noResults" | "config.splitView.defaultValue" | "config.dialog.addTitle" | "config.dialog.keyLabel" | "config.dialog.valueLabel" | "config.dialog.typeLabel" | "config.toasts.saveSuccess" | "config.toasts.fetchError" | "config.toasts.saveError" | "config.toasts.errorDetail" | "config.errors.keyRequired" | "config.errors.keyDuplicate" | "config.errors.invalidNumber" | "config.errors.invalidBoolean" | "config.errors.invalidJson" | "config.errors.typeMismatch" | "config.errors.invalidJsonFile" | "config.versionViewer.error" | "config.versionViewer.success" | "config.versionViewer.listTitle" | "config.versionViewer.title" | "config.versionViewer.selectPrompt" | "config.versionViewer.loadError" | "config.versionViewer.genericError" | "config.versionViewer.cannotRevertLatest" | "config.versionViewer.restoredVersionComment" | "config.arrayEditor.addItem" | "config.types.string" | "config.types.number" | "config.types.boolean" | "config.types.object" | "config.types.array" | "config.groups" | "config.raw" | "config.pageTitle" | "config.pageDescription" | "config.tabs" | "config.table" | "config.buttons" | "config.notDefined" | "config.splitView" | "config.dialog" | "config.toasts" | "config.errors" | "config.versionViewer" | "config.arrayEditor" | "config.types" | "vuesFavorites.title" | "vuesFavorites.loadedViewMessage" | "vuesFavorites.noSavedViews" | "vuesFavorites.personalViews" | "vuesFavorites.selectPersonalView" | "vuesFavorites.globalViews" | "vuesFavorites.selectGlobalView" | "vuesFavorites.filterSavedViews" | "vuesUtilisateurs.saveViewPopup.title" | "vuesUtilisateurs.saveViewPopup.nameLabel" | "vuesUtilisateurs.saveViewPopup.nameRequired" | "vuesUtilisateurs.saveViewPopup.descriptionLabel" | "vuesUtilisateurs.saveViewPopup.detailsLabel" | "vuesUtilisateurs.saveViewPopup.scopeLabel" | "vuesUtilisateurs.saveViewPopup.scopeDescription" | "vuesUtilisateurs.saveViewPopup.scopeUser" | "vuesUtilisateurs.saveViewPopup.scopeGlobal" | "vuesUtilisateurs.saveViewPopup.fileIdLabel" | "vuesUtilisateurs.saveViewPopup.fileIdDescription" | "vuesUtilisateurs.saveViewPopup.fileIdPlaceholder" | "vuesUtilisateurs.saveViewPopup.personalDescription" | "vuesUtilisateurs.modifyViewPopup.title" | "vuesUtilisateurs.saveView" | "vuesUtilisateurs.modifyView" | "vuesUtilisateurs.cancelButton" | "vuesUtilisateurs.saveViewPopup" | "vuesUtilisateurs.modifyViewPopup" | "rechercheAvancee.savedViewError.idAlreadyExists" | "rechercheAvancee.savedViewError.nameAlreadyExists" | "rechercheAvancee.savedViewError.globalNotFound" | "rechercheAvancee.savedViewError.personnalNotFound" | "rechercheAvancee.savedViewError.userNotFound" | "rechercheAvancee.savedViewError.userNotFoundForUpdate" | "rechercheAvancee.savedViewError.userNotFoundForDelete" | "rechercheAvancee.savedViewError.configFolderNotFound" | "rechercheAvancee.savedViewError.configFileNotFound" | "rechercheAvancee.noResults" | "rechercheAvancee.valueLabel" | "rechercheAvancee.loadedViewMessage" | "rechercheAvancee.noSavedViews" | "rechercheAvancee.filterSavedViews" | "rechercheAvancee.cancelButton" | "rechercheAvancee.sitePlaceholder" | "rechercheAvancee.folderPlaceholder" | "rechercheAvancee.advancedSearch" | "rechercheAvancee.queryBuilder" | "rechercheAvancee.addCriterionPopupTitle" | "rechercheAvancee.propertyLabel" | "rechercheAvancee.propertyPlaceholder" | "rechercheAvancee.propertyName" | "rechercheAvancee.propertyId" | "rechercheAvancee.propertyDescription" | "rechercheAvancee.propertyAspect" | "rechercheAvancee.conditionLabel" | "rechercheAvancee.operatorLabel" | "rechercheAvancee.operatorPlaceholder" | "rechercheAvancee.addButton" | "rechercheAvancee.mustContain" | "rechercheAvancee.mustNotContain" | "rechercheAvancee.exact" | "rechercheAvancee.contains" | "rechercheAvancee.isDate" | "rechercheAvancee.isDateRange" | "rechercheAvancee.isNumber" | "rechercheAvancee.isNumberRange" | "rechercheAvancee.is" | "rechercheAvancee.locationLabel" | "rechercheAvancee.locationSite" | "rechercheAvancee.locationPath" | "rechercheAvancee.locationNone" | "rechercheAvancee.locationValuePlaceholder" | "rechercheAvancee.criteriaTitle" | "rechercheAvancee.noCriteria" | "rechercheAvancee.addCriterionButton" | "rechercheAvancee.advancedSearchActive" | "rechercheAvancee.savedViews" | "rechercheAvancee.addsSavedViewSuccess" | "rechercheAvancee.modifySavedViewSuccess" | "rechercheAvancee.updateSavedView" | "rechercheAvancee.savedViewError" | "rechercheAvancee.noFilterResults" | "rechercheAvancee.selectPersonalSearch" | "rechercheAvancee.selectGlobalSearch" | "rechercheAvancee.favorite" | "rechercheAvancee.closeView" | "rechercheAvancee.activeView" | "rechercheAvancee.locationsTitle" | "rechercheAvancee.locationsHint" | "rechercheAvancee.noLocations" | "rechercheAvancee.addLocationButton" | "rechercheAvancee.addLocationTitle" | "rechercheAvancee.addLocationConfirm" | "rechercheAvancee.removeLocation" | "rechercheAvancee.includePrefix" | "rechercheAvancee.excludePrefix" | "rechercheAvancee.locationTypeLabel" | "rechercheAvancee.saveViewAsNew" | "rechercheAvancee.saveViewModifications" | "rechercheAvancee.deleteView" | "rechercheAvancee.deleteViewSuccess" | "rechercheAvancee.confirmDeleteTitle" | "rechercheAvancee.confirmDelete" | "rechercheAvancee.showMore" | "rechercheAvancee.addAsIncludeLocation" | "rechercheAvancee.addAsExcludeLocation" | "rechercheAvancee.addAsIncludeFolder" | "rechercheAvancee.addAsExcludeFolder" | "rechercheAvancee.addAsIncludeSite" | "rechercheAvancee.addAsExcludeSite" | "rechercheAvancee.editCriterionPopupTitle" | "rechercheAvancee.updateButton" | "rechercheAvancee.addGroupButton" | "rechercheAvancee.addOrGroup" | "rechercheAvancee.removeGroup" | "rechercheAvancee.operatorAnd" | "rechercheAvancee.operatorOr" | "rechercheAvancee.emptyGroup" | "pdfTools.sidebar.actions" | "pdfTools.sidebar.saveAs" | "pdfTools.sidebar.saveNewVersion" | "pdfTools.sidebar.extractPages" | "pdfTools.sidebar.extractAndSave" | "pdfTools.sidebar.deletePages" | "pdfTools.sidebar.deleteSelectedPages" | "pdfTools.sidebar.insertPdf" | "pdfTools.sidebar.fromComputer" | "pdfTools.sidebar.fromPristy" | "pdfTools.sidebar.addWatermark" | "pdfTools.sidebar.watermarkTextPlaceholder" | "pdfTools.sidebar.angle" | "pdfTools.sidebar.repetitions" | "pdfTools.sidebar.addWatermarkButton" | "pdfTools.pagePreview.title" | "pdfTools.pagePreview.openPagePreview" | "pdfTools.pageEditor.tools.actions" | "pdfTools.pageEditor.tools.size" | "pdfTools.pageEditor.tools.highlight" | "pdfTools.pageEditor.tools.select" | "pdfTools.pageEditor.tools.redact" | "pdfTools.pageEditor.tools.comment" | "pdfTools.pageEditor.tools.image" | "pdfTools.pageEditor.tools.signature" | "pdfTools.pageEditor.tools.text" | "pdfTools.pageEditor.tools.font" | "pdfTools.pageEditor.tools.color" | "pdfTools.pageEditor.cancel" | "pdfTools.pageEditor.close" | "pdfTools.pageEditor.title" | "pdfTools.pageEditor.fit" | "pdfTools.pageEditor.tools" | "pdfTools.pageEditor.apply" | "pdfTools.pageEditor.commentPrompt" | "pdfTools.pageEditor.addTextPrompt" | "pdfTools.pageEditor.footerHint" | "pdfTools.signaturePad.clear" | "pdfTools.signaturePad.title" | "pdfTools.signaturePad.use" | "pdfTools.saveAs.title" | "pdfTools.saveAs.filenameLabel" | "pdfTools.saveAs.defaultFilename" | "pdfTools.saveAs.folderLabel" | "pdfTools.saveAs.browse" | "pdfTools.saveAs.conflictError" | "pdfTools.insertFromAlfresco.search" | "pdfTools.insertFromAlfresco.cancel" | "pdfTools.insertFromAlfresco.path" | "pdfTools.insertFromAlfresco.loading" | "pdfTools.insertFromAlfresco.favorites" | "pdfTools.insertFromAlfresco.select" | "pdfTools.insertFromAlfresco.title" | "pdfTools.insertFromAlfresco.browse" | "pdfTools.insertFromAlfresco.searchPlaceholder" | "pdfTools.insertFromAlfresco.searching" | "pdfTools.insertFromAlfresco.noPdfFound" | "pdfTools.insertFromAlfresco.noPdfFavorite" | "pdfTools.insertFromAlfresco.selectPdfToPreview" | "pdfTools.insertFromAlfresco.loadingPreview" | "pdfTools.insertFromAlfresco.linkOrId" | "pdfTools.insertFromAlfresco.alfrescoIdUrl" | "pdfTools.insertFromAlfresco.alfrescoIdUrlHint" | "pdfTools.insertFromAlfresco.selected" | "pdfTools.insertFromAlfresco.insert" | "pdfTools.insertFromAlfresco.invalidInput" | "pdfTools.insertFromAlfresco.folderSelectError" | "pdfTools.insertFromAlfresco.fileTypeNotAllowedError" | "pdfTools.common.clear" | "pdfTools.common.cancel" | "pdfTools.common.error" | "pdfTools.common.save" | "pdfTools.common.success" | "pdfTools.common.close" | "pdfTools.common.select" | "pdfTools.common.apply" | "pdfTools.common.use" | "pdfTools.common.insert" | "pdfTools.common.warning" | "pdfTools.common.deleted" | "pdfTools.loading" | "pdfTools.saveSuccess" | "pdfTools.saveError" | "pdfTools.title" | "pdfTools.loadError" | "pdfTools.reorderError" | "pdfTools.rotateError" | "pdfTools.deleteAllPagesWarning" | "pdfTools.pagesDeletedSuccess" | "pdfTools.deletePagesError" | "pdfTools.insertFromFileSuccess" | "pdfTools.insertFromPristySuccess" | "pdfTools.insertError" | "pdfTools.insertFromPristyError" | "pdfTools.invalidNodeForInsert" | "pdfTools.watermarkError" | "pdfTools.saveAsError" | "pdfTools.noContentToSave" | "pdfTools.fileCreatedSuccess" | "pdfTools.redactWarning" | "pdfTools.redactFlattenConfirm" | "pdfTools.imagePreviewUnavailable" | "pdfTools.pdfRenderCanvasNotFound" | "pdfTools.sidebar" | "pdfTools.pagePreview" | "pdfTools.pageEditor" | "pdfTools.signaturePad" | "pdfTools.saveAs" | "pdfTools.insertFromAlfresco" | "pdfTools.common" | "editor.viewMode.split" | "editor.viewMode.editorOnly" | "editor.viewMode.previewOnly" | "editor.edit" | "editor.saveSuccess" | "editor.loadError" | "editor.cancelEdit" | "editor.refreshError" | "editor.unsavedChanges" | "editor.confirmationHeader" | "editor.lineWrap" | "editor.viewMode" | "collab.enable" | "collab.disable" | "collab.connected" | "collab.disconnected" | "collab.reconnecting" | "collab.peers" | "collab.initError" | "collab.sessionFull" | "collab.locked" | "collab.offline" | "collab.participantsTooltip" | "collab.editorsTooltip" | "collab.observersTooltip" | "diffViewer.errors.loadError" | "diffViewer.revertVersion.error" | "diffViewer.revertVersion.success" | "diffViewer.revertVersion.successDetail" | "diffViewer.errors" | "diffViewer.restoredVersionComment" | "diffViewer.compareTitle" | "diffViewer.version" | "diffViewer.currentVersion" | "diffViewer.selectVersionA" | "diffViewer.selectVersionB" | "diffViewer.revertToThisVersion" | "diffViewer.revertVersion" | "sendingMail.popup.defaultSubject" | "sendingMail.popup.defaultMessage" | "sendingMail.errors.errorEmptyEmail" | "sendingMail.errors.errorValidEmail" | "sendingMail.errors.errorEmptySubject" | "sendingMail.errors.errorSubjectTooShort" | "sendingMail.errors.errorEmptyMessage" | "sendingMail.errors.errorSendMail" | "sendingMail.popup" | "sendingMail.errors" | "column.actions" | "column.size" | "column.type" | "column.name" | "column.createdAt" | "column.createdBy" | "column.mimeType" | "column.modifiedAt" | "column.modifiedBy" | "column.thumbnail" | "column.toggle" | "facets.categories" | "adminViewList.deleteView.toast.error.summary" | "adminViewList.deleteView.toast.error.detail" | "adminViewList.deleteView.toast.success.summary" | "adminViewList.deleteView.toast.success.detail" | "adminViewList.deleteView.toast.successMultiple.detail" | "adminViewList.deleteView.toast.errorMultiple.detail" | "adminViewList.deleteView.toast.error" | "adminViewList.deleteView.toast.success" | "adminViewList.deleteView.toast.successMultiple" | "adminViewList.deleteView.toast.errorMultiple" | "adminViewList.deleteView.toast" | "adminViewList.deleteView.button" | "adminViewList.deleteView.confirmHeader" | "adminViewList.deleteView.confirmMessage" | "adminViewList.deleteView.confirmMessageMultiple" | "adminViewList.existingViews.loading" | "adminViewList.existingViews.title" | "adminViewList.existingViews.noViewsFound" | "adminViewList.existingViews.download" | "adminViewList.importView.toast.error.summary" | "adminViewList.importView.toast.error.detail" | "adminViewList.importView.toast.success.summary" | "adminViewList.importView.toast.success.detail" | "adminViewList.importView.toast.error" | "adminViewList.importView.toast.success" | "adminViewList.importView.toast.noJsonFiles.summary" | "adminViewList.importView.toast.noJsonFiles.detail" | "adminViewList.importView.toast.noJsonFiles" | "adminViewList.importView.toast" | "adminViewList.importView.button" | "adminViewList.exportAll.toast.error.summary" | "adminViewList.exportAll.toast.error.detail" | "adminViewList.exportAll.toast.success.summary" | "adminViewList.exportAll.toast.success.detail" | "adminViewList.exportAll.toast.error" | "adminViewList.exportAll.toast.success" | "adminViewList.exportAll.toast" | "adminViewList.exportAll.button" | "adminViewList.dropZone.text" | "adminViewList.dropZone.hint" | "adminViewList.selectionBar.selected" | "adminViewList.selectionBar.selectAll" | "adminViewList.selectionBar.clearSelection" | "adminViewList.selectionBar.downloadAll" | "adminViewList.editView.toast.error.summary" | "adminViewList.editView.toast.error.detail" | "adminViewList.editView.toast.success.summary" | "adminViewList.editView.toast.success.detail" | "adminViewList.editView.toast.error" | "adminViewList.editView.toast.success" | "adminViewList.editView.description" | "adminViewList.editView.name" | "adminViewList.editView.cancel" | "adminViewList.editView.save" | "adminViewList.editView.title" | "adminViewList.editView.toast" | "adminViewList.editView.button" | "adminViewList.editView.namePlaceholder" | "adminViewList.editView.descriptionPlaceholder" | "adminViewList.toast.downloadError.summary" | "adminViewList.toast.downloadError.detail" | "adminViewList.toast.downloadError" | "adminViewList.deleteView" | "adminViewList.existingViews" | "adminViewList.importView" | "adminViewList.exportAll" | "adminViewList.dropZone" | "adminViewList.selectionBar" | "adminViewList.editView" | "adminViewList.toast" | "adminClassificationLauncher.selectionBar.selected" | "adminClassificationLauncher.selectionBar.selectAll" | "adminClassificationLauncher.selectionBar.clearSelection" | "adminClassificationLauncher.selectionBar.downloadAll" | "adminClassificationLauncher.selectionBar.openAll" | "adminClassificationLauncher.toast.listError.summary" | "adminClassificationLauncher.toast.listError.detail" | "adminClassificationLauncher.toast.invalidName.summary" | "adminClassificationLauncher.toast.invalidName.detail" | "adminClassificationLauncher.toast.listError" | "adminClassificationLauncher.toast.invalidName" | "adminClassificationLauncher.existingPlans.loading" | "adminClassificationLauncher.existingPlans.title" | "adminClassificationLauncher.existingPlans.download" | "adminClassificationLauncher.existingPlans.noPlansFound" | "adminClassificationLauncher.createPlan.description" | "adminClassificationLauncher.createPlan.cancel" | "adminClassificationLauncher.createPlan.placeholder" | "adminClassificationLauncher.createPlan.title" | "adminClassificationLauncher.createPlan.button" | "adminClassificationLauncher.deletePlan.toast.error.summary" | "adminClassificationLauncher.deletePlan.toast.error.detail" | "adminClassificationLauncher.deletePlan.toast.success.summary" | "adminClassificationLauncher.deletePlan.toast.success.detail" | "adminClassificationLauncher.deletePlan.toast.successMultiple.detail" | "adminClassificationLauncher.deletePlan.toast.errorMultiple.detail" | "adminClassificationLauncher.deletePlan.toast.error" | "adminClassificationLauncher.deletePlan.toast.success" | "adminClassificationLauncher.deletePlan.toast.successMultiple" | "adminClassificationLauncher.deletePlan.toast.errorMultiple" | "adminClassificationLauncher.deletePlan.toast" | "adminClassificationLauncher.deletePlan.button" | "adminClassificationLauncher.deletePlan.confirmHeader" | "adminClassificationLauncher.deletePlan.confirmMessage" | "adminClassificationLauncher.deletePlan.confirmMessageMultiple" | "adminClassificationLauncher.importPlan.toast.success.summary" | "adminClassificationLauncher.importPlan.toast.success.detail" | "adminClassificationLauncher.importPlan.toast.success" | "adminClassificationLauncher.importPlan.toast.saveError.summary" | "adminClassificationLauncher.importPlan.toast.saveError.detail" | "adminClassificationLauncher.importPlan.toast.parseError.summary" | "adminClassificationLauncher.importPlan.toast.parseError.detail" | "adminClassificationLauncher.importPlan.toast.saveError" | "adminClassificationLauncher.importPlan.toast.parseError" | "adminClassificationLauncher.importPlan.toast" | "adminClassificationLauncher.importPlan.button" | "adminClassificationLauncher.importPlan.invalidStructure" | "adminClassificationLauncher.title" | "adminClassificationLauncher.selectionBar" | "adminClassificationLauncher.toast" | "adminClassificationLauncher.existingPlans" | "adminClassificationLauncher.createPlan" | "adminClassificationLauncher.deletePlan" | "adminClassificationLauncher.importPlan" | "adminClassificationPage.buttons.cancel" | "adminClassificationPage.toast.saveError" | "adminClassificationPage.tabs.categories" | "adminClassificationPage.tabs.natures" | "adminClassificationPage.tabs.fields" | "adminClassificationPage.tabs.emplacements" | "adminClassificationPage.buttons.reload" | "adminClassificationPage.buttons.save" | "adminClassificationPage.buttons.newNature" | "adminClassificationPage.buttons.newField" | "adminClassificationPage.buttons.newEmplacement" | "adminClassificationPage.buttons.newCategory" | "adminClassificationPage.buttons.export" | "adminClassificationPage.buttons.import" | "adminClassificationPage.buttons.createFile" | "adminClassificationPage.buttons.saveFile" | "adminClassificationPage.dialog.createNature" | "adminClassificationPage.dialog.editNature" | "adminClassificationPage.dialog.duplicateNature" | "adminClassificationPage.dialog.createField" | "adminClassificationPage.dialog.editField" | "adminClassificationPage.dialog.duplicateField" | "adminClassificationPage.dialog.createEmplacement" | "adminClassificationPage.dialog.editEmplacement" | "adminClassificationPage.dialog.createCategory" | "adminClassificationPage.dialog.editCategory" | "adminClassificationPage.toast.saveSuccess" | "adminClassificationPage.toast.loadError" | "adminClassificationPage.toast.newPlan" | "adminClassificationPage.toast.fileNotExist" | "adminClassificationPage.toast.loadErrorDetail" | "adminClassificationPage.toast.exportSuccess" | "adminClassificationPage.toast.exportSuccessDetail" | "adminClassificationPage.toast.importSuccess" | "adminClassificationPage.toast.importSuccessDetail" | "adminClassificationPage.toast.importError" | "adminClassificationPage.toast.importErrorDetail" | "adminClassificationPage.toast.invalidFileStructure" | "adminClassificationPage.toast.fieldCreated" | "adminClassificationPage.toast.fieldAutoCreated" | "adminClassificationPage.toast.autoCreatedForNature" | "adminClassificationPage.toast.autoCreatedForEmplacement" | "adminClassificationPage.toast.deleteImpossible" | "adminClassificationPage.toast.fieldUsed" | "adminClassificationPage.toast.emplacementUsed" | "adminClassificationPage.toast.confirmed" | "adminClassificationPage.toast.itemDeleted" | "adminClassificationPage.toast.invalidFilename" | "adminClassificationPage.toast.filenameMustStartWithPlan" | "adminClassificationPage.columns.id" | "adminClassificationPage.columns.actions" | "adminClassificationPage.columns.label" | "adminClassificationPage.columns.description" | "adminClassificationPage.columns.type" | "adminClassificationPage.columns.name" | "adminClassificationPage.columns.display" | "adminClassificationPage.columns.title" | "adminClassificationPage.columns.categories" | "adminClassificationPage.columns.emplacement" | "adminClassificationPage.columns.icon" | "adminClassificationPage.columns.code" | "adminClassificationPage.columns.views" | "adminClassificationPage.confirm.field" | "adminClassificationPage.confirm.emplacement" | "adminClassificationPage.confirm.deleteMessage" | "adminClassificationPage.confirm.deleteHeader" | "adminClassificationPage.confirm.nature" | "adminClassificationPage.confirm.category" | "adminClassificationPage.viewSelector.search" | "adminClassificationPage.viewSelector.noResults" | "adminClassificationPage.viewSelector.title" | "adminClassificationPage.viewSelector.selected" | "adminClassificationPage.viewSelector.available" | "adminClassificationPage.viewSelector.searchResults" | "adminClassificationPage.viewSelector.noViews" | "adminClassificationPage.viewSelector.nViews" | "adminClassificationPage.viewSelector.validate" | "adminClassificationPage.file" | "adminClassificationPage.loading" | "adminClassificationPage.tabs" | "adminClassificationPage.buttons" | "adminClassificationPage.dialog" | "adminClassificationPage.toast" | "adminClassificationPage.titleNew" | "adminClassificationPage.titleAdmin" | "adminClassificationPage.columns" | "adminClassificationPage.confirm" | "adminClassificationPage.viewSelector" | "natureForm.validation.nameAndCodeRequired" | "natureForm.validation.codeAlreadyExists" | "natureForm.value" | "natureForm.required" | "natureForm.name" | "natureForm.metadata" | "natureForm.categories" | "natureForm.emplacement" | "natureForm.icon" | "natureForm.code" | "natureForm.documentType" | "natureForm.aspects" | "natureForm.selectAspects" | "natureForm.chooseIcon" | "natureForm.selectPath" | "natureForm.calculatedPath" | "natureForm.noMetadata" | "natureForm.key" | "natureForm.mappingType" | "natureForm.valueOrFieldName" | "natureForm.selectCategories" | "natureForm.validation" | "emplacementForm.validation.codeRequired" | "emplacementForm.value" | "emplacementForm.type" | "emplacementForm.required" | "emplacementForm.metadata" | "emplacementForm.code" | "emplacementForm.aspects" | "emplacementForm.selectAspects" | "emplacementForm.noMetadata" | "emplacementForm.key" | "emplacementForm.mappingType" | "emplacementForm.valueOrFieldName" | "emplacementForm.validation" | "emplacementForm.codeHelp" | "emplacementForm.typeHelp" | "emplacementForm.editType" | "fieldForm.search.query.label" | "fieldForm.search.lang.label" | "fieldForm.search.valueField.label" | "fieldForm.search.testButton.label" | "fieldForm.search.testResults.title" | "fieldForm.search.testError.fetchError" | "fieldForm.search.testError.emptyQuery" | "fieldForm.search.testError.noResult" | "fieldForm.search.query" | "fieldForm.search.title" | "fieldForm.search.lang" | "fieldForm.search.valueField" | "fieldForm.search.testButton" | "fieldForm.search.testResults" | "fieldForm.search.testError" | "fieldForm.description.label" | "fieldForm.description.help" | "fieldForm.name.label" | "fieldForm.name.help" | "fieldForm.errors.nameAndDescriptionRequired" | "fieldForm.errors.fieldNameExists" | "fieldForm.dataType.label" | "fieldForm.dataType.placeholder" | "fieldForm.dataType.help" | "fieldForm.inputType.label" | "fieldForm.inputType.placeholder" | "fieldForm.inputType.help" | "fieldForm.stringConstraints.regex.label" | "fieldForm.stringConstraints.regex.help" | "fieldForm.stringConstraints.regexTester.label" | "fieldForm.stringConstraints.regexTester.placeholder" | "fieldForm.stringConstraints.title" | "fieldForm.stringConstraints.regex" | "fieldForm.stringConstraints.regexTester" | "fieldForm.numberConstraints.default.label" | "fieldForm.numberConstraints.min.label" | "fieldForm.numberConstraints.max.label" | "fieldForm.numberConstraints.default" | "fieldForm.numberConstraints.title" | "fieldForm.numberConstraints.min" | "fieldForm.numberConstraints.max" | "fieldForm.search" | "fieldForm.description" | "fieldForm.name" | "fieldForm.errors" | "fieldForm.dataType" | "fieldForm.inputType" | "fieldForm.stringConstraints" | "fieldForm.numberConstraints" | "classificationPlan.buttons.cancel" | "classificationPlan.buttons.next" | "classificationPlan.buttons.previous" | "classificationPlan.buttons.requalify" | "classificationPlan.buttons.viewSummary" | "classificationPlan.buttons.acceptAndCreate" | "classificationPlan.buttons.acceptAndImport" | "classificationPlan.toast.searchError" | "classificationPlan.toast.searchFieldFailed" | "classificationPlan.toast.loadPlansError" | "classificationPlan.toast.loadPlanContentError" | "classificationPlan.toast.workspaceError" | "classificationPlan.toast.requalifySuccess" | "classificationPlan.toast.requalifyError" | "classificationPlan.summary.metadata" | "classificationPlan.summary.verifyBeforeImport" | "classificationPlan.summary.verifyBeforeRequalify" | "classificationPlan.summary.generalInfo" | "classificationPlan.summary.metadataToSend" | "classificationPlan.summary.fileClassification" | "classificationPlan.summary.destinationFolder" | "classificationPlan.summary.movement" | "classificationPlan.summary.document" | "classificationPlan.upload.headerCreate" | "classificationPlan.upload.headerImport" | "classificationPlan.steps.summary" | "classificationPlan.steps.step" | "classificationPlan.steps.selectPlan" | "classificationPlan.steps.selectNature" | "classificationPlan.steps.fillMetadata" | "classificationPlan.steps.fillMetadataAndFiles" | "classificationPlan.steps.selectFiles" | "classificationPlan.stepper.files" | "classificationPlan.stepper.metadata" | "classificationPlan.stepper.summary" | "classificationPlan.stepper.nature" | "classificationPlan.stepper.plan" | "classificationPlan.requalify.title" | "classificationPlan.requalify.summaryFrom" | "classificationPlan.requalify.summaryTo" | "classificationPlan.files" | "classificationPlan.buttons" | "classificationPlan.searchPlaceholder" | "classificationPlan.toast" | "classificationPlan.summary" | "classificationPlan.code" | "classificationPlan.nature" | "classificationPlan.category" | "classificationPlan.min" | "classificationPlan.max" | "classificationPlan.allCategories" | "classificationPlan.noCategory" | "classificationPlan.filterByCategory" | "classificationPlan.upload" | "classificationPlan.steps" | "classificationPlan.stepper" | "classificationPlan.plan" | "classificationPlan.natureColumn" | "classificationPlan.choosePlan" | "classificationPlan.planAriaLabel" | "classificationPlan.noPlanFound" | "classificationPlan.searchNaturePlaceholder" | "classificationPlan.noNature" | "classificationPlan.destinationCurrent" | "classificationPlan.destinationLabel" | "classificationPlan.chooseFiles" | "classificationPlan.fileToCreate" | "classificationPlan.filesToImport" | "classificationPlan.na" | "classificationPlan.constraint" | "classificationPlan.validationRegexError" | "classificationPlan.requalify" | "chat.title" | "chat.reconnecting" | "chat.connecting" | "chat.connectionError" | "chat.notConfigured" | "chat.configureInProfile" | "chat.retry" | "chat.searchRooms" | "chat.noRooms" | "chat.noMessages" | "chat.loadMore" | "chat.typeMessage" | "chat.send" | "chat.attachFile" | "chat.attachment" | "chat.unknownUser" | "chat.userTyping" | "chat.usersTyping" | "chat.multipleUsersTyping" | "chat.sendError" | "chat.uploadError" | "chat.openChat" | "chat.closeChat" | "chat.newMessages" | "tasks.approve" | "tasks.reject" | "rechercheAvancee.addFavorite" | "rechercheAvancee.removeFavorite">;
|
|
2294
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("
|
|
2443
|
+
}>, never, "facets.categories.modified_date" | "delete" | "filter" | "search" | "pdf" | "reload" | "cancel" | "error" | "dossier" | "pagination" | "taskNotification" | "nothingTitle" | "nothingText" | "goHome" | "fichier" | "save" | "next" | "previous" | "selectFolder" | "dropFolder" | "uploadUnknownError" | "alfrescoError" | "fichier_image" | "fichier_video" | "fichier_pdf" | "fichier_eml" | "fichier_texte" | "fichier_tableur" | "fichier_dessin" | "fichier_presentation" | "fichier_markdown" | "fichier_json" | "fichier_xml" | "fichier_html" | "fichier_css" | "fichier_csv" | "fichier_javascript" | "fichier_sql" | "fichier_shell" | "fichier_yaml" | "fichier_python" | "fichier_typescript" | "fichier_php" | "fichier_java" | "fichier_code" | "fichier_config" | "fichier_log" | "espace" | "menu" | "tasks" | "sharelink" | "cannotCopyHere" | "cannotMoveHere" | "spaces" | "userHomes" | "yes" | "no" | "howMuchResult" | "howMuchSelected" | "selectAllElement" | "selectAllElementMoreThan" | "deleteSelection" | "dropFileFolders" | "currentFolder" | "canceledImport" | "lock" | "membersPopup" | "members" | "groups" | "role" | "success" | "close" | "config" | "vuesFavorites" | "vuesUtilisateurs" | "rechercheAvancee" | "pdfTools" | "editor" | "collab" | "diffViewer" | "sendingMail" | "column" | "facets" | "adminViewList" | "adminClassificationLauncher" | "adminClassificationPage" | "natureForm" | "emplacementForm" | "fieldForm" | "classificationPlan" | "chat" | "workflow" | "fileList" | "previewPanel" | "selectAll" | "deselectAll" | "layoutSelector" | "layoutList" | "layoutGrid" | "layoutTable" | "edit" | "open" | "download" | "restore" | "publish" | "back" | "minimize" | "duplicate" | "moveUp" | "moveDown" | "sortAscending" | "sortDescending" | "moreActions" | "add/removeFavorite" | "modify" | "home" | "selection" | "sidebarMenu" | "filter.clear" | "filter.search" | "filter.toggle" | "filter.all" | "filter.apply" | "filter.noOptions" | "filter.contains" | "filter.notContains" | "filter.equals" | "filter.clearAll" | "pdf.changePage" | "pdf.rotation" | "pdf.saveForm" | "pdf.previousPage" | "pdf.nextPage" | "pdf.cancelForm" | "pdf.on" | "pdf.and" | "pdf.scrolling" | "pdf.pageToPage" | "pdf.rotationRigth" | "pdf.rotationLeft" | "pdf.zoom" | "pdf.dezoom" | "pdf.adaptToPage" | "pdf.adaptToWidth" | "pdf.changeFile" | "pdf.currentPagination" | "pdf.showAllPages" | "pdf.showPageByPage" | "pdf.formFieldsInfo" | "pdf.formFieldsInfoTitle" | "pdf.formFieldName" | "pdf.formFieldType" | "pdf.formFieldValue" | "pagination.rowsPerPage" | "taskNotification.pendingTasks" | "menu.espaces" | "menu.favoris" | "menu.recherche" | "menu.vues" | "menu.userHome" | "menu.configuration" | "tasks.error.createProcess" | "tasks.error.getProcesses" | "tasks.error.getProcess" | "tasks.error.getFinishedProcess" | "tasks.error.addProcessItems" | "tasks.error.getProcessItems" | "tasks.error.getProcessVariables" | "tasks.error.getProcessDefinition" | "tasks.error.cancelWorkflow" | "tasks.error.openProcessDiagram" | "tasks.error.getProcessHistoryTasks" | "tasks.error.listTasks" | "tasks.error.listFinishedTasks" | "tasks.error.getTask" | "tasks.error.endTask" | "tasks.error.getTaskVariables" | "tasks.error.postTaskVariables" | "tasks.error.updateTaskVariables" | "tasks.error.getTaskItem" | "tasks.priority.priority" | "tasks.priority.low" | "tasks.priority.medium" | "tasks.priority.high" | "tasks.priority.notFound" | "tasks.statusLabel.completed" | "tasks.statusLabel.notYetStarted" | "tasks.statusLabel.inProgress" | "tasks.statusLabel.onHold" | "tasks.statusLabel.cancelled" | "tasks.error" | "tasks.none" | "tasks.priority" | "tasks.approved" | "tasks.rejected" | "tasks.reviewTask" | "tasks.adhocTask" | "tasks.verifyTaskDone" | "tasks.unknownTask" | "tasks.statusLabel" | "sharelink.shareLinkOf" | "sharelink.linkToShare" | "sharelink.shareLinkSettings" | "sharelink.createLinkTooltip" | "sharelink.copyLinkTooltip" | "sharelink.deleteLinkTooltip" | "sharelink.addExpirationDateLinkTooltip" | "sharelink.deleteExpirationDateLinkTooltip" | "sharelink.createLinkToastSummary" | "sharelink.createLinkToastDetail" | "sharelink.createLinkErrorSummary" | "sharelink.deleteLinkToastSummary" | "sharelink.deleteLinkToastDetail" | "sharelink.deleteLinkErrorSummary" | "sharelink.copyLinkToastSummary" | "sharelink.copyLinkErrorSummary" | "sharelink.copyLinkToastDetail" | "sharelink.copyLinkErrorDetail" | "sharelink.updateLinkDateSummary" | "sharelink.updateLinkDateDetail" | "sharelink.updateLinkDateErrorSummary" | "sharelink.expirationDate" | "sharelink.placeholder" | "lock.nodeLock" | "lock.readOnlyLock" | "lock.writeLock" | "membersPopup.goToSiteMemberPage" | "members.add" | "members.search" | "members.members" | "members.role" | "members.management" | "members.youAre" | "members.ofThisWorkspace" | "members.select" | "members.errorAdd" | "members.successAdd" | "members.successDelete" | "members.successChangeRole" | "members.nbAccess" | "members.restrictPermissions" | "members.restorePermissions" | "members.successRestrictPermissions" | "members.successRestorePermissions" | "members.fromGroup" | "members.viewUserProfile" | "role.SiteConsumer" | "role.SiteCollaborator" | "role.SiteManager" | "config.groups.search" | "config.groups.pagination" | "config.groups.display" | "config.groups.matomo" | "config.groups.sentry" | "config.groups.metadata" | "config.groups.security" | "config.groups.other" | "config.tabs.structuredEdit" | "config.tabs.rawEdit" | "config.tabs.versions" | "config.table.keyHeader" | "config.table.valueHeader" | "config.table.typeHeader" | "config.buttons.add" | "config.buttons.cancel" | "config.buttons.refresh" | "config.buttons.addNew" | "config.buttons.saveChanges" | "config.buttons.define" | "config.buttons.undefine" | "config.buttons.expand" | "config.buttons.collapse" | "config.splitView.filterPlaceholder" | "config.splitView.selectConfig" | "config.splitView.noResults" | "config.splitView.defaultValue" | "config.dialog.addTitle" | "config.dialog.keyLabel" | "config.dialog.valueLabel" | "config.dialog.typeLabel" | "config.raw.uploadDescription" | "config.raw.uploadButton" | "config.raw.uploadWarning" | "config.toasts.saveSuccess" | "config.toasts.fetchError" | "config.toasts.saveError" | "config.toasts.errorDetail" | "config.errors.keyRequired" | "config.errors.keyDuplicate" | "config.errors.invalidNumber" | "config.errors.invalidBoolean" | "config.errors.invalidJson" | "config.errors.typeMismatch" | "config.errors.invalidJsonFile" | "config.versionViewer.error" | "config.versionViewer.success" | "config.versionViewer.listTitle" | "config.versionViewer.title" | "config.versionViewer.selectPrompt" | "config.versionViewer.loadError" | "config.versionViewer.genericError" | "config.versionViewer.cannotRevertLatest" | "config.versionViewer.restoredVersionComment" | "config.arrayEditor.addItem" | "config.arrayEditor.reorder" | "config.types.string" | "config.types.number" | "config.types.boolean" | "config.types.object" | "config.types.array" | "config.groups" | "config.pageTitle" | "config.pageDescription" | "config.tabs" | "config.table" | "config.buttons" | "config.notDefined" | "config.splitView" | "config.dialog" | "config.raw" | "config.toasts" | "config.errors" | "config.versionViewer" | "config.arrayEditor" | "config.types" | "vuesFavorites.title" | "vuesFavorites.loadedViewMessage" | "vuesFavorites.noSavedViews" | "vuesFavorites.personalViews" | "vuesFavorites.selectPersonalView" | "vuesFavorites.globalViews" | "vuesFavorites.selectGlobalView" | "vuesFavorites.filterSavedViews" | "vuesUtilisateurs.saveViewPopup.title" | "vuesUtilisateurs.saveViewPopup.nameLabel" | "vuesUtilisateurs.saveViewPopup.nameRequired" | "vuesUtilisateurs.saveViewPopup.descriptionLabel" | "vuesUtilisateurs.saveViewPopup.detailsLabel" | "vuesUtilisateurs.saveViewPopup.scopeLabel" | "vuesUtilisateurs.saveViewPopup.scopeDescription" | "vuesUtilisateurs.saveViewPopup.scopeUser" | "vuesUtilisateurs.saveViewPopup.scopeGlobal" | "vuesUtilisateurs.saveViewPopup.fileIdLabel" | "vuesUtilisateurs.saveViewPopup.fileIdDescription" | "vuesUtilisateurs.saveViewPopup.fileIdPlaceholder" | "vuesUtilisateurs.saveViewPopup.personalDescription" | "vuesUtilisateurs.modifyViewPopup.title" | "vuesUtilisateurs.saveView" | "vuesUtilisateurs.modifyView" | "vuesUtilisateurs.cancelButton" | "vuesUtilisateurs.saveViewPopup" | "vuesUtilisateurs.modifyViewPopup" | "rechercheAvancee.savedViewError.idAlreadyExists" | "rechercheAvancee.savedViewError.nameAlreadyExists" | "rechercheAvancee.savedViewError.globalNotFound" | "rechercheAvancee.savedViewError.personnalNotFound" | "rechercheAvancee.savedViewError.userNotFound" | "rechercheAvancee.savedViewError.userNotFoundForUpdate" | "rechercheAvancee.savedViewError.userNotFoundForDelete" | "rechercheAvancee.savedViewError.configFolderNotFound" | "rechercheAvancee.savedViewError.configFileNotFound" | "rechercheAvancee.contains" | "rechercheAvancee.noResults" | "rechercheAvancee.valueLabel" | "rechercheAvancee.loadedViewMessage" | "rechercheAvancee.noSavedViews" | "rechercheAvancee.filterSavedViews" | "rechercheAvancee.cancelButton" | "rechercheAvancee.sitePlaceholder" | "rechercheAvancee.folderPlaceholder" | "rechercheAvancee.advancedSearch" | "rechercheAvancee.queryBuilder" | "rechercheAvancee.addCriterionPopupTitle" | "rechercheAvancee.propertyLabel" | "rechercheAvancee.propertyPlaceholder" | "rechercheAvancee.propertyName" | "rechercheAvancee.propertyId" | "rechercheAvancee.propertyDescription" | "rechercheAvancee.propertyAspect" | "rechercheAvancee.conditionLabel" | "rechercheAvancee.operatorLabel" | "rechercheAvancee.operatorPlaceholder" | "rechercheAvancee.addButton" | "rechercheAvancee.mustContain" | "rechercheAvancee.mustNotContain" | "rechercheAvancee.exact" | "rechercheAvancee.isDate" | "rechercheAvancee.isDateRange" | "rechercheAvancee.isNumber" | "rechercheAvancee.isNumberRange" | "rechercheAvancee.is" | "rechercheAvancee.locationLabel" | "rechercheAvancee.locationSite" | "rechercheAvancee.locationPath" | "rechercheAvancee.locationNone" | "rechercheAvancee.locationValuePlaceholder" | "rechercheAvancee.criteriaTitle" | "rechercheAvancee.noCriteria" | "rechercheAvancee.addCriterionButton" | "rechercheAvancee.advancedSearchActive" | "rechercheAvancee.savedViews" | "rechercheAvancee.addsSavedViewSuccess" | "rechercheAvancee.modifySavedViewSuccess" | "rechercheAvancee.updateSavedView" | "rechercheAvancee.savedViewError" | "rechercheAvancee.noFilterResults" | "rechercheAvancee.selectPersonalSearch" | "rechercheAvancee.selectGlobalSearch" | "rechercheAvancee.favorite" | "rechercheAvancee.closeView" | "rechercheAvancee.activeView" | "rechercheAvancee.locationsTitle" | "rechercheAvancee.locationsHint" | "rechercheAvancee.noLocations" | "rechercheAvancee.addLocationButton" | "rechercheAvancee.addLocationTitle" | "rechercheAvancee.addLocationConfirm" | "rechercheAvancee.removeLocation" | "rechercheAvancee.includePrefix" | "rechercheAvancee.excludePrefix" | "rechercheAvancee.locationTypeLabel" | "rechercheAvancee.saveViewAsNew" | "rechercheAvancee.saveViewModifications" | "rechercheAvancee.deleteView" | "rechercheAvancee.deleteViewSuccess" | "rechercheAvancee.confirmDeleteTitle" | "rechercheAvancee.confirmDelete" | "rechercheAvancee.showMore" | "rechercheAvancee.addAsIncludeLocation" | "rechercheAvancee.addAsExcludeLocation" | "rechercheAvancee.addAsIncludeFolder" | "rechercheAvancee.addAsExcludeFolder" | "rechercheAvancee.addAsIncludeSite" | "rechercheAvancee.addAsExcludeSite" | "rechercheAvancee.editCriterionPopupTitle" | "rechercheAvancee.updateButton" | "rechercheAvancee.addGroupButton" | "rechercheAvancee.addOrGroup" | "rechercheAvancee.removeGroup" | "rechercheAvancee.operatorAnd" | "rechercheAvancee.operatorOr" | "rechercheAvancee.emptyGroup" | "pdfTools.common.clear" | "pdfTools.common.cancel" | "pdfTools.common.error" | "pdfTools.common.save" | "pdfTools.common.success" | "pdfTools.common.close" | "pdfTools.common.warning" | "pdfTools.common.apply" | "pdfTools.common.select" | "pdfTools.common.deleted" | "pdfTools.common.use" | "pdfTools.common.insert" | "pdfTools.sidebar.actions" | "pdfTools.sidebar.saveAs" | "pdfTools.sidebar.saveNewVersion" | "pdfTools.sidebar.extractPages" | "pdfTools.sidebar.extractAndSave" | "pdfTools.sidebar.deletePages" | "pdfTools.sidebar.deleteSelectedPages" | "pdfTools.sidebar.insertPdf" | "pdfTools.sidebar.fromComputer" | "pdfTools.sidebar.fromPristy" | "pdfTools.sidebar.addWatermark" | "pdfTools.sidebar.watermarkTextPlaceholder" | "pdfTools.sidebar.angle" | "pdfTools.sidebar.repetitions" | "pdfTools.sidebar.addWatermarkButton" | "pdfTools.pagePreview.title" | "pdfTools.pagePreview.openPagePreview" | "pdfTools.pageEditor.tools.actions" | "pdfTools.pageEditor.tools.size" | "pdfTools.pageEditor.tools.highlight" | "pdfTools.pageEditor.tools.text" | "pdfTools.pageEditor.tools.select" | "pdfTools.pageEditor.tools.redact" | "pdfTools.pageEditor.tools.comment" | "pdfTools.pageEditor.tools.image" | "pdfTools.pageEditor.tools.signature" | "pdfTools.pageEditor.tools.font" | "pdfTools.pageEditor.tools.color" | "pdfTools.pageEditor.cancel" | "pdfTools.pageEditor.close" | "pdfTools.pageEditor.apply" | "pdfTools.pageEditor.title" | "pdfTools.pageEditor.fit" | "pdfTools.pageEditor.tools" | "pdfTools.pageEditor.commentPrompt" | "pdfTools.pageEditor.addTextPrompt" | "pdfTools.pageEditor.footerHint" | "pdfTools.signaturePad.clear" | "pdfTools.signaturePad.title" | "pdfTools.signaturePad.use" | "pdfTools.saveAs.title" | "pdfTools.saveAs.filenameLabel" | "pdfTools.saveAs.defaultFilename" | "pdfTools.saveAs.folderLabel" | "pdfTools.saveAs.browse" | "pdfTools.saveAs.conflictError" | "pdfTools.insertFromAlfresco.search" | "pdfTools.insertFromAlfresco.cancel" | "pdfTools.insertFromAlfresco.path" | "pdfTools.insertFromAlfresco.loading" | "pdfTools.insertFromAlfresco.select" | "pdfTools.insertFromAlfresco.title" | "pdfTools.insertFromAlfresco.insert" | "pdfTools.insertFromAlfresco.browse" | "pdfTools.insertFromAlfresco.searchPlaceholder" | "pdfTools.insertFromAlfresco.searching" | "pdfTools.insertFromAlfresco.noPdfFound" | "pdfTools.insertFromAlfresco.favorites" | "pdfTools.insertFromAlfresco.noPdfFavorite" | "pdfTools.insertFromAlfresco.selectPdfToPreview" | "pdfTools.insertFromAlfresco.loadingPreview" | "pdfTools.insertFromAlfresco.linkOrId" | "pdfTools.insertFromAlfresco.alfrescoIdUrl" | "pdfTools.insertFromAlfresco.alfrescoIdUrlHint" | "pdfTools.insertFromAlfresco.selected" | "pdfTools.insertFromAlfresco.invalidInput" | "pdfTools.insertFromAlfresco.folderSelectError" | "pdfTools.insertFromAlfresco.fileTypeNotAllowedError" | "pdfTools.loading" | "pdfTools.common" | "pdfTools.saveSuccess" | "pdfTools.saveError" | "pdfTools.title" | "pdfTools.loadError" | "pdfTools.reorderError" | "pdfTools.rotateError" | "pdfTools.deleteAllPagesWarning" | "pdfTools.pagesDeletedSuccess" | "pdfTools.deletePagesError" | "pdfTools.insertFromFileSuccess" | "pdfTools.insertFromPristySuccess" | "pdfTools.insertError" | "pdfTools.insertFromPristyError" | "pdfTools.invalidNodeForInsert" | "pdfTools.watermarkError" | "pdfTools.saveAsError" | "pdfTools.noContentToSave" | "pdfTools.fileCreatedSuccess" | "pdfTools.redactWarning" | "pdfTools.redactFlattenConfirm" | "pdfTools.imagePreviewUnavailable" | "pdfTools.pdfRenderCanvasNotFound" | "pdfTools.sidebar" | "pdfTools.pagePreview" | "pdfTools.pageEditor" | "pdfTools.signaturePad" | "pdfTools.saveAs" | "pdfTools.insertFromAlfresco" | "editor.viewMode.split" | "editor.viewMode.editorOnly" | "editor.viewMode.previewOnly" | "editor.edit" | "editor.saveSuccess" | "editor.loadError" | "editor.cancelEdit" | "editor.closeEdit" | "editor.alreadyUpToDate" | "editor.refreshError" | "editor.unsavedChanges" | "editor.confirmationHeader" | "editor.lineWrap" | "editor.viewMode" | "collab.enable" | "collab.disable" | "collab.connected" | "collab.disconnected" | "collab.reconnecting" | "collab.peers" | "collab.initError" | "collab.sessionFull" | "collab.locked" | "collab.offline" | "collab.participantsTooltip" | "collab.editorsTooltip" | "collab.observersTooltip" | "diffViewer.errors.loadError" | "diffViewer.revertVersion.error" | "diffViewer.revertVersion.success" | "diffViewer.revertVersion.successDetail" | "diffViewer.errors" | "diffViewer.restoredVersionComment" | "diffViewer.compareTitle" | "diffViewer.version" | "diffViewer.currentVersion" | "diffViewer.selectVersionA" | "diffViewer.selectVersionB" | "diffViewer.revertToThisVersion" | "diffViewer.revertVersion" | "sendingMail.errors.errorEmptyEmail" | "sendingMail.errors.errorValidEmail" | "sendingMail.errors.errorEmptySubject" | "sendingMail.errors.errorSubjectTooShort" | "sendingMail.errors.errorEmptyMessage" | "sendingMail.errors.errorSendMail" | "sendingMail.popup.defaultSubject" | "sendingMail.popup.defaultMessage" | "sendingMail.errors" | "sendingMail.addCc" | "sendingMail.addCci" | "sendingMail.popup" | "column.actions" | "column.size" | "column.type" | "column.name" | "column.toggle" | "column.createdAt" | "column.createdBy" | "column.mimeType" | "column.modifiedAt" | "column.modifiedBy" | "column.thumbnail" | "column.customize" | "facets.categories" | "adminViewList.deleteView.toast.error.summary" | "adminViewList.deleteView.toast.error.detail" | "adminViewList.deleteView.toast.success.summary" | "adminViewList.deleteView.toast.success.detail" | "adminViewList.deleteView.toast.successMultiple.detail" | "adminViewList.deleteView.toast.errorMultiple.detail" | "adminViewList.deleteView.toast.error" | "adminViewList.deleteView.toast.success" | "adminViewList.deleteView.toast.successMultiple" | "adminViewList.deleteView.toast.errorMultiple" | "adminViewList.deleteView.button" | "adminViewList.deleteView.toast" | "adminViewList.deleteView.confirmHeader" | "adminViewList.deleteView.confirmMessage" | "adminViewList.deleteView.confirmMessageMultiple" | "adminViewList.existingViews.download" | "adminViewList.existingViews.loading" | "adminViewList.existingViews.title" | "adminViewList.existingViews.noViewsFound" | "adminViewList.importView.toast.error.summary" | "adminViewList.importView.toast.error.detail" | "adminViewList.importView.toast.success.summary" | "adminViewList.importView.toast.success.detail" | "adminViewList.importView.toast.error" | "adminViewList.importView.toast.success" | "adminViewList.importView.toast.noJsonFiles.summary" | "adminViewList.importView.toast.noJsonFiles.detail" | "adminViewList.importView.toast.noJsonFiles" | "adminViewList.importView.button" | "adminViewList.importView.toast" | "adminViewList.exportAll.toast.error.summary" | "adminViewList.exportAll.toast.error.detail" | "adminViewList.exportAll.toast.success.summary" | "adminViewList.exportAll.toast.success.detail" | "adminViewList.exportAll.toast.error" | "adminViewList.exportAll.toast.success" | "adminViewList.exportAll.button" | "adminViewList.exportAll.toast" | "adminViewList.dropZone.text" | "adminViewList.dropZone.hint" | "adminViewList.selectionBar.selectAll" | "adminViewList.selectionBar.selected" | "adminViewList.selectionBar.clearSelection" | "adminViewList.selectionBar.downloadAll" | "adminViewList.editView.toast.error.summary" | "adminViewList.editView.toast.error.detail" | "adminViewList.editView.toast.success.summary" | "adminViewList.editView.toast.success.detail" | "adminViewList.editView.toast.error" | "adminViewList.editView.toast.success" | "adminViewList.editView.button" | "adminViewList.editView.description" | "adminViewList.editView.name" | "adminViewList.editView.cancel" | "adminViewList.editView.save" | "adminViewList.editView.title" | "adminViewList.editView.toast" | "adminViewList.editView.namePlaceholder" | "adminViewList.editView.descriptionPlaceholder" | "adminViewList.toast.downloadError.summary" | "adminViewList.toast.downloadError.detail" | "adminViewList.toast.downloadError" | "adminViewList.deleteView" | "adminViewList.existingViews" | "adminViewList.importView" | "adminViewList.exportAll" | "adminViewList.dropZone" | "adminViewList.selectionBar" | "adminViewList.editView" | "adminViewList.toast" | "adminClassificationLauncher.selectionBar.selectAll" | "adminClassificationLauncher.selectionBar.selected" | "adminClassificationLauncher.selectionBar.clearSelection" | "adminClassificationLauncher.selectionBar.downloadAll" | "adminClassificationLauncher.selectionBar.openAll" | "adminClassificationLauncher.toast.listError.summary" | "adminClassificationLauncher.toast.listError.detail" | "adminClassificationLauncher.toast.invalidName.summary" | "adminClassificationLauncher.toast.invalidName.detail" | "adminClassificationLauncher.toast.listError" | "adminClassificationLauncher.toast.invalidName" | "adminClassificationLauncher.existingPlans.download" | "adminClassificationLauncher.existingPlans.loading" | "adminClassificationLauncher.existingPlans.title" | "adminClassificationLauncher.existingPlans.noPlansFound" | "adminClassificationLauncher.createPlan.button" | "adminClassificationLauncher.createPlan.description" | "adminClassificationLauncher.createPlan.cancel" | "adminClassificationLauncher.createPlan.placeholder" | "adminClassificationLauncher.createPlan.title" | "adminClassificationLauncher.deletePlan.toast.error.summary" | "adminClassificationLauncher.deletePlan.toast.error.detail" | "adminClassificationLauncher.deletePlan.toast.success.summary" | "adminClassificationLauncher.deletePlan.toast.success.detail" | "adminClassificationLauncher.deletePlan.toast.successMultiple.detail" | "adminClassificationLauncher.deletePlan.toast.errorMultiple.detail" | "adminClassificationLauncher.deletePlan.toast.error" | "adminClassificationLauncher.deletePlan.toast.success" | "adminClassificationLauncher.deletePlan.toast.successMultiple" | "adminClassificationLauncher.deletePlan.toast.errorMultiple" | "adminClassificationLauncher.deletePlan.button" | "adminClassificationLauncher.deletePlan.toast" | "adminClassificationLauncher.deletePlan.confirmHeader" | "adminClassificationLauncher.deletePlan.confirmMessage" | "adminClassificationLauncher.deletePlan.confirmMessageMultiple" | "adminClassificationLauncher.importPlan.toast.success.summary" | "adminClassificationLauncher.importPlan.toast.success.detail" | "adminClassificationLauncher.importPlan.toast.success" | "adminClassificationLauncher.importPlan.toast.saveError.summary" | "adminClassificationLauncher.importPlan.toast.saveError.detail" | "adminClassificationLauncher.importPlan.toast.parseError.summary" | "adminClassificationLauncher.importPlan.toast.parseError.detail" | "adminClassificationLauncher.importPlan.toast.saveError" | "adminClassificationLauncher.importPlan.toast.parseError" | "adminClassificationLauncher.importPlan.button" | "adminClassificationLauncher.importPlan.toast" | "adminClassificationLauncher.importPlan.invalidStructure" | "adminClassificationLauncher.title" | "adminClassificationLauncher.selectionBar" | "adminClassificationLauncher.toast" | "adminClassificationLauncher.existingPlans" | "adminClassificationLauncher.createPlan" | "adminClassificationLauncher.deletePlan" | "adminClassificationLauncher.importPlan" | "adminClassificationPage.buttons.cancel" | "adminClassificationPage.toast.saveError" | "adminClassificationPage.tabs.categories" | "adminClassificationPage.tabs.natures" | "adminClassificationPage.tabs.fields" | "adminClassificationPage.tabs.emplacements" | "adminClassificationPage.buttons.reload" | "adminClassificationPage.buttons.save" | "adminClassificationPage.buttons.newNature" | "adminClassificationPage.buttons.newField" | "adminClassificationPage.buttons.newEmplacement" | "adminClassificationPage.buttons.newCategory" | "adminClassificationPage.buttons.export" | "adminClassificationPage.buttons.import" | "adminClassificationPage.buttons.createFile" | "adminClassificationPage.buttons.saveFile" | "adminClassificationPage.dialog.createNature" | "adminClassificationPage.dialog.editNature" | "adminClassificationPage.dialog.duplicateNature" | "adminClassificationPage.dialog.createField" | "adminClassificationPage.dialog.editField" | "adminClassificationPage.dialog.duplicateField" | "adminClassificationPage.dialog.createEmplacement" | "adminClassificationPage.dialog.editEmplacement" | "adminClassificationPage.dialog.createCategory" | "adminClassificationPage.dialog.editCategory" | "adminClassificationPage.toast.saveSuccess" | "adminClassificationPage.toast.loadError" | "adminClassificationPage.toast.newPlan" | "adminClassificationPage.toast.fileNotExist" | "adminClassificationPage.toast.loadErrorDetail" | "adminClassificationPage.toast.exportSuccess" | "adminClassificationPage.toast.exportSuccessDetail" | "adminClassificationPage.toast.importSuccess" | "adminClassificationPage.toast.importSuccessDetail" | "adminClassificationPage.toast.importError" | "adminClassificationPage.toast.importErrorDetail" | "adminClassificationPage.toast.invalidFileStructure" | "adminClassificationPage.toast.fieldCreated" | "adminClassificationPage.toast.fieldAutoCreated" | "adminClassificationPage.toast.autoCreatedForNature" | "adminClassificationPage.toast.autoCreatedForEmplacement" | "adminClassificationPage.toast.deleteImpossible" | "adminClassificationPage.toast.fieldUsed" | "adminClassificationPage.toast.emplacementUsed" | "adminClassificationPage.toast.confirmed" | "adminClassificationPage.toast.itemDeleted" | "adminClassificationPage.toast.invalidFilename" | "adminClassificationPage.toast.filenameMustStartWithPlan" | "adminClassificationPage.columns.id" | "adminClassificationPage.columns.actions" | "adminClassificationPage.columns.label" | "adminClassificationPage.columns.icon" | "adminClassificationPage.columns.description" | "adminClassificationPage.columns.type" | "adminClassificationPage.columns.name" | "adminClassificationPage.columns.display" | "adminClassificationPage.columns.title" | "adminClassificationPage.columns.categories" | "adminClassificationPage.columns.emplacement" | "adminClassificationPage.columns.code" | "adminClassificationPage.columns.views" | "adminClassificationPage.confirm.field" | "adminClassificationPage.confirm.emplacement" | "adminClassificationPage.confirm.deleteMessage" | "adminClassificationPage.confirm.deleteHeader" | "adminClassificationPage.confirm.nature" | "adminClassificationPage.confirm.category" | "adminClassificationPage.viewSelector.search" | "adminClassificationPage.viewSelector.noResults" | "adminClassificationPage.viewSelector.title" | "adminClassificationPage.viewSelector.selected" | "adminClassificationPage.viewSelector.available" | "adminClassificationPage.viewSelector.searchResults" | "adminClassificationPage.viewSelector.noViews" | "adminClassificationPage.viewSelector.nViews" | "adminClassificationPage.viewSelector.validate" | "adminClassificationPage.loading" | "adminClassificationPage.tabs" | "adminClassificationPage.buttons" | "adminClassificationPage.dialog" | "adminClassificationPage.toast" | "adminClassificationPage.titleNew" | "adminClassificationPage.titleAdmin" | "adminClassificationPage.file" | "adminClassificationPage.columns" | "adminClassificationPage.confirm" | "adminClassificationPage.viewSelector" | "natureForm.validation.nameAndCodeRequired" | "natureForm.validation.codeAlreadyExists" | "natureForm.value" | "natureForm.icon" | "natureForm.required" | "natureForm.name" | "natureForm.metadata" | "natureForm.categories" | "natureForm.emplacement" | "natureForm.code" | "natureForm.documentType" | "natureForm.aspects" | "natureForm.selectAspects" | "natureForm.chooseIcon" | "natureForm.selectPath" | "natureForm.calculatedPath" | "natureForm.noMetadata" | "natureForm.key" | "natureForm.mappingType" | "natureForm.valueOrFieldName" | "natureForm.selectCategories" | "natureForm.validation" | "emplacementForm.validation.codeRequired" | "emplacementForm.value" | "emplacementForm.type" | "emplacementForm.required" | "emplacementForm.metadata" | "emplacementForm.code" | "emplacementForm.aspects" | "emplacementForm.selectAspects" | "emplacementForm.noMetadata" | "emplacementForm.key" | "emplacementForm.mappingType" | "emplacementForm.valueOrFieldName" | "emplacementForm.validation" | "emplacementForm.codeHelp" | "emplacementForm.typeHelp" | "emplacementForm.editType" | "fieldForm.search.query.label" | "fieldForm.search.lang.label" | "fieldForm.search.valueField.label" | "fieldForm.search.testButton.label" | "fieldForm.search.testResults.title" | "fieldForm.search.testError.fetchError" | "fieldForm.search.testError.emptyQuery" | "fieldForm.search.testError.noResult" | "fieldForm.search.query" | "fieldForm.search.title" | "fieldForm.search.lang" | "fieldForm.search.valueField" | "fieldForm.search.testButton" | "fieldForm.search.testResults" | "fieldForm.search.testError" | "fieldForm.description.label" | "fieldForm.description.help" | "fieldForm.name.label" | "fieldForm.name.help" | "fieldForm.errors.nameAndDescriptionRequired" | "fieldForm.errors.fieldNameExists" | "fieldForm.dataType.label" | "fieldForm.dataType.placeholder" | "fieldForm.dataType.help" | "fieldForm.inputType.label" | "fieldForm.inputType.placeholder" | "fieldForm.inputType.help" | "fieldForm.stringConstraints.regex.label" | "fieldForm.stringConstraints.regex.help" | "fieldForm.stringConstraints.regexTester.label" | "fieldForm.stringConstraints.regexTester.placeholder" | "fieldForm.stringConstraints.title" | "fieldForm.stringConstraints.regex" | "fieldForm.stringConstraints.regexTester" | "fieldForm.numberConstraints.default.label" | "fieldForm.numberConstraints.min.label" | "fieldForm.numberConstraints.max.label" | "fieldForm.numberConstraints.default" | "fieldForm.numberConstraints.title" | "fieldForm.numberConstraints.min" | "fieldForm.numberConstraints.max" | "fieldForm.search" | "fieldForm.description" | "fieldForm.name" | "fieldForm.errors" | "fieldForm.dataType" | "fieldForm.inputType" | "fieldForm.stringConstraints" | "fieldForm.numberConstraints" | "classificationPlan.buttons.cancel" | "classificationPlan.upload.headerCreate" | "classificationPlan.upload.headerImport" | "classificationPlan.buttons.next" | "classificationPlan.buttons.previous" | "classificationPlan.buttons.requalify" | "classificationPlan.buttons.viewSummary" | "classificationPlan.buttons.acceptAndCreate" | "classificationPlan.buttons.acceptAndImport" | "classificationPlan.toast.searchError" | "classificationPlan.toast.searchFieldFailed" | "classificationPlan.toast.loadPlansError" | "classificationPlan.toast.loadPlanContentError" | "classificationPlan.toast.workspaceError" | "classificationPlan.toast.requalifySuccess" | "classificationPlan.toast.requalifyError" | "classificationPlan.summary.document" | "classificationPlan.summary.metadata" | "classificationPlan.summary.verifyBeforeImport" | "classificationPlan.summary.verifyBeforeRequalify" | "classificationPlan.summary.generalInfo" | "classificationPlan.summary.metadataToSend" | "classificationPlan.summary.fileClassification" | "classificationPlan.summary.destinationFolder" | "classificationPlan.summary.movement" | "classificationPlan.steps.summary" | "classificationPlan.steps.step" | "classificationPlan.steps.selectPlan" | "classificationPlan.steps.selectNature" | "classificationPlan.steps.fillMetadata" | "classificationPlan.steps.fillMetadataAndFiles" | "classificationPlan.steps.selectFiles" | "classificationPlan.stepper.files" | "classificationPlan.stepper.metadata" | "classificationPlan.stepper.summary" | "classificationPlan.stepper.nature" | "classificationPlan.stepper.plan" | "classificationPlan.requalify.title" | "classificationPlan.requalify.summaryFrom" | "classificationPlan.requalify.summaryTo" | "classificationPlan.files" | "classificationPlan.upload" | "classificationPlan.buttons" | "classificationPlan.searchPlaceholder" | "classificationPlan.toast" | "classificationPlan.summary" | "classificationPlan.code" | "classificationPlan.nature" | "classificationPlan.category" | "classificationPlan.min" | "classificationPlan.max" | "classificationPlan.allCategories" | "classificationPlan.noCategory" | "classificationPlan.filterByCategory" | "classificationPlan.steps" | "classificationPlan.stepper" | "classificationPlan.plan" | "classificationPlan.natureColumn" | "classificationPlan.choosePlan" | "classificationPlan.planAriaLabel" | "classificationPlan.noPlanFound" | "classificationPlan.searchNaturePlaceholder" | "classificationPlan.noNature" | "classificationPlan.destinationCurrent" | "classificationPlan.destinationLabel" | "classificationPlan.chooseFiles" | "classificationPlan.fileToCreate" | "classificationPlan.filesToImport" | "classificationPlan.na" | "classificationPlan.constraint" | "classificationPlan.validationRegexError" | "classificationPlan.requalify" | "chat.title" | "chat.reconnecting" | "chat.connecting" | "chat.connectionError" | "chat.notConfigured" | "chat.configureInProfile" | "chat.retry" | "chat.searchRooms" | "chat.noRooms" | "chat.noMessages" | "chat.loadMore" | "chat.typeMessage" | "chat.send" | "chat.attachFile" | "chat.attachment" | "chat.unknownUser" | "chat.userTyping" | "chat.usersTyping" | "chat.multipleUsersTyping" | "chat.sendError" | "chat.uploadError" | "chat.openChat" | "chat.closeChat" | "chat.newMessages" | "workflow.selectedDocuments" | "selection.clear" | "selection.selectAll" | "selection.clearSelection" | "selection.count" | "selection.mobileCount" | "selection.selectAllShort" | "sidebarMenu.profile" | "sidebarMenu.portal" | "sidebarMenu.logout" | "tasks.approve" | "tasks.reject" | "rechercheAvancee.addFavorite" | "rechercheAvancee.removeFavorite", "facets.categories.modified_date" | "delete" | "filter" | "search" | "pdf" | "reload" | "cancel" | "error" | "dossier" | "pagination" | "taskNotification" | "nothingTitle" | "nothingText" | "goHome" | "fichier" | "save" | "next" | "previous" | "selectFolder" | "dropFolder" | "uploadUnknownError" | "alfrescoError" | "fichier_image" | "fichier_video" | "fichier_pdf" | "fichier_eml" | "fichier_texte" | "fichier_tableur" | "fichier_dessin" | "fichier_presentation" | "fichier_markdown" | "fichier_json" | "fichier_xml" | "fichier_html" | "fichier_css" | "fichier_csv" | "fichier_javascript" | "fichier_sql" | "fichier_shell" | "fichier_yaml" | "fichier_python" | "fichier_typescript" | "fichier_php" | "fichier_java" | "fichier_code" | "fichier_config" | "fichier_log" | "espace" | "menu" | "tasks" | "sharelink" | "cannotCopyHere" | "cannotMoveHere" | "spaces" | "userHomes" | "yes" | "no" | "howMuchResult" | "howMuchSelected" | "selectAllElement" | "selectAllElementMoreThan" | "deleteSelection" | "dropFileFolders" | "currentFolder" | "canceledImport" | "lock" | "membersPopup" | "members" | "groups" | "role" | "success" | "close" | "config" | "vuesFavorites" | "vuesUtilisateurs" | "rechercheAvancee" | "pdfTools" | "editor" | "collab" | "diffViewer" | "sendingMail" | "column" | "facets" | "adminViewList" | "adminClassificationLauncher" | "adminClassificationPage" | "natureForm" | "emplacementForm" | "fieldForm" | "classificationPlan" | "chat" | "workflow" | "fileList" | "previewPanel" | "selectAll" | "deselectAll" | "layoutSelector" | "layoutList" | "layoutGrid" | "layoutTable" | "edit" | "open" | "download" | "restore" | "publish" | "back" | "minimize" | "duplicate" | "moveUp" | "moveDown" | "sortAscending" | "sortDescending" | "moreActions" | "add/removeFavorite" | "modify" | "home" | "selection" | "sidebarMenu" | "filter.clear" | "filter.search" | "filter.toggle" | "filter.all" | "filter.apply" | "filter.noOptions" | "filter.contains" | "filter.notContains" | "filter.equals" | "filter.clearAll" | "pdf.changePage" | "pdf.rotation" | "pdf.saveForm" | "pdf.previousPage" | "pdf.nextPage" | "pdf.cancelForm" | "pdf.on" | "pdf.and" | "pdf.scrolling" | "pdf.pageToPage" | "pdf.rotationRigth" | "pdf.rotationLeft" | "pdf.zoom" | "pdf.dezoom" | "pdf.adaptToPage" | "pdf.adaptToWidth" | "pdf.changeFile" | "pdf.currentPagination" | "pdf.showAllPages" | "pdf.showPageByPage" | "pdf.formFieldsInfo" | "pdf.formFieldsInfoTitle" | "pdf.formFieldName" | "pdf.formFieldType" | "pdf.formFieldValue" | "pagination.rowsPerPage" | "taskNotification.pendingTasks" | "menu.espaces" | "menu.favoris" | "menu.recherche" | "menu.vues" | "menu.userHome" | "menu.configuration" | "tasks.error.createProcess" | "tasks.error.getProcesses" | "tasks.error.getProcess" | "tasks.error.getFinishedProcess" | "tasks.error.addProcessItems" | "tasks.error.getProcessItems" | "tasks.error.getProcessVariables" | "tasks.error.getProcessDefinition" | "tasks.error.cancelWorkflow" | "tasks.error.openProcessDiagram" | "tasks.error.getProcessHistoryTasks" | "tasks.error.listTasks" | "tasks.error.listFinishedTasks" | "tasks.error.getTask" | "tasks.error.endTask" | "tasks.error.getTaskVariables" | "tasks.error.postTaskVariables" | "tasks.error.updateTaskVariables" | "tasks.error.getTaskItem" | "tasks.priority.priority" | "tasks.priority.low" | "tasks.priority.medium" | "tasks.priority.high" | "tasks.priority.notFound" | "tasks.statusLabel.completed" | "tasks.statusLabel.notYetStarted" | "tasks.statusLabel.inProgress" | "tasks.statusLabel.onHold" | "tasks.statusLabel.cancelled" | "tasks.error" | "tasks.none" | "tasks.priority" | "tasks.approved" | "tasks.rejected" | "tasks.reviewTask" | "tasks.adhocTask" | "tasks.verifyTaskDone" | "tasks.unknownTask" | "tasks.statusLabel" | "sharelink.shareLinkOf" | "sharelink.linkToShare" | "sharelink.shareLinkSettings" | "sharelink.createLinkTooltip" | "sharelink.copyLinkTooltip" | "sharelink.deleteLinkTooltip" | "sharelink.addExpirationDateLinkTooltip" | "sharelink.deleteExpirationDateLinkTooltip" | "sharelink.createLinkToastSummary" | "sharelink.createLinkToastDetail" | "sharelink.createLinkErrorSummary" | "sharelink.deleteLinkToastSummary" | "sharelink.deleteLinkToastDetail" | "sharelink.deleteLinkErrorSummary" | "sharelink.copyLinkToastSummary" | "sharelink.copyLinkErrorSummary" | "sharelink.copyLinkToastDetail" | "sharelink.copyLinkErrorDetail" | "sharelink.updateLinkDateSummary" | "sharelink.updateLinkDateDetail" | "sharelink.updateLinkDateErrorSummary" | "sharelink.expirationDate" | "sharelink.placeholder" | "lock.nodeLock" | "lock.readOnlyLock" | "lock.writeLock" | "membersPopup.goToSiteMemberPage" | "members.add" | "members.search" | "members.members" | "members.role" | "members.management" | "members.youAre" | "members.ofThisWorkspace" | "members.select" | "members.errorAdd" | "members.successAdd" | "members.successDelete" | "members.successChangeRole" | "members.nbAccess" | "members.restrictPermissions" | "members.restorePermissions" | "members.successRestrictPermissions" | "members.successRestorePermissions" | "members.fromGroup" | "members.viewUserProfile" | "role.SiteConsumer" | "role.SiteCollaborator" | "role.SiteManager" | "config.groups.search" | "config.groups.pagination" | "config.groups.display" | "config.groups.matomo" | "config.groups.sentry" | "config.groups.metadata" | "config.groups.security" | "config.groups.other" | "config.tabs.structuredEdit" | "config.tabs.rawEdit" | "config.tabs.versions" | "config.table.keyHeader" | "config.table.valueHeader" | "config.table.typeHeader" | "config.buttons.add" | "config.buttons.cancel" | "config.buttons.refresh" | "config.buttons.addNew" | "config.buttons.saveChanges" | "config.buttons.define" | "config.buttons.undefine" | "config.buttons.expand" | "config.buttons.collapse" | "config.splitView.filterPlaceholder" | "config.splitView.selectConfig" | "config.splitView.noResults" | "config.splitView.defaultValue" | "config.dialog.addTitle" | "config.dialog.keyLabel" | "config.dialog.valueLabel" | "config.dialog.typeLabel" | "config.raw.uploadDescription" | "config.raw.uploadButton" | "config.raw.uploadWarning" | "config.toasts.saveSuccess" | "config.toasts.fetchError" | "config.toasts.saveError" | "config.toasts.errorDetail" | "config.errors.keyRequired" | "config.errors.keyDuplicate" | "config.errors.invalidNumber" | "config.errors.invalidBoolean" | "config.errors.invalidJson" | "config.errors.typeMismatch" | "config.errors.invalidJsonFile" | "config.versionViewer.error" | "config.versionViewer.success" | "config.versionViewer.listTitle" | "config.versionViewer.title" | "config.versionViewer.selectPrompt" | "config.versionViewer.loadError" | "config.versionViewer.genericError" | "config.versionViewer.cannotRevertLatest" | "config.versionViewer.restoredVersionComment" | "config.arrayEditor.addItem" | "config.arrayEditor.reorder" | "config.types.string" | "config.types.number" | "config.types.boolean" | "config.types.object" | "config.types.array" | "config.groups" | "config.pageTitle" | "config.pageDescription" | "config.tabs" | "config.table" | "config.buttons" | "config.notDefined" | "config.splitView" | "config.dialog" | "config.raw" | "config.toasts" | "config.errors" | "config.versionViewer" | "config.arrayEditor" | "config.types" | "vuesFavorites.title" | "vuesFavorites.loadedViewMessage" | "vuesFavorites.noSavedViews" | "vuesFavorites.personalViews" | "vuesFavorites.selectPersonalView" | "vuesFavorites.globalViews" | "vuesFavorites.selectGlobalView" | "vuesFavorites.filterSavedViews" | "vuesUtilisateurs.saveViewPopup.title" | "vuesUtilisateurs.saveViewPopup.nameLabel" | "vuesUtilisateurs.saveViewPopup.nameRequired" | "vuesUtilisateurs.saveViewPopup.descriptionLabel" | "vuesUtilisateurs.saveViewPopup.detailsLabel" | "vuesUtilisateurs.saveViewPopup.scopeLabel" | "vuesUtilisateurs.saveViewPopup.scopeDescription" | "vuesUtilisateurs.saveViewPopup.scopeUser" | "vuesUtilisateurs.saveViewPopup.scopeGlobal" | "vuesUtilisateurs.saveViewPopup.fileIdLabel" | "vuesUtilisateurs.saveViewPopup.fileIdDescription" | "vuesUtilisateurs.saveViewPopup.fileIdPlaceholder" | "vuesUtilisateurs.saveViewPopup.personalDescription" | "vuesUtilisateurs.modifyViewPopup.title" | "vuesUtilisateurs.saveView" | "vuesUtilisateurs.modifyView" | "vuesUtilisateurs.cancelButton" | "vuesUtilisateurs.saveViewPopup" | "vuesUtilisateurs.modifyViewPopup" | "rechercheAvancee.savedViewError.idAlreadyExists" | "rechercheAvancee.savedViewError.nameAlreadyExists" | "rechercheAvancee.savedViewError.globalNotFound" | "rechercheAvancee.savedViewError.personnalNotFound" | "rechercheAvancee.savedViewError.userNotFound" | "rechercheAvancee.savedViewError.userNotFoundForUpdate" | "rechercheAvancee.savedViewError.userNotFoundForDelete" | "rechercheAvancee.savedViewError.configFolderNotFound" | "rechercheAvancee.savedViewError.configFileNotFound" | "rechercheAvancee.contains" | "rechercheAvancee.noResults" | "rechercheAvancee.valueLabel" | "rechercheAvancee.loadedViewMessage" | "rechercheAvancee.noSavedViews" | "rechercheAvancee.filterSavedViews" | "rechercheAvancee.cancelButton" | "rechercheAvancee.sitePlaceholder" | "rechercheAvancee.folderPlaceholder" | "rechercheAvancee.advancedSearch" | "rechercheAvancee.queryBuilder" | "rechercheAvancee.addCriterionPopupTitle" | "rechercheAvancee.propertyLabel" | "rechercheAvancee.propertyPlaceholder" | "rechercheAvancee.propertyName" | "rechercheAvancee.propertyId" | "rechercheAvancee.propertyDescription" | "rechercheAvancee.propertyAspect" | "rechercheAvancee.conditionLabel" | "rechercheAvancee.operatorLabel" | "rechercheAvancee.operatorPlaceholder" | "rechercheAvancee.addButton" | "rechercheAvancee.mustContain" | "rechercheAvancee.mustNotContain" | "rechercheAvancee.exact" | "rechercheAvancee.isDate" | "rechercheAvancee.isDateRange" | "rechercheAvancee.isNumber" | "rechercheAvancee.isNumberRange" | "rechercheAvancee.is" | "rechercheAvancee.locationLabel" | "rechercheAvancee.locationSite" | "rechercheAvancee.locationPath" | "rechercheAvancee.locationNone" | "rechercheAvancee.locationValuePlaceholder" | "rechercheAvancee.criteriaTitle" | "rechercheAvancee.noCriteria" | "rechercheAvancee.addCriterionButton" | "rechercheAvancee.advancedSearchActive" | "rechercheAvancee.savedViews" | "rechercheAvancee.addsSavedViewSuccess" | "rechercheAvancee.modifySavedViewSuccess" | "rechercheAvancee.updateSavedView" | "rechercheAvancee.savedViewError" | "rechercheAvancee.noFilterResults" | "rechercheAvancee.selectPersonalSearch" | "rechercheAvancee.selectGlobalSearch" | "rechercheAvancee.favorite" | "rechercheAvancee.closeView" | "rechercheAvancee.activeView" | "rechercheAvancee.locationsTitle" | "rechercheAvancee.locationsHint" | "rechercheAvancee.noLocations" | "rechercheAvancee.addLocationButton" | "rechercheAvancee.addLocationTitle" | "rechercheAvancee.addLocationConfirm" | "rechercheAvancee.removeLocation" | "rechercheAvancee.includePrefix" | "rechercheAvancee.excludePrefix" | "rechercheAvancee.locationTypeLabel" | "rechercheAvancee.saveViewAsNew" | "rechercheAvancee.saveViewModifications" | "rechercheAvancee.deleteView" | "rechercheAvancee.deleteViewSuccess" | "rechercheAvancee.confirmDeleteTitle" | "rechercheAvancee.confirmDelete" | "rechercheAvancee.showMore" | "rechercheAvancee.addAsIncludeLocation" | "rechercheAvancee.addAsExcludeLocation" | "rechercheAvancee.addAsIncludeFolder" | "rechercheAvancee.addAsExcludeFolder" | "rechercheAvancee.addAsIncludeSite" | "rechercheAvancee.addAsExcludeSite" | "rechercheAvancee.editCriterionPopupTitle" | "rechercheAvancee.updateButton" | "rechercheAvancee.addGroupButton" | "rechercheAvancee.addOrGroup" | "rechercheAvancee.removeGroup" | "rechercheAvancee.operatorAnd" | "rechercheAvancee.operatorOr" | "rechercheAvancee.emptyGroup" | "pdfTools.common.clear" | "pdfTools.common.cancel" | "pdfTools.common.error" | "pdfTools.common.save" | "pdfTools.common.success" | "pdfTools.common.close" | "pdfTools.common.warning" | "pdfTools.common.apply" | "pdfTools.common.select" | "pdfTools.common.deleted" | "pdfTools.common.use" | "pdfTools.common.insert" | "pdfTools.sidebar.actions" | "pdfTools.sidebar.saveAs" | "pdfTools.sidebar.saveNewVersion" | "pdfTools.sidebar.extractPages" | "pdfTools.sidebar.extractAndSave" | "pdfTools.sidebar.deletePages" | "pdfTools.sidebar.deleteSelectedPages" | "pdfTools.sidebar.insertPdf" | "pdfTools.sidebar.fromComputer" | "pdfTools.sidebar.fromPristy" | "pdfTools.sidebar.addWatermark" | "pdfTools.sidebar.watermarkTextPlaceholder" | "pdfTools.sidebar.angle" | "pdfTools.sidebar.repetitions" | "pdfTools.sidebar.addWatermarkButton" | "pdfTools.pagePreview.title" | "pdfTools.pagePreview.openPagePreview" | "pdfTools.pageEditor.tools.actions" | "pdfTools.pageEditor.tools.size" | "pdfTools.pageEditor.tools.highlight" | "pdfTools.pageEditor.tools.text" | "pdfTools.pageEditor.tools.select" | "pdfTools.pageEditor.tools.redact" | "pdfTools.pageEditor.tools.comment" | "pdfTools.pageEditor.tools.image" | "pdfTools.pageEditor.tools.signature" | "pdfTools.pageEditor.tools.font" | "pdfTools.pageEditor.tools.color" | "pdfTools.pageEditor.cancel" | "pdfTools.pageEditor.close" | "pdfTools.pageEditor.apply" | "pdfTools.pageEditor.title" | "pdfTools.pageEditor.fit" | "pdfTools.pageEditor.tools" | "pdfTools.pageEditor.commentPrompt" | "pdfTools.pageEditor.addTextPrompt" | "pdfTools.pageEditor.footerHint" | "pdfTools.signaturePad.clear" | "pdfTools.signaturePad.title" | "pdfTools.signaturePad.use" | "pdfTools.saveAs.title" | "pdfTools.saveAs.filenameLabel" | "pdfTools.saveAs.defaultFilename" | "pdfTools.saveAs.folderLabel" | "pdfTools.saveAs.browse" | "pdfTools.saveAs.conflictError" | "pdfTools.insertFromAlfresco.search" | "pdfTools.insertFromAlfresco.cancel" | "pdfTools.insertFromAlfresco.path" | "pdfTools.insertFromAlfresco.loading" | "pdfTools.insertFromAlfresco.select" | "pdfTools.insertFromAlfresco.title" | "pdfTools.insertFromAlfresco.insert" | "pdfTools.insertFromAlfresco.browse" | "pdfTools.insertFromAlfresco.searchPlaceholder" | "pdfTools.insertFromAlfresco.searching" | "pdfTools.insertFromAlfresco.noPdfFound" | "pdfTools.insertFromAlfresco.favorites" | "pdfTools.insertFromAlfresco.noPdfFavorite" | "pdfTools.insertFromAlfresco.selectPdfToPreview" | "pdfTools.insertFromAlfresco.loadingPreview" | "pdfTools.insertFromAlfresco.linkOrId" | "pdfTools.insertFromAlfresco.alfrescoIdUrl" | "pdfTools.insertFromAlfresco.alfrescoIdUrlHint" | "pdfTools.insertFromAlfresco.selected" | "pdfTools.insertFromAlfresco.invalidInput" | "pdfTools.insertFromAlfresco.folderSelectError" | "pdfTools.insertFromAlfresco.fileTypeNotAllowedError" | "pdfTools.loading" | "pdfTools.common" | "pdfTools.saveSuccess" | "pdfTools.saveError" | "pdfTools.title" | "pdfTools.loadError" | "pdfTools.reorderError" | "pdfTools.rotateError" | "pdfTools.deleteAllPagesWarning" | "pdfTools.pagesDeletedSuccess" | "pdfTools.deletePagesError" | "pdfTools.insertFromFileSuccess" | "pdfTools.insertFromPristySuccess" | "pdfTools.insertError" | "pdfTools.insertFromPristyError" | "pdfTools.invalidNodeForInsert" | "pdfTools.watermarkError" | "pdfTools.saveAsError" | "pdfTools.noContentToSave" | "pdfTools.fileCreatedSuccess" | "pdfTools.redactWarning" | "pdfTools.redactFlattenConfirm" | "pdfTools.imagePreviewUnavailable" | "pdfTools.pdfRenderCanvasNotFound" | "pdfTools.sidebar" | "pdfTools.pagePreview" | "pdfTools.pageEditor" | "pdfTools.signaturePad" | "pdfTools.saveAs" | "pdfTools.insertFromAlfresco" | "editor.viewMode.split" | "editor.viewMode.editorOnly" | "editor.viewMode.previewOnly" | "editor.edit" | "editor.saveSuccess" | "editor.loadError" | "editor.cancelEdit" | "editor.closeEdit" | "editor.alreadyUpToDate" | "editor.refreshError" | "editor.unsavedChanges" | "editor.confirmationHeader" | "editor.lineWrap" | "editor.viewMode" | "collab.enable" | "collab.disable" | "collab.connected" | "collab.disconnected" | "collab.reconnecting" | "collab.peers" | "collab.initError" | "collab.sessionFull" | "collab.locked" | "collab.offline" | "collab.participantsTooltip" | "collab.editorsTooltip" | "collab.observersTooltip" | "diffViewer.errors.loadError" | "diffViewer.revertVersion.error" | "diffViewer.revertVersion.success" | "diffViewer.revertVersion.successDetail" | "diffViewer.errors" | "diffViewer.restoredVersionComment" | "diffViewer.compareTitle" | "diffViewer.version" | "diffViewer.currentVersion" | "diffViewer.selectVersionA" | "diffViewer.selectVersionB" | "diffViewer.revertToThisVersion" | "diffViewer.revertVersion" | "sendingMail.errors.errorEmptyEmail" | "sendingMail.errors.errorValidEmail" | "sendingMail.errors.errorEmptySubject" | "sendingMail.errors.errorSubjectTooShort" | "sendingMail.errors.errorEmptyMessage" | "sendingMail.errors.errorSendMail" | "sendingMail.popup.defaultSubject" | "sendingMail.popup.defaultMessage" | "sendingMail.errors" | "sendingMail.addCc" | "sendingMail.addCci" | "sendingMail.popup" | "column.actions" | "column.size" | "column.type" | "column.name" | "column.toggle" | "column.createdAt" | "column.createdBy" | "column.mimeType" | "column.modifiedAt" | "column.modifiedBy" | "column.thumbnail" | "column.customize" | "facets.categories" | "adminViewList.deleteView.toast.error.summary" | "adminViewList.deleteView.toast.error.detail" | "adminViewList.deleteView.toast.success.summary" | "adminViewList.deleteView.toast.success.detail" | "adminViewList.deleteView.toast.successMultiple.detail" | "adminViewList.deleteView.toast.errorMultiple.detail" | "adminViewList.deleteView.toast.error" | "adminViewList.deleteView.toast.success" | "adminViewList.deleteView.toast.successMultiple" | "adminViewList.deleteView.toast.errorMultiple" | "adminViewList.deleteView.button" | "adminViewList.deleteView.toast" | "adminViewList.deleteView.confirmHeader" | "adminViewList.deleteView.confirmMessage" | "adminViewList.deleteView.confirmMessageMultiple" | "adminViewList.existingViews.download" | "adminViewList.existingViews.loading" | "adminViewList.existingViews.title" | "adminViewList.existingViews.noViewsFound" | "adminViewList.importView.toast.error.summary" | "adminViewList.importView.toast.error.detail" | "adminViewList.importView.toast.success.summary" | "adminViewList.importView.toast.success.detail" | "adminViewList.importView.toast.error" | "adminViewList.importView.toast.success" | "adminViewList.importView.toast.noJsonFiles.summary" | "adminViewList.importView.toast.noJsonFiles.detail" | "adminViewList.importView.toast.noJsonFiles" | "adminViewList.importView.button" | "adminViewList.importView.toast" | "adminViewList.exportAll.toast.error.summary" | "adminViewList.exportAll.toast.error.detail" | "adminViewList.exportAll.toast.success.summary" | "adminViewList.exportAll.toast.success.detail" | "adminViewList.exportAll.toast.error" | "adminViewList.exportAll.toast.success" | "adminViewList.exportAll.button" | "adminViewList.exportAll.toast" | "adminViewList.dropZone.text" | "adminViewList.dropZone.hint" | "adminViewList.selectionBar.selectAll" | "adminViewList.selectionBar.selected" | "adminViewList.selectionBar.clearSelection" | "adminViewList.selectionBar.downloadAll" | "adminViewList.editView.toast.error.summary" | "adminViewList.editView.toast.error.detail" | "adminViewList.editView.toast.success.summary" | "adminViewList.editView.toast.success.detail" | "adminViewList.editView.toast.error" | "adminViewList.editView.toast.success" | "adminViewList.editView.button" | "adminViewList.editView.description" | "adminViewList.editView.name" | "adminViewList.editView.cancel" | "adminViewList.editView.save" | "adminViewList.editView.title" | "adminViewList.editView.toast" | "adminViewList.editView.namePlaceholder" | "adminViewList.editView.descriptionPlaceholder" | "adminViewList.toast.downloadError.summary" | "adminViewList.toast.downloadError.detail" | "adminViewList.toast.downloadError" | "adminViewList.deleteView" | "adminViewList.existingViews" | "adminViewList.importView" | "adminViewList.exportAll" | "adminViewList.dropZone" | "adminViewList.selectionBar" | "adminViewList.editView" | "adminViewList.toast" | "adminClassificationLauncher.selectionBar.selectAll" | "adminClassificationLauncher.selectionBar.selected" | "adminClassificationLauncher.selectionBar.clearSelection" | "adminClassificationLauncher.selectionBar.downloadAll" | "adminClassificationLauncher.selectionBar.openAll" | "adminClassificationLauncher.toast.listError.summary" | "adminClassificationLauncher.toast.listError.detail" | "adminClassificationLauncher.toast.invalidName.summary" | "adminClassificationLauncher.toast.invalidName.detail" | "adminClassificationLauncher.toast.listError" | "adminClassificationLauncher.toast.invalidName" | "adminClassificationLauncher.existingPlans.download" | "adminClassificationLauncher.existingPlans.loading" | "adminClassificationLauncher.existingPlans.title" | "adminClassificationLauncher.existingPlans.noPlansFound" | "adminClassificationLauncher.createPlan.button" | "adminClassificationLauncher.createPlan.description" | "adminClassificationLauncher.createPlan.cancel" | "adminClassificationLauncher.createPlan.placeholder" | "adminClassificationLauncher.createPlan.title" | "adminClassificationLauncher.deletePlan.toast.error.summary" | "adminClassificationLauncher.deletePlan.toast.error.detail" | "adminClassificationLauncher.deletePlan.toast.success.summary" | "adminClassificationLauncher.deletePlan.toast.success.detail" | "adminClassificationLauncher.deletePlan.toast.successMultiple.detail" | "adminClassificationLauncher.deletePlan.toast.errorMultiple.detail" | "adminClassificationLauncher.deletePlan.toast.error" | "adminClassificationLauncher.deletePlan.toast.success" | "adminClassificationLauncher.deletePlan.toast.successMultiple" | "adminClassificationLauncher.deletePlan.toast.errorMultiple" | "adminClassificationLauncher.deletePlan.button" | "adminClassificationLauncher.deletePlan.toast" | "adminClassificationLauncher.deletePlan.confirmHeader" | "adminClassificationLauncher.deletePlan.confirmMessage" | "adminClassificationLauncher.deletePlan.confirmMessageMultiple" | "adminClassificationLauncher.importPlan.toast.success.summary" | "adminClassificationLauncher.importPlan.toast.success.detail" | "adminClassificationLauncher.importPlan.toast.success" | "adminClassificationLauncher.importPlan.toast.saveError.summary" | "adminClassificationLauncher.importPlan.toast.saveError.detail" | "adminClassificationLauncher.importPlan.toast.parseError.summary" | "adminClassificationLauncher.importPlan.toast.parseError.detail" | "adminClassificationLauncher.importPlan.toast.saveError" | "adminClassificationLauncher.importPlan.toast.parseError" | "adminClassificationLauncher.importPlan.button" | "adminClassificationLauncher.importPlan.toast" | "adminClassificationLauncher.importPlan.invalidStructure" | "adminClassificationLauncher.title" | "adminClassificationLauncher.selectionBar" | "adminClassificationLauncher.toast" | "adminClassificationLauncher.existingPlans" | "adminClassificationLauncher.createPlan" | "adminClassificationLauncher.deletePlan" | "adminClassificationLauncher.importPlan" | "adminClassificationPage.buttons.cancel" | "adminClassificationPage.toast.saveError" | "adminClassificationPage.tabs.categories" | "adminClassificationPage.tabs.natures" | "adminClassificationPage.tabs.fields" | "adminClassificationPage.tabs.emplacements" | "adminClassificationPage.buttons.reload" | "adminClassificationPage.buttons.save" | "adminClassificationPage.buttons.newNature" | "adminClassificationPage.buttons.newField" | "adminClassificationPage.buttons.newEmplacement" | "adminClassificationPage.buttons.newCategory" | "adminClassificationPage.buttons.export" | "adminClassificationPage.buttons.import" | "adminClassificationPage.buttons.createFile" | "adminClassificationPage.buttons.saveFile" | "adminClassificationPage.dialog.createNature" | "adminClassificationPage.dialog.editNature" | "adminClassificationPage.dialog.duplicateNature" | "adminClassificationPage.dialog.createField" | "adminClassificationPage.dialog.editField" | "adminClassificationPage.dialog.duplicateField" | "adminClassificationPage.dialog.createEmplacement" | "adminClassificationPage.dialog.editEmplacement" | "adminClassificationPage.dialog.createCategory" | "adminClassificationPage.dialog.editCategory" | "adminClassificationPage.toast.saveSuccess" | "adminClassificationPage.toast.loadError" | "adminClassificationPage.toast.newPlan" | "adminClassificationPage.toast.fileNotExist" | "adminClassificationPage.toast.loadErrorDetail" | "adminClassificationPage.toast.exportSuccess" | "adminClassificationPage.toast.exportSuccessDetail" | "adminClassificationPage.toast.importSuccess" | "adminClassificationPage.toast.importSuccessDetail" | "adminClassificationPage.toast.importError" | "adminClassificationPage.toast.importErrorDetail" | "adminClassificationPage.toast.invalidFileStructure" | "adminClassificationPage.toast.fieldCreated" | "adminClassificationPage.toast.fieldAutoCreated" | "adminClassificationPage.toast.autoCreatedForNature" | "adminClassificationPage.toast.autoCreatedForEmplacement" | "adminClassificationPage.toast.deleteImpossible" | "adminClassificationPage.toast.fieldUsed" | "adminClassificationPage.toast.emplacementUsed" | "adminClassificationPage.toast.confirmed" | "adminClassificationPage.toast.itemDeleted" | "adminClassificationPage.toast.invalidFilename" | "adminClassificationPage.toast.filenameMustStartWithPlan" | "adminClassificationPage.columns.id" | "adminClassificationPage.columns.actions" | "adminClassificationPage.columns.label" | "adminClassificationPage.columns.icon" | "adminClassificationPage.columns.description" | "adminClassificationPage.columns.type" | "adminClassificationPage.columns.name" | "adminClassificationPage.columns.display" | "adminClassificationPage.columns.title" | "adminClassificationPage.columns.categories" | "adminClassificationPage.columns.emplacement" | "adminClassificationPage.columns.code" | "adminClassificationPage.columns.views" | "adminClassificationPage.confirm.field" | "adminClassificationPage.confirm.emplacement" | "adminClassificationPage.confirm.deleteMessage" | "adminClassificationPage.confirm.deleteHeader" | "adminClassificationPage.confirm.nature" | "adminClassificationPage.confirm.category" | "adminClassificationPage.viewSelector.search" | "adminClassificationPage.viewSelector.noResults" | "adminClassificationPage.viewSelector.title" | "adminClassificationPage.viewSelector.selected" | "adminClassificationPage.viewSelector.available" | "adminClassificationPage.viewSelector.searchResults" | "adminClassificationPage.viewSelector.noViews" | "adminClassificationPage.viewSelector.nViews" | "adminClassificationPage.viewSelector.validate" | "adminClassificationPage.loading" | "adminClassificationPage.tabs" | "adminClassificationPage.buttons" | "adminClassificationPage.dialog" | "adminClassificationPage.toast" | "adminClassificationPage.titleNew" | "adminClassificationPage.titleAdmin" | "adminClassificationPage.file" | "adminClassificationPage.columns" | "adminClassificationPage.confirm" | "adminClassificationPage.viewSelector" | "natureForm.validation.nameAndCodeRequired" | "natureForm.validation.codeAlreadyExists" | "natureForm.value" | "natureForm.icon" | "natureForm.required" | "natureForm.name" | "natureForm.metadata" | "natureForm.categories" | "natureForm.emplacement" | "natureForm.code" | "natureForm.documentType" | "natureForm.aspects" | "natureForm.selectAspects" | "natureForm.chooseIcon" | "natureForm.selectPath" | "natureForm.calculatedPath" | "natureForm.noMetadata" | "natureForm.key" | "natureForm.mappingType" | "natureForm.valueOrFieldName" | "natureForm.selectCategories" | "natureForm.validation" | "emplacementForm.validation.codeRequired" | "emplacementForm.value" | "emplacementForm.type" | "emplacementForm.required" | "emplacementForm.metadata" | "emplacementForm.code" | "emplacementForm.aspects" | "emplacementForm.selectAspects" | "emplacementForm.noMetadata" | "emplacementForm.key" | "emplacementForm.mappingType" | "emplacementForm.valueOrFieldName" | "emplacementForm.validation" | "emplacementForm.codeHelp" | "emplacementForm.typeHelp" | "emplacementForm.editType" | "fieldForm.search.query.label" | "fieldForm.search.lang.label" | "fieldForm.search.valueField.label" | "fieldForm.search.testButton.label" | "fieldForm.search.testResults.title" | "fieldForm.search.testError.fetchError" | "fieldForm.search.testError.emptyQuery" | "fieldForm.search.testError.noResult" | "fieldForm.search.query" | "fieldForm.search.title" | "fieldForm.search.lang" | "fieldForm.search.valueField" | "fieldForm.search.testButton" | "fieldForm.search.testResults" | "fieldForm.search.testError" | "fieldForm.description.label" | "fieldForm.description.help" | "fieldForm.name.label" | "fieldForm.name.help" | "fieldForm.errors.nameAndDescriptionRequired" | "fieldForm.errors.fieldNameExists" | "fieldForm.dataType.label" | "fieldForm.dataType.placeholder" | "fieldForm.dataType.help" | "fieldForm.inputType.label" | "fieldForm.inputType.placeholder" | "fieldForm.inputType.help" | "fieldForm.stringConstraints.regex.label" | "fieldForm.stringConstraints.regex.help" | "fieldForm.stringConstraints.regexTester.label" | "fieldForm.stringConstraints.regexTester.placeholder" | "fieldForm.stringConstraints.title" | "fieldForm.stringConstraints.regex" | "fieldForm.stringConstraints.regexTester" | "fieldForm.numberConstraints.default.label" | "fieldForm.numberConstraints.min.label" | "fieldForm.numberConstraints.max.label" | "fieldForm.numberConstraints.default" | "fieldForm.numberConstraints.title" | "fieldForm.numberConstraints.min" | "fieldForm.numberConstraints.max" | "fieldForm.search" | "fieldForm.description" | "fieldForm.name" | "fieldForm.errors" | "fieldForm.dataType" | "fieldForm.inputType" | "fieldForm.stringConstraints" | "fieldForm.numberConstraints" | "classificationPlan.buttons.cancel" | "classificationPlan.upload.headerCreate" | "classificationPlan.upload.headerImport" | "classificationPlan.buttons.next" | "classificationPlan.buttons.previous" | "classificationPlan.buttons.requalify" | "classificationPlan.buttons.viewSummary" | "classificationPlan.buttons.acceptAndCreate" | "classificationPlan.buttons.acceptAndImport" | "classificationPlan.toast.searchError" | "classificationPlan.toast.searchFieldFailed" | "classificationPlan.toast.loadPlansError" | "classificationPlan.toast.loadPlanContentError" | "classificationPlan.toast.workspaceError" | "classificationPlan.toast.requalifySuccess" | "classificationPlan.toast.requalifyError" | "classificationPlan.summary.document" | "classificationPlan.summary.metadata" | "classificationPlan.summary.verifyBeforeImport" | "classificationPlan.summary.verifyBeforeRequalify" | "classificationPlan.summary.generalInfo" | "classificationPlan.summary.metadataToSend" | "classificationPlan.summary.fileClassification" | "classificationPlan.summary.destinationFolder" | "classificationPlan.summary.movement" | "classificationPlan.steps.summary" | "classificationPlan.steps.step" | "classificationPlan.steps.selectPlan" | "classificationPlan.steps.selectNature" | "classificationPlan.steps.fillMetadata" | "classificationPlan.steps.fillMetadataAndFiles" | "classificationPlan.steps.selectFiles" | "classificationPlan.stepper.files" | "classificationPlan.stepper.metadata" | "classificationPlan.stepper.summary" | "classificationPlan.stepper.nature" | "classificationPlan.stepper.plan" | "classificationPlan.requalify.title" | "classificationPlan.requalify.summaryFrom" | "classificationPlan.requalify.summaryTo" | "classificationPlan.files" | "classificationPlan.upload" | "classificationPlan.buttons" | "classificationPlan.searchPlaceholder" | "classificationPlan.toast" | "classificationPlan.summary" | "classificationPlan.code" | "classificationPlan.nature" | "classificationPlan.category" | "classificationPlan.min" | "classificationPlan.max" | "classificationPlan.allCategories" | "classificationPlan.noCategory" | "classificationPlan.filterByCategory" | "classificationPlan.steps" | "classificationPlan.stepper" | "classificationPlan.plan" | "classificationPlan.natureColumn" | "classificationPlan.choosePlan" | "classificationPlan.planAriaLabel" | "classificationPlan.noPlanFound" | "classificationPlan.searchNaturePlaceholder" | "classificationPlan.noNature" | "classificationPlan.destinationCurrent" | "classificationPlan.destinationLabel" | "classificationPlan.chooseFiles" | "classificationPlan.fileToCreate" | "classificationPlan.filesToImport" | "classificationPlan.na" | "classificationPlan.constraint" | "classificationPlan.validationRegexError" | "classificationPlan.requalify" | "chat.title" | "chat.reconnecting" | "chat.connecting" | "chat.connectionError" | "chat.notConfigured" | "chat.configureInProfile" | "chat.retry" | "chat.searchRooms" | "chat.noRooms" | "chat.noMessages" | "chat.loadMore" | "chat.typeMessage" | "chat.send" | "chat.attachFile" | "chat.attachment" | "chat.unknownUser" | "chat.userTyping" | "chat.usersTyping" | "chat.multipleUsersTyping" | "chat.sendError" | "chat.uploadError" | "chat.openChat" | "chat.closeChat" | "chat.newMessages" | "workflow.selectedDocuments" | "selection.clear" | "selection.selectAll" | "selection.clearSelection" | "selection.count" | "selection.mobileCount" | "selection.selectAllShort" | "sidebarMenu.profile" | "sidebarMenu.portal" | "sidebarMenu.logout" | "tasks.approve" | "tasks.reject" | "rechercheAvancee.addFavorite" | "rechercheAvancee.removeFavorite">;
|
|
2444
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("update:visible" | "close" | "file-created" | "upload-complete")[], "update:visible" | "close" | "file-created" | "upload-complete", PublicProps, Readonly< ExtractPropTypes<{
|
|
2295
2445
|
visible: {
|
|
2296
2446
|
type: BooleanConstructor;
|
|
2297
2447
|
default: boolean;
|
|
@@ -2327,7 +2477,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2327
2477
|
PrimeDialog: DefineComponent<DialogProps, DialogSlots, ((e: "show") => void) & ((e: "hide") => void) & ((e: "update:visible", value: boolean) => void) & ((e: "after-hide") => void) & ((e: "maximize", event: Event) => void) & ((e: "unmaximize", event: Event) => void) & ((e: "dragstart", event: Event) => void) & ((e: "dragend", event: Event) => void)>;
|
|
2328
2478
|
PrimeDropdown: DefineComponent<DropdownProps, DropdownSlots, DropdownEmits, DropdownMethods>;
|
|
2329
2479
|
PrimeButton: DefineComponent<ButtonProps, ButtonSlots, (e: string, ...args: any[]) => void>;
|
|
2330
|
-
PrimeFileUpload: DefineComponent<FileUploadProps, FileUploadSlots, ((e: "clear") => void) & ((e: "error", event: FileUploadErrorEvent) => void) & ((e: "
|
|
2480
|
+
PrimeFileUpload: DefineComponent<FileUploadProps, FileUploadSlots, ((e: "clear") => void) & ((e: "error", event: FileUploadErrorEvent) => void) & ((e: "upload", event: FileUploadUploadEvent) => void) & ((e: "progress", event: FileUploadProgressEvent) => void) & ((e: "select", event: FileUploadSelectEvent) => void) & ((e: "before-upload", event: FileUploadBeforeUploadEvent) => void) & ((e: "uploader", event: FileUploadUploaderEvent) => void) & ((e: "before-send", event: FileUploadBeforeSendEvent) => void) & ((e: "remove", event: FileUploadRemoveEvent) => void) & ((e: "removeUploadedFile", event: FileUploadRemoveUploadedFile) => void), FileUploadMethods>;
|
|
2331
2481
|
PrimePanel: DefineComponent<PanelProps, PanelSlots, ((e: "toggle", event: PanelToggleEvent) => void) & ((e: "update:collapsed", value: boolean) => void)>;
|
|
2332
2482
|
PrimeDivider: DefineComponent<DividerProps, DividerSlots, (e: string, ...args: any[]) => void>;
|
|
2333
2483
|
PrimeMessage: DefineComponent<MessageProps, MessageSlots, ((e: "close", event: Event) => void) & ((e: "life-end") => void)>;
|
|
@@ -2358,6 +2508,12 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2358
2508
|
}>, {
|
|
2359
2509
|
t: VueI18nTranslation<{
|
|
2360
2510
|
en: {
|
|
2511
|
+
pagination: {
|
|
2512
|
+
rowsPerPage: string;
|
|
2513
|
+
};
|
|
2514
|
+
taskNotification: {
|
|
2515
|
+
pendingTasks: string;
|
|
2516
|
+
};
|
|
2361
2517
|
nothingTitle: string;
|
|
2362
2518
|
nothingText: string;
|
|
2363
2519
|
goHome: string;
|
|
@@ -2469,6 +2625,13 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2469
2625
|
showPageByPage: string;
|
|
2470
2626
|
previousPage: string;
|
|
2471
2627
|
nextPage: string;
|
|
2628
|
+
saveForm: string;
|
|
2629
|
+
cancelForm: string;
|
|
2630
|
+
formFieldsInfo: string;
|
|
2631
|
+
formFieldsInfoTitle: string;
|
|
2632
|
+
formFieldName: string;
|
|
2633
|
+
formFieldType: string;
|
|
2634
|
+
formFieldValue: string;
|
|
2472
2635
|
};
|
|
2473
2636
|
sharelink: {
|
|
2474
2637
|
shareLinkOf: string;
|
|
@@ -2501,6 +2664,18 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2501
2664
|
userHomes: string;
|
|
2502
2665
|
yes: string;
|
|
2503
2666
|
no: string;
|
|
2667
|
+
filter: {
|
|
2668
|
+
toggle: string;
|
|
2669
|
+
all: string;
|
|
2670
|
+
search: string;
|
|
2671
|
+
clear: string;
|
|
2672
|
+
apply: string;
|
|
2673
|
+
noOptions: string;
|
|
2674
|
+
contains: string;
|
|
2675
|
+
notContains: string;
|
|
2676
|
+
equals: string;
|
|
2677
|
+
clearAll: string;
|
|
2678
|
+
};
|
|
2504
2679
|
howMuchResult: string;
|
|
2505
2680
|
howMuchSelected: string;
|
|
2506
2681
|
selectAllElement: string;
|
|
@@ -2536,6 +2711,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2536
2711
|
successRestrictPermissions: string;
|
|
2537
2712
|
successRestorePermissions: string;
|
|
2538
2713
|
fromGroup: string;
|
|
2714
|
+
viewUserProfile: string;
|
|
2539
2715
|
};
|
|
2540
2716
|
groups: string;
|
|
2541
2717
|
role: {
|
|
@@ -2625,6 +2801,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2625
2801
|
};
|
|
2626
2802
|
arrayEditor: {
|
|
2627
2803
|
addItem: string;
|
|
2804
|
+
reorder: string;
|
|
2628
2805
|
};
|
|
2629
2806
|
types: {
|
|
2630
2807
|
string: string;
|
|
@@ -2884,8 +3061,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2884
3061
|
};
|
|
2885
3062
|
editor: {
|
|
2886
3063
|
cancelEdit: string;
|
|
3064
|
+
closeEdit: string;
|
|
2887
3065
|
edit: string;
|
|
2888
3066
|
saveSuccess: string;
|
|
3067
|
+
alreadyUpToDate: string;
|
|
2889
3068
|
loadError: string;
|
|
2890
3069
|
refreshError: string;
|
|
2891
3070
|
unsavedChanges: string;
|
|
@@ -2930,6 +3109,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2930
3109
|
};
|
|
2931
3110
|
};
|
|
2932
3111
|
sendingMail: {
|
|
3112
|
+
addCc: string;
|
|
3113
|
+
addCci: string;
|
|
2933
3114
|
popup: {
|
|
2934
3115
|
defaultSubject: string;
|
|
2935
3116
|
defaultMessage: string;
|
|
@@ -2955,6 +3136,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2955
3136
|
size: string;
|
|
2956
3137
|
type: string;
|
|
2957
3138
|
toggle: string;
|
|
3139
|
+
customize: string;
|
|
2958
3140
|
};
|
|
2959
3141
|
facets: {
|
|
2960
3142
|
categories: {
|
|
@@ -3452,8 +3634,57 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
3452
3634
|
closeChat: string;
|
|
3453
3635
|
newMessages: string;
|
|
3454
3636
|
};
|
|
3637
|
+
workflow: {
|
|
3638
|
+
selectedDocuments: string;
|
|
3639
|
+
};
|
|
3640
|
+
fileList: string;
|
|
3641
|
+
previewPanel: string;
|
|
3642
|
+
selectAll: string;
|
|
3643
|
+
deselectAll: string;
|
|
3644
|
+
layoutSelector: string;
|
|
3645
|
+
layoutList: string;
|
|
3646
|
+
layoutGrid: string;
|
|
3647
|
+
layoutTable: string;
|
|
3648
|
+
delete: string;
|
|
3649
|
+
edit: string;
|
|
3650
|
+
open: string;
|
|
3651
|
+
download: string;
|
|
3652
|
+
restore: string;
|
|
3653
|
+
publish: string;
|
|
3654
|
+
back: string;
|
|
3655
|
+
minimize: string;
|
|
3656
|
+
reload: string;
|
|
3657
|
+
duplicate: string;
|
|
3658
|
+
moveUp: string;
|
|
3659
|
+
moveDown: string;
|
|
3660
|
+
sortAscending: string;
|
|
3661
|
+
sortDescending: string;
|
|
3662
|
+
search: string;
|
|
3663
|
+
moreActions: string;
|
|
3664
|
+
"add/removeFavorite": string;
|
|
3665
|
+
modify: string;
|
|
3666
|
+
home: string;
|
|
3667
|
+
selection: {
|
|
3668
|
+
count: string;
|
|
3669
|
+
mobileCount: string;
|
|
3670
|
+
selectAll: string;
|
|
3671
|
+
selectAllShort: string;
|
|
3672
|
+
clearSelection: string;
|
|
3673
|
+
clear: string;
|
|
3674
|
+
};
|
|
3675
|
+
sidebarMenu: {
|
|
3676
|
+
profile: string;
|
|
3677
|
+
portal: string;
|
|
3678
|
+
logout: string;
|
|
3679
|
+
};
|
|
3455
3680
|
};
|
|
3456
3681
|
fr: {
|
|
3682
|
+
pagination: {
|
|
3683
|
+
rowsPerPage: string;
|
|
3684
|
+
};
|
|
3685
|
+
taskNotification: {
|
|
3686
|
+
pendingTasks: string;
|
|
3687
|
+
};
|
|
3457
3688
|
nothingTitle: string;
|
|
3458
3689
|
nothingText: string;
|
|
3459
3690
|
goHome: string;
|
|
@@ -3565,6 +3796,13 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
3565
3796
|
showPageByPage: string;
|
|
3566
3797
|
previousPage: string;
|
|
3567
3798
|
nextPage: string;
|
|
3799
|
+
saveForm: string;
|
|
3800
|
+
cancelForm: string;
|
|
3801
|
+
formFieldsInfo: string;
|
|
3802
|
+
formFieldsInfoTitle: string;
|
|
3803
|
+
formFieldName: string;
|
|
3804
|
+
formFieldType: string;
|
|
3805
|
+
formFieldValue: string;
|
|
3568
3806
|
};
|
|
3569
3807
|
sharelink: {
|
|
3570
3808
|
shareLinkOf: string;
|
|
@@ -3597,6 +3835,18 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
3597
3835
|
userHomes: string;
|
|
3598
3836
|
yes: string;
|
|
3599
3837
|
no: string;
|
|
3838
|
+
filter: {
|
|
3839
|
+
toggle: string;
|
|
3840
|
+
all: string;
|
|
3841
|
+
search: string;
|
|
3842
|
+
clear: string;
|
|
3843
|
+
apply: string;
|
|
3844
|
+
noOptions: string;
|
|
3845
|
+
contains: string;
|
|
3846
|
+
notContains: string;
|
|
3847
|
+
equals: string;
|
|
3848
|
+
clearAll: string;
|
|
3849
|
+
};
|
|
3600
3850
|
howMuchResult: string;
|
|
3601
3851
|
howMuchSelected: string;
|
|
3602
3852
|
selectAllElement: string;
|
|
@@ -3632,6 +3882,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
3632
3882
|
successRestrictPermissions: string;
|
|
3633
3883
|
successRestorePermissions: string;
|
|
3634
3884
|
fromGroup: string;
|
|
3885
|
+
viewUserProfile: string;
|
|
3635
3886
|
};
|
|
3636
3887
|
groups: string;
|
|
3637
3888
|
role: {
|
|
@@ -3721,6 +3972,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
3721
3972
|
};
|
|
3722
3973
|
arrayEditor: {
|
|
3723
3974
|
addItem: string;
|
|
3975
|
+
reorder: string;
|
|
3724
3976
|
};
|
|
3725
3977
|
types: {
|
|
3726
3978
|
string: string;
|
|
@@ -3979,7 +4231,9 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
3979
4231
|
editor: {
|
|
3980
4232
|
edit: string;
|
|
3981
4233
|
cancelEdit: string;
|
|
4234
|
+
closeEdit: string;
|
|
3982
4235
|
saveSuccess: string;
|
|
4236
|
+
alreadyUpToDate: string;
|
|
3983
4237
|
loadError: string;
|
|
3984
4238
|
refreshError: string;
|
|
3985
4239
|
unsavedChanges: string;
|
|
@@ -4024,6 +4278,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
4024
4278
|
};
|
|
4025
4279
|
};
|
|
4026
4280
|
sendingMail: {
|
|
4281
|
+
addCc: string;
|
|
4282
|
+
addCci: string;
|
|
4027
4283
|
popup: {
|
|
4028
4284
|
defaultSubject: string;
|
|
4029
4285
|
defaultMessage: string;
|
|
@@ -4049,6 +4305,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
4049
4305
|
size: string;
|
|
4050
4306
|
type: string;
|
|
4051
4307
|
toggle: string;
|
|
4308
|
+
customize: string;
|
|
4052
4309
|
};
|
|
4053
4310
|
facets: {
|
|
4054
4311
|
categories: {
|
|
@@ -4546,10 +4803,53 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
4546
4803
|
closeChat: string;
|
|
4547
4804
|
newMessages: string;
|
|
4548
4805
|
};
|
|
4806
|
+
workflow: {
|
|
4807
|
+
selectedDocuments: string;
|
|
4808
|
+
};
|
|
4809
|
+
fileList: string;
|
|
4810
|
+
previewPanel: string;
|
|
4811
|
+
selectAll: string;
|
|
4812
|
+
deselectAll: string;
|
|
4813
|
+
layoutSelector: string;
|
|
4814
|
+
layoutList: string;
|
|
4815
|
+
layoutGrid: string;
|
|
4816
|
+
layoutTable: string;
|
|
4817
|
+
delete: string;
|
|
4818
|
+
edit: string;
|
|
4819
|
+
open: string;
|
|
4820
|
+
download: string;
|
|
4821
|
+
restore: string;
|
|
4822
|
+
publish: string;
|
|
4823
|
+
back: string;
|
|
4824
|
+
minimize: string;
|
|
4825
|
+
reload: string;
|
|
4826
|
+
duplicate: string;
|
|
4827
|
+
moveUp: string;
|
|
4828
|
+
moveDown: string;
|
|
4829
|
+
sortAscending: string;
|
|
4830
|
+
sortDescending: string;
|
|
4831
|
+
search: string;
|
|
4832
|
+
moreActions: string;
|
|
4833
|
+
"add/removeFavorite": string;
|
|
4834
|
+
modify: string;
|
|
4835
|
+
home: string;
|
|
4836
|
+
selection: {
|
|
4837
|
+
count: string;
|
|
4838
|
+
mobileCount: string;
|
|
4839
|
+
selectAll: string;
|
|
4840
|
+
selectAllShort: string;
|
|
4841
|
+
clearSelection: string;
|
|
4842
|
+
clear: string;
|
|
4843
|
+
};
|
|
4844
|
+
sidebarMenu: {
|
|
4845
|
+
profile: string;
|
|
4846
|
+
portal: string;
|
|
4847
|
+
logout: string;
|
|
4848
|
+
};
|
|
4549
4849
|
};
|
|
4550
4850
|
}, "fr" | "en", RemoveIndexSignature<{
|
|
4551
4851
|
[x: string]: LocaleMessageValue<VueMessageType>;
|
|
4552
|
-
}>, never, "facets.categories.modified_date" | "pdf" | "cancel" | "error" | "fichier" | "dossier" | "nothingTitle" | "nothingText" | "goHome" | "save" | "next" | "previous" | "selectFolder" | "dropFolder" | "uploadUnknownError" | "alfrescoError" | "fichier_image" | "fichier_video" | "fichier_pdf" | "fichier_eml" | "fichier_texte" | "fichier_tableur" | "fichier_dessin" | "fichier_presentation" | "fichier_markdown" | "fichier_json" | "fichier_xml" | "fichier_html" | "fichier_css" | "fichier_csv" | "fichier_javascript" | "fichier_sql" | "fichier_shell" | "fichier_yaml" | "fichier_python" | "fichier_typescript" | "fichier_php" | "fichier_java" | "fichier_code" | "fichier_config" | "fichier_log" | "espace" | "menu" | "tasks" | "sharelink" | "cannotCopyHere" | "cannotMoveHere" | "spaces" | "userHomes" | "yes" | "no" | "howMuchResult" | "howMuchSelected" | "selectAllElement" | "selectAllElementMoreThan" | "deleteSelection" | "dropFileFolders" | "currentFolder" | "canceledImport" | "lock" | "membersPopup" | "members" | "groups" | "role" | "success" | "close" | "config" | "vuesFavorites" | "vuesUtilisateurs" | "rechercheAvancee" | "pdfTools" | "editor" | "collab" | "diffViewer" | "sendingMail" | "column" | "facets" | "adminViewList" | "adminClassificationLauncher" | "adminClassificationPage" | "natureForm" | "emplacementForm" | "fieldForm" | "classificationPlan" | "chat" | "pdf.changePage" | "pdf.rotation" | "pdf.previousPage" | "pdf.nextPage" | "pdf.on" | "pdf.and" | "pdf.scrolling" | "pdf.pageToPage" | "pdf.rotationRigth" | "pdf.rotationLeft" | "pdf.zoom" | "pdf.dezoom" | "pdf.adaptToPage" | "pdf.adaptToWidth" | "pdf.changeFile" | "pdf.currentPagination" | "pdf.showAllPages" | "pdf.showPageByPage" | "menu.espaces" | "menu.favoris" | "menu.recherche" | "menu.vues" | "menu.userHome" | "menu.configuration" | "tasks.error.createProcess" | "tasks.error.getProcesses" | "tasks.error.getProcess" | "tasks.error.getFinishedProcess" | "tasks.error.addProcessItems" | "tasks.error.getProcessItems" | "tasks.error.getProcessVariables" | "tasks.error.getProcessDefinition" | "tasks.error.cancelWorkflow" | "tasks.error.openProcessDiagram" | "tasks.error.getProcessHistoryTasks" | "tasks.error.listTasks" | "tasks.error.listFinishedTasks" | "tasks.error.getTask" | "tasks.error.endTask" | "tasks.error.getTaskVariables" | "tasks.error.postTaskVariables" | "tasks.error.updateTaskVariables" | "tasks.error.getTaskItem" | "tasks.priority.priority" | "tasks.priority.low" | "tasks.priority.medium" | "tasks.priority.high" | "tasks.priority.notFound" | "tasks.statusLabel.notYetStarted" | "tasks.statusLabel.inProgress" | "tasks.statusLabel.onHold" | "tasks.statusLabel.cancelled" | "tasks.statusLabel.completed" | "tasks.error" | "tasks.none" | "tasks.priority" | "tasks.approved" | "tasks.rejected" | "tasks.reviewTask" | "tasks.adhocTask" | "tasks.verifyTaskDone" | "tasks.unknownTask" | "tasks.statusLabel" | "sharelink.shareLinkOf" | "sharelink.linkToShare" | "sharelink.shareLinkSettings" | "sharelink.createLinkTooltip" | "sharelink.copyLinkTooltip" | "sharelink.deleteLinkTooltip" | "sharelink.addExpirationDateLinkTooltip" | "sharelink.deleteExpirationDateLinkTooltip" | "sharelink.createLinkToastSummary" | "sharelink.createLinkToastDetail" | "sharelink.createLinkErrorSummary" | "sharelink.deleteLinkToastSummary" | "sharelink.deleteLinkToastDetail" | "sharelink.deleteLinkErrorSummary" | "sharelink.copyLinkToastSummary" | "sharelink.copyLinkErrorSummary" | "sharelink.copyLinkToastDetail" | "sharelink.copyLinkErrorDetail" | "sharelink.updateLinkDateSummary" | "sharelink.updateLinkDateDetail" | "sharelink.updateLinkDateErrorSummary" | "sharelink.expirationDate" | "sharelink.placeholder" | "lock.nodeLock" | "lock.readOnlyLock" | "lock.writeLock" | "membersPopup.goToSiteMemberPage" | "members.add" | "members.search" | "members.members" | "members.role" | "members.management" | "members.youAre" | "members.ofThisWorkspace" | "members.select" | "members.errorAdd" | "members.successAdd" | "members.successDelete" | "members.successChangeRole" | "members.nbAccess" | "members.restrictPermissions" | "members.restorePermissions" | "members.successRestrictPermissions" | "members.successRestorePermissions" | "members.fromGroup" | "role.SiteConsumer" | "role.SiteCollaborator" | "role.SiteManager" | "config.groups.search" | "config.groups.pagination" | "config.groups.display" | "config.groups.matomo" | "config.groups.sentry" | "config.groups.metadata" | "config.groups.security" | "config.groups.other" | "config.raw.uploadDescription" | "config.raw.uploadButton" | "config.raw.uploadWarning" | "config.tabs.structuredEdit" | "config.tabs.rawEdit" | "config.tabs.versions" | "config.table.keyHeader" | "config.table.valueHeader" | "config.table.typeHeader" | "config.buttons.add" | "config.buttons.cancel" | "config.buttons.refresh" | "config.buttons.addNew" | "config.buttons.saveChanges" | "config.buttons.define" | "config.buttons.undefine" | "config.buttons.expand" | "config.buttons.collapse" | "config.splitView.filterPlaceholder" | "config.splitView.selectConfig" | "config.splitView.noResults" | "config.splitView.defaultValue" | "config.dialog.addTitle" | "config.dialog.keyLabel" | "config.dialog.valueLabel" | "config.dialog.typeLabel" | "config.toasts.saveSuccess" | "config.toasts.fetchError" | "config.toasts.saveError" | "config.toasts.errorDetail" | "config.errors.keyRequired" | "config.errors.keyDuplicate" | "config.errors.invalidNumber" | "config.errors.invalidBoolean" | "config.errors.invalidJson" | "config.errors.typeMismatch" | "config.errors.invalidJsonFile" | "config.versionViewer.error" | "config.versionViewer.success" | "config.versionViewer.listTitle" | "config.versionViewer.title" | "config.versionViewer.selectPrompt" | "config.versionViewer.loadError" | "config.versionViewer.genericError" | "config.versionViewer.cannotRevertLatest" | "config.versionViewer.restoredVersionComment" | "config.arrayEditor.addItem" | "config.types.string" | "config.types.number" | "config.types.boolean" | "config.types.object" | "config.types.array" | "config.groups" | "config.raw" | "config.pageTitle" | "config.pageDescription" | "config.tabs" | "config.table" | "config.buttons" | "config.notDefined" | "config.splitView" | "config.dialog" | "config.toasts" | "config.errors" | "config.versionViewer" | "config.arrayEditor" | "config.types" | "vuesFavorites.title" | "vuesFavorites.loadedViewMessage" | "vuesFavorites.noSavedViews" | "vuesFavorites.personalViews" | "vuesFavorites.selectPersonalView" | "vuesFavorites.globalViews" | "vuesFavorites.selectGlobalView" | "vuesFavorites.filterSavedViews" | "vuesUtilisateurs.saveViewPopup.title" | "vuesUtilisateurs.saveViewPopup.nameLabel" | "vuesUtilisateurs.saveViewPopup.nameRequired" | "vuesUtilisateurs.saveViewPopup.descriptionLabel" | "vuesUtilisateurs.saveViewPopup.detailsLabel" | "vuesUtilisateurs.saveViewPopup.scopeLabel" | "vuesUtilisateurs.saveViewPopup.scopeDescription" | "vuesUtilisateurs.saveViewPopup.scopeUser" | "vuesUtilisateurs.saveViewPopup.scopeGlobal" | "vuesUtilisateurs.saveViewPopup.fileIdLabel" | "vuesUtilisateurs.saveViewPopup.fileIdDescription" | "vuesUtilisateurs.saveViewPopup.fileIdPlaceholder" | "vuesUtilisateurs.saveViewPopup.personalDescription" | "vuesUtilisateurs.modifyViewPopup.title" | "vuesUtilisateurs.saveView" | "vuesUtilisateurs.modifyView" | "vuesUtilisateurs.cancelButton" | "vuesUtilisateurs.saveViewPopup" | "vuesUtilisateurs.modifyViewPopup" | "rechercheAvancee.savedViewError.idAlreadyExists" | "rechercheAvancee.savedViewError.nameAlreadyExists" | "rechercheAvancee.savedViewError.globalNotFound" | "rechercheAvancee.savedViewError.personnalNotFound" | "rechercheAvancee.savedViewError.userNotFound" | "rechercheAvancee.savedViewError.userNotFoundForUpdate" | "rechercheAvancee.savedViewError.userNotFoundForDelete" | "rechercheAvancee.savedViewError.configFolderNotFound" | "rechercheAvancee.savedViewError.configFileNotFound" | "rechercheAvancee.noResults" | "rechercheAvancee.valueLabel" | "rechercheAvancee.loadedViewMessage" | "rechercheAvancee.noSavedViews" | "rechercheAvancee.filterSavedViews" | "rechercheAvancee.cancelButton" | "rechercheAvancee.sitePlaceholder" | "rechercheAvancee.folderPlaceholder" | "rechercheAvancee.advancedSearch" | "rechercheAvancee.queryBuilder" | "rechercheAvancee.addCriterionPopupTitle" | "rechercheAvancee.propertyLabel" | "rechercheAvancee.propertyPlaceholder" | "rechercheAvancee.propertyName" | "rechercheAvancee.propertyId" | "rechercheAvancee.propertyDescription" | "rechercheAvancee.propertyAspect" | "rechercheAvancee.conditionLabel" | "rechercheAvancee.operatorLabel" | "rechercheAvancee.operatorPlaceholder" | "rechercheAvancee.addButton" | "rechercheAvancee.mustContain" | "rechercheAvancee.mustNotContain" | "rechercheAvancee.exact" | "rechercheAvancee.contains" | "rechercheAvancee.isDate" | "rechercheAvancee.isDateRange" | "rechercheAvancee.isNumber" | "rechercheAvancee.isNumberRange" | "rechercheAvancee.is" | "rechercheAvancee.locationLabel" | "rechercheAvancee.locationSite" | "rechercheAvancee.locationPath" | "rechercheAvancee.locationNone" | "rechercheAvancee.locationValuePlaceholder" | "rechercheAvancee.criteriaTitle" | "rechercheAvancee.noCriteria" | "rechercheAvancee.addCriterionButton" | "rechercheAvancee.advancedSearchActive" | "rechercheAvancee.savedViews" | "rechercheAvancee.addsSavedViewSuccess" | "rechercheAvancee.modifySavedViewSuccess" | "rechercheAvancee.updateSavedView" | "rechercheAvancee.savedViewError" | "rechercheAvancee.noFilterResults" | "rechercheAvancee.selectPersonalSearch" | "rechercheAvancee.selectGlobalSearch" | "rechercheAvancee.favorite" | "rechercheAvancee.closeView" | "rechercheAvancee.activeView" | "rechercheAvancee.locationsTitle" | "rechercheAvancee.locationsHint" | "rechercheAvancee.noLocations" | "rechercheAvancee.addLocationButton" | "rechercheAvancee.addLocationTitle" | "rechercheAvancee.addLocationConfirm" | "rechercheAvancee.removeLocation" | "rechercheAvancee.includePrefix" | "rechercheAvancee.excludePrefix" | "rechercheAvancee.locationTypeLabel" | "rechercheAvancee.saveViewAsNew" | "rechercheAvancee.saveViewModifications" | "rechercheAvancee.deleteView" | "rechercheAvancee.deleteViewSuccess" | "rechercheAvancee.confirmDeleteTitle" | "rechercheAvancee.confirmDelete" | "rechercheAvancee.showMore" | "rechercheAvancee.addAsIncludeLocation" | "rechercheAvancee.addAsExcludeLocation" | "rechercheAvancee.addAsIncludeFolder" | "rechercheAvancee.addAsExcludeFolder" | "rechercheAvancee.addAsIncludeSite" | "rechercheAvancee.addAsExcludeSite" | "rechercheAvancee.editCriterionPopupTitle" | "rechercheAvancee.updateButton" | "rechercheAvancee.addGroupButton" | "rechercheAvancee.addOrGroup" | "rechercheAvancee.removeGroup" | "rechercheAvancee.operatorAnd" | "rechercheAvancee.operatorOr" | "rechercheAvancee.emptyGroup" | "pdfTools.sidebar.actions" | "pdfTools.sidebar.saveAs" | "pdfTools.sidebar.saveNewVersion" | "pdfTools.sidebar.extractPages" | "pdfTools.sidebar.extractAndSave" | "pdfTools.sidebar.deletePages" | "pdfTools.sidebar.deleteSelectedPages" | "pdfTools.sidebar.insertPdf" | "pdfTools.sidebar.fromComputer" | "pdfTools.sidebar.fromPristy" | "pdfTools.sidebar.addWatermark" | "pdfTools.sidebar.watermarkTextPlaceholder" | "pdfTools.sidebar.angle" | "pdfTools.sidebar.repetitions" | "pdfTools.sidebar.addWatermarkButton" | "pdfTools.pagePreview.title" | "pdfTools.pagePreview.openPagePreview" | "pdfTools.pageEditor.tools.actions" | "pdfTools.pageEditor.tools.size" | "pdfTools.pageEditor.tools.highlight" | "pdfTools.pageEditor.tools.select" | "pdfTools.pageEditor.tools.redact" | "pdfTools.pageEditor.tools.comment" | "pdfTools.pageEditor.tools.image" | "pdfTools.pageEditor.tools.signature" | "pdfTools.pageEditor.tools.text" | "pdfTools.pageEditor.tools.font" | "pdfTools.pageEditor.tools.color" | "pdfTools.pageEditor.cancel" | "pdfTools.pageEditor.close" | "pdfTools.pageEditor.title" | "pdfTools.pageEditor.fit" | "pdfTools.pageEditor.tools" | "pdfTools.pageEditor.apply" | "pdfTools.pageEditor.commentPrompt" | "pdfTools.pageEditor.addTextPrompt" | "pdfTools.pageEditor.footerHint" | "pdfTools.signaturePad.clear" | "pdfTools.signaturePad.title" | "pdfTools.signaturePad.use" | "pdfTools.saveAs.title" | "pdfTools.saveAs.filenameLabel" | "pdfTools.saveAs.defaultFilename" | "pdfTools.saveAs.folderLabel" | "pdfTools.saveAs.browse" | "pdfTools.saveAs.conflictError" | "pdfTools.insertFromAlfresco.search" | "pdfTools.insertFromAlfresco.cancel" | "pdfTools.insertFromAlfresco.path" | "pdfTools.insertFromAlfresco.loading" | "pdfTools.insertFromAlfresco.favorites" | "pdfTools.insertFromAlfresco.select" | "pdfTools.insertFromAlfresco.title" | "pdfTools.insertFromAlfresco.browse" | "pdfTools.insertFromAlfresco.searchPlaceholder" | "pdfTools.insertFromAlfresco.searching" | "pdfTools.insertFromAlfresco.noPdfFound" | "pdfTools.insertFromAlfresco.noPdfFavorite" | "pdfTools.insertFromAlfresco.selectPdfToPreview" | "pdfTools.insertFromAlfresco.loadingPreview" | "pdfTools.insertFromAlfresco.linkOrId" | "pdfTools.insertFromAlfresco.alfrescoIdUrl" | "pdfTools.insertFromAlfresco.alfrescoIdUrlHint" | "pdfTools.insertFromAlfresco.selected" | "pdfTools.insertFromAlfresco.insert" | "pdfTools.insertFromAlfresco.invalidInput" | "pdfTools.insertFromAlfresco.folderSelectError" | "pdfTools.insertFromAlfresco.fileTypeNotAllowedError" | "pdfTools.common.clear" | "pdfTools.common.cancel" | "pdfTools.common.error" | "pdfTools.common.save" | "pdfTools.common.success" | "pdfTools.common.close" | "pdfTools.common.select" | "pdfTools.common.apply" | "pdfTools.common.use" | "pdfTools.common.insert" | "pdfTools.common.warning" | "pdfTools.common.deleted" | "pdfTools.loading" | "pdfTools.saveSuccess" | "pdfTools.saveError" | "pdfTools.title" | "pdfTools.loadError" | "pdfTools.reorderError" | "pdfTools.rotateError" | "pdfTools.deleteAllPagesWarning" | "pdfTools.pagesDeletedSuccess" | "pdfTools.deletePagesError" | "pdfTools.insertFromFileSuccess" | "pdfTools.insertFromPristySuccess" | "pdfTools.insertError" | "pdfTools.insertFromPristyError" | "pdfTools.invalidNodeForInsert" | "pdfTools.watermarkError" | "pdfTools.saveAsError" | "pdfTools.noContentToSave" | "pdfTools.fileCreatedSuccess" | "pdfTools.redactWarning" | "pdfTools.redactFlattenConfirm" | "pdfTools.imagePreviewUnavailable" | "pdfTools.pdfRenderCanvasNotFound" | "pdfTools.sidebar" | "pdfTools.pagePreview" | "pdfTools.pageEditor" | "pdfTools.signaturePad" | "pdfTools.saveAs" | "pdfTools.insertFromAlfresco" | "pdfTools.common" | "editor.viewMode.split" | "editor.viewMode.editorOnly" | "editor.viewMode.previewOnly" | "editor.edit" | "editor.saveSuccess" | "editor.loadError" | "editor.cancelEdit" | "editor.refreshError" | "editor.unsavedChanges" | "editor.confirmationHeader" | "editor.lineWrap" | "editor.viewMode" | "collab.enable" | "collab.disable" | "collab.connected" | "collab.disconnected" | "collab.reconnecting" | "collab.peers" | "collab.initError" | "collab.sessionFull" | "collab.locked" | "collab.offline" | "collab.participantsTooltip" | "collab.editorsTooltip" | "collab.observersTooltip" | "diffViewer.errors.loadError" | "diffViewer.revertVersion.error" | "diffViewer.revertVersion.success" | "diffViewer.revertVersion.successDetail" | "diffViewer.errors" | "diffViewer.restoredVersionComment" | "diffViewer.compareTitle" | "diffViewer.version" | "diffViewer.currentVersion" | "diffViewer.selectVersionA" | "diffViewer.selectVersionB" | "diffViewer.revertToThisVersion" | "diffViewer.revertVersion" | "sendingMail.popup.defaultSubject" | "sendingMail.popup.defaultMessage" | "sendingMail.errors.errorEmptyEmail" | "sendingMail.errors.errorValidEmail" | "sendingMail.errors.errorEmptySubject" | "sendingMail.errors.errorSubjectTooShort" | "sendingMail.errors.errorEmptyMessage" | "sendingMail.errors.errorSendMail" | "sendingMail.popup" | "sendingMail.errors" | "column.actions" | "column.size" | "column.type" | "column.name" | "column.createdAt" | "column.createdBy" | "column.mimeType" | "column.modifiedAt" | "column.modifiedBy" | "column.thumbnail" | "column.toggle" | "facets.categories" | "adminViewList.deleteView.toast.error.summary" | "adminViewList.deleteView.toast.error.detail" | "adminViewList.deleteView.toast.success.summary" | "adminViewList.deleteView.toast.success.detail" | "adminViewList.deleteView.toast.successMultiple.detail" | "adminViewList.deleteView.toast.errorMultiple.detail" | "adminViewList.deleteView.toast.error" | "adminViewList.deleteView.toast.success" | "adminViewList.deleteView.toast.successMultiple" | "adminViewList.deleteView.toast.errorMultiple" | "adminViewList.deleteView.toast" | "adminViewList.deleteView.button" | "adminViewList.deleteView.confirmHeader" | "adminViewList.deleteView.confirmMessage" | "adminViewList.deleteView.confirmMessageMultiple" | "adminViewList.existingViews.loading" | "adminViewList.existingViews.title" | "adminViewList.existingViews.noViewsFound" | "adminViewList.existingViews.download" | "adminViewList.importView.toast.error.summary" | "adminViewList.importView.toast.error.detail" | "adminViewList.importView.toast.success.summary" | "adminViewList.importView.toast.success.detail" | "adminViewList.importView.toast.error" | "adminViewList.importView.toast.success" | "adminViewList.importView.toast.noJsonFiles.summary" | "adminViewList.importView.toast.noJsonFiles.detail" | "adminViewList.importView.toast.noJsonFiles" | "adminViewList.importView.toast" | "adminViewList.importView.button" | "adminViewList.exportAll.toast.error.summary" | "adminViewList.exportAll.toast.error.detail" | "adminViewList.exportAll.toast.success.summary" | "adminViewList.exportAll.toast.success.detail" | "adminViewList.exportAll.toast.error" | "adminViewList.exportAll.toast.success" | "adminViewList.exportAll.toast" | "adminViewList.exportAll.button" | "adminViewList.dropZone.text" | "adminViewList.dropZone.hint" | "adminViewList.selectionBar.selected" | "adminViewList.selectionBar.selectAll" | "adminViewList.selectionBar.clearSelection" | "adminViewList.selectionBar.downloadAll" | "adminViewList.editView.toast.error.summary" | "adminViewList.editView.toast.error.detail" | "adminViewList.editView.toast.success.summary" | "adminViewList.editView.toast.success.detail" | "adminViewList.editView.toast.error" | "adminViewList.editView.toast.success" | "adminViewList.editView.description" | "adminViewList.editView.name" | "adminViewList.editView.cancel" | "adminViewList.editView.save" | "adminViewList.editView.title" | "adminViewList.editView.toast" | "adminViewList.editView.button" | "adminViewList.editView.namePlaceholder" | "adminViewList.editView.descriptionPlaceholder" | "adminViewList.toast.downloadError.summary" | "adminViewList.toast.downloadError.detail" | "adminViewList.toast.downloadError" | "adminViewList.deleteView" | "adminViewList.existingViews" | "adminViewList.importView" | "adminViewList.exportAll" | "adminViewList.dropZone" | "adminViewList.selectionBar" | "adminViewList.editView" | "adminViewList.toast" | "adminClassificationLauncher.selectionBar.selected" | "adminClassificationLauncher.selectionBar.selectAll" | "adminClassificationLauncher.selectionBar.clearSelection" | "adminClassificationLauncher.selectionBar.downloadAll" | "adminClassificationLauncher.selectionBar.openAll" | "adminClassificationLauncher.toast.listError.summary" | "adminClassificationLauncher.toast.listError.detail" | "adminClassificationLauncher.toast.invalidName.summary" | "adminClassificationLauncher.toast.invalidName.detail" | "adminClassificationLauncher.toast.listError" | "adminClassificationLauncher.toast.invalidName" | "adminClassificationLauncher.existingPlans.loading" | "adminClassificationLauncher.existingPlans.title" | "adminClassificationLauncher.existingPlans.download" | "adminClassificationLauncher.existingPlans.noPlansFound" | "adminClassificationLauncher.createPlan.description" | "adminClassificationLauncher.createPlan.cancel" | "adminClassificationLauncher.createPlan.placeholder" | "adminClassificationLauncher.createPlan.title" | "adminClassificationLauncher.createPlan.button" | "adminClassificationLauncher.deletePlan.toast.error.summary" | "adminClassificationLauncher.deletePlan.toast.error.detail" | "adminClassificationLauncher.deletePlan.toast.success.summary" | "adminClassificationLauncher.deletePlan.toast.success.detail" | "adminClassificationLauncher.deletePlan.toast.successMultiple.detail" | "adminClassificationLauncher.deletePlan.toast.errorMultiple.detail" | "adminClassificationLauncher.deletePlan.toast.error" | "adminClassificationLauncher.deletePlan.toast.success" | "adminClassificationLauncher.deletePlan.toast.successMultiple" | "adminClassificationLauncher.deletePlan.toast.errorMultiple" | "adminClassificationLauncher.deletePlan.toast" | "adminClassificationLauncher.deletePlan.button" | "adminClassificationLauncher.deletePlan.confirmHeader" | "adminClassificationLauncher.deletePlan.confirmMessage" | "adminClassificationLauncher.deletePlan.confirmMessageMultiple" | "adminClassificationLauncher.importPlan.toast.success.summary" | "adminClassificationLauncher.importPlan.toast.success.detail" | "adminClassificationLauncher.importPlan.toast.success" | "adminClassificationLauncher.importPlan.toast.saveError.summary" | "adminClassificationLauncher.importPlan.toast.saveError.detail" | "adminClassificationLauncher.importPlan.toast.parseError.summary" | "adminClassificationLauncher.importPlan.toast.parseError.detail" | "adminClassificationLauncher.importPlan.toast.saveError" | "adminClassificationLauncher.importPlan.toast.parseError" | "adminClassificationLauncher.importPlan.toast" | "adminClassificationLauncher.importPlan.button" | "adminClassificationLauncher.importPlan.invalidStructure" | "adminClassificationLauncher.title" | "adminClassificationLauncher.selectionBar" | "adminClassificationLauncher.toast" | "adminClassificationLauncher.existingPlans" | "adminClassificationLauncher.createPlan" | "adminClassificationLauncher.deletePlan" | "adminClassificationLauncher.importPlan" | "adminClassificationPage.buttons.cancel" | "adminClassificationPage.toast.saveError" | "adminClassificationPage.tabs.categories" | "adminClassificationPage.tabs.natures" | "adminClassificationPage.tabs.fields" | "adminClassificationPage.tabs.emplacements" | "adminClassificationPage.buttons.reload" | "adminClassificationPage.buttons.save" | "adminClassificationPage.buttons.newNature" | "adminClassificationPage.buttons.newField" | "adminClassificationPage.buttons.newEmplacement" | "adminClassificationPage.buttons.newCategory" | "adminClassificationPage.buttons.export" | "adminClassificationPage.buttons.import" | "adminClassificationPage.buttons.createFile" | "adminClassificationPage.buttons.saveFile" | "adminClassificationPage.dialog.createNature" | "adminClassificationPage.dialog.editNature" | "adminClassificationPage.dialog.duplicateNature" | "adminClassificationPage.dialog.createField" | "adminClassificationPage.dialog.editField" | "adminClassificationPage.dialog.duplicateField" | "adminClassificationPage.dialog.createEmplacement" | "adminClassificationPage.dialog.editEmplacement" | "adminClassificationPage.dialog.createCategory" | "adminClassificationPage.dialog.editCategory" | "adminClassificationPage.toast.saveSuccess" | "adminClassificationPage.toast.loadError" | "adminClassificationPage.toast.newPlan" | "adminClassificationPage.toast.fileNotExist" | "adminClassificationPage.toast.loadErrorDetail" | "adminClassificationPage.toast.exportSuccess" | "adminClassificationPage.toast.exportSuccessDetail" | "adminClassificationPage.toast.importSuccess" | "adminClassificationPage.toast.importSuccessDetail" | "adminClassificationPage.toast.importError" | "adminClassificationPage.toast.importErrorDetail" | "adminClassificationPage.toast.invalidFileStructure" | "adminClassificationPage.toast.fieldCreated" | "adminClassificationPage.toast.fieldAutoCreated" | "adminClassificationPage.toast.autoCreatedForNature" | "adminClassificationPage.toast.autoCreatedForEmplacement" | "adminClassificationPage.toast.deleteImpossible" | "adminClassificationPage.toast.fieldUsed" | "adminClassificationPage.toast.emplacementUsed" | "adminClassificationPage.toast.confirmed" | "adminClassificationPage.toast.itemDeleted" | "adminClassificationPage.toast.invalidFilename" | "adminClassificationPage.toast.filenameMustStartWithPlan" | "adminClassificationPage.columns.id" | "adminClassificationPage.columns.actions" | "adminClassificationPage.columns.label" | "adminClassificationPage.columns.description" | "adminClassificationPage.columns.type" | "adminClassificationPage.columns.name" | "adminClassificationPage.columns.display" | "adminClassificationPage.columns.title" | "adminClassificationPage.columns.categories" | "adminClassificationPage.columns.emplacement" | "adminClassificationPage.columns.icon" | "adminClassificationPage.columns.code" | "adminClassificationPage.columns.views" | "adminClassificationPage.confirm.field" | "adminClassificationPage.confirm.emplacement" | "adminClassificationPage.confirm.deleteMessage" | "adminClassificationPage.confirm.deleteHeader" | "adminClassificationPage.confirm.nature" | "adminClassificationPage.confirm.category" | "adminClassificationPage.viewSelector.search" | "adminClassificationPage.viewSelector.noResults" | "adminClassificationPage.viewSelector.title" | "adminClassificationPage.viewSelector.selected" | "adminClassificationPage.viewSelector.available" | "adminClassificationPage.viewSelector.searchResults" | "adminClassificationPage.viewSelector.noViews" | "adminClassificationPage.viewSelector.nViews" | "adminClassificationPage.viewSelector.validate" | "adminClassificationPage.file" | "adminClassificationPage.loading" | "adminClassificationPage.tabs" | "adminClassificationPage.buttons" | "adminClassificationPage.dialog" | "adminClassificationPage.toast" | "adminClassificationPage.titleNew" | "adminClassificationPage.titleAdmin" | "adminClassificationPage.columns" | "adminClassificationPage.confirm" | "adminClassificationPage.viewSelector" | "natureForm.validation.nameAndCodeRequired" | "natureForm.validation.codeAlreadyExists" | "natureForm.value" | "natureForm.required" | "natureForm.name" | "natureForm.metadata" | "natureForm.categories" | "natureForm.emplacement" | "natureForm.icon" | "natureForm.code" | "natureForm.documentType" | "natureForm.aspects" | "natureForm.selectAspects" | "natureForm.chooseIcon" | "natureForm.selectPath" | "natureForm.calculatedPath" | "natureForm.noMetadata" | "natureForm.key" | "natureForm.mappingType" | "natureForm.valueOrFieldName" | "natureForm.selectCategories" | "natureForm.validation" | "emplacementForm.validation.codeRequired" | "emplacementForm.value" | "emplacementForm.type" | "emplacementForm.required" | "emplacementForm.metadata" | "emplacementForm.code" | "emplacementForm.aspects" | "emplacementForm.selectAspects" | "emplacementForm.noMetadata" | "emplacementForm.key" | "emplacementForm.mappingType" | "emplacementForm.valueOrFieldName" | "emplacementForm.validation" | "emplacementForm.codeHelp" | "emplacementForm.typeHelp" | "emplacementForm.editType" | "fieldForm.search.query.label" | "fieldForm.search.lang.label" | "fieldForm.search.valueField.label" | "fieldForm.search.testButton.label" | "fieldForm.search.testResults.title" | "fieldForm.search.testError.fetchError" | "fieldForm.search.testError.emptyQuery" | "fieldForm.search.testError.noResult" | "fieldForm.search.query" | "fieldForm.search.title" | "fieldForm.search.lang" | "fieldForm.search.valueField" | "fieldForm.search.testButton" | "fieldForm.search.testResults" | "fieldForm.search.testError" | "fieldForm.description.label" | "fieldForm.description.help" | "fieldForm.name.label" | "fieldForm.name.help" | "fieldForm.errors.nameAndDescriptionRequired" | "fieldForm.errors.fieldNameExists" | "fieldForm.dataType.label" | "fieldForm.dataType.placeholder" | "fieldForm.dataType.help" | "fieldForm.inputType.label" | "fieldForm.inputType.placeholder" | "fieldForm.inputType.help" | "fieldForm.stringConstraints.regex.label" | "fieldForm.stringConstraints.regex.help" | "fieldForm.stringConstraints.regexTester.label" | "fieldForm.stringConstraints.regexTester.placeholder" | "fieldForm.stringConstraints.title" | "fieldForm.stringConstraints.regex" | "fieldForm.stringConstraints.regexTester" | "fieldForm.numberConstraints.default.label" | "fieldForm.numberConstraints.min.label" | "fieldForm.numberConstraints.max.label" | "fieldForm.numberConstraints.default" | "fieldForm.numberConstraints.title" | "fieldForm.numberConstraints.min" | "fieldForm.numberConstraints.max" | "fieldForm.search" | "fieldForm.description" | "fieldForm.name" | "fieldForm.errors" | "fieldForm.dataType" | "fieldForm.inputType" | "fieldForm.stringConstraints" | "fieldForm.numberConstraints" | "classificationPlan.buttons.cancel" | "classificationPlan.buttons.next" | "classificationPlan.buttons.previous" | "classificationPlan.buttons.requalify" | "classificationPlan.buttons.viewSummary" | "classificationPlan.buttons.acceptAndCreate" | "classificationPlan.buttons.acceptAndImport" | "classificationPlan.toast.searchError" | "classificationPlan.toast.searchFieldFailed" | "classificationPlan.toast.loadPlansError" | "classificationPlan.toast.loadPlanContentError" | "classificationPlan.toast.workspaceError" | "classificationPlan.toast.requalifySuccess" | "classificationPlan.toast.requalifyError" | "classificationPlan.summary.metadata" | "classificationPlan.summary.verifyBeforeImport" | "classificationPlan.summary.verifyBeforeRequalify" | "classificationPlan.summary.generalInfo" | "classificationPlan.summary.metadataToSend" | "classificationPlan.summary.fileClassification" | "classificationPlan.summary.destinationFolder" | "classificationPlan.summary.movement" | "classificationPlan.summary.document" | "classificationPlan.upload.headerCreate" | "classificationPlan.upload.headerImport" | "classificationPlan.steps.summary" | "classificationPlan.steps.step" | "classificationPlan.steps.selectPlan" | "classificationPlan.steps.selectNature" | "classificationPlan.steps.fillMetadata" | "classificationPlan.steps.fillMetadataAndFiles" | "classificationPlan.steps.selectFiles" | "classificationPlan.stepper.files" | "classificationPlan.stepper.metadata" | "classificationPlan.stepper.summary" | "classificationPlan.stepper.nature" | "classificationPlan.stepper.plan" | "classificationPlan.requalify.title" | "classificationPlan.requalify.summaryFrom" | "classificationPlan.requalify.summaryTo" | "classificationPlan.files" | "classificationPlan.buttons" | "classificationPlan.searchPlaceholder" | "classificationPlan.toast" | "classificationPlan.summary" | "classificationPlan.code" | "classificationPlan.nature" | "classificationPlan.category" | "classificationPlan.min" | "classificationPlan.max" | "classificationPlan.allCategories" | "classificationPlan.noCategory" | "classificationPlan.filterByCategory" | "classificationPlan.upload" | "classificationPlan.steps" | "classificationPlan.stepper" | "classificationPlan.plan" | "classificationPlan.natureColumn" | "classificationPlan.choosePlan" | "classificationPlan.planAriaLabel" | "classificationPlan.noPlanFound" | "classificationPlan.searchNaturePlaceholder" | "classificationPlan.noNature" | "classificationPlan.destinationCurrent" | "classificationPlan.destinationLabel" | "classificationPlan.chooseFiles" | "classificationPlan.fileToCreate" | "classificationPlan.filesToImport" | "classificationPlan.na" | "classificationPlan.constraint" | "classificationPlan.validationRegexError" | "classificationPlan.requalify" | "chat.title" | "chat.reconnecting" | "chat.connecting" | "chat.connectionError" | "chat.notConfigured" | "chat.configureInProfile" | "chat.retry" | "chat.searchRooms" | "chat.noRooms" | "chat.noMessages" | "chat.loadMore" | "chat.typeMessage" | "chat.send" | "chat.attachFile" | "chat.attachment" | "chat.unknownUser" | "chat.userTyping" | "chat.usersTyping" | "chat.multipleUsersTyping" | "chat.sendError" | "chat.uploadError" | "chat.openChat" | "chat.closeChat" | "chat.newMessages" | "tasks.approve" | "tasks.reject" | "rechercheAvancee.addFavorite" | "rechercheAvancee.removeFavorite", "facets.categories.modified_date" | "pdf" | "cancel" | "error" | "fichier" | "dossier" | "nothingTitle" | "nothingText" | "goHome" | "save" | "next" | "previous" | "selectFolder" | "dropFolder" | "uploadUnknownError" | "alfrescoError" | "fichier_image" | "fichier_video" | "fichier_pdf" | "fichier_eml" | "fichier_texte" | "fichier_tableur" | "fichier_dessin" | "fichier_presentation" | "fichier_markdown" | "fichier_json" | "fichier_xml" | "fichier_html" | "fichier_css" | "fichier_csv" | "fichier_javascript" | "fichier_sql" | "fichier_shell" | "fichier_yaml" | "fichier_python" | "fichier_typescript" | "fichier_php" | "fichier_java" | "fichier_code" | "fichier_config" | "fichier_log" | "espace" | "menu" | "tasks" | "sharelink" | "cannotCopyHere" | "cannotMoveHere" | "spaces" | "userHomes" | "yes" | "no" | "howMuchResult" | "howMuchSelected" | "selectAllElement" | "selectAllElementMoreThan" | "deleteSelection" | "dropFileFolders" | "currentFolder" | "canceledImport" | "lock" | "membersPopup" | "members" | "groups" | "role" | "success" | "close" | "config" | "vuesFavorites" | "vuesUtilisateurs" | "rechercheAvancee" | "pdfTools" | "editor" | "collab" | "diffViewer" | "sendingMail" | "column" | "facets" | "adminViewList" | "adminClassificationLauncher" | "adminClassificationPage" | "natureForm" | "emplacementForm" | "fieldForm" | "classificationPlan" | "chat" | "pdf.changePage" | "pdf.rotation" | "pdf.previousPage" | "pdf.nextPage" | "pdf.on" | "pdf.and" | "pdf.scrolling" | "pdf.pageToPage" | "pdf.rotationRigth" | "pdf.rotationLeft" | "pdf.zoom" | "pdf.dezoom" | "pdf.adaptToPage" | "pdf.adaptToWidth" | "pdf.changeFile" | "pdf.currentPagination" | "pdf.showAllPages" | "pdf.showPageByPage" | "menu.espaces" | "menu.favoris" | "menu.recherche" | "menu.vues" | "menu.userHome" | "menu.configuration" | "tasks.error.createProcess" | "tasks.error.getProcesses" | "tasks.error.getProcess" | "tasks.error.getFinishedProcess" | "tasks.error.addProcessItems" | "tasks.error.getProcessItems" | "tasks.error.getProcessVariables" | "tasks.error.getProcessDefinition" | "tasks.error.cancelWorkflow" | "tasks.error.openProcessDiagram" | "tasks.error.getProcessHistoryTasks" | "tasks.error.listTasks" | "tasks.error.listFinishedTasks" | "tasks.error.getTask" | "tasks.error.endTask" | "tasks.error.getTaskVariables" | "tasks.error.postTaskVariables" | "tasks.error.updateTaskVariables" | "tasks.error.getTaskItem" | "tasks.priority.priority" | "tasks.priority.low" | "tasks.priority.medium" | "tasks.priority.high" | "tasks.priority.notFound" | "tasks.statusLabel.notYetStarted" | "tasks.statusLabel.inProgress" | "tasks.statusLabel.onHold" | "tasks.statusLabel.cancelled" | "tasks.statusLabel.completed" | "tasks.error" | "tasks.none" | "tasks.priority" | "tasks.approved" | "tasks.rejected" | "tasks.reviewTask" | "tasks.adhocTask" | "tasks.verifyTaskDone" | "tasks.unknownTask" | "tasks.statusLabel" | "sharelink.shareLinkOf" | "sharelink.linkToShare" | "sharelink.shareLinkSettings" | "sharelink.createLinkTooltip" | "sharelink.copyLinkTooltip" | "sharelink.deleteLinkTooltip" | "sharelink.addExpirationDateLinkTooltip" | "sharelink.deleteExpirationDateLinkTooltip" | "sharelink.createLinkToastSummary" | "sharelink.createLinkToastDetail" | "sharelink.createLinkErrorSummary" | "sharelink.deleteLinkToastSummary" | "sharelink.deleteLinkToastDetail" | "sharelink.deleteLinkErrorSummary" | "sharelink.copyLinkToastSummary" | "sharelink.copyLinkErrorSummary" | "sharelink.copyLinkToastDetail" | "sharelink.copyLinkErrorDetail" | "sharelink.updateLinkDateSummary" | "sharelink.updateLinkDateDetail" | "sharelink.updateLinkDateErrorSummary" | "sharelink.expirationDate" | "sharelink.placeholder" | "lock.nodeLock" | "lock.readOnlyLock" | "lock.writeLock" | "membersPopup.goToSiteMemberPage" | "members.add" | "members.search" | "members.members" | "members.role" | "members.management" | "members.youAre" | "members.ofThisWorkspace" | "members.select" | "members.errorAdd" | "members.successAdd" | "members.successDelete" | "members.successChangeRole" | "members.nbAccess" | "members.restrictPermissions" | "members.restorePermissions" | "members.successRestrictPermissions" | "members.successRestorePermissions" | "members.fromGroup" | "role.SiteConsumer" | "role.SiteCollaborator" | "role.SiteManager" | "config.groups.search" | "config.groups.pagination" | "config.groups.display" | "config.groups.matomo" | "config.groups.sentry" | "config.groups.metadata" | "config.groups.security" | "config.groups.other" | "config.raw.uploadDescription" | "config.raw.uploadButton" | "config.raw.uploadWarning" | "config.tabs.structuredEdit" | "config.tabs.rawEdit" | "config.tabs.versions" | "config.table.keyHeader" | "config.table.valueHeader" | "config.table.typeHeader" | "config.buttons.add" | "config.buttons.cancel" | "config.buttons.refresh" | "config.buttons.addNew" | "config.buttons.saveChanges" | "config.buttons.define" | "config.buttons.undefine" | "config.buttons.expand" | "config.buttons.collapse" | "config.splitView.filterPlaceholder" | "config.splitView.selectConfig" | "config.splitView.noResults" | "config.splitView.defaultValue" | "config.dialog.addTitle" | "config.dialog.keyLabel" | "config.dialog.valueLabel" | "config.dialog.typeLabel" | "config.toasts.saveSuccess" | "config.toasts.fetchError" | "config.toasts.saveError" | "config.toasts.errorDetail" | "config.errors.keyRequired" | "config.errors.keyDuplicate" | "config.errors.invalidNumber" | "config.errors.invalidBoolean" | "config.errors.invalidJson" | "config.errors.typeMismatch" | "config.errors.invalidJsonFile" | "config.versionViewer.error" | "config.versionViewer.success" | "config.versionViewer.listTitle" | "config.versionViewer.title" | "config.versionViewer.selectPrompt" | "config.versionViewer.loadError" | "config.versionViewer.genericError" | "config.versionViewer.cannotRevertLatest" | "config.versionViewer.restoredVersionComment" | "config.arrayEditor.addItem" | "config.types.string" | "config.types.number" | "config.types.boolean" | "config.types.object" | "config.types.array" | "config.groups" | "config.raw" | "config.pageTitle" | "config.pageDescription" | "config.tabs" | "config.table" | "config.buttons" | "config.notDefined" | "config.splitView" | "config.dialog" | "config.toasts" | "config.errors" | "config.versionViewer" | "config.arrayEditor" | "config.types" | "vuesFavorites.title" | "vuesFavorites.loadedViewMessage" | "vuesFavorites.noSavedViews" | "vuesFavorites.personalViews" | "vuesFavorites.selectPersonalView" | "vuesFavorites.globalViews" | "vuesFavorites.selectGlobalView" | "vuesFavorites.filterSavedViews" | "vuesUtilisateurs.saveViewPopup.title" | "vuesUtilisateurs.saveViewPopup.nameLabel" | "vuesUtilisateurs.saveViewPopup.nameRequired" | "vuesUtilisateurs.saveViewPopup.descriptionLabel" | "vuesUtilisateurs.saveViewPopup.detailsLabel" | "vuesUtilisateurs.saveViewPopup.scopeLabel" | "vuesUtilisateurs.saveViewPopup.scopeDescription" | "vuesUtilisateurs.saveViewPopup.scopeUser" | "vuesUtilisateurs.saveViewPopup.scopeGlobal" | "vuesUtilisateurs.saveViewPopup.fileIdLabel" | "vuesUtilisateurs.saveViewPopup.fileIdDescription" | "vuesUtilisateurs.saveViewPopup.fileIdPlaceholder" | "vuesUtilisateurs.saveViewPopup.personalDescription" | "vuesUtilisateurs.modifyViewPopup.title" | "vuesUtilisateurs.saveView" | "vuesUtilisateurs.modifyView" | "vuesUtilisateurs.cancelButton" | "vuesUtilisateurs.saveViewPopup" | "vuesUtilisateurs.modifyViewPopup" | "rechercheAvancee.savedViewError.idAlreadyExists" | "rechercheAvancee.savedViewError.nameAlreadyExists" | "rechercheAvancee.savedViewError.globalNotFound" | "rechercheAvancee.savedViewError.personnalNotFound" | "rechercheAvancee.savedViewError.userNotFound" | "rechercheAvancee.savedViewError.userNotFoundForUpdate" | "rechercheAvancee.savedViewError.userNotFoundForDelete" | "rechercheAvancee.savedViewError.configFolderNotFound" | "rechercheAvancee.savedViewError.configFileNotFound" | "rechercheAvancee.noResults" | "rechercheAvancee.valueLabel" | "rechercheAvancee.loadedViewMessage" | "rechercheAvancee.noSavedViews" | "rechercheAvancee.filterSavedViews" | "rechercheAvancee.cancelButton" | "rechercheAvancee.sitePlaceholder" | "rechercheAvancee.folderPlaceholder" | "rechercheAvancee.advancedSearch" | "rechercheAvancee.queryBuilder" | "rechercheAvancee.addCriterionPopupTitle" | "rechercheAvancee.propertyLabel" | "rechercheAvancee.propertyPlaceholder" | "rechercheAvancee.propertyName" | "rechercheAvancee.propertyId" | "rechercheAvancee.propertyDescription" | "rechercheAvancee.propertyAspect" | "rechercheAvancee.conditionLabel" | "rechercheAvancee.operatorLabel" | "rechercheAvancee.operatorPlaceholder" | "rechercheAvancee.addButton" | "rechercheAvancee.mustContain" | "rechercheAvancee.mustNotContain" | "rechercheAvancee.exact" | "rechercheAvancee.contains" | "rechercheAvancee.isDate" | "rechercheAvancee.isDateRange" | "rechercheAvancee.isNumber" | "rechercheAvancee.isNumberRange" | "rechercheAvancee.is" | "rechercheAvancee.locationLabel" | "rechercheAvancee.locationSite" | "rechercheAvancee.locationPath" | "rechercheAvancee.locationNone" | "rechercheAvancee.locationValuePlaceholder" | "rechercheAvancee.criteriaTitle" | "rechercheAvancee.noCriteria" | "rechercheAvancee.addCriterionButton" | "rechercheAvancee.advancedSearchActive" | "rechercheAvancee.savedViews" | "rechercheAvancee.addsSavedViewSuccess" | "rechercheAvancee.modifySavedViewSuccess" | "rechercheAvancee.updateSavedView" | "rechercheAvancee.savedViewError" | "rechercheAvancee.noFilterResults" | "rechercheAvancee.selectPersonalSearch" | "rechercheAvancee.selectGlobalSearch" | "rechercheAvancee.favorite" | "rechercheAvancee.closeView" | "rechercheAvancee.activeView" | "rechercheAvancee.locationsTitle" | "rechercheAvancee.locationsHint" | "rechercheAvancee.noLocations" | "rechercheAvancee.addLocationButton" | "rechercheAvancee.addLocationTitle" | "rechercheAvancee.addLocationConfirm" | "rechercheAvancee.removeLocation" | "rechercheAvancee.includePrefix" | "rechercheAvancee.excludePrefix" | "rechercheAvancee.locationTypeLabel" | "rechercheAvancee.saveViewAsNew" | "rechercheAvancee.saveViewModifications" | "rechercheAvancee.deleteView" | "rechercheAvancee.deleteViewSuccess" | "rechercheAvancee.confirmDeleteTitle" | "rechercheAvancee.confirmDelete" | "rechercheAvancee.showMore" | "rechercheAvancee.addAsIncludeLocation" | "rechercheAvancee.addAsExcludeLocation" | "rechercheAvancee.addAsIncludeFolder" | "rechercheAvancee.addAsExcludeFolder" | "rechercheAvancee.addAsIncludeSite" | "rechercheAvancee.addAsExcludeSite" | "rechercheAvancee.editCriterionPopupTitle" | "rechercheAvancee.updateButton" | "rechercheAvancee.addGroupButton" | "rechercheAvancee.addOrGroup" | "rechercheAvancee.removeGroup" | "rechercheAvancee.operatorAnd" | "rechercheAvancee.operatorOr" | "rechercheAvancee.emptyGroup" | "pdfTools.sidebar.actions" | "pdfTools.sidebar.saveAs" | "pdfTools.sidebar.saveNewVersion" | "pdfTools.sidebar.extractPages" | "pdfTools.sidebar.extractAndSave" | "pdfTools.sidebar.deletePages" | "pdfTools.sidebar.deleteSelectedPages" | "pdfTools.sidebar.insertPdf" | "pdfTools.sidebar.fromComputer" | "pdfTools.sidebar.fromPristy" | "pdfTools.sidebar.addWatermark" | "pdfTools.sidebar.watermarkTextPlaceholder" | "pdfTools.sidebar.angle" | "pdfTools.sidebar.repetitions" | "pdfTools.sidebar.addWatermarkButton" | "pdfTools.pagePreview.title" | "pdfTools.pagePreview.openPagePreview" | "pdfTools.pageEditor.tools.actions" | "pdfTools.pageEditor.tools.size" | "pdfTools.pageEditor.tools.highlight" | "pdfTools.pageEditor.tools.select" | "pdfTools.pageEditor.tools.redact" | "pdfTools.pageEditor.tools.comment" | "pdfTools.pageEditor.tools.image" | "pdfTools.pageEditor.tools.signature" | "pdfTools.pageEditor.tools.text" | "pdfTools.pageEditor.tools.font" | "pdfTools.pageEditor.tools.color" | "pdfTools.pageEditor.cancel" | "pdfTools.pageEditor.close" | "pdfTools.pageEditor.title" | "pdfTools.pageEditor.fit" | "pdfTools.pageEditor.tools" | "pdfTools.pageEditor.apply" | "pdfTools.pageEditor.commentPrompt" | "pdfTools.pageEditor.addTextPrompt" | "pdfTools.pageEditor.footerHint" | "pdfTools.signaturePad.clear" | "pdfTools.signaturePad.title" | "pdfTools.signaturePad.use" | "pdfTools.saveAs.title" | "pdfTools.saveAs.filenameLabel" | "pdfTools.saveAs.defaultFilename" | "pdfTools.saveAs.folderLabel" | "pdfTools.saveAs.browse" | "pdfTools.saveAs.conflictError" | "pdfTools.insertFromAlfresco.search" | "pdfTools.insertFromAlfresco.cancel" | "pdfTools.insertFromAlfresco.path" | "pdfTools.insertFromAlfresco.loading" | "pdfTools.insertFromAlfresco.favorites" | "pdfTools.insertFromAlfresco.select" | "pdfTools.insertFromAlfresco.title" | "pdfTools.insertFromAlfresco.browse" | "pdfTools.insertFromAlfresco.searchPlaceholder" | "pdfTools.insertFromAlfresco.searching" | "pdfTools.insertFromAlfresco.noPdfFound" | "pdfTools.insertFromAlfresco.noPdfFavorite" | "pdfTools.insertFromAlfresco.selectPdfToPreview" | "pdfTools.insertFromAlfresco.loadingPreview" | "pdfTools.insertFromAlfresco.linkOrId" | "pdfTools.insertFromAlfresco.alfrescoIdUrl" | "pdfTools.insertFromAlfresco.alfrescoIdUrlHint" | "pdfTools.insertFromAlfresco.selected" | "pdfTools.insertFromAlfresco.insert" | "pdfTools.insertFromAlfresco.invalidInput" | "pdfTools.insertFromAlfresco.folderSelectError" | "pdfTools.insertFromAlfresco.fileTypeNotAllowedError" | "pdfTools.common.clear" | "pdfTools.common.cancel" | "pdfTools.common.error" | "pdfTools.common.save" | "pdfTools.common.success" | "pdfTools.common.close" | "pdfTools.common.select" | "pdfTools.common.apply" | "pdfTools.common.use" | "pdfTools.common.insert" | "pdfTools.common.warning" | "pdfTools.common.deleted" | "pdfTools.loading" | "pdfTools.saveSuccess" | "pdfTools.saveError" | "pdfTools.title" | "pdfTools.loadError" | "pdfTools.reorderError" | "pdfTools.rotateError" | "pdfTools.deleteAllPagesWarning" | "pdfTools.pagesDeletedSuccess" | "pdfTools.deletePagesError" | "pdfTools.insertFromFileSuccess" | "pdfTools.insertFromPristySuccess" | "pdfTools.insertError" | "pdfTools.insertFromPristyError" | "pdfTools.invalidNodeForInsert" | "pdfTools.watermarkError" | "pdfTools.saveAsError" | "pdfTools.noContentToSave" | "pdfTools.fileCreatedSuccess" | "pdfTools.redactWarning" | "pdfTools.redactFlattenConfirm" | "pdfTools.imagePreviewUnavailable" | "pdfTools.pdfRenderCanvasNotFound" | "pdfTools.sidebar" | "pdfTools.pagePreview" | "pdfTools.pageEditor" | "pdfTools.signaturePad" | "pdfTools.saveAs" | "pdfTools.insertFromAlfresco" | "pdfTools.common" | "editor.viewMode.split" | "editor.viewMode.editorOnly" | "editor.viewMode.previewOnly" | "editor.edit" | "editor.saveSuccess" | "editor.loadError" | "editor.cancelEdit" | "editor.refreshError" | "editor.unsavedChanges" | "editor.confirmationHeader" | "editor.lineWrap" | "editor.viewMode" | "collab.enable" | "collab.disable" | "collab.connected" | "collab.disconnected" | "collab.reconnecting" | "collab.peers" | "collab.initError" | "collab.sessionFull" | "collab.locked" | "collab.offline" | "collab.participantsTooltip" | "collab.editorsTooltip" | "collab.observersTooltip" | "diffViewer.errors.loadError" | "diffViewer.revertVersion.error" | "diffViewer.revertVersion.success" | "diffViewer.revertVersion.successDetail" | "diffViewer.errors" | "diffViewer.restoredVersionComment" | "diffViewer.compareTitle" | "diffViewer.version" | "diffViewer.currentVersion" | "diffViewer.selectVersionA" | "diffViewer.selectVersionB" | "diffViewer.revertToThisVersion" | "diffViewer.revertVersion" | "sendingMail.popup.defaultSubject" | "sendingMail.popup.defaultMessage" | "sendingMail.errors.errorEmptyEmail" | "sendingMail.errors.errorValidEmail" | "sendingMail.errors.errorEmptySubject" | "sendingMail.errors.errorSubjectTooShort" | "sendingMail.errors.errorEmptyMessage" | "sendingMail.errors.errorSendMail" | "sendingMail.popup" | "sendingMail.errors" | "column.actions" | "column.size" | "column.type" | "column.name" | "column.createdAt" | "column.createdBy" | "column.mimeType" | "column.modifiedAt" | "column.modifiedBy" | "column.thumbnail" | "column.toggle" | "facets.categories" | "adminViewList.deleteView.toast.error.summary" | "adminViewList.deleteView.toast.error.detail" | "adminViewList.deleteView.toast.success.summary" | "adminViewList.deleteView.toast.success.detail" | "adminViewList.deleteView.toast.successMultiple.detail" | "adminViewList.deleteView.toast.errorMultiple.detail" | "adminViewList.deleteView.toast.error" | "adminViewList.deleteView.toast.success" | "adminViewList.deleteView.toast.successMultiple" | "adminViewList.deleteView.toast.errorMultiple" | "adminViewList.deleteView.toast" | "adminViewList.deleteView.button" | "adminViewList.deleteView.confirmHeader" | "adminViewList.deleteView.confirmMessage" | "adminViewList.deleteView.confirmMessageMultiple" | "adminViewList.existingViews.loading" | "adminViewList.existingViews.title" | "adminViewList.existingViews.noViewsFound" | "adminViewList.existingViews.download" | "adminViewList.importView.toast.error.summary" | "adminViewList.importView.toast.error.detail" | "adminViewList.importView.toast.success.summary" | "adminViewList.importView.toast.success.detail" | "adminViewList.importView.toast.error" | "adminViewList.importView.toast.success" | "adminViewList.importView.toast.noJsonFiles.summary" | "adminViewList.importView.toast.noJsonFiles.detail" | "adminViewList.importView.toast.noJsonFiles" | "adminViewList.importView.toast" | "adminViewList.importView.button" | "adminViewList.exportAll.toast.error.summary" | "adminViewList.exportAll.toast.error.detail" | "adminViewList.exportAll.toast.success.summary" | "adminViewList.exportAll.toast.success.detail" | "adminViewList.exportAll.toast.error" | "adminViewList.exportAll.toast.success" | "adminViewList.exportAll.toast" | "adminViewList.exportAll.button" | "adminViewList.dropZone.text" | "adminViewList.dropZone.hint" | "adminViewList.selectionBar.selected" | "adminViewList.selectionBar.selectAll" | "adminViewList.selectionBar.clearSelection" | "adminViewList.selectionBar.downloadAll" | "adminViewList.editView.toast.error.summary" | "adminViewList.editView.toast.error.detail" | "adminViewList.editView.toast.success.summary" | "adminViewList.editView.toast.success.detail" | "adminViewList.editView.toast.error" | "adminViewList.editView.toast.success" | "adminViewList.editView.description" | "adminViewList.editView.name" | "adminViewList.editView.cancel" | "adminViewList.editView.save" | "adminViewList.editView.title" | "adminViewList.editView.toast" | "adminViewList.editView.button" | "adminViewList.editView.namePlaceholder" | "adminViewList.editView.descriptionPlaceholder" | "adminViewList.toast.downloadError.summary" | "adminViewList.toast.downloadError.detail" | "adminViewList.toast.downloadError" | "adminViewList.deleteView" | "adminViewList.existingViews" | "adminViewList.importView" | "adminViewList.exportAll" | "adminViewList.dropZone" | "adminViewList.selectionBar" | "adminViewList.editView" | "adminViewList.toast" | "adminClassificationLauncher.selectionBar.selected" | "adminClassificationLauncher.selectionBar.selectAll" | "adminClassificationLauncher.selectionBar.clearSelection" | "adminClassificationLauncher.selectionBar.downloadAll" | "adminClassificationLauncher.selectionBar.openAll" | "adminClassificationLauncher.toast.listError.summary" | "adminClassificationLauncher.toast.listError.detail" | "adminClassificationLauncher.toast.invalidName.summary" | "adminClassificationLauncher.toast.invalidName.detail" | "adminClassificationLauncher.toast.listError" | "adminClassificationLauncher.toast.invalidName" | "adminClassificationLauncher.existingPlans.loading" | "adminClassificationLauncher.existingPlans.title" | "adminClassificationLauncher.existingPlans.download" | "adminClassificationLauncher.existingPlans.noPlansFound" | "adminClassificationLauncher.createPlan.description" | "adminClassificationLauncher.createPlan.cancel" | "adminClassificationLauncher.createPlan.placeholder" | "adminClassificationLauncher.createPlan.title" | "adminClassificationLauncher.createPlan.button" | "adminClassificationLauncher.deletePlan.toast.error.summary" | "adminClassificationLauncher.deletePlan.toast.error.detail" | "adminClassificationLauncher.deletePlan.toast.success.summary" | "adminClassificationLauncher.deletePlan.toast.success.detail" | "adminClassificationLauncher.deletePlan.toast.successMultiple.detail" | "adminClassificationLauncher.deletePlan.toast.errorMultiple.detail" | "adminClassificationLauncher.deletePlan.toast.error" | "adminClassificationLauncher.deletePlan.toast.success" | "adminClassificationLauncher.deletePlan.toast.successMultiple" | "adminClassificationLauncher.deletePlan.toast.errorMultiple" | "adminClassificationLauncher.deletePlan.toast" | "adminClassificationLauncher.deletePlan.button" | "adminClassificationLauncher.deletePlan.confirmHeader" | "adminClassificationLauncher.deletePlan.confirmMessage" | "adminClassificationLauncher.deletePlan.confirmMessageMultiple" | "adminClassificationLauncher.importPlan.toast.success.summary" | "adminClassificationLauncher.importPlan.toast.success.detail" | "adminClassificationLauncher.importPlan.toast.success" | "adminClassificationLauncher.importPlan.toast.saveError.summary" | "adminClassificationLauncher.importPlan.toast.saveError.detail" | "adminClassificationLauncher.importPlan.toast.parseError.summary" | "adminClassificationLauncher.importPlan.toast.parseError.detail" | "adminClassificationLauncher.importPlan.toast.saveError" | "adminClassificationLauncher.importPlan.toast.parseError" | "adminClassificationLauncher.importPlan.toast" | "adminClassificationLauncher.importPlan.button" | "adminClassificationLauncher.importPlan.invalidStructure" | "adminClassificationLauncher.title" | "adminClassificationLauncher.selectionBar" | "adminClassificationLauncher.toast" | "adminClassificationLauncher.existingPlans" | "adminClassificationLauncher.createPlan" | "adminClassificationLauncher.deletePlan" | "adminClassificationLauncher.importPlan" | "adminClassificationPage.buttons.cancel" | "adminClassificationPage.toast.saveError" | "adminClassificationPage.tabs.categories" | "adminClassificationPage.tabs.natures" | "adminClassificationPage.tabs.fields" | "adminClassificationPage.tabs.emplacements" | "adminClassificationPage.buttons.reload" | "adminClassificationPage.buttons.save" | "adminClassificationPage.buttons.newNature" | "adminClassificationPage.buttons.newField" | "adminClassificationPage.buttons.newEmplacement" | "adminClassificationPage.buttons.newCategory" | "adminClassificationPage.buttons.export" | "adminClassificationPage.buttons.import" | "adminClassificationPage.buttons.createFile" | "adminClassificationPage.buttons.saveFile" | "adminClassificationPage.dialog.createNature" | "adminClassificationPage.dialog.editNature" | "adminClassificationPage.dialog.duplicateNature" | "adminClassificationPage.dialog.createField" | "adminClassificationPage.dialog.editField" | "adminClassificationPage.dialog.duplicateField" | "adminClassificationPage.dialog.createEmplacement" | "adminClassificationPage.dialog.editEmplacement" | "adminClassificationPage.dialog.createCategory" | "adminClassificationPage.dialog.editCategory" | "adminClassificationPage.toast.saveSuccess" | "adminClassificationPage.toast.loadError" | "adminClassificationPage.toast.newPlan" | "adminClassificationPage.toast.fileNotExist" | "adminClassificationPage.toast.loadErrorDetail" | "adminClassificationPage.toast.exportSuccess" | "adminClassificationPage.toast.exportSuccessDetail" | "adminClassificationPage.toast.importSuccess" | "adminClassificationPage.toast.importSuccessDetail" | "adminClassificationPage.toast.importError" | "adminClassificationPage.toast.importErrorDetail" | "adminClassificationPage.toast.invalidFileStructure" | "adminClassificationPage.toast.fieldCreated" | "adminClassificationPage.toast.fieldAutoCreated" | "adminClassificationPage.toast.autoCreatedForNature" | "adminClassificationPage.toast.autoCreatedForEmplacement" | "adminClassificationPage.toast.deleteImpossible" | "adminClassificationPage.toast.fieldUsed" | "adminClassificationPage.toast.emplacementUsed" | "adminClassificationPage.toast.confirmed" | "adminClassificationPage.toast.itemDeleted" | "adminClassificationPage.toast.invalidFilename" | "adminClassificationPage.toast.filenameMustStartWithPlan" | "adminClassificationPage.columns.id" | "adminClassificationPage.columns.actions" | "adminClassificationPage.columns.label" | "adminClassificationPage.columns.description" | "adminClassificationPage.columns.type" | "adminClassificationPage.columns.name" | "adminClassificationPage.columns.display" | "adminClassificationPage.columns.title" | "adminClassificationPage.columns.categories" | "adminClassificationPage.columns.emplacement" | "adminClassificationPage.columns.icon" | "adminClassificationPage.columns.code" | "adminClassificationPage.columns.views" | "adminClassificationPage.confirm.field" | "adminClassificationPage.confirm.emplacement" | "adminClassificationPage.confirm.deleteMessage" | "adminClassificationPage.confirm.deleteHeader" | "adminClassificationPage.confirm.nature" | "adminClassificationPage.confirm.category" | "adminClassificationPage.viewSelector.search" | "adminClassificationPage.viewSelector.noResults" | "adminClassificationPage.viewSelector.title" | "adminClassificationPage.viewSelector.selected" | "adminClassificationPage.viewSelector.available" | "adminClassificationPage.viewSelector.searchResults" | "adminClassificationPage.viewSelector.noViews" | "adminClassificationPage.viewSelector.nViews" | "adminClassificationPage.viewSelector.validate" | "adminClassificationPage.file" | "adminClassificationPage.loading" | "adminClassificationPage.tabs" | "adminClassificationPage.buttons" | "adminClassificationPage.dialog" | "adminClassificationPage.toast" | "adminClassificationPage.titleNew" | "adminClassificationPage.titleAdmin" | "adminClassificationPage.columns" | "adminClassificationPage.confirm" | "adminClassificationPage.viewSelector" | "natureForm.validation.nameAndCodeRequired" | "natureForm.validation.codeAlreadyExists" | "natureForm.value" | "natureForm.required" | "natureForm.name" | "natureForm.metadata" | "natureForm.categories" | "natureForm.emplacement" | "natureForm.icon" | "natureForm.code" | "natureForm.documentType" | "natureForm.aspects" | "natureForm.selectAspects" | "natureForm.chooseIcon" | "natureForm.selectPath" | "natureForm.calculatedPath" | "natureForm.noMetadata" | "natureForm.key" | "natureForm.mappingType" | "natureForm.valueOrFieldName" | "natureForm.selectCategories" | "natureForm.validation" | "emplacementForm.validation.codeRequired" | "emplacementForm.value" | "emplacementForm.type" | "emplacementForm.required" | "emplacementForm.metadata" | "emplacementForm.code" | "emplacementForm.aspects" | "emplacementForm.selectAspects" | "emplacementForm.noMetadata" | "emplacementForm.key" | "emplacementForm.mappingType" | "emplacementForm.valueOrFieldName" | "emplacementForm.validation" | "emplacementForm.codeHelp" | "emplacementForm.typeHelp" | "emplacementForm.editType" | "fieldForm.search.query.label" | "fieldForm.search.lang.label" | "fieldForm.search.valueField.label" | "fieldForm.search.testButton.label" | "fieldForm.search.testResults.title" | "fieldForm.search.testError.fetchError" | "fieldForm.search.testError.emptyQuery" | "fieldForm.search.testError.noResult" | "fieldForm.search.query" | "fieldForm.search.title" | "fieldForm.search.lang" | "fieldForm.search.valueField" | "fieldForm.search.testButton" | "fieldForm.search.testResults" | "fieldForm.search.testError" | "fieldForm.description.label" | "fieldForm.description.help" | "fieldForm.name.label" | "fieldForm.name.help" | "fieldForm.errors.nameAndDescriptionRequired" | "fieldForm.errors.fieldNameExists" | "fieldForm.dataType.label" | "fieldForm.dataType.placeholder" | "fieldForm.dataType.help" | "fieldForm.inputType.label" | "fieldForm.inputType.placeholder" | "fieldForm.inputType.help" | "fieldForm.stringConstraints.regex.label" | "fieldForm.stringConstraints.regex.help" | "fieldForm.stringConstraints.regexTester.label" | "fieldForm.stringConstraints.regexTester.placeholder" | "fieldForm.stringConstraints.title" | "fieldForm.stringConstraints.regex" | "fieldForm.stringConstraints.regexTester" | "fieldForm.numberConstraints.default.label" | "fieldForm.numberConstraints.min.label" | "fieldForm.numberConstraints.max.label" | "fieldForm.numberConstraints.default" | "fieldForm.numberConstraints.title" | "fieldForm.numberConstraints.min" | "fieldForm.numberConstraints.max" | "fieldForm.search" | "fieldForm.description" | "fieldForm.name" | "fieldForm.errors" | "fieldForm.dataType" | "fieldForm.inputType" | "fieldForm.stringConstraints" | "fieldForm.numberConstraints" | "classificationPlan.buttons.cancel" | "classificationPlan.buttons.next" | "classificationPlan.buttons.previous" | "classificationPlan.buttons.requalify" | "classificationPlan.buttons.viewSummary" | "classificationPlan.buttons.acceptAndCreate" | "classificationPlan.buttons.acceptAndImport" | "classificationPlan.toast.searchError" | "classificationPlan.toast.searchFieldFailed" | "classificationPlan.toast.loadPlansError" | "classificationPlan.toast.loadPlanContentError" | "classificationPlan.toast.workspaceError" | "classificationPlan.toast.requalifySuccess" | "classificationPlan.toast.requalifyError" | "classificationPlan.summary.metadata" | "classificationPlan.summary.verifyBeforeImport" | "classificationPlan.summary.verifyBeforeRequalify" | "classificationPlan.summary.generalInfo" | "classificationPlan.summary.metadataToSend" | "classificationPlan.summary.fileClassification" | "classificationPlan.summary.destinationFolder" | "classificationPlan.summary.movement" | "classificationPlan.summary.document" | "classificationPlan.upload.headerCreate" | "classificationPlan.upload.headerImport" | "classificationPlan.steps.summary" | "classificationPlan.steps.step" | "classificationPlan.steps.selectPlan" | "classificationPlan.steps.selectNature" | "classificationPlan.steps.fillMetadata" | "classificationPlan.steps.fillMetadataAndFiles" | "classificationPlan.steps.selectFiles" | "classificationPlan.stepper.files" | "classificationPlan.stepper.metadata" | "classificationPlan.stepper.summary" | "classificationPlan.stepper.nature" | "classificationPlan.stepper.plan" | "classificationPlan.requalify.title" | "classificationPlan.requalify.summaryFrom" | "classificationPlan.requalify.summaryTo" | "classificationPlan.files" | "classificationPlan.buttons" | "classificationPlan.searchPlaceholder" | "classificationPlan.toast" | "classificationPlan.summary" | "classificationPlan.code" | "classificationPlan.nature" | "classificationPlan.category" | "classificationPlan.min" | "classificationPlan.max" | "classificationPlan.allCategories" | "classificationPlan.noCategory" | "classificationPlan.filterByCategory" | "classificationPlan.upload" | "classificationPlan.steps" | "classificationPlan.stepper" | "classificationPlan.plan" | "classificationPlan.natureColumn" | "classificationPlan.choosePlan" | "classificationPlan.planAriaLabel" | "classificationPlan.noPlanFound" | "classificationPlan.searchNaturePlaceholder" | "classificationPlan.noNature" | "classificationPlan.destinationCurrent" | "classificationPlan.destinationLabel" | "classificationPlan.chooseFiles" | "classificationPlan.fileToCreate" | "classificationPlan.filesToImport" | "classificationPlan.na" | "classificationPlan.constraint" | "classificationPlan.validationRegexError" | "classificationPlan.requalify" | "chat.title" | "chat.reconnecting" | "chat.connecting" | "chat.connectionError" | "chat.notConfigured" | "chat.configureInProfile" | "chat.retry" | "chat.searchRooms" | "chat.noRooms" | "chat.noMessages" | "chat.loadMore" | "chat.typeMessage" | "chat.send" | "chat.attachFile" | "chat.attachment" | "chat.unknownUser" | "chat.userTyping" | "chat.usersTyping" | "chat.multipleUsersTyping" | "chat.sendError" | "chat.uploadError" | "chat.openChat" | "chat.closeChat" | "chat.newMessages" | "tasks.approve" | "tasks.reject" | "rechercheAvancee.addFavorite" | "rechercheAvancee.removeFavorite">;
|
|
4852
|
+
}>, never, "facets.categories.modified_date" | "delete" | "filter" | "search" | "pdf" | "reload" | "cancel" | "error" | "dossier" | "pagination" | "taskNotification" | "nothingTitle" | "nothingText" | "goHome" | "fichier" | "save" | "next" | "previous" | "selectFolder" | "dropFolder" | "uploadUnknownError" | "alfrescoError" | "fichier_image" | "fichier_video" | "fichier_pdf" | "fichier_eml" | "fichier_texte" | "fichier_tableur" | "fichier_dessin" | "fichier_presentation" | "fichier_markdown" | "fichier_json" | "fichier_xml" | "fichier_html" | "fichier_css" | "fichier_csv" | "fichier_javascript" | "fichier_sql" | "fichier_shell" | "fichier_yaml" | "fichier_python" | "fichier_typescript" | "fichier_php" | "fichier_java" | "fichier_code" | "fichier_config" | "fichier_log" | "espace" | "menu" | "tasks" | "sharelink" | "cannotCopyHere" | "cannotMoveHere" | "spaces" | "userHomes" | "yes" | "no" | "howMuchResult" | "howMuchSelected" | "selectAllElement" | "selectAllElementMoreThan" | "deleteSelection" | "dropFileFolders" | "currentFolder" | "canceledImport" | "lock" | "membersPopup" | "members" | "groups" | "role" | "success" | "close" | "config" | "vuesFavorites" | "vuesUtilisateurs" | "rechercheAvancee" | "pdfTools" | "editor" | "collab" | "diffViewer" | "sendingMail" | "column" | "facets" | "adminViewList" | "adminClassificationLauncher" | "adminClassificationPage" | "natureForm" | "emplacementForm" | "fieldForm" | "classificationPlan" | "chat" | "workflow" | "fileList" | "previewPanel" | "selectAll" | "deselectAll" | "layoutSelector" | "layoutList" | "layoutGrid" | "layoutTable" | "edit" | "open" | "download" | "restore" | "publish" | "back" | "minimize" | "duplicate" | "moveUp" | "moveDown" | "sortAscending" | "sortDescending" | "moreActions" | "add/removeFavorite" | "modify" | "home" | "selection" | "sidebarMenu" | "filter.clear" | "filter.search" | "filter.toggle" | "filter.all" | "filter.apply" | "filter.noOptions" | "filter.contains" | "filter.notContains" | "filter.equals" | "filter.clearAll" | "pdf.changePage" | "pdf.rotation" | "pdf.saveForm" | "pdf.previousPage" | "pdf.nextPage" | "pdf.cancelForm" | "pdf.on" | "pdf.and" | "pdf.scrolling" | "pdf.pageToPage" | "pdf.rotationRigth" | "pdf.rotationLeft" | "pdf.zoom" | "pdf.dezoom" | "pdf.adaptToPage" | "pdf.adaptToWidth" | "pdf.changeFile" | "pdf.currentPagination" | "pdf.showAllPages" | "pdf.showPageByPage" | "pdf.formFieldsInfo" | "pdf.formFieldsInfoTitle" | "pdf.formFieldName" | "pdf.formFieldType" | "pdf.formFieldValue" | "pagination.rowsPerPage" | "taskNotification.pendingTasks" | "menu.espaces" | "menu.favoris" | "menu.recherche" | "menu.vues" | "menu.userHome" | "menu.configuration" | "tasks.error.createProcess" | "tasks.error.getProcesses" | "tasks.error.getProcess" | "tasks.error.getFinishedProcess" | "tasks.error.addProcessItems" | "tasks.error.getProcessItems" | "tasks.error.getProcessVariables" | "tasks.error.getProcessDefinition" | "tasks.error.cancelWorkflow" | "tasks.error.openProcessDiagram" | "tasks.error.getProcessHistoryTasks" | "tasks.error.listTasks" | "tasks.error.listFinishedTasks" | "tasks.error.getTask" | "tasks.error.endTask" | "tasks.error.getTaskVariables" | "tasks.error.postTaskVariables" | "tasks.error.updateTaskVariables" | "tasks.error.getTaskItem" | "tasks.priority.priority" | "tasks.priority.low" | "tasks.priority.medium" | "tasks.priority.high" | "tasks.priority.notFound" | "tasks.statusLabel.completed" | "tasks.statusLabel.notYetStarted" | "tasks.statusLabel.inProgress" | "tasks.statusLabel.onHold" | "tasks.statusLabel.cancelled" | "tasks.error" | "tasks.none" | "tasks.priority" | "tasks.approved" | "tasks.rejected" | "tasks.reviewTask" | "tasks.adhocTask" | "tasks.verifyTaskDone" | "tasks.unknownTask" | "tasks.statusLabel" | "sharelink.shareLinkOf" | "sharelink.linkToShare" | "sharelink.shareLinkSettings" | "sharelink.createLinkTooltip" | "sharelink.copyLinkTooltip" | "sharelink.deleteLinkTooltip" | "sharelink.addExpirationDateLinkTooltip" | "sharelink.deleteExpirationDateLinkTooltip" | "sharelink.createLinkToastSummary" | "sharelink.createLinkToastDetail" | "sharelink.createLinkErrorSummary" | "sharelink.deleteLinkToastSummary" | "sharelink.deleteLinkToastDetail" | "sharelink.deleteLinkErrorSummary" | "sharelink.copyLinkToastSummary" | "sharelink.copyLinkErrorSummary" | "sharelink.copyLinkToastDetail" | "sharelink.copyLinkErrorDetail" | "sharelink.updateLinkDateSummary" | "sharelink.updateLinkDateDetail" | "sharelink.updateLinkDateErrorSummary" | "sharelink.expirationDate" | "sharelink.placeholder" | "lock.nodeLock" | "lock.readOnlyLock" | "lock.writeLock" | "membersPopup.goToSiteMemberPage" | "members.add" | "members.search" | "members.members" | "members.role" | "members.management" | "members.youAre" | "members.ofThisWorkspace" | "members.select" | "members.errorAdd" | "members.successAdd" | "members.successDelete" | "members.successChangeRole" | "members.nbAccess" | "members.restrictPermissions" | "members.restorePermissions" | "members.successRestrictPermissions" | "members.successRestorePermissions" | "members.fromGroup" | "members.viewUserProfile" | "role.SiteConsumer" | "role.SiteCollaborator" | "role.SiteManager" | "config.groups.search" | "config.groups.pagination" | "config.groups.display" | "config.groups.matomo" | "config.groups.sentry" | "config.groups.metadata" | "config.groups.security" | "config.groups.other" | "config.tabs.structuredEdit" | "config.tabs.rawEdit" | "config.tabs.versions" | "config.table.keyHeader" | "config.table.valueHeader" | "config.table.typeHeader" | "config.buttons.add" | "config.buttons.cancel" | "config.buttons.refresh" | "config.buttons.addNew" | "config.buttons.saveChanges" | "config.buttons.define" | "config.buttons.undefine" | "config.buttons.expand" | "config.buttons.collapse" | "config.splitView.filterPlaceholder" | "config.splitView.selectConfig" | "config.splitView.noResults" | "config.splitView.defaultValue" | "config.dialog.addTitle" | "config.dialog.keyLabel" | "config.dialog.valueLabel" | "config.dialog.typeLabel" | "config.raw.uploadDescription" | "config.raw.uploadButton" | "config.raw.uploadWarning" | "config.toasts.saveSuccess" | "config.toasts.fetchError" | "config.toasts.saveError" | "config.toasts.errorDetail" | "config.errors.keyRequired" | "config.errors.keyDuplicate" | "config.errors.invalidNumber" | "config.errors.invalidBoolean" | "config.errors.invalidJson" | "config.errors.typeMismatch" | "config.errors.invalidJsonFile" | "config.versionViewer.error" | "config.versionViewer.success" | "config.versionViewer.listTitle" | "config.versionViewer.title" | "config.versionViewer.selectPrompt" | "config.versionViewer.loadError" | "config.versionViewer.genericError" | "config.versionViewer.cannotRevertLatest" | "config.versionViewer.restoredVersionComment" | "config.arrayEditor.addItem" | "config.arrayEditor.reorder" | "config.types.string" | "config.types.number" | "config.types.boolean" | "config.types.object" | "config.types.array" | "config.groups" | "config.pageTitle" | "config.pageDescription" | "config.tabs" | "config.table" | "config.buttons" | "config.notDefined" | "config.splitView" | "config.dialog" | "config.raw" | "config.toasts" | "config.errors" | "config.versionViewer" | "config.arrayEditor" | "config.types" | "vuesFavorites.title" | "vuesFavorites.loadedViewMessage" | "vuesFavorites.noSavedViews" | "vuesFavorites.personalViews" | "vuesFavorites.selectPersonalView" | "vuesFavorites.globalViews" | "vuesFavorites.selectGlobalView" | "vuesFavorites.filterSavedViews" | "vuesUtilisateurs.saveViewPopup.title" | "vuesUtilisateurs.saveViewPopup.nameLabel" | "vuesUtilisateurs.saveViewPopup.nameRequired" | "vuesUtilisateurs.saveViewPopup.descriptionLabel" | "vuesUtilisateurs.saveViewPopup.detailsLabel" | "vuesUtilisateurs.saveViewPopup.scopeLabel" | "vuesUtilisateurs.saveViewPopup.scopeDescription" | "vuesUtilisateurs.saveViewPopup.scopeUser" | "vuesUtilisateurs.saveViewPopup.scopeGlobal" | "vuesUtilisateurs.saveViewPopup.fileIdLabel" | "vuesUtilisateurs.saveViewPopup.fileIdDescription" | "vuesUtilisateurs.saveViewPopup.fileIdPlaceholder" | "vuesUtilisateurs.saveViewPopup.personalDescription" | "vuesUtilisateurs.modifyViewPopup.title" | "vuesUtilisateurs.saveView" | "vuesUtilisateurs.modifyView" | "vuesUtilisateurs.cancelButton" | "vuesUtilisateurs.saveViewPopup" | "vuesUtilisateurs.modifyViewPopup" | "rechercheAvancee.savedViewError.idAlreadyExists" | "rechercheAvancee.savedViewError.nameAlreadyExists" | "rechercheAvancee.savedViewError.globalNotFound" | "rechercheAvancee.savedViewError.personnalNotFound" | "rechercheAvancee.savedViewError.userNotFound" | "rechercheAvancee.savedViewError.userNotFoundForUpdate" | "rechercheAvancee.savedViewError.userNotFoundForDelete" | "rechercheAvancee.savedViewError.configFolderNotFound" | "rechercheAvancee.savedViewError.configFileNotFound" | "rechercheAvancee.contains" | "rechercheAvancee.noResults" | "rechercheAvancee.valueLabel" | "rechercheAvancee.loadedViewMessage" | "rechercheAvancee.noSavedViews" | "rechercheAvancee.filterSavedViews" | "rechercheAvancee.cancelButton" | "rechercheAvancee.sitePlaceholder" | "rechercheAvancee.folderPlaceholder" | "rechercheAvancee.advancedSearch" | "rechercheAvancee.queryBuilder" | "rechercheAvancee.addCriterionPopupTitle" | "rechercheAvancee.propertyLabel" | "rechercheAvancee.propertyPlaceholder" | "rechercheAvancee.propertyName" | "rechercheAvancee.propertyId" | "rechercheAvancee.propertyDescription" | "rechercheAvancee.propertyAspect" | "rechercheAvancee.conditionLabel" | "rechercheAvancee.operatorLabel" | "rechercheAvancee.operatorPlaceholder" | "rechercheAvancee.addButton" | "rechercheAvancee.mustContain" | "rechercheAvancee.mustNotContain" | "rechercheAvancee.exact" | "rechercheAvancee.isDate" | "rechercheAvancee.isDateRange" | "rechercheAvancee.isNumber" | "rechercheAvancee.isNumberRange" | "rechercheAvancee.is" | "rechercheAvancee.locationLabel" | "rechercheAvancee.locationSite" | "rechercheAvancee.locationPath" | "rechercheAvancee.locationNone" | "rechercheAvancee.locationValuePlaceholder" | "rechercheAvancee.criteriaTitle" | "rechercheAvancee.noCriteria" | "rechercheAvancee.addCriterionButton" | "rechercheAvancee.advancedSearchActive" | "rechercheAvancee.savedViews" | "rechercheAvancee.addsSavedViewSuccess" | "rechercheAvancee.modifySavedViewSuccess" | "rechercheAvancee.updateSavedView" | "rechercheAvancee.savedViewError" | "rechercheAvancee.noFilterResults" | "rechercheAvancee.selectPersonalSearch" | "rechercheAvancee.selectGlobalSearch" | "rechercheAvancee.favorite" | "rechercheAvancee.closeView" | "rechercheAvancee.activeView" | "rechercheAvancee.locationsTitle" | "rechercheAvancee.locationsHint" | "rechercheAvancee.noLocations" | "rechercheAvancee.addLocationButton" | "rechercheAvancee.addLocationTitle" | "rechercheAvancee.addLocationConfirm" | "rechercheAvancee.removeLocation" | "rechercheAvancee.includePrefix" | "rechercheAvancee.excludePrefix" | "rechercheAvancee.locationTypeLabel" | "rechercheAvancee.saveViewAsNew" | "rechercheAvancee.saveViewModifications" | "rechercheAvancee.deleteView" | "rechercheAvancee.deleteViewSuccess" | "rechercheAvancee.confirmDeleteTitle" | "rechercheAvancee.confirmDelete" | "rechercheAvancee.showMore" | "rechercheAvancee.addAsIncludeLocation" | "rechercheAvancee.addAsExcludeLocation" | "rechercheAvancee.addAsIncludeFolder" | "rechercheAvancee.addAsExcludeFolder" | "rechercheAvancee.addAsIncludeSite" | "rechercheAvancee.addAsExcludeSite" | "rechercheAvancee.editCriterionPopupTitle" | "rechercheAvancee.updateButton" | "rechercheAvancee.addGroupButton" | "rechercheAvancee.addOrGroup" | "rechercheAvancee.removeGroup" | "rechercheAvancee.operatorAnd" | "rechercheAvancee.operatorOr" | "rechercheAvancee.emptyGroup" | "pdfTools.common.clear" | "pdfTools.common.cancel" | "pdfTools.common.error" | "pdfTools.common.save" | "pdfTools.common.success" | "pdfTools.common.close" | "pdfTools.common.warning" | "pdfTools.common.apply" | "pdfTools.common.select" | "pdfTools.common.deleted" | "pdfTools.common.use" | "pdfTools.common.insert" | "pdfTools.sidebar.actions" | "pdfTools.sidebar.saveAs" | "pdfTools.sidebar.saveNewVersion" | "pdfTools.sidebar.extractPages" | "pdfTools.sidebar.extractAndSave" | "pdfTools.sidebar.deletePages" | "pdfTools.sidebar.deleteSelectedPages" | "pdfTools.sidebar.insertPdf" | "pdfTools.sidebar.fromComputer" | "pdfTools.sidebar.fromPristy" | "pdfTools.sidebar.addWatermark" | "pdfTools.sidebar.watermarkTextPlaceholder" | "pdfTools.sidebar.angle" | "pdfTools.sidebar.repetitions" | "pdfTools.sidebar.addWatermarkButton" | "pdfTools.pagePreview.title" | "pdfTools.pagePreview.openPagePreview" | "pdfTools.pageEditor.tools.actions" | "pdfTools.pageEditor.tools.size" | "pdfTools.pageEditor.tools.highlight" | "pdfTools.pageEditor.tools.text" | "pdfTools.pageEditor.tools.select" | "pdfTools.pageEditor.tools.redact" | "pdfTools.pageEditor.tools.comment" | "pdfTools.pageEditor.tools.image" | "pdfTools.pageEditor.tools.signature" | "pdfTools.pageEditor.tools.font" | "pdfTools.pageEditor.tools.color" | "pdfTools.pageEditor.cancel" | "pdfTools.pageEditor.close" | "pdfTools.pageEditor.apply" | "pdfTools.pageEditor.title" | "pdfTools.pageEditor.fit" | "pdfTools.pageEditor.tools" | "pdfTools.pageEditor.commentPrompt" | "pdfTools.pageEditor.addTextPrompt" | "pdfTools.pageEditor.footerHint" | "pdfTools.signaturePad.clear" | "pdfTools.signaturePad.title" | "pdfTools.signaturePad.use" | "pdfTools.saveAs.title" | "pdfTools.saveAs.filenameLabel" | "pdfTools.saveAs.defaultFilename" | "pdfTools.saveAs.folderLabel" | "pdfTools.saveAs.browse" | "pdfTools.saveAs.conflictError" | "pdfTools.insertFromAlfresco.search" | "pdfTools.insertFromAlfresco.cancel" | "pdfTools.insertFromAlfresco.path" | "pdfTools.insertFromAlfresco.loading" | "pdfTools.insertFromAlfresco.select" | "pdfTools.insertFromAlfresco.title" | "pdfTools.insertFromAlfresco.insert" | "pdfTools.insertFromAlfresco.browse" | "pdfTools.insertFromAlfresco.searchPlaceholder" | "pdfTools.insertFromAlfresco.searching" | "pdfTools.insertFromAlfresco.noPdfFound" | "pdfTools.insertFromAlfresco.favorites" | "pdfTools.insertFromAlfresco.noPdfFavorite" | "pdfTools.insertFromAlfresco.selectPdfToPreview" | "pdfTools.insertFromAlfresco.loadingPreview" | "pdfTools.insertFromAlfresco.linkOrId" | "pdfTools.insertFromAlfresco.alfrescoIdUrl" | "pdfTools.insertFromAlfresco.alfrescoIdUrlHint" | "pdfTools.insertFromAlfresco.selected" | "pdfTools.insertFromAlfresco.invalidInput" | "pdfTools.insertFromAlfresco.folderSelectError" | "pdfTools.insertFromAlfresco.fileTypeNotAllowedError" | "pdfTools.loading" | "pdfTools.common" | "pdfTools.saveSuccess" | "pdfTools.saveError" | "pdfTools.title" | "pdfTools.loadError" | "pdfTools.reorderError" | "pdfTools.rotateError" | "pdfTools.deleteAllPagesWarning" | "pdfTools.pagesDeletedSuccess" | "pdfTools.deletePagesError" | "pdfTools.insertFromFileSuccess" | "pdfTools.insertFromPristySuccess" | "pdfTools.insertError" | "pdfTools.insertFromPristyError" | "pdfTools.invalidNodeForInsert" | "pdfTools.watermarkError" | "pdfTools.saveAsError" | "pdfTools.noContentToSave" | "pdfTools.fileCreatedSuccess" | "pdfTools.redactWarning" | "pdfTools.redactFlattenConfirm" | "pdfTools.imagePreviewUnavailable" | "pdfTools.pdfRenderCanvasNotFound" | "pdfTools.sidebar" | "pdfTools.pagePreview" | "pdfTools.pageEditor" | "pdfTools.signaturePad" | "pdfTools.saveAs" | "pdfTools.insertFromAlfresco" | "editor.viewMode.split" | "editor.viewMode.editorOnly" | "editor.viewMode.previewOnly" | "editor.edit" | "editor.saveSuccess" | "editor.loadError" | "editor.cancelEdit" | "editor.closeEdit" | "editor.alreadyUpToDate" | "editor.refreshError" | "editor.unsavedChanges" | "editor.confirmationHeader" | "editor.lineWrap" | "editor.viewMode" | "collab.enable" | "collab.disable" | "collab.connected" | "collab.disconnected" | "collab.reconnecting" | "collab.peers" | "collab.initError" | "collab.sessionFull" | "collab.locked" | "collab.offline" | "collab.participantsTooltip" | "collab.editorsTooltip" | "collab.observersTooltip" | "diffViewer.errors.loadError" | "diffViewer.revertVersion.error" | "diffViewer.revertVersion.success" | "diffViewer.revertVersion.successDetail" | "diffViewer.errors" | "diffViewer.restoredVersionComment" | "diffViewer.compareTitle" | "diffViewer.version" | "diffViewer.currentVersion" | "diffViewer.selectVersionA" | "diffViewer.selectVersionB" | "diffViewer.revertToThisVersion" | "diffViewer.revertVersion" | "sendingMail.errors.errorEmptyEmail" | "sendingMail.errors.errorValidEmail" | "sendingMail.errors.errorEmptySubject" | "sendingMail.errors.errorSubjectTooShort" | "sendingMail.errors.errorEmptyMessage" | "sendingMail.errors.errorSendMail" | "sendingMail.popup.defaultSubject" | "sendingMail.popup.defaultMessage" | "sendingMail.errors" | "sendingMail.addCc" | "sendingMail.addCci" | "sendingMail.popup" | "column.actions" | "column.size" | "column.type" | "column.name" | "column.toggle" | "column.createdAt" | "column.createdBy" | "column.mimeType" | "column.modifiedAt" | "column.modifiedBy" | "column.thumbnail" | "column.customize" | "facets.categories" | "adminViewList.deleteView.toast.error.summary" | "adminViewList.deleteView.toast.error.detail" | "adminViewList.deleteView.toast.success.summary" | "adminViewList.deleteView.toast.success.detail" | "adminViewList.deleteView.toast.successMultiple.detail" | "adminViewList.deleteView.toast.errorMultiple.detail" | "adminViewList.deleteView.toast.error" | "adminViewList.deleteView.toast.success" | "adminViewList.deleteView.toast.successMultiple" | "adminViewList.deleteView.toast.errorMultiple" | "adminViewList.deleteView.button" | "adminViewList.deleteView.toast" | "adminViewList.deleteView.confirmHeader" | "adminViewList.deleteView.confirmMessage" | "adminViewList.deleteView.confirmMessageMultiple" | "adminViewList.existingViews.download" | "adminViewList.existingViews.loading" | "adminViewList.existingViews.title" | "adminViewList.existingViews.noViewsFound" | "adminViewList.importView.toast.error.summary" | "adminViewList.importView.toast.error.detail" | "adminViewList.importView.toast.success.summary" | "adminViewList.importView.toast.success.detail" | "adminViewList.importView.toast.error" | "adminViewList.importView.toast.success" | "adminViewList.importView.toast.noJsonFiles.summary" | "adminViewList.importView.toast.noJsonFiles.detail" | "adminViewList.importView.toast.noJsonFiles" | "adminViewList.importView.button" | "adminViewList.importView.toast" | "adminViewList.exportAll.toast.error.summary" | "adminViewList.exportAll.toast.error.detail" | "adminViewList.exportAll.toast.success.summary" | "adminViewList.exportAll.toast.success.detail" | "adminViewList.exportAll.toast.error" | "adminViewList.exportAll.toast.success" | "adminViewList.exportAll.button" | "adminViewList.exportAll.toast" | "adminViewList.dropZone.text" | "adminViewList.dropZone.hint" | "adminViewList.selectionBar.selectAll" | "adminViewList.selectionBar.selected" | "adminViewList.selectionBar.clearSelection" | "adminViewList.selectionBar.downloadAll" | "adminViewList.editView.toast.error.summary" | "adminViewList.editView.toast.error.detail" | "adminViewList.editView.toast.success.summary" | "adminViewList.editView.toast.success.detail" | "adminViewList.editView.toast.error" | "adminViewList.editView.toast.success" | "adminViewList.editView.button" | "adminViewList.editView.description" | "adminViewList.editView.name" | "adminViewList.editView.cancel" | "adminViewList.editView.save" | "adminViewList.editView.title" | "adminViewList.editView.toast" | "adminViewList.editView.namePlaceholder" | "adminViewList.editView.descriptionPlaceholder" | "adminViewList.toast.downloadError.summary" | "adminViewList.toast.downloadError.detail" | "adminViewList.toast.downloadError" | "adminViewList.deleteView" | "adminViewList.existingViews" | "adminViewList.importView" | "adminViewList.exportAll" | "adminViewList.dropZone" | "adminViewList.selectionBar" | "adminViewList.editView" | "adminViewList.toast" | "adminClassificationLauncher.selectionBar.selectAll" | "adminClassificationLauncher.selectionBar.selected" | "adminClassificationLauncher.selectionBar.clearSelection" | "adminClassificationLauncher.selectionBar.downloadAll" | "adminClassificationLauncher.selectionBar.openAll" | "adminClassificationLauncher.toast.listError.summary" | "adminClassificationLauncher.toast.listError.detail" | "adminClassificationLauncher.toast.invalidName.summary" | "adminClassificationLauncher.toast.invalidName.detail" | "adminClassificationLauncher.toast.listError" | "adminClassificationLauncher.toast.invalidName" | "adminClassificationLauncher.existingPlans.download" | "adminClassificationLauncher.existingPlans.loading" | "adminClassificationLauncher.existingPlans.title" | "adminClassificationLauncher.existingPlans.noPlansFound" | "adminClassificationLauncher.createPlan.button" | "adminClassificationLauncher.createPlan.description" | "adminClassificationLauncher.createPlan.cancel" | "adminClassificationLauncher.createPlan.placeholder" | "adminClassificationLauncher.createPlan.title" | "adminClassificationLauncher.deletePlan.toast.error.summary" | "adminClassificationLauncher.deletePlan.toast.error.detail" | "adminClassificationLauncher.deletePlan.toast.success.summary" | "adminClassificationLauncher.deletePlan.toast.success.detail" | "adminClassificationLauncher.deletePlan.toast.successMultiple.detail" | "adminClassificationLauncher.deletePlan.toast.errorMultiple.detail" | "adminClassificationLauncher.deletePlan.toast.error" | "adminClassificationLauncher.deletePlan.toast.success" | "adminClassificationLauncher.deletePlan.toast.successMultiple" | "adminClassificationLauncher.deletePlan.toast.errorMultiple" | "adminClassificationLauncher.deletePlan.button" | "adminClassificationLauncher.deletePlan.toast" | "adminClassificationLauncher.deletePlan.confirmHeader" | "adminClassificationLauncher.deletePlan.confirmMessage" | "adminClassificationLauncher.deletePlan.confirmMessageMultiple" | "adminClassificationLauncher.importPlan.toast.success.summary" | "adminClassificationLauncher.importPlan.toast.success.detail" | "adminClassificationLauncher.importPlan.toast.success" | "adminClassificationLauncher.importPlan.toast.saveError.summary" | "adminClassificationLauncher.importPlan.toast.saveError.detail" | "adminClassificationLauncher.importPlan.toast.parseError.summary" | "adminClassificationLauncher.importPlan.toast.parseError.detail" | "adminClassificationLauncher.importPlan.toast.saveError" | "adminClassificationLauncher.importPlan.toast.parseError" | "adminClassificationLauncher.importPlan.button" | "adminClassificationLauncher.importPlan.toast" | "adminClassificationLauncher.importPlan.invalidStructure" | "adminClassificationLauncher.title" | "adminClassificationLauncher.selectionBar" | "adminClassificationLauncher.toast" | "adminClassificationLauncher.existingPlans" | "adminClassificationLauncher.createPlan" | "adminClassificationLauncher.deletePlan" | "adminClassificationLauncher.importPlan" | "adminClassificationPage.buttons.cancel" | "adminClassificationPage.toast.saveError" | "adminClassificationPage.tabs.categories" | "adminClassificationPage.tabs.natures" | "adminClassificationPage.tabs.fields" | "adminClassificationPage.tabs.emplacements" | "adminClassificationPage.buttons.reload" | "adminClassificationPage.buttons.save" | "adminClassificationPage.buttons.newNature" | "adminClassificationPage.buttons.newField" | "adminClassificationPage.buttons.newEmplacement" | "adminClassificationPage.buttons.newCategory" | "adminClassificationPage.buttons.export" | "adminClassificationPage.buttons.import" | "adminClassificationPage.buttons.createFile" | "adminClassificationPage.buttons.saveFile" | "adminClassificationPage.dialog.createNature" | "adminClassificationPage.dialog.editNature" | "adminClassificationPage.dialog.duplicateNature" | "adminClassificationPage.dialog.createField" | "adminClassificationPage.dialog.editField" | "adminClassificationPage.dialog.duplicateField" | "adminClassificationPage.dialog.createEmplacement" | "adminClassificationPage.dialog.editEmplacement" | "adminClassificationPage.dialog.createCategory" | "adminClassificationPage.dialog.editCategory" | "adminClassificationPage.toast.saveSuccess" | "adminClassificationPage.toast.loadError" | "adminClassificationPage.toast.newPlan" | "adminClassificationPage.toast.fileNotExist" | "adminClassificationPage.toast.loadErrorDetail" | "adminClassificationPage.toast.exportSuccess" | "adminClassificationPage.toast.exportSuccessDetail" | "adminClassificationPage.toast.importSuccess" | "adminClassificationPage.toast.importSuccessDetail" | "adminClassificationPage.toast.importError" | "adminClassificationPage.toast.importErrorDetail" | "adminClassificationPage.toast.invalidFileStructure" | "adminClassificationPage.toast.fieldCreated" | "adminClassificationPage.toast.fieldAutoCreated" | "adminClassificationPage.toast.autoCreatedForNature" | "adminClassificationPage.toast.autoCreatedForEmplacement" | "adminClassificationPage.toast.deleteImpossible" | "adminClassificationPage.toast.fieldUsed" | "adminClassificationPage.toast.emplacementUsed" | "adminClassificationPage.toast.confirmed" | "adminClassificationPage.toast.itemDeleted" | "adminClassificationPage.toast.invalidFilename" | "adminClassificationPage.toast.filenameMustStartWithPlan" | "adminClassificationPage.columns.id" | "adminClassificationPage.columns.actions" | "adminClassificationPage.columns.label" | "adminClassificationPage.columns.icon" | "adminClassificationPage.columns.description" | "adminClassificationPage.columns.type" | "adminClassificationPage.columns.name" | "adminClassificationPage.columns.display" | "adminClassificationPage.columns.title" | "adminClassificationPage.columns.categories" | "adminClassificationPage.columns.emplacement" | "adminClassificationPage.columns.code" | "adminClassificationPage.columns.views" | "adminClassificationPage.confirm.field" | "adminClassificationPage.confirm.emplacement" | "adminClassificationPage.confirm.deleteMessage" | "adminClassificationPage.confirm.deleteHeader" | "adminClassificationPage.confirm.nature" | "adminClassificationPage.confirm.category" | "adminClassificationPage.viewSelector.search" | "adminClassificationPage.viewSelector.noResults" | "adminClassificationPage.viewSelector.title" | "adminClassificationPage.viewSelector.selected" | "adminClassificationPage.viewSelector.available" | "adminClassificationPage.viewSelector.searchResults" | "adminClassificationPage.viewSelector.noViews" | "adminClassificationPage.viewSelector.nViews" | "adminClassificationPage.viewSelector.validate" | "adminClassificationPage.loading" | "adminClassificationPage.tabs" | "adminClassificationPage.buttons" | "adminClassificationPage.dialog" | "adminClassificationPage.toast" | "adminClassificationPage.titleNew" | "adminClassificationPage.titleAdmin" | "adminClassificationPage.file" | "adminClassificationPage.columns" | "adminClassificationPage.confirm" | "adminClassificationPage.viewSelector" | "natureForm.validation.nameAndCodeRequired" | "natureForm.validation.codeAlreadyExists" | "natureForm.value" | "natureForm.icon" | "natureForm.required" | "natureForm.name" | "natureForm.metadata" | "natureForm.categories" | "natureForm.emplacement" | "natureForm.code" | "natureForm.documentType" | "natureForm.aspects" | "natureForm.selectAspects" | "natureForm.chooseIcon" | "natureForm.selectPath" | "natureForm.calculatedPath" | "natureForm.noMetadata" | "natureForm.key" | "natureForm.mappingType" | "natureForm.valueOrFieldName" | "natureForm.selectCategories" | "natureForm.validation" | "emplacementForm.validation.codeRequired" | "emplacementForm.value" | "emplacementForm.type" | "emplacementForm.required" | "emplacementForm.metadata" | "emplacementForm.code" | "emplacementForm.aspects" | "emplacementForm.selectAspects" | "emplacementForm.noMetadata" | "emplacementForm.key" | "emplacementForm.mappingType" | "emplacementForm.valueOrFieldName" | "emplacementForm.validation" | "emplacementForm.codeHelp" | "emplacementForm.typeHelp" | "emplacementForm.editType" | "fieldForm.search.query.label" | "fieldForm.search.lang.label" | "fieldForm.search.valueField.label" | "fieldForm.search.testButton.label" | "fieldForm.search.testResults.title" | "fieldForm.search.testError.fetchError" | "fieldForm.search.testError.emptyQuery" | "fieldForm.search.testError.noResult" | "fieldForm.search.query" | "fieldForm.search.title" | "fieldForm.search.lang" | "fieldForm.search.valueField" | "fieldForm.search.testButton" | "fieldForm.search.testResults" | "fieldForm.search.testError" | "fieldForm.description.label" | "fieldForm.description.help" | "fieldForm.name.label" | "fieldForm.name.help" | "fieldForm.errors.nameAndDescriptionRequired" | "fieldForm.errors.fieldNameExists" | "fieldForm.dataType.label" | "fieldForm.dataType.placeholder" | "fieldForm.dataType.help" | "fieldForm.inputType.label" | "fieldForm.inputType.placeholder" | "fieldForm.inputType.help" | "fieldForm.stringConstraints.regex.label" | "fieldForm.stringConstraints.regex.help" | "fieldForm.stringConstraints.regexTester.label" | "fieldForm.stringConstraints.regexTester.placeholder" | "fieldForm.stringConstraints.title" | "fieldForm.stringConstraints.regex" | "fieldForm.stringConstraints.regexTester" | "fieldForm.numberConstraints.default.label" | "fieldForm.numberConstraints.min.label" | "fieldForm.numberConstraints.max.label" | "fieldForm.numberConstraints.default" | "fieldForm.numberConstraints.title" | "fieldForm.numberConstraints.min" | "fieldForm.numberConstraints.max" | "fieldForm.search" | "fieldForm.description" | "fieldForm.name" | "fieldForm.errors" | "fieldForm.dataType" | "fieldForm.inputType" | "fieldForm.stringConstraints" | "fieldForm.numberConstraints" | "classificationPlan.buttons.cancel" | "classificationPlan.upload.headerCreate" | "classificationPlan.upload.headerImport" | "classificationPlan.buttons.next" | "classificationPlan.buttons.previous" | "classificationPlan.buttons.requalify" | "classificationPlan.buttons.viewSummary" | "classificationPlan.buttons.acceptAndCreate" | "classificationPlan.buttons.acceptAndImport" | "classificationPlan.toast.searchError" | "classificationPlan.toast.searchFieldFailed" | "classificationPlan.toast.loadPlansError" | "classificationPlan.toast.loadPlanContentError" | "classificationPlan.toast.workspaceError" | "classificationPlan.toast.requalifySuccess" | "classificationPlan.toast.requalifyError" | "classificationPlan.summary.document" | "classificationPlan.summary.metadata" | "classificationPlan.summary.verifyBeforeImport" | "classificationPlan.summary.verifyBeforeRequalify" | "classificationPlan.summary.generalInfo" | "classificationPlan.summary.metadataToSend" | "classificationPlan.summary.fileClassification" | "classificationPlan.summary.destinationFolder" | "classificationPlan.summary.movement" | "classificationPlan.steps.summary" | "classificationPlan.steps.step" | "classificationPlan.steps.selectPlan" | "classificationPlan.steps.selectNature" | "classificationPlan.steps.fillMetadata" | "classificationPlan.steps.fillMetadataAndFiles" | "classificationPlan.steps.selectFiles" | "classificationPlan.stepper.files" | "classificationPlan.stepper.metadata" | "classificationPlan.stepper.summary" | "classificationPlan.stepper.nature" | "classificationPlan.stepper.plan" | "classificationPlan.requalify.title" | "classificationPlan.requalify.summaryFrom" | "classificationPlan.requalify.summaryTo" | "classificationPlan.files" | "classificationPlan.upload" | "classificationPlan.buttons" | "classificationPlan.searchPlaceholder" | "classificationPlan.toast" | "classificationPlan.summary" | "classificationPlan.code" | "classificationPlan.nature" | "classificationPlan.category" | "classificationPlan.min" | "classificationPlan.max" | "classificationPlan.allCategories" | "classificationPlan.noCategory" | "classificationPlan.filterByCategory" | "classificationPlan.steps" | "classificationPlan.stepper" | "classificationPlan.plan" | "classificationPlan.natureColumn" | "classificationPlan.choosePlan" | "classificationPlan.planAriaLabel" | "classificationPlan.noPlanFound" | "classificationPlan.searchNaturePlaceholder" | "classificationPlan.noNature" | "classificationPlan.destinationCurrent" | "classificationPlan.destinationLabel" | "classificationPlan.chooseFiles" | "classificationPlan.fileToCreate" | "classificationPlan.filesToImport" | "classificationPlan.na" | "classificationPlan.constraint" | "classificationPlan.validationRegexError" | "classificationPlan.requalify" | "chat.title" | "chat.reconnecting" | "chat.connecting" | "chat.connectionError" | "chat.notConfigured" | "chat.configureInProfile" | "chat.retry" | "chat.searchRooms" | "chat.noRooms" | "chat.noMessages" | "chat.loadMore" | "chat.typeMessage" | "chat.send" | "chat.attachFile" | "chat.attachment" | "chat.unknownUser" | "chat.userTyping" | "chat.usersTyping" | "chat.multipleUsersTyping" | "chat.sendError" | "chat.uploadError" | "chat.openChat" | "chat.closeChat" | "chat.newMessages" | "workflow.selectedDocuments" | "selection.clear" | "selection.selectAll" | "selection.clearSelection" | "selection.count" | "selection.mobileCount" | "selection.selectAllShort" | "sidebarMenu.profile" | "sidebarMenu.portal" | "sidebarMenu.logout" | "tasks.approve" | "tasks.reject" | "rechercheAvancee.addFavorite" | "rechercheAvancee.removeFavorite", "facets.categories.modified_date" | "delete" | "filter" | "search" | "pdf" | "reload" | "cancel" | "error" | "dossier" | "pagination" | "taskNotification" | "nothingTitle" | "nothingText" | "goHome" | "fichier" | "save" | "next" | "previous" | "selectFolder" | "dropFolder" | "uploadUnknownError" | "alfrescoError" | "fichier_image" | "fichier_video" | "fichier_pdf" | "fichier_eml" | "fichier_texte" | "fichier_tableur" | "fichier_dessin" | "fichier_presentation" | "fichier_markdown" | "fichier_json" | "fichier_xml" | "fichier_html" | "fichier_css" | "fichier_csv" | "fichier_javascript" | "fichier_sql" | "fichier_shell" | "fichier_yaml" | "fichier_python" | "fichier_typescript" | "fichier_php" | "fichier_java" | "fichier_code" | "fichier_config" | "fichier_log" | "espace" | "menu" | "tasks" | "sharelink" | "cannotCopyHere" | "cannotMoveHere" | "spaces" | "userHomes" | "yes" | "no" | "howMuchResult" | "howMuchSelected" | "selectAllElement" | "selectAllElementMoreThan" | "deleteSelection" | "dropFileFolders" | "currentFolder" | "canceledImport" | "lock" | "membersPopup" | "members" | "groups" | "role" | "success" | "close" | "config" | "vuesFavorites" | "vuesUtilisateurs" | "rechercheAvancee" | "pdfTools" | "editor" | "collab" | "diffViewer" | "sendingMail" | "column" | "facets" | "adminViewList" | "adminClassificationLauncher" | "adminClassificationPage" | "natureForm" | "emplacementForm" | "fieldForm" | "classificationPlan" | "chat" | "workflow" | "fileList" | "previewPanel" | "selectAll" | "deselectAll" | "layoutSelector" | "layoutList" | "layoutGrid" | "layoutTable" | "edit" | "open" | "download" | "restore" | "publish" | "back" | "minimize" | "duplicate" | "moveUp" | "moveDown" | "sortAscending" | "sortDescending" | "moreActions" | "add/removeFavorite" | "modify" | "home" | "selection" | "sidebarMenu" | "filter.clear" | "filter.search" | "filter.toggle" | "filter.all" | "filter.apply" | "filter.noOptions" | "filter.contains" | "filter.notContains" | "filter.equals" | "filter.clearAll" | "pdf.changePage" | "pdf.rotation" | "pdf.saveForm" | "pdf.previousPage" | "pdf.nextPage" | "pdf.cancelForm" | "pdf.on" | "pdf.and" | "pdf.scrolling" | "pdf.pageToPage" | "pdf.rotationRigth" | "pdf.rotationLeft" | "pdf.zoom" | "pdf.dezoom" | "pdf.adaptToPage" | "pdf.adaptToWidth" | "pdf.changeFile" | "pdf.currentPagination" | "pdf.showAllPages" | "pdf.showPageByPage" | "pdf.formFieldsInfo" | "pdf.formFieldsInfoTitle" | "pdf.formFieldName" | "pdf.formFieldType" | "pdf.formFieldValue" | "pagination.rowsPerPage" | "taskNotification.pendingTasks" | "menu.espaces" | "menu.favoris" | "menu.recherche" | "menu.vues" | "menu.userHome" | "menu.configuration" | "tasks.error.createProcess" | "tasks.error.getProcesses" | "tasks.error.getProcess" | "tasks.error.getFinishedProcess" | "tasks.error.addProcessItems" | "tasks.error.getProcessItems" | "tasks.error.getProcessVariables" | "tasks.error.getProcessDefinition" | "tasks.error.cancelWorkflow" | "tasks.error.openProcessDiagram" | "tasks.error.getProcessHistoryTasks" | "tasks.error.listTasks" | "tasks.error.listFinishedTasks" | "tasks.error.getTask" | "tasks.error.endTask" | "tasks.error.getTaskVariables" | "tasks.error.postTaskVariables" | "tasks.error.updateTaskVariables" | "tasks.error.getTaskItem" | "tasks.priority.priority" | "tasks.priority.low" | "tasks.priority.medium" | "tasks.priority.high" | "tasks.priority.notFound" | "tasks.statusLabel.completed" | "tasks.statusLabel.notYetStarted" | "tasks.statusLabel.inProgress" | "tasks.statusLabel.onHold" | "tasks.statusLabel.cancelled" | "tasks.error" | "tasks.none" | "tasks.priority" | "tasks.approved" | "tasks.rejected" | "tasks.reviewTask" | "tasks.adhocTask" | "tasks.verifyTaskDone" | "tasks.unknownTask" | "tasks.statusLabel" | "sharelink.shareLinkOf" | "sharelink.linkToShare" | "sharelink.shareLinkSettings" | "sharelink.createLinkTooltip" | "sharelink.copyLinkTooltip" | "sharelink.deleteLinkTooltip" | "sharelink.addExpirationDateLinkTooltip" | "sharelink.deleteExpirationDateLinkTooltip" | "sharelink.createLinkToastSummary" | "sharelink.createLinkToastDetail" | "sharelink.createLinkErrorSummary" | "sharelink.deleteLinkToastSummary" | "sharelink.deleteLinkToastDetail" | "sharelink.deleteLinkErrorSummary" | "sharelink.copyLinkToastSummary" | "sharelink.copyLinkErrorSummary" | "sharelink.copyLinkToastDetail" | "sharelink.copyLinkErrorDetail" | "sharelink.updateLinkDateSummary" | "sharelink.updateLinkDateDetail" | "sharelink.updateLinkDateErrorSummary" | "sharelink.expirationDate" | "sharelink.placeholder" | "lock.nodeLock" | "lock.readOnlyLock" | "lock.writeLock" | "membersPopup.goToSiteMemberPage" | "members.add" | "members.search" | "members.members" | "members.role" | "members.management" | "members.youAre" | "members.ofThisWorkspace" | "members.select" | "members.errorAdd" | "members.successAdd" | "members.successDelete" | "members.successChangeRole" | "members.nbAccess" | "members.restrictPermissions" | "members.restorePermissions" | "members.successRestrictPermissions" | "members.successRestorePermissions" | "members.fromGroup" | "members.viewUserProfile" | "role.SiteConsumer" | "role.SiteCollaborator" | "role.SiteManager" | "config.groups.search" | "config.groups.pagination" | "config.groups.display" | "config.groups.matomo" | "config.groups.sentry" | "config.groups.metadata" | "config.groups.security" | "config.groups.other" | "config.tabs.structuredEdit" | "config.tabs.rawEdit" | "config.tabs.versions" | "config.table.keyHeader" | "config.table.valueHeader" | "config.table.typeHeader" | "config.buttons.add" | "config.buttons.cancel" | "config.buttons.refresh" | "config.buttons.addNew" | "config.buttons.saveChanges" | "config.buttons.define" | "config.buttons.undefine" | "config.buttons.expand" | "config.buttons.collapse" | "config.splitView.filterPlaceholder" | "config.splitView.selectConfig" | "config.splitView.noResults" | "config.splitView.defaultValue" | "config.dialog.addTitle" | "config.dialog.keyLabel" | "config.dialog.valueLabel" | "config.dialog.typeLabel" | "config.raw.uploadDescription" | "config.raw.uploadButton" | "config.raw.uploadWarning" | "config.toasts.saveSuccess" | "config.toasts.fetchError" | "config.toasts.saveError" | "config.toasts.errorDetail" | "config.errors.keyRequired" | "config.errors.keyDuplicate" | "config.errors.invalidNumber" | "config.errors.invalidBoolean" | "config.errors.invalidJson" | "config.errors.typeMismatch" | "config.errors.invalidJsonFile" | "config.versionViewer.error" | "config.versionViewer.success" | "config.versionViewer.listTitle" | "config.versionViewer.title" | "config.versionViewer.selectPrompt" | "config.versionViewer.loadError" | "config.versionViewer.genericError" | "config.versionViewer.cannotRevertLatest" | "config.versionViewer.restoredVersionComment" | "config.arrayEditor.addItem" | "config.arrayEditor.reorder" | "config.types.string" | "config.types.number" | "config.types.boolean" | "config.types.object" | "config.types.array" | "config.groups" | "config.pageTitle" | "config.pageDescription" | "config.tabs" | "config.table" | "config.buttons" | "config.notDefined" | "config.splitView" | "config.dialog" | "config.raw" | "config.toasts" | "config.errors" | "config.versionViewer" | "config.arrayEditor" | "config.types" | "vuesFavorites.title" | "vuesFavorites.loadedViewMessage" | "vuesFavorites.noSavedViews" | "vuesFavorites.personalViews" | "vuesFavorites.selectPersonalView" | "vuesFavorites.globalViews" | "vuesFavorites.selectGlobalView" | "vuesFavorites.filterSavedViews" | "vuesUtilisateurs.saveViewPopup.title" | "vuesUtilisateurs.saveViewPopup.nameLabel" | "vuesUtilisateurs.saveViewPopup.nameRequired" | "vuesUtilisateurs.saveViewPopup.descriptionLabel" | "vuesUtilisateurs.saveViewPopup.detailsLabel" | "vuesUtilisateurs.saveViewPopup.scopeLabel" | "vuesUtilisateurs.saveViewPopup.scopeDescription" | "vuesUtilisateurs.saveViewPopup.scopeUser" | "vuesUtilisateurs.saveViewPopup.scopeGlobal" | "vuesUtilisateurs.saveViewPopup.fileIdLabel" | "vuesUtilisateurs.saveViewPopup.fileIdDescription" | "vuesUtilisateurs.saveViewPopup.fileIdPlaceholder" | "vuesUtilisateurs.saveViewPopup.personalDescription" | "vuesUtilisateurs.modifyViewPopup.title" | "vuesUtilisateurs.saveView" | "vuesUtilisateurs.modifyView" | "vuesUtilisateurs.cancelButton" | "vuesUtilisateurs.saveViewPopup" | "vuesUtilisateurs.modifyViewPopup" | "rechercheAvancee.savedViewError.idAlreadyExists" | "rechercheAvancee.savedViewError.nameAlreadyExists" | "rechercheAvancee.savedViewError.globalNotFound" | "rechercheAvancee.savedViewError.personnalNotFound" | "rechercheAvancee.savedViewError.userNotFound" | "rechercheAvancee.savedViewError.userNotFoundForUpdate" | "rechercheAvancee.savedViewError.userNotFoundForDelete" | "rechercheAvancee.savedViewError.configFolderNotFound" | "rechercheAvancee.savedViewError.configFileNotFound" | "rechercheAvancee.contains" | "rechercheAvancee.noResults" | "rechercheAvancee.valueLabel" | "rechercheAvancee.loadedViewMessage" | "rechercheAvancee.noSavedViews" | "rechercheAvancee.filterSavedViews" | "rechercheAvancee.cancelButton" | "rechercheAvancee.sitePlaceholder" | "rechercheAvancee.folderPlaceholder" | "rechercheAvancee.advancedSearch" | "rechercheAvancee.queryBuilder" | "rechercheAvancee.addCriterionPopupTitle" | "rechercheAvancee.propertyLabel" | "rechercheAvancee.propertyPlaceholder" | "rechercheAvancee.propertyName" | "rechercheAvancee.propertyId" | "rechercheAvancee.propertyDescription" | "rechercheAvancee.propertyAspect" | "rechercheAvancee.conditionLabel" | "rechercheAvancee.operatorLabel" | "rechercheAvancee.operatorPlaceholder" | "rechercheAvancee.addButton" | "rechercheAvancee.mustContain" | "rechercheAvancee.mustNotContain" | "rechercheAvancee.exact" | "rechercheAvancee.isDate" | "rechercheAvancee.isDateRange" | "rechercheAvancee.isNumber" | "rechercheAvancee.isNumberRange" | "rechercheAvancee.is" | "rechercheAvancee.locationLabel" | "rechercheAvancee.locationSite" | "rechercheAvancee.locationPath" | "rechercheAvancee.locationNone" | "rechercheAvancee.locationValuePlaceholder" | "rechercheAvancee.criteriaTitle" | "rechercheAvancee.noCriteria" | "rechercheAvancee.addCriterionButton" | "rechercheAvancee.advancedSearchActive" | "rechercheAvancee.savedViews" | "rechercheAvancee.addsSavedViewSuccess" | "rechercheAvancee.modifySavedViewSuccess" | "rechercheAvancee.updateSavedView" | "rechercheAvancee.savedViewError" | "rechercheAvancee.noFilterResults" | "rechercheAvancee.selectPersonalSearch" | "rechercheAvancee.selectGlobalSearch" | "rechercheAvancee.favorite" | "rechercheAvancee.closeView" | "rechercheAvancee.activeView" | "rechercheAvancee.locationsTitle" | "rechercheAvancee.locationsHint" | "rechercheAvancee.noLocations" | "rechercheAvancee.addLocationButton" | "rechercheAvancee.addLocationTitle" | "rechercheAvancee.addLocationConfirm" | "rechercheAvancee.removeLocation" | "rechercheAvancee.includePrefix" | "rechercheAvancee.excludePrefix" | "rechercheAvancee.locationTypeLabel" | "rechercheAvancee.saveViewAsNew" | "rechercheAvancee.saveViewModifications" | "rechercheAvancee.deleteView" | "rechercheAvancee.deleteViewSuccess" | "rechercheAvancee.confirmDeleteTitle" | "rechercheAvancee.confirmDelete" | "rechercheAvancee.showMore" | "rechercheAvancee.addAsIncludeLocation" | "rechercheAvancee.addAsExcludeLocation" | "rechercheAvancee.addAsIncludeFolder" | "rechercheAvancee.addAsExcludeFolder" | "rechercheAvancee.addAsIncludeSite" | "rechercheAvancee.addAsExcludeSite" | "rechercheAvancee.editCriterionPopupTitle" | "rechercheAvancee.updateButton" | "rechercheAvancee.addGroupButton" | "rechercheAvancee.addOrGroup" | "rechercheAvancee.removeGroup" | "rechercheAvancee.operatorAnd" | "rechercheAvancee.operatorOr" | "rechercheAvancee.emptyGroup" | "pdfTools.common.clear" | "pdfTools.common.cancel" | "pdfTools.common.error" | "pdfTools.common.save" | "pdfTools.common.success" | "pdfTools.common.close" | "pdfTools.common.warning" | "pdfTools.common.apply" | "pdfTools.common.select" | "pdfTools.common.deleted" | "pdfTools.common.use" | "pdfTools.common.insert" | "pdfTools.sidebar.actions" | "pdfTools.sidebar.saveAs" | "pdfTools.sidebar.saveNewVersion" | "pdfTools.sidebar.extractPages" | "pdfTools.sidebar.extractAndSave" | "pdfTools.sidebar.deletePages" | "pdfTools.sidebar.deleteSelectedPages" | "pdfTools.sidebar.insertPdf" | "pdfTools.sidebar.fromComputer" | "pdfTools.sidebar.fromPristy" | "pdfTools.sidebar.addWatermark" | "pdfTools.sidebar.watermarkTextPlaceholder" | "pdfTools.sidebar.angle" | "pdfTools.sidebar.repetitions" | "pdfTools.sidebar.addWatermarkButton" | "pdfTools.pagePreview.title" | "pdfTools.pagePreview.openPagePreview" | "pdfTools.pageEditor.tools.actions" | "pdfTools.pageEditor.tools.size" | "pdfTools.pageEditor.tools.highlight" | "pdfTools.pageEditor.tools.text" | "pdfTools.pageEditor.tools.select" | "pdfTools.pageEditor.tools.redact" | "pdfTools.pageEditor.tools.comment" | "pdfTools.pageEditor.tools.image" | "pdfTools.pageEditor.tools.signature" | "pdfTools.pageEditor.tools.font" | "pdfTools.pageEditor.tools.color" | "pdfTools.pageEditor.cancel" | "pdfTools.pageEditor.close" | "pdfTools.pageEditor.apply" | "pdfTools.pageEditor.title" | "pdfTools.pageEditor.fit" | "pdfTools.pageEditor.tools" | "pdfTools.pageEditor.commentPrompt" | "pdfTools.pageEditor.addTextPrompt" | "pdfTools.pageEditor.footerHint" | "pdfTools.signaturePad.clear" | "pdfTools.signaturePad.title" | "pdfTools.signaturePad.use" | "pdfTools.saveAs.title" | "pdfTools.saveAs.filenameLabel" | "pdfTools.saveAs.defaultFilename" | "pdfTools.saveAs.folderLabel" | "pdfTools.saveAs.browse" | "pdfTools.saveAs.conflictError" | "pdfTools.insertFromAlfresco.search" | "pdfTools.insertFromAlfresco.cancel" | "pdfTools.insertFromAlfresco.path" | "pdfTools.insertFromAlfresco.loading" | "pdfTools.insertFromAlfresco.select" | "pdfTools.insertFromAlfresco.title" | "pdfTools.insertFromAlfresco.insert" | "pdfTools.insertFromAlfresco.browse" | "pdfTools.insertFromAlfresco.searchPlaceholder" | "pdfTools.insertFromAlfresco.searching" | "pdfTools.insertFromAlfresco.noPdfFound" | "pdfTools.insertFromAlfresco.favorites" | "pdfTools.insertFromAlfresco.noPdfFavorite" | "pdfTools.insertFromAlfresco.selectPdfToPreview" | "pdfTools.insertFromAlfresco.loadingPreview" | "pdfTools.insertFromAlfresco.linkOrId" | "pdfTools.insertFromAlfresco.alfrescoIdUrl" | "pdfTools.insertFromAlfresco.alfrescoIdUrlHint" | "pdfTools.insertFromAlfresco.selected" | "pdfTools.insertFromAlfresco.invalidInput" | "pdfTools.insertFromAlfresco.folderSelectError" | "pdfTools.insertFromAlfresco.fileTypeNotAllowedError" | "pdfTools.loading" | "pdfTools.common" | "pdfTools.saveSuccess" | "pdfTools.saveError" | "pdfTools.title" | "pdfTools.loadError" | "pdfTools.reorderError" | "pdfTools.rotateError" | "pdfTools.deleteAllPagesWarning" | "pdfTools.pagesDeletedSuccess" | "pdfTools.deletePagesError" | "pdfTools.insertFromFileSuccess" | "pdfTools.insertFromPristySuccess" | "pdfTools.insertError" | "pdfTools.insertFromPristyError" | "pdfTools.invalidNodeForInsert" | "pdfTools.watermarkError" | "pdfTools.saveAsError" | "pdfTools.noContentToSave" | "pdfTools.fileCreatedSuccess" | "pdfTools.redactWarning" | "pdfTools.redactFlattenConfirm" | "pdfTools.imagePreviewUnavailable" | "pdfTools.pdfRenderCanvasNotFound" | "pdfTools.sidebar" | "pdfTools.pagePreview" | "pdfTools.pageEditor" | "pdfTools.signaturePad" | "pdfTools.saveAs" | "pdfTools.insertFromAlfresco" | "editor.viewMode.split" | "editor.viewMode.editorOnly" | "editor.viewMode.previewOnly" | "editor.edit" | "editor.saveSuccess" | "editor.loadError" | "editor.cancelEdit" | "editor.closeEdit" | "editor.alreadyUpToDate" | "editor.refreshError" | "editor.unsavedChanges" | "editor.confirmationHeader" | "editor.lineWrap" | "editor.viewMode" | "collab.enable" | "collab.disable" | "collab.connected" | "collab.disconnected" | "collab.reconnecting" | "collab.peers" | "collab.initError" | "collab.sessionFull" | "collab.locked" | "collab.offline" | "collab.participantsTooltip" | "collab.editorsTooltip" | "collab.observersTooltip" | "diffViewer.errors.loadError" | "diffViewer.revertVersion.error" | "diffViewer.revertVersion.success" | "diffViewer.revertVersion.successDetail" | "diffViewer.errors" | "diffViewer.restoredVersionComment" | "diffViewer.compareTitle" | "diffViewer.version" | "diffViewer.currentVersion" | "diffViewer.selectVersionA" | "diffViewer.selectVersionB" | "diffViewer.revertToThisVersion" | "diffViewer.revertVersion" | "sendingMail.errors.errorEmptyEmail" | "sendingMail.errors.errorValidEmail" | "sendingMail.errors.errorEmptySubject" | "sendingMail.errors.errorSubjectTooShort" | "sendingMail.errors.errorEmptyMessage" | "sendingMail.errors.errorSendMail" | "sendingMail.popup.defaultSubject" | "sendingMail.popup.defaultMessage" | "sendingMail.errors" | "sendingMail.addCc" | "sendingMail.addCci" | "sendingMail.popup" | "column.actions" | "column.size" | "column.type" | "column.name" | "column.toggle" | "column.createdAt" | "column.createdBy" | "column.mimeType" | "column.modifiedAt" | "column.modifiedBy" | "column.thumbnail" | "column.customize" | "facets.categories" | "adminViewList.deleteView.toast.error.summary" | "adminViewList.deleteView.toast.error.detail" | "adminViewList.deleteView.toast.success.summary" | "adminViewList.deleteView.toast.success.detail" | "adminViewList.deleteView.toast.successMultiple.detail" | "adminViewList.deleteView.toast.errorMultiple.detail" | "adminViewList.deleteView.toast.error" | "adminViewList.deleteView.toast.success" | "adminViewList.deleteView.toast.successMultiple" | "adminViewList.deleteView.toast.errorMultiple" | "adminViewList.deleteView.button" | "adminViewList.deleteView.toast" | "adminViewList.deleteView.confirmHeader" | "adminViewList.deleteView.confirmMessage" | "adminViewList.deleteView.confirmMessageMultiple" | "adminViewList.existingViews.download" | "adminViewList.existingViews.loading" | "adminViewList.existingViews.title" | "adminViewList.existingViews.noViewsFound" | "adminViewList.importView.toast.error.summary" | "adminViewList.importView.toast.error.detail" | "adminViewList.importView.toast.success.summary" | "adminViewList.importView.toast.success.detail" | "adminViewList.importView.toast.error" | "adminViewList.importView.toast.success" | "adminViewList.importView.toast.noJsonFiles.summary" | "adminViewList.importView.toast.noJsonFiles.detail" | "adminViewList.importView.toast.noJsonFiles" | "adminViewList.importView.button" | "adminViewList.importView.toast" | "adminViewList.exportAll.toast.error.summary" | "adminViewList.exportAll.toast.error.detail" | "adminViewList.exportAll.toast.success.summary" | "adminViewList.exportAll.toast.success.detail" | "adminViewList.exportAll.toast.error" | "adminViewList.exportAll.toast.success" | "adminViewList.exportAll.button" | "adminViewList.exportAll.toast" | "adminViewList.dropZone.text" | "adminViewList.dropZone.hint" | "adminViewList.selectionBar.selectAll" | "adminViewList.selectionBar.selected" | "adminViewList.selectionBar.clearSelection" | "adminViewList.selectionBar.downloadAll" | "adminViewList.editView.toast.error.summary" | "adminViewList.editView.toast.error.detail" | "adminViewList.editView.toast.success.summary" | "adminViewList.editView.toast.success.detail" | "adminViewList.editView.toast.error" | "adminViewList.editView.toast.success" | "adminViewList.editView.button" | "adminViewList.editView.description" | "adminViewList.editView.name" | "adminViewList.editView.cancel" | "adminViewList.editView.save" | "adminViewList.editView.title" | "adminViewList.editView.toast" | "adminViewList.editView.namePlaceholder" | "adminViewList.editView.descriptionPlaceholder" | "adminViewList.toast.downloadError.summary" | "adminViewList.toast.downloadError.detail" | "adminViewList.toast.downloadError" | "adminViewList.deleteView" | "adminViewList.existingViews" | "adminViewList.importView" | "adminViewList.exportAll" | "adminViewList.dropZone" | "adminViewList.selectionBar" | "adminViewList.editView" | "adminViewList.toast" | "adminClassificationLauncher.selectionBar.selectAll" | "adminClassificationLauncher.selectionBar.selected" | "adminClassificationLauncher.selectionBar.clearSelection" | "adminClassificationLauncher.selectionBar.downloadAll" | "adminClassificationLauncher.selectionBar.openAll" | "adminClassificationLauncher.toast.listError.summary" | "adminClassificationLauncher.toast.listError.detail" | "adminClassificationLauncher.toast.invalidName.summary" | "adminClassificationLauncher.toast.invalidName.detail" | "adminClassificationLauncher.toast.listError" | "adminClassificationLauncher.toast.invalidName" | "adminClassificationLauncher.existingPlans.download" | "adminClassificationLauncher.existingPlans.loading" | "adminClassificationLauncher.existingPlans.title" | "adminClassificationLauncher.existingPlans.noPlansFound" | "adminClassificationLauncher.createPlan.button" | "adminClassificationLauncher.createPlan.description" | "adminClassificationLauncher.createPlan.cancel" | "adminClassificationLauncher.createPlan.placeholder" | "adminClassificationLauncher.createPlan.title" | "adminClassificationLauncher.deletePlan.toast.error.summary" | "adminClassificationLauncher.deletePlan.toast.error.detail" | "adminClassificationLauncher.deletePlan.toast.success.summary" | "adminClassificationLauncher.deletePlan.toast.success.detail" | "adminClassificationLauncher.deletePlan.toast.successMultiple.detail" | "adminClassificationLauncher.deletePlan.toast.errorMultiple.detail" | "adminClassificationLauncher.deletePlan.toast.error" | "adminClassificationLauncher.deletePlan.toast.success" | "adminClassificationLauncher.deletePlan.toast.successMultiple" | "adminClassificationLauncher.deletePlan.toast.errorMultiple" | "adminClassificationLauncher.deletePlan.button" | "adminClassificationLauncher.deletePlan.toast" | "adminClassificationLauncher.deletePlan.confirmHeader" | "adminClassificationLauncher.deletePlan.confirmMessage" | "adminClassificationLauncher.deletePlan.confirmMessageMultiple" | "adminClassificationLauncher.importPlan.toast.success.summary" | "adminClassificationLauncher.importPlan.toast.success.detail" | "adminClassificationLauncher.importPlan.toast.success" | "adminClassificationLauncher.importPlan.toast.saveError.summary" | "adminClassificationLauncher.importPlan.toast.saveError.detail" | "adminClassificationLauncher.importPlan.toast.parseError.summary" | "adminClassificationLauncher.importPlan.toast.parseError.detail" | "adminClassificationLauncher.importPlan.toast.saveError" | "adminClassificationLauncher.importPlan.toast.parseError" | "adminClassificationLauncher.importPlan.button" | "adminClassificationLauncher.importPlan.toast" | "adminClassificationLauncher.importPlan.invalidStructure" | "adminClassificationLauncher.title" | "adminClassificationLauncher.selectionBar" | "adminClassificationLauncher.toast" | "adminClassificationLauncher.existingPlans" | "adminClassificationLauncher.createPlan" | "adminClassificationLauncher.deletePlan" | "adminClassificationLauncher.importPlan" | "adminClassificationPage.buttons.cancel" | "adminClassificationPage.toast.saveError" | "adminClassificationPage.tabs.categories" | "adminClassificationPage.tabs.natures" | "adminClassificationPage.tabs.fields" | "adminClassificationPage.tabs.emplacements" | "adminClassificationPage.buttons.reload" | "adminClassificationPage.buttons.save" | "adminClassificationPage.buttons.newNature" | "adminClassificationPage.buttons.newField" | "adminClassificationPage.buttons.newEmplacement" | "adminClassificationPage.buttons.newCategory" | "adminClassificationPage.buttons.export" | "adminClassificationPage.buttons.import" | "adminClassificationPage.buttons.createFile" | "adminClassificationPage.buttons.saveFile" | "adminClassificationPage.dialog.createNature" | "adminClassificationPage.dialog.editNature" | "adminClassificationPage.dialog.duplicateNature" | "adminClassificationPage.dialog.createField" | "adminClassificationPage.dialog.editField" | "adminClassificationPage.dialog.duplicateField" | "adminClassificationPage.dialog.createEmplacement" | "adminClassificationPage.dialog.editEmplacement" | "adminClassificationPage.dialog.createCategory" | "adminClassificationPage.dialog.editCategory" | "adminClassificationPage.toast.saveSuccess" | "adminClassificationPage.toast.loadError" | "adminClassificationPage.toast.newPlan" | "adminClassificationPage.toast.fileNotExist" | "adminClassificationPage.toast.loadErrorDetail" | "adminClassificationPage.toast.exportSuccess" | "adminClassificationPage.toast.exportSuccessDetail" | "adminClassificationPage.toast.importSuccess" | "adminClassificationPage.toast.importSuccessDetail" | "adminClassificationPage.toast.importError" | "adminClassificationPage.toast.importErrorDetail" | "adminClassificationPage.toast.invalidFileStructure" | "adminClassificationPage.toast.fieldCreated" | "adminClassificationPage.toast.fieldAutoCreated" | "adminClassificationPage.toast.autoCreatedForNature" | "adminClassificationPage.toast.autoCreatedForEmplacement" | "adminClassificationPage.toast.deleteImpossible" | "adminClassificationPage.toast.fieldUsed" | "adminClassificationPage.toast.emplacementUsed" | "adminClassificationPage.toast.confirmed" | "adminClassificationPage.toast.itemDeleted" | "adminClassificationPage.toast.invalidFilename" | "adminClassificationPage.toast.filenameMustStartWithPlan" | "adminClassificationPage.columns.id" | "adminClassificationPage.columns.actions" | "adminClassificationPage.columns.label" | "adminClassificationPage.columns.icon" | "adminClassificationPage.columns.description" | "adminClassificationPage.columns.type" | "adminClassificationPage.columns.name" | "adminClassificationPage.columns.display" | "adminClassificationPage.columns.title" | "adminClassificationPage.columns.categories" | "adminClassificationPage.columns.emplacement" | "adminClassificationPage.columns.code" | "adminClassificationPage.columns.views" | "adminClassificationPage.confirm.field" | "adminClassificationPage.confirm.emplacement" | "adminClassificationPage.confirm.deleteMessage" | "adminClassificationPage.confirm.deleteHeader" | "adminClassificationPage.confirm.nature" | "adminClassificationPage.confirm.category" | "adminClassificationPage.viewSelector.search" | "adminClassificationPage.viewSelector.noResults" | "adminClassificationPage.viewSelector.title" | "adminClassificationPage.viewSelector.selected" | "adminClassificationPage.viewSelector.available" | "adminClassificationPage.viewSelector.searchResults" | "adminClassificationPage.viewSelector.noViews" | "adminClassificationPage.viewSelector.nViews" | "adminClassificationPage.viewSelector.validate" | "adminClassificationPage.loading" | "adminClassificationPage.tabs" | "adminClassificationPage.buttons" | "adminClassificationPage.dialog" | "adminClassificationPage.toast" | "adminClassificationPage.titleNew" | "adminClassificationPage.titleAdmin" | "adminClassificationPage.file" | "adminClassificationPage.columns" | "adminClassificationPage.confirm" | "adminClassificationPage.viewSelector" | "natureForm.validation.nameAndCodeRequired" | "natureForm.validation.codeAlreadyExists" | "natureForm.value" | "natureForm.icon" | "natureForm.required" | "natureForm.name" | "natureForm.metadata" | "natureForm.categories" | "natureForm.emplacement" | "natureForm.code" | "natureForm.documentType" | "natureForm.aspects" | "natureForm.selectAspects" | "natureForm.chooseIcon" | "natureForm.selectPath" | "natureForm.calculatedPath" | "natureForm.noMetadata" | "natureForm.key" | "natureForm.mappingType" | "natureForm.valueOrFieldName" | "natureForm.selectCategories" | "natureForm.validation" | "emplacementForm.validation.codeRequired" | "emplacementForm.value" | "emplacementForm.type" | "emplacementForm.required" | "emplacementForm.metadata" | "emplacementForm.code" | "emplacementForm.aspects" | "emplacementForm.selectAspects" | "emplacementForm.noMetadata" | "emplacementForm.key" | "emplacementForm.mappingType" | "emplacementForm.valueOrFieldName" | "emplacementForm.validation" | "emplacementForm.codeHelp" | "emplacementForm.typeHelp" | "emplacementForm.editType" | "fieldForm.search.query.label" | "fieldForm.search.lang.label" | "fieldForm.search.valueField.label" | "fieldForm.search.testButton.label" | "fieldForm.search.testResults.title" | "fieldForm.search.testError.fetchError" | "fieldForm.search.testError.emptyQuery" | "fieldForm.search.testError.noResult" | "fieldForm.search.query" | "fieldForm.search.title" | "fieldForm.search.lang" | "fieldForm.search.valueField" | "fieldForm.search.testButton" | "fieldForm.search.testResults" | "fieldForm.search.testError" | "fieldForm.description.label" | "fieldForm.description.help" | "fieldForm.name.label" | "fieldForm.name.help" | "fieldForm.errors.nameAndDescriptionRequired" | "fieldForm.errors.fieldNameExists" | "fieldForm.dataType.label" | "fieldForm.dataType.placeholder" | "fieldForm.dataType.help" | "fieldForm.inputType.label" | "fieldForm.inputType.placeholder" | "fieldForm.inputType.help" | "fieldForm.stringConstraints.regex.label" | "fieldForm.stringConstraints.regex.help" | "fieldForm.stringConstraints.regexTester.label" | "fieldForm.stringConstraints.regexTester.placeholder" | "fieldForm.stringConstraints.title" | "fieldForm.stringConstraints.regex" | "fieldForm.stringConstraints.regexTester" | "fieldForm.numberConstraints.default.label" | "fieldForm.numberConstraints.min.label" | "fieldForm.numberConstraints.max.label" | "fieldForm.numberConstraints.default" | "fieldForm.numberConstraints.title" | "fieldForm.numberConstraints.min" | "fieldForm.numberConstraints.max" | "fieldForm.search" | "fieldForm.description" | "fieldForm.name" | "fieldForm.errors" | "fieldForm.dataType" | "fieldForm.inputType" | "fieldForm.stringConstraints" | "fieldForm.numberConstraints" | "classificationPlan.buttons.cancel" | "classificationPlan.upload.headerCreate" | "classificationPlan.upload.headerImport" | "classificationPlan.buttons.next" | "classificationPlan.buttons.previous" | "classificationPlan.buttons.requalify" | "classificationPlan.buttons.viewSummary" | "classificationPlan.buttons.acceptAndCreate" | "classificationPlan.buttons.acceptAndImport" | "classificationPlan.toast.searchError" | "classificationPlan.toast.searchFieldFailed" | "classificationPlan.toast.loadPlansError" | "classificationPlan.toast.loadPlanContentError" | "classificationPlan.toast.workspaceError" | "classificationPlan.toast.requalifySuccess" | "classificationPlan.toast.requalifyError" | "classificationPlan.summary.document" | "classificationPlan.summary.metadata" | "classificationPlan.summary.verifyBeforeImport" | "classificationPlan.summary.verifyBeforeRequalify" | "classificationPlan.summary.generalInfo" | "classificationPlan.summary.metadataToSend" | "classificationPlan.summary.fileClassification" | "classificationPlan.summary.destinationFolder" | "classificationPlan.summary.movement" | "classificationPlan.steps.summary" | "classificationPlan.steps.step" | "classificationPlan.steps.selectPlan" | "classificationPlan.steps.selectNature" | "classificationPlan.steps.fillMetadata" | "classificationPlan.steps.fillMetadataAndFiles" | "classificationPlan.steps.selectFiles" | "classificationPlan.stepper.files" | "classificationPlan.stepper.metadata" | "classificationPlan.stepper.summary" | "classificationPlan.stepper.nature" | "classificationPlan.stepper.plan" | "classificationPlan.requalify.title" | "classificationPlan.requalify.summaryFrom" | "classificationPlan.requalify.summaryTo" | "classificationPlan.files" | "classificationPlan.upload" | "classificationPlan.buttons" | "classificationPlan.searchPlaceholder" | "classificationPlan.toast" | "classificationPlan.summary" | "classificationPlan.code" | "classificationPlan.nature" | "classificationPlan.category" | "classificationPlan.min" | "classificationPlan.max" | "classificationPlan.allCategories" | "classificationPlan.noCategory" | "classificationPlan.filterByCategory" | "classificationPlan.steps" | "classificationPlan.stepper" | "classificationPlan.plan" | "classificationPlan.natureColumn" | "classificationPlan.choosePlan" | "classificationPlan.planAriaLabel" | "classificationPlan.noPlanFound" | "classificationPlan.searchNaturePlaceholder" | "classificationPlan.noNature" | "classificationPlan.destinationCurrent" | "classificationPlan.destinationLabel" | "classificationPlan.chooseFiles" | "classificationPlan.fileToCreate" | "classificationPlan.filesToImport" | "classificationPlan.na" | "classificationPlan.constraint" | "classificationPlan.validationRegexError" | "classificationPlan.requalify" | "chat.title" | "chat.reconnecting" | "chat.connecting" | "chat.connectionError" | "chat.notConfigured" | "chat.configureInProfile" | "chat.retry" | "chat.searchRooms" | "chat.noRooms" | "chat.noMessages" | "chat.loadMore" | "chat.typeMessage" | "chat.send" | "chat.attachFile" | "chat.attachment" | "chat.unknownUser" | "chat.userTyping" | "chat.usersTyping" | "chat.multipleUsersTyping" | "chat.sendError" | "chat.uploadError" | "chat.openChat" | "chat.closeChat" | "chat.newMessages" | "workflow.selectedDocuments" | "selection.clear" | "selection.selectAll" | "selection.clearSelection" | "selection.count" | "selection.mobileCount" | "selection.selectAllShort" | "sidebarMenu.profile" | "sidebarMenu.portal" | "sidebarMenu.logout" | "tasks.approve" | "tasks.reject" | "rechercheAvancee.addFavorite" | "rechercheAvancee.removeFavorite">;
|
|
4553
4853
|
natureSearch: Ref<string, string>;
|
|
4554
4854
|
selectedObject: Ref<any, any>;
|
|
4555
4855
|
selectedCategory: Ref<string, string>;
|
|
@@ -4633,6 +4933,12 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
4633
4933
|
}>, {
|
|
4634
4934
|
t: VueI18nTranslation<{
|
|
4635
4935
|
en: {
|
|
4936
|
+
pagination: {
|
|
4937
|
+
rowsPerPage: string;
|
|
4938
|
+
};
|
|
4939
|
+
taskNotification: {
|
|
4940
|
+
pendingTasks: string;
|
|
4941
|
+
};
|
|
4636
4942
|
nothingTitle: string;
|
|
4637
4943
|
nothingText: string;
|
|
4638
4944
|
goHome: string;
|
|
@@ -4744,6 +5050,13 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
4744
5050
|
showPageByPage: string;
|
|
4745
5051
|
previousPage: string;
|
|
4746
5052
|
nextPage: string;
|
|
5053
|
+
saveForm: string;
|
|
5054
|
+
cancelForm: string;
|
|
5055
|
+
formFieldsInfo: string;
|
|
5056
|
+
formFieldsInfoTitle: string;
|
|
5057
|
+
formFieldName: string;
|
|
5058
|
+
formFieldType: string;
|
|
5059
|
+
formFieldValue: string;
|
|
4747
5060
|
};
|
|
4748
5061
|
sharelink: {
|
|
4749
5062
|
shareLinkOf: string;
|
|
@@ -4776,6 +5089,18 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
4776
5089
|
userHomes: string;
|
|
4777
5090
|
yes: string;
|
|
4778
5091
|
no: string;
|
|
5092
|
+
filter: {
|
|
5093
|
+
toggle: string;
|
|
5094
|
+
all: string;
|
|
5095
|
+
search: string;
|
|
5096
|
+
clear: string;
|
|
5097
|
+
apply: string;
|
|
5098
|
+
noOptions: string;
|
|
5099
|
+
contains: string;
|
|
5100
|
+
notContains: string;
|
|
5101
|
+
equals: string;
|
|
5102
|
+
clearAll: string;
|
|
5103
|
+
};
|
|
4779
5104
|
howMuchResult: string;
|
|
4780
5105
|
howMuchSelected: string;
|
|
4781
5106
|
selectAllElement: string;
|
|
@@ -4811,6 +5136,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
4811
5136
|
successRestrictPermissions: string;
|
|
4812
5137
|
successRestorePermissions: string;
|
|
4813
5138
|
fromGroup: string;
|
|
5139
|
+
viewUserProfile: string;
|
|
4814
5140
|
};
|
|
4815
5141
|
groups: string;
|
|
4816
5142
|
role: {
|
|
@@ -4900,6 +5226,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
4900
5226
|
};
|
|
4901
5227
|
arrayEditor: {
|
|
4902
5228
|
addItem: string;
|
|
5229
|
+
reorder: string;
|
|
4903
5230
|
};
|
|
4904
5231
|
types: {
|
|
4905
5232
|
string: string;
|
|
@@ -5159,8 +5486,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
5159
5486
|
};
|
|
5160
5487
|
editor: {
|
|
5161
5488
|
cancelEdit: string;
|
|
5489
|
+
closeEdit: string;
|
|
5162
5490
|
edit: string;
|
|
5163
5491
|
saveSuccess: string;
|
|
5492
|
+
alreadyUpToDate: string;
|
|
5164
5493
|
loadError: string;
|
|
5165
5494
|
refreshError: string;
|
|
5166
5495
|
unsavedChanges: string;
|
|
@@ -5205,6 +5534,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
5205
5534
|
};
|
|
5206
5535
|
};
|
|
5207
5536
|
sendingMail: {
|
|
5537
|
+
addCc: string;
|
|
5538
|
+
addCci: string;
|
|
5208
5539
|
popup: {
|
|
5209
5540
|
defaultSubject: string;
|
|
5210
5541
|
defaultMessage: string;
|
|
@@ -5230,6 +5561,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
5230
5561
|
size: string;
|
|
5231
5562
|
type: string;
|
|
5232
5563
|
toggle: string;
|
|
5564
|
+
customize: string;
|
|
5233
5565
|
};
|
|
5234
5566
|
facets: {
|
|
5235
5567
|
categories: {
|
|
@@ -5727,8 +6059,57 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
5727
6059
|
closeChat: string;
|
|
5728
6060
|
newMessages: string;
|
|
5729
6061
|
};
|
|
6062
|
+
workflow: {
|
|
6063
|
+
selectedDocuments: string;
|
|
6064
|
+
};
|
|
6065
|
+
fileList: string;
|
|
6066
|
+
previewPanel: string;
|
|
6067
|
+
selectAll: string;
|
|
6068
|
+
deselectAll: string;
|
|
6069
|
+
layoutSelector: string;
|
|
6070
|
+
layoutList: string;
|
|
6071
|
+
layoutGrid: string;
|
|
6072
|
+
layoutTable: string;
|
|
6073
|
+
delete: string;
|
|
6074
|
+
edit: string;
|
|
6075
|
+
open: string;
|
|
6076
|
+
download: string;
|
|
6077
|
+
restore: string;
|
|
6078
|
+
publish: string;
|
|
6079
|
+
back: string;
|
|
6080
|
+
minimize: string;
|
|
6081
|
+
reload: string;
|
|
6082
|
+
duplicate: string;
|
|
6083
|
+
moveUp: string;
|
|
6084
|
+
moveDown: string;
|
|
6085
|
+
sortAscending: string;
|
|
6086
|
+
sortDescending: string;
|
|
6087
|
+
search: string;
|
|
6088
|
+
moreActions: string;
|
|
6089
|
+
"add/removeFavorite": string;
|
|
6090
|
+
modify: string;
|
|
6091
|
+
home: string;
|
|
6092
|
+
selection: {
|
|
6093
|
+
count: string;
|
|
6094
|
+
mobileCount: string;
|
|
6095
|
+
selectAll: string;
|
|
6096
|
+
selectAllShort: string;
|
|
6097
|
+
clearSelection: string;
|
|
6098
|
+
clear: string;
|
|
6099
|
+
};
|
|
6100
|
+
sidebarMenu: {
|
|
6101
|
+
profile: string;
|
|
6102
|
+
portal: string;
|
|
6103
|
+
logout: string;
|
|
6104
|
+
};
|
|
5730
6105
|
};
|
|
5731
6106
|
fr: {
|
|
6107
|
+
pagination: {
|
|
6108
|
+
rowsPerPage: string;
|
|
6109
|
+
};
|
|
6110
|
+
taskNotification: {
|
|
6111
|
+
pendingTasks: string;
|
|
6112
|
+
};
|
|
5732
6113
|
nothingTitle: string;
|
|
5733
6114
|
nothingText: string;
|
|
5734
6115
|
goHome: string;
|
|
@@ -5840,6 +6221,13 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
5840
6221
|
showPageByPage: string;
|
|
5841
6222
|
previousPage: string;
|
|
5842
6223
|
nextPage: string;
|
|
6224
|
+
saveForm: string;
|
|
6225
|
+
cancelForm: string;
|
|
6226
|
+
formFieldsInfo: string;
|
|
6227
|
+
formFieldsInfoTitle: string;
|
|
6228
|
+
formFieldName: string;
|
|
6229
|
+
formFieldType: string;
|
|
6230
|
+
formFieldValue: string;
|
|
5843
6231
|
};
|
|
5844
6232
|
sharelink: {
|
|
5845
6233
|
shareLinkOf: string;
|
|
@@ -5872,6 +6260,18 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
5872
6260
|
userHomes: string;
|
|
5873
6261
|
yes: string;
|
|
5874
6262
|
no: string;
|
|
6263
|
+
filter: {
|
|
6264
|
+
toggle: string;
|
|
6265
|
+
all: string;
|
|
6266
|
+
search: string;
|
|
6267
|
+
clear: string;
|
|
6268
|
+
apply: string;
|
|
6269
|
+
noOptions: string;
|
|
6270
|
+
contains: string;
|
|
6271
|
+
notContains: string;
|
|
6272
|
+
equals: string;
|
|
6273
|
+
clearAll: string;
|
|
6274
|
+
};
|
|
5875
6275
|
howMuchResult: string;
|
|
5876
6276
|
howMuchSelected: string;
|
|
5877
6277
|
selectAllElement: string;
|
|
@@ -5907,6 +6307,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
5907
6307
|
successRestrictPermissions: string;
|
|
5908
6308
|
successRestorePermissions: string;
|
|
5909
6309
|
fromGroup: string;
|
|
6310
|
+
viewUserProfile: string;
|
|
5910
6311
|
};
|
|
5911
6312
|
groups: string;
|
|
5912
6313
|
role: {
|
|
@@ -5996,6 +6397,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
5996
6397
|
};
|
|
5997
6398
|
arrayEditor: {
|
|
5998
6399
|
addItem: string;
|
|
6400
|
+
reorder: string;
|
|
5999
6401
|
};
|
|
6000
6402
|
types: {
|
|
6001
6403
|
string: string;
|
|
@@ -6254,7 +6656,9 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
6254
6656
|
editor: {
|
|
6255
6657
|
edit: string;
|
|
6256
6658
|
cancelEdit: string;
|
|
6659
|
+
closeEdit: string;
|
|
6257
6660
|
saveSuccess: string;
|
|
6661
|
+
alreadyUpToDate: string;
|
|
6258
6662
|
loadError: string;
|
|
6259
6663
|
refreshError: string;
|
|
6260
6664
|
unsavedChanges: string;
|
|
@@ -6299,6 +6703,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
6299
6703
|
};
|
|
6300
6704
|
};
|
|
6301
6705
|
sendingMail: {
|
|
6706
|
+
addCc: string;
|
|
6707
|
+
addCci: string;
|
|
6302
6708
|
popup: {
|
|
6303
6709
|
defaultSubject: string;
|
|
6304
6710
|
defaultMessage: string;
|
|
@@ -6324,6 +6730,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
6324
6730
|
size: string;
|
|
6325
6731
|
type: string;
|
|
6326
6732
|
toggle: string;
|
|
6733
|
+
customize: string;
|
|
6327
6734
|
};
|
|
6328
6735
|
facets: {
|
|
6329
6736
|
categories: {
|
|
@@ -6821,10 +7228,53 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
6821
7228
|
closeChat: string;
|
|
6822
7229
|
newMessages: string;
|
|
6823
7230
|
};
|
|
7231
|
+
workflow: {
|
|
7232
|
+
selectedDocuments: string;
|
|
7233
|
+
};
|
|
7234
|
+
fileList: string;
|
|
7235
|
+
previewPanel: string;
|
|
7236
|
+
selectAll: string;
|
|
7237
|
+
deselectAll: string;
|
|
7238
|
+
layoutSelector: string;
|
|
7239
|
+
layoutList: string;
|
|
7240
|
+
layoutGrid: string;
|
|
7241
|
+
layoutTable: string;
|
|
7242
|
+
delete: string;
|
|
7243
|
+
edit: string;
|
|
7244
|
+
open: string;
|
|
7245
|
+
download: string;
|
|
7246
|
+
restore: string;
|
|
7247
|
+
publish: string;
|
|
7248
|
+
back: string;
|
|
7249
|
+
minimize: string;
|
|
7250
|
+
reload: string;
|
|
7251
|
+
duplicate: string;
|
|
7252
|
+
moveUp: string;
|
|
7253
|
+
moveDown: string;
|
|
7254
|
+
sortAscending: string;
|
|
7255
|
+
sortDescending: string;
|
|
7256
|
+
search: string;
|
|
7257
|
+
moreActions: string;
|
|
7258
|
+
"add/removeFavorite": string;
|
|
7259
|
+
modify: string;
|
|
7260
|
+
home: string;
|
|
7261
|
+
selection: {
|
|
7262
|
+
count: string;
|
|
7263
|
+
mobileCount: string;
|
|
7264
|
+
selectAll: string;
|
|
7265
|
+
selectAllShort: string;
|
|
7266
|
+
clearSelection: string;
|
|
7267
|
+
clear: string;
|
|
7268
|
+
};
|
|
7269
|
+
sidebarMenu: {
|
|
7270
|
+
profile: string;
|
|
7271
|
+
portal: string;
|
|
7272
|
+
logout: string;
|
|
7273
|
+
};
|
|
6824
7274
|
};
|
|
6825
7275
|
}, "fr" | "en", RemoveIndexSignature<{
|
|
6826
7276
|
[x: string]: LocaleMessageValue<VueMessageType>;
|
|
6827
|
-
}>, never, "facets.categories.modified_date" | "pdf" | "cancel" | "error" | "fichier" | "dossier" | "nothingTitle" | "nothingText" | "goHome" | "save" | "next" | "previous" | "selectFolder" | "dropFolder" | "uploadUnknownError" | "alfrescoError" | "fichier_image" | "fichier_video" | "fichier_pdf" | "fichier_eml" | "fichier_texte" | "fichier_tableur" | "fichier_dessin" | "fichier_presentation" | "fichier_markdown" | "fichier_json" | "fichier_xml" | "fichier_html" | "fichier_css" | "fichier_csv" | "fichier_javascript" | "fichier_sql" | "fichier_shell" | "fichier_yaml" | "fichier_python" | "fichier_typescript" | "fichier_php" | "fichier_java" | "fichier_code" | "fichier_config" | "fichier_log" | "espace" | "menu" | "tasks" | "sharelink" | "cannotCopyHere" | "cannotMoveHere" | "spaces" | "userHomes" | "yes" | "no" | "howMuchResult" | "howMuchSelected" | "selectAllElement" | "selectAllElementMoreThan" | "deleteSelection" | "dropFileFolders" | "currentFolder" | "canceledImport" | "lock" | "membersPopup" | "members" | "groups" | "role" | "success" | "close" | "config" | "vuesFavorites" | "vuesUtilisateurs" | "rechercheAvancee" | "pdfTools" | "editor" | "collab" | "diffViewer" | "sendingMail" | "column" | "facets" | "adminViewList" | "adminClassificationLauncher" | "adminClassificationPage" | "natureForm" | "emplacementForm" | "fieldForm" | "classificationPlan" | "chat" | "pdf.changePage" | "pdf.rotation" | "pdf.previousPage" | "pdf.nextPage" | "pdf.on" | "pdf.and" | "pdf.scrolling" | "pdf.pageToPage" | "pdf.rotationRigth" | "pdf.rotationLeft" | "pdf.zoom" | "pdf.dezoom" | "pdf.adaptToPage" | "pdf.adaptToWidth" | "pdf.changeFile" | "pdf.currentPagination" | "pdf.showAllPages" | "pdf.showPageByPage" | "menu.espaces" | "menu.favoris" | "menu.recherche" | "menu.vues" | "menu.userHome" | "menu.configuration" | "tasks.error.createProcess" | "tasks.error.getProcesses" | "tasks.error.getProcess" | "tasks.error.getFinishedProcess" | "tasks.error.addProcessItems" | "tasks.error.getProcessItems" | "tasks.error.getProcessVariables" | "tasks.error.getProcessDefinition" | "tasks.error.cancelWorkflow" | "tasks.error.openProcessDiagram" | "tasks.error.getProcessHistoryTasks" | "tasks.error.listTasks" | "tasks.error.listFinishedTasks" | "tasks.error.getTask" | "tasks.error.endTask" | "tasks.error.getTaskVariables" | "tasks.error.postTaskVariables" | "tasks.error.updateTaskVariables" | "tasks.error.getTaskItem" | "tasks.priority.priority" | "tasks.priority.low" | "tasks.priority.medium" | "tasks.priority.high" | "tasks.priority.notFound" | "tasks.statusLabel.notYetStarted" | "tasks.statusLabel.inProgress" | "tasks.statusLabel.onHold" | "tasks.statusLabel.cancelled" | "tasks.statusLabel.completed" | "tasks.error" | "tasks.none" | "tasks.priority" | "tasks.approved" | "tasks.rejected" | "tasks.reviewTask" | "tasks.adhocTask" | "tasks.verifyTaskDone" | "tasks.unknownTask" | "tasks.statusLabel" | "sharelink.shareLinkOf" | "sharelink.linkToShare" | "sharelink.shareLinkSettings" | "sharelink.createLinkTooltip" | "sharelink.copyLinkTooltip" | "sharelink.deleteLinkTooltip" | "sharelink.addExpirationDateLinkTooltip" | "sharelink.deleteExpirationDateLinkTooltip" | "sharelink.createLinkToastSummary" | "sharelink.createLinkToastDetail" | "sharelink.createLinkErrorSummary" | "sharelink.deleteLinkToastSummary" | "sharelink.deleteLinkToastDetail" | "sharelink.deleteLinkErrorSummary" | "sharelink.copyLinkToastSummary" | "sharelink.copyLinkErrorSummary" | "sharelink.copyLinkToastDetail" | "sharelink.copyLinkErrorDetail" | "sharelink.updateLinkDateSummary" | "sharelink.updateLinkDateDetail" | "sharelink.updateLinkDateErrorSummary" | "sharelink.expirationDate" | "sharelink.placeholder" | "lock.nodeLock" | "lock.readOnlyLock" | "lock.writeLock" | "membersPopup.goToSiteMemberPage" | "members.add" | "members.search" | "members.members" | "members.role" | "members.management" | "members.youAre" | "members.ofThisWorkspace" | "members.select" | "members.errorAdd" | "members.successAdd" | "members.successDelete" | "members.successChangeRole" | "members.nbAccess" | "members.restrictPermissions" | "members.restorePermissions" | "members.successRestrictPermissions" | "members.successRestorePermissions" | "members.fromGroup" | "role.SiteConsumer" | "role.SiteCollaborator" | "role.SiteManager" | "config.groups.search" | "config.groups.pagination" | "config.groups.display" | "config.groups.matomo" | "config.groups.sentry" | "config.groups.metadata" | "config.groups.security" | "config.groups.other" | "config.raw.uploadDescription" | "config.raw.uploadButton" | "config.raw.uploadWarning" | "config.tabs.structuredEdit" | "config.tabs.rawEdit" | "config.tabs.versions" | "config.table.keyHeader" | "config.table.valueHeader" | "config.table.typeHeader" | "config.buttons.add" | "config.buttons.cancel" | "config.buttons.refresh" | "config.buttons.addNew" | "config.buttons.saveChanges" | "config.buttons.define" | "config.buttons.undefine" | "config.buttons.expand" | "config.buttons.collapse" | "config.splitView.filterPlaceholder" | "config.splitView.selectConfig" | "config.splitView.noResults" | "config.splitView.defaultValue" | "config.dialog.addTitle" | "config.dialog.keyLabel" | "config.dialog.valueLabel" | "config.dialog.typeLabel" | "config.toasts.saveSuccess" | "config.toasts.fetchError" | "config.toasts.saveError" | "config.toasts.errorDetail" | "config.errors.keyRequired" | "config.errors.keyDuplicate" | "config.errors.invalidNumber" | "config.errors.invalidBoolean" | "config.errors.invalidJson" | "config.errors.typeMismatch" | "config.errors.invalidJsonFile" | "config.versionViewer.error" | "config.versionViewer.success" | "config.versionViewer.listTitle" | "config.versionViewer.title" | "config.versionViewer.selectPrompt" | "config.versionViewer.loadError" | "config.versionViewer.genericError" | "config.versionViewer.cannotRevertLatest" | "config.versionViewer.restoredVersionComment" | "config.arrayEditor.addItem" | "config.types.string" | "config.types.number" | "config.types.boolean" | "config.types.object" | "config.types.array" | "config.groups" | "config.raw" | "config.pageTitle" | "config.pageDescription" | "config.tabs" | "config.table" | "config.buttons" | "config.notDefined" | "config.splitView" | "config.dialog" | "config.toasts" | "config.errors" | "config.versionViewer" | "config.arrayEditor" | "config.types" | "vuesFavorites.title" | "vuesFavorites.loadedViewMessage" | "vuesFavorites.noSavedViews" | "vuesFavorites.personalViews" | "vuesFavorites.selectPersonalView" | "vuesFavorites.globalViews" | "vuesFavorites.selectGlobalView" | "vuesFavorites.filterSavedViews" | "vuesUtilisateurs.saveViewPopup.title" | "vuesUtilisateurs.saveViewPopup.nameLabel" | "vuesUtilisateurs.saveViewPopup.nameRequired" | "vuesUtilisateurs.saveViewPopup.descriptionLabel" | "vuesUtilisateurs.saveViewPopup.detailsLabel" | "vuesUtilisateurs.saveViewPopup.scopeLabel" | "vuesUtilisateurs.saveViewPopup.scopeDescription" | "vuesUtilisateurs.saveViewPopup.scopeUser" | "vuesUtilisateurs.saveViewPopup.scopeGlobal" | "vuesUtilisateurs.saveViewPopup.fileIdLabel" | "vuesUtilisateurs.saveViewPopup.fileIdDescription" | "vuesUtilisateurs.saveViewPopup.fileIdPlaceholder" | "vuesUtilisateurs.saveViewPopup.personalDescription" | "vuesUtilisateurs.modifyViewPopup.title" | "vuesUtilisateurs.saveView" | "vuesUtilisateurs.modifyView" | "vuesUtilisateurs.cancelButton" | "vuesUtilisateurs.saveViewPopup" | "vuesUtilisateurs.modifyViewPopup" | "rechercheAvancee.savedViewError.idAlreadyExists" | "rechercheAvancee.savedViewError.nameAlreadyExists" | "rechercheAvancee.savedViewError.globalNotFound" | "rechercheAvancee.savedViewError.personnalNotFound" | "rechercheAvancee.savedViewError.userNotFound" | "rechercheAvancee.savedViewError.userNotFoundForUpdate" | "rechercheAvancee.savedViewError.userNotFoundForDelete" | "rechercheAvancee.savedViewError.configFolderNotFound" | "rechercheAvancee.savedViewError.configFileNotFound" | "rechercheAvancee.noResults" | "rechercheAvancee.valueLabel" | "rechercheAvancee.loadedViewMessage" | "rechercheAvancee.noSavedViews" | "rechercheAvancee.filterSavedViews" | "rechercheAvancee.cancelButton" | "rechercheAvancee.sitePlaceholder" | "rechercheAvancee.folderPlaceholder" | "rechercheAvancee.advancedSearch" | "rechercheAvancee.queryBuilder" | "rechercheAvancee.addCriterionPopupTitle" | "rechercheAvancee.propertyLabel" | "rechercheAvancee.propertyPlaceholder" | "rechercheAvancee.propertyName" | "rechercheAvancee.propertyId" | "rechercheAvancee.propertyDescription" | "rechercheAvancee.propertyAspect" | "rechercheAvancee.conditionLabel" | "rechercheAvancee.operatorLabel" | "rechercheAvancee.operatorPlaceholder" | "rechercheAvancee.addButton" | "rechercheAvancee.mustContain" | "rechercheAvancee.mustNotContain" | "rechercheAvancee.exact" | "rechercheAvancee.contains" | "rechercheAvancee.isDate" | "rechercheAvancee.isDateRange" | "rechercheAvancee.isNumber" | "rechercheAvancee.isNumberRange" | "rechercheAvancee.is" | "rechercheAvancee.locationLabel" | "rechercheAvancee.locationSite" | "rechercheAvancee.locationPath" | "rechercheAvancee.locationNone" | "rechercheAvancee.locationValuePlaceholder" | "rechercheAvancee.criteriaTitle" | "rechercheAvancee.noCriteria" | "rechercheAvancee.addCriterionButton" | "rechercheAvancee.advancedSearchActive" | "rechercheAvancee.savedViews" | "rechercheAvancee.addsSavedViewSuccess" | "rechercheAvancee.modifySavedViewSuccess" | "rechercheAvancee.updateSavedView" | "rechercheAvancee.savedViewError" | "rechercheAvancee.noFilterResults" | "rechercheAvancee.selectPersonalSearch" | "rechercheAvancee.selectGlobalSearch" | "rechercheAvancee.favorite" | "rechercheAvancee.closeView" | "rechercheAvancee.activeView" | "rechercheAvancee.locationsTitle" | "rechercheAvancee.locationsHint" | "rechercheAvancee.noLocations" | "rechercheAvancee.addLocationButton" | "rechercheAvancee.addLocationTitle" | "rechercheAvancee.addLocationConfirm" | "rechercheAvancee.removeLocation" | "rechercheAvancee.includePrefix" | "rechercheAvancee.excludePrefix" | "rechercheAvancee.locationTypeLabel" | "rechercheAvancee.saveViewAsNew" | "rechercheAvancee.saveViewModifications" | "rechercheAvancee.deleteView" | "rechercheAvancee.deleteViewSuccess" | "rechercheAvancee.confirmDeleteTitle" | "rechercheAvancee.confirmDelete" | "rechercheAvancee.showMore" | "rechercheAvancee.addAsIncludeLocation" | "rechercheAvancee.addAsExcludeLocation" | "rechercheAvancee.addAsIncludeFolder" | "rechercheAvancee.addAsExcludeFolder" | "rechercheAvancee.addAsIncludeSite" | "rechercheAvancee.addAsExcludeSite" | "rechercheAvancee.editCriterionPopupTitle" | "rechercheAvancee.updateButton" | "rechercheAvancee.addGroupButton" | "rechercheAvancee.addOrGroup" | "rechercheAvancee.removeGroup" | "rechercheAvancee.operatorAnd" | "rechercheAvancee.operatorOr" | "rechercheAvancee.emptyGroup" | "pdfTools.sidebar.actions" | "pdfTools.sidebar.saveAs" | "pdfTools.sidebar.saveNewVersion" | "pdfTools.sidebar.extractPages" | "pdfTools.sidebar.extractAndSave" | "pdfTools.sidebar.deletePages" | "pdfTools.sidebar.deleteSelectedPages" | "pdfTools.sidebar.insertPdf" | "pdfTools.sidebar.fromComputer" | "pdfTools.sidebar.fromPristy" | "pdfTools.sidebar.addWatermark" | "pdfTools.sidebar.watermarkTextPlaceholder" | "pdfTools.sidebar.angle" | "pdfTools.sidebar.repetitions" | "pdfTools.sidebar.addWatermarkButton" | "pdfTools.pagePreview.title" | "pdfTools.pagePreview.openPagePreview" | "pdfTools.pageEditor.tools.actions" | "pdfTools.pageEditor.tools.size" | "pdfTools.pageEditor.tools.highlight" | "pdfTools.pageEditor.tools.select" | "pdfTools.pageEditor.tools.redact" | "pdfTools.pageEditor.tools.comment" | "pdfTools.pageEditor.tools.image" | "pdfTools.pageEditor.tools.signature" | "pdfTools.pageEditor.tools.text" | "pdfTools.pageEditor.tools.font" | "pdfTools.pageEditor.tools.color" | "pdfTools.pageEditor.cancel" | "pdfTools.pageEditor.close" | "pdfTools.pageEditor.title" | "pdfTools.pageEditor.fit" | "pdfTools.pageEditor.tools" | "pdfTools.pageEditor.apply" | "pdfTools.pageEditor.commentPrompt" | "pdfTools.pageEditor.addTextPrompt" | "pdfTools.pageEditor.footerHint" | "pdfTools.signaturePad.clear" | "pdfTools.signaturePad.title" | "pdfTools.signaturePad.use" | "pdfTools.saveAs.title" | "pdfTools.saveAs.filenameLabel" | "pdfTools.saveAs.defaultFilename" | "pdfTools.saveAs.folderLabel" | "pdfTools.saveAs.browse" | "pdfTools.saveAs.conflictError" | "pdfTools.insertFromAlfresco.search" | "pdfTools.insertFromAlfresco.cancel" | "pdfTools.insertFromAlfresco.path" | "pdfTools.insertFromAlfresco.loading" | "pdfTools.insertFromAlfresco.favorites" | "pdfTools.insertFromAlfresco.select" | "pdfTools.insertFromAlfresco.title" | "pdfTools.insertFromAlfresco.browse" | "pdfTools.insertFromAlfresco.searchPlaceholder" | "pdfTools.insertFromAlfresco.searching" | "pdfTools.insertFromAlfresco.noPdfFound" | "pdfTools.insertFromAlfresco.noPdfFavorite" | "pdfTools.insertFromAlfresco.selectPdfToPreview" | "pdfTools.insertFromAlfresco.loadingPreview" | "pdfTools.insertFromAlfresco.linkOrId" | "pdfTools.insertFromAlfresco.alfrescoIdUrl" | "pdfTools.insertFromAlfresco.alfrescoIdUrlHint" | "pdfTools.insertFromAlfresco.selected" | "pdfTools.insertFromAlfresco.insert" | "pdfTools.insertFromAlfresco.invalidInput" | "pdfTools.insertFromAlfresco.folderSelectError" | "pdfTools.insertFromAlfresco.fileTypeNotAllowedError" | "pdfTools.common.clear" | "pdfTools.common.cancel" | "pdfTools.common.error" | "pdfTools.common.save" | "pdfTools.common.success" | "pdfTools.common.close" | "pdfTools.common.select" | "pdfTools.common.apply" | "pdfTools.common.use" | "pdfTools.common.insert" | "pdfTools.common.warning" | "pdfTools.common.deleted" | "pdfTools.loading" | "pdfTools.saveSuccess" | "pdfTools.saveError" | "pdfTools.title" | "pdfTools.loadError" | "pdfTools.reorderError" | "pdfTools.rotateError" | "pdfTools.deleteAllPagesWarning" | "pdfTools.pagesDeletedSuccess" | "pdfTools.deletePagesError" | "pdfTools.insertFromFileSuccess" | "pdfTools.insertFromPristySuccess" | "pdfTools.insertError" | "pdfTools.insertFromPristyError" | "pdfTools.invalidNodeForInsert" | "pdfTools.watermarkError" | "pdfTools.saveAsError" | "pdfTools.noContentToSave" | "pdfTools.fileCreatedSuccess" | "pdfTools.redactWarning" | "pdfTools.redactFlattenConfirm" | "pdfTools.imagePreviewUnavailable" | "pdfTools.pdfRenderCanvasNotFound" | "pdfTools.sidebar" | "pdfTools.pagePreview" | "pdfTools.pageEditor" | "pdfTools.signaturePad" | "pdfTools.saveAs" | "pdfTools.insertFromAlfresco" | "pdfTools.common" | "editor.viewMode.split" | "editor.viewMode.editorOnly" | "editor.viewMode.previewOnly" | "editor.edit" | "editor.saveSuccess" | "editor.loadError" | "editor.cancelEdit" | "editor.refreshError" | "editor.unsavedChanges" | "editor.confirmationHeader" | "editor.lineWrap" | "editor.viewMode" | "collab.enable" | "collab.disable" | "collab.connected" | "collab.disconnected" | "collab.reconnecting" | "collab.peers" | "collab.initError" | "collab.sessionFull" | "collab.locked" | "collab.offline" | "collab.participantsTooltip" | "collab.editorsTooltip" | "collab.observersTooltip" | "diffViewer.errors.loadError" | "diffViewer.revertVersion.error" | "diffViewer.revertVersion.success" | "diffViewer.revertVersion.successDetail" | "diffViewer.errors" | "diffViewer.restoredVersionComment" | "diffViewer.compareTitle" | "diffViewer.version" | "diffViewer.currentVersion" | "diffViewer.selectVersionA" | "diffViewer.selectVersionB" | "diffViewer.revertToThisVersion" | "diffViewer.revertVersion" | "sendingMail.popup.defaultSubject" | "sendingMail.popup.defaultMessage" | "sendingMail.errors.errorEmptyEmail" | "sendingMail.errors.errorValidEmail" | "sendingMail.errors.errorEmptySubject" | "sendingMail.errors.errorSubjectTooShort" | "sendingMail.errors.errorEmptyMessage" | "sendingMail.errors.errorSendMail" | "sendingMail.popup" | "sendingMail.errors" | "column.actions" | "column.size" | "column.type" | "column.name" | "column.createdAt" | "column.createdBy" | "column.mimeType" | "column.modifiedAt" | "column.modifiedBy" | "column.thumbnail" | "column.toggle" | "facets.categories" | "adminViewList.deleteView.toast.error.summary" | "adminViewList.deleteView.toast.error.detail" | "adminViewList.deleteView.toast.success.summary" | "adminViewList.deleteView.toast.success.detail" | "adminViewList.deleteView.toast.successMultiple.detail" | "adminViewList.deleteView.toast.errorMultiple.detail" | "adminViewList.deleteView.toast.error" | "adminViewList.deleteView.toast.success" | "adminViewList.deleteView.toast.successMultiple" | "adminViewList.deleteView.toast.errorMultiple" | "adminViewList.deleteView.toast" | "adminViewList.deleteView.button" | "adminViewList.deleteView.confirmHeader" | "adminViewList.deleteView.confirmMessage" | "adminViewList.deleteView.confirmMessageMultiple" | "adminViewList.existingViews.loading" | "adminViewList.existingViews.title" | "adminViewList.existingViews.noViewsFound" | "adminViewList.existingViews.download" | "adminViewList.importView.toast.error.summary" | "adminViewList.importView.toast.error.detail" | "adminViewList.importView.toast.success.summary" | "adminViewList.importView.toast.success.detail" | "adminViewList.importView.toast.error" | "adminViewList.importView.toast.success" | "adminViewList.importView.toast.noJsonFiles.summary" | "adminViewList.importView.toast.noJsonFiles.detail" | "adminViewList.importView.toast.noJsonFiles" | "adminViewList.importView.toast" | "adminViewList.importView.button" | "adminViewList.exportAll.toast.error.summary" | "adminViewList.exportAll.toast.error.detail" | "adminViewList.exportAll.toast.success.summary" | "adminViewList.exportAll.toast.success.detail" | "adminViewList.exportAll.toast.error" | "adminViewList.exportAll.toast.success" | "adminViewList.exportAll.toast" | "adminViewList.exportAll.button" | "adminViewList.dropZone.text" | "adminViewList.dropZone.hint" | "adminViewList.selectionBar.selected" | "adminViewList.selectionBar.selectAll" | "adminViewList.selectionBar.clearSelection" | "adminViewList.selectionBar.downloadAll" | "adminViewList.editView.toast.error.summary" | "adminViewList.editView.toast.error.detail" | "adminViewList.editView.toast.success.summary" | "adminViewList.editView.toast.success.detail" | "adminViewList.editView.toast.error" | "adminViewList.editView.toast.success" | "adminViewList.editView.description" | "adminViewList.editView.name" | "adminViewList.editView.cancel" | "adminViewList.editView.save" | "adminViewList.editView.title" | "adminViewList.editView.toast" | "adminViewList.editView.button" | "adminViewList.editView.namePlaceholder" | "adminViewList.editView.descriptionPlaceholder" | "adminViewList.toast.downloadError.summary" | "adminViewList.toast.downloadError.detail" | "adminViewList.toast.downloadError" | "adminViewList.deleteView" | "adminViewList.existingViews" | "adminViewList.importView" | "adminViewList.exportAll" | "adminViewList.dropZone" | "adminViewList.selectionBar" | "adminViewList.editView" | "adminViewList.toast" | "adminClassificationLauncher.selectionBar.selected" | "adminClassificationLauncher.selectionBar.selectAll" | "adminClassificationLauncher.selectionBar.clearSelection" | "adminClassificationLauncher.selectionBar.downloadAll" | "adminClassificationLauncher.selectionBar.openAll" | "adminClassificationLauncher.toast.listError.summary" | "adminClassificationLauncher.toast.listError.detail" | "adminClassificationLauncher.toast.invalidName.summary" | "adminClassificationLauncher.toast.invalidName.detail" | "adminClassificationLauncher.toast.listError" | "adminClassificationLauncher.toast.invalidName" | "adminClassificationLauncher.existingPlans.loading" | "adminClassificationLauncher.existingPlans.title" | "adminClassificationLauncher.existingPlans.download" | "adminClassificationLauncher.existingPlans.noPlansFound" | "adminClassificationLauncher.createPlan.description" | "adminClassificationLauncher.createPlan.cancel" | "adminClassificationLauncher.createPlan.placeholder" | "adminClassificationLauncher.createPlan.title" | "adminClassificationLauncher.createPlan.button" | "adminClassificationLauncher.deletePlan.toast.error.summary" | "adminClassificationLauncher.deletePlan.toast.error.detail" | "adminClassificationLauncher.deletePlan.toast.success.summary" | "adminClassificationLauncher.deletePlan.toast.success.detail" | "adminClassificationLauncher.deletePlan.toast.successMultiple.detail" | "adminClassificationLauncher.deletePlan.toast.errorMultiple.detail" | "adminClassificationLauncher.deletePlan.toast.error" | "adminClassificationLauncher.deletePlan.toast.success" | "adminClassificationLauncher.deletePlan.toast.successMultiple" | "adminClassificationLauncher.deletePlan.toast.errorMultiple" | "adminClassificationLauncher.deletePlan.toast" | "adminClassificationLauncher.deletePlan.button" | "adminClassificationLauncher.deletePlan.confirmHeader" | "adminClassificationLauncher.deletePlan.confirmMessage" | "adminClassificationLauncher.deletePlan.confirmMessageMultiple" | "adminClassificationLauncher.importPlan.toast.success.summary" | "adminClassificationLauncher.importPlan.toast.success.detail" | "adminClassificationLauncher.importPlan.toast.success" | "adminClassificationLauncher.importPlan.toast.saveError.summary" | "adminClassificationLauncher.importPlan.toast.saveError.detail" | "adminClassificationLauncher.importPlan.toast.parseError.summary" | "adminClassificationLauncher.importPlan.toast.parseError.detail" | "adminClassificationLauncher.importPlan.toast.saveError" | "adminClassificationLauncher.importPlan.toast.parseError" | "adminClassificationLauncher.importPlan.toast" | "adminClassificationLauncher.importPlan.button" | "adminClassificationLauncher.importPlan.invalidStructure" | "adminClassificationLauncher.title" | "adminClassificationLauncher.selectionBar" | "adminClassificationLauncher.toast" | "adminClassificationLauncher.existingPlans" | "adminClassificationLauncher.createPlan" | "adminClassificationLauncher.deletePlan" | "adminClassificationLauncher.importPlan" | "adminClassificationPage.buttons.cancel" | "adminClassificationPage.toast.saveError" | "adminClassificationPage.tabs.categories" | "adminClassificationPage.tabs.natures" | "adminClassificationPage.tabs.fields" | "adminClassificationPage.tabs.emplacements" | "adminClassificationPage.buttons.reload" | "adminClassificationPage.buttons.save" | "adminClassificationPage.buttons.newNature" | "adminClassificationPage.buttons.newField" | "adminClassificationPage.buttons.newEmplacement" | "adminClassificationPage.buttons.newCategory" | "adminClassificationPage.buttons.export" | "adminClassificationPage.buttons.import" | "adminClassificationPage.buttons.createFile" | "adminClassificationPage.buttons.saveFile" | "adminClassificationPage.dialog.createNature" | "adminClassificationPage.dialog.editNature" | "adminClassificationPage.dialog.duplicateNature" | "adminClassificationPage.dialog.createField" | "adminClassificationPage.dialog.editField" | "adminClassificationPage.dialog.duplicateField" | "adminClassificationPage.dialog.createEmplacement" | "adminClassificationPage.dialog.editEmplacement" | "adminClassificationPage.dialog.createCategory" | "adminClassificationPage.dialog.editCategory" | "adminClassificationPage.toast.saveSuccess" | "adminClassificationPage.toast.loadError" | "adminClassificationPage.toast.newPlan" | "adminClassificationPage.toast.fileNotExist" | "adminClassificationPage.toast.loadErrorDetail" | "adminClassificationPage.toast.exportSuccess" | "adminClassificationPage.toast.exportSuccessDetail" | "adminClassificationPage.toast.importSuccess" | "adminClassificationPage.toast.importSuccessDetail" | "adminClassificationPage.toast.importError" | "adminClassificationPage.toast.importErrorDetail" | "adminClassificationPage.toast.invalidFileStructure" | "adminClassificationPage.toast.fieldCreated" | "adminClassificationPage.toast.fieldAutoCreated" | "adminClassificationPage.toast.autoCreatedForNature" | "adminClassificationPage.toast.autoCreatedForEmplacement" | "adminClassificationPage.toast.deleteImpossible" | "adminClassificationPage.toast.fieldUsed" | "adminClassificationPage.toast.emplacementUsed" | "adminClassificationPage.toast.confirmed" | "adminClassificationPage.toast.itemDeleted" | "adminClassificationPage.toast.invalidFilename" | "adminClassificationPage.toast.filenameMustStartWithPlan" | "adminClassificationPage.columns.id" | "adminClassificationPage.columns.actions" | "adminClassificationPage.columns.label" | "adminClassificationPage.columns.description" | "adminClassificationPage.columns.type" | "adminClassificationPage.columns.name" | "adminClassificationPage.columns.display" | "adminClassificationPage.columns.title" | "adminClassificationPage.columns.categories" | "adminClassificationPage.columns.emplacement" | "adminClassificationPage.columns.icon" | "adminClassificationPage.columns.code" | "adminClassificationPage.columns.views" | "adminClassificationPage.confirm.field" | "adminClassificationPage.confirm.emplacement" | "adminClassificationPage.confirm.deleteMessage" | "adminClassificationPage.confirm.deleteHeader" | "adminClassificationPage.confirm.nature" | "adminClassificationPage.confirm.category" | "adminClassificationPage.viewSelector.search" | "adminClassificationPage.viewSelector.noResults" | "adminClassificationPage.viewSelector.title" | "adminClassificationPage.viewSelector.selected" | "adminClassificationPage.viewSelector.available" | "adminClassificationPage.viewSelector.searchResults" | "adminClassificationPage.viewSelector.noViews" | "adminClassificationPage.viewSelector.nViews" | "adminClassificationPage.viewSelector.validate" | "adminClassificationPage.file" | "adminClassificationPage.loading" | "adminClassificationPage.tabs" | "adminClassificationPage.buttons" | "adminClassificationPage.dialog" | "adminClassificationPage.toast" | "adminClassificationPage.titleNew" | "adminClassificationPage.titleAdmin" | "adminClassificationPage.columns" | "adminClassificationPage.confirm" | "adminClassificationPage.viewSelector" | "natureForm.validation.nameAndCodeRequired" | "natureForm.validation.codeAlreadyExists" | "natureForm.value" | "natureForm.required" | "natureForm.name" | "natureForm.metadata" | "natureForm.categories" | "natureForm.emplacement" | "natureForm.icon" | "natureForm.code" | "natureForm.documentType" | "natureForm.aspects" | "natureForm.selectAspects" | "natureForm.chooseIcon" | "natureForm.selectPath" | "natureForm.calculatedPath" | "natureForm.noMetadata" | "natureForm.key" | "natureForm.mappingType" | "natureForm.valueOrFieldName" | "natureForm.selectCategories" | "natureForm.validation" | "emplacementForm.validation.codeRequired" | "emplacementForm.value" | "emplacementForm.type" | "emplacementForm.required" | "emplacementForm.metadata" | "emplacementForm.code" | "emplacementForm.aspects" | "emplacementForm.selectAspects" | "emplacementForm.noMetadata" | "emplacementForm.key" | "emplacementForm.mappingType" | "emplacementForm.valueOrFieldName" | "emplacementForm.validation" | "emplacementForm.codeHelp" | "emplacementForm.typeHelp" | "emplacementForm.editType" | "fieldForm.search.query.label" | "fieldForm.search.lang.label" | "fieldForm.search.valueField.label" | "fieldForm.search.testButton.label" | "fieldForm.search.testResults.title" | "fieldForm.search.testError.fetchError" | "fieldForm.search.testError.emptyQuery" | "fieldForm.search.testError.noResult" | "fieldForm.search.query" | "fieldForm.search.title" | "fieldForm.search.lang" | "fieldForm.search.valueField" | "fieldForm.search.testButton" | "fieldForm.search.testResults" | "fieldForm.search.testError" | "fieldForm.description.label" | "fieldForm.description.help" | "fieldForm.name.label" | "fieldForm.name.help" | "fieldForm.errors.nameAndDescriptionRequired" | "fieldForm.errors.fieldNameExists" | "fieldForm.dataType.label" | "fieldForm.dataType.placeholder" | "fieldForm.dataType.help" | "fieldForm.inputType.label" | "fieldForm.inputType.placeholder" | "fieldForm.inputType.help" | "fieldForm.stringConstraints.regex.label" | "fieldForm.stringConstraints.regex.help" | "fieldForm.stringConstraints.regexTester.label" | "fieldForm.stringConstraints.regexTester.placeholder" | "fieldForm.stringConstraints.title" | "fieldForm.stringConstraints.regex" | "fieldForm.stringConstraints.regexTester" | "fieldForm.numberConstraints.default.label" | "fieldForm.numberConstraints.min.label" | "fieldForm.numberConstraints.max.label" | "fieldForm.numberConstraints.default" | "fieldForm.numberConstraints.title" | "fieldForm.numberConstraints.min" | "fieldForm.numberConstraints.max" | "fieldForm.search" | "fieldForm.description" | "fieldForm.name" | "fieldForm.errors" | "fieldForm.dataType" | "fieldForm.inputType" | "fieldForm.stringConstraints" | "fieldForm.numberConstraints" | "classificationPlan.buttons.cancel" | "classificationPlan.buttons.next" | "classificationPlan.buttons.previous" | "classificationPlan.buttons.requalify" | "classificationPlan.buttons.viewSummary" | "classificationPlan.buttons.acceptAndCreate" | "classificationPlan.buttons.acceptAndImport" | "classificationPlan.toast.searchError" | "classificationPlan.toast.searchFieldFailed" | "classificationPlan.toast.loadPlansError" | "classificationPlan.toast.loadPlanContentError" | "classificationPlan.toast.workspaceError" | "classificationPlan.toast.requalifySuccess" | "classificationPlan.toast.requalifyError" | "classificationPlan.summary.metadata" | "classificationPlan.summary.verifyBeforeImport" | "classificationPlan.summary.verifyBeforeRequalify" | "classificationPlan.summary.generalInfo" | "classificationPlan.summary.metadataToSend" | "classificationPlan.summary.fileClassification" | "classificationPlan.summary.destinationFolder" | "classificationPlan.summary.movement" | "classificationPlan.summary.document" | "classificationPlan.upload.headerCreate" | "classificationPlan.upload.headerImport" | "classificationPlan.steps.summary" | "classificationPlan.steps.step" | "classificationPlan.steps.selectPlan" | "classificationPlan.steps.selectNature" | "classificationPlan.steps.fillMetadata" | "classificationPlan.steps.fillMetadataAndFiles" | "classificationPlan.steps.selectFiles" | "classificationPlan.stepper.files" | "classificationPlan.stepper.metadata" | "classificationPlan.stepper.summary" | "classificationPlan.stepper.nature" | "classificationPlan.stepper.plan" | "classificationPlan.requalify.title" | "classificationPlan.requalify.summaryFrom" | "classificationPlan.requalify.summaryTo" | "classificationPlan.files" | "classificationPlan.buttons" | "classificationPlan.searchPlaceholder" | "classificationPlan.toast" | "classificationPlan.summary" | "classificationPlan.code" | "classificationPlan.nature" | "classificationPlan.category" | "classificationPlan.min" | "classificationPlan.max" | "classificationPlan.allCategories" | "classificationPlan.noCategory" | "classificationPlan.filterByCategory" | "classificationPlan.upload" | "classificationPlan.steps" | "classificationPlan.stepper" | "classificationPlan.plan" | "classificationPlan.natureColumn" | "classificationPlan.choosePlan" | "classificationPlan.planAriaLabel" | "classificationPlan.noPlanFound" | "classificationPlan.searchNaturePlaceholder" | "classificationPlan.noNature" | "classificationPlan.destinationCurrent" | "classificationPlan.destinationLabel" | "classificationPlan.chooseFiles" | "classificationPlan.fileToCreate" | "classificationPlan.filesToImport" | "classificationPlan.na" | "classificationPlan.constraint" | "classificationPlan.validationRegexError" | "classificationPlan.requalify" | "chat.title" | "chat.reconnecting" | "chat.connecting" | "chat.connectionError" | "chat.notConfigured" | "chat.configureInProfile" | "chat.retry" | "chat.searchRooms" | "chat.noRooms" | "chat.noMessages" | "chat.loadMore" | "chat.typeMessage" | "chat.send" | "chat.attachFile" | "chat.attachment" | "chat.unknownUser" | "chat.userTyping" | "chat.usersTyping" | "chat.multipleUsersTyping" | "chat.sendError" | "chat.uploadError" | "chat.openChat" | "chat.closeChat" | "chat.newMessages" | "tasks.approve" | "tasks.reject" | "rechercheAvancee.addFavorite" | "rechercheAvancee.removeFavorite", "facets.categories.modified_date" | "pdf" | "cancel" | "error" | "fichier" | "dossier" | "nothingTitle" | "nothingText" | "goHome" | "save" | "next" | "previous" | "selectFolder" | "dropFolder" | "uploadUnknownError" | "alfrescoError" | "fichier_image" | "fichier_video" | "fichier_pdf" | "fichier_eml" | "fichier_texte" | "fichier_tableur" | "fichier_dessin" | "fichier_presentation" | "fichier_markdown" | "fichier_json" | "fichier_xml" | "fichier_html" | "fichier_css" | "fichier_csv" | "fichier_javascript" | "fichier_sql" | "fichier_shell" | "fichier_yaml" | "fichier_python" | "fichier_typescript" | "fichier_php" | "fichier_java" | "fichier_code" | "fichier_config" | "fichier_log" | "espace" | "menu" | "tasks" | "sharelink" | "cannotCopyHere" | "cannotMoveHere" | "spaces" | "userHomes" | "yes" | "no" | "howMuchResult" | "howMuchSelected" | "selectAllElement" | "selectAllElementMoreThan" | "deleteSelection" | "dropFileFolders" | "currentFolder" | "canceledImport" | "lock" | "membersPopup" | "members" | "groups" | "role" | "success" | "close" | "config" | "vuesFavorites" | "vuesUtilisateurs" | "rechercheAvancee" | "pdfTools" | "editor" | "collab" | "diffViewer" | "sendingMail" | "column" | "facets" | "adminViewList" | "adminClassificationLauncher" | "adminClassificationPage" | "natureForm" | "emplacementForm" | "fieldForm" | "classificationPlan" | "chat" | "pdf.changePage" | "pdf.rotation" | "pdf.previousPage" | "pdf.nextPage" | "pdf.on" | "pdf.and" | "pdf.scrolling" | "pdf.pageToPage" | "pdf.rotationRigth" | "pdf.rotationLeft" | "pdf.zoom" | "pdf.dezoom" | "pdf.adaptToPage" | "pdf.adaptToWidth" | "pdf.changeFile" | "pdf.currentPagination" | "pdf.showAllPages" | "pdf.showPageByPage" | "menu.espaces" | "menu.favoris" | "menu.recherche" | "menu.vues" | "menu.userHome" | "menu.configuration" | "tasks.error.createProcess" | "tasks.error.getProcesses" | "tasks.error.getProcess" | "tasks.error.getFinishedProcess" | "tasks.error.addProcessItems" | "tasks.error.getProcessItems" | "tasks.error.getProcessVariables" | "tasks.error.getProcessDefinition" | "tasks.error.cancelWorkflow" | "tasks.error.openProcessDiagram" | "tasks.error.getProcessHistoryTasks" | "tasks.error.listTasks" | "tasks.error.listFinishedTasks" | "tasks.error.getTask" | "tasks.error.endTask" | "tasks.error.getTaskVariables" | "tasks.error.postTaskVariables" | "tasks.error.updateTaskVariables" | "tasks.error.getTaskItem" | "tasks.priority.priority" | "tasks.priority.low" | "tasks.priority.medium" | "tasks.priority.high" | "tasks.priority.notFound" | "tasks.statusLabel.notYetStarted" | "tasks.statusLabel.inProgress" | "tasks.statusLabel.onHold" | "tasks.statusLabel.cancelled" | "tasks.statusLabel.completed" | "tasks.error" | "tasks.none" | "tasks.priority" | "tasks.approved" | "tasks.rejected" | "tasks.reviewTask" | "tasks.adhocTask" | "tasks.verifyTaskDone" | "tasks.unknownTask" | "tasks.statusLabel" | "sharelink.shareLinkOf" | "sharelink.linkToShare" | "sharelink.shareLinkSettings" | "sharelink.createLinkTooltip" | "sharelink.copyLinkTooltip" | "sharelink.deleteLinkTooltip" | "sharelink.addExpirationDateLinkTooltip" | "sharelink.deleteExpirationDateLinkTooltip" | "sharelink.createLinkToastSummary" | "sharelink.createLinkToastDetail" | "sharelink.createLinkErrorSummary" | "sharelink.deleteLinkToastSummary" | "sharelink.deleteLinkToastDetail" | "sharelink.deleteLinkErrorSummary" | "sharelink.copyLinkToastSummary" | "sharelink.copyLinkErrorSummary" | "sharelink.copyLinkToastDetail" | "sharelink.copyLinkErrorDetail" | "sharelink.updateLinkDateSummary" | "sharelink.updateLinkDateDetail" | "sharelink.updateLinkDateErrorSummary" | "sharelink.expirationDate" | "sharelink.placeholder" | "lock.nodeLock" | "lock.readOnlyLock" | "lock.writeLock" | "membersPopup.goToSiteMemberPage" | "members.add" | "members.search" | "members.members" | "members.role" | "members.management" | "members.youAre" | "members.ofThisWorkspace" | "members.select" | "members.errorAdd" | "members.successAdd" | "members.successDelete" | "members.successChangeRole" | "members.nbAccess" | "members.restrictPermissions" | "members.restorePermissions" | "members.successRestrictPermissions" | "members.successRestorePermissions" | "members.fromGroup" | "role.SiteConsumer" | "role.SiteCollaborator" | "role.SiteManager" | "config.groups.search" | "config.groups.pagination" | "config.groups.display" | "config.groups.matomo" | "config.groups.sentry" | "config.groups.metadata" | "config.groups.security" | "config.groups.other" | "config.raw.uploadDescription" | "config.raw.uploadButton" | "config.raw.uploadWarning" | "config.tabs.structuredEdit" | "config.tabs.rawEdit" | "config.tabs.versions" | "config.table.keyHeader" | "config.table.valueHeader" | "config.table.typeHeader" | "config.buttons.add" | "config.buttons.cancel" | "config.buttons.refresh" | "config.buttons.addNew" | "config.buttons.saveChanges" | "config.buttons.define" | "config.buttons.undefine" | "config.buttons.expand" | "config.buttons.collapse" | "config.splitView.filterPlaceholder" | "config.splitView.selectConfig" | "config.splitView.noResults" | "config.splitView.defaultValue" | "config.dialog.addTitle" | "config.dialog.keyLabel" | "config.dialog.valueLabel" | "config.dialog.typeLabel" | "config.toasts.saveSuccess" | "config.toasts.fetchError" | "config.toasts.saveError" | "config.toasts.errorDetail" | "config.errors.keyRequired" | "config.errors.keyDuplicate" | "config.errors.invalidNumber" | "config.errors.invalidBoolean" | "config.errors.invalidJson" | "config.errors.typeMismatch" | "config.errors.invalidJsonFile" | "config.versionViewer.error" | "config.versionViewer.success" | "config.versionViewer.listTitle" | "config.versionViewer.title" | "config.versionViewer.selectPrompt" | "config.versionViewer.loadError" | "config.versionViewer.genericError" | "config.versionViewer.cannotRevertLatest" | "config.versionViewer.restoredVersionComment" | "config.arrayEditor.addItem" | "config.types.string" | "config.types.number" | "config.types.boolean" | "config.types.object" | "config.types.array" | "config.groups" | "config.raw" | "config.pageTitle" | "config.pageDescription" | "config.tabs" | "config.table" | "config.buttons" | "config.notDefined" | "config.splitView" | "config.dialog" | "config.toasts" | "config.errors" | "config.versionViewer" | "config.arrayEditor" | "config.types" | "vuesFavorites.title" | "vuesFavorites.loadedViewMessage" | "vuesFavorites.noSavedViews" | "vuesFavorites.personalViews" | "vuesFavorites.selectPersonalView" | "vuesFavorites.globalViews" | "vuesFavorites.selectGlobalView" | "vuesFavorites.filterSavedViews" | "vuesUtilisateurs.saveViewPopup.title" | "vuesUtilisateurs.saveViewPopup.nameLabel" | "vuesUtilisateurs.saveViewPopup.nameRequired" | "vuesUtilisateurs.saveViewPopup.descriptionLabel" | "vuesUtilisateurs.saveViewPopup.detailsLabel" | "vuesUtilisateurs.saveViewPopup.scopeLabel" | "vuesUtilisateurs.saveViewPopup.scopeDescription" | "vuesUtilisateurs.saveViewPopup.scopeUser" | "vuesUtilisateurs.saveViewPopup.scopeGlobal" | "vuesUtilisateurs.saveViewPopup.fileIdLabel" | "vuesUtilisateurs.saveViewPopup.fileIdDescription" | "vuesUtilisateurs.saveViewPopup.fileIdPlaceholder" | "vuesUtilisateurs.saveViewPopup.personalDescription" | "vuesUtilisateurs.modifyViewPopup.title" | "vuesUtilisateurs.saveView" | "vuesUtilisateurs.modifyView" | "vuesUtilisateurs.cancelButton" | "vuesUtilisateurs.saveViewPopup" | "vuesUtilisateurs.modifyViewPopup" | "rechercheAvancee.savedViewError.idAlreadyExists" | "rechercheAvancee.savedViewError.nameAlreadyExists" | "rechercheAvancee.savedViewError.globalNotFound" | "rechercheAvancee.savedViewError.personnalNotFound" | "rechercheAvancee.savedViewError.userNotFound" | "rechercheAvancee.savedViewError.userNotFoundForUpdate" | "rechercheAvancee.savedViewError.userNotFoundForDelete" | "rechercheAvancee.savedViewError.configFolderNotFound" | "rechercheAvancee.savedViewError.configFileNotFound" | "rechercheAvancee.noResults" | "rechercheAvancee.valueLabel" | "rechercheAvancee.loadedViewMessage" | "rechercheAvancee.noSavedViews" | "rechercheAvancee.filterSavedViews" | "rechercheAvancee.cancelButton" | "rechercheAvancee.sitePlaceholder" | "rechercheAvancee.folderPlaceholder" | "rechercheAvancee.advancedSearch" | "rechercheAvancee.queryBuilder" | "rechercheAvancee.addCriterionPopupTitle" | "rechercheAvancee.propertyLabel" | "rechercheAvancee.propertyPlaceholder" | "rechercheAvancee.propertyName" | "rechercheAvancee.propertyId" | "rechercheAvancee.propertyDescription" | "rechercheAvancee.propertyAspect" | "rechercheAvancee.conditionLabel" | "rechercheAvancee.operatorLabel" | "rechercheAvancee.operatorPlaceholder" | "rechercheAvancee.addButton" | "rechercheAvancee.mustContain" | "rechercheAvancee.mustNotContain" | "rechercheAvancee.exact" | "rechercheAvancee.contains" | "rechercheAvancee.isDate" | "rechercheAvancee.isDateRange" | "rechercheAvancee.isNumber" | "rechercheAvancee.isNumberRange" | "rechercheAvancee.is" | "rechercheAvancee.locationLabel" | "rechercheAvancee.locationSite" | "rechercheAvancee.locationPath" | "rechercheAvancee.locationNone" | "rechercheAvancee.locationValuePlaceholder" | "rechercheAvancee.criteriaTitle" | "rechercheAvancee.noCriteria" | "rechercheAvancee.addCriterionButton" | "rechercheAvancee.advancedSearchActive" | "rechercheAvancee.savedViews" | "rechercheAvancee.addsSavedViewSuccess" | "rechercheAvancee.modifySavedViewSuccess" | "rechercheAvancee.updateSavedView" | "rechercheAvancee.savedViewError" | "rechercheAvancee.noFilterResults" | "rechercheAvancee.selectPersonalSearch" | "rechercheAvancee.selectGlobalSearch" | "rechercheAvancee.favorite" | "rechercheAvancee.closeView" | "rechercheAvancee.activeView" | "rechercheAvancee.locationsTitle" | "rechercheAvancee.locationsHint" | "rechercheAvancee.noLocations" | "rechercheAvancee.addLocationButton" | "rechercheAvancee.addLocationTitle" | "rechercheAvancee.addLocationConfirm" | "rechercheAvancee.removeLocation" | "rechercheAvancee.includePrefix" | "rechercheAvancee.excludePrefix" | "rechercheAvancee.locationTypeLabel" | "rechercheAvancee.saveViewAsNew" | "rechercheAvancee.saveViewModifications" | "rechercheAvancee.deleteView" | "rechercheAvancee.deleteViewSuccess" | "rechercheAvancee.confirmDeleteTitle" | "rechercheAvancee.confirmDelete" | "rechercheAvancee.showMore" | "rechercheAvancee.addAsIncludeLocation" | "rechercheAvancee.addAsExcludeLocation" | "rechercheAvancee.addAsIncludeFolder" | "rechercheAvancee.addAsExcludeFolder" | "rechercheAvancee.addAsIncludeSite" | "rechercheAvancee.addAsExcludeSite" | "rechercheAvancee.editCriterionPopupTitle" | "rechercheAvancee.updateButton" | "rechercheAvancee.addGroupButton" | "rechercheAvancee.addOrGroup" | "rechercheAvancee.removeGroup" | "rechercheAvancee.operatorAnd" | "rechercheAvancee.operatorOr" | "rechercheAvancee.emptyGroup" | "pdfTools.sidebar.actions" | "pdfTools.sidebar.saveAs" | "pdfTools.sidebar.saveNewVersion" | "pdfTools.sidebar.extractPages" | "pdfTools.sidebar.extractAndSave" | "pdfTools.sidebar.deletePages" | "pdfTools.sidebar.deleteSelectedPages" | "pdfTools.sidebar.insertPdf" | "pdfTools.sidebar.fromComputer" | "pdfTools.sidebar.fromPristy" | "pdfTools.sidebar.addWatermark" | "pdfTools.sidebar.watermarkTextPlaceholder" | "pdfTools.sidebar.angle" | "pdfTools.sidebar.repetitions" | "pdfTools.sidebar.addWatermarkButton" | "pdfTools.pagePreview.title" | "pdfTools.pagePreview.openPagePreview" | "pdfTools.pageEditor.tools.actions" | "pdfTools.pageEditor.tools.size" | "pdfTools.pageEditor.tools.highlight" | "pdfTools.pageEditor.tools.select" | "pdfTools.pageEditor.tools.redact" | "pdfTools.pageEditor.tools.comment" | "pdfTools.pageEditor.tools.image" | "pdfTools.pageEditor.tools.signature" | "pdfTools.pageEditor.tools.text" | "pdfTools.pageEditor.tools.font" | "pdfTools.pageEditor.tools.color" | "pdfTools.pageEditor.cancel" | "pdfTools.pageEditor.close" | "pdfTools.pageEditor.title" | "pdfTools.pageEditor.fit" | "pdfTools.pageEditor.tools" | "pdfTools.pageEditor.apply" | "pdfTools.pageEditor.commentPrompt" | "pdfTools.pageEditor.addTextPrompt" | "pdfTools.pageEditor.footerHint" | "pdfTools.signaturePad.clear" | "pdfTools.signaturePad.title" | "pdfTools.signaturePad.use" | "pdfTools.saveAs.title" | "pdfTools.saveAs.filenameLabel" | "pdfTools.saveAs.defaultFilename" | "pdfTools.saveAs.folderLabel" | "pdfTools.saveAs.browse" | "pdfTools.saveAs.conflictError" | "pdfTools.insertFromAlfresco.search" | "pdfTools.insertFromAlfresco.cancel" | "pdfTools.insertFromAlfresco.path" | "pdfTools.insertFromAlfresco.loading" | "pdfTools.insertFromAlfresco.favorites" | "pdfTools.insertFromAlfresco.select" | "pdfTools.insertFromAlfresco.title" | "pdfTools.insertFromAlfresco.browse" | "pdfTools.insertFromAlfresco.searchPlaceholder" | "pdfTools.insertFromAlfresco.searching" | "pdfTools.insertFromAlfresco.noPdfFound" | "pdfTools.insertFromAlfresco.noPdfFavorite" | "pdfTools.insertFromAlfresco.selectPdfToPreview" | "pdfTools.insertFromAlfresco.loadingPreview" | "pdfTools.insertFromAlfresco.linkOrId" | "pdfTools.insertFromAlfresco.alfrescoIdUrl" | "pdfTools.insertFromAlfresco.alfrescoIdUrlHint" | "pdfTools.insertFromAlfresco.selected" | "pdfTools.insertFromAlfresco.insert" | "pdfTools.insertFromAlfresco.invalidInput" | "pdfTools.insertFromAlfresco.folderSelectError" | "pdfTools.insertFromAlfresco.fileTypeNotAllowedError" | "pdfTools.common.clear" | "pdfTools.common.cancel" | "pdfTools.common.error" | "pdfTools.common.save" | "pdfTools.common.success" | "pdfTools.common.close" | "pdfTools.common.select" | "pdfTools.common.apply" | "pdfTools.common.use" | "pdfTools.common.insert" | "pdfTools.common.warning" | "pdfTools.common.deleted" | "pdfTools.loading" | "pdfTools.saveSuccess" | "pdfTools.saveError" | "pdfTools.title" | "pdfTools.loadError" | "pdfTools.reorderError" | "pdfTools.rotateError" | "pdfTools.deleteAllPagesWarning" | "pdfTools.pagesDeletedSuccess" | "pdfTools.deletePagesError" | "pdfTools.insertFromFileSuccess" | "pdfTools.insertFromPristySuccess" | "pdfTools.insertError" | "pdfTools.insertFromPristyError" | "pdfTools.invalidNodeForInsert" | "pdfTools.watermarkError" | "pdfTools.saveAsError" | "pdfTools.noContentToSave" | "pdfTools.fileCreatedSuccess" | "pdfTools.redactWarning" | "pdfTools.redactFlattenConfirm" | "pdfTools.imagePreviewUnavailable" | "pdfTools.pdfRenderCanvasNotFound" | "pdfTools.sidebar" | "pdfTools.pagePreview" | "pdfTools.pageEditor" | "pdfTools.signaturePad" | "pdfTools.saveAs" | "pdfTools.insertFromAlfresco" | "pdfTools.common" | "editor.viewMode.split" | "editor.viewMode.editorOnly" | "editor.viewMode.previewOnly" | "editor.edit" | "editor.saveSuccess" | "editor.loadError" | "editor.cancelEdit" | "editor.refreshError" | "editor.unsavedChanges" | "editor.confirmationHeader" | "editor.lineWrap" | "editor.viewMode" | "collab.enable" | "collab.disable" | "collab.connected" | "collab.disconnected" | "collab.reconnecting" | "collab.peers" | "collab.initError" | "collab.sessionFull" | "collab.locked" | "collab.offline" | "collab.participantsTooltip" | "collab.editorsTooltip" | "collab.observersTooltip" | "diffViewer.errors.loadError" | "diffViewer.revertVersion.error" | "diffViewer.revertVersion.success" | "diffViewer.revertVersion.successDetail" | "diffViewer.errors" | "diffViewer.restoredVersionComment" | "diffViewer.compareTitle" | "diffViewer.version" | "diffViewer.currentVersion" | "diffViewer.selectVersionA" | "diffViewer.selectVersionB" | "diffViewer.revertToThisVersion" | "diffViewer.revertVersion" | "sendingMail.popup.defaultSubject" | "sendingMail.popup.defaultMessage" | "sendingMail.errors.errorEmptyEmail" | "sendingMail.errors.errorValidEmail" | "sendingMail.errors.errorEmptySubject" | "sendingMail.errors.errorSubjectTooShort" | "sendingMail.errors.errorEmptyMessage" | "sendingMail.errors.errorSendMail" | "sendingMail.popup" | "sendingMail.errors" | "column.actions" | "column.size" | "column.type" | "column.name" | "column.createdAt" | "column.createdBy" | "column.mimeType" | "column.modifiedAt" | "column.modifiedBy" | "column.thumbnail" | "column.toggle" | "facets.categories" | "adminViewList.deleteView.toast.error.summary" | "adminViewList.deleteView.toast.error.detail" | "adminViewList.deleteView.toast.success.summary" | "adminViewList.deleteView.toast.success.detail" | "adminViewList.deleteView.toast.successMultiple.detail" | "adminViewList.deleteView.toast.errorMultiple.detail" | "adminViewList.deleteView.toast.error" | "adminViewList.deleteView.toast.success" | "adminViewList.deleteView.toast.successMultiple" | "adminViewList.deleteView.toast.errorMultiple" | "adminViewList.deleteView.toast" | "adminViewList.deleteView.button" | "adminViewList.deleteView.confirmHeader" | "adminViewList.deleteView.confirmMessage" | "adminViewList.deleteView.confirmMessageMultiple" | "adminViewList.existingViews.loading" | "adminViewList.existingViews.title" | "adminViewList.existingViews.noViewsFound" | "adminViewList.existingViews.download" | "adminViewList.importView.toast.error.summary" | "adminViewList.importView.toast.error.detail" | "adminViewList.importView.toast.success.summary" | "adminViewList.importView.toast.success.detail" | "adminViewList.importView.toast.error" | "adminViewList.importView.toast.success" | "adminViewList.importView.toast.noJsonFiles.summary" | "adminViewList.importView.toast.noJsonFiles.detail" | "adminViewList.importView.toast.noJsonFiles" | "adminViewList.importView.toast" | "adminViewList.importView.button" | "adminViewList.exportAll.toast.error.summary" | "adminViewList.exportAll.toast.error.detail" | "adminViewList.exportAll.toast.success.summary" | "adminViewList.exportAll.toast.success.detail" | "adminViewList.exportAll.toast.error" | "adminViewList.exportAll.toast.success" | "adminViewList.exportAll.toast" | "adminViewList.exportAll.button" | "adminViewList.dropZone.text" | "adminViewList.dropZone.hint" | "adminViewList.selectionBar.selected" | "adminViewList.selectionBar.selectAll" | "adminViewList.selectionBar.clearSelection" | "adminViewList.selectionBar.downloadAll" | "adminViewList.editView.toast.error.summary" | "adminViewList.editView.toast.error.detail" | "adminViewList.editView.toast.success.summary" | "adminViewList.editView.toast.success.detail" | "adminViewList.editView.toast.error" | "adminViewList.editView.toast.success" | "adminViewList.editView.description" | "adminViewList.editView.name" | "adminViewList.editView.cancel" | "adminViewList.editView.save" | "adminViewList.editView.title" | "adminViewList.editView.toast" | "adminViewList.editView.button" | "adminViewList.editView.namePlaceholder" | "adminViewList.editView.descriptionPlaceholder" | "adminViewList.toast.downloadError.summary" | "adminViewList.toast.downloadError.detail" | "adminViewList.toast.downloadError" | "adminViewList.deleteView" | "adminViewList.existingViews" | "adminViewList.importView" | "adminViewList.exportAll" | "adminViewList.dropZone" | "adminViewList.selectionBar" | "adminViewList.editView" | "adminViewList.toast" | "adminClassificationLauncher.selectionBar.selected" | "adminClassificationLauncher.selectionBar.selectAll" | "adminClassificationLauncher.selectionBar.clearSelection" | "adminClassificationLauncher.selectionBar.downloadAll" | "adminClassificationLauncher.selectionBar.openAll" | "adminClassificationLauncher.toast.listError.summary" | "adminClassificationLauncher.toast.listError.detail" | "adminClassificationLauncher.toast.invalidName.summary" | "adminClassificationLauncher.toast.invalidName.detail" | "adminClassificationLauncher.toast.listError" | "adminClassificationLauncher.toast.invalidName" | "adminClassificationLauncher.existingPlans.loading" | "adminClassificationLauncher.existingPlans.title" | "adminClassificationLauncher.existingPlans.download" | "adminClassificationLauncher.existingPlans.noPlansFound" | "adminClassificationLauncher.createPlan.description" | "adminClassificationLauncher.createPlan.cancel" | "adminClassificationLauncher.createPlan.placeholder" | "adminClassificationLauncher.createPlan.title" | "adminClassificationLauncher.createPlan.button" | "adminClassificationLauncher.deletePlan.toast.error.summary" | "adminClassificationLauncher.deletePlan.toast.error.detail" | "adminClassificationLauncher.deletePlan.toast.success.summary" | "adminClassificationLauncher.deletePlan.toast.success.detail" | "adminClassificationLauncher.deletePlan.toast.successMultiple.detail" | "adminClassificationLauncher.deletePlan.toast.errorMultiple.detail" | "adminClassificationLauncher.deletePlan.toast.error" | "adminClassificationLauncher.deletePlan.toast.success" | "adminClassificationLauncher.deletePlan.toast.successMultiple" | "adminClassificationLauncher.deletePlan.toast.errorMultiple" | "adminClassificationLauncher.deletePlan.toast" | "adminClassificationLauncher.deletePlan.button" | "adminClassificationLauncher.deletePlan.confirmHeader" | "adminClassificationLauncher.deletePlan.confirmMessage" | "adminClassificationLauncher.deletePlan.confirmMessageMultiple" | "adminClassificationLauncher.importPlan.toast.success.summary" | "adminClassificationLauncher.importPlan.toast.success.detail" | "adminClassificationLauncher.importPlan.toast.success" | "adminClassificationLauncher.importPlan.toast.saveError.summary" | "adminClassificationLauncher.importPlan.toast.saveError.detail" | "adminClassificationLauncher.importPlan.toast.parseError.summary" | "adminClassificationLauncher.importPlan.toast.parseError.detail" | "adminClassificationLauncher.importPlan.toast.saveError" | "adminClassificationLauncher.importPlan.toast.parseError" | "adminClassificationLauncher.importPlan.toast" | "adminClassificationLauncher.importPlan.button" | "adminClassificationLauncher.importPlan.invalidStructure" | "adminClassificationLauncher.title" | "adminClassificationLauncher.selectionBar" | "adminClassificationLauncher.toast" | "adminClassificationLauncher.existingPlans" | "adminClassificationLauncher.createPlan" | "adminClassificationLauncher.deletePlan" | "adminClassificationLauncher.importPlan" | "adminClassificationPage.buttons.cancel" | "adminClassificationPage.toast.saveError" | "adminClassificationPage.tabs.categories" | "adminClassificationPage.tabs.natures" | "adminClassificationPage.tabs.fields" | "adminClassificationPage.tabs.emplacements" | "adminClassificationPage.buttons.reload" | "adminClassificationPage.buttons.save" | "adminClassificationPage.buttons.newNature" | "adminClassificationPage.buttons.newField" | "adminClassificationPage.buttons.newEmplacement" | "adminClassificationPage.buttons.newCategory" | "adminClassificationPage.buttons.export" | "adminClassificationPage.buttons.import" | "adminClassificationPage.buttons.createFile" | "adminClassificationPage.buttons.saveFile" | "adminClassificationPage.dialog.createNature" | "adminClassificationPage.dialog.editNature" | "adminClassificationPage.dialog.duplicateNature" | "adminClassificationPage.dialog.createField" | "adminClassificationPage.dialog.editField" | "adminClassificationPage.dialog.duplicateField" | "adminClassificationPage.dialog.createEmplacement" | "adminClassificationPage.dialog.editEmplacement" | "adminClassificationPage.dialog.createCategory" | "adminClassificationPage.dialog.editCategory" | "adminClassificationPage.toast.saveSuccess" | "adminClassificationPage.toast.loadError" | "adminClassificationPage.toast.newPlan" | "adminClassificationPage.toast.fileNotExist" | "adminClassificationPage.toast.loadErrorDetail" | "adminClassificationPage.toast.exportSuccess" | "adminClassificationPage.toast.exportSuccessDetail" | "adminClassificationPage.toast.importSuccess" | "adminClassificationPage.toast.importSuccessDetail" | "adminClassificationPage.toast.importError" | "adminClassificationPage.toast.importErrorDetail" | "adminClassificationPage.toast.invalidFileStructure" | "adminClassificationPage.toast.fieldCreated" | "adminClassificationPage.toast.fieldAutoCreated" | "adminClassificationPage.toast.autoCreatedForNature" | "adminClassificationPage.toast.autoCreatedForEmplacement" | "adminClassificationPage.toast.deleteImpossible" | "adminClassificationPage.toast.fieldUsed" | "adminClassificationPage.toast.emplacementUsed" | "adminClassificationPage.toast.confirmed" | "adminClassificationPage.toast.itemDeleted" | "adminClassificationPage.toast.invalidFilename" | "adminClassificationPage.toast.filenameMustStartWithPlan" | "adminClassificationPage.columns.id" | "adminClassificationPage.columns.actions" | "adminClassificationPage.columns.label" | "adminClassificationPage.columns.description" | "adminClassificationPage.columns.type" | "adminClassificationPage.columns.name" | "adminClassificationPage.columns.display" | "adminClassificationPage.columns.title" | "adminClassificationPage.columns.categories" | "adminClassificationPage.columns.emplacement" | "adminClassificationPage.columns.icon" | "adminClassificationPage.columns.code" | "adminClassificationPage.columns.views" | "adminClassificationPage.confirm.field" | "adminClassificationPage.confirm.emplacement" | "adminClassificationPage.confirm.deleteMessage" | "adminClassificationPage.confirm.deleteHeader" | "adminClassificationPage.confirm.nature" | "adminClassificationPage.confirm.category" | "adminClassificationPage.viewSelector.search" | "adminClassificationPage.viewSelector.noResults" | "adminClassificationPage.viewSelector.title" | "adminClassificationPage.viewSelector.selected" | "adminClassificationPage.viewSelector.available" | "adminClassificationPage.viewSelector.searchResults" | "adminClassificationPage.viewSelector.noViews" | "adminClassificationPage.viewSelector.nViews" | "adminClassificationPage.viewSelector.validate" | "adminClassificationPage.file" | "adminClassificationPage.loading" | "adminClassificationPage.tabs" | "adminClassificationPage.buttons" | "adminClassificationPage.dialog" | "adminClassificationPage.toast" | "adminClassificationPage.titleNew" | "adminClassificationPage.titleAdmin" | "adminClassificationPage.columns" | "adminClassificationPage.confirm" | "adminClassificationPage.viewSelector" | "natureForm.validation.nameAndCodeRequired" | "natureForm.validation.codeAlreadyExists" | "natureForm.value" | "natureForm.required" | "natureForm.name" | "natureForm.metadata" | "natureForm.categories" | "natureForm.emplacement" | "natureForm.icon" | "natureForm.code" | "natureForm.documentType" | "natureForm.aspects" | "natureForm.selectAspects" | "natureForm.chooseIcon" | "natureForm.selectPath" | "natureForm.calculatedPath" | "natureForm.noMetadata" | "natureForm.key" | "natureForm.mappingType" | "natureForm.valueOrFieldName" | "natureForm.selectCategories" | "natureForm.validation" | "emplacementForm.validation.codeRequired" | "emplacementForm.value" | "emplacementForm.type" | "emplacementForm.required" | "emplacementForm.metadata" | "emplacementForm.code" | "emplacementForm.aspects" | "emplacementForm.selectAspects" | "emplacementForm.noMetadata" | "emplacementForm.key" | "emplacementForm.mappingType" | "emplacementForm.valueOrFieldName" | "emplacementForm.validation" | "emplacementForm.codeHelp" | "emplacementForm.typeHelp" | "emplacementForm.editType" | "fieldForm.search.query.label" | "fieldForm.search.lang.label" | "fieldForm.search.valueField.label" | "fieldForm.search.testButton.label" | "fieldForm.search.testResults.title" | "fieldForm.search.testError.fetchError" | "fieldForm.search.testError.emptyQuery" | "fieldForm.search.testError.noResult" | "fieldForm.search.query" | "fieldForm.search.title" | "fieldForm.search.lang" | "fieldForm.search.valueField" | "fieldForm.search.testButton" | "fieldForm.search.testResults" | "fieldForm.search.testError" | "fieldForm.description.label" | "fieldForm.description.help" | "fieldForm.name.label" | "fieldForm.name.help" | "fieldForm.errors.nameAndDescriptionRequired" | "fieldForm.errors.fieldNameExists" | "fieldForm.dataType.label" | "fieldForm.dataType.placeholder" | "fieldForm.dataType.help" | "fieldForm.inputType.label" | "fieldForm.inputType.placeholder" | "fieldForm.inputType.help" | "fieldForm.stringConstraints.regex.label" | "fieldForm.stringConstraints.regex.help" | "fieldForm.stringConstraints.regexTester.label" | "fieldForm.stringConstraints.regexTester.placeholder" | "fieldForm.stringConstraints.title" | "fieldForm.stringConstraints.regex" | "fieldForm.stringConstraints.regexTester" | "fieldForm.numberConstraints.default.label" | "fieldForm.numberConstraints.min.label" | "fieldForm.numberConstraints.max.label" | "fieldForm.numberConstraints.default" | "fieldForm.numberConstraints.title" | "fieldForm.numberConstraints.min" | "fieldForm.numberConstraints.max" | "fieldForm.search" | "fieldForm.description" | "fieldForm.name" | "fieldForm.errors" | "fieldForm.dataType" | "fieldForm.inputType" | "fieldForm.stringConstraints" | "fieldForm.numberConstraints" | "classificationPlan.buttons.cancel" | "classificationPlan.buttons.next" | "classificationPlan.buttons.previous" | "classificationPlan.buttons.requalify" | "classificationPlan.buttons.viewSummary" | "classificationPlan.buttons.acceptAndCreate" | "classificationPlan.buttons.acceptAndImport" | "classificationPlan.toast.searchError" | "classificationPlan.toast.searchFieldFailed" | "classificationPlan.toast.loadPlansError" | "classificationPlan.toast.loadPlanContentError" | "classificationPlan.toast.workspaceError" | "classificationPlan.toast.requalifySuccess" | "classificationPlan.toast.requalifyError" | "classificationPlan.summary.metadata" | "classificationPlan.summary.verifyBeforeImport" | "classificationPlan.summary.verifyBeforeRequalify" | "classificationPlan.summary.generalInfo" | "classificationPlan.summary.metadataToSend" | "classificationPlan.summary.fileClassification" | "classificationPlan.summary.destinationFolder" | "classificationPlan.summary.movement" | "classificationPlan.summary.document" | "classificationPlan.upload.headerCreate" | "classificationPlan.upload.headerImport" | "classificationPlan.steps.summary" | "classificationPlan.steps.step" | "classificationPlan.steps.selectPlan" | "classificationPlan.steps.selectNature" | "classificationPlan.steps.fillMetadata" | "classificationPlan.steps.fillMetadataAndFiles" | "classificationPlan.steps.selectFiles" | "classificationPlan.stepper.files" | "classificationPlan.stepper.metadata" | "classificationPlan.stepper.summary" | "classificationPlan.stepper.nature" | "classificationPlan.stepper.plan" | "classificationPlan.requalify.title" | "classificationPlan.requalify.summaryFrom" | "classificationPlan.requalify.summaryTo" | "classificationPlan.files" | "classificationPlan.buttons" | "classificationPlan.searchPlaceholder" | "classificationPlan.toast" | "classificationPlan.summary" | "classificationPlan.code" | "classificationPlan.nature" | "classificationPlan.category" | "classificationPlan.min" | "classificationPlan.max" | "classificationPlan.allCategories" | "classificationPlan.noCategory" | "classificationPlan.filterByCategory" | "classificationPlan.upload" | "classificationPlan.steps" | "classificationPlan.stepper" | "classificationPlan.plan" | "classificationPlan.natureColumn" | "classificationPlan.choosePlan" | "classificationPlan.planAriaLabel" | "classificationPlan.noPlanFound" | "classificationPlan.searchNaturePlaceholder" | "classificationPlan.noNature" | "classificationPlan.destinationCurrent" | "classificationPlan.destinationLabel" | "classificationPlan.chooseFiles" | "classificationPlan.fileToCreate" | "classificationPlan.filesToImport" | "classificationPlan.na" | "classificationPlan.constraint" | "classificationPlan.validationRegexError" | "classificationPlan.requalify" | "chat.title" | "chat.reconnecting" | "chat.connecting" | "chat.connectionError" | "chat.notConfigured" | "chat.configureInProfile" | "chat.retry" | "chat.searchRooms" | "chat.noRooms" | "chat.noMessages" | "chat.loadMore" | "chat.typeMessage" | "chat.send" | "chat.attachFile" | "chat.attachment" | "chat.unknownUser" | "chat.userTyping" | "chat.usersTyping" | "chat.multipleUsersTyping" | "chat.sendError" | "chat.uploadError" | "chat.openChat" | "chat.closeChat" | "chat.newMessages" | "tasks.approve" | "tasks.reject" | "rechercheAvancee.addFavorite" | "rechercheAvancee.removeFavorite">;
|
|
7277
|
+
}>, never, "facets.categories.modified_date" | "delete" | "filter" | "search" | "pdf" | "reload" | "cancel" | "error" | "dossier" | "pagination" | "taskNotification" | "nothingTitle" | "nothingText" | "goHome" | "fichier" | "save" | "next" | "previous" | "selectFolder" | "dropFolder" | "uploadUnknownError" | "alfrescoError" | "fichier_image" | "fichier_video" | "fichier_pdf" | "fichier_eml" | "fichier_texte" | "fichier_tableur" | "fichier_dessin" | "fichier_presentation" | "fichier_markdown" | "fichier_json" | "fichier_xml" | "fichier_html" | "fichier_css" | "fichier_csv" | "fichier_javascript" | "fichier_sql" | "fichier_shell" | "fichier_yaml" | "fichier_python" | "fichier_typescript" | "fichier_php" | "fichier_java" | "fichier_code" | "fichier_config" | "fichier_log" | "espace" | "menu" | "tasks" | "sharelink" | "cannotCopyHere" | "cannotMoveHere" | "spaces" | "userHomes" | "yes" | "no" | "howMuchResult" | "howMuchSelected" | "selectAllElement" | "selectAllElementMoreThan" | "deleteSelection" | "dropFileFolders" | "currentFolder" | "canceledImport" | "lock" | "membersPopup" | "members" | "groups" | "role" | "success" | "close" | "config" | "vuesFavorites" | "vuesUtilisateurs" | "rechercheAvancee" | "pdfTools" | "editor" | "collab" | "diffViewer" | "sendingMail" | "column" | "facets" | "adminViewList" | "adminClassificationLauncher" | "adminClassificationPage" | "natureForm" | "emplacementForm" | "fieldForm" | "classificationPlan" | "chat" | "workflow" | "fileList" | "previewPanel" | "selectAll" | "deselectAll" | "layoutSelector" | "layoutList" | "layoutGrid" | "layoutTable" | "edit" | "open" | "download" | "restore" | "publish" | "back" | "minimize" | "duplicate" | "moveUp" | "moveDown" | "sortAscending" | "sortDescending" | "moreActions" | "add/removeFavorite" | "modify" | "home" | "selection" | "sidebarMenu" | "filter.clear" | "filter.search" | "filter.toggle" | "filter.all" | "filter.apply" | "filter.noOptions" | "filter.contains" | "filter.notContains" | "filter.equals" | "filter.clearAll" | "pdf.changePage" | "pdf.rotation" | "pdf.saveForm" | "pdf.previousPage" | "pdf.nextPage" | "pdf.cancelForm" | "pdf.on" | "pdf.and" | "pdf.scrolling" | "pdf.pageToPage" | "pdf.rotationRigth" | "pdf.rotationLeft" | "pdf.zoom" | "pdf.dezoom" | "pdf.adaptToPage" | "pdf.adaptToWidth" | "pdf.changeFile" | "pdf.currentPagination" | "pdf.showAllPages" | "pdf.showPageByPage" | "pdf.formFieldsInfo" | "pdf.formFieldsInfoTitle" | "pdf.formFieldName" | "pdf.formFieldType" | "pdf.formFieldValue" | "pagination.rowsPerPage" | "taskNotification.pendingTasks" | "menu.espaces" | "menu.favoris" | "menu.recherche" | "menu.vues" | "menu.userHome" | "menu.configuration" | "tasks.error.createProcess" | "tasks.error.getProcesses" | "tasks.error.getProcess" | "tasks.error.getFinishedProcess" | "tasks.error.addProcessItems" | "tasks.error.getProcessItems" | "tasks.error.getProcessVariables" | "tasks.error.getProcessDefinition" | "tasks.error.cancelWorkflow" | "tasks.error.openProcessDiagram" | "tasks.error.getProcessHistoryTasks" | "tasks.error.listTasks" | "tasks.error.listFinishedTasks" | "tasks.error.getTask" | "tasks.error.endTask" | "tasks.error.getTaskVariables" | "tasks.error.postTaskVariables" | "tasks.error.updateTaskVariables" | "tasks.error.getTaskItem" | "tasks.priority.priority" | "tasks.priority.low" | "tasks.priority.medium" | "tasks.priority.high" | "tasks.priority.notFound" | "tasks.statusLabel.completed" | "tasks.statusLabel.notYetStarted" | "tasks.statusLabel.inProgress" | "tasks.statusLabel.onHold" | "tasks.statusLabel.cancelled" | "tasks.error" | "tasks.none" | "tasks.priority" | "tasks.approved" | "tasks.rejected" | "tasks.reviewTask" | "tasks.adhocTask" | "tasks.verifyTaskDone" | "tasks.unknownTask" | "tasks.statusLabel" | "sharelink.shareLinkOf" | "sharelink.linkToShare" | "sharelink.shareLinkSettings" | "sharelink.createLinkTooltip" | "sharelink.copyLinkTooltip" | "sharelink.deleteLinkTooltip" | "sharelink.addExpirationDateLinkTooltip" | "sharelink.deleteExpirationDateLinkTooltip" | "sharelink.createLinkToastSummary" | "sharelink.createLinkToastDetail" | "sharelink.createLinkErrorSummary" | "sharelink.deleteLinkToastSummary" | "sharelink.deleteLinkToastDetail" | "sharelink.deleteLinkErrorSummary" | "sharelink.copyLinkToastSummary" | "sharelink.copyLinkErrorSummary" | "sharelink.copyLinkToastDetail" | "sharelink.copyLinkErrorDetail" | "sharelink.updateLinkDateSummary" | "sharelink.updateLinkDateDetail" | "sharelink.updateLinkDateErrorSummary" | "sharelink.expirationDate" | "sharelink.placeholder" | "lock.nodeLock" | "lock.readOnlyLock" | "lock.writeLock" | "membersPopup.goToSiteMemberPage" | "members.add" | "members.search" | "members.members" | "members.role" | "members.management" | "members.youAre" | "members.ofThisWorkspace" | "members.select" | "members.errorAdd" | "members.successAdd" | "members.successDelete" | "members.successChangeRole" | "members.nbAccess" | "members.restrictPermissions" | "members.restorePermissions" | "members.successRestrictPermissions" | "members.successRestorePermissions" | "members.fromGroup" | "members.viewUserProfile" | "role.SiteConsumer" | "role.SiteCollaborator" | "role.SiteManager" | "config.groups.search" | "config.groups.pagination" | "config.groups.display" | "config.groups.matomo" | "config.groups.sentry" | "config.groups.metadata" | "config.groups.security" | "config.groups.other" | "config.tabs.structuredEdit" | "config.tabs.rawEdit" | "config.tabs.versions" | "config.table.keyHeader" | "config.table.valueHeader" | "config.table.typeHeader" | "config.buttons.add" | "config.buttons.cancel" | "config.buttons.refresh" | "config.buttons.addNew" | "config.buttons.saveChanges" | "config.buttons.define" | "config.buttons.undefine" | "config.buttons.expand" | "config.buttons.collapse" | "config.splitView.filterPlaceholder" | "config.splitView.selectConfig" | "config.splitView.noResults" | "config.splitView.defaultValue" | "config.dialog.addTitle" | "config.dialog.keyLabel" | "config.dialog.valueLabel" | "config.dialog.typeLabel" | "config.raw.uploadDescription" | "config.raw.uploadButton" | "config.raw.uploadWarning" | "config.toasts.saveSuccess" | "config.toasts.fetchError" | "config.toasts.saveError" | "config.toasts.errorDetail" | "config.errors.keyRequired" | "config.errors.keyDuplicate" | "config.errors.invalidNumber" | "config.errors.invalidBoolean" | "config.errors.invalidJson" | "config.errors.typeMismatch" | "config.errors.invalidJsonFile" | "config.versionViewer.error" | "config.versionViewer.success" | "config.versionViewer.listTitle" | "config.versionViewer.title" | "config.versionViewer.selectPrompt" | "config.versionViewer.loadError" | "config.versionViewer.genericError" | "config.versionViewer.cannotRevertLatest" | "config.versionViewer.restoredVersionComment" | "config.arrayEditor.addItem" | "config.arrayEditor.reorder" | "config.types.string" | "config.types.number" | "config.types.boolean" | "config.types.object" | "config.types.array" | "config.groups" | "config.pageTitle" | "config.pageDescription" | "config.tabs" | "config.table" | "config.buttons" | "config.notDefined" | "config.splitView" | "config.dialog" | "config.raw" | "config.toasts" | "config.errors" | "config.versionViewer" | "config.arrayEditor" | "config.types" | "vuesFavorites.title" | "vuesFavorites.loadedViewMessage" | "vuesFavorites.noSavedViews" | "vuesFavorites.personalViews" | "vuesFavorites.selectPersonalView" | "vuesFavorites.globalViews" | "vuesFavorites.selectGlobalView" | "vuesFavorites.filterSavedViews" | "vuesUtilisateurs.saveViewPopup.title" | "vuesUtilisateurs.saveViewPopup.nameLabel" | "vuesUtilisateurs.saveViewPopup.nameRequired" | "vuesUtilisateurs.saveViewPopup.descriptionLabel" | "vuesUtilisateurs.saveViewPopup.detailsLabel" | "vuesUtilisateurs.saveViewPopup.scopeLabel" | "vuesUtilisateurs.saveViewPopup.scopeDescription" | "vuesUtilisateurs.saveViewPopup.scopeUser" | "vuesUtilisateurs.saveViewPopup.scopeGlobal" | "vuesUtilisateurs.saveViewPopup.fileIdLabel" | "vuesUtilisateurs.saveViewPopup.fileIdDescription" | "vuesUtilisateurs.saveViewPopup.fileIdPlaceholder" | "vuesUtilisateurs.saveViewPopup.personalDescription" | "vuesUtilisateurs.modifyViewPopup.title" | "vuesUtilisateurs.saveView" | "vuesUtilisateurs.modifyView" | "vuesUtilisateurs.cancelButton" | "vuesUtilisateurs.saveViewPopup" | "vuesUtilisateurs.modifyViewPopup" | "rechercheAvancee.savedViewError.idAlreadyExists" | "rechercheAvancee.savedViewError.nameAlreadyExists" | "rechercheAvancee.savedViewError.globalNotFound" | "rechercheAvancee.savedViewError.personnalNotFound" | "rechercheAvancee.savedViewError.userNotFound" | "rechercheAvancee.savedViewError.userNotFoundForUpdate" | "rechercheAvancee.savedViewError.userNotFoundForDelete" | "rechercheAvancee.savedViewError.configFolderNotFound" | "rechercheAvancee.savedViewError.configFileNotFound" | "rechercheAvancee.contains" | "rechercheAvancee.noResults" | "rechercheAvancee.valueLabel" | "rechercheAvancee.loadedViewMessage" | "rechercheAvancee.noSavedViews" | "rechercheAvancee.filterSavedViews" | "rechercheAvancee.cancelButton" | "rechercheAvancee.sitePlaceholder" | "rechercheAvancee.folderPlaceholder" | "rechercheAvancee.advancedSearch" | "rechercheAvancee.queryBuilder" | "rechercheAvancee.addCriterionPopupTitle" | "rechercheAvancee.propertyLabel" | "rechercheAvancee.propertyPlaceholder" | "rechercheAvancee.propertyName" | "rechercheAvancee.propertyId" | "rechercheAvancee.propertyDescription" | "rechercheAvancee.propertyAspect" | "rechercheAvancee.conditionLabel" | "rechercheAvancee.operatorLabel" | "rechercheAvancee.operatorPlaceholder" | "rechercheAvancee.addButton" | "rechercheAvancee.mustContain" | "rechercheAvancee.mustNotContain" | "rechercheAvancee.exact" | "rechercheAvancee.isDate" | "rechercheAvancee.isDateRange" | "rechercheAvancee.isNumber" | "rechercheAvancee.isNumberRange" | "rechercheAvancee.is" | "rechercheAvancee.locationLabel" | "rechercheAvancee.locationSite" | "rechercheAvancee.locationPath" | "rechercheAvancee.locationNone" | "rechercheAvancee.locationValuePlaceholder" | "rechercheAvancee.criteriaTitle" | "rechercheAvancee.noCriteria" | "rechercheAvancee.addCriterionButton" | "rechercheAvancee.advancedSearchActive" | "rechercheAvancee.savedViews" | "rechercheAvancee.addsSavedViewSuccess" | "rechercheAvancee.modifySavedViewSuccess" | "rechercheAvancee.updateSavedView" | "rechercheAvancee.savedViewError" | "rechercheAvancee.noFilterResults" | "rechercheAvancee.selectPersonalSearch" | "rechercheAvancee.selectGlobalSearch" | "rechercheAvancee.favorite" | "rechercheAvancee.closeView" | "rechercheAvancee.activeView" | "rechercheAvancee.locationsTitle" | "rechercheAvancee.locationsHint" | "rechercheAvancee.noLocations" | "rechercheAvancee.addLocationButton" | "rechercheAvancee.addLocationTitle" | "rechercheAvancee.addLocationConfirm" | "rechercheAvancee.removeLocation" | "rechercheAvancee.includePrefix" | "rechercheAvancee.excludePrefix" | "rechercheAvancee.locationTypeLabel" | "rechercheAvancee.saveViewAsNew" | "rechercheAvancee.saveViewModifications" | "rechercheAvancee.deleteView" | "rechercheAvancee.deleteViewSuccess" | "rechercheAvancee.confirmDeleteTitle" | "rechercheAvancee.confirmDelete" | "rechercheAvancee.showMore" | "rechercheAvancee.addAsIncludeLocation" | "rechercheAvancee.addAsExcludeLocation" | "rechercheAvancee.addAsIncludeFolder" | "rechercheAvancee.addAsExcludeFolder" | "rechercheAvancee.addAsIncludeSite" | "rechercheAvancee.addAsExcludeSite" | "rechercheAvancee.editCriterionPopupTitle" | "rechercheAvancee.updateButton" | "rechercheAvancee.addGroupButton" | "rechercheAvancee.addOrGroup" | "rechercheAvancee.removeGroup" | "rechercheAvancee.operatorAnd" | "rechercheAvancee.operatorOr" | "rechercheAvancee.emptyGroup" | "pdfTools.common.clear" | "pdfTools.common.cancel" | "pdfTools.common.error" | "pdfTools.common.save" | "pdfTools.common.success" | "pdfTools.common.close" | "pdfTools.common.warning" | "pdfTools.common.apply" | "pdfTools.common.select" | "pdfTools.common.deleted" | "pdfTools.common.use" | "pdfTools.common.insert" | "pdfTools.sidebar.actions" | "pdfTools.sidebar.saveAs" | "pdfTools.sidebar.saveNewVersion" | "pdfTools.sidebar.extractPages" | "pdfTools.sidebar.extractAndSave" | "pdfTools.sidebar.deletePages" | "pdfTools.sidebar.deleteSelectedPages" | "pdfTools.sidebar.insertPdf" | "pdfTools.sidebar.fromComputer" | "pdfTools.sidebar.fromPristy" | "pdfTools.sidebar.addWatermark" | "pdfTools.sidebar.watermarkTextPlaceholder" | "pdfTools.sidebar.angle" | "pdfTools.sidebar.repetitions" | "pdfTools.sidebar.addWatermarkButton" | "pdfTools.pagePreview.title" | "pdfTools.pagePreview.openPagePreview" | "pdfTools.pageEditor.tools.actions" | "pdfTools.pageEditor.tools.size" | "pdfTools.pageEditor.tools.highlight" | "pdfTools.pageEditor.tools.text" | "pdfTools.pageEditor.tools.select" | "pdfTools.pageEditor.tools.redact" | "pdfTools.pageEditor.tools.comment" | "pdfTools.pageEditor.tools.image" | "pdfTools.pageEditor.tools.signature" | "pdfTools.pageEditor.tools.font" | "pdfTools.pageEditor.tools.color" | "pdfTools.pageEditor.cancel" | "pdfTools.pageEditor.close" | "pdfTools.pageEditor.apply" | "pdfTools.pageEditor.title" | "pdfTools.pageEditor.fit" | "pdfTools.pageEditor.tools" | "pdfTools.pageEditor.commentPrompt" | "pdfTools.pageEditor.addTextPrompt" | "pdfTools.pageEditor.footerHint" | "pdfTools.signaturePad.clear" | "pdfTools.signaturePad.title" | "pdfTools.signaturePad.use" | "pdfTools.saveAs.title" | "pdfTools.saveAs.filenameLabel" | "pdfTools.saveAs.defaultFilename" | "pdfTools.saveAs.folderLabel" | "pdfTools.saveAs.browse" | "pdfTools.saveAs.conflictError" | "pdfTools.insertFromAlfresco.search" | "pdfTools.insertFromAlfresco.cancel" | "pdfTools.insertFromAlfresco.path" | "pdfTools.insertFromAlfresco.loading" | "pdfTools.insertFromAlfresco.select" | "pdfTools.insertFromAlfresco.title" | "pdfTools.insertFromAlfresco.insert" | "pdfTools.insertFromAlfresco.browse" | "pdfTools.insertFromAlfresco.searchPlaceholder" | "pdfTools.insertFromAlfresco.searching" | "pdfTools.insertFromAlfresco.noPdfFound" | "pdfTools.insertFromAlfresco.favorites" | "pdfTools.insertFromAlfresco.noPdfFavorite" | "pdfTools.insertFromAlfresco.selectPdfToPreview" | "pdfTools.insertFromAlfresco.loadingPreview" | "pdfTools.insertFromAlfresco.linkOrId" | "pdfTools.insertFromAlfresco.alfrescoIdUrl" | "pdfTools.insertFromAlfresco.alfrescoIdUrlHint" | "pdfTools.insertFromAlfresco.selected" | "pdfTools.insertFromAlfresco.invalidInput" | "pdfTools.insertFromAlfresco.folderSelectError" | "pdfTools.insertFromAlfresco.fileTypeNotAllowedError" | "pdfTools.loading" | "pdfTools.common" | "pdfTools.saveSuccess" | "pdfTools.saveError" | "pdfTools.title" | "pdfTools.loadError" | "pdfTools.reorderError" | "pdfTools.rotateError" | "pdfTools.deleteAllPagesWarning" | "pdfTools.pagesDeletedSuccess" | "pdfTools.deletePagesError" | "pdfTools.insertFromFileSuccess" | "pdfTools.insertFromPristySuccess" | "pdfTools.insertError" | "pdfTools.insertFromPristyError" | "pdfTools.invalidNodeForInsert" | "pdfTools.watermarkError" | "pdfTools.saveAsError" | "pdfTools.noContentToSave" | "pdfTools.fileCreatedSuccess" | "pdfTools.redactWarning" | "pdfTools.redactFlattenConfirm" | "pdfTools.imagePreviewUnavailable" | "pdfTools.pdfRenderCanvasNotFound" | "pdfTools.sidebar" | "pdfTools.pagePreview" | "pdfTools.pageEditor" | "pdfTools.signaturePad" | "pdfTools.saveAs" | "pdfTools.insertFromAlfresco" | "editor.viewMode.split" | "editor.viewMode.editorOnly" | "editor.viewMode.previewOnly" | "editor.edit" | "editor.saveSuccess" | "editor.loadError" | "editor.cancelEdit" | "editor.closeEdit" | "editor.alreadyUpToDate" | "editor.refreshError" | "editor.unsavedChanges" | "editor.confirmationHeader" | "editor.lineWrap" | "editor.viewMode" | "collab.enable" | "collab.disable" | "collab.connected" | "collab.disconnected" | "collab.reconnecting" | "collab.peers" | "collab.initError" | "collab.sessionFull" | "collab.locked" | "collab.offline" | "collab.participantsTooltip" | "collab.editorsTooltip" | "collab.observersTooltip" | "diffViewer.errors.loadError" | "diffViewer.revertVersion.error" | "diffViewer.revertVersion.success" | "diffViewer.revertVersion.successDetail" | "diffViewer.errors" | "diffViewer.restoredVersionComment" | "diffViewer.compareTitle" | "diffViewer.version" | "diffViewer.currentVersion" | "diffViewer.selectVersionA" | "diffViewer.selectVersionB" | "diffViewer.revertToThisVersion" | "diffViewer.revertVersion" | "sendingMail.errors.errorEmptyEmail" | "sendingMail.errors.errorValidEmail" | "sendingMail.errors.errorEmptySubject" | "sendingMail.errors.errorSubjectTooShort" | "sendingMail.errors.errorEmptyMessage" | "sendingMail.errors.errorSendMail" | "sendingMail.popup.defaultSubject" | "sendingMail.popup.defaultMessage" | "sendingMail.errors" | "sendingMail.addCc" | "sendingMail.addCci" | "sendingMail.popup" | "column.actions" | "column.size" | "column.type" | "column.name" | "column.toggle" | "column.createdAt" | "column.createdBy" | "column.mimeType" | "column.modifiedAt" | "column.modifiedBy" | "column.thumbnail" | "column.customize" | "facets.categories" | "adminViewList.deleteView.toast.error.summary" | "adminViewList.deleteView.toast.error.detail" | "adminViewList.deleteView.toast.success.summary" | "adminViewList.deleteView.toast.success.detail" | "adminViewList.deleteView.toast.successMultiple.detail" | "adminViewList.deleteView.toast.errorMultiple.detail" | "adminViewList.deleteView.toast.error" | "adminViewList.deleteView.toast.success" | "adminViewList.deleteView.toast.successMultiple" | "adminViewList.deleteView.toast.errorMultiple" | "adminViewList.deleteView.button" | "adminViewList.deleteView.toast" | "adminViewList.deleteView.confirmHeader" | "adminViewList.deleteView.confirmMessage" | "adminViewList.deleteView.confirmMessageMultiple" | "adminViewList.existingViews.download" | "adminViewList.existingViews.loading" | "adminViewList.existingViews.title" | "adminViewList.existingViews.noViewsFound" | "adminViewList.importView.toast.error.summary" | "adminViewList.importView.toast.error.detail" | "adminViewList.importView.toast.success.summary" | "adminViewList.importView.toast.success.detail" | "adminViewList.importView.toast.error" | "adminViewList.importView.toast.success" | "adminViewList.importView.toast.noJsonFiles.summary" | "adminViewList.importView.toast.noJsonFiles.detail" | "adminViewList.importView.toast.noJsonFiles" | "adminViewList.importView.button" | "adminViewList.importView.toast" | "adminViewList.exportAll.toast.error.summary" | "adminViewList.exportAll.toast.error.detail" | "adminViewList.exportAll.toast.success.summary" | "adminViewList.exportAll.toast.success.detail" | "adminViewList.exportAll.toast.error" | "adminViewList.exportAll.toast.success" | "adminViewList.exportAll.button" | "adminViewList.exportAll.toast" | "adminViewList.dropZone.text" | "adminViewList.dropZone.hint" | "adminViewList.selectionBar.selectAll" | "adminViewList.selectionBar.selected" | "adminViewList.selectionBar.clearSelection" | "adminViewList.selectionBar.downloadAll" | "adminViewList.editView.toast.error.summary" | "adminViewList.editView.toast.error.detail" | "adminViewList.editView.toast.success.summary" | "adminViewList.editView.toast.success.detail" | "adminViewList.editView.toast.error" | "adminViewList.editView.toast.success" | "adminViewList.editView.button" | "adminViewList.editView.description" | "adminViewList.editView.name" | "adminViewList.editView.cancel" | "adminViewList.editView.save" | "adminViewList.editView.title" | "adminViewList.editView.toast" | "adminViewList.editView.namePlaceholder" | "adminViewList.editView.descriptionPlaceholder" | "adminViewList.toast.downloadError.summary" | "adminViewList.toast.downloadError.detail" | "adminViewList.toast.downloadError" | "adminViewList.deleteView" | "adminViewList.existingViews" | "adminViewList.importView" | "adminViewList.exportAll" | "adminViewList.dropZone" | "adminViewList.selectionBar" | "adminViewList.editView" | "adminViewList.toast" | "adminClassificationLauncher.selectionBar.selectAll" | "adminClassificationLauncher.selectionBar.selected" | "adminClassificationLauncher.selectionBar.clearSelection" | "adminClassificationLauncher.selectionBar.downloadAll" | "adminClassificationLauncher.selectionBar.openAll" | "adminClassificationLauncher.toast.listError.summary" | "adminClassificationLauncher.toast.listError.detail" | "adminClassificationLauncher.toast.invalidName.summary" | "adminClassificationLauncher.toast.invalidName.detail" | "adminClassificationLauncher.toast.listError" | "adminClassificationLauncher.toast.invalidName" | "adminClassificationLauncher.existingPlans.download" | "adminClassificationLauncher.existingPlans.loading" | "adminClassificationLauncher.existingPlans.title" | "adminClassificationLauncher.existingPlans.noPlansFound" | "adminClassificationLauncher.createPlan.button" | "adminClassificationLauncher.createPlan.description" | "adminClassificationLauncher.createPlan.cancel" | "adminClassificationLauncher.createPlan.placeholder" | "adminClassificationLauncher.createPlan.title" | "adminClassificationLauncher.deletePlan.toast.error.summary" | "adminClassificationLauncher.deletePlan.toast.error.detail" | "adminClassificationLauncher.deletePlan.toast.success.summary" | "adminClassificationLauncher.deletePlan.toast.success.detail" | "adminClassificationLauncher.deletePlan.toast.successMultiple.detail" | "adminClassificationLauncher.deletePlan.toast.errorMultiple.detail" | "adminClassificationLauncher.deletePlan.toast.error" | "adminClassificationLauncher.deletePlan.toast.success" | "adminClassificationLauncher.deletePlan.toast.successMultiple" | "adminClassificationLauncher.deletePlan.toast.errorMultiple" | "adminClassificationLauncher.deletePlan.button" | "adminClassificationLauncher.deletePlan.toast" | "adminClassificationLauncher.deletePlan.confirmHeader" | "adminClassificationLauncher.deletePlan.confirmMessage" | "adminClassificationLauncher.deletePlan.confirmMessageMultiple" | "adminClassificationLauncher.importPlan.toast.success.summary" | "adminClassificationLauncher.importPlan.toast.success.detail" | "adminClassificationLauncher.importPlan.toast.success" | "adminClassificationLauncher.importPlan.toast.saveError.summary" | "adminClassificationLauncher.importPlan.toast.saveError.detail" | "adminClassificationLauncher.importPlan.toast.parseError.summary" | "adminClassificationLauncher.importPlan.toast.parseError.detail" | "adminClassificationLauncher.importPlan.toast.saveError" | "adminClassificationLauncher.importPlan.toast.parseError" | "adminClassificationLauncher.importPlan.button" | "adminClassificationLauncher.importPlan.toast" | "adminClassificationLauncher.importPlan.invalidStructure" | "adminClassificationLauncher.title" | "adminClassificationLauncher.selectionBar" | "adminClassificationLauncher.toast" | "adminClassificationLauncher.existingPlans" | "adminClassificationLauncher.createPlan" | "adminClassificationLauncher.deletePlan" | "adminClassificationLauncher.importPlan" | "adminClassificationPage.buttons.cancel" | "adminClassificationPage.toast.saveError" | "adminClassificationPage.tabs.categories" | "adminClassificationPage.tabs.natures" | "adminClassificationPage.tabs.fields" | "adminClassificationPage.tabs.emplacements" | "adminClassificationPage.buttons.reload" | "adminClassificationPage.buttons.save" | "adminClassificationPage.buttons.newNature" | "adminClassificationPage.buttons.newField" | "adminClassificationPage.buttons.newEmplacement" | "adminClassificationPage.buttons.newCategory" | "adminClassificationPage.buttons.export" | "adminClassificationPage.buttons.import" | "adminClassificationPage.buttons.createFile" | "adminClassificationPage.buttons.saveFile" | "adminClassificationPage.dialog.createNature" | "adminClassificationPage.dialog.editNature" | "adminClassificationPage.dialog.duplicateNature" | "adminClassificationPage.dialog.createField" | "adminClassificationPage.dialog.editField" | "adminClassificationPage.dialog.duplicateField" | "adminClassificationPage.dialog.createEmplacement" | "adminClassificationPage.dialog.editEmplacement" | "adminClassificationPage.dialog.createCategory" | "adminClassificationPage.dialog.editCategory" | "adminClassificationPage.toast.saveSuccess" | "adminClassificationPage.toast.loadError" | "adminClassificationPage.toast.newPlan" | "adminClassificationPage.toast.fileNotExist" | "adminClassificationPage.toast.loadErrorDetail" | "adminClassificationPage.toast.exportSuccess" | "adminClassificationPage.toast.exportSuccessDetail" | "adminClassificationPage.toast.importSuccess" | "adminClassificationPage.toast.importSuccessDetail" | "adminClassificationPage.toast.importError" | "adminClassificationPage.toast.importErrorDetail" | "adminClassificationPage.toast.invalidFileStructure" | "adminClassificationPage.toast.fieldCreated" | "adminClassificationPage.toast.fieldAutoCreated" | "adminClassificationPage.toast.autoCreatedForNature" | "adminClassificationPage.toast.autoCreatedForEmplacement" | "adminClassificationPage.toast.deleteImpossible" | "adminClassificationPage.toast.fieldUsed" | "adminClassificationPage.toast.emplacementUsed" | "adminClassificationPage.toast.confirmed" | "adminClassificationPage.toast.itemDeleted" | "adminClassificationPage.toast.invalidFilename" | "adminClassificationPage.toast.filenameMustStartWithPlan" | "adminClassificationPage.columns.id" | "adminClassificationPage.columns.actions" | "adminClassificationPage.columns.label" | "adminClassificationPage.columns.icon" | "adminClassificationPage.columns.description" | "adminClassificationPage.columns.type" | "adminClassificationPage.columns.name" | "adminClassificationPage.columns.display" | "adminClassificationPage.columns.title" | "adminClassificationPage.columns.categories" | "adminClassificationPage.columns.emplacement" | "adminClassificationPage.columns.code" | "adminClassificationPage.columns.views" | "adminClassificationPage.confirm.field" | "adminClassificationPage.confirm.emplacement" | "adminClassificationPage.confirm.deleteMessage" | "adminClassificationPage.confirm.deleteHeader" | "adminClassificationPage.confirm.nature" | "adminClassificationPage.confirm.category" | "adminClassificationPage.viewSelector.search" | "adminClassificationPage.viewSelector.noResults" | "adminClassificationPage.viewSelector.title" | "adminClassificationPage.viewSelector.selected" | "adminClassificationPage.viewSelector.available" | "adminClassificationPage.viewSelector.searchResults" | "adminClassificationPage.viewSelector.noViews" | "adminClassificationPage.viewSelector.nViews" | "adminClassificationPage.viewSelector.validate" | "adminClassificationPage.loading" | "adminClassificationPage.tabs" | "adminClassificationPage.buttons" | "adminClassificationPage.dialog" | "adminClassificationPage.toast" | "adminClassificationPage.titleNew" | "adminClassificationPage.titleAdmin" | "adminClassificationPage.file" | "adminClassificationPage.columns" | "adminClassificationPage.confirm" | "adminClassificationPage.viewSelector" | "natureForm.validation.nameAndCodeRequired" | "natureForm.validation.codeAlreadyExists" | "natureForm.value" | "natureForm.icon" | "natureForm.required" | "natureForm.name" | "natureForm.metadata" | "natureForm.categories" | "natureForm.emplacement" | "natureForm.code" | "natureForm.documentType" | "natureForm.aspects" | "natureForm.selectAspects" | "natureForm.chooseIcon" | "natureForm.selectPath" | "natureForm.calculatedPath" | "natureForm.noMetadata" | "natureForm.key" | "natureForm.mappingType" | "natureForm.valueOrFieldName" | "natureForm.selectCategories" | "natureForm.validation" | "emplacementForm.validation.codeRequired" | "emplacementForm.value" | "emplacementForm.type" | "emplacementForm.required" | "emplacementForm.metadata" | "emplacementForm.code" | "emplacementForm.aspects" | "emplacementForm.selectAspects" | "emplacementForm.noMetadata" | "emplacementForm.key" | "emplacementForm.mappingType" | "emplacementForm.valueOrFieldName" | "emplacementForm.validation" | "emplacementForm.codeHelp" | "emplacementForm.typeHelp" | "emplacementForm.editType" | "fieldForm.search.query.label" | "fieldForm.search.lang.label" | "fieldForm.search.valueField.label" | "fieldForm.search.testButton.label" | "fieldForm.search.testResults.title" | "fieldForm.search.testError.fetchError" | "fieldForm.search.testError.emptyQuery" | "fieldForm.search.testError.noResult" | "fieldForm.search.query" | "fieldForm.search.title" | "fieldForm.search.lang" | "fieldForm.search.valueField" | "fieldForm.search.testButton" | "fieldForm.search.testResults" | "fieldForm.search.testError" | "fieldForm.description.label" | "fieldForm.description.help" | "fieldForm.name.label" | "fieldForm.name.help" | "fieldForm.errors.nameAndDescriptionRequired" | "fieldForm.errors.fieldNameExists" | "fieldForm.dataType.label" | "fieldForm.dataType.placeholder" | "fieldForm.dataType.help" | "fieldForm.inputType.label" | "fieldForm.inputType.placeholder" | "fieldForm.inputType.help" | "fieldForm.stringConstraints.regex.label" | "fieldForm.stringConstraints.regex.help" | "fieldForm.stringConstraints.regexTester.label" | "fieldForm.stringConstraints.regexTester.placeholder" | "fieldForm.stringConstraints.title" | "fieldForm.stringConstraints.regex" | "fieldForm.stringConstraints.regexTester" | "fieldForm.numberConstraints.default.label" | "fieldForm.numberConstraints.min.label" | "fieldForm.numberConstraints.max.label" | "fieldForm.numberConstraints.default" | "fieldForm.numberConstraints.title" | "fieldForm.numberConstraints.min" | "fieldForm.numberConstraints.max" | "fieldForm.search" | "fieldForm.description" | "fieldForm.name" | "fieldForm.errors" | "fieldForm.dataType" | "fieldForm.inputType" | "fieldForm.stringConstraints" | "fieldForm.numberConstraints" | "classificationPlan.buttons.cancel" | "classificationPlan.upload.headerCreate" | "classificationPlan.upload.headerImport" | "classificationPlan.buttons.next" | "classificationPlan.buttons.previous" | "classificationPlan.buttons.requalify" | "classificationPlan.buttons.viewSummary" | "classificationPlan.buttons.acceptAndCreate" | "classificationPlan.buttons.acceptAndImport" | "classificationPlan.toast.searchError" | "classificationPlan.toast.searchFieldFailed" | "classificationPlan.toast.loadPlansError" | "classificationPlan.toast.loadPlanContentError" | "classificationPlan.toast.workspaceError" | "classificationPlan.toast.requalifySuccess" | "classificationPlan.toast.requalifyError" | "classificationPlan.summary.document" | "classificationPlan.summary.metadata" | "classificationPlan.summary.verifyBeforeImport" | "classificationPlan.summary.verifyBeforeRequalify" | "classificationPlan.summary.generalInfo" | "classificationPlan.summary.metadataToSend" | "classificationPlan.summary.fileClassification" | "classificationPlan.summary.destinationFolder" | "classificationPlan.summary.movement" | "classificationPlan.steps.summary" | "classificationPlan.steps.step" | "classificationPlan.steps.selectPlan" | "classificationPlan.steps.selectNature" | "classificationPlan.steps.fillMetadata" | "classificationPlan.steps.fillMetadataAndFiles" | "classificationPlan.steps.selectFiles" | "classificationPlan.stepper.files" | "classificationPlan.stepper.metadata" | "classificationPlan.stepper.summary" | "classificationPlan.stepper.nature" | "classificationPlan.stepper.plan" | "classificationPlan.requalify.title" | "classificationPlan.requalify.summaryFrom" | "classificationPlan.requalify.summaryTo" | "classificationPlan.files" | "classificationPlan.upload" | "classificationPlan.buttons" | "classificationPlan.searchPlaceholder" | "classificationPlan.toast" | "classificationPlan.summary" | "classificationPlan.code" | "classificationPlan.nature" | "classificationPlan.category" | "classificationPlan.min" | "classificationPlan.max" | "classificationPlan.allCategories" | "classificationPlan.noCategory" | "classificationPlan.filterByCategory" | "classificationPlan.steps" | "classificationPlan.stepper" | "classificationPlan.plan" | "classificationPlan.natureColumn" | "classificationPlan.choosePlan" | "classificationPlan.planAriaLabel" | "classificationPlan.noPlanFound" | "classificationPlan.searchNaturePlaceholder" | "classificationPlan.noNature" | "classificationPlan.destinationCurrent" | "classificationPlan.destinationLabel" | "classificationPlan.chooseFiles" | "classificationPlan.fileToCreate" | "classificationPlan.filesToImport" | "classificationPlan.na" | "classificationPlan.constraint" | "classificationPlan.validationRegexError" | "classificationPlan.requalify" | "chat.title" | "chat.reconnecting" | "chat.connecting" | "chat.connectionError" | "chat.notConfigured" | "chat.configureInProfile" | "chat.retry" | "chat.searchRooms" | "chat.noRooms" | "chat.noMessages" | "chat.loadMore" | "chat.typeMessage" | "chat.send" | "chat.attachFile" | "chat.attachment" | "chat.unknownUser" | "chat.userTyping" | "chat.usersTyping" | "chat.multipleUsersTyping" | "chat.sendError" | "chat.uploadError" | "chat.openChat" | "chat.closeChat" | "chat.newMessages" | "workflow.selectedDocuments" | "selection.clear" | "selection.selectAll" | "selection.clearSelection" | "selection.count" | "selection.mobileCount" | "selection.selectAllShort" | "sidebarMenu.profile" | "sidebarMenu.portal" | "sidebarMenu.logout" | "tasks.approve" | "tasks.reject" | "rechercheAvancee.addFavorite" | "rechercheAvancee.removeFavorite", "facets.categories.modified_date" | "delete" | "filter" | "search" | "pdf" | "reload" | "cancel" | "error" | "dossier" | "pagination" | "taskNotification" | "nothingTitle" | "nothingText" | "goHome" | "fichier" | "save" | "next" | "previous" | "selectFolder" | "dropFolder" | "uploadUnknownError" | "alfrescoError" | "fichier_image" | "fichier_video" | "fichier_pdf" | "fichier_eml" | "fichier_texte" | "fichier_tableur" | "fichier_dessin" | "fichier_presentation" | "fichier_markdown" | "fichier_json" | "fichier_xml" | "fichier_html" | "fichier_css" | "fichier_csv" | "fichier_javascript" | "fichier_sql" | "fichier_shell" | "fichier_yaml" | "fichier_python" | "fichier_typescript" | "fichier_php" | "fichier_java" | "fichier_code" | "fichier_config" | "fichier_log" | "espace" | "menu" | "tasks" | "sharelink" | "cannotCopyHere" | "cannotMoveHere" | "spaces" | "userHomes" | "yes" | "no" | "howMuchResult" | "howMuchSelected" | "selectAllElement" | "selectAllElementMoreThan" | "deleteSelection" | "dropFileFolders" | "currentFolder" | "canceledImport" | "lock" | "membersPopup" | "members" | "groups" | "role" | "success" | "close" | "config" | "vuesFavorites" | "vuesUtilisateurs" | "rechercheAvancee" | "pdfTools" | "editor" | "collab" | "diffViewer" | "sendingMail" | "column" | "facets" | "adminViewList" | "adminClassificationLauncher" | "adminClassificationPage" | "natureForm" | "emplacementForm" | "fieldForm" | "classificationPlan" | "chat" | "workflow" | "fileList" | "previewPanel" | "selectAll" | "deselectAll" | "layoutSelector" | "layoutList" | "layoutGrid" | "layoutTable" | "edit" | "open" | "download" | "restore" | "publish" | "back" | "minimize" | "duplicate" | "moveUp" | "moveDown" | "sortAscending" | "sortDescending" | "moreActions" | "add/removeFavorite" | "modify" | "home" | "selection" | "sidebarMenu" | "filter.clear" | "filter.search" | "filter.toggle" | "filter.all" | "filter.apply" | "filter.noOptions" | "filter.contains" | "filter.notContains" | "filter.equals" | "filter.clearAll" | "pdf.changePage" | "pdf.rotation" | "pdf.saveForm" | "pdf.previousPage" | "pdf.nextPage" | "pdf.cancelForm" | "pdf.on" | "pdf.and" | "pdf.scrolling" | "pdf.pageToPage" | "pdf.rotationRigth" | "pdf.rotationLeft" | "pdf.zoom" | "pdf.dezoom" | "pdf.adaptToPage" | "pdf.adaptToWidth" | "pdf.changeFile" | "pdf.currentPagination" | "pdf.showAllPages" | "pdf.showPageByPage" | "pdf.formFieldsInfo" | "pdf.formFieldsInfoTitle" | "pdf.formFieldName" | "pdf.formFieldType" | "pdf.formFieldValue" | "pagination.rowsPerPage" | "taskNotification.pendingTasks" | "menu.espaces" | "menu.favoris" | "menu.recherche" | "menu.vues" | "menu.userHome" | "menu.configuration" | "tasks.error.createProcess" | "tasks.error.getProcesses" | "tasks.error.getProcess" | "tasks.error.getFinishedProcess" | "tasks.error.addProcessItems" | "tasks.error.getProcessItems" | "tasks.error.getProcessVariables" | "tasks.error.getProcessDefinition" | "tasks.error.cancelWorkflow" | "tasks.error.openProcessDiagram" | "tasks.error.getProcessHistoryTasks" | "tasks.error.listTasks" | "tasks.error.listFinishedTasks" | "tasks.error.getTask" | "tasks.error.endTask" | "tasks.error.getTaskVariables" | "tasks.error.postTaskVariables" | "tasks.error.updateTaskVariables" | "tasks.error.getTaskItem" | "tasks.priority.priority" | "tasks.priority.low" | "tasks.priority.medium" | "tasks.priority.high" | "tasks.priority.notFound" | "tasks.statusLabel.completed" | "tasks.statusLabel.notYetStarted" | "tasks.statusLabel.inProgress" | "tasks.statusLabel.onHold" | "tasks.statusLabel.cancelled" | "tasks.error" | "tasks.none" | "tasks.priority" | "tasks.approved" | "tasks.rejected" | "tasks.reviewTask" | "tasks.adhocTask" | "tasks.verifyTaskDone" | "tasks.unknownTask" | "tasks.statusLabel" | "sharelink.shareLinkOf" | "sharelink.linkToShare" | "sharelink.shareLinkSettings" | "sharelink.createLinkTooltip" | "sharelink.copyLinkTooltip" | "sharelink.deleteLinkTooltip" | "sharelink.addExpirationDateLinkTooltip" | "sharelink.deleteExpirationDateLinkTooltip" | "sharelink.createLinkToastSummary" | "sharelink.createLinkToastDetail" | "sharelink.createLinkErrorSummary" | "sharelink.deleteLinkToastSummary" | "sharelink.deleteLinkToastDetail" | "sharelink.deleteLinkErrorSummary" | "sharelink.copyLinkToastSummary" | "sharelink.copyLinkErrorSummary" | "sharelink.copyLinkToastDetail" | "sharelink.copyLinkErrorDetail" | "sharelink.updateLinkDateSummary" | "sharelink.updateLinkDateDetail" | "sharelink.updateLinkDateErrorSummary" | "sharelink.expirationDate" | "sharelink.placeholder" | "lock.nodeLock" | "lock.readOnlyLock" | "lock.writeLock" | "membersPopup.goToSiteMemberPage" | "members.add" | "members.search" | "members.members" | "members.role" | "members.management" | "members.youAre" | "members.ofThisWorkspace" | "members.select" | "members.errorAdd" | "members.successAdd" | "members.successDelete" | "members.successChangeRole" | "members.nbAccess" | "members.restrictPermissions" | "members.restorePermissions" | "members.successRestrictPermissions" | "members.successRestorePermissions" | "members.fromGroup" | "members.viewUserProfile" | "role.SiteConsumer" | "role.SiteCollaborator" | "role.SiteManager" | "config.groups.search" | "config.groups.pagination" | "config.groups.display" | "config.groups.matomo" | "config.groups.sentry" | "config.groups.metadata" | "config.groups.security" | "config.groups.other" | "config.tabs.structuredEdit" | "config.tabs.rawEdit" | "config.tabs.versions" | "config.table.keyHeader" | "config.table.valueHeader" | "config.table.typeHeader" | "config.buttons.add" | "config.buttons.cancel" | "config.buttons.refresh" | "config.buttons.addNew" | "config.buttons.saveChanges" | "config.buttons.define" | "config.buttons.undefine" | "config.buttons.expand" | "config.buttons.collapse" | "config.splitView.filterPlaceholder" | "config.splitView.selectConfig" | "config.splitView.noResults" | "config.splitView.defaultValue" | "config.dialog.addTitle" | "config.dialog.keyLabel" | "config.dialog.valueLabel" | "config.dialog.typeLabel" | "config.raw.uploadDescription" | "config.raw.uploadButton" | "config.raw.uploadWarning" | "config.toasts.saveSuccess" | "config.toasts.fetchError" | "config.toasts.saveError" | "config.toasts.errorDetail" | "config.errors.keyRequired" | "config.errors.keyDuplicate" | "config.errors.invalidNumber" | "config.errors.invalidBoolean" | "config.errors.invalidJson" | "config.errors.typeMismatch" | "config.errors.invalidJsonFile" | "config.versionViewer.error" | "config.versionViewer.success" | "config.versionViewer.listTitle" | "config.versionViewer.title" | "config.versionViewer.selectPrompt" | "config.versionViewer.loadError" | "config.versionViewer.genericError" | "config.versionViewer.cannotRevertLatest" | "config.versionViewer.restoredVersionComment" | "config.arrayEditor.addItem" | "config.arrayEditor.reorder" | "config.types.string" | "config.types.number" | "config.types.boolean" | "config.types.object" | "config.types.array" | "config.groups" | "config.pageTitle" | "config.pageDescription" | "config.tabs" | "config.table" | "config.buttons" | "config.notDefined" | "config.splitView" | "config.dialog" | "config.raw" | "config.toasts" | "config.errors" | "config.versionViewer" | "config.arrayEditor" | "config.types" | "vuesFavorites.title" | "vuesFavorites.loadedViewMessage" | "vuesFavorites.noSavedViews" | "vuesFavorites.personalViews" | "vuesFavorites.selectPersonalView" | "vuesFavorites.globalViews" | "vuesFavorites.selectGlobalView" | "vuesFavorites.filterSavedViews" | "vuesUtilisateurs.saveViewPopup.title" | "vuesUtilisateurs.saveViewPopup.nameLabel" | "vuesUtilisateurs.saveViewPopup.nameRequired" | "vuesUtilisateurs.saveViewPopup.descriptionLabel" | "vuesUtilisateurs.saveViewPopup.detailsLabel" | "vuesUtilisateurs.saveViewPopup.scopeLabel" | "vuesUtilisateurs.saveViewPopup.scopeDescription" | "vuesUtilisateurs.saveViewPopup.scopeUser" | "vuesUtilisateurs.saveViewPopup.scopeGlobal" | "vuesUtilisateurs.saveViewPopup.fileIdLabel" | "vuesUtilisateurs.saveViewPopup.fileIdDescription" | "vuesUtilisateurs.saveViewPopup.fileIdPlaceholder" | "vuesUtilisateurs.saveViewPopup.personalDescription" | "vuesUtilisateurs.modifyViewPopup.title" | "vuesUtilisateurs.saveView" | "vuesUtilisateurs.modifyView" | "vuesUtilisateurs.cancelButton" | "vuesUtilisateurs.saveViewPopup" | "vuesUtilisateurs.modifyViewPopup" | "rechercheAvancee.savedViewError.idAlreadyExists" | "rechercheAvancee.savedViewError.nameAlreadyExists" | "rechercheAvancee.savedViewError.globalNotFound" | "rechercheAvancee.savedViewError.personnalNotFound" | "rechercheAvancee.savedViewError.userNotFound" | "rechercheAvancee.savedViewError.userNotFoundForUpdate" | "rechercheAvancee.savedViewError.userNotFoundForDelete" | "rechercheAvancee.savedViewError.configFolderNotFound" | "rechercheAvancee.savedViewError.configFileNotFound" | "rechercheAvancee.contains" | "rechercheAvancee.noResults" | "rechercheAvancee.valueLabel" | "rechercheAvancee.loadedViewMessage" | "rechercheAvancee.noSavedViews" | "rechercheAvancee.filterSavedViews" | "rechercheAvancee.cancelButton" | "rechercheAvancee.sitePlaceholder" | "rechercheAvancee.folderPlaceholder" | "rechercheAvancee.advancedSearch" | "rechercheAvancee.queryBuilder" | "rechercheAvancee.addCriterionPopupTitle" | "rechercheAvancee.propertyLabel" | "rechercheAvancee.propertyPlaceholder" | "rechercheAvancee.propertyName" | "rechercheAvancee.propertyId" | "rechercheAvancee.propertyDescription" | "rechercheAvancee.propertyAspect" | "rechercheAvancee.conditionLabel" | "rechercheAvancee.operatorLabel" | "rechercheAvancee.operatorPlaceholder" | "rechercheAvancee.addButton" | "rechercheAvancee.mustContain" | "rechercheAvancee.mustNotContain" | "rechercheAvancee.exact" | "rechercheAvancee.isDate" | "rechercheAvancee.isDateRange" | "rechercheAvancee.isNumber" | "rechercheAvancee.isNumberRange" | "rechercheAvancee.is" | "rechercheAvancee.locationLabel" | "rechercheAvancee.locationSite" | "rechercheAvancee.locationPath" | "rechercheAvancee.locationNone" | "rechercheAvancee.locationValuePlaceholder" | "rechercheAvancee.criteriaTitle" | "rechercheAvancee.noCriteria" | "rechercheAvancee.addCriterionButton" | "rechercheAvancee.advancedSearchActive" | "rechercheAvancee.savedViews" | "rechercheAvancee.addsSavedViewSuccess" | "rechercheAvancee.modifySavedViewSuccess" | "rechercheAvancee.updateSavedView" | "rechercheAvancee.savedViewError" | "rechercheAvancee.noFilterResults" | "rechercheAvancee.selectPersonalSearch" | "rechercheAvancee.selectGlobalSearch" | "rechercheAvancee.favorite" | "rechercheAvancee.closeView" | "rechercheAvancee.activeView" | "rechercheAvancee.locationsTitle" | "rechercheAvancee.locationsHint" | "rechercheAvancee.noLocations" | "rechercheAvancee.addLocationButton" | "rechercheAvancee.addLocationTitle" | "rechercheAvancee.addLocationConfirm" | "rechercheAvancee.removeLocation" | "rechercheAvancee.includePrefix" | "rechercheAvancee.excludePrefix" | "rechercheAvancee.locationTypeLabel" | "rechercheAvancee.saveViewAsNew" | "rechercheAvancee.saveViewModifications" | "rechercheAvancee.deleteView" | "rechercheAvancee.deleteViewSuccess" | "rechercheAvancee.confirmDeleteTitle" | "rechercheAvancee.confirmDelete" | "rechercheAvancee.showMore" | "rechercheAvancee.addAsIncludeLocation" | "rechercheAvancee.addAsExcludeLocation" | "rechercheAvancee.addAsIncludeFolder" | "rechercheAvancee.addAsExcludeFolder" | "rechercheAvancee.addAsIncludeSite" | "rechercheAvancee.addAsExcludeSite" | "rechercheAvancee.editCriterionPopupTitle" | "rechercheAvancee.updateButton" | "rechercheAvancee.addGroupButton" | "rechercheAvancee.addOrGroup" | "rechercheAvancee.removeGroup" | "rechercheAvancee.operatorAnd" | "rechercheAvancee.operatorOr" | "rechercheAvancee.emptyGroup" | "pdfTools.common.clear" | "pdfTools.common.cancel" | "pdfTools.common.error" | "pdfTools.common.save" | "pdfTools.common.success" | "pdfTools.common.close" | "pdfTools.common.warning" | "pdfTools.common.apply" | "pdfTools.common.select" | "pdfTools.common.deleted" | "pdfTools.common.use" | "pdfTools.common.insert" | "pdfTools.sidebar.actions" | "pdfTools.sidebar.saveAs" | "pdfTools.sidebar.saveNewVersion" | "pdfTools.sidebar.extractPages" | "pdfTools.sidebar.extractAndSave" | "pdfTools.sidebar.deletePages" | "pdfTools.sidebar.deleteSelectedPages" | "pdfTools.sidebar.insertPdf" | "pdfTools.sidebar.fromComputer" | "pdfTools.sidebar.fromPristy" | "pdfTools.sidebar.addWatermark" | "pdfTools.sidebar.watermarkTextPlaceholder" | "pdfTools.sidebar.angle" | "pdfTools.sidebar.repetitions" | "pdfTools.sidebar.addWatermarkButton" | "pdfTools.pagePreview.title" | "pdfTools.pagePreview.openPagePreview" | "pdfTools.pageEditor.tools.actions" | "pdfTools.pageEditor.tools.size" | "pdfTools.pageEditor.tools.highlight" | "pdfTools.pageEditor.tools.text" | "pdfTools.pageEditor.tools.select" | "pdfTools.pageEditor.tools.redact" | "pdfTools.pageEditor.tools.comment" | "pdfTools.pageEditor.tools.image" | "pdfTools.pageEditor.tools.signature" | "pdfTools.pageEditor.tools.font" | "pdfTools.pageEditor.tools.color" | "pdfTools.pageEditor.cancel" | "pdfTools.pageEditor.close" | "pdfTools.pageEditor.apply" | "pdfTools.pageEditor.title" | "pdfTools.pageEditor.fit" | "pdfTools.pageEditor.tools" | "pdfTools.pageEditor.commentPrompt" | "pdfTools.pageEditor.addTextPrompt" | "pdfTools.pageEditor.footerHint" | "pdfTools.signaturePad.clear" | "pdfTools.signaturePad.title" | "pdfTools.signaturePad.use" | "pdfTools.saveAs.title" | "pdfTools.saveAs.filenameLabel" | "pdfTools.saveAs.defaultFilename" | "pdfTools.saveAs.folderLabel" | "pdfTools.saveAs.browse" | "pdfTools.saveAs.conflictError" | "pdfTools.insertFromAlfresco.search" | "pdfTools.insertFromAlfresco.cancel" | "pdfTools.insertFromAlfresco.path" | "pdfTools.insertFromAlfresco.loading" | "pdfTools.insertFromAlfresco.select" | "pdfTools.insertFromAlfresco.title" | "pdfTools.insertFromAlfresco.insert" | "pdfTools.insertFromAlfresco.browse" | "pdfTools.insertFromAlfresco.searchPlaceholder" | "pdfTools.insertFromAlfresco.searching" | "pdfTools.insertFromAlfresco.noPdfFound" | "pdfTools.insertFromAlfresco.favorites" | "pdfTools.insertFromAlfresco.noPdfFavorite" | "pdfTools.insertFromAlfresco.selectPdfToPreview" | "pdfTools.insertFromAlfresco.loadingPreview" | "pdfTools.insertFromAlfresco.linkOrId" | "pdfTools.insertFromAlfresco.alfrescoIdUrl" | "pdfTools.insertFromAlfresco.alfrescoIdUrlHint" | "pdfTools.insertFromAlfresco.selected" | "pdfTools.insertFromAlfresco.invalidInput" | "pdfTools.insertFromAlfresco.folderSelectError" | "pdfTools.insertFromAlfresco.fileTypeNotAllowedError" | "pdfTools.loading" | "pdfTools.common" | "pdfTools.saveSuccess" | "pdfTools.saveError" | "pdfTools.title" | "pdfTools.loadError" | "pdfTools.reorderError" | "pdfTools.rotateError" | "pdfTools.deleteAllPagesWarning" | "pdfTools.pagesDeletedSuccess" | "pdfTools.deletePagesError" | "pdfTools.insertFromFileSuccess" | "pdfTools.insertFromPristySuccess" | "pdfTools.insertError" | "pdfTools.insertFromPristyError" | "pdfTools.invalidNodeForInsert" | "pdfTools.watermarkError" | "pdfTools.saveAsError" | "pdfTools.noContentToSave" | "pdfTools.fileCreatedSuccess" | "pdfTools.redactWarning" | "pdfTools.redactFlattenConfirm" | "pdfTools.imagePreviewUnavailable" | "pdfTools.pdfRenderCanvasNotFound" | "pdfTools.sidebar" | "pdfTools.pagePreview" | "pdfTools.pageEditor" | "pdfTools.signaturePad" | "pdfTools.saveAs" | "pdfTools.insertFromAlfresco" | "editor.viewMode.split" | "editor.viewMode.editorOnly" | "editor.viewMode.previewOnly" | "editor.edit" | "editor.saveSuccess" | "editor.loadError" | "editor.cancelEdit" | "editor.closeEdit" | "editor.alreadyUpToDate" | "editor.refreshError" | "editor.unsavedChanges" | "editor.confirmationHeader" | "editor.lineWrap" | "editor.viewMode" | "collab.enable" | "collab.disable" | "collab.connected" | "collab.disconnected" | "collab.reconnecting" | "collab.peers" | "collab.initError" | "collab.sessionFull" | "collab.locked" | "collab.offline" | "collab.participantsTooltip" | "collab.editorsTooltip" | "collab.observersTooltip" | "diffViewer.errors.loadError" | "diffViewer.revertVersion.error" | "diffViewer.revertVersion.success" | "diffViewer.revertVersion.successDetail" | "diffViewer.errors" | "diffViewer.restoredVersionComment" | "diffViewer.compareTitle" | "diffViewer.version" | "diffViewer.currentVersion" | "diffViewer.selectVersionA" | "diffViewer.selectVersionB" | "diffViewer.revertToThisVersion" | "diffViewer.revertVersion" | "sendingMail.errors.errorEmptyEmail" | "sendingMail.errors.errorValidEmail" | "sendingMail.errors.errorEmptySubject" | "sendingMail.errors.errorSubjectTooShort" | "sendingMail.errors.errorEmptyMessage" | "sendingMail.errors.errorSendMail" | "sendingMail.popup.defaultSubject" | "sendingMail.popup.defaultMessage" | "sendingMail.errors" | "sendingMail.addCc" | "sendingMail.addCci" | "sendingMail.popup" | "column.actions" | "column.size" | "column.type" | "column.name" | "column.toggle" | "column.createdAt" | "column.createdBy" | "column.mimeType" | "column.modifiedAt" | "column.modifiedBy" | "column.thumbnail" | "column.customize" | "facets.categories" | "adminViewList.deleteView.toast.error.summary" | "adminViewList.deleteView.toast.error.detail" | "adminViewList.deleteView.toast.success.summary" | "adminViewList.deleteView.toast.success.detail" | "adminViewList.deleteView.toast.successMultiple.detail" | "adminViewList.deleteView.toast.errorMultiple.detail" | "adminViewList.deleteView.toast.error" | "adminViewList.deleteView.toast.success" | "adminViewList.deleteView.toast.successMultiple" | "adminViewList.deleteView.toast.errorMultiple" | "adminViewList.deleteView.button" | "adminViewList.deleteView.toast" | "adminViewList.deleteView.confirmHeader" | "adminViewList.deleteView.confirmMessage" | "adminViewList.deleteView.confirmMessageMultiple" | "adminViewList.existingViews.download" | "adminViewList.existingViews.loading" | "adminViewList.existingViews.title" | "adminViewList.existingViews.noViewsFound" | "adminViewList.importView.toast.error.summary" | "adminViewList.importView.toast.error.detail" | "adminViewList.importView.toast.success.summary" | "adminViewList.importView.toast.success.detail" | "adminViewList.importView.toast.error" | "adminViewList.importView.toast.success" | "adminViewList.importView.toast.noJsonFiles.summary" | "adminViewList.importView.toast.noJsonFiles.detail" | "adminViewList.importView.toast.noJsonFiles" | "adminViewList.importView.button" | "adminViewList.importView.toast" | "adminViewList.exportAll.toast.error.summary" | "adminViewList.exportAll.toast.error.detail" | "adminViewList.exportAll.toast.success.summary" | "adminViewList.exportAll.toast.success.detail" | "adminViewList.exportAll.toast.error" | "adminViewList.exportAll.toast.success" | "adminViewList.exportAll.button" | "adminViewList.exportAll.toast" | "adminViewList.dropZone.text" | "adminViewList.dropZone.hint" | "adminViewList.selectionBar.selectAll" | "adminViewList.selectionBar.selected" | "adminViewList.selectionBar.clearSelection" | "adminViewList.selectionBar.downloadAll" | "adminViewList.editView.toast.error.summary" | "adminViewList.editView.toast.error.detail" | "adminViewList.editView.toast.success.summary" | "adminViewList.editView.toast.success.detail" | "adminViewList.editView.toast.error" | "adminViewList.editView.toast.success" | "adminViewList.editView.button" | "adminViewList.editView.description" | "adminViewList.editView.name" | "adminViewList.editView.cancel" | "adminViewList.editView.save" | "adminViewList.editView.title" | "adminViewList.editView.toast" | "adminViewList.editView.namePlaceholder" | "adminViewList.editView.descriptionPlaceholder" | "adminViewList.toast.downloadError.summary" | "adminViewList.toast.downloadError.detail" | "adminViewList.toast.downloadError" | "adminViewList.deleteView" | "adminViewList.existingViews" | "adminViewList.importView" | "adminViewList.exportAll" | "adminViewList.dropZone" | "adminViewList.selectionBar" | "adminViewList.editView" | "adminViewList.toast" | "adminClassificationLauncher.selectionBar.selectAll" | "adminClassificationLauncher.selectionBar.selected" | "adminClassificationLauncher.selectionBar.clearSelection" | "adminClassificationLauncher.selectionBar.downloadAll" | "adminClassificationLauncher.selectionBar.openAll" | "adminClassificationLauncher.toast.listError.summary" | "adminClassificationLauncher.toast.listError.detail" | "adminClassificationLauncher.toast.invalidName.summary" | "adminClassificationLauncher.toast.invalidName.detail" | "adminClassificationLauncher.toast.listError" | "adminClassificationLauncher.toast.invalidName" | "adminClassificationLauncher.existingPlans.download" | "adminClassificationLauncher.existingPlans.loading" | "adminClassificationLauncher.existingPlans.title" | "adminClassificationLauncher.existingPlans.noPlansFound" | "adminClassificationLauncher.createPlan.button" | "adminClassificationLauncher.createPlan.description" | "adminClassificationLauncher.createPlan.cancel" | "adminClassificationLauncher.createPlan.placeholder" | "adminClassificationLauncher.createPlan.title" | "adminClassificationLauncher.deletePlan.toast.error.summary" | "adminClassificationLauncher.deletePlan.toast.error.detail" | "adminClassificationLauncher.deletePlan.toast.success.summary" | "adminClassificationLauncher.deletePlan.toast.success.detail" | "adminClassificationLauncher.deletePlan.toast.successMultiple.detail" | "adminClassificationLauncher.deletePlan.toast.errorMultiple.detail" | "adminClassificationLauncher.deletePlan.toast.error" | "adminClassificationLauncher.deletePlan.toast.success" | "adminClassificationLauncher.deletePlan.toast.successMultiple" | "adminClassificationLauncher.deletePlan.toast.errorMultiple" | "adminClassificationLauncher.deletePlan.button" | "adminClassificationLauncher.deletePlan.toast" | "adminClassificationLauncher.deletePlan.confirmHeader" | "adminClassificationLauncher.deletePlan.confirmMessage" | "adminClassificationLauncher.deletePlan.confirmMessageMultiple" | "adminClassificationLauncher.importPlan.toast.success.summary" | "adminClassificationLauncher.importPlan.toast.success.detail" | "adminClassificationLauncher.importPlan.toast.success" | "adminClassificationLauncher.importPlan.toast.saveError.summary" | "adminClassificationLauncher.importPlan.toast.saveError.detail" | "adminClassificationLauncher.importPlan.toast.parseError.summary" | "adminClassificationLauncher.importPlan.toast.parseError.detail" | "adminClassificationLauncher.importPlan.toast.saveError" | "adminClassificationLauncher.importPlan.toast.parseError" | "adminClassificationLauncher.importPlan.button" | "adminClassificationLauncher.importPlan.toast" | "adminClassificationLauncher.importPlan.invalidStructure" | "adminClassificationLauncher.title" | "adminClassificationLauncher.selectionBar" | "adminClassificationLauncher.toast" | "adminClassificationLauncher.existingPlans" | "adminClassificationLauncher.createPlan" | "adminClassificationLauncher.deletePlan" | "adminClassificationLauncher.importPlan" | "adminClassificationPage.buttons.cancel" | "adminClassificationPage.toast.saveError" | "adminClassificationPage.tabs.categories" | "adminClassificationPage.tabs.natures" | "adminClassificationPage.tabs.fields" | "adminClassificationPage.tabs.emplacements" | "adminClassificationPage.buttons.reload" | "adminClassificationPage.buttons.save" | "adminClassificationPage.buttons.newNature" | "adminClassificationPage.buttons.newField" | "adminClassificationPage.buttons.newEmplacement" | "adminClassificationPage.buttons.newCategory" | "adminClassificationPage.buttons.export" | "adminClassificationPage.buttons.import" | "adminClassificationPage.buttons.createFile" | "adminClassificationPage.buttons.saveFile" | "adminClassificationPage.dialog.createNature" | "adminClassificationPage.dialog.editNature" | "adminClassificationPage.dialog.duplicateNature" | "adminClassificationPage.dialog.createField" | "adminClassificationPage.dialog.editField" | "adminClassificationPage.dialog.duplicateField" | "adminClassificationPage.dialog.createEmplacement" | "adminClassificationPage.dialog.editEmplacement" | "adminClassificationPage.dialog.createCategory" | "adminClassificationPage.dialog.editCategory" | "adminClassificationPage.toast.saveSuccess" | "adminClassificationPage.toast.loadError" | "adminClassificationPage.toast.newPlan" | "adminClassificationPage.toast.fileNotExist" | "adminClassificationPage.toast.loadErrorDetail" | "adminClassificationPage.toast.exportSuccess" | "adminClassificationPage.toast.exportSuccessDetail" | "adminClassificationPage.toast.importSuccess" | "adminClassificationPage.toast.importSuccessDetail" | "adminClassificationPage.toast.importError" | "adminClassificationPage.toast.importErrorDetail" | "adminClassificationPage.toast.invalidFileStructure" | "adminClassificationPage.toast.fieldCreated" | "adminClassificationPage.toast.fieldAutoCreated" | "adminClassificationPage.toast.autoCreatedForNature" | "adminClassificationPage.toast.autoCreatedForEmplacement" | "adminClassificationPage.toast.deleteImpossible" | "adminClassificationPage.toast.fieldUsed" | "adminClassificationPage.toast.emplacementUsed" | "adminClassificationPage.toast.confirmed" | "adminClassificationPage.toast.itemDeleted" | "adminClassificationPage.toast.invalidFilename" | "adminClassificationPage.toast.filenameMustStartWithPlan" | "adminClassificationPage.columns.id" | "adminClassificationPage.columns.actions" | "adminClassificationPage.columns.label" | "adminClassificationPage.columns.icon" | "adminClassificationPage.columns.description" | "adminClassificationPage.columns.type" | "adminClassificationPage.columns.name" | "adminClassificationPage.columns.display" | "adminClassificationPage.columns.title" | "adminClassificationPage.columns.categories" | "adminClassificationPage.columns.emplacement" | "adminClassificationPage.columns.code" | "adminClassificationPage.columns.views" | "adminClassificationPage.confirm.field" | "adminClassificationPage.confirm.emplacement" | "adminClassificationPage.confirm.deleteMessage" | "adminClassificationPage.confirm.deleteHeader" | "adminClassificationPage.confirm.nature" | "adminClassificationPage.confirm.category" | "adminClassificationPage.viewSelector.search" | "adminClassificationPage.viewSelector.noResults" | "adminClassificationPage.viewSelector.title" | "adminClassificationPage.viewSelector.selected" | "adminClassificationPage.viewSelector.available" | "adminClassificationPage.viewSelector.searchResults" | "adminClassificationPage.viewSelector.noViews" | "adminClassificationPage.viewSelector.nViews" | "adminClassificationPage.viewSelector.validate" | "adminClassificationPage.loading" | "adminClassificationPage.tabs" | "adminClassificationPage.buttons" | "adminClassificationPage.dialog" | "adminClassificationPage.toast" | "adminClassificationPage.titleNew" | "adminClassificationPage.titleAdmin" | "adminClassificationPage.file" | "adminClassificationPage.columns" | "adminClassificationPage.confirm" | "adminClassificationPage.viewSelector" | "natureForm.validation.nameAndCodeRequired" | "natureForm.validation.codeAlreadyExists" | "natureForm.value" | "natureForm.icon" | "natureForm.required" | "natureForm.name" | "natureForm.metadata" | "natureForm.categories" | "natureForm.emplacement" | "natureForm.code" | "natureForm.documentType" | "natureForm.aspects" | "natureForm.selectAspects" | "natureForm.chooseIcon" | "natureForm.selectPath" | "natureForm.calculatedPath" | "natureForm.noMetadata" | "natureForm.key" | "natureForm.mappingType" | "natureForm.valueOrFieldName" | "natureForm.selectCategories" | "natureForm.validation" | "emplacementForm.validation.codeRequired" | "emplacementForm.value" | "emplacementForm.type" | "emplacementForm.required" | "emplacementForm.metadata" | "emplacementForm.code" | "emplacementForm.aspects" | "emplacementForm.selectAspects" | "emplacementForm.noMetadata" | "emplacementForm.key" | "emplacementForm.mappingType" | "emplacementForm.valueOrFieldName" | "emplacementForm.validation" | "emplacementForm.codeHelp" | "emplacementForm.typeHelp" | "emplacementForm.editType" | "fieldForm.search.query.label" | "fieldForm.search.lang.label" | "fieldForm.search.valueField.label" | "fieldForm.search.testButton.label" | "fieldForm.search.testResults.title" | "fieldForm.search.testError.fetchError" | "fieldForm.search.testError.emptyQuery" | "fieldForm.search.testError.noResult" | "fieldForm.search.query" | "fieldForm.search.title" | "fieldForm.search.lang" | "fieldForm.search.valueField" | "fieldForm.search.testButton" | "fieldForm.search.testResults" | "fieldForm.search.testError" | "fieldForm.description.label" | "fieldForm.description.help" | "fieldForm.name.label" | "fieldForm.name.help" | "fieldForm.errors.nameAndDescriptionRequired" | "fieldForm.errors.fieldNameExists" | "fieldForm.dataType.label" | "fieldForm.dataType.placeholder" | "fieldForm.dataType.help" | "fieldForm.inputType.label" | "fieldForm.inputType.placeholder" | "fieldForm.inputType.help" | "fieldForm.stringConstraints.regex.label" | "fieldForm.stringConstraints.regex.help" | "fieldForm.stringConstraints.regexTester.label" | "fieldForm.stringConstraints.regexTester.placeholder" | "fieldForm.stringConstraints.title" | "fieldForm.stringConstraints.regex" | "fieldForm.stringConstraints.regexTester" | "fieldForm.numberConstraints.default.label" | "fieldForm.numberConstraints.min.label" | "fieldForm.numberConstraints.max.label" | "fieldForm.numberConstraints.default" | "fieldForm.numberConstraints.title" | "fieldForm.numberConstraints.min" | "fieldForm.numberConstraints.max" | "fieldForm.search" | "fieldForm.description" | "fieldForm.name" | "fieldForm.errors" | "fieldForm.dataType" | "fieldForm.inputType" | "fieldForm.stringConstraints" | "fieldForm.numberConstraints" | "classificationPlan.buttons.cancel" | "classificationPlan.upload.headerCreate" | "classificationPlan.upload.headerImport" | "classificationPlan.buttons.next" | "classificationPlan.buttons.previous" | "classificationPlan.buttons.requalify" | "classificationPlan.buttons.viewSummary" | "classificationPlan.buttons.acceptAndCreate" | "classificationPlan.buttons.acceptAndImport" | "classificationPlan.toast.searchError" | "classificationPlan.toast.searchFieldFailed" | "classificationPlan.toast.loadPlansError" | "classificationPlan.toast.loadPlanContentError" | "classificationPlan.toast.workspaceError" | "classificationPlan.toast.requalifySuccess" | "classificationPlan.toast.requalifyError" | "classificationPlan.summary.document" | "classificationPlan.summary.metadata" | "classificationPlan.summary.verifyBeforeImport" | "classificationPlan.summary.verifyBeforeRequalify" | "classificationPlan.summary.generalInfo" | "classificationPlan.summary.metadataToSend" | "classificationPlan.summary.fileClassification" | "classificationPlan.summary.destinationFolder" | "classificationPlan.summary.movement" | "classificationPlan.steps.summary" | "classificationPlan.steps.step" | "classificationPlan.steps.selectPlan" | "classificationPlan.steps.selectNature" | "classificationPlan.steps.fillMetadata" | "classificationPlan.steps.fillMetadataAndFiles" | "classificationPlan.steps.selectFiles" | "classificationPlan.stepper.files" | "classificationPlan.stepper.metadata" | "classificationPlan.stepper.summary" | "classificationPlan.stepper.nature" | "classificationPlan.stepper.plan" | "classificationPlan.requalify.title" | "classificationPlan.requalify.summaryFrom" | "classificationPlan.requalify.summaryTo" | "classificationPlan.files" | "classificationPlan.upload" | "classificationPlan.buttons" | "classificationPlan.searchPlaceholder" | "classificationPlan.toast" | "classificationPlan.summary" | "classificationPlan.code" | "classificationPlan.nature" | "classificationPlan.category" | "classificationPlan.min" | "classificationPlan.max" | "classificationPlan.allCategories" | "classificationPlan.noCategory" | "classificationPlan.filterByCategory" | "classificationPlan.steps" | "classificationPlan.stepper" | "classificationPlan.plan" | "classificationPlan.natureColumn" | "classificationPlan.choosePlan" | "classificationPlan.planAriaLabel" | "classificationPlan.noPlanFound" | "classificationPlan.searchNaturePlaceholder" | "classificationPlan.noNature" | "classificationPlan.destinationCurrent" | "classificationPlan.destinationLabel" | "classificationPlan.chooseFiles" | "classificationPlan.fileToCreate" | "classificationPlan.filesToImport" | "classificationPlan.na" | "classificationPlan.constraint" | "classificationPlan.validationRegexError" | "classificationPlan.requalify" | "chat.title" | "chat.reconnecting" | "chat.connecting" | "chat.connectionError" | "chat.notConfigured" | "chat.configureInProfile" | "chat.retry" | "chat.searchRooms" | "chat.noRooms" | "chat.noMessages" | "chat.loadMore" | "chat.typeMessage" | "chat.send" | "chat.attachFile" | "chat.attachment" | "chat.unknownUser" | "chat.userTyping" | "chat.usersTyping" | "chat.multipleUsersTyping" | "chat.sendError" | "chat.uploadError" | "chat.openChat" | "chat.closeChat" | "chat.newMessages" | "workflow.selectedDocuments" | "selection.clear" | "selection.selectAll" | "selection.clearSelection" | "selection.count" | "selection.mobileCount" | "selection.selectAllShort" | "sidebarMenu.profile" | "sidebarMenu.portal" | "sidebarMenu.logout" | "tasks.approve" | "tasks.reject" | "rechercheAvancee.addFavorite" | "rechercheAvancee.removeFavorite">;
|
|
6828
7278
|
updateField: (fieldName: any, value: any) => void;
|
|
6829
7279
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("update:modelValue" | "validate" | "load-search")[], "update:modelValue" | "validate" | "load-search", PublicProps, Readonly< ExtractPropTypes<{
|
|
6830
7280
|
fields: {
|