mirror of
https://github.com/bitwarden/mobile
synced 2025-12-20 10:13:42 +00:00
add capitalize and include num to generator
This commit is contained in:
18
src/App/Resources/AppResources.Designer.cs
generated
18
src/App/Resources/AppResources.Designer.cs
generated
@@ -807,6 +807,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Capitalize.
|
||||
/// </summary>
|
||||
public static string Capitalize {
|
||||
get {
|
||||
return ResourceManager.GetString("Capitalize", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Cardholder Name.
|
||||
/// </summary>
|
||||
@@ -1932,6 +1941,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Include Number.
|
||||
/// </summary>
|
||||
public static string IncludeNumber {
|
||||
get {
|
||||
return ResourceManager.GetString("IncludeNumber", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Please connect to the internet before continuing..
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user