From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- browser/locales-preview/moz-label.storybook.ftl | 6 +++++ .../locales-preview/moz-support-link-storybook.ftl | 6 +++++ browser/locales-preview/select-translations.ftl | 30 ++++++++++++++++++++++ browser/locales-preview/translations.ftl | 23 +++++++++++++++++ 4 files changed, 65 insertions(+) create mode 100644 browser/locales-preview/moz-label.storybook.ftl create mode 100644 browser/locales-preview/moz-support-link-storybook.ftl create mode 100644 browser/locales-preview/select-translations.ftl create mode 100644 browser/locales-preview/translations.ftl (limited to 'browser/locales-preview') diff --git a/browser/locales-preview/moz-label.storybook.ftl b/browser/locales-preview/moz-label.storybook.ftl new file mode 100644 index 0000000000..9dadeb0180 --- /dev/null +++ b/browser/locales-preview/moz-label.storybook.ftl @@ -0,0 +1,6 @@ +# 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/. + +default-label = I love cheese 🧀 +label-with-colon = I love cheese 🧀: diff --git a/browser/locales-preview/moz-support-link-storybook.ftl b/browser/locales-preview/moz-support-link-storybook.ftl new file mode 100644 index 0000000000..306fe2a1db --- /dev/null +++ b/browser/locales-preview/moz-support-link-storybook.ftl @@ -0,0 +1,6 @@ +# 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/. + +storybook-amo-test = Learn more about add-ons +storybook-fluent-test = Learn more diff --git a/browser/locales-preview/select-translations.ftl b/browser/locales-preview/select-translations.ftl new file mode 100644 index 0000000000..ac6c2648ba --- /dev/null +++ b/browser/locales-preview/select-translations.ftl @@ -0,0 +1,30 @@ +# 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 https://mozilla.org/MPL/2.0/. + + +# Text displayed in the right-click context menu for translating +# selected text to a yet-to-be-determined language. +main-context-menu-translate-selection = + .label = Translate Selection… + +# Text displayed in the right-click context menu for translating +# selected text to a target language. +# +# Variables: +# $language (string) - The localized display name of the target language +main-context-menu-translate-selection-to-language = + .label = Translate Selection to { $language } + +# Text displayed in the right-click context menu for translating +# the text of a hyperlink to a yet-to-be-determined language. +main-context-menu-translate-link-text = + .label = Translate Link Text… + +# Text displayed in the right-click context menu for translating +# the text of a hyperlink to a target language. +# +# Variables: +# $language (string) - The localized display name of the target language +main-context-menu-translate-link-text-to-language = + .label = Translate Link Text to { $language } diff --git a/browser/locales-preview/translations.ftl b/browser/locales-preview/translations.ftl new file mode 100644 index 0000000000..2da77126d1 --- /dev/null +++ b/browser/locales-preview/translations.ftl @@ -0,0 +1,23 @@ +# 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/. + +## Translation Settings section + +translations-settings-back-button = + .aria-label = Back to Settings +translations-settings-header = More Translation Settings + +translations-settings-description = Set your language and site translation preferences and manage languages downloaded for offline translation. +translations-settings-add-language-button = + .label = Add language +translations-settings-always-translate = Always translate these languages +translations-settings-never-translate = Never translate these languages +translations-settings-never-sites-header = Never translate these sites +translations-settings-never-sites-description = To add to this list, visit a site and select “Never translate this site” from the translation menu. + +## Section to download language models to enable offline translation. + +translations-settings-download-languages = Download languages +translations-settings-download-languages-link = Learn more about downloading languages +translations-settings-download-language = Language -- cgit v1.2.3