-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: allow custom set picbed service
- Loading branch information
Showing
11 changed files
with
207 additions
and
172 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -226,7 +226,8 @@ export default { | |
"post.bind.kms.postid": "KMS ID", | ||
"post.bind.conf.save": "Save", | ||
"post.bind.conf.v081": "Examine the v0.8.1 metadata and import it", | ||
"post.bind.auto.error": "No ID detected, kindly input the document root ID manually, before proceeding with the repair.", | ||
"post.bind.auto.error": | ||
"No ID detected, kindly input the document root ID manually, before proceeding with the repair.", | ||
"post.bind.auto.empty": "This document has never been published, hence no repair is necessary", | ||
"post.bind.conf.cancel": "Cancel", | ||
"form.validate.name.required": "Please input name", | ||
|
@@ -684,5 +685,13 @@ export default { | |
"platform.new.platform": | ||
"It has been observed that there are still [count] internal platforms [platform] awaiting importation. You may utilize the platform importation tool for a bulk import, or alternatively, manually add them from the plugin store.", | ||
|
||
"import.v081.warn": "Given that v0.8.1 is considered a significantly antiquated iteration, this feature may no longer be pertinent. Should you find yourself in need of this functionality, please direct your feedback to [email protected], and we shall deliberate on its implementation based on demand." | ||
"import.v081.warn": | ||
"Given that v0.8.1 is considered a significantly antiquated iteration, this feature may no longer be pertinent. Should you find yourself in need of this functionality, please direct your feedback to [email protected], and we shall deliberate on its implementation based on demand.", | ||
|
||
"publisher.picbed.service": "Image Hosting Service", | ||
"publisher.picbed.none": "Not in use", | ||
"publisher.picbed.picgo": "PicGO Plugin", | ||
"publisher.picbed.bundled": "Current Platform", | ||
"publisher.picbed.recom1": "Strongly Recommended", | ||
"publisher.picbed.recom2": "Recommended", | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -400,7 +400,8 @@ export default { | |
"setting.wordpressdotcom.home.tip": "WordPress.com 首页", | ||
"setting.wordpressdotcom.username.tip": "WordPress.com 登录名,注意:是登录名或者邮箱,不是用户昵称哦(*^▽^*)", | ||
"setting.wordpressdotcom.password.tip": "WordPress.com 登录密码", | ||
"setting.wordpressdotcom.apiUrl.tip": "WordPress.com 的xmlrpc远程发布地址,通常是:https://<WordPress登录名>.wordpress.com/xmlrpc.php", | ||
"setting.wordpressdotcom.apiUrl.tip": | ||
"WordPress.com 的xmlrpc远程发布地址,通常是:https://<WordPress登录名>.wordpress.com/xmlrpc.php", | ||
"setting.wordpressdotcom.previewUrl.tip": "WordPress.com 平台的文章预览规则,通常是:?p=[postid]", | ||
|
||
"setting.oschina.home.tip": "开源中国首页,通常是:https://my.oschina.net/<您的用户名>", | ||
|
@@ -669,4 +670,11 @@ export default { | |
|
||
"import.v081.warn": | ||
"考虑到 v0.8.1 已经是很早的版本了,此功能可能不再需要。如果您需要此功能,可反馈至 [email protected] ,我们会根据需求决定是否实现此功能。", | ||
|
||
"publisher.picbed.service": "图床服务", | ||
"publisher.picbed.none": "不使用", | ||
"publisher.picbed.picgo": "PicGO 插件", | ||
"publisher.picbed.bundled": "当前平台", | ||
"publisher.picbed.recom1": "强烈推荐", | ||
"publisher.picbed.recom2": "推荐", | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters