@valtimo/shared 13.46.0 → 13.47.1
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/assets/core/en.json +424 -15
- package/assets/core/nl.json +442 -33
- package/fesm2022/valtimo-shared.mjs +1 -1
- package/fesm2022/valtimo-shared.mjs.map +1 -1
- package/lib/generated/generated-backend-types.d.ts +2 -0
- package/lib/generated/generated-backend-types.d.ts.map +1 -1
- package/lib/models/user-settings.model.d.ts +1 -0
- package/lib/models/user-settings.model.d.ts.map +1 -1
- package/package.json +1 -1
package/assets/core/en.json
CHANGED
|
@@ -1016,20 +1016,30 @@
|
|
|
1016
1016
|
"uniqueKeyError": "The key for this tab must be unique.",
|
|
1017
1017
|
"invalidKeyError": "The key for this tab can only contains letters, numbers and dashes.",
|
|
1018
1018
|
"widgetsComponent": "Widgets component",
|
|
1019
|
+
"externalPlugin": "Plugins & Apps",
|
|
1020
|
+
"externalPluginDisabled": "There are no activated plugins or apps with a case tab, or they have all been added already.",
|
|
1019
1021
|
"visibleTitle": "Task list visible on tab",
|
|
1020
1022
|
"visible": "Visible",
|
|
1021
1023
|
"invisible": "Not visible"
|
|
1022
1024
|
},
|
|
1025
|
+
"externalPlugin": {
|
|
1026
|
+
"loadError": "Could not load the external plugin tab. The plugin host may be unreachable or the bundle is unavailable.",
|
|
1027
|
+
"widgetLoadError": "Could not load the external plugin widget. The plugin host may be unreachable or the bundle is unavailable.",
|
|
1028
|
+
"unavailable": "This plugin widget is unavailable. Its configuration may be missing or the bundle could not be resolved."
|
|
1029
|
+
},
|
|
1023
1030
|
"titles": {
|
|
1024
1031
|
"custom": "Create new tab with custom component",
|
|
1025
1032
|
"formio": "Create new tab with FormIO component",
|
|
1026
1033
|
"standard": "Create new tab with standard content",
|
|
1027
|
-
"widgets": "Create a new tab with widgets"
|
|
1034
|
+
"widgets": "Create a new tab with widgets",
|
|
1035
|
+
"external_plugin": "Create a new tab with a plugin or app"
|
|
1028
1036
|
},
|
|
1029
1037
|
"contentLabels": {
|
|
1030
1038
|
"custom": "Choose custom component",
|
|
1031
1039
|
"formio": "Choose FormIO component",
|
|
1032
|
-
"standard": "Choose standard content"
|
|
1040
|
+
"standard": "Choose standard content",
|
|
1041
|
+
"external_plugin_config": "Choose plugin or app configuration",
|
|
1042
|
+
"external_plugin_bundle": "Choose tab"
|
|
1033
1043
|
},
|
|
1034
1044
|
"editModal": {"title": "Edit tab {{name}}", "updateTab": "Update tab"},
|
|
1035
1045
|
"deleteModal": {
|
|
@@ -1037,17 +1047,24 @@
|
|
|
1037
1047
|
"description": "Are you sure you want to delete this tab? This action cannot be undone."
|
|
1038
1048
|
}
|
|
1039
1049
|
},
|
|
1040
|
-
"tabType": {
|
|
1050
|
+
"tabType": {
|
|
1051
|
+
"custom": "Custom",
|
|
1052
|
+
"formio": "FormIO",
|
|
1053
|
+
"standard": "Standard",
|
|
1054
|
+
"external_plugin": "Plugins & Apps"
|
|
1055
|
+
},
|
|
1041
1056
|
"actions": {
|
|
1042
1057
|
"columns": {
|
|
1043
1058
|
"name": "Name",
|
|
1044
|
-
"type": "Type"
|
|
1059
|
+
"type": "Type",
|
|
1060
|
+
"startableByUser": "Visibility"
|
|
1045
1061
|
},
|
|
1062
|
+
"visibleInStartMenu": "Visible in start menu",
|
|
1046
1063
|
"addItem": "Create an action",
|
|
1047
1064
|
"noResults": "No actions configured",
|
|
1048
1065
|
"noResultsDescription": "No actions are configured for this case type.",
|
|
1049
1066
|
"infoNotification": {
|
|
1050
|
-
"message": "Actions appear under the start button of an existing case and can be initiated at any time by the user."
|
|
1067
|
+
"message": "Actions appear under the start button of an existing case by default and can be initiated at any time by the user."
|
|
1051
1068
|
},
|
|
1052
1069
|
"type": {
|
|
1053
1070
|
"PROCESS": "Process",
|
|
@@ -1140,6 +1157,7 @@
|
|
|
1140
1157
|
"noPluginsTitle": "No plugins to configure",
|
|
1141
1158
|
"notInstalled": "Plugin type not installed",
|
|
1142
1159
|
"noConfigurations": "No configurations available",
|
|
1160
|
+
"externalVersionMismatchWarning": "This configuration's plugin version ({{selectedVersion}}) does not match the exported version ({{requiredVersion}}). It may not support the same actions.",
|
|
1143
1161
|
"unidentifiable": {
|
|
1144
1162
|
"title": "Unidentified plugin configurations",
|
|
1145
1163
|
"message": "Some plugin configurations could not be identified from the export. The import can continue, but you will need to manually configure the affected process links afterwards."
|
|
@@ -1153,6 +1171,7 @@
|
|
|
1153
1171
|
"unknownPlugin": "Unknown plugin",
|
|
1154
1172
|
"notInstalled": "Plugin type not installed",
|
|
1155
1173
|
"noConfigurations": "No configurations available",
|
|
1174
|
+
"externalVersionMismatchWarning": "This configuration's plugin version ({{selectedVersion}}) does not match the required version ({{requiredVersion}}). It may not support the same actions.",
|
|
1156
1175
|
"saveSuccess": "Plugin configuration mappings saved successfully",
|
|
1157
1176
|
"saveError": "Failed to save plugin configuration mappings",
|
|
1158
1177
|
"legacyExport": {
|
|
@@ -1191,7 +1210,7 @@
|
|
|
1191
1210
|
"keyDuplicated": "This key is already in use. Please change to a unique key.",
|
|
1192
1211
|
"colorPlaceholder": "Choose a color",
|
|
1193
1212
|
"showRetentionPeriod": "Set retention period",
|
|
1194
|
-
"retentionPeriodExistingCasesWarning": "The retention period for existing cases
|
|
1213
|
+
"retentionPeriodExistingCasesWarning": "The retention period for existing cases with this status will not be updated automatically.",
|
|
1195
1214
|
"columns": {
|
|
1196
1215
|
"title": "Status name",
|
|
1197
1216
|
"retentionPeriod": "Retention period in days",
|
|
@@ -1316,6 +1335,10 @@
|
|
|
1316
1335
|
"title": "Image",
|
|
1317
1336
|
"description": "Show an uploaded image"
|
|
1318
1337
|
},
|
|
1338
|
+
"external-plugin": {
|
|
1339
|
+
"title": "Plugins & Apps",
|
|
1340
|
+
"description": "Render a card from a plugin or app's case-widget bundle"
|
|
1341
|
+
},
|
|
1319
1342
|
"text": {
|
|
1320
1343
|
"title": "Text",
|
|
1321
1344
|
"description": "Show a fixed explanatory text"
|
|
@@ -1369,6 +1392,14 @@
|
|
|
1369
1392
|
"widgetTitleTooltip": "Title that displays at the top of the widget",
|
|
1370
1393
|
"hideWhenEmpty": "Hide when empty",
|
|
1371
1394
|
"column": "Column {{number}}",
|
|
1395
|
+
"externalPlugin": {
|
|
1396
|
+
"configLabel": "Plugin or app configuration",
|
|
1397
|
+
"configPlaceholder": "Choose a plugin or app configuration",
|
|
1398
|
+
"bundleLabel": "Widget",
|
|
1399
|
+
"bundlePlaceholder": "Choose a widget",
|
|
1400
|
+
"unavailableTitle": "Plugins & Apps unavailable",
|
|
1401
|
+
"unavailableMessage": "No plugin or app exposing a case-widget bundle is available."
|
|
1402
|
+
},
|
|
1372
1403
|
"fields": {
|
|
1373
1404
|
"add": "Add field",
|
|
1374
1405
|
"addEnum": "Add enum value",
|
|
@@ -1571,9 +1602,9 @@
|
|
|
1571
1602
|
"actionButtonLabel": "Action button type",
|
|
1572
1603
|
"externalLink": {
|
|
1573
1604
|
"linkLabel": "Target URL (with placeholders)",
|
|
1574
|
-
"linkPlaceholder": "https://ritense.nl/
|
|
1605
|
+
"linkPlaceholder": "https://ritense.nl/case/${doc:/case/id}",
|
|
1575
1606
|
"buttonTextLabel": "Button label",
|
|
1576
|
-
"buttonTextPlaceholder": "'Go to
|
|
1607
|
+
"buttonTextPlaceholder": "'Go to case'",
|
|
1577
1608
|
"openInNewTabLabel": "Open in new tab"
|
|
1578
1609
|
},
|
|
1579
1610
|
"saveModalContent": "Are you sure you want to save the widget configuration?"
|
|
@@ -2060,6 +2091,7 @@
|
|
|
2060
2091
|
"icon": "Icon",
|
|
2061
2092
|
"iconPlaceholder": "Select an icon",
|
|
2062
2093
|
"iconTooltip": "Select an icon",
|
|
2094
|
+
"dragToReorder": "Drag to reorder",
|
|
2063
2095
|
"mainMenu": "Main menu",
|
|
2064
2096
|
"toggleMenu": "Menu",
|
|
2065
2097
|
"typeToSearch": "Type here to search",
|
|
@@ -2190,7 +2222,12 @@
|
|
|
2190
2222
|
"dueDateSetNotificationTitle": "Due date set",
|
|
2191
2223
|
"dueDateSetNotificationContent": "Due date '{{date}}' set for task '{{task}}'",
|
|
2192
2224
|
"dueDateRemovedNotificationTitle": "Due date removed",
|
|
2193
|
-
"dueDateRemovedNotificationContent": "Due date removed for task '{{task}}'"
|
|
2225
|
+
"dueDateRemovedNotificationContent": "Due date removed for task '{{task}}'",
|
|
2226
|
+
"externalPluginTaskForm": {
|
|
2227
|
+
"unavailable": "This task's plugin form could not be loaded. The plugin may be unavailable or no longer exposes a task-form.",
|
|
2228
|
+
"tokenError": "Could not securely connect to the plugin to load this task's form.",
|
|
2229
|
+
"submitError": "The task could not be completed. Please try again or contact support."
|
|
2230
|
+
}
|
|
2194
2231
|
},
|
|
2195
2232
|
"assignTask": {
|
|
2196
2233
|
"assignedTo": "Assigned to",
|
|
@@ -2294,6 +2331,8 @@
|
|
|
2294
2331
|
},
|
|
2295
2332
|
"pages": {
|
|
2296
2333
|
"plugins": {"title": "Plugins", "noResults": "There are no plugins configured yet"},
|
|
2334
|
+
"pluginHosts": {"title": "Plugin hosts"},
|
|
2335
|
+
"pluginApps": {"title": "Apps"},
|
|
2297
2336
|
"customercases": {
|
|
2298
2337
|
"title": "Cases",
|
|
2299
2338
|
"description": "On this page you can view the cases of a specific customer."
|
|
@@ -2326,18 +2365,271 @@
|
|
|
2326
2365
|
"pluginManagement": {
|
|
2327
2366
|
"tableItemsText": "plugin configurations",
|
|
2328
2367
|
"add": "Configure plugin",
|
|
2368
|
+
"addHost": "Add plugin host",
|
|
2369
|
+
"addApp": "Add app",
|
|
2370
|
+
"appAdd": {
|
|
2371
|
+
"steps": {
|
|
2372
|
+
"connection": "Connect",
|
|
2373
|
+
"configuration": "Enter data",
|
|
2374
|
+
"permissions": "Permissions"
|
|
2375
|
+
},
|
|
2376
|
+
"connect": "Connect",
|
|
2377
|
+
"connecting": "Connecting to the app…",
|
|
2378
|
+
"connectedTitle": "App connected",
|
|
2379
|
+
"connectedDescription": "The app was connected successfully. Continue to configure it.",
|
|
2380
|
+
"connectFailed": "The app could not be connected. Check the connection details and try again.",
|
|
2381
|
+
"conflictTitle": "App already registered",
|
|
2382
|
+
"conflictDescription": "The integration this app provides ({{pluginId}}) is already registered by '{{hostName}}'. Connect an app only once, or remove the existing registration first.",
|
|
2383
|
+
"conflictUnknownHost": "another registration",
|
|
2384
|
+
"discoveryTimeoutTitle": "App added, but not ready yet",
|
|
2385
|
+
"discoveryTimeoutDescription": "The app was added, but it is not ready to be configured yet. It may be unreachable. You can retry now, or close this dialog and configure the app later from the list.",
|
|
2386
|
+
"retry": "Retry",
|
|
2387
|
+
"preparing": "Retrieving app details…",
|
|
2388
|
+
"continue": "Continue",
|
|
2389
|
+
"complete": "Save configuration",
|
|
2390
|
+
"resumeLoadFailed": "The app could not be loaded. It may have been removed.",
|
|
2391
|
+
"refreshModal": {
|
|
2392
|
+
"title": "Refresh required",
|
|
2393
|
+
"description": "Before this app can be configured, the page needs to be refreshed so that security policies can be updated. After the refresh, you will automatically continue with the configuration step.",
|
|
2394
|
+
"confirm": "Refresh and continue",
|
|
2395
|
+
"cancel": "Later"
|
|
2396
|
+
}
|
|
2397
|
+
},
|
|
2398
|
+
"editConfiguration": "Edit configuration",
|
|
2399
|
+
"notConfigured": "Not configured",
|
|
2400
|
+
"uploadPlugin": "Upload plugin",
|
|
2401
|
+
"selectHost": "Select a plugin host",
|
|
2402
|
+
"upload": {
|
|
2403
|
+
"title": "Plugin bundle",
|
|
2404
|
+
"buttonText": "Choose file",
|
|
2405
|
+
"description": "Only .zip files are accepted",
|
|
2406
|
+
"failedTitle": "Upload failed",
|
|
2407
|
+
"rejected": "The plugin host rejected the upload.",
|
|
2408
|
+
"tooLargeTitle": "Package too large",
|
|
2409
|
+
"tooLarge": "This plugin package is {{sizeMb}} MB. The maximum accepted size is {{maxMb}} MB.",
|
|
2410
|
+
"identicalTitle": "Already up to date",
|
|
2411
|
+
"identicalMessage": "This exact package already exists on the host — the content is identical, so there is nothing to overwrite.",
|
|
2412
|
+
"overwriteTitle": "Overwrite existing plugin version?",
|
|
2413
|
+
"overwriteWarningTitle": "This will overwrite the current plugin version",
|
|
2414
|
+
"overwriteWarning": "Version {{version}} of '{{pluginId}}' already exists on the host with different content. Overwriting it can lead to unexpected behavior for configurations and processes that already use this version. Since the content differs, review the permissions the uploaded package requests below and confirm to proceed — all existing configurations of this version will be reset to exactly these permissions.",
|
|
2415
|
+
"overwriteConfirm": "Overwrite version",
|
|
2416
|
+
"successTitle": "Plugin installed",
|
|
2417
|
+
"successMessage": "{{pluginId}} {{version}} was installed and can now be configured.",
|
|
2418
|
+
"configureAction": "Configure plugin"
|
|
2419
|
+
},
|
|
2329
2420
|
"noDefinitions": "No plugin definitions found.",
|
|
2421
|
+
"noHosts": "No plugin hosts configured.",
|
|
2422
|
+
"noApps": "No apps configured.",
|
|
2423
|
+
"uploadDisabledTooltip": "A connected plugin host is required before plugins can be uploaded.",
|
|
2330
2424
|
"save": "Save configuration",
|
|
2331
2425
|
"remove": "Delete configuration",
|
|
2426
|
+
"tabs": {
|
|
2427
|
+
"configurations": "Configurations",
|
|
2428
|
+
"pluginHosts": "Plugin hosts",
|
|
2429
|
+
"integrations": "Integrations"
|
|
2430
|
+
},
|
|
2332
2431
|
"labels": {
|
|
2333
2432
|
"pluginName": "Plugin name",
|
|
2334
2433
|
"identifier": "Identifier",
|
|
2335
|
-
"configurationName": "Configuration name"
|
|
2336
|
-
|
|
2434
|
+
"configurationName": "Configuration name",
|
|
2435
|
+
"name": "Name",
|
|
2436
|
+
"baseUrl": "Base URL",
|
|
2437
|
+
"kind": "Type",
|
|
2438
|
+
"status": "Status",
|
|
2439
|
+
"lastHealthCheck": "Last health check",
|
|
2440
|
+
"secret": "Secret",
|
|
2441
|
+
"source": "Source",
|
|
2442
|
+
"properties": "Properties (JSON)",
|
|
2443
|
+
"pluginHost": "Plugin host",
|
|
2444
|
+
"gzacCallbackBaseUrl": "GZAC callback URL",
|
|
2445
|
+
"eventBrokerAmqpUrl": "Event broker URL (optional)",
|
|
2446
|
+
"eventBrokerExchange": "Event broker exchange (optional)",
|
|
2447
|
+
"eventQueueMode": "Event queue mode",
|
|
2448
|
+
"eventQueueTtlMs": "Event queue inactivity TTL (ms)",
|
|
2449
|
+
"frontendOrigins": "Allowed frontend origins",
|
|
2450
|
+
"host": "Host",
|
|
2451
|
+
"configuration": "Configuration"
|
|
2452
|
+
},
|
|
2453
|
+
"eventQueueMode": {
|
|
2454
|
+
"live": "Live (events lost while host is down)",
|
|
2455
|
+
"durable": "Durable (retains events for the TTL while host is down)",
|
|
2456
|
+
"liveApp": "Live (events lost while app is down)",
|
|
2457
|
+
"durableApp": "Durable (retains events for the TTL while app is down)"
|
|
2458
|
+
},
|
|
2459
|
+
"hints": {
|
|
2460
|
+
"eventQueueTtlMs": "The durable queue is deleted after this many ms with no connected host. Min 1h (3600000), max 30d (2592000000), default 72h (259200000).",
|
|
2461
|
+
"eventQueueTtlMsApp": "The durable queue is deleted after this many ms with no connected app. Min 1h (3600000), max 30d (2592000000), default 72h (259200000).",
|
|
2462
|
+
"frontendOrigins": "Browser origins (scheme://host[:port], no path) allowed to embed this host's plugin screens. Add every Valtimo frontend URL users open plugins from, including any proxy alias.",
|
|
2463
|
+
"noFrontendOrigins": "With no origins listed, no page can embed this host's plugin screens.",
|
|
2464
|
+
"secretMinLength": "The secret must be at least {{min}} characters — the host refuses to start below that.",
|
|
2465
|
+
"secretUnchanged": "Leave blank to keep the current secret."
|
|
2466
|
+
},
|
|
2467
|
+
"editConnection": "Edit connection",
|
|
2468
|
+
"editHost": {
|
|
2469
|
+
"modalTitle": "Edit connection",
|
|
2470
|
+
"modalTitleApp": "Edit app connection",
|
|
2471
|
+
"updateFailedTitle": "Could not update",
|
|
2472
|
+
"secretWarningTitle": "Secret changed",
|
|
2473
|
+
"secretWarningMessage": "The host must be restarted with the matching ADMIN_TOKEN. Until then GZAC cannot reach it and it will show as unreachable.",
|
|
2474
|
+
"brokerNoteTitle": "Event broker changed",
|
|
2475
|
+
"brokerNoteMessage": "Event consumers reconnect to the new broker after saving. A durable queue left behind on the old broker expires on its own."
|
|
2476
|
+
},
|
|
2477
|
+
"editEventQueue": "Edit event queue",
|
|
2478
|
+
"editHostEventQueueModalTitle": "Edit event queue for {{name}}",
|
|
2479
|
+
"saveEventQueue": "Save",
|
|
2480
|
+
"addFrontendOrigin": "Add origin",
|
|
2481
|
+
"editFrontendOrigins": "Edit frontend origins",
|
|
2482
|
+
"editHostFrontendOriginsModalTitle": "Frontend origins for {{name}}",
|
|
2483
|
+
"saveFrontendOrigins": "Save origins",
|
|
2484
|
+
"host": {
|
|
2485
|
+
"createFailedTitle": "Could not save",
|
|
2486
|
+
"createFailedFallback": "The host could not be saved. Check the entered values and try again."
|
|
2487
|
+
},
|
|
2488
|
+
"source": {
|
|
2489
|
+
"embedded": "Embedded",
|
|
2490
|
+
"external": "External"
|
|
2491
|
+
},
|
|
2492
|
+
"hostStatus": {
|
|
2493
|
+
"CONNECTED": "Connected",
|
|
2494
|
+
"UNREACHABLE": "Unreachable"
|
|
2495
|
+
},
|
|
2496
|
+
"kind": {
|
|
2497
|
+
"PLUGIN_HOST": "Plugin host",
|
|
2498
|
+
"APP": "App"
|
|
2499
|
+
},
|
|
2500
|
+
"editExternalConfiguration": "Edit external plugin configuration",
|
|
2501
|
+
"invalidJson": "Invalid JSON",
|
|
2337
2502
|
"addSteps": {
|
|
2338
2503
|
"step0": "Choose your plugin",
|
|
2339
2504
|
"step1": "Enter data",
|
|
2505
|
+
"step2": "Permissions",
|
|
2340
2506
|
"complete": "Save configuration"
|
|
2507
|
+
},
|
|
2508
|
+
"editSteps": {
|
|
2509
|
+
"step0": "Enter data",
|
|
2510
|
+
"step1": "Permissions",
|
|
2511
|
+
"save": "Save configuration"
|
|
2512
|
+
},
|
|
2513
|
+
"permissions": {
|
|
2514
|
+
"description": "By accepting these permissions you trust this plugin to act within your environment. A granted capability, endpoint, or event gives the plugin access to platform data and services — only proceed if you trust the plugin's source and have reviewed what it requests.",
|
|
2515
|
+
"descriptionReadonly": "The following permissions were accepted when this configuration was activated. They define what the plugin is allowed to do within your environment.",
|
|
2516
|
+
"noEndpoints": "This plugin does not require any permissions.",
|
|
2517
|
+
"capabilitiesHeading": "Host capabilities",
|
|
2518
|
+
"capabilityHeading": "Capability",
|
|
2519
|
+
"capability": {
|
|
2520
|
+
"gzac_api": "Make authenticated API calls to the GZAC instance (read and write case data, tasks, documents, etc.)",
|
|
2521
|
+
"http_request": "Make outbound HTTP requests to external services",
|
|
2522
|
+
"kv": "Store and retrieve persistent key–value data scoped to this configuration",
|
|
2523
|
+
"log": "Write structured log entries visible to administrators",
|
|
2524
|
+
"frontend_data": "Serve data requests from the plugin's own user interface"
|
|
2525
|
+
},
|
|
2526
|
+
"endpointsHeading": "API endpoints",
|
|
2527
|
+
"eventsHeading": "Events",
|
|
2528
|
+
"methodHeading": "Method",
|
|
2529
|
+
"endpointHeading": "Endpoint",
|
|
2530
|
+
"descriptionHeading": "Description",
|
|
2531
|
+
"egressHeading": "External connections",
|
|
2532
|
+
"egressDescription": "This plugin can connect to the addresses listed below, and to nothing else. Check that you recognise each one and expect the plugin to communicate with it.",
|
|
2533
|
+
"egressTargetHeading": "Address",
|
|
2534
|
+
"egressSourceHeading": "Source",
|
|
2535
|
+
"egressWildcard": "Any address under this domain — the plugin chooses which one it connects to",
|
|
2536
|
+
"egressFromManifest": "Required by the plugin",
|
|
2537
|
+
"egressFromConfiguration": "From a URL you entered in this configuration",
|
|
2538
|
+
"accept": "I trust this plugin and accept the requested permissions"
|
|
2539
|
+
},
|
|
2540
|
+
"logs": {
|
|
2541
|
+
"menuItem": "Logs",
|
|
2542
|
+
"title": "Plugin logs",
|
|
2543
|
+
"columns": {
|
|
2544
|
+
"timestamp": "Timestamp",
|
|
2545
|
+
"level": "Level",
|
|
2546
|
+
"source": "Source",
|
|
2547
|
+
"message": "Message"
|
|
2548
|
+
},
|
|
2549
|
+
"data": "Data",
|
|
2550
|
+
"filterAll": "All",
|
|
2551
|
+
"levels": {
|
|
2552
|
+
"info": "Info",
|
|
2553
|
+
"warn": "Warn",
|
|
2554
|
+
"error": "Error",
|
|
2555
|
+
"debug": "Debug"
|
|
2556
|
+
},
|
|
2557
|
+
"sources": {
|
|
2558
|
+
"plugin": "Plugin",
|
|
2559
|
+
"gzacApi": "GZAC API",
|
|
2560
|
+
"httpRequest": "HTTP Request"
|
|
2561
|
+
},
|
|
2562
|
+
"empty": "No log entries found.",
|
|
2563
|
+
"close": "Close"
|
|
2564
|
+
},
|
|
2565
|
+
"reloadModal": {
|
|
2566
|
+
"title": "Reload required",
|
|
2567
|
+
"description": "The plugin host was added successfully. To configure plugins from this host, the page needs to be reloaded so that security policies can be updated.",
|
|
2568
|
+
"reload": "Reload now",
|
|
2569
|
+
"later": "Later"
|
|
2570
|
+
},
|
|
2571
|
+
"deleteHostModal": {
|
|
2572
|
+
"title": "Delete plugin host",
|
|
2573
|
+
"description": "Are you sure you want to delete this plugin host? All plugin definitions and configurations from this host will also be deleted. This action cannot be undone."
|
|
2574
|
+
},
|
|
2575
|
+
"deleteConfigurationModal": {
|
|
2576
|
+
"title": "Delete plugin configuration",
|
|
2577
|
+
"description": "Are you sure you want to delete this plugin configuration? This action cannot be undone."
|
|
2578
|
+
},
|
|
2579
|
+
"hostInUseModal": {
|
|
2580
|
+
"title": "Plugin host is in use",
|
|
2581
|
+
"thisHost": "this plugin host",
|
|
2582
|
+
"description": "{{ entityName }} cannot be deleted because the following process links, case tabs, case widgets or building blocks still use a plugin or configuration from this host. Remove these usages first."
|
|
2583
|
+
},
|
|
2584
|
+
"configurationInUseModal": {
|
|
2585
|
+
"title": "Plugin configuration is in use",
|
|
2586
|
+
"thisConfiguration": "this plugin configuration",
|
|
2587
|
+
"description": "{{ entityName }} cannot be deleted because the following process links, case tabs, case widgets or building blocks still reference it. Remove these usages first."
|
|
2588
|
+
},
|
|
2589
|
+
"usageModal": {
|
|
2590
|
+
"headers": {
|
|
2591
|
+
"activity": "Activity",
|
|
2592
|
+
"configuration": "Plugin configuration",
|
|
2593
|
+
"type": "Type",
|
|
2594
|
+
"linkedTo": "Linked to",
|
|
2595
|
+
"processDefinition": "Process definition"
|
|
2596
|
+
},
|
|
2597
|
+
"parentType": {
|
|
2598
|
+
"CASE": "Case",
|
|
2599
|
+
"BUILDING_BLOCK": "Building block",
|
|
2600
|
+
"GLOBAL": "Global"
|
|
2601
|
+
},
|
|
2602
|
+
"caseTab": "Case tab",
|
|
2603
|
+
"caseWidget": "Case widget",
|
|
2604
|
+
"buildingBlockMapping": "Building block plugin mapping",
|
|
2605
|
+
"menuPage": "Menu page"
|
|
2606
|
+
},
|
|
2607
|
+
"reviewRequired": {
|
|
2608
|
+
"tag": "Review required",
|
|
2609
|
+
"permissionsChanged": "The plugin package on the host changed and now requests different permissions than the ones that were accepted. Nothing is sent to the host until an administrator reviews and accepts the new permissions.",
|
|
2610
|
+
"codeChanged": "The plugin package on the host changed. It requests the same permissions as before, but the code is not the one that was accepted. Nothing is sent to the host until an administrator confirms the new package."
|
|
2611
|
+
},
|
|
2612
|
+
"review": {
|
|
2613
|
+
"menuItem": "Review changes",
|
|
2614
|
+
"modalTitle": "Review changed app",
|
|
2615
|
+
"accept": "Accept changes",
|
|
2616
|
+
"failed": "Accepting the changes failed"
|
|
2617
|
+
},
|
|
2618
|
+
"awaitingHost": {
|
|
2619
|
+
"modalTitle": "Plugin host not available yet",
|
|
2620
|
+
"modalMessage": "This configuration was created from a deployment descriptor, but its plugin host has not served the plugin yet — so its settings and permissions are not known and cannot be edited. It becomes editable automatically once the host is available. You can still delete it.",
|
|
2621
|
+
"tag": "Awaiting host",
|
|
2622
|
+
"tooltip": "This plugin was declared by a deployment descriptor but its host has not served it yet. The configuration exists and everything referencing it resolves, but the plugin cannot run until its host is available."
|
|
2623
|
+
},
|
|
2624
|
+
"compatibility": {
|
|
2625
|
+
"incompatibleTag": "Incompatible",
|
|
2626
|
+
"warningTitle": "Possible compatibility issue",
|
|
2627
|
+
"uploadWarningTitle": "Upload an incompatible plugin?",
|
|
2628
|
+
"uploadAnyway": "Upload anyway",
|
|
2629
|
+
"intro": "Your GZAC version might be incompatible with this plugin.",
|
|
2630
|
+
"current": "You're currently running {{current}}.",
|
|
2631
|
+
"minimum": "Minimum compatible version: {{min}}.",
|
|
2632
|
+
"maximum": "Maximum compatible version: {{max}}."
|
|
2341
2633
|
}
|
|
2342
2634
|
},
|
|
2343
2635
|
"customerCases": {
|
|
@@ -2349,7 +2641,8 @@
|
|
|
2349
2641
|
"edit": "Edit process link",
|
|
2350
2642
|
"saveChanges": "Save changes",
|
|
2351
2643
|
"unlink": "Unlink",
|
|
2352
|
-
"noPluginFunctions": "This plugin does not support any plugin actions."
|
|
2644
|
+
"noPluginFunctions": "This plugin does not support any plugin actions.",
|
|
2645
|
+
"pluginForm": "Plugin form"
|
|
2353
2646
|
},
|
|
2354
2647
|
"keycloak": {
|
|
2355
2648
|
"expiryPromptTitle": "The session is about to expire",
|
|
@@ -2586,6 +2879,10 @@
|
|
|
2586
2879
|
"buildingBlockActionTitle": "Building block action: {{buildingBlockName}}",
|
|
2587
2880
|
"modalTitle": "Process step: {{processStepName}}",
|
|
2588
2881
|
"pluginConfiguration": "Plugin configuration: {{pluginConfigTitle}}",
|
|
2882
|
+
"externalPluginTaskForm": {
|
|
2883
|
+
"defaultTitle": "Form",
|
|
2884
|
+
"description": "The selected plugin renders the form for this user task and completes the task itself, using the current user's permissions. There's nothing more to configure here — save to link it."
|
|
2885
|
+
},
|
|
2589
2886
|
"chooseProcessLinkTypeDescription": "A process step can perform a variety of actions. Choose below to what type of action you would like to link this step.",
|
|
2590
2887
|
"chooseFormDescription": "Choose the form that you want to link to the process step.",
|
|
2591
2888
|
"chooseFormFlowDescription": "Choose the FormFlow that you want to link to the process step.",
|
|
@@ -2604,6 +2901,18 @@
|
|
|
2604
2901
|
"checkboxDescription": "Enables Form View Model form processing"
|
|
2605
2902
|
},
|
|
2606
2903
|
"importConfiguration": "Import configuration",
|
|
2904
|
+
"externalPlugin": "External plugin",
|
|
2905
|
+
"externalPluginActionProperties": "Configure the action properties for this external plugin action as JSON. Click save when done.",
|
|
2906
|
+
"actionPropertiesJson": "Action properties (JSON)",
|
|
2907
|
+
"invalidJson": "Invalid JSON",
|
|
2908
|
+
"resultMappings": {
|
|
2909
|
+
"description": "Map values from the action's result onto the case document or a process variable.",
|
|
2910
|
+
"source": "Result path",
|
|
2911
|
+
"target": "Destination",
|
|
2912
|
+
"sourcePlaceholder": "/path/in/result",
|
|
2913
|
+
"sourceSelectPlaceholder": "Select a result field...",
|
|
2914
|
+
"addRow": "Add mapping"
|
|
2915
|
+
},
|
|
2607
2916
|
"selectProcess": "Select process",
|
|
2608
2917
|
"process": "Process",
|
|
2609
2918
|
"version": "Version",
|
|
@@ -2644,17 +2953,55 @@
|
|
|
2644
2953
|
"zaakInstanceAndTypeLink": "This building block may need both a zaak instance link and a zaak type link to be configured for the case definition under which this building block is used, in order to function correctly.",
|
|
2645
2954
|
"zaakInstanceLink": "This building block may need a zaak instance link to be configured for the case definition under which this building block is used, in order to function correctly.",
|
|
2646
2955
|
"zaakTypeLink": "This building block may need a zaak type link to be configured for the case definition under which this building block is used, in order to function correctly."
|
|
2647
|
-
}
|
|
2956
|
+
},
|
|
2957
|
+
"externalPluginVersionMismatchWarning": "The selected configuration's plugin version ({{selectedVersion}}) does not match the version ({{requiredVersion}}) this building block was linked against. It may not support this action."
|
|
2648
2958
|
}
|
|
2649
2959
|
},
|
|
2650
2960
|
"processLinkType": {
|
|
2651
|
-
"plugin": "
|
|
2961
|
+
"plugin": "Plugins & Apps",
|
|
2652
2962
|
"form": "Form",
|
|
2653
2963
|
"form-flow": "FormFlow",
|
|
2654
2964
|
"url": "URL",
|
|
2655
2965
|
"ui-component": "UI Component",
|
|
2656
2966
|
"building-block": "Building block"
|
|
2657
2967
|
},
|
|
2968
|
+
"externalPlugin": {
|
|
2969
|
+
"menuTitle": "External Plugins",
|
|
2970
|
+
"host": {
|
|
2971
|
+
"title": "Hosts",
|
|
2972
|
+
"add": "Add host",
|
|
2973
|
+
"name": "Name",
|
|
2974
|
+
"baseUrl": "Base URL",
|
|
2975
|
+
"status": "Status",
|
|
2976
|
+
"lastHealthCheck": "Last health check"
|
|
2977
|
+
},
|
|
2978
|
+
"definition": {
|
|
2979
|
+
"title": "Plugin definitions",
|
|
2980
|
+
"pluginId": "Plugin ID",
|
|
2981
|
+
"version": "Version",
|
|
2982
|
+
"name": "Name",
|
|
2983
|
+
"provider": "Provider",
|
|
2984
|
+
"status": "Status"
|
|
2985
|
+
},
|
|
2986
|
+
"configuration": {
|
|
2987
|
+
"title": "Configurations",
|
|
2988
|
+
"titleField": "Title",
|
|
2989
|
+
"add": "Add configuration",
|
|
2990
|
+
"definition": "Plugin definition",
|
|
2991
|
+
"definitionPlaceholder": "Select a plugin",
|
|
2992
|
+
"definitionId": "Definition",
|
|
2993
|
+
"createdAt": "Created at",
|
|
2994
|
+
"properties": "Properties (JSON)",
|
|
2995
|
+
"propertiesInvalidJson": "Properties must be valid JSON"
|
|
2996
|
+
},
|
|
2997
|
+
"processLink": {
|
|
2998
|
+
"configuration": "Plugin configuration",
|
|
2999
|
+
"configurationPlaceholder": "Select a configuration",
|
|
3000
|
+
"actionKey": "Action key",
|
|
3001
|
+
"actionProperties": "Action properties (JSON)",
|
|
3002
|
+
"actionPropertiesInvalidJson": "Action properties must be valid JSON"
|
|
3003
|
+
}
|
|
3004
|
+
},
|
|
2658
3005
|
"processLinkSteps": {
|
|
2659
3006
|
"chooseProcessLinkType": "Choose link type",
|
|
2660
3007
|
"empty": "........",
|
|
@@ -2680,6 +3027,7 @@
|
|
|
2680
3027
|
"choosePluginDefinition": "Select plugin definition",
|
|
2681
3028
|
"choosePluginAction": "Choose your action",
|
|
2682
3029
|
"configurePluginAction": "Configure your action",
|
|
3030
|
+
"configurePluginActionResultMappings": "Output mapping",
|
|
2683
3031
|
"selectURL": "Configure your URL",
|
|
2684
3032
|
"subtitles": "Subtitles",
|
|
2685
3033
|
"addSubtitle": "Add subtitle",
|
|
@@ -2689,7 +3037,7 @@
|
|
|
2689
3037
|
"configureBuildingBlockMappings": "Input & Sync"
|
|
2690
3038
|
},
|
|
2691
3039
|
"processLinkTypeDisabledTooltip": {
|
|
2692
|
-
"plugin": "No plugin configurations are available. Create a plugin configuration to be able to link it to a process step.",
|
|
3040
|
+
"plugin": "No plugin or app configurations are available. Create a plugin configuration or connect an app to be able to link it to a process step.",
|
|
2693
3041
|
"form": "There are no forms available. Create a form to be able to link it to a process step.",
|
|
2694
3042
|
"form-flow": "There are no FormFlows available. Create a FormFlow to be able to link it to a process step.",
|
|
2695
3043
|
"ui-component": "There are no custom components registered. Please create one if you wish to use this option.",
|
|
@@ -3405,13 +3753,68 @@
|
|
|
3405
3753
|
"deleteHelperText": "After creating a quick search item, you can delete it by right-clicking on it",
|
|
3406
3754
|
"duplicateError": "A quick search item with this title already exists"
|
|
3407
3755
|
},
|
|
3756
|
+
"externalPluginPage": {
|
|
3757
|
+
"loadError": "This plugin page could not be loaded."
|
|
3758
|
+
},
|
|
3408
3759
|
"adminSettings": {
|
|
3409
3760
|
"title": "Settings",
|
|
3410
3761
|
"tabs": {
|
|
3411
3762
|
"appearance": "Appearance",
|
|
3763
|
+
"menuConfiguration": "Menu configuration",
|
|
3412
3764
|
"featureToggles": "Feature toggles",
|
|
3413
3765
|
"opensearch": "OpenSearch"
|
|
3414
3766
|
},
|
|
3767
|
+
"menuConfiguration": {
|
|
3768
|
+
"intro": "Build the application's left-hand menu. Drag items between the available items and the menu structure, reorder them, and edit an item's title, link or icon. Access to each item is managed via PBAC.",
|
|
3769
|
+
"structureTitle": "Menu structure",
|
|
3770
|
+
"availableTitle": "Available items",
|
|
3771
|
+
"save": "Save menu",
|
|
3772
|
+
"reset": "Reset",
|
|
3773
|
+
"resetTooltip": "Discard unsaved changes and restore the last saved menu configuration.",
|
|
3774
|
+
"savedTitle": "Menu saved",
|
|
3775
|
+
"savedSubtitle": "The menu configuration has been saved and applies on the next reload.",
|
|
3776
|
+
"reloadModal": {
|
|
3777
|
+
"title": "Menu saved",
|
|
3778
|
+
"content": "The new menu configuration has been saved. Reload the application to see the changes right away, or dismiss this dialog to keep working and reload later.",
|
|
3779
|
+
"confirm": "Reload now",
|
|
3780
|
+
"dismiss": "Dismiss"
|
|
3781
|
+
},
|
|
3782
|
+
"required": "Required",
|
|
3783
|
+
"runtimeSubmenu": "Dynamic submenu",
|
|
3784
|
+
"runtimeSubmenuNote": "This item's submenu is filled at runtime (for example pinned cases) and cannot be edited here.",
|
|
3785
|
+
"allPlaced": "All items are already in the menu.",
|
|
3786
|
+
"emptyStructure": "Drag items here to build the menu.",
|
|
3787
|
+
"emptySection": "Drop items here",
|
|
3788
|
+
"add": "Add to menu",
|
|
3789
|
+
"dragHandle": "Drag to reorder",
|
|
3790
|
+
"categories": {
|
|
3791
|
+
"generic": "Generic",
|
|
3792
|
+
"main": "Main menu items",
|
|
3793
|
+
"admin": "Admin pages",
|
|
3794
|
+
"development": "Development pages",
|
|
3795
|
+
"pluginPages": "Plugins & Apps"
|
|
3796
|
+
},
|
|
3797
|
+
"generic": {
|
|
3798
|
+
"group": "Section",
|
|
3799
|
+
"sectionHeader": "Section header",
|
|
3800
|
+
"customLink": "Custom link"
|
|
3801
|
+
},
|
|
3802
|
+
"defaults": {
|
|
3803
|
+
"group": "New section",
|
|
3804
|
+
"sectionHeader": "New header",
|
|
3805
|
+
"customLink": "New link"
|
|
3806
|
+
},
|
|
3807
|
+
"editor": {
|
|
3808
|
+
"title": "Edit menu item",
|
|
3809
|
+
"titleHelper": "Enter a translation key to show a translated title, or type a fixed title if no translation key exists.",
|
|
3810
|
+
"link": "Link (route or external URL)",
|
|
3811
|
+
"section": "Section",
|
|
3812
|
+
"sectionRoot": "Top level",
|
|
3813
|
+
"includeFunction": "Include function",
|
|
3814
|
+
"includeFunctionNone": "None",
|
|
3815
|
+
"pbacNote": "Access to this item is managed via PBAC, not here."
|
|
3816
|
+
}
|
|
3817
|
+
},
|
|
3415
3818
|
"appearance": {
|
|
3416
3819
|
"logo": {
|
|
3417
3820
|
"title": "Logo",
|
|
@@ -3767,6 +4170,7 @@
|
|
|
3767
4170
|
"mdi-folder-account": "Folder Account",
|
|
3768
4171
|
"mdi-folder-multiple": "Folder Multiple",
|
|
3769
4172
|
"mdi-folder-star": "Folder Star",
|
|
4173
|
+
"mdi-archive": "Archive",
|
|
3770
4174
|
"mdi-file": "File",
|
|
3771
4175
|
"mdi-file-document": "File Document",
|
|
3772
4176
|
"mdi-file-cog": "File Cog",
|
|
@@ -3814,7 +4218,9 @@
|
|
|
3814
4218
|
"mdi-lightbulb": "Lightbulb",
|
|
3815
4219
|
"mdi-check": "Check",
|
|
3816
4220
|
"mdi-check-circle": "Check Circle",
|
|
4221
|
+
"mdi-check-all": "Check All",
|
|
3817
4222
|
"mdi-close": "Close",
|
|
4223
|
+
"mdi-dot-circle": "Dot Circle",
|
|
3818
4224
|
"mdi-lock": "Lock",
|
|
3819
4225
|
"mdi-lock-open": "Lock Open",
|
|
3820
4226
|
"mdi-lock-check": "Lock Check",
|
|
@@ -3832,6 +4238,7 @@
|
|
|
3832
4238
|
"mdi-view-dashboard": "View Dashboard",
|
|
3833
4239
|
"mdi-view-list": "View List",
|
|
3834
4240
|
"mdi-view-grid": "View Grid",
|
|
4241
|
+
"mdi-layers": "Layers",
|
|
3835
4242
|
"mdi-table": "Table",
|
|
3836
4243
|
"mdi-chart-bar": "Chart Bar",
|
|
3837
4244
|
"mdi-chart-line": "Chart Line",
|
|
@@ -3856,6 +4263,8 @@
|
|
|
3856
4263
|
"mdi-lan": "LAN",
|
|
3857
4264
|
"mdi-api": "API",
|
|
3858
4265
|
"mdi-application-braces": "Application Braces",
|
|
4266
|
+
"mdi-xml": "XML",
|
|
4267
|
+
"mdi-code": "Code",
|
|
3859
4268
|
"mdi-cube": "Cube",
|
|
3860
4269
|
"mdi-view-module": "View Module",
|
|
3861
4270
|
"mdi-puzzle": "Puzzle",
|