数据库:world数据库:item_template_locale
这是本文档旧的修订版!
item_template_locale 表
此表用于向本地化客户端提供物品的本地化字符串。
表结构
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
ID | mediumint | UNSIGNED | PRI | NO | 0 | ||
locale | varchar | UNSIGNED | PRI | NO | |||
Name | text | SIGNED | YES | NULL | |||
Description | text | SIGNED | YES | NULL | |||
VerifiedBuild | mediumint | SIGNED | YES | NULL |
字段说明
ID
此条目必须与 item_template.entry 相同,然后该行将用于为此物品记录提供与 locale 对应语言的本地化支持。
locale
这个字段只能在下表中“语言代码”列选择一个,同一个 ID 如过“语言代码”重复,只有第一个本地化字串符有效。
语言代码 | 国家(地区) |
---|---|
deDE | 德语(德国) |
esES | 西班牙语(西班牙) |
esMX | 西班牙语(墨西哥) |
frFR | 法语(法国) |
koKR | 韩文(韩国) |
ruRU | 俄语(俄罗斯) |
zhCN | 简体中文(中国) |
zhTW | 繁体中文(中国台湾) |
Name
locale 对应语言的 item_template.name 字段的翻译内容。
Description
locale 对应语言的 item_template.description 字段的翻译内容。
VerifiedBuild
Translated content for item_template.description field for language X. See localization languages list to know which value to use for X.
数据库/world数据库/item_template_locale.1694702488.txt.gz · 最后更改: 2023/09/14 22:41 由 admin