Skip to content

Commit

Permalink
Merge branch '1.20' of https://github.com/Globox1997/TalkBubbles into…
Browse files Browse the repository at this point in the history
… 1.20
  • Loading branch information
Globox1997 committed Dec 22, 2023
2 parents 18ec73a + 964bea0 commit 2e01cec
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/main/resources/assets/talkbubbles/lang/zh_cn.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"text.autoconfig.talkbubbles.title": "Talk Bubbles配置",
"text.autoconfig.talkbubbles.option.chatColor": "聊天颜色",
"text.autoconfig.talkbubbles.option.chatTime": "聊天时间",
"text.autoconfig.talkbubbles.option.backgroundOpacity": "背景不透明度",
"text.autoconfig.talkbubbles.option.maxChatWidth": "聊天宽度",
"text.autoconfig.talkbubbles.option.chatHeight": "聊天高度",
"text.autoconfig.talkbubbles.option.chatRange": "聊天范围",
"text.autoconfig.talkbubbles.option.backgroundRed": "背景红度",
"text.autoconfig.talkbubbles.option.backgroundGreen": "背景绿度",
"text.autoconfig.talkbubbles.option.backgroundBlue": "背景蓝度",
"text.autoconfig.talkbubbles.option.showOwnBubble": "显示自己的气泡"
}
13 changes: 13 additions & 0 deletions src/main/resources/assets/talkbubbles/lang/zh_hk.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"text.autoconfig.talkbubbles.title": "TalkBubbles 設定",
"text.autoconfig.talkbubbles.option.chatColor": "聊天文字顏色",
"text.autoconfig.talkbubbles.option.chatTime": "對話框顯示時間",
"text.autoconfig.talkbubbles.option.backgroundOpacity": "背景不透明度",
"text.autoconfig.talkbubbles.option.maxChatWidth": "對話框寬度",
"text.autoconfig.talkbubbles.option.chatHeight": "對話框高度",
"text.autoconfig.talkbubbles.option.chatRange": "對話框顯示距離",
"text.autoconfig.talkbubbles.option.backgroundRed": "背景紅色值",
"text.autoconfig.talkbubbles.option.backgroundGreen": "背景綠色值",
"text.autoconfig.talkbubbles.option.backgroundBlue": "背景藍色值",
"text.autoconfig.talkbubbles.option.showOwnBubble": "顯示自己的對話框"
}
13 changes: 13 additions & 0 deletions src/main/resources/assets/talkbubbles/lang/zh_tw.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"text.autoconfig.talkbubbles.title": "TalkBubbles 設定",
"text.autoconfig.talkbubbles.option.chatColor": "聊天文字顏色",
"text.autoconfig.talkbubbles.option.chatTime": "對話框顯示時間",
"text.autoconfig.talkbubbles.option.backgroundOpacity": "背景不透明度",
"text.autoconfig.talkbubbles.option.maxChatWidth": "對話框寬度",
"text.autoconfig.talkbubbles.option.chatHeight": "對話框高度",
"text.autoconfig.talkbubbles.option.chatRange": "對話框顯示距離",
"text.autoconfig.talkbubbles.option.backgroundRed": "背景紅色值",
"text.autoconfig.talkbubbles.option.backgroundGreen": "背景綠色值",
"text.autoconfig.talkbubbles.option.backgroundBlue": "背景藍色值",
"text.autoconfig.talkbubbles.option.showOwnBubble": "顯示自己的對話框"
}

0 comments on commit 2e01cec

Please sign in to comment.