From 133076d4c04e4f12f324cb1ae629776c0f95d9ec 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..c7254ed6b5 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 file systems */} {_("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 + // file system; eg. adjusting the size of the swap {_("The amount of RAM in the system")}}