数据库:world数据库:item_template_locale
差别
这里会显示出您选择的修订版和当前版本之间的差别。
两侧同时换到之前的修订记录前一修订版后一修订版 | 前一修订版 | ||
数据库:world数据库:item_template_locale [2023/09/14 22:17] – [表结构] admin | 数据库:world数据库:item_template_locale [2023/09/24 21:06] (当前版本) – [Description] admin | ||
---|---|---|---|
行 1: | 行 1: | ||
====== item_template_locale 表 ====== | ====== item_template_locale 表 ====== | ||
+ | |||
此表用于向本地化客户端提供物品的本地化字符串。 | 此表用于向本地化客户端提供物品的本地化字符串。 | ||
+ | |||
===== 表结构 ===== | ===== 表结构 ===== | ||
+ | |||
^Field^Type^Attributes^Key^Null^Default^Extra^Comment^ | ^Field^Type^Attributes^Key^Null^Default^Extra^Comment^ | ||
|ID|mediumint|UNSIGNED|PRI|NO|0| | | | |ID|mediumint|UNSIGNED|PRI|NO|0| | | | ||
行 10: | 行 13: | ||
===== 字段说明 ===== | ===== 字段说明 ===== | ||
- | ==== entry ==== | ||
- | 此条目必须与 item_template.entry 相同,然后该行将用于为此生物记录提供本地化支持。 | ||
- | ==== name_loc ==== | ||
- | Translated content for item_template.name | + | ==== ID ==== |
+ | |||
+ | 此条目必须与 | ||
+ | |||
+ | ==== locale ==== | ||
+ | |||
+ | 这个字段只能在下表中“语言代码”列选择一个,同一个 ID 如过“语言代码”重复,只有第一个本地化字串符有效。 | ||
+ | |||
+ | ^ 语言代码 | ||
+ | | deDE | 德语(德国) | ||
+ | | esES | 西班牙语(西班牙) | ||
+ | | esMX | 西班牙语(墨西哥) | ||
+ | | frFR | 法语(法国) | ||
+ | | koKR | 韩文(韩国) | ||
+ | | ruRU | 俄语(俄罗斯) | ||
+ | | zhCN | 简体中文(中国) | ||
+ | | zhTW | 繁体中文(中国台湾) | ||
+ | |||
+ | ==== Name ==== | ||
+ | |||
+ | locale 对应语言的 [[数据库: | ||
+ | |||
+ | ==== Description ==== | ||
+ | |||
+ | locale 对应语言的 [[数据库: | ||
+ | |||
+ | ==== VerifiedBuild ==== | ||
- | ==== description_loc ==== | + | 此字段用于确定是否已从 WDB 文件验证模板。 |
- | Translated content for item_template.description field for language X. See localization languages list to know which value to use for X. | + | * 如果值为 0,则尚未解析。 |
+ | * 如果值大于 0,则已使用该特定客户端构建中的 WDB 文件对其进行了解析。 | ||
+ | * 如果值为 -1,则它只是一个占位符,直到在 WDB 上找到正确的数据。 |
数据库/world数据库/item_template_locale.1694701045.txt.gz · 最后更改: 2023/09/14 22:17 由 admin