mirror of
https://github.com/twofas/2fas-browser-extension.git
synced 2024-11-24 19:20:06 +01:00
#1515 Loco export
This commit is contained in:
parent
d965d039ec
commit
77cb3fc3c1
@ -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."
|
||||
}
|
Loading…
Reference in New Issue
Block a user