mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-01 14:13:32 -06:00
[docs] add zh docs (#3507)
* [docs] add zh docs * [docs] add lang dropdown * [docs] update mkdocs zh config * [docs] migrate assets * [docs] update overrides dir in mkdocs zh config * [docs] exclude locales director in main mkdocs config * [docs] rename assets to public to avoid conflicting with template * [docs] extra_css change followup * [docs] add theme.palette.toggle.icon back into mkdocs zh config * [docs] fix zh readme reference + migrate language-specific repo markdown to docs * [docs] translate remaining repo docs + update reference * [docs] update zh index.md reference * [docs/zh] wording alignment
This commit is contained in:
parent
e953d80dff
commit
38a08cd25a
139 changed files with 20407 additions and 24 deletions
38
docs/locales/zh/configuration/statuses.md
Normal file
38
docs/locales/zh/configuration/statuses.md
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
# 贴文
|
||||
|
||||
## 设置
|
||||
|
||||
```yaml
|
||||
###########################
|
||||
##### 贴文配置 #####
|
||||
###########################
|
||||
|
||||
# 有关创建贴文的配置和允许的限制。
|
||||
|
||||
# 整数值。新贴文允许的最大字符数,
|
||||
# 包括内容警告(如果设置)。
|
||||
#
|
||||
# 请注意,大幅高于默认值可能会影响联合。
|
||||
#
|
||||
# 示例: [140, 500, 5000]
|
||||
# 默认: 5000
|
||||
statuses-max-chars: 5000
|
||||
|
||||
# 整数值。创建新投票时允许的最大选项数量。
|
||||
# 请注意,大幅高于默认值可能会影响联合。
|
||||
# 示例: [4, 6, 10]
|
||||
# 默认: 6
|
||||
statuses-poll-max-options: 6
|
||||
|
||||
# 整数值。创建新投票时每个选项允许的最大字符数。
|
||||
# 请注意,大幅高于默认值可能会影响联合。
|
||||
# 示例: [50, 100, 150]
|
||||
# 默认: 50
|
||||
statuses-poll-option-max-chars: 50
|
||||
|
||||
# 整数值。新贴文可以附加的最大媒体文件数量。
|
||||
# 请注意,大幅高于默认值可能会影响联合。
|
||||
# 示例: [4, 6, 10]
|
||||
# 默认: 6
|
||||
statuses-media-max-files: 6
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue