-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v2.16.1.0, fixed broken characters, compiled with jdk 14
- Loading branch information
Showing
28 changed files
with
122 additions
and
120 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
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
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
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
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
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
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
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
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 +1 @@ | ||
locales = de el en es fr pt ru it zh-CN | ||
locales = de el en es fr pt ru it zh |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
98 changes: 49 additions & 49 deletions
98
...k/resources/logisim/zh-CN/util.properties → ...Fork/resources/logisim/zh/util.properties
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,49 +1,49 @@ | ||
# | ||
# util/FontUtil.java | ||
# | ||
fontPlainStyle = \u6807\u51c6 | ||
fontBoldStyle = \u7c97\u4f53 | ||
fontItalicStyle = \u659c\u4f53 | ||
fontBoldItalicStyle = \u7c97\u659c\u4f53 | ||
|
||
|
||
|
||
# | ||
# util/InputEventUtil.java | ||
# | ||
metaMod = Meta | ||
altMod = Alt | ||
ctrlMod = Ctrl | ||
shiftMod = Shift | ||
button1Mod = Button1 | ||
button2Mod = Button2 | ||
button3Mod = Button3 | ||
# | ||
# util/JDialogOk.java | ||
# | ||
dlogOkButton = \u786e\u8ba4 | ||
dlogCancelButton = \u53d6\u6d88 | ||
# | ||
# util/LocaleManager.java | ||
# | ||
# If the user selects to "replace accented characters" in the International | ||
# dialog, the program will replace accented characters based on | ||
# the slash-delimited character-string pairs in accentReplacements. | ||
# For example, with German, accentReplacements might be | ||
# "? oe/? Oe/? ue/? ue/? ss" so that umlauted o's and u's are | ||
# replaced, as would be essets. | ||
accentReplacements = | ||
# | ||
# util/GifEncoder.java | ||
# | ||
grabberError = Grabber returned false: | ||
manyColorError = Too many colors. | ||
# | ||
# util/WindowMenu.java | ||
# | ||
windowMenu = \u7a97\u53e3 | ||
windowMinimizeItem = \u6700\u5c0f\u5316 | ||
windowZoomItem = \u6700\u5927\u5316 | ||
windowZoomItemMac = \u653e\u5927 | ||
windowCloseItem = \u5173\u95ed | ||
|
||
# | ||
# util/FontUtil.java | ||
# | ||
fontPlainStyle = \u6807\u51c6 | ||
fontBoldStyle = \u7c97\u4f53 | ||
fontItalicStyle = \u659c\u4f53 | ||
fontBoldItalicStyle = \u7c97\u659c\u4f53 | ||
|
||
|
||
|
||
# | ||
# util/InputEventUtil.java | ||
# | ||
metaMod = Meta | ||
altMod = Alt | ||
ctrlMod = Ctrl | ||
shiftMod = Shift | ||
button1Mod = Button1 | ||
button2Mod = Button2 | ||
button3Mod = Button3 | ||
# | ||
# util/JDialogOk.java | ||
# | ||
dlogOkButton = \u786e\u8ba4 | ||
dlogCancelButton = \u53d6\u6d88 | ||
# | ||
# util/LocaleManager.java | ||
# | ||
# If the user selects to "replace accented characters" in the International | ||
# dialog, the program will replace accented characters based on | ||
# the slash-delimited character-string pairs in accentReplacements. | ||
# For example, with German, accentReplacements might be | ||
# "? oe/? Oe/? ue/? ue/? ss" so that umlauted o's and u's are | ||
# replaced, as would be essets. | ||
accentReplacements = | ||
# | ||
# util/GifEncoder.java | ||
# | ||
grabberError = Grabber returned false: | ||
manyColorError = Too many colors. | ||
# | ||
# util/WindowMenu.java | ||
# | ||
windowMenu = \u7a97\u53e3 | ||
windowMinimizeItem = \u6700\u5c0f\u5316 | ||
windowZoomItem = \u6700\u5927\u5316 | ||
windowZoomItemMac = \u653e\u5927 | ||
windowCloseItem = \u5173\u95ed | ||
|
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
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