up to {size} MB
String upToMegabytes(double size) { return Intl.message( 'up to $size MB', name: 'upToMegabytes', desc: '', args: [size], ); }