1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-12-20 23:31:30 +03:00
leon/packages/trend/data/answers/en.json

41 lines
1.4 KiB
JSON
Raw Normal View History

{
"github": {
"limit_max": [
"You've asked for too many GitHub trends, I'll give you 25 trends instead.",
"%limit% GitHub trends are a lot, let me tell you the 25 trends instead."
],
"reaching": [
"I'm reaching GitHub, please wait a second...",
"Let me reach GitHub..."
],
"today": [
"Here are the %limit% latest GitHub trends of today:<br><br><ul>%result%</ul>"
],
"week": [
"Here are the %limit% latest GitHub trends of this week:"
],
"month": [
"Here are the %limit% latest GitHub trends of this month:"
],
"today_with_tech": [
"Here are the %limit% latest GitHub trends of today for the %tech% technology:"
],
"week_with_tech": [
"Here are the %limit% latest GitHub trends of this week for the %tech% technology:"
],
"month_with_tech": [
"Here are the %limit% latest GitHub trends of this month for the %tech% technology:"
],
"unreachable": [
"GitHub is unreachable for the moment, please retry later.",
"I'm having difficulties to reach GitHub, please retry later.",
"GitHub seems to be down, please try again later."
],
"list_element": [
"<li>#%rank%. <a href=\"%repository_url%\" target=\"_blank\">%repository_name%</a> created by <a href=\"%author_url%\" target=\"_blank\">%author_username%</a> with %stars_nb% new stars.</li>"
]
},
"producthunt": {
}
}