Paste to add attachment

This commit is contained in:
2024-11-22 00:28:29 +08:00
parent b52811d66e
commit 1af90cd9e7
14 changed files with 132 additions and 12 deletions

View File

@ -171,5 +171,8 @@
"zero": "No attachments",
"one": "{} attachment",
"other": "{} attachments"
}
},
"addAttachmentFromAlbum": "Add from album",
"addAttachmentFromClipboard": "Paste file",
"attachmentPastedImage": "Pasted Image"
}

View File

@ -171,5 +171,8 @@
"zero": "没有附件",
"one": "{} 个附件",
"other": "{} 个附件"
}
},
"addAttachmentFromAlbum": "从相册中添加附件",
"addAttachmentFromClipboard": "粘贴附件",
"attachmentPastedImage" : "粘贴的图片"
}