@prismatic-io/translations 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +37 -0
  3. package/dist/index.d.ts +9 -0
  4. package/dist/index.js +1 -0
  5. package/dist/lib/index.d.ts +5 -0
  6. package/dist/lib/shared/chip.d.ts +8 -0
  7. package/dist/lib/shared/common.d.ts +22 -0
  8. package/dist/lib/shared/configWizard.d.ts +6 -0
  9. package/dist/lib/shared/dataTable.d.ts +58 -0
  10. package/dist/lib/shared/detail.d.ts +45 -0
  11. package/dist/lib/shared/dialog.d.ts +89 -0
  12. package/dist/lib/shared/executions.d.ts +8 -0
  13. package/dist/lib/shared/filter.d.ts +142 -0
  14. package/dist/lib/shared/header.d.ts +18 -0
  15. package/dist/lib/shared/index.d.ts +36 -0
  16. package/dist/lib/shared/input.d.ts +128 -0
  17. package/dist/lib/shared/logSeverity.d.ts +18 -0
  18. package/dist/lib/shared/noResults.d.ts +10 -0
  19. package/dist/lib/shared/oauthConnection.d.ts +8 -0
  20. package/dist/lib/shared/popover.d.ts +12 -0
  21. package/dist/lib/shared/tab.d.ts +76 -0
  22. package/dist/lib/shared/tooltip.d.ts +26 -0
  23. package/dist/lib/shared/triggerDetails.d.ts +10 -0
  24. package/dist/lib/unique/404.d.ts +10 -0
  25. package/dist/lib/unique/app.marketplace-not-found.d.ts +8 -0
  26. package/dist/lib/unique/components.d.ts +4 -0
  27. package/dist/lib/unique/index.d.ts +24 -0
  28. package/dist/lib/unique/integration-marketplace.d.ts +16 -0
  29. package/dist/lib/unique/integration.id.alert-monitors.d.ts +6 -0
  30. package/dist/lib/unique/integration.id.configurations.d.ts +4 -0
  31. package/dist/lib/unique/integration.id.d.ts +34 -0
  32. package/dist/lib/unique/integration.id.executions.d.ts +4 -0
  33. package/dist/lib/unique/integration.id.logs.d.ts +10 -0
  34. package/dist/lib/unique/integration.id.test.d.ts +6 -0
  35. package/dist/lib/unique/integrations.d.ts +6 -0
  36. package/dist/types.d.ts +33 -0
  37. package/dist/utils.d.ts +4 -0
  38. package/package.json +42 -0
