mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 05:49:53 +08:00
update translations
This commit is contained in:
parent
721e821ca5
commit
aaee9d00e4
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -109,7 +109,7 @@ QString GiteeImageHost::create(const QByteArray &p_data, const QString &p_path,
|
||||
}
|
||||
|
||||
if (!ready()) {
|
||||
p_msg = tr("Invalid GitHub image host configuration.");
|
||||
p_msg = tr("Invalid Gitee image host configuration.");
|
||||
return QString();
|
||||
}
|
||||
|
||||
@ -161,7 +161,7 @@ bool GiteeImageHost::remove(const QString &p_url, QString &p_msg)
|
||||
Q_ASSERT(ownsUrl(p_url));
|
||||
|
||||
if (!ready()) {
|
||||
p_msg = tr("Invalid GitHub image host configuration.");
|
||||
p_msg = tr("Invalid Gitee image host configuration.");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
@ -346,7 +346,7 @@ QVector<QSharedPointer<Snippet>> SnippetMgr::loadBuiltInSnippets() const
|
||||
std::bind(formattedDateTime, "yyyy"));
|
||||
addDynamicSnippet(snippets,
|
||||
"w",
|
||||
tr("the week number (`1` to `53`)"),
|
||||
tr("the week number without a leading zero (`1` to `53`)"),
|
||||
[](const QString &) {
|
||||
return QString::number(QDate::currentDate().weekNumber());
|
||||
});
|
||||
|
@ -66,7 +66,7 @@ QGroupBox *ImageHostPage::setupGeneralBox(QWidget *p_parent)
|
||||
}
|
||||
|
||||
{
|
||||
const QString label(tr("Clear obsolete image"));
|
||||
const QString label(tr("Clear obsolete images"));
|
||||
m_clearObsoleteImageCheckBox = WidgetsFactory::createCheckBox(label, box);
|
||||
m_clearObsoleteImageCheckBox->setToolTip(tr("Clear unused images at image host (based on current file only)"));
|
||||
layout->addRow(m_clearObsoleteImageCheckBox);
|
||||
|
Loading…
x
Reference in New Issue
Block a user