From b15c79e7e0677ba2cf29151c9d5004849193f116 Mon Sep 17 00:00:00 2001 From: Ancor Gonzalez Sosa Date: Mon, 11 Mar 2024 08:51:12 +0000 Subject: [PATCH] [web] Improve comment for translators --- web/src/components/storage/ProposalVolumes.jsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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")}}