@@ -9,65 +9,42 @@ import { TranslationResource } from '@backstage/core-plugin-api/alpha';
99
1010// @alpha
1111export const marketplaceTranslationRef: TranslationRef <" plugin.marketplace" , {
12- readonly " button.update" : string ;
12+ readonly " header.title" : string ;
13+ readonly " header.extensions" : string ;
14+ readonly " header.catalog" : string ;
15+ readonly " header.installedPackages" : string ;
16+ readonly " header.installedPackagesWithCount" : string ;
17+ readonly " header.pluginsPage" : string ;
18+ readonly " header.packagesPage" : string ;
19+ readonly " header.collectionsPage" : string ;
20+ readonly " installedPackages.table.title" : string ;
21+ readonly " installedPackages.table.searchPlaceholder" : string ;
22+ readonly " installedPackages.table.columns.role" : string ;
23+ readonly " installedPackages.table.columns.version" : string ;
24+ readonly " installedPackages.table.columns.name" : string ;
25+ readonly " installedPackages.table.columns.packageName" : string ;
26+ readonly " installedPackages.table.columns.actions" : string ;
27+ readonly " installedPackages.table.tooltips.enableActions" : string ;
28+ readonly " installedPackages.table.tooltips.noDownloadPermissions" : string ;
29+ readonly " installedPackages.table.tooltips.noEditPermissions" : string ;
30+ readonly " installedPackages.table.tooltips.noTogglePermissions" : string ;
31+ readonly " installedPackages.table.tooltips.editPackage" : string ;
32+ readonly " installedPackages.table.tooltips.downloadPackage" : string ;
33+ readonly " installedPackages.table.tooltips.enablePackage" : string ;
34+ readonly " installedPackages.table.tooltips.disablePackage" : string ;
35+ readonly " installedPackages.table.emptyMessages.noResults" : string ;
36+ readonly " installedPackages.table.emptyMessages.noRecords" : string ;
1337readonly " button.install" : string ;
1438readonly " button.uninstall" : string ;
1539readonly " button.enable" : string ;
1640readonly " button.disable" : string ;
41+ readonly " button.update" : string ;
1742readonly " button.save" : string ;
1843readonly " button.close" : string ;
1944readonly " button.viewAll" : string ;
2045readonly " button.viewDocumentation" : string ;
2146readonly " button.viewInstalledPlugins" : string ;
2247readonly " button.restart" : string ;
23- readonly " dialog.backendRestartRequired" : string ;
24- readonly " dialog.restartMessage" : string ;
25- readonly " header.title" : string ;
26- readonly " header.extensions" : string ;
27- readonly " header.catalog" : string ;
28- readonly " header.installedPackages" : string ;
29- readonly " header.installedPackagesWithCount" : string ;
30- readonly " header.pluginsPage" : string ;
31- readonly " header.packagesPage" : string ;
32- readonly " header.collectionsPage" : string ;
33- readonly " search.filter" : string ;
34- readonly " search.author" : string ;
35- readonly " search.placeholder" : string ;
36- readonly " search.clear" : string ;
37- readonly " search.clearFilter" : string ;
38- readonly " search.category" : string ;
39- readonly " search.supportType" : string ;
40- readonly " search.noResults" : string ;
41- readonly " search.filterBy" : string ;
42- readonly " search.clearFilters" : string ;
43- readonly " search.noResultsFound" : string ;
44- readonly " table.plugins" : string ;
45- readonly " table.packageName" : string ;
46- readonly " table.version" : string ;
47- readonly " table.role" : string ;
48- readonly " table.name" : string ;
49- readonly " table.packages" : string ;
50- readonly " table.description" : string ;
51- readonly " table.status" : string ;
52- readonly " table.supportedVersion" : string ;
53- readonly " table.action" : string ;
54- readonly " table.versions" : string ;
55- readonly " table.pluginsCount" : string ;
56- readonly " table.packagesCount" : string ;
57- readonly " table.pluginsTable" : string ;
58- readonly " metadata.about" : string ;
59- readonly " metadata.highlights" : string ;
60- readonly " metadata.category" : string ;
61- readonly " metadata.by" : string ;
62- readonly " metadata.versions" : string ;
63- readonly " metadata.pluginNotFound" : string ;
64- readonly " metadata.publisher" : string ;
65- readonly " metadata.supportProvider" : string ;
66- readonly " metadata.entryName" : string ;
67- readonly " metadata.bySomeone" : string ;
68- readonly " role.backend" : string ;
69- readonly " role.backendModule" : string ;
70- readonly " role.frontend" : string ;
7148readonly " install.title" : string ;
7249readonly " install.configurationRequired" : string ;
7350readonly " install.optional" : string ;
@@ -95,28 +72,20 @@ readonly "install.instructions": string;
9572readonly " install.editInstructions" : string ;
9673readonly " install.back" : string ;
9774readonly " install.packageUpdated" : string ;
75+ readonly " install.packageEnabled" : string ;
76+ readonly " install.packageDisabled" : string ;
9877readonly " install.errors.missingPluginsList" : string ;
9978readonly " install.errors.missingPackageItem" : string ;
10079readonly " install.errors.missingPackageField" : string ;
10180readonly " install.errors.failedToSave" : string ;
102- readonly " installedPackages.table.title" : string ;
103- readonly " installedPackages.table.searchPlaceholder" : string ;
104- readonly " installedPackages.table.columns.packageName" : string ;
105- readonly " installedPackages.table.columns.version" : string ;
106- readonly " installedPackages.table.columns.role" : string ;
107- readonly " installedPackages.table.columns.name" : string ;
108- readonly " installedPackages.table.columns.actions" : string ;
109- readonly " installedPackages.table.tooltips.enableActions" : string ;
110- readonly " installedPackages.table.tooltips.noDownloadPermissions" : string ;
111- readonly " installedPackages.table.tooltips.noEditPermissions" : string ;
112- readonly " installedPackages.table.tooltips.noTogglePermissions" : string ;
113- readonly " installedPackages.table.emptyMessages.noResults" : string ;
114- readonly " installedPackages.table.emptyMessages.noRecords" : string ;
11581readonly " status.notInstalled" : string ;
11682readonly " status.installed" : string ;
11783readonly " status.disabled" : string ;
11884readonly " status.partiallyInstalled" : string ;
11985readonly " status.updateAvailable" : string ;
86+ readonly " role.backend" : string ;
87+ readonly " role.backendModule" : string ;
88+ readonly " role.frontend" : string ;
12089readonly " emptyState.noPluginsFound" : string ;
12190readonly " emptyState.mustEnableBackend" : string ;
12291readonly " emptyState.noPluginsDescription" : string ;
@@ -126,10 +95,23 @@ readonly "alert.installationDisabled": string;
12695readonly " alert.extensionsExample" : string ;
12796readonly " alert.singlePluginRestart" : string ;
12897readonly " alert.multiplePluginRestart" : string ;
98+ readonly " alert.singlePackageRestart" : string ;
99+ readonly " alert.multiplePackageRestart" : string ;
129100readonly " alert.restartRequired" : string ;
130101readonly " alert.backendRestartRequired" : string ;
131- readonly " alert.backendRestartMessage" : string ;
132102readonly " alert.viewPlugins" : string ;
103+ readonly " alert.viewPackages" : string ;
104+ readonly " search.placeholder" : string ;
105+ readonly " search.clear" : string ;
106+ readonly " search.filter" : string ;
107+ readonly " search.clearFilter" : string ;
108+ readonly " search.category" : string ;
109+ readonly " search.author" : string ;
110+ readonly " search.supportType" : string ;
111+ readonly " search.noResults" : string ;
112+ readonly " search.filterBy" : string ;
113+ readonly " search.clearFilters" : string ;
114+ readonly " search.noResultsFound" : string ;
133115readonly " common.close" : string ;
134116readonly " common.links" : string ;
135117readonly " common.by" : string ;
@@ -138,33 +120,50 @@ readonly "common.noDescriptionAvailable": string;
138120readonly " common.readMore" : string ;
139121readonly " common.apply" : string ;
140122readonly " common.couldNotApplyYaml" : string ;
141- readonly " plugin.version" : string ;
123+ readonly " dialog.backendRestartRequired" : string ;
124+ readonly " dialog.packageRestartMessage" : string ;
125+ readonly " dialog.pluginRestartMessage" : string ;
142126readonly " plugin.author" : string ;
143- readonly " plugin.installation" : string ;
144- readonly " plugin.configuration" : string ;
145- readonly " plugin.authors" : string ;
146127readonly " plugin.description" : string ;
147128readonly " plugin.documentation" : string ;
148129readonly " plugin.repository" : string ;
149130readonly " plugin.license" : string ;
131+ readonly " plugin.version" : string ;
132+ readonly " plugin.authors" : string ;
150133readonly " plugin.tags" : string ;
151134readonly " plugin.dependencies" : string ;
152- readonly " package.version" : string ;
135+ readonly " plugin.configuration" : string ;
136+ readonly " plugin.installation" : string ;
153137readonly " package.author" : string ;
154- readonly " package.support" : string ;
155- readonly " package.lifecycle" : string ;
156- readonly " package.supportedVersions" : string ;
157- readonly " package.about" : string ;
138+ readonly " package.version" : string ;
158139readonly " package.name" : string ;
159- readonly " package.highlights" : string ;
160140readonly " package.dynamicPluginPath" : string ;
161141readonly " package.backstageRole" : string ;
142+ readonly " package.supportedVersions" : string ;
143+ readonly " package.support" : string ;
144+ readonly " package.lifecycle" : string ;
145+ readonly " package.highlights" : string ;
146+ readonly " package.about" : string ;
162147readonly " package.notFound" : string ;
163- readonly " actions.view" : string ;
148+ readonly " table.status" : string ;
149+ readonly " table.role" : string ;
150+ readonly " table.description" : string ;
151+ readonly " table.version" : string ;
152+ readonly " table.name" : string ;
153+ readonly " table.packageName" : string ;
154+ readonly " table.supportedVersion" : string ;
155+ readonly " table.action" : string ;
156+ readonly " table.versions" : string ;
157+ readonly " table.plugins" : string ;
158+ readonly " table.packages" : string ;
159+ readonly " table.pluginsCount" : string ;
160+ readonly " table.packagesCount" : string ;
161+ readonly " table.pluginsTable" : string ;
164162readonly " actions.install" : string ;
165163readonly " actions.enable" : string ;
166164readonly " actions.disable" : string ;
167165readonly " actions.actions" : string ;
166+ readonly " actions.view" : string ;
168167readonly " actions.edit" : string ;
169168readonly " actions.editConfiguration" : string ;
170169readonly " actions.pluginConfigurations" : string ;
@@ -178,6 +177,16 @@ readonly "actions.editTitle": string;
178177readonly " tooltips.productionDisabled" : string ;
179178readonly " tooltips.extensionsDisabled" : string ;
180179readonly " tooltips.noPermissions" : string ;
180+ readonly " metadata.category" : string ;
181+ readonly " metadata.by" : string ;
182+ readonly " metadata.highlights" : string ;
183+ readonly " metadata.about" : string ;
184+ readonly " metadata.versions" : string ;
185+ readonly " metadata.pluginNotFound" : string ;
186+ readonly " metadata.publisher" : string ;
187+ readonly " metadata.supportProvider" : string ;
188+ readonly " metadata.entryName" : string ;
189+ readonly " metadata.bySomeone" : string ;
181190readonly " supportTypes.certifiedBy" : string ;
182191readonly " supportTypes.verifiedBy" : string ;
183192readonly " supportTypes.customPlugins" : string ;
0 commit comments