mirror of
https://github.com/bitwarden/mobile
synced 2026-01-07 19:13:19 +00:00
QR code scanning for authenticator keys
This commit is contained in:
45
src/App/Resources/AppResources.Designer.cs
generated
45
src/App/Resources/AppResources.Designer.cs
generated
@@ -187,6 +187,24 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Authenticator key added..
|
||||
/// </summary>
|
||||
public static string AuthenticatorKeyAdded {
|
||||
get {
|
||||
return ResourceManager.GetString("AuthenticatorKeyAdded", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Cannot read authenticator key..
|
||||
/// </summary>
|
||||
public static string AuthenticatorKeyReadError {
|
||||
get {
|
||||
return ResourceManager.GetString("AuthenticatorKeyReadError", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Auto-fill.
|
||||
/// </summary>
|
||||
@@ -430,6 +448,24 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Scanning will happen automatically..
|
||||
/// </summary>
|
||||
public static string CameraInstructionBottom {
|
||||
get {
|
||||
return ResourceManager.GetString("CameraInstructionBottom", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Point your camera at the QR code..
|
||||
/// </summary>
|
||||
public static string CameraInstructionTop {
|
||||
get {
|
||||
return ResourceManager.GetString("CameraInstructionTop", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Cancel.
|
||||
/// </summary>
|
||||
@@ -1771,6 +1807,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Scan QR Code.
|
||||
/// </summary>
|
||||
public static string ScanQrTitle {
|
||||
get {
|
||||
return ResourceManager.GetString("ScanQrTitle", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Search.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user