用户工具

站点工具


数据库:world数据库:achievement_reward_locale

这是本文档旧的修订版!


achievement_reward_locale 表


<-返回:World 数据库

It is the table that stores the translations of the table achievement_reward, so that the game client can display the messages in different languages.

表结构

FieldTypeAttributesKeyNullDefaultExtraComment
IDMEDIUMINTUNSIGNEDPRINO0
LocaleVARCHAR(4) PRINO
Subjecttext YES
Texttext YES

字段说明


ID

It is the ID of the achievement obtained from achievement_reward

Locale

This is the language of the gaming client.

IDLanguage
0enUS
1koKR
2frFR
3deDE
4zhCN
5zhTW
6esES
7esMX
8ruRU

Subject

It is the text of the column Subject of the table achievement_reward

Text

It is the text of the column Body of the table achievement_reward

Example

DELETE FROM `achievement_reward_locale` WHERE `ID`=13 AND `Locale`=“esES”; INSERT INTO `achievement_reward_locale` (`ID`, `Locale`, `Subject`, `Text`) VALUES (13, “esES”, “Nivel 80”, “Alcanza el nivel 80.”);

数据库/world数据库/achievement_reward_locale.1695534544.txt.gz · 最后更改: 2023/09/24 13:49 由 admin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki