The "problem" was that the text string is just
"Name Font Size: %s"
So the right way to code it in order to be extracted by Ren'Py SDK would be
Python:
label _("Name Font Size: %s") % (nfs_min + persistent.nfs)
This way your old / new statements in the tl file will contain the actual string and it will be translated