@pristy/pristy-libvue 2.6.0 → 2.8.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/dist/assets/{upload.worker-DYhWdEjp.js.map → upload.worker-BYbd1-Px.js.map} +1 -1
- package/dist/pristy-libvue.css +1 -1
- package/dist/pristy-libvue.es.js +12115 -10988
- package/dist/pristy-libvue.es.js.map +1 -1
- package/dist/pristy-libvue.umd.js +15 -15
- package/dist/pristy-libvue.umd.js.map +1 -1
- package/dist/src/components/FolderUpload.vue.d.ts +1 -0
- package/dist/src/components/UploadStatus.vue.d.ts +1 -0
- package/dist/src/components/classification/AdminClassificationPage.vue.d.ts +33 -3
- package/dist/src/components/classification/AdminClassificationPage.vue.d.ts.map +1 -1
- package/dist/src/components/classification/EmplacementForm.vue.d.ts +14 -2
- package/dist/src/components/classification/EmplacementForm.vue.d.ts.map +1 -1
- package/dist/src/components/classification/FieldForm.vue.d.ts +7 -0
- package/dist/src/components/classification/FieldForm.vue.d.ts.map +1 -1
- package/dist/src/components/classification/MetadataFormFields.vue.d.ts +155 -1
- package/dist/src/components/classification/MetadataFormFields.vue.d.ts.map +1 -1
- package/dist/src/components/classification/NatureForm.vue.d.ts +14 -2
- package/dist/src/components/classification/NatureForm.vue.d.ts.map +1 -1
- package/dist/src/components/classification/NatureSelector.vue.d.ts +155 -1
- package/dist/src/components/classification/UploadPlanPopup.vue.d.ts +22 -7331
- package/dist/src/components/classification/UploadPlanPopup.vue.d.ts.map +1 -1
- package/dist/src/components/layouts/AppLayout.vue.d.ts +17 -1
- package/dist/src/components/layouts/AppLayout.vue.d.ts.map +1 -1
- package/dist/src/components/layouts/AppSidebar.vue.d.ts.map +1 -1
- package/dist/src/components/layouts/AppSubmenu.vue.d.ts.map +1 -1
- package/dist/src/components/layouts/AppTopbar.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/ContentCompactTableView.vue.d.ts +2 -1
- package/dist/src/components/navigation/ContentCompactTableView.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/ContentGridView.vue.d.ts +2 -1
- package/dist/src/components/navigation/ContentGridView.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/ContentListView.vue.d.ts +2 -1
- package/dist/src/components/navigation/ContentListView.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/ContentTableView.vue.d.ts +2 -1
- package/dist/src/components/navigation/ContentTableView.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/DynamicContentView.vue.d.ts +9 -5
- package/dist/src/components/navigation/DynamicContentView.vue.d.ts.map +1 -1
- package/dist/src/components/popup/ImportPopupWithWorker.vue.d.ts +2 -0
- package/dist/src/components/popup/MemberListPopup.vue.d.ts +2 -2
- package/dist/src/components/search/AddCriterionPopup.vue.d.ts +6 -0
- package/dist/src/components/search/AddCriterionPopup.vue.d.ts.map +1 -1
- package/dist/src/components/search/AdvancedSearchPanel.vue.d.ts +6 -0
- package/dist/src/components/search/AdvancedSearchPanel.vue.d.ts.map +1 -1
- package/dist/src/components/search/AdvancedViewPanel.vue.d.ts +8 -2
- package/dist/src/components/search/AdvancedViewPanel.vue.d.ts.map +1 -1
- package/dist/src/components/search/ExactSearch.vue.d.ts.map +1 -1
- package/dist/src/components/users/MemberList.vue.d.ts +2 -2
- package/dist/src/components/users/MemberList.vue.d.ts.map +1 -1
- package/dist/src/composables/useClassificationPlan.d.ts +3 -1
- package/dist/src/composables/useClassificationPlan.d.ts.map +1 -1
- package/dist/src/composables/useColumnFilter.d.ts +2 -1
- package/dist/src/composables/useColumnFilter.d.ts.map +1 -1
- package/dist/src/composables/useLayout.d.ts +17 -1
- package/dist/src/composables/useLayout.d.ts.map +1 -1
- package/dist/src/i18n/index.d.ts +154 -0
- package/dist/src/i18n/index.d.ts.map +1 -1
- package/dist/src/index.d.ts +5 -2
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/services/AlfrescoNodeService.d.ts.map +1 -1
- package/dist/src/services/ClassificationFileService.d.ts.map +1 -1
- package/dist/src/services/WorkspaceService.d.ts +6 -1
- package/dist/src/services/WorkspaceService.d.ts.map +1 -1
- package/dist/src/stores/config.d.ts +12 -0
- package/dist/src/stores/config.d.ts.map +1 -1
- package/dist/src/stores/filingPlan.d.ts.map +1 -1
- package/dist/src/stores/search.d.ts.map +1 -1
- package/dist/src/stores/upload.d.ts +9 -0
- package/dist/src/stores/upload.d.ts.map +1 -1
- package/dist/src/utils/classificationPlanUtils.d.ts +34 -1
- package/dist/src/utils/classificationPlanUtils.d.ts.map +1 -1
- package/package.json +5 -5
- package/dist/src/components/classification/RequalifyPlanPopup.vue.d.ts +0 -7289
- package/dist/src/components/classification/RequalifyPlanPopup.vue.d.ts.map +0 -1
|
@@ -39,6 +39,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
39
39
|
taskNotification: {
|
|
40
40
|
pendingTasks: string;
|
|
41
41
|
};
|
|
42
|
+
restrictedPermissions: string;
|
|
42
43
|
nothingTitle: string;
|
|
43
44
|
nothingText: string;
|
|
44
45
|
goHome: string;
|
|
@@ -237,12 +238,17 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
237
238
|
successRestorePermissions: string;
|
|
238
239
|
fromGroup: string;
|
|
239
240
|
viewUserProfile: string;
|
|
241
|
+
permissions: string;
|
|
240
242
|
};
|
|
241
243
|
groups: string;
|
|
242
244
|
role: {
|
|
243
245
|
SiteManager: string;
|
|
244
246
|
SiteCollaborator: string;
|
|
245
247
|
SiteConsumer: string;
|
|
248
|
+
Manager: string;
|
|
249
|
+
Collaborator: string;
|
|
250
|
+
Consumer: string;
|
|
251
|
+
Contributor: string;
|
|
246
252
|
};
|
|
247
253
|
success: string;
|
|
248
254
|
close: string;
|
|
@@ -377,6 +383,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
377
383
|
addCriterionPopupTitle: string;
|
|
378
384
|
propertyLabel: string;
|
|
379
385
|
propertyPlaceholder: string;
|
|
386
|
+
searchProperty: string;
|
|
380
387
|
propertyName: string;
|
|
381
388
|
propertyId: string;
|
|
382
389
|
propertyDescription: string;
|
|
@@ -862,6 +869,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
862
869
|
display: string;
|
|
863
870
|
categories: string;
|
|
864
871
|
views: string;
|
|
872
|
+
optional: string;
|
|
873
|
+
status: string;
|
|
865
874
|
};
|
|
866
875
|
buttons: {
|
|
867
876
|
newNature: string;
|
|
@@ -958,6 +967,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
958
967
|
nameAndCodeRequired: string;
|
|
959
968
|
codeAlreadyExists: string;
|
|
960
969
|
};
|
|
970
|
+
optionalFieldTooltip: string;
|
|
961
971
|
};
|
|
962
972
|
emplacementForm: {
|
|
963
973
|
code: string;
|
|
@@ -977,6 +987,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
977
987
|
validation: {
|
|
978
988
|
codeRequired: string;
|
|
979
989
|
};
|
|
990
|
+
optionalFieldTooltip: string;
|
|
980
991
|
};
|
|
981
992
|
fieldForm: {
|
|
982
993
|
name: {
|
|
@@ -1047,10 +1058,36 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1047
1058
|
fetchError: string;
|
|
1048
1059
|
};
|
|
1049
1060
|
};
|
|
1061
|
+
optional: {
|
|
1062
|
+
label: string;
|
|
1063
|
+
help: string;
|
|
1064
|
+
};
|
|
1065
|
+
optionalSettings: {
|
|
1066
|
+
title: string;
|
|
1067
|
+
};
|
|
1068
|
+
defaultValue: {
|
|
1069
|
+
label: string;
|
|
1070
|
+
help: string;
|
|
1071
|
+
};
|
|
1072
|
+
prefix: {
|
|
1073
|
+
label: string;
|
|
1074
|
+
help: string;
|
|
1075
|
+
};
|
|
1076
|
+
suffix: {
|
|
1077
|
+
label: string;
|
|
1078
|
+
help: string;
|
|
1079
|
+
};
|
|
1050
1080
|
errors: {
|
|
1051
1081
|
nameAndDescriptionRequired: string;
|
|
1052
1082
|
fieldNameExists: string;
|
|
1053
1083
|
};
|
|
1084
|
+
parentConfig: {
|
|
1085
|
+
title: string;
|
|
1086
|
+
metadata: {
|
|
1087
|
+
label: string;
|
|
1088
|
+
help: string;
|
|
1089
|
+
};
|
|
1090
|
+
};
|
|
1054
1091
|
};
|
|
1055
1092
|
classificationPlan: {
|
|
1056
1093
|
category: string;
|
|
@@ -1097,10 +1134,13 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1097
1134
|
max: string;
|
|
1098
1135
|
na: string;
|
|
1099
1136
|
constraint: string;
|
|
1137
|
+
defaultValue: string;
|
|
1138
|
+
parentFieldNotFound: string;
|
|
1100
1139
|
validationRegexError: string;
|
|
1101
1140
|
summary: {
|
|
1102
1141
|
verifyBeforeImport: string;
|
|
1103
1142
|
verifyBeforeRequalify: string;
|
|
1143
|
+
verifyBeforeDeposit: string;
|
|
1104
1144
|
generalInfo: string;
|
|
1105
1145
|
metadataToSend: string;
|
|
1106
1146
|
metadata: string;
|
|
@@ -1109,6 +1149,37 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1109
1149
|
movement: string;
|
|
1110
1150
|
document: string;
|
|
1111
1151
|
};
|
|
1152
|
+
multiFile: {
|
|
1153
|
+
noFiles: string;
|
|
1154
|
+
fileName: string;
|
|
1155
|
+
category: string;
|
|
1156
|
+
metadataBtn: string;
|
|
1157
|
+
status: string;
|
|
1158
|
+
complete: string;
|
|
1159
|
+
incomplete: string;
|
|
1160
|
+
selectCategory: string;
|
|
1161
|
+
selectNature: string;
|
|
1162
|
+
selectCategoryFirst: string;
|
|
1163
|
+
searchNature: string;
|
|
1164
|
+
removeFile: string;
|
|
1165
|
+
metadataTitle: string;
|
|
1166
|
+
allCategories: string;
|
|
1167
|
+
configSingle: string;
|
|
1168
|
+
configMultiple: string;
|
|
1169
|
+
summaryBefore: string;
|
|
1170
|
+
selectedCount: string;
|
|
1171
|
+
unassigned: string;
|
|
1172
|
+
filterAll: string;
|
|
1173
|
+
filterIncomplete: string;
|
|
1174
|
+
filterComplete: string;
|
|
1175
|
+
progressLabel: string;
|
|
1176
|
+
modeMultiCategory: string;
|
|
1177
|
+
modeMonoCategory: string;
|
|
1178
|
+
bulkSelectNature: string;
|
|
1179
|
+
layoutRow: string;
|
|
1180
|
+
layoutCol: string;
|
|
1181
|
+
metadataFilled: string;
|
|
1182
|
+
};
|
|
1112
1183
|
buttons: {
|
|
1113
1184
|
cancel: string;
|
|
1114
1185
|
previous: string;
|
|
@@ -1117,6 +1188,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1117
1188
|
acceptAndCreate: string;
|
|
1118
1189
|
acceptAndImport: string;
|
|
1119
1190
|
requalify: string;
|
|
1191
|
+
depositing: string;
|
|
1192
|
+
deposit: string;
|
|
1120
1193
|
};
|
|
1121
1194
|
toast: {
|
|
1122
1195
|
searchError: string;
|
|
@@ -1126,6 +1199,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1126
1199
|
workspaceError: string;
|
|
1127
1200
|
requalifySuccess: string;
|
|
1128
1201
|
requalifyError: string;
|
|
1202
|
+
depositSuccess: string;
|
|
1203
|
+
depositError: string;
|
|
1204
|
+
createSuccess: string;
|
|
1205
|
+
createError: string;
|
|
1129
1206
|
};
|
|
1130
1207
|
requalify: {
|
|
1131
1208
|
title: string;
|
|
@@ -1210,6 +1287,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1210
1287
|
taskNotification: {
|
|
1211
1288
|
pendingTasks: string;
|
|
1212
1289
|
};
|
|
1290
|
+
restrictedPermissions: string;
|
|
1213
1291
|
nothingTitle: string;
|
|
1214
1292
|
nothingText: string;
|
|
1215
1293
|
goHome: string;
|
|
@@ -1408,12 +1486,17 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1408
1486
|
successRestorePermissions: string;
|
|
1409
1487
|
fromGroup: string;
|
|
1410
1488
|
viewUserProfile: string;
|
|
1489
|
+
permissions: string;
|
|
1411
1490
|
};
|
|
1412
1491
|
groups: string;
|
|
1413
1492
|
role: {
|
|
1414
1493
|
SiteManager: string;
|
|
1415
1494
|
SiteCollaborator: string;
|
|
1416
1495
|
SiteConsumer: string;
|
|
1496
|
+
Manager: string;
|
|
1497
|
+
Collaborator: string;
|
|
1498
|
+
Consumer: string;
|
|
1499
|
+
Contributor: string;
|
|
1417
1500
|
};
|
|
1418
1501
|
success: string;
|
|
1419
1502
|
close: string;
|
|
@@ -1548,6 +1631,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1548
1631
|
addCriterionPopupTitle: string;
|
|
1549
1632
|
propertyLabel: string;
|
|
1550
1633
|
propertyPlaceholder: string;
|
|
1634
|
+
searchProperty: string;
|
|
1551
1635
|
propertyName: string;
|
|
1552
1636
|
propertyId: string;
|
|
1553
1637
|
propertyDescription: string;
|
|
@@ -2031,6 +2115,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2031
2115
|
display: string;
|
|
2032
2116
|
categories: string;
|
|
2033
2117
|
views: string;
|
|
2118
|
+
optional: string;
|
|
2119
|
+
status: string;
|
|
2034
2120
|
};
|
|
2035
2121
|
buttons: {
|
|
2036
2122
|
newNature: string;
|
|
@@ -2127,6 +2213,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2127
2213
|
nameAndCodeRequired: string;
|
|
2128
2214
|
codeAlreadyExists: string;
|
|
2129
2215
|
};
|
|
2216
|
+
optionalFieldTooltip: string;
|
|
2130
2217
|
};
|
|
2131
2218
|
emplacementForm: {
|
|
2132
2219
|
code: string;
|
|
@@ -2146,6 +2233,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2146
2233
|
validation: {
|
|
2147
2234
|
codeRequired: string;
|
|
2148
2235
|
};
|
|
2236
|
+
optionalFieldTooltip: string;
|
|
2149
2237
|
};
|
|
2150
2238
|
fieldForm: {
|
|
2151
2239
|
name: {
|
|
@@ -2216,10 +2304,36 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2216
2304
|
fetchError: string;
|
|
2217
2305
|
};
|
|
2218
2306
|
};
|
|
2307
|
+
optional: {
|
|
2308
|
+
label: string;
|
|
2309
|
+
help: string;
|
|
2310
|
+
};
|
|
2311
|
+
optionalSettings: {
|
|
2312
|
+
title: string;
|
|
2313
|
+
};
|
|
2314
|
+
defaultValue: {
|
|
2315
|
+
label: string;
|
|
2316
|
+
help: string;
|
|
2317
|
+
};
|
|
2318
|
+
prefix: {
|
|
2319
|
+
label: string;
|
|
2320
|
+
help: string;
|
|
2321
|
+
};
|
|
2322
|
+
suffix: {
|
|
2323
|
+
label: string;
|
|
2324
|
+
help: string;
|
|
2325
|
+
};
|
|
2219
2326
|
errors: {
|
|
2220
2327
|
nameAndDescriptionRequired: string;
|
|
2221
2328
|
fieldNameExists: string;
|
|
2222
2329
|
};
|
|
2330
|
+
parentConfig: {
|
|
2331
|
+
title: string;
|
|
2332
|
+
metadata: {
|
|
2333
|
+
label: string;
|
|
2334
|
+
help: string;
|
|
2335
|
+
};
|
|
2336
|
+
};
|
|
2223
2337
|
};
|
|
2224
2338
|
classificationPlan: {
|
|
2225
2339
|
category: string;
|
|
@@ -2266,10 +2380,13 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2266
2380
|
max: string;
|
|
2267
2381
|
na: string;
|
|
2268
2382
|
constraint: string;
|
|
2383
|
+
defaultValue: string;
|
|
2384
|
+
parentFieldNotFound: string;
|
|
2269
2385
|
validationRegexError: string;
|
|
2270
2386
|
summary: {
|
|
2271
2387
|
verifyBeforeImport: string;
|
|
2272
2388
|
verifyBeforeRequalify: string;
|
|
2389
|
+
verifyBeforeDeposit: string;
|
|
2273
2390
|
generalInfo: string;
|
|
2274
2391
|
metadataToSend: string;
|
|
2275
2392
|
metadata: string;
|
|
@@ -2278,6 +2395,37 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2278
2395
|
movement: string;
|
|
2279
2396
|
document: string;
|
|
2280
2397
|
};
|
|
2398
|
+
multiFile: {
|
|
2399
|
+
noFiles: string;
|
|
2400
|
+
fileName: string;
|
|
2401
|
+
category: string;
|
|
2402
|
+
metadataBtn: string;
|
|
2403
|
+
status: string;
|
|
2404
|
+
complete: string;
|
|
2405
|
+
incomplete: string;
|
|
2406
|
+
selectCategory: string;
|
|
2407
|
+
selectNature: string;
|
|
2408
|
+
selectCategoryFirst: string;
|
|
2409
|
+
searchNature: string;
|
|
2410
|
+
removeFile: string;
|
|
2411
|
+
metadataTitle: string;
|
|
2412
|
+
allCategories: string;
|
|
2413
|
+
configSingle: string;
|
|
2414
|
+
configMultiple: string;
|
|
2415
|
+
summaryBefore: string;
|
|
2416
|
+
selectedCount: string;
|
|
2417
|
+
unassigned: string;
|
|
2418
|
+
filterAll: string;
|
|
2419
|
+
filterIncomplete: string;
|
|
2420
|
+
filterComplete: string;
|
|
2421
|
+
progressLabel: string;
|
|
2422
|
+
modeMultiCategory: string;
|
|
2423
|
+
modeMonoCategory: string;
|
|
2424
|
+
bulkSelectNature: string;
|
|
2425
|
+
layoutRow: string;
|
|
2426
|
+
layoutCol: string;
|
|
2427
|
+
metadataFilled: string;
|
|
2428
|
+
};
|
|
2281
2429
|
buttons: {
|
|
2282
2430
|
cancel: string;
|
|
2283
2431
|
previous: string;
|
|
@@ -2286,6 +2434,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2286
2434
|
acceptAndCreate: string;
|
|
2287
2435
|
acceptAndImport: string;
|
|
2288
2436
|
requalify: string;
|
|
2437
|
+
depositing: string;
|
|
2438
|
+
deposit: string;
|
|
2289
2439
|
};
|
|
2290
2440
|
toast: {
|
|
2291
2441
|
searchError: string;
|
|
@@ -2295,6 +2445,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2295
2445
|
workspaceError: string;
|
|
2296
2446
|
requalifySuccess: string;
|
|
2297
2447
|
requalifyError: string;
|
|
2448
|
+
depositSuccess: string;
|
|
2449
|
+
depositError: string;
|
|
2450
|
+
createSuccess: string;
|
|
2451
|
+
createError: string;
|
|
2298
2452
|
};
|
|
2299
2453
|
requalify: {
|
|
2300
2454
|
title: string;
|
|
@@ -2374,7 +2528,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2374
2528
|
};
|
|
2375
2529
|
}, "fr" | "en", RemoveIndexSignature<{
|
|
2376
2530
|
[x: string]: LocaleMessageValue<VueMessageType>;
|
|
2377
|
-
}>, 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">;
|
|
2531
|
+
}>, never, "facets.categories.modified_date" | "delete" | "filter" | "search" | "pdf" | "reload" | "cancel" | "error" | "dossier" | "pagination" | "taskNotification" | "restrictedPermissions" | "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.permissions" | "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.Manager" | "role.Collaborator" | "role.Consumer" | "role.Contributor" | "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.searchProperty" | "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.columns.optional" | "adminClassificationPage.columns.status" | "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" | "natureForm.optionalFieldTooltip" | "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.optionalFieldTooltip" | "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.defaultValue.label" | "fieldForm.defaultValue.help" | "fieldForm.optional.label" | "fieldForm.optional.help" | "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.optionalSettings.title" | "fieldForm.prefix.label" | "fieldForm.prefix.help" | "fieldForm.suffix.label" | "fieldForm.suffix.help" | "fieldForm.parentConfig.metadata.label" | "fieldForm.parentConfig.metadata.help" | "fieldForm.parentConfig.metadata" | "fieldForm.parentConfig.title" | "fieldForm.search" | "fieldForm.description" | "fieldForm.name" | "fieldForm.errors" | "fieldForm.defaultValue" | "fieldForm.optional" | "fieldForm.dataType" | "fieldForm.inputType" | "fieldForm.stringConstraints" | "fieldForm.numberConstraints" | "fieldForm.optionalSettings" | "fieldForm.prefix" | "fieldForm.suffix" | "fieldForm.parentConfig" | "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.buttons.depositing" | "classificationPlan.buttons.deposit" | "classificationPlan.toast.searchError" | "classificationPlan.toast.searchFieldFailed" | "classificationPlan.toast.loadPlansError" | "classificationPlan.toast.loadPlanContentError" | "classificationPlan.toast.workspaceError" | "classificationPlan.toast.requalifySuccess" | "classificationPlan.toast.requalifyError" | "classificationPlan.toast.depositSuccess" | "classificationPlan.toast.depositError" | "classificationPlan.toast.createSuccess" | "classificationPlan.toast.createError" | "classificationPlan.summary.document" | "classificationPlan.summary.metadata" | "classificationPlan.summary.verifyBeforeImport" | "classificationPlan.summary.verifyBeforeRequalify" | "classificationPlan.summary.verifyBeforeDeposit" | "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.multiFile.status" | "classificationPlan.multiFile.category" | "classificationPlan.multiFile.allCategories" | "classificationPlan.multiFile.selectNature" | "classificationPlan.multiFile.noFiles" | "classificationPlan.multiFile.fileName" | "classificationPlan.multiFile.metadataBtn" | "classificationPlan.multiFile.complete" | "classificationPlan.multiFile.incomplete" | "classificationPlan.multiFile.selectCategory" | "classificationPlan.multiFile.selectCategoryFirst" | "classificationPlan.multiFile.searchNature" | "classificationPlan.multiFile.removeFile" | "classificationPlan.multiFile.metadataTitle" | "classificationPlan.multiFile.configSingle" | "classificationPlan.multiFile.configMultiple" | "classificationPlan.multiFile.summaryBefore" | "classificationPlan.multiFile.selectedCount" | "classificationPlan.multiFile.unassigned" | "classificationPlan.multiFile.filterAll" | "classificationPlan.multiFile.filterIncomplete" | "classificationPlan.multiFile.filterComplete" | "classificationPlan.multiFile.progressLabel" | "classificationPlan.multiFile.modeMultiCategory" | "classificationPlan.multiFile.modeMonoCategory" | "classificationPlan.multiFile.bulkSelectNature" | "classificationPlan.multiFile.layoutRow" | "classificationPlan.multiFile.layoutCol" | "classificationPlan.multiFile.metadataFilled" | "classificationPlan.requalify.title" | "classificationPlan.requalify.summaryFrom" | "classificationPlan.requalify.summaryTo" | "classificationPlan.files" | "classificationPlan.upload" | "classificationPlan.buttons" | "classificationPlan.defaultValue" | "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.parentFieldNotFound" | "classificationPlan.validationRegexError" | "classificationPlan.multiFile" | "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" | "restrictedPermissions" | "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.permissions" | "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.Manager" | "role.Collaborator" | "role.Consumer" | "role.Contributor" | "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.searchProperty" | "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.columns.optional" | "adminClassificationPage.columns.status" | "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" | "natureForm.optionalFieldTooltip" | "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.optionalFieldTooltip" | "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.defaultValue.label" | "fieldForm.defaultValue.help" | "fieldForm.optional.label" | "fieldForm.optional.help" | "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.optionalSettings.title" | "fieldForm.prefix.label" | "fieldForm.prefix.help" | "fieldForm.suffix.label" | "fieldForm.suffix.help" | "fieldForm.parentConfig.metadata.label" | "fieldForm.parentConfig.metadata.help" | "fieldForm.parentConfig.metadata" | "fieldForm.parentConfig.title" | "fieldForm.search" | "fieldForm.description" | "fieldForm.name" | "fieldForm.errors" | "fieldForm.defaultValue" | "fieldForm.optional" | "fieldForm.dataType" | "fieldForm.inputType" | "fieldForm.stringConstraints" | "fieldForm.numberConstraints" | "fieldForm.optionalSettings" | "fieldForm.prefix" | "fieldForm.suffix" | "fieldForm.parentConfig" | "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.buttons.depositing" | "classificationPlan.buttons.deposit" | "classificationPlan.toast.searchError" | "classificationPlan.toast.searchFieldFailed" | "classificationPlan.toast.loadPlansError" | "classificationPlan.toast.loadPlanContentError" | "classificationPlan.toast.workspaceError" | "classificationPlan.toast.requalifySuccess" | "classificationPlan.toast.requalifyError" | "classificationPlan.toast.depositSuccess" | "classificationPlan.toast.depositError" | "classificationPlan.toast.createSuccess" | "classificationPlan.toast.createError" | "classificationPlan.summary.document" | "classificationPlan.summary.metadata" | "classificationPlan.summary.verifyBeforeImport" | "classificationPlan.summary.verifyBeforeRequalify" | "classificationPlan.summary.verifyBeforeDeposit" | "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.multiFile.status" | "classificationPlan.multiFile.category" | "classificationPlan.multiFile.allCategories" | "classificationPlan.multiFile.selectNature" | "classificationPlan.multiFile.noFiles" | "classificationPlan.multiFile.fileName" | "classificationPlan.multiFile.metadataBtn" | "classificationPlan.multiFile.complete" | "classificationPlan.multiFile.incomplete" | "classificationPlan.multiFile.selectCategory" | "classificationPlan.multiFile.selectCategoryFirst" | "classificationPlan.multiFile.searchNature" | "classificationPlan.multiFile.removeFile" | "classificationPlan.multiFile.metadataTitle" | "classificationPlan.multiFile.configSingle" | "classificationPlan.multiFile.configMultiple" | "classificationPlan.multiFile.summaryBefore" | "classificationPlan.multiFile.selectedCount" | "classificationPlan.multiFile.unassigned" | "classificationPlan.multiFile.filterAll" | "classificationPlan.multiFile.filterIncomplete" | "classificationPlan.multiFile.filterComplete" | "classificationPlan.multiFile.progressLabel" | "classificationPlan.multiFile.modeMultiCategory" | "classificationPlan.multiFile.modeMonoCategory" | "classificationPlan.multiFile.bulkSelectNature" | "classificationPlan.multiFile.layoutRow" | "classificationPlan.multiFile.layoutCol" | "classificationPlan.multiFile.metadataFilled" | "classificationPlan.requalify.title" | "classificationPlan.requalify.summaryFrom" | "classificationPlan.requalify.summaryTo" | "classificationPlan.files" | "classificationPlan.upload" | "classificationPlan.buttons" | "classificationPlan.defaultValue" | "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.parentFieldNotFound" | "classificationPlan.validationRegexError" | "classificationPlan.multiFile" | "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">;
|
|
2378
2532
|
natureSearch: Ref<string, string>;
|
|
2379
2533
|
selectedObject: Ref<any, any>;
|
|
2380
2534
|
selectedCategory: Ref<string, string>;
|