Skip to content

Commit

Permalink
Fix corrupted Spanish translation.
Browse files Browse the repository at this point in the history
  • Loading branch information
slewsys committed Jun 25, 2024
1 parent 1f268cc commit b56465d
Show file tree
Hide file tree
Showing 43 changed files with 1,274 additions and 1,183 deletions.
54 changes: 28 additions & 26 deletions po/af.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: coreutils 5.2.1\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2024-05-27 06:37-0400\n"
"POT-Creation-Date: 2024-06-25 04:58-0400\n"
"PO-Revision-Date: 2004-03-17 11:58+0200\n"
"Last-Translator: Petri Jooste <[email protected]>\n"
"Language-Team: Afrikaans <[email protected]>\n"
Expand Down Expand Up @@ -165,7 +165,7 @@ msgstr "skryffout"
msgid "Pipe open error"
msgstr "skryffout"

#: src/aux.c:89 src/aux.c:141 src/cmds.c:318
#: src/aux.c:89 src/aux.c:141 src/cmds.c:318 src/exec.c:1732
#, fuzzy
msgid "Fork error"
msgstr "leesfout"
Expand Down Expand Up @@ -229,7 +229,7 @@ msgstr ""
msgid "Buffer write error"
msgstr "skryffout"

#: src/buf.c:507 src/exec.c:100 src/exec.c:129 src/exec.c:1873 src/page.c:301
#: src/buf.c:507 src/exec.c:100 src/exec.c:129 src/exec.c:1879 src/page.c:301
#: src/parse.c:223
#, fuzzy
#| msgid "character out of range"
Expand All @@ -247,11 +247,11 @@ msgid "Invalid key"
msgstr "ongeldige gebruiker"

#: src/cbc.c:373
msgid "Decryption failed (block corrupted)."
msgid "Decryption failed (block corrupted)"
msgstr ""

#: src/cbc.c:382
msgid "Decryption failed (incomplete block)."
msgid "Decryption failed (incomplete block)"
msgstr ""

#: src/cbc.c:384 src/io.c:553 src/io.c:811
Expand Down Expand Up @@ -294,7 +294,7 @@ msgid "Command prefix unexpected"
msgstr ""

#: src/exec.c:494 src/exec.c:637 src/exec.c:741 src/exec.c:762 src/exec.c:961
#: src/exec.c:1003 src/exec.c:1348 src/exec.c:1541 src/exec.c:1735
#: src/exec.c:1003 src/exec.c:1348 src/exec.c:1541 src/exec.c:1741
msgid "Address unexpected"
msgstr ""

Expand Down Expand Up @@ -328,21 +328,25 @@ msgid "Invalid register"
msgstr "ongeldige gebruiker"

#: src/exec.c:1179 src/exec.c:1242 src/exec.c:1560 src/exec.c:1619
#: src/exec.c:1798 src/exec.c:1813
#: src/exec.c:1804 src/exec.c:1819
#, fuzzy
msgid "Unknown command"
msgstr "Onbekende stelselfout"

#: src/exec.c:1813
#: src/exec.c:1731
msgid "Cannot fork shell"
msgstr ""

#: src/exec.c:1819
#, fuzzy
msgid "Invalid address"
msgstr "%s: ongeldige reëlmatige uitdrukking: %s"

#: src/exec.c:1831
#: src/exec.c:1837
msgid "Command too long"
msgstr ""

#: src/exec.c:1878
#: src/exec.c:1884
#, fuzzy
msgid "Invalid address range"
msgstr "%s: ongeldige reëlmatige uitdrukking: %s"
Expand Down Expand Up @@ -411,7 +415,7 @@ msgid "File stat error"
msgstr "skryffout"

#: src/io.c:1017
msgid "Cannot append register to itself."
msgid "Cannot append register to itself"
msgstr ""

#: src/main.c:239
Expand All @@ -433,18 +437,18 @@ msgstr ""
#: src/main.c:815
#, c-format
msgid ""
"Usage: %s [-] [-EGhirsVvwx] [-e COMMAND] [-f SCRIPT] [-p PROMPT] [FILE...]\n"
"Usage: %s [-] [-EGhiRrsVvwx] [-e COMMAND] [-f SCRIPT] [-p PROMPT] [FILE...]\n"
msgstr ""

#: src/main.c:818
#, c-format
msgid ""
"Usage: %s [-] [-EGhirsVvwx] [-e COMMAND] [-f SCRIPT] [-p PROMPT] [FILE]\n"
"Usage: %s [-] [-EGhiRrsVvwx] [-e COMMAND] [-f SCRIPT] [-p PROMPT] [FILE]\n"
msgstr ""

