====== page_text_locale 表 ====== ---- [[数据库:world数据库:首页|<-返回:World 数据库]] This table is used to provide localized clients with localized string for page_texts. **表结构** ^Field^Type^Attributes^Key^Null^Default^Extra^Comment^ |[[#ID]]|MEDIUMINT|UNSIGNED|PRI|NO|0| | | |[[#locale]]|varchar|SIGNED| |YES|NULL| | | |[[#Text]]|text|SIGNED| |YES|NULL| | | |[[#VerifiedBuild]]|mediumint|SIGNED| |YES|NULL| | | ===== 字段说明 ===== ---- ==== ID ==== This entry must be the same as page_text.entry and then the row will be used to provide localization support for this page_text record. ==== locale ==== 这个字段只能在下表中“语言代码”列选择一个,同一个 ID 如过“语言代码”重复,只有第一个本地化字串符有效。 ^ 语言代码 ^ 国家(地区) ^ | deDE | 德语(德国) | | esES | 西班牙语(西班牙) | | esMX | 西班牙语(墨西哥) | | frFR | 法语(法国) | | koKR | 韩文(韩国) | | ruRU | 俄语(俄罗斯) | | zhCN | 简体中文(中国) | | zhTW | 繁体中文(中国台湾) | ==== Text ==== Translated content for page_text.text field for language X. See localization languages list to know which value to use for X. ==== VerifiedBuild ==== 此字段用于确定是否已从 WDB 文件验证模板。 * 如果值为 0,则尚未解析。 * 如果值大于 0,则已使用该特定客户端构建中的 WDB 文件对其进行了解析。 * 如果值为 -1,则它只是一个占位符,直到在 WDB 上找到正确的数据。