@gooddata/sdk-ui-ext 11.43.0-alpha.1 → 11.43.0-alpha.3
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/NOTICE +4826 -13873
- package/esm/index.d.ts +4 -0
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +2 -0
- package/esm/internal/components/configurationControls/ConfigSection.d.ts +2 -1
- package/esm/internal/components/configurationControls/ConfigSection.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/ConfigSection.js +7 -3
- package/esm/internal/components/configurationControls/colors/colorDropdown/ColorDropdown.d.ts +4 -0
- package/esm/internal/components/configurationControls/colors/colorDropdown/ColorDropdown.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/colors/colorDropdown/ColorDropdown.js +13 -2
- package/esm/internal/components/configurationControls/colors/colorDropdown/ColorPalette.d.ts +5 -0
- package/esm/internal/components/configurationControls/colors/colorDropdown/ColorPalette.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/colors/colorDropdown/ColorPalette.js +5 -3
- package/esm/internal/components/configurationControls/conditionalFormatting/ConditionalFormattingDialog.d.ts +13 -0
- package/esm/internal/components/configurationControls/conditionalFormatting/ConditionalFormattingDialog.d.ts.map +1 -0
- package/esm/internal/components/configurationControls/conditionalFormatting/ConditionalFormattingDialog.js +158 -0
- package/esm/internal/components/configurationControls/conditionalFormatting/ConditionalFormattingSection.d.ts +12 -0
- package/esm/internal/components/configurationControls/conditionalFormatting/ConditionalFormattingSection.d.ts.map +1 -0
- package/esm/internal/components/configurationControls/conditionalFormatting/ConditionalFormattingSection.js +54 -0
- package/esm/internal/components/configurationControls/conditionalFormatting/conditionalFormattingColors.d.ts +14 -0
- package/esm/internal/components/configurationControls/conditionalFormatting/conditionalFormattingColors.d.ts.map +1 -0
- package/esm/internal/components/configurationControls/conditionalFormatting/conditionalFormattingColors.js +32 -0
- package/esm/internal/components/configurationControls/conditionalFormatting/conditionalFormattingModel.d.ts +28 -0
- package/esm/internal/components/configurationControls/conditionalFormatting/conditionalFormattingModel.d.ts.map +1 -0
- package/esm/internal/components/configurationControls/conditionalFormatting/conditionalFormattingModel.js +149 -0
- package/esm/internal/components/configurationControls/customTooltip/CustomTooltipSection.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/customTooltip/CustomTooltipSection.js +3 -2
- package/esm/internal/components/configurationPanels/ConfigurationPanelContent.d.ts +1 -0
- package/esm/internal/components/configurationPanels/ConfigurationPanelContent.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/PivotTableConfigurationPanel.d.ts +1 -0
- package/esm/internal/components/configurationPanels/PivotTableConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/PivotTableConfigurationPanel.js +9 -1
- package/esm/internal/components/dialogs/userManagementDialogs/AddWorkspaceToSubjects.d.ts +0 -1
- package/esm/internal/components/dialogs/userManagementDialogs/AddWorkspaceToSubjects.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/AddWorkspaceToSubjects.js +3 -3
- package/esm/internal/components/dialogs/userManagementDialogs/UserEditDialog.d.ts +0 -1
- package/esm/internal/components/dialogs/userManagementDialogs/UserEditDialog.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/UserEditDialog.js +2 -2
- package/esm/internal/components/dialogs/userManagementDialogs/UserGroupEditDialog.d.ts +0 -1
- package/esm/internal/components/dialogs/userManagementDialogs/UserGroupEditDialog.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/UserGroupEditDialog.js +3 -3
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/AddWorkspace.d.ts +1 -2
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/AddWorkspace.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/AddWorkspace.js +2 -2
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/GranularPermissions.d.ts +1 -2
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/GranularPermissions.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/GranularPermissions.js +3 -3
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/PermissionsDropdown.d.ts +0 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/PermissionsDropdown.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/PermissionsDropdown.js +3 -5
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/WorkspaceItem.d.ts +1 -2
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/WorkspaceItem.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/WorkspaceItem.js +2 -2
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceList.d.ts +0 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceList.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/pivotTableNext/PluggablePivotTableNext.d.ts +3 -0
- package/esm/internal/components/pluggableVisualizations/pivotTableNext/PluggablePivotTableNext.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/pivotTableNext/PluggablePivotTableNext.js +33 -5
- package/esm/internal/constants/supportedProperties.d.ts.map +1 -1
- package/esm/internal/constants/supportedProperties.js +1 -0
- package/esm/internal/translations/de-DE.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/de-DE.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/de-DE.localization-bundle.js +12 -1
- package/esm/internal/translations/en-AU.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/en-AU.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/en-AU.localization-bundle.js +12 -1
- package/esm/internal/translations/en-GB.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/en-GB.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/en-GB.localization-bundle.js +12 -1
- package/esm/internal/translations/en-US.localization-bundle.d.ts +212 -0
- package/esm/internal/translations/en-US.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/en-US.localization-bundle.js +212 -0
- package/esm/internal/translations/es-419.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/es-419.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/es-419.localization-bundle.js +12 -1
- package/esm/internal/translations/es-ES.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/es-ES.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/es-ES.localization-bundle.js +12 -1
- package/esm/internal/translations/fi-FI.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/fi-FI.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/fi-FI.localization-bundle.js +12 -1
- package/esm/internal/translations/fr-CA.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/fr-CA.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/fr-CA.localization-bundle.js +12 -1
- package/esm/internal/translations/fr-FR.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/fr-FR.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/fr-FR.localization-bundle.js +12 -1
- package/esm/internal/translations/id-ID.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/id-ID.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/id-ID.localization-bundle.js +12 -1
- package/esm/internal/translations/it-IT.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/it-IT.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/it-IT.localization-bundle.js +12 -1
- package/esm/internal/translations/ja-JP.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/ja-JP.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/ja-JP.localization-bundle.js +12 -1
- package/esm/internal/translations/ko-KR.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/ko-KR.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/ko-KR.localization-bundle.js +12 -1
- package/esm/internal/translations/nl-NL.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/nl-NL.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/nl-NL.localization-bundle.js +12 -1
- package/esm/internal/translations/pl-PL.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/pl-PL.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/pl-PL.localization-bundle.js +12 -1
- package/esm/internal/translations/pt-BR.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/pt-BR.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/pt-BR.localization-bundle.js +12 -1
- package/esm/internal/translations/pt-PT.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/pt-PT.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/pt-PT.localization-bundle.js +12 -1
- package/esm/internal/translations/ru-RU.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/ru-RU.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/ru-RU.localization-bundle.js +12 -1
- package/esm/internal/translations/sl-SI.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/sl-SI.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/sl-SI.localization-bundle.js +12 -1
- package/esm/internal/translations/th-TH.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/th-TH.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/th-TH.localization-bundle.js +12 -1
- package/esm/internal/translations/tr-TR.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/tr-TR.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/tr-TR.localization-bundle.js +12 -1
- package/esm/internal/translations/uk-UA.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/uk-UA.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/uk-UA.localization-bundle.js +12 -1
- package/esm/internal/translations/vi-VN.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/vi-VN.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/vi-VN.localization-bundle.js +12 -1
- package/esm/internal/translations/zh-HK.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/zh-HK.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/zh-HK.localization-bundle.js +12 -1
- package/esm/internal/translations/zh-Hans.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/zh-Hans.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/zh-Hans.localization-bundle.js +12 -1
- package/esm/internal/translations/zh-Hant.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/zh-Hant.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/zh-Hant.localization-bundle.js +12 -1
- package/esm/internal/utils/propertiesHelper.d.ts +2 -1
- package/esm/internal/utils/propertiesHelper.d.ts.map +1 -1
- package/esm/internal/utils/propertiesHelper.js +3 -0
- package/esm/locales.d.ts +79 -0
- package/esm/locales.d.ts.map +1 -1
- package/esm/locales.js +46 -0
- package/esm/sdk-ui-ext.d.ts +274 -3
- package/esm/share/ObjectShareDialog.d.ts +67 -0
- package/esm/share/ObjectShareDialog.d.ts.map +1 -0
- package/esm/share/ObjectShareDialog.js +102 -0
- package/esm/share/accessSummary.d.ts +20 -0
- package/esm/share/accessSummary.d.ts.map +1 -0
- package/esm/share/accessSummary.js +26 -0
- package/esm/share/messages.d.ts +44 -0
- package/esm/share/messages.d.ts.map +1 -0
- package/esm/share/messages.js +23 -0
- package/esm/share/objectShareController.helpers.d.ts +80 -0
- package/esm/share/objectShareController.helpers.d.ts.map +1 -0
- package/esm/share/objectShareController.helpers.js +152 -0
- package/esm/share/objectShareController.types.d.ts +110 -0
- package/esm/share/objectShareController.types.d.ts.map +1 -0
- package/esm/share/objectShareController.types.js +2 -0
- package/esm/share/types.d.ts +47 -0
- package/esm/share/types.d.ts.map +1 -0
- package/esm/share/types.js +2 -0
- package/esm/share/useAccessList.d.ts +51 -0
- package/esm/share/useAccessList.d.ts.map +1 -0
- package/esm/share/useAccessList.js +263 -0
- package/esm/share/useLabelScope.d.ts +54 -0
- package/esm/share/useLabelScope.d.ts.map +1 -0
- package/esm/share/useLabelScope.js +160 -0
- package/esm/share/useObjectShare.d.ts +50 -0
- package/esm/share/useObjectShare.d.ts.map +1 -0
- package/esm/share/useObjectShare.js +17 -0
- package/esm/share/useObjectShareController.d.ts +24 -0
- package/esm/share/useObjectShareController.d.ts.map +1 -0
- package/esm/share/useObjectShareController.js +347 -0
- package/package.json +21 -21
- package/styles/css/main.css +238 -0
- package/styles/css/main.css.map +1 -1
- package/styles/internal/css/conditional_formatting.css +239 -0
- package/styles/internal/css/conditional_formatting.css.map +1 -0
- package/styles/internal/css/config_panel.css +5 -0
- package/styles/internal/css/config_panel.css.map +1 -1
- package/styles/internal/scss/conditional_formatting.scss +269 -0
- package/styles/internal/scss/config_panel.scss +11 -0
- package/styles/scss/main.scss +1 -0
|
@@ -2376,5 +2376,217 @@ export const en_US = {
|
|
|
2376
2376
|
"insightPicker.resetFilters": {
|
|
2377
2377
|
"text": "Reset filters",
|
|
2378
2378
|
"crowdinContext": "Button/tooltip to reset all filters in the insight picker to their defaults."
|
|
2379
|
+
},
|
|
2380
|
+
"objectShare.confirm.restrict.title": {
|
|
2381
|
+
"text": "Restrict access?",
|
|
2382
|
+
"crowdinContext": "Title of the confirm dialog shown when the user is about to switch general access from workspace-wide to restricted."
|
|
2383
|
+
},
|
|
2384
|
+
"objectShare.confirm.restrict.description": {
|
|
2385
|
+
"text": "This will restrict access to only the people and groups listed above.",
|
|
2386
|
+
"crowdinContext": "Body text of the confirm dialog explaining what restricting access does."
|
|
2387
|
+
},
|
|
2388
|
+
"objectShare.confirm.grantWorkspace.title": {
|
|
2389
|
+
"text": "Grant workspace-wide access?",
|
|
2390
|
+
"crowdinContext": "Title of the confirm dialog shown when the user is about to switch general access from restricted to workspace-wide."
|
|
2391
|
+
},
|
|
2392
|
+
"objectShare.confirm.grantWorkspace.description": {
|
|
2393
|
+
"text": "This will grant all workspace members access to \"{title}\".",
|
|
2394
|
+
"crowdinContext": "Body text of the confirm dialog explaining what granting workspace-wide access does. Placeholder is the object's title."
|
|
2395
|
+
},
|
|
2396
|
+
"objectShare.confirm.button": {
|
|
2397
|
+
"text": "Confirm",
|
|
2398
|
+
"crowdinContext": "Primary action label in the general-access confirm dialog."
|
|
2399
|
+
},
|
|
2400
|
+
"objectShare.toast.granteeAdded": {
|
|
2401
|
+
"text": "Access added.",
|
|
2402
|
+
"crowdinContext": "Toast shown after a new user or group is granted access via the share dialog."
|
|
2403
|
+
},
|
|
2404
|
+
"objectShare.toast.accessUpdated": {
|
|
2405
|
+
"text": "Access updated.",
|
|
2406
|
+
"crowdinContext": "Toast shown after a grantee's permission level was changed or the grantee was removed."
|
|
2407
|
+
},
|
|
2408
|
+
"objectShare.toast.generalAccessUpdated": {
|
|
2409
|
+
"text": "General access updated.",
|
|
2410
|
+
"crowdinContext": "Toast shown after toggling general access between restricted and all workspace members."
|
|
2411
|
+
},
|
|
2412
|
+
"objectShare.toast.error": {
|
|
2413
|
+
"text": "Access could not be updated.",
|
|
2414
|
+
"crowdinContext": "Toast shown when an access change fails."
|
|
2415
|
+
},
|
|
2416
|
+
"objectShare.toast.labelScopePartial": {
|
|
2417
|
+
"text": "Some label access could not be saved.",
|
|
2418
|
+
"crowdinContext": "Warning toast when sharing an attribute succeeded but one or more of its per-label permission writes failed."
|
|
2419
|
+
},
|
|
2420
|
+
"objectShare.loadError": {
|
|
2421
|
+
"text": "Sharing settings couldn't be loaded. Please close and try again.",
|
|
2422
|
+
"crowdinContext": "Shown inside the share dialog when the object's access list failed to load, so the empty state isn't mistaken for a real policy."
|
|
2423
|
+
},
|
|
2424
|
+
"properties.conditionalFormatting.title": {
|
|
2425
|
+
"text": "Conditional formatting",
|
|
2426
|
+
"crowdinContext": "Title of the table conditional-formatting configuration section."
|
|
2427
|
+
},
|
|
2428
|
+
"properties.conditionalFormatting.empty": {
|
|
2429
|
+
"text": "Highlight cells or rows that match a rule.",
|
|
2430
|
+
"crowdinContext": "Empty-state hint shown before any conditional-formatting rule is added."
|
|
2431
|
+
},
|
|
2432
|
+
"properties.conditionalFormatting.rulesLabel": {
|
|
2433
|
+
"text": "Rules",
|
|
2434
|
+
"crowdinContext": "Uppercase subsection label above the list of conditional-formatting rules."
|
|
2435
|
+
},
|
|
2436
|
+
"properties.conditionalFormatting.addRule": {
|
|
2437
|
+
"text": "Add",
|
|
2438
|
+
"crowdinContext": "Button (in the Rules subsection header) that opens the dialog to create a new conditional-formatting rule."
|
|
2439
|
+
},
|
|
2440
|
+
"properties.conditionalFormatting.rule.invalid": {
|
|
2441
|
+
"text": "Column not found",
|
|
2442
|
+
"crowdinContext": "Badge on a rule whose target column is no longer present on the insight."
|
|
2443
|
+
},
|
|
2444
|
+
"properties.conditionalFormatting.rule.edit": {
|
|
2445
|
+
"text": "Edit rule",
|
|
2446
|
+
"crowdinContext": "Accessible label for the button that edits a conditional-formatting rule."
|
|
2447
|
+
},
|
|
2448
|
+
"properties.conditionalFormatting.rule.delete": {
|
|
2449
|
+
"text": "Delete rule",
|
|
2450
|
+
"crowdinContext": "Accessible label for the button that deletes a conditional-formatting rule."
|
|
2451
|
+
},
|
|
2452
|
+
"properties.conditionalFormatting.dialog.addTitle": {
|
|
2453
|
+
"text": "Add rule",
|
|
2454
|
+
"crowdinContext": "Headline of the dialog when creating a new conditional-formatting rule."
|
|
2455
|
+
},
|
|
2456
|
+
"properties.conditionalFormatting.dialog.editTitle": {
|
|
2457
|
+
"text": "Edit rule",
|
|
2458
|
+
"crowdinContext": "Headline of the dialog when editing an existing conditional-formatting rule."
|
|
2459
|
+
},
|
|
2460
|
+
"properties.conditionalFormatting.dialog.target": {
|
|
2461
|
+
"text": "When",
|
|
2462
|
+
"crowdinContext": "Label above the dropdown selecting which measure or attribute a rule targets."
|
|
2463
|
+
},
|
|
2464
|
+
"properties.conditionalFormatting.dialog.selectTarget": {
|
|
2465
|
+
"text": "Select a measure or attribute",
|
|
2466
|
+
"crowdinContext": "Placeholder for the target dropdown before a measure or attribute is chosen."
|
|
2467
|
+
},
|
|
2468
|
+
"properties.conditionalFormatting.dialog.condition": {
|
|
2469
|
+
"text": "Condition",
|
|
2470
|
+
"crowdinContext": "Header label of a single condition block in the rule editor."
|
|
2471
|
+
},
|
|
2472
|
+
"properties.conditionalFormatting.dialog.format": {
|
|
2473
|
+
"text": "Format",
|
|
2474
|
+
"crowdinContext": "Label for the color/scope formatting controls of a condition."
|
|
2475
|
+
},
|
|
2476
|
+
"properties.conditionalFormatting.dialog.addCondition": {
|
|
2477
|
+
"text": "Add condition",
|
|
2478
|
+
"crowdinContext": "Button that appends another condition to the rule being edited."
|
|
2479
|
+
},
|
|
2480
|
+
"properties.conditionalFormatting.dialog.removeCondition": {
|
|
2481
|
+
"text": "Remove condition",
|
|
2482
|
+
"crowdinContext": "Accessible label for the button that removes a condition from a rule."
|
|
2483
|
+
},
|
|
2484
|
+
"properties.conditionalFormatting.dialog.textColor": {
|
|
2485
|
+
"text": "Text",
|
|
2486
|
+
"crowdinContext": "Label for the text (font) color picker of a condition."
|
|
2487
|
+
},
|
|
2488
|
+
"properties.conditionalFormatting.dialog.fillColor": {
|
|
2489
|
+
"text": "Fill",
|
|
2490
|
+
"crowdinContext": "Label for the background (fill) color picker of a condition."
|
|
2491
|
+
},
|
|
2492
|
+
"properties.conditionalFormatting.dialog.noColor": {
|
|
2493
|
+
"text": "No color",
|
|
2494
|
+
"crowdinContext": "Accessibility label for the swatch that clears a condition's color (transparent)."
|
|
2495
|
+
},
|
|
2496
|
+
"properties.conditionalFormatting.dialog.scope.cell": {
|
|
2497
|
+
"text": "Cell",
|
|
2498
|
+
"crowdinContext": "Option to apply a condition's format to the matched cell only."
|
|
2499
|
+
},
|
|
2500
|
+
"properties.conditionalFormatting.dialog.scope.row": {
|
|
2501
|
+
"text": "Row",
|
|
2502
|
+
"crowdinContext": "Option to apply a condition's format to the whole matched row."
|
|
2503
|
+
},
|
|
2504
|
+
"properties.conditionalFormatting.dialog.value": {
|
|
2505
|
+
"text": "Value",
|
|
2506
|
+
"crowdinContext": "Placeholder for a condition's threshold value input."
|
|
2507
|
+
},
|
|
2508
|
+
"properties.conditionalFormatting.dialog.from": {
|
|
2509
|
+
"text": "From",
|
|
2510
|
+
"crowdinContext": "Placeholder for the lower bound of a between/not-between condition."
|
|
2511
|
+
},
|
|
2512
|
+
"properties.conditionalFormatting.dialog.to": {
|
|
2513
|
+
"text": "To",
|
|
2514
|
+
"crowdinContext": "Placeholder for the upper bound of a between/not-between condition."
|
|
2515
|
+
},
|
|
2516
|
+
"properties.conditionalFormatting.dialog.cancel": {
|
|
2517
|
+
"text": "Cancel",
|
|
2518
|
+
"crowdinContext": "Button that discards changes in the conditional-formatting rule dialog."
|
|
2519
|
+
},
|
|
2520
|
+
"properties.conditionalFormatting.dialog.save": {
|
|
2521
|
+
"text": "Save",
|
|
2522
|
+
"crowdinContext": "Button that saves the conditional-formatting rule being edited."
|
|
2523
|
+
},
|
|
2524
|
+
"properties.conditionalFormatting.operator.all": {
|
|
2525
|
+
"text": "All values",
|
|
2526
|
+
"crowdinContext": "Conditional-formatting operator that always matches."
|
|
2527
|
+
},
|
|
2528
|
+
"properties.conditionalFormatting.operator.equalTo": {
|
|
2529
|
+
"text": "Equal to",
|
|
2530
|
+
"crowdinContext": "Conditional-formatting comparison operator."
|
|
2531
|
+
},
|
|
2532
|
+
"properties.conditionalFormatting.operator.notEqualTo": {
|
|
2533
|
+
"text": "Not equal to",
|
|
2534
|
+
"crowdinContext": "Conditional-formatting comparison operator."
|
|
2535
|
+
},
|
|
2536
|
+
"properties.conditionalFormatting.operator.greaterThan": {
|
|
2537
|
+
"text": "Greater than",
|
|
2538
|
+
"crowdinContext": "Conditional-formatting numeric operator."
|
|
2539
|
+
},
|
|
2540
|
+
"properties.conditionalFormatting.operator.greaterThanOrEqualTo": {
|
|
2541
|
+
"text": "Greater than or equal to",
|
|
2542
|
+
"crowdinContext": "Conditional-formatting numeric operator."
|
|
2543
|
+
},
|
|
2544
|
+
"properties.conditionalFormatting.operator.lessThan": {
|
|
2545
|
+
"text": "Less than",
|
|
2546
|
+
"crowdinContext": "Conditional-formatting numeric operator."
|
|
2547
|
+
},
|
|
2548
|
+
"properties.conditionalFormatting.operator.lessThanOrEqualTo": {
|
|
2549
|
+
"text": "Less than or equal to",
|
|
2550
|
+
"crowdinContext": "Conditional-formatting numeric operator."
|
|
2551
|
+
},
|
|
2552
|
+
"properties.conditionalFormatting.operator.between": {
|
|
2553
|
+
"text": "Between",
|
|
2554
|
+
"crowdinContext": "Conditional-formatting numeric range operator."
|
|
2555
|
+
},
|
|
2556
|
+
"properties.conditionalFormatting.operator.notBetween": {
|
|
2557
|
+
"text": "Not between",
|
|
2558
|
+
"crowdinContext": "Conditional-formatting numeric range operator."
|
|
2559
|
+
},
|
|
2560
|
+
"properties.conditionalFormatting.operator.contains": {
|
|
2561
|
+
"text": "Contains",
|
|
2562
|
+
"crowdinContext": "Conditional-formatting text operator."
|
|
2563
|
+
},
|
|
2564
|
+
"properties.conditionalFormatting.operator.notContains": {
|
|
2565
|
+
"text": "Does not contain",
|
|
2566
|
+
"crowdinContext": "Conditional-formatting text operator."
|
|
2567
|
+
},
|
|
2568
|
+
"properties.conditionalFormatting.operator.startsWith": {
|
|
2569
|
+
"text": "Starts with",
|
|
2570
|
+
"crowdinContext": "Conditional-formatting text operator."
|
|
2571
|
+
},
|
|
2572
|
+
"properties.conditionalFormatting.operator.notStartsWith": {
|
|
2573
|
+
"text": "Does not start with",
|
|
2574
|
+
"crowdinContext": "Conditional-formatting text operator."
|
|
2575
|
+
},
|
|
2576
|
+
"properties.conditionalFormatting.operator.endsWith": {
|
|
2577
|
+
"text": "Ends with",
|
|
2578
|
+
"crowdinContext": "Conditional-formatting text operator."
|
|
2579
|
+
},
|
|
2580
|
+
"properties.conditionalFormatting.operator.notEndsWith": {
|
|
2581
|
+
"text": "Does not end with",
|
|
2582
|
+
"crowdinContext": "Conditional-formatting text operator."
|
|
2583
|
+
},
|
|
2584
|
+
"properties.conditionalFormatting.operator.isEmpty": {
|
|
2585
|
+
"text": "Is empty",
|
|
2586
|
+
"crowdinContext": "Conditional-formatting operator matching empty cells."
|
|
2587
|
+
},
|
|
2588
|
+
"properties.conditionalFormatting.operator.isNotEmpty": {
|
|
2589
|
+
"text": "Is not empty",
|
|
2590
|
+
"crowdinContext": "Conditional-formatting operator matching non-empty cells."
|
|
2379
2591
|
}
|
|
2380
2592
|
};
|
|
@@ -593,5 +593,16 @@ export declare const es_419: {
|
|
|
593
593
|
"insightPicker.sortDirection.descending": string;
|
|
594
594
|
"insightPicker.menu.actions": string;
|
|
595
595
|
"insightPicker.resetFilters": string;
|
|
596
|
+
"objectShare.confirm.restrict.title": string;
|
|
597
|
+
"objectShare.confirm.restrict.description": string;
|
|
598
|
+
"objectShare.confirm.grantWorkspace.title": string;
|
|
599
|
+
"objectShare.confirm.grantWorkspace.description": string;
|
|
600
|
+
"objectShare.confirm.button": string;
|
|
601
|
+
"objectShare.toast.granteeAdded": string;
|
|
602
|
+
"objectShare.toast.accessUpdated": string;
|
|
603
|
+
"objectShare.toast.generalAccessUpdated": string;
|
|
604
|
+
"objectShare.toast.error": string;
|
|
605
|
+
"objectShare.toast.labelScopePartial": string;
|
|
606
|
+
"objectShare.loadError": string;
|
|
596
607
|
};
|
|
597
608
|
//# sourceMappingURL=es-419.localization-bundle.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"es-419.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/es-419.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"es-419.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/es-419.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8lBlB,CAAC"}
|
|
@@ -594,5 +594,16 @@ export const es_419 = {
|
|
|
594
594
|
"insightPicker.sortDirection.ascending": "Ascendiendo",
|
|
595
595
|
"insightPicker.sortDirection.descending": "Descendiendo",
|
|
596
596
|
"insightPicker.menu.actions": "Acciones",
|
|
597
|
-
"insightPicker.resetFilters": "Restablecer filtros"
|
|
597
|
+
"insightPicker.resetFilters": "Restablecer filtros",
|
|
598
|
+
"objectShare.confirm.restrict.title": "¿Restringir acceso?",
|
|
599
|
+
"objectShare.confirm.restrict.description": "Esto restringirá el acceso solo a las personas y los grupos indicados arriba.",
|
|
600
|
+
"objectShare.confirm.grantWorkspace.title": "¿Otorgar acceso a todo el espacio de trabajo?",
|
|
601
|
+
"objectShare.confirm.grantWorkspace.description": "Esto otorgará acceso a todos los miembros del espacio de trabajo a \"{title}\".",
|
|
602
|
+
"objectShare.confirm.button": "Confirme",
|
|
603
|
+
"objectShare.toast.granteeAdded": "Acceso agregado.",
|
|
604
|
+
"objectShare.toast.accessUpdated": "Acceso actualizado.",
|
|
605
|
+
"objectShare.toast.generalAccessUpdated": "Acceso general actualizado.",
|
|
606
|
+
"objectShare.toast.error": "No se pudo actualizar el acceso.",
|
|
607
|
+
"objectShare.toast.labelScopePartial": "No se pudo guardar algún acceso de etiqueta.",
|
|
608
|
+
"objectShare.loadError": "No se pudieron cargar los ajustes de uso compartido. Cierre e inténtelo de nuevo."
|
|
598
609
|
};
|
|
@@ -593,5 +593,16 @@ export declare const es_ES: {
|
|
|
593
593
|
"insightPicker.sortDirection.descending": string;
|
|
594
594
|
"insightPicker.menu.actions": string;
|
|
595
595
|
"insightPicker.resetFilters": string;
|
|
596
|
+
"objectShare.confirm.restrict.title": string;
|
|
597
|
+
"objectShare.confirm.restrict.description": string;
|
|
598
|
+
"objectShare.confirm.grantWorkspace.title": string;
|
|
599
|
+
"objectShare.confirm.grantWorkspace.description": string;
|
|
600
|
+
"objectShare.confirm.button": string;
|
|
601
|
+
"objectShare.toast.granteeAdded": string;
|
|
602
|
+
"objectShare.toast.accessUpdated": string;
|
|
603
|
+
"objectShare.toast.generalAccessUpdated": string;
|
|
604
|
+
"objectShare.toast.error": string;
|
|
605
|
+
"objectShare.toast.labelScopePartial": string;
|
|
606
|
+
"objectShare.loadError": string;
|
|
596
607
|
};
|
|
597
608
|
//# sourceMappingURL=es-ES.localization-bundle.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"es-ES.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/es-ES.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"es-ES.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/es-ES.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8lBjB,CAAC"}
|
|
@@ -594,5 +594,16 @@ export const es_ES = {
|
|
|
594
594
|
"insightPicker.sortDirection.ascending": "Ascendente",
|
|
595
595
|
"insightPicker.sortDirection.descending": "Descendente",
|
|
596
596
|
"insightPicker.menu.actions": "Acciones",
|
|
597
|
-
"insightPicker.resetFilters": "Restablecer filtros"
|
|
597
|
+
"insightPicker.resetFilters": "Restablecer filtros",
|
|
598
|
+
"objectShare.confirm.restrict.title": "¿Restringir acceso?",
|
|
599
|
+
"objectShare.confirm.restrict.description": "Esto restringirá el acceso solo a las personas y grupos indicados anteriormente.",
|
|
600
|
+
"objectShare.confirm.grantWorkspace.title": "¿Conceder acceso a todo el espacio de trabajo?",
|
|
601
|
+
"objectShare.confirm.grantWorkspace.description": "Esto concederá acceso a \"{title}\" a todos los miembros del espacio de trabajo.",
|
|
602
|
+
"objectShare.confirm.button": "Confirme",
|
|
603
|
+
"objectShare.toast.granteeAdded": "Acceso añadido.",
|
|
604
|
+
"objectShare.toast.accessUpdated": "Acceso actualizado.",
|
|
605
|
+
"objectShare.toast.generalAccessUpdated": "Acceso general actualizado.",
|
|
606
|
+
"objectShare.toast.error": "No se pudo actualizar el acceso.",
|
|
607
|
+
"objectShare.toast.labelScopePartial": "No se pudo guardar el acceso de algunas etiquetas.",
|
|
608
|
+
"objectShare.loadError": "No se pudo cargar la configuración de uso compartido. Cierre e inténtelo de nuevo."
|
|
598
609
|
};
|
|
@@ -593,5 +593,16 @@ export declare const fi_FI: {
|
|
|
593
593
|
"insightPicker.sortDirection.descending": string;
|
|
594
594
|
"insightPicker.menu.actions": string;
|
|
595
595
|
"insightPicker.resetFilters": string;
|
|
596
|
+
"objectShare.confirm.restrict.title": string;
|
|
597
|
+
"objectShare.confirm.restrict.description": string;
|
|
598
|
+
"objectShare.confirm.grantWorkspace.title": string;
|
|
599
|
+
"objectShare.confirm.grantWorkspace.description": string;
|
|
600
|
+
"objectShare.confirm.button": string;
|
|
601
|
+
"objectShare.toast.granteeAdded": string;
|
|
602
|
+
"objectShare.toast.accessUpdated": string;
|
|
603
|
+
"objectShare.toast.generalAccessUpdated": string;
|
|
604
|
+
"objectShare.toast.error": string;
|
|
605
|
+
"objectShare.toast.labelScopePartial": string;
|
|
606
|
+
"objectShare.loadError": string;
|
|
596
607
|
};
|
|
597
608
|
//# sourceMappingURL=fi-FI.localization-bundle.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fi-FI.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/fi-FI.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"fi-FI.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/fi-FI.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8lBjB,CAAC"}
|
|
@@ -594,5 +594,16 @@ export const fi_FI = {
|
|
|
594
594
|
"insightPicker.sortDirection.ascending": "Nouseva",
|
|
595
595
|
"insightPicker.sortDirection.descending": "Laskeva",
|
|
596
596
|
"insightPicker.menu.actions": "Toiminnot",
|
|
597
|
-
"insightPicker.resetFilters": "Nollaa suodattimet"
|
|
597
|
+
"insightPicker.resetFilters": "Nollaa suodattimet",
|
|
598
|
+
"objectShare.confirm.restrict.title": "Rajoitetaanko käyttöoikeutta?",
|
|
599
|
+
"objectShare.confirm.restrict.description": "Tämä rajoittaa käyttöoikeuden vain yllä lueteltuihin henkilöihin ja ryhmiin.",
|
|
600
|
+
"objectShare.confirm.grantWorkspace.title": "Myönnetäänkö koko työtilan kattava käyttöoikeus?",
|
|
601
|
+
"objectShare.confirm.grantWorkspace.description": "Tämä myöntää kaikille työtilan jäsenille käyttöoikeuden kohteeseen \"{title}\".",
|
|
602
|
+
"objectShare.confirm.button": "Vahvista",
|
|
603
|
+
"objectShare.toast.granteeAdded": "Käyttöoikeus lisätty.",
|
|
604
|
+
"objectShare.toast.accessUpdated": "Käyttöoikeus päivitetty.",
|
|
605
|
+
"objectShare.toast.generalAccessUpdated": "Yleinen käyttöoikeus päivitetty.",
|
|
606
|
+
"objectShare.toast.error": "Käyttöoikeutta ei voitu päivittää.",
|
|
607
|
+
"objectShare.toast.labelScopePartial": "Joitakin merkinnän käyttöoikeuksia ei voitu tallentaa.",
|
|
608
|
+
"objectShare.loadError": "Jakamisasetuksia ei voitu ladata. Sulje ja yritä uudelleen."
|
|
598
609
|
};
|
|
@@ -593,5 +593,16 @@ export declare const fr_CA: {
|
|
|
593
593
|
"insightPicker.sortDirection.descending": string;
|
|
594
594
|
"insightPicker.menu.actions": string;
|
|
595
595
|
"insightPicker.resetFilters": string;
|
|
596
|
+
"objectShare.confirm.restrict.title": string;
|
|
597
|
+
"objectShare.confirm.restrict.description": string;
|
|
598
|
+
"objectShare.confirm.grantWorkspace.title": string;
|
|
599
|
+
"objectShare.confirm.grantWorkspace.description": string;
|
|
600
|
+
"objectShare.confirm.button": string;
|
|
601
|
+
"objectShare.toast.granteeAdded": string;
|
|
602
|
+
"objectShare.toast.accessUpdated": string;
|
|
603
|
+
"objectShare.toast.generalAccessUpdated": string;
|
|
604
|
+
"objectShare.toast.error": string;
|
|
605
|
+
"objectShare.toast.labelScopePartial": string;
|
|
606
|
+
"objectShare.loadError": string;
|
|
596
607
|
};
|
|
597
608
|
//# sourceMappingURL=fr-CA.localization-bundle.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fr-CA.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/fr-CA.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"fr-CA.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/fr-CA.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8lBjB,CAAC"}
|
|
@@ -594,5 +594,16 @@ export const fr_CA = {
|
|
|
594
594
|
"insightPicker.sortDirection.ascending": "Ordre croissant",
|
|
595
595
|
"insightPicker.sortDirection.descending": "Ordre décroissant",
|
|
596
596
|
"insightPicker.menu.actions": "Actions",
|
|
597
|
-
"insightPicker.resetFilters": "Réinitialiser les filtres"
|
|
597
|
+
"insightPicker.resetFilters": "Réinitialiser les filtres",
|
|
598
|
+
"objectShare.confirm.restrict.title": "Restreindre l’accès?",
|
|
599
|
+
"objectShare.confirm.restrict.description": "Cela restreindra l’accès aux seules personnes et groupes répertoriés ci-dessus.",
|
|
600
|
+
"objectShare.confirm.grantWorkspace.title": "Accorder l’accès à l’échelle de l’espace de travail?",
|
|
601
|
+
"objectShare.confirm.grantWorkspace.description": "Cela accordera à tous les membres de l’espace de travail l’accès à \"{title}\".",
|
|
602
|
+
"objectShare.confirm.button": "Confirmer",
|
|
603
|
+
"objectShare.toast.granteeAdded": "Accès ajouté.",
|
|
604
|
+
"objectShare.toast.accessUpdated": "Accès mis à jour.",
|
|
605
|
+
"objectShare.toast.generalAccessUpdated": "Accès général mis à jour.",
|
|
606
|
+
"objectShare.toast.error": "L’accès n’a pas pu être mis à jour.",
|
|
607
|
+
"objectShare.toast.labelScopePartial": "Certains accès aux libellés n’ont pas pu être enregistrés.",
|
|
608
|
+
"objectShare.loadError": "Les paramètres de partage n’ont pas pu être chargés. Veuillez fermer et réessayer."
|
|
598
609
|
};
|
|
@@ -593,5 +593,16 @@ export declare const fr_FR: {
|
|
|
593
593
|
"insightPicker.sortDirection.descending": string;
|
|
594
594
|
"insightPicker.menu.actions": string;
|
|
595
595
|
"insightPicker.resetFilters": string;
|
|
596
|
+
"objectShare.confirm.restrict.title": string;
|
|
597
|
+
"objectShare.confirm.restrict.description": string;
|
|
598
|
+
"objectShare.confirm.grantWorkspace.title": string;
|
|
599
|
+
"objectShare.confirm.grantWorkspace.description": string;
|
|
600
|
+
"objectShare.confirm.button": string;
|
|
601
|
+
"objectShare.toast.granteeAdded": string;
|
|
602
|
+
"objectShare.toast.accessUpdated": string;
|
|
603
|
+
"objectShare.toast.generalAccessUpdated": string;
|
|
604
|
+
"objectShare.toast.error": string;
|
|
605
|
+
"objectShare.toast.labelScopePartial": string;
|
|
606
|
+
"objectShare.loadError": string;
|
|
596
607
|
};
|
|
597
608
|
//# sourceMappingURL=fr-FR.localization-bundle.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fr-FR.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/fr-FR.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"fr-FR.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/fr-FR.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8lBjB,CAAC"}
|
|
@@ -594,5 +594,16 @@ export const fr_FR = {
|
|
|
594
594
|
"insightPicker.sortDirection.ascending": "Ordre croissant",
|
|
595
595
|
"insightPicker.sortDirection.descending": "Ordre décroissant",
|
|
596
596
|
"insightPicker.menu.actions": "Actions",
|
|
597
|
-
"insightPicker.resetFilters": "Réinitialiser les filtres"
|
|
597
|
+
"insightPicker.resetFilters": "Réinitialiser les filtres",
|
|
598
|
+
"objectShare.confirm.restrict.title": "Restreindre l’accès ?",
|
|
599
|
+
"objectShare.confirm.restrict.description": "Cela limitera l’accès aux seules personnes et groupes répertoriés ci-dessus.",
|
|
600
|
+
"objectShare.confirm.grantWorkspace.title": "Accorder un accès à l’échelle de l’espace de travail ?",
|
|
601
|
+
"objectShare.confirm.grantWorkspace.description": "Cela accordera à tous les membres de l’espace de travail l’accès à « {title} ».",
|
|
602
|
+
"objectShare.confirm.button": "Confirmer",
|
|
603
|
+
"objectShare.toast.granteeAdded": "Accès ajouté.",
|
|
604
|
+
"objectShare.toast.accessUpdated": "Accès mis à jour.",
|
|
605
|
+
"objectShare.toast.generalAccessUpdated": "Accès général mis à jour.",
|
|
606
|
+
"objectShare.toast.error": "L’accès n’a pas pu être mis à jour.",
|
|
607
|
+
"objectShare.toast.labelScopePartial": "Certains accès aux libellés n’ont pas pu être enregistrés.",
|
|
608
|
+
"objectShare.loadError": "Les paramètres de partage n’ont pas pu être chargés. Veuillez fermer et réessayer."
|
|
598
609
|
};
|
|
@@ -593,5 +593,16 @@ export declare const id_ID: {
|
|
|
593
593
|
"insightPicker.sortDirection.descending": string;
|
|
594
594
|
"insightPicker.menu.actions": string;
|
|
595
595
|
"insightPicker.resetFilters": string;
|
|
596
|
+
"objectShare.confirm.restrict.title": string;
|
|
597
|
+
"objectShare.confirm.restrict.description": string;
|
|
598
|
+
"objectShare.confirm.grantWorkspace.title": string;
|
|
599
|
+
"objectShare.confirm.grantWorkspace.description": string;
|
|
600
|
+
"objectShare.confirm.button": string;
|
|
601
|
+
"objectShare.toast.granteeAdded": string;
|
|
602
|
+
"objectShare.toast.accessUpdated": string;
|
|
603
|
+
"objectShare.toast.generalAccessUpdated": string;
|
|
604
|
+
"objectShare.toast.error": string;
|
|
605
|
+
"objectShare.toast.labelScopePartial": string;
|
|
606
|
+
"objectShare.loadError": string;
|
|
596
607
|
};
|
|
597
608
|
//# sourceMappingURL=id-ID.localization-bundle.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"id-ID.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/id-ID.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"id-ID.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/id-ID.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8lBjB,CAAC"}
|
|
@@ -594,5 +594,16 @@ export const id_ID = {
|
|
|
594
594
|
"insightPicker.sortDirection.ascending": "Naik",
|
|
595
595
|
"insightPicker.sortDirection.descending": "Turun",
|
|
596
596
|
"insightPicker.menu.actions": "Tindakan",
|
|
597
|
-
"insightPicker.resetFilters": "Atur ulang filter"
|
|
597
|
+
"insightPicker.resetFilters": "Atur ulang filter",
|
|
598
|
+
"objectShare.confirm.restrict.title": "Batasi akses?",
|
|
599
|
+
"objectShare.confirm.restrict.description": "Ini akan membatasi akses hanya untuk orang dan grup yang tercantum di atas.",
|
|
600
|
+
"objectShare.confirm.grantWorkspace.title": "Berikan akses di seluruh ruang kerja?",
|
|
601
|
+
"objectShare.confirm.grantWorkspace.description": "Ini akan memberikan akses kepada semua anggota ruang kerja ke \"{title}\".",
|
|
602
|
+
"objectShare.confirm.button": "Konfirmasi",
|
|
603
|
+
"objectShare.toast.granteeAdded": "Akses ditambahkan.",
|
|
604
|
+
"objectShare.toast.accessUpdated": "Akses diperbarui.",
|
|
605
|
+
"objectShare.toast.generalAccessUpdated": "Akses umum diperbarui.",
|
|
606
|
+
"objectShare.toast.error": "Akses tidak dapat diperbarui.",
|
|
607
|
+
"objectShare.toast.labelScopePartial": "Beberapa akses label tidak dapat disimpan.",
|
|
608
|
+
"objectShare.loadError": "Pengaturan berbagi tidak dapat dimuat. Harap tutup dan coba lagi."
|
|
598
609
|
};
|
|
@@ -593,5 +593,16 @@ export declare const it_IT: {
|
|
|
593
593
|
"insightPicker.sortDirection.descending": string;
|
|
594
594
|
"insightPicker.menu.actions": string;
|
|
595
595
|
"insightPicker.resetFilters": string;
|
|
596
|
+
"objectShare.confirm.restrict.title": string;
|
|
597
|
+
"objectShare.confirm.restrict.description": string;
|
|
598
|
+
"objectShare.confirm.grantWorkspace.title": string;
|
|
599
|
+
"objectShare.confirm.grantWorkspace.description": string;
|
|
600
|
+
"objectShare.confirm.button": string;
|
|
601
|
+
"objectShare.toast.granteeAdded": string;
|
|
602
|
+
"objectShare.toast.accessUpdated": string;
|
|
603
|
+
"objectShare.toast.generalAccessUpdated": string;
|
|
604
|
+
"objectShare.toast.error": string;
|
|
605
|
+
"objectShare.toast.labelScopePartial": string;
|
|
606
|
+
"objectShare.loadError": string;
|
|
596
607
|
};
|
|
597
608
|
//# sourceMappingURL=it-IT.localization-bundle.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"it-IT.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/it-IT.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"it-IT.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/it-IT.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8lBjB,CAAC"}
|
|
@@ -594,5 +594,16 @@ export const it_IT = {
|
|
|
594
594
|
"insightPicker.sortDirection.ascending": "In salita",
|
|
595
595
|
"insightPicker.sortDirection.descending": "In discesa",
|
|
596
596
|
"insightPicker.menu.actions": "Azioni",
|
|
597
|
-
"insightPicker.resetFilters": "Reimposta filtri"
|
|
597
|
+
"insightPicker.resetFilters": "Reimposta filtri",
|
|
598
|
+
"objectShare.confirm.restrict.title": "Limitare l'accesso?",
|
|
599
|
+
"objectShare.confirm.restrict.description": "Questo limiterà l'accesso solo alle persone e ai gruppi elencati sopra.",
|
|
600
|
+
"objectShare.confirm.grantWorkspace.title": "Concedere l'accesso all'intera area di lavoro?",
|
|
601
|
+
"objectShare.confirm.grantWorkspace.description": "Questo concederà a tutti i membri dell'area di lavoro l'accesso a \"{title}\".",
|
|
602
|
+
"objectShare.confirm.button": "Confermare",
|
|
603
|
+
"objectShare.toast.granteeAdded": "Accesso aggiunto.",
|
|
604
|
+
"objectShare.toast.accessUpdated": "Accesso aggiornato.",
|
|
605
|
+
"objectShare.toast.generalAccessUpdated": "Accesso generale aggiornato.",
|
|
606
|
+
"objectShare.toast.error": "Impossibile aggiornare l'accesso.",
|
|
607
|
+
"objectShare.toast.labelScopePartial": "Impossibile salvare alcuni accessi alle etichette.",
|
|
608
|
+
"objectShare.loadError": "Impossibile caricare le impostazioni di condivisione. Chiudere e riprovare."
|
|
598
609
|
};
|
|
@@ -593,5 +593,16 @@ export declare const ja_JP: {
|
|
|
593
593
|
"insightPicker.sortDirection.descending": string;
|
|
594
594
|
"insightPicker.menu.actions": string;
|
|
595
595
|
"insightPicker.resetFilters": string;
|
|
596
|
+
"objectShare.confirm.restrict.title": string;
|
|
597
|
+
"objectShare.confirm.restrict.description": string;
|
|
598
|
+
"objectShare.confirm.grantWorkspace.title": string;
|
|
599
|
+
"objectShare.confirm.grantWorkspace.description": string;
|
|
600
|
+
"objectShare.confirm.button": string;
|
|
601
|
+
"objectShare.toast.granteeAdded": string;
|
|
602
|
+
"objectShare.toast.accessUpdated": string;
|
|
603
|
+
"objectShare.toast.generalAccessUpdated": string;
|
|
604
|
+
"objectShare.toast.error": string;
|
|
605
|
+
"objectShare.toast.labelScopePartial": string;
|
|
606
|
+
"objectShare.loadError": string;
|
|
596
607
|
};
|
|
597
608
|
//# sourceMappingURL=ja-JP.localization-bundle.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ja-JP.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/ja-JP.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"ja-JP.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/ja-JP.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8lBjB,CAAC"}
|
|
@@ -594,5 +594,16 @@ export const ja_JP = {
|
|
|
594
594
|
"insightPicker.sortDirection.ascending": "昇順",
|
|
595
595
|
"insightPicker.sortDirection.descending": "降順",
|
|
596
596
|
"insightPicker.menu.actions": "アクション",
|
|
597
|
-
"insightPicker.resetFilters": "フィルターをリセット"
|
|
597
|
+
"insightPicker.resetFilters": "フィルターをリセット",
|
|
598
|
+
"objectShare.confirm.restrict.title": "アクセスを制限しますか?",
|
|
599
|
+
"objectShare.confirm.restrict.description": "これにより、アクセスは上記に記載されたユーザーとグループのみに制限されます。",
|
|
600
|
+
"objectShare.confirm.grantWorkspace.title": "ワークスペース全体のアクセス権を付与しますか?",
|
|
601
|
+
"objectShare.confirm.grantWorkspace.description": "これにより、すべてのワークスペースメンバーに「{title}」へのアクセス権が付与されます。",
|
|
602
|
+
"objectShare.confirm.button": "確認",
|
|
603
|
+
"objectShare.toast.granteeAdded": "アクセスが追加されました。",
|
|
604
|
+
"objectShare.toast.accessUpdated": "アクセスが更新されました。",
|
|
605
|
+
"objectShare.toast.generalAccessUpdated": "一般アクセスが更新されました。",
|
|
606
|
+
"objectShare.toast.error": "アクセスを更新できませんでした。",
|
|
607
|
+
"objectShare.toast.labelScopePartial": "一部のラベルアクセスを保存できませんでした。",
|
|
608
|
+
"objectShare.loadError": "共有設定を読み込めませんでした。閉じてからもう一度お試しください。"
|
|
598
609
|
};
|
|
@@ -593,5 +593,16 @@ export declare const ko_KR: {
|
|
|
593
593
|
"insightPicker.sortDirection.descending": string;
|
|
594
594
|
"insightPicker.menu.actions": string;
|
|
595
595
|
"insightPicker.resetFilters": string;
|
|
596
|
+
"objectShare.confirm.restrict.title": string;
|
|
597
|
+
"objectShare.confirm.restrict.description": string;
|
|
598
|
+
"objectShare.confirm.grantWorkspace.title": string;
|
|
599
|
+
"objectShare.confirm.grantWorkspace.description": string;
|
|
600
|
+
"objectShare.confirm.button": string;
|
|
601
|
+
"objectShare.toast.granteeAdded": string;
|
|
602
|
+
"objectShare.toast.accessUpdated": string;
|
|
603
|
+
"objectShare.toast.generalAccessUpdated": string;
|
|
604
|
+
"objectShare.toast.error": string;
|
|
605
|
+
"objectShare.toast.labelScopePartial": string;
|
|
606
|
+
"objectShare.loadError": string;
|
|
596
607
|
};
|
|
597
608
|
//# sourceMappingURL=ko-KR.localization-bundle.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ko-KR.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/ko-KR.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"ko-KR.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/ko-KR.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8lBjB,CAAC"}
|