Project

General

Profile

« Previous | Next » 

Revision bd588eb9

Added by koszko over 1 year ago

add missing english translations and verify message texts of raised exceptions in tests

View differences:

src/hydrilla/builder/locales/en_US/LC_MESSAGES/hydrilla-messages.po
7 7
msgstr ""
8 8
"Project-Id-Version: hydrilla.builder 0.1.dev16+g4e46d7f.d20220211\n"
9 9
"Report-Msgid-Bugs-To: koszko@koszko.org\n"
10
"POT-Creation-Date: 2022-04-19 13:51+0200\n"
10
"POT-Creation-Date: 2022-05-10 16:47+0200\n"
11 11
"PO-Revision-Date: 2022-02-12 00:00+0000\n"
12 12
"Last-Translator: Wojtek Kosior <koszko@koszko.org>\n"
13 13
"Language: en_US\n"
......
18 18
"Content-Transfer-Encoding: 8bit\n"
19 19
"Generated-By: Babel 2.8.0\n"
20 20

  
21
#: src/hydrilla/builder/build.py:118
22
msgid "couldnt_import_reuse_is_it_installed"
23
msgstr ""
24
"Could not import 'reuse'. Is the tool installed and visible to this "
25
"Python instance?"
21
#: src/hydrilla/builder/build.py:86 src/hydrilla/builder/local_apt.py:117
22
#: src/hydrilla/builder/local_apt.py:408
23
msgid "couldnt_execute_{}_is_it_installed"
24
msgstr "Could not execute '{}'. Is the tool installed and reachable via PATH?"
25

  
26
#: src/hydrilla/builder/build.py:90 src/hydrilla/builder/local_apt.py:121
27
#: src/hydrilla/builder/local_apt.py:412
28
msgid "command_{}_failed"
29
msgstr "The following command finished execution with a non-zero exit status: {}"
26 30

  
27
#: src/hydrilla/builder/build.py:123
28
msgid "spdx_report_from_reuse_incompliant"
29
msgstr "Attempt to generate an SPDX report for a REUSE-incompliant package."
31
#: src/hydrilla/builder/build.py:198
32
msgid "path_contains_double_dot_{}"
33
msgstr ""
34
"Attempt to load '{}' which includes a forbidden parent reference ('..') "
35
"in the path."
30 36

  
31
#: src/hydrilla/builder/build.py:207
37
#: src/hydrilla/builder/build.py:205
32 38
msgid "loading_{}_outside_package_dir"
33 39
msgstr "Attempt to load '{}' which lies outside package source directory."
34 40

  
35
#: src/hydrilla/builder/build.py:211
41
#: src/hydrilla/builder/build.py:209
36 42
msgid "loading_reserved_index_json"
37 43
msgstr "Attempt to load 'index.json' which is a reserved filename."
38 44

  
39
#: src/hydrilla/builder/build.py:329
45
#: src/hydrilla/builder/build.py:350
40 46
msgid "report_spdx_not_in_copyright_list"
41 47
msgstr ""
42 48
"Told to generate 'report.spdx' but 'report.spdx' is not listed among "
43 49
"copyright files. Refusing to proceed."
44 50

  
45
#: src/hydrilla/builder/build.py:402
51
#: src/hydrilla/builder/build.py:421
52
msgid "build_package_from_srcdir_to_dstdir"
53
msgstr ""
54
"Build Hydrilla package from `scrdir` and write the resulting files under "
55
"`dstdir`."
56

  
57
#: src/hydrilla/builder/build.py:423
46 58
msgid "source_directory_to_build_from"
47 59
msgstr "Source directory to build from."
48 60

  
49
#: src/hydrilla/builder/build.py:404
61
#: src/hydrilla/builder/build.py:425
50 62
msgid "path_instead_of_index_json"
51 63
msgstr ""
52 64
"Path to file to be processed instead of index.json (if not absolute, "
53 65
"resolved relative to srcdir)."
54 66

  
55
#: src/hydrilla/builder/build.py:406
67
#: src/hydrilla/builder/build.py:427
68
msgid "path_instead_for_piggyback_files"
69
msgstr ""
70
"Path to a non-standard directory with foreign packages' archive files to "
71
"use."
72

  
73
#: src/hydrilla/builder/build.py:429
56 74
msgid "built_package_files_destination"
57 75
msgstr "Destination directory to write built package files to."
58 76

  
59
#: src/hydrilla/builder/build.py:408
77
#: src/hydrilla/builder/build.py:431
60 78
#, python-format
61 79
msgid "%(prog)s_%(version)s_license"
62 80
msgstr ""
......
67 85
"This is free software: you are free to change and redistribute it.\n"
68 86
"There is NO WARRANTY, to the extent permitted by law."
69 87

  
70
#: src/hydrilla/builder/build.py:409
88
#: src/hydrilla/builder/build.py:432
71 89
msgid "version_printing"
72 90
msgstr "Print version information and exit."
73 91

  
74
#: src/hydrilla/builder/build.py:415
75
msgid "build_package_from_srcdir_to_dstdir"
92
#: src/hydrilla/builder/common_errors.py:62
93
msgid "STDOUT_OUTPUT_heading"
94
msgstr "## Command's standard output ##"
95

  
96
#: src/hydrilla/builder/common_errors.py:65
97
msgid "STDERR_OUTPUT_heading"
98
msgstr "## Command's standard error output ##"
99

  
100
#: src/hydrilla/builder/local_apt.py:146
101
msgid "distro_{}_unknown"
102
msgstr "Attempt to use an unknown software distribution '{}'."
103

  
104
#: src/hydrilla/builder/local_apt.py:189
105
msgid "couldnt_import_{}_is_it_installed"
76 106
msgstr ""
77
"Build Hydrilla package from `scrdir` and write the resulting files under "
78
"`dstdir`."
107
"Could not import '{}'. Is the module installed and visible to this Python"
108
" instance?"
109

  
110
#: src/hydrilla/builder/local_apt.py:197
111
msgid "gpg_couldnt_recv_key_{}"
112
msgstr "Could not import PGP key '{}'."
113

  
114
#: src/hydrilla/builder/local_apt.py:314
115
msgid "apt_install_output_not_understood"
116
msgstr "The output of an 'apt-get install' command was not understood."
117

  
118
#: src/hydrilla/builder/local_apt.py:342
119
msgid "apt_download_gave_bad_filename_{}"
120
msgstr "The 'apt-get download' command produced a file with unexpected name '{}'."
121

  
122
#: src/hydrilla/builder/piggybacking.py:102
123
msgid "loading_{}_outside_piggybacked_dir"
124
msgstr ""
125
"Attempt to load '{}' which lies outside piggybacked packages files root "
126
"directory."
79 127

  
80 128
#: src/hydrilla/util/_util.py:79
81 129
msgid "bad_comment"

Also available in: Unified diff