From 6309daa6c465a3f065668f7ad34bfb0cd0e5d11a Mon Sep 17 00:00:00 2001 From: Andi Pieper Date: Fri, 1 Nov 2024 14:00:17 +0100 Subject: [PATCH] Updated AvailableInWorkers L10n --- files/jsondata/L10n-Template.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/files/jsondata/L10n-Template.json b/files/jsondata/L10n-Template.json index fca8e89790a9927..a4c11b1672006a1 100644 --- a/files/jsondata/L10n-Template.json +++ b/files/jsondata/L10n-Template.json @@ -234,6 +234,11 @@ "zh-TW": "此功能可在 Web Worker(不包括 Service Worker)中使用。" }, + "available_in_worker__window_and_worker_except_shared": { + "en-US": "This feature is available in Web Workers, except for Shared Web Workers.", + "zh-CN": "此特性在 Web Worker(不包括共享 Web Worker)中可用。" + }, + "available_in_worker__worker_except_service": { "de": "Diese Funktion ist nur in Web Workers verfügbar, mit Ausnahme von Service Workers.", "en-US": "This feature is only available in Web Workers, except for Service Workers.",