#: src/main.c:822
#, c-format
msgid "Usage: %s [-] [-EGhrsVvwx] [-p PROMPT] [FILE]\n"
msgid "Usage: %s [-] [-EGhRrsVvwx] [-p PROMPT] [FILE]\n"
msgstr ""

#: src/main.c:830
Expand All @@ -465,18 +469,17 @@ msgid ""
" -e, --expression=COMMAND Add COMMAND to scripted input - implies `-s'.\n"
" -f, --file=SCRIPT Read commands from file SCRIPT - implies `-s'.\n"
" -G, --traditional Enable backward compatibility.\n"
" -h, --help Dispaly (this) help, then exit.\n"
" -i, --in-place[=SUFFIX] Write file before closing, with optional "
" -h, --help Display (this) help, then exit.\n"
" -i, --in-place[=SUFFIX] Write file before closing and optionally "
"backup.\n"
" -p, --prompt=STRING Prompt for commands with STRING.\n"
" -R, --ansi-color Enable support for ANSI color codes.\n"
" -r, --regexp-extended Enable extended regular expression syntax.\n"
" -s, --script Suppress interactive diagnostics.\n"
" -v, --verbose Enable verbose error diagnostics.\n"
" -V, --version Print version information, then exit.\n"
" -w, --write Open file in write-only mode.\n"
" -x, --crypt Prompt for encryption key used for subsequent I/"
"O.\n"
" -v, --verbose Enable verbose diagnostics.\n"
" -V, --version Display version information, then exit.\n"
" -w, --write Enable writing to process substitution.\n"
" -x, --crypt Enable I/O encryption.\n"
"\n"
"If FILE is given, read it for editing. From within ed, run:\n"
" !info ed-intro RET\n"
Expand All @@ -496,11 +499,10 @@ msgid ""
" -R, --ansi-color Enable support for ANSI color codes.\n"
" -r, --regexp-extended Enable extended regular expression syntax.\n"
" -s, --script Suppress interactive diagnostics.\n"
" -v, --verbose Enable verbose error diagnostics.\n"
" -V, --version Print version information, then exit.\n"
" -w, --write Open file in write-only mode.\n"
" -x, --crypt Prompt for encryption key used for subsequent I/"
"O.\n"
" -v, --verbose Enable verbose diagnostics.\n"
" -V, --version Display version information, then exit.\n"
" -w, --write Enable writing to process substitution.\n"
" -x, --crypt Enable I/O encryption.\n"
"\n"
"If FILE is given, read it for editing. From within ed, run:\n"
" !info ed-intro RET\n"
Expand Down
54 changes: 28 additions & 26 deletions po/be.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: coreutils 5.0.91\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2024-05-27 06:37-0400\n"
"POT-Creation-Date: 2024-06-25 04:58-0400\n"
"PO-Revision-Date: 2003-10-30 01:10+0200\n"
"Last-Translator: Ales Nyakhaychyk <[email protected]>\n"
"Language-Team: Belarusian <[email protected]>\n"
Expand Down Expand Up @@ -168,7 +168,7 @@ msgstr "памылка запісу"
msgid "Pipe open error"
msgstr "памылка запісу"

#: src/aux.c:89 src/aux.c:141 src/cmds.c:318
#: src/aux.c:89 src/aux.c:141 src/cmds.c:318 src/exec.c:1732
#, fuzzy
msgid "Fork error"
msgstr "памылка чытаньня"
Expand Down Expand Up @@ -232,7 +232,7 @@ msgstr ""
msgid "Buffer write error"
msgstr "памылка запісу"

#: src/buf.c:507 src/exec.c:100 src/exec.c:129 src/exec.c:1873 src/page.c:301
#: src/buf.c:507 src/exec.c:100 src/exec.c:129 src/exec.c:1879 src/page.c:301
#: src/parse.c:223
#, fuzzy
#| msgid "character out of range"
Expand All @@ -250,11 +250,11 @@ msgid "Invalid key"
msgstr "нерэчаісны карыстальнік"

#: src/cbc.c:373
msgid "Decryption failed (block corrupted)."
msgid "Decryption failed (block corrupted)"
msgstr ""

#: src/cbc.c:382
msgid "Decryption failed (incomplete block)."
msgid "Decryption failed (incomplete block)"
msgstr ""

#: src/cbc.c:384 src/io.c:553 src/io.c:811
Expand Down Expand Up @@ -297,7 +297,7 @@ msgid "Command prefix unexpected"
msgstr ""

#: src/exec.c:494 src/exec.c:637 src/exec.c:741 src/exec.c:762 src/exec.c:961
#: src/exec.c:1003 src/exec.c:1348 src/exec.c:1541 src/exec.c:1735
#: src/exec.c:1003 src/exec.c:1348 src/exec.c:1541 src/exec.c:1741
msgid "Address unexpected"
msgstr ""

Expand Down Expand Up @@ -331,21 +331,25 @@ msgid "Invalid register"
msgstr "нерэчаісны карыстальнік"

#: src/exec.c:1179 src/exec.c:1242 src/exec.c:1560 src/exec.c:1619
#: src/exec.c:1798 src/exec.c:1813
#: src/exec.c:1804 src/exec.c:1819
#, fuzzy
msgid "Unknown command"
msgstr "Невядомая сыстэмная памылка"

#: src/exec.c:1813
#: src/exec.c:1731
msgid "Cannot fork shell"
msgstr ""

#: src/exec.c:1819
#, fuzzy
msgid "Invalid address"
msgstr "%s: нерэчаісны звычайны выраз: %s"

#: src/exec.c:1831
#: src/exec.c:1837
msgid "Command too long"
msgstr ""

#: src/exec.c:1878
#: src/exec.c:1884
#, fuzzy
msgid "Invalid address range"
msgstr "%s: нерэчаісны звычайны выраз: %s"
Expand Down Expand Up @@ -414,7 +418,7 @@ msgid "File stat error"
msgstr "памылка запісу"

#: src/io.c:1017
msgid "Cannot append register to itself."
msgid "Cannot append register to itself"
msgstr ""

#: src/main.c:239
Expand All @@ -436,18 +440,18 @@ msgstr ""
#: src/main.c:815
#, c-format
msgid ""
"Usage: %s [-] [-EGhirsVvwx] [-e COMMAND] [-f SCRIPT] [-p PROMPT] [FILE...]\n"
"Usage: %s [-] [-EGhiRrsVvwx] [-e COMMAND] [-f SCRIPT] [-p PROMPT] [FILE...]\n"
msgstr ""

#: src/main.c:818
#, c-format
msgid ""
"Usage: %s [-] [-EGhirsVvwx] [-e COMMAND] [-f SCRIPT] [-p PROMPT] [FILE]\n"
"Usage: %s [-] [-EGhiRrsVvwx] [-e COMMAND] [-f SCRIPT] [-p PROMPT] [FILE]\n"
msgstr ""

#: src/main.c:822
#, c-format
msgid "Usage: %s [-] [-EGhrsVvwx] [-p PROMPT] [FILE]\n"
msgid "Usage: %s [-] [-EGhRrsVvwx] [-p PROMPT] [FILE]\n"
msgstr ""

#: src/main.c:830
Expand All @@ -468,18 +472,17 @@ msgid ""
" -e, --expression=COMMAND Add COMMAND to scripted input - implies `-s'.\n"
" -f, --file=SCRIPT Read commands from file SCRIPT - implies `-s'.\n"
" -G, --traditional Enable backward compatibility.\n"
" -h, --help Dispaly (this) help, then exit.\n"
" -i, --in-place[=SUFFIX] Write file before closing, with optional "
" -h, --help Display (this) help, then exit.\n"
" -i, --in-place[=SUFFIX] Write file before closing and optionally "
"backup.\n"
" -p, --prompt=STRING Prompt for commands with STRING.\n"
" -R, --ansi-color Enable support for ANSI color codes.\n"
" -r, --regexp-extended Enable extended regular expression syntax.\n"
" -s, --script Suppress interactive diagnostics.\n"
" -v, --verbose Enable verbose error diagnostics.\n"
" -V, --version Print version information, then exit.\n"
" -w, --write Open file in write-only mode.\n"
" -x, --crypt Prompt for encryption key used for subsequent I/"
"O.\n"
" -v, --verbose Enable verbose diagnostics.\n"
" -V, --version Display version information, then exit.\n"
" -w, --write Enable writing to process substitution.\n"
" -x, --crypt Enable I/O encryption.\n"
"\n"
"If FILE is given, read it for editing. From within ed, run:\n"
" !info ed-intro RET\n"
Expand All @@ -499,11 +502,10 @@ msgid ""
" -R, --ansi-color Enable support for ANSI color codes.\n"
" -r, --regexp-extended Enable extended regular expression syntax.\n"
" -s, --script Suppress interactive diagnostics.\n"
" -v, --verbose Enable verbose error diagnostics.\n"
" -V, --version Print version information, then exit.\n"
" -w, --write Open file in write-only mode.\n"
" -x, --crypt Prompt for encryption key used for subsequent I/"
"O.\n"
" -v, --verbose Enable verbose diagnostics.\n"
" -V, --version Display version information, then exit.\n"
" -w, --write Enable writing to process substitution.\n"
" -x, --crypt Enable I/O encryption.\n"
"\n"
"If FILE is given, read it for editing. From within ed, run:\n"
" !info ed-intro RET\n"
Expand Down
Loading

0 comments on commit b56465d

Please sign in to comment.