@@ -0,0 +1,128 @@
1
+ import { ComplexPhrase, SimplePhrase } from "../../types";
2
+ export interface InputPhrases {
3
+ /** English: "Monitor" */
4
+ "input.alertMonitorLabel": SimplePhrase;
5
+ /** English: "Alert Trigger" */
6
+ "input.alertTriggerLabel": SimplePhrase;
7
+ /** English: "Add API key" */
8
+ "input.apiKeyAddButton": SimplePhrase;
9
+ /** English: "API Key" */
10
+ "input.apiKeyLabel": SimplePhrase;
11
+ /** English: "No API key configured" */
12
+ "input.apiKeyPlaceholder": SimplePhrase;
13
+ /** English: "Category" */
14
+ "input.categoryLabel": SimplePhrase;
15
+ /** English: "Edit" */
16
+ "input.codePlaceholder": SimplePhrase;
17
+ /** English: "Comment" */
18
+ "input.commentLabel": SimplePhrase;
19
+ /** English: "Confirmation text" */
20
+ "input.confirmRequiredTextLabel": SimplePhrase;
21
+ /** English: "Content type" */
22
+ "input.contentTypeLabel": SimplePhrase;
23
+ /** English: "Customer" */
24
+ "input.customerLabel": SimplePhrase;
25
+ /** English: "There was an error" */
26
+ "input.dateError": SimplePhrase;
27
+ /** English: "There was an error" */
28
+ "input.dateTimeError": SimplePhrase;
29
+ /** English: "Description" */
30
+ "input.descriptionLabel": SimplePhrase;
31
+ /** English: "Default Value" */
32
+ "input.defaultValueLabel": SimplePhrase;
33
+ /** English: "Email" */
34
+ "input.emailLabel": SimplePhrase;
35
+ /** English: "End Date/Time" */
36
+ "input.endDateLabel": SimplePhrase;
37
+ /** English: "External ID" */
38
+ "input.externalIdLabel": SimplePhrase;
39
+ /** English: "Show only failed preprocess flows" */
40
+ "input.failedPreprocessFlowsOnlyLabel": SimplePhrase;
41
+ /** English: "Search %{type}" */
42
+ "input.filterSearchPlaceholder": ComplexPhrase<{
43
+ type?: string;
44
+ }>;
45
+ /** English: "Add header" */
46
+ "input.headersAddButton": SimplePhrase;
47
+ /** English: "Key" */
48
+ "input.headersKeyLabel": SimplePhrase;
49
+ /** English: "Headers" */
50
+ "input.headersLabel": SimplePhrase;
51
+ /** English: "Value" */
52
+ "input.headersValueLabel": SimplePhrase;
53
+ /** English: "Include customer components" */
54
+ "input.includeCustomerComponentsLabel": SimplePhrase;
55
+ /** English: "Include customer integrations" */
56
+ "input.includeCustomerIntegrationsLabel": SimplePhrase;
57
+ /** English: "Instance" */
58
+ "input.instanceLabel": SimplePhrase;
59
+ /** English: "Integration" */
60
+ "input.integrationLabel": SimplePhrase;
61
+ /** English: "Integration Version" */
62
+ "input.integrationVersionLabel": SimplePhrase;
63
+ /** English: "Designer Version" */
64
+ "input.integrationVersionLatestLabel": SimplePhrase;
65
+ /** English: "Labels" */
66
+ "input.labelsLabel": SimplePhrase;
67
+ /** English: "Key" */
68
+ "input.keyLabel": SimplePhrase;
69
+ /** English: "Key" */
70
+ "input.keyPlaceholder": SimplePhrase;
71
+ /** English: "Designer Version" */
72
+ "input.latestVersionLabel": SimplePhrase;
73
+ /** English: "Log Severity" */
74
+ "input.logSeverityLabel": SimplePhrase;
75
+ /** English: "Connection Only" */
76
+ "input.logType.integrationConnectionValue": SimplePhrase;
77
+ /** English: "Execution & Connection" */
78
+ "input.logType.integrationExecutionAndConnectionValue": SimplePhrase;
79
+ /** English: "Execution only" */
80
+ "input.logType.integrationExecutionValue": SimplePhrase;
81
+ /** English: "Log Type" */
82
+ "input.logTypeLabel": SimplePhrase;
83
+ /** English: "Marketplace Version" */
84
+ "input.marketplaceVersionLabel": SimplePhrase;
85
+ /** English: "No options found" */
86
+ "input.noOptionsValue": SimplePhrase;
87
+ /** English: "None" */
88
+ "input.noneValue": SimplePhrase;
89
+ /** English: "Edit" */
90
+ "input.objectFieldMapPlaceholder": SimplePhrase;
91
+ /** English: "Show original executions only" */
92
+ "input.originalOnlyLabel": SimplePhrase;
93
+ /** English: "Payload body" */
94
+ "input.payloadBodyLabel": SimplePhrase;
95
+ /** English: "Post URL" */
96
+ "input.postUrlLabel": SimplePhrase;
97
+ /** English: "Role" */
98
+ "input.roleLabel": SimplePhrase;
99
+ /** English: "Flow Selector" */
100
+ "input.selectFlowLabel": SimplePhrase;
101
+ /** English: "Log severity" */
102
+ "input.severityLabel": SimplePhrase;
103
+ /** English: "Start Date/Time" */
104
+ "input.startDateLabel": SimplePhrase;
105
+ /** English: "Show only private components" */
106
+ "input.showOnlyPrivateComponentsLabel": SimplePhrase;
107
+ /** English: "Show only templates" */
108
+ "input.showOnlyTemplatesLabel": SimplePhrase;
109
+ /** English: "Failed" */
110
+ "input.status.failedValue": SimplePhrase;
111
+ /** English: "Running" */
112
+ "input.status.runningValue": SimplePhrase;
113
+ /** English: "Successful" */
114
+ "input.status.successfulValue": SimplePhrase;
115
+ /** English: "Status" */
116
+ "input.statusLabel": SimplePhrase;
117
+ /** English: "Step" */
118
+ "input.stepLabel": SimplePhrase;
119
+ /** English: "URL" */
120
+ "input.urlLabel": SimplePhrase;
121
+ /** English: "Value" */
122
+ "input.valueLabel": SimplePhrase;
123
+ /** English: "Add a value" */
124
+ "input.valuePlaceholder": SimplePhrase;
125
+ /** English: "Add value" */
126
+ "input.valueAddButton": SimplePhrase;
127
+ }
128
+ export declare const inputPhrases: InputPhrases;
@@ -0,0 +1,18 @@
1
+ import { SimplePhrase } from "../../types";
2
+ export interface LogSeverityPhrases {
3
+ /** English: "Debug" */
4
+ "logSeverity.debug": SimplePhrase;
5
+ /** English: "Error" */
6
+ "logSeverity.error": SimplePhrase;
7
+ /** English: "Fatal" */
8
+ "logSeverity.fatal": SimplePhrase;
9
+ /** English: "Info" */
10
+ "logSeverity.info": SimplePhrase;
11
+ /** English: "Metric" */
12
+ "logSeverity.metric": SimplePhrase;
13
+ /** English: "Trace" */
14
+ "logSeverity.trace": SimplePhrase;
15
+ /** English: "Warn" */
16
+ "logSeverity.warn": SimplePhrase;
17
+ }
18
+ export declare const logSeverityPhrases: LogSeverityPhrases;
@@ -0,0 +1,10 @@
1
+ import { ComplexPhrase, SimplePhrase } from "../../types";
2
+ export interface NoResultsPhrases {
3
+ /** English: "No results" */
4
+ "noResults.title": SimplePhrase;
5
+ /** English: "Your search of "{searchTerm}" returned no results." */
6
+ "noResults.text": ComplexPhrase<{
7
+ searchTerm: string;
8
+ }>;
9
+ }
10
+ export declare const noResultsPhrases: NoResultsPhrases;
@@ -0,0 +1,8 @@
1
+ import { SimplePhrase } from "../../types";
2
+ export interface OAuthConnectionPhrases {
3
+ /** English: "Connect" */
4
+ "oAuthConnection.connectButton": SimplePhrase;
5
+ /** English: "Disconnect" */
6
+ "oAuthConnection.disconnectButton": SimplePhrase;
7
+ }
8
+ export declare const oAuthConnectionPhrases: OAuthConnectionPhrases;
@@ -0,0 +1,12 @@
1
+ import { ComplexPhrase, SimplePhrase } from "../../types";
2
+ export interface PopoverPhrases {
3
+ /** English: "Version %{versionNumber}" */
4
+ "versionHistorySavePublishPopover.title": ComplexPhrase<{
5
+ versionNumber?: number;
6
+ }>;
7
+ /** English: "Save & Publish" */
8
+ "versionHistorySavePublishPopover.saveButton": SimplePhrase;
9
+ /** English: "Save & Publish" */
10
+ "versionHistorySavePublishPopover.openButton": SimplePhrase;
11
+ }
12
+ export declare const popoverPhrases: PopoverPhrases;
@@ -0,0 +1,76 @@
1
+ import { ComplexPhrase, SimplePhrase } from "../../types";
2
+ export interface TabPhrases {
3
+ /** English: "Monitors" */
4
+ "alertMonitorsTab.title": SimplePhrase;
5
+ /** English: "User Configuration" */
6
+ "configurationTab.title": SimplePhrase;
7
+ /** English: "Executions" */
8
+ "executionsTab.title": SimplePhrase;
9
+ /** English: "Payload" */
10
+ "payloadTab.title": SimplePhrase;
11
+ /** English: "Summary" */
12
+ "summaryTab.title": SimplePhrase;
13
+ /** English: "Test is running" */
14
+ "testTab.testResults.banner.text--testIsRunning": SimplePhrase;
15
+ /** English: "View Execution" */
16
+ "testTab.testResults.button": SimplePhrase;
17
+ /** English: "Endpoint test result" */
18
+ "testTab.testResults.title": SimplePhrase;
19
+ /** English: "Test" */
20
+ "testTab.title": SimplePhrase;
21
+ /** English: "Result preview not available for this step" */
22
+ "stepOutputsTab.noResultsText": SimplePhrase;
23
+ /** English: "No step outputs available" */
24
+ "stepOutputsTab.noStepOutputsText": SimplePhrase;
25
+ /** English: "Step Not Available" */
26
+ "stepOutputsTab.stepNotSelected": SimplePhrase;
27
+ /** English: "Step Outputs" */
28
+ "stepOutputsTab.title": SimplePhrase;
29
+ /** English: "Error" */
30
+ "logsTab.banner.error": ComplexPhrase<{
31
+ count: number;
32
+ }>;
33
+ /** English: "Errors" */
34
+ "logsTab.banner.errorPlural": ComplexPhrase<{
35
+ count: number;
36
+ }>;
37
+ /** English: "No logs available" */
38
+ "logsTab.noLogsTitle": SimplePhrase;
39
+ /** English: "Select a test run to view test logs" */
40
+ "logsTab.noTestSelectedText": SimplePhrase;
41
+ /** English: "No test run selected" */
42
+ "logsTab.noTestSelectedTitle": SimplePhrase;
43
+ /** English: "Show all logs" */
44
+ "logsTab.showAllButton": SimplePhrase;
45
+ /** English: "Show only errors" */
46
+ "logsTab.showErrorsButton": SimplePhrase;
47
+ /** English: "Logs" */
48
+ "logsTab.title": SimplePhrase;
49
+ /** English: "Cancelled by a new execution" */
50
+ "retryTab.cancelledLabel": SimplePhrase;
51
+ /** English: "Next retry" */
52
+ "retryTab.scheduledRetryLabel": SimplePhrase;
53
+ /** English: "%{retryIndex} of %{maxRetryCount} at %{nextScheduledRetry}" */
54
+ "retryTab.scheduledRetryText": ComplexPhrase<{
55
+ maxRetryCount: number;
56
+ nextScheduledRetry: string;
57
+ retryIndex: number;
58
+ }>;
59
+ /** English: "Failed after %{retryCount} retries" */
60
+ "retryTab.statusFailedPluralText": ComplexPhrase<{
61
+ retryCount: number;
62
+ }>;
63
+ /** English: "Failed after %{retryCount} retry" */
64
+ "retryTab.statusFailedText": ComplexPhrase<{
65
+ retryCount: number;
66
+ }>;
67
+ /** English: "Final status" */
68
+ "retryTab.statusLabel": SimplePhrase;
69
+ /** English: "Succeeded on retry %{retryCount}" */
70
+ "retryTab.statusSuccessText": ComplexPhrase<{
71
+ retryCount: number;
72
+ }>;
73
+ /** English: "Retry" */
74
+ "retryTab.title": SimplePhrase;
75
+ }
76
+ export declare const tabPhrases: TabPhrases;
@@ -0,0 +1,26 @@
1
+ import { SimplePhrase } from "../../types";
2
+ export interface TooltipPhrases {
3
+ /** English: "Close" */
4
+ "tooltip.close": SimplePhrase;
5
+ /** English: "Connection Logs" */
6
+ "tooltip.connectionLogs": SimplePhrase;
7
+ /** English: "No Connection Logs" */
8
+ "tooltip.connectionLogs--noLogs": SimplePhrase;
9
+ /** English: "Copied to clipboard!" */
10
+ "tooltip.copyConfirmed": SimplePhrase;
11
+ /** English: "Copy cURL to clipboard" */
12
+ "tooltip.copyCurl": SimplePhrase;
13
+ /** English: "Copy log to clipboard" */
14
+ "tooltip.copyLog": SimplePhrase;
15
+ /** English: "Copy payload to clipboard" */
16
+ "tooltip.copyPayload": SimplePhrase;
17
+ /** English: "Copy URL to clipboard" */
18
+ "tooltip.copyUrl": SimplePhrase;
19
+ /** English: "Upgrade the Marketplace Configuration to this latest published version." */
20
+ "tooltip.marketplaceVersion": SimplePhrase;
21
+ /** English: "Pass this API key via an HTTP header" */
22
+ "tooltip.passApiKeyToHeader": SimplePhrase;
23
+ /** English: "Restore default" */
24
+ "tooltip.restoreDefault": SimplePhrase;
25
+ }
26
+ export declare const tooltipPhrases: TooltipPhrases;
@@ -0,0 +1,10 @@
1
+ import { SimplePhrase } from "../../types";
2
+ export interface TriggerDetailsPhrases {
3
+ /** English: "Trigger details" */
4
+ "triggerDetails.title": SimplePhrase;
5
+ /** English: "API key configured" */
6
+ "triggerDetails.apiConfiguredText": SimplePhrase;
7
+ /** English: "No API key configured" */
8
+ "triggerDetails.noApiConfiguredText": SimplePhrase;
9
+ }
10
+ export declare const triggerDetailsPhrases: TriggerDetailsPhrases;
@@ -0,0 +1,10 @@
1
+ import { NamespacedSharedAndUniquePhrases, SimplePhrase } from "../../types";
2
+ export interface NotFoundPhrases {
3
+ /** English: "404" */
4
+ "404__title": SimplePhrase;
5
+ /** English: "The page you requested was not found." */
6
+ "404__text": SimplePhrase;
7
+ /** English: "Back to dashboard" */
8
+ "404__button": SimplePhrase;
9
+ }
10
+ export declare const notFoundPhrases: NamespacedSharedAndUniquePhrases<NotFoundPhrases>;
@@ -0,0 +1,8 @@
1
+ import { NamespacedSharedAndUniquePhrases, SimplePhrase } from "../../types";
2
+ export interface AppMarketplaceNotFoundPhrases {
3
+ /** English: "Not Found" */
4
+ "app.marketplace-not-found__title": SimplePhrase;
5
+ /** English: "The page you requested was not found." */
6
+ "app.marketplace-not-found__text": SimplePhrase;
7
+ }
8
+ export declare const appMarketplaceNotFoundPhrases: NamespacedSharedAndUniquePhrases<AppMarketplaceNotFoundPhrases>;
@@ -0,0 +1,4 @@
1
+ import { NamespacedSharedAndUniquePhrases } from "../../types";
2
+ export interface ComponentsPhrases {
3
+ }
4
+ export declare const componentsPhrases: NamespacedSharedAndUniquePhrases<ComponentsPhrases>;
@@ -0,0 +1,24 @@
1
+ import { notFoundPhrases, NotFoundPhrases } from "./404";
2
+ import { appMarketplaceNotFoundPhrases, AppMarketplaceNotFoundPhrases } from "./app.marketplace-not-found";
3
+ import { componentsPhrases, ComponentsPhrases } from "./components";
4
+ import { integrationMarketplacePhrases, IntegrationMarketplacePhrases } from "./integration-marketplace";
5
+ import { integrationIdPhrases, IntegrationIdPhrases } from "./integration.id";
6
+ import { integrationIdAlertMonitorsPhrases, IntegrationIdAlertMonitorsPhrases } from "./integration.id.alert-monitors";
7
+ import { integrationIdConfigurationsPhrases, IntegrationIdConfigurationsPhrases } from "./integration.id.configurations";
8
+ import { integrationIdExecutionsPhrases, IntegrationIdExecutionsPhrases } from "./integration.id.executions";
9
+ import { integrationIdLogsPhrases, IntegrationIdLogsPhrases } from "./integration.id.logs";
10
+ import { integrationIdTestPhrases, IntegrationIdTestPhrases } from "./integration.id.test";
11
+ import { integrationsPhrases, IntegrationsPhrases } from "./integrations";
12
+ export { notFoundPhrases, NotFoundPhrases };
13
+ export { appMarketplaceNotFoundPhrases, AppMarketplaceNotFoundPhrases };
14
+ export { componentsPhrases, ComponentsPhrases };
15
+ export { integrationMarketplacePhrases, IntegrationMarketplacePhrases };
16
+ export { integrationIdPhrases, IntegrationIdPhrases };
17
+ export { integrationIdAlertMonitorsPhrases, IntegrationIdAlertMonitorsPhrases };
18
+ export { integrationIdConfigurationsPhrases, IntegrationIdConfigurationsPhrases, };
19
+ export { integrationIdExecutionsPhrases, IntegrationIdExecutionsPhrases };
20
+ export { integrationIdLogsPhrases, IntegrationIdLogsPhrases };
21
+ export { integrationIdTestPhrases, IntegrationIdTestPhrases };
22
+ export { integrationsPhrases, IntegrationsPhrases };
23
+ export type UniquePhrases = NotFoundPhrases & AppMarketplaceNotFoundPhrases & ComponentsPhrases & IntegrationMarketplacePhrases & IntegrationIdPhrases & IntegrationIdAlertMonitorsPhrases & IntegrationIdConfigurationsPhrases & IntegrationIdExecutionsPhrases & IntegrationIdLogsPhrases & IntegrationIdTestPhrases & IntegrationsPhrases;
24
+ export declare const uniquePhrases: UniquePhrases;
@@ -0,0 +1,16 @@
1
+ import { NamespacedSharedAndUniquePhrases, SimplePhrase } from "../../types";
2
+ export interface IntegrationMarketplacePhrases {
3
+ /** English: "Activated but not configured" */
4
+ "integration-marketplace__card.activateLabel": SimplePhrase;
5
+ /** English: "Paused" */
6
+ "integration-marketplace__card.pausedLabel": SimplePhrase;
7
+ /** English: "Activated" */
8
+ "integration-marketplace__card.runningLabel": SimplePhrase;
9
+ /** English: "Activated but not configured" */
10
+ "integration-marketplace__card.ulcUnconfiguredLabel": SimplePhrase;
11
+ /** English: "Activated" */
12
+ "integration-marketplace__filterBar.activateButton": SimplePhrase;
13
+ /** English: "All" */
14
+ "integration-marketplace__filterBar.allButton": SimplePhrase;
15
+ }
16
+ export declare const integrationMarketplacePhrases: NamespacedSharedAndUniquePhrases<IntegrationMarketplacePhrases>;
@@ -0,0 +1,6 @@
1
+ import { NamespacedSharedAndUniquePhrases, SimplePhrase } from "../../types";
2
+ export interface IntegrationIdAlertMonitorsPhrases {
3
+ /** English: "Click the add monitor button to add a monitor." */
4
+ "integrations.id.alert-monitors__filterResults.placeholderText--hasInstanceOrCustomer": SimplePhrase;
5
+ }
6
+ export declare const integrationIdAlertMonitorsPhrases: NamespacedSharedAndUniquePhrases<IntegrationIdAlertMonitorsPhrases>;
@@ -0,0 +1,4 @@
1
+ import { NamespacedSharedAndUniquePhrases } from "../../types";
2
+ export interface IntegrationIdConfigurationsPhrases {
3
+ }
4
+ export declare const integrationIdConfigurationsPhrases: NamespacedSharedAndUniquePhrases<IntegrationIdConfigurationsPhrases>;
@@ -0,0 +1,34 @@
1
+ import { ComplexPhrase, NamespacedSharedAndUniquePhrases, SimplePhrase } from "../../types";
2
+ export interface IntegrationIdPhrases {
3
+ /** English: "Please contact %{organization} to activate this integration." */
4
+ "integrations.id__banner.customerActivateText": ComplexPhrase<{
5
+ organization: string;
6
+ }>;
7
+ /** English: "Please contact %{organization} to update to latest version." */
8
+ "integrations.id__banner.customerUpdateText": ComplexPhrase<{
9
+ organization: string;
10
+ }>;
11
+ /** English: "Your integration is enabled" */
12
+ "integrations.id__banner.enabledText": SimplePhrase;
13
+ /** English: "Pause Integration" */
14
+ "integrations.id__banner.pauseButton": SimplePhrase;
15
+ /** English: "Your integration is paused" */
16
+ "integrations.id__banner.pausedText": SimplePhrase;
17
+ /** English: "Unpause Integration" */
18
+ "integrations.id__banner.unpauseButton": SimplePhrase;
19
+ /** English: "Update" */
20
+ "integrations.id__banner.updateButton": SimplePhrase;
21
+ /** English: "There is an update available" */
22
+ "integrations.id__banner.updateText": SimplePhrase;
23
+ /** English: "Configure User Level Configuration" */
24
+ "integrations.id__filterBar.configureUserButton": SimplePhrase;
25
+ /** English: "Reconfigure" */
26
+ "integrations.id__filterBar.reconfigureButton": SimplePhrase;
27
+ /** English: "Reconfigure User Level Configuration" */
28
+ "integrations.id__filterBar.reconfigureUserButton": SimplePhrase;
29
+ /** English: "View Configuration" */
30
+ "integrations.id__filterBar.viewConfigurationButton": SimplePhrase;
31
+ /** English: "View User Level Configuration" */
32
+ "integrations.id__filterBar.viewUserConfigurationButton": SimplePhrase;
33
+ }
34
+ export declare const integrationIdPhrases: NamespacedSharedAndUniquePhrases<IntegrationIdPhrases>;
@@ -0,0 +1,4 @@
1
+ import { NamespacedSharedAndUniquePhrases } from "../../types";
2
+ export interface IntegrationIdExecutionsPhrases {
3
+ }
4
+ export declare const integrationIdExecutionsPhrases: NamespacedSharedAndUniquePhrases<IntegrationIdExecutionsPhrases>;
@@ -0,0 +1,10 @@
1
+ import { NamespacedSharedAndUniquePhrases, SimplePhrase } from "../../types";
2
+ export interface IntegrationIdLogsPhrases {
3
+ /** English: "Go to instances" */
4
+ "integrations.id.logs__filterResults.placeholderCta--hasCustomer": SimplePhrase;
5
+ /** English: "To add logs, first start an instance." */
6
+ "integrations.id.logs__filterResults.placeholderText--hasCustomer": SimplePhrase;
7
+ /** English: "To add logs, make sure your instance is running." */
8
+ "integrations.id.logs__filterResults.placeholderText--hasInstance": SimplePhrase;
9
+ }
10
+ export declare const integrationIdLogsPhrases: NamespacedSharedAndUniquePhrases<IntegrationIdLogsPhrases>;
@@ -0,0 +1,6 @@
1
+ import { NamespacedSharedAndUniquePhrases, SimplePhrase } from "../../types";
2
+ export interface IntegrationIdTestPhrases {
3
+ /** English: "Save & Run Test" */
4
+ "integrations.id.test__filterBar.saveRunButton": SimplePhrase;
5
+ }
6
+ export declare const integrationIdTestPhrases: NamespacedSharedAndUniquePhrases<IntegrationIdTestPhrases>;
@@ -0,0 +1,6 @@
1
+ import { NamespacedSharedAndUniquePhrases, SimplePhrase } from "../../types";
2
+ export interface IntegrationsPhrases {
3
+ /** English: "Add integration" */
4
+ "integrations__filterBar.addButton": SimplePhrase;
5
+ }
6
+ export declare const integrationsPhrases: NamespacedSharedAndUniquePhrases<IntegrationsPhrases>;
@@ -0,0 +1,33 @@
1
+ import { SharedPhrases } from "./lib/shared";
2
+ import { UniquePhrases } from "./lib/unique";
3
+ export declare enum Namespace {
4
+ COMPONENTS = "components",
5
+ INTEGRATIONS = "integrations",
6
+ MARKETPLACE = "integration-marketplace",
7
+ MARKETPLACE_INTEGRATION_ALERT_MONITORS = "integrations.id.alert-monitors",
8
+ MARKETPLACE_INTEGRATION_CONFIGURATION = "integrations.id.configurations",
9
+ MARKETPLACE_INTEGRATION_EXECUTIONS = "integrations.id.executions",
10
+ MARKETPLACE_INTEGRATION_LOGS = "integrations.id.logs",
11
+ MARKETPLACE_INTEGRATION_SUMMARY = "integrations.id",
12
+ MARKETPLACE_INTEGRATION_TEST = "integrations.id.test",
13
+ MARKETPLACE_NOT_FOUND = "app.marketplace-not-found"
14
+ }
15
+ export type ComplexPhrase<T extends Record<string, string | boolean | number> = Record<string, string | boolean | number>> = T & {
16
+ _?: string;
17
+ };
18
+ export type ComplexPhrases = PickByType<Phrases, ComplexPhrase>;
19
+ export type SimplePhrase = string;
20
+ export type SimplePhrases = PickByType<Phrases, SimplePhrase>;
21
+ export type NamespacedSharedPhrases<T extends unknown = SharedPhrases> = {
22
+ [K in keyof T as `${Namespace}__${string & K}`]: T[K];
23
+ };
24
+ export type SharedAndUniquePhrases = SharedPhrases & UniquePhrases;
25
+ export type NamespacedSharedAndSharedAndUniquePhrases = Partial<NamespacedSharedPhrases> & SharedAndUniquePhrases;
26
+ export type NamespacedSharedAndUniquePhrases<T extends unknown = UniquePhrases> = Partial<NamespacedSharedPhrases> & T;
27
+ export type Phrases = Partial<NamespacedSharedAndSharedAndUniquePhrases>;
28
+ export type Phrase = keyof SharedAndUniquePhrases;
29
+ export type PhraseWithNamespace = keyof NamespacedSharedAndSharedAndUniquePhrases;
30
+ export type PickByType<T, V> = {
31
+ [P in keyof T as T[P] extends V | undefined ? P : never]: T[P];
32
+ };
33
+ export { SharedPhrases, UniquePhrases };