Compare commits

...

3 Commits

Author SHA1 Message Date
TheBrokenRail 0bc2eb8b07 1.1.11
ModUpdater/pipeline/head This commit looks good Details
2020-08-11 17:50:32 -04:00
TheBrokenRail 37fe78675e Merge pull request 'Added Simplified Chinese Localization' (#11) from Samekichi/ModUpdater:samekichi-patch-1 into master
ModUpdater/pipeline/head This commit looks good Details
2020-08-11 21:48:34 +00:00
Samekichi a58350f0ce 添加 'src/main/resources/assets/modupdater/lang/zh_cn.json' 2020-08-11 21:13:04 +00:00
3 changed files with 14 additions and 1 deletions

View File

@ -1,5 +1,8 @@
# Changelog
**1.1.11**
* Add Translations
**1.1.10**
* Improve

View File

@ -9,7 +9,7 @@ org.gradle.jvmargs = -Xmx1G
fabric_loader_version = 0.9.1+build.205
# Mod Properties
mod_version = 1.1.10
mod_version = 1.1.11
maven_group = com.thebrokenrail
# Dependencies

View File

@ -0,0 +1,10 @@
{
"gui.modupdater.title": "可用的模组更新",
"gui.modupdater.download": "下载",
"gui.modupdater.refresh": "刷新",
"gui.modupdater.loading": "加载中...",
"commands.modupdater.not_loaded": "模组更新加载时无法进行其它操作",
"commands.modupdater.refresh_start": "刷新模组更新列表中",
"commands.modupdater.hover": "点击下载",
"commands.modupdater.list_title": "可用的模组更新:"
}