Translated using Weblate (Chinese (Simplified))

Currently translated at 88.7% (412 of 464 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/
This commit is contained in:
shulongdeng 2021-07-24 14:25:26 +00:00 committed by Hosted Weblate
parent 6bfbd0bbe5
commit 3087f55842

View file

@ -2217,5 +2217,37 @@
"@publicGroups": {
"type": "text",
"placeholders": {}
},
"commandHintKick": "将该用户移出聊天室",
"@commandHintKick": {
"type": "text",
"description": "Usage hint for the command /kick"
},
"commandHintOp": "设置该用户的权限等级默认50",
"@commandHintOp": {
"type": "text",
"description": "Usage hint for the command /op"
},
"commandInvalid": "指令无效",
"@commandInvalid": {
"type": "text"
},
"commandMissing": "{command} 不是指令。",
"@commandMissing": {
"type": "text",
"placeholders": {
"command": {}
},
"description": "State that {command} is not a valid /command."
},
"editRoomAliases": "编辑聊天室别名",
"@editRoomAliases": {
"type": "text",
"placeholders": {}
},
"setAsCanonicalAlias": "设为主要别名",
"@setAsCanonicalAlias": {
"type": "text",
"placeholders": {}
}
}