refine Chinese translations

This commit is contained in:
Le Tan 2018-06-01 20:11:13 +08:00
parent 8d3a7874d0
commit 3aacbb868f
3 changed files with 1610 additions and 972 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -290,7 +290,7 @@ void VAttachmentList::handleContextMenuRequested(QPoint p_pos)
QAction *fileInfoAct = new QAction(VIconUtils::menuIcon(":/resources/icons/note_info.svg"), QAction *fileInfoAct = new QAction(VIconUtils::menuIcon(":/resources/icons/note_info.svg"),
tr("&Info (Rename)\t%1").arg(VUtils::getShortcutText(c_infoShortcutSequence)), tr("&Info (Rename)\t%1").arg(VUtils::getShortcutText(c_infoShortcutSequence)),
&menu); &menu);
fileInfoAct->setToolTip(tr("View and edit current folder's information")); fileInfoAct->setToolTip(tr("View and edit current attachment's information"));
connect(fileInfoAct, &QAction::triggered, connect(fileInfoAct, &QAction::triggered,
this, &VAttachmentList::attachmentInfo); this, &VAttachmentList::attachmentInfo);
menu.addAction(fileInfoAct); menu.addAction(fileInfoAct);