Skip to content

Commit ded3588

Browse files
committed
chore: sync l10n with main
1 parent 5fee56c commit ded3588

17 files changed

Lines changed: 516 additions & 130 deletions

l10n/context.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
import getFluentContext from "./fluent.js";
2+
3+
/**
4+
* @param {string} locale
5+
* @returns {Promise<import("@fred").L10nContext>}
6+
*/
7+
export async function addFluent(locale) {
8+
return {
9+
locale: locale,
10+
l10n: getFluentContext(locale),
11+
};
12+
}

l10n/de.ftl

Lines changed: 35 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,49 @@
1-
content-feedback_question = War diese Übersetzung hilfreich?
2-
content-feedback_reason = Warum war diese Übersetzung nicht hilfreich?
3-
content-feedback_thanks = Vielen Dank für die Rückmeldung!
4-
5-
reference_toc_header = In diesem Artikel
1+
content-feedback-question = War diese Übersetzung hilfreich?
2+
content-feedback-reason = Warum war diese Übersetzung nicht hilfreich?
3+
content-feedback-thanks = Vielen Dank für die Rückmeldung!
4+
5+
reference-toc-header = In diesem Artikel
6+
7+
footer-tagline = Dein Bauplan für ein besseres Internet.
8+
footer-mofo = Besuche die gemeinnützige Muttergesellschaft der <a data-l10n-name="moco">Mozilla Corporation</a>, die <a data-l10n-name="mofo">Mozilla Foundation</a>.
9+
footer-copyright = Teile dieses Inhalts sind ©1998–2024 von einzelnen mozilla.org-Mitwirkenden. Inhalte sind verfügbar unter <a data-l10n-name="cc">einer Creative-Commons-Lizenz</a>.
10+
11+
search-modal-site-search = Erweiterte Suche nach <em>{ $query }</em>
12+
13+
site-search-search-stats = { $results } Dokumente gefunden.
14+
site-search-suggestion-matches = { $relation ->
15+
[gt] mehr als { $matches ->
16+
[one] { $matches } Übereinstimmung
17+
*[other] { $matches } Übereinstimmungen
18+
}
19+
*[eq] { $matches ->
20+
[one] { $matches } Übereinstimmung
21+
*[other] { $matches } Übereinstimmungen
22+
}
23+
}
24+
site-search-suggestions-text = Meinten Sie:
625
7-
footer_tagline = Dein Bauplan für ein besseres Internet.
8-
footer_mofo = Besuche die gemeinnützige Muttergesellschaft der <a data-l10n-name="moco">Mozilla Corporation</a>, die <a data-l10n-name="mofo">Mozilla Foundation</a>.
9-
footer_copyright = Teile dieses Inhalts sind ©1998–2024 von einzelnen mozilla.org-Mitwirkenden. Inhalte sind verfügbar unter <a data-l10n-name="cc">einer Creative-Commons-Lizenz</a>.
1026
11-
theme_default = Systemstandard
27+
theme-default = Systemstandard
1228
13-
blog_time_to_read = { $minutes ->
29+
blog-time-to-read = { $minutes ->
1430
[one] { $minutes } Minute Lesezeit
1531
*[other] { $minutes } Minuten Lesezeit
1632
}
17-
blog_post_not_found = Blogartikel nicht gefunden.
33+
blog-post-not-found = Blogartikel nicht gefunden.
1834
19-
blog_previous = Voriger Artikel
20-
blog_next = Nächster Artikel
35+
blog-previous = Voriger Artikel
36+
blog-next = Nächster Artikel
2137
2238
No = Nein
2339
Submit = Abschicken
2440
Yes = Ja
2541
2642
Report = Report
2743
28-
obs_title = HTTP Observatory
29-
obs_landing_intro = Das 2016 gestartete HTTP Observatory verbessert die Sicherheit durch Analyse der Einhaltung bewährter Sicherheitspraktiken. Es hat durch 47 Millionen Scans Einblicke in über 6,9 Millionen Websites geliefert.
30-
obs_assessment = Das von Mozilla entwickelte HTTP Observatory führt eine umfassende Bewertung der HTTP-Header und weiterer zentraler Sicherheitskonfigurationen einer Website durch.
31-
obs_scanning = Der automatisierte Scan-Prozess liefert Entwicklern und Website-Administratoren detailliertes, handlungsorientiertes Feedback und konzentriert sich darauf, potenzielle Sicherheitslücken zu erkennen und zu beheben.
32-
obs_security = Das Tool unterstützt Entwickler und Website-Administratoren maßgeblich dabei, ihre Websites in einem sich stetig weiterentwickelnden digitalen Umfeld gegen häufige Sicherheitsbedrohungen abzusichern.
33-
obs_mdn = Das HTTP Observatory bietet wirksame Sicherheitseinblicke auf Grundlage von Mozillas Expertise und Engagement für ein sichereres Internet sowie basierend auf etablierten Trends und Richtlinien.
44+
obs-title = HTTP Observatory
45+
obs-landing-intro = Seit 2016 verbessert HTTP Observatory die Sicherheit durch Analyse der Einhaltung bewährter Sicherheitspraktiken. Es hat durch 47 Millionen Scans Einblicke in über 6,9 Millionen Websites geliefert.
46+
obs-assessment = Das von Mozilla entwickelte HTTP Observatory führt eine umfassende Bewertung der HTTP-Header und weiterer zentraler Sicherheitskonfigurationen einer Website durch.
47+
obs-scanning = Der automatisierte Scan-Prozess liefert Entwicklern und Website-Administratoren detailliertes, handlungsorientiertes Feedback und konzentriert sich darauf, potenzielle Sicherheitslücken zu erkennen und zu beheben.
48+
obs-security = Das Tool unterstützt Entwickler und Website-Administratoren maßgeblich dabei, ihre Websites in einem sich stetig weiterentwickelnden digitalen Umfeld gegen häufige Sicherheitsbedrohungen abzusichern.
49+
obs-mdn = Das HTTP Observatory bietet wirksame Sicherheitseinblicke auf Grundlage von Mozillas Expertise und Engagement für ein sichereres Internet sowie basierend auf etablierten Trends und Richtlinien.

l10n/en-US.ftl

Lines changed: 148 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,148 @@
1+
# TODO Use comments, see: https://firefox-source-docs.mozilla.org/l10n/fluent/review.html#comments
2+
# TODO Consider using terms, see: https://firefox-source-docs.mozilla.org/l10n/fluent/review.html#terms and https://projectfluent.org/fluent/guide/references.html#message-references
3+
4+
article-footer-last-modified = This page was last modified on <time data-l10n-name="date">{ $date }</timestamp> by <a data-l10n-name="contributors">MDN contributors</a>.
5+
article-footer-source-title = Folder: { $folder } (Opens in a new tab)
6+
7+
baseline-asterisk = { $asterisk } Some parts of this feature may have varying levels of support.
8+
baseline-high-extra = This feature is well established and works across many devices and browser versions. It’s been available across browsers since { $date }.
9+
baseline-low-extra = Since { $date }, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.
10+
baseline-not-extra = This feature is not Baseline because it does not work in some of the most widely-used browsers.
11+
baseline-supported-in = Supported in { $browsers }
12+
baseline-unsupported-in = Not widely supported in { $browsers }
13+
baseline-supported-and-unsupported-in = Supported in { $supported }, but not widely supported in { $unsupported }
14+
15+
homepage-hero-title = Resources for Developers,<br> by Developers
16+
homepage-hero-description = Documenting <a data-l10n-name="css">CSS</a>, <a data-l10n-name="html">HTML</a>, and <a data-l10n-name="js">JavaScript</a>, since 2005.
17+
18+
not-found-title = Page not found
19+
not-found-description = Sorry, the page <code data-l10n-name="url">{ $url }</code> could not be found.
20+
not-found-fallback-english = <strong data-l10n-name="strong">Good news:</strong> The page you requested exists in <em data-l10n-name="em">English</em>.
21+
not-found-fallback-search = The page you requested doesn't exist, but you could try a site search for:
22+
not-found-back = Go back to the home page
23+
24+
reference-toc-header = In this article
25+
26+
footer-mofo = Visit <a data-l10n-name="moco">Mozilla Corporation’s</a> not-for-profit parent, the <a data-l10n-name="mofo">Mozilla Foundation</a>.
27+
footer-copyright = Portions of this content are ©1998–2024 by individual mozilla.org contributors. Content available under <a data-l10n-name="cc">a Creative Commons license</a>.
28+
29+
search-modal-site-search = Site search for <em>{ $query }</em>
30+
31+
site-search-search-stats = Found { $results } documents.
32+
site-search-suggestion-matches = { $relation ->
33+
[gt] more than { $matches ->
34+
[one] { $matches } match
35+
*[other] { $matches } matches
36+
}
37+
*[eq] { $matches ->
38+
[one] { $matches } match
39+
*[other] { $matches } matches
40+
}
41+
}
42+
site-search-suggestions-text = Did you mean:
43+
44+
blog-time-to-read = { $minutes ->
45+
[one] { $minutes } minute read
46+
*[other] { $minutes } minutes read
47+
}
48+
blog-post-not-found = Blog post not found.
49+
50+
blog-previous = Previous post
51+
blog-next = Next post
52+
53+
Report = Report
54+
55+
obs-title = HTTP Observatory
56+
obs-landing-intro = Launched in 2016, the HTTP Observatory enhances web security by analyzing compliance with best security practices. It has provided insights to over 6.9 million websites through 47 million scans.
57+
obs-assessment = Developed by Mozilla, the HTTP Observatory performs an in-depth assessment of a site’s HTTP headers and other key security configurations.
58+
obs-scanning = Its automated scanning process provides developers and website administrators with detailed, actionable feedback, focusing on identifying and addressing potential security vulnerabilities.
59+
obs-security = The tool is instrumental in helping developers and website administrators strengthen their sites against common security threats in a constantly advancing digital environment.
60+
obs-mdn = The HTTP Observatory provides effective security insights, guided by Mozilla's expertise and commitment to a safer and more secure internet and based on well-established trends and guidelines.
61+
62+
63+
compat-loading = Loading…
64+
65+
compat-browser-version-date = { $browser } { $version } – Released { $date }
66+
compat-browser-version-released = Released { $date }
67+
68+
compat-link-report-issue = Report problems with this compatibility data
69+
compat-link-report-issue-title = Report an issue with this compatibility data
70+
compat-link-report-missing-title = Report missing compatibility data
71+
compat-link-report-missing = Report this issue
72+
compat-link-source = View data on GitHub
73+
compat-link-source-title = File: { $filename }
74+
75+
compat-deprecated = Deprecated
76+
compat-experimental = Experimental
77+
compat-nonstandard = Non-standard
78+
compat-no = No
79+
80+
compat-support-full = Full support
81+
compat-support-partial = Partial support
82+
compat-support-no = No support
83+
compat-support-unknown = Support unknown
84+
compat-support-preview = Preview browser support
85+
compat-support-prefix = Implemented with the vendor prefix: { $prefix }
86+
compat-support-altname = Alternate name: { $altname }
87+
compat-support-removed = Removed in { $version } and later
88+
compat-support-see-impl-url = See <a data-l10n-name="impl_url">{ $label }</a>
89+
compat-support-flags =
90+
{ NUMBER($has_added) ->
91+
[one] From version { $version_added }
92+
*[other] {""}
93+
}{ $has_last ->
94+
[one] { NUMBER($has_added) ->
95+
*[zero] Until { $versionLast } users
96+
[one] {" "}until { $versionLast } users
97+
}
98+
*[zero] { NUMBER($has_added) ->
99+
*[zero] Users
100+
[one] {" "}users
101+
}
102+
}
103+
{" "}must explicitly set the <code data-l10n-name="name">{ $flag_name }</code>{" "}
104+
{ $flag_type ->
105+
*[preference] preference
106+
[runtime_flag] runtime flag
107+
}{ NUMBER($has_value) ->
108+
[one] {" "}to <code data-l10n-name="value">{ $flag_value }</code>
109+
*[other] {""}
110+
}{"."}
111+
{ NUMBER($flag_type) ->
112+
[preference] To change preferences in { $browser_name }, visit { $browser_pref_url }.
113+
*[other] {""}
114+
}
115+
116+
compat-legend = Legend
117+
compat-legend-tip = Tip: you can click/tap on a cell for more information.
118+
compat-legend-yes = { compat-support-full }
119+
compat-legend-partial = { compat-support-partial }
120+
compat-legend-preview = In development. Supported in a pre-release version.
121+
compat-legend-no = { compat-support-no }
122+
compat-legend-unknown = Compatibility unknown
123+
compat-legend-experimental = { compat-experimental }. Expect behavior to change in the future.
124+
compat-legend-nonstandard = { compat-nonstandard }. Check cross-browser support before using.
125+
compat-legend-deprecated = { compat-deprecated }. Not for use in new websites.
126+
compat-legend-footnote = See implementation notes.
127+
compat-legend-disabled = User must explicitly enable this feature.
128+
compat-legend-altname = Uses a non-standard name.
129+
compat-legend-prefix = Requires a vendor prefix or different name for use.
130+
compat-legend-more = Has more compatibility info.
131+
132+
sidebar-filter-matches = { $matches ->
133+
[0] No matches
134+
[1] { $matches } match
135+
*[other] { $matches } matches
136+
}
137+
138+
placement-note = Ad
139+
placement-no = Don't want to see ads?
140+
141+
pagination-next = Next page
142+
pagination-prev = Previous page
143+
pagination-current = Current page
144+
pagination-goto = Go to page { $page }
145+
146+
logout = Sign out
147+
login = Log in
148+
settings = My settings

l10n/en-us.ftl

Lines changed: 0 additions & 102 deletions
This file was deleted.

l10n/es.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
blog_toc_title = En este artículo
1+
blog-toc-title = En este artículo
22

0 commit comments

Comments
 (0)