From dade8167c97127abe4211976d7fc8de73b6b6a0e Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 11 Mar 2021 13:57:52 -0500 Subject: [PATCH] New translations messages.json (Thai) --- src/_locales/th/messages.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/_locales/th/messages.json b/src/_locales/th/messages.json index ce5f2e95c3..cf266179db 100644 --- a/src/_locales/th/messages.json +++ b/src/_locales/th/messages.json @@ -1441,18 +1441,18 @@ "biometricsNotSupportedDesc": { "message": "Browser biometrics is not supported on this device." }, - "nativeMessagingPermissionPromptTitle": { - "message": "Additional Permission required" - }, - "nativeMessagingPermissionPromptDesc": { - "message": "To enable browser biometrics we need to request an additional permission. Once allowed, the browser extension will reload and you may need to unlock your vault again." - }, "nativeMessaginPermissionErrorTitle": { "message": "Permission not provided" }, "nativeMessaginPermissionErrorDesc": { "message": "Without permission to communicate with the Bitwarden Desktop Application we cannot provide biometrics in the browser extension. Please try again." }, + "nativeMessaginPermissionSidebarTitle": { + "message": "Permission request error" + }, + "nativeMessaginPermissionSidebarDesc": { + "message": "This action cannot be done in the sidebar, please retry the action in the popup or popout." + }, "personalOwnershipSubmitError": { "message": "Due to an Enterprise Policy, you are restricted from saving items to your personal vault. Change the Ownership option to an organization and choose from available Collections." },