mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
add support for card filling
This commit is contained in:
18
src/App/Resources/AppResources.Designer.cs
generated
18
src/App/Resources/AppResources.Designer.cs
generated
@@ -376,6 +376,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Auto-fill with bitwarden.
|
||||
/// </summary>
|
||||
public static string AutofillWithBitwarden {
|
||||
get {
|
||||
return ResourceManager.GetString("AutofillWithBitwarden", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Avoid Ambiguous Characters.
|
||||
/// </summary>
|
||||
@@ -2860,6 +2869,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Vault is locked.
|
||||
/// </summary>
|
||||
public static string VaultIsLocked {
|
||||
get {
|
||||
return ResourceManager.GetString("VaultIsLocked", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Verification Code.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user