From 77cb3fc3c18fe468c2f11650f63b6be71103436e Mon Sep 17 00:00:00 2001 From: GrzegorzZajac000 Date: Mon, 25 Mar 2024 13:59:36 +0100 Subject: [PATCH] #1515 Loco export --- webpack/utils/export/messages.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/webpack/utils/export/messages.json b/webpack/utils/export/messages.json index f3bc213..830e385 100644 --- a/webpack/utils/export/messages.json +++ b/webpack/utils/export/messages.json @@ -116,10 +116,10 @@ "errorStorageIntegrityMessage": "Please reinstall browser extension or contact with 2FAS Support on Discord", "warningTooSoonTitle": "Wait a moment", "warningTooSoonMessage": "Please wait DIFF seconds before sending another request.", - "warningSelectInputTitle": "Select the text field first", - "warningSelectInputMessage": "Select the text field for the 2FA token then click the extension icon or use the chosen shortcut.", "successPushSentTitle": "Push sent", "successPushSentMessage": "Please check your phone and accept your login request.", + "successPushSentClipboardTitle": "Push sent", + "successPushSentClipboardMessage": "Please check your phone and accept your login request. Copy your token and paste it into the correct input on the website.", "successExtNameUpdatedTitle": "Success", "successExtNameUpdatedMessage": "Extension name updated", "successDeviceDisconnectedTitle": "Success", @@ -137,6 +137,8 @@ "infoUnsupportedProtocolMessage": "Only HTTP and HTTPS protocols are supported by 2FAS Extension", "infoBrowserActionWithoutTabTitle": "Info", "infoBrowserActionWithoutTabMessage": "Using outside the browser is not supported by 2FAS Extension", + "infoCopiedToClipboardTitle": "Successfully copied to clipboard", + "infoCopiedToClipboardMessage": "You can now paste the token into the input field", "infoTestTitle": "2FAS Notification", "infoTestMessage": "Hi! This is just a test", "optionsTitle": "2FAS Browser Extension | Options", @@ -181,5 +183,9 @@ "optionsDomainRequired": "Domain is required", "optionsDomainTooLong": "Domain is too long", "optionsDomainIncorrect": "Domain is not correct", - "optionsDomainExists": "Domain exists on excluded list" + "optionsDomainExists": "Domain exists on excluded list", + "tokenHeader": "Your token", + "tokenCopy": "Copy", + "tokenCopied": "Copied", + "tokenDescription": "Copy the token and paste it in the input field. The token will expire in 30 seconds." } \ No newline at end of file