New translations compose.json (Chinese Simplified)

This commit is contained in:
xmflsct 2022-05-08 23:55:59 +02:00
parent 2ba8461b97
commit 714efa3db1
1 changed files with 11 additions and 4 deletions

View File

@ -42,7 +42,13 @@
"placeholder": "折叠部分的警告信息"
},
"textInput": {
"placeholder": "想说点什么呢"
"placeholder": "想说点什么呢",
"keyboardImage": {
"exceedMaximum": {
"title": "已达附件数量上限",
"OK": "$t(common:buttons.OK)"
}
}
}
},
"footer": {
@ -136,8 +142,8 @@
"accessibilityHint": "打开表情选择面板,水平滑动切换页面"
}
},
"drafts": "草稿 ({{count}})",
"drafts_plural": "草稿 ({{count}})"
"drafts_one": "草稿 ({{count}})",
"drafts_other": "草稿 ({{count}})"
},
"editAttachment": {
"header": {
@ -165,7 +171,8 @@
"content": {
"accessibilityHint": "已保存的草稿,点击编辑此草稿",
"textEmpty": "无正文内容"
}
},
"checkAttachment": "正在检查服务器上的附件..."
}
}
}