Merge branch 'develop' into feat/open-article-endpoint

This commit is contained in:
Shivam Mishra
2026-06-04 13:02:20 +05:30
committed by GitHub
644 changed files with 16495 additions and 2399 deletions
+15 -4
View File
@@ -34,13 +34,24 @@ body {
.message-content {
ul {
list-style: disc;
@apply ltr:pl-3 rtl:pr-3;
@apply list-disc list-inside;
}
ol {
list-style: decimal;
@apply ltr:pl-4 rtl:pr-4;
@apply list-decimal list-inside;
}
li {
padding-inline-start: 1.5em;
text-indent: -1.5em;
> p:first-child {
@apply inline;
}
> * {
text-indent: 0;
}
}
}
+8 -8
View File
@@ -14,24 +14,24 @@
},
"THUMBNAIL": {
"AUTHOR": {
"NOT_AVAILABLE": "Not available"
"NOT_AVAILABLE": "暂无"
}
},
"TEAM_AVAILABILITY": {
"ONLINE": "在线",
"OFFLINE": "当前已离线",
"BACK_AS_SOON_AS_POSSIBLE": "We will be back as soon as possible"
"BACK_AS_SOON_AS_POSSIBLE": "我们会尽快回复您"
},
"REPLY_TIME": {
"IN_A_FEW_MINUTES": "通常在几分钟内回复您",
"IN_A_FEW_HOURS": "通常在几小时内回复您",
"IN_A_DAY": "通常在一天之内回复您",
"BACK_IN_HOURS": "We will be back online in {n} hour | We will be back online in {n} hours",
"BACK_IN_MINUTES": "We will be back online in {time} minutes",
"BACK_AT_TIME": "We will be back online at {time}",
"BACK_ON_DAY": "We will be back online on {day}",
"BACK_TOMORROW": "We will be back online tomorrow",
"BACK_IN_SOME_TIME": "We will be back online in some time"
"BACK_IN_HOURS": "{n} 小时后恢复在线",
"BACK_IN_MINUTES": "{time} 分钟后恢复在线",
"BACK_AT_TIME": "{time} 恢复在线",
"BACK_ON_DAY": "{day} 恢复在线",
"BACK_TOMORROW": "明天恢复在线",
"BACK_IN_SOME_TIME": "稍后恢复在线"
},
"DAY_NAMES": {
"SUNDAY": "周日",