diff --git a/StrongBox/nl/Localizable.strings b/StrongBox/nl/Localizable.strings index c4b4ebc6e..9829a124a 100644 --- a/StrongBox/nl/Localizable.strings +++ b/StrongBox/nl/Localizable.strings @@ -4872,3 +4872,9 @@ /* Hide Details Panel */ "main_menu_hide_details_panel" = "Hide Details Panel"; + +/* %@ (%@ / %@ bits / %@) - L10n Note: 1st Param is the strength category (weak/strong/mediocre, etc). 2nd Param is the number of characters in the password. 3rd parameter is the number of bits of entropy, with 1 decimal place, so "92.3". 4th parameter is the estimated time it will take to crack this password, so "1 million years" */ +"password_strength_summary_char_count_fmt" = "%@ (%@ / %@ bits / %@)"; + +/* %@ (%@ bits / %@) - L10n Note: 1st Param is the strength category (weak/strong/mediocre, etc). 2nd parameter is the number of bits of entropy, with 1 decimal place, so "92.3". 3rd parameter is the estimated time it will take to crack this password, so "1 million years"*/ +"password_strength_summary_fmt" = "%@ (%@ bits / %@)";