File tree Expand file tree Collapse file tree 1 file changed +64
-0
lines changed Expand file tree Collapse file tree 1 file changed +64
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "start" : {
3
+ "success" : " 成功開始直播" ,
4
+ "error" : " 錯誤: {error}"
5
+ },
6
+ "stop" : {
7
+ "success" : " 成功停止直播" ,
8
+ "error" : " 錯誤 {error}"
9
+ },
10
+ "switch" : {
11
+ "success" : " 場景成功切換到 \" {scene}\" " ,
12
+ "error" : " 沒有指定場景"
13
+ },
14
+ "bitrate" : {
15
+ "success" : " 目前位元率: {bitrate} Kbps" ,
16
+ "error" : " 目前位元率: 離線"
17
+ },
18
+ "refresh" : {
19
+ "success" : " 更新畫面" ,
20
+ "error" : " 更新失敗" ,
21
+ "done" : " 更新畫面完成"
22
+ },
23
+ "trigger" : {
24
+ "success" : " 觸發流量成功設置為 {number} Kbps" ,
25
+ "error" : " 編輯的觸發值 {number} 錯誤的" ,
26
+ "current" : " 目前觸發值設定為 {number} Kbps"
27
+ },
28
+ "sourceinfo" : {
29
+ "success" : " [SRC] 解析度: {height} | 幀數: {fps} | 位元率: {bitrate}" ,
30
+ "error" : " [SRC] 離線"
31
+ },
32
+ "obsinfo" : {
33
+ "success" : " [OBS] 場景: {currentScene} | 幀數: {fps} | 位元率: {bitrate}" ,
34
+ "error" : " [OBS] 離線"
35
+ },
36
+ "rec" : {
37
+ "started" : " 開始錄影" ,
38
+ "stopped" : " 停止錄影" ,
39
+ "invalid" : " 無效選項" ,
40
+ "error" : " 已經 {option}"
41
+ },
42
+ "fix" : {
43
+ "try" : " 嘗試修復直播" ,
44
+ "success" : " 成功修復直播" ,
45
+ "error" : " 修復直播出錯"
46
+ },
47
+ "alias" : {
48
+ "success" : " 新增別名 \" {alias}\" " ,
49
+ "error" : " 錯誤 \" {command}\" 不存在" ,
50
+ "removed" : " 已刪除別名 \" {alias}\" "
51
+ },
52
+ "sceneSwitch" : {
53
+ "switch" : " 場景切換到 \" {scene}\" "
54
+ },
55
+ "handleCommands" : {
56
+ "public" : " 公用指令" ,
57
+ "mod" : " Mod 指令" ,
58
+ "notify" : " 自動切換通知" ,
59
+ "autostop" : " 自動停止直播" ,
60
+ "enabled" : " 開啟" ,
61
+ "disabled" : " 關閉" ,
62
+ "already" : " 已經"
63
+ }
64
+ }
You can’t perform that action at this time.
0 commit comments