Advertisement
Guest User

Untitled

a guest
Aug 24th, 2019
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.89 KB | None | 0 0
  1. CookingMod.Lang = {}
  2. CookingMod.Lang.Config = {}
  3. CookingMod.Lang.Config.Sentences = {}
  4. CookingMod.Lang.Config.GuideText = {}
  5.  
  6.  
  7. CookingMod.Lang.Config.Lang = "en"
  8.  
  9.  
  10. CookingMod.Lang.Config.GuideText["fr"] = {
  11. {
  12. "Comment cuisiner?",
  13. 25
  14. },
  15. {
  16. [[
  17. Accédez à la liste des recettes dans la catégorie « recettes », et à votre gazinière ainsi que les récipients dans la catégorie « entités ». Chaque recette doit être exécute dans le récipient adéquat. Mettez les différents ingrédients dans le récipient, mettez le récipient sur un des emplacements de la gazinière et surveillez la cuisson.
  18. ]],
  19. 20
  20. },
  21. {
  22. "Comment utiliser l'écran et le terminal?",
  23. 25
  24. },
  25. {
  26. [[
  27. Pour être utilisables, les écrans et les terminaux doivent appartenir à un cuisinier. En tant que cuisinier, il suffit d’appuyer sur la touche utiliser ( E ) sur un terminal ou un écran libre afin qu’il vous appartienne. Votre nom sera alors affiché au dessus et il sera utilisable.
  28. ]],
  29. 20
  30. },
  31. {
  32. "Comment prévenir un client que sa commande est prête?",
  33. 25
  34. },
  35. {
  36. [[
  37. Lorsque vous appuyer sur "Fini" sur l'écran des commandes, le client reçoit automatiquement une notification.
  38. ]],
  39. 20
  40. },
  41. }
  42. CookingMod.Lang.Config.GuideText["en"] = {
  43. {
  44. "How to cook?",
  45. 25
  46. },
  47. {
  48. [[
  49. You have access to the list of recipes in the category "recipes", and you can buy your stove and containers in the category "entities". Each recipe must be done in the proper container ( tray, pan.. ). Put all ingredients in the container, put the container on one of the locations of the stove and pay attention to the cooking time.
  50. ]],
  51. 20
  52. },
  53. {
  54. "How to use terminals and screens?",
  55. 25
  56. },
  57. {
  58. [[
  59. To be able to be used, terminals and screens have to be owned by a cook. When you are a cook, you just have to press your use key ( E ) on a terminal or a screen to own it ( if it is not owned by another cook ). Your name will appear above, and players will be able to use it.
  60. ]],
  61. 20
  62. },
  63. {
  64. "How to inform a customer that his order is ready?",
  65. 25
  66. },
  67. {
  68. [[
  69. When you press "Finish" on the cook screen, the customer automatically receives a notification.
  70. ]],
  71. 20
  72. },
  73. }
  74. CookingMod.Lang.Config.GuideText["es"] = {
  75. {
  76. "Cómo cocinar?",
  77. 25
  78. },
  79. {
  80. [[
  81. Tienes acceso a las recetas en la categoría "recetas", puedes comprar los fogones y cacerolas en la categoría "entidades". Cada receta se tiene que hacer en el contenedor correspondiente ( sartén, cacerola.. ). Pon todos los ingredientes en el contenedor, pon el contenedor con los ingredientes en el fogón y presta atención al tiempo.
  82. ]],
  83. 20
  84. },
  85. {
  86. "Cómo usar las terminales y pantallas?",
  87. 25
  88. },
  89. {
  90. [[
  91. Para que puedan ser usadas, las terminales y pantallas tienen que ser propiedad de un cocinero. Cuando eres un cocinero, tan solo pulsa la letra de usar ( por defecto la E ) en una terminal/pantalla para poseerla ( si no es propiedad de otro cocinero). Tu nombre aparecerá encima de esta y los jugadores podrán utilizarla.
  92. ]],
  93. 20
  94. },
  95. {
  96. "Como informar a un cliente de que su pedido está listo?",
  97. 25
  98. },
  99. {
  100. [[
  101. Cuando pulsas “Finalizar” en la pantalla del cocinero, el cliente es automáticamente notificado.
  102. ]],
  103. 20
  104. },
  105. }
  106. CookingMod.Lang.Config.GuideText["cn"] = {
  107. {
  108. "如果烹饪?",
  109. 25
  110. },
  111. {
  112. [[
  113. 您可以访问"食谱"类别中的食谱列表,也可以购买"实体"类别中的炉子和容器.每个配方必须在适当的容器中完成(托盘·平底锅等).将所有配料放入容器中,将容器放在炉子的一个位置上,注意烹饪时间.
  114. ]],
  115. 20
  116. },
  117. {
  118. "如何使用终端和屏幕?",
  119. 25
  120. },
  121. {
  122. [[
  123. 为了能够使用,终端和屏幕必须由厨师拥有.当你是厨师时,你只需在终端或屏幕上按使用键(e)就可以拥有它(如果它不属于另一个厨师).你的名字会出现在上面,玩家可以使用它.
  124. ]],
  125. 20
  126. },
  127. {
  128. "如何通知客户他的订单已准备好?",
  129. 25
  130. },
  131. {
  132. [[
  133. 当您在烹饪屏幕上按"完成"时,客户会自动收到通知.
  134. ]],
  135. 20
  136. },
  137. }
  138.  
  139. CookingMod.Lang.Config.Sentences["Buy"] = {
  140. ["en"] = "Buy",
  141. ["es"] = "Comprar",
  142. ["fr"] = "Acheter",
  143. ["cn"] = "购买",
  144. }
  145. CookingMod.Lang.Config.Sentences["Name"] = {
  146. ["en"] = "Name",
  147. ["es"] = "Nombre",
  148. ["fr"] = "Nom",
  149. ["cn"] = "名字",
  150. }
  151. CookingMod.Lang.Config.Sentences["Price"] = {
  152. ["en"] = "Price",
  153. ["es"] = "Precio",
  154. ["fr"] = "Prix",
  155. ["cn"] = "价格",
  156. }
  157. CookingMod.Lang.Config.Sentences["Ingredients"] = {
  158. ["en"] = "Ingredients",
  159. ["es"] = "Ingredientes",
  160. ["fr"] = "Ingrédients",
  161. ["cn"] = "原料",
  162. }
  163. CookingMod.Lang.Config.Sentences["Entities"] = {
  164. ["en"] = "Entities",
  165. ["es"] = "Entidades",
  166. ["fr"] = "Entités",
  167. ["cn"] = "实体",
  168. }
  169. CookingMod.Lang.Config.Sentences["Guide"] = {
  170. ["en"] = "Guide",
  171. ["es"] = "Guía",
  172. ["fr"] = "Guide",
  173. ["cn"] = "指南",
  174. }
  175. CookingMod.Lang.Config.Sentences["Recipes"] = {
  176. ["en"] = "Recipes",
  177. ["es"] = "Recetas",
  178. ["fr"] = "Recettes",
  179. ["cn"] = "食谱",
  180. }
  181. CookingMod.Lang.Config.Sentences["Container"] = {
  182. ["en"] = "Container",
  183. ["es"] = "Contenedor",
  184. ["fr"] = "Conteneur",
  185. ["cn"] = "容器",
  186. }
  187. CookingMod.Lang.Config.Sentences["Cook"] = {
  188. ["en"] = "Cook",
  189. ["es"] = "Cocinero",
  190. ["fr"] = "Cuisinier",
  191. ["cn"] = "烹饪",
  192. }
  193. CookingMod.Lang.Config.Sentences["Frying pan"] = {
  194. ["en"] = "Frying pan",
  195. ["es"] = "Sartén",
  196. ["fr"] = "Poële",
  197. ["cn"] = "煎锅",
  198. }
  199. CookingMod.Lang.Config.Sentences["Pan"] = {
  200. ["en"] = "Pan",
  201. ["es"] = "Cacerola",
  202. ["fr"] = "Casserole",
  203. ["cn"] = "锅",
  204. }
  205. CookingMod.Lang.Config.Sentences["Tray"] = {
  206. ["en"] = "Tray",
  207. ["es"] = "Bandeja",
  208. ["fr"] = "Plateau",
  209. ["cn"] = "托盘",
  210. }
  211. CookingMod.Lang.Config.Sentences["You are not a cook"] = {
  212. ["en"] = "You are not a cook",
  213. ["es"] = "No eres un cocinero",
  214. ["fr"] = "Tu n'es pas un cuisinier",
  215. ["cn"] = "你不是厨师",
  216. }
  217. CookingMod.Lang.Config.Sentences["You have reached the limit of"] = {
  218. ["en"] = "You have reached the limit of",
  219. ["es"] = "Has llegado al límite de",
  220. ["fr"] = "Vous avez atteint la limite de",
  221. ["cn"] = "你已经达到了",
  222. }
  223. CookingMod.Lang.Config.Sentences["You have bought"] = {
  224. ["en"] = "You have bought",
  225. ["es"] = "Has comprado",
  226. ["fr"] = "Vous avez acheté",
  227. ["cn"] = "你已经买了",
  228. }
  229. CookingMod.Lang.Config.Sentences["You are now a cook, get help with"] = {
  230. ["en"] = "You are now a cook, get help with",
  231. ["es"] = "Ahora eres un cocinero, obtén ayuda con",
  232. ["fr"] = "Vous êtes maintenant un cuisinier, obtenez de l'aide avec",
  233. ["cn"] = "你现在是一个厨师,寻求帮助",
  234. }
  235. CookingMod.Lang.Config.Sentences["Your command has been sent to the cook"] = {
  236. ["en"] = "Your command has been sent to the cook",
  237. ["es"] = "Tu pedido se ha enviado al cocinero",
  238. ["fr"] = "Votre commande à été envoyée au cuisinier",
  239. ["cn"] = "你的命令已经发送给厨师了",
  240. }
  241. CookingMod.Lang.Config.Sentences["Your command is ready"] = {
  242. ["en"] = "Your command is ready",
  243. ["es"] = "Tu pedido está listo",
  244. ["fr"] = "Votre commande est prête",
  245. ["cn"] = "你的命令已经准备就绪",
  246. }
  247.  
  248. CookingMod.Lang.Config.Sentences["Terminal"] = {
  249. ["en"] = "Terminal",
  250. ["es"] = "Terminal",
  251. ["fr"] = "Borne de commande",
  252. ["cn"] = "终端",
  253. }
  254.  
  255. CookingMod.Lang.Config.Sentences["Remove"] = {
  256. ["en"] = "Remove",
  257. ["es"] = "Eliminar",
  258. ["fr"] = "Supprimer",
  259. ["cn"] = "删除",
  260. }
  261.  
  262. CookingMod.Lang.Config.Sentences["Buy"] = {
  263. ["en"] = "Buy",
  264. ["es"] = "Comprar",
  265. ["fr"] = "Acheter",
  266. ["cn"] = "购买",
  267. }
  268.  
  269. CookingMod.Lang.Config.Sentences["Continue"] = {
  270. ["en"] = "Continue",
  271. ["es"] = "Continuar",
  272. ["fr"] = "Continuer",
  273. ["cn"] = "继续",
  274. }
  275.  
  276. CookingMod.Lang.Config.Sentences["Add"] = {
  277. ["en"] = "Add",
  278. ["es"] = "Añadir",
  279. ["fr"] = "Ajouter",
  280. ["cn"] = "添加",
  281. }
  282.  
  283. CookingMod.Lang.Config.Sentences["added to the order"] = {
  284. ["en"] = "added to the order",
  285. ["es"] = "Añadir a la cesta",
  286. ["fr"] = "ajouté à la commande",
  287. ["cn"] = "添加到订单中",
  288. }
  289.  
  290. CookingMod.Lang.Config.Sentences["Order"] = {
  291. ["en"] = "Order",
  292. ["es"] = "Cesta",
  293. ["fr"] = "Commande",
  294. ["cn"] = "订购",
  295. }
  296.  
  297. CookingMod.Lang.Config.Sentences["The terminal is too far"] = {
  298. ["en"] = "The terminal is too far",
  299. ["es"] = "Este terminal esta demasiado lejos",
  300. ["fr"] = "La borne de commande est trop loin",
  301. ["cn"] = "终端太远了",
  302. }
  303.  
  304. CookingMod.Lang.Config.Sentences["You don't have enough money"] = {
  305. ["en"] = "You don't have enough money",
  306. ["es"] = "No tienes suficiente dinero",
  307. ["fr"] = "Tu n'as pas assez d'argent",
  308. ["cn"] = "你没有足够的钱",
  309. }
  310.  
  311. CookingMod.Lang.Config.Sentences["thirst"] = {
  312. ["en"] = "thirst",
  313. ["es"] = "Sed",
  314. ["fr"] = "soif",
  315. ["cn"] = "口渴",
  316. }
  317.  
  318. CookingMod.Lang.Config.Sentences["energy"] = {
  319. ["en"] = "energy",
  320. ["es"] = "Hambre",
  321. ["fr"] = "faim",
  322. ["cn"] = "饥饿",
  323. }
  324.  
  325. CookingMod.Lang.Config.Sentences["Time"] = {
  326. ["en"] = "Time",
  327. ["es"] = "Tiempo",
  328. ["fr"] = "Temps",
  329. ["cn"] = "时间",
  330. }
  331.  
  332. CookingMod.Lang.Config.Sentences["Order number"] = {
  333. ["en"] = "Order number",
  334. ["es"] = "Numero de orden",
  335. ["fr"] = "Numéro de commande",
  336. ["cn"] = "顺序数",
  337. }
  338.  
  339. CookingMod.Lang.Config.Sentences["Finish"] = {
  340. ["en"] = "Finish",
  341. ["es"] = "Finalizar",
  342. ["fr"] = "Finir",
  343. ["cn"] = "结束",
  344.  
  345. }
  346.  
  347. CookingMod.Lang.Config.Sentences["Press +USE"] = {
  348. ["en"] = "Press +USE",
  349. ["es"] = "Apretar la tecla de utilizar(por defecto la E)",
  350. ["fr"] = "Appuyer sur +UTILISER",
  351. ["cn"] = "按E授权",
  352. }
  353.  
  354. CookingMod.Lang.Config.Sentences["This terminal is off, a cook needs to power it on."] = {
  355. ["en"] = "This terminal is off, a cook has to put it on.",
  356. ["es"] = "Esta terminal esta apagada, un cocinero tiene que encenderla.",
  357. ["fr"] = "Cette borne est éteinte, un cuisinier doit l'allumer.",
  358. ["cn"] = "这个终端关了,厨师必须把它打开.",
  359. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement