mirror of
https://github.com/bitwarden/mobile
synced 2025-12-14 23:33:34 +00:00
support for faceid labels
This commit is contained in:
36
src/App/Resources/AppResources.Designer.cs
generated
36
src/App/Resources/AppResources.Designer.cs
generated
@@ -1303,6 +1303,24 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Face ID.
|
||||
/// </summary>
|
||||
public static string FaceID {
|
||||
get {
|
||||
return ResourceManager.GetString("FaceID", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Use Face ID to verify..
|
||||
/// </summary>
|
||||
public static string FaceIDDirection {
|
||||
get {
|
||||
return ResourceManager.GetString("FaceIDDirection", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Favorite.
|
||||
/// </summary>
|
||||
@@ -2905,6 +2923,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Use Face ID To Unlock.
|
||||
/// </summary>
|
||||
public static string UseFaceIDToUnlock {
|
||||
get {
|
||||
return ResourceManager.GetString("UseFaceIDToUnlock", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Use Fingerprint to Unlock.
|
||||
/// </summary>
|
||||
@@ -2995,6 +3022,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Verify Face ID.
|
||||
/// </summary>
|
||||
public static string VerifyFaceID {
|
||||
get {
|
||||
return ResourceManager.GetString("VerifyFaceID", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Verify Fingerprint.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user