Multiple placeholders in translatable strings should be ordered. Expected "%1$.02f, %2$.02f", but got "%.02f, %.02f" in 'Choose transparency (between %.02f and %.02f)'.
Multiple placeholders in translatable strings should be ordered. Expected "%1$.2f, %2$.2f", but got "%.2f, %.2f" in 'Data: %.2fMB + Index: %.2fMB'.
Multiple placeholders in translatable strings should be ordered. Expected "%1$.2f, %2$d, %3$d", but got "%.2f, %d, %d" in 'The average rating is %.2f, but the rating count is %d and the review count is %d.'.
Multiple placeholders in translatable strings should be ordered. Expected "%1$1d, %2$2d", but got "%1d, %2d" in '<strong>%1d / %2d</strong> product identifiers (reviews) mapped'.
Multiple placeholders in translatable strings should be ordered. Expected "%1$1d, %2$2d", but got "%1d, %2d" in '<strong>%1d / %2d</strong> product identifiers mapped'.