aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/citresewn/lang/zh_cn.json
blob: 99846af332b3a9fe2403a3eb1cc29f915eabab89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "config.citresewn.title": "CIT Resewn配置",
  "config.citresewn.configure": "配置",

  "config.citresewn.enabled.title": "启用",
  "config.citresewn.enabled.tooltip": "CIT Resewn是否应该从资源包中加载和注入cits",

  "config.citresewn.mute_errors.title": "不记录加载错误",
  "config.citresewn.mute_errors.tooltip": "CIT Resewn是否应该不记录cit错误",

  "config.citresewn.mute_warns.title": "不记录加载警告",
  "config.citresewn.mute_warns.tooltip": "CIT Resewn 是否应该不记录cit警告",

  "config.citresewn.broken_paths.title": "允许资源包中的损坏路径",
  "config.citresewn.broken_paths.tooltip": "允许加载具有不合规资源路径的资源包.\n可能会导致问题!",

  "config.citresewn.cache_ms.title": "缓存",
  "config.citresewn.cache_ms.tooltip": "cit缓存应该多久刷新一次.\n更高的值将提供更多的性能.\n较低的值将使cits更新更快.\n实时将完全删除缓存,\n让物品每一帧都检查cits.",
  "config.citresewn.cache_ms.ticks.0": "实时",
  "config.citresewn.cache_ms.ticks.1": "每一个TICK",
  "config.citresewn.cache_ms.ticks.any": "每%sTICKS",


  "pack.incompatible.broken_paths": "(包含损坏的路径)",
  "pack.incompatible.confirm.broken_paths": "此资源包包含损坏的路径,将来可能会被放弃支持.联系资源包作者以移除此警告. (~ CIT Resewn)"
}