[Scummvm-git-logs] scummvm master -> 5198e1c7cadd38bcce709cbbb48519e3b058fc6b
phcoder
noreply at scummvm.org
Mon Nov 14 06:30:58 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
5198e1c7ca SAGA: Update few Chinese strings.
Commit: 5198e1c7cadd38bcce709cbbb48519e3b058fc6b
https://github.com/scummvm/scummvm/commit/5198e1c7cadd38bcce709cbbb48519e3b058fc6b
Author: Vladimir Serbinenko (phcoder at gmail.com)
Date: 2022-11-14T07:30:12+01:00
Commit Message:
SAGA: Update few Chinese strings.
Thanks to sev for finding those strings.
Changed paths:
engines/saga/itedata.cpp
diff --git a/engines/saga/itedata.cpp b/engines/saga/itedata.cpp
index ec569db07a6..143f8d813cb 100644
--- a/engines/saga/itedata.cpp
+++ b/engines/saga/itedata.cpp
@@ -590,15 +590,14 @@ const char *ITEinterfaceTextStrings[][53] = {
"\xad\x6e\xb5\xb2\xa7\xf4\xb9\x43\xc0\xb8\xb6\xdc\x3f" /* è¦çµæéæ²å?; Quit the Game? */,
"\xb8\xfc\xa4\x4a\xa6\xa8\xa5\x5c" /* è¼å
¥æå, Load Successful! */,
"\xbd\xd0\xbf\xe9\xa4\x4a\xa6\x73\xc0\xc9\xa6\x57\xba\xd9" /* è«è¼¸å
¥åæªå稱, Enter Save Game Name */,
-
- "Give %s to %s", // TODO: Find string for this
- "Use %s with %s", // TODO: Find string for this
+ "\xB1N%s\xB5\xB9\xBBP%s", /* å°%s給è%s; Give %s to %s */
+ "\xB1\x4e%s\xA8\xCF\xA5\xCE\xA6\x62%s", /* å°%s使ç¨å¨%s; Use %s with %s */
"[New Save Game]",
- "I can't pick that up.", // TODO: Find string for this
- "I see nothing special about it.", // TODO: Find string for this
- "There's no place to open it.", // TODO: Find string for this
- "There's no opening to close.", // TODO: Find string for this
- "I don't know how to do that.", // TODO: Find string for this
+ "\xA7\xDA\xB5\x4C\xAA\x6B\xAE\xB3\xB0\x5F\xA8\xBA\xAD\xD3\xAA\x46\xA6\xE8\xA1\x45", /* æç¡æ³æ¿èµ·é£åæ±è¥¿â§; I can't pick that up. */
+ "\xA7\xDA\xAC\xDD\xA4\xA3\xA5\x58\xA6\xB3\xA4\xB0\xBB\xF2\xAF\x53\xAE\xED\xA4\xA7\xB3\x42\xA1\x45", /* æçä¸åºæä»éº¼ç¹æ®ä¹èâ§; I see nothing special about it. */
+ "\xA8\x53\xA6\xB3\xA6\x61\xA4\xE8\xA5\x69\xA5\x48\xA5\xB4\xB6\x7D\xA1\x45", /* æ²æå°æ¹å¯ä»¥æéâ§; There's no place to open it. */
+ "\xA8\x53\xA6\xB3\xA5\x69\xA5\x48\xC3\xF6\xB3\xAC\xAA\xBA\xA6\x61\xA4\xE8\xA1\x45", /* æ²æå¯ä»¥ééçå°æ¹â§; There's no opening to close. */
+ "\xA7\xDA\xA4\xA3\xAA\xBE\xB9\x44\xAD\x6E\xAB\xE7\xBB\xF2\xB0\xB5\xB3\x6F\xA5\xF3\xA8\xC6\xA1\x45", /* æä¸ç¥éè¦æéº¼åéä»¶äºâ§; I don't know how to do that. */
"Show Dialog", // TODO: Find string for this
"\xa7\x51\xa4\xd2\xaa\xba\xa6\x5e\xb5\xaa\xac\x4f\xa4\xb0\xbb\xf2\xa1\x48" /* å©å¤«çåçæ¯ä»éº¼ï¼; What is Rif's reply? */,
"Loading a saved game" // TODO: Find string for this
More information about the Scummvm-git-logs
mailing list