- Extension
+ {{t "registry-bridge.component.extension-details-modal.extension"}}
{{this.extension.category_name}}
@@ -28,33 +28,33 @@
{{/if}}
{{/if}}
-
Overview
+
{{t "registry-bridge.component.extension-details-modal.overview"}}
{{this.extension.description}}
{{html-safe this.extension.promotional_text}}
-
Details
+
{{t "registry-bridge.component.extension-details-modal.details"}}
-
Version
+
{{t "registry-bridge.component.extension-details-modal.version"}}
{{this.extension.current_bundle_version}}
-
Updated
+
{{t "registry-bridge.component.extension-details-modal.updated"}}
{{this.extension.updatedAt}}
-
Author
+
{{t "registry-bridge.component.extension-details-modal.author"}}
{{this.extension.publisher_name}}
+
+ {{#if this.extension.self_managed}}
+
+ {{t
+ "registry-bridge.component.extension-details-modal.self-managed"
+ }}
+
+ {{/if}}
+
diff --git a/translations/en-us.yaml b/translations/en-us.yaml
index 7aa39fc..5c90b37 100644
--- a/translations/en-us.yaml
+++ b/translations/en-us.yaml
@@ -9,6 +9,16 @@ registry-bridge:
about: About
about-extension: About {extensionName}
component:
+ extension-details-modal:
+ extension: Extension
+ author: Author
+ overview: Overview
+ details: Details
+ version: Version
+ updated: Updated
+ website: Website
+ self-managed: Self Managed
+ self-managed-help-text: A self-managed extension is designed for users who host Fleetbase on their own servers, outside of the cloud/SaaS environment. These extensions require manual installation and configuration. If you are using Fleetbase as a self-hosted instance, you can use these extensions to add additional features. However, they are not available for cloud/SaaS users.
extension-pending-publish-viewer:
content-panel-title: Extensions Pending Publish
focused-extension-title: >
@@ -116,4 +126,6 @@ registry-bridge:
extension-id: Extension ID
extension-id-help-text: The unique identifier for this extension.
bundles: Bundles
- upload-new-bundle: Upload new Bundle
\ No newline at end of file
+ upload-new-bundle: Upload new Bundle
+ self-managed: Self Managed
+ self-managed-help-text: Enable this option if your module is intended for self-hosted instances only. By selecting this, the module will not be available for installation on the cloud/SaaS version of Fleetbase and must be manually installed by the user on their own server.
\ No newline at end of file