Update translations template
Marco Ricci

Marco Ricci commited on 2025-03-16 13:33:37
Zeige 1 geänderte Dateien mit 63 Einfügungen und 5 Löschungen.

... ...
@@ -7,8 +7,8 @@ msgid ""
7 7
 msgstr ""
8 8
 "Project-Id-Version: derivepassphrase 0.5a1.dev1\n"
9 9
 "Report-Msgid-Bugs-To: software@the13thletter.info\n"
10
-"POT-Creation-Date: 2025-02-11 22:20+0000\n"
11
-"PO-Revision-Date: 2025-02-11 22:20+0000\n"
10
+"POT-Creation-Date: 2025-03-16 13:30+0100\n"
11
+"PO-Revision-Date: 2025-03-16 13:30+0100\n"
12 12
 "Last-Translator: AUTHOR <someone@example.com>\n"
13 13
 "Language: en\n"
14 14
 "Language-Team: English\n"
... ...
@@ -437,7 +437,7 @@ msgstr ""
437 437
 
438 438
 #. TRANSLATORS: Message-ID: Label.VERSION_OPTION_HELP_TEXT
439 439
 msgctxt "Label :: Help text :: One-line description"
440
-msgid "Show applicable version information, then exit."
440
+msgid "Show version and feature information, then exit."
441 441
 msgstr ""
442 442
 
443 443
 #. TRANSLATORS: Message-ID: Label.COMMANDS_LABEL
... ...
@@ -480,10 +480,68 @@ msgctxt "Label :: Help text :: Option group name"
480 480
 msgid "Storage management"
481 481
 msgstr ""
482 482
 
483
-#. TRANSLATORS: Message-ID: Label.VERSION_INFO_TEXT
483
+#. TRANSLATORS: This message reports on the version of a major library currently in use, such as "cryptography".
484
+#. 
485
+#. Message-ID: Label.VERSION_INFO_MAJOR_LIBRARY_TEXT
484 486
 #, python-brace-format
485 487
 msgctxt "Label :: Info Message"
486
-msgid "{PROG_NAME} {VERSION}"
488
+msgid "Using {dependency_name_and_version}"
489
+msgstr ""
490
+
491
+#. TRANSLATORS: This is part of the version output, emitting lists of enabled PEP 508 extras.  A comma-separated English list of items follows, with standard English punctuation.
492
+#. 
493
+#. Message-ID: Label.ENABLED_PEP508_EXTRAS
494
+msgctxt "Label :: Info Message:: Table row header"
495
+msgid "PEP 508 extras:"
496
+msgstr ""
497
+
498
+#. TRANSLATORS: This is part of the version output, emitting lists of supported derivation schemes.  A comma-separated English list of items follows, with standard English punctuation.
499
+#. 
500
+#. Message-ID: Label.SUPPORTED_DERIVATION_SCHEMES
501
+msgctxt "Label :: Info Message:: Table row header"
502
+msgid "Supported derivation schemes:"
503
+msgstr ""
504
+
505
+#. TRANSLATORS: This is part of the version output, emitting lists of supported features for this subcommand.  A comma-separated English list of items follows, with standard English punctuation.
506
+#. 
507
+#. Message-ID: Label.SUPPORTED_FEATURES
508
+msgctxt "Label :: Info Message:: Table row header"
509
+msgid "Supported features:"
510
+msgstr ""
511
+
512
+#. TRANSLATORS: This is part of the version output, emitting lists of supported foreign configuration formats.  A comma-separated English list of items follows, with standard English punctuation.
513
+#. 
514
+#. Message-ID: Label.SUPPORTED_FOREIGN_CONFIGURATION_FORMATS
515
+msgctxt "Label :: Info Message:: Table row header"
516
+msgid "Supported foreign configuration formats:"
517
+msgstr ""
518
+
519
+#. TRANSLATORS: This is part of the version output, emitting lists of supported subcommands.  A comma-separated English list of items follows, with standard English punctuation.
520
+#. 
521
+#. Message-ID: Label.SUPPORTED_SUBCOMMANDS
522
+msgctxt "Label :: Info Message:: Table row header"
523
+msgid "Supported subcommands:"
524
+msgstr ""
525
+
526
+#. TRANSLATORS: This is part of the version output, emitting lists of known, unavailable derivation schemes.  A comma-separated English list of items follows, with standard English punctuation.
527
+#. 
528
+#. Message-ID: Label.UNAVAILABLE_DERIVATION_SCHEMES
529
+msgctxt "Label :: Info Message:: Table row header"
530
+msgid "Known derivation schemes:"
531
+msgstr ""
532
+
533
+#. TRANSLATORS: This is part of the version output, emitting lists of known, unavailable features for this subcommand.  A comma-separated English list of items follows, with standard English punctuation.
534
+#. 
535
+#. Message-ID: Label.UNAVAILABLE_FEATURES
536
+msgctxt "Label :: Info Message:: Table row header"
537
+msgid "Known features:"
538
+msgstr ""
539
+
540
+#. TRANSLATORS: This is part of the version output, emitting lists of known, unavailable foreign configuration formats.  A comma-separated English list of items follows, with standard English punctuation.
541
+#. 
542
+#. Message-ID: Label.UNAVAILABLE_FOREIGN_CONFIGURATION_FORMATS
543
+msgctxt "Label :: Info Message:: Table row header"
544
+msgid "Known foreign configuration formats:"
487 545
 msgstr ""
488 546
 
489 547
 #. TRANSLATORS: There is no support for "yes" or "no" in other languages than English, so it is advised that your translation makes it clear that only the strings "y", "yes", "n" or "no" are supported, even if the prompt becomes a bit longer.
490 548