lscontests 1.9.0 → 1.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/locale/zh-NE.json +11 -0
- package/package.json +1 -1
package/README.md
CHANGED
@@ -40,8 +40,8 @@ Options:
|
|
40
40
|
-l, --list list all supported OJ and it's abbreviation
|
41
41
|
-o, --oj <ojs...> OJs to display (choices: "at", "cf", "lg", "nc")
|
42
42
|
-r, --raw print raw contest list
|
43
|
-
-L, --language <lang> set output language (choices: "en", "zh-CN", "zh-
|
44
|
-
default: "zh-CN")
|
43
|
+
-L, --language <lang> set output language (choices: "en", "zh-CN", "zh-NE",
|
44
|
+
"zh-TW", default: "zh-CN")
|
45
45
|
--no-sort do not sort by contests start time, but by OJ order
|
46
46
|
-h, --help display help for command
|
47
47
|
```
|
@@ -50,7 +50,7 @@ Options:
|
|
50
50
|
It performs as follows:
|
51
51
|
|
52
52
|
<!-- block_cli begin -->
|
53
|
-
(*The following content was automatically generated in Fri, 13 May 2022 15:
|
53
|
+
(*The following content was automatically generated in Fri, 13 May 2022 15:42:43 GMT*)
|
54
54
|
|
55
55
|
<details>
|
56
56
|
<summary> <code>> lsct </code> </summary>
|
@@ -0,0 +1,11 @@
|
|
1
|
+
{
|
2
|
+
"runnning": "搁 ${oj} 上有 ${contestCount} 场比赛正干着呢",
|
3
|
+
"norunning": "搁 ${oj} 上没有正打着的比赛",
|
4
|
+
"upcoming": "之后 ${days} 天搁在 ${oj} 上统共是有 ${contestCount} 场比赛",
|
5
|
+
"noupcoming": "往后 ${days} 天搁 ${oj} 没比赛啊",
|
6
|
+
"ojName": "搁哪",
|
7
|
+
"name": "叫啥",
|
8
|
+
"rule": "啥形式",
|
9
|
+
"startTime": "啥时候开整",
|
10
|
+
"endTime": "啥时候完事"
|
11
|
+
}
|