diff --git a/web/src/components/storage/ProposalVolumes.jsx b/web/src/components/storage/ProposalVolumes.jsx index 4015589800..8c75763831 100644 --- a/web/src/components/storage/ProposalVolumes.jsx +++ b/web/src/components/storage/ProposalVolumes.jsx @@ -55,7 +55,7 @@ const AutoCalculatedHint = (volume) => { return ( <> - {/* TRANSLATORS: header for a list of items */} + {/* TRANSLATORS: header for a list of items referring to size limits for filesystems*/} {_("These limits are affected by:")} {snapshotsAffectSizes && @@ -66,6 +66,8 @@ const AutoCalculatedHint = (volume) => { // %s is replaced by a list of the volumes (like "/home, /boot") {sprintf(_("Presence of other volumes (%s)"), sizeRelevantVolumes.join(", "))}} {adjustByRam && + // TRANSLATORS: list item, describes a factor that affects the computed size of a filesystem; + // for example, adjusting the size of the swap {_("The amount of RAM in the system")}}