New translations Localizable.strings (Dutch)

This commit is contained in:
Mark McGuill
2022-02-08 17:19:39 +01:00
parent abcfba780f
commit d046aa87ff
+6
View File
@@ -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 / %@)";