zigazajc007

Admin GUI - Simplified Chinese

Oct 17th, 2019
796
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 14.44 KB | None | 0 0
  1. #       ----------- + AdminGUI by Ziga Zajc + -----------   #
  2. #                         语言: 简体汉语                    #
  3. #                       简体汉语翻译: 盐酱                  #
  4. #         Simplified Chinese translation by Salt_lovely     #
  5. #       --------- + ------------------------- + ---------   #
  6. #             Version: 1.4.2
  7. #             可用的颜色代码:
  8. #                    ________________________
  9. #                   |   代码: |   颜色:      |
  10. #                   |________________________|
  11. #                   |     &0  |    黑色      |
  12. #                   |     &1  |    深蓝      |
  13. #                   |     &2  |    深绿      |
  14. #                   |     &3  |    深青      |
  15. #                   |     &4  |    深红      |
  16. #                   |     &5  |    深紫      |
  17. #                   |     &6  |    金色      |
  18. #                   |     &7  |    灰色      |
  19. #                   |     &8  |    深灰      |
  20. #                   |     &9  |    蓝色      |
  21. #                   |     &a  |    绿色      |
  22. #                   |     &b  |    青色      |
  23. #                   |     &c  |    红色      |
  24. #                   |     &d  |    淡紫      |
  25. #                   |     &e  |    黄色      |
  26. #                   |     &f  |    白色      |
  27. #                   |     &k  |   乱  码     |
  28. #                   |     &l  |    粗体      |
  29. #                   |     &m  |   删除线     |
  30. #                   |     &n  |   下划线     |
  31. #                   |     &o  |    斜体      |
  32. #                   |     &r  |  默认字体    |
  33. #                   |________________________|
  34. #
  35. #----------------------------------------------------------
  36. #                     前缀
  37. #----------------------------------------------------------
  38. prefix: "&7[&c管理员面板&7] "
  39. #----------------------------------------------------------
  40. #----------------------------------------------------------
  41. #                     指令反馈
  42. #----------------------------------------------------------
  43. permission: "&c你没有权限这么做!"
  44. is_not_a_player: "&c{player} 不是玩家名!"
  45. is_not_a_number: "&c{number} 不是有效数字!"
  46. wrong_arguments: "&c请输入指令 /admin 或 /admin <player>"
  47. vault_required: "&c你的服务器没有安装Vault, 无法执行该指令!"
  48. vanish_required: "&c你的服务器没有安装Super Vanish或者Premium Vanish, 无法执行该指令!"
  49. #----------------------------------------------------------
  50. #                     选项名
  51. #----------------------------------------------------------
  52. inventory_main: "&4&l管理员界面"
  53. inventory_player: "&5&l{player}"
  54. inventory_world: "&2&l世界设置"
  55. inventory_players: "&1&l玩家设置"
  56. inventory_actions: "&9&l对 &2&l{player} &9&l进行操作"
  57. inventory_kick: "&8&l踢出 &2&l{player}"
  58. inventory_ban: "&8&l封禁 &2&l{player}"
  59. inventory_potions: "&c&l给予 &2&l{player} &c&l药水效果"
  60. inventory_spawner: "&8&l在 &2&l{player} &8&l附近生成生物"
  61. inventory_money: "&2&l经济系统 &2&l{player}"
  62. inventory_money_give: "&2&l给予 {player} &2&l金钱"
  63. inventory_money_set: "&9&l设置 &2&l{player} &2&l的金钱"
  64. inventory_money_take: "&c&l取走 &2&l{player} &2&l的金钱"
  65. inventory_inventory: "&a&l查看 &2&l{player} &a&l的背包"
  66. #----------------------------------------------------------
  67. #                     管理员 界面
  68. #----------------------------------------------------------
  69. main_player: "&5&l{player}"
  70. main_world: "&2&l世界"
  71. main_players: "&9&l玩家"
  72. main_maintenance_mode: "&c&l维护模式"
  73. main_quit: "&c&l退出"
  74. #----------------------------------------------------------
  75. #                     管理员自己的界面
  76. #----------------------------------------------------------
  77. player_info: "&2&l{player}"
  78. player_heal: "&e&l治愈"
  79. player_feed: "&7&l喂食"
  80. player_survival: "&a&l生存模式"
  81. player_adventure: "&2&l冒险模式"
  82. player_creative: "&3&l创造模式"
  83. player_spectator: "&9&l观察者模式"
  84. player_god_enabled: "&a&l上帝模式"
  85. player_god_disabled: "&c&l上帝模式"
  86. player_potions: "&c&l药水效果"
  87. player_spawner: "&8&l生成生物"
  88. player_kill: "&8&l杀死玩家"
  89. player_burn: "&c&l点燃玩家"
  90. player_lightning: "&5&l雷击玩家"
  91. player_firework: "&4&l释放烟花(可能伤害玩家)"
  92. player_money: "&2&l修改金钱"
  93. player_vanish_enabled: "&a&l开启隐身"
  94. player_vanish_disabled: "&c&l关闭隐身"
  95. player_back: "&c&l返回上级菜单"
  96. #----------------------------------------------------------
  97. #                     世界设置 界面
  98. #----------------------------------------------------------
  99. world_day: "&e&l白天"
  100. world_night: "&8&l夜晚"
  101. world_thunder: "&9&l雷暴"
  102. world_rain: "&3&l雨天"
  103. world_clear: "&b&l晴天"
  104. world_back: "&c&l返回上级菜单"
  105. #----------------------------------------------------------
  106. #                     玩家 界面
  107. #----------------------------------------------------------
  108. players_color: "&2&l{player}"
  109. players_lore: "&c更多操作"
  110. players_previous: "&c&l前一页"
  111. players_page: "&a&l页"
  112. players_next: "&2&l后一页"
  113. players_back: "&c&l返回上级菜单"
  114. #----------------------------------------------------------
  115. #                     玩家设置 界面
  116. #----------------------------------------------------------
  117. players_settings_info: "&2&l{player}"
  118. players_settings_actions: "&9&l更多设置"
  119. players_settings_money: "&8&l经济系统"
  120. players_settings_kick_player: "&8&l踢出玩家"
  121. players_settings_ban_player: "&8&l封禁玩家"
  122. players_settings_back: "&c&l返回上级菜单"
  123. #----------------------------------------------------------
  124. #                     更多玩家设置 界面
  125. #----------------------------------------------------------
  126. actions_heal: "&e&l治愈"
  127. actions_feed: "&7&l喂食"
  128. actions_info: "&2&l{player}"
  129. actions_survival: "&a&l生存模式"
  130. actions_adventure: "&2&l冒险模式"
  131. actions_creative: "&3&l创造模式"
  132. actions_spectator: "&9&l观察者模式"
  133. actions_teleport_to_player: "&d&l传送至该玩家"
  134. actions_kill_player: "&8&l杀死玩家"
  135. actions_burn_player: "&c&l燃烧玩家"
  136. actions_teleport_player_to_you: "&d&l将该玩家传送至你的身边"
  137. actions_god_enabled: "&a&l开启上帝模式"
  138. actions_god_disabled: "&c&l关闭上帝模式"
  139. actions_potions: "&c&l药水效果"
  140. actions_spawner: "&8&l生成生物"
  141. actions_inventory: "&a&l查看背包"
  142. actions_vanish_enabled: "&a&l开启隐身"
  143. actions_vanish_disabled: "&c&l关闭隐身"
  144. actions_lightning: "&5&l雷击玩家"
  145. actions_firework: "&4&l释放烟花(可能伤害玩家)"
  146. actions_fakeop: "&c&l临时OP"
  147. actions_back: "&c&l返回上级菜单"
  148. #----------------------------------------------------------
  149. #                     踢人 界面
  150. #----------------------------------------------------------
  151. kick: "&4你被踢出了游戏, 原因是: "
  152. kick_hacking: "&7&l开挂作弊!"
  153. kick_griefing: "&6&l恶意破坏!"
  154. kick_spamming: "&d&l垃圾消息!"
  155. kick_advertising: "&3&l乱发广告!"
  156. kick_swearing: "&e&l出口成脏!"
  157. kick_back: "&c&l返回上级菜单"
  158. #----------------------------------------------------------
  159. #                     封禁 界面
  160. #----------------------------------------------------------
  161. ban: "&4你被封禁了, 原因是: "
  162. ban_time: "&c你被封禁至 &c&l{years}-{months}-{days}&c, 封禁时间: &c&l{hours}:{minutes}:{seconds}"
  163. ban_years: "&e&l年"
  164. ban_months: "&e&l月"
  165. ban_days: "&e&l日"
  166. ban_hours: "&e&l小时"
  167. ban_minutes: "&e&l分钟"
  168. ban_hacking: "&7&l开挂作弊!"
  169. ban_griefing: "&6&l恶意破坏!"
  170. ban_spamming: "&d&l垃圾消息!"
  171. ban_advertising: "&3&l乱发广告!"
  172. ban_swearing: "&e&l出口成脏!"
  173. ban_back: "&c&l返回上级菜单"
  174. #----------------------------------------------------------
  175. #                     药水效果 界面
  176. #----------------------------------------------------------
  177. potions_night_vision: "&8&l夜视"
  178. potions_invisibility: "&7&l隐身"
  179. potions_jump_boost: "&a&l跳跃提升"
  180. potions_fire_resistance: "&c&l火焰抗性"
  181. potions_speed: "&b&l速度"
  182. potions_slowness: "&4&l缓慢"
  183. potions_water_breathing: "&9&l水下呼吸"
  184. potions_instant_health: "&a&l瞬间治疗"
  185. potions_instant_damage: "&4&l瞬间伤害"
  186. potions_poison: "&5&l中毒"
  187. potions_regeneration: "&e&l再生"
  188. potions_strength: "&e&l力量"
  189. potions_weakness: "&4&l虚弱"
  190. potions_luck: "&6&l幸运"
  191. potions_slow_falling: "&3&l缓降"
  192. potions_time: "&a&l持续时间"
  193. potions_remove_all: "&4&l全部清除"
  194. potions_level: "&a&l药水等级"
  195. potions_back: "&c&l返回上级菜单"
  196. #----------------------------------------------------------
  197. #                     生成生物 界面
  198. #----------------------------------------------------------
  199. spawner_bat: "&a&l蝙蝠"
  200. spawner_blaze: "&c&l烈焰人"
  201. spawner_cat: "&a&l猫猫"
  202. spawner_cave_spider: "&c&l洞穴蜘蛛"
  203. spawner_chicken: "&a&l小鸡"
  204. spawner_cod: "&b&l鳕鱼"
  205. spawner_cow: "&a&l牛牛"
  206. spawner_creeper: "&c&l苦力怕"
  207. spawner_dolphin: "&b&l海豚"
  208. spawner_donkey: "&a&l驴"
  209. spawner_drowned: "&c&l溺尸"
  210. spawner_elder_guardian: "&c&l远古守护者"
  211. spawner_enderman: "&c&l末影人"
  212. spawner_endermite: "&c&l末影螨"
  213. spawner_evoker: "&c&l唤魔者"
  214. spawner_fox: "&a&l狐狸"
  215. spawner_ghast: "&c&l恶魂"
  216. spawner_guardian: "&c&l守护者"
  217. spawner_horse: "&a&l马"
  218. spawner_husk: "&c&l尸壳"
  219. spawner_llama: "&a&l羊驼"
  220. spawner_magma_cube: "&c&l岩浆怪"
  221. spawner_mooshroom: "&a&l哞菇"
  222. spawner_mule: "&a&l骡"
  223. spawner_ocelot: "&a&l豹猫"
  224. spawner_panda: "&a&l熊猫"
  225. spawner_parrot: "&a&l鹦鹉"
  226. spawner_phantom: "&c&l幻翼"
  227. spawner_pig: "&a&l猪猪"
  228. spawner_pillager: "&c&l掠夺者"
  229. spawner_polar_bear: "&a&l北极熊"
  230. spawner_pufferfish: "&b&l河豚"
  231. spawner_rabbit: "&a&l兔子"
  232. spawner_ravager: "&c&l劫掠兽"
  233. spawner_salmon: "&b&l鲑鱼"
  234. spawner_sheep: "&a&l羊羊"
  235. spawner_shulker: "&c&l潜影贝"
  236. spawner_silverfish: "&c&l蠹虫"
  237. spawner_skeleton: "&c&l骷髅"
  238. spawner_skeleton_horse: "&c&l骷髅马"
  239. spawner_slime: "&c&l史莱姆"
  240. spawner_spider: "&c&l蜘蛛"
  241. spawner_squid: "&b&l鱿鱼"
  242. spawner_stray: "&c&l流髑"
  243. spawner_trader_llama: "&a&l行商羊驼"
  244. spawner_tropical_fish: "&b&l热带鱼"
  245. spawner_turtle: "&a&l海龟"
  246. spawner_vex: "&c&l恼鬼"
  247. spawner_villager: "&a&l村民"
  248. spawner_vindicator: "&c&l卫道士"
  249. spawner_wandering_trader: "&a&l流浪商人"
  250. spawner_witch: "&c&l女巫"
  251. spawner_wither: "&c&l凋灵"
  252. spawner_wolf: "&a&l狼"
  253. spawner_zombie: "&c&l僵尸"
  254. spawner_zombie_pigman: "&c&l僵尸猪人"
  255. spawner_zombie_villager: "&c&l僵尸村民"
  256. spawner_back: "&c&l返回上级菜单"
  257. #----------------------------------------------------------
  258. #                     修改金钱 界面
  259. #----------------------------------------------------------
  260. money_give: "&2&l给予"
  261. money_set: "&9&l设为"
  262. money_take: "&c&l取走"
  263. money_back: "&c&l返回上级菜单"
  264. #----------------------------------------------------------
  265. #                     玩家现金 界面
  266. #----------------------------------------------------------
  267. money_amount_back: "&c&l返回上级菜单"
  268. #----------------------------------------------------------
  269. #                     玩家物品栏 界面
  270. #----------------------------------------------------------
  271. inventory_refresh: "&a&l刷新"
  272. inventory_clear: "&b&l清除"
  273. inventory_back: "&c&l返回上级菜单"
  274. #----------------------------------------------------------
  275. #                     一大堆信息
  276. #----------------------------------------------------------
  277. message_target_player_teleport: "&a你已传送至 {player}"
  278. message_player_kill: "&a你杀死了 {player}"
  279. message_player_burn: "&a你把玩家 {player} &c点着了&a!"
  280. message_target_player_creeper: "&a&l哦我的上帝,是一只&b&l苦力怕&a&l!"
  281. message_player_creeper: "&a你放了一只&b&l苦力怕&a在 {player} 身边"
  282. message_target_player_heal: "&e{player} 治愈了你"
  283. message_player_heal: "&a你治愈了 {player}"
  284. message_target_player_feed: "&e{player} 给你吃东西"
  285. message_player_feed: "&a你喂饱了 {player}"
  286. message_player_kick: "&a{player} 被踢出去了"
  287. message_player_ban: "&a{player} 被封禁了"
  288. message_player_god_enabled: "&a{player} 开启了上帝模式"
  289. message_player_god_disabled: "&a{player} 结束了上帝模式"
  290. message_target_player_god_enabled: "&a{player} 为你开启了上帝模式"
  291. message_target_player_god_disabled: "&a{player} 结束了你的上帝模式"
  292. message_target_player_potions: "&a{player} 给予你 {potion}&a 效果,持续时间 {time} 分钟"
  293. message_player_potions: "&a你给予 {player} &e {potion}&a 效果, 持续时间 {time} 分钟"
  294. message_target_player_potions_remove: "&a{player} &c清除了&a你身上所有的药水效果"
  295. message_player_potions_remove: "&a你清除了 {player} 身上所有的药水效果"
  296. message_heal: "&a你被&d治愈&a了 OwO"
  297. message_feed: "&a你被喂饱了 =w="
  298. message_god_enabled: "&a你开启了上帝模式"
  299. message_god_disabled: "&a你被关闭了上帝模式"
  300. message_kill: "&c你自杀了"
  301. message_burn: "&c你点燃了自己"
  302. message_potions_remove: "&a成功清除你身上所有药水效果"
  303. message_potions: "&a你给予了自己 {potion}&a 效果, 持续时间 {time} 分钟"
  304. message_maintenance: "&a服务器&c正在维护中&a, 请耐心等待"
  305. message_maintenance_enabled: "&a维护模式 &b&l开启▶"
  306. message_maintenance_disabled: "&a维护模式 &c&l关闭▷"
  307. message_player_not_found: "&c未找到该玩家!"
  308. message_ban_bypass: "&c无法封禁该玩家!"
  309. message_kick_bypass: "&c无法踢出该玩家!"
  310. message_give: "&a你给予了自己&e{amount}&a元, 你现在有&e{balance}&a元"
  311. message_player_give: "&a你给予了{player} &e{amount}&a元, ta现在有&e{balance}&a元"
  312. message_target_player_give: "&a{player}给予了你{amount}&e{amount}&a元, 你现在有&e{balance}&a元"
  313. message_set: "&a你将你的金钱设置为{amount}元"
  314. message_player_set: "&a你设置{player}的金钱数为&e{amount}&a元"
  315. message_target_player_set: "&a{player}设置你的的金钱数为&e{amount}&a元"
  316. message_take: "&a你拿走了你自己&e{amount}&a元, 你现在有&e{balance}&a元"
  317. message_player_take: "&a你从{player}那里拿走了&e{amount}&a元, ta现在有&e{balance}&a元"
  318. message_target_player_take: "&c{player}从你那里拿走了&e{amount}&a元, 你现在有&e{balance}&a元"
  319. message_transaction_error: "&c交易时发生了错误!"
  320. message_take_error: "&c你没有那么多钱!"
  321. message_player_take_error: "&c该玩家没有那么多钱给你拿!"
  322. message_visible: "&a你现在&a&l显形&a了, 别的玩家可以看见你了"
  323. message_player_visible: "&a{player}现在&a&l显形&a了, 别的玩家可以看见ta了"
  324. message_hide: "&a你现在&c&l隐身&a了, 别的玩家无法看见你"
  325. message_player_hide: "&a{player}现在&c&l隐身&a了, 别的玩家无法看见ta"
Add Comment
Please, Sign In to add comment