summaryrefslogtreecommitdiffstats
path: root/browser/locales
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:14:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:14:29 +0000
commitfbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 (patch)
tree4c1ccaf5486d4f2009f9a338a98a83e886e29c97 /browser/locales
parentReleasing progress-linux version 124.0.1-1~progress7.99u1. (diff)
downloadfirefox-fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8.tar.xz
firefox-fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8.zip
Merging upstream version 125.0.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'browser/locales')
-rw-r--r--browser/locales/en-US/browser/confirmationHints.ftl1
-rw-r--r--browser/locales/en-US/browser/firefoxView.ftl28
-rw-r--r--browser/locales/en-US/browser/fxviewTabList.ftl26
-rw-r--r--browser/locales/en-US/browser/newtab/newtab.ftl1
-rw-r--r--browser/locales/en-US/browser/policies/policies-descriptions.ftl6
-rw-r--r--browser/locales/en-US/browser/preferences/connection.ftl3
-rw-r--r--browser/locales/en-US/browser/preferences/formAutofill.ftl12
-rw-r--r--browser/locales/en-US/browser/preferences/preferences.ftl5
-rw-r--r--browser/locales/en-US/browser/protectionsPanel.ftl44
-rw-r--r--browser/locales/en-US/browser/webProtocolHandler.ftl2
-rw-r--r--browser/locales/en-US/chrome/browser/downloads/downloads.properties4
-rw-r--r--browser/locales/jar.mn1
-rw-r--r--browser/locales/l10n-changesets.json204
13 files changed, 166 insertions, 171 deletions
diff --git a/browser/locales/en-US/browser/confirmationHints.ftl b/browser/locales/en-US/browser/confirmationHints.ftl
index f9b9f0264e..2da1e317cd 100644
--- a/browser/locales/en-US/browser/confirmationHints.ftl
+++ b/browser/locales/en-US/browser/confirmationHints.ftl
@@ -4,7 +4,6 @@
## Confirmation hints
-confirmation-hint-breakage-report-sent = Report sent. Thank you!
confirmation-hint-password-removed = Password removed!
confirmation-hint-page-bookmarked = Saved to bookmarks
confirmation-hint-password-created = Password saved
diff --git a/browser/locales/en-US/browser/firefoxView.ftl b/browser/locales/en-US/browser/firefoxView.ftl
index 2057066d49..a2a7f9aa73 100644
--- a/browser/locales/en-US/browser/firefoxView.ftl
+++ b/browser/locales/en-US/browser/firefoxView.ftl
@@ -12,6 +12,9 @@ menu-tools-firefox-view =
firefoxview-page-title = { -firefoxview-brand-name }
+firefoxview-page-heading =
+ .heading = { -firefoxview-brand-name }
+
firefoxview-page-label =
.label = { -firefoxview-brand-name }
@@ -292,3 +295,28 @@ firefoxview-recentlyclosed-empty-description-two = To find tabs from longer ago,
firefoxview-syncedtabs-device-notabs = No tabs open on this device
firefoxview-syncedtabs-connect-another-device = Connect another device
+
+firefoxview-pinned-tabs =
+ .title = Pinned Tabs
+
+firefoxview-tabs =
+ .title = Tabs
+
+## These tooltips will be displayed when hovering over a pinned tab on the Open Tabs page
+## Variables:
+## $tabTitle (string) - Title of pinned tab that will be opened when selected
+
+firefoxview-opentabs-pinned-tab =
+ .title = Switch to { $tabTitle }
+
+# This tooltip will be shown for a pinned tab whose URL is currently bookmarked.
+firefoxview-opentabs-bookmarked-pinned-tab =
+ .title = Switch to (Bookmarked) { $tabTitle }
+
+## These tooltips will be displayed when hovering over an unpinned Open Tab
+## Variables:
+## $url (string) - URL of tab that will be opened when selected
+
+# This tooltip will be shown for an unpinned tab whose URL is currently bookmarked.
+firefoxview-opentabs-bookmarked-tab =
+ .title = (Bookmarked) { $url }
diff --git a/browser/locales/en-US/browser/fxviewTabList.ftl b/browser/locales/en-US/browser/fxviewTabList.ftl
index 381234db50..73599c7a49 100644
--- a/browser/locales/en-US/browser/fxviewTabList.ftl
+++ b/browser/locales/en-US/browser/fxviewTabList.ftl
@@ -16,6 +16,11 @@ fxviewtabrow-tabs-list-tab =
.title = Open { $targetURI } in a new tab
# Variables:
+# $tabTitle (string) - Title of tab being closed
+fxviewtabrow-close-tab-button =
+ .title = Close { $tabTitle }
+
+# Variables:
# $tabTitle (string) - Title of tab being dismissed
fxviewtabrow-dismiss-tab-button =
.title = Dismiss { $tabTitle }
@@ -53,18 +58,23 @@ fxviewtabrow-move-tab-window = Move to New Window
.accesskey = W
fxviewtabrow-send-tab = Send Tab to Device
.accesskey = n
+fxviewtabrow-pin-tab = Pin Tab
+ .accesskey = P
+fxviewtabrow-unpin-tab = Unpin Tab
+ .accesskey = p
+fxviewtabrow-mute-tab = Mute Tab
+ .accesskey = M
+fxviewtabrow-unmute-tab = Unmute Tab
+ .accesskey = m
# Variables:
# $tabTitle (string) - Title of the tab to which the context menu is associated
fxviewtabrow-options-menu-button =
.title = Options for { $tabTitle }
-# Variables:
-# $tabTitle (string) - Title of tab being muted
-fxviewtabrow-mute-tab-button =
- .title = Mute { $tabTitle }
+## Strings below are to be used without context (tab title/URL) on mute/unmute buttons
-# Variables:
-# $tabTitle (string) - Title of tab being unmuted
-fxviewtabrow-unmute-tab-button =
- .title = Unmute { $tabTitle }
+fxviewtabrow-mute-tab-button-no-context =
+ .title = Mute tab
+fxviewtabrow-unmute-tab-button-no-context =
+ .title = Unmute tab
diff --git a/browser/locales/en-US/browser/newtab/newtab.ftl b/browser/locales/en-US/browser/newtab/newtab.ftl
index d4d72febda..256a8da576 100644
--- a/browser/locales/en-US/browser/newtab/newtab.ftl
+++ b/browser/locales/en-US/browser/newtab/newtab.ftl
@@ -46,6 +46,7 @@ newtab-topsites-add-search-engine-header = Add Search Engine
newtab-topsites-add-shortcut-header = New Shortcut
newtab-topsites-edit-topsites-header = Edit Top Site
newtab-topsites-edit-shortcut-header = Edit Shortcut
+newtab-topsites-add-shortcut-label = Add Shortcut
newtab-topsites-title-label = Title
newtab-topsites-title-input =
.placeholder = Enter a title
diff --git a/browser/locales/en-US/browser/policies/policies-descriptions.ftl b/browser/locales/en-US/browser/policies/policies-descriptions.ftl
index 6908dd5f9d..22c881c261 100644
--- a/browser/locales/en-US/browser/policies/policies-descriptions.ftl
+++ b/browser/locales/en-US/browser/policies/policies-descriptions.ftl
@@ -23,6 +23,10 @@ policy-AppUpdateURL = Set custom app update URL.
policy-Authentication = Configure integrated authentication for websites that support it.
+policy-AutofillAddressEnabled = Enable autofill for addresses.
+
+policy-AutofillCreditCardEnabled = Enable autofill for payment methods.
+
policy-AutoLaunchProtocolsFromOrigins = Define a list of external protocols that can be used from listed origins without prompting the user.
policy-BackgroundAppUpdate2 = Enable or disable the background updater.
@@ -41,6 +45,8 @@ policy-CaptivePortal = Enable or disable captive portal support.
policy-CertificatesDescription = Add certificates or use built-in certificates.
+policy-ContentAnalysis = Enable or disable connection to data-loss-prevention agent.
+
policy-Cookies = Allow or deny websites to set cookies.
# Containers in this context is referring to container tabs in Firefox.
diff --git a/browser/locales/en-US/browser/preferences/connection.ftl b/browser/locales/en-US/browser/preferences/connection.ftl
index cf66c983ac..236c252e4d 100644
--- a/browser/locales/en-US/browser/preferences/connection.ftl
+++ b/browser/locales/en-US/browser/preferences/connection.ftl
@@ -24,6 +24,9 @@ connection-proxy-option-no =
connection-proxy-option-system =
.label = Use system proxy settings
.accesskey = U
+connection-proxy-option-wpad =
+ .label = Use system Web Proxy Auto-Discovery setting
+ .accesskey = g
connection-proxy-option-auto =
.label = Auto-detect proxy settings for this network
.accesskey = w
diff --git a/browser/locales/en-US/browser/preferences/formAutofill.ftl b/browser/locales/en-US/browser/preferences/formAutofill.ftl
index 2324a3f197..123fa9bbbe 100644
--- a/browser/locales/en-US/browser/preferences/formAutofill.ftl
+++ b/browser/locales/en-US/browser/preferences/formAutofill.ftl
@@ -132,15 +132,3 @@ autofill-card-expires-month = Exp. Month
autofill-card-expires-year = Exp. Year
autofill-card-billing-address = Billing Address
autofill-card-network = Card Type
-
-## These are brand names and should only be translated when a locale-specific name for that brand is in common use
-
-autofill-card-network-amex = American Express
-autofill-card-network-cartebancaire = Carte Bancaire
-autofill-card-network-diners = Diners Club
-autofill-card-network-discover = Discover
-autofill-card-network-jcb = JCB
-autofill-card-network-mastercard = MasterCard
-autofill-card-network-mir = MIR
-autofill-card-network-unionpay = Union Pay
-autofill-card-network-visa = Visa
diff --git a/browser/locales/en-US/browser/preferences/preferences.ftl b/browser/locales/en-US/browser/preferences/preferences.ftl
index f193689074..a3c382cac3 100644
--- a/browser/locales/en-US/browser/preferences/preferences.ftl
+++ b/browser/locales/en-US/browser/preferences/preferences.ftl
@@ -287,7 +287,8 @@ preferences-web-appearance-choice-input-dark =
# This can appear when using windows HCM or "Override colors: always" without
# system colors.
-preferences-web-appearance-override-warning = Your color selections are overriding website appearance. <a data-l10n-name="colors-link">Manage colors</a>
+preferences-web-appearance-override-warning2 =
+ .message = Your color selections are overriding website appearance.
# This message contains one link. It can be moved within the sentence as needed
# to adapt to your language, but should not be changed.
@@ -1441,7 +1442,7 @@ addon-recommendations-link = Learn more
# or builds with no Telemetry support available.
collection-health-report-disabled = Data reporting is disabled for this build configuration
-collection-backlogged-crash-reports-with-link = Allow { -brand-short-name } to send backlogged crash reports on your behalf <a data-l10n-name="crash-reports-link">Learn more</a>
+collection-backlogged-crash-reports = Allow { -brand-short-name } to send backlogged crash reports on your behalf
.accesskey = c
privacy-segmentation-section-header = New features that enhance your browsing
diff --git a/browser/locales/en-US/browser/protectionsPanel.ftl b/browser/locales/en-US/browser/protectionsPanel.ftl
index 94b461d49e..e81d31a4e2 100644
--- a/browser/locales/en-US/browser/protectionsPanel.ftl
+++ b/browser/locales/en-US/browser/protectionsPanel.ftl
@@ -2,11 +2,6 @@
# 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/.
-protections-panel-sendreportview-error = There was an error sending the report. Please try again later.
-
-# A link shown when ETP is disabled for a site. Opens the breakage report subview when clicked.
-protections-panel-sitefixedsendreport-label = Site fixed? Send report
-
## These strings are used to define the different levels of
## Enhanced Tracking Protection.
@@ -40,13 +35,6 @@ protections-panel-etp-toggle-off =
.description = Off for this site
.aria-label = Enhanced Tracking Protection: Off for { $host }
-# The link to be clicked to open the sub-panel view
-protections-panel-site-not-working = Site not working?
-
-# The heading/title of the sub-panel view
-protections-panel-site-not-working-view =
- .title = Site Not Working?
-
## The "Allowed" header also includes a "Why?" link that, when hovered, shows
## a tooltip explaining why these items were not blocked in the page.
@@ -81,24 +69,6 @@ protections-panel-not-found-label = None Detected
protections-panel-settings-label = Protection settings
protections-panel-protectionsdashboard-label = Protections dashboard
-## In the Site Not Working? view, we suggest turning off protections if
-## the user is experiencing issues with any of a variety of functionality.
-
-# The header of the list
-protections-panel-site-not-working-view-header = Turn off protections if you’re having issues with:
-
-# The list items, shown in a <ul>
-protections-panel-site-not-working-view-issue-list-login-fields = Login fields
-protections-panel-site-not-working-view-issue-list-forms = Forms
-protections-panel-site-not-working-view-issue-list-payments = Payments
-protections-panel-site-not-working-view-issue-list-comments = Comments
-protections-panel-site-not-working-view-issue-list-videos = Videos
-protections-panel-site-not-working-view-issue-list-fonts = Fonts
-
-protections-panel-site-not-working-view-send-report = Send a report
-
-##
-
protections-panel-cross-site-tracking-cookies = These cookies follow you from site to site to gather data about what you do online. They are set by third parties such as advertisers and analytics companies.
protections-panel-cryptominers = Cryptominers use your system’s computing power to mine digital money. Cryptomining scripts drain your battery, slow down your computer, and can increase your energy bill.
protections-panel-fingerprinters = Fingerprinters collect settings from your browser and computer to create a profile of you. Using this digital fingerprint, they can track you across different websites.
@@ -114,20 +84,6 @@ protections-panel-content-blocking-manage-settings =
.label = Manage protection settings
.accesskey = M
-protections-panel-content-blocking-breakage-report-view =
- .title = Report a Broken Site
-protections-panel-content-blocking-breakage-report-view-description2 = Blocking certain trackers can cause problems with some websites. Reporting these problems helps make { -brand-short-name } better for everyone. Sending this report will send a URL and information about your browser settings to { -vendor-short-name }.
-protections-panel-content-blocking-breakage-report-view-collection-url = URL
-protections-panel-content-blocking-breakage-report-view-collection-url-label =
- .aria-label = URL
-protections-panel-content-blocking-breakage-report-view-collection-comments = Optional: Describe the problem
-protections-panel-content-blocking-breakage-report-view-collection-comments-label =
- .aria-label = Optional: Describe the problem
-protections-panel-content-blocking-breakage-report-view-cancel =
- .label = Cancel
-protections-panel-content-blocking-breakage-report-view-send-report =
- .label = Send Report
-
# Cookie Banner Handling
protections-panel-cookie-banner-blocker-header = Cookie Banner Blocker
diff --git a/browser/locales/en-US/browser/webProtocolHandler.ftl b/browser/locales/en-US/browser/webProtocolHandler.ftl
index 584611bcfd..848e5d469b 100644
--- a/browser/locales/en-US/browser/webProtocolHandler.ftl
+++ b/browser/locales/en-US/browser/webProtocolHandler.ftl
@@ -12,6 +12,8 @@ protocolhandler-mailto-os-handler-no-button = Not now
protocolhandler-mailto-handler-notificationbox-always = Always open email links using { $url }?
protocolhandler-mailto-handler-yes-confirm = { $url } is now your default site for opening links that send email.
+protocolhandler-mailto-handler-set-message = Use <strong>{ $url } in { -brand-short-name }</strong> every time you click a link that opens your email?
+protocolhandler-mailto-handler-confirm-message = <strong>{ $url } in { -brand-short-name }</strong> is now your computer’s default email handler.
##
diff --git a/browser/locales/en-US/chrome/browser/downloads/downloads.properties b/browser/locales/en-US/chrome/browser/downloads/downloads.properties
index 308d9f8f0b..d93941e90a 100644
--- a/browser/locales/en-US/chrome/browser/downloads/downloads.properties
+++ b/browser/locales/en-US/chrome/browser/downloads/downloads.properties
@@ -47,7 +47,7 @@ fileDeleted=File deleted
# LOCALIZATION NOTE (unblockHeaderUnblock, unblockHeaderOpen,
# unblockTypeMalware, unblockTypePotentiallyUnwanted2,
# unblockTypeUncommon2, unblockTip2, unblockButtonOpen,
-# unblockButtonUnblock, unblockButtonConfirmBlock, unblockInsecure2):
+# unblockButtonUnblock, unblockButtonConfirmBlock, unblockInsecure3):
# These strings are displayed in the dialog shown when the user asks a blocked
# download to be unblocked. The severity of the threat is expressed in
# descending order by the unblockType strings, it is higher for files detected
@@ -57,7 +57,7 @@ unblockHeaderOpen=Are you sure you want to open this file?
unblockTypeMalware=This file contains a virus or other malware that will harm your computer.
unblockTypePotentiallyUnwanted2=This file is disguised as a helpful download, but it can make unexpected changes to your programs and settings.
unblockTypeUncommon2=This file is not commonly downloaded and may not be safe to open. It may contain a virus or make unexpected changes to your programs and settings.
-unblockInsecure2=The download is offered over HTTP even though the current document was delivered over a secure HTTPS connection. If you proceed, the download may be corrupted or tampered with during the download process.
+unblockInsecure3=You are trying to download this file on a connection that’s not secure. If you continue, the file might be changed, used to steal your info or harm your device.
unblockTip2=You can search for an alternate download source or try again later.
unblockButtonOpen=Open
unblockButtonUnblock=Allow download
diff --git a/browser/locales/jar.mn b/browser/locales/jar.mn
index 781c6677d9..d42a40075e 100644
--- a/browser/locales/jar.mn
+++ b/browser/locales/jar.mn
@@ -17,6 +17,7 @@
preview/select-translations.ftl (../locales-preview/select-translations.ftl)
preview/translations.ftl (../locales-preview/translations.ftl)
browser (%browser/**/*.ftl)
+ preview/profiles.ftl (../components/profiles/content/profiles.ftl)
@AB_CD@.jar:
% locale browser @AB_CD@ %locale/browser/
diff --git a/browser/locales/l10n-changesets.json b/browser/locales/l10n-changesets.json
index 73ef64e2c0..63c677409f 100644
--- a/browser/locales/l10n-changesets.json
+++ b/browser/locales/l10n-changesets.json
@@ -15,7 +15,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "e91bb5281c62d042d6ac7420fed6210baba21fe9"
+ "revision": "e56906155af0a796ae189e674cab3f8bf743a1d7"
},
"af": {
"pin": false,
@@ -33,7 +33,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "334bb18824909819f950d62906cb69d01149c0a1"
+ "revision": "8c753ad94ecbf725f4466abf3a376cd38e4a1831"
},
"an": {
"pin": false,
@@ -51,7 +51,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "fbfa8d9bc6662369009bda463483a032e466934c"
+ "revision": "2260f7621d0c931e75cd87979083f3b562c87977"
},
"ar": {
"pin": false,
@@ -69,7 +69,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "d56d7c7d8d152dba0ad37bd64409de8b10cf047e"
+ "revision": "b4d37327b39820f3169bb9b9b613f96ea48d00ca"
},
"ast": {
"pin": false,
@@ -87,7 +87,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "e108773daf853d2bb7c26ea872e0a685da2727c9"
+ "revision": "8add1fc16c021b09780dd7ead4006ca211371104"
},
"az": {
"pin": false,
@@ -105,7 +105,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "31f3a61ec07d9c50ae757395abd7d442cb05cd5f"
+ "revision": "74562508d84ac13b4ae018f9183d92cc446daf9a"
},
"be": {
"pin": false,
@@ -123,7 +123,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "1f349ae8edbb4470157fd4773da538d67a85af2a"
+ "revision": "5a6aabcf82699167d67efde3811966590ba35b30"
},
"bg": {
"pin": false,
@@ -141,7 +141,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "51b6e21f0f61592bd86d661baf343ef8587c88f4"
+ "revision": "77a7f14bc07ba99f73c7ec222549b782a103946b"
},
"bn": {
"pin": false,
@@ -159,7 +159,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "bc6b9cc545ff26f7673518f1546e32c202b4a823"
+ "revision": "82f5498c867bc61944df5c1ee8b97e2589f2f0a3"
},
"br": {
"pin": false,
@@ -177,7 +177,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "de4ee0d4cce6abdb6c956ad1111c899b4ae04532"
+ "revision": "c0616c261b890d821ba66f75007c1518f8d1c910"
},
"bs": {
"pin": false,
@@ -195,7 +195,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "d3b4ad0c605ef359a392cde6d52331575656e9b6"
+ "revision": "9b859c2c4e52adbaed8116c763c20748c47570ec"
},
"ca": {
"pin": false,
@@ -213,7 +213,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "af77f39dc801618332b7144bf6961ad20cdad902"
+ "revision": "cdeba30f234c8e7f39fddb766483e0408825fd0b"
},
"ca-valencia": {
"pin": false,
@@ -231,7 +231,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "7f8da14938a4aa9f4cc9fead0c9ad7f2ebe05169"
+ "revision": "b506882a00f95d37c2fba501fbf4559b7ea46bc5"
},
"cak": {
"pin": false,
@@ -249,7 +249,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "f1f2df751c8b185fcecf6961a25fc8f488e05801"
+ "revision": "a8bf4d8c2d18e661b16be19234ef33da6e582e8e"
},
"cs": {
"pin": false,
@@ -267,7 +267,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "da6fd553465ee18382f3cc75c21cc3d1c548158a"
+ "revision": "4e45324c27df1a2b284faa92f569736e7c14177d"
},
"cy": {
"pin": false,
@@ -285,7 +285,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "59ba79d5f08da0b51c36c862e2ebeda3127202c1"
+ "revision": "3ac8ac45172a9742d37787b29202c10b27c81f02"
},
"da": {
"pin": false,
@@ -303,7 +303,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "a7efb19f09da188d1dd40b7ea32c35cfc7558cff"
+ "revision": "5ebe2c380a51751f9f7e68f87d58b217502f1cbe"
},
"de": {
"pin": false,
@@ -321,7 +321,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "3b87373324928a82466baa406162476ea5f90d42"
+ "revision": "3554b47092ee0879c578a4d22053c2ea33570d03"
},
"dsb": {
"pin": false,
@@ -339,7 +339,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "ad7805f6ba6d4f7c321fa345c4e347e5967dc8b7"
+ "revision": "82d5ae3cf66ee96f461a27d8073802ac1a61c792"
},
"el": {
"pin": false,
@@ -357,7 +357,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "96f11733bfbf4b243962a3e02c36bf2e8739d609"
+ "revision": "22ab7ff93b039239218bdc9592a7944d572b4b9e"
},
"en-CA": {
"pin": false,
@@ -375,7 +375,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "ab531bbd3b919f4c90e37220d4c6884ec9ffb396"
+ "revision": "2a1827551017958cb228abe4a3eb3e9aae8fb821"
},
"en-GB": {
"pin": false,
@@ -393,7 +393,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "c26bd29b6e64166297b5da48852358a401faf46c"
+ "revision": "4af2f6747560464de71814cbd52d98b97c608094"
},
"eo": {
"pin": false,
@@ -411,7 +411,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "0703bd4dc6605ebc478e0b5d60196ac82a6481db"
+ "revision": "2d703c9b37c361b9a53e5f01d831c62a373d8367"
},
"es-AR": {
"pin": false,
@@ -429,7 +429,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "b78fcea612a5238597bf79bbe384303b000bdf09"
+ "revision": "c4eecaa5bf036b06959d1a240ed42292133a2129"
},
"es-CL": {
"pin": false,
@@ -447,7 +447,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "872f104f71715c23ea206c39d0538bfeefb241b8"
+ "revision": "c73a07524dd2922d14b27ee86c54d70374ca21bf"
},
"es-ES": {
"pin": false,
@@ -465,7 +465,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "4d5aa891eb23ff7dce56edf582cccda615b1d323"
+ "revision": "ba37303d99ac5b7bfa19d19085de59d932300bbc"
},
"es-MX": {
"pin": false,
@@ -483,7 +483,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "149690523cf68e68d054767a4768ee28a82cfacf"
+ "revision": "3b9d7105b936e46f9532f04886331ff6f5186bd6"
},
"et": {
"pin": false,
@@ -501,7 +501,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "0e1b079fd67d92a3ae75d4da71171d69f20f5025"
+ "revision": "82cc93f22641af566f66068ca7d5c177658e79ab"
},
"eu": {
"pin": false,
@@ -519,7 +519,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "b6c43671f4115e36b9fc50aeba83fb42e03c67f3"
+ "revision": "e1f3ce7ff79d93dbbc8a7aaac805474addd8358a"
},
"fa": {
"pin": false,
@@ -537,7 +537,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "631d86697a7a82e53c80ad989beb5f70a96b1301"
+ "revision": "8aa37d16a02797c0b6ed1ddf71faab9984f43c21"
},
"ff": {
"pin": false,
@@ -555,7 +555,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "7091a9a4d60b1d0941c411d165c676687183f4c7"
+ "revision": "4c1c01424d31f9750019ff0e7aff05163dccdbda"
},
"fi": {
"pin": false,
@@ -573,7 +573,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "cc64153528560bb3f90c772a3be459b045a70d32"
+ "revision": "a5d3c82f488c83536e5b17cebfb19db189efeae4"
},
"fr": {
"pin": false,
@@ -591,7 +591,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "8f13f9dfe50c1edba64902bda9b7fb769c0c2b0a"
+ "revision": "a67337b0c59cb9c0703a3c932cf1bc47a66c4ad8"
},
"fur": {
"pin": false,
@@ -609,7 +609,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "1976d965fe702dd8bf199855922e9b05fc86bf4d"
+ "revision": "aa25bbac8578a1c3410f9d65ce6853b35e3cec1f"
},
"fy-NL": {
"pin": false,
@@ -627,7 +627,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "e117b7f0e5ff1f34acf0f7bf563e781044a1649c"
+ "revision": "40edbbc262b8395ea662973e3fff8f39a4746852"
},
"ga-IE": {
"pin": false,
@@ -645,7 +645,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "559b3bd148a477fbb95fef1bcb2f2ef49be06dc3"
+ "revision": "76f9eea7b23ec87fcdd076869ce924bab142c1cd"
},
"gd": {
"pin": false,
@@ -663,7 +663,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "ddbbbdb5eab841b95d00b6defcc86593a1b5253a"
+ "revision": "2a6331654a8e611512f4373e1e49b97bc8d8cdbb"
},
"gl": {
"pin": false,
@@ -681,7 +681,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "7759f48de6b417c8a9eb296dbf8a8e548639de6a"
+ "revision": "cf6c33c3245e8270981eff4eaa546114735381c8"
},
"gn": {
"pin": false,
@@ -699,7 +699,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "4c732e30bcf483ff6753716655d0b06c6265216e"
+ "revision": "47c4da96bf4b6d275fc72bfd03d95b69cad110d1"
},
"gu-IN": {
"pin": false,
@@ -717,7 +717,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "6065a5c2c8de8cf3f06d5e0a7c1ec537c0da29db"
+ "revision": "e48fd7ae26766c8abdf195e4f11e84ab27e67bcd"
},
"he": {
"pin": false,
@@ -735,7 +735,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "34cd41d090d6000ba5cd084f07c878a5acf93c73"
+ "revision": "d9c3db88424d8beea2b60bd78999284b08bfb3d4"
},
"hi-IN": {
"pin": false,
@@ -753,7 +753,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "44ff1ad18d448a14dc2e5c9bbe0b31ebc8d1a470"
+ "revision": "bfbb8f977ba1ff43b982199cb333882f31f1e45c"
},
"hr": {
"pin": false,
@@ -771,7 +771,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "898f3c50dbd6732d98d140229184c1e4985d4627"
+ "revision": "e7cd43f2d9960b7f63de055ef1f7209aa7a3a59d"
},
"hsb": {
"pin": false,
@@ -789,7 +789,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "cd2c094b04a6e32f2cbd0e3c1e51f28a7ccef767"
+ "revision": "49e9db6cad9b7bfc4f1674efa68ddb3f7ebe4a31"
},
"hu": {
"pin": false,
@@ -807,7 +807,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "1efc1eb07546b8351452cad82a7b4a38ad8c9157"
+ "revision": "3c019f8a611ddb463f5b2c027db6e1aeb7bb4cba"
},
"hy-AM": {
"pin": false,
@@ -825,7 +825,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "61ef123c11a260afb202d41ce91ddeef70720011"
+ "revision": "8a1b4667e6cec77ed8c0a18617f7eb7e05b4c868"
},
"ia": {
"pin": false,
@@ -843,7 +843,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "77d434d098092f38a91a7d6ab84fe7b8180dee02"
+ "revision": "bb783a3c8b55dd6b59617d297a12a2bd67c5e168"
},
"id": {
"pin": false,
@@ -861,7 +861,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "fac640f92b280128f208e308178a9efc9b378d6c"
+ "revision": "90a2f0dc84d75f59927860b2049868eb333316e7"
},
"is": {
"pin": false,
@@ -879,7 +879,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "ed40eeffd08b16534acf0d5213c0eb866aa18a08"
+ "revision": "9ea9da23afcf96a31313ec96c36211ebb7eed93c"
},
"it": {
"pin": false,
@@ -897,7 +897,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "c08889765d4f4552440b1137de60fd8aceb7abfc"
+ "revision": "ebd49136fb8e97c46b214c384a0eb4a505a7f6e2"
},
"ja": {
"pin": false,
@@ -913,7 +913,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "fc85259a7e8f5e53ebda328267f3b91693acf6aa"
+ "revision": "e7a4e3dfae9f263193befecdd5e95efed3a30259"
},
"ja-JP-mac": {
"pin": false,
@@ -921,7 +921,7 @@
"macosx64",
"macosx64-devedition"
],
- "revision": "2b68173e13fea3c5bfb33940fdb46972c5ab9a22"
+ "revision": "6a7a8218314e397ea975f8229d25946d71b59f93"
},
"ka": {
"pin": false,
@@ -939,7 +939,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "9525652bf79359f6daa8a739cf91a05d116f1bad"
+ "revision": "ae487eeedbef5a136b9fa248bdc7a00a33d70cb1"
},
"kab": {
"pin": false,
@@ -957,7 +957,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "4807d8d223a8017d2283d256226ac6131a963ebf"
+ "revision": "4d08d247633ee72779ff30b86a0bdec45ccdedaf"
},
"kk": {
"pin": false,
@@ -975,7 +975,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "9185934b11ced46f03dae5a85dbed37dc59c66ea"
+ "revision": "ed4a829e6aa5280f06d614828f8fdaec7b1da2eb"
},
"km": {
"pin": false,
@@ -993,7 +993,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "bdee7f2c48262ea1731b4755293c8b204184c788"
+ "revision": "b0c9be220e4029173257e1ed0f790fa4b4040206"
},
"kn": {
"pin": false,
@@ -1011,7 +1011,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "d9c8fcba3970098b0a419814d55fa53da7ffcf19"
+ "revision": "5aacf1c710ae9c0c2b1c1796010ea4a129c03f36"
},
"ko": {
"pin": false,
@@ -1029,7 +1029,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "4aa3875c0632447c8f3ab906a866c206bf063647"
+ "revision": "bca7fe06347fee6da026f9ab689c7f3671dd46a1"
},
"lij": {
"pin": false,
@@ -1047,7 +1047,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "636cfd254e26a284c6a0cf80f883dc1a9173e08d"
+ "revision": "5d53f2add9e137e357ef51d5ea43f6b798c41e80"
},
"lt": {
"pin": false,
@@ -1065,7 +1065,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "ce52f16cb4f53c2fbc156e00a895aa479a0293f9"
+ "revision": "45842f645c5566ed254f2c8ec73cffd5c7af7ea1"
},
"lv": {
"pin": false,
@@ -1083,7 +1083,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "f21ff0aeca3bf128e039fc26a0d9caca5ea63181"
+ "revision": "0f64a1f51d1db65ed999c63c39124af2f547c96c"
},
"mk": {
"pin": false,
@@ -1101,7 +1101,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "6b923a0cbbfb1b10331cc11abeffc56758b915a7"
+ "revision": "ecc37fdf059b2a1a6230f02f3bc2214ca7015d27"
},
"mr": {
"pin": false,
@@ -1119,7 +1119,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "21ed265d30c375ab53250b0d8c23e334f6a5f320"
+ "revision": "4a5b2fbc3c5f256eee073b445008b0b005488f5b"
},
"ms": {
"pin": false,
@@ -1137,7 +1137,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "4c5825a103ab17b608d474fbe3d849996d5285d8"
+ "revision": "e90e08a2ea1300bf975f42efed7f2194114e1dbd"
},
"my": {
"pin": false,
@@ -1155,7 +1155,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "5d63f20baca1860bd4cf80e1285a2d7022195f7b"
+ "revision": "23501cb36dc4035c7a27390609eb24e035e1a005"
},
"nb-NO": {
"pin": false,
@@ -1173,7 +1173,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "1b2a87998064d72ecf5728c39e421b76f39f1cf8"
+ "revision": "fc7cd59756f2c5569b5d08285b0dbcfbd448afd9"
},
"ne-NP": {
"pin": false,
@@ -1191,7 +1191,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "6e9a8e45e4b5b80e5be0e7ee0790f2e2a3ba11d7"
+ "revision": "5b927b8baa831973766bd3cb67467fa9904ba4ba"
},
"nl": {
"pin": false,
@@ -1209,7 +1209,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "af2d13daedbd50e6a2b836c586245084b9466aa1"
+ "revision": "aa3f538ecf37090fc954c761e796ea6218f319ef"
},
"nn-NO": {
"pin": false,
@@ -1227,7 +1227,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "4a3d9d4c8d20d577844b7c5cc9bb548bbbbca76b"
+ "revision": "1a0dd05416e684f4dde8e04a51e035ccc6110913"
},
"oc": {
"pin": false,
@@ -1245,7 +1245,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "314ebebf11519e1940d38feee1001c002bd55d49"
+ "revision": "2803a34b9c0b40748a486ed6466ff1008f47b386"
},
"pa-IN": {
"pin": false,
@@ -1263,7 +1263,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "fc0a99f3cb10239b8b75b9e780bf1e592159a78f"
+ "revision": "269fae1ddbcf6883566e70921ad6880a71638d9a"
},
"pl": {
"pin": false,
@@ -1281,7 +1281,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "af87979d5d113759d5a77d33e4e5044c303a51aa"
+ "revision": "6b35b3b8a145ba2369afdab589397a76441523e8"
},
"pt-BR": {
"pin": false,
@@ -1299,7 +1299,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "652635a805c55f2a4e247b3fff2e004cc8b12d08"
+ "revision": "a8b332979057da4a2e94e4a74aafb80dd5f3fd4d"
},
"pt-PT": {
"pin": false,
@@ -1317,7 +1317,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "21cae5315562557f51bda5fd56b3428aa52a6bd5"
+ "revision": "a8d851e526c7a54a89a11ecc3cf7791d45446410"
},
"rm": {
"pin": false,
@@ -1335,7 +1335,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "8bb7b89fa9b324ec367b3f80527cebba3a428b95"
+ "revision": "21ea09d77e7d029548dacd52892834e297b04be4"
},
"ro": {
"pin": false,
@@ -1353,7 +1353,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "014649510be0915aa21e83e96bf30fce92c9b547"
+ "revision": "4da561447a2729bc9aa95738360865e61170b787"
},
"ru": {
"pin": false,
@@ -1371,7 +1371,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "7fe586cfe29ea3408232fbff859d9d217ead7397"
+ "revision": "fff022cef28026adec986585740239c632280cf2"
},
"sat": {
"pin": false,
@@ -1389,7 +1389,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "cc8aeb497943c42bd693bbe3b9bc5d34b16de227"
+ "revision": "71c6e0f2fe93a7c505119333e4349d130a5ebd01"
},
"sc": {
"pin": false,
@@ -1407,7 +1407,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "2beb703b2da66326ef740fd61ee6d168c7a332e5"
+ "revision": "339ce493f1f4a4acdae85fa0e941691df07457ab"
},
"sco": {
"pin": false,
@@ -1425,7 +1425,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "607fe5d66eeb1cf0cb6e91ed4217dc7affbbf87a"
+ "revision": "3cd439ea57adda8bd01176c959f4de7b3f254ab5"
},
"si": {
"pin": false,
@@ -1443,7 +1443,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "af5f9ae08dd57027884ee287b840225431b20aa3"
+ "revision": "16d95740c1146559d807271882dfa808c510d8e6"
},
"sk": {
"pin": false,
@@ -1461,7 +1461,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "b1d9ff43cf15a951b69a1371544fea05480be4b3"
+ "revision": "cfa944ce2cca7626804ecfabf3d980641ad638de"
},
"sl": {
"pin": false,
@@ -1479,7 +1479,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "85fe33068c6c1b75cb83ccee62a0c2c1143ad051"
+ "revision": "1bbc747d45749f3de133af03e2cf6d6e2794c7eb"
},
"son": {
"pin": false,
@@ -1497,7 +1497,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "9b2b39b1d87865b0db0f67a966968eea84a39af0"
+ "revision": "e2db0bfbf2e38ccac8c123e2b16b95e404dbc4eb"
},
"sq": {
"pin": false,
@@ -1515,7 +1515,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "b100762ed06f3b53b37c0a62bbd30e87144b48a6"
+ "revision": "4a811dbbdb3ea0e92bfeac95e33f8106ee82187b"
},
"sr": {
"pin": false,
@@ -1533,7 +1533,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "d296ac219c6775bc4bffdff40d6ab9c73c225821"
+ "revision": "c2645ef2665041649bbdacb43dc01242a89ec85d"
},
"sv-SE": {
"pin": false,
@@ -1551,7 +1551,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "e63931a5631be2fa1d4a4253df3541fdfa3000cb"
+ "revision": "cfa68462018f9f0d4b2454ea0503ba75cc647a02"
},
"szl": {
"pin": false,
@@ -1569,7 +1569,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "2bcba850238885e2e7fb9b12ae2b6fd1da7056ec"
+ "revision": "8fbd57ec396095a2fd07d810b0dd9f51f30d932c"
},
"ta": {
"pin": false,
@@ -1587,7 +1587,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "b23fe1bb7faaeec322c12ddad28dd2c8568f82c2"
+ "revision": "eac10e8865040bd62e2cfacaec0c7c1698e88c26"
},
"te": {
"pin": false,
@@ -1605,7 +1605,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "8e86d4e3639524a1288b8460c18f600341fd6205"
+ "revision": "d5e4f05dfa7a2f5c86a9b2f31c5e7f548e235950"
},
"tg": {
"pin": false,
@@ -1623,7 +1623,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "161d2e09c39d1d94e90caf3e1fa55f60fa2ae5bb"
+ "revision": "43e52dbaf04a78db93830490e60a419b1b9f94bd"
},
"th": {
"pin": false,
@@ -1641,7 +1641,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "fd7efe6ce07379c9f33f0199bff9be9880af48ea"
+ "revision": "d61fe3d680aaed5acc82321634d321b6874a7da7"
},
"tl": {
"pin": false,
@@ -1659,7 +1659,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "53333797dfbf17d715c0c26070c6fcea80fe9729"
+ "revision": "899dcf6a227f789cb35873ae55b682cab335c12f"
},
"tr": {
"pin": false,
@@ -1677,7 +1677,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "541cb626f1c8eeb9ddf87f473de456b28a02cae7"
+ "revision": "cecfea20ec91d5f504a69504762e19872e2c121e"
},
"trs": {
"pin": false,
@@ -1695,7 +1695,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "cc89c1bde61073783c0ea110e22e7926b89e89f1"
+ "revision": "4aadf9ce06f6bf87fee51bb2f684cc364d613478"
},
"uk": {
"pin": false,
@@ -1713,7 +1713,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "9b05529e47fa161da593d310d8612a73b124b37d"
+ "revision": "14b20afe5140c0ff57432d1d1336681aa7ccb5ae"
},
"ur": {
"pin": false,
@@ -1731,7 +1731,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "7566f7c8147815d51f1d17d847bc8c1d60256860"
+ "revision": "1a556b70e4d31e3af80eea2183a5c2413246a6c9"
},
"uz": {
"pin": false,
@@ -1749,7 +1749,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "8c5d179b742ed4a78889de781942f14480815b0c"
+ "revision": "cfe8613db1bc1955a8b0ffdce30f75c61626faa3"
},
"vi": {
"pin": false,
@@ -1767,7 +1767,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "cde933743ea42c55f149948ecfe4764079ef258f"
+ "revision": "e3448088c7029aac37f24f0d4b5efec18a3fd9a9"
},
"xh": {
"pin": false,
@@ -1785,7 +1785,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "ca50ac09f6b7ca50859ef54cfa294269838e8d39"
+ "revision": "c9c787a46bb53e078d2f1af90a8cc14fb924da28"
},
"zh-CN": {
"pin": false,
@@ -1803,7 +1803,7 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "dfe27e8f973c79a55b4867722fd6ae3f5029bc98"
+ "revision": "dbc0842df6bc6d3ca82eedb0da001be16753b6f7"
},
"zh-TW": {
"pin": false,
@@ -1821,6 +1821,6 @@
"win64-aarch64-devedition",
"win64-devedition"
],
- "revision": "e80e1659707222d3130aa3f0a79dda9c13b2a029"
+ "revision": "6a2e23489a60f5cbbe1f66e68927a7e1dd455525"
}
} \ No newline at end of file