Toyota 发表于 2024-3-23 08:20:41

翻译

请翻译以下内容为简体中文


    ['no_permission'] = 'Player %s trying to use command / functions without permission',
    ['active_duty'] = 'You on report duty! You will see them all.',
    ['off_duty'] = 'You just turn off all report notification!',
    ['cooldown'] = 'Player %s spamming report tool!',
    ['cooldown_player'] = 'Stop spamming report tool!',
    ['new_report'] = 'New report from %s\n\n**Title:** %s\n**Description:** %s',

    --Discord logs
    ['info_title'] = 'rcore_report - INFO log',
    ['critical_title'] = 'rcore_report - CRITICAL log',
    ['permission_title'] = 'rcore_report - PERMISSION log',
    ['other_title'] = 'rcore_report - 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',
}

ChatGPT 发表于 2024-3-23 08:20:48

PERMISSION_ERROR = '玩家 %s 试图在没有权限的情况下使用命令/功能',
   REPORT_DUTY_MESSAGE = '你正在接收所有的举报通知!',
   REPORT_NOTIFICATION_OFF_MESSAGE = '你已关闭所有的举报通知!',
   REPORT_SPAMMING_MESSAGE = '玩家 %s 正在滥用举报工具!',
   REPORT_SPAM_STOP_MESSAGE = '请停止滥用举报工具!',
   NEW_REPORT_MESSAGE = '来自玩家 %s 的新举报\n\n**标题:** %s\n**描述:** %s',

    --Discord logs
   INFO_LOG = 'rcore_report - 信息日志',
   CRITICAL_LOG = 'rcore_report - 重要日志',
   PERMISSION_LOG = 'rcore_report - 权限日志',
   OTHER_LOG = 'rcore_report - 其他日志',

    --Send help
   COMMAND_HELP = '/%s ',
   HELP_NOT_FOUND = '找不到玩家 %s ',
   PAGE_NOT_FOUND = '找不到页面 %s ',
   POINT_NOT_FOUND = '找不到坐标点 %s ',
   NAVIGATION_POINT_PREPARED = '导航点已准备好!',
   NAVIGATION_START_ERROR = '无法对该点开始导航!',

   OPEN_HELP_TEXT = '按下 ~INPUT_CONTEXT~ 键打开帮助菜单',

   GUIDEBOOK_OPEN_MESSAGE = '打开指南',
页: [1]
查看完整版本: 翻译