Advertisement
KiritoLifeF

EMOTES_CN

Jul 15th, 2019
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.08 KB | None | 0 0
  1. EMOTES:AddLanguage("Chinese", {
  2.     ["navbar.wheel"] = "装备",
  3.     ["navbar.shop"] = "商店",
  4.  
  5.     ["subnavbar.static"] = "静态",
  6.     ["subnavbar.animated"] = "动画",
  7.     ["subnavbar.hologram"] = "全息图",
  8.    
  9.     ["wheel.ownedEmotes"] = "拥有的表情",
  10.     ["wheel.dragToAdd"] = "拖动可添加",
  11.     ["wheel.rightClickToDelete"] = "右键单击可删除",
  12.     ["wheel.noEmotes"] = "你没有表情",
  13.  
  14.     ["wheel.emptySlot"] = "空槽",
  15.     ["wheel.wheel"] = "表情装备",
  16.  
  17.     ["wheel.drop"] = "丢掉",
  18.     ["wheel.placeEmote"] = "按",
  19.     ["wheel.slot"] = "空槽 :slot",
  20.  
  21.     ["shop.search"] = "搜索",
  22.     ["shop.sound"] = "音乐",
  23.  
  24.     ["shop.cantAfford"] = "买不起",
  25.     ["shop.donatorOnly"] = "仅限赞助者",
  26.     ["shop.unowned"] = "未拥有",
  27.     ["shop.owned"] = "拥有",
  28.     ["shop.unpurchasable"] = "无法购买",
  29.  
  30.     ["shop.confirm.desc"] = "是否确定要支付 :currency :name",
  31.     ["shop.confirm.title"] = "价格 :name",
  32.     ["shop.confirm.yes"] = "是",
  33.     ["shop.confirm.no"] = "否",
  34.  
  35.     ["radial.canEmote"] = "你能用表情",
  36.     ["radial.selectEmote"] = "选择表情",
  37.     ["radial.empty"] = "空",
  38.     ["radial.cooldown"] = ":cd 秒冷却",
  39.     ["radial.animated"] = "动画",
  40.     ["radial.static"] = "静态",
  41.     ["radial.overhead"] = "幻灯片",
  42.     ["radial.hologram"] = "全息图",
  43.  
  44.     ["conditions.alive"] = "你必须活着",
  45.     ["conditions.arrested"] = "你被捕了",
  46.     ["conditions.spectating"] = "你是旁观者",
  47.    
  48.     ["hud.playingEmote"] = "播放表情",
  49.     ["hud.place"] = "鼠标左键: 位置 / 鼠标右键: 取消",
  50. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement