Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,11 +1,29 @@
{
"BackgroundService": {
"BackgroundError": "背景服务错误: {0}"
},
"Notification": {
"Badges": {
"Servers": "服务器",
"Error": "错误",
"GC": "垃圾回收",
"VoiceCraft": "VoiceCraft",
"CrashLogs": "崩溃日志"
"VoiceCraft": {
"Badge": "VoiceCraft"
},
"Servers": {
"Badge": "服务器",
"Added": "{0} 已添加。",
"Edited": "{0} 已编辑。",
"Removed": "{0} 已删除。"
},
"GC": {
"Badge": "垃圾回收",
"Triggered": "垃圾回收触发。内存清除: {0}mb。"
},
"CrashLogs": {
"Badge": "崩溃日志",
"Cleared": "成功清除所有日志。"
},
"Error": {
"Badge": "错误",
"VoipFailedToStart": "背景服务无法启动VOIP进程!",
"VoipBackgroundError": "VOIP背景服务错误: {0}"
}
},
"Home": {
Expand All @@ -27,9 +45,9 @@
"Port": "端口"
},
"Credits": {
"AppVersion": "应用版本: {version}",
"Version": "版本: {version}",
"Codec": "编解码器: {version}",
"AppVersion": "应用版本: {0}",
"Version": "版本: {0}",
"Codec": "编解码器: {0}",
"Contributors": "贡献者",
"Roles": {
"Author": "作者",
Expand Down Expand Up @@ -69,10 +87,10 @@
"McWssHostPort": "MCWSS主机端口"
},
"HotKey": {
"HotKey": null,
"HotKey": "快捷键",
"Actions": {
"Mute": null,
"Deafen": null
"Mute": "静音",
"Deafen": "拒听"
}
},
"Advanced": {
Expand Down Expand Up @@ -128,10 +146,11 @@
"Disconnected": "已断开连接!原因: {reason}"
},
"DisconnectReason": {
"Shutdown": null,
"Forced": null,
"IncompatibleVersion": "客户端/服务器版本不兼容!",
"Manual": "手动断开连接。",
"ServerFull": "服务器已满!",
"IncompatibleVersion": "客户端/服务器版本不兼容!",
"Kicked": "被踢出服务器!",
"Shutdown": "服务器关闭!",
"Error": "尝试登录时发生错误!"
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,29 @@
{
"BackgroundService": {
"BackgroundError": "背景服務錯誤: {0}"
},
"Notification": {
"Badges": {
"Servers": "伺服器",
"Error": "錯誤",
"GC": "垃圾回收",
"VoiceCraft": "VoiceCraft",
"CrashLogs": "崩潰日志"
"VoiceCraft": {
"Badge": "VoiceCraft"
},
"Servers": {
"Badge": "伺服器",
"Added": "{0} 已添加。",
"Edited": "{0} 已編輯。",
"Removed": "{0} 已刪除。"
},
"GC": {
"Badge": "垃圾回收",
"Triggered": "垃圾回收觸發。內存清除: {0}mb。"
},
"CrashLogs": {
"Badge": "崩潰日志",
"Cleared": "成功清除所有日志。"
},
"Error": {
"Badge": "錯誤",
"VoipFailedToStart": "背景服務無法啟動VOIP進程!",
"VoipBackgroundError": "VOIP背景服務錯誤: {0}"
}
},
"Home": {
Expand All @@ -27,9 +45,9 @@
"Port": "端口"
},
"Credits": {
"AppVersion": "應用版本: {version}",
"Version": "版本: {version}",
"Codec": "編解碼器: {version}",
"AppVersion": "應用版本: {0}",
"Version": "版本: {0}",
"Codec": "編解碼器: {0}",
"Contributors": "貢獻者",
"Roles": {
"Author": "作者",
Expand Down Expand Up @@ -69,10 +87,10 @@
"McWssHostPort": "MCWSS主機端口"
},
"HotKey": {
"HotKey": null,
"HotKey": "快捷鍵",
"Actions": {
"Mute": null,
"Deafen": null
"Mute": "靜音",
"Deafen": "拒聽"
}
},
"Advanced": {
Expand Down Expand Up @@ -128,10 +146,11 @@
"Disconnected": "已斷開連接!原因: {reason}"
},
"DisconnectReason": {
"Shutdown": null,
"Forced": null,
"IncompatibleVersion": "客戶端/伺服器版本不兼容!",
"Manual": "手動斷開連接。",
"ServerFull": "伺服器已滿!",
"IncompatibleVersion": "客戶端/伺服器版本不兼容!",
"Kicked": "被踢出伺服器!",
"Shutdown": "伺服器關閉!",
"Error": "嘗試登錄時發生錯誤!"
}
}
Expand Down
4 changes: 2 additions & 2 deletions VoiceCraft.Client/VoiceCraft.Client/VoiceCraft.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@
<ItemGroup>
<EmbeddedResource Include="Locales\nl-NL.json"/>
<EmbeddedResource Include="Locales\en-US.json"/>
<None Include="Locales\zh-CHS.json" />
<None Include="Locales\zh-CHT.json" />
<None Include="Locales\zh-CN.json" />
<None Include="Locales\zh-TW.json" />
</ItemGroup>

<ItemGroup>
Expand Down
Loading
Loading