Skip to content

Commit 97d5ae8

Browse files
committed
自动更新译文模板, 插件列表 [skip ci]
1 parent 9867c85 commit 97d5ae8

File tree

5 files changed

+91
-67
lines changed

5 files changed

+91
-67
lines changed

Plugins.json

+14-7
Original file line numberDiff line numberDiff line change
@@ -507,12 +507,14 @@
507507
},
508508
{
509509
"Name": "CaiCustomEmojiCommand",
510-
"Version": "2024.9.8.1",
510+
"Version": "2024.11.29.1",
511511
"Author": "Cai",
512512
"Description": "自定义Emoji表情执行命令",
513513
"AssemblyName": "CaiCustomEmojiCommand",
514514
"Path": "CaiCustomEmojiCommand.dll",
515-
"Dependencies": [],
515+
"Dependencies": [
516+
"LazyAPI"
517+
],
516518
"HotReload": true
517519
},
518520
{
@@ -529,12 +531,13 @@
529531
},
530532
{
531533
"Name": "CaiPacketDebug",
532-
"Version": "2024.11.10.0",
534+
"Version": "2024.11.30.0",
533535
"Author": "Cai",
534536
"Description": "用于调试数据包的插件捏~",
535537
"AssemblyName": "CaiPacketDebug",
536538
"Path": "CaiPacketDebug.dll",
537539
"Dependencies": [
540+
"LazyAPI",
538541
"TrProtocol"
539542
],
540543
"HotReload": true
@@ -574,12 +577,14 @@
574577
},
575578
{
576579
"Name": "Chameleon",
577-
"Version": "1.0.3",
580+
"Version": "1.0.4",
578581
"Author": "mistzzt,肝帝熙恩修复1449",
579582
"Description": "账户系统交互替换方案",
580583
"AssemblyName": "Chameleon",
581584
"Path": "Chameleon.dll",
582-
"Dependencies": [],
585+
"Dependencies": [
586+
"LazyAPI"
587+
],
583588
"HotReload": true
584589
},
585590
{
@@ -638,12 +643,14 @@
638643
},
639644
{
640645
"Name": "CreateSpawn",
641-
"Version": "1.0.0.2",
646+
"Version": "1.0.0.3",
642647
"Author": "少司命",
643648
"Description": "出生建筑",
644649
"AssemblyName": "CreateSpawn",
645650
"Path": "CreateSpawn.dll",
646-
"Dependencies": [],
651+
"Dependencies": [
652+
"LazyAPI"
653+
],
647654
"HotReload": true
648655
},
649656
{

src/CaiPacketDebug/i18n/template.pot

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
msgid ""
2+
msgstr ""
3+
"Project-Id-Version: CaiPacketDebug\n"
4+
"POT-Creation-Date: 2024-11-30 13:55:13+0000\n"
5+
"PO-Revision-Date: 2024-11-30 13:55:14+0000\n"
6+
"Last-Translator: \n"
7+
"Language-Team: \n"
8+
"MIME-Version: 1.0\n"
9+
"Content-Type: text/plain; charset=utf-8\n"
10+
"Content-Transfer-Encoding: 8bit\n"
11+
"X-Generator: GetText.NET Extractor\n"
12+
13+
#: ../../Plugin.cs:58
14+
#: ../../Plugin.cs:59
15+
#: ../../Plugin.cs:70
16+
#: ../../Plugin.cs:76
17+
msgid "[c/00FF00:已启用]"
18+
msgstr ""
19+
20+
#: ../../Plugin.cs:58
21+
#: ../../Plugin.cs:59
22+
#: ../../Plugin.cs:70
23+
#: ../../Plugin.cs:76
24+
msgid "[c/FF0000:已禁用]"
25+
msgstr ""
26+

src/Chameleon/i18n/en-US.po

+21-22
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
msgid ""
22
msgstr ""
33
"Project-Id-Version: Chameleon\n"
4-
"POT-Creation-Date: 2024-11-19 17:21:44+0000\n"
4+
"POT-Creation-Date: 2024-11-30 13:55:16+0000\n"
55
"PO-Revision-Date: 2024-09-29 21:43+0800\n"
66
"Last-Translator: \n"
77
"Language-Team: \n"
@@ -11,76 +11,75 @@ msgstr ""
1111
"Content-Transfer-Encoding: 8bit\n"
1212
"X-Generator: Poedit 3.5\n"
1313

14-
#: ../../Chameleon.cs:73
14+
#: ../../Chameleon.cs:63
1515
msgid "[Chameleon] 在启用本插件的情况下,入服前登录将被强制开启。"
1616
msgstr ""
1717
"[Chameleon] When this plugin is enabled, DisableLoginBeforeJoin will be "
1818
"forcibly set to true."
1919

20-
#: ../../Chameleon.cs:68
20+
#: ../../Chameleon.cs:58
2121
msgid "[Chameleon] 在启用本插件的情况下,服务器密码功能将失效。"
2222
msgstr ""
2323
"[Chameleon] When this plugin is enabled, the server password feature will be "
2424
"disabled"
2525

26-
#: ../../Chameleon.cs:79
26+
#: ../../Chameleon.cs:69
2727
msgid "[Chameleon] 在启用本插件的情况下,注册登录将被强制开启。"
2828
msgstr ""
2929
"[Chameleon] When this plugin is enabled, RequireLogin will be forcibly set "
3030
"to true."
3131

32-
#: ../../Chameleon.cs:384
33-
#, fuzzy
34-
#| msgid "[Chameleon] 重新加载配置完毕。。"
35-
msgid "[Chameleon] 重新加载配置完毕。"
36-
msgstr "[Chameleon] Configuration reloaded successfully."
37-
38-
#: ../../Chameleon.cs:280
32+
#: ../../Chameleon.cs:270
3933
msgid "个字符。"
4034
msgstr "characters."
4135

42-
#: ../../Chameleon.cs:284
36+
#: ../../Chameleon.cs:274
4337
msgid "你的密码是{0}"
4438
msgstr "Your password is {0}"
4539

46-
#: ../../Chameleon.cs:360
40+
#: ../../Chameleon.cs:350
4741
#, csharp-format
4842
msgid "向{0}发送通知完毕."
4943
msgstr "Notification sent to {0}."
5044

51-
#: ../../Chameleon.cs:280
45+
#: ../../Chameleon.cs:270
5246
msgid "密码位数不能少于"
5347
msgstr "Password length cannot be less than"
5448

55-
#: ../../Chameleon.cs:174 ../../Chameleon.cs:257 ../../Chameleon.cs:328
49+
#: ../../Chameleon.cs:164 ../../Chameleon.cs:247 ../../Chameleon.cs:318
5650
#, csharp-format
5751
msgid "已经验证{0}登录完毕。"
5852
msgstr "Verified {0} login completed."
5953

60-
#: ../../Chameleon.cs:175 ../../Chameleon.cs:258 ../../Chameleon.cs:329
54+
#: ../../Chameleon.cs:165 ../../Chameleon.cs:248 ../../Chameleon.cs:319
6155
msgid "成功验证登录。"
6256
msgstr "Successfully verified login."
6357

64-
#: ../../Chameleon.cs:280
58+
#: ../../Chameleon.cs:270
6559
msgid "注册失败"
6660
msgstr "Registration failed"
6761

68-
#: ../../Chameleon.cs:286
62+
#: ../../Chameleon.cs:276
6963
msgid "玩家{0}注册了新账户:{1}"
7064
msgstr "Player {0} registered a new account: {1}"
7165

72-
#: ../../Chameleon.cs:336
66+
#: ../../Chameleon.cs:326
7367
msgid "该用户名已被占用。"
7468
msgstr "The username is already taken."
7569

76-
#: ../../Chameleon.cs:336
70+
#: ../../Chameleon.cs:326
7771
msgid "请更换人物名"
7872
msgstr "Please choose a different username."
7973

80-
#: ../../Chameleon.cs:283
74+
#: ../../Chameleon.cs:273
8175
msgid "账户{0}注册成功。"
8276
msgstr "Account {0} registered successfully."
8377

84-
#: ../../Chameleon.cs:263
78+
#: ../../Chameleon.cs:253
8579
msgid "验证失败"
8680
msgstr "Verification failed"
81+
82+
#, fuzzy
83+
#~| msgid "[Chameleon] 重新加载配置完毕。。"
84+
#~ msgid "[Chameleon] 重新加载配置完毕。"
85+
#~ msgstr "[Chameleon] Configuration reloaded successfully."

src/Chameleon/i18n/template.pot

+21-25
Original file line numberDiff line numberDiff line change
@@ -1,82 +1,78 @@
11
msgid ""
22
msgstr ""
33
"Project-Id-Version: Chameleon\n"
4-
"POT-Creation-Date: 2024-11-19 17:21:44+0000\n"
5-
"PO-Revision-Date: 2024-11-19 17:21:44+0000\n"
4+
"POT-Creation-Date: 2024-11-30 13:55:16+0000\n"
5+
"PO-Revision-Date: 2024-11-30 13:55:16+0000\n"
66
"Last-Translator: \n"
77
"Language-Team: \n"
88
"MIME-Version: 1.0\n"
99
"Content-Type: text/plain; charset=utf-8\n"
1010
"Content-Transfer-Encoding: 8bit\n"
1111
"X-Generator: GetText.NET Extractor\n"
1212

13-
#: ../../Chameleon.cs:73
13+
#: ../../Chameleon.cs:63
1414
msgid "[Chameleon] 在启用本插件的情况下,入服前登录将被强制开启。"
1515
msgstr ""
1616

17-
#: ../../Chameleon.cs:68
17+
#: ../../Chameleon.cs:58
1818
msgid "[Chameleon] 在启用本插件的情况下,服务器密码功能将失效。"
1919
msgstr ""
2020

21-
#: ../../Chameleon.cs:79
21+
#: ../../Chameleon.cs:69
2222
msgid "[Chameleon] 在启用本插件的情况下,注册登录将被强制开启。"
2323
msgstr ""
2424

25-
#: ../../Chameleon.cs:384
26-
msgid "[Chameleon] 重新加载配置完毕。"
27-
msgstr ""
28-
29-
#: ../../Chameleon.cs:280
25+
#: ../../Chameleon.cs:270
3026
msgid "个字符。"
3127
msgstr ""
3228

33-
#: ../../Chameleon.cs:284
29+
#: ../../Chameleon.cs:274
3430
msgid "你的密码是{0}"
3531
msgstr ""
3632

37-
#: ../../Chameleon.cs:360
33+
#: ../../Chameleon.cs:350
3834
#, csharp-format
3935
msgid "向{0}发送通知完毕."
4036
msgstr ""
4137

42-
#: ../../Chameleon.cs:280
38+
#: ../../Chameleon.cs:270
4339
msgid "密码位数不能少于"
4440
msgstr ""
4541

46-
#: ../../Chameleon.cs:174
47-
#: ../../Chameleon.cs:257
48-
#: ../../Chameleon.cs:328
42+
#: ../../Chameleon.cs:164
43+
#: ../../Chameleon.cs:247
44+
#: ../../Chameleon.cs:318
4945
#, csharp-format
5046
msgid "已经验证{0}登录完毕。"
5147
msgstr ""
5248

53-
#: ../../Chameleon.cs:175
54-
#: ../../Chameleon.cs:258
55-
#: ../../Chameleon.cs:329
49+
#: ../../Chameleon.cs:165
50+
#: ../../Chameleon.cs:248
51+
#: ../../Chameleon.cs:319
5652
msgid "成功验证登录。"
5753
msgstr ""
5854

59-
#: ../../Chameleon.cs:280
55+
#: ../../Chameleon.cs:270
6056
msgid "注册失败"
6157
msgstr ""
6258

63-
#: ../../Chameleon.cs:286
59+
#: ../../Chameleon.cs:276
6460
msgid "玩家{0}注册了新账户:{1}"
6561
msgstr ""
6662

67-
#: ../../Chameleon.cs:336
63+
#: ../../Chameleon.cs:326
6864
msgid "该用户名已被占用。"
6965
msgstr ""
7066

71-
#: ../../Chameleon.cs:336
67+
#: ../../Chameleon.cs:326
7268
msgid "请更换人物名"
7369
msgstr ""
7470

75-
#: ../../Chameleon.cs:283
71+
#: ../../Chameleon.cs:273
7672
msgid "账户{0}注册成功。"
7773
msgstr ""
7874

79-
#: ../../Chameleon.cs:263
75+
#: ../../Chameleon.cs:253
8076
msgid "验证失败"
8177
msgstr ""
8278

src/CreateSpawn/i18n/template.pot

+9-13
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,40 @@
11
msgid ""
22
msgstr ""
33
"Project-Id-Version: CreateSpawn\n"
4-
"POT-Creation-Date: 2024-09-28 12:12:10+0000\n"
5-
"PO-Revision-Date: 2024-09-28 12:12:10+0000\n"
4+
"POT-Creation-Date: 2024-11-30 13:55:19+0000\n"
5+
"PO-Revision-Date: 2024-11-30 13:55:20+0000\n"
66
"Last-Translator: \n"
77
"Language-Team: \n"
88
"MIME-Version: 1.0\n"
99
"Content-Type: text/plain; charset=utf-8\n"
1010
"Content-Transfer-Encoding: 8bit\n"
1111
"X-Generator: GetText.NET Extractor\n"
1212

13-
#: ../../Plugin.cs:106
13+
#: ../../Plugin.cs:100
1414
msgid "/cb set <1/2> --选择复制的区域"
1515
msgstr ""
1616

17-
#: ../../Plugin.cs:101
17+
#: ../../Plugin.cs:95
1818
msgid "保存成功!"
1919
msgstr ""
2020

21-
#: ../../Plugin.cs:69
21+
#: ../../Plugin.cs:63
2222
msgid "建筑已创建!"
2323
msgstr ""
2424

25-
#: ../../Plugin.cs:96
25+
#: ../../Plugin.cs:90
2626
msgid "您还没有选择复制的区域!"
2727
msgstr ""
2828

29-
#: ../../Plugin.cs:87
29+
#: ../../Plugin.cs:81
3030
msgid "正确指令:/cb set <1/2> --选择复制的区域"
3131
msgstr ""
3232

33-
#: ../../Plugin.cs:84
33+
#: ../../Plugin.cs:78
3434
msgid "请选择复制区域的右下角"
3535
msgstr ""
3636

37-
#: ../../Plugin.cs:80
37+
#: ../../Plugin.cs:74
3838
msgid "请选择复制区域的左上角"
3939
msgstr ""
4040

41-
#: ../../Plugin.cs:189
42-
msgid "配置文件读取错误:{0}"
43-
msgstr ""
44-

0 commit comments

Comments
 (0)