mirror of
https://github.com/bitwarden/mobile
synced 2025-12-18 17:23:18 +00:00
logged in as and verify messages
This commit is contained in:
27
src/App/Resources/AppResources.Designer.cs
generated
27
src/App/Resources/AppResources.Designer.cs
generated
@@ -2130,6 +2130,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Logged in as {0}..
|
||||
/// </summary>
|
||||
public static string LoggedInAs {
|
||||
get {
|
||||
return ResourceManager.GetString("LoggedInAs", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Logging in....
|
||||
/// </summary>
|
||||
@@ -3687,6 +3696,24 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Your vault is locked. Verify your master password to continue..
|
||||
/// </summary>
|
||||
public static string VaultLockedMasterPassword {
|
||||
get {
|
||||
return ResourceManager.GetString("VaultLockedMasterPassword", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Your vault is locked. Verify your PIN code to continue..
|
||||
/// </summary>
|
||||
public static string VaultLockedPIN {
|
||||
get {
|
||||
return ResourceManager.GetString("VaultLockedPIN", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Verification Code.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user