This commit is contained in:
GrzegorzZajac000 2024-03-25 13:59:36 +01:00
parent d965d039ec
commit 77cb3fc3c1

View File

@ -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."
}