数据库:world数据库:npc_text_locale
差别
这里会显示出您选择的修订版和当前版本之间的差别。
后一修订版 | 前一修订版 | ||
数据库:world数据库:npc_text_locale [2023/09/24 21:56] – 创建 admin | 数据库:world数据库:npc_text_locale [2023/09/24 22:04] (当前版本) – admin | ||
---|---|---|---|
行 7: | 行 7: | ||
**表结构** | **表结构** | ||
^Field^Type^Attributes^Key^Null^Default^Extra^Comment^ | ^Field^Type^Attributes^Key^Null^Default^Extra^Comment^ | ||
- | |[[#id|id]]|INT|UNSIGNED|PRI|NO| | | | | + | |[[#ID]]|mediumint|UNSIGNED|PRI|NO|0| | | |
- | |[[#gmlevel|gmlevel]]|TINYINT|UNSIGNED| |NO| | | | | + | |[[#Locale]]|varchar|UNSIGNED|PRI|NO| | | | |
- | |[[#RealmID|RealmID]]|INT|SIGNED|PRI|NO|-1| | | | + | |[[#Textx_0|Text0_0]]|longtext|SIGNED| |YES|NULL| | | |
- | |[[#comment|comment]]|VARCHAR(255)|SIGNED| |YES|' '| | | | + | |[[#Textx_1|Text0_1]]|longtext|SIGNED| |YES|NULL| | | |
+ | |[[# | ||
+ | |[[# | ||
+ | |[[# | ||
+ | |[[# | ||
+ | |[[# | ||
+ | |[[# | ||
+ | |[[# | ||
+ | |[[# | ||
+ | |[[# | ||
+ | |[[# | ||
+ | |[[# | ||
+ | |[[# | ||
+ | |[[# | ||
+ | |[[# | ||
===== 字段说明 ===== | ===== 字段说明 ===== | ||
---- | ---- | ||
+ | ==== ID ==== | ||
+ | |||
+ | This id must be the same as npc_text.ID and then the row will be used to provide localization support for this npc_text record. | ||
+ | |||
+ | ==== Locale ==== | ||
+ | |||
+ | 这个字段只能在下表中“语言代码”列选择一个,同一个 ID 如过“语言代码”重复,只有第一个本地化字串符有效。 | ||
+ | |||
+ | ^ 语言代码 | ||
+ | | deDE | 德语(德国) | ||
+ | | esES | 西班牙语(西班牙) | ||
+ | | esMX | 西班牙语(墨西哥) | ||
+ | | frFR | 法语(法国) | ||
+ | | koKR | 韩文(韩国) | ||
+ | | ruRU | 俄语(俄罗斯) | ||
+ | | zhCN | 简体中文(中国) | ||
+ | | zhTW | 繁体中文(中国台湾) | ||
+ | |||
+ | ==== Textx_0 ==== | ||
+ | |||
+ | Translated content for corresponding field npc_text.text0 _0 - npc_text-text7_1 field for language X. See localization languages list to know which value to use for X. | ||
+ | |||
+ | ==== Textx_1 ==== | ||
+ | Translated content for corresponding field npc_text.text0 _0 - npc_text-text7_1 field for language X. See localization languages list to know which value to use for X. | ||
数据库/world数据库/npc_text_locale.1695563782.txt.gz · 最后更改: 2023/09/24 21:56 由 admin