Advertisement
taka_qiao

Untitled

Jul 12th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.19 KB | None | 0 0
  1. local Lang = {}
  2.  
  3. Lang.forcefield = "力场"
  4. Lang.cell = "力核心"
  5. Lang.use_to_install = "[使用键] 来安装"
  6. Lang.corner1 = "按 [左键] 来选择第一个底部角度"
  7. Lang.corner2 = "按 [左键] 来选择第二个底部角度"
  8. Lang.setheight = "按 [左键] 来设置"
  9. Lang.rmbcancel = "按 [右键] 来取消"
  10. Lang.toofar = "太远了! 把它做小一些"
  11. Lang.tooclose = "太近了! 把它做大一些"
  12. Lang.editaccess = "设置权限"
  13. Lang.close = "关闭"
  14. Lang.unmount = "卸载"
  15. Lang.store = "商店"
  16. Lang.allow = "允许"
  17. Lang.allow_by_default = "默认: 允许"
  18. Lang.not_allow_by_default = "默认: 限制"
  19. Lang.allow = "允许"
  20. Lang.restrict = "限制"
  21. Lang.enabled = "开启"
  22. Lang.disabled = "关闭"
  23. Lang.dontfilter = "不要过滤"
  24. Lang.players = "玩家"
  25. Lang.usergroups = "用户组"
  26. Lang.jobs = "职业"
  27. Lang.cant_edit_otherplayer = "这个是 %s 的, 你不能编辑它!"
  28. Lang.hint_placed_field = "按 [使用键] 在力场上来编辑权限"
  29. Lang.invalidplayer = "[位置]"
  30. Lang.notallowedtoinstall = "你不被允许可以设置力场!"
  31. Lang.notyours = "这个力场不是你的!"
  32. Lang.cantinstall = "你不能设置这个力场核心!"
  33.  
  34. ForceField.Lang = Lang
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement