@gooddata/sdk-ui-dashboard 11.51.0-alpha.2 → 11.51.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.
Files changed (179) hide show
  1. package/esm/__version.d.ts +1 -1
  2. package/esm/__version.js +1 -1
  3. package/esm/assets/timezone.svg +1 -0
  4. package/esm/index.d.ts +6 -2
  5. package/esm/index.d.ts.map +1 -1
  6. package/esm/index.js +5 -2
  7. package/esm/model/react/useWidgetExecConfig.d.ts +9 -0
  8. package/esm/model/react/useWidgetExecConfig.d.ts.map +1 -1
  9. package/esm/model/react/useWidgetExecConfig.js +21 -3
  10. package/esm/model/store/config/configSelectors.d.ts +6 -0
  11. package/esm/model/store/config/configSelectors.d.ts.map +1 -1
  12. package/esm/model/store/config/configSelectors.js +8 -0
  13. package/esm/model/store/meta/metaSelectors.d.ts +12 -0
  14. package/esm/model/store/meta/metaSelectors.d.ts.map +1 -1
  15. package/esm/model/store/meta/metaSelectors.js +19 -1
  16. package/esm/presentation/automations/connectors/ScheduledEmailConnector.d.ts.map +1 -1
  17. package/esm/presentation/automations/connectors/ScheduledEmailConnector.js +30 -32
  18. package/esm/presentation/automations/connectors/ScheduledEmailConnector.test.js +90 -9
  19. package/esm/presentation/automations/connectors/hooks/useBuildScheduledEmailDialogContext.d.ts +8 -1
  20. package/esm/presentation/automations/connectors/hooks/useBuildScheduledEmailDialogContext.d.ts.map +1 -1
  21. package/esm/presentation/automations/connectors/hooks/useBuildScheduledEmailDialogContext.js +12 -3
  22. package/esm/presentation/automations/connectors/hooks/useBuildScheduledEmailDialogContext.test.js +38 -8
  23. package/esm/presentation/automations/connectors/hooks/useBuildScheduledEmailManagementDialogContext.d.ts +6 -1
  24. package/esm/presentation/automations/connectors/hooks/useBuildScheduledEmailManagementDialogContext.d.ts.map +1 -1
  25. package/esm/presentation/automations/connectors/hooks/useBuildScheduledEmailManagementDialogContext.js +6 -1
  26. package/esm/presentation/automations/connectors/hooks/useBuildScheduledEmailManagementDialogContext.test.js +7 -1
  27. package/esm/presentation/automations/contexts/ScheduledEmailDialogContext.d.ts +22 -3
  28. package/esm/presentation/automations/contexts/ScheduledEmailDialogContext.d.ts.map +1 -1
  29. package/esm/presentation/automations/contexts/ScheduledEmailDialogContext.js +3 -2
  30. package/esm/presentation/automations/contexts/ScheduledEmailManagementDialogContext.d.ts +9 -2
  31. package/esm/presentation/automations/contexts/ScheduledEmailManagementDialogContext.d.ts.map +1 -1
  32. package/esm/presentation/automations/contexts/ScheduledEmailManagementDialogContext.js +2 -2
  33. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/DefaultLoadingScheduledEmailDialog.d.ts +7 -2
  34. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/DefaultLoadingScheduledEmailDialog.d.ts.map +1 -1
  35. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.d.ts +1 -1
  36. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.d.ts.map +1 -1
  37. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js +9 -11
  38. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.d.ts +6 -12
  39. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.d.ts.map +1 -1
  40. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.js +5 -1
  41. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailManagementDialog/DefaultScheduledEmailManagementDialog.d.ts +1 -1
  42. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailManagementDialog/DefaultScheduledEmailManagementDialog.d.ts.map +1 -1
  43. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailManagementDialog/DefaultScheduledEmailManagementDialog.js +2 -2
  44. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailManagementDialog/DefaultScheduledEmailManagementDialogContent.d.ts +1 -3
  45. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailManagementDialog/DefaultScheduledEmailManagementDialogContent.d.ts.map +1 -1
  46. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailManagementDialog/DefaultScheduledEmailManagementDialogContent.js +2 -2
  47. package/esm/presentation/automations/scheduledEmail/types.d.ts +35 -5
  48. package/esm/presentation/automations/scheduledEmail/types.d.ts.map +1 -1
  49. package/esm/presentation/dashboard/components/DashboardLoading.js +1 -1
  50. package/esm/presentation/dashboardContexts/useSlideData.d.ts +5 -10
  51. package/esm/presentation/dashboardContexts/useSlideData.d.ts.map +1 -1
  52. package/esm/presentation/dashboardContexts/useSlideData.js +16 -10
  53. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.d.ts.map +1 -1
  54. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.js +29 -8
  55. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.d.ts.map +1 -1
  56. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.js +3 -5
  57. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/EditableHeader/SectionHeaderEditable.d.ts.map +1 -1
  58. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/EditableHeader/SectionHeaderEditable.js +3 -5
  59. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/ExportableDashboardLayoutSectionRenderer.d.ts +1 -1
  60. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/ExportableDashboardLayoutSectionRenderer.d.ts.map +1 -1
  61. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/ExportableDashboardLayoutSectionRenderer.js +2 -5
  62. package/esm/presentation/insightList/InsightList.d.ts.map +1 -1
  63. package/esm/presentation/insightList/InsightList.js +4 -5
  64. package/esm/presentation/localization/bundles/de-DE.localization-bundle.d.ts +11 -0
  65. package/esm/presentation/localization/bundles/de-DE.localization-bundle.d.ts.map +1 -1
  66. package/esm/presentation/localization/bundles/de-DE.localization-bundle.js +11 -0
  67. package/esm/presentation/localization/bundles/en-AU.localization-bundle.d.ts +11 -0
  68. package/esm/presentation/localization/bundles/en-AU.localization-bundle.d.ts.map +1 -1
  69. package/esm/presentation/localization/bundles/en-AU.localization-bundle.js +11 -0
  70. package/esm/presentation/localization/bundles/en-GB.localization-bundle.d.ts +11 -0
  71. package/esm/presentation/localization/bundles/en-GB.localization-bundle.d.ts.map +1 -1
  72. package/esm/presentation/localization/bundles/en-GB.localization-bundle.js +11 -0
  73. package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts +4 -0
  74. package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts.map +1 -1
  75. package/esm/presentation/localization/bundles/en-US.localization-bundle.js +4 -0
  76. package/esm/presentation/localization/bundles/es-419.localization-bundle.d.ts +11 -0
  77. package/esm/presentation/localization/bundles/es-419.localization-bundle.d.ts.map +1 -1
  78. package/esm/presentation/localization/bundles/es-419.localization-bundle.js +11 -0
  79. package/esm/presentation/localization/bundles/es-ES.localization-bundle.d.ts +11 -0
  80. package/esm/presentation/localization/bundles/es-ES.localization-bundle.d.ts.map +1 -1
  81. package/esm/presentation/localization/bundles/es-ES.localization-bundle.js +11 -0
  82. package/esm/presentation/localization/bundles/fi-FI.localization-bundle.d.ts +11 -0
  83. package/esm/presentation/localization/bundles/fi-FI.localization-bundle.d.ts.map +1 -1
  84. package/esm/presentation/localization/bundles/fi-FI.localization-bundle.js +11 -0
  85. package/esm/presentation/localization/bundles/fr-CA.localization-bundle.d.ts +11 -0
  86. package/esm/presentation/localization/bundles/fr-CA.localization-bundle.d.ts.map +1 -1
  87. package/esm/presentation/localization/bundles/fr-CA.localization-bundle.js +11 -0
  88. package/esm/presentation/localization/bundles/fr-FR.localization-bundle.d.ts +11 -0
  89. package/esm/presentation/localization/bundles/fr-FR.localization-bundle.d.ts.map +1 -1
  90. package/esm/presentation/localization/bundles/fr-FR.localization-bundle.js +11 -0
  91. package/esm/presentation/localization/bundles/id-ID.localization-bundle.d.ts +11 -0
  92. package/esm/presentation/localization/bundles/id-ID.localization-bundle.d.ts.map +1 -1
  93. package/esm/presentation/localization/bundles/id-ID.localization-bundle.js +11 -0
  94. package/esm/presentation/localization/bundles/it-IT.localization-bundle.d.ts +11 -0
  95. package/esm/presentation/localization/bundles/it-IT.localization-bundle.d.ts.map +1 -1
  96. package/esm/presentation/localization/bundles/it-IT.localization-bundle.js +11 -0
  97. package/esm/presentation/localization/bundles/ja-JP.localization-bundle.d.ts +11 -0
  98. package/esm/presentation/localization/bundles/ja-JP.localization-bundle.d.ts.map +1 -1
  99. package/esm/presentation/localization/bundles/ja-JP.localization-bundle.js +11 -0
  100. package/esm/presentation/localization/bundles/ko-KR.localization-bundle.d.ts +11 -0
  101. package/esm/presentation/localization/bundles/ko-KR.localization-bundle.d.ts.map +1 -1
  102. package/esm/presentation/localization/bundles/ko-KR.localization-bundle.js +11 -0
  103. package/esm/presentation/localization/bundles/nl-NL.localization-bundle.d.ts +11 -0
  104. package/esm/presentation/localization/bundles/nl-NL.localization-bundle.d.ts.map +1 -1
  105. package/esm/presentation/localization/bundles/nl-NL.localization-bundle.js +11 -0
  106. package/esm/presentation/localization/bundles/pl-PL.localization-bundle.d.ts +11 -0
  107. package/esm/presentation/localization/bundles/pl-PL.localization-bundle.d.ts.map +1 -1
  108. package/esm/presentation/localization/bundles/pl-PL.localization-bundle.js +11 -0
  109. package/esm/presentation/localization/bundles/pt-BR.localization-bundle.d.ts +11 -0
  110. package/esm/presentation/localization/bundles/pt-BR.localization-bundle.d.ts.map +1 -1
  111. package/esm/presentation/localization/bundles/pt-BR.localization-bundle.js +11 -0
  112. package/esm/presentation/localization/bundles/pt-PT.localization-bundle.d.ts +11 -0
  113. package/esm/presentation/localization/bundles/pt-PT.localization-bundle.d.ts.map +1 -1
  114. package/esm/presentation/localization/bundles/pt-PT.localization-bundle.js +11 -0
  115. package/esm/presentation/localization/bundles/ru-RU.localization-bundle.d.ts +11 -0
  116. package/esm/presentation/localization/bundles/ru-RU.localization-bundle.d.ts.map +1 -1
  117. package/esm/presentation/localization/bundles/ru-RU.localization-bundle.js +11 -0
  118. package/esm/presentation/localization/bundles/sl-SI.localization-bundle.d.ts +11 -0
  119. package/esm/presentation/localization/bundles/sl-SI.localization-bundle.d.ts.map +1 -1
  120. package/esm/presentation/localization/bundles/sl-SI.localization-bundle.js +11 -0
  121. package/esm/presentation/localization/bundles/th-TH.localization-bundle.d.ts +11 -0
  122. package/esm/presentation/localization/bundles/th-TH.localization-bundle.d.ts.map +1 -1
  123. package/esm/presentation/localization/bundles/th-TH.localization-bundle.js +11 -0
  124. package/esm/presentation/localization/bundles/tr-TR.localization-bundle.d.ts +11 -0
  125. package/esm/presentation/localization/bundles/tr-TR.localization-bundle.d.ts.map +1 -1
  126. package/esm/presentation/localization/bundles/tr-TR.localization-bundle.js +11 -0
  127. package/esm/presentation/localization/bundles/uk-UA.localization-bundle.d.ts +11 -0
  128. package/esm/presentation/localization/bundles/uk-UA.localization-bundle.d.ts.map +1 -1
  129. package/esm/presentation/localization/bundles/uk-UA.localization-bundle.js +13 -2
  130. package/esm/presentation/localization/bundles/vi-VN.localization-bundle.d.ts +11 -0
  131. package/esm/presentation/localization/bundles/vi-VN.localization-bundle.d.ts.map +1 -1
  132. package/esm/presentation/localization/bundles/vi-VN.localization-bundle.js +11 -0
  133. package/esm/presentation/localization/bundles/zh-HK.localization-bundle.d.ts +11 -0
  134. package/esm/presentation/localization/bundles/zh-HK.localization-bundle.d.ts.map +1 -1
  135. package/esm/presentation/localization/bundles/zh-HK.localization-bundle.js +11 -0
  136. package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.d.ts +11 -0
  137. package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.d.ts.map +1 -1
  138. package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.js +11 -0
  139. package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.d.ts +11 -0
  140. package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.d.ts.map +1 -1
  141. package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.js +12 -1
  142. package/esm/presentation/topBar/timezoneIndicator/DefaultTimezoneIndicator.d.ts +10 -0
  143. package/esm/presentation/topBar/timezoneIndicator/DefaultTimezoneIndicator.d.ts.map +1 -0
  144. package/esm/presentation/topBar/timezoneIndicator/DefaultTimezoneIndicator.js +19 -0
  145. package/esm/presentation/topBar/timezoneIndicator/TimezoneIndicator.d.ts +13 -0
  146. package/esm/presentation/topBar/timezoneIndicator/TimezoneIndicator.d.ts.map +1 -0
  147. package/esm/presentation/topBar/timezoneIndicator/TimezoneIndicator.js +27 -0
  148. package/esm/presentation/topBar/timezoneIndicator/resolveDashboardTimezoneInfo.d.ts +13 -0
  149. package/esm/presentation/topBar/timezoneIndicator/resolveDashboardTimezoneInfo.d.ts.map +1 -0
  150. package/esm/presentation/topBar/timezoneIndicator/resolveDashboardTimezoneInfo.js +20 -0
  151. package/esm/presentation/topBar/timezoneIndicator/types.d.ts +47 -0
  152. package/esm/presentation/topBar/timezoneIndicator/types.d.ts.map +1 -0
  153. package/esm/presentation/topBar/timezoneIndicator/types.js +2 -0
  154. package/esm/presentation/topBar/topBar/DefaultTopBar.d.ts.map +1 -1
  155. package/esm/presentation/topBar/topBar/DefaultTopBar.js +15 -4
  156. package/esm/presentation/topBar/topBar/types.d.ts +2 -0
  157. package/esm/presentation/topBar/topBar/types.d.ts.map +1 -1
  158. package/esm/presentation/widget/description/ExportModeInsightWidgetDescription.d.ts.map +1 -1
  159. package/esm/presentation/widget/description/ExportModeInsightWidgetDescription.js +3 -5
  160. package/esm/presentation/widget/description/InsightWidgetDescriptionTrigger.d.ts.map +1 -1
  161. package/esm/presentation/widget/description/InsightWidgetDescriptionTrigger.js +3 -6
  162. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/InsightDrillDialog.js +3 -5
  163. package/esm/presentation/widget/insight/configuration/InsightDescriptionConfig/InsightDescription.d.ts.map +1 -1
  164. package/esm/presentation/widget/insight/configuration/InsightDescriptionConfig/InsightDescription.js +3 -6
  165. package/esm/presentation/widget/richText/EditModeDashboardRichText.d.ts.map +1 -1
  166. package/esm/presentation/widget/richText/EditModeDashboardRichText.js +3 -5
  167. package/esm/presentation/widget/richText/ViewModeDashboardRichText.d.ts.map +1 -1
  168. package/esm/presentation/widget/richText/ViewModeDashboardRichText.js +3 -5
  169. package/esm/sdk-ui-dashboard.d.ts +162 -10
  170. package/package.json +21 -21
  171. package/styles/css/main.css +28 -1
  172. package/styles/css/main.css.map +1 -1
  173. package/styles/css/timezoneIndicator.css +20 -0
  174. package/styles/css/timezoneIndicator.css.map +1 -0
  175. package/styles/css/topBar.css +9 -1
  176. package/styles/css/topBar.css.map +1 -1
  177. package/styles/scss/main.scss +1 -0
  178. package/styles/scss/timezoneIndicator.scss +23 -0
  179. package/styles/scss/topBar.scss +13 -2
@@ -11,10 +11,11 @@ import { messages } from "../../locales.js";
11
11
  import { createInsightRequested } from "../../model/events/lab.js";
12
12
  import { useDashboardSelector } from "../../model/react/DashboardStoreProvider.js";
13
13
  import { useDashboardEventDispatch } from "../../model/react/useDashboardEventDispatch.js";
14
+ import { useDashboardExecConfig } from "../../model/react/useWidgetExecConfig.js";
14
15
  import { selectBackendCapabilities } from "../../model/store/backendCapabilities/backendCapabilitiesSelectors.js";
15
16
  import { selectAllowCreateInsightRequest, selectEnableCatalogSmartSearchResults, selectEnableVisualizationFilteringByTags, selectObjectAvailabilityConfig, selectSettings, } from "../../model/store/config/configSelectors.js";
16
17
  import { selectCanCreateVisualization } from "../../model/store/permissions/permissionsSelectors.js";
17
- import { selectExecutionTimestamp, selectInsightListLastUpdateRequested, } from "../../model/store/ui/uiSelectors.js";
18
+ import { selectInsightListLastUpdateRequested } from "../../model/store/ui/uiSelectors.js";
18
19
  import { selectCurrentUser } from "../../model/store/user/userSelectors.js";
19
20
  import { getAuthor } from "../../model/utils/author.js";
