Fix more minor CLI messages or translators comments
Marco Ricci

Marco Ricci commited on 2025-02-11 21:03:34
Zeige 1 geänderte Dateien mit 6 Einfügungen und 3 Löschungen.

... ...
@@ -1026,7 +1026,7 @@ class Label(enum.Enum):
1026 1026
         'The metavar is Label.VAULT_METAVAR_SERVICE.',
1027 1027
     )(
1028 1028
         'Label :: Help text :: One-line description',
1029
-        'Spawn an editor to edit notes for {service_metavar}.',
1029
+        'With --config and {service_metavar}, spawn an editor to edit notes.',
1030 1030
         flags='python-brace-format',
1031 1031
     )
1032 1032
     """"""
... ...
@@ -1101,10 +1101,13 @@ class Label(enum.Enum):
1101 1101
     DERIVEPASSPHRASE_VAULT_EXPORT_AS_HELP_TEXT = commented(
1102 1102
         'The corresponding option is displayed as '
1103 1103
         '"--export-as=json|sh", so json refers to the JSON format (default) '
1104
-        'and sh refers to the POSIX sh format.',
1104
+        'and sh refers to the POSIX sh format.  '
1105
+        'Please ensure that it is clear what the "json" and "sh" refer to '
1106
+        'in your translation... even if you cannot use texutal correspondence '
1107
+        'like the English text does.',
1105 1108
     )(
1106 1109
         'Label :: Help text :: One-line description',
1107
-        'When exporting, export as JSON (default) or POSIX sh.',
1110
+        'When exporting, export as JSON (default) or as POSIX sh.',
1108 1111
     )
1109 1112
     """"""
1110 1113
     DERIVEPASSPHRASE_VAULT_EDITOR_INTERFACE_HELP_TEXT = commented(
1111 1114