-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from notlin4/patch-2
Fix JSON File
- Loading branch information
Showing
2 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +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”:“顯示自己的氣泡” | ||
"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": "顯示自己的對話框" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +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”:“顯示自己的氣泡” | ||
"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": "顯示自己的對話框" | ||
} |