mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-06 06:19:52 +08:00
refine Chinese translations
This commit is contained in:
parent
8649f4f66f
commit
00db4c583f
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -163,9 +163,11 @@ void VNotebookSelector::update()
|
|||||||
bool VNotebookSelector::newNotebook()
|
bool VNotebookSelector::newNotebook()
|
||||||
{
|
{
|
||||||
QString info(tr("Please type the name of the notebook and "
|
QString info(tr("Please type the name of the notebook and "
|
||||||
"choose an existing directory as Root Folder of the notebook.\n"
|
"choose an existing directory as Root Folder of the notebook."));
|
||||||
"The root folder should be used EXCLUSIVELY by VNote and "
|
info += "\n";
|
||||||
"it is recommended to be EMPTY."));
|
info += tr("The root folder should be used EXCLUSIVELY by VNote and "
|
||||||
|
"it is recommended to be EMPTY.");
|
||||||
|
|
||||||
QString defaultName("new_notebook");
|
QString defaultName("new_notebook");
|
||||||
QString defaultPath;
|
QString defaultPath;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user