20
21
  import { useDashboardComponentsContext } from "../dashboardContexts/DashboardComponentsContext.js";
@@ -65,7 +66,7 @@ export function InsightList({ height, width = LIST_WIDTH, searchAutofocus, rende
65
66
  const canCreateVisualization = useDashboardSelector(selectCanCreateVisualization);
66
67
  const allowCreateInsightRequest = useDashboardSelector(selectAllowCreateInsightRequest);
67
68
  const settings = useDashboardSelector(selectSettings);
68
- const executionTimestamp = useDashboardSelector(selectExecutionTimestamp);
69
+ const execConfig = useDashboardExecConfig();
69
70
  const objectAvailability = useDashboardSelector(selectObjectAvailabilityConfig);
70
71
  const isFilteringByTagsEnabled = useDashboardSelector(selectEnableVisualizationFilteringByTags);
71
72
  const enableCatalogSmartSearchResults = useDashboardSelector(selectEnableCatalogSmartSearchResults);
@@ -159,8 +160,6 @@ export function InsightList({ height, width = LIST_WIDTH, searchAutofocus, rende
159
160
  const insightListSourceItem = getInsightListSourceItem(insight);
160
161
  const isSelected = areObjRefsEqual(insight.insight.ref, selectedRef);
161
162
  return (_jsx(InsightListItem, { title: title, description: description, showDescriptionPanel: true, type: insightListSourceItem.insightType, width: width, isSelected: isSelected, updated: insightUpdated(insightListSourceItem.insight) ??
162
- insightCreated(insightListSourceItem.insight), isLocked: insightIsLocked(insightListSourceItem.insight), onClick: () => onSelect?.(insight), metadataTimeZone: settings?.metadataTimeZone, useReferences: true, richTextExecConfig: {
163
- timestamp: executionTimestamp,
164
- }, LoadingComponent: LoadingComponent }));
163
+ insightCreated(insightListSourceItem.insight), isLocked: insightIsLocked(insightListSourceItem.insight), onClick: () => onSelect?.(insight), metadataTimeZone: settings?.metadataTimeZone, useReferences: true, richTextExecConfig: execConfig, LoadingComponent: LoadingComponent }));
165
164
  }), renderNoData: ({ hasNoMatchingData }) => (_jsx(InsightListNoData, { isUserInsights: selectedTabId === messages.tabsMy.id, hasNoMatchingData: hasNoMatchingData, showNoDataCreateButton: showNoDataCreateButton, onCreateButtonClick: createInsightRequestedEvent })), loadNextPage: loadNextPage, hasNextPage: hasNextPage || isRelatedLoading, skeletonItemsCount: loadingItemsCount, shouldLoadNextPage: shouldLoadNextPage, isNextPageLoading: isNextPageLoading, SkeletonItem: () => (_jsx(UiSkeleton, { itemWidth: ["100%"], direction: "row", itemPadding: 15, itemHeight: 30, itemsCount: 1, itemsGap: 0 })) }));
166
165
  }
