@pristy/pristy-libvue 2.5.3 → 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-BrgORSfj.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 +18 -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-DYatiWG2.js +0 -78789
- package/dist/index-DYatiWG2.js.map +0 -1
- package/dist/jszip.min-BrgORSfj.js.map +0 -1
|
@@ -71,6 +71,12 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
71
71
|
isForcedPlan: ComputedRef<boolean>;
|
|
72
72
|
t: VueI18nTranslation<{
|
|
73
73
|
en: {
|
|
74
|
+
pagination: {
|
|
75
|
+
rowsPerPage: string;
|
|
76
|
+
};
|
|
77
|
+
taskNotification: {
|
|
78
|
+
pendingTasks: string;
|
|
79
|
+
};
|
|
74
80
|
nothingTitle: string;
|
|
75
81
|
nothingText: string;
|
|
76
82
|
goHome: string;
|
|
@@ -182,6 +188,13 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
182
188
|
showPageByPage: string;
|
|
183
189
|
previousPage: string;
|
|
184
190
|
nextPage: string;
|
|
191
|
+
saveForm: string;
|
|
192
|
+
cancelForm: string;
|
|
193
|
+
formFieldsInfo: string;
|
|
194
|
+
formFieldsInfoTitle: string;
|
|
195
|
+
formFieldName: string;
|
|
196
|
+
formFieldType: string;
|
|
197
|
+
formFieldValue: string;
|
|
185
198
|
};
|
|
186
199
|
sharelink: {
|
|
187
200
|
shareLinkOf: string;
|
|
@@ -214,6 +227,18 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
214
227
|
userHomes: string;
|
|
215
228
|
yes: string;
|
|
216
229
|
no: string;
|
|
230
|
+
filter: {
|
|
231
|
+
toggle: string;
|
|
232
|
+
all: string;
|
|
233
|
+
search: string;
|
|
234
|
+
clear: string;
|
|
235
|
+
apply: string;
|
|
236
|
+
noOptions: string;
|
|
237
|
+
contains: string;
|
|
238
|
+
notContains: string;
|
|
239
|
+
equals: string;
|
|
240
|
+
clearAll: string;
|
|
241
|
+
};
|
|
217
242
|
howMuchResult: string;
|
|
218
243
|
howMuchSelected: string;
|
|
219
244
|
selectAllElement: string;
|
|
@@ -249,6 +274,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
249
274
|
successRestrictPermissions: string;
|
|
250
275
|
successRestorePermissions: string;
|
|
251
276
|
fromGroup: string;
|
|
277
|
+
viewUserProfile: string;
|
|
252
278
|
};
|
|
253
279
|
groups: string;
|
|
254
280
|
role: {
|
|
@@ -338,6 +364,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
338
364
|
};
|
|
339
365
|
arrayEditor: {
|
|
340
366
|
addItem: string;
|
|
367
|
+
reorder: string;
|
|
341
368
|
};
|
|
342
369
|
types: {
|
|
343
370
|
string: string;
|
|
@@ -597,8 +624,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
597
624
|
};
|
|
598
625
|
editor: {
|
|
599
626
|
cancelEdit: string;
|
|
627
|
+
closeEdit: string;
|
|
600
628
|
edit: string;
|
|
601
629
|
saveSuccess: string;
|
|
630
|
+
alreadyUpToDate: string;
|
|
602
631
|
loadError: string;
|
|
603
632
|
refreshError: string;
|
|
604
633
|
unsavedChanges: string;
|
|
@@ -643,6 +672,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
643
672
|
};
|
|
644
673
|
};
|
|
645
674
|
sendingMail: {
|
|
675
|
+
addCc: string;
|
|
676
|
+
addCci: string;
|
|
646
677
|
popup: {
|
|
647
678
|
defaultSubject: string;
|
|
648
679
|
defaultMessage: string;
|
|
@@ -668,6 +699,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
668
699
|
size: string;
|
|
669
700
|
type: string;
|
|
670
701
|
toggle: string;
|
|
702
|
+
customize: string;
|
|
671
703
|
};
|
|
672
704
|
facets: {
|
|
673
705
|
categories: {
|
|
@@ -1165,8 +1197,57 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1165
1197
|
closeChat: string;
|
|
1166
1198
|
newMessages: string;
|
|
1167
1199
|
};
|
|
1200
|
+
workflow: {
|
|
1201
|
+
selectedDocuments: string;
|
|
1202
|
+
};
|
|
1203
|
+
fileList: string;
|
|
1204
|
+
previewPanel: string;
|
|
1205
|
+
selectAll: string;
|
|
1206
|
+
deselectAll: string;
|
|
1207
|
+
layoutSelector: string;
|
|
1208
|
+
layoutList: string;
|
|
1209
|
+
layoutGrid: string;
|
|
1210
|
+
layoutTable: string;
|
|
1211
|
+
delete: string;
|
|
1212
|
+
edit: string;
|
|
1213
|
+
open: string;
|
|
1214
|
+
download: string;
|
|
1215
|
+
restore: string;
|
|
1216
|
+
publish: string;
|
|
1217
|
+
back: string;
|
|
1218
|
+
minimize: string;
|
|
1219
|
+
reload: string;
|
|
1220
|
+
duplicate: string;
|
|
1221
|
+
moveUp: string;
|
|
1222
|
+
moveDown: string;
|
|
1223
|
+
sortAscending: string;
|
|
1224
|
+
sortDescending: string;
|
|
1225
|
+
search: string;
|
|
1226
|
+
moreActions: string;
|
|
1227
|
+
"add/removeFavorite": string;
|
|
1228
|
+
modify: string;
|
|
1229
|
+
home: string;
|
|
1230
|
+
selection: {
|
|
1231
|
+
count: string;
|
|
1232
|
+
mobileCount: string;
|
|
1233
|
+
selectAll: string;
|
|
1234
|
+
selectAllShort: string;
|
|
1235
|
+
clearSelection: string;
|
|
1236
|
+
clear: string;
|
|
1237
|
+
};
|
|
1238
|
+
sidebarMenu: {
|
|
1239
|
+
profile: string;
|
|
1240
|
+
portal: string;
|
|
1241
|
+
logout: string;
|
|
1242
|
+
};
|
|
1168
1243
|
};
|
|
1169
1244
|
fr: {
|
|
1245
|
+
pagination: {
|
|
1246
|
+
rowsPerPage: string;
|
|
1247
|
+
};
|
|
1248
|
+
taskNotification: {
|
|
1249
|
+
pendingTasks: string;
|
|
1250
|
+
};
|
|
1170
1251
|
nothingTitle: string;
|
|
1171
1252
|
nothingText: string;
|
|
1172
1253
|
goHome: string;
|
|
@@ -1278,6 +1359,13 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1278
1359
|
showPageByPage: string;
|
|
1279
1360
|
previousPage: string;
|
|
1280
1361
|
nextPage: string;
|
|
1362
|
+
saveForm: string;
|
|
1363
|
+
cancelForm: string;
|
|
1364
|
+
formFieldsInfo: string;
|
|
1365
|
+
formFieldsInfoTitle: string;
|
|
1366
|
+
formFieldName: string;
|
|
1367
|
+
formFieldType: string;
|
|
1368
|
+
formFieldValue: string;
|
|
1281
1369
|
};
|
|
1282
1370
|
sharelink: {
|
|
1283
1371
|
shareLinkOf: string;
|
|
@@ -1310,6 +1398,18 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1310
1398
|
userHomes: string;
|
|
1311
1399
|
yes: string;
|
|
1312
1400
|
no: string;
|
|
1401
|
+
filter: {
|
|
1402
|
+
toggle: string;
|
|
1403
|
+
all: string;
|
|
1404
|
+
search: string;
|
|
1405
|
+
clear: string;
|
|
1406
|
+
apply: string;
|
|
1407
|
+
noOptions: string;
|
|
1408
|
+
contains: string;
|
|
1409
|
+
notContains: string;
|
|
1410
|
+
equals: string;
|
|
1411
|
+
clearAll: string;
|
|
1412
|
+
};
|
|
1313
1413
|
howMuchResult: string;
|
|
1314
1414
|
howMuchSelected: string;
|
|
1315
1415
|
selectAllElement: string;
|
|
@@ -1345,6 +1445,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1345
1445
|
successRestrictPermissions: string;
|
|
1346
1446
|
successRestorePermissions: string;
|
|
1347
1447
|
fromGroup: string;
|
|
1448
|
+
viewUserProfile: string;
|
|
1348
1449
|
};
|
|
1349
1450
|
groups: string;
|
|
1350
1451
|
role: {
|
|
@@ -1434,6 +1535,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1434
1535
|
};
|
|
1435
1536
|
arrayEditor: {
|
|
1436
1537
|
addItem: string;
|
|
1538
|
+
reorder: string;
|
|
1437
1539
|
};
|
|
1438
1540
|
types: {
|
|
1439
1541
|
string: string;
|
|
@@ -1692,7 +1794,9 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1692
1794
|
editor: {
|
|
1693
1795
|
edit: string;
|
|
1694
1796
|
cancelEdit: string;
|
|
1797
|
+
closeEdit: string;
|
|
1695
1798
|
saveSuccess: string;
|
|
1799
|
+
alreadyUpToDate: string;
|
|
1696
1800
|
loadError: string;
|
|
1697
1801
|
refreshError: string;
|
|
1698
1802
|
unsavedChanges: string;
|
|
@@ -1737,6 +1841,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1737
1841
|
};
|
|
1738
1842
|
};
|
|
1739
1843
|
sendingMail: {
|
|
1844
|
+
addCc: string;
|
|
1845
|
+
addCci: string;
|
|
1740
1846
|
popup: {
|
|
1741
1847
|
defaultSubject: string;
|
|
1742
1848
|
defaultMessage: string;
|
|
@@ -1762,6 +1868,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1762
1868
|
size: string;
|
|
1763
1869
|
type: string;
|
|
1764
1870
|
toggle: string;
|
|
1871
|
+
customize: string;
|
|
1765
1872
|
};
|
|
1766
1873
|
facets: {
|
|
1767
1874
|
categories: {
|
|
@@ -2259,10 +2366,53 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2259
2366
|
closeChat: string;
|
|
2260
2367
|
newMessages: string;
|
|
2261
2368
|
};
|
|
2369
|
+
workflow: {
|
|
2370
|
+
selectedDocuments: string;
|
|
2371
|
+
};
|
|
2372
|
+
fileList: string;
|
|
2373
|
+
previewPanel: string;
|
|
2374
|
+
selectAll: string;
|
|
2375
|
+
deselectAll: string;
|
|
2376
|
+
layoutSelector: string;
|
|
2377
|
+
layoutList: string;
|
|
2378
|
+
layoutGrid: string;
|
|
2379
|
+
layoutTable: string;
|
|
2380
|
+
delete: string;
|
|
2381
|
+
edit: string;
|
|
2382
|
+
open: string;
|
|
2383
|
+
download: string;
|
|
2384
|
+
restore: string;
|
|
2385
|
+
publish: string;
|
|
2386
|
+
back: string;
|
|
2387
|
+
minimize: string;
|
|
2388
|
+
reload: string;
|
|
2389
|
+
duplicate: string;
|
|
2390
|
+
moveUp: string;
|
|
2391
|
+
moveDown: string;
|
|
2392
|
+
sortAscending: string;
|
|
2393
|
+
sortDescending: string;
|
|
2394
|
+
search: string;
|
|
2395
|
+
moreActions: string;
|
|
2396
|
+
"add/removeFavorite": string;
|
|
2397
|
+
modify: string;
|
|
2398
|
+
home: string;
|
|
2399
|
+
selection: {
|
|
2400
|
+
count: string;
|
|
2401
|
+
mobileCount: string;
|
|
2402
|
+
selectAll: string;
|
|
2403
|
+
selectAllShort: string;
|
|
2404
|
+
clearSelection: string;
|
|
2405
|
+
clear: string;
|
|
2406
|
+
};
|
|
2407
|
+
sidebarMenu: {
|
|
2408
|
+
profile: string;
|
|
2409
|
+
portal: string;
|
|
2410
|
+
logout: string;
|
|
2411
|
+
};
|
|
2262
2412
|
};
|
|
2263
2413
|
}, "fr" | "en", RemoveIndexSignature<{
|
|
2264
2414
|
[x: string]: LocaleMessageValue<VueMessageType>;
|
|
2265
|
-
}>, 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">;
|
|
2415
|
+
}>, 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">;
|
|
2266
2416
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "close"[], "close", PublicProps, Readonly< ExtractPropTypes<{
|
|
2267
2417
|
currentNode: {
|
|
2268
2418
|
type: ObjectConstructor;
|
|
@@ -2312,6 +2462,12 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2312
2462
|
}>, {
|
|
2313
2463
|
t: VueI18nTranslation<{
|
|
2314
2464
|
en: {
|
|
2465
|
+
pagination: {
|
|
2466
|
+
rowsPerPage: string;
|
|
2467
|
+
};
|
|
2468
|
+
taskNotification: {
|
|
2469
|
+
pendingTasks: string;
|
|
2470
|
+
};
|
|
2315
2471
|
nothingTitle: string;
|
|
2316
2472
|
nothingText: string;
|
|
2317
2473
|
goHome: string;
|
|
@@ -2423,6 +2579,13 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2423
2579
|
showPageByPage: string;
|
|
2424
2580
|
previousPage: string;
|
|
2425
2581
|
nextPage: string;
|
|
2582
|
+
saveForm: string;
|
|
2583
|
+
cancelForm: string;
|
|
2584
|
+
formFieldsInfo: string;
|
|
2585
|
+
formFieldsInfoTitle: string;
|
|
2586
|
+
formFieldName: string;
|
|
2587
|
+
formFieldType: string;
|
|
2588
|
+
formFieldValue: string;
|
|
2426
2589
|
};
|
|
2427
2590
|
sharelink: {
|
|
2428
2591
|
shareLinkOf: string;
|
|
@@ -2455,6 +2618,18 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2455
2618
|
userHomes: string;
|
|
2456
2619
|
yes: string;
|
|
2457
2620
|
no: string;
|
|
2621
|
+
filter: {
|
|
2622
|
+
toggle: string;
|
|
2623
|
+
all: string;
|
|
2624
|
+
search: string;
|
|
2625
|
+
clear: string;
|
|
2626
|
+
apply: string;
|
|
2627
|
+
noOptions: string;
|
|
2628
|
+
contains: string;
|
|
2629
|
+
notContains: string;
|
|
2630
|
+
equals: string;
|
|
2631
|
+
clearAll: string;
|
|
2632
|
+
};
|
|
2458
2633
|
howMuchResult: string;
|
|
2459
2634
|
howMuchSelected: string;
|
|
2460
2635
|
selectAllElement: string;
|
|
@@ -2490,6 +2665,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2490
2665
|
successRestrictPermissions: string;
|
|
2491
2666
|
successRestorePermissions: string;
|
|
2492
2667
|
fromGroup: string;
|
|
2668
|
+
viewUserProfile: string;
|
|
2493
2669
|
};
|
|
2494
2670
|
groups: string;
|
|
2495
2671
|
role: {
|
|
@@ -2579,6 +2755,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2579
2755
|
};
|
|
2580
2756
|
arrayEditor: {
|
|
2581
2757
|
addItem: string;
|
|
2758
|
+
reorder: string;
|
|
2582
2759
|
};
|
|
2583
2760
|
types: {
|
|
2584
2761
|
string: string;
|
|
@@ -2838,8 +3015,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2838
3015
|
};
|
|
2839
3016
|
editor: {
|
|
2840
3017
|
cancelEdit: string;
|
|
3018
|
+
closeEdit: string;
|
|
2841
3019
|
edit: string;
|
|
2842
3020
|
saveSuccess: string;
|
|
3021
|
+
alreadyUpToDate: string;
|
|
2843
3022
|
loadError: string;
|
|
2844
3023
|
refreshError: string;
|
|
2845
3024
|
unsavedChanges: string;
|
|
@@ -2884,6 +3063,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2884
3063
|
};
|
|
2885
3064
|
};
|
|
2886
3065
|
sendingMail: {
|
|
3066
|
+
addCc: string;
|
|
3067
|
+
addCci: string;
|
|
2887
3068
|
popup: {
|
|
2888
3069
|
defaultSubject: string;
|
|
2889
3070
|
defaultMessage: string;
|
|
@@ -2909,6 +3090,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2909
3090
|
size: string;
|
|
2910
3091
|
type: string;
|
|
2911
3092
|
toggle: string;
|
|
3093
|
+
customize: string;
|
|
2912
3094
|
};
|
|
2913
3095
|
facets: {
|
|
2914
3096
|
categories: {
|
|
@@ -3406,8 +3588,57 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
3406
3588
|
closeChat: string;
|
|
3407
3589
|
newMessages: string;
|
|
3408
3590
|
};
|
|
3591
|
+
workflow: {
|
|
3592
|
+
selectedDocuments: string;
|
|
3593
|
+
};
|
|
3594
|
+
fileList: string;
|
|
3595
|
+
previewPanel: string;
|
|
3596
|
+
selectAll: string;
|
|
3597
|
+
deselectAll: string;
|
|
3598
|
+
layoutSelector: string;
|
|
3599
|
+
layoutList: string;
|
|
3600
|
+
layoutGrid: string;
|
|
3601
|
+
layoutTable: string;
|
|
3602
|
+
delete: string;
|
|
3603
|
+
edit: string;
|
|
3604
|
+
open: string;
|
|
3605
|
+
download: string;
|
|
3606
|
+
restore: string;
|
|
3607
|
+
publish: string;
|
|
3608
|
+
back: string;
|
|
3609
|
+
minimize: string;
|
|
3610
|
+
reload: string;
|
|
3611
|
+
duplicate: string;
|
|
3612
|
+
moveUp: string;
|
|
3613
|
+
moveDown: string;
|
|
3614
|
+
sortAscending: string;
|
|
3615
|
+
sortDescending: string;
|
|
3616
|
+
search: string;
|
|
3617
|
+
moreActions: string;
|
|
3618
|
+
"add/removeFavorite": string;
|
|
3619
|
+
modify: string;
|
|
3620
|
+
home: string;
|
|
3621
|
+
selection: {
|
|
3622
|
+
count: string;
|
|
3623
|
+
mobileCount: string;
|
|
3624
|
+
selectAll: string;
|
|
3625
|
+
selectAllShort: string;
|
|
3626
|
+
clearSelection: string;
|
|
3627
|
+
clear: string;
|
|
3628
|
+
};
|
|
3629
|
+
sidebarMenu: {
|
|
3630
|
+
profile: string;
|
|
3631
|
+
portal: string;
|
|
3632
|
+
logout: string;
|
|
3633
|
+
};
|
|
3409
3634
|
};
|
|
3410
3635
|
fr: {
|
|
3636
|
+
pagination: {
|
|
3637
|
+
rowsPerPage: string;
|
|
3638
|
+
};
|
|
3639
|
+
taskNotification: {
|
|
3640
|
+
pendingTasks: string;
|
|
3641
|
+
};
|
|
3411
3642
|
nothingTitle: string;
|
|
3412
3643
|
nothingText: string;
|
|
3413
3644
|
goHome: string;
|
|
@@ -3519,6 +3750,13 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
3519
3750
|
showPageByPage: string;
|
|
3520
3751
|
previousPage: string;
|
|
3521
3752
|
nextPage: string;
|
|
3753
|
+
saveForm: string;
|
|
3754
|
+
cancelForm: string;
|
|
3755
|
+
formFieldsInfo: string;
|
|
3756
|
+
formFieldsInfoTitle: string;
|
|
3757
|
+
formFieldName: string;
|
|
3758
|
+
formFieldType: string;
|
|
3759
|
+
formFieldValue: string;
|
|
3522
3760
|
};
|
|
3523
3761
|
sharelink: {
|
|
3524
3762
|
shareLinkOf: string;
|
|
@@ -3551,6 +3789,18 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
3551
3789
|
userHomes: string;
|
|
3552
3790
|
yes: string;
|
|
3553
3791
|
no: string;
|
|
3792
|
+
filter: {
|
|
3793
|
+
toggle: string;
|
|
3794
|
+
all: string;
|
|
3795
|
+
search: string;
|
|
3796
|
+
clear: string;
|
|
3797
|
+
apply: string;
|
|
3798
|
+
noOptions: string;
|
|
3799
|
+
contains: string;
|
|
3800
|
+
notContains: string;
|
|
3801
|
+
equals: string;
|
|
3802
|
+
clearAll: string;
|
|
3803
|
+
};
|
|
3554
3804
|
howMuchResult: string;
|
|
3555
3805
|
howMuchSelected: string;
|
|
3556
3806
|
selectAllElement: string;
|
|
@@ -3586,6 +3836,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
3586
3836
|
successRestrictPermissions: string;
|
|
3587
3837
|
successRestorePermissions: string;
|
|
3588
3838
|
fromGroup: string;
|
|
3839
|
+
viewUserProfile: string;
|
|
3589
3840
|
};
|
|
3590
3841
|
groups: string;
|
|
3591
3842
|
role: {
|
|
@@ -3675,6 +3926,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
3675
3926
|
};
|
|
3676
3927
|
arrayEditor: {
|
|
3677
3928
|
addItem: string;
|
|
3929
|
+
reorder: string;
|
|
3678
3930
|
};
|
|
3679
3931
|
types: {
|
|
3680
3932
|
string: string;
|
|
@@ -3933,7 +4185,9 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
3933
4185
|
editor: {
|
|
3934
4186
|
edit: string;
|
|
3935
4187
|
cancelEdit: string;
|
|
4188
|
+
closeEdit: string;
|
|
3936
4189
|
saveSuccess: string;
|
|
4190
|
+
alreadyUpToDate: string;
|
|
3937
4191
|
loadError: string;
|
|
3938
4192
|
refreshError: string;
|
|
3939
4193
|
unsavedChanges: string;
|
|
@@ -3978,6 +4232,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
3978
4232
|
};
|
|
3979
4233
|
};
|
|
3980
4234
|
sendingMail: {
|
|
4235
|
+
addCc: string;
|
|
4236
|
+
addCci: string;
|
|
3981
4237
|
popup: {
|
|
3982
4238
|
defaultSubject: string;
|
|
3983
4239
|
defaultMessage: string;
|
|
@@ -4003,6 +4259,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
4003
4259
|
size: string;
|
|
4004
4260
|
type: string;
|
|
4005
4261
|
toggle: string;
|
|
4262
|
+
customize: string;
|
|
4006
4263
|
};
|
|
4007
4264
|
facets: {
|
|
4008
4265
|
categories: {
|
|
@@ -4500,10 +4757,53 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
4500
4757
|
closeChat: string;
|
|
4501
4758
|
newMessages: string;
|
|
4502
4759
|
};
|
|
4760
|
+
workflow: {
|
|
4761
|
+
selectedDocuments: string;
|
|
4762
|
+
};
|
|
4763
|
+
fileList: string;
|
|
4764
|
+
previewPanel: string;
|
|
4765
|
+
selectAll: string;
|
|
4766
|
+
deselectAll: string;
|
|
4767
|
+
layoutSelector: string;
|
|
4768
|
+
layoutList: string;
|
|
4769
|
+
layoutGrid: string;
|
|
4770
|
+
layoutTable: string;
|
|
4771
|
+
delete: string;
|
|
4772
|
+
edit: string;
|
|
4773
|
+
open: string;
|
|
4774
|
+
download: string;
|
|
4775
|
+
restore: string;
|
|
4776
|
+
publish: string;
|
|
4777
|
+
back: string;
|
|
4778
|
+
minimize: string;
|
|
4779
|
+
reload: string;
|
|
4780
|
+
duplicate: string;
|
|
4781
|
+
moveUp: string;
|
|
4782
|
+
moveDown: string;
|
|
4783
|
+
sortAscending: string;
|
|
4784
|
+
sortDescending: string;
|
|
4785
|
+
search: string;
|
|
4786
|
+
moreActions: string;
|
|
4787
|
+
"add/removeFavorite": string;
|
|
4788
|
+
modify: string;
|
|
4789
|
+
home: string;
|
|
4790
|
+
selection: {
|
|
4791
|
+
count: string;
|
|
4792
|
+
mobileCount: string;
|
|
4793
|
+
selectAll: string;
|
|
4794
|
+
selectAllShort: string;
|
|
4795
|
+
clearSelection: string;
|
|
4796
|
+
clear: string;
|
|
4797
|
+
};
|
|
4798
|
+
sidebarMenu: {
|
|
4799
|
+
profile: string;
|
|
4800
|
+
portal: string;
|
|
4801
|
+
logout: string;
|
|
4802
|
+
};
|
|
4503
4803
|
};
|
|
4504
4804
|
}, "fr" | "en", RemoveIndexSignature<{
|
|
4505
4805
|
[x: string]: LocaleMessageValue<VueMessageType>;
|
|
4506
|
-
}>, 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">;
|
|
4806
|
+
}>, 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">;
|
|
4507
4807
|
natureSearch: Ref<string, string>;
|
|
4508
4808
|
selectedObject: Ref<any, any>;
|
|
4509
4809
|
selectedCategory: Ref<string, string>;
|
|
@@ -4587,6 +4887,12 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
4587
4887
|
}>, {
|
|
4588
4888
|
t: VueI18nTranslation<{
|
|
4589
4889
|
en: {
|
|
4890
|
+
pagination: {
|
|
4891
|
+
rowsPerPage: string;
|
|
4892
|
+
};
|
|
4893
|
+
taskNotification: {
|
|
4894
|
+
pendingTasks: string;
|
|
4895
|
+
};
|
|
4590
4896
|
nothingTitle: string;
|
|
4591
4897
|
nothingText: string;
|
|
4592
4898
|
goHome: string;
|
|
@@ -4698,6 +5004,13 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
4698
5004
|
showPageByPage: string;
|
|
4699
5005
|
previousPage: string;
|
|
4700
5006
|
nextPage: string;
|
|
5007
|
+
saveForm: string;
|
|
5008
|
+
cancelForm: string;
|
|
5009
|
+
formFieldsInfo: string;
|
|
5010
|
+
formFieldsInfoTitle: string;
|
|
5011
|
+
formFieldName: string;
|
|
5012
|
+
formFieldType: string;
|
|
5013
|
+
formFieldValue: string;
|
|
4701
5014
|
};
|
|
4702
5015
|
sharelink: {
|
|
4703
5016
|
shareLinkOf: string;
|
|
@@ -4730,6 +5043,18 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
4730
5043
|
userHomes: string;
|
|
4731
5044
|
yes: string;
|
|
4732
5045
|
no: string;
|
|
5046
|
+
filter: {
|
|
5047
|
+
toggle: string;
|
|
5048
|
+
all: string;
|
|
5049
|
+
search: string;
|
|
5050
|
+
clear: string;
|
|
5051
|
+
apply: string;
|
|
5052
|
+
noOptions: string;
|
|
5053
|
+
contains: string;
|
|
5054
|
+
notContains: string;
|
|
5055
|
+
equals: string;
|
|
5056
|
+
clearAll: string;
|
|
5057
|
+
};
|
|
4733
5058
|
howMuchResult: string;
|
|
4734
5059
|
howMuchSelected: string;
|
|
4735
5060
|
selectAllElement: string;
|
|
@@ -4765,6 +5090,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
4765
5090
|
successRestrictPermissions: string;
|
|
4766
5091
|
successRestorePermissions: string;
|
|
4767
5092
|
fromGroup: string;
|
|
5093
|
+
viewUserProfile: string;
|
|
4768
5094
|
};
|
|
4769
5095
|
groups: string;
|
|
4770
5096
|
role: {
|
|
@@ -4854,6 +5180,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
4854
5180
|
};
|
|
4855
5181
|
arrayEditor: {
|
|
4856
5182
|
addItem: string;
|
|
5183
|
+
reorder: string;
|
|
4857
5184
|
};
|
|
4858
5185
|
types: {
|
|
4859
5186
|
string: string;
|
|
@@ -5113,8 +5440,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
5113
5440
|
};
|
|
5114
5441
|
editor: {
|
|
5115
5442
|
cancelEdit: string;
|
|
5443
|
+
closeEdit: string;
|
|
5116
5444
|
edit: string;
|
|
5117
5445
|
saveSuccess: string;
|
|
5446
|
+
alreadyUpToDate: string;
|
|
5118
5447
|
loadError: string;
|
|
5119
5448
|
refreshError: string;
|
|
5120
5449
|
unsavedChanges: string;
|
|
@@ -5159,6 +5488,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
5159
5488
|
};
|
|
5160
5489
|
};
|
|
5161
5490
|
sendingMail: {
|
|
5491
|
+
addCc: string;
|
|
5492
|
+
addCci: string;
|
|
5162
5493
|
popup: {
|
|
5163
5494
|
defaultSubject: string;
|
|
5164
5495
|
defaultMessage: string;
|
|
@@ -5184,6 +5515,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
5184
5515
|
size: string;
|
|
5185
5516
|
type: string;
|
|
5186
5517
|
toggle: string;
|
|
5518
|
+
customize: string;
|
|
5187
5519
|
};
|
|
5188
5520
|
facets: {
|
|
5189
5521
|
categories: {
|
|
@@ -5681,8 +6013,57 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
5681
6013
|
closeChat: string;
|
|
5682
6014
|
newMessages: string;
|
|
5683
6015
|
};
|
|
6016
|
+
workflow: {
|
|
6017
|
+
selectedDocuments: string;
|
|
6018
|
+
};
|
|
6019
|
+
fileList: string;
|
|
6020
|
+
previewPanel: string;
|
|
6021
|
+
selectAll: string;
|
|
6022
|
+
deselectAll: string;
|
|
6023
|
+
layoutSelector: string;
|
|
6024
|
+
layoutList: string;
|
|
6025
|
+
layoutGrid: string;
|
|
6026
|
+
layoutTable: string;
|
|
6027
|
+
delete: string;
|
|
6028
|
+
edit: string;
|
|
6029
|
+
open: string;
|
|
6030
|
+
download: string;
|
|
6031
|
+
restore: string;
|
|
6032
|
+
publish: string;
|
|
6033
|
+
back: string;
|
|
6034
|
+
minimize: string;
|
|
6035
|
+
reload: string;
|
|
6036
|
+
duplicate: string;
|
|
6037
|
+
moveUp: string;
|
|
6038
|
+
moveDown: string;
|
|
6039
|
+
sortAscending: string;
|
|
6040
|
+
sortDescending: string;
|
|
6041
|
+
search: string;
|
|
6042
|
+
moreActions: string;
|
|
6043
|
+
"add/removeFavorite": string;
|
|
6044
|
+
modify: string;
|
|
6045
|
+
home: string;
|
|
6046
|
+
selection: {
|
|
6047
|
+
count: string;
|
|
6048
|
+
mobileCount: string;
|
|
6049
|
+
selectAll: string;
|
|
6050
|
+
selectAllShort: string;
|
|
6051
|
+
clearSelection: string;
|
|
6052
|
+
clear: string;
|
|
6053
|
+
};
|
|
6054
|
+
sidebarMenu: {
|
|
6055
|
+
profile: string;
|
|
6056
|
+
portal: string;
|
|
6057
|
+
logout: string;
|
|
6058
|
+
};
|
|
5684
6059
|
};
|
|
5685
6060
|
fr: {
|
|
6061
|
+
pagination: {
|
|
6062
|
+
rowsPerPage: string;
|
|
6063
|
+
};
|
|
6064
|
+
taskNotification: {
|
|
6065
|
+
pendingTasks: string;
|
|
6066
|
+
};
|
|
5686
6067
|
nothingTitle: string;
|
|
5687
6068
|
nothingText: string;
|
|
5688
6069
|
goHome: string;
|
|
@@ -5794,6 +6175,13 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
5794
6175
|
showPageByPage: string;
|
|
5795
6176
|
previousPage: string;
|
|
5796
6177
|
nextPage: string;
|
|
6178
|
+
saveForm: string;
|
|
6179
|
+
cancelForm: string;
|
|
6180
|
+
formFieldsInfo: string;
|
|
6181
|
+
formFieldsInfoTitle: string;
|
|
6182
|
+
formFieldName: string;
|
|
6183
|
+
formFieldType: string;
|
|
6184
|
+
formFieldValue: string;
|
|
5797
6185
|
};
|
|
5798
6186
|
sharelink: {
|
|
5799
6187
|
shareLinkOf: string;
|
|
@@ -5826,6 +6214,18 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
5826
6214
|
userHomes: string;
|
|
5827
6215
|
yes: string;
|
|
5828
6216
|
no: string;
|
|
6217
|
+
filter: {
|
|
6218
|
+
toggle: string;
|
|
6219
|
+
all: string;
|
|
6220
|
+
search: string;
|
|
6221
|
+
clear: string;
|
|
6222
|
+
apply: string;
|
|
6223
|
+
noOptions: string;
|
|
6224
|
+
contains: string;
|
|
6225
|
+
notContains: string;
|
|
6226
|
+
equals: string;
|
|
6227
|
+
clearAll: string;
|
|
6228
|
+
};
|
|
5829
6229
|
howMuchResult: string;
|
|
5830
6230
|
howMuchSelected: string;
|
|
5831
6231
|
selectAllElement: string;
|
|
@@ -5861,6 +6261,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
5861
6261
|
successRestrictPermissions: string;
|
|
5862
6262
|
successRestorePermissions: string;
|
|
5863
6263
|
fromGroup: string;
|
|
6264
|
+
viewUserProfile: string;
|
|
5864
6265
|
};
|
|
5865
6266
|
groups: string;
|
|
5866
6267
|
role: {
|
|
@@ -5950,6 +6351,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
5950
6351
|
};
|
|
5951
6352
|
arrayEditor: {
|
|
5952
6353
|
addItem: string;
|
|
6354
|
+
reorder: string;
|
|
5953
6355
|
};
|
|
5954
6356
|
types: {
|
|
5955
6357
|
string: string;
|
|
@@ -6208,7 +6610,9 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
6208
6610
|
editor: {
|
|
6209
6611
|
edit: string;
|
|
6210
6612
|
cancelEdit: string;
|
|
6613
|
+
closeEdit: string;
|
|
6211
6614
|
saveSuccess: string;
|
|
6615
|
+
alreadyUpToDate: string;
|
|
6212
6616
|
loadError: string;
|
|
6213
6617
|
refreshError: string;
|
|
6214
6618
|
unsavedChanges: string;
|
|
@@ -6253,6 +6657,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
6253
6657
|
};
|
|
6254
6658
|
};
|
|
6255
6659
|
sendingMail: {
|
|
6660
|
+
addCc: string;
|
|
6661
|
+
addCci: string;
|
|
6256
6662
|
popup: {
|
|
6257
6663
|
defaultSubject: string;
|
|
6258
6664
|
defaultMessage: string;
|
|
@@ -6278,6 +6684,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
6278
6684
|
size: string;
|
|
6279
6685
|
type: string;
|
|
6280
6686
|
toggle: string;
|
|
6687
|
+
customize: string;
|
|
6281
6688
|
};
|
|
6282
6689
|
facets: {
|
|
6283
6690
|
categories: {
|
|
@@ -6775,10 +7182,53 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
6775
7182
|
closeChat: string;
|
|
6776
7183
|
newMessages: string;
|
|
6777
7184
|
};
|
|
7185
|
+
workflow: {
|
|
7186
|
+
selectedDocuments: string;
|
|
7187
|
+
};
|
|
7188
|
+
fileList: string;
|
|
7189
|
+
previewPanel: string;
|
|
7190
|
+
selectAll: string;
|
|
7191
|
+
deselectAll: string;
|
|
7192
|
+
layoutSelector: string;
|
|
7193
|
+
layoutList: string;
|
|
7194
|
+
layoutGrid: string;
|
|
7195
|
+
layoutTable: string;
|
|
7196
|
+
delete: string;
|
|
7197
|
+
edit: string;
|
|
7198
|
+
open: string;
|
|
7199
|
+
download: string;
|
|
7200
|
+
restore: string;
|
|
7201
|
+
publish: string;
|
|
7202
|
+
back: string;
|
|
7203
|
+
minimize: string;
|
|
7204
|
+
reload: string;
|
|
7205
|
+
duplicate: string;
|
|
7206
|
+
moveUp: string;
|
|
7207
|
+
moveDown: string;
|
|
7208
|
+
sortAscending: string;
|
|
7209
|
+
sortDescending: string;
|
|
7210
|
+
search: string;
|
|
7211
|
+
moreActions: string;
|
|
7212
|
+
"add/removeFavorite": string;
|
|
7213
|
+
modify: string;
|
|
7214
|
+
home: string;
|
|
7215
|
+
selection: {
|
|
7216
|
+
count: string;
|
|
7217
|
+
mobileCount: string;
|
|
7218
|
+
selectAll: string;
|
|
7219
|
+
selectAllShort: string;
|
|
7220
|
+
clearSelection: string;
|
|
7221
|
+
clear: string;
|
|
7222
|
+
};
|
|
7223
|
+
sidebarMenu: {
|
|
7224
|
+
profile: string;
|
|
7225
|
+
portal: string;
|
|
7226
|
+
logout: string;
|
|
7227
|
+
};
|
|
6778
7228
|
};
|
|
6779
7229
|
}, "fr" | "en", RemoveIndexSignature<{
|
|
6780
7230
|
[x: string]: LocaleMessageValue<VueMessageType>;
|
|
6781
|
-
}>, 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">;
|
|
7231
|
+
}>, 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">;
|
|
6782
7232
|
updateField: (fieldName: any, value: any) => void;
|
|
6783
7233
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("update:modelValue" | "validate" | "load-search")[], "update:modelValue" | "validate" | "load-search", PublicProps, Readonly< ExtractPropTypes<{
|
|
6784
7234
|
fields: {
|