typos fix
This commit is contained in:
parent
da328641f0
commit
303330783d
@ -213,9 +213,9 @@
|
||||
<!-- EN: This mod was made for a newer version of RimWorld than this, and will probably not work correctly. -->
|
||||
<ModNotMadeForThisVersion_Newer>该 Mod 是为更高的 RimWorld 版本制作的,很可能无法正常运行。</ModNotMadeForThisVersion_Newer>
|
||||
<!-- EN: Mod needs properly formatted supported version information in About.xml. Like this: <supportedVersions><li>{0}</li></supportedVersions> - <targetVersion> is deprecated. Check log for further information. -->
|
||||
<MessageModNeedsWellFormattedTargetVersion>Mod 需要在 About.xml 中注明所适配的游戏版本信息。像是这样:<supportedVersions><li>{0}</li></supportedVersions>——<targetVersion>已被弃用。 查看日志以获得更多信息。</MessageModNeedsWellFormattedTargetVersion>
|
||||
<MessageModNeedsWellFormattedTargetVersion>Mod 需要在 About.xml 中注明所适配的游戏版本信息。像是这样:[supportedVersions][li]{0}[/li][/supportedVersions]——[targetVersion]已被弃用。 查看日志以获得更多信息。</MessageModNeedsWellFormattedTargetVersion>
|
||||
<!-- EN: Mod needs a unique, properly formatted packageId in About.xml. It must must meet following requirements:\n\n - Alphanumeric characters and dot only.\n - No spaces.\n - At least one dot.\n - No repeated dots in a row, or starting or ending with a dot.\n - 60 characters or less.\n - Cannot contain word "Ludeon".\n\nFor example:\n<packageId>AuthorName.ModName</packageId>\n<packageId>AuthorName.ModName.Specific</packageId> -->
|
||||
<MessageModNeedsWellFormattedPackageId>Mod需要有一个格式适当且唯一的「packageId」写入到「About.xml」文件中。「packageId」必须满足这些要求:\n\n - 仅限字母、数字和半角句号「.」\n - 不包含空格\n - 至少有一个点「.」\n - 没有连续的点「.」,且不以点为开头或结尾\n - 最多60个字节\n - 不允许包含单词“Ludeon”\n\n例如:\n<packageId>AuthorName.ModName</packageId>\n<packageId>AuthorName.ModName.Specific</packageId></MessageModNeedsWellFormattedPackageId>
|
||||
<MessageModNeedsWellFormattedPackageId>Mod需要有一个格式适当且唯一的「packageId」写入到「About.xml」文件中。「packageId」必须满足这些要求:\n\n - 仅限字母、数字和半角句号「.」\n - 不包含空格\n - 至少有一个点「.」\n - 没有连续的点「.」,且不以点为开头或结尾\n - 最多60个字节\n - 不允许包含单词“Ludeon”\n\n例如:\nAuthorName.ModName\nAuthorName.ModName.Specific</MessageModNeedsWellFormattedPackageId>
|
||||
<!-- EN: This mod has issues in LoadFolders.xml, that you need to resolve before uploading: -->
|
||||
<ModHadLoadFolderIssues>这个mod在LoadFolders.xml中有问题。在上传之前需要解决的问题:</ModHadLoadFolderIssues>
|
||||
<!-- EN: Folder {0} specified for version {1} doesn't exist. -->
|
||||
|
@ -157,7 +157,7 @@
|
||||
<li>lesson(priority=-1)->发生了点事情</li>
|
||||
<li>r_pattern->"[r_lessonIntro][r_lesson]。[r_lessonReinforcement]"\n\n ——[lessonAttribution]</li>
|
||||
<li>lessonAttribution->[founder_nameFull]</li>
|
||||
<li>lessonAttribution(p=2)-><i>[attributionSource_titleCase]</i> 作者[founder_nameFull]</li>
|
||||
<li>lessonAttribution(p=2)->(*Name)[attributionSource_titleCase](/Name) 作者[founder_nameFull]</li>
|
||||
<li>lessonAttribution->[founder_nameFull]给[believer_nameFull]的一封信</li>
|
||||
<li>lessonAttribution->[founder_nameFull],在[memeConference_titleCase]上</li>
|
||||
<li>lessonAttribution->[founder_nameFull],在病榻上</li>
|
||||
|
Loading…
Reference in New Issue
Block a user