Locales gossip menu option

Материал из YTDB DataBase

(Различия между версиями)
Перейти к: навигация, поиск
Строка 14: Строка 14:
|'''Field'''
|'''Field'''
|'''Type'''
|'''Type'''
 +
|'''Attributes'''
|'''Null'''
|'''Null'''
|'''Key'''
|'''Key'''
|'''Default'''
|'''Default'''
-
|'''Extra'''
+
|'''Comments'''
|-
|-
|[[#menu_id|menu_id]]
|[[#menu_id|menu_id]]
-
|smallint(8)) unsigned
+
|smallint(8)
 +
|unsigned
|NO
|NO
|PRI
|PRI
Строка 28: Строка 30:
|[[#id|id]]
|[[#id|id]]
|tinyint(3)
|tinyint(3)
 +
|
|NO
|NO
|PRI
|PRI
Строка 33: Строка 36:
|
|
|-
|-
-
|[[#option_text_locX|option_text_loc1]]
+
|[[#option_text_loc1-8|option_text_loc1]]
|text
|text
 +
|
|
|
|
|
Строка 40: Строка 44:
|
|
|-
|-
-
|[[#option_text_locX|option_text_loc2]]
+
|[[#option_text_loc1-8|option_text_loc2]]
|text
|text
 +
|
|
|
|
|
Строка 47: Строка 52:
|
|
|-
|-
-
|[[#option_text_locX|option_text_loc3]]
+
|[[#option_text_loc1-8|option_text_loc3]]
|text
|text
 +
|
|
|
|
|
Строка 54: Строка 60:
|
|
|-
|-
-
|[[#option_text_locX|option_text_loc4]]
+
|[[#option_text_loc1-8|option_text_loc4]]
|text
|text
 +
|
|
|
|
|
Строка 61: Строка 68:
|
|
|-
|-
-
|[[#option_text_locX|option_text_loc5]]
+
|[[#option_text_loc1-8|option_text_loc5]]
|text
|text
 +
|
|
|
|
|
Строка 68: Строка 76:
|
|
|-
|-
-
|[[#option_text_locX|option_text_loc6]]
+
|[[#option_text_loc1-8|option_text_loc6]]
|text
|text
 +
|
|
|
|
|
Строка 75: Строка 84:
|
|
|-
|-
-
|[[#option_text_locX|option_text_loc7]]
+
|[[#option_text_loc1-8|option_text_loc7]]
|text
|text
 +
|
|
|
|
|
Строка 82: Строка 92:
|
|
|-
|-
-
|[[#option_text_locX|option_text_loc8]]
+
|[[#option_text_loc1-8|option_text_loc8]]
|text
|text
 +
|
|
|
|
|
Строка 89: Строка 100:
|
|
|-
|-
-
 
+
|[[#box_text_loc1-8|box_text_loc1]]
-
|[[#box_text_locX|box_text_loc1]]
+
|text
|text
 +
|
|
|
|
|
Строка 97: Строка 108:
|
|
|-
|-
-
|[[#box_text_locX|box_text_loc2]]
+
|[[#box_text_loc1-8|box_text_loc2]]
|text
|text
 +
|
|
|
|
|
Строка 104: Строка 116:
|
|
|-
|-
-
|[[#box_text_locX|box_text_loc3]]
+
|[[#box_text_loc1-8|box_text_loc3]]
|text
|text
 +
|
|
|
|
|
Строка 111: Строка 124:
|
|
|-
|-
-
|[[#box_text_locX|box_text_loc4]]
+
|[[#box_text_loc1-8|box_text_loc4]]
|text
|text
 +
|
|
|
|
|
Строка 118: Строка 132:
|
|
|-
|-
-
|[[#box_text_locX|box_text_loc5]]
+
|[[#box_text_loc1-8|box_text_loc5]]
|text
|text
 +
|
|
|
|
|
Строка 125: Строка 140:
|
|
|-
|-
-
|[[#box_text_locX|box_text_loc6]]
+
|[[#box_text_loc1-8|box_text_loc6]]
|text
|text
 +
|
|
|
|
|
Строка 132: Строка 148:
|
|
|-
|-
-
|[[#box_text_locX|box_text_loc7]]
+
|[[#box_text_loc1-8|box_text_loc7]]
|text
|text
 +
|
|
|
|
|
Строка 139: Строка 156:
|
|
|-
|-
-
|[[#box_text_locX|box_text_loc8]]
+
|[[#box_text_loc1-8|box_text_loc8]]
|text
|text
 +
|
|
|
|
|
Строка 148: Строка 166:
<big>'''Описание полей'''</big>
<big>'''Описание полей'''</big>
 +
====menu_id====
 +
Идентификатор объекта из [[gameobject_template#entry|gameobject_template.entry]].
 +
 +
====option_text_loc1-8====
 +
Перевод названия объекта см. [[gameobject_template#name|gameobject_template.name]] под локализацию  X.
 +
См. [[localization_lang|localization languages]]
 +
 +
====box_text_loc1-8====
 +
Перевод текста в полосе каста см. [[gameobject_template#castBarCaption|gameobject_template.castBarCaption]] под локализацию  X.
 +
См. [[localization_lang|localization languages]]

Версия 18:51, 17 августа 2010

Содержание

К описанию таблиц базы данных mangos.


Таблица `locales_gossip_menu_option`

Эта таблица используется для перевода опций меню под локализацию клиента.


Структура

Field Type Attributes Null Key Default Comments
menu_id smallint(8) unsigned NO PRI 0
id tinyint(3) NO PRI 0
option_text_loc1 text
option_text_loc2 text
option_text_loc3 text
option_text_loc4 text
option_text_loc5 text
option_text_loc6 text
option_text_loc7 text
option_text_loc8 text
box_text_loc1 text
box_text_loc2 text
box_text_loc3 text
box_text_loc4 text
box_text_loc5 text
box_text_loc6 text
box_text_loc7 text
box_text_loc8 text

Описание полей

menu_id

Идентификатор объекта из gameobject_template.entry.

option_text_loc1-8

Перевод названия объекта см. gameobject_template.name под локализацию X. См. localization languages

box_text_loc1-8

Перевод текста в полосе каста см. gameobject_template.castBarCaption под локализацию X. См. localization languages

Личные инструменты