修改: trans/spark-store_en.ts

修改:     trans/spark-store_zh_CN.qm,支持了贡献翻译
	修改:     trans/spark-store_zh_CN.ts,支持贡献翻译
	修改:     widget.cpp,微调原文,天加两个tips
This commit is contained in:
2020-10-05 22:11:38 +08:00
parent 67c28d0224
commit b911158274
4 changed files with 25 additions and 3 deletions
+2 -1
View File
@@ -498,7 +498,8 @@
and you will be redirected to our Gitee repository at which you are
supposed to be creating pull requests to contribute app info
translations.
Tips:You can simply click the file to edit to create a flat pull request without create a full pull request
Tips:You can use github account to login to Gitee
Click yes to continue.</source>
<translation type="unfinished"></translation>
</message>
Binary file not shown.
+19 -1
View File
@@ -518,11 +518,29 @@
and you will be redirected to our Gitee repository at which you are
supposed to be creating pull requests to contribute app info
translations.
Tips:You can simply click the file to edit to create a flat pull request without create a full pull request
Tips:You can use github account to login to Gitee
Click yes to continue.</source>
<translation type="unfinished">目前商店仅支持应用程序英文详细信息的贡献。
在你确认后你会被导向到我们的 Gitee 页面,
请在此创建 Pull Request 以进行翻译贡献。
备注:你可以直接在页面编辑以快速创建轻量级pr
你也可以使用github账户直接登陆Gitee
单击“是”以继续。.</translation>
</message>
<message>
<source>Currently the translation contribution is limited to English,
and you will be redirected to our Gitee repository at which you are
supposed to be creating pull requests to contribute app info
translations.
Click yes to continue.</source>
<translation type="obsolete">目前商店仅支持应用程序英文详细信息的贡献。
在你确认后你会被导向到我们的 Gitee 页面,
请在此创建 Pull Request 以进行翻译贡献。
备注:你可以直接在页面编辑以快速创建轻量级pr
你也可以使用github账户直接登陆Gitee
单击“是”以继续。.</translation>
</message>
+4 -1
View File
@@ -1026,7 +1026,10 @@ void Widget::on_pushButton_translate_clicked()
tipDialog.setMessage(tr("Currently the translation contribution is limited to English,\n"
"and you will be redirected to our Gitee repository at which you are\n"
"supposed to be creating pull requests to contribute app info\n"
"translations.\n\nClick yes to continue."));
"translations.\n"
"Tips:You can simply click the file to edit to create a flat pull request without create a full pull request\n"
"Tips:You can use github account to login to Gitee"
"\nClick yes to continue."));
if(!tipDialog.exec())
QDesktopServices::openUrl("https://gitee.com/deepin-community-store/json/tree/master/store/" +
type_name + '/' + pkgName);