显示页面过去修订反向链接回到顶部 本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。 <!DOCTYPE markdown> # acore_string [<-Back-to:World](database-world.md) **The \`acore_string\` table** 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. **Structure** | Field | Type | Attributes | Key | Null | Default | Extra | Comment | | -------------------- | --------- | ---------- | --- | ---- | ------- | ----- | ------- | | [entry][1] | MEDIUMINT | UNSIGNED | PRI | NO | 0 | | | | [content_default][2] | text | | | NO | | | | | [locale_koKR][3] | text | | | YES | | | | | [locale_frFR][3] | text | | | YES | | | | | [locale_deDE][3] | text | | | YES | | | | | [locale_zhCN][3] | text | | | YES | | | | | [locale_zhTW][3] | text | | | YES | | | | | [locale_esES][3] | text | | | YES | | | | | [locale_esMX][3] | text | | | YES | | | | | [locale_ruRU][3] | text | | | YES | | | | [1]: #entry [2]: #content\_default [3]: #locale\_nnNN **Description of the fields** ### 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. docs-en/acore_string.md.txt 最后更改: 2024/03/15 19:08由 127.0.0.1