Commit f19dd877 authored by Raymond Toy's avatar Raymond Toy
Browse files

Regenerate

parent 395af224
Loading
Loading
Loading
Loading
+20 −12
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ msgstr "Ethay izesay ofway away eamstray inway-ufferbay."
#: src/code/intl.lisp src/compiler/globaldb.lisp src/code/defstruct.lisp
#: src/code/remote.lisp src/code/wire.lisp src/code/internet.lisp
#: src/code/loop.lisp src/code/run-program.lisp src/code/parse-time.lisp
#: src/code/profile.lisp src/code/ntrace.lisp src/code/rand-mt19937.lisp
#: src/code/profile.lisp src/code/ntrace.lisp src/code/rand-xoroshiro.lisp
#: src/code/debug.lisp src/code/debug-int.lisp src/code/debug-info.lisp
#: src/code/eval.lisp src/code/filesys.lisp src/code/pathname.lisp
#: src/code/fd-stream.lisp src/code/extfmts.lisp src/code/serve-event.lisp
@@ -17335,17 +17335,18 @@ msgstr ""
msgid "Type \"yes\" for yes or \"no\" for no. "
msgstr "Ypetay \"esyay\" orfay esyay orway \"onay\" orfay onay. "
#: src/code/rand-mt19937.lisp
#: src/code/rand-xoroshiro.lisp
#, fuzzy
msgid ""
"Generate an random state vector from the given SEED.  The seed can be\n"
"  either an integer or a vector of (unsigned-byte 32)"
"  either an integer or a vector of (unsigned-byte 64)"
msgstr ""
"Enerategay anway andomray tatesay ectorvay omfray ethay ivengay SEED.  Ethay "
"eedsay ancay ebay\n"
"  eitherway anway integerway orway away ectorvay ofway (unsignedway-ytebay "
"32)"
#: src/code/rand-mt19937.lisp
#: src/code/rand-xoroshiro.lisp
msgid ""
"Make a random state object.  If STATE is not supplied, return a copy\n"
"  of the default random state.  If STATE is a random state, then return a\n"
@@ -17360,11 +17361,12 @@ msgstr ""
"tatesay eneratedgay omfray\n"
"  ethay universalway imetay orway /evday/urandomway ifway availableway."
#: src/code/rand-mt19937.lisp
msgid "Argument is not a RANDOM-STATE, T or NIL: ~S"
#: src/code/rand-xoroshiro.lisp
#, fuzzy
msgid "Argument is not a RANDOM-STATE, T, or NIL: ~S"
msgstr "Argumentway isway otnay away RANDOM-STATE, T orway NIL: ~S"
#: src/code/rand-mt19937.lisp
#: src/code/rand-xoroshiro.lisp
msgid ""
"Generate a uniformly distributed pseudo-random number between zero\n"
"  and Arg.  State, if supplied, is the random state to use."
@@ -17374,12 +17376,19 @@ msgstr ""
"  andway Argway.  Tatesay, ifway uppliedsay, isway ethay andomray tatesay "
"otay useway."
#: src/code/rand-mt19937.lisp
#: src/code/rand-xoroshiro.lisp
msgid "Argument is not a positive integer or a positive float: ~S"
msgstr ""
"Argumentway isway otnay away ositivepay integerway orway away ositivepay "
"oatflay: ~S"
#: src/code/rand-xoroshiro.lisp
msgid ""
"Jump the RNG-STATE.  This is equivalent to 2^64 calls to the\n"
"  xoroshiro128+ generator.  It can be used to generate 2^64\n"
"  non-overlapping subsequences for parallel computations."
msgstr ""
#: src/code/ntrace.lisp
msgid ""
"This is bound to the returned values when evaluating :BREAK-AFTER and\n"
@@ -27347,10 +27356,6 @@ msgstr "useway inlineway ixnumfay operationsway"
msgid "use inline (unsigned-byte 32) operations"
msgstr "useway inlineway (unsignedway-ytebay 32) operationsway"
#: src/compiler/float-tran.lisp
msgid "Shouldn't happen"
msgstr "Ouldnshay't appenhay"
#: src/compiler/float-tran.lisp
msgid "Can't open-code float to rational comparison."
msgstr "Ancay't openway-odecay oatflay otay ationalray omparisoncay."
@@ -30979,6 +30984,9 @@ msgstr ""
"eplacedray ybay ethay\n"
"Unicodeway eplacementray aracterchay."
#~ msgid "Shouldn't happen"
#~ msgstr "Ouldnshay't appenhay"
#~ msgid "No such program: ~S"
#~ msgstr "Onay uchsay ogrampray: ~S"
+15 −12
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ msgstr "스트림 인 버퍼의 크기."
#: src/code/intl.lisp src/compiler/globaldb.lisp src/code/defstruct.lisp
#: src/code/remote.lisp src/code/wire.lisp src/code/internet.lisp
#: src/code/loop.lisp src/code/run-program.lisp src/code/parse-time.lisp
#: src/code/profile.lisp src/code/ntrace.lisp src/code/rand-mt19937.lisp
#: src/code/profile.lisp src/code/ntrace.lisp src/code/rand-xoroshiro.lisp
#: src/code/debug.lisp src/code/debug-int.lisp src/code/debug-info.lisp
#: src/code/eval.lisp src/code/filesys.lisp src/code/pathname.lisp
#: src/code/fd-stream.lisp src/code/extfmts.lisp src/code/serve-event.lisp
@@ -12130,13 +12130,13 @@ msgstr ""
msgid "Type \"yes\" for yes or \"no\" for no. "
msgstr ""
#: src/code/rand-mt19937.lisp
#: src/code/rand-xoroshiro.lisp
msgid ""
"Generate an random state vector from the given SEED.  The seed can be\n"
"  either an integer or a vector of (unsigned-byte 32)"
"  either an integer or a vector of (unsigned-byte 64)"
msgstr ""
#: src/code/rand-mt19937.lisp
#: src/code/rand-xoroshiro.lisp
msgid ""
"Make a random state object.  If STATE is not supplied, return a copy\n"
"  of the default random state.  If STATE is a random state, then return a\n"
@@ -12144,20 +12144,27 @@ msgid ""
"  the universal time or /dev/urandom if available."
msgstr ""
#: src/code/rand-mt19937.lisp
msgid "Argument is not a RANDOM-STATE, T or NIL: ~S"
#: src/code/rand-xoroshiro.lisp
msgid "Argument is not a RANDOM-STATE, T, or NIL: ~S"
msgstr ""
#: src/code/rand-mt19937.lisp
#: src/code/rand-xoroshiro.lisp
msgid ""
"Generate a uniformly distributed pseudo-random number between zero\n"
"  and Arg.  State, if supplied, is the random state to use."
msgstr ""
#: src/code/rand-mt19937.lisp
#: src/code/rand-xoroshiro.lisp
msgid "Argument is not a positive integer or a positive float: ~S"
msgstr ""
#: src/code/rand-xoroshiro.lisp
msgid ""
"Jump the RNG-STATE.  This is equivalent to 2^64 calls to the\n"
"  xoroshiro128+ generator.  It can be used to generate 2^64\n"
"  non-overlapping subsequences for parallel computations."
msgstr ""
#: src/code/ntrace.lisp
msgid ""
"This is bound to the returned values when evaluating :BREAK-AFTER and\n"
@@ -18908,10 +18915,6 @@ msgstr ""
msgid "use inline (unsigned-byte 32) operations"
msgstr ""
#: src/compiler/float-tran.lisp
msgid "Shouldn't happen"
msgstr ""
#: src/compiler/float-tran.lisp
msgid "Can't open-code float to rational comparison."
msgstr ""