update 3184
This commit is contained in:
parent
2a7df7067e
commit
869fa9feab
@ -1,16 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<LanguageData>
|
||||
|
||||
<!-- EN: allow food with meat -->
|
||||
<AllowCarnivore.label>允许含肉</AllowCarnivore.label>
|
||||
<!-- EN: Allow food that is acceptable to meat eaters but unacceptable to vegetarians. This accounts for food that may be vegetarian or may contain meat depending on its ingredients. -->
|
||||
<AllowCarnivore.description>允许含肉的食物同时禁止纯素食。这取决于食物成分的荤素。</AllowCarnivore.description>
|
||||
<!-- EN: allow food with human meat -->
|
||||
<AllowCannibal.label>允许人肉食物</AllowCannibal.label>
|
||||
<!-- EN: Allow food that is acceptable to cannibals (contains human meat). This accounts for food that may or may not contain human meat depending on its ingredients. -->
|
||||
<AllowCannibal.description>允许食人者认可的食物(包含人肉成分)。这取决于食物的成分是否有人肉。</AllowCannibal.description>
|
||||
|
||||
<!-- EN: allow food with appetizing meat -->
|
||||
<AllowCarnivore.label>允许可口肉食</AllowCarnivore.label>
|
||||
<!-- EN: Allow food that is generally acceptable to meat eaters but unacceptable to vegetarians. This accounts for food that may be vegetarian or may contain meat depending on its ingredients. This does not control human and insect meat. -->
|
||||
<AllowCarnivore.description>允许肉食者普遍能接受但素食者无法接受的食物。这取决于食物是否含有肉类成分。这个选项不分辨人肉和虫肉。</AllowCarnivore.description>
|
||||
|
||||
<!-- EN: allow slave corpses -->
|
||||
<AllowCorpsesSlave.label>允许奴隶尸体</AllowCorpsesSlave.label>
|
||||
<!-- EN: Allow the dead bodies of slaves. -->
|
||||
<AllowCorpsesSlave.description>允许奴隶的尸体。</AllowCorpsesSlave.description>
|
||||
|
||||
<!-- EN: allow food with insect meat -->
|
||||
<AllowInsectMeat.label>允许虫肉食物</AllowInsectMeat.label>
|
||||
<!-- EN: Allow food that contains insect meat. This accounts for food that may or may not contain insect meat depending on its ingredients. -->
|
||||
<AllowInsectMeat.description>允许含有虫肉的食物。这取决于食物是否含有虫肉成分。</AllowInsectMeat.description>
|
||||
|
||||
<!-- EN: allow vegetarian food -->
|
||||
<AllowVegetarian.label>允许素食</AllowVegetarian.label>
|
||||
<!-- EN: Allow food that is acceptable to vegetarians but unacceptable to those that only eat meat. This accounts for food that may be vegetarian or may contain meat depending on its ingredients. -->
|
||||
|
@ -36,4 +36,9 @@
|
||||
<!-- EN: An ancient computer terminal. It can be hacked to reveal long-forgotten information. -->
|
||||
<AncientTerminal.description>一种古老的计算机终端机。它可以被黑入以获取里面的情报。</AncientTerminal.description>
|
||||
|
||||
<!-- EN: ancient terminal -->
|
||||
<AncientTerminal_Worshipful.label>远古控制台</AncientTerminal_Worshipful.label>
|
||||
<!-- EN: An ancient computer terminal. It can be hacked to reveal long-forgotten information. -->
|
||||
<AncientTerminal_Worshipful.description>一种古老的计算机终端机。它可以被黑入以获取里面的情报。</AncientTerminal_Worshipful.description>
|
||||
|
||||
</LanguageData>
|
@ -324,5 +324,8 @@
|
||||
<FoodRestrictionVegetarian>素食</FoodRestrictionVegetarian><!--text_todo-->
|
||||
<!-- EN: Carnivore -->
|
||||
<FoodRestrictionCarnivore>荤食</FoodRestrictionCarnivore><!--text_todo-->
|
||||
|
||||
<!-- EN: Cannibal -->
|
||||
<FoodRestrictionCannibal>人肉</FoodRestrictionCannibal><!--text_todo-->
|
||||
<!-- EN: Insect Meat -->
|
||||
<FoodRestrictionInsectMeat>虫肉</FoodRestrictionInsectMeat><!--text_todo-->
|
||||
</LanguageData>
|
Loading…
Reference in New Issue
Block a user