@@ -106,6 +106,17 @@ export declare const de_DE: {
106
106
  "settingsDashboardDialog.section.alert.inherit": string;
107
107
  "settingsDashboardDialog.section.alert.note": string;
108
108
  "settingsDashboardDialog.section.alert.label": string;
109
+ "settingsDashboardDialog.section.timezone": string;
110
+ "settingsDashboardDialog.section.timezone.defaultTimezone": string;
111
+ "settingsDashboardDialog.section.timezone.defaultTimezone.tooltip": string;
112
+ "settingsDashboardDialog.section.timezone.defaultTimezone.workspace": string;
113
+ "settingsDashboardDialog.section.timezone.defaultTimezone.fromBrowser": string;
114
+ "settingsDashboardDialog.section.timezone.allowUserOverride.toggle": string;
115
+ "settingsDashboardDialog.section.timezone.allowUserOverride.toggle.tooltip": string;
116
+ "settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle": string;
117
+ "settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle.tooltip": string;
118
+ "settingsDashboardDialog.section.timezone.select.searchPlaceholder": string;
119
+ "settingsDashboardDialog.section.timezone.select.noMatch": string;
109
120
  "deleteDashboardDialog.headline": string;
110
121
  "deleteDashboardDialog.submitButtonText": string;
111
122
  "deleteDashboardDialog.defaultMessage": string;
@@ -1 +1 @@
1
- {"version":3,"file":"de-DE.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/de-DE.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAw2BjB,CAAC"}
1
+ {"version":3,"file":"de-DE.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/de-DE.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAm3BjB,CAAC"}
@@ -108,6 +108,17 @@ export const de_DE = {
108
108
  "settingsDashboardDialog.section.alert.inherit": "Verwenden Sie die von Ihrer Organisation festgelegte Standard-Bewertungshäufigkeit.",
109
109
  "settingsDashboardDialog.section.alert.note": "<strong>Hinweis:</strong> Gilt nur für neue Warnungen — verwenden Sie die API, um vorhandene zu aktualisieren.",
110
110
  "settingsDashboardDialog.section.alert.label": "Bewertungshäufigkeit",
111
+ "settingsDashboardDialog.section.timezone": "Zeitzone",
112
+ "settingsDashboardDialog.section.timezone.defaultTimezone": "Standardzeitzone",
113
+ "settingsDashboardDialog.section.timezone.defaultTimezone.tooltip": "Zeitzone, die zum Auswerten von Datumsfiltern und zum Anzeigen von Datumsangaben auf diesem Dashboard verwendet wird.",
114
+ "settingsDashboardDialog.section.timezone.defaultTimezone.workspace": "Workspace-Zeitzone",
115
+ "settingsDashboardDialog.section.timezone.defaultTimezone.fromBrowser": "Aus dem Browser ({timezone})",
116
+ "settingsDashboardDialog.section.timezone.allowUserOverride.toggle": "Benutzern erlauben, die Dashboard-Zeitzone zu ändern",
117
+ "settingsDashboardDialog.section.timezone.allowUserOverride.toggle.tooltip": "Wenn aktiviert, können Betrachtende die Dashboard-Zeitzone vorübergehend ändern. Die Änderung wird nicht gespeichert.",
118
+ "settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle": "Zeitzone anzeigen",
119
+ "settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle.tooltip": "Wenn aktiviert, zeigt das Dashboard an, welche Zeitzone verwendet wird.",
120
+ "settingsDashboardDialog.section.timezone.select.searchPlaceholder": "Suchen…",
121
+ "settingsDashboardDialog.section.timezone.select.noMatch": "Keine passende Zeitzone.",
111
122
  "deleteDashboardDialog.headline": "Dashboard löschen?",
112
123
  "deleteDashboardDialog.submitButtonText": "Löschen",
113
124
  "deleteDashboardDialog.defaultMessage": "Sind Sie sicher, dass Sie das Dashboard {title} löschen möchten?",
@@ -106,6 +106,17 @@ export declare const en_AU: {
106
106
  "settingsDashboardDialog.section.alert.inherit": string;
107
107
  "settingsDashboardDialog.section.alert.note": string;
108
108
  "settingsDashboardDialog.section.alert.label": string;
109
+ "settingsDashboardDialog.section.timezone": string;
110
+ "settingsDashboardDialog.section.timezone.defaultTimezone": string;
111
+ "settingsDashboardDialog.section.timezone.defaultTimezone.tooltip": string;
112
+ "settingsDashboardDialog.section.timezone.defaultTimezone.workspace": string;
113
+ "settingsDashboardDialog.section.timezone.defaultTimezone.fromBrowser": string;
114
+ "settingsDashboardDialog.section.timezone.allowUserOverride.toggle": string;
115
+ "settingsDashboardDialog.section.timezone.allowUserOverride.toggle.tooltip": string;
116
+ "settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle": string;
117
+ "settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle.tooltip": string;
118
+ "settingsDashboardDialog.section.timezone.select.searchPlaceholder": string;
119
+ "settingsDashboardDialog.section.timezone.select.noMatch": string;
109
120
  "deleteDashboardDialog.headline": string;
110
121
  "deleteDashboardDialog.submitButtonText": string;
111
122
  "deleteDashboardDialog.defaultMessage": string;
@@ -1 +1 @@
1
- {"version":3,"file":"en-AU.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/en-AU.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAw2BjB,CAAC"}
1
+ {"version":3,"file":"en-AU.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/en-AU.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAm3BjB,CAAC"}
@@ -108,6 +108,17 @@ export const en_AU = {
108
108
  "settingsDashboardDialog.section.alert.inherit": "Use the default evaluation frequency set by your organisation.",
109
109
  "settingsDashboardDialog.section.alert.note": "<strong>Note:</strong> Applies to new alerts only — use the API to update existing ones.",
110
110
  "settingsDashboardDialog.section.alert.label": "Evaluation Frequency",
111
+ "settingsDashboardDialog.section.timezone": "Time zone",
112
+ "settingsDashboardDialog.section.timezone.defaultTimezone": "Default time zone setting",
113
+ "settingsDashboardDialog.section.timezone.defaultTimezone.tooltip": "Time zone used to evaluate date filters and show dates on this dashboard.",
114
+ "settingsDashboardDialog.section.timezone.defaultTimezone.workspace": "Use workspace time zone",
115
+ "settingsDashboardDialog.section.timezone.defaultTimezone.fromBrowser": "From the browser ({timezone})",
116
+ "settingsDashboardDialog.section.timezone.allowUserOverride.toggle": "Allow users to change the dashboard's time zone",
117
+ "settingsDashboardDialog.section.timezone.allowUserOverride.toggle.tooltip": "When enabled, viewers can temporarily change the dashboard's time zone. The change is not saved.",
118
+ "settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle": "Show the time zone",
119
+ "settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle.tooltip": "When enabled, the dashboard shows which time zone is used.",
120
+ "settingsDashboardDialog.section.timezone.select.searchPlaceholder": "Search ...",
121
+ "settingsDashboardDialog.section.timezone.select.noMatch": "No matching time zones.",
111
122
  "deleteDashboardDialog.headline": "Delete dashboard?",
112
123
  "deleteDashboardDialog.submitButtonText": "Delete",
113
124
  "deleteDashboardDialog.defaultMessage": "Are you sure you want to delete dashboard {title}?",
@@ -106,6 +106,17 @@ export declare const en_GB: {
106
106
  "settingsDashboardDialog.section.alert.inherit": string;
107
107
  "settingsDashboardDialog.section.alert.note": string;
108
108
  "settingsDashboardDialog.section.alert.label": string;
109
+ "settingsDashboardDialog.section.timezone": string;
110
+ "settingsDashboardDialog.section.timezone.defaultTimezone": string;
111
+ "settingsDashboardDialog.section.timezone.defaultTimezone.tooltip": string;
112
+ "settingsDashboardDialog.section.timezone.defaultTimezone.workspace": string;
113
+ "settingsDashboardDialog.section.timezone.defaultTimezone.fromBrowser": string;
114
+ "settingsDashboardDialog.section.timezone.allowUserOverride.toggle": string;
115
+ "settingsDashboardDialog.section.timezone.allowUserOverride.toggle.tooltip": string;
116
+ "settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle": string;
117
+ "settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle.tooltip": string;
118
+ "settingsDashboardDialog.section.timezone.select.searchPlaceholder": string;
119
+ "settingsDashboardDialog.section.timezone.select.noMatch": string;
109
120
  "deleteDashboardDialog.headline": string;
110
121
  "deleteDashboardDialog.submitButtonText": string;
111
122
  "deleteDashboardDialog.defaultMessage": string;
@@ -1 +1 @@
1
- {"version":3,"file":"en-GB.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/en-GB.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAw2BjB,CAAC"}
1
+ {"version":3,"file":"en-GB.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/en-GB.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAm3BjB,CAAC"}
@@ -108,6 +108,17 @@ export const en_GB = {
108
108
  "settingsDashboardDialog.section.alert.inherit": "Use the default evaluation frequency set by your organisation.",
109
109
  "settingsDashboardDialog.section.alert.note": "<strong>Note:</strong> Applies to new alerts only - use the API to update existing ones.",
110
110
  "settingsDashboardDialog.section.alert.label": "Evaluation Frequency",
111
+ "settingsDashboardDialog.section.timezone": "Time zone",
112
+ "settingsDashboardDialog.section.timezone.defaultTimezone": "Default time zone",
113
+ "settingsDashboardDialog.section.timezone.defaultTimezone.tooltip": "Time zone used for evaluating date filters and displaying dates on this dashboard.",
114
+ "settingsDashboardDialog.section.timezone.defaultTimezone.workspace": "Workspace time zone",
115
+ "settingsDashboardDialog.section.timezone.defaultTimezone.fromBrowser": "From the browser ({timezone})",
116
+ "settingsDashboardDialog.section.timezone.allowUserOverride.toggle": "Allow users to change the dashboard's time zone",
117
+ "settingsDashboardDialog.section.timezone.allowUserOverride.toggle.tooltip": "When enabled, viewers can temporarily change the dashboard's time zone. The change is not saved.",
118
+ "settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle": "Show time zone",
119
+ "settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle.tooltip": "When enabled, the dashboard shows which time zone is used.",
120
+ "settingsDashboardDialog.section.timezone.select.searchPlaceholder": "Search ...",
121
+ "settingsDashboardDialog.section.timezone.select.noMatch": "No matching time zones.",
111
122
  "deleteDashboardDialog.headline": "Delete dashboard?",
112
123
  "deleteDashboardDialog.submitButtonText": "Delete",
113
124
  "deleteDashboardDialog.defaultMessage": "Are you certain you wish to delete dashboard {title}?",
@@ -1475,6 +1475,10 @@ export declare const en_US: {
1475
1475
  text: string;
1476
1476
  crowdinContext: string;
1477
1477
  };
1478
+ "topBar.timezoneIndicator.tooltip": {
1479
+ text: string;
1480
+ crowdinContext: string;
1481
+ };
1478
1482
  "dashboard.shareDialog.removeAccessGranteeTooltip": {
1479
1483
  text: string;
1480
1484
  crowdinContext: string;
@@ -1 +1 @@
1
- {"version":3,"file":"en-US.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/en-US.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAy8GjB,CAAC"}
1
+ {"version":3,"file":"en-US.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/en-US.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA68GjB,CAAC"}
@@ -1477,6 +1477,10 @@ export const en_US = {
1477
1477
  "text": "The creator can edit this dashboard. Other users with appropriate user roles can edit this dashboard when they drill to it.",
1478
1478
  "crowdinContext": "Tooltip explaining that while the dashboard is private, users with proper roles can edit it when accessing through drill navigation"
1479
1479
  },
1480
+ "topBar.timezoneIndicator.tooltip": {
1481
+ "text": "Time zone: {name} ({offset})",
1482
+ "crowdinContext": "Tooltip of the time zone indicator in the dashboard top bar. The {name} placeholder is the friendly time zone name (e.g. Prague), the {offset} placeholder is its UTC offset (e.g. GMT+02:00)."
1483
+ },
1480
1484
  "dashboard.shareDialog.removeAccessGranteeTooltip": {
1481
1485
  "text": "Remove access to this dashboard.",
1482
1486
  "crowdinContext": "Tooltip for the button that revokes a user's or group's access to the dashboard"
@@ -106,6 +106,17 @@ export declare const es_419: {
106
106
  "settingsDashboardDialog.section.alert.inherit": string;
107
107
  "settingsDashboardDialog.section.alert.note": string;
108
108
  "settingsDashboardDialog.section.alert.label": string;
109
+ "settingsDashboardDialog.section.timezone": string;
110
+ "settingsDashboardDialog.section.timezone.defaultTimezone": string;
111
+ "settingsDashboardDialog.section.timezone.defaultTimezone.tooltip": string;
112
+ "settingsDashboardDialog.section.timezone.defaultTimezone.workspace": string;
113
+ "settingsDashboardDialog.section.timezone.defaultTimezone.fromBrowser": string;
114
+ "settingsDashboardDialog.section.timezone.allowUserOverride.toggle": string;
115
+ "settingsDashboardDialog.section.timezone.allowUserOverride.toggle.tooltip": string;
116
+ "settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle": string;
117
+ "settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle.tooltip": string;
118
+ "settingsDashboardDialog.section.timezone.select.searchPlaceholder": string;
119
+ "settingsDashboardDialog.section.timezone.select.noMatch": string;
109
120
  "deleteDashboardDialog.headline": string;
110
121
  "deleteDashboardDialog.submitButtonText": string;
111
122
  "deleteDashboardDialog.defaultMessage": string;
@@ -1 +1 @@
1
- {"version":3,"file":"es-419.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/es-419.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAw2BlB,CAAC"}
1
+ {"version":3,"file":"es-419.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/es-419.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAm3BlB,CAAC"}
@@ -108,6 +108,17 @@ export const es_419 = {
108
108
  "settingsDashboardDialog.section.alert.inherit": "Utilice la frecuencia de evaluación por defecto establecida por su organización.",
109
109
  "settingsDashboardDialog.section.alert.note": "<strong>Nota:</strong> Aplica solo a las alertas nuevas; utilice la API para actualizar las existentes.",
110
110
  "settingsDashboardDialog.section.alert.label": "Frecuencia de evaluación",
111
+ "settingsDashboardDialog.section.timezone": "Zona horaria",
112
+ "settingsDashboardDialog.section.timezone.defaultTimezone": "Zona horaria predeterminada",
113
+ "settingsDashboardDialog.section.timezone.defaultTimezone.tooltip": "Zona horaria utilizada para evaluar filtros de fecha y mostrar fechas en este panel.",
114
+ "settingsDashboardDialog.section.timezone.defaultTimezone.workspace": "Zona horaria del espacio de trabajo",
115
+ "settingsDashboardDialog.section.timezone.defaultTimezone.fromBrowser": "Desde el navegador ({timezone})",
116
+ "settingsDashboardDialog.section.timezone.allowUserOverride.toggle": "Permitir que los usuarios cambien la zona horaria del panel",
117
+ "settingsDashboardDialog.section.timezone.allowUserOverride.toggle.tooltip": "Cuando está habilitado, los usuarios pueden cambiar temporalmente la zona horaria del panel. El cambio no se guarda.",
118
+ "settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle": "Mostrar zona horaria",
119
+ "settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle.tooltip": "Cuando está habilitado, el panel muestra qué zona horaria se utiliza.",
120
+ "settingsDashboardDialog.section.timezone.select.searchPlaceholder": "Buscar...",
121
+ "settingsDashboardDialog.section.timezone.select.noMatch": "No hay zonas horarias coincidentes.",
111
122
  "deleteDashboardDialog.headline": "¿Desea eliminar el panel?",
112
123
  "deleteDashboardDialog.submitButtonText": "Eliminar",
113
124
  "deleteDashboardDialog.defaultMessage": "¿Está seguro de que desea eliminar el panel {title}?",
@@ -106,6 +106,17 @@ export declare const es_ES: {
106
106
  "settingsDashboardDialog.section.alert.inherit": string;
107
107
  "settingsDashboardDialog.section.alert.note": string;
108
108
  "settingsDashboardDialog.section.alert.label": string;
109
+ "settingsDashboardDialog.section.timezone": string;
110
+ "settingsDashboardDialog.section.timezone.defaultTimezone": string;
111
+ "settingsDashboardDialog.section.timezone.defaultTimezone.tooltip": string;
112
+ "settingsDashboardDialog.section.timezone.defaultTimezone.workspace": string;
113
+ "settingsDashboardDialog.section.timezone.defaultTimezone.fromBrowser": string;
114
+ "settingsDashboardDialog.section.timezone.allowUserOverride.toggle": string;
115
+ "settingsDashboardDialog.section.timezone.allowUserOverride.toggle.tooltip": string;
116
+ "settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle": string;
117
+ "settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle.tooltip": string;
118
+ "settingsDashboardDialog.section.timezone.select.searchPlaceholder": string;
119
+ "settingsDashboardDialog.section.timezone.select.noMatch": string;
109
120
  "deleteDashboardDialog.headline": string;
110
121
  "deleteDashboardDialog.submitButtonText": string;
111
122
  "deleteDashboardDialog.defaultMessage": string;
@@ -1 +1 @@
1
- {"version":3,"file":"es-ES.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/es-ES.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAw2BjB,CAAC"}
1
+ {"version":3,"file":"es-ES.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/es-ES.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAm3BjB,CAAC"}
@@ -108,6 +108,17 @@ export const es_ES = {
108
108
  "settingsDashboardDialog.section.alert.inherit": "Utilice la frecuencia de evaluación por defecto establecida por su organización.",
109
109
  "settingsDashboardDialog.section.alert.note": "<strong>Nota:</strong> Solo se aplica a las alertas nuevas; use la API para actualizar las existentes.",
110
110
  "settingsDashboardDialog.section.alert.label": "Frecuencia de Evaluación",
111
+ "settingsDashboardDialog.section.timezone": "Zona horaria",
112
+ "settingsDashboardDialog.section.timezone.defaultTimezone": "Zona horaria predeterminada",
113
+ "settingsDashboardDialog.section.timezone.defaultTimezone.tooltip": "Zona horaria utilizada para evaluar filtros de fecha y mostrar fechas en este panel.",
114
+ "settingsDashboardDialog.section.timezone.defaultTimezone.workspace": "Zona horaria del espacio de trabajo",
115
+ "settingsDashboardDialog.section.timezone.defaultTimezone.fromBrowser": "Del navegador ({timezone})",
116
+ "settingsDashboardDialog.section.timezone.allowUserOverride.toggle": "Permitir a los usuarios cambiar la zona horaria del panel",
117
+ "settingsDashboardDialog.section.timezone.allowUserOverride.toggle.tooltip": "Cuando está activado, los usuarios pueden cambiar temporalmente la zona horaria del panel. El cambio no se guarda.",
118
+ "settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle": "Mostrar zona horaria",
119
+ "settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle.tooltip": "Cuando está activado, el panel muestra qué zona horaria se utiliza.",
120
+ "settingsDashboardDialog.section.timezone.select.searchPlaceholder": "Buscar...",
121
+ "settingsDashboardDialog.section.timezone.select.noMatch": "No hay ninguna zona horaria coincidente.",
111
122
  "deleteDashboardDialog.headline": "¿Desea eliminar el panel?",
112
123
  "deleteDashboardDialog.submitButtonText": "Eliminar",
113
124
  "deleteDashboardDialog.defaultMessage": "¿Está seguro de que desea eliminar el panel {title}?",
@@ -106,6 +106,17 @@ export declare const fi_FI: {
106
106
  "settingsDashboardDialog.section.alert.inherit": string;
107
107
  "settingsDashboardDialog.section.alert.note": string;
108
108
  "settingsDashboardDialog.section.alert.label": string;
109
+ "settingsDashboardDialog.section.timezone": string;
110
+ "settingsDashboardDialog.section.timezone.defaultTimezone": string;
111
+ "settingsDashboardDialog.section.timezone.defaultTimezone.tooltip": string;
112
+ "settingsDashboardDialog.section.timezone.defaultTimezone.workspace": string;
113
+ "settingsDashboardDialog.section.timezone.defaultTimezone.fromBrowser": string;
114
+ "settingsDashboardDialog.section.timezone.allowUserOverride.toggle": string;
115
+ "settingsDashboardDialog.section.timezone.allowUserOverride.toggle.tooltip": string;
116
+ "settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle": string;
117
+ "settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle.tooltip": string;
118
+ "settingsDashboardDialog.section.timezone.select.searchPlaceholder": string;
119
+ "settingsDashboardDialog.section.timezone.select.noMatch": string;
109
120
  "deleteDashboardDialog.headline": string;
110
121
  "deleteDashboardDialog.submitButtonText": string;
111
122
  "deleteDashboardDialog.defaultMessage": string;
@@ -1 +1 @@
1
- {"version":3,"file":"fi-FI.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/fi-FI.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAw2BjB,CAAC"}
1
+ {"version":3,"file":"fi-FI.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/fi-FI.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAm3BjB,CAAC"}
@@ -108,6 +108,17 @@ export const fi_FI = {
108
108
  "settingsDashboardDialog.section.alert.inherit": "Käytä organisaatiosi asettamaa arvioinnin oletustiheyttä.",
109
109
  "settingsDashboardDialog.section.alert.note": "<strong>Huomaa:</strong> Koskee vain uusia hälytyksiä — päivitä olemassa olevat API: n avulla.",
110
110
  "settingsDashboardDialog.section.alert.label": "Arviointitiheys",
111
+ "settingsDashboardDialog.section.timezone": "Aikavyöhyke",
112
+ "settingsDashboardDialog.section.timezone.defaultTimezone": "Oletusaikavyöhyke",
113
+ "settingsDashboardDialog.section.timezone.defaultTimezone.tooltip": "Aikavyöhyke, jota käytetään päivämääräsuodattimien arviointiin ja päivämäärien näyttämiseen tässä koontinäytössä.",
114
+ "settingsDashboardDialog.section.timezone.defaultTimezone.workspace": "Työtilan aikavyöhyke",
115
+ "settingsDashboardDialog.section.timezone.defaultTimezone.fromBrowser": "Selaimesta ({timezone})",
116
+ "settingsDashboardDialog.section.timezone.allowUserOverride.toggle": "Salli käyttäjien muuttaa koontinäytön aikavyöhykettä",
117
+ "settingsDashboardDialog.section.timezone.allowUserOverride.toggle.tooltip": "Kun tämä on käytössä, katsojat voivat tilapäisesti muuttaa koontinäytön aikavyöhykettä. Muutosta ei tallenneta.",
118
+ "settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle": "Näytä aikavyöhyke",
119
+ "settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle.tooltip": "Kun tämä on käytössä, koontinäyttö näyttää, mitä aikavyöhykettä käytetään.",
120
+ "settingsDashboardDialog.section.timezone.select.searchPlaceholder": "Hae ...",
121
+ "settingsDashboardDialog.section.timezone.select.noMatch": "Ei vastaavaa aikavyöhykettä.",
111
122
  "deleteDashboardDialog.headline": "Poista kojelauta?",
112
123
  "deleteDashboardDialog.submitButtonText": "Poista",
113
124
  "deleteDashboardDialog.defaultMessage": "Haluatko varmasti poistaa ohjauspaneelin {title}?",
@@ -106,6 +106,17 @@ export declare const fr_CA: {
106
106
  "settingsDashboardDialog.section.alert.inherit": string;
107
107
  "settingsDashboardDialog.section.alert.note": string;
108
108
  "settingsDashboardDialog.section.alert.label": string;
109
+ "settingsDashboardDialog.section.timezone": string;
110
+ "settingsDashboardDialog.section.timezone.defaultTimezone": string;
111
+ "settingsDashboardDialog.section.timezone.defaultTimezone.tooltip": string;
112
+ "settingsDashboardDialog.section.timezone.defaultTimezone.workspace": string;
113
+ "settingsDashboardDialog.section.timezone.defaultTimezone.fromBrowser": string;
114
+ "settingsDashboardDialog.section.timezone.allowUserOverride.toggle": string;
115
+ "settingsDashboardDialog.section.timezone.allowUserOverride.toggle.tooltip": string;
116
+ "settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle": string;
117
+ "settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle.tooltip": string;
118
+ "settingsDashboardDialog.section.timezone.select.searchPlaceholder": string;
119
+ "settingsDashboardDialog.section.timezone.select.noMatch": string;
109
120
  "deleteDashboardDialog.headline": string;
110
121
  "deleteDashboardDialog.submitButtonText": string;
111
122
  "deleteDashboardDialog.defaultMessage": string;
@@ -1 +1 @@
1
- {"version":3,"file":"fr-CA.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/fr-CA.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAw2BjB,CAAC"}
1
+ {"version":3,"file":"fr-CA.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/fr-CA.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAm3BjB,CAAC"}
@@ -108,6 +108,17 @@ export const fr_CA = {
108
108
  "settingsDashboardDialog.section.alert.inherit": "Utilisez la fréquence d'évaluation par défaut définie par votre organisation.",
109
109
  "settingsDashboardDialog.section.alert.note": "<strong>Remarque :</strong> S’applique uniquement aux nouvelles alertes. Utilisez l’API pour mettre à jour les alertes existantes.",
110
110
  "settingsDashboardDialog.section.alert.label": "Fréquence d’évaluation",
111
+ "settingsDashboardDialog.section.timezone": "Fuseau horaire",
112
+ "settingsDashboardDialog.section.timezone.defaultTimezone": "Fuseau horaire par défaut",
113
+ "settingsDashboardDialog.section.timezone.defaultTimezone.tooltip": "Fuseau horaire utilisé pour évaluer les filtres de date et afficher les dates sur ce tableau de bord.",
114
+ "settingsDashboardDialog.section.timezone.defaultTimezone.workspace": "Fuseau horaire de l’espace de travail",
115
+ "settingsDashboardDialog.section.timezone.defaultTimezone.fromBrowser": "Depuis le navigateur ({timezone})",
116
+ "settingsDashboardDialog.section.timezone.allowUserOverride.toggle": "Autoriser les utilisateurs à modifier le fuseau horaire du tableau de bord",
117
+ "settingsDashboardDialog.section.timezone.allowUserOverride.toggle.tooltip": "Lorsque cette option est activée, les utilisateurs peuvent modifier temporairement le fuseau horaire du tableau de bord. La modification n’est pas enregistrée.",
118
+ "settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle": "Afficher le fuseau horaire",
119
+ "settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle.tooltip": "Lorsque cette option est activée, le tableau de bord affiche le fuseau horaire utilisé.",
120
+ "settingsDashboardDialog.section.timezone.select.searchPlaceholder": "Recherche…",
121
+ "settingsDashboardDialog.section.timezone.select.noMatch": "Aucun fuseau horaire correspondant.",
111
122
  "deleteDashboardDialog.headline": "Supprimez le tableau de bord?",
112
123
  "deleteDashboardDialog.submitButtonText": "Supprimer",
113
124
  "deleteDashboardDialog.defaultMessage": "Êtes-vous sûr de vouloir supprimer le tableau de bord {title}?",
@@ -106,6 +106,17 @@ export declare const fr_FR: {
106
106
  "settingsDashboardDialog.section.alert.inherit": string;
107
107
  "settingsDashboardDialog.section.alert.note": string;
108
108
  "settingsDashboardDialog.section.alert.label": string;
109
+ "settingsDashboardDialog.section.timezone": string;
110
+ "settingsDashboardDialog.section.timezone.defaultTimezone": string;
111
+ "settingsDashboardDialog.section.timezone.defaultTimezone.tooltip": string;
112
+ "settingsDashboardDialog.section.timezone.defaultTimezone.workspace": string;
113
+ "settingsDashboardDialog.section.timezone.defaultTimezone.fromBrowser": string;
114
+ "settingsDashboardDialog.section.timezone.allowUserOverride.toggle": string;
115
+ "settingsDashboardDialog.section.timezone.allowUserOverride.toggle.tooltip": string;
116
+ "settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle": string;
117
+ "settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle.tooltip": string;
118
+ "settingsDashboardDialog.section.timezone.select.searchPlaceholder": string;
119
+ "settingsDashboardDialog.section.timezone.select.noMatch": string;
109
120
  "deleteDashboardDialog.headline": string;
110
121
  "deleteDashboardDialog.submitButtonText": string;
111
122
  "deleteDashboardDialog.defaultMessage": string;
@@ -1 +1 @@
1
- {"version":3,"file":"fr-FR.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/fr-FR.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAw2BjB,CAAC"}
1
+ {"version":3,"file":"fr-FR.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/fr-FR.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAm3BjB,CAAC"}
@@ -108,6 +108,17 @@ export const fr_FR = {
108
108
  "settingsDashboardDialog.section.alert.inherit": "Utilisez la fréquence d'évaluation par défaut définie par votre organisation.",
109
109
  "settingsDashboardDialog.section.alert.note": "<strong>Remarque :</strong> S'applique uniquement aux nouvelles alertes - utilisez l'API pour mettre à jour les alertes existantes.",
110
110
  "settingsDashboardDialog.section.alert.label": "Fréquence d'évaluation",
111
+ "settingsDashboardDialog.section.timezone": "Fuseau horaire",
112
+ "settingsDashboardDialog.section.timezone.defaultTimezone": "Fuseau horaire par défaut",
113
+ "settingsDashboardDialog.section.timezone.defaultTimezone.tooltip": "Fuseau horaire utilisé pour évaluer les filtres de date et afficher les dates sur ce tableau de bord.",
114
+ "settingsDashboardDialog.section.timezone.defaultTimezone.workspace": "Fuseau horaire de l’espace de travail",
115
+ "settingsDashboardDialog.section.timezone.defaultTimezone.fromBrowser": "Depuis le navigateur ({timezone})",
116
+ "settingsDashboardDialog.section.timezone.allowUserOverride.toggle": "Autoriser les utilisateurs à modifier le fuseau horaire du tableau de bord",
117
+ "settingsDashboardDialog.section.timezone.allowUserOverride.toggle.tooltip": "Lorsque cette option est activée, les utilisateurs peuvent modifier temporairement le fuseau horaire du tableau de bord. La modification n’est pas enregistrée.",
118
+ "settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle": "Afficher le fuseau horaire",
119
+ "settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle.tooltip": "Lorsque cette option est activée, le tableau de bord affiche le fuseau horaire utilisé.",
120
+ "settingsDashboardDialog.section.timezone.select.searchPlaceholder": "Recherche ...",
121
+ "settingsDashboardDialog.section.timezone.select.noMatch": "Aucun fuseau horaire correspondant.",
111
122
  "deleteDashboardDialog.headline": "Supprimez le tableau de bord?",
112
123
  "deleteDashboardDialog.submitButtonText": "Supprimer",
113
124
  "deleteDashboardDialog.defaultMessage": "Êtes-vous sûr(e) de vouloir supprimer le tableau de bord {title}?",
@@ -106,6 +106,17 @@ export declare const id_ID: {
106
106
  "settingsDashboardDialog.section.alert.inherit": string;
107
107
  "settingsDashboardDialog.section.alert.note": string;
108
108
  "settingsDashboardDialog.section.alert.label": string;
109
+ "settingsDashboardDialog.section.timezone": string;
110
+ "settingsDashboardDialog.section.timezone.defaultTimezone": string;
111
+ "settingsDashboardDialog.section.timezone.defaultTimezone.tooltip": string;
112
+ "settingsDashboardDialog.section.timezone.defaultTimezone.workspace": string;
113
+ "settingsDashboardDialog.section.timezone.defaultTimezone.fromBrowser": string;
114
+ "settingsDashboardDialog.section.timezone.allowUserOverride.toggle": string;
115
+ "settingsDashboardDialog.section.timezone.allowUserOverride.toggle.tooltip": string;
116
+ "settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle": string;
117
+ "settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle.tooltip": string;
118
+ "settingsDashboardDialog.section.timezone.select.searchPlaceholder": string;
119
+ "settingsDashboardDialog.section.timezone.select.noMatch": string;
109
120
  "deleteDashboardDialog.headline": string;
110
121
  "deleteDashboardDialog.submitButtonText": string;
111
122
  "deleteDashboardDialog.defaultMessage": string;
@@ -1 +1 @@
1
- {"version":3,"file":"id-ID.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/id-ID.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAw2BjB,CAAC"}
1
+ {"version":3,"file":"id-ID.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/id-ID.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAm3BjB,CAAC"}
@@ -108,6 +108,17 @@ export const id_ID = {
108
108
  "settingsDashboardDialog.section.alert.inherit": "Gunakan frekuensi evaluasi default yang ditetapkan oleh organisasi Anda.",
109
109
  "settingsDashboardDialog.section.alert.note": "<strong>Catatan:</strong> Hanya berlaku untuk peringatan baru — gunakan API untuk memperbarui yang sudah ada.",
110
110
  "settingsDashboardDialog.section.alert.label": "Frekuensi Evaluasi",
111
+ "settingsDashboardDialog.section.timezone": "Zona waktu",
112
+ "settingsDashboardDialog.section.timezone.defaultTimezone": "Zona waktu bawaan",
113
+ "settingsDashboardDialog.section.timezone.defaultTimezone.tooltip": "Zona waktu yang digunakan untuk mengevaluasi filter tanggal dan menampilkan tanggal di dasbor ini.",
114
+ "settingsDashboardDialog.section.timezone.defaultTimezone.workspace": "Zona waktu ruang kerja",
115
+ "settingsDashboardDialog.section.timezone.defaultTimezone.fromBrowser": "Dari browser ({timezone})",
116
+ "settingsDashboardDialog.section.timezone.allowUserOverride.toggle": "Izinkan pengguna mengubah zona waktu dasbor",
117
+ "settingsDashboardDialog.section.timezone.allowUserOverride.toggle.tooltip": "Jika diaktifkan, pemirsa dapat mengubah zona waktu dasbor untuk sementara. Perubahan tidak disimpan.",
118
+ "settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle": "Tampilkan zona waktu",
119
+ "settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle.tooltip": "Jika diaktifkan, dasbor menampilkan zona waktu yang digunakan.",
120
+ "settingsDashboardDialog.section.timezone.select.searchPlaceholder": "Cari ...",
121
+ "settingsDashboardDialog.section.timezone.select.noMatch": "Tidak ada zona waktu yang cocok.",
111
122
  "deleteDashboardDialog.headline": "Hapus dasbor?",
112
123
  "deleteDashboardDialog.submitButtonText": "Hapus",
113
124
  "deleteDashboardDialog.defaultMessage": "Apakah Anda yakin ingin menghapus dasbor {title}?",
@@ -106,6 +106,17 @@ export declare const it_IT: {
106
106
  "settingsDashboardDialog.section.alert.inherit": string;
107
107
  "settingsDashboardDialog.section.alert.note": string;
108
108
  "settingsDashboardDialog.section.alert.label": string;
109
+ "settingsDashboardDialog.section.timezone": string;
110
+ "settingsDashboardDialog.section.timezone.defaultTimezone": string;
111
+ "settingsDashboardDialog.section.timezone.defaultTimezone.tooltip": string;
112
+ "settingsDashboardDialog.section.timezone.defaultTimezone.workspace": string;
113
+ "settingsDashboardDialog.section.timezone.defaultTimezone.fromBrowser": string;
114
+ "settingsDashboardDialog.section.timezone.allowUserOverride.toggle": string;
115
+ "settingsDashboardDialog.section.timezone.allowUserOverride.toggle.tooltip": string;
116
+ "settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle": string;
117
+ "settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle.tooltip": string;
118
+ "settingsDashboardDialog.section.timezone.select.searchPlaceholder": string;
119
+ "settingsDashboardDialog.section.timezone.select.noMatch": string;
109
120
  "deleteDashboardDialog.headline": string;
110
121
  "deleteDashboardDialog.submitButtonText": string;
111
122
  "deleteDashboardDialog.defaultMessage": string;
@@ -1 +1 @@
1
- {"version":3,"file":"it-IT.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/it-IT.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAw2BjB,CAAC"}
1
+ {"version":3,"file":"it-IT.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/it-IT.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAm3BjB,CAAC"}
@@ -108,6 +108,17 @@ export const it_IT = {
108
108
  "settingsDashboardDialog.section.alert.inherit": "Utilizzare la frequenza di valutazione predefinita dalla propria organizzazione.",
109
109
  "settingsDashboardDialog.section.alert.note": "<strong>Nota:</strong> Si applica solo ai nuovi avvisi; per aggiornare quelli esistenti, utilizzare l'API.",
110
110
  "settingsDashboardDialog.section.alert.label": "Frequenza di valutazione",
111
+ "settingsDashboardDialog.section.timezone": "Fuso orario",
112
+ "settingsDashboardDialog.section.timezone.defaultTimezone": "Fuso orario predefinito",
113
+ "settingsDashboardDialog.section.timezone.defaultTimezone.tooltip": "Fuso orario usato per valutare i filtri data e visualizzare le date in questo cruscotto.",
114
+ "settingsDashboardDialog.section.timezone.defaultTimezone.workspace": "Fuso orario dell'area di lavoro",
115
+ "settingsDashboardDialog.section.timezone.defaultTimezone.fromBrowser": "Dal browser ({timezone})",
116
+ "settingsDashboardDialog.section.timezone.allowUserOverride.toggle": "Consenti agli utenti di modificare il fuso orario del cruscotto",
117
+ "settingsDashboardDialog.section.timezone.allowUserOverride.toggle.tooltip": "Quando è abilitato, i visualizzatori possono modificare temporaneamente il fuso orario del cruscotto. La modifica non viene salvata.",
118
+ "settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle": "Mostra fuso orario",
119
+ "settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle.tooltip": "Quando è abilitato, il cruscotto visualizza quale fuso orario viene usato.",
120
+ "settingsDashboardDialog.section.timezone.select.searchPlaceholder": "Cerca...",
121
+ "settingsDashboardDialog.section.timezone.select.noMatch": "Nessun fuso orario corrispondente.",
111
122
  "deleteDashboardDialog.headline": "Eliminare il cruscotto?",
112
123
  "deleteDashboardDialog.submitButtonText": "Elimina",
113
124
  "deleteDashboardDialog.defaultMessage": "Procedere con l'eliminazione del cruscotto {title}?",
@@ -106,6 +106,17 @@ export declare const ja_JP: {
106
106
  "settingsDashboardDialog.section.alert.inherit": string;
107
107
  "settingsDashboardDialog.section.alert.note": string;
108
108
  "settingsDashboardDialog.section.alert.label": string;
109
+ "settingsDashboardDialog.section.timezone": string;
110
+ "settingsDashboardDialog.section.timezone.defaultTimezone": string;
111
+ "settingsDashboardDialog.section.timezone.defaultTimezone.tooltip": string;
112
+ "settingsDashboardDialog.section.timezone.defaultTimezone.workspace": string;
113
+ "settingsDashboardDialog.section.timezone.defaultTimezone.fromBrowser": string;
114
+ "settingsDashboardDialog.section.timezone.allowUserOverride.toggle": string;
115
+ "settingsDashboardDialog.section.timezone.allowUserOverride.toggle.tooltip": string;
116
+ "settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle": string;
117
+ "settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle.tooltip": string;
118
+ "settingsDashboardDialog.section.timezone.select.searchPlaceholder": string;
119
+ "settingsDashboardDialog.section.timezone.select.noMatch": string;
109
120
  "deleteDashboardDialog.headline": string;
110
121
  "deleteDashboardDialog.submitButtonText": string;
111
122
  "deleteDashboardDialog.defaultMessage": string;