mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
add other cipher type support to vault listings
This commit is contained in:
36
src/App/Resources/AppResources.Designer.cs
generated
36
src/App/Resources/AppResources.Designer.cs
generated
@@ -646,6 +646,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Copy Number.
|
||||
/// </summary>
|
||||
public static string CopyNumber {
|
||||
get {
|
||||
return ResourceManager.GetString("CopyNumber", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Copy Password.
|
||||
/// </summary>
|
||||
@@ -655,6 +664,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Copy Security Code.
|
||||
/// </summary>
|
||||
public static string CopySecurityCode {
|
||||
get {
|
||||
return ResourceManager.GetString("CopySecurityCode", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Copy TOTP.
|
||||
/// </summary>
|
||||
@@ -1816,6 +1834,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Number.
|
||||
/// </summary>
|
||||
public static string Number {
|
||||
get {
|
||||
return ResourceManager.GetString("Number", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Ok.
|
||||
/// </summary>
|
||||
@@ -2077,6 +2104,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Security Code.
|
||||
/// </summary>
|
||||
public static string SecurityCode {
|
||||
get {
|
||||
return ResourceManager.GetString("SecurityCode", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to See Development Progress.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user