Archived
1
0
Fork 0

Fix problems (#538)

This commit is contained in:
Dorobot 2023-04-09 13:44:22 +08:00 committed by GitHub
parent b8768d040c
commit b87ce4ba08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 12 additions and 9 deletions

View file

@ -6,7 +6,6 @@
"github.user.message.not_found": "The given user cannot be found; please check your input.",
"github.search.help": "Searching repositories on GitHub.",
"github.search.message": "Successfully to search for ${result} results:",
"github.search.message.more_information": "Truncated due to chat limits; ${more_result} more results may not be shown.",
"github.search.message.not_found": "The given repository cannot be found; please check your input.",
"github.message.error": "An error occurred: The given repository cannot be found; please check your spelling.",
"github.search.message.more_information": "Truncated due to chat limits; ${more_result} more results may not be shown."

View file

@ -1,7 +1,8 @@
{
"weekly.help": "Get the weekly page of Chinese Minecraft Wiki.",
"weekly.image.help": "获取中文 Minecraft Wiki 的每周页面(图片版)。",
"weekly.message": "Weekly page:\n\n${text}",
"weekly.message.link": "\nImage: ${img}\n\nArticle Link: ${article}\nWeekly Pages: ${link}",
"weekly.message.expired": "An error occurred: The weekly page has expired. Please contact Chinese Minecraft Wiki to update.",
"weekly.teahouse.help": "Get Teahouse Weekly."
}
}

View file

@ -1,7 +1,8 @@
{
"weekly.help": "取得中文 Minecraft Wiki 的每週頁面。",
"weekly.image.help": "取得中文 Minecraft Wiki 的每週頁面(圖片版)。",
"weekly.message": "本週頁面:\n\n${text}",
"weekly.message.link": "\n圖片${img}\n\n頁面連結${article}\n每週頁面${link}",
"weekly.message.expired": "發生錯誤:本週頁面已過期,請聯絡中文 Minecraft Wiki 更新。",
"weekly.teahouse.help": "取得茶館週報。"
}
}

View file

@ -1,4 +1,5 @@
{
"weekly_rss.help.desc": "When enabled, you will subscribe to the weekly page of Chinese Minecraft Wiki. (updated every Monday at 8:30)",
"teahouse_weekly_rss.help.desc": "When enabled, you will subscribe to the weekly page of Teahouse Weekly. (Updated every Monday at 8:30)"
}
"teahouse_weekly_rss.help.desc": "When enabled, you will subscribe to the weekly page of Teahouse Weekly. (Updated every Monday at 8:30)",
"weekly_rss.prompt": "如需获取每周页面的文字版本及链接,请使用 ~weekly 命令。"
}

View file

@ -1,4 +1,5 @@
{
"weekly_rss.help.desc": "啟用後將訂閱中文 Minecraft Wiki 的每週頁面。(每週一 8:30 更新)",
"teahouse_weekly_rss.help.desc": "啟用後將訂閱茶館週報的每週頁面。(每週一 8:30 更新)"
}
"teahouse_weekly_rss.help.desc": "啟用後將訂閱茶館週報的每週頁面。(每週一 8:30 更新)",
"weekly_rss.prompt": "如需获取每周页面的文字版本及链接,请使用 ~weekly 命令。"
}

View file

@ -74,4 +74,4 @@
"wiki.message.error.query": "发生错误:无法查询此 Wiki。",
"wiki.message.error.set": "发生错误:无法设置此 Wiki。",
"wiki.message.error.info": "详细信息:"
}
}

View file

@ -74,4 +74,4 @@
"wiki.message.error.query": "發生錯誤:無法查詢此 Wiki。",
"wiki.message.error.set": "發生錯誤:無法設定此 Wiki。",
"wiki.message.error.info": "詳細資訊:"
}
}