Bug 1967224 - promote preview strings for local model managment r=rpl,fluent-reviewers,bolsson
Differential Revision: https://phabricator.services.mozilla.com/D250021
This commit is contained in:
committed by
tziade@mozilla.com
parent
bc9e1c9754
commit
06a3f1e139
@@ -1,27 +0,0 @@
|
|||||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
||||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
||||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
||||||
|
|
||||||
# TODO: move these to appropriate places in aboutAddons.ftl when ready
|
|
||||||
|
|
||||||
# AI Model will be downloaded on the users device and used locally
|
|
||||||
addon-category-mlmodel = On-device AI
|
|
||||||
addon-category-mlmodel-title =
|
|
||||||
.title = On-device AI
|
|
||||||
|
|
||||||
mlmodel-heading = Manage On-Device AI Models
|
|
||||||
mlmodel-description =
|
|
||||||
Some features and extensions in { -brand-short-name } are powered by AI models that work locally on your device. This approach protects your privacy and, in many cases, speeds up performance. <a data-l10n-name="learn-more">Learn more</a>
|
|
||||||
|
|
||||||
# Label for button that when clicked removed local model
|
|
||||||
mlmodel-remove-addon-button =
|
|
||||||
.aria-label = Remove
|
|
||||||
# Label for the aggregated value of all files for a model
|
|
||||||
mlmodel-addon-detail-totalsize-label = File size
|
|
||||||
mlmodel-addon-detail-last-used-label = Last used
|
|
||||||
# This is a section label to describe what extensions or features use a specific local AI model
|
|
||||||
mlmodel-addon-detail-used-by-label = Used by
|
|
||||||
# This is a section label to describe the link to the model card on the Hugging Face website
|
|
||||||
mlmodel-addon-detail-model-card = Model Card
|
|
||||||
# This is a label for the Model Card link to Hugging face
|
|
||||||
mlmodel-addon-detail-model-card-link-label = View on Hugging Face
|
|
||||||
@@ -610,3 +610,25 @@ mlmodel-link-preview = { -brand-short-name } uses this to generate key points wh
|
|||||||
mlmodel-pdfjs = { -brand-short-name } uses this to create alt text for images you add to PDFs
|
mlmodel-pdfjs = { -brand-short-name } uses this to create alt text for images you add to PDFs
|
||||||
mlmodel-smart-tab-topic-engine = { -brand-short-name } uses this to suggest names for your tab groups
|
mlmodel-smart-tab-topic-engine = { -brand-short-name } uses this to suggest names for your tab groups
|
||||||
mlmodel-smart-tab-embedding-engine = { -brand-short-name } uses this to suggest tabs for your tab groups
|
mlmodel-smart-tab-embedding-engine = { -brand-short-name } uses this to suggest tabs for your tab groups
|
||||||
|
|
||||||
|
# AI Model will be downloaded on the users device and used locally
|
||||||
|
addon-category-mlmodel = On-device AI
|
||||||
|
addon-category-mlmodel-title =
|
||||||
|
.title = On-device AI
|
||||||
|
|
||||||
|
mlmodel-heading = Manage On-Device AI Models
|
||||||
|
mlmodel-description =
|
||||||
|
Some features and extensions in { -brand-short-name } are powered by AI models that work locally on your device. This approach protects your privacy and, in many cases, speeds up performance. <a data-l10n-name="learn-more">Learn more</a>
|
||||||
|
|
||||||
|
# Label for button that when clicked removed local model
|
||||||
|
mlmodel-remove-addon-button =
|
||||||
|
.aria-label = Remove
|
||||||
|
# Label for the aggregated value of all files for a model
|
||||||
|
mlmodel-addon-detail-totalsize-label = File size
|
||||||
|
mlmodel-addon-detail-last-used-label = Last used
|
||||||
|
# This is a section label to describe what extensions or features use a specific local AI model
|
||||||
|
mlmodel-addon-detail-used-by-label = Used by
|
||||||
|
# This is a section label to describe the link to the model card on the Hugging Face website
|
||||||
|
mlmodel-addon-detail-model-card = Model card
|
||||||
|
# This is a label for the Model Card link to Hugging face
|
||||||
|
mlmodel-addon-detail-model-card-link-label = View on Hugging Face
|
||||||
|
|||||||
@@ -8,7 +8,6 @@
|
|||||||
services (%services/**/*.ftl)
|
services (%services/**/*.ftl)
|
||||||
toolkit (%toolkit/**/*.ftl)
|
toolkit (%toolkit/**/*.ftl)
|
||||||
locales-preview/aboutTranslations.ftl (../locales-preview/aboutTranslations.ftl)
|
locales-preview/aboutTranslations.ftl (../locales-preview/aboutTranslations.ftl)
|
||||||
locales-preview/localModelManagement.ftl (../locales-preview/localModelManagement.ftl)
|
|
||||||
#ifdef MOZ_LAYOUT_DEBUGGER
|
#ifdef MOZ_LAYOUT_DEBUGGER
|
||||||
layoutdebug/layoutdebug.ftl (../../layout/tools/layout-debug/ui/content/layoutdebug.ftl)
|
layoutdebug/layoutdebug.ftl (../../layout/tools/layout-debug/ui/content/layoutdebug.ftl)
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -35,7 +35,6 @@
|
|||||||
<link rel="localization" href="branding/brand.ftl" />
|
<link rel="localization" href="branding/brand.ftl" />
|
||||||
<link rel="localization" href="toolkit/about/aboutAddons.ftl" />
|
<link rel="localization" href="toolkit/about/aboutAddons.ftl" />
|
||||||
<link rel="localization" href="toolkit/global/extensionPermissions.ftl" />
|
<link rel="localization" href="toolkit/global/extensionPermissions.ftl" />
|
||||||
<link rel="localization" href="locales-preview/localModelManagement.ftl" />
|
|
||||||
|
|
||||||
<!-- Defer scripts so all the templates are loaded by the time they run. -->
|
<!-- Defer scripts so all the templates are loaded by the time they run. -->
|
||||||
<script
|
<script
|
||||||
|
|||||||
Reference in New Issue
Block a user