Difference between revisions of "Translations:TrainCarts/Signs/Statements/13/zh-cn"

From BergerHealer Wiki
Jump to navigation Jump to search
(try)
Line 1: Line 1:
你可以在语句前面输入“!”来表示否定。如果控制牌第一行设置为 [cart],则会将列车看作为一辆辆矿车。'''数组语句'''格式为 ''name@<数组>'',可以对多个属性进行操作。例如,''i@wood'' 操作列车中的物品,并检测其中是否是木头。对于多个物品,需使用(;)分隔,例如 ''ed@north;south'' 仅匹配向北或向南行驶的列车。
+
你可以在语句前面输入“!”来反转语句输出。若控制牌第一行设置为 [cart],则会将列车看作为一辆辆矿车。'''数组语句'''格式为: '''name@<数组>''',可以操作多个属性。如'''i@wood'''操作列车中的物品,并检测其中是否是木头。对于多个物品,需使用(;)分隔,例如<code>'''ed@north;south''</code>仅匹配向北或向南行驶的列车。

Revision as of 15:20, 15 June 2025

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (TrainCarts/Signs/Statements)
You can put a !-sign in front of the statement to act as a NOT. You can read 'the train' as 'the cart' if [cart] is used on the first line. Statements with the format ''name@<array>'' are called '''array statements''' and can operate on multiple of a certain property. For example, ''i@wood'' operates on the items in the train, and checks if there is wood in there. For multiple items, delimit using a semicolon ( ; ), for example ''ed@north;south'' will match trains moving towards north or south only.

你可以在语句前面输入“!”来反转语句输出。若控制牌第一行设置为 [cart],则会将列车看作为一辆辆矿车。'数组语句格式为: name@<数组>,可以操作多个属性。如i@wood操作列车中的物品,并检测其中是否是木头。对于多个物品,需使用(;)分隔,例如ed@north;south仅匹配向北或向南行驶的列车。