Skip to content

Commit df4de4f

Browse files
Merge pull request #98 from LibraryOfCongress/crowdin_translations
New Crowdin translations
2 parents e7425b1 + c6aae53 commit df4de4f

File tree

2 files changed

+442
-0
lines changed

2 files changed

+442
-0
lines changed
Lines changed: 221 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,221 @@
1+
#X-Generator: crowdin.com
2+
#default is English, United States (en_US). This is used to store all messages in bagit-java
3+
4+
#for BagitProfileDeserializer.java
5+
fetch_allowed=Are fetch files allowed? [{}]
6+
serialization_allowed=Serialization is\: [{}]
7+
parsing_bagit_profile_info_section=Parsing the BagIt-Profile-Info section
8+
identifier=Identifier is [{}]
9+
source_organization=Source-Organization is [{}]
10+
contact_name=Contact-Name is [{}]
11+
contact_email=Contact-Email is [{}]
12+
external_description=External-Description is [{}]
13+
version=Version is [{}]
14+
parsing_bag_info=Parsing the Bag-Info section
15+
required_manifest_types=Required manifest types {}
16+
acceptable_serialization_mime_types=Acceptable serialization MIME types are {}
17+
required_tagmanifest_types=Required Tagmanifest types are {}
18+
tag_files_required=Tag files required are {}
19+
acceptable_bagit_versions=Acceptable bagit versions are {}
20+
21+
#for BagitWarning.java
22+
bag_within_a_bag=A data directory can contain anything, including another bag. However it would be better to merge the bags together.
23+
different_case=The bag contains two files that differ only in case. This can cause problems on a filesystem like the one used by apple (HFS).
24+
different_normalization=The bag contains two files that differ only in the normalization. This can cause verification to fail on some systems, and general user confusion.
25+
extra_lines_in_bagit_files=The bagit specification says it must only contain 2 lines. However, some implementations have decided to ignore this which may cause compatibility issues
26+
leading_dot_slash=A manifest lists all data files as relative to the bag root directory, it is superfluous to therefore specify it with a dot.
27+
non_standard_algorithm=The checksum algorithm used does not come standard with the Java runtime. Consider using SHA512 instead.
28+
md5sum_tool_generated_manifest=The manifest was created using a using checksum utilities such as those contained in the GNU Coreutils package (md5sum, sha1sum, etc.), collectively referred to here as 'md5sum'. This creates slight differences in generated manifests that can cause problems in some implementations.
29+
missing_tag_manifest=The tag manifest guards against a truncated payload manifest as well as other potental problems and is always recommened that it be included.
30+
old_bagit_version=The bagit specification version is not the newest. Consider converting to the latest version.
31+
os_specific_files=Files created by the operating system (OS) for its own use. They are non-portable across OS versions and should not be included in any manifest. Examples Thumbs.db on Windows or .DS_Store on OS X
32+
payload_oxum_missing=It is recommended to always include the Payload-Oxum in the bag metadata since it allows for a 'quick verification' of the bag.
33+
tag_files_encoding=It is recommended to always use UTF-8.
34+
weak_checksum_algorithm=The checksum algorithm used is known to be weak. We recommend using SHA512.
35+
36+
#for BagLinter.java
37+
checking_encoding_problems=Checking encoding problems.
38+
checking_latest_version=checking for latest version.
39+
checking_manifest_problems=checking manifests for problems.
40+
checking_metadata_problems=checking bag metadata for problems.
41+
skipping_check_extra_lines=skipping check for extra lines in bagit files.
42+
checking_extra_lines=checking if [{}] contains more than 2 lines.
43+
extra_lines_warning=The bagit specification states that the bagit.txt file must contain exactly 2 lines. However we found [{}] lines, some implementations will ignore this but may cause incompatibility issues with other tools.
44+
45+
#for BagProfileChecker.java
46+
checking_fetch_file_allowed=Checking if the fetch file is allowed for bag [{}].
47+
checking_metadata_entry_required=Checking if [{}] is required in the bag metadata.
48+
check_values_acceptable=Checking if all the values listed for [{}] are acceptable.
49+
check_required_manifests_present=Checking if all the required manifests are present.
50+
required_tag_manifest_type_not_present=Required tagmanifest type [{}] was not present.
51+
required_manifest_type_not_present=Required manifest type [{}] was not present.
52+
checking_required_tag_file_exists=Checking if all the required tag files exist.
53+
54+
#for BagitVersionIsNotAcceptableException.java
55+
bagit_version_not_acceptable_error=Version [{}] is not in the acceptable list of {}.
56+
57+
#for RequiredMetadataFieldNotPresentException.java
58+
required_metadata_field_not_present_error=Profile specifies metadata field [{}] is required but was not found\!
59+
60+
#for FetchFileNotAllowedException.java
61+
fetch_file_not_allowed_error=Fetch File was found in bag [{}]
62+
63+
#for MetadataBalueIsNotAcceptableException.java
64+
metadata_value_not_acceptable_error=Profile specifies that acceptable values for [{}] are {} but found [{}]
65+
66+
#for RequiredTagFileNotPresentException.java
67+
required_tag_file_not_found_error=Required tag file [{}] was not found
68+
69+
#for EncodingChecker.java
70+
tag_files_not_encoded_with_utf8_warning=Tag files are encoded with [{}]. We recommend always using UTF-8 instead.
71+
72+
#For ManifestChecker.java
73+
bag_missing_tag_manifest_warning=Bag [{}] does not contain a tag manifest, which is always recommended.
74+
different_case_warning=In manifest [{}], path [{}] is the same as another path except for the case. This can cause problems if moving the bag to a filesystem that is case insensitive.
75+
manifest_line_violated_spec_error=Manifest contains line [{}] which does not follow the specified form of <CHECKSUM> <PATH>
76+
md5sum_generated_line_warning=Path [{}] starts with a *, which means it was generated with a non-bagit tool. It is recommended to remove the * in order to conform to the bagit specification.
77+
cannot_access_parent_path_error=Could not access parent folder of [{}].
78+
different_normalization_in_manifest_warning=File [{}] has a different normalization then what is specified in the manifest.
79+
bag_within_bag_warning=We stronger recommend not storing a bag within a bag as it is known to cause problems.
80+
leading_dot_slash_warning=In manifest [{}] line [{}] is a non-normalized path.
81+
os_specific_files_warning=In manifest [{}] line [{}] contains a OS specific file.
82+
weak_algorithm_warning=Detected a known weak algorithm [{}]. With the great advances in computer hardware there is little penalty to using more bits to calculate the checksum.
83+
non_standard_algorithm_warning=Detected algorithm [{}] which is not included by default in Java. This will make it more difficult to read this bag on some systems. Consider changing it to SHA-512.
84+
85+
#for MetadataChecker.java
86+
missing_payload_oxum_warning=The Payload-Oxum key was not found in the bag metadata. This will prevent a "quick verify".
87+
88+
#for VersionChecker.java
89+
old_version_warning=Found version [{}] of the bagit specification but the latest version is [{}].
90+
91+
#for AbstractCreateManifestVistor
92+
skipping_hidden_file=Skipping [{}] since we are ignoring hidden files.
93+
skipping_ignored_directory=Skipping [{}] since we are ignoring hidden directories.
94+
95+
#for BagCreator.java
96+
creating_bag=Creating a bag with version\: [{}] in directory\: [{}].
97+
creating_payload_manifests=Creating payload manifest(s).
98+
creating_tag_manifests=Creating tag manifest(s).
99+
calculating_payload_oxum=Calculating the payload oxum of the data directory [{}].
100+
creating_metadata_file=Creating the bag metadata file (bag-info.txt or package-info.txt).
101+
102+
#for Hasher.java
103+
adding_checksum=Adding [{}] to manifest with hash [{}].
104+
105+
#for UnsupportedAlgorithmException.java
106+
algorithm_not_supported_error=[{}] is not supported\!
107+
108+
#for BagitTextFileReader.java
109+
reading_version_and_encoding=Reading [{}] for version and encoding.
110+
bagit_version=BagIt-Version is [{}].
111+
tag_file_encoding=Tag-File-Character-Encoding is [{}].
112+
invalid_bagit_text_file_error=bagit.txt MUST contain 'BagIt-Version' AND 'Tag-File-Character-Encoding' entries\!
113+
bom_present_error=File [{}] contains a byte order mark (BOM) which is not allowed by the bagit specification\!
114+
strict_only_two_lines_error=The bagit.txt MUST only contain 2 lines. Extra lines found\: [{}]
115+
strict_first_line_error=The first line of the bagit.txt must follow the pattern of\: [BagIt-Version\: <M.N>]. But found instead [{}]. See the specifcation for more information.
116+
strict_second_line_error=The second line of the bagit.txt must follow the pattern of\: [Tag-File-Character-Encoding\: <ENCODING>]. But found instead [{}]. See the specifcation for more information.
117+
118+
#for UnparsableVersionException.java
119+
unparsable_version_error=Version must be in format MAJOR.MINOR but was [{}]\!
120+
121+
#for FetchReader.java
122+
reading_fetch_file=Attempting to read [{}].
123+
read_fetch_file_line=Read URL [{}] length [{}] path [{}] from fetch file [{}].
124+
invalid_fetch_file_line_error=The line [{}] is invalid for fetch.txt. Each line must take the form of <URL> <LENGTH> <FILENAME>.
125+
126+
#for KeyValueReader.java
127+
read_key_value_line=Found key [{}] value [{}] in file [{}] using split regex [{}].
128+
found_indented_line=Found an indented line - merging it with key [{}].
129+
malformed_key_value_line_error=Line [{}] does not meet the bagit specification for a bag tag file. Perhaps you meant to indent it by a space or a tab? Or perhaps you didn't use a colon to separate the key from the value? It must follow the form of <key>{}<value> or if continuing from another line must be indented by a space or a tab.
130+
131+
#for ManifestReader.java
132+
attempting_read_manifests=Attempting to find and read manifests.
133+
found_tagmanifest=Found tag manifest [{}].
134+
found_payload_manifest=Found payload manifest [{}].
135+
reading_manifest=Reading manifest [{}].
136+
137+
#for MetadataReader.java
138+
attempting_read_metadata=Attempting to read bag metadata file.
139+
found_metadata_file=Found metadata file [{}].
140+
141+
#for TagFileReader.java
142+
removing_asterisk=Encountered path that was created by non-bagit tool. Removing * from path. Please remove all * from manifest files\!
143+
blackslash_used_as_path_separator_error=[{}] is invalid due to the use of the path separactor [\\]\!
144+
malicious_path_error=[{}] is trying to be malicious and access a file outside the bag\!
145+
invalid_url_format_error=URL [{}] is invalid\!
146+
147+
#for BagVerifier.java
148+
checking_bag_is_valid=Checking if the bag with root directory [{}] is valid.
149+
checking_payload_checksums=Checking payload manifest(s) checksums.
150+
checking_tag_file_checksums=Checking tag manifest(s) checksums.
151+
checksums_not_matching_error=[{}] errors occured. At least one of the errors is due to hashes not matching.
152+
checking_bag_is_complete=Checking if the bag with root directory [{}] is complete.
153+
154+
#for CheckIfFileExistsTask.java
155+
different_normalization_on_filesystem_warning=File name [{}] has a different normalization than what is contained on the filesystem\!
156+
error_reading_normalized_file=Error while trying to read [{}] to see if any files in that directory match the normalized filename of [{}]\!
157+
158+
#for CheckManifestHashesTask.java
159+
checking_checksums=Checking file [{}] to see if checksum matches [{}].
160+
161+
#for CorruptChecksumException.java
162+
corrupt_checksum_error=File [{}] is suppose to have a [{}] hash of [{}] but was computed [{}].
163+
164+
#for FileCoundAndTotalSizeVisitor.java
165+
file_size_in_bytes=File [{}] hash a size of [{}] bytes.
166+
167+
#for MandatoryVerifier.java
168+
checking_fetch_items_exist=Checking if all [{}] items in fetch.txt exist in the [{}] directory.
169+
fetch_item_missing_error=Fetch item [{}] has not been fetched\!
170+
file_should_exist_error=File [{}] should exist but it doesn't\!
171+
checking_payload_directory_exists=Checking if special payload directory exists (only for version 0.97 and earlier).
172+
173+
#for MissingPayloadManifestException.java
174+
missing_payload_manifest_error=Bag does not contain a payload manifest file\!
175+
176+
#for PayloadFileExistsInAllManifestsVistor.java
177+
file_not_in_manifest_error=File [{}] is in the payload directory but isn't listed in manifest manifest-{}.txt\!
178+
file_in_all_manifests=[{}] is in all manifests.
179+
file_not_in_any_manifest_error=File [{}] is in the payload directory but isn't listed in any manifest\!
180+
181+
#for PayloadVerifier.java
182+
all_files_in_manifests=Getting all files listed in the manifest(s).
183+
get_listing_in_manifest=Getting files and checksums listed in [{}].
184+
check_all_files_in_manifests_exist=Checking if all files listed in the manifest(s) exist.
185+
missing_payload_files_error=Manifest(s) contains file(s) {} but they don't exist\!
186+
checking_file_in_at_least_one_manifest=Checking if all payload files (files in [{}] directory) are listed in at least one manifest.
187+
checking_file_in_all_manifests=Checking if all payload files (files in [{}] directory) are listed in all manifests.
188+
189+
#for QuickVerifier.java
190+
found_payload_oxum=Found payload-oxum [{}] for bag [{}].
191+
payload_oxum_missing_error=Payload-Oxum does not exist in bag\!
192+
parse_size_in_bytes=Parsing [{}] for the total byte size of the payload oxum.
193+
parse_number_of_files=Parsing [{}] for the number of files to find in the payload directory.
194+
compare_payload_oxums=supplied payload-oxum\: [{}], Calculated payload-oxum\: [{}.{}], for payload directory [{}].
195+
invalid_total_size_error=Invalid total size. Expected [{}] but calculated [{}]\!
196+
invalid_file_cound_error=Invalid file count. Expected [{}] but found [{}]\!
197+
198+
#for BagitFileWriter.java
199+
write_bagit_file_to_path=Writing bagit.txt file to [{}]
200+
writing_line_to_file=Writing line [{}] to [{}]
201+
202+
#for BagWriter.java
203+
writing_payload_files=Writing payload files.
204+
upsert_payload_oxum=Upserting payload-oxum.
205+
writing_bagit_file=Writing the bagit.txt file.
206+
writing_payload_manifests=Writing the payload manifest(s).
207+
writing_bag_metadata=Writing the bag metadata.
208+
writing_fetch_file=Writing the fetch file.
209+
writing_tag_manifests=Writing the tag manifest(s).
210+
211+
#for FetchWriter.java
212+
writing_fetch_file_to_path=Writing fetch.txt to [{}].
213+
214+
#for ManifestWriter.java
215+
writing_manifest_to_path=Writing manifest to [{}].
216+
217+
#for MetadataWriter.java
218+
writing_metadata_to_path=Writing bag metadata file [{}] to [{}].
219+
220+
#for PayloadWriter.java
221+
writing_payload_file_to_path=Writing payload file [{}] to [{}].

0 commit comments

Comments
 (0)