如果您进入项目文件夹,应该有一个名为 booknames.xml 的文件。这应该能为您提供所需的信息。格式如下:
<book code="GEN" abbr="Gén." short="Génesis" long="Li Hu Génesis" />
<book code="EXO" abbr="Ex." short="Éxodo" long="Li Hu Éxodo" />
<book code="LEV" abbr="Lev." short="Levítico" long="Li Hu Levítico" />
一如既往——如果您不确定自己在做什么,在编辑任何 xml 文件时请务必非常小心。
If you go to the project folder there should be a file called booknames.xml. This should give you what you are asking for. The format looks like this:
<book code="GEN" abbr="Gén." short="Génesis" long="Li Hu Génesis" />
<book code="EXO" abbr="Ex." short="Éxodo" long="Li Hu Éxodo" />
<book code="LEV" abbr="Lev." short="Levítico" long="Li Hu Levítico" />
As always - be very careful doing any editing in any xml file if you are not sure what you are dong.
机器翻译自 English