Browse Source

New translations en_us.json (zh_cn)

shedaniel 5 years ago
parent
commit
d2df327e52
1 changed files with 12 additions and 1 deletions
  1. 12 1
      src/main/resources/assets/cloth-config2/lang/zh_cn.json

+ 12 - 1
src/main/resources/assets/cloth-config2/lang/zh_cn.json

@@ -24,5 +24,16 @@
   "text.cloth-config.ignore_restart": "忽略重启",
   "text.cloth-config.boolean.value.true": "§a是",
   "text.cloth-config.boolean.value.false": "§c否",
-  "text.cloth-config.dropdown.value.unknown": "§c没有建议项"
+  "text.cloth-config.dropdown.value.unknown": "§c没有建议项",
+  "modifier.cloth-config.alt": "Alt + %s",
+  "modifier.cloth-config.ctrl": "Ctrl + %s",
+  "modifier.cloth-config.shift": "Shift + %s",
+  "title.cloth-config.config": "Cloth Mod Config Config",
+  "category.cloth-config.scrolling": "Scrolling",
+  "category.cloth-config.testing": "Config Demo",
+  "option.cloth-config.scrollDuration": "Scroll Duration",
+  "option.cloth-config.scrollStep": "Scroll Step",
+  "option.cloth-config.bounceBackMultiplier": "Bounce Multiplier",
+  "option.cloth-config.setDefaultSmoothScroll": "Set Default Smooth Scroll",
+  "option.cloth-config.disableSmoothScroll": "Disable Smooth Scroll"
 }