目录

acore_string 表


<-返回:World 数据库

This table holds all of the strings used internally by the server. This table is provided with the main purpose of translation in mind.

To see which locale IDs correspond to what languages, visit the Localization_lang page.

NOTE: The % arguments need to stay in the exact same order as they are provided by default in the English translation.

表结构

FieldTypeAttributesKeyNullDefaultExtraComment
entryMEDIUMINTUNSIGNEDPRINO0
content_defaulttext NO
locale_koKRtext YES
locale_frFRtext YES
locale_deDEtext YES
locale_zhCNtext YES
locale_zhTWtext YES
locale_esEStext YES
locale_esMXtext YES
locale_ruRUtext YES

字段说明


entry

The ID that the core uses to identify a string. These IDs are contained and used internally and need to correspond to what the core expects. The core will not operate if all IDs aren't in this table.

content_default

The English translation (locale ID 0).

locale_nnNN

The translation in another language depending on the locale name.