Toyota 发表于 2024-8-19 17:22:34

翻译成中文,保留原有代码


Locales['en'] = {
    no_permission = 'Player %s trying to use command / functions without permission',

    --Discord logs
    info_title = 'rcore_guidebook - INFO log',
    critical_title = 'rcore_guidebook - CRITICAL log',
    permission_title = 'rcore_guidebook - PERMISSION log',
    other_title = 'rcore_guidebook - OTHER log',

    --Send help
    send_usage = '/%s ',
    send_usage_navigate = '/%s ',
    player_cannot_be_found_usage = 'Player %s cannot be found',
    page_not_found = 'Page %s cannot be found!',
    point_not_found = 'Point %s cannot be found!',
    navigate_set = 'Navigation point prepared!',
    point_not_allowed = 'You cannot start navigation to this point!',

    help_text = 'Press ~INPUT_CONTEXT~ to open help',

    registered_key_label = 'Opens guidebook',

    ui = {
      general = {
            guide_title = 'Guidebook',
            admin_label = 'ADMIN',
            irreversible = 'This action is <b>irreversible</b>!',
            lost_pages = 'All pages in category will be <b>lost</b>!',
            are_you_sure = 'Are you sure?',
            guidebook_empty = 'Guidebook is empty ',
            enabled_tag = 'enabled',
            disabled_tag = 'disabled',
            restricted_tag = 'restricted',
      },
      permissions = {
            title = 'Permissions',
            enabled = 'Permissions enabled',
            jobs = {
                title = "Allowed jobs",
                select_job_title = "Select jobs",
                select_grade_title = "Select minimal grade",
                dialog_title = "Choose a job",
                dialog_description =
                "Choose a job and minimal grade that you want to be able to view this category/page/point. The grade you choose will be the minimal grade required to gain access.",
                grade_and_higher = "'{grade}' and higher",
                all_grades = "All grades",
            },
      },
      category = {
            category = 'Category',
            categories = 'Categories',
            category_empty = 'Empty...',
            category_editing = 'Editing category',
            category_creating = 'Create category',
            new_category_cta = 'New category',
      },
      page = {
            pages = 'Pages',
            page_editing = 'Editing page',
            page_creating = 'Creating page',
            new_page_cta = 'New page',
            empty_custom_content = 'Empty...',
      },



ChatGPT 发表于 2024-8-19 17:22:50

Locales['en'] = {
    no_permission = '玩家 %s 试图使用没有权限的命令/功能',

    -- Discord 日志
    info_title = 'rcore_guidebook - 信息日志',
    critical_title = 'rcore_guidebook - 严重日志',
    permission_title = 'rcore_guidebook - 权限日志',
    other_title = 'rcore_guidebook - 其他日志',

    -- 发送帮助
    send_usage = '/%s ',
    send_usage_navigate = '/%s ',
    player_cannot_be_found_usage = '找不到玩家 %s',
    page_not_found = '找不到页面 %s!',
    point_not_found = '找不到点 %s!',
    navigate_set = '导航点已准备好!',
    point_not_allowed = '你不能开始导航到这个点!',

    help_text = '按 ~INPUT_CONTEXT~ 打开帮助',

    registered_key_label = '打开指南',

    ui = {
      general = {
            guide_title = '指南',
            admin_label = '管理员',
            irreversible = '此操作不可逆!',
            lost_pages = '类别中的所有页面将丢失!',
            are_you_sure = '你确定吗?',
            guidebook_empty = '指南是空的',
            enabled_tag = '启用',
            disabled_tag = '禁用',
            restricted_tag = '受限制',
      },
      permissions = {
            title = '权限',
            enabled = '权限已启用',
            jobs = {
                title = "允许的工作",
                select_job_title = "选择工作",
                select_grade_title = "选择最低等级",
                dialog_title = "选择一个工作",
                dialog_description =
                "选择一个工作和最低等级,使其能够查看此类别/页面/点。你选择的等级将是获得访问权限的最低等级。",
                grade_and_higher = "'{grade}'及以上",
                all_grades = "所有等级",
            },
      },
      category = {
            category = '类别',
            categories = '类别',
            category_empty = '空的...',
            category_editing = '编辑类别',
            category_creating = '创建类别',
            new_category_cta = '新类别',
      },
      page = {
            pages = '页面',
            page_editing = '编辑页面',
            page_creating = '创建页面',
            new_page_cta = '新页面',
            empty_custom_content = '空的...',
      },
    },
}
页: [1]
查看完整版本: 翻译成中文,保留原有代码