如果您前往專案資料夾,應該會有一個名為 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