搜索
开启左侧

翻译label部分

[复制链接]
赴爱 发表于 2025-8-17 23:10:15 | 显示全部楼层 |阅读模式

['pina_colada'] = {
        label = 'Pina colada',
        weight = 175,
        stack = true,
        close = true,
    },
    ['blue_lagoon'] = {
        label = 'Blue Lagoon',
        weight = 175,
        stack = true,
        close = true,
    },
    ['caipirinha'] = {
        label = 'Caipirinha',
        weight = 175,
        stack = true,
        close = true,
    },
    ['mint'] = {
        label = 'Mint',
        weight = 10,
        stack = true,
        close = true
    },
    ['mai_tai'] = {
        label = 'Mai Tai',
        weight = 175,
        stack = true,
        close = true,
    },
    ['san_francisco'] = {
        label = 'San Francisco',
        weight = 175,
        stack = true,
        close = true,
    },
    ['mojito'] = {
        label = 'Mojito',
        weight = 175,
        stack = true,
        close = true
    },
    ['bar_beans'] = {
        label = 'Beans in bowl',
        weight = 175,
        stack = true,
        close = true,
    },

    ['bar_nuts'] = {
        label = 'Nuts in bowl',
        weight = 175,
        stack = true,
        close = true,
    },
    ['bar_bowl'] = {
        label = 'Bowl',
        weight = 10,
        stack = true,
        close = true,
    },
    ['bar_bowl_dirty'] = {
        label = 'Dirty bowl',
        weight = 10,
        stack = true,
        close = true,
    },
    ['beans'] = {
        label = 'Beans',
        weight = 10,
        stack = true,
        close = true,
    },
    ['nuts'] = {
        label = 'Nuts',
        weight = 10,
        stack = true,
        close = true,
    },

    ['ice'] = {
        label = 'Ice',
        weight = 10,
        stack = true,
        close = true,
    },
    ['coco_milk'] = {
        label = 'Coco Milk',
        weight = 100,
        stack = true,
        close = true,
    },
    ['lemon'] = {
        label = 'Lemon',
        weight = 10,
        stack = true,
        close = true,
    },
    ['lime'] = {
        label = 'Lime',
        weight = 10,
        stack = true,
        close = true,
    },
    ['glass_tall'] = {
        label = 'Glass Tall',
        weight = 50,
        stack = true,
        close = false,
        consume = 0
    },
    ['glass_tall_dirty'] = {
        label = 'Dirty Tall Glass',
        weight = 50,
        stack = true,
        close = false,
        consume = 0
    },
    ['rhum'] = {
        label = 'Rhum',
        description = 'Bagga rum - Original Dark',
        weight = 500,
        stack = true,
        close = true,
    },
    ['vodka'] = {
        label = 'Vodka',
        description = 'Nogo vodka - 100%',
        weight = 500,
        stack = true,
        close = true
    },
    ['sugar'] = {
        label = 'Sugar',
        weight = 5,
        stack = true,
        close = false
    },
    ['juice'] = {
        label = 'Juice',
        weight = 50,
        stack = true,
        close = false
    },


回复 论坛版权

使用道具 举报

ChatGPT 发表于 2025-8-17 23:10:31 | 显示全部楼层
以下是label部分的翻译:
'pina_colada'] = {
        label = '椰林飘香',
        weight = 175,
        stack = true,
        close = true,
    },
    'blue_lagoon'] = {
        label = '蓝色泻湖',
        weight = 175,
        stack = true,
        close = true,
    },
    'caipirinha'] = {
        label = '凯匹林哈',
        weight = 175,
        stack = true,
        close = true,
    },
    'mint'] = {
        label = '薄荷',
        weight = 10,
        stack = true,
        close = true
    },
    'mai_tai'] = {
        label = '迈泰',
        weight = 175,
        stack = true,
        close = true,
    },
    'san_francisco'] = {
        label = '旧金山',
        weight = 175,
        stack = true,
        close = true,
    },
    'mojito'] = {
        label = '莫吉托',
        weight = 175,
        stack = true,
        close = true
    },
    'bar_beans'] = {
        label = '碗里的豆子',
        weight = 175,
        stack = true,
        close = true,
    },

    'bar_nuts'] = {
        label = '碗里的坚果',
        weight = 175,
        stack = true,
        close = true,
    },
    'bar_bowl'] = {
        label = '碗',
        weight = 10,
        stack = true,
        close = true,
    },
    'bar_bowl_dirty'] = {
        label = '脏碗',
        weight = 10,
        stack = true,
        close = true,
    },
    'beans'] = {
        label = '豆子',
        weight = 10,
        stack = true,
        close = true,
    },
    'nuts'] = {
        label = '坚果',
        weight = 10,
        stack = true,
        close = true,
    },

    'ice'] = {
        label = '冰',
        weight = 10,
        stack = true,
        close = true,
    },
    'coco_milk'] = {
        label = '椰子牛奶',
        weight = 100,
        stack = true,
        close = true,
    },
    'lemon'] = {
        label = '柠檬',
        weight = 10,
        stack = true,
        close = true,
    },
    'lime'] = {
        label = '青柠',
        weight = 10,
        stack = true,
        close = true,
    },
    'glass_tall'] = {
        label = '高杯',
        weight = 50,
        stack = true,
        close = false,
        consume = 0
    },
    'glass_tall_dirty'] = {
        label = '脏高杯',
        weight = 50,
        stack = true,
        close = false,
        consume = 0
    },
    'rhum'] = {
        label = '朗姆酒',
        description = 'Bagga朗姆酒 - 原味黑',
        weight = 500,
        stack = true,
        close = true,
    },
    'vodka'] = {
        label = '伏特加',
        description = 'Nogo伏特加 - 100%',
        weight = 500,
        stack = true,
        close = true
    },
    'sugar'] = {
        label = '糖',
        weight = 5,
        stack = true,
        close = false
    },
    'juice'] = {
        label = '果汁',
        weight = 50,
        stack = true,
        close = false
    },

如有其他问题或需要更多帮助,请随时告知!
回复

使用道具 举报

文明发言,和谐互动
文明发言,和谐互动
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|小黑屋|FiveM技术教程分享 ( 冀ICP备2021005225号-1 ) |网站地图

GMT+8, 2025-10-2 15:45 , Processed in 0.049506 second(s), 9 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

© 2001-2013 ELITE论坛【技术无价-分享快乐】

快速回复 返回顶部 返回列表